/* Radar Nucleare — impostazione editoriale */
/* Caratteri ospitati sul sito (Newsreader e IBM Plex Sans, licenza SIL OFL) */
@font-face { font-family: "Newsreader"; font-style: normal; font-weight: 400 600; font-display: swap; src: url(/font-newsreader.woff2) format("woff2-variations"), url(/font-newsreader.woff2) format("woff2"); }
@font-face { font-family: "Newsreader"; font-style: italic; font-weight: 400; font-display: swap; src: url(/font-newsreader-italic.woff2) format("woff2-variations"), url(/font-newsreader-italic.woff2) format("woff2"); }
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 400; font-display: swap; src: url(/font-plex-400-normal.woff2) format("woff2"); }
@font-face { font-family: "IBM Plex Sans"; font-style: italic; font-weight: 400; font-display: swap; src: url(/font-plex-400-italic.woff2) format("woff2"); }
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 500; font-display: swap; src: url(/font-plex-500-normal.woff2) format("woff2"); }
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 600; font-display: swap; src: url(/font-plex-600-normal.woff2) format("woff2"); }

:root {
  --paper: #f4f1ea;
  --paper-2: #ebe6db;
  --card: #faf8f3;
  --ink: #17160f;
  --ink-2: #3b3830;
  --muted: #6d685c;
  --rule: #d3cbba;
  --rule-strong: #17160f;
  --accent: #b3311b;
  --accent-soft: #e9c6bb;
  --blue: #1f4e7a;
  --green: #2c6a3f;
  --serif: "Newsreader", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --sans: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  --sea: #dde3e3;
  --land: #faf8f3;
  --land-it: #efe2d0;
  color-scheme: light only;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.55 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration-color: var(--rule); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--accent); text-decoration-color: currentColor; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.12; letter-spacing: -.01em; margin: 0; }
