:root {
  --pine-950: #1b2925;
  --pine-900: #263d36;
  --pine-800: #315247;
  --pine-700: #496e61;
  --aqua-500: #86a298;
  --aqua-300: #c1d1c8;
  --aqua-100: #e8eee9;
  --sand-50: #f8f7f2;
  --sand-100: #efeee7;
  --sand-200: #dcdbd1;
  --clay: #b79872;
  --ink: #2d3935;
  --muted: #69736f;
  --white: #fff;
  --line: rgba(24, 50, 47, .14);
  --shadow: 0 28px 80px rgba(27, 41, 37, .17);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --shell: min(1220px, calc(100vw - 48px));
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, 'Segoe UI', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--sand-50); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
p { line-height: 1.75; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(86px, 10vw, 150px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 1000; background: var(--white); color: var(--pine-950); padding: 12px 18px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 14px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); border-bottom: 1px solid rgba(255, 255, 255, .16); transition: background .35s, box-shadow .35s, border-color .35s; }
.site-header::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 33, 30, .72), rgba(3, 33, 30, 0)); opacity: 1; transition: opacity .35s; pointer-events: none; }
.site-header.is-scrolled { background: rgba(6, 46, 43, .95); border-color: rgba(255,255,255,.08); box-shadow: 0 14px 45px rgba(5, 32, 30, .2); backdrop-filter: blur(18px); }
.site-header.is-scrolled::before { opacity: 0; }
.header-inner { min-height: 88px; display: grid; grid-template-columns: 205px 1fr auto; align-items: center; gap: 30px; position: relative; }
.brand { width: 178px; padding: 8px 14px; border-radius: 16px; background: rgba(248,247,242,.94); box-shadow: 0 10px 32px rgba(0,0,0,.12); }
.brand img { height: 39px; width: auto; object-fit: contain; }
.main-nav { justify-self: end; display: flex; align-items: center; gap: clamp(20px, 2.6vw, 38px); }
.main-nav a { position: relative; font-size: .82rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.88); }
.main-nav a::after { content: ''; position: absolute; height: 1px; left: 0; right: 100%; bottom: -8px; background: var(--aqua-300); transition: right .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; gap: 14px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; font-weight: 700; font-size: .84rem; transition: color .25s, background .25s, transform .25s; }
.header-cta svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-cta:hover { color: var(--pine-950); background: var(--white); transform: translateY(-2px); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); border-radius: 50%; padding: 0; place-content: center; gap: 6px; }
.menu-toggle i { display: block; width: 18px; height: 1px; background: currentColor; transition: transform .25s; }

.hero { min-height: 920px; height: min(960px, 100svh); position: relative; isolation: isolate; overflow: hidden; color: var(--white); background: var(--pine-950); }
.hero-media, .hero-shade, .hero-pattern { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; animation: heroScale 16s ease-out both; }
@keyframes heroScale { from { transform: scale(1.06); } to { transform: scale(1); } }
.hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(20,34,29,.94) 0%, rgba(25,42,36,.78) 39%, rgba(23,38,33,.18) 72%, rgba(23,38,33,.28) 100%), linear-gradient(0deg, rgba(20,34,29,.72) 0%, transparent 40%); }
.hero-pattern { z-index: 2; opacity: .18; background-image: radial-gradient(circle at 20% 22%, transparent 0 42px, rgba(158,228,216,.45) 44px 46px, transparent 48px), radial-gradient(circle at 21% 22%, transparent 0 78px, rgba(158,228,216,.25) 80px 81px, transparent 83px); background-size: 360px 360px; mask-image: linear-gradient(90deg, #000, transparent 52%); }
.hero-grid { position: relative; z-index: 3; height: 100%; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr); align-items: center; gap: clamp(54px, 8vw, 120px); padding-top: 88px; }
.hero-copy { max-width: 700px; }
.eyebrow, .section-kicker { margin: 0 0 22px; display: flex; align-items: center; gap: 14px; font-size: .75rem; font-weight: 800; line-height: 1.2; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { color: var(--aqua-300); }
.eyebrow span { display: inline-block; width: 44px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; max-width: 820px; font-family: var(--serif); font-size: clamp(4.1rem, 7vw, 7.3rem); font-weight: 400; line-height: .88; letter-spacing: -.065em; text-wrap: balance; }
.hero h1 em { display: block; margin-top: .22em; color: var(--aqua-300); font-weight: 400; font-size: .56em; line-height: 1.08; letter-spacing: -.03em; }
.hero-lead { max-width: 690px; margin: 30px 0 0; font-family: var(--serif); font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.6; color: rgba(255,255,255,.85); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 24px; border: 1px solid transparent; border-radius: 999px; font-size: .86rem; font-weight: 800; letter-spacing: .03em; cursor: pointer; transition: transform .25s, background .25s, color .25s, border-color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--pine-950); background: var(--aqua-300); box-shadow: 0 16px 40px rgba(79,201,186,.24); }
.button-primary:hover { background: var(--white); box-shadow: 0 18px 46px rgba(255,255,255,.18); }
.button-glass { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.38); backdrop-filter: blur(10px); }
.button-glass:hover { background: rgba(255,255,255,.16); }
.button-light { color: var(--pine-950); background: var(--white); }
.button-dark { color: var(--white); background: var(--pine-900); }
.button-full { width: 100%; border: 0; }
.hero-note { margin: 16px 0 0; color: rgba(255,255,255,.58); font-size: .76rem; }
.hero-card { align-self: end; margin-bottom: 110px; background: rgba(6,46,43,.7); border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.hero-card-top { display: flex; align-items: end; justify-content: space-between; gap: 16px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.16); }
.hero-card-top span { max-width: 120px; color: rgba(255,255,255,.68); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-card-top b { color: var(--aqua-300); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.hero-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.hero-card-grid div { padding: 22px 10px 20px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.hero-card-grid div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12); }
.hero-card-grid div:nth-child(even) { padding-left: 18px; }
.hero-card-grid strong, .hero-card-grid span { display: block; }
.hero-card-grid strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.hero-card-grid span { margin-top: 5px; color: rgba(255,255,255,.6); font-size: .72rem; }
.hero-card > a { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; color: var(--aqua-300); font-size: .79rem; font-weight: 800; }
.hero-card > a span { font-size: 1.5rem; font-weight: 300; }
.scroll-cue { position: absolute; z-index: 4; left: 50%; bottom: 24px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 9px; color: rgba(255,255,255,.62); font-size: .62rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue i { position: relative; width: 30px; height: 44px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; }
.scroll-cue i::after { content: ''; position: absolute; left: 50%; top: 9px; width: 3px; height: 7px; border-radius: 99px; background: var(--aqua-300); transform: translateX(-50%); animation: scrollDot 1.8s infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%,0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,15px); } }

