/* Sample 04 — Ascent. An elevator ride: one pinned tower scene with a scrubbed floor counter,
   lift-door chapter wipes, and quiet editorial sections below. Light sand, navy type, gold numerals. */
:root { --gutter: clamp(24px, 4vw, 64px); --left: clamp(24px, 4vw, 64px); }
html { scroll-behavior: auto; }
html, body { overflow-x: clip; }
body { background: var(--cream); color: var(--navy); }
.container { width: min(1440px, 100% - 2 * var(--gutter)); }
em { font-style: italic; }
.h2 em, .h3 em, .display em, .lede em { color: var(--violet); }
.js .reveal { opacity: 0; }
.frame--reveal { clip-path: inset(0 0 0 0); }
.link { display: inline-flex; gap: 10px; align-items: center; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--navy); border-bottom: 1px solid var(--gold); padding-bottom: 6px; }
.link span { transition: transform .35s var(--ease-out); }
.link:hover span { transform: translateY(-3px); }

/* ---------- Header ---------- */
.top { position: fixed; inset: 0 0 auto 0; z-index: 40; display: flex; align-items: center; gap: 40px; padding: 22px var(--gutter); mix-blend-mode: multiply; }
.top__mark { color: var(--navy); }
.nav { display: flex; gap: 28px; font-size: 13px; letter-spacing: .04em; color: var(--ink-2); }
.nav a { position: relative; padding: 4px 0; }
.nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--navy); transition: right .3s var(--ease-out); }
.nav a:hover::after { right: 0; }
.top__btn { margin-left: auto; min-height: 44px; padding: 0 22px; font-size: 11px; }

/* ---------- The ascent (pinned) ---------- */
.ascent { position: relative; height: 100vh; height: 100svh; overflow: hidden; background: var(--cream); }
.ascent__canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; opacity: 0; transition: opacity 1.4s var(--ease-out); }
.is-ready .ascent__canvas { opacity: 1; }
.ascent__veil { position: absolute; inset: 0; background: linear-gradient(90deg, var(--cream) 34%, rgba(246,243,236,.7) 48%, rgba(246,243,236,0) 62%); opacity: 0; pointer-events: none; }
/* a faint horizon so the ground reads */
.ascent::before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 30vh; background: linear-gradient(to top, rgba(224,218,202,.55), rgba(224,218,202,0)); pointer-events: none; }

/* Title state */
.title { position: absolute; left: var(--left); top: 50%; transform: translateY(calc(-50% + var(--dy, 0px))); z-index: 4; display: flex; flex-direction: column; gap: 22px; max-width: 46vw; }
.title__mark { font-size: clamp(30px, 3.6vw, 52px); color: var(--navy); gap: .4em; }
.title__mark img { height: 1.2em; }
.title__tag { font-family: var(--serif); font-weight: 300; font-size: clamp(38px, 4.4vw, 70px); line-height: 1.04; letter-spacing: -.01em; }
.title__tag em { color: var(--violet); }
.title__eyebrow { color: var(--violet); }
.title__hint { display: flex; align-items: center; gap: 16px; margin-top: 26px; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-3); }
.title__line { position: relative; width: 1px; height: 56px; background: var(--line); overflow: hidden; }
.title__line i { position: absolute; inset: 0; background: var(--gold); animation: rise 2.2s var(--ease-in-out) infinite; }
@keyframes rise { 0% { transform: translateY(100%); } 55%, 100% { transform: translateY(-100%); } }