p { margin: 0 0 1em; }
.wrap { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.narrow { max-width: 760px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--paper); padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.preview-bar { background: var(--accent); color: #fff; text-align: center; font-size: .8rem; padding: 6px 16px; letter-spacing: .02em; }

/* ---------- Testata ---------- */
.masthead { border-bottom: 0; }
.topline { display: flex; justify-content: space-between; gap: 16px; font-size: .78rem; color: var(--muted); padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--rule); }
.brandrow { text-align: center; padding-top: 18px; padding-bottom: 14px; }
.wordmark { font-family: var(--serif); font-size: clamp(2.3rem, 6vw, 3.6rem); font-weight: 600; letter-spacing: -.025em; text-decoration: none; line-height: 1; color: var(--ink); }
.wordmark span { font-style: italic; font-weight: 400; color: var(--accent); }
.wordmark:hover { color: var(--ink); }
.sections { position: sticky; top: 0; z-index: 50; background: var(--ink); border-top: 3px solid var(--accent); box-shadow: 0 1px 0 rgba(0,0,0,.08); }
.sections-inner { display: flex; justify-content: center; gap: 0; }
.sections a { font-size: .84rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; padding: 13px 18px 12px; white-space: nowrap; color: #d9d3c6; border-bottom: 3px solid transparent; }
.sections a:hover { color: #fff; background: rgba(255,255,255,.06); }
.sections a[aria-current="page"] { color: #fff; border-bottom-color: var(--accent); background: rgba(255,255,255,.08); }
.statusline { padding-top: 14px !important; }

/* ---------- Elementi comuni ---------- */
.kicker { font-size: .74rem; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; color: var(--accent); margin: 0 0 .55rem; }
.kicker a { text-decoration: none; }
.rubric { font-family: var(--sans); font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; color: var(--ink); padding-top: 10px; border-top: 2px solid var(--rule-strong); margin: 0 0 16px; }
.dek { font-family: var(--serif); font-size: 1.2rem; line-height: 1.45; color: var(--ink-2); }
.byline { font-size: .82rem; color: var(--muted); margin: 0; }
.byline strong { color: var(--ink-2); font-weight: 600; }
.draft { color: var(--accent); font-weight: 600; text-transform: uppercase; font-size: .72rem; letter-spacing: .06em; }
.more { display: inline-block; margin-top: 14px; font-size: .86rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--rule-strong); }
.more::after { content: " →"; }
.more:hover { border-color: var(--accent); }
.fineprint { font-size: .8rem; color: var(--muted); }
.muted { color: var(--muted); }
.band { margin-top: 56px; }
.page { padding-top: 36px; padding-bottom: 72px; }
.page-head { max-width: 860px; margin-bottom: 36px; }
.page-head h1 { font-size: clamp(2.2rem, 5vw, 3.3rem); margin-bottom: 14px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-bottom: 40px; }

/* ---------- Riga di stato ---------- */
.statusline { display: flex; flex-wrap: wrap; gap: 6px 22px; align-items: baseline; font-size: .84rem; color: var(--ink-2); padding-top: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--rule); }
.statusline strong { color: var(--ink); font-weight: 600; }
.sl-label { font-weight: 600; text-transform: uppercase; letter-spacing: .09em; font-size: .72rem; color: #fff; background: var(--accent); padding: 2px 7px; }

/* ---------- Prima pagina ---------- */
.front { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 0; margin-top: 28px; }
.front-lead { padding-right: 36px; border-right: 1px solid var(--rule); }
.front-side { padding-left: 32px; }
.lead-story h1 { font-size: clamp(2.2rem, 4.6vw, 3.5rem); line-height: 1.04; margin-bottom: 16px; }
.lead-story h1 a, .second-story h2 a, .list-story h2 a, .list-story h3 a { text-decoration: none; }
.lead-story h1 a:hover, .second-story h2 a:hover, .list-story a:hover { color: var(--ink); text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 2px; }
.lead-story .dek { font-size: 1.32rem; max-width: 42ch; }
.lead-story { padding-bottom: 28px; }
.second-story { padding: 22px 0; border-top: 1px solid var(--rule); }
.second-story h2 { font-size: 1.65rem; margin-bottom: 10px; }
.second-story .dek { font-size: 1.08rem; }
.latest { list-style: none; padding: 0; margin: 0; counter-reset: n; }
.latest li { display: grid; grid-template-columns: 48px 1fr; column-gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--rule); }
.latest li:first-child { padding-top: 0; }
.latest time { font-size: .76rem; color: var(--muted); padding-top: 3px; text-transform: uppercase; letter-spacing: .03em; }
.latest a { font-family: var(--serif); font-size: 1.08rem; line-height: 1.3; text-decoration: none; }
.latest a:hover { text-decoration: underline; }
.latest span { grid-column: 2; font-size: .76rem; color: var(--muted); margin-top: 3px; }

.figures { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; }
.figures > div { padding: 4px 20px 0; border-left: 1px solid var(--rule); }
.figures > div:first-child { border-left: 0; padding-left: 0; }
.figures dt { font-family: var(--serif); font-size: 2.6rem; line-height: 1; font-weight: 500; font-variant-numeric: lining-nums tabular-nums; }
.figures dt small { font-family: var(--sans); font-size: .9rem; color: var(--muted); margin-left: 4px; font-weight: 400; }
.figures dd { margin: 8px 0 0; font-size: .88rem; color: var(--ink-2); line-height: 1.4; }

.map-teaser { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 40px; align-items: start; }
.teaser-big { font-family: var(--serif); font-size: 1.7rem; line-height: 1.2; }
.teaser-map { display: block; border: 1px solid var(--rule); }
.tracker-teaser { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 48px; }

/* ---------- Tabelle ---------- */
.table-wrap { overflow-x: auto; }
table.data { width: 100%; border-collapse: collapse; font-size: .9rem; }
table.data th { text-align: left; font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); font-weight: 600; padding: 8px 10px 8px 0; border-bottom: 1px solid var(--rule-strong); }
table.data td { padding: 11px 10px 11px 0; border-bottom: 1px solid var(--rule); vertical-align: top; }
table.data td.num { color: var(--muted); font-variant-numeric: tabular-nums; width: 36px; }
table.data td.note { color: var(--ink-2); }
table.data .r { text-align: right; font-variant-numeric: tabular-nums; }
table.data tfoot td { font-weight: 600; border-bottom: 0; border-top: 1px solid var(--rule-strong); }
td.status { white-space: nowrap; font-size: .82rem; color: var(--ink-2); }
.status-in-preparazione, .status-esame-preliminare, .status-pareri { color: var(--accent); }
.status-adottato, .status-in-vigore { color: var(--green); }
.steps { display: inline-flex; gap: 2px; margin-right: 8px; vertical-align: 1px; }
.steps i { width: 7px; height: 7px; border: 1px solid var(--muted); border-radius: 50%; }
.steps i.on { background: currentColor; border-color: currentColor; }
.steps i:first-child { background: var(--muted); }

.calendar { list-style: none; margin: 0 0 16px; padding: 0; }
.calendar li { display: grid; grid-template-columns: 170px 1fr; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--rule); font-size: .95rem; }
.cal-date { color: var(--muted); font-variant-numeric: tabular-nums; }
.calendar li.done .cal-label { color: var(--muted); }
.cal-done { color: var(--green); }
.calendar li.next .cal-date, .calendar li.next em { color: var(--accent); font-style: normal; font-weight: 600; }
.tt-side .calendar li { grid-template-columns: 1fr; gap: 2px; }