.section-kicker { color: var(--pine-700); }
.section-kicker::before { content: ''; display: inline-block; width: 32px; height: 1px; background: currentColor; }
.section-kicker.light { color: var(--aqua-300); }
h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5.4vw, 5.6rem); font-weight: 400; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
h3 { font-family: var(--serif); font-weight: 400; }
.section-lead { font-family: var(--serif); font-size: clamp(1.12rem, 1.7vw, 1.4rem); line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 24px; color: var(--pine-700); font-size: .84rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.intro { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(54px, 8vw, 115px); }
.intro-copy > p:not(.section-kicker) { color: var(--muted); }
.intro-visual { margin: 0; position: relative; min-height: 610px; border-radius: 180px 28px 28px 28px; overflow: hidden; box-shadow: var(--shadow); }
.intro-visual img { height: 100%; min-height: 610px; object-fit: cover; }
.intro-visual figcaption { position: absolute; inset: auto 20px 20px; padding: 20px 22px; color: var(--white); background: rgba(6,46,43,.82); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; backdrop-filter: blur(14px); }
.intro-visual figcaption span, .intro-visual figcaption strong { display: block; }
.intro-visual figcaption span { color: var(--aqua-300); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.intro-visual figcaption strong { margin-top: 5px; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }

.numbers { color: var(--white); background: var(--pine-900); overflow: hidden; }
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.numbers article { position: relative; padding: 48px 28px; border-left: 1px solid rgba(255,255,255,.13); }
.numbers article:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.numbers article::after { content: ''; position: absolute; inset: auto 28px 0; height: 2px; background: var(--aqua-500); transform: scaleX(0); transform-origin: left; transition: transform .7s .2s; }
.numbers article.is-visible::after { transform: scaleX(1); }
.numbers strong { font-family: var(--serif); font-size: clamp(2.8rem, 4.5vw, 4.8rem); font-weight: 400; letter-spacing: -.06em; }
.numbers article > span { margin-left: 6px; color: var(--aqua-300); font-family: var(--serif); font-size: 1.2rem; }
.numbers p { margin: 10px 0 0; max-width: 190px; color: rgba(255,255,255,.62); font-size: .78rem; line-height: 1.5; }

.terrain-section { background: var(--sand-100); }
.terrain-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(54px, 8vw, 110px); }
.terrain-media { position: relative; min-height: 720px; border-radius: 24px 180px 24px 24px; overflow: hidden; box-shadow: var(--shadow); }
.terrain-media > img { height: 100%; min-height: 720px; object-fit: cover; }
.media-badge { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 22px 24px; border-radius: 18px; color: var(--white); background: rgba(6,46,43,.83); backdrop-filter: blur(16px); }
.media-badge small, .media-badge strong { display: block; }
.media-badge small { color: var(--aqua-300); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.media-badge strong { margin-top: 6px; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.terrain-copy > p:not(.section-kicker) { color: var(--muted); }
.feature-list { margin-top: 32px; }
.feature-list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding-block: 19px; border-top: 1px solid var(--line); }
.feature-list article > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--pine-700); border-radius: 50%; color: var(--pine-700); font-size: .64rem; font-weight: 800; }
.feature-list strong { display: block; font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.feature-list p { margin: 5px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.technical-note { display: block; padding: 16px 18px; border-left: 2px solid var(--clay); background: rgba(255,255,255,.58); color: var(--muted); font-size: .7rem; line-height: 1.6; }

.water-story { min-height: 820px; position: relative; isolation: isolate; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--pine-950); }
.water-story-media, .water-story-shade { position: absolute; inset: 0; }
.water-story-media img { height: 100%; object-fit: cover; }
.water-story-shade { z-index: 1; background: linear-gradient(90deg, rgba(5,41,38,.9), rgba(5,41,38,.35) 56%, rgba(5,41,38,.15)), linear-gradient(0deg, rgba(5,41,38,.65), transparent 45%); }
.water-story-content { position: relative; z-index: 2; }
.water-story-content h2 { max-width: 780px; font-size: clamp(3.4rem, 6.2vw, 6.7rem); }
.water-story-content p:not(.section-kicker) { max-width: 590px; font-family: var(--serif); font-size: 1.24rem; color: rgba(255,255,255,.8); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }
.section-heading > div { max-width: 780px; }
.section-heading > p { max-width: 430px; margin: 0 0 8px; color: var(--muted); }
.section-heading.centered { max-width: 900px; margin-inline: auto; align-items: center; flex-direction: column; text-align: center; }
.section-heading.centered .section-kicker { justify-content: center; }
.section-heading.centered > p { max-width: 630px; }
.orlas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.orla-card { position: relative; min-height: 750px; border-radius: var(--radius-lg); overflow: hidden; color: var(--white); background: var(--pine-900); box-shadow: var(--shadow); }
.orla-card > img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .8s; }
.orla-card:hover > img { transform: scale(1.035); }
.orla-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,39,36,.96) 0%, rgba(4,39,36,.62) 46%, rgba(4,39,36,.04) 78%); }
.orla-card-copy { position: absolute; z-index: 2; inset: auto 38px 36px; }
.orla-card-copy > span { position: absolute; right: 0; top: 0; font-family: var(--serif); font-size: 4.5rem; line-height: .8; color: rgba(255,255,255,.18); }
.orla-card-copy .section-kicker { color: var(--aqua-300); margin-bottom: 10px; }
.orla-card-copy h3 { margin: 0; font-size: clamp(2.5rem, 4vw, 4rem); letter-spacing: -.04em; }
.orla-card-copy > p:not(.section-kicker) { max-width: 500px; margin: 12px 0; color: rgba(255,255,255,.72); }
.orla-card-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; margin: 18px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.orla-card-copy li { position: relative; padding-left: 14px; font-size: .76rem; color: rgba(255,255,255,.78); }
.orla-card-copy li::before { content: ''; position: absolute; left: 0; top: .48em; width: 5px; height: 5px; border-radius: 50%; background: var(--aqua-300); }
.legal-callout { margin: 26px 0 0; padding: 20px 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--sand-100); color: var(--muted); font-size: .76rem; line-height: 1.65; }
.legal-callout strong { color: var(--ink); }

