:root {
  --pine-950:#061410;
  --pine-900:#0a201a;
  --pine-800:#123128;
  --pine-700:#244b40;
  --sage-200:#c6d7cf;
  --sage-100:#e1e9e4;
  --ivory:#f4f1e9;
  --paper:#fbf9f3;
  --brass:#c9a36a;
  --white:#fffef9;
  --ink:#10231d;
  --muted:#63736d;
  --line:rgba(16,35,29,.14);
  --line-light:rgba(255,254,249,.17);
  --shadow:0 24px 70px rgba(6,20,16,.13);
  --radius:28px;
  --radius-small:17px;
  --shell:min(1420px,calc(100% - 80px));
  color-scheme:light;
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; overflow-x:hidden; background:var(--ivory); color:var(--ink); font-family:"Segoe UI Variable Text","Segoe UI",Arial,sans-serif; font-size:16px; line-height:1.5; }
button,input { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }
button { cursor:pointer; }
a { color:inherit; text-decoration:none; }
img,video { display:block; max-width:100%; }
:focus-visible { outline:3px solid var(--brass); outline-offset:4px; }
.skip-link { position:fixed; z-index:100; top:8px; left:8px; padding:12px 16px; transform:translateY(-140%); border-radius:10px; background:var(--white); color:var(--ink); }
.skip-link:focus { transform:none; }
.shell { width:var(--shell); margin-inline:auto; }

.site-header { position:absolute; z-index:10; top:0; left:50%; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; width:var(--shell); min-height:94px; transform:translateX(-50%); border-bottom:1px solid var(--line-light); color:var(--white); }
.brand { display:flex; align-items:center; gap:12px; width:max-content; }
.brand__portrait { width:46px; height:46px; overflow:hidden; border:1px solid rgba(255,255,255,.34); border-radius:50%; background:var(--sage-200); }
.brand__portrait img { width:100%; height:100%; object-fit:cover; object-position:center 18%; }
.brand strong { display:block; font-size:13px; line-height:1.15; }
.brand small { display:block; margin-top:3px; color:rgba(255,255,255,.66); font-size:10px; letter-spacing:.04em; }
.site-nav { display:flex; gap:5px; padding:5px; border:1px solid rgba(255,255,255,.14); border-radius:999px; background:rgba(6,20,16,.35); backdrop-filter:blur(10px); }
.site-nav a { padding:9px 14px; border-radius:999px; color:rgba(255,255,255,.68); font-size:11px; transition:color .2s,background .2s; }
.site-nav a:hover { background:rgba(255,255,255,.1); color:white; }
.site-header > .button { justify-self:end; }
.header-cta__mobile { display:none; }
.mobile-sticky-cta { display:none; }

.button { display:inline-flex; align-items:center; justify-content:center; min-height:56px; padding:0 24px; border:1px solid var(--sage-200); border-radius:999px; background:var(--sage-200); color:var(--pine-950); font-size:13px; font-weight:700; line-height:1.1; transition:transform .2s,background .2s,border-color .2s,box-shadow .2s; }
.button:hover { transform:translateY(-2px); background:var(--white); border-color:var(--white); box-shadow:0 12px 28px rgba(0,0,0,.16); }
.button:active { transform:translateY(0); }
.button--small { min-height:43px; padding-inline:18px; font-size:11px; }
.button--ghost { border-color:rgba(255,255,255,.42); background:rgba(6,20,16,.35); color:var(--white); backdrop-filter:blur(8px); }
.button--ghost:hover { background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.65); }

.eyebrow { display:flex; align-items:center; gap:11px; margin:0; color:var(--sage-200); font-size:10px; font-weight:750; letter-spacing:.13em; line-height:1.2; text-transform:uppercase; }
.eyebrow::before { content:""; width:28px; height:1px; flex:0 0 auto; background:var(--brass); }
.eyebrow--dark { color:var(--pine-700); }
h1,h2,h3,p { text-wrap:pretty; }
h1,h2,h3 { font-family:"Segoe UI Variable Display","Segoe UI",Arial,sans-serif; }

