/* ============================================================
   ARAVALI GREENS — Design Tokens
============================================================ */
:root{
  --green-dark:#075C34;
  --green-deep:#053F24;
  --green:#0B8D46;
  --green-soft:#E4F3E8;
  --lime:#A9CC2C;
  --sky:#5FC3D6;
  --navy:#2B2F78;
  --gold:#d5af34;

  --sand:#F7F4EC;
  --sand-deep:#EFE9D8;
  --ink:#182620;
  --ink-soft:#4B5C53;
  --ink-mute:#7C8A82;
  --white:#FFFFFF;

  --font-head:'Cormorant Garamond', 'Georgia', serif;
  --font-body:'Manrope', 'Segoe UI', sans-serif;

  --radius-s:10px;
  --radius-m:18px;
  --radius-l:28px;
  --shadow-s:0 4px 16px rgba(7,30,17,.08);
  --shadow-m:0 12px 36px rgba(7,30,17,.12);
  --shadow-l:0 24px 60px rgba(7,30,17,.18);

  --container:1240px;
}

/* ============================================================
   RESET / BASE
============================================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--white);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
p{font-size:0.95rem;}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;}
button{font:inherit;cursor:pointer;border:none;background:none;color:inherit;}
input,textarea,select{font:inherit;}
h1,h2,h3,h4,h5{font-family:var(--font-head);color:var(--ink);line-height:1.15;font-weight:700;}
.icon{width:1.15em;height:1.15em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vertical-align:-0.2em;flex-shrink:0;}
.icon-whatsapp,
.icon-whatsapp use,
.icon-whatsapp path{fill:currentColor !important;stroke:none !important;}

.container{max-width:var(--container);margin:0 auto;padding:0 24px;}

/* ============================================================
   UTILITIES
============================================================ */
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-weight:700;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--green);margin-bottom:14px;
}
.eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--lime);display:inline-block;}
.eyebrow-light{color:var(--lime);}
.text-light{color:var(--white);}
.text-light-muted{color:rgba(255,255,255,.78);}

.section{padding:96px 0;}
.section-alt{background:var(--sand);}
.section-dark{
  position:relative;
  background:
    linear-gradient(160deg,rgba(3,26,15,.93),rgba(7,74,43,.88) 55%,rgba(5,63,36,.93)),
    url('../assets/images/web/sunrise-valley.jpg') center/cover no-repeat;
  background-attachment:scroll;
}
.section-dark .feature-card,.section-dark .stat-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);}

.section-head{max-width:720px;margin:0 auto 56px;text-align:center;}
.section-head h2{font-size:clamp(2.1rem,3.6vw,3.1rem);}
.section-head p{color:var(--ink-soft);font-size:1.05rem;margin-top:10px;}
.section-dark .section-head p{color:rgba(255,255,255,.78);}

.table-note{font-size:.82rem;color:var(--ink-mute);margin-top:14px;text-align:center;}
.disclaimer{font-size:.62rem!important;font-style:italic;color:rgba(255,255,255,.6);margin-top:16px;}

/* reveal-on-scroll */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,.84,.44,1),transform .7s cubic-bezier(.16,.84,.44,1);}
.reveal.in-view{opacity:1;transform:translateY(0);}
.reveal-down{transform:translateY(-28px);}
.reveal-down.in-view{transform:translateY(0);}

/* staggered wow fade for repeating bullet/image groups */
.why-item.reveal:nth-child(1),.amenity-list li.reveal:nth-child(1),.attraction.reveal:nth-child(1),
.gallery-item.reveal:nth-child(1),.masonry img.reveal:nth-child(1),.prefab-item.reveal:nth-child(1),
.partner-col .reveal:nth-child(1),.platform-logos img.reveal:nth-child(1),.amenity-photo.reveal:nth-child(1){transition-delay:.05s;}
.why-item.reveal:nth-child(2),.amenity-list li.reveal:nth-child(2),.attraction.reveal:nth-child(2),
.gallery-item.reveal:nth-child(2),.masonry img.reveal:nth-child(2),.prefab-item.reveal:nth-child(2),
.partner-col .reveal:nth-child(2),.platform-logos img.reveal:nth-child(2),.amenity-photo.reveal:nth-child(2){transition-delay:.12s;}
.why-item.reveal:nth-child(3),.amenity-list li.reveal:nth-child(3),.attraction.reveal:nth-child(3),
.gallery-item.reveal:nth-child(3),.masonry img.reveal:nth-child(3),.prefab-item.reveal:nth-child(3),
.partner-col .reveal:nth-child(3),.platform-logos img.reveal:nth-child(3),.amenity-photo.reveal:nth-child(3){transition-delay:.19s;}
.why-item.reveal:nth-child(4),.amenity-list li.reveal:nth-child(4),.attraction.reveal:nth-child(4),
.gallery-item.reveal:nth-child(4),.masonry img.reveal:nth-child(4),.prefab-item.reveal:nth-child(4),
.amenity-photo.reveal:nth-child(4){transition-delay:.26s;}
.why-item.reveal:nth-child(5),.attraction.reveal:nth-child(5),
.gallery-item.reveal:nth-child(5),.masonry img.reveal:nth-child(5),
.amenity-photo.reveal:nth-child(5){transition-delay:.33s;}
.attraction.reveal:nth-child(6),.masonry img.reveal:nth-child(6){transition-delay:.4s;}
.attraction.reveal:nth-child(7){transition-delay:.47s;}
.attraction.reveal:nth-child(8){transition-delay:.54s;}
.platform-logos img.reveal:nth-child(1),.partner-col:nth-child(1) .reveal{transition-delay:.05s;}
.platform-logos img.reveal:nth-child(2),.partner-col:nth-child(2) .reveal{transition-delay:.15s;}
.platform-logos img.reveal:nth-child(3),.partner-col:nth-child(3) .reveal{transition-delay:.25s;}
.platform-logos img.reveal:nth-child(4){transition-delay:.35s;}

