/* =========================================================
   Villa Muraleevaram — "Bright Editorial Heritage" Luxury
   Teal #11A6A9 · Gold #F5D000 · Heritage #0D6B28
   Copper #8A4E4A · Ivory #FAF9F6 · Ink #1E1E1E · Sand #F1ECE2
   ========================================================= */

:root{
  --teal:#2C6E63; --gold:#C2A14D; --heritage:#143A2B;
  --copper:#6F4A3F; --ivory:#F6F4EC; --ink:#222826; --sand:#E7ECDF;
  --moss:#2C5238; --pine:#1C4A3E; --sage:#E9EEE1; --fern:#3C6B4A;
  --gold-soft:rgba(194,161,77,.5);
  --ease:cubic-bezier(.16,1,.3,1);
}

*{ margin:0; padding:0; box-sizing:border-box; }
html{ -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; }
body{ overflow-x:hidden; background:var(--ivory); color:var(--ink); line-height:1.55; }
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
::selection{ background:var(--gold); color:var(--ink); }
section{ scroll-margin-top:90px; }

/* Lenis smooth scroll */
html.lenis,html.lenis body{ height:auto; }
.lenis.lenis-smooth{ scroll-behavior:auto !important; }
.lenis.lenis-stopped{ overflow:hidden; }
.no-scroll{ overflow:hidden; }

::-webkit-scrollbar{ width:9px; }
::-webkit-scrollbar-track{ background:var(--sand); }
::-webkit-scrollbar-thumb{ background:var(--heritage); border-radius:8px; }

/* ---------------- Layout ---------------- */
.wrap{ max-width:1400px; margin:0 auto; padding:0 clamp(1.25rem,4vw,3rem); }
.wrap-narrow{ max-width:900px; margin:0 auto; padding:0 clamp(1.25rem,4vw,3rem); }
.section{ padding:clamp(5rem,11vw,9.5rem) 0; position:relative; overflow:hidden; }

/* ---------------- Type ---------------- */
.display{ font-family:"Cormorant Garamond",serif; font-weight:600; line-height:1.02;
  font-size:clamp(2.4rem,6vw,5rem); letter-spacing:-.01em; }
