@charset "UTF-8";
/* ============================================================
   VANIJ HOSPITALITY — heritage hotel landing page, Udaipur
   1. Tokens      5. Hero        9. The Days Here
   2. Base        6. Invitation  10. Statement
   3. Header      7. Feature     11. Reserve / Footer
   4. Nav         8. Rooms       12. Motion / Responsive
   ============================================================ */

/* ── 1. TOKENS ─────────────────────────────────────────────── */
:root{
  --ink:      #0A1C26;   /* near-black, drawn from the navy */
  --navy:     #0E3345;   /* deep petrol navy */
  --burgundy: #45151F;   /* cellar red */
  --rose:     #C28B75;   /* rose gold — for dark grounds */
  --rose-dp:  #A0614A;   /* deepened rose — for light grounds (AA) */
  --cream:    #F4EFE4;   /* paper */
  --blush:    #F2DCD1;   /* plaster pink */
  --sand:     #D9CEBB;
  --stone:    #8C8574;

  --f-dsp: "Cormorant Garamond", "Times New Roman", serif;
  --f-ui:  "Jost", "Helvetica Neue", Arial, sans-serif;

  --pad: clamp(1.25rem, 5vw, 5.5rem);
  --ease: cubic-bezier(.22,.61,.36,1);
  --slow: cubic-bezier(.65,.05,.2,1);
}

/* ── 2. BASE ───────────────────────────────────────────────── */
*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; }

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

body{
  background:var(--cream);
  color:var(--ink);
  font-family:var(--f-dsp);
  font-size:clamp(1rem,.55vw + .9rem,1.15rem);
  line-height:1.62;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}