.amenities { background: var(--aqua-100); }
.amenities-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(18,104,92,.18); border-left: 1px solid rgba(18,104,92,.18); }
.amenities-grid span { min-height: 118px; display: flex; flex-direction: column; justify-content: center; gap: 11px; padding: 22px; border-right: 1px solid rgba(18,104,92,.18); border-bottom: 1px solid rgba(18,104,92,.18); font-family: var(--serif); font-size: 1.05rem; }
.amenities-grid i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--pine-700); font-family: var(--sans); font-size: .82rem; font-style: normal; }

.gallery-section { color: var(--white); background: var(--pine-950); }
.gallery-section .section-kicker { color: var(--aqua-300); }
.gallery-section .section-heading > p { color: rgba(255,255,255,.58); }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; grid-auto-rows: 290px; gap: 16px; }
.gallery-item { position: relative; margin: 0; padding: 0; border: 0; border-radius: 18px; overflow: hidden; cursor: zoom-in; background: var(--pine-900); }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .65s, filter .65s; }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,31,29,.82), transparent 50%); }
.gallery-item span { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; color: var(--white); text-align: left; font-family: var(--serif); font-size: 1.08rem; }
.gallery-item:hover img { transform: scale(1.055); filter: saturate(1.06); }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }
.image-disclaimer { margin: 20px 0 0; color: rgba(255,255,255,.48); font-size: .68rem; }

.location-section { background: var(--sand-100); }
.location-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(54px, 8vw, 110px); }
.location-copy > p:not(.section-kicker) { color: var(--muted); }
.location-visual { position: relative; min-height: 670px; border-radius: 26px 180px 26px 26px; overflow: hidden; box-shadow: var(--shadow); }
.location-visual > img { height: 100%; min-height: 670px; object-fit: cover; }
.location-list { position: absolute; left: 20px; right: 20px; bottom: 20px; display: flex; flex-wrap: wrap; gap: 7px; padding: 18px; border-radius: 17px; color: var(--white); background: rgba(6,46,43,.83); backdrop-filter: blur(15px); }
.location-list span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .68rem; }

.mobility-band { padding-block: 76px; color: var(--white); background: var(--pine-800); }
.mobility-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 75px; }
.mobility-intro h2 { font-size: clamp(2.7rem, 4.4vw, 4.5rem); }
.mobility-items { display: grid; grid-template-columns: repeat(3, 1fr); }
.mobility-items article { min-height: 175px; padding: 20px 26px; border-left: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; justify-content: center; }
.mobility-items strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.mobility-items span { margin-top: 8px; color: rgba(255,255,255,.62); font-size: .74rem; line-height: 1.55; }

.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 38px; }
.faq-grid details { border-top: 1px solid var(--line); }
.faq-grid summary { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.14rem; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: transform .25s, background .25s, color .25s; }
.faq-grid details[open] summary span { transform: rotate(45deg); color: var(--white); background: var(--pine-700); }
.faq-grid details p { margin: -5px 50px 24px 0; color: var(--muted); font-size: .86rem; }

