* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.45 var(--font); -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
a { color: inherit; }
a:focus-visible { outline: 2px solid var(--focus); outline-offset: 4px; }
.skip { position: fixed; z-index: 20; top: 8px; left: 8px; padding: 8px 12px; transform: translateY(-170%); background: var(--ink); color: var(--paper); }
.skip:focus { transform: none; }
.shell { width: min(100% - 104px, 1696px); margin-inline: auto; }
.intro-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 27px; color: var(--muted); font-size: 12px; }
.intro { display: grid; grid-template-columns: minmax(0, 8fr) minmax(220px, 4fr); gap: 32px; align-items: end; min-height: 320px; padding: 26px 0 42px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.square { width: 7px; height: 7px; background: var(--orange); }
h1, h2, h3, p { margin-block-start: 0; }
h1 { margin-bottom: 15px; font-size: clamp(50px, 6vw, 112px); font-weight: 800; font-stretch: 70%; letter-spacing: -.06em; line-height: .98; }
.intro-description { max-width: 550px; margin: 0; color: var(--muted); font-size: 15px; }
.intro-side { border-left: 1px solid var(--line); padding: 14px 0 0 28px; }
.index-number { font-size: clamp(42px, 5vw, 72px); font-weight: 700; font-stretch: 70%; letter-spacing: -.04em; line-height: 1; font-variant-numeric: tabular-nums lining-nums; }
.index-number span { color: var(--muted); font-size: .35em; vertical-align: top; }
.intro-side p { max-width: 270px; margin: 21px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
section.snapshot, section.projects, section.details { border-top: 2px solid var(--ink); }
.section-top { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding-top: 17px; }
.section-top h2 { margin: 0; font-size: 17px; font-weight: 800; }
.section-tag { margin-left: 10px; color: var(--muted); font-size: 12px; font-weight: 600; white-space: nowrap; }
.section-meta { color: var(--muted); font-size: 13px; }
.snapshot-grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(220px, 4fr); gap: 32px; padding: 30px 0 42px; }
.stat-label { color: var(--muted); font-size: 13px; font-weight: 600; }
.stat-label .muted { margin-left: 8px; font-weight: 400; }
.hero-figure { display: flex; align-items: baseline; gap: 12px; max-width: 100%; margin-top: 4px; }
.hero-figure strong { min-width: 0; font-size: clamp(56px, 6.8vw, 120px); font-weight: 700; font-stretch: 70%; letter-spacing: -.055em; line-height: 1.06; white-space: nowrap; font-variant-numeric: tabular-nums lining-nums; }
.unit { color: var(--muted); font-size: clamp(17px, 2vw, 28px); align-self: flex-start; padding-top: 15px; }
.freshness { display: flex; align-items: center; gap: 9px; margin-top: 16px; color: var(--muted); font-size: 13px; }
.freshness::before { content: ''; width: 7px; height: 7px; flex: none; background: var(--muted); }
.freshness.live::before { background: var(--gain); }
.freshness.stale::before { background: var(--warning); }
.stat-list { border-left: 1px solid var(--line); padding-left: 28px; }
.stat-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.stat-row:first-child { padding-top: 0; }
.stat-row span { flex: none; color: var(--muted); font-size: 13px; }
.stat-row strong { min-width: 0; font-size: clamp(17px, 1.6vw, 25px); font-weight: 600; font-stretch: 85%; font-variant-numeric: tabular-nums lining-nums; text-align: right; white-space: nowrap; }
.projects { margin-top: 32px; }
.project-grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(220px, 4fr); gap: 32px; padding: 28px 0 55px; }
.project-index { color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.project-copy h3 { margin: 13px 0 17px; font-size: clamp(40px, 4.3vw, 72px); font-weight: 800; font-stretch: 70%; letter-spacing: -.05em; line-height: 1.03; }
.project-copy p { max-width: 490px; margin: 0 0 25px; color: var(--muted); font-size: 14px; }
.project-link { display: inline-flex; align-items: center; justify-content: space-between; min-width: 284px; min-height: 40px; gap: 30px; padding: 8px 13px; border: 1.5px solid var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; transition: background 170ms var(--ease), color 170ms var(--ease), transform 170ms var(--ease); }
.project-link:hover { background: var(--ink); color: var(--paper); }
.project-link:active { transform: translateY(1px); }
.project-facts { margin: 0; border-top: 1px solid var(--line); }
.project-facts div { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.project-facts dt { flex: none; color: var(--muted); font-size: 13px; }
.project-facts dd { margin: 0; font-size: 17px; font-weight: 700; font-stretch: 85%; text-align: right; overflow-wrap: anywhere; font-variant-numeric: tabular-nums lining-nums; }
.details { margin-top: 9px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; padding: 19px 0 70px; }
.detail-grid p { max-width: 560px; margin: 0; color: var(--muted); font-size: 14px; }
noscript { display: block; padding: 10px 52px; color: var(--muted); text-align: center; }

@media (max-width: 1199px) {
  .intro, .snapshot-grid, .project-grid, .detail-grid { grid-template-columns: 1fr; }
  .intro { min-height: 0; padding-bottom: 39px; }
  .intro-side { display: none; }
  .stat-list { border-left: 0; padding-left: 0; }
  .snapshot-grid { gap: 28px; }
  .project-grid { gap: 28px; }
  .project-facts { max-width: 620px; }
}
@media (max-width: 600px) {
  .shell { width: calc(100% - 40px); }
  .intro-meta { margin-top: 24px; }
  .intro { padding: 33px 0 37px; }
  h1 { font-size: clamp(48px, 13vw, 70px); }
  .intro-description { font-size: 14px; }
  .section-top { flex-wrap: wrap; gap: 4px; }
  .section-tag { display: block; margin: 4px 0 0; }
  .snapshot-grid { padding: 22px 0 34px; }
  .stat-label .muted { display: block; margin: 3px 0 0; }
  .hero-figure { gap: 6px; }
  .hero-figure strong { font-size: clamp(49px, 12.5vw, 74px); }
  .unit { padding-top: 12px; font-size: 15px; }
  .stat-row { gap: 8px; }
  .stat-row strong { font-size: 19px; }
  .projects { margin-top: 9px; }
  .project-grid { padding-bottom: 40px; }
  .project-link { width: 100%; }
  .project-facts dd { font-size: 16px; }
  .detail-grid { gap: 14px; padding-bottom: 50px; }
  noscript { padding-inline: 20px; }
}
@media (max-width: 370px) {
  .hero-figure strong { font-size: 44px; }
  .unit { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0ms !important; animation-duration: 0ms !important; }
}
.not-found { padding-block: clamp(70px, 12vw, 170px); }
.not-found h1 { margin: 14px 0 19px; }
.not-found p { max-width: 480px; color: var(--muted); }
.not-found .project-link { margin-top: 18px; }
