:root {
  color-scheme: light dark;
  --paper: #f6f8f4;
  --paper-strong: #ffffff;
  --ink: #151515;
  --muted: #5e645c;
  --line: #dce2da;
  --forest: #151515;
  --teal: #43a92b;
  --teal-soft: #edf7e9;
  --rust: #2f8620;
  --rust-soft: #e4f2df;
  --gold: #78b849;
  --accent: #43a92b;
  --accent-strong: #2f8620;
  --headline: #151515;
  --header-bg: #ffffff;
  --footer-bg: #171917;
  --on-accent: #ffffff;
  --chart-grid: #dce2da;
  --chart-track: #e9ede7;
  --shadow: 0 18px 50px rgba(36, 43, 39, .10);
  --radius: 18px;
  --content: 760px;
}

* { 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.62;
  text-rendering: optimizeLegibility;
}
a { color: var(--teal); text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--rust); }
img, svg { max-width: 100%; }
button { font: inherit; }

.skip-link {
  position: fixed; z-index: 1000; top: 12px; left: 12px;
  transform: translateY(-160%); padding: .7rem 1rem;
  color: #fff; background: var(--forest); border-radius: 8px;
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid rgba(23,36,35,.12);
  background: rgba(244,239,229,.92);
  backdrop-filter: blur(16px);
}
.header-inner {
  max-width: 1180px; height: 68px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
}
.brand {
  color: var(--forest); text-decoration: none; font-size: .92rem;
  font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.brand span { color: var(--rust); }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { color: var(--ink); text-decoration: none; font-size: .94rem; font-weight: 650; }
.site-nav a:hover { color: var(--rust); }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--forest); cursor: pointer; }

.progress {
  position: fixed; z-index: 60; top: 67px; left: 0; width: 0; height: 3px;
  background: var(--rust); transition: width .08s linear;
}