.hero { position:relative; display:flex; min-height:900px; align-items:center; overflow:hidden; background:var(--pine-950); color:var(--white); }
.hero__media,.hero__veil { position:absolute; inset:0; }
.hero__media { left:37%; overflow:hidden; }
.hero__media img { width:100%; height:100%; object-fit:cover; object-position:center; filter:saturate(.76) contrast(1.04); transform:scale(1.025); animation:hero-arrive 1.25s cubic-bezier(.2,.75,.2,1) both; }
.hero__veil { background:linear-gradient(90deg,var(--pine-950) 0%,rgba(6,20,16,.98) 34%,rgba(6,20,16,.68) 57%,rgba(6,20,16,.1) 100%),linear-gradient(0deg,rgba(6,20,16,.74),transparent 42%); }
.hero__content { position:relative; z-index:2; padding:170px 0 100px; }
.hero h1 { max-width:850px; margin:29px 0 0; font-size:clamp(60px,6.8vw,112px); font-weight:520; line-height:.91; letter-spacing:-.067em; }
.hero h1 em { color:var(--sage-200); font-style:normal; }
.hero__lead { max-width:640px; margin:30px 0 0; color:rgba(255,254,249,.72); font-size:18px; line-height:1.65; }
.hero__programme { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); width:min(810px,100%); margin-top:18px; overflow:hidden; border:1px solid rgba(255,255,255,.2); border-radius:20px; background:rgba(6,20,16,.62); box-shadow:0 18px 50px rgba(0,0,0,.16); backdrop-filter:blur(14px); }
.hero__programme div { min-height:91px; padding:18px 20px; border-right:1px solid rgba(255,255,255,.16); }
.hero__programme div:last-child { border-right:0; }
.hero__programme small { display:block; color:rgba(255,255,255,.58); font-size:9px; font-weight:650; letter-spacing:.07em; text-transform:uppercase; }
.hero__programme strong { display:block; margin-top:11px; color:var(--white); font-size:22px; font-weight:680; line-height:1.05; letter-spacing:-.035em; }
.hero__programme div:nth-child(2) strong { color:#e8c78f; }
.hero__programme-note { width:min(810px,100%); margin:9px 0 0; color:rgba(255,255,255,.48); font-size:10px; line-height:1.5; }
.hero__selection-note { width:min(810px,100%); margin:16px 0 0; padding:15px 18px; border-left:2px solid var(--brass); border-radius:0 14px 14px 0; background:rgba(6,20,16,.48); color:rgba(255,255,255,.76); font-size:13px; line-height:1.5; backdrop-filter:blur(10px); }
.hero__selection-note strong { color:var(--white); }
.hero__actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.hero__facts { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); width:min(810px,100%); margin:38px 0 0; border-top:1px solid var(--line-light); border-bottom:1px solid var(--line-light); }
.hero__facts div { min-height:118px; padding:21px 22px 18px 0; border-right:1px solid var(--line-light); }
.hero__facts div + div { padding-left:22px; }
.hero__facts div:last-child { border-right:0; }
.hero__facts dt { color:var(--brass); font-size:9px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.hero__facts dd { margin:17px 0 0; font-size:20px; font-weight:650; line-height:1.12; }
.hero__scroll { position:absolute; z-index:3; right:4.5%; bottom:38px; display:grid; place-items:center; width:52px; height:52px; border:1px solid rgba(255,255,255,.36); border-radius:50%; color:white; animation:scroll-cue 2.2s ease-in-out infinite; }

.section { padding:116px 0; }
.section--sage { background:var(--sage-100); }
.section--dark { background:var(--pine-950); color:var(--white); }
.section--paper { background:var(--paper); }
.section-head { display:grid; grid-template-columns:minmax(0,1.5fr) minmax(320px,.6fr); gap:60px; align-items:end; margin-bottom:48px; }
.section-head h2 { max-width:900px; margin:15px 0 0; font-size:clamp(42px,4.6vw,72px); font-weight:520; line-height:.98; letter-spacing:-.055em; }
.section-head > p { max-width:480px; margin:0; color:var(--muted); font-size:15px; line-height:1.65; }
.section-head--light > p { color:rgba(255,255,255,.62); }

.apartment-card { display:grid; grid-template-columns:minmax(0,1.02fr) minmax(440px,.86fr); overflow:hidden; border-radius:var(--radius); background:var(--pine-900); color:var(--white); box-shadow:var(--shadow); }
.apartment-plan { position:relative; display:grid; min-height:680px; place-items:center; padding:54px; background:var(--paper); }
.apartment-plan::after { content:""; position:absolute; right:28px; bottom:28px; width:95px; height:95px; border:1px solid var(--brass); border-radius:50%; }
.apartment-plan img { position:relative; z-index:1; width:100%; height:570px; object-fit:contain; filter:drop-shadow(0 16px 18px rgba(16,35,29,.14)); }
.media-label { position:absolute; z-index:2; top:25px; left:25px; padding:9px 13px; border:1px solid var(--line); border-radius:999px; background:rgba(251,249,243,.88); color:var(--ink); font-size:10px; font-weight:700; backdrop-filter:blur(8px); }
.apartment-copy { padding:55px; }
.apartment-copy h3 { margin:18px 0 17px; font-size:clamp(38px,4vw,58px); font-weight:520; line-height:.99; letter-spacing:-.055em; }
.apartment-copy > p:not(.eyebrow) { margin:0; color:rgba(255,255,255,.68); font-size:16px; line-height:1.65; }
.apartment-benefits { display:grid; margin-top:31px; border-top:1px solid var(--line-light); }
.apartment-benefits article { display:grid; grid-template-columns:34px 1fr; gap:13px; padding:16px 0; border-bottom:1px solid var(--line-light); }
.apartment-benefits span { display:grid; place-items:center; width:28px; height:28px; border:1px solid rgba(201,163,106,.6); border-radius:50%; color:var(--brass); font-size:10px; }
.apartment-benefits b { align-self:center; font-size:15px; line-height:1.35; }
.programme-line { display:flex; justify-content:space-between; gap:24px; margin:25px 0; color:rgba(255,255,255,.58); font-size:11px; }
.programme-line strong { max-width:330px; color:var(--white); text-align:right; }
.apartment-copy .button { width:100%; }

.proof-explorer { margin-top:65px; }
.proof-explorer__head { display:grid; grid-template-columns:minmax(0,1fr) minmax(280px,.45fr); gap:50px; align-items:end; margin-bottom:26px; }
.proof-explorer__head h3 { max-width:850px; margin:14px 0 0; font-size:clamp(36px,4vw,60px); font-weight:520; line-height:1; letter-spacing:-.052em; }
.proof-explorer__head > p { margin:0; color:var(--muted); font-size:13px; line-height:1.6; }
.proof-stage { position:relative; min-height:610px; overflow:hidden; border-radius:var(--radius); background:var(--pine-900); color:var(--white); box-shadow:var(--shadow); }
.proof-stage > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transform:scale(1.025); transition:transform 6s cubic-bezier(.2,.65,.25,1),opacity .24s ease,filter .35s ease; }
.proof-stage:hover > img { transform:scale(1.09); filter:saturate(1.05); }
.proof-stage.is-changing > img { opacity:.55; }
.proof-stage__veil { position:absolute; inset:0; background:linear-gradient(90deg,rgba(6,20,16,.9),rgba(6,20,16,.42) 52%,rgba(6,20,16,.05)),linear-gradient(0deg,rgba(6,20,16,.7),transparent 54%); }
.proof-stage__copy { position:absolute; z-index:1; left:0; bottom:0; max-width:720px; padding:52px; }
.proof-stage__copy small { color:var(--brass); font-size:10px; font-weight:700; letter-spacing:.11em; text-transform:uppercase; }
.proof-stage__copy h3 { margin:12px 0 11px; font-size:clamp(36px,4vw,61px); font-weight:520; line-height:.98; letter-spacing:-.052em; }
.proof-stage__copy p { max-width:590px; margin:0; color:rgba(255,255,255,.72); font-size:14px; }
.evidence-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:12px; }
.evidence-card { display:grid; grid-template-columns:105px 1fr; gap:17px; align-items:center; min-height:118px; padding:11px; overflow:hidden; border:1px solid var(--line); border-radius:18px; background:rgba(251,249,243,.7); color:var(--ink); text-align:left; transition:transform .22s ease,border-color .22s ease,background .22s ease; }
.evidence-card:hover,.evidence-card.is-active { transform:translateY(-3px); border-color:var(--brass); background:var(--paper); }
.evidence-card img { width:105px; height:94px; border-radius:12px; object-fit:cover; }
.evidence-card__copy { display:block; padding-right:8px; }
.evidence-card small { display:block; color:var(--pine-700); font-size:9px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.evidence-card strong { display:block; margin-top:8px; font-size:14px; line-height:1.28; }

.motion-compare { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.motion-card { overflow:hidden; border:1px solid var(--line-light); border-radius:var(--radius); background:var(--pine-900); }
.motion-card header { min-height:190px; padding:31px; }
.motion-card header > span { color:var(--brass); font-size:10px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.motion-card h3 { margin:13px 0 8px; font-size:34px; font-weight:520; letter-spacing:-.04em; }
.motion-card header p { max-width:520px; margin:0; color:rgba(255,255,255,.62); font-size:14px; }
.motion-still,.video-frame { position:relative; height:470px; overflow:hidden; background:#0a1713; }
.motion-still > img { width:100%; height:100%; object-fit:cover; transform:scale(1.03); transition:transform 7s cubic-bezier(.2,.65,.25,1),filter .5s; }
.motion-still:hover > img,.motion-still:focus > img { transform:scale(1.17) translate3d(-2.5%,1%,0); filter:saturate(1.08); }
.motion-still::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(6,20,16,.55),transparent 54%); pointer-events:none; }
.hotspot { position:absolute; z-index:2; display:flex; align-items:center; gap:9px; color:white; font-size:11px; font-weight:650; opacity:.92; }
.hotspot i { position:relative; display:block; width:13px; height:13px; border:2px solid var(--white); border-radius:50%; background:var(--brass); box-shadow:0 0 0 7px rgba(201,163,106,.22); }
.hotspot i::after { content:""; position:absolute; inset:-8px; border:1px solid var(--white); border-radius:50%; animation:hotspot 2.1s ease-out infinite; }
.hotspot b { padding:8px 10px; border:1px solid rgba(255,255,255,.28); border-radius:999px; background:rgba(6,20,16,.55); backdrop-filter:blur(7px); }
.hotspot--one { top:28%; left:17%; }.hotspot--two { top:61%; right:12%; }
.motion-hint { position:absolute; z-index:2; bottom:22px; left:22px; padding:8px 11px; border-radius:999px; background:rgba(6,20,16,.66); color:rgba(255,255,255,.75); font-size:10px; }
.video-frame video { width:100%; height:100%; object-fit:cover; }
.video-frame::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(6,20,16,.54),transparent 45%); pointer-events:none; }
.video-toggle { position:absolute; z-index:2; bottom:22px; left:22px; display:flex; align-items:center; gap:9px; min-height:44px; padding:0 16px; border:1px solid rgba(255,255,255,.42); border-radius:999px; background:rgba(6,20,16,.68); color:white; font-size:11px; font-weight:700; backdrop-filter:blur(8px); }
.video-toggle span { display:grid; place-items:center; width:25px; height:25px; border-radius:50%; background:var(--sage-200); color:var(--pine-950); font-size:9px; }