/* ============================================================
   BUTTONS
============================================================ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:10px;border-radius:100px;font-weight:600;font-size:.95rem;
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease;
  white-space:nowrap;
}
.btn-primary{background:var(--green);color:var(--white);box-shadow:var(--shadow-s);}
.btn-primary:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:var(--shadow-m);}
.btn-outline-light{border:1.5px solid rgba(255,255,255,.7);color:var(--white);}
.btn-outline-light:hover{background:rgba(255,255,255,.15);transform:translateY(-2px);}
.btn-ghost{border:1.5px solid var(--sand-deep);color:var(--ink);}
.btn-ghost:hover{border-color:var(--green);color:var(--green);}
.btn-lg{padding:16px 34px;font-size:1rem;}
.btn-sm{padding:9px 18px;font-size:.85rem;}
.btn-block{width:100%;}

/* ============================================================
   HEADER / NAV
============================================================ */
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:200;
  background:rgba(255,255,255,0);
  transition:background .35s ease,box-shadow .35s ease,padding .35s ease;
  padding:18px 0;
}
.site-header.scrolled{background:rgba(255,255,255,.96);backdrop-filter:blur(10px);box-shadow:0 6px 24px rgba(7,30,17,.08);padding:10px 0;}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;}
.brand-logo{height:80px;width:auto;transition:height .3s ease;}
.site-header.scrolled .brand-logo{height:80px;}

.main-nav{display:flex;align-items:center;gap:28px;}
.nav-link{font-weight:600;font-size:.92rem;color:var(--white);position:relative;padding:4px 0;transition:color .3s ease;}
.site-header.scrolled .nav-link{color:var(--ink);}
.nav-link::after{content:'';position:absolute;left:0;bottom:-3px;width:0;height:2px;background:var(--lime);transition:width .25s ease;}
.nav-link:hover::after{width:100%;}
.nav-cta-group{display:flex;align-items:center;gap:10px;margin-left:8px;}
.nav-cta-group .btn-ghost{color:var(--white);border-color:rgba(255,255,255,.5);}
.site-header.scrolled .nav-cta-group .btn-ghost{color:var(--ink);border-color:var(--sand-deep);}

.nav-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;border-radius:50%;color:var(--white);}
.site-header.scrolled .nav-toggle{color:var(--ink);}
.nav-backdrop{position:fixed;inset:0;background:rgba(5,20,12,.5);z-index:190;opacity:0;pointer-events:none;transition:opacity .3s ease;}
.nav-backdrop.show{opacity:1;pointer-events:auto;}

/* On non-hero, non-scrolled dark pages nav text still needs to be visible; hero pages start dark bg so white text is right by default */
.site-header:not(.scrolled) .brand-logo{filter:brightness(0) invert(1);}

/* ============================================================
   HERO
============================================================ */
.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;color:var(--white);overflow:hidden;}
.hero-media{position:absolute;inset:0;z-index:0;}
.hero-media img{width:100%;height:100%;object-fit:cover;}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,20,12,.55) 0%,rgba(5,20,12,.35) 45%,rgba(5,20,12,.85) 100%);}
.hero-content{position:relative;z-index:1;padding-top:120px;padding-bottom:80px;max-width:820px;}
.hero h1{font-size:clamp(2.8rem,7vw,5.2rem);color:var(--white);margin-bottom:20px;}
.hero h1 span{display:block;color:var(--white);}
.hero-sub{font-size:clamp(1rem,1.6vw,1.2rem);color:rgba(255,255,255,.88);max-width:600px;margin-bottom:36px;}
.hero-actions{display:flex;flex-wrap:wrap;gap:16px;}

.hero-strip{position:relative;z-index:1;background:rgba(6,26,16,.55);backdrop-filter:blur(6px);border-top:1px solid rgba(255,255,255,.15);margin-top:auto;}
.hero-strip-inner{display:flex;flex-wrap:wrap;gap:16px 36px;padding:20px 24px;justify-content:space-between;}
.strip-item{display:flex;align-items:center;gap:10px;font-weight:600;font-size:.9rem;color:var(--white);}
.strip-item .icon{color:var(--lime);}

