@font-face { font-family: 'Manrope'; font-style: normal; font-display: swap; font-weight: 400; src: url('/assets/fonts/manrope-400.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-display: swap; font-weight: 500; src: url('/assets/fonts/manrope-500.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-display: swap; font-weight: 600; src: url('/assets/fonts/manrope-600.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-display: swap; font-weight: 700; src: url('/assets/fonts/manrope-700.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-display: swap; font-weight: 800; src: url('/assets/fonts/manrope-800.woff2') format('woff2'); }
@font-face { font-family: 'DM Serif Display'; font-style: normal; font-display: swap; font-weight: 400; src: url('/assets/fonts/dm-serif-display-400.woff2') format('woff2'); }

:root {
  --ink: #082c3a;
  --ink-deep: #041d28;
  --river: #087f86;
  --green: #286049;
  --green-soft: #e6efe6;
  --gold: #e3af35;
  --gold-deep: #bc8122;
  --cream: #f4f0e7;
  --paper: #fffdf8;
  --white: #ffffff;
  --muted: #627076;
  --line: rgba(8, 44, 58, 0.13);
  --shadow: 0 24px 64px rgba(4, 29, 40, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img, video { display: block; max-width: 100%; }
em { color: var(--green); font-family: "DM Serif Display", serif; font-style: italic; font-weight: 400; }

.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: 110px; }
.kicker { display: inline-flex; margin-bottom: 18px; color: var(--gold-deep); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.kicker.light { color: #f1ca6f; }
.section-heading h2, .section-copy h2, .video-copy h2, .location-copy h2, .lead-copy h2 { margin: 0; max-width: 760px; font-size: clamp(38px, 5.1vw, 67px); letter-spacing: -.052em; line-height: .98; }
.section-heading p, .section-copy > p, .video-copy > p, .location-copy > p, .lead-copy > p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.centered { display: flex; align-items: center; flex-direction: column; text-align: center; }
.centered p { margin-top: 20px; }

.site-header { position: absolute; z-index: 30; top: 20px; left: 50%; display: flex; align-items: center; justify-content: space-between; width: min(1180px, calc(100% - 32px)); height: 76px; padding: 8px 10px 8px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(4, 29, 40, .7); box-shadow: 0 14px 40px rgba(0,0,0,.15); backdrop-filter: blur(18px); transform: translateX(-50%); }
.brand-button { width: 110px; height: 60px; padding: 0; overflow: hidden; border: 0; border-radius: 11px; background: #fff; cursor: pointer; }
.brand-button img { width: 100%; height: 100%; object-fit: contain; transform: scale(1.23); }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links button { padding: 12px 13px; border: 0; background: transparent; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.nav-links button:hover { color: #fff; }
.nav-links .nav-cta { margin-left: 8px; padding: 13px 17px; border-radius: 11px; background: var(--gold); color: var(--ink-deep); }
.menu-button { display: none; border: 0; background: none; color: #fff; }

.hero { position: relative; display: flex; min-height: 820px; overflow: hidden; background: var(--ink-deep); color: #fff; }
.hero-backdrop { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(4,29,40,.96) 0%, rgba(4,29,40,.76) 42%, rgba(4,29,40,.22) 74%, rgba(4,29,40,.42) 100%), linear-gradient(0deg, rgba(4,29,40,.8) 0%, transparent 28%), url("/media/hero-rio-miranda.webp"); background-position: center; background-size: cover; transform: scale(1.015); }
.hero-backdrop::after { position: absolute; inset: 0; background-image: radial-gradient(circle at 74% 40%, transparent 0, rgba(4,29,40,.08) 50%, rgba(4,29,40,.48) 100%); content: ""; }
.hero-content { position: relative; z-index: 2; display: grid; align-items: center; grid-template-columns: minmax(0, 1.35fr) 365px; gap: 72px; padding-top: 126px; padding-bottom: 92px; }
.hero-copy { max-width: 670px; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 26px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 100px; background: rgba(255,255,255,.1); color: #f6d88d; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; backdrop-filter: blur(10px); }
.hero h1 { margin: 0; max-width: 700px; font-size: clamp(50px, 6.3vw, 82px); font-weight: 700; letter-spacing: -.065em; line-height: .94; }
.hero h1 em { display: block; color: #f1ca6f; }
.hero-copy > p { max-width: 610px; margin: 28px 0 32px; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 54px; padding: 0 22px; border: 0; border-radius: 12px; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); box-shadow: 0 12px 26px rgba(227,175,53,.22); color: var(--ink-deep); }
.button-primary:hover { background: #efbd49; box-shadow: 0 16px 34px rgba(227,175,53,.28); }
.button-primary:disabled { opacity: .46; cursor: not-allowed; transform: none; }
.button-ghost { border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(8px); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 27px; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 700; }
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust svg { color: #f1ca6f; }
.offer-card { padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(255,253,248,.94); box-shadow: 0 30px 90px rgba(0,0,0,.24); color: var(--ink); backdrop-filter: blur(20px); }
.offer-label { display: inline-flex; align-items: center; gap: 7px; color: var(--gold-deep); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price { display: flex; flex-direction: column; padding: 14px 0 19px; }
.price small { color: var(--muted); font-size: 12px; }
.price strong { font-family: "DM Serif Display", serif; font-size: 48px; font-weight: 400; letter-spacing: -.04em; }
.offer-rule { height: 1px; margin-bottom: 18px; background: var(--line); }
.offer-detail { display: flex; align-items: center; gap: 13px; padding: 10px 0; }
.offer-detail svg { color: var(--river); }
.offer-detail div { display: flex; flex-direction: column; }
.offer-detail b { font-size: 14px; }
.offer-detail span { color: var(--muted); font-size: 12px; }
.offer-card > button { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 18px; padding: 16px; border: 0; border-radius: 11px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 800; cursor: pointer; }
.offer-card > p { margin: 12px 0 0; color: #7c888b; font-size: 11px; text-align: center; }
.scroll-cue { position: absolute; z-index: 2; bottom: 28px; left: 50%; display: flex; align-items: center; gap: 7px; border: 0; background: none; color: rgba(255,255,255,.6); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transform: translateX(-50%); }

.proof-strip { border-bottom: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: grid; grid-template-columns: 40px 1fr; padding: 30px 26px; border-right: 1px solid var(--line); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid svg { grid-row: span 2; align-self: center; color: var(--gold-deep); }
.proof-grid strong { font-size: 15px; }
.proof-grid span { color: var(--muted); font-size: 12px; }

.story { display: grid; align-items: center; grid-template-columns: 1.02fr .98fr; gap: 84px; }
.story-photo { position: relative; min-height: 600px; }
.story-photo > img { width: 100%; height: 600px; border-radius: 2px 80px 2px 2px; box-shadow: var(--shadow); object-fit: cover; }
.story-photo::before { position: absolute; z-index: -1; right: -26px; bottom: -26px; width: 72%; height: 68%; border-radius: 0 0 46px 0; background: var(--gold); content: ""; }
.photo-note { position: absolute; right: -28px; bottom: 36px; display: flex; align-items: center; gap: 12px; min-width: 230px; padding: 18px; border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.photo-note svg { color: var(--river); }
.photo-note span { display: flex; flex-direction: column; color: var(--muted); font-size: 11px; }
.photo-note b { color: var(--ink); font-size: 14px; }
.section-copy > p { margin: 26px 0; }
.check-list { display: grid; gap: 13px; margin: 0 0 27px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; font-size: 14px; font-weight: 650; line-height: 1.5; }
.check-list svg { flex: 0 0 auto; width: 21px; height: 21px; padding: 4px; border-radius: 50%; background: var(--green-soft); color: var(--green); }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 0 0 7px; border: 0; border-bottom: 1px solid var(--gold-deep); background: none; color: var(--ink); font-size: 13px; font-weight: 800; cursor: pointer; }

.lots-section { overflow: hidden; background: var(--cream); }
.lots-heading, .gallery-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.lots-heading p { max-width: 570px; margin-bottom: 0; }
.availability-pill { display: flex; align-items: center; flex: 0 0 auto; gap: 9px; padding: 11px 15px; border: 1px solid rgba(40,96,73,.15); border-radius: 100px; background: #fff; color: var(--green); font-size: 12px; font-weight: 800; box-shadow: 0 8px 20px rgba(8,44,58,.06); }
.availability-pill span { width: 8px; height: 8px; border-radius: 50%; background: #4fa96a; box-shadow: 0 0 0 5px rgba(79,169,106,.12); }
.lot-experience { display: grid; align-items: start; grid-template-columns: minmax(0,1.4fr) minmax(310px,.6fr); gap: 28px; }
.lot-map-card, .lot-summary { border: 1px solid rgba(8,44,58,.1); border-radius: 22px; background: #fff; box-shadow: 0 22px 50px rgba(8,44,58,.07); }
.lot-map-card { padding: 24px; }
.map-top-street, .map-front { display: flex; align-items: center; justify-content: center; height: 34px; border-radius: 8px; background: #d9dcda; color: #7b8584; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.map-front { margin-top: 8px; height: 25px; background: transparent; }
.lot-map { position: relative; display: grid; gap: 5px; padding-block: 9px; }
.lot-map::before { position: absolute; z-index: 0; top: 0; bottom: 0; left: 50%; width: 72px; background: repeating-linear-gradient(0deg, transparent 0 25px, rgba(255,255,255,.74) 25px 39px), #d9dcda; content: ""; transform: translateX(-50%); }
.road-label { position: absolute; z-index: 2; top: 50%; left: 50%; color: #87908e; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; writing-mode: vertical-rl; transform: translate(-50%, -50%); }
.lot-row { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 84px; }
.lot { display: flex; align-items: center; justify-content: space-between; min-height: 49px; padding: 9px 14px; border-radius: 7px; transition: .18s ease; }
.lot b { font-size: 15px; }
.lot span { font-size: 9px; font-weight: 750; }
.lot-available { border: 1px solid #a8cab0; background: #edf6ed; color: #286049; cursor: pointer; }
.lot-available:hover { border-color: #4c9561; background: #deefdf; transform: scale(1.015); }
.lot-sold { border: 1px solid #e5e0d8; background: #eeeae3; color: #a29d95; cursor: not-allowed; }
.lot-selected { border-color: var(--gold-deep); background: var(--gold); box-shadow: 0 5px 14px rgba(188,129,34,.22); color: var(--ink-deep); transform: scale(1.025); }
.map-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 700; }
.map-legend span { display: inline-flex; align-items: center; gap: 6px; }
.map-legend i { width: 11px; height: 11px; border: 1px solid; border-radius: 3px; }
.legend-available { border-color: #a8cab0 !important; background: #edf6ed; }
.legend-sold { border-color: #e5e0d8 !important; background: #eeeae3; }
.legend-selected { border-color: var(--gold-deep) !important; background: var(--gold); }
.lot-summary { position: sticky; top: 22px; padding: 32px; }
.summary-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 24px; border-radius: 14px; background: var(--cream); color: var(--gold-deep); }
.lot-summary > span { color: var(--gold-deep); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.lot-summary h3 { margin: 7px 0 10px; font-family: "DM Serif Display", serif; font-size: 31px; font-weight: 400; }
.lot-summary > p { min-height: 59px; margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.lot-summary dl { margin: 0 0 25px; border-top: 1px solid var(--line); }
.lot-summary dl div { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); }
.lot-summary dt { color: var(--muted); font-size: 11px; }
.lot-summary dd { margin: 0; font-size: 12px; font-weight: 800; }
.lot-summary .button { width: 100%; }
.summary-whatsapp { display: flex; align-items: center; justify-content: center; gap: 7px; width: 100%; margin-top: 10px; padding: 12px; border: 0; background: none; color: var(--green); font-size: 11px; font-weight: 800; cursor: pointer; }
.lot-summary > small { display: block; color: #92999a; font-size: 9px; text-align: center; }
.has-selection .summary-icon { background: var(--green-soft); color: var(--green); }

.infrastructure { padding-bottom: 124px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }
.feature-grid article { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: .2s ease; }
.feature-grid article:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.feature-grid article > div { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 35px; border-radius: 13px; background: var(--cream); color: var(--green); }
.feature-grid h3 { margin: 0 0 11px; font-size: 17px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.gallery-section { background: #eef2ed; }
.gallery-heading h2 { max-width: 800px; }
.gallery-count { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 700; }
.gallery-grid { display: grid; grid-auto-rows: 275px; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-grid button { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 15px; background: var(--ink); cursor: zoom-in; }
.gallery-grid .gallery-wide { grid-column: span 2; }
.gallery-grid .gallery-tall { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, opacity .3s ease; }
.gallery-grid button:hover img { opacity: .82; transform: scale(1.04); }
.gallery-grid button > span { position: absolute; right: 14px; bottom: 14px; left: 14px; display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; background: rgba(4,29,40,.62); color: #fff; font-size: 11px; font-weight: 700; opacity: 0; backdrop-filter: blur(10px); transition: opacity .25s ease; }
.gallery-grid button:hover > span { opacity: 1; }

.video-section { display: grid; align-items: center; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.video-copy > p { margin: 24px 0; }
.video-points { display: grid; gap: 11px; margin: 26px 0 30px; }
.video-points span { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; }
.video-points svg { width: 18px; color: var(--gold-deep); }
.button-dark { background: var(--ink); color: #fff; }
.video-stack { position: relative; min-height: 580px; }
.video-main { position: absolute; top: 0; right: 0; width: 82%; overflow: hidden; border-radius: 24px; background: var(--ink-deep); box-shadow: var(--shadow); }
.video-main video { width: 100%; aspect-ratio: 9/13; max-height: 570px; object-fit: cover; }
.video-main > span, .video-mini > span { position: absolute; bottom: 14px; left: 14px; padding: 9px 11px; border-radius: 8px; background: rgba(4,29,40,.72); color: #fff; font-size: 10px; font-weight: 800; backdrop-filter: blur(10px); }
.video-mini { position: absolute; z-index: 2; bottom: -8px; left: 0; width: 42%; overflow: hidden; border: 7px solid var(--paper); border-radius: 20px; background: var(--ink); box-shadow: var(--shadow); }
.video-mini video { width: 100%; aspect-ratio: 9/13; object-fit: cover; }

.location-section { overflow: hidden; padding: 0; background: var(--ink-deep); color: #fff; }
.location-grid { display: grid; align-items: center; grid-template-columns: 1fr 1fr; min-height: 760px; }
.location-image { position: relative; height: 620px; }
.location-image img { width: 100%; height: 100%; border-radius: 22px; object-fit: cover; }
.location-image::after { position: absolute; inset: 0; border-radius: 22px; background: linear-gradient(0deg, rgba(4,29,40,.38), transparent 45%); content: ""; }
.river-pin, .property-pin { position: absolute; z-index: 2; display: flex; align-items: center; gap: 6px; padding: 9px 11px; border-radius: 9px; color: #fff; font-size: 10px; font-weight: 800; box-shadow: 0 9px 25px rgba(0,0,0,.2); }
.river-pin { bottom: 20%; left: 9%; background: var(--river); }
.property-pin { top: 39%; left: 35%; background: var(--gold-deep); }
.location-copy { padding-left: 80px; }
.location-copy h2 em { color: #f1ca6f; }
.location-copy > p { margin: 26px 0; color: rgba(255,255,255,.67); }
.route-card { display: flex; align-items: center; gap: 14px; margin: 30px 0; padding: 19px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.06); }
.route-card > svg { color: #f1ca6f; }
.route-card div { display: flex; flex-direction: column; }
.route-card small, .route-card span { color: rgba(255,255,255,.55); font-size: 10px; }
.route-card strong { margin: 3px 0; font-size: 13px; }
.button-light { background: #fff; color: var(--ink); }

.lead-section { background: var(--cream); }
.lead-grid { display: grid; align-items: center; grid-template-columns: .9fr 1.1fr; gap: 92px; }
.lead-copy > p { margin: 26px 0; }
.lead-benefits { display: grid; gap: 12px; margin: 28px 0; }
.lead-benefits span { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 750; }
.lead-benefits svg { width: 18px; color: var(--green); }
.direct-phone { display: flex; align-items: center; gap: 13px; margin-top: 32px; }
.direct-phone > svg { width: 44px; height: 44px; padding: 12px; border-radius: 50%; background: var(--ink); color: #fff; }
.direct-phone div { display: flex; flex-direction: column; }
.direct-phone small { color: var(--muted); font-size: 10px; }
.direct-phone a { color: var(--ink); font-size: 15px; font-weight: 800; text-decoration: none; }
.lead-form { padding: 38px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.form-heading { margin-bottom: 24px; }
.form-heading span { color: var(--gold-deep); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.form-heading h3 { margin: 5px 0 0; font-family: "DM Serif Display", serif; font-size: 28px; font-weight: 400; }
.lead-form label { display: grid; gap: 7px; margin-bottom: 15px; color: var(--ink); font-size: 10px; font-weight: 800; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #d8ddd9; border-radius: 10px; outline: none; background: #fbfcfa; color: var(--ink); font-size: 12px; font-weight: 500; transition: .2s; }
.lead-form input, .lead-form select { height: 48px; padding: 0 13px; }
.lead-form textarea { resize: vertical; padding: 13px; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--gold-deep); box-shadow: 0 0 0 3px rgba(227,175,53,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.optional { color: #9ba3a2; font-weight: 500; }
.lead-form .consent { display: grid; grid-template-columns: 17px 1fr; gap: 8px; color: var(--muted); font-size: 9px; font-weight: 600; line-height: 1.45; }
.lead-form .consent input { width: 15px; height: 15px; margin: 0; }
.lead-form .button { width: 100%; margin-top: 4px; }
.privacy-note { margin: 10px 0 0; color: #9ba3a2; font-size: 8px; text-align: center; }

.faq { max-width: 910px; }
.faq-list { margin-top: 45px; 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; padding: 23px 3px; font-size: 14px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 18px; color: var(--gold-deep); transition: transform .2s; }
.faq-list details[open] summary svg { transform: rotate(180deg); }
.faq-list details p { margin: -8px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.final-cta { background: var(--green); color: #fff; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-block: 64px; }
.final-cta span { color: #f1ca6f; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.final-cta h2 { margin: 8px 0 0; max-width: 720px; font-size: clamp(31px, 4vw, 49px); letter-spacing: -.045em; line-height: 1; }
.final-cta h2 em { color: #f1ca6f; }
.final-cta .button { flex: 0 0 auto; }

.footer { padding-top: 66px; background: var(--ink-deep); color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.5fr .6fr .9fr; gap: 70px; padding-bottom: 52px; }
.footer-brand img { width: 130px; height: 86px; margin-bottom: 17px; border-radius: 10px; background: #fff; object-fit: contain; }
.footer-brand p { max-width: 350px; margin: 0; color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.65; }
.footer-main > div:not(.footer-brand) { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
.footer-main b { margin-bottom: 4px; color: #f1ca6f; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-main button, .footer-main a, .footer-main span { padding: 0; border: 0; background: none; color: rgba(255,255,255,.62); font-size: 11px; text-decoration: none; cursor: pointer; }
.footer-legal { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 8px; }
.footer-legal p { max-width: 840px; margin: 0; line-height: 1.6; }
.footer-legal span { flex: 0 0 auto; }

.floating-whatsapp { position: fixed; z-index: 40; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 10px 15px 10px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 100px; background: #1c9a55; box-shadow: 0 14px 34px rgba(4,29,40,.25); color: #fff; cursor: pointer; }
.floating-whatsapp > svg { width: 37px; height: 37px; padding: 9px; border-radius: 50%; background: rgba(255,255,255,.13); }
.floating-whatsapp span { display: flex; align-items: flex-start; flex-direction: column; font-size: 9px; }
.floating-whatsapp b { font-size: 11px; }
.lightbox { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 40px; background: rgba(2,14,20,.92); backdrop-filter: blur(12px); }
.lightbox figure { max-width: min(1100px, 94vw); max-height: 88vh; margin: 0; }
.lightbox img { max-height: 82vh; border-radius: 10px; box-shadow: 0 30px 90px rgba(0,0,0,.5); object-fit: contain; }
.lightbox figcaption { margin-top: 10px; color: rgba(255,255,255,.65); font-size: 11px; text-align: center; }
.lightbox-close { position: absolute; top: 20px; right: 22px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; cursor: pointer; }

@media (max-width: 1020px) {
  .nav-links button:not(.nav-cta) { display: none; }
  .hero-content { grid-template-columns: 1fr 330px; gap: 35px; }
  .hero h1 { font-size: 61px; }
  .story { gap: 55px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .location-copy { padding-left: 48px; }
  .video-section { gap: 45px; }
}

@media (max-width: 780px) {
  .shell { width: min(100% - 30px, 620px); }
  .section { padding-block: 76px; }
  .section-heading h2, .section-copy h2, .video-copy h2, .location-copy h2, .lead-copy h2 { font-size: 43px; }
  .site-header { top: 10px; height: 66px; }
  .brand-button { width: 96px; height: 50px; }
  .nav-links { position: absolute; top: 73px; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 4px; padding: 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(4,29,40,.97); box-shadow: var(--shadow); }
  .nav-links.nav-open { display: flex; }
  .nav-links button:not(.nav-cta) { display: block; text-align: left; }
  .nav-links .nav-cta { margin: 5px 0 0; }
  .menu-button { display: grid; place-items: center; }
  .hero { min-height: auto; }
  .hero-backdrop { background-image: linear-gradient(0deg, rgba(4,29,40,.98) 2%, rgba(4,29,40,.8) 60%, rgba(4,29,40,.45) 100%), url("/media/hero-rio-miranda.webp"); background-position: 66% center; }
  .hero-content { display: flex; align-items: stretch; flex-direction: column; gap: 38px; padding-top: 135px; padding-bottom: 90px; }
  .hero h1 { font-size: clamp(47px, 14.2vw, 63px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-trust { gap: 12px 18px; }
  .offer-card { width: 100%; }
  .scroll-cue { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { padding: 22px 14px; border-bottom: 1px solid var(--line); }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .story, .lot-experience, .video-section, .location-grid, .lead-grid { grid-template-columns: 1fr; }
  .story { gap: 60px; }
  .story-photo, .story-photo > img { min-height: 440px; height: 440px; }
  .photo-note { right: 12px; bottom: -26px; }
  .story-photo::before { right: -10px; bottom: -10px; }
  .lots-heading, .gallery-heading { align-items: flex-start; flex-direction: column; margin-bottom: 36px; }
  .lot-summary { position: relative; top: auto; }
  .lot-map-card { padding: 13px; }
  .lot-map::before { width: 48px; }
  .lot-row { gap: 58px; }
  .lot { min-height: 47px; padding: 7px 8px; }
  .lot span { font-size: 8px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: auto; }
  .gallery-grid { grid-auto-rows: 220px; grid-template-columns: 1fr 1fr; }
  .gallery-grid .gallery-wide { grid-column: span 2; }
  .gallery-grid button > span { opacity: 1; }
  .video-section { gap: 46px; }
  .video-stack { min-height: 530px; }
  .video-main { width: 84%; }
  .location-grid { padding-block: 74px; }
  .location-image { height: 520px; }
  .location-copy { padding: 0; }
  .lead-grid { gap: 48px; }
  .lead-form { padding: 25px; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .final-cta .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: span 2; }
  .footer-legal { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 450px) {
  .shell { width: calc(100% - 24px); }
  .hero-content { padding-top: 118px; }
  .hero h1 { font-size: 48px; }
  .eyebrow { font-size: 9px; }
  .offer-card { padding: 23px; }
  .proof-grid > div { grid-template-columns: 31px 1fr; }
  .proof-grid svg { width: 20px; }
  .story-photo, .story-photo > img { min-height: 390px; height: 390px; }
  .lots-section .shell { width: calc(100% - 16px); }
  .lot-row { gap: 48px; }
  .lot-map::before { width: 40px; }
  .lot span { font-size: 7px; }
  .road-label { font-size: 7px; }
  .gallery-grid { grid-auto-rows: 180px; }
  .gallery-grid .gallery-tall { grid-row: span 1; }
  .video-stack { min-height: 450px; }
  .video-main { width: 88%; }
  .location-image { height: 455px; }
  .form-row { grid-template-columns: 1fr; }
  .floating-whatsapp { right: 12px; bottom: 12px; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { padding: 8px; }
  .floating-whatsapp > svg { width: 41px; height: 41px; }
  .lightbox { padding: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