/* Lift: rail + counter */
.lift { position: absolute; left: var(--left); top: 50%; transform: translateY(calc(-50% + var(--dy, 0px))); z-index: 3; display: grid; grid-template-columns: 196px auto; gap: 0 28px; align-items: center; height: 62vh; opacity: 0; pointer-events: none; }
.rail { position: relative; height: 100%; width: 1px; background: var(--line); }
.rail__tick { position: absolute; left: 0; width: 7px; height: 1px; background: rgba(21,33,58,.35); transform: translateY(-50%); }
.rail__tick--major { width: 13px; background: var(--navy); }
.rail__end { position: absolute; left: 22px; transform: translateY(-50%); font-family: var(--serif); font-size: 15px; color: var(--ink-3); line-height: 1; }
.rail__seg { position: absolute; left: -1px; width: 3px; background: var(--gold); opacity: 0; transition: opacity .5s; }
.rail__seg.is-active { opacity: 1; }
.rail__band { position: absolute; left: 24px; transform: translateY(-50%); white-space: nowrap; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); transition: color .4s; line-height: 1; }
.rail__band b { font-weight: 400; color: var(--ink-3); margin-left: 6px; letter-spacing: .08em; }
.rail__band.is-active { color: var(--navy); }
.rail__band.is-active b { color: var(--gold); }
.rail__marker { position: absolute; left: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); transform: translateY(-50%); box-shadow: 0 0 0 4px var(--cream); }
.counter { display: flex; flex-direction: column; gap: 4px; }
.counter__label { color: var(--violet); }
.counter__num { font-family: var(--serif); font-weight: 300; font-size: clamp(150px, 30vh, 270px); line-height: .82; color: var(--gold); font-variant-numeric: lining-nums; letter-spacing: -.03em; overflow: hidden; padding: .06em 0 .04em; margin-left: -.03em; min-width: 1.15em; }
.counter__num span { display: inline-block; will-change: transform; }
.counter__tier { display: flex; flex-direction: column; gap: 6px; margin-top: 10px; padding-top: 14px; border-top: 1px solid var(--gold); max-width: 300px; }
.counter__tier em { font-family: var(--serif); font-size: 30px; line-height: 1; color: var(--navy); }
.counter__tier span { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2); }

/* Tier panels */
.tiers { position: absolute; right: var(--gutter); top: 50%; transform: translateY(-50%); width: 300px; z-index: 3; }
.tier { position: absolute; right: 0; top: 50%; width: 100%; padding: 22px 24px 20px; background: rgba(246,243,236,.86); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid var(--line); border-top: 1px solid var(--gold); visibility: hidden; opacity: 0; }
.tier__eyebrow { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--violet); margin-bottom: 8px; }
.tier__name { font-family: var(--serif); font-weight: 300; font-size: 34px; line-height: 1; margin-bottom: 14px; display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.tier__name b { font-weight: 300; font-size: 22px; color: var(--gold); letter-spacing: .02em; }
.tier__text { font-size: 14px; color: var(--ink-2); margin-bottom: 14px; }
.tier__list { list-style: none; margin: 0 0 14px; padding: 0; display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); }
.tier__spec { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; margin: 0; }
.tier__spec div { display: flex; flex-direction: column; gap: 2px; padding: 8px 0; border-top: 1px solid var(--line); }
.tier__spec dt { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.tier__spec dd { margin: 0; font-family: var(--serif); font-size: 24px; line-height: 1.05; }
.tier__sizes { font-size: 15px !important; line-height: 1.35 !important; }
.tier__floors { font-size: 12px; letter-spacing: .06em; color: var(--ink-2); margin: 10px 0 12px; padding-top: 8px; border-top: 1px solid var(--line); }
.tier__plan { background: #fff; border: 1px solid var(--line); padding: 8px; margin-bottom: 14px; }
.tier__plan img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; object-position: center; }
.tier__plan--sq img { aspect-ratio: 5 / 4; }
.tier__img { margin-top: 4px; }
.tier__img img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.tier__table { border-collapse: collapse; width: 100%; font-size: 14px; margin-bottom: 14px; }
.tier__table th, .tier__table td { padding: 7px 0; border-top: 1px solid var(--line); text-align: left; font-weight: 300; }
.tier__table th { color: var(--ink-2); }
.tier__table td { text-align: right; font-family: var(--serif); font-size: 18px; }
.tier__link { display: inline-flex; gap: 10px; align-items: center; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--navy); border-bottom: 1px solid var(--gold); padding-bottom: 5px; }
.tier__link span { transition: transform .35s var(--ease-out); }
.tier__link:hover span { transform: translateX(4px); }