.route-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.route-card { position:relative; min-height:480px; overflow:hidden; padding:0; border:0; border-radius:var(--radius); background:var(--pine-900); color:var(--white); text-align:left; box-shadow:0 14px 38px rgba(6,20,16,.1); }
.route-card > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter:saturate(.76); transition:transform .5s ease,filter .4s; }
.route-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(6,20,16,.04) 22%,rgba(6,20,16,.94) 100%); }
.route-card:hover > img { transform:scale(1.04); filter:saturate(.93); }
.route-card__plan { position:absolute; z-index:2; top:20px; right:20px; display:grid; place-items:center; width:98px; height:98px; padding:8px; border-radius:15px; background:var(--paper); box-shadow:0 12px 26px rgba(0,0,0,.2); transition:transform .28s; }
.route-card:hover .route-card__plan { transform:translateY(-4px) rotate(1.5deg); }
.route-card__plan img { width:100%; height:100%; object-fit:contain; }
.route-card__copy { position:absolute; z-index:2; right:0; bottom:0; left:0; padding:29px; }
.route-card__copy small { color:var(--brass); font-size:9px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.route-card__copy h3 { margin:10px 0 9px; padding-right:30px; font-size:31px; font-weight:540; line-height:1.04; letter-spacing:-.045em; }
.route-card__copy p { max-width:330px; margin:0; color:rgba(255,255,255,.72); font-size:13px; }
.route-card__action { display:inline-flex; align-items:center; gap:8px; margin-top:19px; color:var(--sage-200); font-size:11px; font-weight:700; }
.route-card__action::after { content:"→"; transition:transform .2s; }.route-card:hover .route-card__action::after { transform:translateX(4px); }

.calculator { display:grid; grid-template-columns:minmax(0,.95fr) minmax(440px,.72fr); overflow:hidden; border:1px solid var(--line); border-radius:var(--radius); background:var(--pine-900); box-shadow:var(--shadow); }
.calculator__form { padding:50px; color:var(--white); }
.calculator fieldset { margin:0; padding:0; border:0; }.calculator legend { margin-bottom:13px; color:rgba(255,255,255,.65); font-size:11px; }
.lot-tabs { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; }
.lot-tab { min-height:76px; padding:13px; border:1px solid var(--line-light); border-radius:var(--radius-small); background:transparent; color:white; text-align:left; transition:border-color .2s,background .2s,transform .2s; }
.lot-tab:hover { transform:translateY(-2px); border-color:var(--sage-200); }.lot-tab.is-active { border-color:var(--brass); background:rgba(201,163,106,.13); }
.lot-tab small { display:block; color:var(--brass); font-size:9px; }.lot-tab strong { display:block; margin-top:7px; font-size:13px; }
.field-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:25px; }
.field-grid label { display:grid; gap:8px; color:rgba(255,255,255,.65); font-size:11px; }
.field-grid input { width:100%; min-height:56px; padding:0 15px; border:1px solid var(--line-light); border-radius:14px; background:rgba(6,20,16,.55); color:white; outline:0; transition:border-color .2s,background .2s; }
.field-grid input:focus { border-color:var(--sage-200); background:rgba(6,20,16,.78); }
.field-grid input::placeholder { color:rgba(255,255,255,.3); }.field-wide { grid-column:1/-1; }
.calculator__note { margin:20px 0 0; color:rgba(255,255,255,.54); font-size:11px; line-height:1.6; }.calculator__note strong { color:var(--sage-200); }
.calculator__form > .button { width:100%; margin-top:25px; }
.calculator__selection { padding:42px; background:var(--paper); }
.calculator__plan { display:grid; height:315px; place-items:center; margin-bottom:28px; overflow:hidden; border-radius:20px; background:var(--sage-100); }
.calculator__plan img { width:100%; height:100%; padding:20px; object-fit:contain; }
.calculator__selection h3 { margin:13px 0 20px; font-size:39px; font-weight:540; letter-spacing:-.045em; }
.calculator__selection dl { margin:0; border-top:1px solid var(--line); }
.calculator__selection dl div { display:flex; justify-content:space-between; gap:20px; padding:14px 0; border-bottom:1px solid var(--line); font-size:12px; }
.calculator__selection dt { color:var(--muted); }.calculator__selection dd { margin:0; max-width:280px; font-weight:650; text-align:right; }

