:root {
  --navy-950: #0c1037;
  --navy-900: #151849;
  --navy-800: #212565;
  --navy-700: #303783;
  --orange-600: #f14818;
  --orange-500: #ff5a1f;
  --orange-300: #ff9a72;
  --cream-50: #fffdf9;
  --cream-100: #f7f3ed;
  --cream-200: #eee7de;
  --ink: #17182c;
  --muted: #676879;
  --white: #fff;
  --line: rgba(26, 30, 76, .14);
  --shadow: 0 28px 80px rgba(20, 23, 68, .17);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --shell: min(1240px, calc(100vw - 48px));
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, 'Segoe UI', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; color: var(--ink); background: var(--cream-50); font-family: var(--sans); line-height: 1.6; overflow-x: hidden; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { text-wrap: pretty; }
h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5.1vw, 5.7rem); font-weight: 400; line-height: .98; letter-spacing: -.055em; }
h3 { font-family: var(--serif); }
[hidden] { display: none !important; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(84px, 10vw, 148px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: -80px; left: 16px; padding: 12px 18px; border-radius: 8px; color: var(--navy-950); background: var(--white); transition: top .2s; }
.skip-link:focus { top: 14px; }
:focus-visible { outline: 3px solid var(--orange-300); outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.13); background: linear-gradient(180deg, rgba(9,12,46,.94), rgba(9,12,46,.72)); transition: background .3s, box-shadow .3s; }
.site-header.is-scrolled { background: rgba(12,16,55,.97); box-shadow: 0 16px 45px rgba(8,11,43,.24); backdrop-filter: blur(18px); }
.header-inner { min-height: 88px; display: grid; grid-template-columns: 182px 1fr auto; align-items: center; gap: 26px; }
.brand { width: 170px; display: block; }
.brand img { width: 100%; height: auto; }
.main-nav { justify-self: end; display: flex; align-items: center; gap: clamp(14px, 1.5vw, 24px); }
.main-nav a { position: relative; color: rgba(255,255,255,.84); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a::after { content: ''; position: absolute; right: 100%; bottom: -9px; left: 0; height: 2px; background: var(--orange-500); transition: right .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-cta { min-height: 45px; display: inline-flex; align-items: center; gap: 12px; padding: 10px 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.08); font-size: .78rem; font-weight: 800; transition: color .2s, background .2s, transform .2s; }
.header-cta:hover { color: var(--navy-950); background: var(--white); transform: translateY(-2px); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.08); place-content: center; gap: 6px; }
.menu-toggle i { display: block; width: 19px; height: 1px; background: currentColor; transition: transform .25s; }

.breadcrumb { padding-top: 108px; padding-bottom: 18px; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .72rem; }
.breadcrumb li + li::before { content: '/'; margin-right: 9px; color: var(--orange-500); }
.breadcrumb a { color: var(--navy-700); font-weight: 700; }