/* ============================================================
   SPLIT SECTIONS
============================================================ */
.split-section{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.split-section.reverse .split-media{order:2;}
.split-section.reverse .split-copy{order:1;}
.split-media img{border-radius:var(--radius-l);box-shadow:var(--shadow-l);width:100%;object-fit:cover;/*aspect-ratio:4/5;*/}
.split-copy h2{font-size:clamp(2rem,3.4vw,2.5rem);margin-bottom:10px;}
.split-copy p{color:var(--ink-soft);margin-bottom:14px;font-size:1.02rem;}

.why-list{margin-top:15px;display:flex;flex-direction:column;gap:10px;}
.why-item{display:flex;align-items:flex-start;gap:16px;}
.circle-num{
  flex-shrink:0;width:25px;height:25px;border-radius:50%;
  background:var(--green);color:var(--white);font-weight:700;
  display:flex;align-items:center;justify-content:center;font-size:1rem;
  box-shadow:0 6px 16px rgba(11,141,70,.35);
}
.why-item p{color:var(--ink-soft); }

/* ============================================================
   LOCATION ATTRACTIONS (circles)
============================================================ */
.attractions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px 24px;text-align:center;}
.attraction-circle{
  width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 16px;
  border:4px solid var(--white);box-shadow:var(--shadow-m);position:relative;
  transition:transform .35s ease,box-shadow .35s ease;
}
.attraction-circle::after{content:'';position:absolute;inset:0;border-radius:50%;box-shadow:inset 0 0 0 2px rgba(11,141,70,.25);}
.attraction:hover .attraction-circle{transform:translateY(-6px) scale(1.04);box-shadow:var(--shadow-l);}
.attraction-circle img{width:100%;height:100%;object-fit:cover;}
.attraction h4{font-size:.98rem;font-weight:700;}

/* ============================================================
   WATERFALL / RENTAL FULL-BLEED FEATURES
============================================================ */
.waterfall-feature,.rental-feature{position:relative;padding:120px 0;color:var(--white);overflow:hidden;}
.waterfall-bg,.rental-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.waterfall-overlay,.rental-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,11,.88) 0%,rgba(4,18,11,.55) 55%,rgba(4,18,11,.25) 100%);z-index:0;}
.waterfall-content,.rental-content{position:relative;z-index:1;max-width:640px;}
.waterfall-content h2,.rental-content h2{font-size:clamp(2.2rem,3.8vw,3.3rem);margin-bottom:18px;color:var(--white);}
.waterfall-content p{color:rgba(255,255,255,.85);font-size:1.05rem;}
.rental-content p{font-size:0.9rem;margin-bottom:8px;}

.platform-row{margin-top:40px;}
.platform-label{display:block;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:1.1rem;color:var(--gold);margin-bottom:16px;}
.platform-logos{display:flex;flex-wrap:wrap;gap:16px;}
.platform-logos img{
  height:80px;width:80px;object-fit:cover;border-radius:10px;
  border:3px solid rgba(255,255,255,.85);box-shadow:var(--shadow-m);background:var(--white);
}
.platform-logos img.on-white{object-fit:contain;padding:5px;}

/* ============================================================
   PILLS + MASONRY (lifestyle)
============================================================ */
.pill-grid{display:grid;grid-template-columns:repeat(4,auto);gap:14px;justify-content:center;margin-bottom:56px;}
@media (max-width:640px){.pill-grid{grid-template-columns:repeat(2,auto);}}
.pill{
  display:flex;align-items:center;gap:10px;padding:12px 22px;border-radius:100px;
  background:var(--green-soft);color:var(--green-dark);font-weight:600;font-size:.92rem;
  transition:transform .25s ease,background .25s ease;
}
.pill:hover{transform:translateY(-3px);background:var(--lime);color:var(--green-deep);}
.pill .icon{color:var(--green);}

.masonry{
  column-count:3;column-gap:20px;
}
.masonry img{
  width:100%;border-radius:var(--radius-m);margin-bottom:20px;box-shadow:var(--shadow-s);
  break-inside:avoid;transition:transform .4s ease;
}
.masonry img:hover{transform:scale(1.02);}

/* ============================================================
   FEATURE GRID (why us)
============================================================ */
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.feature-card{
  background:var(--white);border-radius:var(--radius-m);padding:32px 26px;text-align:center;
  box-shadow:var(--shadow-s);transition:transform .3s ease,box-shadow .3s ease;
}
.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-m);}
.feature-icon{
  width:64px;height:64px;border-radius:50%;background:var(--green);color:var(--white);
  display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:1.5rem;
  box-shadow:0 10px 26px rgba(11,141,70,.35);
}
.feature-card h4{font-size:1.02rem;margin-bottom:6px;color:inherit;}
.section-dark .feature-card h4{color:var(--white);}
.feature-card p{font-size:.88rem;color:var(--ink-mute);}
.section-dark .feature-card p{color:rgba(255,255,255,.68);}
.feature-card.feature-cta{background:var(--green);display:flex;flex-direction:column;align-items:center;justify-content:center;}
.feature-card.feature-cta h4{color:var(--white);}
.feature-card.feature-cta p{color:rgba(255,255,255,.8);margin-bottom:16px;}
.feature-card.feature-cta .btn{white-space:nowrap;}