/* Aerial: Upanga */
.upanga { position: absolute; left: var(--left); top: 50%; transform: translateY(calc(-50% + var(--dy, 0px))); z-index: 3; width: min(560px, 46vw); display: flex; flex-direction: column; gap: 18px; opacity: 0; pointer-events: none; }
.upanga .eyebrow { color: var(--violet); }
.upanga__head { font-size: clamp(32px, 3.3vw, 50px); }
.upanga__body { font-size: 15px; max-width: 52ch; color: var(--ink-2); }
.places__title { font-family: var(--serif); font-size: 22px; margin: 6px 0 8px; }
.places__list { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 32px; counter-reset: place; }
.places__list li { break-inside: avoid; display: flex; flex-direction: column; gap: 1px; padding: 8px 0; border-top: 1px solid var(--line); font-size: 14px; counter-increment: place; position: relative; padding-left: 26px; }
.places__list li::before { content: counter(place, decimal-leading-zero); position: absolute; left: 0; top: 9px; font-family: var(--serif); font-size: 13px; color: var(--gold); }
.places__list i { font-style: normal; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }

/* ---------- Doors ---------- */
.doors { position: fixed; inset: 0; z-index: 60; pointer-events: none; overflow: hidden; visibility: hidden; }
.js .doors { visibility: visible; }
.door { position: absolute; top: 0; bottom: 0; width: 50%; background: var(--navy); overflow: hidden; }
.door--l { left: 0; }
.door--r { right: 0; }
.door::after { content: ''; position: absolute; top: 0; bottom: 0; width: 1px; background: var(--gold); opacity: .8; }
.door--l::after { right: 0; }
.door--r::after { left: 0; }
.door__mark { position: absolute; top: 50%; width: clamp(120px, 14vw, 200px); opacity: .18; }
.door--l .door__mark { right: 0; transform: translate(50%, -50%); }
.door--r .door__mark { left: 0; transform: translate(-50%, -50%); }
.door__label { position: absolute; bottom: 44px; right: 44px; margin: 0; display: flex; flex-direction: column; gap: 6px; color: #fff; text-align: right; }
.door__label--r { right: auto; left: 44px; text-align: left; }
.door__label i { font-style: normal; font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); }
.door__label b { font-family: var(--serif); font-weight: 300; font-size: 40px; line-height: 1; }

/* ---------- Sections ---------- */
.sec { position: relative; z-index: 2; padding: clamp(96px, 12vh, 150px) 0; background: var(--cream); }
.sec__head { display: flex; flex-direction: column; gap: 14px; margin-bottom: clamp(40px, 6vh, 72px); }
.sec__head--split { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: end; }
.sec__head--split > div { display: flex; flex-direction: column; gap: 14px; }
.sec__head .h2 { max-width: 16ch; }
.sec__head .lede { max-width: 46ch; color: var(--ink-2); justify-self: end; }
/* Chapters behind lift doors stay hidden until they hold at the top and the doors open. */
.ascent-wrap { margin-bottom: -100vh; }
.gate { min-height: 100vh; padding-top: clamp(140px, 17vh, 190px); }
.js .gate { visibility: hidden; }
.js .gate.is-open { visibility: visible; }
.sec--process { padding-bottom: clamp(140px, 24vh, 260px); }

