@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #071516;
  --ink-2: #0d2627;
  --forest: #103c38;
  --sea: #78dfcd;
  --sea-soft: #cfeee7;
  --sand: #eef0e9;
  --paper: #f5f6f1;
  --white: #fff;
  --muted: #71817d;
  --line: rgba(7, 21, 22, .14);
  --line-light: rgba(255,255,255,.2);
  --accent: #ff8b65;
  --display: 'DM Serif Display', Georgia, serif;
  --sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --container: 1240px;
  --shadow: 0 18px 60px rgba(4, 22, 22, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }

.skip-link { position: fixed; z-index: 100; top: -100px; left: 16px; padding: 12px 18px; color: var(--ink); background: var(--sea); font-weight: 800; }
.skip-link:focus { top: 16px; }
.section { width: min(calc(100% - 64px), var(--container)); margin: 0 auto; }
.overline, .section-kicker, .eyebrow { margin: 0; font-size: .72rem; line-height: 1.35; letter-spacing: .18em; text-transform: uppercase; font-weight: 800; }
.section-kicker { color: var(--forest); }
.section-kicker.light { color: var(--sea); }
.overline { color: var(--forest); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.04em; line-height: .98; font-weight: 400; }
h1, h2, h3 { margin-bottom: 0; }
h1 em, h2 em, h3 em { font-family: var(--display); font-weight: 400; letter-spacing: -.03em; }
h2 { font-size: clamp(3rem, 5.5vw, 6.3rem); }
.lead-paragraph { font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.55; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: .78rem; line-height: 1; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 1.15rem; line-height: 0; }
.button-primary { color: var(--ink); background: var(--sea); }
.button-primary:hover { background: #a3f0e1; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.5); background: rgba(0,0,0,.08); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.12); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--sea); }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding-bottom: 8px; border-bottom: 1px solid currentColor; color: var(--forest); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.text-link span { font-size: 1.15rem; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal-delay-1 { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Header + hero */
.site-header { position: fixed; z-index: 20; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 94px; padding: 0 4vw; color: var(--white); transition: background .3s ease, height .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { height: 74px; background: rgba(6, 22, 22, .9); box-shadow: 0 8px 28px rgba(0,0,0,.15); backdrop-filter: blur(16px); }
.brand-lockup { width: 112px; }
.brand-lockup img { width: 100%; height: auto; filter: invert(1) brightness(1.8); }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 38px); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; }
.main-nav a { opacity: .83; transition: opacity .2s ease, color .2s ease; }
.main-nav a:hover { color: var(--sea); opacity: 1; }
.main-nav .nav-cta { opacity: 1; padding: 13px 18px; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; }
.main-nav .nav-cta:hover { border-color: var(--sea); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 11px 8px; color: var(--white); background: transparent; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; transition: transform .2s ease; }
.hero { position: relative; display: flex; min-height: min(900px, 100svh); overflow: hidden; color: var(--white); background: var(--ink); }
.hero-visual { position: absolute; inset: 0; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .91; }
.hero-glow { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,14,15,.92) 0%, rgba(4,20,20,.68) 38%, rgba(4,16,16,.04) 78%), linear-gradient(0deg, rgba(2,12,13,.53), transparent 40%); }
.hero-copy { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: min(620px, 54vw); min-height: 100svh; margin-left: 9vw; padding: 120px 0 84px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--sea); }
.eyebrow-line { display: block; width: 36px; height: 1px; background: currentColor; }
.hero-logo { width: min(230px, 42vw); margin: 30px 0 28px; filter: invert(1) brightness(1.9); }
.hero h1 { max-width: 680px; font-size: clamp(3.4rem, 6.4vw, 7rem); }
.hero h1 em { color: var(--sea); }
.hero-lead { max-width: 490px; margin: 28px 0 0; color: rgba(255,255,255,.8); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.hero-meta { display: flex; align-items: center; gap: 12px; margin-top: 54px; color: rgba(255,255,255,.62); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.meta-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--sea); }
.hero-side-note { position: absolute; z-index: 1; right: 4vw; bottom: 9%; display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.72); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-side-note i { width: 1px; height: 58px; background: var(--sea); }
.scroll-cue { position: absolute; z-index: 2; right: 4vw; bottom: 4%; display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.65); font-size: .65rem; letter-spacing: .18em; writing-mode: vertical-rl; }
.scroll-cue i { display: block; width: 1px; height: 48px; background: var(--sea); }