.contact-section { min-height: 790px; position: relative; isolation: isolate; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--pine-950); }
.contact-media, .contact-shade { position: absolute; inset: 0; }
.contact-media img { height: 100%; object-fit: cover; }
.contact-shade { z-index: 1; background: linear-gradient(90deg, rgba(5,41,38,.9) 0%, rgba(5,41,38,.75) 46%, rgba(5,41,38,.35)), linear-gradient(0deg, rgba(5,41,38,.45), transparent); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 430px; align-items: center; gap: clamp(60px, 10vw, 140px); padding-block: 90px; }
.contact-copy h2 { max-width: 720px; }
.contact-copy > p:not(.section-kicker) { max-width: 570px; font-family: var(--serif); font-size: 1.25rem; color: rgba(255,255,255,.76); }
.contact-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: var(--aqua-300); font-size: .76rem; font-weight: 700; }
.lead-form { display: grid; gap: 9px; padding: 32px; border: 1px solid rgba(255,255,255,.22); border-radius: 28px; background: rgba(6,46,43,.78); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.form-heading { margin-bottom: 10px; }
.form-heading small, .form-heading strong { display: block; }
.form-heading small { color: var(--aqua-300); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.form-heading strong { margin-top: 6px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.lead-form label { margin-top: 5px; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lead-form input, .lead-form select { width: 100%; min-height: 51px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.19); border-radius: 11px; outline: 0; color: var(--white); background: rgba(255,255,255,.08); }
.lead-form input::placeholder { color: rgba(255,255,255,.45); }
.lead-form select { color-scheme: dark; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--aqua-300); box-shadow: 0 0 0 3px rgba(158,228,216,.12); }
.privacy-note { color: rgba(255,255,255,.45); font-size: .63rem; line-height: 1.45; text-align: center; }

.site-footer { padding-block: 58px 30px; color: rgba(255,255,255,.65); background: #032522; }
.footer-top { display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 45px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-top > img { width: 150px; }
.footer-top div strong, .footer-top div span { display: block; }
.footer-top div strong { color: var(--white); font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.footer-top div span { margin-top: 5px; font-size: .75rem; }
.footer-top a { color: var(--aqua-300); font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.footer-legal { display: grid; grid-template-columns: 2fr 1fr auto; gap: 30px; padding-top: 26px; }
.footer-legal p { margin: 0; font-size: .62rem; line-height: 1.6; }

.whatsapp-float { position: fixed; z-index: 85; right: 22px; bottom: 22px; min-width: 154px; display: flex; align-items: center; gap: 11px; padding: 11px 17px 11px 12px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; color: var(--white); background: #159c67; box-shadow: 0 15px 45px rgba(7,88,58,.3); transition: transform .25s, box-shadow .25s; }
.whatsapp-float:hover { transform: translateY(-4px); box-shadow: 0 20px 55px rgba(7,88,58,.38); }
.whatsapp-float svg { width: 31px; fill: currentColor; }
.whatsapp-float small, .whatsapp-float strong { display: block; }
.whatsapp-float small { opacity: .72; font-size: .6rem; }
.whatsapp-float strong { font-size: .82rem; }

.assistant-trigger { position: fixed; z-index: 86; left: 22px; bottom: 22px; min-width: 300px; display: grid; grid-template-columns: 48px 1fr 28px; align-items: center; gap: 12px; padding: 10px 14px 10px 10px; border: 1px solid rgba(158,228,216,.55); border-radius: 18px; color: var(--white); background: linear-gradient(135deg, rgba(6,46,43,.97), rgba(18,104,92,.96)); box-shadow: 0 18px 55px rgba(4,43,39,.34), 0 0 0 4px rgba(79,201,186,.09); cursor: pointer; text-align: left; transition: transform .25s, box-shadow .25s; }
.assistant-trigger:hover { transform: translateY(-4px); box-shadow: 0 22px 65px rgba(4,43,39,.43), 0 0 0 5px rgba(79,201,186,.14); }
.assistant-orb, .assistant-avatar { position: relative; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #e5fff9 0 7%, #82dfd0 18%, #2eb3a2 42%, #0c5c52 72%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.35), 0 0 20px rgba(79,201,186,.35); }
.assistant-orb { width: 48px; height: 48px; }
.assistant-orb::before, .assistant-avatar::before { content: ''; position: absolute; inset: -5px; border: 1px solid rgba(158,228,216,.42); border-radius: 50%; animation: aiPulse 2.3s infinite; }
.assistant-orb i, .assistant-avatar i { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,.88); filter: blur(.5px); }
@keyframes aiPulse { 0%,100% { transform: scale(.92); opacity: .2; } 50% { transform: scale(1.12); opacity: .8; } }
.assistant-trigger-copy small, .assistant-trigger-copy strong { display: block; }
.assistant-trigger-copy small { color: var(--aqua-300); font-size: .59rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.assistant-trigger-copy strong { margin-top: 4px; font-family: var(--serif); font-size: 1.04rem; font-weight: 400; }
.assistant-trigger-arrow { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.assistant-panel { position: fixed; z-index: 120; left: 22px; bottom: 100px; width: min(390px, calc(100vw - 32px)); max-height: min(680px, calc(100svh - 125px)); display: flex; flex-direction: column; border: 1px solid rgba(18,104,92,.22); border-radius: 25px; overflow: hidden; background: var(--sand-50); box-shadow: 0 28px 90px rgba(3,37,34,.3); opacity: 0; visibility: hidden; transform: translateY(18px) scale(.97); transform-origin: bottom left; transition: opacity .25s, visibility .25s, transform .25s; }
.assistant-panel.is-open { opacity: 1; visibility: visible; transform: none; }
.assistant-header { display: grid; grid-template-columns: 46px 1fr 34px; align-items: center; gap: 12px; padding: 16px; color: var(--white); background: linear-gradient(135deg, var(--pine-950), var(--pine-700)); }
.assistant-avatar { width: 44px; height: 44px; }
.assistant-header div small, .assistant-header div strong, .assistant-header div span { display: block; }
.assistant-header div small { color: var(--aqua-300); font-size: .55rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.assistant-header div strong { margin-top: 3px; font-family: var(--serif); font-size: .92rem; font-weight: 400; }
.assistant-header div span { margin-top: 3px; color: rgba(255,255,255,.6); font-size: .57rem; }
.assistant-header div span i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: #64e79b; }
.assistant-close { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; font-size: 1.3rem; }
.assistant-messages { flex: 1 1 auto; min-height: 190px; max-height: 310px; overflow-y: auto; padding: 18px; background: linear-gradient(180deg, var(--aqua-100), var(--sand-50)); }
.assistant-bubble { width: fit-content; max-width: 90%; margin: 0 0 10px; padding: 11px 13px; border-radius: 15px; font-size: .76rem; line-height: 1.55; white-space: pre-wrap; }
.assistant-bubble-ai { border-bottom-left-radius: 4px; color: var(--ink); background: var(--white); box-shadow: 0 7px 22px rgba(5,47,43,.08); }
.assistant-bubble-user { margin-left: auto; border-bottom-right-radius: 4px; color: var(--white); background: var(--pine-700); }
.assistant-quick { display: flex; gap: 6px; overflow-x: auto; padding: 10px 14px 4px; scrollbar-width: thin; }
.assistant-quick button { flex: 0 0 auto; padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--pine-700); background: var(--white); cursor: pointer; font-size: .63rem; }
.assistant-form { display: grid; grid-template-columns: 1fr 42px; gap: 8px; align-items: end; padding: 10px 14px 7px; }
.assistant-form textarea { width: 100%; max-height: 100px; resize: none; padding: 11px 12px; border: 1px solid var(--line); border-radius: 12px; outline: 0; color: var(--ink); background: var(--white); font-size: .72rem; }
.assistant-form textarea:focus { border-color: var(--aqua-500); box-shadow: 0 0 0 3px rgba(79,201,186,.12); }
.assistant-form button { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 12px; color: var(--white); background: var(--pine-700); cursor: pointer; }
.assistant-form button:disabled { opacity: .5; cursor: wait; }
.assistant-form svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.assistant-status { min-height: 16px; margin: 0; padding-inline: 16px; color: var(--muted); font-size: .62rem; line-height: 1.3; }
.assistant-cta { display: flex; justify-content: space-between; align-items: center; margin: 5px 14px 0; padding: 10px 12px; border-radius: 10px; color: var(--white); background: #159c67; font-size: .7rem; font-weight: 800; }
.assistant-note { padding: 8px 16px 13px; color: var(--muted); font-size: .55rem; line-height: 1.35; }

.lightbox { width: min(1100px, calc(100vw - 36px)); max-width: none; max-height: calc(100vh - 36px); padding: 0; border: 0; border-radius: 20px; overflow: hidden; color: var(--white); background: var(--pine-950); box-shadow: 0 30px 120px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(2,26,24,.88); backdrop-filter: blur(9px); }
.lightbox img { width: 100%; max-height: calc(100vh - 110px); object-fit: contain; }
.lightbox p { margin: 0; padding: 14px 18px; font-family: var(--serif); font-size: 1rem; }
.lightbox-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--white); background: rgba(3,31,29,.68); cursor: pointer; font-size: 1.5rem; backdrop-filter: blur(8px); }

.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .delay-1 { transition-delay: .12s; }
.js .delay-2 { transition-delay: .22s; }
.js .delay-3 { transition-delay: .32s; }

/* Componentes da experiência imobiliária */
.bothanica-hero .hero-media img { object-position: center 48%; }
.bothanica-hero .hero-pattern {
  opacity: .24;
  background-image:
    linear-gradient(135deg, transparent 0 45%, rgba(193,209,200,.22) 45.2% 45.5%, transparent 45.7%),
    radial-gradient(circle at 18% 30%, transparent 0 58px, rgba(193,209,200,.28) 59px 60px, transparent 61px);
  background-size: 210px 210px, 420px 420px;
}
.hero-status { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.hero-status span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(27,41,37,.42); color: rgba(255,255,255,.88); font-size: .72rem; font-weight: 700; backdrop-filter: blur(10px); }
.hero-status i { width: 8px; height: 8px; border-radius: 50%; background: #8ee3ac; box-shadow: 0 0 0 5px rgba(142,227,172,.13); }
.bothanica-hero .hero-card { background: rgba(27,41,37,.76); }
.bothanica-hero .hero-card-top b { color: var(--aqua-300); font-size: 2.35rem; }
.bothanica-hero .hero-card-grid strong { font-size: 1.22rem; }

.readiness-section { background: var(--sand-100); }
.readiness-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; gap: clamp(46px, 7vw, 94px); }
.readiness-media { position: relative; min-height: 680px; margin: 0; border-radius: 28px 150px 28px 28px; overflow: hidden; box-shadow: var(--shadow); background: var(--pine-900); }
.readiness-media img { height: 100%; min-height: 680px; object-fit: cover; object-position: center; }
.readiness-media::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(0deg, rgba(27,41,37,.88), transparent); }
.readiness-media figcaption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; color: var(--white); }
.readiness-media figcaption span, .readiness-media figcaption strong { display: block; }
.readiness-media figcaption span { color: var(--aqua-300); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.readiness-media figcaption strong { max-width: 520px; margin-top: 8px; font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 2.25rem); font-weight: 400; line-height: 1.15; }
.readiness-list { align-self: center; }
.readiness-list article { display: grid; grid-template-columns: 47px 1fr; gap: 18px; padding-block: 20px; border-top: 1px solid var(--line); }
.readiness-list article:last-child { border-bottom: 1px solid var(--line); }
.readiness-list article > span { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(73,110,97,.46); border-radius: 50%; color: var(--pine-700); font-size: .63rem; font-weight: 900; }
.readiness-list strong { display: block; font-family: var(--serif); font-size: 1.24rem; font-weight: 400; }
.readiness-list p { margin: 5px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.readiness-section .legal-callout { margin-top: 34px; background: rgba(255,255,255,.66); }

.video-section { position: relative; padding-block: clamp(90px, 11vw, 155px); overflow: hidden; color: var(--white); background: var(--pine-950); }
.video-section::before { content: ''; position: absolute; width: 660px; height: 660px; left: -260px; top: -300px; border: 1px solid rgba(193,209,200,.18); border-radius: 50%; box-shadow: 0 0 0 90px rgba(193,209,200,.025), 0 0 0 180px rgba(193,209,200,.018); }
.video-grid { position: relative; display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: clamp(48px, 8vw, 110px); }
.video-copy { position: relative; z-index: 2; }
.video-copy h2 { font-size: clamp(3rem, 5.2vw, 5.4rem); }
.video-copy > p:not(.section-kicker) { color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 1.16rem; }
.video-proof { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.video-proof span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: var(--aqua-300); font-size: .64rem; font-weight: 800; }
.light-link { color: var(--aqua-300); }
.video-frame { min-width: 0; aspect-ratio: 16 / 9; border: 1px solid rgba(255,255,255,.17); border-radius: 30px; overflow: hidden; background: #101916; box-shadow: 0 34px 100px rgba(0,0,0,.38); }
.video-poster { position: relative; width: 100%; height: 100%; display: block; padding: 0; border: 0; overflow: hidden; color: var(--white); background: var(--pine-900); cursor: pointer; text-align: left; }
.video-poster::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,31,27,.84), rgba(18,31,27,.04) 60%), linear-gradient(90deg, rgba(18,31,27,.36), transparent); transition: background .35s; }
.video-poster > img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s, filter .8s; }
.video-poster:hover > img { transform: scale(1.035); filter: saturate(1.08); }
.video-play { position: absolute; z-index: 2; left: 50%; top: 50%; width: 88px; height: 88px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(248,247,242,.9); color: var(--pine-950); transform: translate(-50%, -50%); box-shadow: 0 14px 55px rgba(0,0,0,.28); transition: transform .25s, background .25s; }
.video-poster:hover .video-play { transform: translate(-50%, -50%) scale(1.08); background: var(--white); }
.video-play i { width: 0; height: 0; margin-left: 5px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid currentColor; }
.video-label { position: absolute; z-index: 2; left: 28px; bottom: 24px; }
.video-label small, .video-label strong { display: block; }
.video-label small { color: var(--aqua-300); font-size: .64rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.video-label strong { margin-top: 4px; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.video-frame iframe { width: 100%; height: 100%; display: block; border: 0; }

.club-section { background: var(--sand-50); }
.club-status-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 34px; }
.status-panel { min-height: 330px; padding: 30px; border-radius: 26px; }
.status-ready { color: var(--white); background: linear-gradient(145deg, var(--pine-800), var(--pine-950)); box-shadow: var(--shadow); }
.status-future { border: 1px solid var(--line); background: var(--sand-100); }
.status-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.16); }
.status-future .status-heading { border-color: var(--line); }
.status-heading > span { display: inline-flex; align-items: center; gap: 9px; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.status-heading i { width: 9px; height: 9px; border-radius: 50%; background: #84dfa5; box-shadow: 0 0 0 5px rgba(132,223,165,.14); }
.status-future .status-heading i { background: var(--clay); box-shadow: 0 0 0 5px rgba(183,152,114,.14); }
.status-heading strong { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
.status-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin: 25px 0 0; padding: 0; list-style: none; }
.status-panel li { position: relative; padding-left: 17px; font-size: .79rem; line-height: 1.45; }
.status-ready li { color: rgba(255,255,255,.78); }
.status-panel li::before { content: ''; position: absolute; left: 0; top: .54em; width: 6px; height: 6px; border-radius: 50%; background: var(--aqua-300); }
.status-future li::before { background: var(--clay); }
.status-panel > small { display: block; margin-top: 20px; color: var(--muted); font-size: .64rem; }
.ready-gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-auto-rows: 245px; gap: 15px; }
.ready-card { position: relative; padding: 0; border: 0; border-radius: 20px; overflow: hidden; color: var(--white); background: var(--pine-900); cursor: zoom-in; text-align: left; }
.ready-card.ready-main { grid-row: span 2; }
.ready-card::after, .future-card::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(0deg, rgba(24,38,33,.9), transparent); }
.ready-card img, .future-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s, filter .65s; }
.ready-card:hover img, .future-card:hover img { transform: scale(1.055); filter: saturate(1.08); }
.ready-card > span, .future-card > span { position: absolute; z-index: 2; left: 19px; right: 19px; bottom: 17px; font-family: var(--serif); font-size: 1.08rem; }
.ready-card > span small, .future-card > span small { display: block; margin-bottom: 4px; color: #a8e9bd; font-family: var(--sans); font-size: .56rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.future-block { margin-top: clamp(70px, 8vw, 110px); padding-top: 55px; border-top: 1px solid var(--line); }
.future-copy { max-width: 720px; margin-bottom: 34px; }
.future-copy h3 { margin: 0; font-size: clamp(2.7rem, 4.8vw, 4.9rem); line-height: 1; letter-spacing: -.045em; }
.future-copy > p:not(.section-kicker) { color: var(--muted); }
.future-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 15px; }
.future-card { position: relative; height: 360px; padding: 0; border: 0; border-radius: 20px; overflow: hidden; color: var(--white); background: var(--pine-900); cursor: zoom-in; text-align: left; }
.future-card > span small { color: #e7c69e; }

.house-section { color: var(--white); background: linear-gradient(150deg, var(--pine-950), #30483f); }
.house-section .section-kicker { color: var(--aqua-300); }
.house-section .section-heading > p { color: rgba(255,255,255,.58); }
.house-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.house-card { position: relative; min-height: 460px; border-radius: 25px; overflow: hidden; background: #17231f; }
.house-card img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; transition: transform .75s; }
.house-card:hover img { transform: scale(1.04); }
.house-card::after { content: ''; position: absolute; inset: 48% 0 0; background: linear-gradient(0deg, rgba(18,30,26,.94), transparent); }
.house-card > div { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.house-card span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; color: var(--aqua-300); font-size: .62rem; }
.house-card h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); }
.dark-disclaimer { color: rgba(255,255,255,.46); }

.masterplan-section { color: var(--white); background: #121c19; }
.masterplan-section .section-heading > p { color: rgba(255,255,255,.55); }
.masterplan-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; align-items: stretch; }
.masterplan-card { position: relative; min-height: 560px; padding: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; overflow: hidden; color: var(--white); background: #eef0e8; cursor: zoom-in; text-align: left; }
.masterplan-card:not(.masterplan-main) { min-height: 560px; }
.masterplan-card img { width: 100%; height: 100%; min-height: 560px; padding: 24px; object-fit: contain; transition: transform .65s; }
.masterplan-card:hover img { transform: scale(1.025); }
.masterplan-card::after { content: ''; position: absolute; inset: 58% 0 0; background: linear-gradient(0deg, rgba(18,28,25,.92), transparent); pointer-events: none; }
.masterplan-card > span { position: absolute; z-index: 2; left: 26px; bottom: 23px; }
.masterplan-card > span small, .masterplan-card > span strong { display: block; }
.masterplan-card > span small { color: var(--aqua-300); font-size: .62rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.masterplan-card > span strong { margin-top: 5px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.masterplan-section .image-disclaimer { color: rgba(255,255,255,.42); }

.location-visual > img { object-position: center; }
.contact-media img { object-position: center; }
.footer-top > img { width: 170px; padding: 11px 14px; border-radius: 14px; background: var(--sand-50); }
.whatsapp-float { min-width: 235px; padding-right: 19px; }
.assistant-trigger { border-color: rgba(193,209,200,.72); background: linear-gradient(135deg, rgba(27,41,37,.98), rgba(73,110,97,.98)); box-shadow: 0 18px 55px rgba(20,34,29,.42), 0 0 0 4px rgba(193,209,200,.1); }
.assistant-trigger::after { content: 'IA'; position: absolute; right: -5px; top: -9px; min-width: 27px; height: 27px; display: grid; place-items: center; border: 2px solid var(--sand-50); border-radius: 50%; color: var(--pine-950); background: var(--aqua-300); font-size: .56rem; font-weight: 900; }

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: 190px 1fr auto; gap: 16px; }
  .main-nav { gap: 14px; }
  .main-nav a { font-size: .65rem; }
  .header-cta { padding-inline: 15px; }
}

@media (max-width: 1000px) {
  .site-header { background: rgba(27,41,37,.93); backdrop-filter: blur(15px); }
  .site-header::before { display: none; }
  .header-inner { min-height: 74px; grid-template-columns: 1fr auto; }
  .brand { width: 155px; padding: 7px 12px; }
  .brand img { height: 34px; }
  .menu-toggle { display: grid; }
  .header-cta { display: none; }
  .main-nav { position: fixed; inset: 74px 0 auto; display: grid; justify-items: center; gap: 0; padding: 22px 18px 28px; background: rgba(27,41,37,.99); border-top: 1px solid rgba(255,255,255,.1); transform: translateY(-120%); visibility: hidden; transition: transform .28s, visibility .28s; }
  .main-nav.is-open { transform: none; visibility: visible; }
  .main-nav a { width: min(100%, 560px); padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.09); font-size: .76rem; text-align: center; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
  .readiness-grid, .video-grid { grid-template-columns: 1fr; }
  .video-copy { max-width: 720px; }
  .masterplan-grid { grid-template-columns: 1fr; }
  .masterplan-card, .masterplan-card:not(.masterplan-main), .masterplan-card img { min-height: 500px; }
}

@media (max-width: 860px) {
  .club-status-grid { grid-template-columns: 1fr; }
  .ready-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 260px; }
  .ready-card.ready-main { grid-row: span 1; grid-column: span 2; }
  .future-grid { grid-template-columns: 1fr 1fr; }
  .future-card:first-child { grid-column: span 2; }
  .house-card, .house-card img { min-height: 400px; }
}

@media (max-width: 620px) {
  .bothanica-hero .hero-media img { object-position: 58% center; }
  .hero-status { gap: 6px; margin-top: 18px; }
  .hero-status span { padding: 7px 9px; font-size: .61rem; }
  .readiness-grid { gap: 36px; }
  .readiness-media, .readiness-media img { min-height: 430px; }
  .readiness-media { border-radius: 20px 72px 20px 20px; }
  .readiness-media figcaption { left: 18px; right: 18px; bottom: 18px; }
  .video-grid { gap: 36px; }
  .video-frame { border-radius: 18px; }
  .video-play { width: 66px; height: 66px; }
  .video-label { left: 18px; bottom: 16px; }
  .status-panel { min-height: 0; padding: 24px 20px; }
  .status-heading { align-items: flex-start; flex-direction: column; }
  .status-panel ul { grid-template-columns: 1fr; }
  .ready-gallery, .future-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .ready-card.ready-main, .future-card:first-child { grid-column: auto; }
  .future-card { height: 245px; }
  .house-grid { grid-template-columns: 1fr; }
  .house-card, .house-card img { min-height: 350px; }
  .house-card h3 { font-size: 1.85rem; }
  .masterplan-card, .masterplan-card:not(.masterplan-main), .masterplan-card img { min-height: 390px; }
  .masterplan-card img { padding: 10px; }
  .whatsapp-float { min-width: 0; padding: 0; }
}

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 160px 1fr auto; gap: 20px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .7rem; }
  .header-cta span { display: none; }
  .header-cta { width: 46px; height: 46px; justify-content: center; padding: 0; }
  .hero-grid { grid-template-columns: 1fr 330px; gap: 40px; }
  .hero h1 { font-size: clamp(3.8rem, 7vw, 6rem); }
  .intro, .terrain-grid, .location-grid { gap: 55px; }
  .intro-visual, .intro-visual img { min-height: 540px; }
  .terrain-media, .terrain-media > img { min-height: 650px; }
  .location-visual, .location-visual > img { min-height: 600px; }
  .footer-legal { grid-template-columns: 1.5fr 1fr; }
  .footer-legal p:last-child { grid-column: 1 / -1; }
}

@media (max-width: 1000px) {
  :root { --shell: min(100% - 34px, 860px); }
  .section { padding-block: 86px; }
  .site-header { background: rgba(6,46,43,.9); backdrop-filter: blur(15px); }
  .site-header::before { display: none; }
  .header-inner { min-height: 74px; grid-template-columns: 1fr auto; }
  .brand { width: 126px; padding-block: 9px; }
  .brand img { height: 48px; }
  .menu-toggle { display: grid; }
  .header-cta { display: none; }
  .main-nav { position: fixed; inset: 74px 0 auto; display: grid; justify-items: center; gap: 0; padding: 22px 18px 28px; background: rgba(6,46,43,.98); border-top: 1px solid rgba(255,255,255,.1); transform: translateY(-120%); visibility: hidden; transition: transform .28s, visibility .28s; }
  .main-nav.is-open { transform: none; visibility: visible; }
  .main-nav a { width: min(100%, 560px); padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.09); font-size: .8rem; text-align: center; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { height: auto; min-height: 900px; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,31,29,.96) 0%, rgba(3,31,29,.72) 58%, rgba(3,31,29,.3) 100%); }
  .hero-grid { min-height: 900px; grid-template-columns: 1fr; align-content: end; gap: 24px; padding-top: 120px; padding-bottom: 78px; }
  .hero-copy { max-width: 680px; }
  .hero h1 { font-size: clamp(3.6rem, 12vw, 6rem); }
  .hero-card { width: min(100%, 570px); margin: 0; padding: 22px; }
  .scroll-cue { display: none; }
  .intro, .terrain-grid, .location-grid { grid-template-columns: 1fr; }
  .intro-copy, .terrain-copy, .location-copy { max-width: 660px; }
  .intro-visual, .terrain-media, .location-visual { order: 2; min-height: 520px; border-radius: 24px 110px 24px 24px; }
  .intro-visual img, .terrain-media > img, .location-visual > img { min-height: 520px; }
  .numbers-grid { grid-template-columns: 1fr 1fr; }
  .numbers article:nth-child(3) { border-top: 1px solid rgba(255,255,255,.13); }
  .numbers article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.13); }
  .water-story { min-height: 680px; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .orlas-grid { grid-template-columns: 1fr; }
  .orla-card { min-height: 680px; }
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 260px; }
  .gallery-tall { grid-row: span 1; }
  .gallery-wide { grid-column: span 1; }
  .mobility-grid { grid-template-columns: 1fr; gap: 35px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { max-width: 680px; }
  .lead-form { max-width: 570px; width: 100%; }
  .footer-top { grid-template-columns: 150px 1fr; }
  .footer-top a { grid-column: 1 / -1; }
  .footer-legal { grid-template-columns: 1fr; }
  .footer-legal p:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); --radius-lg: 25px; }
  html { scroll-padding-top: 74px; }
  .section { padding-block: 74px; }
  .hero { min-height: 860px; }
  .hero-media img { object-position: 62% center; }
  .hero-grid { min-height: 860px; padding-bottom: 32px; }
  .eyebrow { font-size: .62rem; letter-spacing: .14em; }
  .hero h1 { font-size: clamp(3.15rem, 16vw, 4.65rem); line-height: .91; }
  .hero h1 em { font-size: .5em; }
  .hero-lead { margin-top: 22px; font-size: 1rem; line-height: 1.52; }
  .hero-actions { margin-top: 24px; }
  .button { width: 100%; min-height: 50px; }
  .hero-card { display: none; }
  h2 { font-size: clamp(2.55rem, 12vw, 3.9rem); }
  .section-lead { font-size: 1.04rem; }
  .intro, .terrain-grid, .location-grid { gap: 42px; }
  .intro-visual, .terrain-media, .location-visual { min-height: 430px; border-radius: 20px 78px 20px 20px; }
  .intro-visual img, .terrain-media > img, .location-visual > img { min-height: 430px; }
  .intro-visual figcaption, .media-badge { inset: auto 12px 12px; padding: 16px; }
  .numbers-grid { grid-template-columns: 1fr 1fr; }
  .numbers article { padding: 30px 15px; }
  .numbers strong { font-size: 2.65rem; }
  .numbers p { font-size: .68rem; }
  .terrain-media { order: 2; }
  .feature-list article { grid-template-columns: 36px 1fr; gap: 12px; }
  .water-story { min-height: 620px; align-items: end; }
  .water-story-content { padding-bottom: 68px; }
  .water-story-content p:not(.section-kicker) { font-size: 1rem; }
  .section-heading { margin-bottom: 36px; }
  .orla-card { min-height: 650px; }
  .orla-card-copy { inset: auto 22px 24px; }
  .orla-card-copy ul { grid-template-columns: 1fr; }
  .amenities-grid span { min-height: 98px; padding: 16px; font-size: .92rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 245px; }
  .gallery-wide, .gallery-tall { grid-column: auto; grid-row: auto; }
  .mobility-items { grid-template-columns: 1fr; }
  .mobility-items article { min-height: 110px; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding-inline: 0; }
  .faq-grid { grid-template-columns: 1fr; }
  .contact-section { min-height: auto; }
  .contact-grid { padding-block: 74px 110px; gap: 38px; }
  .lead-form { padding: 24px 18px; }
  .footer-top { grid-template-columns: 1fr; gap: 22px; }
  .footer-top > img { width: 138px; }
  .whatsapp-float { right: 12px; bottom: 12px; min-width: 0; width: 56px; height: 56px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
  .assistant-trigger { left: 12px; right: 80px; bottom: 12px; min-width: 0; width: auto; grid-template-columns: 40px 1fr 24px; border-radius: 16px; padding: 8px 10px 8px 8px; }
  .assistant-orb { width: 40px; height: 40px; }
  .assistant-trigger-copy small { font-size: .5rem; }
  .assistant-trigger-copy strong { font-size: .9rem; }
  .assistant-panel { left: 8px; right: 8px; bottom: 78px; width: auto; max-height: calc(100svh - 88px); border-radius: 20px; }
}

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

