@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 380;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fraunces/v38/6NU58FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChjeveQ7ZXk8g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 340;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fraunces/v38/6NU78FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0KxC9TeP2Xz5c.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 540;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fraunces/v38/6NU78FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0KxC9TeP2Xz5c.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v20/92zatBhPNqw73oTd4jQmfxI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v20/92zatBhPNqw73oTd4jQmfxI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v20/92zatBhPNqw73oTd4jQmfxI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ============================================================
   Chinmaye Inn — base: tokens · reset · type · chrome
   Brief: heritage silk house meets modern boutique hotel.
   Wine #8E1A4F · Ink #26222A · Ivory #F7F1E8 · Gold #B08D57
   ============================================================ */

:root {
  --wine: #8E1A4F;
  --wine-deep: #6E123C;
  --ink: #26222A;
  --ink-soft: #38323E;
  --ivory: #F7F1E8;
  --ivory-dim: #EFE6D8;
  --gold: #B08D57;
  --gold-bright: #C9A76C;
  --plum: #7A2E4D;

  --serif: "Fraunces", Georgia, serif;
  --sans: "Jost", "Helvetica Neue", Arial, sans-serif;

  --wrap: 1200px;
  --pad: clamp(20px, 5vw, 48px);
  --header-h: 72px;
  --ease: cubic-bezier(.22, .8, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(16px, 1.6vw, 17.5px);
  line-height: 1.65;
  overflow-x: clip;
}

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

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 540;
  line-height: 1.04;
  margin: 0 0 .5em;
  letter-spacing: -.01em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.7rem, 9.5vw, 5.6rem); }
h2 { font-size: clamp(2.1rem, 6vw, 3.8rem); }
h3 { font-size: clamp(1.35rem, 3vw, 1.8rem); }
h1 em, h2 em { font-style: italic; font-weight: 380; color: var(--gold); }

p { margin: 0 0 1em; max-width: 58ch; }
a { color: inherit; }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--gold); color: var(--ink); padding: 10px 18px;
  font-family: var(--sans); text-decoration: none;
}
.skip-link:focus { left: 12px; top: 12px; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ---------- editorial details ---------- */
.eyebrow, .chapter-no {
  font-family: var(--sans); font-weight: 400;
  font-size: .72rem; letter-spacing: .32em; text-transform: uppercase;
  margin: 0 0 1.1em;
}
.chapter-no { color: var(--gold); }
.chapter-no.center { text-align: center; }

.rule {
  position: relative; height: 1px; margin: 2rem 0;
  background: linear-gradient(90deg, var(--gold) 0%, transparent 100%);
  max-width: 320px;
}
.rule-diamond {
  position: absolute; left: 0; top: 50%; width: 7px; height: 7px;
  background: var(--gold); transform: translate(0, -50%) rotate(45deg);
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 12px 30px;
  font-family: var(--sans); font-weight: 400; font-size: .82rem;
  letter-spacing: .22em; text-transform: uppercase; text-decoration: none;
  border: 1px solid transparent; cursor: pointer;
  transition: background-color .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn-small { min-height: 44px; padding: 9px 20px; font-size: .74rem; }

.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-bright); color: var(--ink); }

.btn-wine { background: var(--wine); color: var(--ivory); }
.btn-wine:hover { background: var(--wine-deep); }

.btn-ghost { background: transparent; color: var(--ivory); border-color: rgba(247, 241, 232, .55); }
.btn-ghost:hover { border-color: var(--ivory); background: rgba(247, 241, 232, .1); }

.btn-ghost-dark { background: transparent; color: var(--ink); border-color: rgba(38, 34, 42, .35); }
.btn-ghost-dark:hover { border-color: var(--ink); }

.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.cta-row.center { justify-content: center; }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center; gap: 24px;
  height: var(--header-h); padding-inline: var(--pad);
  color: var(--ivory);
  transition: background-color .4s var(--ease), box-shadow .4s var(--ease);
}
.site-header.scrolled {
  background: rgba(38, 34, 42, .88);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(176, 141, 87, .35);
}

