:root {
  --ink: #111318;
  --muted: #656a73;
  --paper: #f7f5f1;
  --surface: #ffffff;
  --line: #d9d7d2;
  --accent: #d9272e;
  --accent-dark: #a9141a;
  --blue: #2239d7;
  --max: 1180px;
  --reading: 720px;
  --shadow: 0 14px 40px rgba(17, 19, 24, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; height: auto; background: #e7e5df; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--accent); }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 10; background: var(--surface); border-bottom: 1px solid var(--line); }
.topline { width: min(calc(100% - 40px), var(--max)); min-height: 92px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand-mark { display: grid; place-items: center; width: 48px; aspect-ratio: 1; color: white; background: var(--accent); border-radius: 12px; font-size: 11px; font-weight: 900; letter-spacing: -.04em; }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1; }
.brand small { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; }
.main-nav { display: flex; gap: 2px; width: min(calc(100% - 40px), var(--max)); margin-inline: auto; overflow-x: auto; scrollbar-width: none; }
.main-nav a { flex: 0 0 auto; padding: 13px 15px 11px; border-bottom: 3px solid transparent; font-size: 14px; font-weight: 700; text-decoration: none; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--accent); border-color: var(--accent); }
.menu-button { display: none; padding: 8px 12px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 6px; }

.hero { display: grid; grid-template-columns: 1.4fr .8fr; gap: 80px; align-items: end; padding-block: 64px 44px; }
.hero h1, .article-header h1, .category-header h1, .prose-page h1, .empty-state h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.045em; line-height: .98; }
.hero h1 { font-size: clamp(52px, 7vw, 92px); }
.hero > p { margin: 0 0 10px; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 2.4vw, 28px); }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow a { text-decoration: none; }

.featured-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 28px; padding-bottom: 50px; }
.story-card { background: var(--surface); box-shadow: var(--shadow); }
.story-card--lead { grid-row: span 3; }
.story-image { display: block; overflow: hidden; background: #ddd; }
.story-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .35s ease; }
.story-card:hover .story-image img { transform: scale(1.015); }
.story-copy { padding: 20px 22px 24px; }
.story-copy h2, .list-card h2, .list-card h3, .related h3 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; letter-spacing: -.022em; line-height: 1.12; }
.story-copy h2 { font-size: 25px; }
.story-card--lead .story-copy { padding: 28px 32px 34px; }
.story-card--lead .story-copy h2 { font-size: clamp(30px, 4vw, 48px); }
.story-copy h2 a, .list-card h2 a, .list-card h3 a, .related h3 a { text-decoration: none; }
.story-copy p:last-child, .list-card p:last-child { margin: 0; color: var(--muted); }
.story-meta { margin: 0 0 9px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.story-meta a { color: var(--accent); text-decoration: none; }

.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 16px; border-bottom: 4px solid var(--ink); }
.section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 34px; }
.section-heading a { color: var(--muted); font-size: 13px; font-weight: 700; }
.latest { padding-block: 48px 72px; }
.news-list { display: grid; }
.list-card { display: grid; grid-template-columns: 280px 1fr; gap: 26px; padding-block: 26px; border-bottom: 1px solid var(--line); }
.list-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.list-card h2, .list-card h3 { font-size: 27px; }