/* Bio Recreio Residences — visual system */
.bio-recreio-page {
  --pine-950: #081b31;
  --pine-900: #112d4c;
  --pine-800: #1d466c;
  --pine-700: #2b6588;
  --aqua-500: #78a8b8;
  --aqua-300: #b9d8df;
  --aqua-100: #e8f1f2;
  --sand-50: #faf8f2;
  --sand-100: #f0eee7;
  --sand-200: #dedcd3;
  --clay: #caa870;
  --ink: #15283b;
  --muted: #667484;
  --line: rgba(17,45,76,.14);
  --shadow: 0 28px 80px rgba(8,27,49,.18);
}

.bio-recreio-page .site-header::before {
  background: linear-gradient(180deg, rgba(4,20,37,.78), rgba(4,20,37,0));
}

.bio-recreio-page .site-header.is-scrolled {
  background-color: rgba(8,27,49,.96);
}

.bio-recreio-page .main-nav { background-color: transparent; }

.bio-recreio-page .brand {
  width: 164px;
  height: 62px;
  display: grid;
  place-items: center;
  padding: 3px 12px;
  overflow: hidden;
  background: #173a5e;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 12px 34px rgba(0,0,0,.2);
}

.bio-recreio-page .brand img {
  width: auto;
  height: 56px;
  object-fit: contain;
}