/* Concept */
.concept-section { padding-top: clamp(100px, 13vw, 190px); padding-bottom: clamp(100px, 12vw, 180px); }
.concept-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10%; margin-top: 62px; }
.concept-head h2 { margin-top: 24px; }
.concept-head h2 em { color: var(--forest); }
.concept-text { max-width: 500px; padding-top: 50px; color: #566763; }
.concept-text .lead-paragraph { color: var(--ink); }
.concept-text p + p { margin-top: 24px; }
.concept-text .text-link { margin-top: 30px; }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 110px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-card { min-height: 178px; padding: 33px 30px; border-right: 1px solid var(--line); }
.stat-card:first-child { padding-left: 0; }
.stat-card:last-child { border-right: 0; }
.stat-number { font-size: clamp(2.2rem, 4vw, 4.15rem); letter-spacing: -.08em; line-height: 1; font-weight: 700; }
.stat-unit { margin-left: 5px; color: var(--forest); font-size: 1.1rem; font-weight: 700; }
.stat-card p { margin: 16px 0 0; color: var(--muted); font-size: .86rem; }
.stat-card-accent { display: flex; flex-direction: column; justify-content: space-between; color: var(--white); background: var(--forest); }
.stat-card-accent .stat-symbol { align-self: flex-end; color: var(--sea); font-size: 2.2rem; line-height: .7; }
.stat-card-accent p { color: rgba(255,255,255,.8); margin: 0; line-height: 1.35; }
.stat-card-accent strong { color: var(--sea); }

/* Location */
.location-section { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 780px; background: var(--sand); }
.location-image-wrap { position: relative; min-height: 620px; overflow: hidden; }
.location-image-wrap img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.location-image-wrap::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,22,22,.6), transparent 40%); content: ''; }
.image-caption { position: absolute; z-index: 1; right: 36px; bottom: 30px; left: 36px; display: flex; justify-content: space-between; color: rgba(255,255,255,.82); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.location-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 9vw 8vw; }
.location-copy .overline { margin-top: 64px; }
.location-copy h2 { margin-top: 22px; }
.location-copy h2 em { color: var(--forest); }
.location-copy .lead-paragraph { margin: 35px 0 0; color: var(--ink); }
.location-copy > p:not(.overline):not(.lead-paragraph) { color: #61716d; }
.location-pills { display: flex; flex-wrap: wrap; gap: 7px; margin: 23px 0 36px; }
.location-pills span { padding: 8px 12px; border: 1px solid rgba(16,60,56,.22); border-radius: 999px; color: var(--forest); font-size: .71rem; font-weight: 700; }
.nearby-list { width: 100%; border-top: 1px solid var(--line); }
.nearby-list > div { display: flex; align-items: center; gap: 17px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.nearby-icon { display: grid; flex: 0 0 32px; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--forest); background: rgba(120,223,205,.6); font-size: .62rem; font-weight: 800; }
.nearby-list p { margin: 0; font-size: .84rem; }
.nearby-list small { display: block; color: var(--muted); font-size: .72rem; }

/* Gallery */
.gallery-section { padding: clamp(100px, 13vw, 190px) 0; background: var(--paper); }
.gallery-intro { padding-bottom: 65px; }
.gallery-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 80px; margin-top: 24px; }
.gallery-heading-row h2 { margin-top: 18px; }
.gallery-heading-row h2 em { color: var(--forest); }
.gallery-heading-row > p { max-width: 320px; margin: 0 0 3px; color: var(--muted); }
.editorial-gallery { display: grid; grid-template-columns: 1.3fr .7fr 1fr; grid-template-rows: 260px 260px; gap: 12px; width: min(calc(100% - 64px), 1500px); margin: 0 auto; }
.gallery-tile { position: relative; min-height: 0; overflow: hidden; padding: 0; color: var(--white); text-align: left; background: var(--ink); }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-tile:hover img { transform: scale(1.05); }
.gallery-tile::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,12,13,.72), transparent 55%); content: ''; }
.gallery-tile span { position: absolute; z-index: 1; right: 18px; bottom: 15px; left: 18px; display: flex; justify-content: space-between; align-items: center; font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }
.gallery-tile b { color: var(--sea); font-size: 1.1rem; }
.tile-large { grid-row: span 2; }
.tile-tall { grid-row: span 2; }
.tile-dark { background: var(--forest); }
.tile-small img { object-position: center; }

