:root { --ink:#17212b; --paper:#fcfbf8; --muted:#5d6973; --accent:#a95c34; --slate:#e8eef0; --line:#d4dadd; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Georgia, "Times New Roman", serif; font-size:18px; line-height:1.65; }
a { color:inherit; text-decoration-color:var(--accent); text-decoration-thickness:2px; text-underline-offset:3px; }
a:hover { color:var(--accent); }
.hero { min-height:530px; padding:0 8vw 72px; color:#fff; background:linear-gradient(115deg, rgba(14,29,39,.96), rgba(28,54,64,.87)), radial-gradient(circle at 80% 20%, #be7951, transparent 40%); }
nav { max-width:1120px; margin:0 auto; padding:26px 0; display:flex; align-items:center; justify-content:space-between; font-family:Arial, sans-serif; font-size:14px; letter-spacing:.04em; }
nav div { display:flex; gap:24px; } nav a { text-decoration:none; } .wordmark { border:1px solid rgba(255,255,255,.7); border-radius:50%; width:40px; height:40px; display:grid; place-items:center; font-weight:bold; }
.hero-copy { max-width:930px; margin:112px auto 0; } .eyebrow,.kicker,.year { margin:0 0 10px; color:var(--accent); font-family:Arial, sans-serif; font-size:13px; font-weight:bold; letter-spacing:.13em; text-transform:uppercase; }.hero .eyebrow { color:#e6ae80; }
h1,h2,h3,p { margin-top:0; } h1 { max-width:820px; margin-bottom:14px; font-size:clamp(3rem,7vw,6.6rem); line-height:.95; letter-spacing:-.045em; } h2 { font-size:clamp(2rem,4vw,3.5rem); line-height:1.08; letter-spacing:-.025em; } h3 { margin-bottom:7px; font-size:1.35rem; line-height:1.2; }.lede { max-width:720px; font-size:clamp(1.2rem,2.2vw,1.55rem); line-height:1.45; }
.section { max-width:1120px; margin:0 auto; padding:100px 8vw; }.intro { max-width:920px; }.intro p:last-child { font-size:1.25rem; color:var(--muted); }.slate { max-width:none; background:var(--slate); }.slate > .kicker,.slate > .timeline { max-width:1120px; margin-left:auto; margin-right:auto; }.timeline { display:grid; grid-template-columns:repeat(4,1fr); gap:32px; }.timeline article { border-top:2px solid var(--accent); padding-top:18px; }.timeline p:last-child,.two-column p,.callout p { color:var(--muted); }.two-column { display:grid; grid-template-columns:1fr 1.25fr; gap:100px; }.callout { max-width:none; background:#19343d; color:white; }.callout > * { max-width:800px; margin-left:auto; margin-right:auto; }.callout p:last-child { color:#d5e0e2; }.sources { max-width:920px; }.sources ul { padding-left:22px; }.sources li { margin:14px 0; }.source-note { margin-top:34px; color:var(--muted); font-size:.9rem; font-family:Arial,sans-serif; }
footer { display:flex; justify-content:space-between; gap:24px; padding:28px 8vw; border-top:1px solid var(--line); color:var(--muted); font-family:Arial,sans-serif; font-size:.85rem; } footer p { margin:0; }
@media (max-width:760px) { .hero { min-height:480px; padding-bottom:45px; } nav div { gap:12px; font-size:12px; } .hero-copy { margin-top:75px; }.section { padding:68px 7vw; }.timeline,.two-column { grid-template-columns:1fr; gap:28px; }.two-column { gap:8px; } footer { flex-direction:column; } }
