/* ============================================================
   THEERAM BACKWATERS — stylesheet
   Design tokens derived from the property's own brand: cream
   ground, deep backwater-green dark sections, terracotta roof-
   tile accent, brass hairline. Fraunces for editorial serif
   headlines, Work Sans for body & UI.
   ============================================================ */

:root{
  --cream:       #F4EFE3;
  --cream-2:     #ECE3D0;
  --ink:         #1E2A22;
  --ink-70:      rgba(30,42,34,.7);
  --ink-50:      rgba(30,42,34,.52);
  --forest:      #163029;
  --forest-2:    #0E1E19;
  --forest-tint: #1D3A32;
  --rust:        #AE4B2A;
  --rust-light:  #C96A45;
  --brass:       #B99334;
  --line:        rgba(30,42,34,.14);
  --line-light:  rgba(244,239,227,.22);
  --mist:        rgba(244,239,227,.86);

  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Work Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  --wrap: 1200px;
  --pad: clamp(22px, 5vw, 64px);

  --ease: cubic-bezier(.22,.68,0,1);
  --ease-soft: cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

body{
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
button{ font: inherit; background: none; border: none; cursor: pointer; color: inherit; }
ul{ margin:0; padding:0; list-style:none; }

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

/* offset anchor-scroll targets so the fixed nav never covers them */
section[id], #suites{ scroll-margin-top: 92px; }

/* ---------- grain overlay ---------- */
.grain{
  position: fixed; inset:0; pointer-events:none; z-index: 9999;
  opacity: .035; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ============ TYPE ============ */
.eyebrow{
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--rust);
  margin: 0 0 16px;
}
.eyebrow--light{ color: var(--brass); }

.h2{
  font-family: var(--font-display);
  font-weight: 460;
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.08;
  letter-spacing: -.01em;
  margin: 0 0 22px;
  max-width: 16ch;
}
.h2--light{ color: var(--cream); }
.h2 em, .h3 em{ font-style: italic; font-weight: 440; color: var(--rust); }
.h2--light em{ color: var(--brass); }

.h3{
  font-family: var(--font-display);
  font-weight: 460;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.14;
  margin: 0 0 18px;
}
.h4{
  font-family: var(--font-display);
  font-weight: 460;
  font-size: clamp(21px, 2.2vw, 26px);
  line-height: 1.2;
  margin: 14px 0 10px;
}

.body-lg{ font-size: clamp(17px, 1.6vw, 20px); font-weight: 400; color: var(--ink-70); max-width: 46ch; margin: 0 0 18px; }
.body{ font-size: 15.5px; color: var(--ink-70); max-width: 52ch; margin: 0 0 16px; }
.light-70{ color: rgba(244,239,227,.72); }
.light-80{ color: rgba(244,239,227,.82); }
.light-50{ color: rgba(244,239,227,.5); }
.small-note{ font-size: 13.5px; max-width: 62ch; margin: 46px auto 0; padding-bottom: 70px; }

em{ font-style: italic; }

/* ============ BUTTONS ============ */
.btn{
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 14px; font-weight: 600;
  letter-spacing: .01em;
  transition: transform .35s var(--ease), background .3s, color .3s, border-color .3s, box-shadow .3s;
  white-space: nowrap;
}
.btn-primary{ background: var(--rust); color: var(--cream); }
.btn-primary:hover{ background: var(--rust-light); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(174,75,42,.28); }
.btn-lg{ padding: 16px 34px; font-size: 15px; }
.btn-block{ width: 100%; justify-content: center; }

.btn-ghost-light{ border: 1px solid rgba(244,239,227,.5); color: var(--cream); }
.btn-ghost-light:hover{ background: rgba(244,239,227,.12); border-color: var(--cream); transform: translateY(-2px); }

.btn-outline{ border: 1px solid var(--line); color: var(--ink); }
.btn-outline:hover{ border-color: var(--rust); color: var(--rust); }

.btn-outline-light{ border: 1px solid var(--line-light); color: var(--cream); }
.btn-outline-light:hover{ background: rgba(244,239,227,.1); border-color: var(--cream); }

.btn-nav{ background: var(--rust); color: var(--cream); padding: 10px 20px; }
.btn-nav:hover{ background: var(--rust-light); }

/* ============ NAV ============ */
.site-nav{
  position: fixed; top:0; left:0; right:0; z-index: 500;
  padding: 20px 0;
  transition: background .4s var(--ease-soft), padding .4s var(--ease-soft), box-shadow .4s;
}
.site-nav.is-scrolled{
  background: rgba(244,239,227,.88);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  padding: 12px 0;
  box-shadow: 0 1px 0 rgba(30,42,34,.08);
}
.nav-inner{
  max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-brand{ display: flex; align-items: center; gap: 11px; color: var(--cream); transition: color .4s; }
.site-nav.is-scrolled .nav-brand{ color: var(--forest); }
.brand-icon{ position: relative; width: 26px; height: 36px; flex-shrink: 0; }
.bmark{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; transition: opacity .4s var(--ease-soft); }
.bmark-hero{ opacity: 1; }
.bmark-scrolled{ opacity: 0; }
.site-nav.is-scrolled .bmark-hero{ opacity: 0; }
.site-nav.is-scrolled .bmark-scrolled{ opacity: 1; }
.brand-word{ font-family: var(--font-display); font-size: 21px; letter-spacing: .01em; }
.brand-word em{ font-style: normal; font-weight: 300; opacity: .75; margin-left: 4px; }

.nav-links{ display: flex; gap: 34px; flex: 1; justify-content: center; }
.nav-links a{
  font-size: 16px; font-weight: 500; letter-spacing: .02em;
  color: var(--cream); opacity: .82; position: relative; padding: 4px 0;
  transition: opacity .3s, color .4s;
}
.site-nav.is-scrolled .nav-links a{ color: var(--forest); }
.nav-links a::after{
  content:''; position:absolute; left:0; right:100%; bottom:-2px; height:1px; background: currentColor;
  transition: right .35s var(--ease);
}
.nav-links a:hover{ opacity: 1; }
.nav-links a:hover::after, .nav-links a.is-active::after{ right: 0; }

.nav-toggle{ display:none; flex-direction: column; gap: 5px; width: 26px; }
.nav-toggle span{ height: 1.5px; width: 100%; background: var(--cream); transition: all .35s var(--ease); }
.site-nav.is-scrolled .nav-toggle span{ background: var(--forest); }

.mobile-menu{
  position: fixed; top:0; left:0; right:0; z-index: 600;
  max-height: 100vh; overflow-y: auto;
  background: var(--forest);
  display:flex; flex-direction: column; gap: 18px;
  padding: 18px var(--pad) 28px;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,.35);
  transform: translateY(-100%);
  transition: transform .45s var(--ease);
}
.mobile-menu.is-open{ transform: translateY(0); }
.mobile-menu-head{
  display:flex; align-items:center; justify-content: space-between;
}
.mobile-menu-mark{
  width: 28px; height:auto;
  opacity: 0; transform: translateY(-10px);
  transition: opacity .5s var(--ease) .15s, transform .5s var(--ease) .15s;
}
.mobile-menu.is-open .mobile-menu-mark{ opacity: .9; transform: translateY(0); }
.mobile-menu-back{
  width: 36px; height: 36px; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  position: relative;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
}
.mobile-menu-back span{
  position:absolute; width:16px; height:1.5px; background: var(--cream);
}
.mobile-menu-back span:nth-child(1){ transform: rotate(45deg); }
.mobile-menu-back span:nth-child(2){ transform: rotate(-45deg); }
.mobile-menu nav{ display:flex; flex-direction: column; gap: 2px; }
.mobile-menu a{
  font-family: var(--font-display); font-size: 21px; color: var(--cream);
  padding: 11px 2px; border-bottom: 1px solid var(--line-light);
  opacity: 0; transform: translateY(10px);
  transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.mobile-menu.is-open a{ opacity: 1; transform: translateY(0); }
.mobile-menu.is-open a:nth-child(1){ transition-delay: .06s; }
.mobile-menu.is-open a:nth-child(2){ transition-delay: .1s; }
.mobile-menu.is-open a:nth-child(3){ transition-delay: .14s; }
.mobile-menu.is-open a:nth-child(4){ transition-delay: .18s; }
.mobile-menu.is-open a:nth-child(5){ transition-delay: .22s; }
.mobile-menu .btn-primary{ margin-top: 4px; }
.mobile-menu-foot{ color: var(--line-light); font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; margin-top: 4px; }

body.menu-open{ overflow: hidden; }

/* ============ HERO ============ */
.hero{
  position: relative; height: 100svh; min-height: 560px;
  display: flex; align-items: flex-end;
  overflow: hidden;
  background: var(--forest-2);
}
.hero-media{ position: absolute; inset:0; }
.hero-img{
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.12);
  animation: heroKen 14s var(--ease-soft) forwards;
}
@keyframes heroKen{ to{ transform: scale(1); } }
.hero-scrim{
  position: absolute; inset:0;
  background:
    linear-gradient(0deg, rgba(9,17,14,.82) 0%, rgba(9,17,14,.32) 42%, rgba(9,17,14,.15) 65%, rgba(9,17,14,.35) 100%);
}
.hero-content{
  position: relative; z-index: 2;
  width: 100%;
  padding: clamp(90px, 14vh, 130px) var(--pad) clamp(64px, 11vh, 110px);
  color: var(--cream);
}
.hero-headline{
  font-family: var(--font-display);
  font-weight: 440;
  font-size: clamp(32px, 5.6vw, 64px);
  line-height: 1.06;
  letter-spacing: -.01em;
  margin: 8px 0 26px;
  max-width: 20ch;
}
.hero-headline em{ font-style: italic; color: var(--brass); font-weight: 420;}
.line-wrap{ display:block; overflow: hidden; }
.line{ display:block; transform: translateY(110%); }

.hero-sub p{ font-size: clamp(15.5px, 1.6vw, 18px); max-width: 42ch; color: rgba(244,239,227,.85); margin: 0 0 26px; }
.hero-actions{ display:flex; gap: 14px; flex-wrap: wrap; }

.hero-scroll-cue{
  position: absolute; right: var(--pad); bottom: 28px; z-index: 2;
  display:flex; align-items:center; gap: 8px;
  color: rgba(244,239,227,.7); font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase;
  writing-mode: vertical-rl;
  animation: floatY 2.6s ease-in-out infinite;
}
@keyframes floatY{ 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(6px);} }

/* ============ REVEAL ANIMATION ============ */
.reveal{ opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible{ opacity: 1; transform: translateY(0); }
.reveal-line{ transition: transform .9s var(--ease); }

/* stagger children inside common containers */
.stat-row .stat:nth-child(1){ transition-delay: .02s; }
.stat-row .stat:nth-child(2){ transition-delay: .1s; }
.stat-row .stat:nth-child(3){ transition-delay: .18s; }
.stat-row .stat:nth-child(4){ transition-delay: .26s; }
.occasions-grid .occasion:nth-child(1){ transition-delay:.02s;}
.occasions-grid .occasion:nth-child(2){ transition-delay:.08s;}
.occasions-grid .occasion:nth-child(3){ transition-delay:.14s;}
.occasions-grid .occasion:nth-child(4){ transition-delay:.2s;}
.occasions-grid .occasion:nth-child(5){ transition-delay:.26s;}
.occasions-grid .occasion:nth-child(6){ transition-delay:.32s;}
.gallery-strip img:nth-child(1){ transition-delay: 0s; }
.gallery-strip img:nth-child(2){ transition-delay: .09s; }
.gallery-strip img:nth-child(3){ transition-delay: .18s; }
.rate-list .rate-row:nth-child(1){ transition-delay:.02s;}
.rate-list .rate-row:nth-child(2){ transition-delay:.07s;}
.rate-list .rate-row:nth-child(3){ transition-delay:.12s;}
.rate-list .rate-row:nth-child(4){ transition-delay:.17s;}
.rate-list .rate-row:nth-child(5){ transition-delay:.22s;}

/* ============ SECTIONS ============ */
.section{ position: relative; padding: clamp(70px, 11vw, 140px) 0; }
.section--cream{ background: var(--cream); }
.section--ivory{ background: var(--cream-2); }
.section--forest{ background: var(--forest); color: var(--cream); }
.section--forest::before{
  content:''; position:absolute; inset:0; pointer-events:none; opacity:.5;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(185,147,52,.08), transparent 60%);
}

/* ---------- retreat ---------- */
.retreat-grid{ display:grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; margin-bottom: 74px; }
.retreat-image img{ border-radius: 6px; width:100%; height: 420px; object-fit: cover; box-shadow: 0 30px 60px -20px rgba(30,42,34,.35); }

.stat-row{
  display:grid; grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--line); padding-top: 40px;
}
.stat{ display:flex; flex-direction: column; gap: 6px; padding-right: 20px; }
.stat-num{
  font-family: var(--font-display); font-weight: 500; font-size: clamp(36px,4vw,52px);
  color: var(--ink); line-height: 1;
}
.stat-suffix{ font-family: var(--font-display); font-size: 22px; margin-left: 4px; color: var(--ink-70); }
.stat-label{ font-size: 13px; color: var(--ink-50); letter-spacing: .01em; margin-top: 4px; }