.bio-recreio-page .hero-shade {
  background: linear-gradient(90deg, rgba(5,20,38,.96) 0%, rgba(8,29,51,.82) 40%, rgba(7,27,47,.12) 74%, rgba(7,27,47,.28) 100%), linear-gradient(0deg, rgba(5,21,39,.78) 0%, transparent 42%);
}

.bio-recreio-page .hero-pattern {
  opacity: .2;
  background-image: radial-gradient(circle at 20% 22%, transparent 0 42px, rgba(185,216,223,.4) 44px 46px, transparent 48px), radial-gradient(circle at 21% 22%, transparent 0 78px, rgba(202,168,112,.22) 80px 81px, transparent 83px);
}

.bio-recreio-page .bio-hero .hero-media img { object-position: 57% center; }
.bio-recreio-page .hero-card { background: rgba(10,37,65,.76); }
.bio-recreio-page .button-primary { background: #c7e1e5; box-shadow: 0 16px 40px rgba(120,168,184,.28); }
.bio-recreio-page .button-primary:hover { background: #fff; }
.bio-recreio-page .hero-status span { background: rgba(8,27,49,.5); }
.bio-recreio-page .hero-status i { background: #bce7c5; }

.bio-recreio-page .intro-visual img { object-position: 52% center; }
.bio-recreio-page .intro-visual figcaption,
.bio-recreio-page .readiness-media figcaption,
.bio-recreio-page .location-list { background: rgba(8,35,61,.86); }

.bio-recreio-page .numbers { background: linear-gradient(110deg, #112d4c, #1d5272); }
.bio-recreio-page .readiness-section { background: linear-gradient(180deg, #faf8f2, #f0eee7); }
.bio-recreio-page .readiness-media img { object-position: center 42%; }
.bio-recreio-page .bio-story .water-story-media img { object-position: center 57%; }
.bio-recreio-page .bio-story .water-story-shade { background: linear-gradient(90deg, rgba(5,25,45,.94), rgba(8,38,61,.46) 58%, rgba(8,38,61,.08)), linear-gradient(0deg, rgba(5,25,45,.68), transparent 45%); }
.bio-recreio-page .amenities { background: linear-gradient(180deg, #eef5f5, #f8f7f2); }
.bio-recreio-page .gallery-section { background: radial-gradient(circle at 80% 10%, rgba(43,101,136,.28), transparent 30%), #081b31; }
.bio-recreio-page .house-section { background: radial-gradient(circle at 10% 10%, rgba(43,101,136,.32), transparent 32%), linear-gradient(150deg, #081b31, #173a5e); }
.bio-recreio-page .mobility-band { background: linear-gradient(110deg, #1d466c, #112d4c); }

.bio-house-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: stretch;
  gap: 20px;
}

.bio-house-card,
.bio-house-card img { min-height: 650px; }

.bio-house-card img { object-position: center; }

.bio-house-spec {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 68px);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 25px;
  background: rgba(255,255,255,.055);
}

.bio-house-spec h3 {
  margin: 0;
  font-size: clamp(2.4rem, 4.2vw, 4.5rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.bio-house-spec > p:not(.section-kicker) {
  color: rgba(255,255,255,.68);
  font-size: .9rem;
}

.bio-spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 30px 0 16px;
  border-top: 1px solid rgba(255,255,255,.14);
  border-left: 1px solid rgba(255,255,255,.14);
}

.bio-spec-grid span {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border-right: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.6);
  font-size: .72rem;
}

.bio-spec-grid strong {
  color: #fff;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
}

.bio-recreio-page .contact-shade { background: linear-gradient(90deg, rgba(5,22,40,.96), rgba(5,22,40,.72) 50%, rgba(5,22,40,.45)); }
.bio-recreio-page .footer-top > img { width: 166px; height: 88px; object-fit: contain; padding: 4px 14px; background: #173a5e; }

.bio-recreio-page .assistant-trigger {
  border-color: rgba(185,216,223,.8);
  background: linear-gradient(135deg, rgba(8,27,49,.99), rgba(29,70,108,.98));
  box-shadow: 0 18px 55px rgba(8,27,49,.46), 0 0 0 4px rgba(185,216,223,.13);
}

.bio-recreio-page .assistant-trigger::after { color: #081b31; background: #c7e1e5; }
.bio-recreio-page .assistant-header { background: linear-gradient(120deg, #081b31, #1d466c); }

@media (max-width: 1000px) {
  .bio-recreio-page .main-nav { background-color: rgba(8,27,49,.99); }
  .bio-recreio-page .brand { width: 142px; height: 58px; }
  .bio-recreio-page .brand img { height: 53px; }
  .bio-house-layout { grid-template-columns: 1fr; }
  .bio-house-card, .bio-house-card img, .bio-house-spec { min-height: 520px; }
}

@media (max-width: 620px) {
  .bio-recreio-page .bio-hero .hero-media img { object-position: 62% center; }
  .bio-recreio-page .brand { width: 126px; height: 54px; }
  .bio-recreio-page .brand img { height: 49px; }
  .bio-house-card, .bio-house-card img { min-height: 420px; }
  .bio-house-spec { min-height: 0; padding: 30px 22px; }
  .bio-house-spec h3 { font-size: 2.5rem; }
  .bio-spec-grid { grid-template-columns: 1fr 1fr; }
  .bio-spec-grid span { min-height: 84px; padding: 13px; }
}
