:root {
  --ink: #18211c;
  --muted: #5d655f;
  --line: #dfd8ca;
  --paper: #fffaf0;
  --soft: #f4efe5;
  --green: #214f3a;
  --green-2: #3f755b;
  --gold: #bd842d;
  --rose: #913c58;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(24, 33, 28, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  overflow-x: hidden;
}

html[lang="hi"] body,
html[lang="hi"] button,
html[lang="hi"] input,
html[lang="hi"] textarea {
  font-family: "Noto Sans Devanagari", "Nirmala UI", Mangal, Kokila, Arial, sans-serif;
}

html[lang="hi"] .brand strong,
html[lang="hi"] .hero h1,
html[lang="hi"] .section-copy h2,
html[lang="hi"] .contact-card h2,
html[lang="hi"] .intro-grid h3,
html[lang="hi"] .space-card h3 {
  font-family: "Noto Serif Devanagari", "Noto Sans Devanagari", "Nirmala UI", Mangal, serif;
}

html[lang="hi"] .hero h1 {
  font-size: clamp(3.35rem, 8.5vw, 7.4rem);
  line-height: 1.02;
}

html[lang="hi"] .section-copy h2 {
  line-height: 1.12;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(255, 250, 240, .91);
  border-bottom: 1px solid rgba(223, 216, 202, .82);
  backdrop-filter: blur(18px);
}

.brand {
  order: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  flex: 0 0 auto;
  border-radius: 14px;
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html[lang="hi"] .brand small {
  letter-spacing: 0;
  text-transform: none;
}

.main-nav {
  order: 2;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.5vw, 28px);
  color: var(--muted);
  font-weight: 700;
  font-size: .94rem;
}

.main-nav a {
  padding: 8px 0;
}

.main-nav a:hover {
  color: var(--green);
}

.nav-call,
.button,
.floating-call {
  border-radius: 999px;
  font-weight: 800;
}

.nav-call {
  padding: 10px 16px !important;
  color: var(--white) !important;
  background: var(--green);
}

.language-toggle {
  order: 3;
  flex: 0 0 auto;
  margin-left: 0;
  min-width: 82px;
  min-height: 42px;
  padding: 9px 14px;
  color: var(--green);
  background: rgba(33, 79, 58, .08);
  border: 1px solid rgba(33, 79, 58, .22);
  border-radius: 999px;
  font: inherit;
  font-size: .92rem;
  font-weight: 900;
  cursor: pointer;
}

.language-toggle:hover {
  background: rgba(33, 79, 58, .14);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 112px clamp(18px, 5vw, 72px) 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 36%, rgba(189, 132, 45, .18), transparent 34%),
    linear-gradient(112deg, #101812 0%, #101812 48%, #1e2b23 100%);
}

.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  position: absolute;
  top: 50%;
  right: clamp(18px, 5vw, 72px);
  width: min(54vw, 860px);
  height: min(68vh, 650px);
  object-fit: contain;
  object-position: center;
  transform: translateY(-42%);
  filter: saturate(1.04) contrast(1.02);
  box-shadow: 0 32px 80px rgba(0, 0, 0, .34);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(15, 22, 18, .98) 0%, rgba(15, 22, 18, .94) 36%, rgba(15, 22, 18, .32) 64%, rgba(15, 22, 18, .06) 100%),
    linear-gradient(0deg, rgba(15, 22, 18, .68) 0%, rgba(15, 22, 18, .02) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 500px;
  color: var(--white);
  padding-bottom: clamp(44px, 10vw, 104px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 10vw, 8.6rem);
  line-height: .88;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 500px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
}

.button.primary {
  color: var(--ink);
  background: var(--white);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .56);
}

.hero-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(780px, 100%);
  color: var(--white);
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .28);
  backdrop-filter: blur(16px);
}

.hero-panel div {
  padding: 20px clamp(14px, 3vw, 30px);
  border-right: 1px solid rgba(255, 255, 255, .22);
}

.hero-panel div:last-child {
  border-right: 0;
}

.hero-panel strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
}

.hero-panel span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .82);
  font-weight: 700;
  line-height: 1.35;
}

.section {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.intro-section,
.spaces-section,
.contact-section {
  padding: clamp(68px, 9vw, 116px) 0;
}

.section-copy h2 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  background: var(--line);
  border: 1px solid var(--line);
}

.intro-grid article {
  min-height: 260px;
  padding: 30px;
  background: var(--paper);
}

.intro-grid span {
  color: var(--rose);
  font-weight: 900;
}

.intro-grid h3,
.space-card h3 {
  margin: 52px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.intro-grid p,
.space-card p,
.gallery-head p,
.contact-card address {
  color: var(--muted);
  line-height: 1.7;
}

.spaces-section {
  border-top: 1px solid var(--line);
}

.spaces-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.space-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(24, 33, 28, .08);
}

.space-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.space-card div {
  padding: 22px;
}

.space-card h3 {
  margin-top: 0;
}

.gallery-section {
  padding: clamp(66px, 8vw, 100px) 0;
  background: #18211c;
  color: var(--white);
}

.gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.gallery-head p:last-child {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: min(1400px, calc(100% - 20px));
  margin: 0 auto;
}

.gallery-item {
  position: relative;
  min-height: 190px;
  border: 0;
  padding: 0;
  background: #263128;
  cursor: pointer;
  overflow: hidden;
}

.gallery-item:nth-child(1),
.gallery-item:nth-child(8) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform .35s ease;
}

.gallery-item:hover img {
  transform: scale(1.045);
}

.contact-section {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 28px;
  align-items: stretch;
}

.contact-card {
  padding: clamp(26px, 4vw, 42px);
  color: var(--white);
  background: var(--green);
}

.contact-card h2 {
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 1;
}

.contact-card .eyebrow {
  color: #f6cf7b;
}

.contact-card address {
  font-style: normal;
  color: rgba(255, 255, 255, .78);
}

.contact-blocks {
  display: grid;
  gap: 18px;
}

.contact-block {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .07);
}

.contact-block h3 {
  margin: 0 0 10px;
  color: #f6cf7b;
  font-size: .84rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html[lang="hi"] .contact-block h3 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 1rem;
}

.contact-links {
  display: grid;
  gap: 10px;
  margin-top: 0;
}

.contact-links a {
  display: block;
  padding: 14px 16px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .08);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.map-wrap {
  min-height: 520px;
  border: 1px solid var(--line);
  background: var(--soft);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(18px, 4vw, 58px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-brand strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.site-footer p {
  margin: 0;
  text-align: right;
}

.floating-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9;
  display: none;
  padding: 14px 18px;
  color: var(--white);
  background: var(--rose);
  box-shadow: var(--shadow);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 66px 64px;
  background: rgba(10, 14, 12, .9);
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  max-width: min(1080px, 100%);
  max-height: 82vh;
  object-fit: contain;
  box-shadow: var(--shadow);
}

.lightbox button {
  position: absolute;
  border: 0;
  color: var(--white);
  background: rgba(255, 255, 255, .12);
  cursor: pointer;
}

.lightbox-close {
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  width: 48px;
  height: 64px;
  transform: translateY(-50%);
  font-size: 3rem;
}

.lightbox-prev {
  left: 16px;
}

.lightbox-next {
  right: 16px;
}

@media (max-width: 900px) {
  .site-header {
    position: sticky;
    gap: 14px;
  }

  .main-nav a:not(.nav-call) {
    display: none;
  }

  .hero {
    min-height: 86vh;
    padding-top: 54px;
  }

  .hero-image {
    right: 18px;
    width: min(72vw, 720px);
    height: min(52vh, 520px);
    transform: translateY(-30%);
    opacity: .72;
  }

  .hero-panel,
  .intro-grid,
  .spaces-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-panel div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
  }

  .hero-panel div:last-child {
    border-bottom: 0;
  }

  .gallery-head {
    display: block;
  }

  .gallery-head p:last-child {
    margin-top: 16px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-item:nth-child(1),
  .gallery-item:nth-child(8) {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 560px) {
  .site-header {
    position: sticky;
    width: 100vw;
    max-width: 100vw;
    padding: 10px 14px;
    min-height: 66px;
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .brand small {
    display: block;
    font-size: .62rem;
    line-height: 1.15;
  }

  .brand strong {
    font-size: 1rem;
  }

  .main-nav {
    display: none;
  }

  .language-toggle {
    position: fixed;
    top: 14px;
    left: 260px;
    right: auto;
    z-index: 12;
    order: 2;
    margin-left: auto;
    min-width: 72px;
    max-width: 88px;
    min-height: 38px;
    padding: 8px 10px;
    font-size: .85rem;
  }

  .hero {
    min-height: auto;
    padding: 120px 18px 104px;
  }

  .hero-image {
    top: 112px;
    right: 0;
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: center;
    transform: none;
    opacity: .45;
    box-shadow: none;
  }

  .hero-content {
    width: calc(100vw - 36px);
    max-width: 354px;
    padding-bottom: 28px;
  }

  .hero-actions {
    display: grid;
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .hero-panel {
    width: calc(100vw - 36px);
    max-width: 354px;
  }

  .section {
    width: min(100% - 28px, 1160px);
  }

  .intro-grid article {
    min-height: auto;
    padding: 24px;
  }

  .intro-grid h3 {
    margin-top: 34px;
  }

  .spaces-grid {
    gap: 14px;
  }

  .gallery-grid {
    width: calc(100% - 16px);
    gap: 8px;
  }

  .gallery-item {
    min-height: 150px;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 360px;
  }

  .site-footer {
    display: block;
  }

  .site-footer p {
    margin-top: 16px;
    text-align: left;
  }

  .floating-call {
    display: none;
    left: 18px;
    right: 18px;
    justify-content: center;
    text-align: center;
  }

  .lightbox {
    padding: 60px 14px;
  }

  .lightbox-prev,
  .lightbox-next {
    top: auto;
    bottom: 18px;
    transform: none;
  }
}