/* Life */
.moments { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.moment { display: flex; flex-direction: column; gap: 16px; }
.moment--2 { margin-top: 64px; }
.moment--3 { margin-top: 128px; }
.moment__frame { aspect-ratio: 4 / 5; }
.moment__when { font-family: var(--serif); font-size: 28px; line-height: 1; display: flex; align-items: baseline; gap: 14px; margin-top: 6px; }
.moment__when b { font-family: var(--sans); font-weight: 400; font-size: 11px; letter-spacing: .2em; color: var(--gold); }
.moment__text { font-size: 15px; color: var(--ink-2); max-width: 40ch; }
.waiting { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: start; margin-top: clamp(72px, 10vh, 130px); padding-top: 40px; border-top: 1px solid var(--line); }
.rest { font-family: var(--serif); font-style: italic; font-size: clamp(34px, 3.4vw, 54px); line-height: 1.1; color: var(--violet); max-width: 12ch; }
.waiting__text { display: flex; flex-direction: column; gap: 16px; color: var(--ink-2); }
.waiting__text .h3 { color: var(--navy); }

/* Why */
.sec--why { background: var(--sand-2); }
.why { display: grid; grid-template-columns: 1.15fr 1fr; gap: 24px 64px; align-items: start; }
.why__head { display: flex; flex-direction: column; gap: 16px; }
.why__head .display { max-width: 14ch; }
.why__body { display: flex; flex-direction: column; gap: 18px; color: var(--ink-2); padding-top: 54px; }
.why__image { grid-column: 1 / -1; aspect-ratio: 21 / 8; margin-top: 30px; }
.stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 24px 0 0; padding-top: 22px; border-top: 1px solid var(--gold); }
.stats div { display: flex; flex-direction: column; gap: 8px; }
.stats dd { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5.4vw, 84px); line-height: .9; color: var(--navy); font-variant-numeric: lining-nums; }
.stats dt { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.pull { grid-column: 1 / -1; font-family: var(--serif); font-size: clamp(30px, 3.4vw, 54px); line-height: 1.1; max-width: 22ch; margin-top: 40px; }
.pull em { color: var(--violet); }
.pull__sub { grid-column: 1 / -1; color: var(--ink-2); }

/* Amenities */
.amen__list { font-family: var(--serif); font-size: 19px; line-height: 1.5; color: var(--ink-2); max-width: 40ch; justify-self: end; }
.amen { display: grid; grid-template-columns: 1.5fr 1fr 1fr; grid-template-rows: auto auto; gap: 40px 36px; }
.amen__item { display: flex; flex-direction: column; gap: 12px; }
.amen__item .frame { aspect-ratio: 1; margin-bottom: 8px; }
.amen__item--pool { grid-row: 1 / 3; }
.amen__item--pool .frame { aspect-ratio: 4 / 5; }
.amen__item p { font-size: 15px; color: var(--ink-2); }
.schedule { grid-column: 2 / 4; display: grid; grid-template-columns: auto 1fr; gap: 12px 40px; align-items: start; padding-top: 28px; border-top: 1px solid var(--gold); }
.schedule .eyebrow { color: var(--violet); }
.schedule__table { border-collapse: collapse; width: 100%; grid-column: 2; }
.schedule__table th, .schedule__table td { padding: 8px 0; border-bottom: 1px solid var(--line); text-align: left; font-weight: 300; font-size: 15px; }
.schedule__table td { text-align: right; font-family: var(--serif); font-size: 20px; }
.schedule .link { grid-column: 2; margin-top: 10px; }

/* Tour */
.sec--tour { background: var(--sand-2); }
.tour { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: stretch; }
.tour__side { display: flex; flex-direction: column; gap: 22px; }
.tour__plans { display: flex; flex-direction: column; }
.tour__plans button { display: grid; grid-template-columns: 56px 1fr auto; align-items: baseline; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); text-align: left; transition: color .25s; color: var(--ink-2); }
.tour__plans button:last-child { border-bottom: 1px solid var(--line); }
.tour__plans button b { font-family: var(--serif); font-weight: 300; font-size: 30px; line-height: 1; color: var(--ink-3); transition: color .25s; }
.tour__plans button span { font-size: 14px; }
.tour__plans button i { font-style: normal; font-family: var(--serif); font-size: 16px; }
.tour__plans button:hover, .tour__plans button.is-active { color: var(--navy); }
.tour__plans button.is-active b { color: var(--gold); }
.tour__roomsLabel { color: var(--violet); }
.tour__rooms { display: flex; flex-wrap: wrap; gap: 8px; margin-top: -10px; }
.tour__rooms button { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--navy); border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; transition: all .25s; }
.tour__rooms button:hover { border-color: var(--navy); }
.tour__rooms button.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }
.tour__key { font-size: 11px; letter-spacing: .06em; color: var(--ink-3); margin-top: auto; }
.tour__stage { position: relative; border: 1px solid var(--line); background: var(--cream); }
#tour-canvas { display: block; width: 100%; height: min(70vh, 720px); cursor: grab; }
#tour-canvas:active { cursor: grabbing; }
.tour__labels { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.tour__labels span { position: absolute; left: 0; top: 0; white-space: nowrap; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); background: rgba(246,243,236,.94); border: 1px solid var(--line); padding: 5px 8px; line-height: 1.25; display: flex; flex-direction: column; gap: 2px; transition: opacity .2s; }
.tour__labels span i { font-style: normal; color: var(--ink-3); letter-spacing: .04em; font-family: var(--serif); font-size: 12px; }
.tour__mode { position: absolute; left: 18px; bottom: 16px; margin: 0; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); pointer-events: none; }

