.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header-h);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px;
  background: var(--cream);
  border-bottom: 1px solid rgba(0, 81, 82, .12);
}

.icon-btn {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  padding: 0;
  position: relative;
  z-index: 2;
}
.menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  width: 40px;
  height: 40px;
}
.menu-btn span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--primary);
  border-radius: 0;
}
.menu-btn span:nth-child(2) { width: 16px; }

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.25rem;
  position: relative;
  z-index: 2;
}

.brand {
  text-decoration: none;
  color: #111;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
  line-height: 0;
  max-width: min(200px, calc(100% - 280px));
}
.brand__logo {
  display: block;
  height: auto;
  width: auto;
  max-height: 42px;
  max-width: 100%;
  object-fit: contain;
}

.btn-book {
  padding: .48rem 1.05rem;
  font-size: .82rem;
  letter-spacing: .06em;
  color: #000;
  white-space: nowrap;
}

.theme-home .site-header,
.theme-inner .site-header {
  overflow: visible;
}

/* Overlays */
.overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(0,0,0,.45);
  display: grid;
  place-items: center;
  padding: 1rem;
  padding-top: max(1rem, env(safe-area-inset-top));
  padding-bottom: max(1rem, env(safe-area-inset-bottom));
}
.overlay[hidden] { display: none !important; }
.overlay__panel {
  background: var(--cream);
  border: 3px solid #000;
  box-shadow: 8px 8px 0 #000;
  width: min(640px, 100%);
  max-height: min(90vh, 900px);
  overflow: auto;
  padding: 1.5rem 1.5rem 2rem;
  position: relative;
}
.overlay--nav {
  padding: 0;
  background: rgba(0, 0, 0, .28);
}
.overlay__panel--nav {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100dvh;
  padding: 0;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(246, 184, 24, .28);
  background:
    radial-gradient(ellipse 52% 48% at 88% 12%, rgba(246, 184, 24, .16), transparent 58%),
    radial-gradient(ellipse 40% 36% at 8% 88%, rgba(0, 0, 0, .18), transparent 62%),
    var(--orange);
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.overlay__panel--nav::-webkit-scrollbar { display: none; }
.overlay__close {
  position: absolute;
  top: .8rem;
  right: .8rem;
  background: var(--yellow);
  border: 3px solid #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: .35rem .7rem;
}
.overlay__close--nav {
  top: clamp(.9rem, 2.4vw, 1.6rem);
  right: clamp(.9rem, 2.4vw, 1.6rem);
  z-index: 3;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1.5px solid #111;
  border-radius: 50%;
  box-shadow: 3px 3px 0 #111;
  display: grid;
  place-items: center;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.overlay__close--nav:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 #111;
}
.overlay__close--nav span {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}
.overlay__close--nav span::before,
.overlay__close--nav span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 1.5px;
  background: #111;
}
.overlay__close--nav span::before { transform: translate(-50%, -50%) rotate(45deg); }
.overlay__close--nav span::after { transform: translate(-50%, -50%) rotate(-45deg); }

