:root {
  --ink: #26241f;
  --ink-soft: #5f5a50;
  --paper: #eee9df;
  --paper-deep: #ded5c6;
  --sand: #b6a487;
  --white: #faf8f3;
  --line: rgba(38, 36, 31, 0.18);
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Century Gothic", "Trebuchet MS", sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, video { display: block; max-width: 100%; }
::selection { color: var(--white); background: var(--ink); }
:focus-visible { outline: 2px solid #8c6d45; outline-offset: 4px; }
.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: 12px; left: 12px; transform: translateY(-160%); padding: 10px 16px; background: var(--white); color: var(--ink); }
.skip-link:focus { transform: translateY(0); }

.preview-ribbon { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 28px; display: flex; align-items: center; justify-content: space-between; padding: 0 3.5vw; color: rgba(255,255,255,.82); background: rgba(27,26,23,.88); backdrop-filter: blur(12px); font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.site-header { position: fixed; z-index: 40; top: 46px; left: 3.5vw; width: 93vw; min-height: 70px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 10px 12px 10px 20px; color: var(--white); border: 1px solid rgba(255,255,255,.22); border-radius: 40px; background: rgba(34,32,28,.12); backdrop-filter: blur(14px); transition: color .4s var(--ease), background .4s var(--ease), border-color .4s var(--ease), transform .4s var(--ease); }
.site-header.scrolled { color: var(--ink); background: rgba(239,235,226,.9); border-color: rgba(38,36,31,.14); box-shadow: 0 8px 30px rgba(38,36,31,.08); }
.brand { justify-self: start; display: grid; grid-template-columns: 42px auto; grid-template-rows: 21px 18px; align-items: center; column-gap: 10px; line-height: 1; text-transform: uppercase; }
.brand-mark { grid-row: 1 / 3; display: inline-grid; place-items: center; width: 42px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; font-family: var(--display); font-size: 15px; letter-spacing: -.08em; }
.brand-name { font-family: var(--display); font-size: 17px; letter-spacing: .03em; }
.brand-place { font-size: 8px; letter-spacing: .3em; opacity: .72; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 46px); font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after { content: ""; position: absolute; bottom: 7px; left: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-book { justify-self: end; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 6px 7px 6px 22px; border: 0; border-radius: 30px; cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: transform .25s var(--ease), background .25s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: var(--white); }
.site-header.scrolled .button-light { color: var(--white); background: var(--ink); }
.button-dark { color: var(--white); background: var(--ink); }
.button.large { min-height: 58px; padding-left: 28px; }
.button-icon { display: inline-grid; place-items: center; width: 36px; height: 36px; color: var(--white); border-radius: 50%; background: var(--ink); font-size: 15px; line-height: 1; transition: transform .35s var(--ease); }
.button-dark .button-icon, .site-header.scrolled .button-light .button-icon { color: var(--ink); background: var(--white); }
.button:hover .button-icon { transform: rotate(45deg); }
.menu-toggle { display: none; justify-self: end; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--white); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--ink); transition: transform .3s var(--ease); }
.menu-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-nav { position: fixed; z-index: 35; inset: 0; padding: 150px 7vw 48px; color: var(--paper); background: var(--ink); }
.mobile-nav:not([hidden]) { display: flex; flex-direction: column; gap: 14px; }
.mobile-nav a { font-family: var(--display); font-size: clamp(38px, 12vw, 62px); line-height: 1.05; }
.mobile-nav .button { align-self: flex-start; margin-top: 24px; color: var(--ink); background: var(--paper); }
.mobile-nav .button-icon { color: var(--paper); background: var(--ink); }

.hero { position: relative; min-height: 100dvh; overflow: hidden; color: var(--white); background: #413b32; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,22,19,.5) 0%, rgba(23,22,19,.1) 40%, rgba(23,22,19,.56) 100%), linear-gradient(90deg, rgba(23,22,19,.24), transparent 55%); }
.hero-content { position: absolute; z-index: 2; left: 7vw; bottom: clamp(190px, 22vh, 260px); width: min(900px, 86vw); }
.eyebrow { margin: 0 0 18px; font-size: 10px; font-weight: 700; letter-spacing: .22em; line-height: 1.3; text-transform: uppercase; }
.hero-eyebrow { opacity: .85; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 400; line-height: .94; letter-spacing: -.045em; }
h1 { font-size: clamp(64px, 9.6vw, 158px); }
h1 em, h2 em { font-weight: 400; }
.hero-address { position: absolute; left: calc(100% - 180px); bottom: 16px; width: 220px; margin: 0; font-size: 11px; font-weight: 600; letter-spacing: .08em; line-height: 1.6; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 2; right: 4vw; bottom: 154px; display: flex; flex-direction: column; align-items: center; gap: 16px; font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-line { width: 1px; height: 48px; background: rgba(255,255,255,.65); transform-origin: top; animation: breathe 2.4s var(--ease) infinite; }
.availability { position: absolute; z-index: 3; left: 50%; bottom: 34px; width: min(1120px, 86vw); display: grid; grid-template-columns: 1fr 1fr .7fr 1.25fr; align-items: stretch; color: var(--ink); background: rgba(249,247,242,.94); backdrop-filter: blur(18px); transform: translateX(-50%); }
.availability-field { position: relative; min-height: 92px; display: flex; flex-direction: column; justify-content: center; padding: 18px 28px; }
.availability-field + .availability-field::before { content: ""; position: absolute; top: 20%; left: 0; width: 1px; height: 60%; background: var(--line); }
.availability label { font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.availability input, .availability select { width: 100%; padding: 7px 0 0; color: var(--ink); border: 0; background: transparent; font-family: var(--display); font-size: 18px; outline: 0; }
.availability-submit { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 28px; color: var(--white); border: 0; background: var(--ink); cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: background .25s var(--ease); }
.availability-submit:hover { background: #49443b; }
.availability-submit span:last-child { font-size: 20px; transition: transform .35s var(--ease); }
.availability-submit:hover span:last-child { transform: rotate(45deg); }

.section-pad { padding: clamp(90px, 12vw, 190px) 7vw; }
.intro { display: grid; grid-template-columns: .72fr 1.6fr; column-gap: 8vw; background: var(--paper); }
.intro-kicker { display: flex; gap: 24px; align-items: flex-start; }
.section-number { display: inline-block; min-width: 36px; font-family: var(--display); font-size: 13px; font-style: italic; }
.intro-copy h2, .section-heading h2, .location h2, .digital h2, .contact h2 { font-size: clamp(48px, 6.5vw, 104px); }
.intro-copy > p { max-width: 620px; margin: 42px 0 28px auto; color: var(--ink-soft); font-family: var(--display); font-size: clamp(20px, 2vw, 29px); line-height: 1.45; }
.text-link { display: inline-flex; align-items: center; gap: 26px; padding: 8px 0; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.text-link span { font-size: 17px; transition: transform .3s var(--ease); }
.text-link:hover span { transform: rotate(45deg); }
.text-button { border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; }
.facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin: clamp(80px, 10vw, 150px) 0 0; padding: 0; border-top: 1px solid var(--line); }
.facts div { min-height: 160px; padding: 32px 24px 20px 0; border-right: 1px solid var(--line); }
.facts div + div { padding-left: 30px; }
.facts div:last-child { border-right: 0; }
.facts dt { font-family: var(--display); font-size: clamp(42px, 5vw, 74px); line-height: 1; }
.facts dd { margin: 12px 0 0; color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.apartments { background: var(--white); }
.section-heading { display: grid; grid-template-columns: .6fr 1.35fr .55fr; align-items: end; gap: 5vw; margin-bottom: clamp(70px, 10vw, 150px); }
.section-heading > div { display: flex; gap: 22px; }
.section-heading > p { margin: 0; color: var(--ink-soft); font-family: var(--display); font-size: 19px; line-height: 1.5; }
.apartment-list { display: flex; flex-direction: column; gap: clamp(90px, 12vw, 180px); }
.apartment-card { display: grid; grid-template-columns: 1.45fr .75fr; align-items: center; gap: 7vw; }
.apartment-card.reverse { grid-template-columns: .75fr 1.45fr; }
.apartment-card.reverse .apartment-image { order: 2; }
.apartment-image { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: var(--paper-deep); }
.apartment-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.apartment-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.apartment-card:hover .apartment-image img { transform: scale(1.025); }
.apartment-copy { position: relative; padding: 28px 0; }
.card-index { position: absolute; top: -28px; right: 0; color: var(--ink-soft); font-family: var(--display); font-size: 12px; font-style: italic; }
.apartment-copy h3 { margin-bottom: 28px; font-size: clamp(56px, 7vw, 104px); }
.apartment-copy > p:not(.eyebrow) { margin: 0 0 26px; color: var(--ink-soft); font-family: var(--display); font-size: 19px; line-height: 1.55; }
.amenities { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 32px; padding: 0; list-style: none; }
.amenities li, .status-pill { padding: 8px 12px; border: 1px solid var(--line); border-radius: 20px; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.image-note { margin: 80px 0 0; color: var(--ink-soft); font-size: 10px; letter-spacing: .05em; text-align: center; }

.panorama { position: relative; min-height: 86vh; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: #3c3831; }
.panorama > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.panorama-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,23,20,.08), rgba(24,23,20,.7)); }
.panorama-copy { position: relative; z-index: 1; width: min(900px, 86vw); margin: 0 0 8vw 7vw; }
.panorama-copy h2 { font-size: clamp(54px, 7.5vw, 120px); }
.panorama-copy > p:last-child { max-width: 540px; margin: 32px 0 0; font-family: var(--display); font-size: 20px; line-height: 1.5; }

.location { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; background: var(--paper-deep); }
.location-copy > .section-number, .cafe-copy > .section-number, .digital-title > .section-number { margin-bottom: 48px; }
.location-copy > p:not(.eyebrow) { max-width: 580px; margin: 42px 0; color: var(--ink-soft); font-family: var(--display); font-size: 21px; }
.location address { font-style: normal; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.location-grid { display: grid; grid-template-columns: repeat(2, 1fr); align-content: center; }
.route { min-height: 230px; padding: 36px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.route:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
.route span { font-family: var(--display); font-size: clamp(58px, 6vw, 90px); line-height: 1; }
.route p { margin: 20px 0 0; color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.cafe { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 8vw; background: var(--white); }
.cafe-photo { aspect-ratio: 4 / 5; overflow: hidden; }
.cafe-photo img { width: 100%; height: 100%; object-fit: cover; }
.cafe-copy h2 { font-size: clamp(52px, 6.5vw, 100px); }
.cafe-copy > p:not(.eyebrow, .status-pill) { max-width: 520px; margin: 36px 0; color: var(--ink-soft); font-family: var(--display); font-size: 21px; }
.status-pill { display: inline-flex; align-items: center; gap: 10px; margin-top: 15px; }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--sand); }

.digital { color: var(--paper); background: var(--ink); }
.digital-title { display: grid; grid-template-columns: 80px 1fr; }
.digital-title .eyebrow { grid-column: 2; }
.digital-title h2 { grid-column: 2; max-width: 900px; }
.journey { display: grid; grid-template-columns: repeat(4, 1fr); margin: 100px 0 40px; padding: 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.journey li { min-height: 340px; padding: 34px 28px 28px 0; border-right: 1px solid rgba(255,255,255,.2); }
.journey li + li { padding-left: 28px; }
.journey li:last-child { border-right: 0; }
.journey span { color: var(--sand); font-family: var(--display); font-size: 13px; font-style: italic; }
.journey h3 { margin: 88px 0 20px; font-size: 35px; letter-spacing: -.02em; }
.journey p { margin: 0; color: rgba(238,233,223,.66); font-size: 13px; }
.system-note { max-width: 700px; margin: 0 0 0 auto; color: rgba(238,233,223,.55); font-size: 10px; }

.contact { display: grid; grid-template-columns: 1.4fr .6fr; gap: 10vw; color: var(--white); background: #665d50; }
.contact-main > p:not(.eyebrow) { max-width: 560px; margin: 38px 0; font-family: var(--display); font-size: 21px; color: rgba(255,255,255,.72); }
.contact-aside { align-self: end; padding: 30px 0 10px; border-top: 1px solid rgba(255,255,255,.25); }
.contact-aside p { margin: 0 0 28px; }
.contact-aside .contact-label { margin-bottom: 8px; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; opacity: .6; }

.footer { padding: 80px 7vw 25px; color: var(--paper); background: #1e1d1a; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand p { margin: 0; font-family: var(--display); font-size: 24px; line-height: 1; text-transform: uppercase; }
.footer-brand p span { font-family: var(--sans); font-size: 8px; letter-spacing: .3em; opacity: .65; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(150px, 1fr)); gap: 8vw; width: min(620px, 100%); margin: 80px 0 80px auto; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-links p { margin: 0 0 12px; color: rgba(238,233,223,.5); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.footer-links a, .footer-links button { padding: 0; color: var(--paper); border: 0; background: transparent; cursor: pointer; font-family: var(--display); font-size: 18px; }
.footer-links a:hover, .footer-links button:hover { color: var(--sand); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(238,233,223,.5); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

dialog { max-width: none; max-height: none; border: 0; padding: 0; color: var(--ink); background: transparent; }
dialog::backdrop { background: rgba(27,26,23,.78); backdrop-filter: blur(8px); }
.support-dialog { width: min(1080px, 92vw); }
.dialog-shell { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; min-height: 640px; background: var(--paper); }
.dialog-close { position: absolute; z-index: 2; top: 18px; right: 18px; width: 44px; height: 44px; color: currentColor; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-family: var(--display); font-size: 28px; line-height: 1; }
.dialog-intro { padding: 80px 50px; color: var(--paper); background: #665d50; }
.dialog-intro h2, .cookie-dialog h2 { font-family: var(--display); font-size: clamp(46px, 6vw, 76px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.dialog-intro > p:last-child { margin-top: 34px; color: rgba(238,233,223,.72); font-family: var(--display); font-size: 18px; }
.support-form { display: flex; flex-direction: column; gap: 18px; padding: 78px 54px 48px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.support-form label:not(.checkbox) { display: flex; flex-direction: column; gap: 6px; }
.support-form label > span:first-child { font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.support-form input, .support-form select, .support-form textarea { width: 100%; padding: 13px 0; color: var(--ink); border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; outline: 0; }
.support-form textarea { resize: vertical; min-height: 130px; }
.support-form input:focus, .support-form select:focus, .support-form textarea:focus { border-bottom-color: var(--ink); }
.support-form small { min-height: 16px; color: #8a352e; font-size: 10px; }
.checkbox { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; font-size: 11px; line-height: 1.5; }
.checkbox input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--ink); }
.checkbox a { text-decoration: underline; }
.form-status { min-height: 24px; font-size: 12px; }
.form-status.success { color: #356345; }
.form-status.error { color: #8a352e; }
.honeypot { position: absolute; left: -9999px; }

.cookie-banner { position: fixed; z-index: 60; right: 24px; bottom: 24px; width: min(600px, calc(100vw - 48px)); display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; padding: 26px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 20px 80px rgba(38,36,31,.18); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.cookie-banner .cookie-title { margin-bottom: 6px; color: var(--ink); font-family: var(--display); font-size: 22px; }
.cookie-actions { display: flex; align-items: center; gap: 18px; }
.cookie-dialog { width: min(680px, 92vw); }
.cookie-dialog-inner { position: relative; padding: 60px; background: var(--paper); }
.cookie-option { display: flex; justify-content: space-between; gap: 30px; margin-top: 34px; padding: 22px 0; border-top: 1px solid var(--line); }
.cookie-option strong { font-family: var(--display); font-size: 19px; font-weight: 400; }
.cookie-option p { margin: 5px 0 0; color: var(--ink-soft); font-size: 12px; }
.cookie-option > span { font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.cookie-option.muted { opacity: .55; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes breathe { 0%,100% { transform: scaleY(.45); opacity: .35; } 50% { transform: scaleY(1); opacity: 1; } }

.legal-body { background: var(--white); }
.legal-header { position: static; width: auto; margin: 28px 3.5vw 0; color: var(--ink); background: var(--paper); border-color: var(--line); }
.legal-header .button-light { color: var(--white); background: var(--ink); }
.legal-main { width: min(920px, 86vw); margin: 0 auto; padding: 110px 0 140px; }
.legal-main .eyebrow { color: var(--ink-soft); }
.legal-main h1 { max-width: 850px; font-size: clamp(60px, 9vw, 120px); }
.legal-notice { margin: 52px 0; padding: 24px 28px; border-left: 3px solid var(--sand); background: var(--paper); font-family: var(--display); font-size: 18px; }
.legal-content { max-width: 760px; margin-left: auto; }
.legal-content h2 { margin: 58px 0 18px; font-size: 32px; line-height: 1.1; letter-spacing: -.02em; }
.legal-content h3 { margin: 34px 0 12px; font-size: 23px; line-height: 1.2; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: var(--ink-soft); }
.legal-content a { text-decoration: underline; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .nav-book { display: none; }
  .menu-toggle { display: block; }
  .hero-content { bottom: 245px; }
  .hero-address { position: static; margin-top: 28px; }
  .availability { grid-template-columns: repeat(3, 1fr); }
  .availability-submit { grid-column: 1 / -1; min-height: 62px; }
  .intro { grid-template-columns: 1fr; }
  .intro-copy { margin-top: 60px; }
  .section-heading { grid-template-columns: 1fr 1.5fr; }
  .section-heading > p { grid-column: 2; }
  .apartment-card, .apartment-card.reverse { grid-template-columns: 1.2fr .8fr; gap: 5vw; }
  .journey { grid-template-columns: repeat(2, 1fr); }
  .journey li:nth-child(2) { border-right: 0; }
  .journey li:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.2); }
  .contact { grid-template-columns: 1fr .5fr; }
}

@media (max-width: 700px) {
  .preview-ribbon { padding: 0 5vw; }
  .site-header { top: 40px; left: 4vw; width: 92vw; min-height: 60px; padding: 7px 8px 7px 14px; }
  .brand { grid-template-columns: 36px auto; grid-template-rows: 18px 16px; }
  .brand-mark { width: 36px; }
  .brand-name { font-size: 15px; }
  .menu-toggle { width: 44px; height: 44px; }
  .hero { min-height: 880px; }
  .hero-content { left: 6vw; bottom: 330px; width: 88vw; }
  h1 { font-size: clamp(58px, 18vw, 88px); }
  .hero-address { font-size: 9px; }
  .scroll-cue { display: none; }
  .availability { bottom: 20px; width: 88vw; grid-template-columns: 1fr 1fr; }
  .availability-field { min-height: 76px; padding: 14px 16px; }
  .availability-field:nth-child(3) { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .availability-field:nth-child(3)::before { display: none; }
  .availability label { font-size: 8px; }
  .availability input, .availability select { font-size: 15px; }
  .section-pad { padding: 90px 6vw; }
  .intro-kicker { gap: 12px; }
  .intro-copy { margin-top: 52px; }
  .intro-copy h2, .section-heading h2, .location h2, .digital h2, .contact h2 { font-size: clamp(45px, 14vw, 66px); }
  .intro-copy > p { margin-top: 32px; font-size: 19px; }
  .facts { grid-template-columns: repeat(2, 1fr); margin-top: 72px; }
  .facts div { min-height: 125px; }
  .facts div:nth-child(2) { border-right: 0; }
  .facts div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 70px; }
  .section-heading > p { grid-column: auto; }
  .apartment-list { gap: 95px; }
  .apartment-card, .apartment-card.reverse { grid-template-columns: 1fr; gap: 18px; }
  .apartment-card.reverse .apartment-image { order: 0; }
  .apartment-image { aspect-ratio: 4 / 3; }
  .card-index { top: 20px; }
  .apartment-copy h3 { font-size: 64px; }
  .panorama { min-height: 760px; }
  .panorama-copy { margin: 0 6vw 70px; }
  .panorama-copy h2 { font-size: 57px; }
  .location, .cafe, .contact { grid-template-columns: 1fr; }
  .location-grid { margin-top: 20px; }
  .route { min-height: 175px; padding: 24px 18px; }
  .route span { font-size: 52px; }
  .cafe-photo { aspect-ratio: 4 / 4.7; }
  .cafe-copy { margin-top: 25px; }
  .digital-title { grid-template-columns: 44px 1fr; }
  .journey { grid-template-columns: 1fr; margin-top: 70px; }
  .journey li { min-height: 250px; padding: 28px 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .journey li + li { padding-left: 0; }
  .journey h3 { margin-top: 50px; }
  .system-note { margin-top: 25px; }
  .contact-aside { margin-top: 45px; }
  .footer-links { grid-template-columns: 1fr; margin: 60px 0; }
  .footer-bottom { flex-direction: column; }
  .dialog-shell { grid-template-columns: 1fr; }
  .dialog-intro { padding: 60px 30px 40px; }
  .support-form { padding: 38px 30px 32px; }
  .form-row { grid-template-columns: 1fr; }
  .cookie-banner { right: 4vw; bottom: 4vw; width: 92vw; grid-template-columns: 1fr; }
  .cookie-actions { justify-content: space-between; }
  .cookie-dialog-inner { padding: 50px 28px 30px; }
  .cookie-option { flex-direction: column; gap: 10px; }
  .legal-header { margin: 28px 4vw 0; }
  .legal-main { padding-top: 85px; }
}

@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; }
  .hero-video { display: none; }
  .hero { background: #4c463c url('/media/hero-poster.jpg') center / cover no-repeat; }
  .reveal { opacity: 1; transform: none; }
}