/* ============================================================
   AMENITIES
============================================================ */
.amenity-groups{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px;}
.amenity-group{background:var(--sand);border-radius:var(--radius-m);padding:30px;}
.amenity-group h3{display:flex;align-items:center;gap:10px;font-size:1.4rem;margin-bottom:18px;color:var(--green-dark);}
.amenity-group h3 .icon{width:22px;height:22px;color:var(--green);}
.amenity-list li{display:flex;align-items:center;gap:10px;padding:8px 0;color:var(--ink-soft);font-weight:500;border-bottom:1px dashed var(--sand-deep);}
.amenity-list li:last-child{border-bottom:none;}
.amenity-list .icon{color:var(--lime);background:var(--green-dark);border-radius:50%;padding:3px;width:20px;height:20px;flex-shrink:0;}

.amenity-gallery{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:18px;}
.amenity-photo{position:relative;border-radius:var(--radius-m);overflow:hidden;box-shadow:var(--shadow-s);}
.amenity-photo.large{grid-row:1/3;}
.amenity-photo img{width:100%;height:100%;object-fit:cover;min-height:180px;transition:transform .4s ease;}
.amenity-photo:hover img{transform:scale(1.06);}
.amenity-photo span{
  position:absolute;left:14px;bottom:14px;background:rgba(6,26,16,.72);color:var(--white);
  padding:7px 16px;border-radius:100px;font-size:.8rem;font-weight:600;backdrop-filter:blur(4px);
}

/* ============================================================
   MASTER LAYOUT
============================================================ */
.layout-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px;}
.layout-stat{
  text-align:center;background:var(--green-soft);border-radius:var(--radius-m);padding:28px 12px;
}
.layout-stat strong{display:block;font-weight:800;font-size:2rem;color:var(--green-dark);}
.layout-stat span{font-size:.85rem;color:var(--ink-soft);font-weight:600;}

.layout-download{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;
  background:
    linear-gradient(120deg,rgba(4,20,12,.90),rgba(7,74,43,.82)),
    url('../assets/images/web/villa-dusk.jpg') center/cover no-repeat;
  color:var(--white);border-radius:var(--radius-m);padding:28px 32px;margin-bottom:48px;
}
.layout-download p{max-width:440px;color:rgba(255,255,255,.85);}

.layout-split{display:grid;grid-template-columns:0.85fr 1.15fr;gap:28px;align-items:start;}
.master-plan-media{
  border-radius:var(--radius-m);overflow:hidden;box-shadow:var(--shadow-s);border:1px solid var(--sand-deep);
  background:var(--sand);position:sticky;top:110px;cursor:zoom-in;
}
.master-plan-media img{width:100%;height:auto;display:block;transition:transform .5s ease;}
.master-plan-media:hover img{transform:scale(1.03);}
.master-plan-media .zoom-hint{
  position:absolute;right:16px;bottom:16px;display:flex;align-items:center;gap:8px;
  background:rgba(6,26,16,.72);color:var(--white);padding:9px 18px;border-radius:100px;
  font-size:.82rem;font-weight:600;backdrop-filter:blur(4px);opacity:0;transform:translateY(6px);
  transition:opacity .3s ease,transform .3s ease;pointer-events:none;
}
.master-plan-media:hover .zoom-hint,.master-plan-media:focus-visible .zoom-hint{opacity:1;transform:translateY(0);}

.plot-table-wrap{max-height:520px;overflow:auto;border-radius:var(--radius-m);box-shadow:var(--shadow-s);border:1px solid var(--sand-deep);}
.plot-table{width:100%;border-collapse:collapse;font-size:.92rem;}
.plot-table thead th{
  position:sticky;top:0;background:var(--green-dark);color:var(--white);
  padding:14px 18px;text-align:left;font-weight:700;font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;
}
.plot-table td{padding:11px 18px;border-bottom:1px solid var(--sand);}
.plot-table tbody tr:nth-child(even){background:var(--sand);}
.plot-table tbody tr:hover{background:var(--green-soft);}

/* ============================================================
   GALLERY (build your dream farmhouse)
============================================================ */
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,220px);gap:18px;margin-bottom:56px;}
.gallery-item{border-radius:var(--radius-m);overflow:hidden;box-shadow:var(--shadow-s);}
.gallery-item.large{grid-column:span 2;grid-row:span 2;}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}
.gallery-item:hover img{transform:scale(1.06);}

.prefab-box{
  display:grid;grid-template-columns:0.9fr 1.6fr;gap:36px;align-items:center;
  background:var(--white);border:1px solid var(--sand-deep);border-radius:var(--radius-l);padding:40px;box-shadow:var(--shadow-s);
}
.tag{display:inline-block;background:var(--lime);color:var(--green-deep);font-weight:700;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;padding:5px 14px;border-radius:100px;margin-bottom:12px;}
.prefab-text h3{font-size:1.6rem;margin-bottom:10px;}
.prefab-text p{color:var(--ink-soft);}
.prefab-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.prefab-item{
  display:flex;align-items:center;gap:12px;background:var(--green-soft);border-radius:var(--radius-s);padding:16px 18px;font-weight:600;color:var(--green-dark);
}
.prefab-item .icon{color:var(--green);width:22px;height:22px;}