/* paper grain over everything */
body::after{
  content:""; position:fixed; inset:0; z-index:9000; pointer-events:none;
  opacity:.32; mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

img{ display:block; width:100%; height:100%; object-fit:cover; }
a{ color:inherit; text-decoration:none; }
button,input,select{ font:inherit; color:inherit; }
::selection{ background:var(--rose); color:var(--cream); }

/* typography primitives */
.dsp{
  font-family:var(--f-dsp); font-weight:300; line-height:1.02;
  letter-spacing:-.018em;
}
.dsp--xl{ font-size:clamp(2.5rem,6.6vw,5.6rem); }
.dsp--lg{ font-size:clamp(2.1rem,4.6vw,3.9rem); }
.dsp em{ font-style:italic; font-weight:300; color:var(--rose); }

.eyebrow{
  display:block; font-family:var(--f-ui); font-weight:400;
  font-size:.66rem; letter-spacing:.34em; text-transform:uppercase;
  color:var(--stone);
}

.lede{ max-width:52ch; color:#4A4738; }

.btn{
  --c:var(--ink);
  display:inline-block; position:relative; overflow:hidden;
  border:1px solid color-mix(in srgb, var(--c) 35%, transparent);
  padding:1.05rem 3rem; border-radius:2rem;
  font-family:var(--f-ui); font-size:.68rem; letter-spacing:.28em;
  text-transform:uppercase; color:var(--c);
  transition:color .5s var(--ease), border-color .5s var(--ease);
}
.btn::before{
  content:""; position:absolute; inset:0; background:var(--c);
  transform:translateY(101%); transition:transform .55s var(--slow);
}
.btn span{ position:relative; z-index:1; }
.btn:hover{ color:var(--cream); border-color:var(--c); }
.btn:hover::before{ transform:translateY(0); }

.lnk{
  font-family:var(--f-ui); font-size:.66rem; letter-spacing:.24em;
  text-transform:uppercase; position:relative; padding-bottom:.35rem;
}
.lnk::after{
  content:""; position:absolute; left:0; bottom:0; height:1px; width:100%;
  background:currentColor; opacity:.4;
  transform-origin:right; transform:scaleX(1);
  transition:transform .45s var(--slow);
}
.lnk:hover::after{ transform-origin:left; animation:swipe .6s var(--slow); }
@keyframes swipe{ 0%{transform:scaleX(1);transform-origin:right}
  49%{transform:scaleX(0);transform-origin:right}
  50%{transform:scaleX(0);transform-origin:left}
  100%{transform:scaleX(1);transform-origin:left} }

/* Logo.png is a lockup: "ESTD." · lotus · "2026" across a 235×156 canvas.
   .logomark windows out the lotus alone (x 81–149, y 22–140) so the flanking
   text doesn't turn to mush at header sizes. Full lockup used elsewhere. */
.logomark{
  --w:30px; display:block; position:relative; overflow:hidden;
  width:var(--w); height:calc(var(--w) * 119 / 69);
}
.logomark img{
  position:absolute; max-width:none; height:auto;
  width:calc(var(--w) * 235 / 69);
  left:calc(var(--w) * -81 / 69);
  top:calc(var(--w) * -22 / 69);
}

/* image titles */
.cap{
  margin-top:.9rem; font-family:var(--f-ui); font-size:.6rem;
  letter-spacing:.24em; text-transform:uppercase; color:var(--stone);
}
.cap--onDark{ color:rgba(242,220,209,.75); padding:0 clamp(2rem,5vw,6rem); }

/* ── PRELOADER ─────────────────────────────────────────────── */
.loader{
  position:fixed; inset:0; z-index:9500;
  background:var(--navy); color:var(--cream);
  display:grid; place-items:center;
  transition:opacity .8s var(--ease), visibility .8s;
}
.loader.is-done{ opacity:0; visibility:hidden; }
.loader__inner{ display:grid; justify-items:center; gap:1.6rem; }
.loader__logo{ width:150px; height:auto; object-fit:contain; }
.loader__word{
  font-family:var(--f-ui); font-size:.7rem; letter-spacing:.5em;
  padding-left:.5em; opacity:.85;
}
.loader__bar{ width:150px; height:1px; background:rgba(244,239,228,.2); overflow:hidden; }
.loader__bar i{
  display:block; height:100%; width:100%; background:var(--rose);
  transform:scaleX(0); transform-origin:left;
  animation:load 1.5s var(--slow) forwards;
}
@keyframes load{ to{ transform:scaleX(1); } }

/* ── 3. HEADER ─────────────────────────────────────────────── */
.hdr{
  position:fixed; top:0; left:0; right:0; z-index:600;
  display:flex; align-items:center; justify-content:space-between;
  padding:1.5rem var(--pad); color:var(--cream);
  transition:padding .5s var(--ease), background .5s var(--ease), color .5s var(--ease);
}
.hdr.is-stuck{
  background:color-mix(in srgb, var(--cream) 94%, transparent);
  backdrop-filter:blur(10px);
  color:var(--ink); padding-block:.9rem;
  box-shadow:0 1px 0 rgba(10,28,38,.08);
}
.hdr.is-open{ color:var(--cream); background:transparent; box-shadow:none; }

.hdr__menu{
  display:flex; align-items:center; gap:.7rem;
  background:none; border:0; cursor:pointer;
  font-family:var(--f-ui); font-size:.66rem; letter-spacing:.28em;
  text-transform:uppercase;
}
.hdr__burger{ display:grid; gap:5px; width:20px; }
.hdr__burger i{
  display:block; height:1px; background:currentColor;
  transition:transform .45s var(--slow), opacity .3s;
}
.hdr.is-open .hdr__burger i:first-child{ transform:translateY(3px) rotate(45deg); }
.hdr.is-open .hdr__burger i:last-child{ transform:translateY(-3px) rotate(-45deg); }

.hdr__mark{ position:absolute; left:50%; transform:translateX(-50%); }
/* the salmon mark sits on a pale façade at the top of the hero — the shadow
   keeps it legible without recolouring the brand */
.hdr__mark .logomark{ transition:transform .7s var(--slow);
  filter:drop-shadow(0 1px 4px rgba(10,28,38,.5)); }
.hdr.is-stuck .hdr__mark .logomark{ filter:none; }
.hdr__mark:hover .logomark{ transform:translateY(-2px) scale(1.05); }

.hdr__book{
  font-family:var(--f-ui); font-size:.66rem; letter-spacing:.28em;
  text-transform:uppercase; padding:.6rem 1.4rem;
  border:1px solid currentColor; border-radius:2rem;
  transition:background .4s var(--ease), color .4s var(--ease);
}
.hdr__book:hover{ background:currentColor; }
.hdr__book:hover{ color:var(--navy); }
.hdr.is-stuck .hdr__book:hover{ color:var(--cream); }

/* ── 4. NAV OVERLAY ────────────────────────────────────────── */
.nav{
  position:fixed; inset:0; z-index:550;
  background:var(--navy); color:var(--cream);
  display:grid; grid-template-columns:1.35fr .65fr;
  clip-path:inset(0 0 100% 0);
  transition:clip-path .9s var(--slow);
  pointer-events:none;
}
.nav.is-open{ clip-path:inset(0 0 0 0); pointer-events:auto; }

.nav__panel{ display:grid; align-content:center; padding:6rem var(--pad) 3rem; }
.nav__list{ list-style:none; }
.nav__list li{ overflow:hidden; }
.nav__list a{
  display:flex; align-items:baseline; gap:1.4rem;
  font-size:clamp(2rem,5.4vw,4.4rem); font-weight:300; line-height:1.28;
  transform:translateY(110%); opacity:0;
  transition:transform .8s var(--slow), opacity .8s var(--slow), color .4s;
}
.nav.is-open .nav__list a{ transform:translateY(0); opacity:1; }
.nav__list li:nth-child(1) a{ transition-delay:.16s }
.nav__list li:nth-child(2) a{ transition-delay:.22s }
.nav__list li:nth-child(3) a{ transition-delay:.28s }
.nav__list li:nth-child(4) a{ transition-delay:.34s }
.nav__list li:nth-child(5) a{ transition-delay:.40s }
.nav__list li:nth-child(6) a{ transition-delay:.46s }
.nav__list a:hover{ color:var(--rose); font-style:italic; }
.nav__num{
  font-family:var(--f-ui); font-size:.62rem; letter-spacing:.22em;
  color:var(--rose); opacity:.75;
}

.nav__aside{
  border-left:1px solid rgba(244,239,228,.14);
  display:grid; align-content:center; gap:2.6rem;
  padding:6rem var(--pad) 3rem 3rem;
  opacity:0; transition:opacity .7s var(--ease) .45s;
}
.nav.is-open .nav__aside{ opacity:1; }
.nav__block{ display:grid; gap:.35rem; }
.nav__block .eyebrow{ color:var(--rose); margin-bottom:.5rem; }
.nav__block a:hover{ color:var(--rose); }
.nav__social{ display:grid; gap:.35rem; }

/* ── 5. HERO ───────────────────────────────────────────────── */
.hero{ position:relative; height:100svh; min-height:600px; overflow:hidden;
  display:grid; place-items:center; color:var(--cream); text-align:center; }
.hero__media{ position:absolute; inset:0; }

/* Crossfading slides. Both photographs share a framing — one at dusk, one by
   day — so a dissolve reads as time passing rather than as a slide change.
   The ken-burns lives on the active slide so it restarts each time round. */
.hero__slide{
  position:absolute; inset:0; margin:0;
  opacity:0; transition:opacity 1.6s var(--ease);
}
.hero__slide.is-active{ opacity:1; }
/* bias the crop upward so the domes and rooflines survive on wide viewports.
   The zoom is kept small on purpose: the hero fills ~2130px on a 1920 screen
   while the source is only 1600px wide, so every extra % of scale is spent
   magnifying an already-upscaled image. Raise this only if the source art
   gets bigger. */
.hero__slide img{ object-position:center 42%; transform:scale(1.04); }
.hero__slide.is-active img{ animation:ken 9s var(--ease) forwards; }
@keyframes ken{ to{ transform:scale(1); } }

.hero__dots{
  position:absolute; right:var(--pad); bottom:2.4rem;
  display:flex; gap:.6rem; opacity:0;
  animation:fade 1s var(--ease) 2.4s forwards;
}
/* the visible mark is a 2px hairline, but the button itself is 26px tall so
   there's a real target to tap on a phone */
.hero__dots button{
  width:34px; height:26px; padding:0; border:0; cursor:pointer;
  background:none; position:relative;
}
.hero__dots button::before,
.hero__dots button::after{
  content:""; position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px;
}
.hero__dots button::before{ background:rgba(244,239,228,.35); transition:background .4s var(--ease); }
.hero__dots button::after{ background:var(--rose); transform:scaleX(0); transform-origin:left; }
.hero__dots button[aria-selected="true"]::after{ transform:scaleX(1);
  transition:transform .5s var(--ease); }
.hero__dots button:hover::before{ background:rgba(244,239,228,.6); }
.hero__scrim{
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(10,28,38,.5) 0%, rgba(10,28,38,.15) 40%, rgba(10,28,38,.62) 100%);
}
.hero__body{ position:relative; padding:0 var(--pad); }
.hero__eyebrow{
  display:block; font-family:var(--f-ui); font-size:.66rem;
  letter-spacing:.42em; text-transform:uppercase; margin-bottom:2rem;
  opacity:0; animation:fade 1s var(--ease) 1.5s forwards;
}
.hero__title{ font-weight:300; line-height:.92; letter-spacing:-.02em;
  font-size:clamp(3.4rem,13vw,11rem); }
.hero__title .line{ display:block; overflow:hidden; }
.hero__title .line span{
  display:block; transform:translateY(105%);
  animation:rise 1.25s var(--slow) forwards;
}
.hero__title .line:nth-child(1) span{ animation-delay:1.55s }
.hero__title .line:nth-child(2) span{ animation-delay:1.68s; font-style:italic; }
@keyframes rise{ to{ transform:translateY(0); } }
@keyframes fade{ to{ opacity:1; } }

.hero__sub{
  margin-top:1.9rem; font-size:clamp(1rem,1.4vw,1.3rem);
  color:rgba(244,239,228,.86); opacity:0;
  animation:fade 1.1s var(--ease) 2.05s forwards;
}

.hero__cap{
  position:absolute; left:var(--pad); bottom:2.4rem;
  font-family:var(--f-ui); font-size:.58rem; letter-spacing:.24em;
  text-transform:uppercase; color:rgba(244,239,228,.72);
  opacity:0; animation:fade 1s var(--ease) 2.4s forwards;
}
.hero__cap.is-swapping{ opacity:0; transition:opacity .4s var(--ease); }
.hero__cue{
  position:absolute; bottom:2.4rem; left:50%; transform:translateX(-50%);
  display:grid; justify-items:center; gap:.7rem;
  font-family:var(--f-ui); font-size:.6rem; letter-spacing:.3em;
  text-transform:uppercase; opacity:0;
  animation:fade 1s var(--ease) 2.4s forwards;
}
.hero__cue svg{ width:11px; height:28px; animation:bob 2.6s var(--ease) infinite; }
@keyframes bob{ 0%,100%{ transform:translateY(0); opacity:.55 } 50%{ transform:translateY(7px); opacity:1 } }

/* ── TICKER ────────────────────────────────────────────────── */
.ticker{
  background:var(--navy); color:var(--sand);
  padding:1.1rem 0; overflow:hidden; white-space:nowrap;
}
.ticker__track{ display:inline-flex; align-items:center; gap:2.4rem;
  animation:slide 46s linear infinite; }
.ticker span{
  font-family:var(--f-ui); font-size:.66rem; letter-spacing:.32em;
  text-transform:uppercase;
}
.ticker i{ color:var(--rose); font-style:normal; font-size:.6rem; }
@keyframes slide{ to{ transform:translateX(-50%); } }

/* ── 6. INVITATION ─────────────────────────────────────────── */
.invite{ padding:clamp(5rem,11vw,10rem) var(--pad) clamp(4rem,8vw,7rem); }
.invite__head{ max-width:74ch; margin:0 auto; text-align:center;
  display:grid; justify-items:center; gap:1.7rem; }
.invite__head .lede{ margin-inline:auto; }

/* Two columns, and each frame keeps close to its source ratio — the foyer and
   living area are wide symmetrical shots that a portrait cell would gut
   (65% and 61% of the frame lost). align-items:start lets the heights differ. */
.quartet{
  margin-top:clamp(3.5rem,7vw,6rem);
  display:grid; grid-template-columns:repeat(2,1fr); align-items:start;
  gap:clamp(1rem,2.2vw,2.2rem);
}
.quartet__f{ overflow:clip; }
.quartet__f:nth-child(even){ margin-top:clamp(1.5rem,4vw,3.5rem); }
.quartet__f img{ transition:transform 1.2s var(--slow), filter .8s; filter:saturate(.95); }
.quartet__f:nth-child(1) img{ aspect-ratio:16/9; }   /* Foyer — landscape */
.quartet__f:nth-child(2) img{ aspect-ratio:16/9; }   /* Living Area — landscape */
.quartet__f:nth-child(3) img{ aspect-ratio:3/4; }    /* Blue Drawing Room — portrait */
.quartet__f:nth-child(4) img{ aspect-ratio:1/1; }    /* Pool — square collage */
.quartet__f:hover img{ transform:scale(1.06); filter:saturate(1.05); }
.quartet__f figcaption{
  margin-top:.9rem; font-family:var(--f-ui); font-size:.6rem;
  letter-spacing:.24em; text-transform:uppercase; color:var(--stone);
}

/* ── 7. FEATURE (courtyard) ────────────────────────────────── */
/* minmax(0,1fr) not 1fr: a bare 1fr floors at min-content, so an image or a
   long word can push a track wider than its container */
.feature{
  display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); align-items:stretch;
  background:var(--burgundy); color:var(--blush);
}
.feature__media{
  display:grid; grid-template-rows:auto auto; margin:0; align-self:center;
  padding:clamp(1.5rem,3vw,2.5rem) 0;
}
/* 4/3 keeps the courtyard near its source ratio — a full-bleed column crop
   was cutting 47% of it, losing the arcades either side of the fountain */