/* ---------- five spaces selector ---------- */
.selector{ display:grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: stretch; margin-top: 54px; }
.selector-list{ position: relative; padding-left: 26px; }
.shoreline-track{
  position:absolute; left:0; top:10px; bottom:10px; width: 1px;
  background: var(--line-light);
}
.shoreline-fill{
  position:absolute; left:0; top:0; width:100%; height: 20%;
  background: var(--brass);
  transition: height .5s var(--ease), top .5s var(--ease);
}
.selector-item{
  display:flex; align-items:center; gap: 18px;
  width: 100%; text-align:left;
  padding: 20px 10px 20px 20px;
  border-bottom: 1px solid var(--line-light);
  cursor: pointer;
  transition: padding .35s var(--ease), background .35s;
}
.selector-item:first-child{ border-top: 1px solid var(--line-light); }
.selector-num{ font-family: var(--font-display); font-size: 14px; color: var(--brass); opacity: .7; width: 24px; flex-shrink:0; }
.selector-info{ display:flex; flex-direction: column; gap: 4px; flex: 1; }
.selector-name{ font-family: var(--font-display); font-size: clamp(19px,2vw,24px); color: rgba(244,239,227,.55); transition: color .35s; }
.selector-desc{ font-size: 12.5px; color: rgba(244,239,227,.4); letter-spacing: .01em; transition: color .35s; }
.selector-guests{ font-size: 11.5px; text-align:right; color: rgba(244,239,227,.4); flex-shrink:0; display:flex; flex-direction: column; }
.selector-guests em{ font-style: normal; display:block; letter-spacing: .1em; text-transform: uppercase; font-size: 9.5px; opacity: .8; margin-top: 2px;}