/* Finishes */
.finishes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.finish { display: flex; flex-direction: column; gap: 10px; }
.finish--mid { margin-top: 110px; }
.finish__frame { aspect-ratio: 3 / 4; margin-bottom: 10px; }
.finish__n { font-family: var(--serif); font-size: 18px; color: var(--gold); }
.finish p { font-size: 15px; color: var(--ink-2); max-width: 38ch; }

/* Developer */
.sec--developer { background: var(--sand-2); }
.dev { display: grid; grid-template-columns: 1fr 1.25fr; gap: 72px; align-items: center; }
.dev__photo { display: flex; flex-direction: column; gap: 12px; }
.dev__photo .frame { aspect-ratio: 4 / 5; }
.dev__caption { font-size: 12px; letter-spacing: .08em; color: var(--ink-3); }
.dev__text { display: flex; flex-direction: column; gap: 18px; color: var(--ink-2); }
.dev__text .h2 { color: var(--navy); max-width: 18ch; margin-bottom: 8px; }
.dev__motto { font-family: var(--serif); font-size: 28px; line-height: 1.2; color: var(--navy); margin-top: 8px; }
.dev__motto em { color: var(--violet); }
.dev__meta { margin: 10px 0 0; display: flex; flex-direction: column; gap: 12px; padding-top: 18px; border-top: 1px solid var(--gold); }
.dev__meta div { display: grid; grid-template-columns: 110px 1fr; gap: 18px; font-size: 14px; }
.dev__meta dt { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); padding-top: 3px; }
.dev__meta dd { margin: 0; color: var(--navy); }

/* Process */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; border-top: 1px solid var(--gold); }
.steps li { display: flex; flex-direction: column; gap: 12px; padding-top: 24px; }
.steps b { font-family: var(--serif); font-weight: 300; font-size: clamp(56px, 6vw, 92px); line-height: .85; color: var(--gold); }
.steps strong { font-family: var(--serif); font-weight: 400; font-size: 26px; line-height: 1.1; }
.steps span { font-size: 15px; color: var(--ink-2); max-width: 30ch; }
.steps a { border-bottom: 1px solid var(--line); }

/* Close */
.close { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: start; }
.close__text { display: flex; flex-direction: column; gap: 22px; }
.close__text .display { max-width: 12ch; }
.lines { list-style: none; padding: 0; margin: 6px 0 0; font-family: var(--serif); font-size: 22px; line-height: 1.5; }
.note { border-left: 1px solid var(--gold); padding: 6px 0 6px 22px; max-width: 48ch; font-size: 15px; color: var(--ink-2); }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.form { display: flex; flex-direction: column; gap: 22px; padding: 36px 36px 32px; border: 1px solid var(--line); border-top: 1px solid var(--gold); background: rgba(255,255,255,.35); }
.form .eyebrow { color: var(--violet); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form label { display: flex; flex-direction: column; gap: 6px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-2); }
.form input[type="text"], .form input[type="email"], .form input[type="tel"] { font: 300 16px var(--sans); color: var(--navy); background: transparent; border: 0; border-bottom: 1px solid var(--ink-3); border-radius: 0; padding: 8px 0; outline: none; transition: border-color .2s; }
.form input:focus { border-bottom-color: var(--navy); }
.form fieldset { border: 0; margin: 0; padding: 0; display: flex; gap: 8px; flex-wrap: wrap; }
.form legend { padding: 0; margin-bottom: 12px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-2); }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; }
.chip span { display: inline-block; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; letter-spacing: .04em; cursor: pointer; transition: all .25s; }
.chip input:checked + span { background: var(--navy); color: #fff; border-color: var(--navy); }
.form button { align-self: flex-start; }
.form__done { color: var(--violet); font-family: var(--serif); font-size: 22px; }
.form.is-sent > :not(.form__done):not(.contact):not(.eyebrow) { display: none; }
.contact { display: flex; gap: 22px; flex-wrap: wrap; font-size: 12px; letter-spacing: .06em; color: var(--ink-2); padding-top: 18px; border-top: 1px solid var(--line); }
.contact a { border-bottom: 1px solid var(--line); }

/* Footer */
.foot { padding: 44px 0 56px; border-top: 1px solid var(--line); color: var(--ink-3); font-size: 13px; }
.foot__in { display: flex; flex-direction: column; gap: 14px; }
.foot .wordmark { color: var(--navy); font-size: 14px; }
.foot__tag { font-family: var(--serif); font-size: 18px; color: var(--ink-2); }
.foot__meta { display: flex; gap: 22px; flex-wrap: wrap; letter-spacing: .04em; }
.foot__meta a { border-bottom: 1px solid var(--line); }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .title__line i { animation: none; transform: none; }
  .ascent__canvas { transition: none; }
}