/* Immersive */
.immersive-section { padding: clamp(100px, 12vw, 175px) 0 0; color: var(--white); background: var(--ink-2); }
.immersive-header { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 10%; padding-bottom: 66px; }
.immersive-header .overline { margin-top: 60px; color: var(--sea); }
.immersive-header h2 { margin-top: 22px; }
.immersive-header h2 em { color: var(--sea); }
.immersive-header > p { max-width: 380px; margin: 0; color: rgba(255,255,255,.65); }
.immersive-main { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .45fr); gap: 0; width: min(calc(100% - 64px), 1420px); margin: 0 auto; }
.tour-frame { position: relative; min-height: 510px; background: #0c2928; }
.tour-frame iframe { display: block; width: 100%; height: 510px; border: 0; }
.frame-label { position: absolute; z-index: 1; top: 18px; left: 18px; display: flex; align-items: center; gap: 9px; padding: 8px 11px; color: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(0,0,0,.3); backdrop-filter: blur(12px); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sea); box-shadow: 0 0 0 4px rgba(120,223,205,.17); }
.tour-side-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 50px 42px; background: var(--forest); }
.tour-index, .immersive-card > div > span { color: var(--sea); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; }
.tour-side-copy h3 { margin-top: 54px; font-size: clamp(2rem, 3.2vw, 3.6rem); font-weight: 400; line-height: .98; letter-spacing: -.06em; }
.tour-side-copy h3 em { color: var(--sea); }
.tour-side-copy p { margin: 25px 0 32px; color: rgba(255,255,255,.67); font-size: .9rem; }
.immersive-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-top: 12px; padding-bottom: 0; }
.immersive-card { display: flex; align-items: flex-start; gap: 24px; min-height: 238px; padding: 38px 35px; color: var(--white); background: #123332; transition: transform .25s ease, background .25s ease; }
.immersive-card:hover { transform: translateY(-5px); background: #1b4542; }
.immersive-card.card-mint { color: var(--ink); background: var(--sea); }
.immersive-card.card-mint:hover { background: #a3f0e1; }
.immersive-card .card-icon { display: grid; flex: 0 0 42px; place-items: center; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; font-size: 1.25rem; }
.immersive-card h3 { margin-top: 25px; font-size: clamp(1.7rem, 2.7vw, 3rem); letter-spacing: -.06em; line-height: .95; }
.immersive-card h3 em { color: var(--sea); }
.card-mint h3 em { color: var(--forest); }
.immersive-card p { margin: 24px 0 0; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; }
.immersive-card > b { margin-left: auto; color: var(--sea); font-size: 1.35rem; font-weight: 400; }
.card-mint > b { color: var(--forest); }

/* Types + plants */
.types-section { padding-top: clamp(100px, 13vw, 190px); padding-bottom: clamp(100px, 12vw, 170px); }
.types-head { display: grid; grid-template-columns: 1fr .6fr; gap: 12%; align-items: end; margin-top: 62px; }
.types-head h2 { margin-top: 18px; }
.types-head h2 em { color: var(--forest); }
.types-head > p { max-width: 390px; margin-bottom: 0; color: var(--muted); }
.type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 72px; }
.type-card { background: var(--sand); }
.type-card-featured { background: var(--forest); color: var(--white); }
.type-image { position: relative; aspect-ratio: 1.3; overflow: hidden; background: #d4ded8; }
.type-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.type-card:hover .type-image img { transform: scale(1.04); }
.type-card-featured .type-image img { padding: 25px; object-fit: contain; background: #d9e7df; }
.type-image span { position: absolute; top: 15px; left: 15px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: var(--white); background: rgba(7,21,22,.35); font-size: .69rem; font-weight: 800; }
.type-body { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; padding: 27px 26px 28px; }
.type-body h3 { font-size: 1.18rem; letter-spacing: -.04em; }
.type-body p { margin: 7px 0 0; color: var(--muted); font-size: .8rem; }
.type-card-featured .type-body p { color: rgba(255,255,255,.66); }
.type-body button { padding: 0; color: var(--forest); background: transparent; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; white-space: nowrap; }
.type-body button span { margin-left: 5px; font-size: 1rem; }
.type-card-featured .type-body button { color: var(--sea); }
.plants-explorer { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 520px; margin-top: 110px; color: var(--white); background: var(--ink-2); }
.plants-copy { padding: 68px 7%; }
.plants-copy .overline { color: var(--sea); }
.plants-copy h3 { margin-top: 28px; font-size: clamp(2.1rem, 3.7vw, 4.2rem); line-height: .98; letter-spacing: -.06em; }
.plants-copy h3 em { color: var(--sea); }
.plants-copy > p { max-width: 290px; margin-top: 26px; color: rgba(255,255,255,.64); font-size: .92rem; }
.plant-tabs { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 56px; }
.plant-tabs button { padding: 10px 14px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; color: rgba(255,255,255,.7); background: transparent; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; }
.plant-tabs button.is-active, .plant-tabs button:hover { color: var(--ink); border-color: var(--sea); background: var(--sea); }
.plant-viewer { position: relative; display: grid; place-items: center; min-height: 520px; overflow: hidden; background: linear-gradient(135deg,#ecf2e9,#c6d8d0); }
.plant-viewer img { width: 74%; max-height: 90%; object-fit: contain; filter: drop-shadow(0 18px 30px rgba(9, 34, 31, .16)); transition: opacity .3s ease; }
.plant-viewer-label { position: absolute; right: 26px; bottom: 20px; left: 26px; display: flex; justify-content: space-between; color: var(--forest); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }

/* Amenities */
.amenities-section { padding: clamp(100px, 12vw, 170px) 0 13px; color: var(--white); background: var(--forest); }
.amenities-head { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 10%; padding-bottom: 64px; }
.amenities-head .overline { margin-top: 60px; color: var(--sea); }
.amenities-head h2 { margin-top: 20px; }
.amenities-head h2 em { color: var(--sea); }
.amenities-head > p { max-width: 360px; margin: 0; color: rgba(255,255,255,.68); }
.amenities-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 10px; width: min(calc(100% - 64px), 1500px); margin: 0 auto; }
.amenity { position: relative; min-height: 0; overflow: hidden; padding: 0; color: var(--white); text-align: left; background: #0c2826; }
.amenity-wide { grid-column: span 2; }
.amenity img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.amenity:hover img { transform: scale(1.06); }
.amenity::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,16,16,.75), transparent 55%); content: ''; }
.amenity span { position: absolute; z-index: 1; right: 17px; bottom: 13px; left: 17px; display: flex; justify-content: space-between; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.amenity b { color: var(--sea); font-size: 1.1rem; }

/* Smart */
.smart-section { padding-top: clamp(100px, 13vw, 180px); padding-bottom: clamp(100px, 12vw, 170px); }
.smart-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 13%; margin-top: 62px; }
.smart-intro h2 { margin-top: 20px; }
.smart-intro h2 em { color: var(--forest); }
.smart-intro .lead-paragraph { margin-top: 37px; color: var(--muted); }
.smart-intro .text-link { margin-top: 25px; }
.smart-features { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); }
.smart-features article { padding: 30px 35px 32px 0; border-bottom: 1px solid var(--line); }
.smart-features article:nth-child(even) { padding-left: 35px; border-left: 1px solid var(--line); }
.smart-features article > span { color: var(--forest); font-size: .72rem; letter-spacing: .12em; font-weight: 800; }
.smart-features h3 { margin-top: 18px; font-size: 1.35rem; letter-spacing: -.04em; }
.smart-features p { margin: 10px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }

/* Contact */
.contact-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 780px; color: var(--white); background: var(--ink); }
.contact-image { position: relative; min-height: 620px; overflow: hidden; }
.contact-image img { width: 100%; height: 100%; object-fit: cover; }
.contact-image-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,16,16,.75), rgba(4,16,16,.05) 70%); }
.contact-image > span { position: absolute; right: 8%; bottom: 9%; left: 8%; color: var(--white); font-family: var(--display); font-size: clamp(2rem, 3.4vw, 4rem); line-height: .98; letter-spacing: -.04em; }
.contact-panel { display: flex; flex-direction: column; justify-content: center; padding: 9vw; }
.contact-panel .overline { margin-top: 54px; color: var(--sea); }
.contact-panel h2 { margin-top: 19px; }
.contact-panel h2 em { color: var(--sea); }
.contact-panel > p:not(.overline) { max-width: 440px; margin: 31px 0 36px; color: rgba(255,255,255,.7); }
.contact-panel form { display: grid; gap: 15px; max-width: 440px; }
.contact-panel label { color: rgba(255,255,255,.65); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; }
.contact-panel input, .contact-panel select { display: block; width: 100%; height: 50px; margin-top: 7px; padding: 0 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 0; outline: none; color: var(--white); background: transparent; font-size: .9rem; letter-spacing: 0; text-transform: none; font-weight: 500; transition: border-color .2s ease, background .2s ease; }
.contact-panel select { color: var(--white); }
.contact-panel select option { color: var(--ink); }
.contact-panel input:focus, .contact-panel select:focus { border-color: var(--sea); background: rgba(120,223,205,.07); }
.button-submit { margin-top: 8px; width: max-content; }
.contact-panel small { color: rgba(255,255,255,.43); font-size: .7rem; line-height: 1.5; }