.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.brand-mark { width: 30px; height: 30px; flex: none; }
.brand-name {
  font-family: var(--sans); font-weight: 400; font-size: .95rem;
  letter-spacing: .3em; text-transform: uppercase; white-space: nowrap;
}
.brand-name em { font-style: normal; color: var(--gold); }

.main-nav { display: none; gap: 30px; }
.main-nav a {
  font-size: .78rem; letter-spacing: .22em; text-transform: uppercase;
  text-decoration: none; opacity: .85; transition: opacity .25s;
  padding: 6px 0;
}
.main-nav a:hover { opacity: 1; }

.header-actions { display: flex; align-items: center; gap: 18px; }
.header-call {
  display: none; font-size: .85rem; letter-spacing: .08em;
  text-decoration: none; opacity: .9;
}
.header-actions .btn { display: none; }

.menu-toggle {
  display: flex; flex-direction: column; justify-content: center; gap: 7px;
  width: 48px; height: 48px; padding: 12px;
  background: none; border: 0; cursor: pointer;
}
.menu-toggle span { display: block; height: 1.5px; background: currentColor; transition: transform .35s var(--ease); color: inherit; }
body.menu-open .menu-toggle span:first-child { transform: translateY(4.25px) rotate(45deg); }
body.menu-open .menu-toggle span:last-child { transform: translateY(-4.25px) rotate(-45deg); }

@media (min-width: 900px) {
  .main-nav { display: flex; }
  .header-call { display: inline; }
  .header-actions .btn { display: inline-flex; }
  .menu-toggle { display: none; }
}

/* ---------- full-screen menu ---------- */
.menu-overlay {
  position: fixed; inset: 0; z-index: 90;
  background: var(--ink);
  color: var(--ivory);
  display: flex; flex-direction: column; justify-content: center; gap: 8vh;
  padding: calc(var(--header-h) + 4vh) var(--pad) 6vh;
  opacity: 0; visibility: hidden;
  transition: opacity .45s var(--ease), visibility .45s;
}
body.menu-open .menu-overlay { opacity: 1; visibility: visible; }
body.menu-open { overflow: hidden; }

.menu-overlay nav { display: flex; flex-direction: column; gap: 2px; }
.menu-overlay nav a {
  font-family: var(--serif); font-weight: 420; font-size: clamp(2rem, 8vw, 3.4rem);
  line-height: 1.35; text-decoration: none; display: flex; align-items: baseline; gap: 18px;
}
.menu-overlay nav a small {
  font-family: var(--sans); font-weight: 300; font-size: .7rem;
  letter-spacing: .3em; color: var(--gold); min-width: 52px;
}
.menu-overlay nav a:hover { color: var(--gold-bright); }

.menu-contact { display: flex; flex-wrap: wrap; gap: 10px 28px; }
.menu-contact a {
  font-size: .82rem; letter-spacing: .18em; text-transform: uppercase;
  text-decoration: none; color: var(--gold);
}

/* ---------- sticky booking bar (mobile) ---------- */
.sticky-bar {
  position: fixed; inset: auto 0 0 0; z-index: 80;
  display: grid; grid-template-columns: 1fr 1fr 1.4fr;
  background: rgba(38, 34, 42, .96);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(176, 141, 87, .4);
  padding-bottom: env(safe-area-inset-bottom);
}
.sticky-bar a, .sticky-bar button {
  min-height: 54px; display: flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-weight: 400; font-size: .78rem;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--ivory); background: none; border: 0; text-decoration: none; cursor: pointer;
}
.sticky-bar a + a { border-left: 1px solid rgba(247, 241, 232, .15); }
.sticky-bar button { background: var(--gold); color: var(--ink); }
@media (min-width: 900px) { .sticky-bar { display: none; } }

