:root {
  --navy: #10232e;
  --navy-2: #172f3b;
  --navy-3: #244252;
  --ink: #132732;
  --sand: #eee9df;
  --sand-2: #f8f5ef;
  --white: #f8f9f7;
  --muted: #b5c2c5;
  --muted-dark: #66787d;
  --line: rgba(247, 249, 246, 0.32);
  --line-dark: rgba(16, 35, 46, 0.22);
  --blue: #7ea9de;
  --blue-strong: #2e72c8;
  --gold: #d0a969;
  --max: 1240px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--navy); color: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-160%); z-index: 100; padding: 10px 14px; background: var(--white); color: var(--navy); }
.skip-link:focus { transform: translateY(0); }
.section-dark { background: var(--navy); color: var(--white); }
.section-light { background: var(--sand-2); color: var(--ink); }
.section-sand { background: var(--sand); color: var(--ink); }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .25em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-dark { color: var(--blue-strong); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h2 { margin-bottom: 26px; font-size: clamp(42px, 5.7vw, 82px); letter-spacing: -.035em; line-height: .98; }
h2 em { color: var(--blue); font-style: italic; }
.section-heading > p:last-child { max-width: 620px; margin-bottom: 0; color: var(--muted); }
.section-light .section-heading > p:last-child, .section-sand .section-heading > p:last-child { color: var(--muted-dark); }
.centered { text-align: center; }
.centered > p:last-child { margin-inline: auto; }
.centered-copy { text-align: center; }
.microcopy { color: var(--muted-dark); font-size: 12px; line-height: 1.5; }
.section-light .microcopy, .section-sand .microcopy { color: var(--muted-dark); }

.site-header { position: fixed; top: 0; z-index: 30; width: 100%; border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease; }
.site-header.scrolled { background: rgba(16, 35, 46, .9); border-color: var(--line); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 84px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 12px 4px 12px 4px; color: var(--white); font-family: var(--serif); font-size: 28px; line-height: 1; }
.brand-copy { display: grid; line-height: 1; text-transform: uppercase; }
.brand-copy strong { font-family: var(--serif); font-size: 17px; letter-spacing: .11em; }
.brand-copy small { margin-top: 2px; font-family: var(--serif); font-size: 13px; letter-spacing: .18em; }
.brand-copy em { margin-top: 7px; color: var(--muted); font-size: 6px; font-style: normal; letter-spacing: .2em; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2.1vw, 30px); color: rgba(255,255,255,.88); font-size: 12px; font-weight: 600; letter-spacing: .06em; }
.site-nav a:not(.nav-cta) { position: relative; padding-block: 9px; }
.site-nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--blue); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.site-nav a:not(.nav-cta):hover::after, .site-nav a:not(.nav-cta):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 16px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; transition: background .25s ease, color .25s ease; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--white); color: var(--navy); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--white); cursor: pointer; }
.menu-toggle span { display: block; width: 27px; height: 1px; margin: 6px 0; background: currentColor; }