/* FAQ + footer */
.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 14%; padding-top: clamp(100px, 12vw, 170px); padding-bottom: clamp(100px, 12vw, 170px); }
.faq-heading h2 { margin-top: 23px; }
.faq-heading h2 em { color: var(--forest); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; list-style: none; cursor: pointer; font-size: 1.02rem; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--forest); font-size: 1.5rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -5px 0 25px; color: var(--muted); font-size: .9rem; }
.site-footer { padding: 74px 4vw 30px; color: rgba(255,255,255,.7); background: var(--ink-2); }
.footer-brand img { width: 170px; filter: invert(1) brightness(1.7); }
.footer-brand p { margin: 16px 0 0; color: var(--sea); font-family: var(--display); font-size: 1.4rem; }
.footer-links { display: flex; gap: 28px; margin: 56px 0 48px; border-top: 1px solid var(--line-light); padding-top: 26px; }
.footer-links a { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links span { margin-left: 8px; color: var(--sea); font-size: 1.05rem; }
.footer-disclaimer { max-width: 920px; color: rgba(255,255,255,.4); font-size: .7rem; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; margin-top: 55px; padding-top: 16px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.38); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }

/* Floating tools + modal */
.whatsapp-float { position: fixed; z-index: 15; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 9px; padding: 7px 14px 7px 7px; color: var(--white); border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(6, 27, 27, .86); box-shadow: 0 14px 30px rgba(0,0,0,.2); backdrop-filter: blur(16px); font-size: .67rem; line-height: 1.2; letter-spacing: .07em; text-transform: uppercase; }
.whatsapp-float img { width: 38px; height: 38px; border-radius: 50%; }
.whatsapp-float strong { color: var(--sea); font-weight: 800; }
.sol-widget { position: fixed; z-index: 16; right: 24px; bottom: 91px; width: min(360px, calc(100vw - 32px)); }
.sol-launcher { display: flex; align-items: center; gap: 10px; margin-left: auto; padding: 7px 15px 7px 7px; color: var(--white); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(8,31,31,.9); box-shadow: 0 14px 30px rgba(0,0,0,.2); backdrop-filter: blur(16px); font-size: .76rem; letter-spacing: .02em; }
.sol-launcher > span:last-child { padding-right: 3px; }
.sol-launcher strong { color: var(--sea); }
.sol-orb { position: relative; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--ink); background: var(--sea); font-size: .62rem; font-weight: 800; }
.sol-orb i { position: absolute; top: 2px; right: 4px; color: var(--ink); font-size: .7rem; font-style: normal; }
.sol-panel { display: none; overflow: hidden; margin-bottom: 10px; border: 1px solid rgba(120,223,205,.36); border-radius: 18px; background: rgba(7,26,26,.97); box-shadow: 0 22px 70px rgba(0,0,0,.3); }
.sol-panel.is-open { display: block; animation: sol-in .24s ease both; }
@keyframes sol-in { from { opacity: 0; transform: translateY(10px) scale(.98); } to { opacity: 1; transform: none; } }
.sol-head { display: flex; align-items: center; gap: 11px; padding: 15px 16px; border-bottom: 1px solid rgba(255,255,255,.13); }
.sol-avatar { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--ink); background: var(--sea); }
.sol-head strong { display: block; color: var(--white); font-size: .84rem; }
.sol-head small { display: block; color: rgba(255,255,255,.52); font-size: .64rem; }
.sol-head button { margin-left: auto; color: rgba(255,255,255,.7); background: transparent; font-size: 1.4rem; line-height: 1; }
.sol-messages { max-height: 250px; overflow: auto; padding: 15px; }
.sol-message { width: fit-content; max-width: 90%; padding: 11px 13px; border-radius: 12px 12px 12px 3px; color: rgba(255,255,255,.84); background: rgba(255,255,255,.1); font-size: .78rem; line-height: 1.5; }
.sol-message-user { margin: 10px 0 0 auto; border-radius: 12px 12px 3px 12px; color: var(--ink); background: var(--sea); }
.sol-quick { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.sol-quick button { padding: 7px 9px; border: 1px solid rgba(120,223,205,.45); border-radius: 999px; color: var(--sea); background: transparent; font-size: .65rem; }
.sol-quick button:hover { color: var(--ink); background: var(--sea); }
.sol-form { display: flex; gap: 8px; padding: 10px; border-top: 1px solid rgba(255,255,255,.13); }
.sol-form input { min-width: 0; flex: 1; height: 40px; padding: 0 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; outline: 0; color: var(--white); background: transparent; font-size: .78rem; }
.sol-form input:focus { border-color: var(--sea); }
.sol-form button { width: 40px; border-radius: 9px; color: var(--ink); background: var(--sea); font-size: 1.1rem; }
.sol-whatsapp { display: block; padding: 11px 15px; color: var(--sea); border-top: 1px solid rgba(255,255,255,.13); font-size: .68rem; letter-spacing: .04em; text-align: center; }
.sol-whatsapp span { margin-left: 8px; }
.lightbox { position: fixed; z-index: 50; inset: 0; display: none; place-items: center; padding: 6vw; background: rgba(2,12,13,.94); }
.lightbox.is-open { display: grid; }
.lightbox img { max-width: min(1100px, 100%); max-height: 82vh; object-fit: contain; box-shadow: 0 20px 100px rgba(0,0,0,.42); }
.lightbox p { margin: 18px 0 0; color: rgba(255,255,255,.7); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.lightbox-close { position: absolute; top: 24px; right: 28px; color: var(--white); background: transparent; font-size: 2.2rem; font-weight: 300; }

@media (max-width: 960px) {
  .main-nav { gap: 15px; font-size: .63rem; }
  .main-nav .nav-cta { padding: 11px 13px; }
  .hero-copy { width: 68vw; margin-left: 7vw; }
  .location-section, .contact-section { grid-template-columns: 1fr; }
  .location-image-wrap { min-height: 58vw; max-height: 650px; }
  .location-image-wrap img { min-height: 0; }
  .location-copy { padding: 90px 8vw 100px; }
  .contact-image { min-height: 58vw; }
  .contact-panel { padding: 90px 8vw 100px; }
  .editorial-gallery { grid-template-rows: 230px 230px; }
  .immersive-main { grid-template-columns: 1fr; }
  .tour-side-copy { min-height: 340px; }
  .tour-side-copy h3 { margin-top: 30px; }
  .amenities-grid { grid-auto-rows: 180px; }
  .faq-section { gap: 8%; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .section { width: min(calc(100% - 40px), var(--container)); }
  .site-header { height: 76px; padding: 0 20px; }
  .brand-lockup { width: 92px; }
  .main-nav { position: absolute; top: 76px; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(6,22,22,.98); box-shadow: 0 18px 40px rgba(0,0,0,.2); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 12px; }
  .main-nav .nav-cta { margin-top: 7px; text-align: center; }
  .menu-toggle { display: block; }
  .hero { min-height: 780px; }
  .hero-image { object-position: 62% center; }
  .hero-glow { background: linear-gradient(0deg, rgba(3,14,15,.94) 0%, rgba(4,20,20,.64) 50%, rgba(4,16,16,.16) 100%); }
  .hero-copy { justify-content: flex-end; width: auto; min-height: 780px; margin: 0 20px; padding: 110px 0 76px; }
  .hero-logo { width: 190px; margin: 24px 0; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 5.1rem); }
  .hero-lead { margin-top: 22px; font-size: 1rem; }
  .hero-actions { width: 100%; margin-top: 28px; }
  .hero-actions .button { flex: 1 1 auto; min-height: 50px; padding: 0 14px; gap: 12px; font-size: .65rem; }
  .hero-meta { flex-wrap: wrap; gap: 8px; margin-top: 30px; font-size: .6rem; }
  .hero-side-note { display: none; }
  .scroll-cue { right: 20px; bottom: 20px; font-size: .57rem; }
  .concept-grid, .types-head, .smart-grid, .faq-section, .immersive-header, .amenities-head { grid-template-columns: 1fr; gap: 30px; }
  .concept-grid, .types-head, .smart-grid { margin-top: 42px; }
  .concept-text { padding-top: 0; }
  .stat-row { grid-template-columns: 1fr 1fr; margin-top: 62px; }
  .stat-card { min-height: 140px; padding: 24px 16px; }
  .stat-card:first-child { padding-left: 16px; }
  .stat-card:nth-child(2) { border-right: 0; }
  .stat-card:nth-child(3), .stat-card:nth-child(4) { border-top: 1px solid var(--line); }
  .stat-number { font-size: 2.35rem; }
  .stat-card-accent { grid-column: span 2; min-height: 128px; }
  .location-copy { padding: 72px 20px 80px; }
  .location-copy .overline { margin-top: 46px; }
  .location-image-wrap { min-height: 430px; }
  .image-caption { right: 20px; bottom: 20px; left: 20px; gap: 15px; font-size: .57rem; }
  .gallery-heading-row { display: block; }
  .gallery-heading-row > p { margin-top: 30px; }
  .editorial-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 180px 180px; gap: 8px; width: calc(100% - 40px); }
  .tile-large { grid-column: span 2; grid-row: span 1; }
  .tile-tall { grid-row: span 2; }
  .tile-small { grid-row: span 1; }
  .immersive-header .overline, .amenities-head .overline { margin-top: 46px; }
  .immersive-main { width: calc(100% - 40px); }
  .tour-frame, .tour-frame iframe { min-height: 390px; height: 390px; }
  .tour-side-copy { min-height: 300px; padding: 36px 25px; }
  .immersive-cards { grid-template-columns: 1fr; width: min(calc(100% - 40px), var(--container)); padding-top: 8px; }
  .immersive-card { min-height: 200px; padding: 28px 24px; }
  .type-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 48px; }
  .type-image { aspect-ratio: 1.6; }
  .plants-explorer { grid-template-columns: 1fr; min-height: 0; margin-top: 72px; }
  .plants-copy { padding: 48px 25px 42px; }
  .plant-tabs { margin-top: 35px; }
  .plant-viewer { min-height: 360px; }
  .amenities-head { padding-bottom: 44px; }
  .amenities-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 155px; gap: 7px; width: calc(100% - 40px); }
  .amenity-wide { grid-column: span 2; }
  .amenity span { right: 11px; bottom: 10px; left: 11px; font-size: .58rem; }
  .smart-features { grid-template-columns: 1fr; }
  .smart-features article, .smart-features article:nth-child(even) { padding: 25px 0; border-left: 0; }
  .smart-features article:first-child { border-bottom: 1px solid var(--line); }
  .contact-image { min-height: 460px; }
  .contact-panel { padding: 72px 20px 82px; }
  .contact-panel .overline { margin-top: 44px; }
  .button-submit { width: 100%; }
  .faq-section { padding-top: 85px; padding-bottom: 90px; }
  .faq-heading { margin-bottom: 20px; }
  .footer-links { flex-direction: column; gap: 16px; margin-top: 45px; }
  .footer-bottom { flex-direction: column; gap: 6px; margin-top: 42px; }
  .whatsapp-float { right: 14px; bottom: 14px; padding-right: 11px; }
  .whatsapp-float span { display: none; }
  .sol-widget { right: 14px; bottom: 73px; }
  .sol-launcher { font-size: .7rem; }
}

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