.big-stat { font-family: var(--serif); font-size: 1.5rem; }
.big-stat strong { font-size: 3.2rem; font-weight: 500; margin-right: 6px; }
.facts { margin: 0; }
.facts > div { padding: 12px 0; border-top: 1px solid var(--rule); }
.facts dt { font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; color: var(--muted); }
.facts dd { margin: 4px 0 0; }
.legend { color: var(--ink-2); font-size: .95rem; }

/* ---------- Notizie ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 4px 14px; align-items: baseline; font-size: .86rem; padding-bottom: 14px; border-bottom: 1px solid var(--rule-strong); margin-bottom: 4px; }
.filters span { color: var(--muted); }
.filter { font: inherit; background: none; border: 0; padding: 2px 0; color: var(--ink-2); cursor: pointer; border-bottom: 1px solid transparent; }
.filter:hover { color: var(--ink); }
.filter.is-on { color: var(--ink); font-weight: 600; border-bottom-color: var(--accent); }
.news-list { list-style: none; margin: 0; padding: 0; max-width: 960px; }
.news-item { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--rule); }
.news-item[hidden] { display: none; }
.news-when time { font-size: .8rem; color: var(--muted); text-transform: uppercase; letter-spacing: .03em; }
.news-body h3 { font-size: 1.35rem; margin-bottom: 8px; }
.news-body h3 a { text-decoration: none; }
.news-body h3 a:hover { text-decoration: underline; }
.news-body p { margin: 0; color: var(--ink-2); }
.news-body .news-meta { font-size: .78rem; color: var(--muted); margin-top: 8px; }

/* ---------- Analisi ---------- */
.article-list { max-width: 960px; }
.list-story { padding: 24px 0; border-top: 1px solid var(--rule); }
.list-story h2 { font-size: 1.9rem; margin-bottom: 10px; }
.list-story h3 { font-size: 1.4rem; margin-bottom: 8px; }
.more-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.more-grid .list-story { border-top: 0; padding-top: 0; }

.article { max-width: 720px; padding-top: 44px; padding-bottom: 40px; }
.article-head { margin-bottom: 32px; padding-bottom: 20px; border-bottom: 1px solid var(--rule); }
.article-head h1 { font-size: clamp(2.2rem, 5vw, 3.2rem); line-height: 1.06; margin-bottom: 16px; }
.article-head .dek { font-size: 1.3rem; }
.read-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 60; pointer-events: none; }
.read-progress span { display: block; height: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; }

.prose { font-family: var(--serif); font-size: 1.22rem; line-height: 1.62; }
.prose p { margin: 0 0 1.1em; }
.article .prose > p:first-of-type::first-letter { float: left; font-size: 3.9em; line-height: .8; font-weight: 500; margin: .06em .08em 0 0; color: var(--ink); }
.prose h2 { font-size: 1.65rem; margin: 2em 0 .6em; }
.prose ul, .prose ol { padding-left: 1.2em; margin: 0 0 1.2em; }
.prose li { margin: .35em 0; }
.prose li::marker { color: var(--muted); }
.prose strong { font-weight: 600; }
.prose a { text-decoration-color: var(--accent); }
.prose blockquote { margin: 1.8em 0; padding: 0 0 0 20px; border-left: 3px solid var(--accent); font-size: 1.45rem; line-height: 1.35; font-style: italic; color: var(--ink); }
.prose .box { font-family: var(--sans); font-size: .98rem; line-height: 1.55; background: var(--paper-2); border-top: 2px solid var(--rule-strong); padding: 16px 22px 8px; margin: 1.6em 0 2em; }
.prose .box h3, .prose .box h2.box-title { font-family: var(--sans); font-size: .74rem; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; margin: 0 0 8px; color: var(--ink); }
.prose .box ul { margin: 0 0 8px; }
.prose-ui { max-width: 760px; color: var(--ink-2); }
.prose-ui ul { padding-left: 1.2em; }
.sources { margin-top: 40px; padding-top: 12px; border-top: 1px solid var(--rule-strong); font-size: .86rem; color: var(--ink-2); }
.sources h2 { font-family: var(--sans); font-size: .74rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 600; margin: 0 0 8px; }
.sources ol { padding-left: 1.2em; margin: 0; }
.sources li { margin: 5px 0; }
.share { margin-top: 28px; font-size: .86rem; color: var(--muted); }
.share a, .share button { color: var(--ink); font: inherit; font-weight: 600; background: none; border: 0; padding: 0; cursor: pointer; text-decoration: underline; text-decoration-color: var(--rule); text-underline-offset: 3px; }
.share button.ok { color: var(--green); }

