@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;1,400&display=swap');

:root {
  --paper: #f2eee6;
  --paper-deep: #e6ded2;
  --surface: #fbf9f5;
  --ink: #211c18;
  --ink-soft: #514841;
  --muted: #796f67;
  --wine: #482b34;
  --wine-deep: #2e1a21;
  --bronze: #9b6b37;
  --bronze-light: #c69a63;
  --line: rgba(33, 28, 24, .16);
  --line-light: rgba(255, 255, 255, .2);
  --max: 1240px;
  --pad: max(24px, calc((100vw - var(--max)) / 2));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { cursor: pointer; }
h1, h2, h3 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
h1 { font-size: clamp(4rem, 9vw, 8.8rem); }
h2 { font-size: clamp(2.65rem, 5.1vw, 5.25rem); }
h3 { font-size: clamp(1.7rem, 2.8vw, 2.8rem); }
p { margin: 0 0 1em; }
:focus-visible { outline: 2px solid var(--bronze-light); outline-offset: 4px; }
::selection { background: var(--wine); color: #fff; }

.eyebrow { margin: 0 0 1.15rem; color: var(--bronze); font-size: .67rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 94px; padding: 19px var(--pad); border-bottom: 1px solid transparent; color: var(--ink); transition: min-height .35s ease, background .35s ease, border-color .35s ease, color .35s ease; }
.home .site-header:not(.is-scrolled) { color: #fff; }
.site-header.is-scrolled, .content-page .site-header, .legal-page .site-header { min-height: 76px; border-bottom-color: var(--line); background: rgba(242, 238, 230, .92); color: var(--ink); backdrop-filter: blur(18px); }
.wordmark { display: inline-flex; align-items: center; gap: 13px; color: inherit; font-size: .66rem; font-weight: 600; line-height: 1.22; letter-spacing: .15em; text-transform: uppercase; }
.wordmark__monogram { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: "Playfair Display", Georgia, serif; font-size: .82rem; font-weight: 400; letter-spacing: -.02em; }
nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); font-size: .7rem; font-weight: 500; letter-spacing: .04em; }
nav a:not(.nav-cta) { position: relative; opacity: .8; }
nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: currentColor; content: ''; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
nav a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: 18px; min-height: 42px; padding: 0 18px; border: 1px solid currentColor; }
.nav-cta span { font-size: .9rem; }
.menu-toggle { display: none; align-items: center; gap: 6px; border: 0; background: transparent; color: inherit; padding: 9px 0 9px 12px; }
.menu-toggle span { display: block; width: 20px; height: 1px; background: currentColor; }
.menu-toggle em { margin-left: 4px; font-size: .68rem; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }

.hero { position: relative; display: flex; min-height: max(760px, 100svh); overflow: hidden; align-items: flex-end; background: var(--wine-deep); color: #fff; }
.hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 57% center; transform: scale(1.015); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18, 18, 25, .82) 0%, rgba(31, 25, 30, .54) 43%, rgba(21, 20, 27, .06) 72%), linear-gradient(0deg, rgba(20, 14, 17, .7), transparent 48%), linear-gradient(180deg, rgba(20, 16, 20, .25), transparent 26%); }
.hero__rail { position: absolute; z-index: 2; top: 145px; right: 26px; bottom: 102px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding-left: 16px; border-left: 1px solid rgba(255, 255, 255, .26); color: rgba(255, 255, 255, .68); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero__copy { position: relative; z-index: 2; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 176px 0 78px; }
.hero__kicker { display: flex; align-items: center; justify-content: space-between; max-width: 780px; margin-bottom: 36px; border-bottom: 1px solid rgba(255, 255, 255, .25); color: rgba(255, 255, 255, .72); }
.hero__kicker .eyebrow { color: #fff; }
.hero__kicker > span { padding-bottom: 1.15rem; font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 9ch; line-height: .8; text-transform: uppercase; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { margin-top: .11em; color: #e2c6a4; font-size: .54em; font-style: italic; letter-spacing: -.025em; text-transform: none; }
.hero__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; max-width: 780px; margin-top: 55px; }
.hero__facts { display: flex; align-items: center; gap: 13px; margin: 0; color: rgba(255, 255, 255, .72); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.hero__facts strong { color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: 1.28rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.hero__facts > span { width: 4px; height: 4px; border-radius: 50%; background: var(--bronze-light); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 50px; border: 1px solid var(--wine); background: var(--wine); color: #fff; padding: 13px 22px; font-size: .69rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease; }
.button:hover { background: var(--wine-deep); border-color: var(--wine-deep); transform: translateY(-2px); }
.button--hero { border-color: rgba(255, 255, 255, .7); background: transparent; }
.button--hero:hover { border-color: #fff; background: #fff; color: var(--wine-deep); }
.button--quiet { border-color: var(--bronze-light); background: transparent; color: #fff; }
.button--quiet:hover { border-color: #fff; background: #fff; color: var(--wine-deep); }
.hero__caption { position: absolute; z-index: 2; right: 50px; bottom: 22px; max-width: 420px; margin: 0; color: rgba(255, 255, 255, .62); font-size: .58rem; letter-spacing: .02em; }
.hero__index { position: absolute; z-index: 2; right: 80px; bottom: 62px; color: rgba(255, 255, 255, .22); font-family: "Playfair Display", Georgia, serif; font-size: 4.6rem; line-height: .72; text-align: right; }

.intro, .price-section, .faq, .content-grid, .content-table { max-width: var(--max); margin-right: auto; margin-left: auto; padding-right: 24px; padding-left: 24px; }
.intro { display: grid; grid-template-columns: 1.14fr .86fr; gap: clamp(50px, 9vw, 145px); padding-top: 154px; padding-bottom: 130px; }
.intro h2 { max-width: 13ch; }
.intro__text { align-self: end; max-width: 51ch; color: var(--ink-soft); }
.intro__lead { margin-bottom: 1.4em; color: var(--ink); font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.4rem, 2.2vw, 2rem); line-height: 1.32; }
.text-link { display: inline-flex; align-items: center; gap: 22px; margin-top: 16px; border-bottom: 1px solid currentColor; color: var(--wine); padding-bottom: 5px; font-size: .73rem; font-weight: 600; letter-spacing: .04em; }
.text-link span { color: var(--bronze); font-size: .9rem; }
.text-link:hover { color: var(--bronze); }

.numbers { display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--max); margin: 0 auto 155px; padding: 0 24px; }
.numbers div { min-height: 158px; padding: 29px 24px 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
.numbers div:last-child { border-right: 1px solid var(--line); }
.numbers strong { display: block; margin-bottom: 31px; color: var(--wine); font-family: "Playfair Display", Georgia, serif; font-size: clamp(2rem, 3.2vw, 3.7rem); font-weight: 400; line-height: 1; white-space: nowrap; }
.numbers span { display: block; max-width: 19ch; color: var(--muted); font-size: .67rem; line-height: 1.45; letter-spacing: .04em; text-transform: uppercase; }

.visual { position: relative; margin: 0; overflow: hidden; background: var(--paper-deep); }
.visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2, .7, .2, 1); }
.visual:hover img { transform: scale(1.018); }
.visual figcaption { position: absolute; right: 12px; bottom: 10px; max-width: calc(100% - 24px); margin: 0; color: rgba(255, 255, 255, .83); font-size: .56rem; line-height: 1.4; text-align: right; text-shadow: 0 1px 8px rgba(0, 0, 0, .45); }
.story-gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: auto 150px 310px 150px; gap: 22px; max-width: 1440px; margin: 0 auto; padding: 0 24px 155px; }
.story-gallery__copy { z-index: 2; grid-column: 1 / 6; grid-row: 1 / 3; align-self: center; max-width: 540px; padding: 58px 6vw 58px 0; background: var(--paper); }
.story-gallery__copy h2 { margin-bottom: 31px; font-size: clamp(2.5rem, 4.2vw, 4.4rem); }
.story-gallery__copy p:last-child { max-width: 43ch; color: var(--muted); font-size: .82rem; }
.story-gallery__main { grid-column: 6 / 13; grid-row: 1 / 4; min-height: 620px; }
.story-gallery__detail { z-index: 3; grid-column: 2 / 5; grid-row: 3 / 5; min-height: 430px; box-shadow: 22px 22px 0 var(--paper-deep); }
.story-gallery__wide { z-index: 2; grid-column: 5 / 11; grid-row: 4 / 5; min-height: 300px; transform: translateY(-70px); box-shadow: -22px 22px 0 var(--surface); }

.vertical { padding: 145px var(--pad); background: var(--wine-deep); color: #f7f0e8; }
.vertical .eyebrow { color: var(--bronze-light); }
.section-head { display: grid; grid-template-columns: 1.05fr .7fr; gap: 10vw; max-width: var(--max); margin: 0 auto 74px; }
.section-head h2 { grid-column: 1; max-width: 12ch; }
.section-head > p:last-child { grid-column: 2; grid-row: 1 / span 2; align-self: end; max-width: 46ch; color: var(--muted); font-size: .86rem; }
.vertical .section-head > p:last-child { color: rgba(255, 255, 255, .6); }
.vertical__layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(42px, 8vw, 125px); max-width: var(--max); margin: auto; align-items: stretch; }
.tower-scale { display: grid; grid-template-rows: auto 62px 84px 128px 74px auto; min-height: 510px; border-right: 1px solid var(--line-light); padding: 0 24px 0 0; }
.tower-scale__top, .tower-scale__base { color: rgba(255, 255, 255, .42); font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; }
.tower-scale__top { grid-row: 1; justify-self: end; padding-bottom: 15px; }
.tower-scale__base { grid-row: 6; padding-top: 15px; }
.floor-band { position: relative; display: flex; align-items: center; justify-content: space-between; width: 100%; border: 0; border-top: 1px solid rgba(255, 255, 255, .16); background: transparent; color: rgba(255, 255, 255, .55); padding: 11px 16px; text-align: left; transition: background .25s ease, color .25s ease, padding .25s ease; }
.floor-band:nth-of-type(1) { grid-row: 5; }
.floor-band:nth-of-type(2) { grid-row: 4; }
.floor-band:nth-of-type(3) { grid-row: 3; }
.floor-band:nth-of-type(4) { grid-row: 2; }
.floor-band::before { position: absolute; top: 50%; right: -30px; width: 12px; height: 12px; border: 1px solid var(--bronze-light); border-radius: 50%; background: var(--wine-deep); content: ''; opacity: 0; transform: translateY(-50%); }
.floor-band span { font-family: "Playfair Display", Georgia, serif; font-size: 1.32rem; }
.floor-band b { font-size: .58rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.floor-band:hover, .floor-band.is-active { background: rgba(255, 255, 255, .075); color: #fff; padding-right: 21px; padding-left: 21px; }
.floor-band.is-active::before { opacity: 1; }
.band-detail { position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; min-height: 510px; padding: 58px clamp(30px, 5vw, 78px); background: var(--paper); color: var(--ink); }
.band-detail::after { position: absolute; top: -80px; right: -55px; width: 260px; height: 260px; border: 1px solid rgba(155, 107, 55, .35); border-radius: 50%; content: ''; }
.band-detail h3 { max-width: 14ch; margin-bottom: 34px; }
.band-detail dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0 0 31px; }
.band-detail dl div { border-top: 1px solid var(--line); padding-top: 12px; }
.band-detail dt { margin-bottom: 5px; color: var(--muted); font-size: .59rem; letter-spacing: .12em; text-transform: uppercase; }
.band-detail dd { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: .98rem; }
.band-detail p:not(.eyebrow) { max-width: 57ch; color: var(--ink-soft); font-size: .82rem; }
.band-detail .button { align-self: flex-start; margin-top: 10px; border-color: var(--wine); color: var(--wine); }
.band-detail .button:hover { color: #fff; }

.feature-grid { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 700px; background: var(--surface); }
.feature-grid article { display: flex; flex-direction: column; justify-content: center; padding: 90px max(42px, calc((100vw - var(--max)) / 2)); }
.feature-grid h3 { max-width: 12ch; margin-bottom: 28px; }
.feature-grid p { max-width: 45ch; color: var(--muted); }
.feature-grid article a { display: inline-flex; align-self: flex-start; margin-top: 12px; border-bottom: 1px solid var(--wine); color: var(--wine); padding-bottom: 4px; font-size: .73rem; }
.feature-grid__image { min-height: 700px; }

.price-section { padding-top: 145px; padding-bottom: 145px; }
.price-section .section-head { margin-bottom: 65px; padding: 0; }
.table-wrap { overflow-x: auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
table { width: 100%; min-width: 640px; border-collapse: collapse; font-variant-numeric: tabular-nums; }
th, td { padding: 23px 12px; border-bottom: 1px solid var(--line); text-align: right; font-size: .78rem; font-weight: 400; }
thead th { color: var(--bronze); font-size: .59rem; letter-spacing: .15em; text-transform: uppercase; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
th:first-child, td:first-child { padding-left: 0; text-align: left; }
th:last-child, td:last-child { padding-right: 0; }
tbody th { color: var(--wine); font-family: "Playfair Display", Georgia, serif; font-size: 1.22rem; }
tbody tr { transition: background .2s ease; }
tbody tr:hover { background: rgba(255, 255, 255, .5); }
.table-note { margin: 19px 0 0; color: var(--muted); font-size: .68rem; }

.split { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 670px; }
.split > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 8vw, 125px); background: var(--paper-deep); }
.split h2, .location h2, .purchase h2 { max-width: 11ch; margin-bottom: 28px; }
.split p:not(.eyebrow), .location p:not(.eyebrow), .purchase p:not(.eyebrow) { max-width: 47ch; color: var(--muted); }
.split .visual { min-height: 670px; }
.location { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(55px, 9vw, 145px); max-width: var(--max); margin: auto; padding: 150px 24px; }
.location > div { max-width: 50ch; }
.location__image { min-height: 520px; }
.purchase { display: grid; grid-template-columns: .87fr 1.13fr; min-height: 660px; background: var(--wine); color: #fff; }
.purchase__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 8vw, 125px); }
.purchase .eyebrow { color: var(--bronze-light); }
.purchase p:not(.eyebrow) { color: rgba(255, 255, 255, .66); }
.purchase .text-link { border-color: rgba(255, 255, 255, .55); color: #fff; }
.purchase__image { min-height: 660px; }

.faq { max-width: 920px; padding-top: 145px; padding-bottom: 145px; }
.faq h2 { margin-bottom: 60px; }
details { border-top: 1px solid var(--line); padding: 22px 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; font-family: "Playfair Display", Georgia, serif; font-size: 1.42rem; }
summary::-webkit-details-marker { display: none; }
summary::after { float: right; color: var(--bronze); content: '＋'; font-family: Inter, sans-serif; font-size: 1rem; }
details[open] summary::after { content: '−'; }
details p { max-width: 62ch; margin: 17px 44px 0 0; color: var(--muted); font-size: .83rem; }

.request, .page-request { position: relative; display: grid; align-items: stretch; overflow: hidden; }
.request { grid-template-columns: .83fr .74fr 1fr; min-height: 640px; background: var(--surface); }
.request__copy { display: flex; flex-direction: column; justify-content: center; padding: 76px max(38px, calc((100vw - var(--max)) / 2)); }
.request__copy h2, .page-request h2 { max-width: 11ch; margin-bottom: 26px; }
.request__copy p:not(.eyebrow), .page-request p:not(.eyebrow) { max-width: 44ch; color: var(--muted); font-size: .82rem; }
.request__image { min-height: 640px; }
.lead-form { display: grid; align-content: center; gap: 17px; padding: 68px clamp(34px, 5vw, 78px); background: var(--wine-deep); color: #fff; }
.lead-form label { color: rgba(255, 255, 255, .7); font-size: .64rem; letter-spacing: .07em; text-transform: uppercase; }
.lead-form input:not([type=checkbox]) { display: block; width: 100%; min-height: 49px; margin-top: 8px; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .36); border-radius: 0; background: transparent; color: #fff; padding: 8px 0; outline: 0; }
.lead-form input:not([type=checkbox]):focus { border-bottom-color: var(--bronze-light); }
.lead-form .consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 5px; font-size: .58rem; line-height: 1.55; letter-spacing: 0; text-transform: none; }
.lead-form .consent input { flex: 0 0 auto; margin: 3px 0 0; accent-color: var(--bronze-light); }
.lead-form .consent a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.lead-form button { min-height: 50px; margin-top: 5px; border: 1px solid var(--bronze-light); background: var(--bronze-light); color: var(--wine-deep); font-size: .65rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.lead-form button:hover { background: #fff; border-color: #fff; }
.lead-status { min-height: 1.2em; margin: 0; color: rgba(255, 255, 255, .65); font-size: .65rem; }
.trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { display: grid; grid-template-columns: 1.05fr .62fr 1.35fr .62fr; gap: 40px; padding: 78px var(--pad) 52px; background: #1f1917; color: rgba(255, 255, 255, .58); font-size: .64rem; line-height: 1.65; }
.site-footer .wordmark { color: #fff; }
.foot-address { margin-top: 26px; }
.foot-links, .foot-docs { display: flex; flex-direction: column; gap: 10px; }
.foot-links a:hover, .foot-docs a:hover { color: var(--bronze-light); }
.foot-legal p { margin-bottom: 12px; }
.foot-legal p:nth-child(3) { color: rgba(255, 255, 255, .82); }

.page-hero { display: grid; grid-template-columns: 1.03fr .97fr; min-height: 760px; padding: 164px var(--pad) 100px; gap: clamp(55px, 8vw, 130px); align-items: center; background: var(--surface); }
.page-hero h1 { max-width: 11ch; margin-bottom: 32px; color: var(--wine); font-size: clamp(3.2rem, 6.1vw, 6.5rem); }
.page-hero > div > p:not(.eyebrow):not(.page-hero__meta) { max-width: 57ch; color: var(--ink-soft); }
.page-hero__meta { margin-top: 28px; color: var(--muted); font-size: .64rem; letter-spacing: .04em; }
.page-hero__image { min-height: 510px; box-shadow: 28px 28px 0 var(--paper-deep); }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 135px; padding-bottom: 70px; }
.content-card { position: relative; min-height: 360px; border: 1px solid var(--line); background: var(--surface); padding: 35px 32px; }
.content-card span { display: block; margin-bottom: 69px; color: var(--bronze); font-family: "Playfair Display", Georgia, serif; font-size: .78rem; }
.content-card h2 { min-height: 2.8em; margin-bottom: 21px; color: var(--wine); font-size: 1.75rem; }
.content-card p { color: var(--muted); font-size: .8rem; }
.content-table { padding-top: 30px; padding-bottom: 95px; }
.wide-visual { max-width: var(--max); min-height: 560px; margin: 0 auto 140px; padding: 0 24px; }
.wide-visual img { min-height: 560px; object-fit: cover; }
.page-request { grid-template-columns: .9fr 1.1fr; padding-left: var(--pad); background: var(--wine); color: #fff; }
.page-request > div { align-self: center; padding: 80px 70px 80px 0; }
.page-request .eyebrow { color: var(--bronze-light); }
.page-request p:not(.eyebrow) { color: rgba(255, 255, 255, .65); }
.page-request .lead-form { background: var(--wine-deep); }
.legal { max-width: 850px; min-height: 70vh; margin: auto; padding: 180px 24px 135px; }
.legal h1 { max-width: 13ch; margin-bottom: 50px; color: var(--wine); font-size: clamp(3rem, 5.4vw, 5.7rem); }
.legal__body { max-width: 70ch; color: var(--ink-soft); }
.legal__body h2 { margin: 40px 0 15px; color: var(--wine); font-size: 2rem; }
.not-found { min-height: 75vh; max-width: 850px; margin: auto; padding: 220px 24px 130px; }
.not-found h1 { margin-bottom: 28px; color: var(--wine); }

@media (max-width: 1040px) {
  .site-header { min-height: 78px; }
  .menu-toggle { display: flex; }
  nav { position: absolute; top: 78px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); background: rgba(242, 238, 230, .98); color: var(--ink); padding: 12px; box-shadow: 0 18px 50px rgba(33, 28, 24, .15); }
  nav.is-open { display: flex; }
  nav a { padding: 13px; }
  .nav-cta { margin-top: 5px; justify-content: space-between; }
  .hero__rail { display: none; }
  .story-gallery { grid-template-rows: auto 120px 260px 120px; }
  .story-gallery__main { min-height: 520px; }
  .request { grid-template-columns: 1fr 1fr; }
  .request__copy { padding: 80px 52px; }
  .request__image { display: none; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  h2 { font-size: clamp(2.55rem, 9vw, 4rem); }
  .hero__copy { width: calc(100% - 40px); padding-top: 145px; padding-bottom: 72px; }
  .hero__bottom { align-items: flex-start; flex-direction: column; }
  .hero__caption { left: 20px; right: auto; bottom: 17px; }
  .hero__index { right: 22px; bottom: 55px; font-size: 3.3rem; }
  .intro, .section-head, .vertical__layout, .location, .page-hero, .page-request { grid-template-columns: 1fr; }
  .intro { gap: 42px; }
  .numbers { grid-template-columns: 1fr 1fr; }
  .numbers div:nth-child(2) { border-right: 1px solid var(--line); }
  .numbers div:nth-child(n+3) { border-top: 0; }
  .section-head { gap: 28px; }
  .section-head > p:last-child { grid-column: 1; grid-row: auto; }
  .story-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto 430px 320px; }
  .story-gallery__copy { grid-column: 1 / 3; grid-row: 1; padding: 35px 0; }
  .story-gallery__main { grid-column: 1 / 3; grid-row: 2; min-height: 430px; }
  .story-gallery__detail { grid-column: 1; grid-row: 3; min-height: 320px; box-shadow: none; }
  .story-gallery__wide { grid-column: 2; grid-row: 3; min-height: 320px; transform: none; box-shadow: none; }
  .vertical { padding-top: 100px; padding-bottom: 100px; }
  .tower-scale { border-right: 0; padding-right: 0; }
  .floor-band::before { right: -6px; }
  .feature-grid, .split, .purchase, .request { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 470px; padding: 70px 40px; }
  .feature-grid__image, .split .visual, .purchase__image { min-height: 500px; }
  .split > div:last-child, .purchase__copy { min-height: 490px; padding: 70px 40px; }
  .location { gap: 50px; }
  .location__image { min-height: 430px; }
  .request__copy { min-height: 460px; }
  .lead-form { min-height: 520px; }
  .content-grid { grid-template-columns: 1fr; gap: 12px; padding-top: 85px; }
  .content-card { min-height: 0; }
  .content-card span { margin-bottom: 36px; }
  .content-card h2 { min-height: 0; }
  .page-hero { gap: 55px; }
  .page-request { padding-left: 0; }
  .page-request > div { padding: 80px 24px; }
}

@media (max-width: 560px) {
  :root { --pad: 20px; }
  body { font-size: 15px; }
  .site-header { padding-top: 14px; padding-bottom: 14px; }
  .wordmark__monogram { width: 38px; height: 38px; }
  .hero { min-height: 740px; }
  .hero__media { object-position: 61% center; }
  .hero__kicker > span { display: none; }
  .hero h1 { font-size: clamp(3.65rem, 18vw, 5.5rem); }
  .hero__facts { align-items: flex-start; flex-direction: column; gap: 4px; }
  .hero__facts > span { display: none; }
  .hero__index { display: none; }
  .intro { padding-top: 90px; padding-bottom: 78px; }
  .numbers { margin-bottom: 90px; padding: 0 20px; }
  .numbers div { min-height: 130px; padding: 24px 17px; }
  .numbers strong { margin-bottom: 22px; font-size: 2rem; }
  .story-gallery { grid-template-rows: auto 340px 240px; gap: 10px; padding: 0 20px 90px; }
  .story-gallery__main { min-height: 340px; }
  .story-gallery__detail, .story-gallery__wide { min-height: 240px; }
  .vertical { padding-top: 88px; padding-bottom: 88px; }
  .vertical__layout { gap: 34px; }
  .tower-scale { min-height: 430px; grid-template-rows: auto 52px 70px 105px 62px auto; }
  .floor-band span { font-size: 1.12rem; }
  .floor-band b { font-size: .52rem; }
  .band-detail { min-height: 500px; padding: 42px 25px; }
  .band-detail dl { grid-template-columns: 1fr; gap: 12px; }
  .feature-grid article { min-height: 440px; padding: 62px 24px; }
  .feature-grid__image, .split .visual, .purchase__image { min-height: 350px; }
  .price-section, .faq, .location { padding-top: 90px; padding-bottom: 90px; }
  .split > div:last-child, .purchase__copy { min-height: 440px; padding: 62px 24px; }
  .location { padding-right: 20px; padding-left: 20px; }
  .location__image { min-height: 340px; }
  .faq h2 { margin-bottom: 42px; }
  summary { padding-right: 5px; font-size: 1.2rem; }
  .request__copy { min-height: 430px; padding: 64px 24px; }
  .lead-form { min-height: 500px; padding: 52px 24px; }
  .site-footer { grid-template-columns: 1fr; gap: 34px; padding-top: 62px; }
  .foot-legal { order: 4; }
  .page-hero { min-height: 0; padding-top: 130px; padding-bottom: 80px; }
  .page-hero__image { min-height: 360px; box-shadow: 14px 14px 0 var(--paper-deep); }
  .content-grid { padding-top: 70px; }
  .wide-visual { min-height: 350px; margin-bottom: 85px; padding: 0 20px; }
  .wide-visual img { min-height: 350px; }
  .legal { padding-top: 145px; padding-bottom: 90px; }
}

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