@font-face { font-family: Barlow; src: url('/assets/fonts/barlow-regular.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: BarlowCondensed; src: url('/assets/fonts/barlow-condensed-900.woff2') format('woff2'); font-weight: 900; font-display: swap; }
:root { color-scheme: dark; background: #0a0a0a; color: #f5f5f1; font-family: Barlow, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #fffe18; text-underline-offset: .2em; }
a:focus-visible, video:focus-visible, summary:focus-visible { outline: 3px solid #fffe18; outline-offset: 5px; }
header, main, footer { width: min(100% - 40px, 1040px); margin-inline: auto; }
header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 28px; border-bottom: 1px solid #444; }
.brand { font: 900 2.5rem BarlowCondensed, sans-serif; text-decoration: none; }
.brand span { display: block; font: 1rem Barlow, sans-serif; color: #f5f5f1; }
nav { display: flex; flex-wrap: wrap; gap: 20px; }
main { padding-block: 48px; }
h1 { font: 900 clamp(2.25rem, 6vw, 4.5rem)/1.05 BarlowCondensed, sans-serif; margin: 16px 0 24px; overflow-wrap: anywhere; }
p, li { font-size: 1.15rem; line-height: 1.7; overflow-wrap: anywhere; }
.eyebrow, .byline, .source, time { color: #c1c1bc; }
video { display: block; width: min(100%, 440px); max-height: 72vh; margin: 32px auto; background: #000; }
.article-copy { max-width: 75ch; }
.editorial-correction { padding: 16px; margin: 20px 0; border: 2px solid #e4ee5c; background: #242510; color: #fff; font-size: 1rem; line-height: 1.5; }
.editorial-correction p { margin: 8px 0 0; }
details { padding: 20px 0; }
.archive { list-style: none; padding: 0; }
.archive li { display: grid; grid-template-columns: 8rem 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid #444; }
footer { padding-block: 28px; border-top: 1px solid #444; }
footer p { max-width: 75ch; color: #c1c1bc; font-size: 1rem; }
.skip-link { position: absolute; transform: translateY(-200%); }
.skip-link:focus { transform: none; padding: 10px; background: #0a0a0a; }
@media (max-width: 600px) { header { align-items: flex-start; flex-direction: column; } .archive li { grid-template-columns: 1fr; gap: 4px; } main { padding-block: 28px; } }