.delivery { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); gap:80px; align-items:center; }
.delivery__copy h2 { margin:17px 0; font-size:clamp(44px,4.8vw,72px); font-weight:520; line-height:.98; letter-spacing:-.055em; }.delivery__copy > p:not(.eyebrow) { max-width:560px; color:rgba(255,255,255,.62); }.delivery__copy .button { margin-top:23px; }
.delivery__cards { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line-light); border-left:1px solid var(--line-light); }
.delivery__cards article { min-height:320px; padding:20px; border-right:1px solid var(--line-light); border-bottom:1px solid var(--line-light); }
.delivery-visual { position:relative; height:112px; margin-bottom:17px; overflow:hidden; border-radius:14px; background:rgba(255,255,255,.08); }
.delivery-visual--calc { display:grid; align-content:center; gap:8px; padding:18px; }
.delivery-visual--calc i { display:block; height:7px; border-radius:999px; background:rgba(255,255,255,.18); }.delivery-visual--calc i:nth-child(2) { width:72%; }.delivery-visual--calc i:nth-child(3) { width:44%; }
.delivery-visual--calc b { position:absolute; right:13px; bottom:12px; color:var(--sage-200); font-size:10px; }
.delivery-visual--plan { display:grid; place-items:center; background:var(--paper); }.delivery-visual--plan img { width:100%; height:100%; padding:8px; object-fit:contain; }
.delivery-visual--stack { overflow:visible; background:transparent; }.delivery-visual--stack img { position:absolute; top:8px; left:50%; width:74px; height:94px; padding:5px; border-radius:9px; background:white; object-fit:contain; box-shadow:0 8px 22px rgba(0,0,0,.22); }.delivery-visual--stack img:nth-child(1) { transform:translateX(-90%) rotate(-8deg); }.delivery-visual--stack img:nth-child(2) { z-index:2; transform:translateX(-50%); }.delivery-visual--stack img:nth-child(3) { transform:translateX(-10%) rotate(8deg); }
.delivery-visual--proof img { width:100%; height:100%; object-fit:cover; filter:brightness(.72); }.delivery-visual--proof b { position:absolute; left:13px; bottom:11px; color:white; font-size:10px; }
.delivery__cards span { color:var(--brass); font-size:10px; }.delivery__cards strong { display:block; margin-top:10px; font-size:19px; line-height:1.15; }.delivery__cards p { margin:9px 0 0; color:rgba(255,255,255,.55); font-size:12px; }