/* ---------- footer ---------- */
.site-footer {
  position: relative; background: var(--ink); color: var(--ivory);
  padding: clamp(56px, 9vw, 96px) 0 calc(76px + env(safe-area-inset-bottom));
  overflow: hidden;
}
@media (min-width: 900px) { .site-footer { padding-bottom: clamp(56px, 9vw, 96px); } }
.weave {
  position: absolute; inset: 0; opacity: .05; pointer-events: none;
  background-image:
    repeating-linear-gradient(45deg, var(--gold) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(-45deg, var(--gold) 0 1px, transparent 1px 26px);
}
.footer-inner { position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 26px; }
.footer-logo { width: min(200px, 48vw); height: auto; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 30px; }
.footer-nav a { font-size: .76rem; letter-spacing: .26em; text-transform: uppercase; text-decoration: none; opacity: .85; }
.footer-nav a:hover { opacity: 1; color: var(--gold-bright); }
.footer-line { margin: 0; font-size: .86rem; opacity: .75; max-width: none; }
.footer-note { margin: 0; font-size: .72rem; letter-spacing: .06em; opacity: .45; max-width: none; }

/* ---------- enquiry modal ---------- */
.booking-modal {
  border: 1px solid var(--gold);
  background: var(--ivory); color: var(--ink);
  width: min(480px, calc(100vw - 32px));
  padding: 0; margin: auto;
}
.booking-modal::backdrop { background: rgba(38, 34, 42, .72); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.bm-inner { position: relative; padding: clamp(26px, 5vw, 40px); display: flex; flex-direction: column; gap: 18px; }
.bm-inner h2 { font-size: clamp(1.5rem, 5.4vw, 2rem); margin: 0; }
.bm-mark { width: 40px; height: 40px; }
.bm-inner .chapter-no { margin: 0; }

.bm-close {
  position: absolute; top: 10px; right: 10px; width: 44px; height: 44px;
  background: none; border: 0; font-size: 26px; line-height: 1;
  color: var(--ink); cursor: pointer; opacity: .6;
}
.bm-close:hover { opacity: 1; }

.bm-purpose { border: 0; padding: 0; margin: 0; }
.bm-purpose legend {
  font-size: .72rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold); padding: 0; margin-bottom: 10px;
}
.bm-purpose { display: flex; flex-wrap: wrap; gap: 8px; }
.bm-purpose label { position: relative; }
.bm-purpose input { position: absolute; opacity: 0; inset: 0; }
.bm-purpose span {
  display: inline-flex; align-items: center; min-height: 44px; padding: 8px 18px;
  border: 1px solid rgba(38, 34, 42, .3); font-size: .8rem; letter-spacing: .08em;
  cursor: pointer; transition: all .25s var(--ease); background: transparent;
}
.bm-purpose input:checked + span { background: var(--wine); border-color: var(--wine); color: var(--ivory); }
.bm-purpose input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }

.bm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bm-inner label { display: flex; flex-direction: column; gap: 6px; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.bm-inner input[type="date"], .bm-inner input[type="number"], .bm-inner input[type="text"] {
  font-family: var(--sans); font-size: 1rem; font-weight: 300;
  padding: 12px 14px; min-height: 48px;
  border: 1px solid rgba(38, 34, 42, .3); background: #fff; color: var(--ink);
  border-radius: 0; width: 100%;
}
.bm-inner input:focus { border-color: var(--gold); outline: none; }
.bm-submit { width: 100%; }
.bm-alt { margin: 0; font-size: .85rem; text-align: center; opacity: .8; max-width: none; }
.bm-alt a { color: var(--wine); font-weight: 400; }

/* ============================================================
   Chinmaye Inn — sections: hero · chapters · rooms · contact
   ============================================================ */

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--ivory); background: var(--ink);
  overflow: hidden;
}
.hero-slides, .hero-slides img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-slide { object-fit: cover; opacity: 0; filter: saturate(.92) sepia(.08); }
/* s1 starts visible so the full-bleed image is the LCP, not a late text repaint */
.hero-slide.s1 { animation: heroCycleFirst 24s infinite; object-position: center 72%; }
.hero-slide.s2 { animation: heroCycle 24s 8s infinite; }
.hero-slide.s3 { animation: heroCycle 24s 16s infinite; }