/* ---------- Mappa ---------- */
.map svg, svg.map { display: block; width: 100%; height: auto; }
.map .sea { fill: var(--sea); }
.map .land { fill: var(--land); stroke: none; }
.map .land-it { fill: var(--land-it); }
.map .borders { fill: none; stroke: var(--rule); stroke-width: .8; stroke-linejoin: round; }
.mk { cursor: pointer; transition: opacity .15s; }
.mk-attiva { fill: var(--accent); fill-opacity: .82; stroke: var(--paper); stroke-width: 1; }
.mk-ferma { fill: var(--paper); stroke: var(--accent); stroke-width: 2; }
.mk-nuova { fill: var(--paper); stroke: var(--ink); stroke-width: 1.6; stroke-dasharray: 2.5 1.8; }
.mk-ex { fill: var(--ink); stroke: var(--paper); stroke-width: 1; }
.mk-pot { fill: var(--blue); stroke: var(--paper); stroke-width: 1; }
.mk:hover, .mk:focus, .mk.sel { stroke: var(--ink); stroke-width: 2.4; fill-opacity: 1; outline: none; }
.map-mini .mk { cursor: default; }
.mk-label { font: 500 12px var(--sans); fill: var(--ink-2); paint-order: stroke; stroke: var(--land); stroke-width: 3px; pointer-events: none; }
.map-tools { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; align-items: center; padding: 12px 0; border-top: 2px solid var(--rule-strong); border-bottom: 1px solid var(--rule); margin-bottom: 18px; }
.tabs { display: inline-flex; border: 1px solid var(--rule-strong); }
.tabs button { font: 600 .86rem var(--sans); background: none; border: 0; padding: 7px 16px; cursor: pointer; color: var(--ink); }
.tabs button[aria-selected="true"] { background: var(--ink); color: var(--paper); }
.layers { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: .84rem; color: var(--ink-2); }
.layers label { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.layers input { accent-color: var(--ink); margin: 0; }
.sw { display: inline-block; width: 11px; height: 11px; border-radius: 50%; }
.sw-attiva { background: var(--accent); }
.sw-ferma { border: 2px solid var(--accent); }
.sw-nuova { border: 1.5px dashed var(--ink); }
.sw-ex { background: var(--ink); border-radius: 0; }
.sw-pot { background: var(--blue); border-radius: 0; transform: rotate(45deg) scale(.85); }
.map-stage { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: start; }
.map-views { border: 1px solid var(--rule); }
.map-hint { display: none; }
.map-note { font-size: .78rem; color: var(--muted); margin: 0; padding: 8px 12px; border-top: 1px solid var(--rule); }
.map-panel { position: sticky; top: 16px; border-top: 2px solid var(--rule-strong); padding-top: 10px; }
.map-panel h3 { font-size: 1.6rem; margin-bottom: 4px; }
.panel-country { color: var(--muted); font-size: .88rem; margin-bottom: 10px; }
.panel-detail { font-family: var(--serif); font-size: 1.15rem; }
.map-panel p { font-size: .92rem; color: var(--ink-2); }
.map-panel .panel-empty p { color: var(--muted); }
.map-section { margin-top: 52px; }
.map-section .rubric { margin-bottom: 14px; }
.plain-list { list-style: none; padding: 0; margin: 0; font-size: .92rem; }
.plain-list li { padding: 9px 0; border-bottom: 1px solid var(--rule); }
.sources ol { font-size: .86rem; }
.map-tip { position: fixed; z-index: 70; pointer-events: none; background: var(--ink); color: var(--paper); font-size: .8rem; padding: 6px 9px; max-width: 240px; line-height: 1.35; }
.map-tip b { display: block; font-weight: 600; }

/* ---------- Piede ---------- */
.site-footer { margin-top: 80px; border-top: 3px double var(--rule-strong); padding: 32px 0 28px; font-size: .88rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
.footer-grid p { color: var(--ink-2); margin-top: 10px; max-width: 34ch; }
.footer-grid h2 { font-family: var(--sans); font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 600; margin-bottom: 10px; }
.footer-grid nav a { display: block; padding: 3px 0; text-decoration: none; color: var(--ink-2); }
.footer-grid nav a:hover { color: var(--accent); }
.wordmark-sm { font-size: 1.7rem; }
.footer-note { margin-top: 28px; padding-top: 14px; border-top: 1px solid var(--rule); color: var(--muted); font-size: .78rem; }

/* ---------- Invito a seguire ---------- */
.follow { border-top: 2px solid var(--rule-strong); background: var(--paper-2); padding: 16px 18px 18px; }
.follow-side { margin-top: 28px; }
.follow-article { margin-top: 32px; }
.follow-kicker { font: 600 .74rem var(--sans); text-transform: uppercase; letter-spacing: .09em; color: var(--accent); margin: 0 0 6px; }
.follow-text { font-family: var(--serif); font-size: 1.08rem; line-height: 1.4; color: var(--ink); margin: 0 0 12px; }
.follow-btn { display: inline-block; font: 600 .84rem var(--sans); color: #fff; background: var(--ink); padding: 9px 14px; text-decoration: none; }
.follow-btn:hover { color: #fff; background: var(--accent); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .wrap { padding: 0 24px; }
}
@media (max-width: 960px) {
  .front { grid-template-columns: 1fr; }
  .front-lead { padding-right: 0; border-right: 0; }
  .front-side { padding-left: 0; margin-top: 12px; }
  .figures { grid-template-columns: 1fr 1fr; row-gap: 24px; }
  .figures > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .map-teaser, .tracker-teaser, .two-col, .more-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .map-stage { grid-template-columns: minmax(0, 1fr); }
  .map-panel { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  body { font-size: 15.5px; }
  .wrap { padding: 0 16px; }
  .topline { font-size: .72rem; padding-top: 7px; padding-bottom: 7px; justify-content: center; }
  .topline-mid, .topline span:last-child { display: none; }
  .brandrow { padding-top: 12px; padding-bottom: 12px; }
  .wordmark { font-size: 2.35rem; }
  .sections { position: static; }
  .sections-inner { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; }
  .sections a { text-align: center; font-size: .72rem; letter-spacing: .05em; padding: 11px 4px 9px; border-right: 1px solid rgba(255,255,255,.1); border-top: 1px solid rgba(255,255,255,.1); }
  .sections a:nth-child(3n) { border-right: 0; }
  .sections a:nth-child(-n+3) { border-top: 0; }
  .statusline { font-size: .8rem; gap: 4px 14px; }
  .page { padding-top: 24px; padding-bottom: 48px; }
  .page-head { margin-bottom: 24px; }
  .page-head h1 { font-size: 2.05rem; }
  .dek { font-size: 1.06rem; }
  .front { margin-top: 20px; }
  .lead-story h1 { font-size: 1.95rem; line-height: 1.08; }
  .lead-story .dek { font-size: 1.1rem; }
  .second-story h2 { font-size: 1.38rem; }
  .second-story .dek { font-size: 1rem; }
  .latest li { grid-template-columns: 44px 1fr; }
  .latest a { font-size: 1.02rem; }
  .band { margin-top: 40px; }
  .figures dt { font-size: 1.9rem; }
  .figures > div { padding: 4px 12px 0; }
  .teaser-big { font-size: 1.35rem; }
  .news-item { grid-template-columns: 1fr; gap: 4px; padding: 16px 0; }
  .news-body h3 { font-size: 1.18rem; }
  .list-story h2 { font-size: 1.5rem; }
  .calendar li { grid-template-columns: 1fr; gap: 2px; }
  table.data { font-size: .82rem; }
  table.data th { font-size: .66rem; padding-right: 8px; }
  table.data td { padding: 9px 8px 9px 0; }
  .article { padding-top: 26px; }
  .article-head h1 { font-size: 2rem; }
  .article-head .dek { font-size: 1.1rem; }
  .prose { font-size: 1.08rem; line-height: 1.6; }
  .prose h2 { font-size: 1.4rem; }
  .prose blockquote { font-size: 1.2rem; }
  .prose .box { padding: 14px 16px 6px; font-size: .94rem; }
  .article .prose > p:first-of-type::first-letter { font-size: 3.3em; }
  .map-tools { gap: 10px; }
  .layers { font-size: .8rem; gap: 6px 14px; }
  .map-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .map-scroll svg { width: 760px; max-width: none; }
  .map-hint { display: block; font-size: .76rem; color: var(--muted); margin: 0; padding: 7px 10px; border-bottom: 1px solid var(--rule); }
  .map-panel h3 { font-size: 1.35rem; }
  .footer-grid { gap: 24px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