.home-hero {
  overflow: hidden; position: relative; padding: 98px 24px 72px;
  background: var(--forest); color: #fff;
}
.home-hero::before, .home-hero::after {
  content: ""; position: absolute; border-radius: 50%; pointer-events: none;
}
.home-hero::before { width: 430px; height: 430px; right: -120px; top: -180px; background: #176e66; }
.home-hero::after { width: 330px; height: 330px; right: 11%; bottom: -230px; background: var(--rust); opacity: .75; }
.home-hero-inner { position: relative; z-index: 1; max-width: 1080px; margin: 0 auto; }
.eyebrow {
  margin: 0 0 18px; color: #bcd7d1; font-size: .78rem; font-weight: 800;
  letter-spacing: .13em; text-transform: uppercase;
}
.home-hero h1 {
  max-width: 820px; margin: 0 0 26px; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.7rem); font-weight: 700; line-height: .98; letter-spacing: -.045em;
}
.home-hero .lede { max-width: 670px; margin: 0; color: #dfeae7; font-size: clamp(1.08rem, 2vw, 1.34rem); }

.home-main { max-width: 1080px; margin: 0 auto; padding: 76px 24px 110px; }
.section-kicker { color: var(--rust); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; font-size: .75rem; }
.home-main h2 { margin: 6px 0 28px; font: 700 clamp(2rem,4vw,3.4rem)/1.1 Georgia,serif; }
.featured-card {
  display: grid; grid-template-columns: 1.2fr .8fr; overflow: hidden;
  border: 1px solid var(--line); border-radius: 24px; background: var(--paper-strong); box-shadow: var(--shadow);
}
.featured-copy { padding: clamp(28px,5vw,58px); }
.featured-copy h3 { margin: 0 0 18px; font: 700 clamp(2rem,4vw,3.4rem)/1.06 Georgia,serif; }
.featured-copy p { color: var(--muted); font-size: 1.05rem; }
.featured-viz { min-height: 390px; padding: 38px; display: grid; place-items: center; color: #fff; background: var(--teal); }
.big-number { font: 700 clamp(4rem,9vw,7rem)/.9 Georgia,serif; letter-spacing: -.06em; }
.big-number small { display: block; margin-top: 20px; font: 700 .8rem/1.4 ui-sans-serif,system-ui; letter-spacing: .12em; text-transform: uppercase; }
.button {
  display: inline-flex; align-items: center; gap: .6rem; margin-top: 18px; padding: .83rem 1.18rem;
  border: 1px solid var(--forest); border-radius: 999px; color: #fff; background: var(--forest);
  font-weight: 750; text-decoration: none;
}
.button:hover { color: #fff; background: var(--rust); border-color: var(--rust); }
.button.secondary { color: var(--forest); background: transparent; }
.button.secondary:hover { color: #fff; background: var(--forest); }

.series { margin-top: 90px; }
.series-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.series-card { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,253,248,.55); }
.series-card-link { color: inherit; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.series-card-link:hover { transform: translateY(-2px); border-color: rgba(23,110,102,.5); box-shadow: 0 10px 26px rgba(36,43,39,.08); }
.series-card-link:focus-visible { outline: 3px solid var(--rust); outline-offset: 3px; }
.series-card strong { display: block; margin-bottom: 8px; font-family: Georgia,serif; font-size: 1.28rem; }
.status { display: inline-block; margin-top: 10px; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.status.published { color: var(--teal); }

.article-hero {
  position: relative; overflow: hidden; padding: 96px 24px 84px; color: #fff; background: var(--forest);
}
.article-hero::after {
  content: ""; position: absolute; width: 460px; height: 460px; right: -170px; top: -210px;
  border: 80px solid rgba(219,233,229,.13); border-radius: 50%;
}
.article-hero-inner { position: relative; z-index: 1; max-width: 1000px; margin: 0 auto; }
.article-hero h1 { max-width: 880px; margin: 0 0 28px; font: 700 clamp(3.1rem,7vw,6.1rem)/.98 Georgia,serif; letter-spacing: -.048em; }
.byline { display: flex; flex-wrap: wrap; gap: 10px 24px; color: #d9e6e3; }
.byline strong { color: #fff; }

.stat-strip { position: relative; z-index: 3; max-width: 1000px; margin: -38px auto 0; padding: 0 24px; }
.stats { display: grid; grid-template-columns: repeat(4,1fr); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--paper-strong); }
.stat { padding: 24px 22px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat b { display: block; color: var(--forest); font: 700 1.9rem/1 Georgia,serif; }
.stat span { display: block; margin-top: 9px; color: var(--muted); font-size: .78rem; line-height: 1.3; }

.article-layout {
  max-width: 1120px; margin: 0 auto; padding: 72px 24px 120px;
  display: grid; grid-template-columns: 230px minmax(0,var(--content)); justify-content: center; gap: 64px;
}
.toc { position: sticky; top: 98px; align-self: start; max-height: calc(100vh - 130px); overflow: auto; padding-right: 12px; }
.toc-title { margin: 0 0 14px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.toc ol { margin: 0; padding: 0; list-style: none; }
.toc li { margin: 0 0 9px; }
.toc li.depth-3 { padding-left: 14px; }
.toc a { display: block; color: var(--muted); font-size: .81rem; line-height: 1.35; text-decoration: none; }
.toc a:hover, .toc a.active { color: var(--rust); }

.article-body { min-width: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; }
.article-body > p:first-child { margin-top: 0; font-size: 1.35rem; line-height: 1.55; }
.article-body p { margin: 0 0 1.08em; }
.article-body h2, .article-body h3 { scroll-margin-top: 98px; color: var(--forest); overflow-wrap: anywhere; }
.article-body h2 { margin: 2.4em 0 .65em; font-size: clamp(2rem,4vw,3rem); line-height: 1.08; letter-spacing: -.025em; }
.article-body h3 { margin: 1.8em 0 .55em; font-size: 1.55rem; line-height: 1.2; }
.article-body ul, .article-body ol { margin: .4em 0 1.4em; padding-left: 1.35em; }
.article-body li { margin: .38em 0; padding-left: .2em; }
.article-body strong { color: #101b1a; }
.compact-lines { line-height: 1.48; }

.table-wrap { position: relative; margin: 1.7rem calc((var(--content) - min(100%, 980px))/2 * -1); overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: var(--paper-strong); box-shadow: 0 8px 24px rgba(36,43,39,.05); }
.table-block { margin: 2rem 0 2.35rem; }
.table-block .table-wrap { margin-top: .7rem; margin-bottom: 0; }
.table-caption { margin: 0; color: var(--forest); font: 700 1.18rem/1.3 Georgia,serif; }
.table-note { margin: -1.45rem 0 2.25rem; color: var(--muted); font-family: ui-sans-serif,system-ui; font-size: .88rem; }
.compact-list { margin-top: -.25rem; }
table { width: 100%; min-width: 650px; border-collapse: collapse; font-family: ui-sans-serif,system-ui; font-size: .86rem; line-height: 1.42; }
th, td { padding: 13px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
th { color: var(--forest); background: var(--teal-soft); font-size: .78rem; letter-spacing: .015em; }
tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: rgba(219,233,229,.35); }

.chart-card { margin: 2rem 0 2.4rem; padding: clamp(20px,4vw,34px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-strong); box-shadow: 0 12px 34px rgba(36,43,39,.07); font-family: ui-sans-serif,system-ui; }
.chart-card figcaption { margin-bottom: 22px; }
.chart-card figcaption strong { display: block; color: var(--forest); font: 700 1.28rem/1.2 Georgia,serif; }
.chart-card figcaption span { display: block; margin-top: 7px; color: var(--muted); font-size: .82rem; }
.donut-grid { display: grid; grid-template-columns: 240px 1fr; align-items: center; gap: 34px; }
.donut {
  width: 220px; aspect-ratio: 1; border-radius: 50%; position: relative;
  background: conic-gradient(#176e66 0 54.5%,#3f928a 54.5% 71.9%,#c48a2c 71.9% 81.3%,#b6542c 81.3% 86.5%,#6e7080 86.5% 91.3%,#a26f87 91.3% 95.4%,#779052 95.4% 99.4%,#b9b4a9 99.4% 100%);
}
.donut::after { content: "5,924\A млрд ₽"; white-space: pre; position: absolute; inset: 44px; display: grid; place-items: center; text-align: center; border-radius: 50%; color: var(--forest); background: var(--paper-strong); font: 700 1.35rem/1.12 Georgia,serif; }
.legend { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 18px; }
.legend-item { display: grid; grid-template-columns: 10px 1fr auto; gap: 8px; align-items: center; font-size: .77rem; }
.swatch { width: 10px; height: 10px; border-radius: 50%; }
.legend-item b { color: var(--forest); }

.bar-list { display: grid; gap: 12px; }
.bar-row { display: grid; grid-template-columns: 82px 1fr 52px; gap: 12px; align-items: center; font-size: .82rem; }
.bar-track { height: 12px; overflow: hidden; border-radius: 999px; background: #e6e2da; }
.bar-fill { height: 100%; border-radius: inherit; background: var(--teal); }
.bar-row:first-child .bar-fill { background: var(--rust); }
.chart-svg { display: block; width: 100%; height: auto; overflow: visible; }
.chart-note { margin: 12px 0 0; color: var(--muted); font-size: .75rem; }

.source-box { margin-top: 4rem; padding: 26px; border-left: 5px solid var(--teal); background: var(--teal-soft); font-family: ui-sans-serif,system-ui; font-size: .88rem; }
.source-box h2 { margin-top: 0; font-family: Georgia,serif; }
.source-box li { margin: .55em 0; }

.article-actions { display: flex; gap: 10px; margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--line); font-family: ui-sans-serif,system-ui; }
.copy-button { padding: .65rem .9rem; border: 1px solid var(--line); border-radius: 999px; color: var(--forest); background: transparent; cursor: pointer; }
.copy-button:hover { border-color: var(--forest); }

.site-footer { color: #d9e6e3; background: var(--forest); }
.footer-inner { max-width: 1080px; margin: 0 auto; padding: 44px 24px; display: flex; justify-content: space-between; gap: 30px; }
.footer-inner p { margin: 0; max-width: 570px; font-size: .86rem; }
.footer-inner a { color: #fff; }

@media (max-width: 920px) {
  .article-layout { grid-template-columns: 1fr; max-width: 810px; }
  .toc { display: none; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-viz { min-height: 260px; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .header-inner { height: 60px; padding: 0 18px; }
  .progress { top: 59px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 60px; left: 0; right: 0; padding: 18px 24px 24px; flex-direction: column; align-items: flex-start; background: var(--paper-strong); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .home-hero { padding-top: 74px; }
  .home-hero h1, .article-hero h1 { font-size: clamp(2.65rem,14vw,4.2rem); }
  .article-hero { padding: 70px 20px 72px; }
  .stat-strip { padding: 0 14px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 18px 15px; }
  .stat b { font-size: 1.5rem; }
  .article-layout { padding: 56px 18px 84px; }
  .article-body { font-size: 1.04rem; }
  .article-body > p:first-child { font-size: 1.17rem; }
  .table-wrap { margin-left: -18px; margin-right: -18px; border-left: 0; border-right: 0; border-radius: 0; }
  .donut-grid { grid-template-columns: 1fr; justify-items: center; }
  .legend { grid-template-columns: 1fr; width: 100%; }
  .series-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; }
}

/* Визуальный язык кампании: крупная типографика, белые поверхности и зелёный акцент. */
.site-header {
  border-bottom-color: var(--line);
  background: var(--header-bg);
  background: color-mix(in srgb, var(--header-bg) 94%, transparent);
}
.brand {
  color: var(--headline);
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: -.015em;
  text-transform: none;
}
.site-nav a { color: var(--ink); font-weight: 750; }
.site-nav a:hover, .toc a:hover, .toc a.active { color: var(--accent-strong); }
.nav-toggle { color: var(--headline); font-weight: 750; }
.progress { background: var(--accent); }

.home-hero {
  padding-top: 118px;
  color: var(--ink);
  background: var(--paper-strong);
  border-bottom: 1px solid var(--line);
}
.home-hero::before, .home-hero::after, .article-hero::after { display: none; }
.eyebrow, .section-kicker { color: var(--accent-strong); }
.home-hero h1,
.home-main h2,
.featured-copy h3,
.series-card strong,
.article-hero h1,
.article-body h2,
.article-body h3,
.source-box h2,
.chart-card figcaption strong,
.stat b,
.big-number {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.home-hero h1 {
  max-width: 900px;
  color: var(--headline);
  font-size: clamp(3.8rem, 8.7vw, 7.8rem);
  font-weight: 700;
  line-height: .88;
  letter-spacing: -.065em;
}
.home-hero .lede { color: var(--muted); font-size: clamp(1.12rem, 2vw, 1.42rem); }
.home-main h2, .featured-copy h3 { color: var(--headline); font-weight: 700; letter-spacing: -.045em; }
.featured-card, .series-card, .chart-card, .stats, .table-wrap { background: var(--paper-strong); }
.featured-card { box-shadow: none; }
.featured-viz { background: var(--accent); }
.button { color: var(--on-accent); background: var(--accent); border-color: var(--accent); border-radius: 10px; }
.button:hover { color: var(--on-accent); background: var(--accent-strong); border-color: var(--accent-strong); }
.series { margin-top: 82px; }
.series-note { max-width: 720px; margin: -12px 0 28px; color: var(--muted); font-size: 1.04rem; }
.series-grid { max-width: 760px; grid-template-columns: minmax(0, 1fr); }
.series-card { border-radius: 12px; }
.series-card strong { color: var(--headline); font-weight: 800; }
.status.published { color: var(--accent-strong); }

.article-hero {
  padding: 104px 24px 88px;
  color: var(--ink);
  background: var(--paper-strong);
  border-bottom: 1px solid var(--line);
}
.article-hero h1 {
  max-width: 1040px;
  margin-bottom: 26px;
  color: var(--headline);
  font-size: clamp(3.8rem, 8.2vw, 7.25rem);
  font-weight: 700;
  line-height: .88;
  letter-spacing: -.067em;
}
.article-deck { max-width: 760px; margin: 0 0 34px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.45; }
.author-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  max-width: 850px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.author-mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  color: var(--on-accent);
  background: var(--accent);
  font-weight: 700;
}
.author-details { display: grid; line-height: 1.25; }
.author-details small { color: var(--accent-strong); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.author-details strong { margin-top: 3px; color: var(--headline); font-size: 1rem; }
.author-details span { margin-top: 3px; color: var(--muted); font-size: .82rem; }
.author-card time { color: var(--muted); font-size: .86rem; white-space: nowrap; }

.stat-strip { margin-top: -28px; }
.stats { border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 14px 38px rgba(20, 24, 20, .08); }
.stat b { color: var(--headline); font-weight: 700; }
.article-layout { padding-top: 86px; }
.article-body {
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.72;
}
.article-body > p:first-child { font-size: 1.3rem; font-weight: 550; line-height: 1.55; }
.article-body h2, .article-body h3 { color: var(--headline); font-weight: 700; letter-spacing: -.045em; }
.article-body h2 { font-size: clamp(2.1rem, 4.5vw, 3.35rem); }
.article-body h3 { font-size: 1.65rem; }
.article-body strong { color: var(--headline); }
.toc-title { color: var(--accent-strong); }
.toc a { color: var(--muted); }

.table-wrap, .chart-card { box-shadow: none; }
th { color: var(--headline); background: var(--teal-soft); }
tbody tr:hover { background: var(--teal-soft); }
.chart-card { border-radius: 14px; }
.chart-card figcaption strong { color: var(--headline); font-weight: 850; }
.donut::after { color: var(--headline); background: var(--paper-strong); font-family: inherit; font-weight: 700; }
.legend-item b, .bar-row b { color: var(--headline); }
.bar-track { background: var(--chart-track); }
.bar-fill { background: var(--accent); }
.bar-row:first-child .bar-fill { background: var(--accent-strong); }
.trend-grid-line { stroke: var(--chart-grid); }
.trend-axis-label { fill: var(--muted); }
.trend-line-fact { stroke: var(--accent); }
.trend-line-plan { stroke: var(--accent-strong); }
.trend-point { fill: var(--paper-strong); }
.trend-point-fact { stroke: var(--accent); }
.trend-point-plan { stroke: var(--accent-strong); }
.trend-value-label { fill: var(--headline); }
.trend-mobile { display: none; }

.source-box { border-left-color: var(--accent); background: var(--teal-soft); }
.source-box h2 { color: var(--headline); font-weight: 700; }
.copy-button { color: var(--headline); background: var(--paper-strong); }
.copy-button:hover { border-color: var(--accent); }
.site-footer { color: #f2f4f1; background: var(--footer-bg); }
.footer-inner { justify-content: flex-start; }
.footer-inner p { max-width: 760px; }

@media (max-width: 680px) {
  .site-nav { background: var(--paper-strong); }
  .home-hero { padding: 82px 20px 64px; }
  .home-hero h1 { font-size: clamp(3.15rem, 16vw, 5.2rem); line-height: .9; }
  .article-hero { padding: 72px 20px 62px; }
  .article-hero h1 { font-size: clamp(3rem, 15.5vw, 4.8rem); line-height: .91; }
  .article-deck { margin-bottom: 28px; font-size: 1.03rem; }
  .author-card { grid-template-columns: 46px minmax(0, 1fr); }
  .author-mark { width: 46px; height: 46px; }
  .author-card time { grid-column: 2; white-space: normal; }
  .stat-strip { margin-top: -18px; }
  .article-layout { padding-top: 64px; }
  .article-body { font-size: 1.02rem; line-height: 1.68; }
  .article-body > p:first-child { font-size: 1.12rem; }
  .trend-card .chart-svg { display: none; }
  .trend-mobile { display: grid; gap: 13px; }
  .trend-mobile-row { display: grid; grid-template-columns: 42px minmax(88px, 1fr) 40px 43px; gap: 8px; align-items: center; font-size: .88rem; }
  .trend-mobile-row > b { color: var(--headline); font-size: .88rem; }
  .trend-mobile-track { display: block; height: 13px; overflow: hidden; border-radius: 999px; background: var(--chart-track); }
  .trend-mobile-bar { display: block; height: 100%; border-radius: inherit; }
  .trend-mobile-bar-fact { background: var(--accent); }
  .trend-mobile-bar-plan { background: var(--accent-strong); }
  .trend-mobile-row > strong { color: var(--headline); font-size: .88rem; text-align: right; }
  .trend-kind { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .04em; text-align: right; text-transform: uppercase; }
  .trend-kind-plan { color: var(--accent-strong); }
}

@media (prefers-color-scheme: dark) {
  :root {
    --paper: #101210;
    --paper-strong: #191c19;
    --ink: #f2f4f1;
    --muted: #b3bbb0;
    --line: #353b34;
    --forest: #f2f4f1;
    --teal: #69cf4f;
    --teal-soft: #1c311b;
    --rust: #87df69;
    --rust-soft: #20391e;
    --accent: #69cf4f;
    --accent-strong: #8ee672;
    --headline: #f7f8f6;
    --header-bg: #111311;
    --footer-bg: #070907;
    --on-accent: #10210c;
    --chart-grid: #384137;
    --chart-track: #30372f;
    --shadow: 0 18px 50px rgba(0, 0, 0, .3);
  }
  .stats { box-shadow: 0 14px 38px rgba(0,0,0,.22); }
  .featured-viz { color: #10210c; }
  .site-footer { color: #edf1eb; }
}

@media print {
  .site-header, .progress, .toc, .article-actions, .site-footer, .stat-strip { display: none !important; }
  body { color: #000; background: #fff; }
  .article-hero { padding: 30px 0; color: #000; background: #fff; }
  .article-hero h1 { font-size: 38pt; }
  .byline { color: #333; }
  .byline strong { color: #000; }
  .article-layout { display: block; max-width: none; padding: 0; }
  .article-body { font-size: 10.5pt; }
  .chart-card, .table-wrap { break-inside: avoid; box-shadow: none; }
  a { color: #000; text-decoration: none; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 8pt; }
}