.hero { position: relative; display: grid; min-height: min(920px, 100svh); align-items: center; isolation: isolate; overflow: hidden; }
.hero-image, .hero-shade, .hero-frame { position: absolute; inset: 0; }
.hero-image { z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.88); }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(10, 27, 37, .95) 0%, rgba(10, 27, 37, .78) 35%, rgba(10, 27, 37, .08) 78%), linear-gradient(0deg, rgba(10, 27, 37, .48), transparent 45%); }
.hero-frame { z-index: -1; inset: 26px; border: 1px solid rgba(255,255,255,.55); pointer-events: none; }
.hero-frame::before, .hero-frame::after { position: absolute; width: 42px; height: 42px; border-color: rgba(255,255,255,.75); content: ""; }
.hero-frame::before { top: -1px; left: -1px; border-top: 3px solid; border-left: 3px solid; border-radius: 16px 0 0; }
.hero-frame::after { right: -1px; bottom: -1px; border-right: 3px solid; border-bottom: 3px solid; border-radius: 0 0 16px; }
.hero-content { padding-top: 92px; }
.hero-content .eyebrow { margin-bottom: 22px; color: #d9e8ee; }
.hero h1 { max-width: 600px; margin-bottom: 12px; font-size: clamp(74px, 11vw, 164px); letter-spacing: -.07em; line-height: .74; text-shadow: 0 8px 32px rgba(0,0,0,.22); }
.hero h1 span { padding-left: .14em; font-size: .62em; letter-spacing: -.06em; }
.hero-subtitle { margin-bottom: 24px; color: #e0e8eb; font-family: var(--serif); font-size: clamp(17px, 2vw, 24px); letter-spacing: .14em; text-transform: uppercase; }
.hero-lede { max-width: 510px; margin-bottom: 34px; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 51px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-primary { background: var(--white); color: var(--navy); }
.button-primary:hover, .button-primary:focus-visible { background: var(--blue); color: var(--white); }
.button-ghost { border-color: rgba(255,255,255,.58); color: var(--white); }
.button-ghost:hover, .button-ghost:focus-visible { border-color: var(--white); background: rgba(255,255,255,.12); }
.button-dark { background: var(--navy); color: var(--white); }
.button-dark:hover, .button-dark:focus-visible { background: var(--blue-strong); }
.hero-note { position: absolute; right: 42px; bottom: 35px; color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.hero-scroll { position: absolute; right: 50%; bottom: 28px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.75); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; transform: translateX(50%); }
.hero-scroll span { display: inline-block; width: 28px; height: 1px; background: currentColor; }

.intro { padding-block: clamp(90px, 12vw, 170px); }
.intro-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(50px, 8vw, 130px); }
.ornamented, .ornamented-light { position: relative; padding: 14px; }
.ornamented::before, .ornamented-light::before { position: absolute; inset: 0; border: 1px solid var(--line); content: ""; pointer-events: none; }
.ornamented::after, .ornamented-light::after { position: absolute; inset: 7px; border: 1px solid var(--line); border-radius: 14px 0; content: ""; pointer-events: none; }
.ornamented-light::before, .ornamented-light::after { border-color: var(--line-dark); }
.intro-visual img { width: 100%; aspect-ratio: 1 / 1.12; object-fit: cover; object-position: 38% center; filter: saturate(.85); }
.image-caption { position: absolute; right: 25px; bottom: 22px; color: rgba(255,255,255,.7); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.intro-copy h2 { max-width: 650px; }
.intro-copy > p { max-width: 610px; color: var(--muted); }
.stat-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 20px; margin-top: 46px; padding-top: 30px; border-top: 1px solid var(--line); }
.stat-grid div { display: grid; gap: 3px; }
.stat-grid strong { color: var(--white); font-family: var(--serif); font-size: 23px; font-weight: 400; }
.stat-grid span { color: var(--muted); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }

.location { padding-block: clamp(80px, 10vw, 140px); }
.location-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(50px, 8vw, 120px); }
.location-copy h2 { max-width: 640px; }
.location-copy > p { max-width: 560px; color: var(--muted-dark); }
.route-list { display: grid; gap: 17px; margin: 38px 0 30px; }
.route-list > div { display: flex; align-items: center; gap: 15px; }
.route-letter { display: grid; flex: 0 0 31px; width: 31px; height: 31px; place-items: center; border: 1px solid var(--blue-strong); border-radius: 50%; color: var(--blue-strong); font-family: var(--serif); }
.route-list p { display: grid; gap: 0; margin: 0; }
.route-list strong { color: var(--ink); font-family: var(--serif); font-size: 19px; font-weight: 400; }
.route-list small { color: var(--muted-dark); font-size: 11px; }
.map-card { margin: 0; }
.map-card img { width: 100%; aspect-ratio: 1.42 / 1; object-fit: cover; object-position: center; }
.map-card figcaption { margin: 13px 5px 0; color: var(--muted-dark); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.neighborhood-strip { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; margin-top: 80px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: var(--muted-dark); font-family: var(--serif); font-size: 17px; }

.club { padding-block: clamp(90px, 12vw, 165px); }
.section-heading h2 { margin-bottom: 24px; }
.section-heading.centered h2 { margin-inline: auto; }
.club .section-heading { margin-bottom: 70px; }
.club-feature { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 50px; }
.club-feature-image img { width: 100%; aspect-ratio: 1.5 / 1; object-fit: cover; object-position: 46% center; }
.club-feature-copy { padding-bottom: 16px; }
.display-quote { max-width: 260px; margin-bottom: 30px; color: var(--white); font-family: var(--serif); font-size: clamp(26px, 3vw, 42px); line-height: 1.12; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { font-size: 20px; line-height: 1; }
.amenity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 70px; }
.amenity-card { overflow: hidden; border: 1px solid var(--line); background: var(--navy-2); }
.amenity-card > img { width: 100%; aspect-ratio: 1.15 / 1; object-fit: cover; }
.amenity-card > div { padding: 20px 20px 25px; }
.amenity-card span { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.amenity-card h3 { margin: 7px 0 5px; font-size: 28px; }
.amenity-card p { min-height: 52px; margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.amenity-list-wrap { margin-top: 78px; padding-top: 30px; border-top: 1px solid var(--line); }
.amenity-list { display: flex; flex-wrap: wrap; gap: 10px; }
.amenity-list span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 11px; }

.houses { padding-block: clamp(90px, 12vw, 155px); }
.houses-intro { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.houses-intro .section-heading { max-width: 720px; }
.houses-intro .section-heading > p:last-child { color: var(--muted-dark); }
.signature-lockup { display: grid; min-width: 230px; margin-bottom: 18px; padding: 27px 18px; border: 1px solid var(--line-dark); border-radius: 50%; text-align: center; transform: rotate(-6deg); }
.signature-lockup span { font-family: cursive; font-size: 34px; line-height: 1; }
.signature-lockup strong { color: var(--blue-strong); font-size: 13px; letter-spacing: .3em; }
.signature-lockup small { margin-top: 15px; color: var(--muted-dark); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.house-models { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 72px; }
.house-model { display: flex; flex-direction: column; border: 1px solid var(--line-dark); background: #fff; }
.image-button, .gallery-item { display: block; padding: 0; border: 0; background: transparent; color: inherit; cursor: zoom-in; text-align: left; }
.image-button { position: relative; overflow: hidden; }
.image-button img { width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; object-position: center; transition: transform .45s ease; }
.image-button:hover img, .image-button:focus-visible img { transform: scale(1.035); }
.zoom-label { position: absolute; right: 12px; bottom: 12px; padding: 6px 8px; background: rgba(16,35,46,.87); color: #fff; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.house-model > div { flex: 1; padding: 22px; }
.house-model > div > span { color: var(--blue-strong); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.house-model h3 { margin: 7px 0; font-size: 25px; }
.house-model p { margin-bottom: 0; color: var(--muted-dark); font-size: 13px; line-height: 1.5; }
.houses > .microcopy { max-width: 920px; margin-top: 35px; margin-inline: auto; }

.beach { padding-block: clamp(90px, 12vw, 150px); }
.beach-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.beach-visual img { width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; object-position: center; }
.beach-copy h2 { max-width: 600px; }
.beach-copy > p { max-width: 590px; color: var(--muted-dark); }
.check-list { display: grid; gap: 10px; margin: 28px 0 35px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: var(--ink); font-size: 13px; }
.check-list li::before { position: absolute; top: .52em; left: 0; width: 14px; height: 7px; border-bottom: 1px solid var(--blue-strong); border-left: 1px solid var(--blue-strong); content: ""; transform: rotate(-45deg); }

.gallery { padding-block: clamp(90px, 11vw, 150px); }
.gallery .section-heading { margin-bottom: 65px; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-auto-rows: 240px; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { filter: saturate(1.1); transform: scale(1.045); }
.gallery-item-large { grid-row: span 2; }
.gallery-item-wide { grid-column: span 2; }

.faq { padding-block: clamp(90px, 11vw, 150px); }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(50px, 9vw, 145px); }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { position: relative; padding: 22px 38px 22px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 23px; right: 3px; color: var(--blue-strong); content: "+"; font-family: var(--sans); font-size: 25px; font-weight: 300; line-height: 1; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 660px; margin: -5px 0 22px; color: var(--muted-dark); font-size: 14px; }

.contact { position: relative; padding-block: clamp(100px, 14vw, 190px); isolation: isolate; overflow: hidden; text-align: center; }
.contact-bg { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 50% 20%, rgba(126,169,222,.19), transparent 38%), linear-gradient(115deg, transparent 38%, rgba(255,255,255,.07) 38.2%, transparent 38.6%); }
.contact-content { max-width: 830px; }
.contact-content > p:not(.eyebrow):not(.contact-phone) { max-width: 590px; margin: 0 auto 34px; color: var(--muted); font-size: 18px; }
.contact-phone { margin: 23px 0 0; color: var(--muted); font-family: var(--serif); font-size: 18px; letter-spacing: .08em; }

.site-footer { padding-block: 60px 24px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .6fr; gap: 50px; padding-bottom: 55px; }
.footer-brand { align-self: start; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 7px; }
.footer-grid a { width: fit-content; color: var(--muted); font-size: 12px; }
.footer-grid a:hover, .footer-grid a:focus-visible { color: var(--white); }
.footer-title { margin-bottom: 10px; color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.legal { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid var(--line); color: rgba(181,194,197,.7); font-size: 10px; line-height: 1.5; }
.legal p { max-width: 700px; margin-bottom: 0; }
.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; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 22; display: inline-flex; align-items: center; gap: 9px; padding: 12px 15px 12px 12px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; background: #1b8c68; color: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.25); cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; transition: transform .25s ease, background .25s ease; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { background: #23a978; transform: translateY(-3px); }
.whatsapp-icon { display: block; flex: 0 0 28px; width: 28px; height: 28px; object-fit: contain; }
.sol-float { position: fixed; right: 24px; bottom: 82px; z-index: 22; display: inline-flex; align-items: center; gap: 9px; padding: 10px 15px 10px 11px; border: 1px solid rgba(126,169,222,.72); border-radius: 999px; background: var(--navy); color: var(--white); box-shadow: 0 14px 35px rgba(0,0,0,.25); cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.sol-float:hover, .sol-float:focus-visible { border-color: var(--blue); background: var(--navy-2); transform: translateY(-3px); }
.sol-float-badge { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: var(--blue); color: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: 0; line-height: 1; }
.assistant { position: fixed; right: 24px; bottom: 137px; z-index: 24; width: min(386px, calc(100vw - 32px)); overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(16,35,46,.98); box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.assistant[hidden], .lightbox[hidden] { display: none; }
.assistant-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 17px; border-bottom: 1px solid var(--line); }
.assistant-brand { display: flex; align-items: center; gap: 9px; }
.assistant-brand > span:last-child { display: grid; gap: 1px; }
.assistant-head strong { font-size: 14px; }
.assistant-head small { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.assistant-head button, .lightbox-close { border: 0; background: transparent; color: var(--white); cursor: pointer; font-size: 25px; font-weight: 300; line-height: 1; }
.assistant-status { width: 7px; height: 7px; border-radius: 50%; background: #4fd69a; box-shadow: 0 0 0 4px rgba(79,214,154,.14); }
.assistant-body { padding: 17px; }
.assistant-body p { margin-bottom: 14px; color: var(--muted); font-size: 13px; }
.sol-intro p { margin-bottom: 5px; color: var(--white); }
.sol-intro .assistant-note { margin-bottom: 16px; color: var(--muted); font-size: 11px; }
.sol-messages { display: grid; gap: 8px; max-height: 172px; margin-bottom: 15px; overflow-y: auto; padding-right: 2px; }
.sol-message { display: grid; gap: 3px; width: fit-content; max-width: 94%; padding: 9px 11px; border-radius: 12px 12px 12px 3px; background: rgba(255,255,255,.08); color: var(--white); font-size: 12px; line-height: 1.45; }
.sol-message.user { justify-self: end; border-radius: 12px 12px 3px 12px; background: rgba(126,169,222,.2); }
.sol-message-label { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sol-message.user .sol-message-label { color: #d6e6fa; }
.assistant-prompts { margin-bottom: 8px !important; color: var(--muted) !important; font-size: 10px !important; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.assistant-questions { display: flex; flex-wrap: wrap; gap: 7px; }
.assistant-questions button { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--white); cursor: pointer; font-size: 11px; text-align: left; }
.assistant-questions button:hover, .assistant-questions button:focus-visible { border-color: var(--blue); color: var(--blue); }
.sol-form { display: flex; gap: 7px; margin-top: 15px; }
.sol-form input { min-width: 0; flex: 1; padding: 10px 11px; border: 1px solid var(--line); border-radius: 9px; outline: none; background: rgba(255,255,255,.06); color: var(--white); font: inherit; font-size: 12px; }
.sol-form input::placeholder { color: rgba(181,194,197,.72); }
.sol-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(126,169,222,.12); }
.sol-form button { padding: 10px 12px; border: 0; border-radius: 9px; background: var(--blue); color: var(--navy); cursor: pointer; font-size: 11px; font-weight: 800; }
.sol-form button:hover, .sol-form button:focus-visible { background: #9fc4ef; }
.assistant-disclaimer { margin: 0; padding: 10px 17px; border-top: 1px solid rgba(255,255,255,.08); color: var(--muted) !important; font-size: 10px !important; line-height: 1.45; }
.assistant-whatsapp { display: block; padding: 13px 17px; background: var(--blue); color: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }

.lightbox { position: fixed; z-index: 60; inset: 0; display: grid; place-items: center; padding: 30px; background: rgba(6,15,20,.93); }
.lightbox figure { width: min(1120px, 100%); margin: 0; }
.lightbox img { max-height: 78vh; width: 100%; object-fit: contain; }
.lightbox figcaption { margin-top: 10px; color: var(--muted); font-size: 12px; text-align: center; }
.lightbox-close { position: absolute; top: 18px; right: 24px; font-size: 36px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-nav { gap: 14px; font-size: 11px; }
  .site-nav .nav-cta { padding: 10px 12px; }
  .intro-grid, .location-grid, .beach-grid { gap: 55px; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .house-models { grid-template-columns: repeat(2, 1fr); }
  .houses-intro { align-items: center; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 74px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 73px; right: 16px; left: 16px; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(16,35,46,.98); box-shadow: 0 18px 50px rgba(0,0,0,.25); opacity: 0; pointer-events: none; transform: translateY(-7px); transition: opacity .25s ease, transform .25s ease; }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav a:not(.nav-cta) { padding: 14px 10px; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { margin-top: 12px; text-align: center; }
  .hero { min-height: 760px; }
  .hero-frame { inset: 14px; }
  .hero-content { padding-top: 55px; }
  .hero h1 { font-size: clamp(70px, 21vw, 130px); }
  .hero-lede { max-width: 340px; font-size: 16px; }
  .hero-note { right: 18px; bottom: 21px; max-width: 170px; text-align: right; }
  .hero-scroll { display: none; }
  .intro-grid, .location-grid, .beach-grid, .faq-grid { grid-template-columns: 1fr; }
  .intro-copy { order: -1; }
  .intro-visual { max-width: 520px; margin-inline: auto; }
  h2 { font-size: clamp(44px, 12vw, 68px); }
  .club-feature { grid-template-columns: 1fr; gap: 22px; }
  .club-feature-copy { padding-bottom: 0; }
  .club .section-heading { margin-bottom: 45px; }
  .amenity-grid { margin-top: 55px; }
  .houses-intro { display: block; }
  .signature-lockup { width: 215px; margin: 32px auto 0; }
  .house-models { margin-top: 50px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .gallery-item-wide { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .legal { display: grid; gap: 10px; }
  .whatsapp-float { right: 16px; bottom: 16px; }
  .sol-float { right: 16px; bottom: 74px; }
  .assistant { right: 16px; bottom: 129px; }
}

@media (max-width: 470px) {
  .brand-mark { width: 37px; height: 37px; font-size: 24px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 11px; }
  .brand-copy em { font-size: 5px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .stat-grid { gap: 18px 12px; }
  .stat-grid strong { font-size: 18px; }
  .stat-grid span { font-size: 9px; }
  .amenity-grid, .house-models { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gallery-item-large { grid-row: span 1; }
  .gallery-item-wide { grid-column: span 1; }
  .button { padding-inline: 17px; font-size: 10px; }
}

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