.expert { display:grid; grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr); overflow:hidden; border-radius:var(--radius); background:var(--paper); box-shadow:var(--shadow); }
.expert__media { min-height:700px; margin:0; background:var(--sage-200); }.expert__media img { width:100%; height:100%; object-fit:cover; object-position:center; }
.expert__copy { padding:55px; }.expert__copy h2 { margin:18px 0; font-size:clamp(44px,4.7vw,70px); font-weight:520; line-height:.98; letter-spacing:-.058em; }.expert__copy > p:not(.eyebrow) { max-width:700px; color:var(--muted); line-height:1.65; }
.credentials { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin:30px 0; }
.credentials figure { overflow:hidden; margin:0; border:1px solid var(--line); border-radius:14px; background:white; }.credentials img { width:100%; height:145px; padding:9px; object-fit:contain; }.credentials figcaption { min-height:57px; padding:10px; border-top:1px solid var(--line); color:var(--muted); font-size:10px; line-height:1.35; }

.final-cta { padding:80px 0; background:var(--pine-800); color:var(--white); }
.final-cta__inner { display:grid; grid-template-columns:minmax(330px,.7fr) minmax(0,1.3fr); gap:70px; align-items:center; }
.final-cta__visual { position:relative; min-height:430px; }
.final-cta__plan { position:absolute; inset:0 18% 8% 0; display:grid; place-items:center; overflow:hidden; border-radius:26px; background:var(--paper); box-shadow:0 25px 65px rgba(0,0,0,.24); transform:rotate(-2deg); }
.final-cta__plan img { width:100%; height:100%; padding:30px; object-fit:contain; }
.final-cta__proof { position:absolute; right:0; bottom:0; width:58%; padding:20px; border:1px solid rgba(255,255,255,.22); border-radius:18px; background:rgba(6,20,16,.86); box-shadow:0 18px 45px rgba(0,0,0,.3); backdrop-filter:blur(14px); }
.final-cta__proof small,.final-cta__proof span { display:block; color:rgba(255,255,255,.58); font-size:10px; }.final-cta__proof strong { display:block; margin:7px 0; color:var(--brass); font-size:23px; }
.final-cta h2 { max-width:920px; margin:17px 0 0; font-size:clamp(45px,5vw,78px); font-weight:520; line-height:.96; letter-spacing:-.058em; }.final-cta__copy > p:not(.eyebrow) { max-width:680px; color:rgba(255,255,255,.62); }.final-cta .button { margin-top:20px; }
.site-footer { padding:32px 0; background:var(--pine-950); color:rgba(255,255,255,.48); font-size:10px; }.site-footer .shell { display:flex; justify-content:space-between; gap:28px; }.site-footer__legal { display:flex; flex-wrap:wrap; gap:12px; }.site-footer a { color:rgba(255,255,255,.66); text-decoration:underline; text-underline-offset:3px; }