/* ============================================================
   ROI CARD
============================================================ */
.benefits-row{display:grid;grid-template-columns:repeat(3,auto);gap:14px;justify-content:center;margin-bottom:48px;}
@media (max-width:640px){.benefits-row{grid-template-columns:repeat(2,auto);}}
.benefit-chip{
  display:flex;align-items:center;gap:10px;padding:12px 20px;border-radius:100px;
  border:1.5px solid var(--sand-deep);font-weight:600;font-size:.88rem;color:var(--ink-soft);
}
.benefit-chip .icon{color:var(--green);}

.roi-card{
  background:
    linear-gradient(160deg,rgba(4,20,12,.90),rgba(5,63,36,.85) 60%,rgba(7,92,52,.88)),
    url('../assets/images/web/waterfall-night.jpg') center/cover no-repeat;
  color:var(--white);border-radius:var(--radius-l);padding:44px;box-shadow:var(--shadow-l);
}
.roi-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:32px;}
.roi-head h3{color:var(--white);font-size:1.5rem;}
.roi-badge{background:var(--lime);color:var(--green-deep);font-weight:700;padding:8px 20px;border-radius:100px;font-size:.9rem;}
.roi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.roi-stat{text-align:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-m);padding:26px 14px;}
.roi-stat strong{display:block;font-weight:800;font-size:1.7rem;color:var(--lime);margin-bottom:6px;}
.roi-stat span{font-size:.82rem;color:rgba(255,255,255,.78);}
.roi-card .table-note{color:rgba(255,255,255,.6);margin-top:26px;}

/* ============================================================
   ABOUT
============================================================ */
.about-head{max-width:820px;margin:0 auto 44px;text-align:center;}
.about-head h2{font-size:clamp(2.1rem,3.6vw,3.1rem);}
.about-logo{height:52px;width:auto;margin:0 auto 24px;filter:brightness(0) invert(1);}
.about-head p{margin-top:14px;}

.vision-box{
  max-width:820px;margin:0 auto 56px;text-align:center;background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-l);padding:40px;
}
.vision-box h4{color:var(--lime);margin-bottom:14px;font-size:1.2rem;}
.vision-box p{color:rgba(255,255,255,.85);margin-bottom:18px;}
.vision-tag{display:inline-block;font-weight:700;color:var(--white);letter-spacing:.03em;}

.partner-eyebrow{
  text-align:center;color:var(--lime);font-weight:700;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;
  margin-bottom:36px;
}

.partner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;}
.partner-col{padding:0 32px;position:relative;text-align:center;}
.partner-col:not(:first-child)::before{
  content:'';position:absolute;left:0;top:6px;bottom:6px;width:1px;
  background:repeating-linear-gradient(to bottom,rgba(255,255,255,.35) 0 6px,transparent 6px 12px);
}
.partner-logo-card{
  background:var(--white);border-radius:var(--radius-m);padding:18px 26px;
  display:inline-flex;align-items:center;justify-content:center;margin-bottom:28px;
  box-shadow:var(--shadow-m);min-height:64px;
}
.partner-logo-card img{height:36px;width:auto;max-width:170px;object-fit:contain;}

.partner-stats{display:flex;flex-direction:column;gap:22px;}
.partner-stat-row{display:flex;gap:18px;justify-content:center;}
.partner-stat strong{display:block;font-weight:800;font-size:1.4rem;color:var(--lime);margin-bottom:6px;}
.partner-stat span{font-size:.8rem;color:rgba(255,255,255,.75);}

/* ============================================================
   CLOSING / ROUTE MAP
============================================================ */
.closing-top{
  display:grid;grid-template-columns:0.8fr 1.2fr;gap:56px;align-items:center;
  padding:96px 24px;
}
.closing-credits h3{font-size:clamp(1.8rem,2.6vw,2.4rem);margin:10px 0 22px;}
.founder-list{display:flex;flex-direction:column;gap:10px;}
.founder-list li{color:var(--ink-soft);font-weight:600;font-size:.98rem;}
.closing-map img{width:100%;border-radius:var(--radius-l);box-shadow:var(--shadow-m);border:1px solid var(--sand-deep);}

.closing-banner{
  position:relative;color:var(--white);overflow:hidden;
  background:
    linear-gradient(120deg,rgba(4,20,12,.93),rgba(5,63,36,.90)),
    url('../assets/images/web/family-walk.jpg') center/cover no-repeat;
}
.closing-banner-inner{padding:64px 24px;}
.closing-tagline h2{color:var(--gold);font-size:clamp(2.1rem,3.6vw,3.1rem);margin-bottom:16px;}
.closing-tagline p{color:rgba(255,255,255,.85);max-width:620px;font-size:1.02rem;margin-bottom:40px;}