@keyframes heroCycle {
  0%      { opacity: 0; transform: scale(1); }
  4%,33%  { opacity: 1; }
  42%,100%{ opacity: 0; }
  50%     { transform: scale(1.08); }
}
@keyframes heroCycleFirst {
  0%      { opacity: 1; transform: scale(1); }
  33%     { opacity: 1; }
  42%,92% { opacity: 0; }
  50%     { transform: scale(1.08); }
  100%    { opacity: 1; }
}

.hero-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(38,34,42,.62) 0%, rgba(38,34,42,.24) 38%, rgba(38,34,42,.82) 100%),
    linear-gradient(0deg, rgba(142,26,79,.16), rgba(142,26,79,.16));
}

.hero-content {
  position: relative; z-index: 2;
  /* top clearance keeps tall hero stacks (property logos) out from
     under the fixed header + ribbon */
  padding: calc(var(--header-h) + 84px) var(--pad) clamp(84px, 16svh, 150px);
  max-width: var(--wrap); width: 100%; margin-inline: auto;
}
.hero-kicker {
  font-family: var(--serif); font-style: italic; font-weight: 380;
  font-size: clamp(1.05rem, 3.4vw, 1.5rem); color: var(--gold-bright);
  margin: 0 0 .4em;
}
.hero h1 { margin-bottom: .35em; }
.hero-sub { font-size: clamp(.95rem, 2.6vw, 1.1rem); opacity: .92; margin-bottom: 1.6em; }
.hero .eyebrow { color: var(--ivory-dim); opacity: .9; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-foot {
  position: absolute; z-index: 2; bottom: 0; left: 0; right: 0;
  display: flex; align-items: center; gap: 14px;
  padding: 0 var(--pad) 18px;
}
.hero-scroll { font-size: .68rem; letter-spacing: .34em; text-transform: uppercase; opacity: .7; }
.hero-line { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(176,141,87,.8), transparent); }

/* entrance — CSS-only so first paint never waits on JS.
   The h1 animates transform only: visible from the first frame (it is the LCP). */
@keyframes riseFade { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes rise { from { transform: translateY(26px); } to { transform: none; } }
.reveal-up { animation: riseFade .9s var(--ease) both; }
.hero h1.reveal-up { animation-name: rise; }
.reveal-up:nth-child(1) { animation-delay: .15s; }
.reveal-up:nth-child(2) { animation-delay: .3s; }
.reveal-up:nth-child(3) { animation-delay: .45s; }
.reveal-up:nth-child(4) { animation-delay: .6s; }
.reveal-up:nth-child(5) { animation-delay: .75s; }

/* ---------- chapters (shared) ---------- */
.chapter { padding: clamp(72px, 12vw, 140px) 0; scroll-margin-top: calc(var(--header-h) - 24px); }
.chapter-head { max-width: 720px; margin-bottom: clamp(36px, 6vw, 64px); }
.chapter-lede { font-size: clamp(1rem, 2.4vw, 1.15rem); }

.split { display: grid; gap: clamp(28px, 5vw, 64px); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } }

.split-media { margin: 0; }
.split-media .media-frame { position: relative; display: block; }
.split-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.94) sepia(.08); }
.split-media.tall img { aspect-ratio: 3/4; }
.split-media figcaption {
  margin-top: 14px; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; opacity: .6;
}
/* gold hairline frame w/ corner diamond — scoped to the image only */
.split-media .media-frame::before {
  content: ""; position: absolute; inset: 14px; z-index: 1;
  border: 1px solid rgba(176, 141, 87, .55); pointer-events: none;
}
.split-media .media-frame::after {
  content: ""; position: absolute; top: 10px; left: 10px; z-index: 1;
  width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg);
}

