/* Final dossier pass: compact hierarchy, denser facts, and honest micro-visuals. */
:root {
  --content: 1240px;
  --section-x: max(24px, calc((100vw - var(--content)) / 2));
}

body {
  font-variant-numeric: tabular-nums lining-nums;
  text-rendering: optimizeLegibility;
}

.site-header {
  position: sticky;
  top: 0;
  height: 62px;
  padding-inline: var(--section-x);
  backdrop-filter: blur(14px);
}

.brand-mark { width: 29px; height: 29px; font-size: 17px; }
.site-header nav { gap: 22px; }
.site-header nav a { color: var(--muted); font-size: 11px; }
.site-header nav a:hover { color: var(--ink); }

.hero {
  min-height: 470px;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: clamp(42px, 7vw, 92px);
  padding: clamp(48px, 6vw, 76px) var(--section-x);
  background: radial-gradient(circle at 79% 48%, #dfe2d2 0, transparent 27%);
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(54px, 6.7vw, 94px);
  line-height: .91;
  text-wrap: balance;
}

.lead {
  max-width: 650px;
  margin: 24px 0;
  font-size: clamp(18px, 1.7vw, 23px);
}

.hero-actions button { padding: 11px 17px; font-size: 11px; }
.hero-actions a { font-size: 11px; }
.share-status { margin: 3px 0 0; min-height: 16px; font-size: 11px; }

.building-card {
  min-height: 345px;
  padding: 24px;
  border-radius: 2px;
  box-shadow: 13px 15px 0 #cdd0bb;
  transform: none;
}

.windows {
  gap: 10px;
  margin: 23px 0;
  padding: 8px 2px;
}

.window { min-height: 42px; cursor: help; }
.window.is-active { box-shadow: 0 0 14px #d9ff6630; }
.building-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: auto -24px 17px; border-block: 1px solid #ffffff24; }
.building-facts span { min-width: 0; padding: 10px 12px; border-right: 1px solid #ffffff24; color: #9fb0a6; font-size: 8px; line-height: 1.3; text-transform: uppercase; }
.building-facts span:last-child { border: 0; }
.building-facts b { display: block; overflow: hidden; color: white; font: 500 17px/1.15 var(--serif); text-overflow: ellipsis; white-space: nowrap; }

.stat-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding-inline: var(--section-x);
}

.stat-strip div { min-width: 0; padding: 19px clamp(10px, 1.5vw, 20px); }
.stat-strip strong { overflow: hidden; font-size: clamp(19px, 2vw, 28px); line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.stat-strip span { font-size: 8px; letter-spacing: .09em; }

.section { padding: clamp(58px, 6vw, 82px) var(--section-x); }
.section-heading { margin-bottom: 32px; }
.section-heading h2,
.context-card h2,
.methodology h2,
.search-again h2,
.empty-page h1 { font-size: clamp(34px, 4vw, 54px); }
.section-heading > p { max-width: 360px; margin-bottom: 3px; font-size: 12px; }
.eyebrow { margin-bottom: 10px; font-size: 9px; }

.ledger-heading h2 { max-width: 760px; font-size: clamp(34px, 4vw, 52px); }
.ledger-summary { margin-bottom: 18px; }
.ledger-summary > div { padding: 14px 17px; }
.ledger-row { gap: 16px; padding: 15px 18px; }
.ledger-row strong { font-size: 13px; }
.ledger-price > strong { font-size: 19px; }

.units-section { padding-block: clamp(52px, 5vw, 70px); }
.unit-card { min-height: 108px; padding: 17px; gap: 13px; }
.unit-card strong { font-size: 25px; }
.unit-card div { min-width: 0; }
.area-bar { display: block; width: var(--area); max-width: 100%; height: 3px; margin-top: 12px; background: var(--rust); opacity: .72; }
.confidence { right: 11px; bottom: 8px; font-size: 7px; }

.rent-range-card,
.rent-method-card,
.market-unavailable { padding: clamp(26px, 3.5vw, 44px); }
.rent-range-card { min-height: 300px; }
.range-main strong { font-size: clamp(48px, 6vw, 76px); }
.range-track { margin-top: 46px; }
.rent-scenario { font-size: clamp(38px, 4.5vw, 58px); }
.rent-method-card dl { margin: 28px 0 20px; }
.rent-method-card dl div { padding: 12px 0; }

.noise-context-copy h2 { font-size: clamp(38px, 5vw, 61px); }
.noise-context-copy > p:last-child { font-size: 17px; }
.transport-stop-list a { padding: 20px 0; }
.transport-stop-list strong { font-size: clamp(22px, 2.4vw, 31px); }
.transport-stop-list b { font-size: clamp(21px, 2.3vw, 29px); }

.context-grid { gap: 14px; }
.context-card { min-height: 340px; padding: clamp(27px, 3.5vw, 45px); }
.context-card h2 { margin-bottom: 24px; font-size: clamp(31px, 3.6vw, 46px); }
.context-card dl div, .context-card li { padding: 12px 0; }
.extracted-evidence .section-heading { margin-bottom: 25px; }

.methodology { padding-block: 58px; }
.methodology h2 { margin-bottom: 34px; }
.method-grid div { padding: 20px 23px; }
.method-grid p { margin-bottom: 0; font-size: 11px; }
.method-note { margin-top: 22px; }
.search-again { margin: 14px; padding: clamp(31px, 4vw, 52px) var(--section-x); gap: 48px; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible { outline: 3px solid var(--rust); outline-offset: 3px; }

@media (max-width: 850px) {
  .site-header nav a[href="#lage"] { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; padding-top: 48px; }
  .building-card { width: min(100%, 560px); min-height: 300px; }
  .stat-strip { grid-template-columns: repeat(3, 1fr); }
  .stat-strip div:nth-child(2) { border-right: 1px solid var(--line); }
  .stat-strip div:nth-child(3) { border-right: 0; }
  .stat-strip div:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .section-heading { gap: 24px; }
}

@media (max-width: 520px) {
  :root { --section-x: 17px; }
  .site-header { height: 58px; }
  .site-header nav { gap: 13px; }
  .site-header nav a { display: none; }
  .site-header nav a[href="#timeline"], .site-header nav a[href="#methodik"] { display: block; }
  .hero { gap: 34px; padding-block: 38px 45px; }
  .hero h1 { overflow-wrap: anywhere; hyphens: none; font-size: clamp(39px, 11.5vw, 48px); }
  .lead { margin: 19px 0; font-size: 17px; }
  .building-card { min-height: 280px; padding: 19px; box-shadow: 8px 9px 0 #cdd0bb; }
  .building-facts { margin-inline: -19px; }
  .building-facts span { padding-inline: 8px; }
  .building-facts b { font-size: 15px; }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .stat-strip div:nth-child(n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .stat-strip div:nth-child(2n) { border-right: 0; }
  .stat-strip div:nth-last-child(-n+2) { border-bottom: 0; }
  .stat-strip div { padding: 15px 10px; }
  .section { padding-block: 46px; }
  .section-heading { margin-bottom: 25px; }
  .section-heading > p { margin-top: 13px; }
  .ledger-summary > div { padding: 13px; }
  .unit-grid { grid-template-columns: 1fr 1fr; }
  .unit-card { min-height: 112px; }
  .unit-card strong { font-size: 22px; }
  .context-grid { gap: 0; padding-inline: 0; }
  .context-card { min-height: 0; }
  .search-again { margin: 0; gap: 28px; }
}