.closing-details{
  display:grid;grid-template-columns:1.1fr 0.9fr 1.3fr;gap:32px;
  padding-top:36px;border-top:1px dashed rgba(255,255,255,.25);
}
.detail-label{display:block;color:var(--gold);font-weight:700;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;}
.closing-detail-col p{color:rgba(255,255,255,.88);font-size:.96rem;}
.closing-detail-col a{color:rgba(255,255,255,.88);text-decoration:underline;text-underline-offset:3px;}
.closing-detail-col a:hover{color:var(--lime);}
.closing-contacts{display:flex;flex-direction:column;}
.closing-contact-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;color:rgba(255,255,255,.88);font-size:.92rem;padding:4px 0;text-decoration:none;}
.closing-contact-line strong{color:var(--white);font-weight:700;}
.closing-contact-line:hover{color:var(--lime);}
.closing-contact-line:hover strong{color:var(--lime);}

.closing-partner{
  display:flex;align-items:center;gap:16px; border-top:1px dashed rgba(255,255,255,.25);
}
.closing-partner img{height:60px;width:auto;  }

/* ============================================================
   CONTACT
============================================================ */
.contact-grid{display:grid;grid-template-columns:0.9fr 1.1fr;gap:48px;align-items:start;}
.contact-info{display:flex;flex-direction:column;gap:16px;max-width:460px;}
.contact-card{display:flex;align-items:center;gap:16px;border-radius:18px;padding:18px 18px 18px 16px;margin-bottom:2px;box-shadow:inset 0 0 0 1px #e9e3d7;}
.contact-avatar{
  width:50px;height:50px;border-radius:50%;background:var(--green);color:var(--white);
  display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.05rem;flex-shrink:0;
}
.contact-card h4{font-size:1.16rem;font-family:var(--font-body);font-weight:700;color:var(--ink);line-height:1.3;}
.contact-card span{font-size:.9rem;color:var(--ink-mute);font-weight:600;}
.contact-line{
  display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;
  border:1px solid #ddd0c2;background:transparent;font-weight:600;transition:border-color .25s ease,color .25s ease;color:var(--ink);
}
a.contact-line:hover{border-color:var(--green);color:var(--green);}
.contact-line .icon{color:var(--green);}
.map-embed{border-radius:18px;overflow:hidden;box-shadow:var(--shadow-s);margin-top:8px;border:1px solid var(--sand-deep);}
.map-embed iframe{display:block;width:100%;min-height:255px;border:0;}

.enquiry-form{background:var(--white);border:1px solid var(--sand-deep);border-radius:26px;padding:26px 26px 24px;box-shadow:0 10px 32px rgba(24,38,32,.08);max-width:620px;}
.enquiry-form h3{margin-bottom:20px;font-size:1.72rem;font-family:var(--font-body);font-weight:700;line-height:1.2;color:var(--ink);}
.enquiry-form label{display:block;font-size:.82rem;font-weight:600;color:var(--ink-soft);margin-bottom:14px;}
.enquiry-form input,.enquiry-form select,.enquiry-form textarea{
  width:100%;margin-top:6px;padding:10px;border-radius:12px;border:1.5px solid #e5dfd7;
   font-size:.85rem;color:var(--ink);transition:border-color .25s ease,background .25s ease;min-height:40px;
}
.enquiry-form input:focus,.enquiry-form select:focus,.enquiry-form textarea:focus{outline:none;border-color:var(--green);background:var(--white);}
.enquiry-form textarea{min-height:96px;resize:vertical;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.form-note{font-size:.78rem;color:var(--ink-mute);text-align:center;margin-top:12px;}

/* ============================================================
   FOOTER
============================================================ */
.site-footer{background:#052015;color:rgba(255,255,255,.8);padding:72px 0 0;}
.footer-inner{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:48px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.1);}
.footer-logo{height:70px;width:auto;filter:brightness(0) invert(1);margin-bottom:16px;}
.footer-logo-secondary{height:40px;width:auto;filter:brightness(0) invert(1);margin-top:18px;opacity:.85;}
.footer-brand p{font-size:.92rem;color:rgba(255,255,255,.6);}
.footer-project-tag{display:block;font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--gold);margin-bottom:14px;}
.footer-project-name{font-family:var(--font-body);font-size:1.15rem;font-weight:700;color:var(--white);margin:0 0 10px;}
.footer-partners{list-style:none;margin:0;padding:0;font-size:.9rem;color:rgba(255,255,255,.65);line-height:1.8;}
.footer-col h5{color:var(--white);font-family:var(--font-body);font-weight:700;margin-bottom:18px;font-size:.95rem;letter-spacing:.04em;text-transform:uppercase;}
.footer-col a,.footer-col span,.footer-col button{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:.92rem;color:rgba(255,255,255,.68);transition:color .25s ease;width:100%;text-align:left;background:none;border:none;font-family:inherit;cursor:pointer;}
.footer-col a:hover,.footer-col button:hover{color:var(--lime);}
.footer-bottom{padding:22px 0;text-align:center;font-size:.72rem;color:rgba(255,255,255,.4);}
.footer-bottom p{margin:4px 0;}
.footer-bottom a{color:rgba(255,255,255,.6);text-decoration:underline;}
.footer-bottom a:hover{color:var(--lime);}
.footer-credit{font-size:.68rem;color:rgba(255,255,255,.35);}
.footer-credit a{color:rgba(255,255,255,.5);}
.disclaimer-text{margin-top:32px;font-size:.72rem;line-height:1.6;}

/* ============================================================
   STICKY ACTION BUTTONS
============================================================ */
.sticky-actions{
  position:fixed;right:22px;bottom:26px;z-index:150;
  display:flex;flex-direction:column;align-items:center;gap:14px;
}
.fab{
  width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  box-shadow:var(--shadow-m);transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease,visibility .25s ease;
  font-size:1.4rem;
}
.fab:hover{transform:translateY(-4px) scale(1.05);box-shadow:var(--shadow-l);}
.fab-whatsapp{background:#25D366;color:var(--white);}
.fab-call{background:var(--green-dark);color:var(--white);animation:pulse-ring 2.4s ease-in-out infinite;}
.fab-top{background:var(--white);color:var(--green-dark);border:1.5px solid var(--sand-deep);width:44px;height:44px;font-size:1.1rem;opacity:0;visibility:hidden;transform:translateY(10px);}
.fab-top.show{opacity:1;visibility:visible;transform:translateY(0);}

@keyframes pulse-ring{
  0%,100%{box-shadow:var(--shadow-m),0 0 0 0 rgba(7,92,52,.45);}
  50%{box-shadow:var(--shadow-m),0 0 0 10px rgba(7,92,52,0);}
}

/* ============================================================
   MODAL
============================================================ */
.modal-backdrop{
  position:fixed;inset:0;background:rgba(9,20,15,.52);backdrop-filter:blur(4px);z-index:300;
  display:flex;align-items:center;justify-content:center;padding:20px;
  opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;
}
.modal-backdrop.show{opacity:1;visibility:visible;}
.modal{
  background:var(--white);border-radius:26px;max-width:760px;width:100%;
  display:grid;grid-template-columns:1.02fr 0.98fr;overflow:hidden;box-shadow:0 20px 50px rgba(15,30,22,.18);
  max-height:92vh;overflow-y:auto;
  transform:scale(.92) translateY(20px);transition:transform .35s ease;
}
.modal-backdrop.show .modal{transform:scale(1) translateY(0);}
.modal-media{position:relative;min-height:380px;}
.modal-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;}
.modal-media-text{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:22px 18px 20px;background:linear-gradient(180deg,rgba(4,18,11,0) 30%,rgba(4,18,11,.82) 100%);color:var(--white);}
.modal-media-text h3{color:var(--white);font-size:1.7rem;line-height:1.1;margin-bottom:6px;}
.modal-media-text p{color:#d9f1df;font-weight:600;font-size:1rem;letter-spacing:.02em;}
.modal-body{padding:26px 26px 20px;display:flex;flex-direction:column;justify-content:center;}
.modal-body h3{font-size:1.12rem;margin-bottom:10px;color:var(--ink);font-family:var(--font-body);font-weight:700;}
.modal-body>p{color:var(--ink-soft);margin-bottom:18px;font-size:.62rem;line-height:1.5;}
.modal-body form label{display:block;font-size:.85rem;font-weight:600;color:var(--ink-soft);margin-bottom:14px;}
.modal-body input,.modal-body select{
  width:100%;margin-top:6px;padding:7px;border-radius:12px;border:1.5px solid #e5dccd;
  background:#f0e9e0;font-size:.75rem;color:var(--ink);min-height:46px;
}
.modal-body input:focus,.modal-body select:focus{outline:none;border-color:var(--green);background:var(--white);}
.modal-close{
  position:absolute;top:16px;right:18px;z-index:2;width:36px;height:36px;border-radius:50%;
  background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(7,30,17,.12);
}

.form-success{display:none;align-items:center;gap:14px;background:var(--green-soft);color:var(--green-dark);padding:16px 20px;border-radius:var(--radius-s);font-weight:600;margin-top:16px;}
.form-success.show{display:flex;}
.form-success .icon{background:var(--green);color:var(--white);border-radius:50%;padding:5px;width:26px;height:26px;flex-shrink:0;}

.form-error{display:none;background:#FBEAEA;color:#B3261E;padding:14px 18px;border-radius:var(--radius-s);font-weight:600;font-size:.9rem;margin-top:16px;}
.form-error.show{display:block;}

/* ============================================================
   MASTER LAYOUT ZOOM LIGHTBOX
============================================================ */
.lightbox{
  position:fixed;inset:0;z-index:400;background:rgba(4,14,9,.96);
  display:flex;flex-direction:column;
  opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;
}
.lightbox.show{opacity:1;visibility:visible;}
.lightbox-toolbar{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:16px 24px;flex-shrink:0;
}
.lightbox-title{color:var(--white);font-weight:700;font-size:.95rem;letter-spacing:.02em;}
.lightbox-controls{display:flex;align-items:center;gap:10px;}
.lightbox-btn{
  width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.12);color:var(--white);
  display:flex;align-items:center;justify-content:center;transition:background .25s ease,transform .25s ease;
  border:1px solid rgba(255,255,255,.18);
}
.lightbox-btn:hover{background:rgba(255,255,255,.22);transform:translateY(-2px);}
.lightbox-btn.lightbox-close{background:var(--lime);color:var(--green-deep);border-color:transparent;}
.lightbox-btn.lightbox-close:hover{background:#bcdb46;}

.lightbox-stage{
  flex:1;overflow:hidden;display:flex;align-items:center;justify-content:center;
  cursor:grab;touch-action:none;position:relative;
}
.lightbox-stage.dragging{cursor:grabbing;}
.lightbox-stage img{
  max-width:88vw;max-height:78vh;user-select:none;-webkit-user-drag:none;
  border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5);
  transform-origin:center center;will-change:transform;
}
.lightbox-stage img.no-transition{transition:none;}
.lightbox-stage img:not(.no-transition){transition:transform .25s ease;}

.lightbox-hint{
  text-align:center;color:rgba(255,255,255,.55);font-size:.8rem;padding:14px 0 20px;flex-shrink:0;
}

@media (max-width:600px){
  .lightbox-title{display:none;}
  .lightbox-btn{width:40px;height:40px;}
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width:1080px){
  .attractions-grid{grid-template-columns:repeat(4,1fr);}
  .feature-grid{grid-template-columns:repeat(2,1fr);}
  .amenity-groups{grid-template-columns:1fr;}
  .gallery-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,220px);}
  .gallery-item.large{grid-column:span 2;grid-row:span 1;}
  .roi-grid{grid-template-columns:repeat(2,1fr);}
}

