:root { color-scheme: light; }
* { box-sizing: border-box; }
body { margin: 0; background: #f4f0e8; color: #211b19; font-family: Georgia, 'Times New Roman', serif; }
a { color: #7e1f17; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #ad321f; }
.site-header { border-top: 8px solid #8e211b; border-bottom: 2px solid #211b19; text-align: center; padding: 2.5rem 1rem 2rem; }
.site-header h1 { margin: .3rem 0; font-size: clamp(2.3rem, 7vw, 5.5rem); line-height: 1; letter-spacing: -.035em; }
.eyebrow, .tagline, .section, .source, .site-footer { font-family: Arial, sans-serif; }
.eyebrow { color: #8e211b; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; font-size: .7rem; }
.tagline { margin: .7rem 0 0; color: #5d5550; font-size: .9rem; }
.news-list { max-width: 1120px; margin: 0 auto; padding: 2rem 1.25rem 4rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem 2.5rem; }
.news-item { border-bottom: 1px solid #cfc4b8; padding: 0 0 1.25rem; }
.news-item:first-child { grid-column: 1 / -1; text-align: center; border-bottom: 2px solid #211b19; padding-bottom: 2rem; }
.news-item h2 { margin: .35rem 0 .6rem; font-size: clamp(1.35rem, 2.5vw, 2.1rem); line-height: 1.15; }
.news-item:first-child h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
.section { color: #8e211b; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 700; margin: 0; }
.summary { line-height: 1.45; margin: .6rem 0; }
.source { color: #665f59; font-size: .76rem; margin: .7rem 0 0; }
.empty { grid-column: 1 / -1; text-align: center; color: #665f59; padding: 4rem 0; }
.headline-detail { max-width: 760px; margin: 4rem auto; padding: 0 1.25rem; }
.headline-detail h1 { font-size: clamp(2rem, 5vw, 4rem); line-height: 1.1; }
.site-footer { border-top: 1px solid #cfc4b8; text-align: center; padding: 1.5rem; color: #665f59; font-size: .75rem; }
@media (max-width: 650px) { .news-list { grid-template-columns: 1fr; } .news-item:first-child { grid-column: auto; } }