.selector-item.is-active{ padding-left: 28px; background: rgba(244,239,227,.04); }
.selector-item.is-active .selector-name{ color: var(--cream); }
.selector-item.is-active .selector-desc{ color: rgba(244,239,227,.65); }
.selector-item.is-active .selector-num{ opacity: 1; }
.selector-item:hover .selector-name{ color: var(--cream); }

.selector-stage{ display:flex; flex-direction:column; gap: 20px; }
.selector-frame{ position: relative; border-radius: 6px; overflow: hidden; aspect-ratio: 4/3.1; box-shadow: 0 40px 80px -30px rgba(0,0,0,.5); }
.selector-img{ position:absolute; inset:0; width:100%; height:100%; object-fit: cover; opacity: 0; transition: opacity .6s var(--ease-soft), transform 1.2s var(--ease-soft); transform: scale(1.04); }
.selector-img.is-shown{ opacity: 1; transform: scale(1); }
.selector-scrim{ position:absolute; inset:0; background: linear-gradient(0deg, rgba(9,17,14,.75), transparent 55%); }
.selector-caption{ position:absolute; left:24px; right:24px; bottom:20px; display:flex; justify-content: space-between; align-items:flex-end; color: var(--cream); gap: 10px; flex-wrap: wrap;}
.selector-cap-name{ font-family: var(--font-display); font-size: clamp(19px,2vw,24px); }
.selector-cap-price{ font-size: 14px; font-weight: 600; color: var(--brass); }
.selector-cap-price em{ font-style: normal; color: rgba(244,239,227,.55); font-weight: 400; font-size: 12px; }
.selector-cta{ align-self: flex-start; }