.nav-menu {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(180px, .8fr) minmax(280px, 1.15fr) minmax(200px, .75fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  min-height: 100%;
  padding: clamp(4.5rem, 8vh, 6.5rem) clamp(1.75rem, 6.5vw, 6.5rem) clamp(2.2rem, 5vh, 3.8rem);
}
.nav-menu__mark {
  position: absolute;
  right: 3%;
  bottom: 8%;
  z-index: 0;
  margin: 0;
  font-size: clamp(5.5rem, 10vw, 13rem);
  line-height: .85;
  color: rgba(247, 244, 230, .07);
  pointer-events: none;
  user-select: none;
}
.nav-menu__intro {
  align-self: center;
  padding-top: 0;
}
.nav-menu__kicker {
  margin: 0 0 .85rem;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--yellow);
}
.overlay-hindi {
  margin: 0;
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  line-height: 1.15;
  color: var(--cream);
}
.nav-menu__tagline {
  margin: .85rem 0 0;
  max-width: 12ch;
  font-size: 1.05rem;
  line-height: 1.45;
  color: rgba(247, 244, 230, .78);
}
.full-nav {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  counter-reset: nav;
  padding-inline: clamp(1rem, 2.4vw, 2.2rem);
  border-inline: 1px solid rgba(247, 244, 230, .16);
}
.full-nav a {
  counter-increment: nav;
  display: flex;
  align-items: baseline;
  gap: 1.05rem;
  width: max-content;
  max-width: 100%;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(1.5rem, min(3.4vw, 5vh), 2.4rem);
  line-height: 1.14;
  letter-spacing: .03em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s var(--ease), transform .25s var(--ease);
}
.full-nav a::before {
  content: counter(nav, decimal-leading-zero);
  flex: none;
  min-width: 1.6em;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1;
  color: rgba(246, 184, 24, .85);
  transform: translateY(-.35em);
}
.full-nav a:hover,
.full-nav a:focus-visible {
  color: var(--yellow);
  transform: translateX(.35rem);
  outline: none;
}
.full-nav a[aria-current="page"] { color: var(--yellow); }
.full-nav a[aria-current="page"] .full-nav__label {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  padding-bottom: .08em;
}
.nav-menu__aside {
  align-self: center;
  display: grid;
  gap: 1.25rem;
  padding-bottom: 0;
  max-width: 22rem;
}
.nav-menu__invite {
  margin: 0;
  font-family: var(--hindi);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--cream);
}
.nav-menu__rooms {
  list-style: none;
  margin: 0;
  padding: 1.1rem 0 0;
  border-top: 1px solid rgba(247, 244, 230, .22);
  display: grid;
  gap: .75rem;
  grid-template-columns: 1fr;
}
.nav-menu__rooms a {
  display: grid;
  gap: .15rem;
  text-decoration: none;
  color: #fff;
}
.nav-menu__rooms strong {
  font-family: var(--sans);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.nav-menu__rooms span {
  font-size: .88rem;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(247, 244, 230, .7);
}
.nav-menu__rooms a:hover strong,
.nav-menu__rooms a:focus-visible strong { color: var(--yellow); }
.nav-menu__book {
  justify-self: start;
  border: 1.5px solid #111;
  box-shadow: 3px 3px 0 #111;
  background: var(--yellow);
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: .75rem 1.15rem;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.nav-menu__book:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 #111;
}
.overlay-title { font-size: var(--title-size); margin-bottom: 1rem; padding-right: 4.5rem; }
.book-form__lede {
  margin: -0.4rem 0 1.15rem;
  max-width: 36rem;
}
.book-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem 1rem;
}
.book-form__full { grid-column: 1 / -1; }
.book-form__hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.book-form label {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.book-form label span {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--muted);
}
.book-form input,
.book-form select,
.book-form textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #111;
  background: #fff;
  border: 3px solid #000;
  box-shadow: var(--shadow-sm);
  padding: .65rem .7rem;
}
.book-form textarea { min-height: 5.2rem; resize: vertical; }
.book-form input:focus,
.book-form select:focus,
.book-form textarea:focus {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.book-form input[aria-invalid="true"],
.book-form select[aria-invalid="true"] {
  outline: 2px solid #8b1e1e;
}
.book-form__hint {
  margin: 0;
  font-size: .82rem;
  color: var(--muted);
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}
.book-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem 1rem;
  margin-top: .2rem;
}
.book-form__status {
  margin: 0;
  font-size: .9rem;
  color: #8b1e1e;
}
.book-form__status.is-ok { color: var(--primary); }
.overlay__panel--card { width: min(580px, 100%); padding-top: 1.7rem; }

.loc-pick { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.loc-pick button {
  width: 100%;
  text-align: left;
  background: #fff;
  border: 3px solid #000;
  box-shadow: var(--shadow-sm);
  padding: .85rem 1rem;
}
.loc-pick strong { display: block; font-family: var(--display); font-size: 1.4rem; letter-spacing: .04em; }

.cookie-bar {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 90;
  width: min(420px, calc(100% - 2rem));
  max-width: calc(100% - 2rem);
}
.cookie-bar[hidden] { display: none !important; }
.cookie-bar__inner {
  background: #fff;
  border: 3px solid #000;
  box-shadow: 6px 6px 0 #000;
  padding: 1.1rem;
}
.cookie-bar h2 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0 0 .4rem;
}
.cookie-bar p { margin: 0 0 1rem; font-size: .92rem; }
.cookie-bar a { color: var(--primary); text-underline-offset: 2px; }
.cookie-bar__actions { display: flex; gap: .5rem; flex-wrap: wrap; }