.messenger-dialog { width:min(540px,calc(100% - 30px)); padding:0; border:0; border-radius:24px; background:transparent; color:var(--white); }.messenger-dialog::backdrop { background:rgba(3,12,9,.78); backdrop-filter:blur(5px); }
.dialog-card { position:relative; padding:37px; border:1px solid rgba(255,255,255,.18); border-radius:24px; background:var(--pine-900); box-shadow:0 30px 100px rgba(0,0,0,.35); }.dialog-card h2 { margin:17px 0 9px; font-size:40px; font-weight:520; letter-spacing:-.045em; }.dialog-card > p:not(.eyebrow):not(.dialog-status) { color:rgba(255,255,255,.62); }.dialog-close { position:absolute; top:16px; right:16px; display:grid; place-items:center; width:38px; height:38px; border:1px solid var(--line-light); border-radius:50%; background:transparent; color:white; font-size:22px; }
.messenger-options { display:grid; gap:9px; margin:23px 0; }.messenger-options label { display:flex; gap:12px; align-items:center; min-height:69px; padding:12px 15px; border:1px solid var(--line-light); border-radius:14px; cursor:pointer; }.messenger-options label:has(input:checked) { border-color:var(--brass); background:rgba(201,163,106,.1); }.messenger-options input { accent-color:var(--brass); }.messenger-options b,.messenger-options small { display:block; }.messenger-options small { margin-top:3px; color:rgba(255,255,255,.5); font-size:10px; }.dialog-card > .button { width:100%; }.dialog-status { min-height:18px; margin:13px 0 0; color:var(--sage-200); font-size:11px; }
.dialog-consent { display:grid; grid-template-columns:18px 1fr; gap:10px; align-items:start; margin:0 0 18px; color:rgba(255,255,255,.58); font-size:10px; line-height:1.45; }.dialog-consent input { margin:2px 0 0; accent-color:var(--brass); }.dialog-consent a { color:var(--sage-200); text-decoration:underline; text-underline-offset:2px; }

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