/* ---------- space detail sections ---------- */
.space-grid{ display:grid; grid-template-columns: 1.1fr .9fr; gap: 68px; align-items: center; }
.space-grid--reverse{ direction: rtl; }
.space-grid--reverse > *{ direction: ltr; }
.space-media{ position: relative; border-radius: 6px; overflow: hidden; box-shadow: 0 34px 70px -28px rgba(30,42,34,.4); }
.space-media img{ width:100%; height: 460px; object-fit: cover; transition: transform 1s var(--ease-soft); }
.space-media:hover img{ transform: scale(1.045); }
.space-tag{
  position:absolute; left:18px; top:18px; z-index:2;
  background: rgba(9,17,14,.55); backdrop-filter: blur(6px);
  color: var(--mist); font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  padding: 8px 14px; border-radius: 999px;
}
.space-media--tall img{ height: 300px; }

.spec-pills{ display:flex; flex-wrap:wrap; gap: 10px; margin: 22px 0 26px; }
.pill{
  font-size: 12.5px; font-weight: 500; padding: 8px 15px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--ink-70);
}
.pill--muted{ background: transparent; }

.price-line{ display:flex; align-items:center; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.price{ font-family: var(--font-display); font-size: 26px; color: var(--ink); }
.price em{ font-style: normal; font-size: 12.5px; color: var(--ink-50); font-weight: 400; margin-left: 6px; }

.gallery-strip{ display:grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 48px; }
.gallery-strip img{ width:100%; height: 230px; object-fit: cover; border-radius: 5px; transition: transform .7s var(--ease-soft), box-shadow .4s; }
.gallery-strip img:hover{ transform: translateY(-6px); box-shadow: 0 22px 40px -18px rgba(30,42,34,.35); }
.gallery-strip--pair{ grid-template-columns: repeat(2,1fr); margin: 20px 0 22px; }
.gallery-strip--pair img{ height: 190px; }
.gallery-strip:has(img:only-child){
  grid-template-columns: minmax(0, 420px);
}

/* ---------- suite duo ---------- */
.suite-duo{ display:grid; grid-template-columns: 1fr; gap: 64px; max-width: 620px; margin: 0 auto; }
.suite-card .eyebrow{ margin-top: 26px; }

/* ---------- moments / occasions ---------- */
.moments-mosaic{ display:grid; grid-template-columns: 1.4fr 1fr; gap: 18px; margin: 54px 0 80px; max-width: 1000px; margin: 54px auto 80px; }
.mosaic-large img{ width:100%; height: 100%; object-fit: cover; border-radius: 6px; min-height: 320px; }
.mosaic-stack{ display:grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.mosaic-stack img{ width:100%; height:100%; object-fit: cover; border-radius: 6px; min-height: 150px; }

.occasions-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line-light); border: 1px solid var(--line-light); border-radius: 6px; overflow: hidden; }
.occasion{ background: var(--forest); padding: 36px 32px; }
.occasion-icon{ width: 30px; height: 30px; color: var(--brass); margin-bottom: 18px; }
.occasion h4{ font-family: var(--font-display); font-size: 19px; font-weight: 460; margin: 0 0 10px; color: var(--cream); }
.occasion p{ font-size: 13.8px; color: rgba(244,239,227,.6); margin:0; line-height: 1.55; }