.site-footer {
  position: relative;
  background: var(--primary);
  color: var(--cream);
  padding: 0;
  overflow: hidden;
  border-top: 3px solid var(--yellow);
}
.footer-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .95fr);
  gap: 2rem 2.5rem;
  align-items: start;
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 3.4rem 0 1.4rem;
}
.footer-kicker {
  margin: 0 0 .45rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--yellow);
}
.footer-telugu {
  margin: 0;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  color: rgba(247, 244, 230, .9);
}
.footer-name {
  margin: .1rem 0 .55rem;
  font-family: var(--display);
  font-size: clamp(3.8rem, 9vw, 6.6rem);
  line-height: .8;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--cream);
}
.footer-blurb {
  margin: 0 0 1rem;
  max-width: 24rem;
  font-size: .98rem;
  line-height: 1.45;
  color: rgba(247, 244, 230, .82);
}
.footer-mast .btn-solid { display: inline-block; }
.footer-kolam {
  display: block;
  width: 108px;
  height: 36px;
  margin-top: .85rem;
  color: var(--yellow);
}
.footer-label {
  margin: 0 0 .75rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--yellow);
}
.footer-place {
  background: var(--cream);
  color: #111;
  border: 3px solid #111;
  box-shadow: 8px 8px 0 #111;
  padding: 1.15rem 1.15rem 1.05rem;
}
.footer-place .footer-label {
  color: var(--primary);
  margin-bottom: .7rem;
}
.footer-place p {
  margin: 0 0 .4rem;
  font-size: .92rem;
  line-height: 1.4;
  color: #333;
}
.footer-place p:last-child { margin-bottom: 0; }
.footer-place__addr {
  font-weight: 700;
  color: #111;
}
.footer-place a {
  color: var(--primary);
  text-underline-offset: 3px;
}
.footer-place a:hover { color: #000; }
.footer-place__map {
  position: relative;
  width: 100%;
  height: 168px;
  margin: 0 0 .9rem;
  overflow: hidden;
  border: 3px solid #111;
  background: var(--cream-2);
}
.footer-place__map iframe {
  position: absolute;
  inset: -1px -1px -34px;
  width: calc(100% + 2px);
  height: calc(100% + 36px);
  border: 0;
  display: block;
  pointer-events: none;
}
.footer-place__dir {
  position: absolute;
  right: .55rem;
  bottom: .55rem;
  z-index: 2;
  background: var(--yellow);
  color: #000;
  border: 3px solid #000;
  box-shadow: var(--shadow-sm);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .68rem;
  padding: .38rem .6rem;
  text-decoration: none;
}
.footer-place__dir:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 #000;
}
.footer-navrow {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem 1.5rem;
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 1.15rem 0 1.35rem;
  border-top: 2px dashed rgba(246, 184, 24, .45);
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .35rem 1.35rem;
}
.footer-links a {
  color: var(--cream);
  font-family: var(--display);
  font-size: 1.2rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-links a span {
  display: inline-block;
  margin-right: .3rem;
  font-family: var(--sans);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--yellow);
  vertical-align: .35em;
}
.footer-links a:hover { color: var(--yellow); }
.footer-social {
  display: flex;
  gap: 8px;
}
.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: var(--yellow);
  color: #111;
  border: 3px solid #111;
  box-shadow: 3px 3px 0 #111;
  display: grid;
  place-items: center;
  text-decoration: none;
  flex: none;
}
.footer-social a:hover {
  background: #fff;
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 #111;
}
.footer-social svg { width: 15px; height: 15px; display: block; }
.footer-giant {
  font-family: var(--display);
  font-size: clamp(4.2rem, 16vw, 9.5rem);
  line-height: .85;
  letter-spacing: .05em;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(246, 184, 24, .32);
  margin: 0;
  padding: 0 0 .55rem;
  overflow: visible;
  user-select: none;
  pointer-events: none;
}
.footer-bar {
  background: var(--yellow);
  color: #111;
  border-top: 3px solid #111;
  padding: .85rem 0;
}
.footer-bar__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .7rem 1.5rem;
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
}
.footer-legal-copy {
  margin: 0;
  font-size: .86rem;
  font-weight: 700;
  color: #111;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.1rem;
}
.footer-legal a {
  color: #111;
  font-size: .82rem;
  font-weight: 700;
  text-underline-offset: 3px;
}
.footer-legal a[aria-current="page"] { text-decoration: none; }