@keyframes hero-arrive { from { opacity:.35; transform:scale(1.09); } to { opacity:1; transform:scale(1.025); } }
@keyframes scroll-cue { 0%,100% { transform:translateY(0); } 50% { transform:translateY(7px); } }
@keyframes hotspot { from { transform:scale(.65); opacity:.8; } to { transform:scale(1.7); opacity:0; } }

@media (max-width:1100px) {
  :root { --shell:min(100% - 48px,1420px); }
  .site-nav { display:none; }
  .site-header { grid-template-columns:1fr auto; }
  .hero__media { left:25%; }
  .apartment-card { grid-template-columns:1fr 1fr; }.apartment-plan { min-height:590px; padding:40px; }.apartment-plan img { height:500px; }.apartment-copy { padding:40px; }
  .route-grid { grid-template-columns:1fr 1fr; }
  .calculator { grid-template-columns:1fr 1fr; }.calculator__form,.calculator__selection { padding:35px; }
  .delivery { gap:45px; }
  .evidence-card { grid-template-columns:82px 1fr; }.evidence-card img { width:82px; }
  .final-cta__inner { gap:42px; }
}

@media (max-width:760px) {
  :root { --shell:calc(100% - 34px); --radius:24px; }
  body { padding-bottom:76px; }
  .site-header { min-height:78px; }.site-header > .button { min-height:40px; padding:0 13px; font-size:10px; }.header-cta__desktop { display:none; }.header-cta__mobile { display:inline; }.brand__portrait { width:39px; height:39px; }.brand strong { font-size:11px; }.brand small { font-size:8px; }
  .mobile-sticky-cta { position:fixed; z-index:30; right:12px; bottom:12px; left:12px; display:flex; align-items:center; justify-content:center; min-height:54px; padding:0 20px; border:1px solid rgba(255,255,255,.55); border-radius:999px; background:var(--sage-200); color:var(--pine-950); box-shadow:0 14px 34px rgba(0,0,0,.3); font-size:13px; font-weight:750; }
  .hero { min-height:1040px; align-items:flex-end; }.hero__media { left:0; opacity:.72; }.hero__veil { background:linear-gradient(0deg,var(--pine-950) 0%,rgba(6,20,16,.9) 58%,rgba(6,20,16,.22) 100%); }.hero__content { padding:130px 0 66px; }.hero h1 { font-size:clamp(49px,14vw,70px); }.hero__lead { margin-top:23px; font-size:15px; line-height:1.55; }.hero__programme { grid-template-columns:1fr 1fr; }.hero__programme div { min-height:79px; padding:14px; }.hero__programme div:nth-child(2) { border-right:0; }.hero__programme div:nth-child(3) { grid-column:1/-1; border-top:1px solid rgba(255,255,255,.16); }.hero__programme strong { font-size:18px; }.hero__selection-note { margin-top:14px; padding:13px 14px; font-size:12px; }.hero__actions { margin-top:22px; }.hero__actions .button { width:100%; }.hero__facts { display:none; }.hero__scroll { display:none; }
  .section { padding:76px 0; }.section-head { display:block; margin-bottom:31px; }.section-head h2 { font-size:42px; }.section-head > p { margin-top:18px; font-size:13px; }
  .apartment-card { grid-template-columns:1fr; }.apartment-plan { min-height:440px; padding:27px; }.apartment-plan img { height:380px; }.apartment-copy { padding:30px 25px; }.apartment-copy h3 { font-size:36px; }.programme-line { display:grid; gap:7px; }.programme-line strong { max-width:none; text-align:left; }
  .proof-explorer { margin-top:48px; }.proof-explorer__head { display:block; }.proof-explorer__head > p { margin-top:15px; }.proof-stage { min-height:480px; }.proof-stage__copy { padding:27px 23px; }.proof-stage__copy h3 { font-size:37px; }.proof-stage__veil { background:linear-gradient(0deg,rgba(6,20,16,.94),rgba(6,20,16,.08) 76%); }.evidence-grid { grid-template-columns:1fr; }.evidence-card { grid-template-columns:88px 1fr; min-height:98px; }.evidence-card img { width:88px; height:76px; }
  .motion-compare { grid-template-columns:1fr; }.motion-card header { min-height:auto; }.motion-still,.video-frame { height:350px; }.hotspot b { display:none; }
  .route-grid { grid-template-columns:1fr; }.route-card { min-height:390px; }.route-card__copy h3 { font-size:29px; }.route-card__plan { width:82px; height:82px; }
  .calculator { grid-template-columns:1fr; }.calculator__selection { order:-1; }.calculator__plan { height:280px; }.lot-tabs { grid-template-columns:1fr 1fr; }.field-grid { grid-template-columns:1fr; }.field-wide { grid-column:auto; }
  .delivery { grid-template-columns:1fr; }.delivery__cards { margin-top:10px; }.delivery__cards article { min-height:290px; padding:18px; }.delivery__cards strong { margin-top:9px; font-size:18px; }
  .expert { grid-template-columns:1fr; }.expert__media { min-height:430px; }.expert__copy { padding:31px 24px; }.expert__copy h2 { font-size:44px; }.credentials { grid-template-columns:1fr 1fr; }.credentials figure:last-child { grid-column:1/-1; }.credentials img { height:125px; }
  .final-cta__inner { grid-template-columns:1fr; }.final-cta__visual { min-height:360px; }.final-cta h2 { font-size:47px; }.final-cta .button { width:100%; margin-top:28px; }.site-footer .shell { display:grid; }
  .dialog-card { padding:30px 22px; }.dialog-card h2 { font-size:34px; }
}

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