/* ---------- Nº 01 address ---------- */
.address { background: var(--ivory); }
.address .split-media img { aspect-ratio: 4/3; }
.address .split-media figcaption { white-space: nowrap; }
.stats { display: flex; flex-wrap: wrap; gap: 26px 44px; margin: 0; }
.stats dt {
  font-family: var(--serif); font-weight: 540;
  font-size: clamp(1.9rem, 5vw, 2.6rem); color: var(--wine); line-height: 1;
}
.stats dt span { font-size: .45em; color: var(--gold); letter-spacing: .06em; }
.stats dd { margin: 6px 0 0; font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; opacity: .75; }

/* ---------- Nº 02 kesaria (dark) ---------- */
.kesaria { background: var(--ink); color: var(--ivory); }
.kesaria .chapter-lede, .kesaria p { color: var(--ivory-dim); }
.kesaria h2 em { color: var(--gold-bright); }
.venue-logo { width: min(240px, 56vw); height: auto; margin-bottom: 1.4rem; }

.food-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: clamp(40px, 7vw, 72px); }
@media (min-width: 900px) { .food-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; } }
.food-grid figure { margin: 0; overflow: hidden; }
.food-grid img {
  width: 100%; aspect-ratio: 1; object-fit: cover;
  filter: saturate(1.02) sepia(.05);
  transition: transform .8s var(--ease);
}
.food-grid figure:hover img { transform: scale(1.05); }

.menu-split { align-items: start; }
.menu-list { list-style: none; margin: 0 0 1.6rem; padding: 0; max-width: 480px; }
.menu-list li {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 14px;
  padding: 14px 0; border-bottom: 1px solid rgba(176, 141, 87, .3);
}
.menu-list li:first-child { border-top: 1px solid rgba(176, 141, 87, .3); }
.menu-list span { font-family: var(--serif); font-size: 1.15rem; font-weight: 460; }
.menu-list small { font-size: .82rem; color: var(--gold-bright); font-weight: 300; letter-spacing: .04em; }

/* ---------- Nº 03 maya (ivory ceremony) ---------- */
.maya {
  background:
    repeating-linear-gradient(45deg, rgba(176,141,87,.05) 0 1px, transparent 1px 30px),
    repeating-linear-gradient(-45deg, rgba(176,141,87,.05) 0 1px, transparent 1px 30px),
    var(--ivory-dim);
}
.maya .chapter-head { text-align: center; margin-inline: auto; }
.venue-wordmark {
  font-family: var(--serif); font-weight: 540; font-style: italic;
  font-size: clamp(2.4rem, 8vw, 4rem); color: var(--wine); line-height: 1; margin: 0 0 .35em;
}
.maya h2 { font-size: clamp(1.7rem, 5vw, 2.9rem); }

.maya-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: clamp(32px, 5vw, 52px); }
.maya-gallery figure { margin: 0; overflow: hidden; }
.maya-gallery img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.96) sepia(.06); }
.maya-lead { grid-column: 1 / -1; }
.maya-lead img { aspect-ratio: 16/9; }
@media (min-width: 900px) {
  .maya-gallery { grid-template-columns: repeat(3, 1fr); }
  .maya-lead img { aspect-ratio: 21/9; }
}

.maya-points {
  list-style: none; margin: 0 auto clamp(28px, 5vw, 40px); padding: 0;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  max-width: 860px; text-align: center;
}
.maya-points li {
  font-size: .8rem; letter-spacing: .22em; text-transform: uppercase;
  padding: 0 22px; position: relative;
}
@media (min-width: 900px) {
  .maya-points { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 12px 0; }
  .maya-points li { white-space: nowrap; }
  .maya-points li + li::before {
    content: ""; position: absolute; left: -4px; top: 50%;
    width: 6px; height: 6px; background: var(--gold); transform: translateY(-50%) rotate(45deg);
  }
}