/* ---------- rate card ---------- */
/*.rate-list{ border-top: 1px solid var(--line); margin-top: 46px; }
.rate-row{
  display:grid; grid-template-columns: 1.5fr .7fr .7fr; align-items:center; gap: 20px;
  padding: 26px 18px; border-bottom: 1px solid var(--line);
  transition: background .3s, padding-left .35s var(--ease);
}
.rate-row:hover{ background: rgba(174,75,42,.045); padding-left: 28px; }
.rate-name{ display:flex; flex-direction: column; gap: 5px; font-family: var(--font-display); font-size: clamp(19px,2vw,23px); }
.rate-name em{ font-style: normal; font-family: var(--font-body); font-size: 13px; color: var(--ink-50); }
.rate-guests{ font-size: 13.5px; color: var(--ink-70); }
.rate-price{ text-align: right; font-family: var(--font-display); font-size: clamp(19px,2vw,23px); color: var(--rust); display:flex; flex-direction: column; }
.rate-price em{ font-style: normal; font-family: var(--font-body); font-size: 11.5px; color: var(--ink-50); font-weight: 400; margin-top: 2px;}

.rate-note{ max-width: 68ch; margin: 40px 0 0; font-size: 14px; color: var(--ink-70); }
.rate-note strong{ color: var(--ink); }
.rate-cta{ margin-top: 40px; } */

