:root {
    --ink: #282a2b;
    --ink-2: #34383a;
    --ink-3: #475052;
    --paper: #f5f4f2;
    --white: #fff;
    --line: #d8d9d9;
    --muted: #697073;
    --pink: #d7784b;
    --pink-dark: #a74d3a;
    --orange: #d7784b;
    --orange-dark: #ad533a;
    --purple: #3b5d63;
    --lime: #9fd2c8;
    --shadow: 0 24px 70px rgba(25, 28, 29, .17);
    --shell: min(1200px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea { font-family: inherit; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-size: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); max-width: 1200px; margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 24px; padding: 10px 16px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 800; line-height: 1.03; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: absolute; z-index: 10; top: 0; right: 0; left: 0; color: var(--white); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 92px; border-bottom: 1px solid rgba(255,255,255,.18); }
.development-brand { display: inline-flex; align-items: center; width: 188px; }
.development-brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; margin-right: 34px; font-size: 12px; font-weight: 700; }
.main-nav a { color: rgba(255,255,255,.75); transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--white); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 52px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 16px; font-size: 11px; }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--orange), #e0936e); box-shadow: 0 12px 30px rgba(215,120,75,.28); }
.button-primary:hover, .button-primary:focus-visible { background: var(--orange-dark); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.03); }
.button-outline-light:hover, .button-outline-light:focus-visible { border-color: var(--white); background: rgba(255,255,255,.1); }
.button-light { color: var(--ink); background: var(--white); box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.button-light:hover, .button-light:focus-visible { color: var(--white); background: var(--pink); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { background: var(--pink-dark); }
.button-full { width: 100%; }

.hero { position: relative; min-height: 820px; overflow: hidden; color: var(--white); background: #252829; }
.hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 80% 14%, rgba(215,120,75,.24), transparent 22%), radial-gradient(circle at 15% 100%, rgba(215,120,75,.35), transparent 28%), linear-gradient(122deg, #222526 0%, #292d2f 48%, #34393a 100%); content: ""; }
.hero::after { position: absolute; right: -15%; bottom: -38%; width: 74%; height: 77%; border: 1px solid rgba(215,120,75,.4); border-radius: 50%; transform: rotate(-18deg); content: ""; pointer-events: none; }
.hero-glow { position: absolute; z-index: 0; border-radius: 50%; filter: blur(35px); pointer-events: none; }
.hero-glow-orange { bottom: -180px; left: -100px; width: 370px; height: 370px; background: rgba(215,120,75,.23); }
.hero-glow-pink { top: -170px; right: 7%; width: 300px; height: 300px; background: rgba(215,120,75,.19); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(410px, .82fr); gap: 76px; align-items: center; min-height: 820px; padding-top: 88px; }
.hero-copy { max-width: 660px; padding: 62px 0 64px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--pink-dark); font-size: 10px; font-weight: 900; letter-spacing: .18em; line-height: 1.35; text-transform: uppercase; }
.eyebrow-light { color: #f1b49a; }
.eyebrow-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 6px rgba(215,120,75,.13); }
.eyebrow-bar { display: inline-block; width: 32px; height: 2px; background: currentColor; }
.development-logo { width: min(330px, 72%); height: auto; margin: 0 0 28px; }
h1 { max-width: 710px; margin-bottom: 24px; font-size: clamp(45px, 5.3vw, 76px); letter-spacing: -.075em; }
h1 span, h1 em { display: block; }
h1 em { color: #efaa8f; font-style: normal; }
.hero-tagline { margin: 0 0 11px; font-size: 19px; font-weight: 750; letter-spacing: -.03em; }
.hero-description { max-width: 580px; margin-bottom: 32px; color: rgba(255,255,255,.72); font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 900; }
.text-link-light { color: var(--white); }
.text-link-light:hover, .text-link-light:focus-visible { color: #f1c6b2; }
.whatsapp-dot { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: #bce5dc; font-size: 12px; }
.futuristic-cta-cluster { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: min(100%, 650px); margin-top: 25px; perspective: 900px; }
.futuristic-cta { position: relative; isolation: isolate; display: flex; align-items: center; gap: 12px; min-height: 79px; overflow: hidden; margin: 0; padding: 13px 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 19px; color: var(--white); background: #33383a; box-shadow: 0 18px 38px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.19); font: inherit; line-height: 1.2; text-align: left; appearance: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.futuristic-cta::before { position: absolute; z-index: 0; inset: -60%; background: radial-gradient(circle, rgba(255,255,255,.2), transparent 41%); content: ""; opacity: .75; transform: translate3d(-18%, -12%, 0); pointer-events: none; }
.futuristic-cta::after { position: absolute; z-index: 0; inset: 0; background: repeating-linear-gradient(135deg, rgba(255,255,255,.07) 0 1px, transparent 1px 13px); content: ""; opacity: .35; pointer-events: none; }
.futuristic-cta:hover, .futuristic-cta:focus-visible { border-color: rgba(255,255,255,.72); box-shadow: 0 25px 48px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.3); transform: translateY(-5px) rotateX(2deg); }
.futuristic-cta-wa { background: linear-gradient(135deg, #2f7c42, #84b92e 70%, #b6ef3a); }
.futuristic-cta-ai { border-color: rgba(215,120,75,.6); background: linear-gradient(135deg, #372948, #3b5d63 55%, #944c43); cursor: pointer; }
.futuristic-cta-orbit { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 43px; height: 43px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; color: var(--white); background: rgba(0,0,0,.18); box-shadow: 0 0 0 5px rgba(255,255,255,.08), inset 0 0 17px rgba(255,255,255,.14); font-size: 17px; }
.futuristic-cta-orbit::after { position: absolute; inset: -7px; border: 1px solid rgba(255,255,255,.35); border-left-color: transparent; border-radius: 50%; content: ""; animation: orbit 7s linear infinite; }
.futuristic-cta-orbit-wa { color: #e0f6ef; }
.futuristic-cta-orbit-ai { color: #f4cbbd; border-color: #f1b49a; }
.futuristic-cta-copy { position: relative; z-index: 1; display: flex; flex: 1; flex-direction: column; gap: 3px; min-width: 0; }
.futuristic-cta-copy small { color: rgba(255,255,255,.68); font-size: 8px; font-weight: 850; letter-spacing: .11em; line-height: 1.2; }
.futuristic-cta-copy strong { font-size: 13px; letter-spacing: -.02em; }
.futuristic-cta-arrow { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: rgba(255,255,255,.86); font-size: 12px; }
@keyframes orbit { to { transform: rotate(360deg); } }
.hero-footnote { margin: 28px 0 0; color: rgba(255,255,255,.52); font-size: 10px; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 540px); padding: 28px 25px 44px 0; }
.hero-image-frame { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.46); background: #5f6264; box-shadow: 25px 28px 0 rgba(215,120,75,.85), -13px -13px 0 rgba(215,120,75,.85); }
.hero-image-frame::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,25,26,.02) 47%, rgba(23,25,26,.62)); content: ""; pointer-events: none; }
.hero-image-frame img { width: 100%; aspect-ratio: .72; object-fit: cover; object-position: center center; }
.hero-image-caption { position: absolute; z-index: 1; right: 22px; bottom: 21px; left: 22px; display: flex; align-items: center; gap: 12px; color: var(--white); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.caption-line { width: 42px; height: 1px; background: #e8a88e; }
.hero-chip { position: absolute; z-index: 2; top: 24px; right: 20px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.44); border-radius: 999px; color: var(--white); background: rgba(40,42,43,.72); box-shadow: 0 8px 22px rgba(0,0,0,.18); backdrop-filter: blur(6px); }
.hero-chip b { color: var(--lime); font-size: 11px; letter-spacing: .1em; }
.hero-chip small { color: rgba(255,255,255,.72); font-size: 9px; }
.price-sticker { position: absolute; z-index: 3; right: -17px; bottom: 9px; display: flex; flex-direction: column; min-width: 195px; padding: 18px 20px 17px; color: var(--ink); background: var(--white); box-shadow: 0 18px 35px rgba(0,0,0,.22); }
.price-sticker::before { position: absolute; top: 0; left: 0; width: 48px; height: 5px; background: var(--orange); content: ""; }
.price-sticker span, .price-sticker small { color: var(--muted); font-size: 10px; }
.price-sticker strong { margin: 4px 0 1px; font-size: 25px; letter-spacing: -.07em; }
.hero-scroll { position: absolute; z-index: 1; bottom: 27px; left: max(32px, calc((100% - 1200px) / 2)); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.hero-scroll span { display: inline-block; width: 28px; height: 1px; background: currentColor; }

.fact-strip { color: var(--white); background: linear-gradient(90deg, #bb6249, #607f81 60%, #354d57); }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr) 1.4fr; min-height: 118px; }
.fact { display: flex; flex-direction: column; justify-content: center; gap: 2px; padding: 20px 22px; border-right: 1px solid rgba(255,255,255,.25); }
.fact:first-child { padding-left: 0; }
.fact-value { font-size: 23px; font-weight: 900; letter-spacing: -.06em; }
.fact-label { color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.fact-cta { align-items: flex-end; border: 0; padding-right: 0; }
.fact-cta a { display: inline-flex; align-items: center; gap: 13px; font-size: 12px; font-weight: 900; }
.fact-cta a span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; }

.section { padding: 120px 0; }
.section-intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
h2 { max-width: 720px; margin-bottom: 24px; font-size: clamp(40px, 5vw, 68px); letter-spacing: -.075em; }
.intro-copy { max-width: 500px; padding-top: 40px; color: var(--muted); font-size: 17px; }
.intro-copy p { margin-bottom: 28px; }
.arrow-link { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); font-size: 12px; font-weight: 900; }
.arrow-link span { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; transition: background .2s ease, color .2s ease; }
.arrow-link:hover span, .arrow-link:focus-visible span { color: var(--white); background: var(--pink); }
.project-facts { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 78px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-facts article { min-height: 140px; padding: 23px 21px 20px; border-right: 1px solid var(--line); }
.project-facts article:first-child { padding-left: 0; }
.project-facts article:last-child { border-right: 0; }
.fact-icon { display: block; margin-bottom: 23px; color: var(--pink); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.project-facts strong { display: block; margin-bottom: 4px; font-size: 17px; letter-spacing: -.04em; }
.project-facts p { margin: 0; color: var(--muted); font-size: 10px; }

.unig-section { position: relative; overflow: hidden; color: var(--white); background: #292c2e; }
.unig-section::before { position: absolute; top: -30%; right: -10%; width: 60%; height: 100%; border: 1px solid rgba(215,120,75,.4); border-radius: 50%; transform: rotate(-19deg); content: ""; }
.unig-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 96px; align-items: center; }
.unig-image-wrap { position: relative; width: min(100%, 470px); padding: 0 21px 24px 0; }
.unig-image-wrap::after { position: absolute; z-index: 0; right: 0; bottom: 0; width: 76%; height: 76%; border: 1px solid rgba(159,210,200,.7); content: ""; }
.unig-image-wrap img { position: relative; z-index: 1; width: 100%; aspect-ratio: .72; object-fit: cover; }
.image-stamp { position: absolute; z-index: 2; right: 4px; bottom: 18px; display: flex; flex-direction: column; min-width: 146px; padding: 12px 15px; color: var(--ink); background: var(--white); box-shadow: 0 12px 27px rgba(0,0,0,.22); }
.image-stamp b { color: #1b5f9c; font-size: 20px; letter-spacing: .04em; }
.image-stamp small { color: var(--muted); font-size: 9px; }
.unig-copy { max-width: 600px; }
.unig-copy h2 { max-width: 620px; }
.unig-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 16px; }
.location-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0 32px; }
.location-pills span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.78); font-size: 10px; }

.typologies-section { background: var(--paper); }
.section-heading { margin-bottom: 48px; }
.heading-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, .62fr); gap: 80px; align-items: end; }
.heading-split > p { max-width: 440px; margin: 0 0 5px; color: var(--muted); font-size: 15px; }
.typology-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 11px; }
.typology-card { position: relative; display: flex; flex-direction: column; min-height: 275px; padding: 23px 18px 18px; overflow: hidden; border: 1px solid #d7d8d8; background: rgba(255,255,255,.54); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.typology-card::before { position: absolute; top: -35px; right: -35px; width: 110px; height: 110px; border: 1px solid rgba(215,120,75,.2); border-radius: 50%; content: ""; }
.typology-card:hover { border-color: var(--pink); box-shadow: 0 18px 35px rgba(40,42,43,.1); transform: translateY(-4px); }
.typology-featured { color: var(--white); border-color: var(--pink); background: linear-gradient(145deg, #5c3e3b, #d7784b); }
.typology-number { position: relative; z-index: 1; margin-bottom: 37px; color: var(--pink); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.typology-featured .typology-number { color: #f1b49a; }
.typology-card h3 { position: relative; z-index: 1; margin-bottom: 11px; font-size: 20px; letter-spacing: -.055em; }
.typology-card > strong { position: relative; z-index: 1; font-size: 15px; }
.typology-card p { position: relative; z-index: 1; min-height: 73px; margin: 8px 0 16px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.typology-featured p { color: rgba(255,255,255,.76); }
.typology-card > a { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 5px; margin-top: auto; padding-top: 13px; border-top: 1px solid var(--line); font-size: 10px; font-weight: 900; }
.typology-featured > a { border-top-color: rgba(255,255,255,.3); }
.typology-card > a span { color: var(--pink); font-size: 17px; }
.typology-featured > a span { color: var(--lime); }
.plans-heading { max-width: 650px; margin: 90px 0 33px; }
.plans-heading h3 { margin-bottom: 10px; font-size: 30px; letter-spacing: -.06em; }
.plans-heading > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.plan-card { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.plan-card img { width: 100%; aspect-ratio: 1.415; object-fit: contain; }
.plan-card figcaption { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 850; }
.plan-card figcaption b { color: var(--pink); font-size: 10px; letter-spacing: .1em; }

.amenity-section { position: relative; overflow: hidden; color: var(--white); background: #2a2d2f; }
.amenity-section::after { position: absolute; right: -7%; bottom: -35%; width: 58%; height: 85%; border: 1px solid rgba(159,210,200,.45); border-radius: 50%; content: ""; }
.amenity-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 95px; align-items: center; }
.amenity-copy { max-width: 650px; }
.amenity-copy h2 { max-width: 670px; }
.amenity-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.7); font-size: 16px; }
.amenity-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 31px 0 36px; }
.amenity-list span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.21); border-radius: 999px; color: rgba(255,255,255,.82); font-size: 10px; }
.amenity-highlight { position: relative; max-width: 400px; padding: 35px 31px 32px; border: 1px solid rgba(215,120,75,.6); background: linear-gradient(145deg, rgba(215,120,75,.2), rgba(42,58,62,.72)); box-shadow: 0 24px 50px rgba(0,0,0,.24); }
.orbit-mark { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; margin-bottom: 30px; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); box-shadow: 0 0 0 8px rgba(159,210,200,.08); font-size: 21px; }
.amenity-highlight h3 { margin-bottom: 15px; font-size: 30px; letter-spacing: -.065em; }
.amenity-highlight > p:not(.eyebrow) { color: rgba(255,255,255,.73); font-size: 13px; }
.service-lines { display: grid; gap: 8px; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); color: #f1b49a; font-size: 11px; font-weight: 800; }

.leisure-section { background: var(--paper); }
.leisure-heading { max-width: 760px; }
.leisure-heading > p:last-child { max-width: 530px; margin: 0; color: var(--muted); font-size: 16px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 13px; }
.gallery-item { position: relative; grid-column: span 4; min-height: 245px; margin: 0; overflow: hidden; background: var(--ink-2); }
.gallery-item.gallery-large { grid-column: span 8; grid-row: span 2; min-height: 503px; }
.gallery-item img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(24,26,27,.72)); content: ""; pointer-events: none; }
.gallery-item figcaption { position: absolute; z-index: 1; right: 16px; bottom: 14px; left: 16px; display: flex; align-items: center; justify-content: space-between; color: var(--white); font-size: 12px; font-weight: 850; }
.gallery-item figcaption b { color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .12em; }

.location-section { background: #ece9e8; }
.location-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 100px; }
.location-copy { max-width: 455px; }
.location-copy > p:not(.eyebrow):not(.location-address) { margin-bottom: 28px; color: var(--muted); }
.location-address { margin: 0 0 23px; padding-left: 17px; border-left: 3px solid var(--pink); font-size: 16px; line-height: 1.65; }
.location-list { border-top: 1px solid rgba(40,42,43,.23); }
.location-item { display: grid; grid-template-columns: 72px 1fr 22px; gap: 17px; align-items: center; min-height: 91px; border-bottom: 1px solid rgba(40,42,43,.23); }
.location-item > strong { color: var(--pink-dark); font-size: 23px; letter-spacing: -.07em; }
.location-item h3 { margin: 0 0 2px; font-size: 15px; letter-spacing: -.04em; }
.location-item p { margin: 0; color: var(--muted); font-size: 11px; }
.location-item > span { color: var(--pink-dark); font-size: 19px; }

.investment-section { background: var(--white); }
.investment-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.investment-copy { max-width: 560px; padding-top: 12px; color: var(--muted); font-size: 16px; }
.investment-copy p { margin-bottom: 22px; }

.lead-section { color: var(--white); background: #232627; }
.lead-grid { display: grid; grid-template-columns: .89fr 1.11fr; gap: 100px; align-items: start; }
.lead-copy { max-width: 540px; padding-top: 29px; }
.lead-copy h2 { font-size: clamp(42px, 5vw, 70px); }
.lead-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 16px; }
.lead-promises { display: grid; gap: 13px; margin: 34px 0; }
.lead-promises > div { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.84); font-size: 12px; }
.promise-icon { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--lime); font-size: 11px; font-weight: 900; }
.wa-callout { display: flex; align-items: center; gap: 13px; max-width: 350px; padding: 15px 16px; border: 1px solid rgba(255,255,255,.25); color: var(--white); transition: background .2s ease, border-color .2s ease; }
.wa-callout:hover, .wa-callout:focus-visible { border-color: var(--lime); background: rgba(255,255,255,.08); }
.wa-symbol { display: inline-flex; align-items: center; justify-content: center; width: 31px; height: 31px; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); }
.wa-callout > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; }
.wa-callout small { color: rgba(255,255,255,.55); font-size: 10px; }
.wa-callout strong { font-size: 13px; }
.lead-card { padding: 35px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 27px; }
.form-step { color: var(--pink-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.form-heading h3 { margin: 7px 0 3px; font-size: 30px; letter-spacing: -.06em; }
.form-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 13px; }
.field { display: flex; flex-direction: column; gap: 7px; color: var(--ink); font-size: 11px; font-weight: 900; }
.field span { color: var(--muted); font-weight: 500; }
.field-full { grid-column: 1 / -1; }
.field input, .field select { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #c9cbcb; border-radius: 0; outline: 0; color: var(--ink); background: #fafafa; font-size: 13px; font-weight: 500; }
.field input::placeholder { color: #8b9293; }
.field input:focus, .field select:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(215,120,75,.13); }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 19px 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.consent input { width: 16px; height: 16px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--pink); }
.form-privacy { margin: 12px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.form-alert { margin-bottom: 20px; padding: 12px 14px; border-left: 3px solid var(--pink); color: #944c43; background: #f1e7e2; font-size: 12px; }
.form-success { text-align: center; }
.success-check { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; margin: 8px auto 22px; border-radius: 50%; color: var(--white); background: var(--pink); font-size: 27px; }
.form-success h3 { margin-bottom: 12px; font-size: 32px; letter-spacing: -.06em; }
.form-success p { margin-bottom: 25px; color: var(--muted); font-size: 14px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 100px; }
.faq-heading { max-width: 420px; }
.faq-heading > p:not(.eyebrow) { margin-bottom: 27px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 850; letter-spacing: -.025em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary > span { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; color: var(--pink-dark); font-size: 20px; font-weight: 400; line-height: 1; transition: transform .2s ease, color .2s ease, background .2s ease; }
.faq-item[open] summary > span { color: var(--white); background: var(--pink); transform: rotate(45deg); }
.faq-answer { max-width: 700px; padding: 0 52px 23px 0; color: var(--muted); font-size: 14px; }
.faq-answer p { margin: 0; }

.legal-section { background: #e3e0df; }
.legal-inner { display: flex; gap: 16px; padding: 31px 0; color: #626a6b; font-size: 10px; line-height: 1.6; }
.legal-inner strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 11px; }
.legal-inner p { max-width: 1040px; margin: 0; }
.legal-symbol { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; flex: 0 0 auto; border: 1px solid #8d9393; border-radius: 50%; font-size: 13px; font-weight: 800; }
.site-footer { color: rgba(255,255,255,.68); background: #17191a; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.25fr auto; gap: 30px; align-items: center; padding: 50px 0 42px; }
.development-brand-footer { width: 188px; }
.footer-grid p { margin: 0; font-size: 12px; }
.footer-grid > a:last-child { color: #ff74b8; font-size: 12px; font-weight: 850; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-size: 10px; }
.mobile-sticky-cta { display: none; }

.floating-wa { position: fixed; z-index: 20; right: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 9px; padding: 9px 15px 9px 9px; border: 1px solid rgba(188,229,220,.62); border-radius: 999px; color: var(--white); background: linear-gradient(135deg, #236b61, #3eaa8f); box-shadow: 0 12px 30px rgba(0,0,0,.25), 0 0 0 5px rgba(159,210,200,.12); font-size: 12px; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.floating-wa:hover, .floating-wa:focus-visible { background: #2f8d78; transform: translateY(-3px); }
.floating-wa-icon { display: inline-flex; align-items: center; justify-content: center; width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; color: var(--lime); }
.assistant-trigger { position: fixed; z-index: 19; right: 20px; bottom: 76px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(215,120,75,.82); border-radius: 999px; padding: 8px 12px 8px 9px; color: var(--white); background: linear-gradient(135deg, #293234, #3b5d63); box-shadow: 0 12px 30px rgba(0,0,0,.25), 0 0 0 4px rgba(215,120,75,.1); font-size: 11px; font-weight: 900; text-align: left; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.assistant-trigger:hover, .assistant-trigger:focus-visible { background: #773676; transform: translateY(-2px); }
.assistant-trigger-mark { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 1px solid #e8a88e; border-radius: 50%; color: #e8a88e; background: rgba(215,120,75,.1); box-shadow: 0 0 0 3px rgba(215,120,75,.09); font-size: 15px; }
.assistant-trigger small { display: block; margin-top: 2px; color: rgba(255,255,255,.63); font-size: 8px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.assistant-panel { position: fixed; z-index: 30; right: 20px; bottom: 76px; display: flex; flex-direction: column; width: min(390px, calc(100vw - 32px)); max-height: min(700px, calc(100vh - 105px)); overflow: hidden; border: 1px solid rgba(40,42,43,.18); border-radius: 18px; background: var(--paper); box-shadow: 0 24px 70px rgba(22,24,25,.35); animation: panel-in .18s ease-out; }
.assistant-panel[hidden] { display: none !important; }
@keyframes panel-in { from { opacity: 0; transform: translateY(8px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.assistant-head { display: flex; align-items: center; justify-content: space-between; flex: 0 0 auto; padding: 15px 17px; color: var(--white); background: #293234; }
.assistant-head strong, .assistant-head span { display: block; }
.assistant-head strong { font-size: 14px; }
.assistant-head span { margin-top: 2px; color: rgba(255,255,255,.68); font-size: 10px; }
.assistant-head button { width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--white); background: transparent; font-size: 23px; line-height: 1; cursor: pointer; }
.assistant-messages { display: flex; flex-direction: column; gap: 8px; max-height: 255px; overflow-y: auto; padding: 14px; }
.assistant-bubble { max-width: 92%; margin: 0; padding: 10px 12px; border-radius: 12px; font-size: 12px; line-height: 1.5; white-space: pre-line; }
.assistant-bubble-bot { align-self: flex-start; color: var(--ink); background: #ece8ee; }
.assistant-bubble-user { align-self: flex-end; color: var(--white); background: var(--pink); }
.assistant-bubble-pending { align-self: flex-start; color: var(--muted); background: #eef0eb; font-style: italic; }
.assistant-bubble-error { align-self: flex-start; color: #944c43; background: #f1e7e2; }
.assistant-choices { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 14px 12px; }
.assistant-choices button { border: 1px solid rgba(40,42,43,.22); border-radius: 999px; padding: 8px 10px; color: var(--ink); background: transparent; font-size: 11px; cursor: pointer; }
.assistant-choices button:hover, .assistant-choices button:focus-visible { border-color: var(--pink); color: var(--pink-dark); }
.assistant-choices button:disabled { opacity: .55; cursor: wait; }
.assistant-form { padding: 0 14px 10px; }
.assistant-form textarea { display: block; width: 100%; min-height: 63px; resize: vertical; padding: 10px 11px; border: 1px solid #c9cbcb; border-radius: 10px; outline: 0; color: var(--ink); background: var(--white); font-size: 12px; line-height: 1.45; }
.assistant-form textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(215,120,75,.12); }
.assistant-form-actions { display: flex; align-items: center; gap: 9px; margin-top: 8px; }
.assistant-submit { border: 0; border-radius: 999px; padding: 10px 14px; color: var(--white); background: var(--pink); font-size: 11px; font-weight: 900; }
.assistant-submit:hover, .assistant-submit:focus-visible { background: var(--pink-dark); }
.assistant-submit:disabled { opacity: .65; cursor: wait; }
.assistant-lead-link { color: var(--pink-dark); font-size: 11px; font-weight: 900; }
.assistant-status { min-height: 15px; margin: 7px 0 0; color: var(--muted); font-size: 10px; }
.assistant-privacy { margin: 3px 0 0; color: #727b77; font-size: 9px; line-height: 1.4; }
.assistant-cta { display: flex; align-items: center; justify-content: space-between; flex: 0 0 auto; margin: 0 14px 14px; border-radius: 999px; padding: 11px 14px; color: var(--white); background: #2f8d78; font-size: 12px; font-weight: 900; }

@media (max-width: 1100px) {
    :root { --shell: min(900px, calc(100% - 44px)); }
    .main-nav { gap: 17px; margin-right: 19px; }
    .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(315px, .76fr); gap: 37px; }
    .project-facts { grid-template-columns: repeat(3, 1fr); }
    .project-facts article:nth-child(3) { border-right: 0; }
    .project-facts article:nth-child(n+4) { border-top: 1px solid var(--line); }
    .typology-grid { grid-template-columns: repeat(3, 1fr); }
    .typology-card:nth-child(4), .typology-card:nth-child(5) { min-height: 245px; }
    .unig-grid, .amenity-grid, .location-grid, .investment-grid, .lead-grid, .faq-grid { gap: 55px; }
}

@media (max-width: 760px) {
    :root { --shell: calc(100% - 36px); }
    .site-header .header-inner { min-height: 74px; }
    .development-brand { width: 160px; }
    .main-nav { display: none; }
    .button-small { min-height: 38px; padding: 8px 12px; font-size: 10px; }
    .hero, .hero-grid { min-height: auto; }
    .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 16px; padding-top: 98px; padding-bottom: 66px; }
    .hero-copy { padding: 36px 0 0; }
    .development-logo { width: min(275px, 82%); margin-bottom: 22px; }
    h1 { max-width: 100%; font-size: clamp(41px, 11vw, 57px); line-height: .98; }
    .hero-tagline { font-size: 17px; }
    .hero-description { font-size: 15px; }
    .futuristic-cta-cluster { grid-template-columns: 1fr; gap: 10px; margin-top: 18px; }
    .futuristic-cta { min-height: 70px; }
    .hero-visual { align-self: center; width: min(100%, 430px); padding: 18px 18px 35px 0; }
    .hero-image-frame img { aspect-ratio: .72; }
    .price-sticker { right: -4px; bottom: 0; min-width: 168px; padding: 14px 16px; }
    .price-sticker strong { font-size: 22px; }
    .hero-scroll { display: none; }
    .fact-grid { grid-template-columns: repeat(2, 1fr); min-height: 0; }
    .fact { min-height: 94px; padding: 15px 13px; border-bottom: 1px solid rgba(255,255,255,.25); }
    .fact:first-child { padding-left: 13px; }
    .fact:nth-child(2), .fact:nth-child(4) { border-right: 0; }
    .fact-value { font-size: 19px; }
    .fact-cta { grid-column: 1 / -1; align-items: flex-start; min-height: 72px; padding: 17px 13px; border-bottom: 0; }
    .section { padding: 78px 0; }
    .intro-grid, .unig-grid, .heading-split, .amenity-grid, .location-grid, .investment-grid, .lead-grid, .faq-grid { grid-template-columns: 1fr; gap: 36px; }
    .intro-copy { padding-top: 0; font-size: 16px; }
    h2 { font-size: clamp(39px, 12vw, 58px); }
    .project-facts { grid-template-columns: repeat(2, 1fr); margin-top: 54px; }
    .project-facts article, .project-facts article:nth-child(n+4) { min-height: 128px; padding: 18px 13px; border-top: 0; border-right: 1px solid var(--line); }
    .project-facts article:first-child { padding-left: 13px; }
    .project-facts article:nth-child(2n) { border-right: 0; }
    .project-facts article:nth-child(n+3) { border-top: 1px solid var(--line); }
    .fact-icon { margin-bottom: 16px; }
    .project-facts strong { font-size: 15px; }
    .unig-image-wrap { order: 2; width: min(100%, 430px); }
    .unig-copy { order: 1; }
    .unig-copy > p:not(.eyebrow) { font-size: 15px; }
    .heading-split { gap: 10px; }
    .heading-split > p { font-size: 15px; }
    .typology-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .typology-card { min-height: 248px; padding: 18px 14px 15px; }
    .typology-number { margin-bottom: 22px; }
    .typology-card h3 { font-size: 18px; }
    .typology-card p { min-height: 69px; font-size: 10px; }
    .plans-heading { margin-top: 62px; }
    .plans-grid { grid-template-columns: 1fr; gap: 12px; }
    .amenity-copy > p:not(.eyebrow) { font-size: 15px; }
    .amenity-highlight { padding: 28px 22px; }
    .amenity-highlight h3 { font-size: 27px; }
    .gallery-grid { gap: 10px; }
    .gallery-item, .gallery-item.gallery-large { grid-column: span 6; grid-row: auto; min-height: 170px; }
    .gallery-item.gallery-large { grid-column: span 12; min-height: 265px; }
    .gallery-item figcaption { right: 11px; bottom: 10px; left: 11px; font-size: 10px; }
    .location-copy > p:not(.eyebrow):not(.location-address) { font-size: 15px; }
    .location-item { grid-template-columns: 62px 1fr 18px; gap: 10px; min-height: 100px; }
    .location-item > strong { font-size: 21px; }
    .location-item h3 { font-size: 14px; }
    .investment-copy { padding-top: 0; font-size: 15px; }
    .lead-copy { padding-top: 0; }
    .lead-copy > p:not(.eyebrow) { font-size: 15px; }
    .lead-card { padding: 23px 18px; }
    .field-grid { grid-template-columns: 1fr; gap: 16px; }
    .field-full { grid-column: auto; }
    .faq-heading { max-width: none; }
    .faq-item summary { padding: 18px 0; font-size: 14px; }
    .faq-answer { padding-right: 0; font-size: 13px; }
    .legal-inner { padding: 25px 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 16px; padding: 37px 0 27px; }
    .footer-bottom { flex-direction: column; gap: 7px; }
    body { padding-bottom: 70px; }
    .mobile-sticky-cta { position: fixed; z-index: 25; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); color: var(--white); background: rgba(23,25,26,.97); box-shadow: 0 -10px 30px rgba(40,42,43,.2); }
    .mobile-sticky-cta a { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; gap: 7px; border-radius: 999px; font-size: 10px; font-weight: 900; }
    .mobile-sticky-form { color: var(--white); background: var(--pink); }
    .mobile-sticky-wa { color: var(--white); background: #2f8d78; }
    .floating-wa { display: none; }
    .assistant-trigger { right: 12px; bottom: 77px; z-index: 28; }
    .assistant-panel { right: 12px; bottom: 77px; z-index: 35; max-height: calc(100vh - 95px); }
}

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

/* Ajustes finais do Live: identidade visual, mídia sob clique e responsividade. */
.hero-glow-cyan { top: 16%; right: 24%; width: 280px; height: 280px; background: rgba(159,210,200,.16); }
.development-logo { object-fit: contain; }
.hero-image-frame { box-shadow: 25px 28px 0 rgba(215,120,75,.82), -13px -13px 0 rgba(159,210,200,.66); }
.hero-image-frame picture { display: block; }
.hero-image-frame picture img { display: block; width: 100%; height: auto; }
.hero-image-frame picture source + img { aspect-ratio: .72; object-fit: cover; }
.hero-chip-location { border-color: rgba(159,210,200,.58); background: rgba(40,42,43,.78); }
.hero-chip-location b { color: var(--lime); }
.hero-chip-location small { color: rgba(255,255,255,.78); }
.typology-grid { grid-template-columns: repeat(4, 1fr); }
.plans-grid { grid-template-columns: repeat(4, 1fr); }
.media-section { color: var(--white); background: #30383b; }
.media-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 78px; align-items: center; }
.video-facade { position: relative; overflow: hidden; min-height: 340px; border: 1px solid rgba(159,210,200,.48); background: #1f282b; box-shadow: 18px 18px 0 rgba(215,120,75,.75); }
.video-facade::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,28,29,.02), rgba(24,28,29,.74)); content: ""; pointer-events: none; }
.video-facade > img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.video-facade iframe { display: block; width: 100%; min-height: 340px; aspect-ratio: 16 / 9; border: 0; }
.video-play { position: absolute; z-index: 1; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; padding: 13px 20px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; color: var(--white); background: rgba(40,42,43,.82); font-size: 12px; font-weight: 900; backdrop-filter: blur(10px); transition: transform .2s ease, background .2s ease; }
.video-play:hover, .video-play:focus-visible { transform: translateY(-2px); background: var(--pink-dark); }
.video-play span:first-child { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 11px; }
.media-copy { max-width: 500px; }
.media-copy > p:not(.eyebrow) { color: rgba(255,255,255,.74); font-size: 16px; }
.media-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 28px; }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover, .button-light:focus-visible { color: var(--white); background: var(--pink); }
.amenity-highlight { max-width: 500px; min-height: 350px; padding: 0; overflow: hidden; border-color: rgba(159,210,200,.6); background: #1f282b; }
.amenity-highlight > img { width: 100%; height: 100%; min-height: 350px; object-fit: cover; opacity: .8; }
.amenity-highlight::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31,40,43,.06), rgba(31,40,43,.82)); content: ""; pointer-events: none; }
.amenity-highlight-overlay { position: absolute; z-index: 1; right: 31px; bottom: 30px; left: 31px; }
.amenity-highlight-overlay h3 { max-width: 300px; margin: 0; }
.location-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 30px; }
.location-actions .button { white-space: nowrap; }
.fact-cta a { color: var(--white); }
.fact-cta a span { color: var(--lime); }

@media (min-width: 850px) {
    .hero-image-frame { aspect-ratio: 16 / 9; }
    .hero-image-frame picture { height: 100%; }
    .hero-image-frame picture img { height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center; }
}

@media (max-width: 1050px) {
    .main-nav { gap: 15px; margin-right: 17px; }
    .typology-grid { grid-template-columns: repeat(2, 1fr); }
    .plans-grid { grid-template-columns: repeat(2, 1fr); }
    .media-grid { gap: 45px; }
}

@media (max-width: 700px) {
    .hero-image-frame { aspect-ratio: .72; }
    .hero-image-frame picture { height: 100%; }
    .hero-image-frame picture img { height: 100%; aspect-ratio: auto; object-fit: cover; }
    .media-grid { grid-template-columns: 1fr; gap: 38px; }
    .video-facade, .video-facade > img, .video-facade iframe { min-height: 245px; }
    .video-facade { box-shadow: 10px 12px 0 rgba(215,120,75,.75); }
    .video-play { right: 15px; bottom: 15px; left: 15px; min-height: 52px; }
    .media-copy { max-width: none; }
    .media-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
    .amenity-highlight { max-width: none; min-height: 285px; }
    .amenity-highlight > img { min-height: 285px; }
    .amenity-highlight-overlay { right: 22px; bottom: 22px; left: 22px; }
    .location-actions { align-items: flex-start; flex-direction: column; }
}