/* ---------- Nº 04 stay ---------- */
.stay { background: var(--ivory); }
.rooms { display: grid; gap: clamp(28px, 4vw, 40px); }
@media (min-width: 900px) { .rooms { grid-template-columns: repeat(3, 1fr); } }

.room-card { background: #fff; border: 1px solid rgba(176, 141, 87, .35); display: flex; flex-direction: column; }
.room-media { margin: 0; overflow: hidden; }
.room-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; filter: saturate(.96) sepia(.06); transition: transform .8s var(--ease); }
.room-card:hover .room-media img { transform: scale(1.04); }

.room-body { padding: clamp(20px, 3vw, 28px); display: flex; flex-direction: column; gap: 12px; flex: 1; }
.room-title { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.room-title h3 { margin: 0; font-size: 1.35rem; }
.room-rate { margin: 0; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); opacity: .85; white-space: nowrap; }
.room-rate strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 540; color: var(--wine); letter-spacing: 0; }
.room-rate span { opacity: .6; }
.room-desc { margin: 0; font-size: .95rem; }
.room-amenities { margin: 0; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.room-thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.room-thumbs img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.room-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; }

.rate-note { margin: 18px 0 0; font-size: .8rem; opacity: .6; font-style: italic; }

.amenities { margin-top: clamp(48px, 8vw, 80px); }
.amenities h3 { margin-bottom: 1.2rem; }
.amenities ul {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 24px;
}
@media (min-width: 700px) { .amenities ul { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1000px) { .amenities ul { grid-template-columns: repeat(4, 1fr); } }
.amenities li {
  font-size: .82rem; letter-spacing: .16em; text-transform: uppercase;
  display: flex; align-items: flex-start; gap: 12px;
}
.amenities li::before {
  content: ""; width: 6px; height: 6px; flex: none; margin-top: .5em;
  background: var(--gold); transform: rotate(45deg);
}

/* ---------- voices ---------- */
.voices { background: var(--wine); color: var(--ivory); }
.voices .chapter-no { color: var(--gold-bright); }
.quotes { display: grid; gap: clamp(28px, 5vw, 48px); }
@media (min-width: 900px) { .quotes { grid-template-columns: repeat(3, 1fr); } }
.quotes blockquote { margin: 0; position: relative; padding-top: 2.2rem; }
.quotes blockquote::before {
  content: "“"; position: absolute; top: -.4rem; left: -.1rem;
  font-family: var(--serif); font-size: 4rem; line-height: 1; color: var(--gold-bright); opacity: .8;
}
.quotes p { font-family: var(--serif); font-weight: 380; font-size: clamp(1.05rem, 2.4vw, 1.2rem); line-height: 1.5; }
.quotes cite { font-style: normal; font-size: .74rem; letter-spacing: .24em; text-transform: uppercase; color: var(--gold-bright); }

/* ---------- seasons ---------- */
.seasons { background: var(--ink); color: var(--ivory); padding-bottom: clamp(72px, 12vw, 140px); }
.seasons h2 { margin-bottom: clamp(28px, 5vw, 48px); }
.season-track {
  display: grid; grid-auto-flow: column; grid-auto-columns: min(78vw, 380px);
  gap: 16px; overflow-x: auto; padding: 4px var(--pad) 18px;
  scroll-snap-type: x mandatory; scrollbar-width: none;
}
.season-track::-webkit-scrollbar { display: none; }
@media (min-width: 1200px) {
  .season-track {
    grid-auto-flow: row; grid-template-columns: repeat(3, 1fr);
    max-width: var(--wrap); margin-inline: auto; overflow: visible;
  }
}
.season-card {
  position: relative; display: block; text-decoration: none;
  scroll-snap-align: start; overflow: hidden;
}
.season-card img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover;
  filter: saturate(.95) sepia(.08); transition: transform .8s var(--ease);
}
.season-card:hover img { transform: scale(1.05); }
.season-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(38,34,42,.85) 100%);
}
.season-card span {
  position: absolute; z-index: 1; left: 20px; right: 20px; bottom: 18px;
  font-family: var(--serif); font-size: 1.3rem; font-weight: 460; color: var(--ivory);
  display: flex; flex-direction: column; gap: 4px;
}
.season-card small {
  font-family: var(--sans); font-weight: 400; font-size: .68rem;
  letter-spacing: .28em; text-transform: uppercase; color: var(--gold-bright);
}