/* ---------- visit / footer ---------- */
.visit{ position: relative; padding: clamp(90px,14vw,160px) 0; overflow:hidden; }
.visit-media{ position:absolute; inset:0; }
.visit-media img{ width:100%; height:100%; object-fit: cover; }
.visit-scrim{ position:absolute; inset:0; background: linear-gradient(180deg, rgba(9,17,14,.55), rgba(9,17,14,.86) 60%, var(--forest-2) 100%); }
.visit-content{ position: relative; z-index:2; text-align:center; display:flex; flex-direction:column; align-items:center; }
.visit-mark{ width: 40px; height: auto; margin-bottom: 24px; }
.visit .h2{ max-width: 20ch; margin-left:auto; margin-right:auto; }
.visit .body-lg{ max-width: 46ch; margin-left:auto; margin-right:auto; }

.contact-tiles{ display:flex; gap: 18px; margin-top: 38px; flex-wrap: wrap; justify-content:center; }
.contact-tile{
  display:flex; align-items:center; gap: 12px;
  border: 1px solid var(--line-light); border-radius: 12px;
  padding: 18px 24px; color: var(--cream);
  transition: background .35s, border-color .35s, transform .35s var(--ease);
  text-align: left;
}
.contact-tile:hover{ background: rgba(244,239,227,.08); border-color: rgba(244,239,227,.4); transform: translateY(-3px); }
.contact-tile svg{ width: 22px; height: 22px; color: var(--brass); flex-shrink:0; }
.contact-tile span{ display:flex; flex-direction: column; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: rgba(244,239,227,.55); gap: 4px; }
.contact-tile span em{ font-style: normal; font-size: 15px; letter-spacing: 0; text-transform: none; color: var(--cream); font-family: var(--font-body); font-weight: 500; }

.directions-link{ display:inline-flex; gap: 8px; margin-top: 36px; font-size: 13.5px; color: rgba(244,239,227,.7); border-bottom: 1px solid rgba(244,239,227,.3); padding-bottom: 3px; transition: color .3s, border-color .3s; }
.directions-link:hover{ color: var(--cream); border-color: var(--cream); }

.site-footer{ background: var(--forest-2); padding: 26px 0; }
.footer-inner{ display:flex; align-items:center; justify-content: space-between; flex-wrap: wrap; gap: 10px; color: rgba(244,239,227,.45); font-size: 12px; letter-spacing: .03em; }
.footer-brand{ font-family: var(--font-display); color: rgba(244,239,227,.75); font-size: 14px; display: flex; align-items: center; }
.footer-mark{ width: 15px; height: auto; margin-right: 9px; opacity: .85; }

