@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Libre+Baskerville:wght@400;700&family=Work+Sans:wght@400;500;600&display=swap');

:root {
  --paper: #ffffff;
  --ink: #181818;
  --muted: #777773;
  --line: #c9c9c3;
  --line-light: #deded9;
  --accent: #8d211b;
  --surface-hover: #f1f1ed;
  --image-bg: #eeeee9;
  --body-copy: #4e4e4a;
  --story-gap: 14px;
}

:root[data-theme="dark"] {
  --paper: #171614;
  --ink: #f4f1e9;
  --muted: #b7b2a8;
  --line: #69645d;
  --line-light: #3d3a35;
  --accent: #e36f63;
  --surface-hover: #292724;
  --image-bg: #2a2825;
  --body-copy: #d4d0c7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Work Sans', Arial, sans-serif; }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; }
.site { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.masthead { text-align: center; padding: 18px 0 21px; border-bottom: 3px double var(--ink); }
.masthead-meta { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--muted); font: 10px 'DM Mono', monospace; letter-spacing: .05em; text-transform: uppercase; }
.masthead-meta > span:nth-child(2) { text-align: center; }
.masthead-utilities { display: inline-flex; justify-self: end; align-items: center; gap: 10px; }
.wordmark { display: inline-block; max-width: 100%; color: var(--ink); text-decoration: none; margin-top: 18px; font: 700 clamp(32px, 5vw, 60px)/.95 'Libre Baskerville', Georgia, serif; letter-spacing: -.08em; white-space: nowrap; }
.masthead-subtitle { margin-top: 10px; font: 11px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }
.site-menu { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 32px; padding: 17px 0 16px; border-bottom: 3px double var(--ink); }
.site-menu-link { display: inline-flex; align-items: center; min-height: 18px; padding: 0; color: var(--ink); font: 500 11px/1 'DM Mono', monospace; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; }
.site-menu-link:hover, .site-menu-link.active { color: var(--ink); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.theme-toggle { display: inline-grid; width: 27px; height: 27px; place-items: center; border: 1px solid var(--line); border-radius: 50%; padding: 0; background: transparent; color: var(--ink); transition: border-color .18s ease, background .18s ease, color .18s ease; }
.theme-toggle:hover { border-color: var(--ink); background: var(--surface-hover); }
.theme-icon { display: block; width: 14px; height: 14px; font: 18px/13px Georgia, serif; }
.theme-icon::before { content: '☾'; }
:root[data-theme="dark"] .theme-icon::before { content: '☀'; font-size: 15px; }
main { padding: 46px 0 76px; }
.front-page-intro { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 70px; align-items: end; }
.section-label, .section-bar, .index-heading, .coverage-note, .masthead-meta, .footer, .topic-topline, .topic-original span, .why-selected span { font: 10px 'DM Mono', monospace; letter-spacing: .04em; text-transform: uppercase; }
.section-label { margin: 0 0 16px; color: var(--accent); }
.front-page-intro h1 { max-width: 780px; margin: 0; font: 400 clamp(40px, 6vw, 76px)/1.04 'Libre Baskerville', Georgia, serif; letter-spacing: -.065em; }
.intro-side { align-self: end; padding-left: 24px; border-left: 1px solid var(--line); }
.intro-side p { margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.world-edition { margin: 42px 0 44px; }
.world-edition .world-edition-heading { margin-bottom: 0; padding: 0; border: 0; }
.world-edition-intro { margin: 12px 0 20px; max-width: 580px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.world-feed { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 24px; padding-top: 16px; border-top: 1px solid var(--ink); }
.world-card { min-width: 0; padding-top: 0; border-top: 0; }
.world-card-lead { grid-column: span 2; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); column-gap: 26px; align-items: start; }
.world-card-topline { display: flex; grid-column: 1 / -1; justify-content: space-between; gap: 12px; margin-bottom: 12px; color: var(--muted); font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.world-country-link { display: inline-flex; min-width: 0; align-items: center; gap: 6px; border: 0; padding: 0; background: transparent; color: var(--accent); font: inherit; text-align: left; text-transform: uppercase; }
.world-country-link span { flex: 0 0 auto; }
.world-country-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.world-card-topline time { flex: 0 0 auto; white-space: nowrap; }
.world-card-image { display: block; overflow: hidden; width: 100%; aspect-ratio: 16 / 9; background: var(--image-bg); }
.world-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.world-card-image:hover img { transform: scale(1.025); }
.world-card-copy { min-width: 0; padding-top: 13px; }
.world-card-lead .world-card-copy { padding-top: 0; }
.world-card-source { margin: 0 0 7px; color: var(--muted); font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.world-card h2 { display: -webkit-box; overflow: hidden; margin: 0; font: 700 20px/1.18 'Libre Baskerville', Georgia, serif; letter-spacing: -.035em; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.world-card-lead h2 { font-size: 29px; }
.world-card-summary { display: -webkit-box; overflow: hidden; margin: 10px 0 0; color: var(--body-copy); font-size: 12px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.world-card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 14px; }
.world-edition-link { margin-top: 14px; border: 0; padding: 0; background: transparent; color: var(--accent); font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.world-card-actions .world-edition-link { margin-top: 0; }
.world-edition-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.reading-button { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--accent); padding: 6px 8px; background: transparent; color: var(--accent); font: 9px 'DM Mono', monospace; letter-spacing: .01em; text-align: left; text-transform: uppercase; transition: background .18s ease, color .18s ease; }
.reading-button:hover, .reading-button[aria-pressed="true"] { background: var(--accent); color: var(--paper); }
.world-method { margin-top: 26px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); }
.world-method summary { cursor: pointer; color: var(--ink); font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.world-method summary:hover { color: var(--accent); }
.world-method p { max-width: 760px; margin: 10px 0 0; font-size: 12px; line-height: 1.6; }
.reading-list { margin: 0 0 42px; }
.reading-list-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; border-bottom: 1px solid var(--ink); }
.saved-article { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 14px; min-width: 0; padding: 14px 0; border-top: 1px solid var(--line-light); }
.saved-article-image { display: block; overflow: hidden; width: 100%; aspect-ratio: 1 / 1; background: var(--image-bg); }
.saved-article-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.saved-article-copy { min-width: 0; }
.saved-article-copy p { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 7px; color: var(--muted); font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.saved-article-copy p span + span::before { content: '·'; margin-right: 6px; color: var(--line); }
.saved-article-copy h3 { display: -webkit-box; overflow: hidden; margin: 0; font: 700 16px/1.2 'Libre Baskerville', Georgia, serif; letter-spacing: -.025em; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.saved-article-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 11px; font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.saved-article-actions a, .saved-article-actions button { border: 0; padding: 0; background: transparent; color: var(--accent); font: inherit; text-decoration: none; text-transform: inherit; }
.saved-article-actions a:hover, .saved-article-actions button:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.quiet-button, .back-button, .nav-button { border: 1px solid var(--accent); padding: 9px 12px; font: 10px 'DM Mono', monospace; letter-spacing: .02em; text-align: left; text-transform: uppercase; transition: background .18s ease, border-color .18s ease, color .18s ease; }
.quiet-button, .back-button { background: var(--accent); color: var(--paper); }
.quiet-button:hover, .back-button:hover { border-color: var(--ink); background: var(--ink); color: var(--paper); text-decoration: none; }
.nav-button { background: transparent; color: var(--accent); }
.nav-button:hover { border-color: var(--accent); background: var(--accent); color: var(--paper); text-decoration: none; }
.page-navigation { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 34px; }
.page-navigation .nav-button { display: inline-flex; text-decoration: none; }
.page-reading-link { color: var(--accent); font: 10px 'DM Mono', monospace; text-decoration: none; text-transform: uppercase; }
.page-reading-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.daily-feed-header { max-width: 820px; }
.daily-feed-header h1 { margin: 0; font: 400 clamp(42px, 6vw, 76px)/1.04 'Libre Baskerville', Georgia, serif; letter-spacing: -.065em; }
.daily-feed-header > p:last-child { max-width: 600px; margin: 17px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.reading-page-header { max-width: 820px; }
.reading-page-header h1 { margin: 0; font: 400 clamp(42px, 6vw, 76px)/1.04 'Libre Baskerville', Georgia, serif; letter-spacing: -.065em; }
.reading-page-header > p:last-child { max-width: 600px; margin: 17px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.reading-page-count { max-width: 900px; margin-top: 38px; }
.reading-page-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; max-width: 900px; border-bottom: 1px solid var(--ink); }
.reading-page-article { grid-template-columns: 120px minmax(0, 1fr); }
.empty-reading-list { max-width: 650px; padding: 34px 0; border-bottom: 1px solid var(--ink); }
.empty-reading-list p { margin: 0 0 16px; color: var(--muted); font: 18px/1.6 'Libre Baskerville', Georgia, serif; }
.country-picker-header { max-width: 820px; }
.country-picker-header h1 { margin: 0; font: 400 clamp(42px, 6vw, 76px)/1.04 'Libre Baskerville', Georgia, serif; letter-spacing: -.065em; }
.country-picker-header > p:last-child { max-width: 600px; margin: 17px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.sources-page-header { max-width: 820px; }
.sources-page-header h1 { margin: 0; font: 400 clamp(42px, 6vw, 76px)/1.04 'Libre Baskerville', Georgia, serif; letter-spacing: -.065em; }
.sources-page-header > p:last-child { max-width: 720px; margin: 17px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.sources-page-tools { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-top: 38px; }
.source-country-select { display: grid; gap: 7px; color: var(--muted); font: 9px 'DM Mono', monospace; letter-spacing: .04em; text-transform: uppercase; }
.source-country-select select { min-width: 240px; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; padding: 7px 24px 7px 0; background: transparent; color: var(--ink); font: 16px 'Libre Baskerville', Georgia, serif; }
.sources-edition-link { color: var(--accent); font: 10px 'DM Mono', monospace; text-decoration: none; text-transform: uppercase; }
.sources-edition-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.sources-count { margin-top: 36px; padding-top: 12px; border-top: 1px solid var(--ink); }
.country-source-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 1px solid var(--ink); }
.country-source-card { min-width: 0; padding: 18px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.country-source-card:nth-child(2n) { border-right: 0; }
.source-card-topline { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font: 9px 'DM Mono', monospace; letter-spacing: .03em; text-transform: uppercase; }
.source-rss { flex: 0 0 auto; color: var(--muted); }
.source-rss.verified { color: var(--accent); }
.country-source-card h2 { margin: 18px 0 7px; font: 700 22px/1.15 'Libre Baskerville', Georgia, serif; letter-spacing: -.035em; }
.country-source-card h2 a { color: var(--ink); text-decoration: none; }
.country-source-card h2 a:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.country-source-card > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.country-source-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 19px 0 0; padding-top: 11px; border-top: 1px dotted var(--line); }
.country-source-card dt { color: var(--muted); font: 9px 'DM Mono', monospace; letter-spacing: .03em; text-transform: uppercase; }
.country-source-card dd { margin: 5px 0 0; color: var(--ink); font-size: 12px; line-height: 1.4; }
.archives-page-header { max-width: 820px; }
.archives-page-header h1 { margin: 0; font: 400 clamp(42px, 6vw, 76px)/1.04 'Libre Baskerville', Georgia, serif; letter-spacing: -.065em; }
.archives-page-header > p:last-child { max-width: 680px; margin: 17px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.archives-page-tools { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-top: 38px; }
.archive-days { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.archive-day { border: 1px solid var(--ink); border-radius: 999px; padding: 8px 11px; background: var(--paper); color: var(--ink); font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.archive-day:hover, .archive-day.active { background: var(--ink); color: var(--paper); }
.archive-count { margin-top: 26px; padding-top: 12px; border-top: 1px solid var(--ink); }
.archive-topic-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; padding-top: 16px; border-top: 1px solid var(--ink); }
.archive-topic-card { min-width: 0; }
.archive-topic-image { display: block; overflow: hidden; width: 100%; aspect-ratio: 16 / 9; background: var(--image-bg); }
.archive-topic-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.archive-topic-copy { padding-top: 12px; }
.archive-topic-copy > p { margin: 0 0 7px; color: var(--muted); font: 9px 'DM Mono', monospace; letter-spacing: .03em; text-transform: uppercase; }
.archive-topic-copy h2 { margin: 0; font: 700 22px/1.16 'Libre Baskerville', Georgia, serif; letter-spacing: -.04em; }
.archive-topic-copy h2 a { color: var(--ink); text-decoration: none; }
.archive-topic-copy h2 a:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.archive-topic-link { display: inline-block; margin-top: 13px; color: var(--accent); font: 9px 'DM Mono', monospace; text-decoration: none; text-transform: uppercase; }
.archive-topic-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.country-picker-tools { margin-top: 38px; }
.country-picker-row { color: var(--ink); text-decoration: none; }
.feed-tools { display: grid; grid-template-columns: minmax(240px, 1fr) auto; align-items: center; gap: 20px 28px; margin-top: 38px; padding: 0; }
.feed-filter-groups { display: grid; justify-items: end; gap: 10px; }
.feed-count-bar { margin-top: 38px; }
.full-feed { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 24px; padding-top: 16px; border-top: 1px solid var(--ink); }
.full-feed-card { min-width: 0; padding-top: 0; }
.full-feed-topline { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 11px; color: var(--muted); font: 12px 'DM Mono', monospace; text-transform: uppercase; }
.full-feed-topline time { flex: 0 0 auto; white-space: nowrap; }
.full-feed-image { display: block; overflow: hidden; width: 100%; aspect-ratio: 16 / 9; background: var(--image-bg); }
.full-feed-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.full-feed-image:hover img { transform: scale(1.025); }
.full-feed-source { margin: 12px 0 7px; color: var(--muted); font: 11px 'DM Mono', monospace; text-transform: uppercase; }
.full-feed-card h2 { display: -webkit-box; overflow: hidden; margin: 0; font: 700 20px/1.18 'Libre Baskerville', Georgia, serif; letter-spacing: -.035em; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.full-feed-summary { display: -webkit-box; overflow: hidden; margin: 10px 0 0; color: var(--body-copy); font-size: 12px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.full-feed-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 14px; }
.full-feed-actions > a:not(.source-button) { color: var(--accent); font: 11px 'DM Mono', monospace; text-decoration: none; text-transform: uppercase; }
.full-feed-actions > a:not(.source-button):hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.full-feed-actions > .source-button { color: var(--paper); }
.tools-line { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 0; }
.search-wrap { display: flex; align-items: center; gap: 10px; min-width: 270px; color: var(--muted); font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.search-wrap input { width: 145px; border: 0; border-bottom: 1px solid var(--ink); outline: 0; padding: 5px 0; background: transparent; color: var(--ink); font: 13px 'Work Sans', sans-serif; }
.search-wrap kbd { margin-left: auto; color: var(--muted); font: 10px 'DM Mono', monospace; }
.region-tabs { display: flex; flex-wrap: wrap; gap: 16px; }
.theme-tabs { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.filter-label { color: var(--muted); font: 10px 'DM Mono', monospace; letter-spacing: .04em; text-transform: uppercase; }
.region-tab { border: 0; border-bottom: 1px solid transparent; padding: 5px 0; background: transparent; color: var(--muted); font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.region-tab.active, .region-tab:hover { border-bottom-color: var(--ink); color: var(--ink); }
.feed-tools .region-tabs, .feed-tools .theme-tabs { align-items: center; justify-content: flex-end; gap: 8px; }
.feed-tools .region-tab { border: 1px solid var(--ink); border-radius: 999px; padding: 8px 11px; background: var(--paper); color: var(--ink); font: 500 11px/1 'DM Mono', monospace; letter-spacing: .01em; text-transform: none; }
.feed-tools .region-tab:hover, .feed-tools .region-tab.active { border-bottom-color: var(--ink); background: var(--ink); color: var(--paper); }
.section-bar, .index-heading { display: flex; justify-content: space-between; gap: 20px; padding: 0; }
.section-bar span:first-child, .index-heading span:first-child { color: var(--ink); }
.section-bar span:last-child, .index-heading span:last-child { color: var(--muted); }
.index-heading { margin-top: 36px; padding-top: 12px; border-top: 1px solid var(--ink); }
.country-list { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--ink); }
.country-row { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-content: start; gap: 12px; min-height: 148px; border: 0; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); padding: 18px; background: transparent; color: var(--ink); text-align: left; text-decoration: none; transition: background .18s ease; }
.country-row:nth-child(3n) { border-right: 0; }
.country-row:hover { background: var(--surface-hover); }
.country-card-topline { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; min-width: 0; }
.country-flag { font-size: 31px; line-height: 1; filter: none; }
.country-region { color: var(--muted); font: 9px 'DM Mono', monospace; letter-spacing: .04em; text-transform: uppercase; }
.country-row-copy { min-width: 0; }
.country-row-copy strong, .country-row-copy small { display: block; }
.country-row-copy strong { font: 700 22px/1.1 'Libre Baskerville', Georgia, serif; letter-spacing: -.045em; overflow-wrap: anywhere; }
.country-activity { margin-top: 8px; color: var(--ink); font: italic 14px/1.3 'Libre Baskerville', Georgia, serif; }
.country-media { margin-top: 7px; color: var(--muted); font: 9px 'DM Mono', monospace; letter-spacing: .02em; text-transform: uppercase; }
.country-arrow { align-self: end; color: var(--accent); font-size: 17px; line-height: 1; opacity: 0; transition: opacity .18s ease, transform .18s ease; }
.country-row:hover .country-arrow, .country-row:focus-visible .country-arrow { opacity: 1; transform: translate(2px, -2px); }
.coverage-note { max-width: 620px; margin: 14px 0 0 auto; color: var(--muted); font-size: 9px; line-height: 1.5; text-transform: none; letter-spacing: 0; }
.hidden { display: none !important; }
.back-button { display: inline-flex; align-items: center; margin-bottom: 26px; }
.edition-header { padding-bottom: 4px; }
.edition-title-block .eyebrow { margin: 0 0 15px; color: var(--accent); font: 10px 'DM Mono', monospace; letter-spacing: .05em; text-transform: uppercase; }
.edition-title-block h1 { display: flex; align-items: center; gap: 15px; margin: 0 0 11px; font: 400 clamp(44px, 7vw, 86px)/1 'Libre Baskerville', Georgia, serif; letter-spacing: -.07em; }
.edition-flag { font-size: .58em; letter-spacing: 0; }
.edition-dek { margin: 0; color: var(--muted); font: italic 19px 'Libre Baskerville', Georgia, serif; }
.coverage-card { min-width: 210px; border-top: 1px solid var(--ink); padding-top: 10px; }
.coverage-status { display: block; color: var(--ink); font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.coverage-status i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--ink); }
.coverage-card.partial .coverage-status i { background: var(--muted); }
.coverage-card strong, .coverage-card small { display: block; }
.coverage-card strong { margin-top: 8px; font: 700 14px 'Libre Baskerville', Georgia, serif; }
.coverage-card small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.edition-navigation { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin: 28px 0 0; padding: 15px 0 0; border-top: 1px solid var(--ink); }
.country-nav-label { margin-right: 6px; color: var(--muted); font: 11px 'DM Mono', monospace; letter-spacing: .04em; text-transform: uppercase; }
.edition-navigation .nav-button { min-width: 0; padding: 8px 11px; text-align: left; }
.edition-intro { max-width: 760px; margin: 27px 0 24px; font: 17px/1.68 'Libre Baskerville', Georgia, serif; }
.edition-intro p { margin: 0; }
.edition-intro p::first-letter { float: left; margin: 6px 4px -6px 0; color: var(--accent); font: 700 74px/.72 'Libre Baskerville', Georgia, serif; }
.edition-meta { display: flex; gap: 18px; margin: 0 0 28px; padding: 0; color: var(--muted); font: 12px 'DM Mono', monospace; text-transform: uppercase; }
.edition-meta span + span::before { content: '·'; margin-right: 18px; color: var(--line); }
.edition-resource-links { display: flex; flex-wrap: wrap; gap: 16px; margin: -12px 0 22px; }
.edition-sources-link { display: inline-block; color: var(--accent); font: 12px 'DM Mono', monospace; text-decoration: none; text-transform: uppercase; }
.edition-sources-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 32px 28px; margin: 0; padding-top: 16px; border-top: 1px solid var(--ink); }
.topic-card { padding: 0 0 20px; }
.topic-card.lead-topic { grid-column: span 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); column-gap: 30px; align-items: start; }
.topic-card.lead-topic .topic-topline { grid-column: 1 / -1; margin-bottom: 13px; }
.topic-card.lead-topic .topic-image { grid-column: 1; }
.topic-card.lead-topic .topic-copy { grid-column: 2; padding-top: 0; }
.topic-card.lead-topic .topic-actions { grid-column: 1 / -1; }
.topic-card.lead-topic h2 { margin-top: 0; font-size: 31px; }
.secondary-topic { display: flex; flex-direction: column; }
.secondary-topic .topic-actions { margin-top: auto; }
.topic-topline { display: flex; justify-content: space-between; margin-bottom: var(--story-gap); color: var(--accent); font-size: 12px; }
.topic-number { color: var(--muted); }
.topic-image { display: block; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: var(--image-bg); }
.topic-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.topic-image:hover img { transform: scale(1.025); }
.image-placeholder { display: grid; place-items: center; padding: 20px; color: var(--muted); font: 10px 'DM Mono', monospace; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.topic-copy { padding-top: var(--story-gap); }
.topic-card h2 { display: -webkit-box; overflow: hidden; margin: 0 0 9px; font: 700 21px/1.18 'Libre Baskerville', Georgia, serif; letter-spacing: -.035em; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.topic-title-link { color: inherit; text-decoration: none; }
.topic-title-link:hover { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.topic-card p { display: -webkit-box; overflow: hidden; color: var(--body-copy); font-size: 13px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.brief-topic { display: grid; grid-template-columns: 130px minmax(0, 1fr); grid-template-rows: auto auto 1fr; align-content: stretch; height: 100%; column-gap: 18px; align-items: start; }
.brief-topic .topic-topline { grid-row: 1; grid-column: 1 / -1; }
.brief-topic .topic-image { grid-row: 2; grid-column: 1; aspect-ratio: 1 / 1; }
.brief-topic .topic-copy { grid-row: 2; grid-column: 2; padding-top: 0; }
.brief-topic .topic-actions { grid-row: 3; grid-column: 1 / -1; align-self: end; }
.brief-topic h2 { margin-top: 0; font-size: 19px; }
.brief-topic .topic-copy > p, .brief-topic .translation-note { display: none; }
.translation-note { margin-top: -2px; color: var(--muted); font: 11px 'DM Mono', monospace; letter-spacing: .02em; text-transform: uppercase; }
.topic-original { margin: 15px 0; padding-top: 10px; border-top: 1px dotted var(--line); }
.topic-original span, .why-selected span { display: block; margin-bottom: 5px; color: var(--muted); }
.topic-original em { font: italic 12px/1.4 'Libre Baskerville', Georgia, serif; }
.topic-sources { display: flex; flex-wrap: wrap; gap: 7px; margin: 16px 0 12px; }
.topic-sources::before { content: 'Source'; width: 100%; color: var(--muted); font: 11px 'DM Mono', monospace; letter-spacing: .04em; text-transform: uppercase; }
.source-chip { color: var(--ink); font: 12px 'DM Mono', monospace; }
.source-chip[href] { text-decoration: none; }
.source-chip[href]:hover { color: var(--accent); text-decoration: underline; }
.source-chip + .source-chip::before { content: '·'; margin-right: 7px; color: var(--line); }
.source-context { display: block; width: 100%; color: var(--muted); font: 11px 'DM Mono', monospace; letter-spacing: .02em; }
.source-details { margin: 14px 0 0; border-top: 1px dotted var(--line); }
.source-details summary { padding: 9px 0 0; color: var(--muted); cursor: pointer; font: 11px 'DM Mono', monospace; letter-spacing: .03em; text-transform: uppercase; }
.source-details summary:hover { color: var(--accent); }
.source-details[open] summary { color: var(--accent); }
.why-selected { padding-top: 10px; border-top: 1px dotted var(--line); color: var(--muted); font-size: 11px; line-height: 1.5; }
.topic-actions { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 15px; align-items: baseline; margin-top: 16px; padding-top: 11px; border-top: 1px solid var(--line-light); }
.topic-action-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.source-button { display: inline-flex; gap: 7px; align-items: center; border: 1px solid var(--accent); padding: 7px 9px; background: var(--accent); color: var(--paper); font: 11px 'DM Mono', monospace; letter-spacing: .02em; text-decoration: none; text-transform: uppercase; transition: background .18s ease, border-color .18s ease; }
.source-button:hover { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.topic-source-link { color: var(--accent); font: 12px 'DM Mono', monospace; text-decoration: none; text-transform: uppercase; }
.topic-source-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.topic-actions time { color: var(--muted); font: 12px 'DM Mono', monospace; }
.empty-edition { grid-column: 1 / -1; margin: 0; padding: 28px 0; color: var(--muted); font: 16px/1.6 'Libre Baskerville', Georgia, serif; }
.edition-footer-note { display: grid; grid-template-columns: 130px 1fr; gap: 25px; max-width: 700px; margin: 47px auto 0; padding-top: 14px; border-top: 1px solid var(--ink); color: var(--muted); }
.edition-footer-note strong { font: 700 14px 'Libre Baskerville', Georgia, serif; }
.edition-footer-note p { margin: 0; font-size: 11px; line-height: 1.55; }
.article-reader { max-width: 780px; margin: 0 auto; }
.article-page { padding-top: 4px; }
.article-back { margin-bottom: 28px; font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.article-back a { color: var(--accent); text-decoration: none; }
.article-back a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.article-kicker, .article-byline { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; color: var(--muted); font: 10px/1.2 'DM Mono', monospace; text-transform: uppercase; }
.article-kicker span, .article-byline span { display: inline-flex; align-items: center; }
.article-kicker span + span::before, .article-byline span + span::before { content: '·'; margin-right: 8px; color: var(--line); }
.article-header h1 { margin: 14px 0 0; font: 700 clamp(34px, 4.4vw, 48px)/1.06 'Libre Baskerville', Georgia, serif; letter-spacing: -.06em; }
.article-dek { margin: 20px 0 0; color: var(--body-copy); font-size: 16px; line-height: 1.65; }
.article-byline { margin-top: 20px; }
.article-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.article-hero { margin: 34px 0 0; }
.article-hero img { display: block; width: 100%; max-height: 620px; object-fit: cover; background: var(--image-bg); }
.article-hero figcaption { margin-top: 8px; color: var(--muted); font: 10px 'DM Mono', monospace; }
.article-reading-layout { margin: 37px 0 0; padding-top: 16px; border-top: 1px solid var(--ink); }
.article-reading-note { color: var(--muted); font: 10px/1.55 'DM Mono', monospace; text-transform: uppercase; }
.article-reading-note span { color: var(--accent); }
.article-reading-note p { display: inline; margin: 0 0 0 9px; }
.article-body { max-width: 780px; margin-top: 20px; color: var(--ink); font: 16px/1.78 'Libre Baskerville', Georgia, serif; }
.article-body p { margin: 0 0 1.25em; }
.article-body > p:first-child::first-letter { float: left; margin: 7px 5px -5px 0; color: var(--accent); font: 700 78px/.7 'Libre Baskerville', Georgia, serif; }
.article-unavailable { padding: 17px 0; color: var(--muted); font: 15px/1.65 'Libre Baskerville', Georgia, serif; }
.article-unavailable p { margin: 0; }
.article-continuation { color: var(--muted); font-style: italic; }
.article-section-label { margin: 0 0 12px; color: var(--accent); font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.article-media { margin: 42px 0 0; padding-top: 15px; border-top: 1px solid var(--ink); }
.article-gallery > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.article-gallery img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--image-bg); }
.article-videos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.article-videos .article-section-label { grid-column: 1 / -1; margin-bottom: 0; }
.article-video-frame, .article-native-video { width: 100%; aspect-ratio: 16 / 9; background: var(--image-bg); }
.article-video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.article-native-video { display: block; }
.article-original { margin: 42px 0 0; padding-top: 15px; border-top: 1px dotted var(--line); color: var(--muted); }
.article-original summary { cursor: pointer; color: var(--ink); font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.article-original summary:hover { color: var(--accent); }
.article-original h2 { margin: 22px 0 12px; color: var(--ink); font: 700 22px/1.25 'Libre Baskerville', Georgia, serif; }
.article-original p { margin: 0 0 1em; font: 15px/1.7 'Libre Baskerville', Georgia, serif; }
.article-missing { max-width: 650px; padding: 30px 0 70px; }
.article-missing h1 { margin: 0; font: 700 clamp(32px, 4vw, 52px)/1.08 'Libre Baskerville', Georgia, serif; letter-spacing: -.05em; }
.article-missing > p:last-of-type { margin: 18px 0 24px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.footer { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0 26px; border-top: 1px solid var(--ink); color: var(--muted); font-size: 9px; text-transform: none; letter-spacing: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 800px) {
  .site { width: min(100% - 30px, 680px); }
  .masthead-meta { grid-template-columns: 1fr auto; }
  .masthead-meta > span:nth-child(2) { display: none; }
  .site-menu { gap: 24px; }
  .front-page-intro { grid-template-columns: 1fr; gap: 24px; }
  .intro-side { padding: 0; border-left: 0; max-width: 400px; }
  .world-feed { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .world-card-lead { grid-column: span 2; }
  .full-feed { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feed-tools { grid-template-columns: 1fr; align-items: start; gap: 16px; }
  .feed-filter-groups { justify-items: start; width: 100%; }
  .feed-tools .region-tabs, .feed-tools .theme-tabs { justify-content: flex-start; }
  .feed-tools .search-wrap { width: 100%; }
  .tools-line { align-items: flex-start; flex-direction: column; gap: 10px; }
  .search-wrap { width: 100%; }
  .region-tabs, .theme-tabs { gap: 13px; }
  .country-list { grid-template-columns: repeat(2, 1fr); }
  .country-row:nth-child(3n) { border-right: 1px solid var(--line-light); }
  .country-row:nth-child(2n) { border-right: 0; }
  .topic-card.lead-topic { grid-column: span 2; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 22px; }
}
@media (max-width: 520px) {
  main { padding-top: 42px; }
  .masthead { padding-top: 13px; }
  .masthead-meta { font-size: 9px; letter-spacing: .02em; }
  .wordmark { font-size: min(31px, calc((100vw - 30px) / 10)); letter-spacing: -.09em; }
  .masthead-subtitle { font-size: 9px; letter-spacing: .045em; line-height: 1.45; }
  .site-menu { flex-wrap: nowrap; justify-content: flex-start; gap: 8px; overflow-x: auto; margin: 0 -15px; padding: 13px 15px 14px; border-bottom: 1px solid var(--line); scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .site-menu::-webkit-scrollbar { display: none; }
  .site-menu-link { flex: 0 0 auto; border: 1px solid var(--ink); border-radius: 999px; padding: 9px 12px; background: var(--paper); color: var(--ink); font-size: 10px; line-height: 1; white-space: nowrap; }
  .site-menu-link:hover { background: var(--surface-hover); color: var(--ink); text-decoration: none; }
  .theme-toggle { width: 26px; height: 26px; }
  .site-menu-link.active { background: var(--ink); color: var(--paper); text-decoration: none; }
  .front-page-intro h1 { font-size: 40px; }
  .page-navigation { margin-bottom: 28px; }
  .page-reading-link { font-size: 10px; text-align: right; }
  .daily-feed-header h1 { font-size: 42px; }
  .daily-feed-header > p:last-child { font-size: 14px; }
  .reading-page-header h1 { font-size: 42px; }
  .reading-page-header > p:last-child { font-size: 14px; }
  .reading-page-count { margin-top: 30px; }
  .reading-page-items { grid-template-columns: 1fr; }
  .reading-page-article { grid-template-columns: 92px minmax(0, 1fr); }
  .country-picker-header h1 { font-size: 42px; }
  .country-picker-header > p:last-child { font-size: 14px; }
  .country-picker-tools { margin-top: 30px; }
  .sources-page-header h1 { font-size: 42px; }
  .sources-page-header > p:last-child { font-size: 14px; }
  .sources-page-tools { align-items: flex-start; flex-direction: column; margin-top: 30px; }
  .source-country-select, .source-country-select select { width: 100%; }
  .country-source-list { grid-template-columns: 1fr; }
  .country-source-card, .country-source-card:nth-child(2n) { border-right: 0; }
  .archives-page-header h1 { font-size: 42px; }
  .archives-page-header > p:last-child { font-size: 14px; }
  .archives-page-tools { align-items: flex-start; flex-direction: column; margin-top: 30px; }
  .archive-days { flex-wrap: nowrap; overflow-x: auto; margin-right: -15px; padding-right: 15px; scrollbar-width: none; }
  .archive-days::-webkit-scrollbar { display: none; }
  .archive-day { flex: 0 0 auto; }
  .archive-topic-list { grid-template-columns: 1fr; }
  .feed-count-bar { margin-top: 30px; }
  .full-feed { grid-template-columns: 1fr; gap: 24px; }
  .full-feed-topline { font-size: 12px; }
  .full-feed-source, .full-feed-actions > a { font-size: 11px; }
  .full-feed-card h2 { font-size: 24px; }
  .full-feed-summary { font-size: 14px; -webkit-line-clamp: 4; }
  .world-edition { margin: 34px 0 38px; }
  .world-edition-intro { margin: 12px 0 18px; font-size: 14px; }
  .world-feed { grid-template-columns: 1fr; gap: 24px; }
  .world-card-lead { display: block; grid-column: auto; }
  .world-card-lead .world-card-copy { padding-top: 13px; }
  .world-card-topline { margin-bottom: 11px; font-size: 10px; }
  .world-card h2, .world-card-lead h2 { font-size: 24px; }
  .world-card-summary { font-size: 14px; -webkit-line-clamp: 4; }
  .world-card-source, .world-edition-link, .world-method summary { font-size: 10px; }
  .world-method p { font-size: 13px; }
  .reading-button { padding: 8px 9px; font-size: 10px; }
  .reading-list { margin-bottom: 36px; }
  .reading-list-items { grid-template-columns: 1fr; }
  .saved-article { grid-template-columns: 92px minmax(0, 1fr); gap: 12px; }
  .saved-article-copy p, .saved-article-actions { font-size: 10px; }
  .saved-article-copy h3 { font-size: 17px; }
  .intro-side p, .topic-card p { font-size: 14px; }
  .section-label, .section-bar, .index-heading, .coverage-note, .topic-topline, .topic-original span, .why-selected span, .edition-title-block .eyebrow, .coverage-status, .edition-meta { font-size: 12px; }
  .coverage-note { line-height: 1.65; }
  .search-wrap { min-width: 0; gap: 8px; font-size: 11px; }
  .search-wrap input { flex: 1; min-width: 0; width: auto; font-size: 14px; }
  .search-wrap kbd { display: none; }
  .region-tabs, .theme-tabs { gap: 14px; }
  .region-tab { padding: 7px 0; font-size: 11px; }
  .feed-tools .region-tabs, .feed-tools .theme-tabs { gap: 8px; }
  .feed-tools .region-tab { padding: 9px 12px; font-size: 11px; }
  .country-list { grid-template-columns: 1fr; }
  .country-row, .country-row:nth-child(3n), .country-row:nth-child(2n) { min-height: 136px; border-right: 0; padding: 16px 12px; }
  .country-flag { font-size: 28px; }
  .country-row-copy strong { font-size: 21px; }
  .country-activity { font-size: 14px; }
  .country-row-copy small { line-height: 1.35; }
  .country-media { font-size: 10px; }
  .edition-title-block h1 { font-size: 48px; }
  .edition-dek { font-size: 16px; }
  .edition-navigation { gap: 8px; margin-top: 24px; padding-top: 13px; }
  .country-nav-label { width: 100%; margin-bottom: 2px; }
  .edition-navigation .nav-button { min-width: 0; padding: 9px 10px; font-size: 10px; }
  .edition-intro { font-size: 16px; }
  .edition-intro p::first-letter { margin-top: 5px; font-size: 62px; }
  .edition-meta { flex-wrap: wrap; gap: 7px; line-height: 1.4; }
  .edition-meta span + span::before { margin-right: 7px; }
  .topic-grid { grid-template-columns: 1fr; gap: 27px; }
  .topic-card.lead-topic { display: block; grid-column: auto; }
  .topic-card.lead-topic .topic-image, .topic-card.lead-topic .topic-copy { display: block; }
  .topic-card.lead-topic .topic-copy, .brief-topic .topic-copy { padding-top: var(--story-gap); }
  .topic-card .topic-image { width: calc(100% + 30px); margin-left: -15px; }
  .topic-card.lead-topic h2 { font-size: 25px; }
  .brief-topic { display: block; }
  .brief-topic .topic-image { display: block; aspect-ratio: 16 / 9; }
  .brief-topic .topic-copy > p { display: block; }
  .brief-topic .translation-note { display: block; }
  .translation-note, .topic-sources::before, .source-context, .source-details summary, .source-button, .footer { font-size: 11px; }
  .source-button { padding: 8px 10px; }
  .edition-footer-note { display: block; }
  .edition-footer-note strong { display: block; margin-bottom: 9px; }
  .article-reader { max-width: none; }
  .article-back { margin-bottom: 23px; font-size: 10px; }
  .article-header h1 { font-size: 34px; }
  .article-dek { margin-top: 16px; font-size: 15px; }
  .article-kicker, .article-byline { font-size: 10px; }
  .article-hero { width: calc(100% + 30px); margin: 27px 0 0 -15px; }
  .article-hero figcaption { margin-left: 15px; }
  .article-reading-layout { display: block; margin-top: 28px; padding-top: 13px; }
  .article-reading-note { display: flex; align-items: baseline; gap: 9px; margin-bottom: 16px; font-size: 10px; }
  .article-reading-note p { margin: 0; }
  .article-body { font-size: 16px; line-height: 1.75; }
  .article-body > p:first-child::first-letter { font-size: 70px; }
  .article-gallery > div { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .article-videos { grid-template-columns: 1fr; }
  .article-original { margin-top: 34px; }
  .article-original p { font-size: 14px; }
  .footer { display: block; line-height: 1.6; }
}
