:root {
  --ink: #111315;
  --muted: #586067;
  --paper: #f8f8f4;
  --line: #daddd8;
  --accent: #e55a35;
  --pine: #17352c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.site-header, main, .site-footer { max-width: 1160px; margin: auto; padding-inline: 28px; }
.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.1rem; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--pine); font-family: Georgia, serif; font-weight: 700; }
.brand small { display: block; margin-top: -6px; color: var(--accent); font-size: .73rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; color: var(--muted); font-size: .92rem; font-weight: 700; }
nav a:hover, .site-footer a:hover { color: var(--accent); }
.hero { max-width: 850px; padding-block: 125px 95px; }
.eyebrow { margin: 0 0 12px; color: var(--accent); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
h1, h2 { margin: 0; line-height: .98; letter-spacing: -.06em; }
h1 { max-width: 790px; font-size: clamp(3.1rem, 8vw, 6.7rem); }
h1 em { color: var(--pine); font-family: Georgia, serif; font-weight: 400; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
.hero-copy { max-width: 610px; margin: 30px 0; color: var(--muted); font-size: 1.12rem; }
.button { display: inline-block; padding: 13px 19px; color: white; background: var(--ink); font-weight: 800; }
.button:hover { background: var(--accent); }
.editor-note { padding: 23px 28px; border-left: 5px solid var(--accent); background: #eceee8; }
.editor-note p { margin: 0; }
.content-section { padding-block: 96px; border-bottom: 1px solid var(--line); }
.coverage-section { padding-bottom: 72px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.category-list { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 34px; }
.category-list a { padding: 11px 15px; border: 1px solid var(--line); color: var(--pine); font-size: .9rem; font-weight: 800; }
.category-list a:hover { border-color: var(--pine); background: var(--pine); color: white; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 35px; }
.story-card { min-height: 250px; padding: 27px; border: 1px solid var(--line); background: white; }
.story-card { display: block; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
.story-card:hover { transform: translateY(-3px); border-color: var(--pine); box-shadow: 0 12px 26px rgba(23,53,44,.09); }
.story-card h3 { margin: 0; font-size: 1.5rem; line-height: 1.08; letter-spacing: -.04em; }
.story-card h3 a:hover { color: var(--accent); }
.story-card > p:last-child { margin: 20px 0 0; color: var(--muted); }
.card-link, .text-link { display: inline-block; margin-top: 22px; color: var(--pine); font-size: .88rem; font-weight: 850; }
.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 35px; }
.coverage-grid a { min-height: 140px; padding: 21px; border: 1px solid var(--line); background: white; }
.coverage-grid a:hover { border-color: var(--pine); background: #eef2eb; }
.coverage-grid strong, .coverage-grid span { display: block; }
.coverage-grid span { margin-top: 9px; color: var(--muted); font-size: .9rem; }
.compact-hero { padding-block: 90px 64px; }
.archive-grid { grid-template-columns: repeat(3, 1fr); }
.archive-grid .story-card h2 { font-size: 1.55rem; }
.pagination { display: flex; gap: 8px; margin-top: 35px; }
.pagination a { min-width: 38px; padding: 7px 12px; border: 1px solid var(--line); text-align: center; }
.pagination a.active, .pagination a:hover { color: white; border-color: var(--pine); background: var(--pine); }
.author-profile { display: grid; grid-template-columns: minmax(220px, .72fr) 1fr; gap: 48px; align-items: start; }
.author-profile img { width: 100%; filter: grayscale(1); }
.author-profile p { color: var(--muted); font-size: 1.06rem; }
.newsletter-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; margin-top: 25px; }
.newsletter-form label { display: grid; gap: 6px; color: #d4ddd6; font-size: .84rem; font-weight: 800; }
.newsletter-form input, .newsletter-form button { min-height: 45px; padding: 10px; border: 0; font: inherit; }
.newsletter-form input { background: white; }
.newsletter-form button { color: var(--pine); background: #f3ad96; font-weight: 850; }
.cookie-banner { position: fixed; z-index: 20; right: 20px; bottom: 20px; left: 20px; display: flex; max-width: 940px; margin: auto; padding: 18px 22px; gap: 20px; align-items: center; justify-content: space-between; border: 1px solid var(--line); background: white; box-shadow: 0 12px 36px rgba(0,0,0,.18); }
.cookie-banner p { margin: 0; font-size: .86rem; }
.cookie-banner p a { text-decoration: underline; }
.cookie-banner div { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-banner button { padding: 10px 14px; border: 1px solid var(--pine); font: inherit; font-weight: 800; cursor: pointer; }
.cookie-accept { color: white; background: var(--pine); }
.cookie-deny { color: var(--pine); background: white; }
.article { max-width: 760px; padding-block: 90px; }
.article-header { padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.article-header h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); }
.article-meta { margin-top: 24px; color: var(--muted); font-size: .92rem; font-weight: 700; }
.article-body { font-size: 1.08rem; }
.article-body h2 { margin-top: 52px; font-size: 2rem; }
.article-body p { margin-block: 22px; }
.article-body a { color: var(--pine); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-body a:hover { color: var(--accent); }
.article-figure { margin: 38px 0; }
.article-figure img { display: block; width: 100%; border: 1px solid var(--line); background: #e7ebe4; }
.article-figure figcaption { margin-top: 9px; color: var(--muted); font-size: .83rem; }
.article-source { padding: 22px; border-left: 4px solid var(--accent); background: #eceee8; font-size: .95rem; }
.author-box, .related-reading { margin-top: 68px; padding-top: 38px; border-top: 1px solid var(--line); }
.author-box h2, .related-reading h2 { font-size: 2rem; }
.author-box p { max-width: 620px; color: var(--muted); }
.author-box > a { font-weight: 800; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 27px; }
.related-grid a { min-height: 130px; padding: 19px; border: 1px solid var(--line); background: white; text-decoration: none; }
.related-grid a:hover { border-color: var(--pine); background: #eef2eb; }
.related-grid strong, .related-grid span { display: block; }
.related-grid span { margin-top: 9px; color: var(--muted); font-size: .87rem; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.split-section > p { margin: 8px 0 0; color: var(--muted); font-size: 1.08rem; }
.newsletter { margin-block: 96px; padding: 60px; color: white; background: var(--pine); }
.newsletter .eyebrow { color: #f5aa94; }
.newsletter p:last-child { color: #d4ddd6; }
.site-footer { padding-block: 45px; color: var(--muted); font-size: .92rem; }
.site-footer .compact { color: var(--ink); }
.site-footer > div { display: flex; flex-wrap: wrap; gap: 18px; margin-block: 22px; }
.site-footer small { display: block; padding-top: 20px; border-top: 1px solid var(--line); }
@media (max-width: 650px) {
  .site-header { min-height: 72px; gap: 18px; align-items: flex-start; padding-block: 18px; }
  nav { gap: 11px 16px; font-size: .82rem; }
  .hero { padding-block: 80px 65px; }
  .split-section { grid-template-columns: 1fr; gap: 20px; }
  .story-grid { grid-template-columns: 1fr; }
  .coverage-grid, .archive-grid, .author-profile, .newsletter-form { grid-template-columns: 1fr; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; display: block; }
  .cookie-banner div { margin-top: 13px; }
  .related-grid { grid-template-columns: 1fr; }
  .newsletter { margin-block: 65px; padding: 35px 25px; }
  .site-header, main, .site-footer { padding-inline: 20px; }
}