.hero { position: relative; isolation: isolate; min-height: 810px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: radial-gradient(circle at 18% 8%, rgba(48,55,131,.58), transparent 35%), linear-gradient(135deg, var(--navy-950), var(--navy-900) 58%, #242969); }
.hero::before { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(90deg, #000, transparent 76%); }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 650px; height: 650px; top: -320px; left: -180px; }
.orbit-two { width: 880px; height: 880px; right: -560px; bottom: -550px; border-color: rgba(255,90,31,.24); }
.hero-grid { min-height: 810px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .74fr); align-items: center; gap: clamp(58px, 8vw, 116px); padding-block: 72px 94px; }
.hero-copy { max-width: 750px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 13px; margin: 0 0 20px; font-size: .72rem; font-weight: 900; line-height: 1.2; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: #ffb193; }
.eyebrow span, .section-kicker::before { content: ''; width: 36px; height: 2px; flex: 0 0 auto; background: currentColor; }
.hero h1 { margin: 0; max-width: 780px; font-family: var(--serif); font-size: clamp(3.7rem, 6.5vw, 7rem); font-weight: 400; line-height: .9; letter-spacing: -.065em; }
.hero h1 small { display: block; margin-top: .25em; color: #ffb193; font-family: var(--sans); font-size: .23em; font-weight: 800; line-height: 1.25; letter-spacing: .08em; text-transform: uppercase; }
.hero-slogan { margin: 26px 0 0; color: var(--orange-300); font-family: var(--serif); font-size: clamp(1.5rem, 2.4vw, 2.15rem); font-style: italic; line-height: 1.2; }
.hero-lead { max-width: 680px; margin: 18px 0 0; color: rgba(255,255,255,.76); font-size: 1.02rem; line-height: 1.75; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-facts span { min-height: 68px; display: flex; align-items: baseline; gap: 7px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; color: rgba(255,255,255,.67); background: rgba(255,255,255,.06); font-size: .72rem; }
.hero-facts strong { color: var(--white); font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 24px; border: 1px solid transparent; border-radius: 999px; font-size: .82rem; font-weight: 900; letter-spacing: .035em; cursor: pointer; transition: transform .22s, color .22s, background .22s, border-color .22s, box-shadow .22s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--white); background: var(--orange-500); box-shadow: 0 17px 42px rgba(255,90,31,.27); }
.button-primary:hover { color: var(--navy-950); background: var(--white); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.06); }
.button-ghost:hover { background: rgba(255,255,255,.13); }
.button-light { color: var(--navy-950); background: var(--white); }
.button-dark { color: var(--white); background: var(--navy-900); }
.button-outline { color: var(--navy-900); border-color: rgba(21,24,73,.28); background: transparent; }
.button-outline:hover { color: var(--white); border-color: var(--navy-900); background: var(--navy-900); }
.hero-note { max-width: 620px; margin: 15px 0 0; color: rgba(255,255,255,.5); font-size: .69rem; line-height: 1.55; }
.hero-visual { position: relative; width: min(100%, 500px); justify-self: end; }
.hero-image { position: relative; min-height: 650px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 210px 30px 30px 30px; box-shadow: 0 38px 100px rgba(2,4,29,.46); }
.hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,13,50,.88), transparent 37%); }
.hero-image img { height: 650px; object-fit: cover; object-position: center 44%; }
.hero-image figcaption { position: absolute; z-index: 2; right: 30px; bottom: 27px; left: 30px; }
.hero-image figcaption span, .hero-image figcaption strong { display: block; }
.hero-image figcaption span { color: var(--orange-300); font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero-image figcaption strong { margin-top: 6px; font-family: var(--serif); font-size: 1.28rem; font-weight: 400; }
.hero-badge { position: absolute; top: 88px; left: -50px; min-width: 180px; padding: 19px 20px; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; background: rgba(255,90,31,.92); box-shadow: 0 19px 50px rgba(0,0,0,.22); backdrop-filter: blur(13px); }
.hero-badge small, .hero-badge strong, .hero-badge span { display: block; }
.hero-badge small { color: rgba(255,255,255,.77); font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-badge strong { margin-top: 3px; font-family: var(--serif); font-size: 2.25rem; font-weight: 400; line-height: 1; }
.hero-badge span { margin-top: 6px; color: rgba(255,255,255,.75); font-size: .68rem; }
.scroll-cue { position: absolute; z-index: 3; bottom: 20px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 8px; transform: translateX(-50%); color: rgba(255,255,255,.52); font-size: .58rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue i { position: relative; width: 28px; height: 42px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; }
.scroll-cue i::after { content: ''; position: absolute; top: 8px; left: 50%; width: 3px; height: 7px; border-radius: 99px; background: var(--orange-500); transform: translateX(-50%); animation: scrollDot 1.8s infinite; }

.section-kicker { color: var(--orange-600); }
.section-kicker.light { color: #ffb193; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 52px; }
.section-heading > div { max-width: 790px; }
.section-heading > p { max-width: 420px; margin: 0 0 8px; color: var(--muted); }
.section-lead { font-family: var(--serif); font-size: clamp(1.15rem, 1.7vw, 1.4rem); line-height: 1.62; }
.text-link { display: inline-flex; align-items: center; gap: 15px; margin-top: 22px; color: var(--orange-600); font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.concept-section { background: var(--cream-50); }
.concept-grid { display: grid; grid-template-columns: 90px minmax(0, 1.05fr) minmax(300px, .72fr); gap: clamp(34px, 5vw, 74px); align-items: start; }
.section-index { display: flex; flex-direction: column; align-items: center; gap: 14px; color: var(--orange-500); }
.section-index span { font-family: var(--serif); font-size: 1.3rem; }
.section-index i { width: 1px; height: 130px; background: linear-gradient(var(--orange-500), transparent); }
.concept-title h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.concept-title h2 em { color: var(--orange-600); font-weight: 400; }
.concept-copy > p { color: var(--muted); }
.concept-copy .section-lead { color: var(--ink); }

.numbers { overflow: hidden; color: var(--white); background: linear-gradient(110deg, var(--orange-600), var(--orange-500)); }
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.numbers article { position: relative; padding: 44px 28px; border-left: 1px solid rgba(255,255,255,.22); }
.numbers article:last-child { border-right: 1px solid rgba(255,255,255,.22); }
.numbers article::after { content: ''; position: absolute; inset: auto 28px 0; height: 3px; background: var(--navy-900); transform: scaleX(0); transform-origin: left; transition: transform .7s .2s; }
.numbers article.is-visible::after { transform: scaleX(1); }
.numbers strong { font-family: var(--serif); font-size: clamp(2.6rem, 4.3vw, 4.5rem); font-weight: 400; letter-spacing: -.055em; }
.numbers article > span { margin-left: 5px; font-family: var(--serif); font-size: 1.1rem; }
.numbers p { margin: 7px 0 0; color: rgba(255,255,255,.72); font-size: .73rem; }

.technical-section { background: var(--cream-100); }
.technical-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.technical-card { min-height: 238px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.72); box-shadow: 0 16px 45px rgba(20,23,68,.06); }
.technical-card > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--orange-500); font-size: .65rem; font-weight: 900; }
.technical-card h3 { margin: 24px 0 7px; font-size: 1.42rem; font-weight: 400; }
.technical-card p { margin: 0; color: var(--muted); font-size: .82rem; }
.legal-callout { margin: 24px 0 0; padding: 20px 23px; border: 1px solid rgba(255,90,31,.23); border-left: 4px solid var(--orange-500); border-radius: 14px; color: var(--muted); background: #fff9f5; font-size: .75rem; line-height: 1.65; }
.legal-callout strong { color: var(--ink); }

.feature-story { position: relative; isolation: isolate; min-height: 760px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--navy-950); }
.feature-media, .feature-shade { position: absolute; inset: 0; }
.feature-media img { height: 100%; object-fit: cover; object-position: center; }
.feature-shade { z-index: 1; background: linear-gradient(90deg, rgba(12,16,55,.94), rgba(16,20,64,.55) 58%, rgba(16,20,64,.1)), linear-gradient(0deg, rgba(12,16,55,.64), transparent 44%); }
.feature-content { position: relative; z-index: 2; }
.feature-content h2 { max-width: 820px; font-size: clamp(3.2rem, 6vw, 6.5rem); }
.feature-content > p:not(.section-kicker) { max-width: 600px; color: rgba(255,255,255,.76); font-family: var(--serif); font-size: 1.18rem; }
.feature-content .button { margin-top: 20px; }

.units-section { background: var(--cream-50); }
.unit-grid { display: grid; gap: 24px; }
.unit-card { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 430px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: 0 22px 60px rgba(20,23,68,.08); }
.unit-card.reverse { grid-template-columns: 1.08fr .92fr; }
.unit-card.reverse figure { order: 2; }
.unit-card figure { min-height: 430px; margin: 0; overflow: hidden; background: var(--navy-900); }
.unit-card figure img { height: 100%; object-fit: cover; transition: transform .65s; }
.unit-card:nth-child(3) figure img { object-position: center 36%; }
.unit-card:hover figure img { transform: scale(1.035); }
.unit-card > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 68px); }
.unit-card .section-kicker { margin-bottom: 12px; font-size: .64rem; }
.unit-card h3 { margin: 0; font-size: clamp(2.2rem, 4vw, 4.3rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.unit-card > div > strong { margin-top: 15px; color: var(--orange-600); font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.unit-card > div > p:not(.section-kicker) { max-width: 560px; margin: 10px 0 22px; color: var(--muted); font-size: .84rem; }
.unit-card a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--navy-700); font-size: .74rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

.amenities-section { background: linear-gradient(180deg, #f0edf7, var(--cream-100)); }
.amenities-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.amenities-grid span { min-height: 112px; display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 19px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); font-family: var(--serif); font-size: .98rem; }
.amenities-grid i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--navy-700); font-family: var(--sans); font-size: .7rem; font-style: normal; }

.masterplan-section { background: var(--cream-50); }
.masterplan-card { position: relative; width: 100%; display: block; margin: 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); cursor: zoom-in; }
.masterplan-card img { transition: transform .55s; }
.masterplan-card:hover img { transform: scale(1.018); }
.masterplan-card > span { position: absolute; right: 20px; bottom: 18px; display: flex; align-items: center; gap: 18px; padding: 12px 16px; border-radius: 999px; color: var(--white); background: rgba(12,16,55,.9); font-size: .73rem; font-weight: 800; backdrop-filter: blur(12px); }

.gallery-section { color: var(--white); background: radial-gradient(circle at 86% 8%, rgba(255,90,31,.22), transparent 31%), var(--navy-950); }
.gallery-section .section-heading > p { color: rgba(255,255,255,.57); }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr 1fr; grid-auto-rows: 285px; gap: 15px; }
.gallery-item { position: relative; min-width: 0; margin: 0; padding: 0; overflow: hidden; border: 0; border-radius: 18px; background: var(--navy-800); cursor: zoom-in; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .65s, filter .65s; }
.gallery-item:nth-child(2) img { object-position: center; }
.gallery-item:nth-child(8) img { object-position: center 40%; }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,10,42,.84), transparent 52%); }
.gallery-item > span { position: absolute; z-index: 2; right: 20px; bottom: 17px; left: 20px; color: var(--white); text-align: left; font-family: var(--serif); font-size: 1.08rem; }
.gallery-item:hover img { transform: scale(1.055); filter: saturate(1.08); }
.gallery-wide { grid-column: span 2; }
.section-action { display: flex; justify-content: center; margin-top: 32px; }
.gallery-section .button-outline { color: var(--white); border-color: rgba(255,255,255,.32); }
.gallery-section .button-outline:hover { color: var(--navy-950); border-color: var(--white); background: var(--white); }
.image-disclaimer { margin: 20px 0 0; color: rgba(255,255,255,.46); font-size: .66rem; line-height: 1.55; }