.ad-wrap { min-height: 110px; margin-block: 32px; padding: 18px; background: #efede8; border: 1px solid var(--line); text-align: center; overflow: hidden; }
.ad-wrap > span { display: block; margin-bottom: 10px; color: #7c7b77; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.ad-wrap:empty { display: none; }
.ad-wrap--leaderboard { min-height: 150px; }
.ad-wrap--in-feed { width: 100%; min-height: 160px; margin-block: 18px; }
.ad-wrap--article-top { min-height: 140px; }
.ad-wrap--in-article { min-height: 250px; margin-block: 42px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.ad-wrap--article-bottom { min-height: 200px; margin-top: 48px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.ad-wrap--sticky { position: sticky; top: 24px; min-height: 280px; }

.article { padding-top: 56px; }
.article-header { width: min(100%, 980px); margin-inline: auto; text-align: center; }
.article-header h1 { font-size: clamp(44px, 7vw, 78px); }
.dek { max-width: 820px; margin: 26px auto 22px; color: #444851; font-family: Georgia, "Times New Roman", serif; font-size: clamp(21px, 2.8vw, 28px); line-height: 1.35; }
.byline { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 18px; color: var(--muted); font-size: 13px; }
.transparency-note { margin: 10px 0 0; color: #7a7d84; font-size: 11px; line-height: 1.45; }
.transparency-note a { margin-left: 5px; color: #656a73; }
.lead-image { margin: 44px 0 28px; }
.lead-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.lead-image figcaption { margin-top: 9px; color: var(--muted); font-size: 12px; }
.lead-image figcaption span { margin-left: 8px; }
.article-layout { display: grid; grid-template-columns: minmax(0, var(--reading)) 280px; justify-content: center; gap: 70px; padding-block: 26px 70px; }
.article-layout--single { grid-template-columns: minmax(0, var(--reading)); gap: 0; }
.article-body { min-width: 0; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.75; }
.article-body > p:first-of-type { font-size: 22px; }
.article-body h2 { margin: 1.8em 0 .55em; font-size: 31px; line-height: 1.2; }
.article-body h3 { margin-top: 1.6em; font-size: 24px; line-height: 1.25; }
.article-body blockquote { margin: 1.5em 0; padding: 4px 0 4px 22px; border-left: 4px solid var(--accent); color: #40434a; font-style: italic; }
.article-body a { color: var(--blue); }
.article-aside { padding-top: 30px; }
.sources { margin-top: 48px; padding-top: 24px; border-top: 4px solid var(--ink); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 14px; }
.sources h2 { margin-top: 0; }
.sources li { margin-bottom: 8px; }

.related { padding-block: 50px 90px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; padding-top: 26px; }
.related-grid img { aspect-ratio: 16/9; object-fit: cover; }
.related h3 { font-size: 22px; }

.category-header, .prose-page { padding-block: 68px 28px; }
.category-header h1, .prose-page h1, .empty-state h1 { font-size: clamp(46px, 7vw, 76px); }
.category-header > p:last-child { max-width: 700px; color: var(--muted); font-size: 20px; }
.prose-page { max-width: 820px; }
.prose-page .article-body { margin-top: 35px; }
.contact-link { color: var(--blue); font-weight: 700; }
.pagination { display: flex; justify-content: space-between; padding-top: 28px; }
.pagination a, .button { display: inline-block; padding: 11px 16px; color: white; background: var(--ink); text-decoration: none; }
.empty-state { margin-block: 50px 80px; padding: 70px; background: white; box-shadow: var(--shadow); text-align: center; }
.empty-state p { color: var(--muted); }

.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 52px max(20px, calc((100vw - var(--max)) / 2)); color: #d0d2d8; background: var(--ink); }
.footer-brand { color: white; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 700; text-decoration: none; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, 1fr); align-content: start; gap: 10px 24px; }
.site-footer nav a { color: white; }
.copyright { grid-column: 1/-1; margin: 16px 0 0; padding-top: 24px; border-top: 1px solid #353842; font-size: 12px; }

@media (max-width: 900px) {
  .featured-grid { grid-template-columns: 1fr 1fr; }
  .story-card--lead { grid-column: 1/-1; grid-row: auto; }
  .article-layout { grid-template-columns: 1fr; gap: 10px; }
  .article-aside { padding: 0; }
  .related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container, .topline, .main-nav { width: min(calc(100% - 28px), var(--max)); }
  .topline { min-height: 76px; }
  .brand small { display: none; }
  .menu-button { display: block; }
  .main-nav { display: none; flex-direction: column; padding-bottom: 12px; overflow: visible; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 9px 4px; border: 0; }
  .hero { grid-template-columns: 1fr; gap: 22px; padding-block: 46px 30px; }
  .featured-grid { grid-template-columns: 1fr; gap: 18px; }
  .story-card--lead { grid-column: auto; }
  .story-card--lead .story-copy, .story-copy { padding: 20px; }
  .list-card { grid-template-columns: 112px 1fr; gap: 14px; }
  .list-card h2, .list-card h3 { font-size: 19px; }
  .list-card p:last-child { display: none; }
  .story-meta { font-size: 10px; }
  .article { padding-top: 38px; }
  .article-header { text-align: left; }
  .article-header h1 { font-size: 42px; }
  .dek { font-size: 20px; }
  .byline { justify-content: flex-start; }
  .transparency-note { text-align: left; }
  .lead-image { margin-inline: -14px; }
  .article-body { font-size: 18px; }
  .article-body > p:first-of-type { font-size: 20px; }
  .related-grid { grid-template-columns: 1fr; }
  .empty-state { padding: 46px 24px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
