:root {
  --ink: #17212b;
  --muted: #607080;
  --paper: #f7f5f0;
  --accent: #a43d35;
  --line: #d8d3ca;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 18px/1.7 Georgia, serif; }
a { color: var(--accent); }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header { border-bottom: 1px solid var(--line); background: #fff; }
.header-inner, .page-shell, .footer-inner { width: min(760px, calc(100% - 40px)); margin: 0 auto; }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--ink); font: 700 24px/1.1 system-ui, sans-serif; text-decoration: none; }
.menu-toggle { display: none; }
#site-nav a { color: var(--ink); font: 600 14px/1.2 system-ui, sans-serif; text-decoration: none; }
.page-shell { display: block; padding: 72px 0 96px; }
.eyebrow { margin: 0 0 12px; color: var(--accent); font: 700 13px/1.2 system-ui, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
h1, h2 { font-family: system-ui, sans-serif; line-height: 1.15; }
h1 { margin: 0 0 24px; font-size: clamp(2.3rem, 7vw, 4.6rem); letter-spacing: -.04em; }
h2 { margin-top: 48px; font-size: 1.6rem; }
.opprime-hero > p:not(.eyebrow) { max-width: 580px; color: var(--muted); font-size: 1.25rem; }
.article-link { display: inline-block; margin-top: 20px; padding: 12px 18px; border: 1px solid var(--accent); text-decoration: none; font: 700 15px/1 system-ui, sans-serif; }
.opprime-entry { max-width: 720px; }
.opprime-entry header { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.entry-content { margin-top: 36px; }
.entry-content li + li { margin-top: 6px; }
.site-footer { border-top: 1px solid var(--line); color: var(--muted); background: #fff; }
.footer-inner { padding: 28px 0; font: 14px/1.4 system-ui, sans-serif; }
@media (max-width: 640px) {
  .header-inner { min-height: 64px; }
  .menu-toggle { display: none; }
  .page-shell { padding: 48px 0 72px; }
  h1 { font-size: 2.45rem; }
}