/* ---------- contact ---------- */
.contact { background: var(--ivory); }
.contact address { font-style: normal; margin-bottom: 1.6rem; line-height: 1.8; }
.contact-links { list-style: none; margin: 0; padding: 0; max-width: 420px; }
.contact-links li { border-bottom: 1px solid rgba(176, 141, 87, .35); }
.contact-links li:first-child { border-top: 1px solid rgba(176, 141, 87, .35); }
.contact-links a {
  display: flex; justify-content: space-between; align-items: baseline; gap: 14px;
  padding: 16px 2px; text-decoration: none;
  font-family: var(--serif); font-size: 1.1rem; font-weight: 440;
  transition: color .25s, padding-left .3s var(--ease);
}
.contact-links a:hover { color: var(--wine); padding-left: 8px; }
.contact-links small { font-family: var(--sans); font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }

.map-frame { position: relative; }
.map-frame::before {
  content: ""; position: absolute; inset: -10px; z-index: 1;
  border: 1px solid rgba(176, 141, 87, .5); pointer-events: none;
}
.map-frame iframe {
  display: block; width: 100%; aspect-ratio: 4/3; border: 0;
  background: var(--ivory-dim);
  filter: sepia(.22) saturate(.85);
}
.map-link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 18px;
  font-size: .78rem; letter-spacing: .22em; text-transform: uppercase;
  text-decoration: none; color: var(--wine); min-height: 44px;
}
.map-link:hover { color: var(--gold); }

/* ---------- scroll reveals ---------- */
[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }

/* ---------- motion preferences ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-slide { opacity: 0; }
  .hero-slide.s1 { opacity: 1; }
  .reveal-up, [data-reveal] { opacity: 1; transform: none; }
}

/* ---------- tiny screens ---------- */
@media (max-width: 360px) {
  .hero h1 { font-size: 2.35rem; }
  .btn { padding-inline: 22px; letter-spacing: .16em; }
  .maya-points li { white-space: normal; }
}


/* ============================================================
   Brand platform — collection home · property pages
   ============================================================ */

/* menu overlay property switcher */
.menu-properties { display: flex; flex-direction: column; gap: 2px; margin-bottom: -4vh; }
.menu-properties a {
  font-family: var(--sans); font-weight: 400; font-size: .78rem;
  letter-spacing: .26em; text-transform: uppercase; text-decoration: none;
  color: var(--gold-bright); padding: 6px 0;
}
.menu-properties a:hover { color: var(--ivory); }

/* property cards on brand home */
.properties { display: grid; gap: clamp(24px, 4vw, 36px); }
@media (min-width: 900px) { .properties { grid-template-columns: repeat(3, 1fr); } }
.property-card {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid rgba(176, 141, 87, .35);
  text-decoration: none; color: var(--ink);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.property-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(38,34,42,.12); }
