:root {
  --ink: #171515;
  --paper: #eee9df;
  --paper-deep: #dfd8ca;
  --oxblood: #6f1d25;
  --rust: #a5483f;
  --muted: #746e65;
  --line: rgba(23, 21, 21, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
img, iframe { max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; padding: .8rem 1rem; background: white; z-index: 50; }
.skip-link:focus { top: 1rem; }
.site-header { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 4vw, 4.5rem); border-bottom: 1px solid var(--line); background: rgba(238,233,223,.94); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.wordmark { display: flex; align-items: center; gap: .7rem; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 700; }
.wordmark-mark { width: 16px; height: 16px; background: var(--oxblood); transform: rotate(45deg); }
nav { display: flex; gap: clamp(1rem, 3vw, 2.5rem); }
nav a { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
nav a:hover, nav a:focus { color: var(--oxblood); }
.hero { min-height: calc(100vh - 76px); padding: clamp(5rem, 11vw, 9rem) clamp(1.25rem, 8vw, 9rem) 4rem; display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 78% 20%, rgba(111,29,37,.13), transparent 31%), linear-gradient(120deg, transparent 69%, rgba(23,21,21,.035) 69%); }
.hero-kicker, .eyebrow, .section-number { color: var(--oxblood); font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, blockquote, .big-number { font-family: Georgia, 'Times New Roman', serif; }
h1 { max-width: 1200px; margin: 1.5rem 0; font-size: clamp(3.8rem, 9vw, 9rem); line-height: .88; letter-spacing: -.065em; font-weight: 400; }
h1 span { color: var(--oxblood); }
.hero-lede { max-width: 690px; font-size: clamp(1.08rem, 1.7vw, 1.35rem); line-height: 1.65; }
.citation { max-width: 760px; margin-top: 1.4rem; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.citation span { color: var(--oxblood); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.read-link { margin-top: 2.4rem; width: fit-content; text-decoration: none; padding-bottom: .4rem; border-bottom: 1px solid var(--ink); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.read-link span { margin-left: 1rem; color: var(--oxblood); }
.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 8vw, 9rem); border-top: 1px solid var(--line); }
.section-number { margin-bottom: clamp(3rem, 7vw, 7rem); }
.section-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(480px, 1.2fr); gap: clamp(3rem, 8vw, 9rem); align-items: start; }
h2 { margin: .7rem 0 1.8rem; font-size: clamp(3rem, 6vw, 6.6rem); line-height: .95; letter-spacing: -.045em; font-weight: 400; }
.body-copy { max-width: 480px; font-size: 1.1rem; line-height: 1.7; }
.document-card { background: #f8f5ee; padding: clamp(1.5rem, 4vw, 3.5rem); box-shadow: 0 28px 70px rgba(40,25,20,.12); transform: rotate(.45deg); border-top: 5px solid var(--oxblood); }
.document-meta { display: flex; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--line); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.document-card blockquote { margin: 2.3rem 0; font-size: clamp(1.65rem, 3vw, 2.8rem); line-height: 1.2; }
.cost-row, .total-row { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); font-size: .85rem; }
.cost-row div span { display: inline-grid; place-items: center; width: 23px; height: 23px; margin-right: .7rem; background: var(--ink); color: white; font-size: .68rem; }
.cost-row strong { white-space: nowrap; }
.total-row { align-items: baseline; color: var(--oxblood); text-transform: uppercase; font-weight: 700; }
.total-row strong { font-family: Georgia, serif; font-size: 2.6rem; }
.admission { background: var(--ink); color: var(--paper); }
.admission .section-number, .admission .eyebrow, .admission .citation span { color: #cf746b; }
.admission .citation { color: #aaa39a; }
.narrow { max-width: 1100px; margin: auto; }
.pull-quote { margin: 4rem 0 1rem; font-size: clamp(2rem, 4.3vw, 4.5rem); line-height: 1.15; font-weight: 400; }
.pull-quote::first-letter { color: #cf746b; }
.pull-quote.secondary { margin-top: 7rem; padding-left: clamp(1rem, 6vw, 6rem); border-left: 1px solid #cf746b; font-size: clamp(1.7rem, 3vw, 3.2rem); }
.contrast { background: var(--paper-deep); }
.contrast-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(1.5rem, 5vw, 5rem); align-items: center; margin-top: 4rem; }
.contrast-grid article { border-top: 1px solid var(--ink); padding-top: 1.5rem; }
.big-number { color: var(--oxblood); font-size: clamp(4rem, 9vw, 9rem); letter-spacing: -.06em; }
.contrast-grid article > p:not(.citation) { max-width: 440px; font-size: 1rem; line-height: 1.55; }
.versus { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--oxblood); border-radius: 50%; color: var(--oxblood); font-family: Georgia, serif; font-style: italic; }
.danger { background: var(--ink); color: var(--paper); }
.danger .section-number, .danger .eyebrow, .danger .citation span { color: #cf746b; }
.danger .citation { color: #aaa39a; }
.danger-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; margin-top: 4rem; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.18); }
.danger-grid article { min-width: 0; padding: 1.35rem; background: #211f1f; }
.danger-grid article > p:not(.citation) { font-size: .9rem; line-height: 1.55; }
.danger-number { min-height: 2.2em; color: #e6a098; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1; overflow-wrap: anywhere; }
.road-deaths-stat { margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid var(--ink); }
.road-deaths-stat > p:not(.citation) { max-width: 620px; font-size: 1rem; line-height: 1.55; }
.bridge-section { background: #e7e0d4; }
.map-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 6vw, 7rem); align-items: center; }
.map-frame { min-width: 0; min-height: 390px; background: #cbc3b6; }
.map-frame iframe { display: block; width: 100%; height: 390px; border: 0; }
.timeline-list { list-style: none; margin: 5rem 0 0; padding: 0; border-top: 1px solid var(--line); }
.timeline-list li { display: grid; grid-template-columns: minmax(140px, .32fr) 1fr; gap: 2rem; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.timeline-list time { color: var(--oxblood); font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.6rem); }
.timeline-list h3 { margin: .15rem 0 .6rem; font-size: 1.15rem; text-transform: uppercase; letter-spacing: .08em; }
.timeline-list p { max-width: 720px; line-height: 1.6; margin: 0; }
.timeline-list .citation { margin-top: .8rem; }
.documents { background: #d5cdc0; }
.document-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 4rem; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.document-strip article { min-height: 260px; padding: 1.5rem; border-right: 1px solid var(--ink); }
.document-strip article:last-child { border: 0; }
.document-strip article > span { color: var(--oxblood); font-family: Georgia, serif; font-size: 2.3rem; }
.document-strip h3 { margin: 2.8rem 0 1rem; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.document-strip p { color: #504b45; font-size: .8rem; line-height: 1.6; }
.scope-note { display: grid; grid-template-columns: 170px 1fr; gap: 1rem; max-width: 900px; margin: 4rem 0 0 auto; padding-top: 1.5rem; border-top: 3px solid var(--oxblood); }
.scope-note strong { color: var(--oxblood); text-transform: uppercase; font-size: .7rem; letter-spacing: .12em; }
.scope-note p { margin: 0; line-height: 1.6; }
footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2.5rem clamp(1.25rem, 8vw, 9rem); background: var(--ink); color: var(--paper); font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; }

@media (max-width: 820px) {
  nav { display: none; }
  .section-grid, .contrast-grid, .timeline-list li, .danger-grid, .map-grid, .document-strip, .scope-note { grid-template-columns: minmax(0, 1fr); }
  .versus { margin: auto; }
  .document-strip article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--ink); }
  .document-strip article:last-child { border-bottom: 0; }
}

@media (max-width: 520px) {
  .site-header { height: 64px; }
  .hero { min-height: calc(100vh - 64px); padding: 4rem 1rem 3rem; }
  .section { padding: 4rem 1rem; }
  .section-number { margin-bottom: 2.5rem; }
  h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  h2 { font-size: clamp(2.55rem, 14vw, 4rem); overflow-wrap: anywhere; }
  .document-card { transform: none; }
  .document-meta, .cost-row { align-items: flex-start; flex-direction: column; }
  .timeline-list li { gap: .7rem; }
  .document-strip article { border-right: 0; border-bottom: 1px solid var(--ink); }
  .map-frame { min-height: 300px; }
  .map-frame iframe { height: 300px; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
