:root { color-scheme: light; --ink: #080808; --muted: #555; --rule: #aaa; --red: #bd0000; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: "Times New Roman", Times, serif; }
a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--red); }
a:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
img { display: block; width: 100%; height: auto; }
figure { margin: 0; }
figcaption { color: var(--muted); font: 10px/1.4 Arial, sans-serif; text-align: right; margin-top: 4px; }
.front-page { max-width: 1280px; margin: 0 auto; padding: 0 30px; }
.edition { min-height: 43px; border-bottom: 1px solid #d6d6d6; display: flex; align-items: center; justify-content: space-between; gap: 12px; font: 10px/1.5 Arial, sans-serif; letter-spacing: .075em; }
.edition-name { font-weight: 800; text-decoration: none; }
.top-headlines { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; margin: 22px 0 0; max-width: 540px; font: 700 16px/1.2 "Courier New", Courier, monospace; }
.lead-story { text-align: center; max-width: 1000px; margin: 48px auto 22px; }
.lead-photo { max-width: 610px; margin: 0 auto 18px; }
.lead-photo img { max-height: 400px; object-fit: contain; }
.lead-story h2 { font-family: Arial, Helvetica, sans-serif; font-size: clamp(34px, 4.4vw, 62px); line-height: 1.01; letter-spacing: -.035em; text-transform: uppercase; margin: 0 auto 10px; font-weight: 900; text-wrap: balance; overflow-wrap: anywhere; }
.lead-story h2 a { text-decoration-thickness: 2px; text-underline-offset: 4px; }
.lead-source { color: var(--muted); font: 10px/1.5 Arial, sans-serif; text-transform: uppercase; letter-spacing: .07em; }
.masthead { text-align: center; margin: 34px 0 25px; }
.masthead h1 { margin: 0; line-height: 0; }
.masthead h1 a { display: block; width: min(760px, 100%); margin: 0 auto; text-decoration: none; color: #000; }
.official-logo { display: block; width: 100%; height: auto; aspect-ratio: 1400 / 390; }
.news-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 3px double #111; padding: 23px 0 0; }
.news-column { min-width: 0; padding: 0 23px 24px; }
.news-column:first-child { padding-left: 0; }
.news-column:last-child { padding-right: 0; }
.news-column + .news-column { border-left: 1px solid var(--rule); }
.headline { margin: 0 0 17px; }
.headline h2 { font: 600 17px/1.2 "Courier New", Courier, monospace; margin: 0; overflow-wrap: anywhere; }
.headline figure { margin-bottom: 8px; }
.headline.has-separator:not(:first-child) { border-top: 1px solid var(--rule); padding-top: 17px; margin-top: 22px; }
.context-link { display: inline-block; font: 10px/1.4 Arial, sans-serif; color: var(--muted); text-decoration: none; margin-top: 4px; }
.context-link:hover { text-decoration: underline; }
.emphasis-bold h2, a.emphasis-bold { font-weight: 900; text-transform: uppercase; }
.emphasis-red h2, .headline-detail h1.emphasis-red, a.emphasis-red { color: var(--red); font-weight: 700; }
.source-directory { border-top: 1px solid var(--rule); margin-top: 29px; padding-top: 17px; }
.column-headlines:empty + .source-directory { margin-top: 0; border-top: 0; padding-top: 0; }
.source-directory h2 { font: 10px/1.5 Arial, sans-serif; letter-spacing: .13em; color: var(--muted); margin: 0 0 10px; }
.source-directory ul { list-style: none; padding: 0; margin: 0; }
.source-directory li { font: 700 15px/1.65 "Courier New", Courier, monospace; text-transform: uppercase; }
.empty-state { text-align: center; margin: 40px 0; font-size: 22px; line-height: 1.5; }
.empty-state span { font-size: 16px; color: var(--muted); }
.site-footer { border-top: 1px solid #111; text-align: center; padding: 27px 10px 36px; margin-top: 18px; font: 11px/1.6 Arial, sans-serif; color: var(--muted); }
.footer-brand { color: #000; font-size: 22px; font-style: italic; font-weight: 900; letter-spacing: -.07em; text-decoration: none; }
.site-footer p { margin: 8px 0; }
.back-top { display: inline-block; margin-top: 6px; }
.skip-link { position: absolute; top: 8px; left: 8px; padding: 10px; background: white; z-index: 5; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.detail-shell { max-width: 850px; margin: 0 auto; padding: 0 24px; }
.detail-header { padding: 24px 0; border-bottom: 2px solid #111; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.detail-brand { font: italic 900 38px/1 Arial, sans-serif; letter-spacing: -.08em; text-decoration: none; }
.headline-detail { padding: 45px 0; }
.detail-section, .detail-source { font: 12px/1.5 Arial, sans-serif; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.headline-detail h1 { font-size: clamp(32px, 5vw, 54px); letter-spacing: -.025em; line-height: 1.08; margin: 14px 0 24px; }
.headline-detail figure { margin: 24px 0; }
.summary { font-size: 21px; line-height: 1.55; }
.original-link { font-size: 22px; font-weight: 700; margin-top: 26px; }
@media (min-width: 1600px) { .front-page { max-width: 1380px; } }
@media (max-width: 760px) {
    .front-page { padding: 0 16px; }
    .edition { font-size: 9px; flex-wrap: wrap; padding: 10px 0; }
    .edition > span { display: none; }
    .top-headlines { font-size: 16px; margin-top: 17px; }
    .lead-story { margin-top: 29px; }
    .lead-story h2 { font-size: clamp(32px, 7vw, 52px); }
    .masthead { margin: 28px 0 22px; }
    .news-columns { display: flex; flex-direction: column; padding-top: 20px; }
    .news-column { display: contents; }
    .column-headlines { order: 0; }
    .column-headlines:empty { display: none; }
    .source-directory { order: 1; padding: 18px 0 0; margin-top: 16px; }
    .column-headlines:empty + .source-directory { border-top: 1px solid var(--rule); margin-top: 16px; padding-top: 18px; }
    .headline { margin-bottom: 19px; }
    .headline h2 { font-size: 18px; line-height: 1.25; }
    .context-link { padding: 4px 0; font-size: 11px; }
    .source-directory li { line-height: 1.9; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print { .skip-link, .back-top, .context-link { display: none; } .front-page { max-width: none; padding: 0; } }