.property-media { margin: 0; overflow: hidden; position: relative; }
.property-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; filter: saturate(.96) sepia(.06); transition: transform .8s var(--ease); }
.property-card:hover .property-media img { transform: scale(1.04); }
.property-status {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-size: .64rem; letter-spacing: .24em; text-transform: uppercase;
  padding: 7px 14px; color: var(--ivory); background: rgba(38,34,42,.82);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.property-status.live { background: rgba(20,92,66,.88); }
.property-status.soon { background: rgba(142,26,79,.88); }
.property-status.next { background: rgba(22,98,94,.88); }
.property-body { padding: clamp(20px, 3vw, 28px); display: flex; flex-direction: column; gap: 10px; flex: 1; }
.property-body h3 { margin: 0; font-size: 1.4rem; }
.property-city { font-size: .72rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); }
.property-desc { margin: 0; font-size: .95rem; }
.property-cta {
  margin-top: auto; padding-top: 10px;
  font-size: .76rem; letter-spacing: .22em; text-transform: uppercase; color: var(--wine);
  display: flex; align-items: center; gap: 10px;
}
.property-card:hover .property-cta { color: var(--gold); }

/* opening-soon ribbon on property heroes */
.hero-ribbon {
  position: absolute; z-index: 3; top: calc(var(--header-h) + 14px); right: var(--pad);
  font-size: .66rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--ivory); background: rgba(142,26,79,.92); padding: 9px 16px;
}

/* construction / video walkthrough block */
.video-card { position: relative; margin: 0; overflow: hidden; }
.video-card video, .video-card img { width: 100%; aspect-ratio: 9/16; object-fit: cover; display: block; background: var(--ink); }
@media (min-width: 900px) { .video-card video, .video-card img { aspect-ratio: 3/4; } }
.video-note {
  margin-top: 12px; font-size: .7rem; letter-spacing: .18em;
  text-transform: uppercase; opacity: .6;
}

/* concept / artist impression treatments */
.concept-strip { position: relative; overflow: hidden; }
.concept-strip img { width: 100%; aspect-ratio: 21/9; object-fit: cover; object-position: center top; filter: saturate(.9) sepia(.1); }
.concept-strip::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(38,34,42,.82) 100%);
}
.concept-label {
  position: absolute; z-index: 2; bottom: 16px; left: 50%; transform: translateX(-50%);
  white-space: nowrap; font-size: .64rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--ivory); opacity: .85;
}

/* logo showcase (deoghar identity proposal) */
.identity-panels { display: grid; gap: 16px; }
@media (min-width: 700px) { .identity-panels { grid-template-columns: 1fr 1fr; } }
.identity-panels figure { margin: 0; display: flex; align-items: center; justify-content: center; padding: clamp(28px, 5vw, 56px); border: 1px solid rgba(176,141,87,.35); }
.identity-panels figure.on-light { background: var(--ivory); }
.identity-panels figure.on-dark { background: var(--ink); }
.identity-panels img { width: min(300px, 70%); height: auto; }

/* grand accent tweaks */
.grand-hero-logo { width: min(210px, 46vw); height: auto; margin-bottom: 1.2rem; }

/* booking: staah handoff note */
.bm-secure { margin: 0; font-size: .74rem; letter-spacing: .06em; text-align: center; opacity: .65; max-width: none; }

/* cross-navigation: "our other properties" on property pages */
.properties.two { max-width: 900px; margin-inline: auto; }
@media (min-width: 900px) { .properties.two { grid-template-columns: repeat(2, 1fr); } }
.see-all { text-align: center; margin-top: clamp(24px, 4vw, 36px); }
.see-all a {
  font-size: .78rem; letter-spacing: .22em; text-transform: uppercase;
  text-decoration: none; color: var(--wine); min-height: 44px;
  display: inline-flex; align-items: center; gap: 10px;
}
.see-all a:hover { color: var(--gold); }
.kesaria .see-all a { color: var(--gold-bright); }

/* spacing: consecutive light chapters shouldn't double-pad */
#family { padding-block: clamp(48px, 7vw, 88px); }
#family .chapter-head { margin-bottom: clamp(24px, 4vw, 40px); }
.chapter.address + .chapter.contact,
.chapter.address + .chapter.address { padding-top: clamp(8px, 2vw, 24px); }