/* ---------- Narrow ---------- */
@media (max-width: 1100px) {
  .tiers { width: 260px; }
  .lift { grid-template-columns: 160px auto; }
  .counter__num { font-size: clamp(120px, 24vh, 200px); }
}
@media (max-width: 900px) {
  .nav { display: none; }
  .top { padding: 16px 20px; gap: 16px; }
  .top__btn { display: none; }
  .title { max-width: calc(100vw - 48px); left: 24px; top: auto; bottom: 12vh; transform: translateY(var(--dy, 0px)); gap: 14px; }
  .title__tag { font-size: 34px; }
  .title__hint { margin-top: 10px; }
  .lift { left: 20px; top: 84px; transform: translateY(var(--dy, 0px)); height: auto; grid-template-columns: 1fr; gap: 0; }
  .lift::before { content: ''; position: absolute; inset: -84px -40px -60px -20px; background: linear-gradient(180deg, var(--cream) 0%, rgba(246,243,236,.85) 55%, rgba(246,243,236,0) 100%); z-index: -1; }
  .rail { display: none; }
  .counter__num { font-size: 96px; }
  .counter__tier { margin-top: 4px; padding-top: 10px; }
  .counter__tier em { font-size: 22px; }
  .tiers { left: 16px; right: 16px; width: auto; top: auto; bottom: 16px; transform: none; }
  .tier { top: auto; bottom: 0; transform: none; padding: 16px 18px 14px; max-height: 44vh; overflow: auto; background: rgba(246,243,236,.94); }
  .tier__name { font-size: 26px; margin-bottom: 8px; }
  .tier__plan, .tier__img, .tier__text, .tier__list { display: none; }
  .tier__spec dd { font-size: 20px; }
  .upanga { width: calc(100vw - 40px); left: 20px; top: 84px; transform: translateY(var(--dy, 0px)); gap: 10px; }
  .upanga__head { font-size: 28px; }
  .upanga__body { display: none; }
  .places__list { columns: 1; }
  .places__list li { padding: 5px 0 5px 24px; font-size: 13px; }
  .places__title { font-size: 18px; margin: 0; }
  .sec__head--split, .why, .waiting, .dev, .close { grid-template-columns: 1fr; }
  .sec__head .lede, .amen__list { justify-self: start; }
  .moments { grid-template-columns: 1fr; gap: 40px; }
  .moment--2, .moment--3 { margin-top: 0; }
  .why__body { padding-top: 0; }
  .why__image { aspect-ratio: 4 / 3; }
  .stats { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .amen { grid-template-columns: 1fr; }
  .amen__item--pool { grid-row: auto; }
  .schedule { grid-column: 1; grid-template-columns: 1fr; }
  .schedule__table, .schedule .link { grid-column: 1; }
  .tour { grid-template-columns: 1fr; }
  #tour-canvas { height: 60vh; }
  .finishes { grid-template-columns: 1fr; }
  .finish--mid { margin-top: 0; }
  .steps { grid-template-columns: 1fr 1fr; }
  .form { padding: 24px 20px; }
  .form__row { grid-template-columns: 1fr; }
  .door__label b { font-size: 26px; }
  .door__label { bottom: 24px; right: 20px; }
  .door__label--r { left: 20px; }
}

/* Preloader */
.preload { position: fixed; inset: 0; z-index: 100; background: var(--cream); display: grid; place-items: center; }
.preload__inner { display: flex; flex-direction: column; align-items: center; gap: 26px; }
.preload__mark { width: 72px; height: 72px; opacity: 0; }
.preload__num { font-family: var(--serif); font-weight: 300; font-size: 56px; line-height: 1; color: var(--gold); font-variant-numeric: tabular-nums; }
.preload__tag { font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: var(--ink-3); }
.title__mark { transform-origin: left top; will-change: transform; }