/* ---------- whatsapp fab ---------- */
.fab-whatsapp{
  position: fixed; right: 22px; bottom: 22px; z-index: 400;
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--rust); color: var(--cream);
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 12px 30px -8px rgba(174,75,42,.55);
  opacity: 0; transform: translateY(16px) scale(.9); pointer-events: none;
  transition: opacity .4s var(--ease), transform .4s var(--ease), background .3s;
}
.fab-whatsapp.is-visible{ opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.fab-whatsapp:hover{ background: var(--rust-light); }
.fab-whatsapp svg{ width: 25px; height: 25px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px){
  .selector{ grid-template-columns: 1fr; gap: 40px; }
  .selector-stage{ order: -1; }
  .suite-duo{ grid-template-columns: 1fr; gap: 56px; }
}

@media (max-width: 900px){
  .nav-links{ display:none; }
  .nav-toggle{ display:flex; }
  .retreat-grid{ grid-template-columns: 1fr; gap: 40px; }
  .retreat-image img{ height: 320px; }
  .stat-row{ grid-template-columns: repeat(2,1fr); row-gap: 30px; }
  .space-grid, .space-grid--reverse{ grid-template-columns: 1fr; direction: ltr; gap: 34px; }
  .space-media img{ height: 320px; }
  .gallery-strip{ grid-template-columns: repeat(3,1fr); gap: 10px; }
  .gallery-strip img{ height: 140px; }
  .moments-mosaic{ grid-template-columns: 1fr; }
  .mosaic-large img{ min-height: 220px; }
  .mosaic-stack{ grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
  .occasions-grid{ grid-template-columns: repeat(2,1fr); }
  .rate-row{ grid-template-columns: 1fr auto; row-gap: 8px; }
  .rate-guests{ grid-column: 1/2; order: 3; }
  .rate-price{ text-align: right; }
  .contact-tiles{ flex-direction: column; width: 100%; }
  .contact-tile{ width: 100%; }
}

@media (max-width: 640px){
  .hero-actions{ flex-direction: column; align-items: stretch; }
  .hero-actions .btn{ justify-content:center; }
  .stat-row{ grid-template-columns: 1fr 1fr; }
  .gallery-strip{ grid-template-columns: 1fr 1fr; }
  .gallery-strip img:nth-child(3){ grid-column: 1/3; height: 180px; }
  .gallery-strip--pair{ grid-template-columns: 1fr 1fr; }
  .occasions-grid{ grid-template-columns: 1fr; }
  .mosaic-stack{ grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; }
  .selector-item{ padding: 16px 6px; gap: 12px; }
  .selector-desc{ display:none; }
  .selector-guests{ display: none; }
  .price-line{ flex-direction: column; align-items: flex-start; gap: 14px; }
  .footer-inner{ flex-direction: column; text-align:center; }
  .hero-scroll-cue{ display:none; }
}

@media (max-width: 420px){
  .stat-row{ grid-template-columns: 1fr 1fr; }
  .rate-row{ padding: 20px 10px; }
}

/* ============ SPACES GALLERY — LIGHTBOX ============ */
.space-detail img{
  cursor: zoom-in;
}

.lightbox{
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 30, 25, .94); /* --forest-2 tint */
  opacity: 0;
  visibility: hidden;
  transition: opacity .28s ease;
  padding: clamp(16px, 4vw, 48px);
  overflow: hidden;
}
.lightbox.is-open{
  opacity: 1;
  visibility: visible;
}

.lightbox-figure{
  position: relative;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
  touch-action: pinch-zoom;
  scrollbar-width: none;
}
.lightbox-figure::-webkit-scrollbar{ display: none; }

.lightbox-img{
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 2px;
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
  transform-origin: center center;
  transition: transform .25s ease;
  cursor: zoom-in;
  user-select: none;
}
.lightbox-img.is-zoomed{
  max-width: none;
  max-height: none;
  width: auto;
  height: 180vh; /* zoomed-in size, scrolls within the frame */
  cursor: zoom-out;
}
@media (max-width: 640px){
  .lightbox-img.is-zoomed{ height: 150vw; }
}

.lightbox-close,
.lightbox-zoom{
  position: absolute;
  top: clamp(10px, 2vw, 24px);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line-light);
  background: rgba(244,239,227,.1);
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
  z-index: 2;
}
.lightbox-close:hover,
.lightbox-zoom:hover{
  background: rgba(244,239,227,.2);
  transform: scale(1.06);
}
.lightbox-close{
  right: clamp(10px, 2vw, 24px);
}
.lightbox-close svg,
.lightbox-zoom svg{
  width: 18px;
  height: 18px;
}
.lightbox-zoom{
  left: clamp(10px, 2vw, 24px);
}

.lightbox-caption{
  position: absolute;
  bottom: clamp(10px, 2vw, 24px);
  left: 0;
  right: 0;
  text-align: center;
  color: var(--mist);
  font-family: var(--font-body);
  font-size: .85rem;
  letter-spacing: .02em;
  padding: 0 60px;
  pointer-events: none;
}

@media (max-width: 480px){
  .lightbox-close,
  .lightbox-zoom{
    width: 40px;
    height: 40px;
  }
}