/* CerebInk — 1980s broadsheet. Tokens mirror the Figma file (DESIGN.md). */
/* Self-hosted fonts (SIL Open Font License, see /fonts/OFL-*.txt). No requests to third-party font CDNs. */
@font-face { font-family: "OC Plate"; src: url(../fonts/noto-serif-display-cond-bold.woff) format("woff"); font-weight: 700; font-display: swap; }
@font-face { font-family: "OC Logo"; src: url(../fonts/libre-franklin-black.woff) format("woff"); font-weight: 900; font-display: swap; }
@font-face { font-family: "OC Head"; src: url(../fonts/noto-serif-cond-bold.woff) format("woff"); font-weight: 700; font-display: swap; }
@font-face { font-family: "OC Body"; src: url(../fonts/source-serif-4-regular.woff) format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "OC Body"; src: url(../fonts/source-serif-4-semibold.woff) format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "OC Body"; src: url(../fonts/source-serif-4-italic.woff) format("woff"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "OC Sans"; src: url(../fonts/libre-franklin-medium.woff) format("woff"); font-weight: 500; font-display: swap; }
@font-face { font-family: "OC Sans"; src: url(../fonts/libre-franklin-bold.woff) format("woff"); font-weight: 700; font-display: swap; }
@font-face { font-family: "OC Sans"; src: url(../fonts/libre-franklin-extrabold.woff) format("woff"); font-weight: 800; font-display: swap; }
@font-face { font-family: "OC Mono"; src: url(../fonts/courier-prime.woff) format("woff"); font-weight: 400; font-display: swap; }
@font-face { font-family: "OC Mono"; src: url(../fonts/courier-prime-bold.woff) format("woff"); font-weight: 700; font-display: swap; }

:root {
  --paper: #E8E6E0;
  --paper-shade: #DCD9D1;
  --newsprint: #C9C6BE;
  --hair: #A9A69F;
  --ink-faint: #7C7A74;   /* non-text marks only: rules, map dots, graticules, inactive bars */
  --ink-meta: #5F5D58;    /* small meaningful text: labels, metadata, wire meta, captions (≥ 4.5:1 on both papers) */
  --ink-soft: #4D4C48;
  --ink: #262624;

  --f-plate: "OC Plate", Georgia, serif;
  --f-logo: "OC Logo", "Helvetica Neue", Arial, sans-serif;   /* the nameplate only: Libre Franklin Black */
  --f-head: "OC Head", Georgia, "Times New Roman", serif;
  --f-sans: "OC Sans", "Franklin Gothic Medium", Arial, sans-serif;
  --f-body: "OC Body", Georgia, serif;
  --f-mono: "OC Mono", "Courier New", monospace;

  --gutter: clamp(16px, 3.4vw, 48px);
  --col-gap: 32px;
  --maxw: 1440px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background-color: var(--paper);
  /* newsprint grain: a tiny inline noise texture, ~9% ink */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .15 0 0 0 0 .15 0 0 0 0 .14 0 0 0 .09 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
p, h1, h2, h3, h4, ul, ol, dl, dd, figure { margin: 0; padding: 0; }
ul, ol { list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
.page { max-width: var(--maxw); margin: 0 auto; padding: 20px var(--gutter) 48px; }

/* ---------- type roles ---------- */
.plate { font-family: var(--f-plate); font-weight: 700; letter-spacing: -0.015em; line-height: 1; }
.head { font-family: var(--f-head); font-weight: 700; line-height: 1.05; letter-spacing: -0.005em; text-wrap: balance; }
.kicker { font-family: var(--f-sans); font-weight: 800; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.label { font-family: var(--f-sans); font-weight: 700; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.deck { font-style: italic; color: var(--ink-soft); }
.wire { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0; }
.faint { color: var(--ink-meta); }
.soft { color: var(--ink-soft); }
.note { font-style: italic; color: var(--ink-soft); font-size: 14px; line-height: 1.45; }
.tag { display: inline-block; background: var(--ink); color: var(--paper); font-family: var(--f-sans); font-weight: 800; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; padding: 3px 7px 2px; line-height: 1.2; }
.tag.demo { background: none; color: var(--ink); outline: 1px solid var(--ink); }

/* ---------- rules ---------- */
.rule-heavy { border: 0; border-top: 3px solid var(--ink); margin: 0; }
.rule { border: 0; border-top: 1px solid var(--ink); margin: 0; }
.rule-hair { border: 0; border-top: 1px solid var(--hair); margin: 0; }

/* ---------- masthead ---------- */
.mast .strip { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 10px; color: var(--ink-soft); }
.mast .plate-wrap { text-align: center; padding: 14px 0 10px; }
.mast .tagline { font-style: italic; color: var(--ink-soft); font-size: 17px; margin-top: 4px; }

/* ---------- the tiers (v0.3): site/js/tier.js draws them; these rules are a copy of its CSS ---------- */
.tier-badge{border-top:1px solid var(--ink,#262624);border-bottom:1px solid var(--hair,#A9A69F);padding:6px 0;margin:14px 0 12px;letter-spacing:.08em}
.article-full .byline{font-style:italic;margin:6px 0 10px}
.article-full .credit{margin:0}
.article-text{font-size:1.05em;line-height:1.55}
.article-text p{margin:0 0 .9em}
.article-text h2,.article-text h3{font-size:1.1em;margin:1.2em 0 .4em}
.credit-line{font-size:.9em;color:var(--ink-soft,#4D4C48);border-top:1px solid var(--hair,#A9A69F);padding-top:8px;margin-top:14px}
.counter{position:absolute;width:1px;height:1px;opacity:0}
.account-text{font-size:1.05em;line-height:1.55;margin:0 0 6px}
.account-label{margin:0 0 14px}
.cite a{text-decoration:none}
.kicker.small{font-size:.75em;margin:10px 0 4px}
.ledes{list-style:none;padding:0;margin:0 0 12px}
.ledes li{margin:0 0 8px;line-height:1.45}
.ledes .n{font-family:var(--f-mono,monospace);font-size:.85em}
.read-list{list-style:none;padding:0;margin:0;columns:2;column-gap:24px}
.read-list li{margin:0 0 5px;break-inside:avoid}
.tag.first{font-size:.7em;letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--ink,#262624);padding:0 4px;margin-left:4px}
.wiki-text{line-height:1.5;margin:0 0 4px}
.tag.tier { background: none; color: var(--ink); border: 1px solid var(--ink); }

/* ---------- the first-visit strip (v0.3) ---------- */
.welcome { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 12px 0 10px; }
.welcome-line { font-family: var(--f-body); font-size: 17px; line-height: 1.4; margin: 0 0 6px; max-width: 60ch; }
.welcome-points { list-style: none; display: flex; gap: 14px; padding: 0; margin: 0 0 6px; }
.welcome-dismiss { cursor: pointer; white-space: nowrap; border: 1px solid var(--ink); padding: 4px 8px; margin-top: 2px; }
.welcome-dismiss:hover { background: var(--ink); color: var(--paper); }
@media (max-width: 640px) { .welcome { flex-direction: column; } }

/* ---------- the logo: "Cereb" + "Ink" in its ink box (site/js/logo.js draws it; these rules are a copy of its CSS) ---------- */
.logo{display:inline-flex;align-items:center;gap:.08em;font-family:var(--f-logo,"OC Logo","Helvetica Neue",Arial,sans-serif);font-weight:900;line-height:1;letter-spacing:-.02em;color:var(--ink,#262624);text-decoration:none;white-space:nowrap}
.logo-box{background:var(--ink,#262624);color:var(--paper,#E8E6E0);padding:.036em .134em .089em;line-height:1}
.logo-mast{font-size:clamp(56px,8.6vw,112px)}
.logo-compact{font-size:40px;gap:.075em}
.logo-compact .logo-box{padding:.05em .125em .1em}
.logo-plain{font-size:46px;gap:.08em}
.logo-eink{font-size:38pt;gap:.078em;color:#000}
.logo-eink .logo-box{background:#000;color:#fff;padding:.04em .125em .086em}
.thinking{font-family:var(--f-sans,Arial,Helvetica,sans-serif);font-weight:800;font-size:12px;letter-spacing:.3em;text-transform:uppercase;text-align:center;color:var(--ink,#262624);margin:10px 0 0}

.mast .edition { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px 20px; padding: 8px 0; }
.mast nav, .compact nav { display: flex; justify-content: center; flex-wrap: wrap; padding: 12px 0; }
.mast nav a, .compact nav a { font-family: var(--f-sans); font-weight: 800; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); padding: 0 18px; border-right: 1px solid var(--hair); line-height: 1.2; }
.mast nav a:last-child, .compact nav a:last-child { border-right: 0; }
.mast nav a[aria-current="page"], .compact nav a[aria-current="page"] { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.demo-banner { border: 1px solid var(--ink); padding: 8px 12px; margin: 12px 0 0; display: flex; gap: 12px; align-items: baseline; flex-wrap: wrap; }

.compact { display: flex; align-items: center; gap: 28px; padding-bottom: 10px; flex-wrap: wrap; }
.compact nav { justify-content: flex-start; padding: 0; flex: 1; }
.compact nav a { padding: 0 11px; border: 0; font-size: 11px; }

/* ---------- front: lead block ---------- */
.lead-block { display: grid; grid-template-columns: minmax(0, 880fr) minmax(0, 432fr); gap: var(--col-gap); padding: 28px 0 32px; }
.lead { display: flex; flex-direction: column; gap: 16px; }
.eyebrow { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.lead h1 { font-size: clamp(38px, 5vw, 66px); line-height: 1; }
.lead .deck { font-size: 21px; line-height: 1.48; }
.coverage { display: flex; flex-wrap: wrap; gap: 4px 22px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 8px 0; }
.cols2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.cols2 > * { padding-right: 28px; }
.cols2 > * + * { border-left: 1px solid var(--hair); padding: 0 0 0 28px; }
.cols2 .label { display: block; margin-bottom: 8px; }
.variant-list li { padding: 6px 0; border-bottom: 1px solid var(--hair); font-size: 16px; line-height: 1.4; }
.variant-list li:last-child { border-bottom: 0; }
.variant-list .wire { display: block; color: var(--ink-meta); font-size: 11px; margin-top: 2px; }
.more { display: inline-block; margin-top: 10px; }

.ground-strip { display: flex; align-items: stretch; background: var(--paper-shade); border: 1px solid var(--ink); padding: 12px 16px; gap: 0; }
.ground-strip > div { flex: 1; padding: 0 16px; border-left: 1px solid var(--hair); min-width: 0; }
.ground-strip > div:first-child { padding-left: 0; border-left: 0; }
.ground-strip .k { font-family: var(--f-sans); font-weight: 700; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-meta); display: block; }
.ground-strip > div:first-child .k { color: var(--ink); }
.ground-strip .v { font-family: var(--f-mono); font-size: 13px; }
.ground-strip .place { font-weight: 600; font-size: 16px; font-family: var(--f-body); }
.ground-strip .open { align-self: center; flex: 0 0 auto; border: 0; white-space: nowrap; }

.where { border-left: 1px solid var(--ink); padding-left: var(--col-gap); display: flex; flex-direction: column; gap: 14px; }
.where .rule-heavy { margin-top: -6px; }
.map { width: 100%; height: auto; display: block; border: 1px solid var(--ink); background: var(--paper-shade); }
.index li a { display: grid; grid-template-columns: 22px 1fr; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--hair); }
.index .n { font-family: var(--f-mono); font-weight: 700; font-size: 13px; }
.index .p { display: block; font-family: var(--f-mono); font-size: 11px; color: var(--ink-meta); text-transform: uppercase; }
.index .h { display: block; font-size: 15px; line-height: 1.35; }

/* ---------- front: secondary + briefs ---------- */
.secondary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 24px 0 28px; }
.secondary article { padding: 0 24px; display: flex; flex-direction: column; gap: 10px; }
.secondary article:first-child { padding-left: 0; }
.secondary article:last-child { padding-right: 0; }
.secondary article + article { border-left: 1px solid var(--hair); }
.secondary h2 { font-size: 30px; line-height: 1.07; }
.secondary .deck { font-size: 16px; line-height: 1.5; }
.meta { border-top: 1px solid var(--hair); padding-top: 8px; display: flex; flex-direction: column; gap: 2px; }
.meta .wire { font-size: 11px; color: var(--ink-soft); }
.meta .wire.strong { color: var(--ink); }

.lower { display: grid; grid-template-columns: minmax(0, 880fr) minmax(0, 432fr); gap: var(--col-gap); padding: 22px 0 28px; }
.briefs-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 14px; }
.brief { border-top: 1px solid var(--hair); padding: 12px 20px 14px 0; display: flex; flex-direction: column; gap: 6px; }
.brief:nth-child(2n) { border-left: 1px solid var(--hair); padding-left: 20px; }
.brief h3 { font-size: 21px; line-height: 1.14; }
.brief .wire { font-size: 11px; color: var(--ink-soft); }
.wire-col { border-left: 1px solid var(--ink); padding-left: var(--col-gap); }
.wire-col .rule-heavy { margin: 10px 0 6px; }
.wire-col li a { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--hair); }
.wire-col .t { font-family: var(--f-mono); font-weight: 700; font-size: 12px; }
.wire-col .o { display: block; font-family: var(--f-mono); font-size: 11px; color: var(--ink-meta); }
.wire-col .s { display: block; font-size: 15px; line-height: 1.35; }

.footer { display: flex; flex-wrap: wrap; gap: 8px 28px; padding-top: 14px; color: var(--ink-soft); }
.footer .spacer { flex: 1; }

/* ---------- story page ---------- */
.story-grid { display: grid; grid-template-columns: minmax(0, 1fr) 470px; align-items: stretch; }
.story { padding: 24px 40px 40px 0; display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.story h1 { font-size: clamp(34px, 4.2vw, 54px); line-height: 1.04; }
.story .deck { font-size: 20px; line-height: 1.45; }
.tabs { display: flex; flex-wrap: wrap; gap: 8px 24px; padding-top: 6px; }
.tabs a { font-family: var(--f-sans); font-weight: 800; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-meta); }
.tabs a:hover { color: var(--ink); }
.sec { padding-top: 22px; scroll-margin-top: 16px; }
.sec-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding-bottom: 10px; }
.rows > li { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--hair); }
.rows .st { font-family: var(--f-mono); font-weight: 700; font-size: 11px; line-height: 1.35; text-transform: uppercase; }
.rows .st.quiet { color: var(--ink-soft); }
.rows .txt { font-size: 18px; line-height: 1.5; }
.bars { display: flex; gap: 2px; margin: 8px 0 6px; flex-wrap: wrap; }
.bars i { display: block; width: 14px; height: 4px; background: var(--hair); }
.bars i.on { background: var(--ink-soft); }
.rows .wire { color: var(--ink-meta); font-size: 11px; }
.table { width: 100%; border-collapse: collapse; font-size: 15px; }
.table th { text-align: left; font-family: var(--f-sans); font-weight: 700; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-meta); padding: 0 12px 8px 0; border-bottom: 1px solid var(--ink); }
.table td { padding: 10px 12px 10px 0; border-bottom: 1px solid var(--hair); vertical-align: top; line-height: 1.4; }
.table td.w { font-family: var(--f-mono); font-size: 12px; white-space: nowrap; }
.table-wrap { overflow-x: auto; }
.timeline li { display: grid; grid-template-columns: 52px 22px minmax(0, 1fr); gap: 10px; padding: 8px 0; position: relative; }
.timeline li::before { content: ""; position: absolute; left: 73px; top: 0; bottom: 0; border-left: 1px solid var(--hair); }
.timeline .t { font-family: var(--f-mono); font-size: 12px; text-align: right; padding-top: 2px; }
.timeline .dot { width: 11px; height: 11px; border-radius: 50%; border: 2px solid var(--ink-soft); background: var(--paper); margin: 6px auto 0; position: relative; z-index: 1; }
.timeline .dot.first { background: var(--ink); border-color: var(--ink); }
.box { border: 1px solid var(--ink); }
.box > * { padding: 14px 18px; }
.box > * + * { border-top: 1px solid var(--hair); }
.box .q { background: var(--paper-shade); border-bottom: 1px solid var(--ink); }
.countries li { display: grid; grid-template-columns: 160px 1fr 32px; gap: 12px; align-items: center; padding: 5px 0; border-bottom: 1px solid var(--hair); font-size: 15px; }
.countries .b { height: 6px; background: var(--ink-soft); }
.countries .n { font-family: var(--f-mono); font-size: 12px; text-align: right; }

/* ---------- the ground (sidebar) ---------- */
.ground { background: var(--paper-shade); border-left: 1px solid var(--ink); padding: 24px 28px 32px; display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.ground .top { display: flex; justify-content: space-between; align-items: baseline; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { border: 1px solid var(--ink); padding: 4px 8px; display: inline-flex; gap: 6px; align-items: baseline; font-family: var(--f-sans); font-weight: 700; font-size: 12px; }
.chip small { font-family: var(--f-mono); font-weight: 400; font-size: 9px; color: var(--ink-meta); text-transform: uppercase; }
.chip.on { background: var(--ink); color: var(--paper); }
.chip.on small { color: var(--paper); opacity: .75; }
.ground h2.head { font-size: 44px; line-height: 1; margin-top: 4px; }
.ground .desc { font-style: italic; color: var(--ink-soft); font-size: 17px; line-height: 1.4; }
.g-sec { padding-top: 22px; }
.g-sec > header { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; border-bottom: 2px solid var(--ink); padding-bottom: 6px; margin-bottom: 8px; }
.g-sec > header .wire { font-size: 10px; color: var(--ink-meta); text-align: right; }
.facts > div { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; border-bottom: 1px solid var(--hair); }
.facts dt { font-family: var(--f-sans); font-weight: 700; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); padding-top: 3px; }
.facts dd { font-family: var(--f-mono); font-size: 13px; text-align: right; }
.now { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.now > div { padding: 0 6px 0 10px; border-left: 1px solid var(--hair); }
.now > div:first-child { padding-left: 0; border-left: 0; }
.now .k { display: block; font-family: var(--f-sans); font-weight: 700; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-meta); }
.now .v { font-family: var(--f-mono); font-size: 13px; }
.hist li { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 14px; padding: 7px 0; border-bottom: 1px solid var(--hair); font-size: 15px; line-height: 1.4; }
.hist .y { font-family: var(--f-mono); font-weight: 700; font-size: 12px; padding-top: 2px; }
.spark { display: flex; align-items: flex-end; gap: 5px; height: 70px; }
.spark i { flex: 1; background: var(--ink-faint); min-height: 2px; }
.spark i.last { background: var(--ink); }
.axis { display: flex; justify-content: space-between; font-family: var(--f-mono); font-size: 10px; color: var(--ink-meta); margin-top: 4px; }
.press li { padding: 6px 0 8px; border-bottom: 1px solid var(--hair); }
.press .wire { display: block; font-size: 10px; color: var(--ink-meta); text-transform: uppercase; }
.press a { font-size: 15px; line-height: 1.4; }
.ground .about { font-size: 16px; line-height: 1.56; }
.empty { font-family: var(--f-mono); font-size: 12px; color: var(--ink-meta); padding: 6px 0; }

/* ---------- about page ---------- */
.prose { max-width: 70ch; padding: 32px 0 48px; display: flex; flex-direction: column; gap: 14px; }
.prose h1 { font-size: clamp(34px, 4.6vw, 54px); }
.prose h2 { margin-top: 20px; }
.prose ol { list-style: decimal; padding-left: 24px; }
.prose ul { list-style: square; padding-left: 20px; }
.prose li { margin-bottom: 6px; }
.prose a { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.src-table td:first-child { font-weight: 600; }

/* ---------- loading / error ---------- */
.state { padding: 80px 0; text-align: center; font-family: var(--f-mono); font-size: 13px; color: var(--ink-soft); }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .story-grid { grid-template-columns: 1fr; }
  .story { padding-right: 0; }
  .ground { border-left: 0; border-top: 3px solid var(--ink); margin: 0 calc(-1 * var(--gutter)); padding-left: var(--gutter); padding-right: var(--gutter); }
}
@media (max-width: 980px) {
  .lead-block, .lower { grid-template-columns: 1fr; }
  .where, .wire-col { border-left: 0; padding-left: 0; border-top: 3px solid var(--ink); padding-top: 18px; }
  .secondary { grid-template-columns: 1fr; }
  .secondary article, .secondary article:first-child, .secondary article:last-child { padding: 18px 0; }
  .secondary article + article { border-left: 0; border-top: 1px solid var(--hair); }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .mast .strip, .mast .edition { font-size: 11px; }
  .mast .edition span:nth-child(n+3) { display: none; }
  .mast nav { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; }
  .mast nav a { padding: 0 12px; white-space: nowrap; }
  .cols2, .briefs-grid { grid-template-columns: 1fr; }
  .cols2 > * + * { border-left: 0; padding: 16px 0 0; border-top: 1px solid var(--hair); margin-top: 16px; }
  .brief:nth-child(2n) { border-left: 0; padding-left: 0; }
  .ground-strip { flex-wrap: wrap; row-gap: 10px; }
  .ground-strip > div { flex: 1 1 40%; }
  .ground-strip > div:nth-child(odd) { border-left: 0; padding-left: 0; }
  .rows > li { grid-template-columns: 1fr; gap: 6px; }
  .now { grid-template-columns: 1fr 1fr; row-gap: 10px; }
  .now > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .countries li { grid-template-columns: 110px 1fr 28px; }
  .logo-compact { font-size: 32px; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }
@media print { body { background-image: none; } .ground-strip .open, .tabs, nav { display: none; } }