@media (max-width:900px){
  .main-nav{
    position:fixed;top:0;right:-100%;width:min(340px,86vw);height:100vh;background:var(--white);
    flex-direction:column;align-items:flex-start;padding:100px 32px 40px;gap:22px;
    transition:right .4s ease;box-shadow:var(--shadow-l);z-index:195;overflow-y:auto;
  }
  .main-nav.open{right:0;}
  .nav-link{color:var(--ink)!important;font-size:1.05rem;}
  .nav-cta-group{flex-direction:column;align-items:stretch;width:100%;margin-top:12px;}
  .nav-cta-group .btn-ghost{color:var(--ink)!important;border-color:var(--sand-deep)!important;}
  .nav-toggle{display:flex;}

  .split-section,.split-section.reverse{grid-template-columns:1fr;}
  .layout-split{grid-template-columns:1fr;}
  .master-plan-media{position:static;}
  .closing-top{grid-template-columns:1fr;gap:36px;padding:64px 24px;text-align:center;}
  .closing-credits{order:2;}
  .closing-map{order:1;}
  .founder-list{align-items:center;}
  .closing-details{grid-template-columns:1fr;gap:24px;}
  .split-section.reverse .split-media{order:1;}
  .split-section.reverse .split-copy{order:2;}
  .prefab-box{grid-template-columns:1fr;}
  .contact-grid{grid-template-columns:1fr;}
  .modal{grid-template-columns:1fr;}
  .modal-media{min-height:150px;}
}