body.nav-open, body.overlay-open { overflow: hidden; }

@media (max-width: 720px) {
  .site-footer { padding-bottom: 0; }
}
@media (max-width: 1100px) {
  .brand { max-width: min(180px, calc(100% - 240px)); }
  .header-actions { gap: 1rem; }
  .footer-stage { grid-template-columns: 1fr 1fr; gap: 1.8rem; }
  .nav-menu {
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.25fr);
    gap: 1.6rem 2rem;
    padding: 4.6rem clamp(1.25rem, 4vw, 3rem) 2rem;
  }
  .nav-menu__aside {
    grid-column: 1 / -1;
    max-width: none;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 1rem 1.5rem;
  }
  .nav-menu__invite { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .overlay__panel--nav { overflow-y: auto; }
  .nav-menu {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 1.4rem;
    padding: 4.6rem 1.5rem 2rem;
  }
  .nav-menu__intro { align-self: start; }
  .nav-menu__tagline { max-width: none; }
  .full-nav {
    padding-inline: 0;
    border-inline: 0;
    padding-block: .2rem 0;
    border-top: 1px solid rgba(247, 244, 230, .16);
  }
  .nav-menu__aside {
    grid-template-columns: 1fr;
    align-self: start;
    max-width: none;
    padding-bottom: 0;
  }
  .footer-stage { grid-template-columns: 1fr; }
  .footer-name { font-size: clamp(3.6rem, 16vw, 6rem); }
  .footer-bar__inner { flex-direction: column; align-items: flex-start; }
  .header-actions { gap: .85rem; }
  .brand { max-width: min(150px, calc(100% - 200px)); }
}
@media (max-width: 640px) {
  .brand { max-width: min(128px, calc(100% - 170px)); }
  .btn-book { padding: .4rem .85rem; font-size: .72rem; }
}
@media (max-width: 560px) {
  :root { --header-h: 60px; }
  .site-header { padding-inline: 14px; }
  .brand__logo { max-height: 34px; }
  .btn-book { padding: .38rem .75rem; font-size: .68rem; }
  .menu-btn span { width: 18px; }
  .menu-btn span:nth-child(2) { width: 12px; }
  .header-actions { gap: .5rem; }
  .brand { max-width: min(118px, calc(100% - 150px)); }
  .book-form { grid-template-columns: 1fr; }
  .overlay__close--nav { width: 44px; height: 44px; }
  .nav-menu { padding: 4.2rem 1.15rem calc(1.6rem + env(safe-area-inset-bottom)); gap: 1.15rem; }
  .overlay-hindi { font-size: 1.7rem; }
  .full-nav a { font-size: clamp(1.4rem, 6.2vw, 1.85rem); gap: .55rem; }
  .cookie-bar {
    left: .75rem;
    right: .75rem;
    bottom: .75rem;
    width: auto;
    max-width: none;
  }
  .cookie-bar__inner { padding: .85rem; }
  .cookie-bar h2 { font-size: 1.15rem; }
  .cookie-bar p { margin: 0 0 .7rem; font-size: .82rem; }
  .cookie-bar__actions .btn-solid,
  .cookie-bar__actions .btn-ghost {
    flex: 1;
    padding: .55rem .6rem;
    font-size: .72rem;
  }
  .footer-stage { padding: 2.5rem 0 1.3rem; }
  .footer-place__map { height: 180px; }
  .footer-giant { font-size: clamp(4.2rem, 22vw, 8rem); }
}
@media (max-width: 420px) {
  .btn-book__rest { display: none; }
  .brand { max-width: min(96px, calc(100% - 130px)); }
}