.display em{ font-style:italic; font-weight:500; }
.eyebrow{ display:inline-flex; align-items:center; gap:.5rem; font-size:.72rem; letter-spacing:.34em; text-transform:uppercase; color:var(--heritage); font-weight:600; }
.eyebrow::before{ content:""; display:inline-block; width:15px; height:15px; flex:none;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 C18 6 18 16 12 22 C6 16 6 6 12 2 Z M12 4 V20' fill='none' stroke='%23C2A14D' stroke-width='1.5'/%3E%3C/svg%3E") center/contain no-repeat; }
.eyebrow.gold{ color:var(--gold); }
.lead-text{ font-size:clamp(1.05rem,1.6vw,1.3rem); line-height:1.6; margin-top:1.4rem; color:rgba(30,30,30,.82); font-weight:300; }
.body-text{ margin-top:1.1rem; color:rgba(30,30,30,.7); font-weight:300; }
.text-ivory .lead-text,.text-ivory .body-text{ color:rgba(250,249,246,.85); }
.fineprint{ font-size:.74rem; opacity:.55; margin-top:1.6rem; }

.sec-head{ display:flex; align-items:center; gap:1rem; margin-bottom:1.6rem; }
.sec-head.center{ justify-content:center; }
.sec-head.between{ justify-content:space-between; }
.sec-num{ font-family:"Cormorant Garamond",serif; font-size:1.1rem; color:var(--gold); border:1px solid currentColor; width:2.4rem; height:2.4rem; display:flex; align-items:center; justify-content:center; border-radius:50%; color:var(--copper); }
.sec-num.gold{ color:var(--gold); }

/* ---------------- Buttons ---------------- */
.btn-solid,.btn-ghost,.btn-line,.btn-wa{
  display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  padding:.85rem 1.7rem; border-radius:999px; font-size:.85rem; font-weight:500;
  letter-spacing:.06em; text-transform:uppercase; transition:.45s var(--ease); cursor:pointer; white-space:nowrap;
}
.btn-solid{ background:var(--ink); color:var(--ivory); }
.btn-solid:hover{ background:var(--heritage); transform:translateY(-2px); }
.btn-line{ border:1px solid currentColor; color:var(--ink); }
.btn-line:hover{ background:var(--ink); color:var(--ivory); }
.btn-ghost{ border:1px solid rgba(30,30,30,.25); color:var(--ink); }
.btn-ghost:hover{ border-color:var(--heritage); color:var(--heritage); }
.btn-wa{ background:#25D366; color:#fff; }
.btn-wa:hover{ background:#1fb457; transform:translateY(-2px); }
.text-ivory .btn-line{ color:var(--ivory); }
.text-ivory .btn-solid{ background:var(--gold); color:var(--ink); }
.text-ivory .btn-solid:hover{ background:var(--ivory); color:var(--ink); }

/* ---------------- Preloader ---------------- */
.preloader{ position:fixed; inset:0; z-index:9999; background:var(--heritage); display:flex; align-items:center; justify-content:center; }
.preloader-inner{ display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; color:var(--ivory); }
.pre-emblem{ display:block; width:90px; height:90px; object-fit:contain; margin:0 auto; }
.pre-emblem path,.pre-emblem rect{ stroke-dasharray:160; stroke-dashoffset:160; animation:draw 1.3s var(--ease) forwards; }
.pre-emblem rect{ animation-delay:.25s; } .pre-emblem #preDoor{ animation-delay:.5s; }
@keyframes draw{ to{ stroke-dashoffset:0; } }
.pre-name{ font-family:"Cormorant Garamond",serif; font-size:1.9rem; margin-top:1rem; letter-spacing:.02em; }
.pre-sub{ font-size:.7rem; letter-spacing:.34em; text-transform:uppercase; opacity:.7; margin-top:.2rem; }
.pre-bar{ width:200px; height:2px; background:rgba(250,249,246,.2); margin:1.6rem auto .6rem; overflow:hidden; }
.pre-bar span{ display:block; height:100%; width:0; background:var(--gold); }
.pre-pct{ font-size:.75rem; letter-spacing:.2em; opacity:.8; }
.preloader.done{ transform:translateY(-100%); transition:transform 1s var(--ease); }

/* ---------------- Grain + cursor ---------------- */
.grain{ position:fixed; inset:-150%; z-index:9000; pointer-events:none; opacity:.025; mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation:grain 7s steps(8) infinite; }
@keyframes grain{ 0%{transform:translate(0,0)} 10%{transform:translate(-4%,-4%)} 30%{transform:translate(3%,-2%)} 50%{transform:translate(-2%,3%)} 70%{transform:translate(4%,2%)} 90%{transform:translate(-3%,1%)} 100%{transform:translate(0,0)} }

.cursor-dot,.cursor-ring{ position:fixed; top:0; left:0; z-index:9500; pointer-events:none; border-radius:50%; mix-blend-mode:difference; }
.cursor-dot{ width:7px; height:7px; background:var(--ivory); transform:translate(-50%,-50%); }
.cursor-ring{ width:38px; height:38px; border:1px solid rgba(250,249,246,.8); transform:translate(-50%,-50%); transition:width .3s var(--ease),height .3s var(--ease),background .3s; }
.cursor-ring.hover{ width:64px; height:64px; background:rgba(245,208,0,.15); border-color:var(--gold); }
body.has-cursor,body.has-cursor *{ cursor:none !important; }
@media(max-width:1024px){ .cursor-dot,.cursor-ring{ display:none; } }

/* ---------------- Marquee ---------------- */
.marquee{ overflow:hidden; white-space:nowrap; padding:.55rem 0; font-size:.72rem; letter-spacing:.18em; text-transform:uppercase; }
.marquee-track{ display:inline-flex; gap:1.4rem; align-items:center; animation:scroll-x 30s linear infinite; }
.marquee-track i{ color:var(--gold); font-style:normal; }
@keyframes scroll-x{ to{ transform:translateX(-50%); } }

/* ---------------- Top announcement bar ---------------- */
.topbar{ display:flex; align-items:center; justify-content:center; gap:.6rem; flex-wrap:wrap;
  background:var(--heritage); color:rgba(247,244,238,.92); font-size:.68rem; letter-spacing:.16em; text-transform:uppercase;
  padding:.5rem 1rem; text-align:center; }
.topbar-dot{ color:var(--gold); }

/* ---------------- Header ---------------- */
.site-header{ position:sticky; top:0; z-index:800; height:72px; display:flex; align-items:center;
  background:rgba(247,244,238,.88); backdrop-filter:blur(14px) saturate(140%);
  border-bottom:1px solid rgba(35,35,35,.07); transition:height .4s var(--ease), box-shadow .4s; }
.site-header.is-scrolled{ height:62px; box-shadow:0 6px 24px -18px rgba(35,35,35,.5); }
.nav-logo{ transition:.4s; }
.nav-link{ position:relative; color:var(--ink); transition:.3s; }
.nav-link::after{ content:""; position:absolute; left:0; bottom:-5px; height:1px; width:0; background:var(--gold); transition:.35s var(--ease); }
.nav-link:hover{ color:var(--heritage); } .nav-link:hover::after{ width:100%; }
.mobile-panel{ position:absolute; top:72px; left:1rem; right:1rem; background:var(--ivory); border:1px solid rgba(35,35,35,.08); border-radius:1.2rem; padding:1.4rem; box-shadow:0 30px 60px -30px rgba(35,35,35,.4); }
.mobile-link{ display:block; font-family:"Cormorant Garamond",serif; font-size:1.5rem; padding:.5rem 0; border-bottom:1px solid rgba(30,30,30,.06); }
@media(max-width:1024px){
  .site-header nav{
    width:100%;
    max-width:none;
  }
}

/* ---------------- Hero ---------------- */
.hero{ position:relative; min-height:calc(100svh - 72px); display:flex; flex-direction:column; justify-content:center; overflow:hidden; padding:5rem 0 4rem; }
.hero-media{ position:absolute; inset:0; z-index:0; }
.hero-video{ width:100%; height:100%; object-fit:cover; transform:scale(1.04); animation:kb 24s ease-in-out infinite alternate; }
@keyframes kb{ to{ transform:scale(1.12); } }
.hero-tint{ position:absolute; inset:0; background:linear-gradient(175deg, rgba(20,58,43,.62) 0%, rgba(28,74,62,.5) 40%, rgba(15,35,26,.86) 100%); }
.hero-content{ position:relative; z-index:2; max-width:1400px; margin:0 auto; padding:0 clamp(1.25rem,4vw,3rem); width:100%; color:var(--ivory); }
.hero-eyebrow{ font-size:.72rem; letter-spacing:.4em; text-transform:uppercase; color:var(--gold); margin-bottom:1.6rem; }
.hero-title{ font-family:"Cormorant Garamond",serif; font-weight:500; line-height:1.04; letter-spacing:-.01em;
  font-size:clamp(2.4rem,5.6vw,4.8rem); max-width:16ch; }
.hero-lead{ font-size:clamp(1rem,1.5vw,1.2rem); font-weight:300; max-width:48ch; margin-top:1.6rem; color:rgba(247,244,238,.88); }
.hero-cta{ display:flex; flex-wrap:wrap; gap:1rem; margin-top:2.4rem; }
.hero-cta .btn-line{ border-color:rgba(250,249,246,.6); color:var(--ivory); }
.hero-cta .btn-line:hover{ background:var(--ivory); color:var(--ink); }
.hero-cta .btn-solid{ background:var(--gold); color:var(--ink); }
.hero-cta .btn-solid:hover{ background:var(--ivory); }
.hero-facts{ position:relative; z-index:2; max-width:1400px; margin:0 auto; padding:2.4rem clamp(1.25rem,4vw,3rem) 0; width:100%;
  display:flex; flex-wrap:wrap; gap:1.4rem; color:rgba(250,249,246,.85); font-size:.78rem; letter-spacing:.05em; }
.hero-facts span i{ color:var(--gold); font-style:normal; }
.hero-scroll{ position:absolute; bottom:1.6rem; left:50%; transform:translateX(-50%); z-index:2; color:rgba(250,249,246,.8);
  font-size:.66rem; letter-spacing:.28em; text-transform:uppercase; display:flex; flex-direction:column; align-items:center; gap:.5rem; }
.hero-scroll span{ width:1px; height:34px; background:rgba(250,249,246,.6); position:relative; overflow:hidden; }
.hero-scroll span::after{ content:""; position:absolute; top:-50%; left:0; width:100%; height:50%; background:var(--gold); animation:scrolldown 1.8s var(--ease) infinite; }
@keyframes scrolldown{ to{ top:100%; } }

/* ---------------- About ---------------- */
.about-figs{ position:relative; }
.fig-main{ border-radius:1.4rem; overflow:hidden; }
.fig-main img{ width:100%; height:clamp(420px,52vw,620px); object-fit:cover; }
.fig-main figcaption{ font-size:.7rem; letter-spacing:.2em; text-transform:uppercase; color:var(--copper); padding:.7rem .2rem 0; }
.fig-float{ position:absolute; right:-1.5rem; bottom:2.4rem; width:42%; max-width:230px; border-radius:1rem; overflow:hidden; border:6px solid var(--ivory); box-shadow:0 30px 60px -30px rgba(30,30,30,.5); }
.fig-float img{ aspect-ratio:1; object-fit:cover; }
.about-stat{ position:absolute; left:-1rem; top:1.4rem; background:var(--gold); color:var(--ink); border-radius:1rem; padding:1rem 1.3rem; box-shadow:0 24px 50px -24px rgba(245,208,0,.7); }
.about-stat b{ font-family:"Cormorant Garamond",serif; font-size:2.4rem; line-height:1; } .about-stat b i{ font-style:normal; }
.about-stat span{ display:block; font-size:.66rem; letter-spacing:.12em; text-transform:uppercase; margin-top:.2rem; }

.timeline{ margin-top:2.4rem; border-left:1px solid rgba(30,30,30,.15); padding-left:1.6rem; display:flex; flex-direction:column; gap:1.4rem; }
.tl-item{ position:relative; }
.tl-item span{ position:absolute; left:-1.92rem; top:.45rem; width:9px; height:9px; border-radius:50%; background:var(--gold); box-shadow:0 0 0 4px rgba(245,208,0,.2); }
.tl-item h3{ font-family:"Cormorant Garamond",serif; font-size:1.35rem; color:var(--heritage); }
.tl-item p{ font-size:.9rem; color:rgba(30,30,30,.65); font-weight:300; }

.counters{ display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:rgba(30,30,30,.1); border:1px solid rgba(30,30,30,.1); border-radius:1.4rem; overflow:hidden; margin-top:5rem; }
@media(min-width:768px){ .counters{ grid-template-columns:repeat(4,1fr); } }
.counter-card{ background:var(--ivory); padding:2.4rem 1rem; text-align:center; }
.counter{ font-family:"Cormorant Garamond",serif; font-size:clamp(2.6rem,5vw,3.6rem); color:var(--heritage); font-weight:600; line-height:1; }
.counter-card span{ display:block; margin-top:.5rem; font-size:.7rem; letter-spacing:.16em; text-transform:uppercase; opacity:.55; }

/* ---------------- Why ---------------- */
.why-grid{ display:grid; gap:1px; background:rgba(250,249,246,.16); border:1px solid rgba(250,249,246,.16); border-radius:1.4rem; overflow:hidden; }
@media(min-width:640px){ .why-grid{ grid-template-columns:repeat(2,1fr); } }
@media(min-width:1024px){ .why-grid{ grid-template-columns:repeat(3,1fr); } }
.why-card{ background:var(--heritage); padding:2.6rem 2rem; transition:.5s var(--ease); }
.why-card:hover{ background:#0a5a21; }
.why-ico{ font-size:1.9rem; }
.why-card h3{ font-family:"Cormorant Garamond",serif; font-size:1.6rem; color:var(--gold); margin:.7rem 0 .4rem; }
.why-card p{ font-size:.92rem; color:rgba(250,249,246,.82); font-weight:300; }

/* ---------------- Rooms ---------------- */
.room-list{ display:flex; flex-direction:column; gap:1.6rem; }
.room-card{ display:grid; grid-template-columns:1fr; background:var(--sand); border-radius:1.4rem; overflow:hidden; border:1px solid rgba(30,30,30,.06); transition:.5s var(--ease); }
@media(min-width:900px){ .room-card{ grid-template-columns:minmax(0,46%) 1fr; } }
.room-card:hover{ box-shadow:0 40px 80px -50px rgba(13,107,40,.5); }
.room-card .swiper{ height:100%; min-height:300px; }
.room-card .swiper img{ width:100%; height:100%; object-fit:cover; }
.room-card .swiper-wrapper,
.room-card .swiper-slide{
  height:100%;
}
.room-card .swiper-slide{
  display:flex;
}
.room-card .swiper-slide img{
  display:block;
  object-position:center center;
}
.room-badge{ position:absolute; top:14px; left:14px; z-index:10; background:var(--gold); color:var(--ink); font-size:.66rem; font-weight:600; padding:.32rem .8rem; border-radius:999px; letter-spacing:.08em; text-transform:uppercase; }
.room-body{ padding:clamp(1.6rem,3vw,2.6rem); display:flex; flex-direction:column; }
.room-body h3{ font-family:"Cormorant Garamond",serif; font-size:clamp(1.8rem,3vw,2.4rem); color:var(--heritage); line-height:1.05; }
.room-occ{ font-size:.78rem; letter-spacing:.06em; text-transform:uppercase; color:var(--copper); margin:.4rem 0 .9rem; }
.room-body>p{ font-size:.94rem; color:rgba(30,30,30,.7); font-weight:300; }
.amenities{ display:flex; flex-wrap:wrap; gap:.45rem; margin:1.1rem 0 1.4rem; }
.amenities span{ font-size:.72rem; background:rgba(17,166,169,.1); color:var(--teal); padding:.3rem .7rem; border-radius:999px; }
.room-foot{ margin-top:auto; display:flex; align-items:center; justify-content:space-between; gap:1rem; padding-top:1.2rem; border-top:1px solid rgba(30,30,30,.1); }
.room-price b{ font-family:"Cormorant Garamond",serif; font-size:1.8rem; }
.room-price small{ display:block; font-size:.66rem; letter-spacing:.08em; text-transform:uppercase; opacity:.5; }

.room-card .relative{ position:relative; height:300px; }
@media(min-width:900px){ .room-card .relative{ height:auto; } }
.room-card .swiper{ height:100%; min-height:300px; }
@media(max-width:899px){
  .room-card .relative,
  .room-card .swiper,
  .room-card .swiper-wrapper,
  .room-card .swiper-slide{
    min-height:260px;
  }
  .room-card .relative{
    position:relative;
    overflow:hidden;
  }
  .room-card .relative::before{
    content:"";
    position:absolute;
    inset:0;
    background:var(--room-poster) center/cover no-repeat;
    z-index:0;
  }
  .room-card .swiper{
    position:relative;
    z-index:1;
  }
}

.room-card .swiper-slide img{ 
  width:100%; height:100%; object-fit:cover; 
  will-change:transform; 
  backface-visibility:hidden;
}

/* ---------------- Entire villa ---------------- */
.villa-feats{ display:grid; grid-template-columns:repeat(2,1fr); gap:.6rem; margin-top:1.8rem; list-style:none; }
.villa-feats li{ background:rgba(250,249,246,.12); border:1px solid rgba(250,249,246,.18); border-radius:.7rem; padding:.65rem .85rem; font-size:.88rem; }
.floorplan{ border-radius:1.6rem; padding:clamp(1.6rem,3vw,2.4rem); }
.fp-title{ font-family:"Cormorant Garamond",serif; font-size:1.7rem; color:var(--gold); }
.fp-sub{ font-size:.74rem; opacity:.7; margin-bottom:1.2rem; }
.fp-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:.6rem; }
.fp-cell{ font-size:.72rem; padding:.9rem .4rem; border-radius:.7rem; background:rgba(250,249,246,.1); border:1px solid rgba(250,249,246,.18); transition:.3s var(--ease); line-height:1.2; color:var(--ivory); }
.fp-cell:hover{ background:rgba(250,249,246,.22); }
.fp-cell--on{ background:var(--gold); color:var(--ink); border-color:var(--gold); }
.fp-readout{ margin-top:1rem; background:rgba(250,249,246,.1); border-radius:.9rem; padding:1rem; font-size:.86rem; }
.glass-dark{ background:rgba(0,0,0,.18); backdrop-filter:blur(12px); border:1px solid rgba(250,249,246,.16); }

/* ---------------- Experiences (horizontal scroll) ---------------- */
#experiences{ overflow:visible; }
.exp-hint{ font-size:.7rem; letter-spacing:.22em; text-transform:uppercase; color:var(--copper); opacity:.7; }
.exp-pin{ margin-top:2.5rem; }
.exp-track{ display:flex; gap:1.4rem; overflow-x:auto; scroll-snap-type:x mandatory; padding:0 clamp(1.25rem,4vw,3rem) 1.4rem; -webkit-overflow-scrolling:touch; }
.exp-pin.is-horizontal{ overflow:hidden; height:100vh; margin-top:0; display:flex; align-items:center; }
.exp-pin.is-horizontal .exp-track{ overflow:visible; padding-bottom:0; will-change:transform; }
.exp-track::-webkit-scrollbar{ height:6px; }
.exp-card{ flex:0 0 auto; width:min(78vw,400px); scroll-snap-align:center; position:relative; border-radius:1.4rem; overflow:hidden; min-height:460px; display:flex; align-items:flex-end; }
.exp-index{ position:absolute; top:1.1rem; left:1.3rem; z-index:3; font-family:"Cormorant Garamond",serif; font-size:1.4rem; color:var(--gold); }
.exp-card img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:.7s var(--ease); }
.exp-card:hover img{ transform:scale(1.1); }
.exp-card::after{ content:""; position:absolute; inset:0; background:linear-gradient(to top, rgba(30,30,30,.88), transparent 60%); }
.exp-card .exp-text{ position:relative; z-index:2; padding:1.5rem; color:#fff; }
.exp-card h3{ font-family:"Cormorant Garamond",serif; font-size:1.5rem; }
.exp-card p{ font-size:.8rem; opacity:.9; font-weight:300; }

/* ---------------- Medical / check-list ---------------- */
.rounded-img{ border-radius:1.4rem; overflow:hidden; }
.rounded-img img{ width:100%; height:clamp(340px,40vw,460px); object-fit:cover; }
.check-list{ list-style:none; margin-top:1.8rem; display:flex; flex-direction:column; gap:.7rem; }
.check-list li{ position:relative; padding-left:1.7rem; font-size:.94rem; }
.check-list li::before{ content:"✦"; position:absolute; left:0; color:var(--gold); }

/* ---------------- Corporate ---------------- */
.corp-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:1rem; margin-top:1.8rem; }
.corp-card{ background:var(--sand); border-radius:1rem; padding:1.3rem; border:1px solid rgba(30,30,30,.06); }
.corp-card span{ font-size:1.5rem; }
.corp-card h3{ font-family:"Cormorant Garamond",serif; font-size:1.25rem; color:var(--heritage); margin-top:.4rem; }
.corp-card p{ font-size:.82rem; color:rgba(30,30,30,.65); font-weight:300; }

/* ---------------- Gallery ---------------- */
.gal-filters{ display:flex; flex-wrap:wrap; gap:.5rem; margin-bottom:2rem; }
.gal-filter{ font-size:.74rem; letter-spacing:.06em; text-transform:uppercase; padding:.45rem 1.1rem; border-radius:999px; border:1px solid rgba(250,249,246,.32); color:var(--ivory); transition:.3s; cursor:pointer; }
.gal-filter--active{ background:var(--gold); color:var(--ink); border-color:var(--gold); }
.gallery-masonry{ column-count:1; column-gap:1rem; }
@media(min-width:640px){ .gallery-masonry{ column-count:2; } }
@media(min-width:1024px){ .gallery-masonry{ column-count:3; } }
.gal-item{ display:block; margin-bottom:1rem; border-radius:1rem; overflow:hidden; position:relative; break-inside:avoid; }
.gal-item img{ width:100%; transition:.6s var(--ease); }
.gal-item:hover img{ transform:scale(1.07); }
.gal-item::after{ content:"⊹"; position:absolute; inset:0; display:flex; align-items:center; justify-content:center; font-size:1.8rem; color:#fff; background:rgba(13,107,40,.45); opacity:0; transition:.4s; }
.gal-item:hover::after{ opacity:1; }

/* ---------------- Explore ---------------- */
.explore-grid{ display:grid; gap:1.2rem; grid-template-columns:1fr; }
@media(min-width:640px){ .explore-grid{ grid-template-columns:repeat(2,1fr); } }
@media(min-width:1024px){ .explore-grid{ grid-template-columns:repeat(3,1fr); } }
.explore-card{ background:var(--sand); border-radius:1.2rem; overflow:hidden; border:1px solid rgba(30,30,30,.06); transition:.5s var(--ease); }
.explore-card:hover{ transform:translateY(-5px); box-shadow:0 30px 60px -40px rgba(13,107,40,.5); }
.explore-card img{ width:100%; height:200px; object-fit:cover; }
.explore-body{ padding:1.3rem 1.4rem 1.5rem; }
.explore-body h3{ font-family:"Cormorant Garamond",serif; font-size:1.5rem; color:var(--heritage); }
.explore-meta{ display:flex; gap:1rem; font-size:.74rem; letter-spacing:.04em; color:var(--copper); margin:.4rem 0 .8rem; }
.map-frame{ margin-top:3rem; border-radius:1.4rem; overflow:hidden; box-shadow:0 30px 70px -40px rgba(30,30,30,.5); }
.map-frame iframe{ width:100%; height:440px; border:0; display:block; }

/* ---------------- Testimonials ---------------- */
.trust-row{ display:flex; flex-wrap:wrap; gap:1rem; margin:1rem 0 2.5rem; font-size:.8rem; }
.trust-row span{ background:rgba(250,249,246,.14); border:1px solid rgba(250,249,246,.24); padding:.4rem 1rem; border-radius:999px; }
.review-card{ background:rgba(250,249,246,.1); border:1px solid rgba(250,249,246,.18); border-radius:1.4rem; padding:2.2rem; height:100%; }
.review-card .stars{ color:var(--gold); letter-spacing:.15em; }
.review-card p{ font-family:"Cormorant Garamond",serif; font-style:italic; font-size:1.25rem; line-height:1.5; margin:1rem 0 1.4rem; }
.review-card .who{ display:flex; align-items:center; gap:.8rem; }
.review-card .avatar{ width:44px; height:44px; border-radius:50%; background:var(--gold); color:var(--ink); display:flex; align-items:center; justify-content:center; font-weight:600; font-family:"Cormorant Garamond",serif; font-size:1.3rem; }
.testimonialSwiper{ padding-bottom:3rem !important; }
.testimonialSwiper .swiper-pagination-bullet{ background:var(--ivory); opacity:.5; }
.testimonialSwiper .swiper-pagination-bullet-active{ background:var(--gold); opacity:1; }

/* ---------------- Booking ---------------- */
.booking-card{ background:var(--sand); border:1px solid rgba(30,30,30,.07); border-radius:1.6rem; padding:clamp(1.6rem,4vw,3rem); display:grid; grid-template-columns:1fr; gap:1.2rem; box-shadow:0 40px 90px -60px rgba(13,107,40,.5); }
@media(min-width:640px){ .booking-card{ grid-template-columns:1fr 1fr; } }
.field{ display:flex; flex-direction:column; gap:.4rem; }
.field.full{ grid-column:1/-1; }
.field span{ font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; opacity:.65; }
.field input,.field select,.field textarea{ background:var(--ivory); border:1px solid rgba(30,30,30,.14); border-radius:.7rem; padding:.75rem .9rem; font-size:.94rem; font-family:inherit; transition:.25s; width:100%; }
.field input:focus,.field select:focus,.field textarea:focus{ outline:none; border-color:var(--teal); box-shadow:0 0 0 3px rgba(17,166,169,.14); }

/* ---------------- Contact ---------------- */
.contact-list{ display:flex; flex-direction:column; gap:.8rem; margin-top:2rem; }
.contact-row{ display:flex; gap:1rem; align-items:center; background:rgba(250,249,246,.08); border:1px solid rgba(250,249,246,.14); border-radius:1rem; padding:1rem 1.2rem; transition:.3s var(--ease); }
.contact-row:hover{ background:rgba(250,249,246,.16); transform:translateX(5px); }
.contact-row span{ font-size:1.4rem; }
.contact-row strong{ color:var(--gold); font-size:.95rem; }
.contact-row p{ font-size:.85rem; opacity:.8; }
.socials{ display:flex; gap:.6rem; margin-top:1.8rem; }
.social-ico{ width:44px; height:44px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:rgba(250,249,246,.1); border:1px solid rgba(250,249,246,.2); font-size:.78rem; font-weight:600; transition:.3s; }
.social-ico:hover{ background:var(--gold); color:var(--ink); }

/* ---------------- Immersive greenery band ---------------- */
.immersive{ position:relative; min-height:78vh; display:flex; align-items:center; justify-content:center; overflow:hidden; text-align:center; }
.immersive-bg{ position:absolute; top:-15%; left:0; width:100%; height:130%; object-fit:cover; z-index:0; will-change:transform; }
.immersive-tint{ position:absolute; inset:0; z-index:1; background:linear-gradient(180deg, rgba(20,58,43,.72), rgba(15,35,26,.78)); }
.immersive-inner{ position:relative; z-index:2; max-width:1000px; padding:5rem clamp(1.25rem,5vw,3rem); color:var(--ivory); }
.immersive-quote{ font-family:"Cormorant Garamond",serif; font-weight:500; font-style:italic; line-height:1.18;
  font-size:clamp(1.8rem,4.4vw,3.6rem); margin-top:1.4rem; }
.immersive-rule{ display:block; width:64px; height:1px; background:var(--gold); margin:2rem auto 0; }

/* ---------------- Closing CTA band ---------------- */
.closing{ position:relative; min-height:72vh; display:flex; align-items:center; justify-content:center; overflow:hidden; text-align:center; }
.closing-tint{ position:absolute; inset:0; z-index:1; background:linear-gradient(180deg, rgba(28,74,62,.82), rgba(20,42,32,.9)); }
.closing-inner{ position:relative; z-index:2; max-width:900px; padding:5rem clamp(1.25rem,5vw,3rem); }
.closing-inner .lead-text{ margin-top:1.4rem; }
.closing-cta{ display:flex; flex-wrap:wrap; gap:1rem; justify-content:center; margin-top:2.4rem; }
.closing .btn-solid{ background:var(--gold); color:var(--ink); }
.closing .btn-solid:hover{ background:var(--ivory); }

/* ---------------- Footer ---------------- */
.footer{ background:var(--ink); color:rgba(250,249,246,.65); padding:5rem 0 2.5rem; }
.foot-grid{ display:grid; gap:2.5rem; grid-template-columns:1fr; }
@media(min-width:640px){ .foot-grid{ grid-template-columns:repeat(2,1fr); } }
@media(min-width:1024px){ .foot-grid{ grid-template-columns:1.4fr 1fr 1fr 1fr; } }
.footer p{ font-size:.9rem; font-weight:300; line-height:1.6; }
.footer h4{ font-family:"Cormorant Garamond",serif; font-size:1.3rem; color:var(--gold); margin-bottom:1rem; }
.footer ul{ list-style:none; display:flex; flex-direction:column; gap:.6rem; font-size:.9rem; }
.footer a{ transition:.25s; } .footer a:hover{ color:var(--gold); }
.logo-invert{ filter:brightness(0) invert(1); opacity:.9; }
.foot-base{ border-top:1px solid rgba(250,249,246,.1); margin-top:3rem; padding-top:1.6rem; display:flex; flex-direction:column; gap:.5rem; justify-content:space-between; font-size:.74rem; }
@media(min-width:640px){ .foot-base{ flex-direction:row; } }

/* ---------------- Floating ---------------- */
.fab-wa{ position:fixed; bottom:1.5rem; right:1.5rem; z-index:700; width:58px; height:58px; border-radius:50%; background:#25D366; color:#fff; display:flex; align-items:center; justify-content:center; box-shadow:0 14px 34px -10px rgba(37,211,102,.7); animation:pulse 2.4s infinite; }
@keyframes pulse{ 0%{box-shadow:0 0 0 0 rgba(37,211,102,.5)} 70%{box-shadow:0 0 0 16px rgba(37,211,102,0)} 100%{box-shadow:0 0 0 0 rgba(37,211,102,0)} }
.fab-ai-wrap{ position:fixed; bottom:1.5rem; left:1.5rem; z-index:700; }
.fab-ai{ width:56px; height:56px; border-radius:50%; background:var(--heritage); color:#fff; font-size:1.45rem; display:flex; align-items:center; justify-content:center; box-shadow:0 14px 34px -10px rgba(13,107,40,.7); transition:.3s var(--ease); }
.fab-ai:hover{ transform:scale(1.08); background:var(--teal); }
.back-top{ position:fixed; bottom:1.5rem; right:5.6rem; z-index:690; width:46px; height:46px; border-radius:50%; background:var(--gold); color:var(--ink); font-size:1.2rem; font-weight:700; box-shadow:0 12px 28px -10px rgba(245,208,0,.7); transition:.3s var(--ease); }
.back-top:hover{ transform:translateY(-3px); }

/* ---------------- Concierge ---------------- */
.concierge{ position:fixed; bottom:6.4rem; left:1.5rem; z-index:700; width:88vw; max-width:360px; background:var(--ivory); border-radius:1.4rem; overflow:hidden; box-shadow:0 40px 80px -30px rgba(30,30,30,.55); border:1px solid rgba(30,30,30,.08); }
.concierge-head{ background:var(--heritage); color:var(--ivory); padding:.9rem 1.1rem; display:flex; align-items:center; justify-content:space-between; }
.concierge-head strong{ font-size:.95rem; }
.concierge-body{ max-height:320px; overflow-y:auto; padding:1rem; display:flex; flex-direction:column; gap:.7rem; background:#fff; }
.ai-msg{ font-size:.86rem; line-height:1.5; padding:.7rem .9rem; border-radius:1rem; max-width:88%; }
.ai-bot{ background:rgba(17,166,169,.12); align-self:flex-start; border-bottom-left-radius:.3rem; }
.ai-user{ background:var(--heritage); color:#fff; align-self:flex-end; border-bottom-right-radius:.3rem; }
.ai-chips{ display:flex; flex-wrap:wrap; gap:.5rem; padding:0 .8rem .6rem; }
.ai-chip{ font-size:.72rem; padding:.35rem .75rem; border-radius:999px; background:rgba(245,208,0,.2); border:1px solid rgba(245,208,0,.5); cursor:pointer; transition:.25s; }
.ai-chip:hover{ background:var(--gold); }
.concierge-input{ display:flex; gap:.5rem; padding:.7rem; border-top:1px solid rgba(30,30,30,.1); }
.concierge-input input{ flex:1; border:1px solid rgba(30,30,30,.15); border-radius:999px; padding:.6rem 1rem; font-size:.86rem; font-family:inherit; }
.concierge-input input:focus{ outline:none; border-color:var(--teal); }
.concierge-input button{ width:42px; height:42px; border-radius:50%; background:var(--teal); color:#fff; flex-shrink:0; transition:.25s; }
.concierge-input button:hover{ background:var(--heritage); }

/* ---------------- Reveal animations ---------------- */
[data-reveal]{ opacity:0; transform:translateY(28px); }
.reveal-img{ clip-path:inset(0 0 100% 0); }
.split-lines .line-inner{ display:inline-block; transform:translateY(110%); }
.split-lines .line-mask{ display:block; overflow:hidden; }

/* ---------------- WebGL hero canvas ---------------- */
.hero-canvas{ position:absolute; inset:0; width:100%; height:100%; z-index:1; pointer-events:none; mix-blend-mode:screen; }
.hero-content,.hero-facts,.hero-scroll{ position:relative; z-index:3; }

/* ---------------- Refined headline accent ---------------- */
.grad-text{ color:var(--gold); font-style:italic; font-weight:500; }

/* ---------------- Floating amenity icons ---------------- */
.floating-icons{ position:absolute; inset:0; z-index:2; pointer-events:none; }
.f-ico{ position:absolute; left:var(--x); top:var(--y); font-size:clamp(1.4rem,2.4vw,2.1rem);
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.35)); opacity:.85;
  animation:floaty 6s ease-in-out infinite; animation-delay:var(--d); }
.f-ico::before{ content:""; position:absolute; inset:-40%; background:radial-gradient(circle, rgba(245,208,0,.35), transparent 70%); border-radius:50%; z-index:-1; }
@keyframes floaty{ 0%,100%{ transform:translateY(0) rotate(-4deg); } 50%{ transform:translateY(-22px) rotate(4deg); } }
@media(max-width:768px){ .floating-icons{ display:none; } }

/* ---------------- Scroll progress ---------------- */
.scroll-progress{ position:fixed; top:0; left:0; height:3px; width:0%; z-index:850;
  background:linear-gradient(90deg,var(--gold),var(--teal)); box-shadow:0 0 12px rgba(245,208,0,.6); transition:width .1s linear; }

/* ---------------- Gold cursor trail ---------------- */
.trail-canvas{ position:fixed; inset:0; width:100%; height:100%; z-index:9400; pointer-events:none; }
@media(max-width:1024px){ .trail-canvas{ display:none; } }

/* ---------------- FAQ ---------------- */
.faq-list{ display:flex; flex-direction:column; gap:.9rem; }
.faq-item{ background:var(--sand); border:1px solid rgba(30,30,30,.08); border-radius:1.1rem; overflow:hidden; transition:.4s var(--ease); }
.faq-item.is-open{ border-color:rgba(245,208,0,.6); box-shadow:0 20px 50px -34px rgba(13,107,40,.5); }
.faq-q{ width:100%; display:flex; align-items:center; justify-content:space-between; gap:1.2rem; text-align:left;
  padding:1.3rem 1.5rem; font-family:"Cormorant Garamond",serif; font-size:1.3rem; color:var(--heritage); cursor:pointer; background:none; }
.faq-q i{ font-style:normal; font-size:1.6rem; color:var(--copper); transition:transform .4s var(--ease); flex-shrink:0; }
.faq-item.is-open .faq-q i{ transform:rotate(45deg); color:var(--gold); }
.faq-a{ padding:0 1.5rem 1.4rem; }
.faq-a p{ color:rgba(30,30,30,.72); font-weight:300; line-height:1.6; }

/* ---------------- 3D Flip cards (Why) ---------------- */
.why-grid{ display:grid; gap:1rem; background:none; border:none; }
@media(min-width:640px){ .why-grid{ grid-template-columns:repeat(2,1fr); } }
@media(min-width:1024px){ .why-grid{ grid-template-columns:repeat(3,1fr); } }
.flip-card{ perspective:1400px; min-height:230px; }
.flip-inner{ position:relative; width:100%; height:100%; min-height:230px; transition:transform .9s var(--ease); transform-style:preserve-3d; }
.flip-card:hover .flip-inner,.flip-card:focus-within .flip-inner{ transform:rotateY(180deg); }
.flip-face{ position:absolute; inset:0; backface-visibility:hidden; -webkit-backface-visibility:hidden;
  border-radius:1.3rem; padding:2.2rem 1.8rem; display:flex; flex-direction:column; justify-content:center; }
.flip-front{ background:linear-gradient(160deg,var(--moss),var(--heritage)); border:1px solid rgba(194,161,77,.3); }
.flip-front .why-ico{ font-size:2.1rem; }
.flip-front h3{ font-family:"Cormorant Garamond",serif; font-size:1.7rem; color:var(--gold); margin-top:.6rem; }
.flip-hint{ position:absolute; bottom:1.2rem; right:1.4rem; font-style:normal; font-size:.6rem; letter-spacing:.2em; text-transform:uppercase; opacity:.5; }
.flip-back{ background:linear-gradient(160deg,#CBB070,var(--gold)); color:var(--ink); transform:rotateY(180deg); }
.flip-back p{ font-size:1.02rem; line-height:1.5; font-weight:400; }

/* ---------------- Tilt ---------------- */
.tilt{ transform-style:preserve-3d; transition:transform .25s var(--ease); will-change:transform; }

/* ---------------- Glow blobs ---------------- */
.section{ isolation:isolate; }
.blob{ position:absolute; border-radius:50%; filter:blur(80px); opacity:.22; z-index:0; pointer-events:none; }
.blob-gold{ background:radial-gradient(circle,rgba(194,161,77,.4),transparent 70%); }
.blob-teal{ background:radial-gradient(circle,rgba(44,110,99,.35),transparent 70%); }

/* ---------------- Botanical resort motifs ---------------- */
.bg-heritage,.bg-moss,.bg-pine{ position:relative; }
.bg-heritage::before,.bg-moss::before,.bg-pine::before{
  content:""; position:absolute; top:-30px; right:-30px; width:clamp(220px,26vw,400px); height:clamp(220px,26vw,400px);
  pointer-events:none; z-index:0; opacity:.10;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23C2A14D' stroke-width='1.6' stroke-linecap='round'%3E%3Cpath d='M30 190 C70 150 120 90 180 30'/%3E%3Cpath d='M58 150 q-22 -6 -30 -26'/%3E%3Cpath d='M58 150 q-2 -22 14 -34'/%3E%3Cpath d='M78 126 q-24 -6 -32 -26'/%3E%3Cpath d='M78 126 q-2 -22 14 -34'/%3E%3Cpath d='M98 102 q-24 -6 -32 -26'/%3E%3Cpath d='M98 102 q-2 -22 14 -34'/%3E%3Cpath d='M118 78 q-24 -6 -32 -26'/%3E%3Cpath d='M118 78 q-2 -22 14 -34'/%3E%3Cpath d='M138 54 q-24 -6 -32 -26'/%3E%3Cpath d='M138 54 q-2 -22 14 -34'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
  transform:scaleX(-1);
}
.bg-sage{ position:relative; }
.bg-sage::before{
  content:""; position:absolute; bottom:-20px; left:-30px; width:clamp(200px,22vw,340px); height:clamp(200px,22vw,340px);
  pointer-events:none; z-index:0; opacity:.06;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23143A2B' stroke-width='1.6' stroke-linecap='round'%3E%3Cpath d='M30 190 C70 150 120 90 180 30'/%3E%3Cpath d='M58 150 q-22 -6 -30 -26'/%3E%3Cpath d='M58 150 q-2 -22 14 -34'/%3E%3Cpath d='M78 126 q-24 -6 -32 -26'/%3E%3Cpath d='M78 126 q-2 -22 14 -34'/%3E%3Cpath d='M98 102 q-24 -6 -32 -26'/%3E%3Cpath d='M98 102 q-2 -22 14 -34'/%3E%3Cpath d='M118 78 q-24 -6 -32 -26'/%3E%3Cpath d='M118 78 q-2 -22 14 -34'/%3E%3Cpath d='M138 54 q-24 -6 -32 -26'/%3E%3Cpath d='M138 54 q-2 -22 14 -34'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
/* hero fronds */
.hero::before,.hero::after{ content:""; position:absolute; z-index:1; pointer-events:none; opacity:.18;
  width:clamp(240px,30vw,460px); height:clamp(240px,30vw,460px);
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23F6F4EC' stroke-width='1.5' stroke-linecap='round'%3E%3Cpath d='M30 190 C70 150 120 90 180 30'/%3E%3Cpath d='M58 150 q-22 -6 -30 -26'/%3E%3Cpath d='M58 150 q-2 -22 14 -34'/%3E%3Cpath d='M78 126 q-24 -6 -32 -26'/%3E%3Cpath d='M78 126 q-2 -22 14 -34'/%3E%3Cpath d='M98 102 q-24 -6 -32 -26'/%3E%3Cpath d='M98 102 q-2 -22 14 -34'/%3E%3Cpath d='M118 78 q-24 -6 -32 -26'/%3E%3Cpath d='M118 78 q-2 -22 14 -34'/%3E%3Cpath d='M138 54 q-24 -6 -32 -26'/%3E%3Cpath d='M138 54 q-2 -22 14 -34'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain; }
.hero::before{ top:70px; left:-40px; transform:rotate(-8deg); }
.hero::after{ bottom:-30px; right:-30px; transform:scaleX(-1) rotate(-6deg); }
@media(max-width:768px){ .hero::before{ display:none; } }
.section .wrap,.section .wrap-narrow{ position:relative; z-index:1; }

@media (prefers-reduced-motion: reduce){
  *{ animation:none !important; transition-duration:.01ms !important; }
  [data-reveal]{ opacity:1; transform:none; }
  .reveal-img{ clip-path:none; }
  .split-lines .line-inner{ transform:none; }
  .hero-video{ animation:none; }
  .f-ico{ animation:none; }
}
:focus-visible{ outline:3px solid var(--teal); outline-offset:3px; }