@media (max-width:768px){
  .section{padding:64px 0;}
  .attractions-grid{grid-template-columns:repeat(3,1fr);gap:28px 16px;}
  .attraction-circle{width:92px;height:92px;}
  .feature-grid{grid-template-columns:1fr 1fr;}
  .masonry{column-count:2;}
  .gallery-grid{grid-template-columns:1fr 1fr;}
  .layout-stats{grid-template-columns:repeat(2,1fr);}
  .partner-grid{grid-template-columns:1fr;gap:40px;}
  .partner-col{padding:0;}
  .partner-col:not(:first-child)::before{display:none;}
  .roi-grid{grid-template-columns:repeat(2,1fr);}
  .form-row{grid-template-columns:1fr;}
  .footer-inner{grid-template-columns:1fr;gap:36px;}
  .amenity-gallery{grid-template-columns:1fr 1fr;grid-template-rows:auto;}
  .amenity-photo.large{grid-column:span 2;grid-row:auto;}
  .amenity-photo img{min-height:160px;}
}

@media (max-width:520px){
  .container{padding:0 18px;}
  .hero-content{padding-top:110px;}
  .hero-actions{flex-direction:column;align-items:stretch;}
  .hero-actions .btn{width:100%;}
  .hero-strip-inner{justify-content:flex-start;}
  .attractions-grid{grid-template-columns:repeat(2,1fr);}
  .feature-grid{grid-template-columns:1fr;}
  .masonry{column-count:1;}
  .gallery-grid{grid-template-columns:1fr;grid-template-rows:auto;}
  .gallery-item.large{grid-column:span 1;}
  .gallery-item{height:240px;}
  .layout-stats{grid-template-columns:1fr 1fr;}
  .layout-download{flex-direction:column;align-items:flex-start;}
  .partner-stat-row{flex-direction:column;gap:22px;}
  .roi-grid{grid-template-columns:1fr 1fr;}
  .roi-card{padding:28px 20px;}
  .amenity-gallery{grid-template-columns:1fr;}
  .amenity-photo.large{grid-column:span 1;}
  .sticky-actions{right:14px;bottom:16px;}
  .fab{width:48px;height:48px;font-size:1.2rem;}
  .fab-top{width:40px;height:40px;}
  .platform-logos img{height:54px;width:54px;}
}