.plans-section { background: var(--cream-100); }
.plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.plan-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 15px 42px rgba(20,23,68,.07); }
.plan-card > button { width: 100%; height: 330px; display: block; margin: 0; padding: 0; overflow: hidden; border: 0; border-bottom: 1px solid var(--line); background: #fff; cursor: zoom-in; }
.plan-card img { height: 100%; object-fit: contain; transition: transform .45s; }
.plan-card:hover img { transform: scale(1.035); }
.plan-card > div { padding: 18px; }
.plan-card span, .plan-card strong, .plan-card small { display: block; }
.plan-card span { color: var(--orange-600); font-size: .63rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.plan-card strong { margin-top: 5px; font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.plan-card small { margin-top: 4px; color: var(--muted); }

.video-section { padding-block: clamp(80px, 10vw, 135px); color: var(--white); background: radial-gradient(circle at 12% 8%, rgba(255,90,31,.34), transparent 30%), linear-gradient(135deg, var(--navy-950), var(--navy-800)); }
.video-grid { display: grid; grid-template-columns: .95fr .6fr; align-items: center; gap: clamp(55px, 9vw, 130px); }
.video-copy h2 { max-width: 690px; }
.video-copy > p:not(.section-kicker) { max-width: 550px; color: rgba(255,255,255,.7); }
.video-copy .button { margin-top: 20px; }
.video-copy > small { max-width: 560px; display: block; margin-top: 20px; color: rgba(255,255,255,.45); font-size: .67rem; line-height: 1.55; }
.video-shell { position: relative; width: min(100%, 410px); min-height: 620px; justify-self: end; overflow: hidden; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 190px 26px 26px 26px; background: #0a0d32; box-shadow: 0 35px 90px rgba(0,0,0,.35); cursor: pointer; }
.video-shell > img, .video-shell > video { width: 100%; height: 620px; object-fit: cover; }
.video-shell > span { position: absolute; top: 50%; left: 50%; width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--white); background: rgba(255,90,31,.85); box-shadow: 0 17px 45px rgba(0,0,0,.22); transform: translate(-50%, -50%); }

.delivery-section { background: var(--cream-50); }
.feature-lines { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-lines article { min-height: 190px; display: grid; grid-template-columns: 40px 1fr; gap: 15px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-lines article > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--orange-500); border-radius: 50%; color: var(--orange-600); font-size: .63rem; font-weight: 900; }
.feature-lines strong { display: block; font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.feature-lines p { margin: 6px 0 0; color: var(--muted); font-size: .8rem; }

.location-section { background: var(--cream-100); }
.location-grid { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: clamp(54px, 8vw, 110px); }
.location-copy > p:not(.section-kicker) { color: var(--muted); }
.location-copy .section-lead { color: var(--ink); }
.location-copy .button { margin-top: 20px; }
.location-copy > small { display: block; margin-top: 13px; color: var(--muted); font-size: .66rem; }
.location-visual { position: relative; min-height: 650px; margin: 0; overflow: hidden; border-radius: 28px 170px 28px 28px; box-shadow: var(--shadow); }
.location-visual > img { min-height: 650px; height: 100%; object-fit: cover; }
.location-visual figcaption { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; color: var(--white); background: rgba(12,16,55,.85); backdrop-filter: blur(14px); }
.location-visual figcaption > span { color: var(--orange-300); font-size: .64rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.location-visual figcaption div { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.location-visual figcaption b { padding: 7px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: .64rem; font-weight: 700; }
.location-note { display: grid; grid-template-columns: 220px 1fr; gap: 30px; margin-top: 28px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.56); }
.location-note strong { color: var(--navy-700); font-family: var(--serif); font-weight: 400; }
.location-note p { margin: 0; color: var(--muted); font-size: .76rem; }

.audience-section { background: var(--cream-50); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience-grid article { min-height: 285px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 17px 48px rgba(20,23,68,.06); }
.audience-grid span { color: var(--orange-500); font-family: var(--serif); font-size: 2.2rem; }
.audience-grid h3 { margin: 40px 0 10px; font-size: 1.55rem; font-weight: 400; line-height: 1.1; }
.audience-grid p { margin: 0; color: var(--muted); font-size: .82rem; }

.financing-section { color: var(--white); background: linear-gradient(120deg, var(--orange-600), var(--orange-500)); }
.financing-grid { display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.financing-grid h2 { max-width: 640px; }
.financing-grid p { max-width: 660px; color: rgba(255,255,255,.75); }
.financing-cta { display: flex; flex-direction: column; align-items: flex-start; min-height: 250px; padding: 30px; border: 1px solid rgba(255,255,255,.28); border-radius: 24px; background: rgba(21,24,73,.9); box-shadow: 0 24px 70px rgba(50,12,2,.2); }
.financing-cta small { color: var(--orange-300); font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.financing-cta strong { margin-top: 35px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; line-height: 1.12; }
.financing-cta span { margin-top: auto; font-size: .75rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }

.faq-section { background: var(--cream-100); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 38px; }
.faq-grid details { border-top: 1px solid var(--line); }
.faq-grid details:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
.faq-grid summary { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.12rem; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: transform .25s, color .25s, background .25s; }
.faq-grid details[open] summary span { color: var(--white); background: var(--orange-500); transform: rotate(45deg); }
.faq-grid details p { margin: -4px 50px 25px 0; color: var(--muted); font-size: .84rem; }

.related-section { background: var(--cream-50); }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.related-card { min-height: 235px; display: flex; flex-direction: column; align-items: flex-start; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); transition: color .25s, background .25s, transform .25s, box-shadow .25s; }
.related-card:hover { color: var(--white); background: var(--navy-900); box-shadow: var(--shadow); transform: translateY(-6px); }
.related-card small { color: var(--orange-600); font-size: .62rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.related-card strong { margin-top: 28px; font-family: var(--serif); font-size: 1.38rem; font-weight: 400; line-height: 1.1; }
.related-card span { margin-top: auto; color: var(--muted); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.related-card:hover span { color: rgba(255,255,255,.68); }

.contact-section { position: relative; isolation: isolate; min-height: 690px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--navy-950); }
.contact-media, .contact-shade { position: absolute; inset: 0; }
.contact-media img { height: 100%; object-fit: cover; }
.contact-shade { z-index: 1; background: linear-gradient(90deg, rgba(12,16,55,.96), rgba(15,19,61,.78) 55%, rgba(15,19,61,.35)), linear-gradient(0deg, rgba(12,16,55,.55), transparent); }
.contact-content { position: relative; z-index: 2; }
.contact-content h2 { max-width: 850px; }
.contact-content > p:not(.section-kicker) { max-width: 650px; color: rgba(255,255,255,.75); font-family: var(--serif); font-size: 1.18rem; }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.contact-actions > span { color: rgba(255,255,255,.55); font-size: .72rem; }

.site-footer { padding-block: 56px 28px; color: rgba(255,255,255,.62); background: #080b2c; }
.footer-main { display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 36px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-main img { width: 170px; }
.footer-main strong, .footer-main span { display: block; }
.footer-main strong { color: var(--white); font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.footer-main span { font-size: .71rem; }
.footer-main a { color: var(--orange-300); font-size: .76rem; font-weight: 900; }
.footer-legal { padding-top: 25px; }
.footer-legal p { margin: 7px 0; font-size: .66rem; line-height: 1.55; }
.footer-legal strong { color: rgba(255,255,255,.83); }

.whatsapp-float { position: fixed; z-index: 84; right: 22px; bottom: 22px; min-height: 62px; display: flex; align-items: center; gap: 12px; padding: 10px 17px 10px 12px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; color: var(--white); background: #138a63; box-shadow: 0 18px 48px rgba(4,50,36,.3); transition: transform .25s, box-shadow .25s; }
.whatsapp-float:hover { transform: translateY(-4px); box-shadow: 0 24px 58px rgba(4,50,36,.38); }
.whatsapp-float svg { width: 35px; height: 35px; fill: currentColor; }
.whatsapp-float small, .whatsapp-float strong { display: block; }
.whatsapp-float small { color: rgba(255,255,255,.72); font-size: .58rem; }
.whatsapp-float strong { font-size: .76rem; }

.assistant-trigger { position: fixed; z-index: 86; bottom: 22px; left: 22px; min-height: 68px; display: flex; align-items: center; gap: 12px; padding: 9px 13px 9px 10px; border: 1px solid rgba(255,154,114,.72); border-radius: 999px; color: var(--white); background: linear-gradient(135deg, rgba(21,24,73,.99), rgba(48,55,131,.98)); box-shadow: 0 20px 58px rgba(12,16,55,.44), 0 0 0 4px rgba(255,90,31,.11); cursor: pointer; }
.assistant-trigger::after { content: 'IA'; position: absolute; top: -8px; right: 12px; min-width: 28px; padding: 3px 6px; border-radius: 999px; color: var(--white); background: var(--orange-500); font-size: .52rem; font-weight: 900; letter-spacing: .08em; }
.assistant-orb, .assistant-avatar { position: relative; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff, #ff9a72 26%, #ff5a1f 62%, #6321c7); box-shadow: 0 0 26px rgba(255,90,31,.52); }
.assistant-orb { width: 48px; height: 48px; }
.assistant-avatar { width: 43px; height: 43px; }
.assistant-orb::before, .assistant-avatar::before { content: ''; width: 48%; height: 48%; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; }
.assistant-orb i, .assistant-avatar i { position: absolute; inset: -5px; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; animation: assistantPulse 2.4s infinite; }
.assistant-trigger-copy { text-align: left; }
.assistant-trigger-copy small, .assistant-trigger-copy strong { display: block; }
.assistant-trigger-copy small { color: rgba(255,255,255,.57); font-size: .52rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.assistant-trigger-copy strong { font-size: .79rem; }
.assistant-trigger-arrow { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
.assistant-panel { position: fixed; z-index: 90; bottom: 98px; left: 22px; width: min(390px, calc(100vw - 32px)); max-height: min(650px, calc(100svh - 120px)); display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(48,55,131,.23); border-radius: 24px; background: var(--white); box-shadow: 0 30px 90px rgba(10,13,50,.3); opacity: 0; visibility: hidden; transform: translateY(18px) scale(.98); transform-origin: bottom left; transition: opacity .25s, visibility .25s, transform .25s; }
.assistant-panel.is-open { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.assistant-header { display: grid; grid-template-columns: 44px 1fr 34px; align-items: center; gap: 11px; padding: 15px; color: var(--white); background: linear-gradient(135deg, var(--navy-900), var(--navy-700)); }
.assistant-header small, .assistant-header strong, .assistant-header span { display: block; }
.assistant-header small { color: rgba(255,255,255,.58); font-size: .51rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.assistant-header strong { font-size: .79rem; }
.assistant-header > div > span { color: #7ff0be; font-size: .58rem; }
.assistant-header > div > span i { width: 5px; height: 5px; display: inline-block; margin-right: 4px; border-radius: 50%; background: currentColor; }
.assistant-close { width: 32px; height: 32px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; }
.assistant-messages { min-height: 145px; max-height: 250px; overflow-y: auto; display: flex; flex-direction: column; gap: 9px; padding: 14px; background: #f7f6fb; }
.assistant-bubble { max-width: 87%; margin: 0; padding: 10px 12px; border-radius: 14px; font-size: .72rem; line-height: 1.48; }
.assistant-bubble-ai { align-self: flex-start; color: #30314c; border-bottom-left-radius: 4px; background: var(--white); box-shadow: 0 7px 20px rgba(18,20,55,.07); }
.assistant-bubble-user { align-self: flex-end; color: var(--white); border-bottom-right-radius: 4px; background: var(--navy-700); }
.assistant-quick { display: flex; gap: 6px; overflow-x: auto; padding: 10px 13px 5px; }
.assistant-quick button { flex: 0 0 auto; padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy-700); background: var(--white); font-size: .58rem; cursor: pointer; }
.assistant-form { display: grid; grid-template-columns: 1fr 39px; align-items: end; gap: 8px; padding: 10px 13px; }
.assistant-form textarea { width: 100%; max-height: 100px; resize: none; padding: 10px 11px; border: 1px solid var(--line); border-radius: 12px; outline: 0; color: var(--ink); background: #faf9fd; font-size: .7rem; }
.assistant-form textarea:focus { border-color: var(--orange-500); box-shadow: 0 0 0 3px rgba(255,90,31,.1); }
.assistant-form button { width: 39px; height: 39px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--white); background: var(--orange-500); cursor: pointer; }
.assistant-form button:disabled { opacity: .5; cursor: wait; }
.assistant-form svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.assistant-status { min-height: 0; margin: 0; padding: 0 13px; color: var(--muted); font-size: .58rem; }
.assistant-cta { margin: 7px 13px 0; padding: 10px 12px; border-radius: 10px; color: var(--white); background: var(--navy-900); text-align: center; font-size: .67rem; font-weight: 800; }
.assistant-note { display: block; padding: 8px 13px 12px; color: #91919e; font-size: .53rem; line-height: 1.35; text-align: center; }

.lightbox { position: fixed; z-index: 200; inset: 0; width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 56px 24px 24px; border: 0; color: var(--white); background: rgba(4,6,27,.96); }
.lightbox::backdrop { background: rgba(4,6,27,.96); }
.lightbox img { width: auto; max-width: 94vw; height: auto; max-height: calc(100vh - 125px); margin: auto; object-fit: contain; }
.lightbox p { margin: 13px auto 0; max-width: 850px; color: rgba(255,255,255,.7); text-align: center; font-size: .76rem; }
.lightbox-close { position: fixed; top: 17px; right: 18px; width: 40px; height: 40px; padding: 0; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.08); font-size: 1.45rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .09s; }
.delay-2 { transition-delay: .18s; }
.delay-3 { transition-delay: .27s; }
.no-js .reveal { opacity: 1; transform: none; }

@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%, 0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 15px); } }
@keyframes assistantPulse { 0%, 100% { opacity: .4; transform: scale(.92); } 50% { opacity: .9; transform: scale(1.08); } }

@media (max-width: 1160px) {
  .header-inner { grid-template-columns: 160px 1fr auto; }
  .brand { width: 155px; }
  .main-nav { gap: 13px; }
  .main-nav a { font-size: .61rem; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1.05fr .72fr; gap: 52px; }
  .hero-badge { left: -28px; }
  .plans-grid { grid-template-columns: repeat(3, 1fr); }
  .amenities-grid { grid-template-columns: repeat(4, 1fr); }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
  :root { --shell: min(100% - 34px, 760px); }
  .header-inner { grid-template-columns: 1fr auto; min-height: 76px; }
  .brand { width: 150px; }
  .menu-toggle { display: grid; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 76px 0 auto; max-height: calc(100svh - 76px); overflow-y: auto; display: grid; gap: 0; padding: 18px var(--shell) 24px; color: var(--white); background: rgba(12,16,55,.99); border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 20px 45px rgba(7,9,35,.3); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .22s, visibility .22s, transform .22s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
  .main-nav a::after { display: none; }
  .breadcrumb { padding-top: 94px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; padding-block: 70px 98px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(100%, 580px); justify-self: center; }
  .hero-image, .hero-image img { min-height: 690px; height: 690px; }
  .hero-badge { left: 14px; }
  .concept-grid { grid-template-columns: 50px 1fr; }
  .concept-copy { grid-column: 2; }
  .section-index i { height: 80px; }
  .numbers-grid { grid-template-columns: 1fr 1fr; }
  .numbers article:nth-child(2) { border-right: 1px solid rgba(255,255,255,.22); }
  .technical-grid { grid-template-columns: 1fr 1fr; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .section-heading > p { max-width: 650px; }
  .unit-card, .unit-card.reverse { grid-template-columns: 1fr; }
  .unit-card.reverse figure { order: initial; }
  .unit-card figure { min-height: 480px; }
  .amenities-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-wide { grid-column: span 2; }
  .plans-grid { grid-template-columns: 1fr 1fr; }
  .video-grid, .location-grid, .financing-grid { grid-template-columns: 1fr; }
  .video-shell { justify-self: center; }
  .feature-lines { grid-template-columns: 1fr 1fr; }
  .location-copy { max-width: 700px; }
  .location-visual { min-height: 620px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { min-height: auto; }
  .audience-grid h3 { margin-top: 25px; }
  .financing-cta { min-height: 220px; }
  .footer-main { grid-template-columns: 160px 1fr; }
  .footer-main a { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100vw - 28px); }
  html { scroll-padding-top: 78px; }
  h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .section { padding-block: 78px; }
  .breadcrumb { padding-top: 90px; }
  .breadcrumb ol { font-size: .65rem; }
  .hero-grid { min-height: auto; padding-top: 54px; }
  .hero h1 { font-size: clamp(3.15rem, 16.5vw, 5.2rem); }
  .hero h1 small { font-size: .21em; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-facts span:last-child { grid-column: 1 / -1; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { width: 100%; }
  .hero-image { border-radius: 130px 22px 22px 22px; }
  .hero-image, .hero-image img { min-height: 560px; height: 560px; }
  .hero-badge { top: 46px; left: 12px; min-width: 158px; }
  .scroll-cue { display: none; }
  .concept-grid { grid-template-columns: 1fr; }
  .section-index { display: none; }
  .concept-copy { grid-column: auto; }
  .numbers-grid { grid-template-columns: 1fr 1fr; }
  .numbers article { padding: 30px 17px; }
  .technical-grid { grid-template-columns: 1fr; }
  .technical-card { min-height: auto; }
  .feature-story { min-height: 680px; }
  .feature-content h2 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .unit-card figure { min-height: 300px; }
  .unit-card:nth-child(3) figure { min-height: 480px; }
  .unit-card > div { padding: 28px 22px; }
  .amenities-grid { grid-template-columns: 1fr 1fr; }
  .amenities-grid span { min-height: 100px; padding: 15px; font-size: .88rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 265px; }
  .gallery-wide { grid-column: auto; }
  .plans-grid { grid-template-columns: 1fr; }
  .plan-card > button { height: 390px; }
  .video-shell { min-height: 570px; }
  .video-shell > img, .video-shell > video { height: 570px; }
  .feature-lines { grid-template-columns: 1fr; }
  .feature-lines article { min-height: auto; }
  .location-visual { min-height: 540px; border-radius: 24px 110px 24px 24px; }
  .location-visual > img { min-height: 540px; }
  .location-note { grid-template-columns: 1fr; gap: 8px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-grid details:nth-last-child(-n+2) { border-bottom: 0; }
  .faq-grid details:last-child { border-bottom: 1px solid var(--line); }
  .related-grid { grid-template-columns: 1fr; }
  .related-card { min-height: 200px; }
  .contact-section { min-height: 650px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main img { width: 160px; }
  .whatsapp-float { right: 12px; bottom: 12px; width: 58px; min-height: 58px; justify-content: center; padding: 10px; }
  .whatsapp-float span { display: none; }
  .whatsapp-float svg { width: 34px; }
  .assistant-trigger { bottom: 12px; left: 12px; min-height: 58px; padding: 7px; }
  .assistant-trigger-copy, .assistant-trigger-arrow { display: none; }
  .assistant-orb { width: 44px; height: 44px; }
  .assistant-panel { bottom: 82px; left: 12px; width: calc(100vw - 24px); max-height: calc(100svh - 100px); }
}

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

@media print {
  .site-header, .whatsapp-float, .assistant-trigger, .assistant-panel, .scroll-cue, .section-action { display: none !important; }
  .breadcrumb { padding-top: 20px; }
  .hero { min-height: auto; color: #000; background: #fff; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr 280px; padding-block: 30px; }
  .hero h1, .hero h1 small, .hero-slogan, .hero-lead, .hero-note, .hero-facts strong { color: #000; }
  .hero-facts span { color: #333; border-color: #aaa; }
  .reveal { opacity: 1; transform: none; }
}