.feature__frame{ overflow:clip; aspect-ratio:4/3; }
.feature__frame img{ transform:scale(1.06); }
.feature__panel{
  padding:clamp(3.5rem,7vw,7rem) clamp(2rem,5vw,6rem);
  display:grid; align-content:center; gap:1.3rem;
}
.feature__panel .eyebrow{ color:var(--rose); }
.feature__panel > p{ max-width:46ch; color:rgba(242,220,209,.78); }
.feature .dsp em{ color:var(--blush); }

.years{ list-style:none; margin-top:2rem; display:grid; gap:0; }
.years li{
  display:grid; grid-template-columns:3rem 1fr; gap:1.5rem;
  padding:1.4rem 0; border-top:1px solid rgba(242,220,209,.18);
  transition:padding-left .5s var(--ease);
}
.years li:last-child{ border-bottom:1px solid rgba(242,220,209,.18); }
.years li:hover{ padding-left:.8rem; }
.years__y{ font-size:1.6rem; color:var(--rose); line-height:1.1; }
.years__t{ font-size:.98rem; color:rgba(242,220,209,.8); }

/* ── 8. ROOMS ──────────────────────────────────────────────── */
.rooms{ background:var(--blush); padding:clamp(4.5rem,9vw,9rem) var(--pad); }
.rooms__intro{
  display:grid; grid-template-columns:1fr 1fr; gap:clamp(1.5rem,5vw,5rem);
  align-items:end; padding-bottom:clamp(2.5rem,5vw,4rem);
  border-bottom:1px solid rgba(69,21,31,.16);
}
.rooms__intro .eyebrow{ color:#8A6A5C; margin-bottom:1rem; }
.rooms__intro p{ color:#6B4C41; max-width:50ch; }
.rooms__intro--statement{
  grid-template-columns:1fr; text-align:center; justify-items:center;
}
.rooms__intro--statement .dsp{ max-width:22ch; }

.rooms__design{
  display:grid; grid-template-columns:1fr 1fr; gap:clamp(2rem,5vw,5rem);
  align-items:start; margin:clamp(2.5rem,5vw,4.5rem) 0;
  padding-bottom:clamp(2.5rem,5vw,4rem);
  border-bottom:1px solid rgba(69,21,31,.16);
}
.rooms__design .dsp{ max-width:18ch; color:var(--ink); }
.rooms__design p{ color:#6B4C41; max-width:50ch; line-height:1.7; }

.rooms__single{ margin:clamp(2.5rem,5vw,4.5rem) 0; }
.rooms__single > img{
  aspect-ratio:16/9; transition:transform 1.4s var(--slow);
}
.rooms__single{ overflow:clip; }
.rooms__single:hover > img{ transform:scale(1.04); }
.rooms__single .cap{ color:#8A6A5C; }

.rooms__list{ list-style:none; }
.rooms__list li{
  display:grid; grid-template-columns:3rem minmax(0,1fr) minmax(0,1.5fr);
  gap:1.5rem; align-items:baseline;
  padding:1.9rem 0; border-top:1px solid rgba(69,21,31,.16);
  position:relative; transition:padding-left .55s var(--ease);
}
.rooms__list li:last-child{ border-bottom:1px solid rgba(69,21,31,.16); }
.rooms__list li::after{
  content:""; position:absolute; left:0; right:0; top:0; bottom:0;
  background:rgba(69,21,31,.045); opacity:0; transition:opacity .5s;
  pointer-events:none;
}
.rooms__list li:hover{ padding-left:1rem; }
.rooms__list li:hover::after{ opacity:1; }
.rooms__no{ font-family:var(--f-ui); font-size:.62rem; letter-spacing:.2em; color:#A57F6E; }
.rooms__nm{ font-size:clamp(1.3rem,2.2vw,1.85rem); line-height:1.2; }
.rooms__ds{ color:#7A594D; font-size:.98rem; }

/* ── 9. THE DAYS HERE ──────────────────────────────────────── */
.days{ background:var(--cream); padding:clamp(5rem,10vw,10rem) var(--pad); }
.days__intro{ text-align:center; display:grid; gap:1.1rem; justify-items:center;
  margin-bottom:clamp(3rem,6vw,5.5rem); }
.days__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(2rem,5vw,4.5rem); }
.days__item{ text-align:center; display:grid; gap:.75rem; justify-items:center; }
.days__item--mid{ transform:translateY(clamp(1rem,3vw,2.5rem)); }
.days__item svg{ width:66px; height:66px; color:var(--navy); margin-bottom:.6rem;
  transition:transform 1s var(--slow); }
.days__item:hover svg{ transform:rotate(8deg) scale(1.06); }
.days__item h3{
  font-family:var(--f-ui); font-weight:400; font-size:.72rem;
  letter-spacing:.3em; text-transform:uppercase;
}
.days__q{ font-style:italic; color:var(--rose-dp); font-size:1.05rem; }
.days__item > p:last-child{ color:#59564A; font-size:.98rem; max-width:32ch; }

/* ── STATEMENT ─────────────────────────────────────────────── */
.statement{
  background:var(--navy); color:var(--cream);
  padding:clamp(4.5rem,10vw,9rem) var(--pad);
  display:grid; place-items:center; gap:2.5rem; text-align:center;
}
.statement__logo{ width:96px; height:auto; object-fit:contain; }
.statement blockquote{ max-width:64ch; display:grid; gap:2rem; justify-items:center; }
.statement p{ font-size:clamp(1.4rem,3.1vw,2.5rem); line-height:1.34; font-weight:300; font-style:italic; }
.statement cite{
  font-family:var(--f-ui); font-style:normal; font-size:.64rem;
  letter-spacing:.3em; text-transform:uppercase; color:rgba(244,239,228,.7);
}
.statement cite span{ color:var(--rose); }

/* ── 11. RESERVE ───────────────────────────────────────────── */
/* reversed out: light ground, dark type — breaks the run of dark blocks
   between the quote and the footer */
.reserve{ background:var(--cream); color:var(--ink);
  padding:clamp(5rem,10vw,10rem) var(--pad); }
.reserve__inner{ max-width:900px; margin:0 auto; text-align:center;
  display:grid; justify-items:center; gap:1.6rem; }
.reserve .eyebrow{ color:var(--rose-dp); }
.reserve .dsp em{ color:var(--rose-dp); }
.reserve .lede{ color:#4A4738; }
.reserve__note{ font-size:.95rem; color:#6A6759; }
.reserve__note a{ color:var(--rose-dp); border-bottom:1px solid rgba(160,97,74,.45); }

.bookbar{
  width:100%; margin-top:1.5rem;
  display:grid; grid-template-columns:1fr 1fr 1fr auto; gap:0;
  background:rgba(255,255,255,.5); border:1px solid rgba(10,28,38,.2);
  text-align:left;
}
.bookbar__f{ display:grid; gap:.4rem; padding:1.1rem 1.4rem;
  border-right:1px solid rgba(10,28,38,.14); }
.bookbar__f span{
  font-family:var(--f-ui); font-size:.58rem; letter-spacing:.26em;
  text-transform:uppercase; color:var(--rose-dp);
}
.bookbar input, .bookbar select{
  background:none; border:0; outline:none; font-family:var(--f-dsp);
  font-size:1.05rem; color:var(--ink); width:100%;
}
.bookbar input::-webkit-calendar-picker-indicator{ opacity:.55; cursor:pointer; }
.bookbar select option{ background:var(--cream); color:var(--ink); }
.bookbar__go{
  background:var(--navy); border:0; cursor:pointer; color:var(--cream);
  padding:1.1rem 2.4rem; font-family:var(--f-ui); font-size:.66rem;
  letter-spacing:.26em; text-transform:uppercase;
  transition:background .4s var(--ease), color .4s var(--ease);
}
.bookbar__go:hover{ background:var(--rose-dp); }
.bookbar__msg{
  grid-column:1/-1; padding:0 1.4rem; font-size:.92rem; font-style:italic;
  color:var(--rose-dp); max-height:0; overflow:hidden;
  transition:max-height .5s var(--ease), padding .5s var(--ease);
}
/* generous ceiling: this only paces the reveal, and the confirmation
   wraps to four lines on a 320px screen */
.bookbar__msg.is-on{ max-height:12rem; padding:.9rem 1.4rem;
  border-top:1px solid rgba(10,28,38,.14); }

/* ── FOOTER ────────────────────────────────────────────────── */
.ftr{ background:var(--ink); color:var(--sand); padding:clamp(3.5rem,7vw,6rem) var(--pad) 2rem; }
.ftr__top{ display:grid; grid-template-columns:1fr 2fr; gap:clamp(2.5rem,6vw,5rem); }
.ftr__brand{ display:grid; justify-items:start; gap:.5rem; color:var(--rose); }
.ftr__logo{ width:130px; height:auto; object-fit:contain; margin-bottom:.4rem; }
.ftr__word{ font-size:clamp(1.7rem,3vw,2.4rem); font-weight:300; color:var(--cream); line-height:1.1; }
.ftr__est{ font-family:var(--f-ui); font-size:.6rem; letter-spacing:.28em;
  text-transform:uppercase; color:var(--stone); }
.ftr__cols{ display:grid; grid-template-columns:repeat(3,1fr); gap:2rem; }
.ftr__cols > div{ display:grid; gap:.5rem; align-content:start; font-size:.98rem; }
.ftr__cols .eyebrow{ color:var(--rose); margin-bottom:.6rem; }
.ftr__cols a{ color:rgba(217,206,187,.8); width:fit-content; transition:color .35s; }
.ftr__cols a:hover{ color:var(--cream); }
.ftr__cols p{ color:rgba(217,206,187,.6); font-size:.95rem; }
.ftr__rule{ height:1px; background:rgba(217,206,187,.16); margin:clamp(2.5rem,5vw,4rem) 0 1.6rem; }
.ftr__base{
  display:flex; justify-content:space-between; gap:1rem; flex-wrap:wrap;
  font-family:var(--f-ui); font-size:.62rem; letter-spacing:.18em;
  text-transform:uppercase; color:var(--stone);
}
.ftr__base div{ display:flex; gap:1.6rem; }
.ftr__base a:hover{ color:var(--cream); }

/* ── 12. MOTION ────────────────────────────────────────────── */
[data-reveal]{
  opacity:0; transform:translateY(30px);
  transition:opacity 1s var(--ease), transform 1.1s var(--slow);
}
[data-reveal].is-in{ opacity:1; transform:none; }
[data-delay="1"]{ transition-delay:.11s } [data-delay="2"]{ transition-delay:.22s }
[data-delay="3"]{ transition-delay:.33s }

/* broken-image fallback: a plausible textured block, never a broken icon */
.img-fallback{
  background:
    repeating-linear-gradient(115deg, rgba(10,28,38,.05) 0 2px, transparent 2px 7px),
    linear-gradient(160deg, var(--sand), var(--stone));
}
.img-fallback img{ opacity:0; }

/* ── RESPONSIVE ────────────────────────────────────────────── */
/* the title, dots and scroll cue all crowd the bottom edge once the viewport
   narrows — stack them centred instead of letting them overlap */
@media (max-width:1000px){
  .hero__cap{
    left:50%; transform:translateX(-50%); bottom:1.5rem; text-align:center;
    width:calc(100% - 2 * var(--pad));
  }
  .hero__dots{ right:auto; left:50%; transform:translateX(-50%); bottom:3.4rem; }
  .hero__cue{ bottom:7.1rem; }
}

@media (max-width:1024px){
  .nav{ grid-template-columns:1fr; }
  .nav__aside{ border-left:0; border-top:1px solid rgba(244,239,228,.14);
    padding:2rem var(--pad); grid-auto-flow:column; align-content:start; gap:1.5rem; }
  /* No min-height here: .feature__frame is governed by aspect-ratio, and a
     vh floor would be converted into a min-content WIDTH (52vh × 4/3), which
     inflates the 1fr track and scrolls the whole page sideways. */
  .feature{ grid-template-columns:minmax(0,1fr); }
  .rooms__intro{ grid-template-columns:1fr; align-items:start; gap:1.5rem; }
  .rooms__design{ grid-template-columns:1fr; gap:1.5rem; }
  .days__grid{ grid-template-columns:1fr; gap:3.5rem; max-width:34rem; margin:0 auto; }
  .days__item--mid{ transform:none; }
  .ftr__top{ grid-template-columns:1fr; }
}

@media (max-width:760px){
  .hdr__menutxt{ display:none; }
  .quartet{ grid-template-columns:repeat(2,1fr); }
  .rooms__list li{ grid-template-columns:2rem 1fr; row-gap:.4rem; }
  .rooms__ds{ grid-column:2; }
  .bookbar{ grid-template-columns:1fr; }
  .bookbar__f{ border-right:0; border-bottom:1px solid rgba(10,28,38,.14); }
  .ftr__cols{ grid-template-columns:1fr; gap:2rem; }
  .nav__aside{ grid-auto-flow:row; }
  .years li{ grid-template-columns:1fr; gap:.3rem; }
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.01ms !important; animation-iteration-count:1 !important;
    transition-duration:.01ms !important; scroll-behavior:auto !important;
  }
  [data-reveal]{ opacity:1; transform:none; }
  .hero__title .line span,.hero__eyebrow,.hero__sub,.hero__cue{ opacity:1; transform:none; }
}
