@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("fonts/newsreader-latin.woff2") format("woff2");
  unicode-range: U+0020-007E, U+00A0-00FF, U+02C6, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212;
}

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("fonts/newsreader-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-017F, U+0218-021B;
}

@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/newsreader-italic-latin.woff2") format("woff2");
  unicode-range: U+0020-007E, U+00A0-00FF, U+02C6, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212;
}

@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/newsreader-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-017F, U+0218-021B;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0020-007E, U+00A0-00FF, U+02C6, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-017F, U+0218-021B;
}

:root {
  --ink: #0d0d0c;
  --paper: #f4f1e8;
  --paper-dim: #a8a49a;
  --paper-faint: #8a8780;
  --yellow: #f5c518;
  --red: #ef4a3c;
  --rule: #2a2926;

  --map-dot: rgba(244, 241, 232, 0.92);
  --map-arc: rgba(245, 197, 24, 0.5);

  --serif: "Newsreader", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;

  --pad: clamp(1.25rem, 5vw, 5.5rem);
  --shell: 78rem;
}

* { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.0625rem, 0.99rem + 0.4vw, 1.1875rem);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.shell {
  max-width: var(--shell);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

p { margin: 0 0 1em; }

a {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(var(--yellow), var(--yellow));
  background-repeat: no-repeat;
  background-position: 0 88%;
  background-size: 100% 1px;
  transition: background-size 160ms cubic-bezier(.2, .7, .3, 1), color 160ms ease;
}

a:hover,
a:focus-visible {
  background-size: 100% 0.5em;
  color: var(--ink);
}

a:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 3px;
}

.hero {
  padding-top: clamp(2rem, 6vw, 4rem);
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
  border-bottom: 1px solid var(--rule);
}


.progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 100;
  pointer-events: none;
}

.progress i {
  display: block;
  height: 100%;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: 0 50%;
}

.hero { perspective: 900px; }

h1 span { will-change: transform; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 clamp(2.5rem, 9vw, 6rem);
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--paper-dim);
}

.eyebrow .dot {
  width: 0.55rem;
  height: 0.55rem;
  background: var(--yellow);
  border-radius: 50%;
  flex: none;
}

h1 {
  margin: 0;
  font-size: clamp(3.4rem, 15.5vw, 15rem);
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: -0.035em;
}

h1 span {
  display: block;
}

h1 .last {
  padding-left: 0.09em;
  color: var(--yellow);
}

.hero-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem 3rem;
  margin-top: clamp(1.75rem, 4vw, 3rem);
}

.role {
  margin: 0;
  font-size: clamp(1.35rem, 0.9rem + 1.8vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
}

.role em {
  font-style: italic;
  color: var(--yellow);
}

.links,
.reach {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.75rem;
  margin: 0;
  font-family: var(--sans);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--paper-dim);
}

.links a:hover,
.reach a:hover { color: var(--ink); }

.intro {
  padding-top: clamp(3.5rem, 9vw, 7rem);
  padding-bottom: clamp(1rem, 3vw, 2rem);
}

.big {
  max-width: 22ch;
  margin: 0 0 clamp(2.5rem, 6vw, 4rem);
  font-size: clamp(1.9rem, 1rem + 3.9vw, 4.25rem);
  line-height: 1.08;
  letter-spacing: -0.028em;
  text-wrap: balance;
}

.intro-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
  gap: 1rem 4rem;
  max-width: 62rem;
  margin-left: auto;
  color: var(--paper-dim);
}

.intro-cols b {
  font-weight: 600;
  color: var(--paper);
}

section { padding-top: clamp(3.5rem, 8vw, 6.5rem); }

h2 {
  display: flex;
  align-items: baseline;
  gap: 1.1rem;
  margin: 0 0 clamp(2rem, 4vw, 3.25rem);
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--rule);
  font-family: var(--sans);
  font-size: clamp(0.95rem, 0.85rem + 0.4vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}

h2 .num {
  font-variant-numeric: tabular-nums;
  font-size: 0.75em;
  color: var(--yellow);
}

.entry {
  display: grid;
  grid-template-columns: 13rem 1fr;
  gap: 0 3rem;
  padding: clamp(1.4rem, 2.5vw, 2rem) 0;
  border-top: 1px solid var(--rule);
}

.entry:first-of-type { border-top: 0; padding-top: 0; }

.when {
  margin: 0;
  padding-top: 0.55rem;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--paper-faint);
  white-space: nowrap;
}

.when .dash { margin: 0 0.15em; }

.what { min-width: 0; }

h3 {
  margin: 0;
  font-size: clamp(1.6rem, 1.1rem + 1.6vw, 2.6rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.022em;
}

.role-line {
  margin: 0.45rem 0 0.9rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--yellow);
}

.card-red .role-line { color: var(--red); }

.what p:last-child {
  max-width: 46rem;
  margin: 0;
  color: var(--paper-dim);
}

.scoreboard {
  margin: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(1rem, 3vw, 2rem);
  padding: clamp(2rem, 4.5vw, 3.5rem) 0 clamp(2.25rem, 5vw, 3.75rem);
  background: var(--yellow);
  color: var(--ink);
}

.scoreboard-label {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(13, 13, 12, 0.62);
}

.tally {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
  gap: 1.75rem 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tally b {
  display: block;
  font-size: clamp(2.6rem, 1.4rem + 4.4vw, 5.25rem);
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.tally span {
  display: block;
  margin-top: 0.6rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(13, 13, 12, 0.62);
}

.atlas-lede {
  max-width: 42rem;
  margin: -1rem 0 clamp(2rem, 4vw, 3rem);
  color: var(--paper-dim);
}

.atlas-stage-wrap {
  padding: 0 clamp(0.75rem, 3vw, 3rem);
}

.atlas-stage {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  cursor: grab;
  touch-action: none;
}

.atlas-stage.dragging { cursor: grabbing; }

.atlas-hint {
  margin: 1rem 0 0;
  text-align: center;
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--paper-faint);
}

.atlas-stage canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.pin {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  will-change: transform, opacity;
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  z-index: 2;
}

.pin::after {
  content: "";
  position: absolute;
  inset: 50%;
  width: 0.72rem;
  height: 0.72rem;
  margin: -0.36rem 0 0 -0.36rem;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 0 rgba(245, 197, 24, 0.55);
  transition: transform 200ms cubic-bezier(.2, .7, .3, 1), box-shadow 320ms ease;
}

.pin.is-home::after {
  width: 0.95rem;
  height: 0.95rem;
  margin: -0.475rem 0 0 -0.475rem;
  background: var(--paper);
  box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.5);
}

.pin:hover::after,
.pin:focus-visible::after,
.pin.hot::after {
  transform: scale(1.75);
  box-shadow: 0 0 0 6px rgba(245, 197, 24, 0.16);
}

.pin:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 2px;
  border-radius: 50%;
}

.pin.label-on .pin-tip {
  opacity: 0.92;
  transform: translate(-50%, 0);
}

.zoom-ctl {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.zoom-ctl button {
  min-width: 2.4rem;
  padding: 0.42rem 0.8rem;
  border: 1px solid var(--rule);
  border-radius: 100px;
  background: none;
  color: var(--paper-dim);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.zoom-ctl button:hover,
.zoom-ctl button:focus-visible {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--ink);
}

.pin-tip {
  position: absolute;
  left: 50%;
  bottom: calc(50% + 0.85rem);
  transform: translate(-50%, 4px);
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.pin:hover .pin-tip,
.pin:focus-visible .pin-tip,
.pin.hot .pin-tip {
  opacity: 1;
  transform: translate(-50%, 0);
}

.atlas-count {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 0.75rem;
  margin: clamp(1.75rem, 4vw, 3rem) 0 clamp(1.5rem, 3vw, 2.25rem);
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--rule);
  font-family: var(--sans);
}

.atlas-count b {
  font-family: var(--serif);
  font-size: clamp(2rem, 1.2rem + 2.6vw, 3.25rem);
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--yellow);
}

.atlas-count span {
  margin-right: 1.25rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--paper-faint);
}

.places {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
  gap: 1.05rem 1.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.places li {
  padding-left: 0.7rem;
  border-left: 2px solid var(--rule);
  transition: border-color 200ms ease;
}

.places li.hot { border-left-color: var(--yellow); }

.places b {
  display: block;
  font-family: var(--serif);
  font-size: 1.06rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.places .country {
  display: block;
  margin: 0.1rem 0 0.2rem;
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--yellow);
}

.places .note {
  display: block;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--paper-dim);
}


.now-body {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 0 3rem;
  align-items: start;
}

.now-stamp {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding-top: 0.7rem;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--paper-faint);
  white-space: nowrap;
}

.pulse {
  width: 0.5rem;
  height: 0.5rem;
  flex: none;
  border-radius: 50%;
  background: var(--yellow);
  animation: pulse 2.4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(245, 197, 24, 0.55); }
  60% { box-shadow: 0 0 0 0.55rem rgba(245, 197, 24, 0); }
}

.now-text {
  max-width: 44rem;
  margin: 0;
  font-size: clamp(1.25rem, 0.95rem + 1.1vw, 1.85rem);
  line-height: 1.34;
  letter-spacing: -0.014em;
}

.grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1.25rem;
  perspective: 1100px;
}

.card {
  position: relative;
  padding: clamp(1.4rem, 2.5vw, 2rem);
  border: 1px solid var(--rule);
  border-radius: 3px;
  background: linear-gradient(160deg, rgba(244, 241, 232, 0.035), rgba(244, 241, 232, 0));
  transform-style: preserve-3d;
  transition: border-color 240ms ease, background 240ms ease, transform 220ms cubic-bezier(.2, .7, .3, 1);
  will-change: transform;
}

.card:hover {
  border-color: rgba(245, 197, 24, 0.42);
  background: linear-gradient(160deg, rgba(245, 197, 24, 0.07), rgba(244, 241, 232, 0));
}

.card-year {
  margin: 0 0 0.7rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.12em;
  color: var(--yellow);
  transform: translateZ(22px);
}

.card h3 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.35rem, 1.05rem + 0.9vw, 1.85rem);
  transform: translateZ(34px);
}

.card p:not(.card-year):not(.card-tags) {
  margin: 0;
  color: var(--paper-dim);
  font-size: 0.98rem;
  transform: translateZ(14px);
}

.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.5rem;
  margin: 1.1rem 0 0 !important;
  transform: translateZ(20px);
}

.card-tags span {
  padding: 0.22rem 0.55rem;
  border: 1px solid var(--rule);
  border-radius: 100px;
  font-family: var(--sans);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--paper-faint);
}

.card-tags .tag-red {
  border-color: rgba(239, 74, 60, 0.5);
  color: var(--red);
}

.card-tags a { color: var(--paper-dim); }

.pull {
  margin: clamp(2rem, 5vw, 3.5rem) 0;
  padding: 0 0 0 clamp(1rem, 3vw, 2.5rem);
  border-left: 3px solid var(--yellow);
}

.pull p {
  max-width: 34ch;
  margin: 0;
  font-size: clamp(1.5rem, 1rem + 2.2vw, 3rem);
  font-style: italic;
  line-height: 1.14;
  letter-spacing: -0.026em;
  text-wrap: balance;
}

.figure-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: clamp(1.75rem, 4vw, 3rem) 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.figure-grid b {
  display: block;
  font-size: clamp(3rem, 1.6rem + 5.4vw, 6rem);
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 0.86;
  letter-spacing: -0.045em;
  color: var(--yellow);
}

.figure-grid b em {
  font-style: normal;
  font-size: 0.5em;
  vertical-align: super;
}

.figure-grid span {
  display: block;
  margin-top: 0.75rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--paper-faint);
}

.toolkit dl {
  display: grid;
  grid-template-columns: 13rem 1fr;
  gap: 0.85rem 3rem;
  margin: 0;
}

.toolkit dt {
  padding-top: 0.3rem;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--paper-faint);
}

.toolkit dd {
  margin: 0;
  color: var(--paper-dim);
}

footer {
  margin-top: clamp(4rem, 10vw, 8rem);
  padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.5rem, 5vw, 4rem);
  border-top: 1px solid var(--rule);
}

.cta {
  max-width: 16ch;
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  font-size: clamp(2rem, 1.1rem + 4vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.reach { margin-bottom: clamp(2.5rem, 5vw, 4rem); }

.colophon {
  margin: 0;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  color: var(--paper-faint);
}

.contact-print { display: none; }

.js .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 620ms cubic-bezier(.2, .7, .3, 1), transform 620ms cubic-bezier(.2, .7, .3, 1);
}

.js .reveal.in {
  opacity: 1;
  transform: none;
}

@media (max-width: 46rem) {
  .entry,
  .toolkit dl {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .when {
    padding-top: 0;
    margin-bottom: 0.75rem;
  }

  .toolkit dt { padding-top: 1.1rem; }

  .big { max-width: none; }
  .now-body { grid-template-columns: 1fr; gap: 0.6rem; }
  .now-stamp { padding-top: 0; }
  .grid-cards { perspective: none; }
  .card { transform: none !important; }


  .intro-cols { gap: 0.5rem 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}

@page { size: A4; margin: 15mm 14mm; }

@media print {
  :root {
    --ink: #000;
    --paper: #000;
    --paper-dim: #333;
    --paper-faint: #666;
    --yellow: #000;
    --red: #000;
    --rule: #ccc;
  }

  html { scroll-behavior: auto; }

  body {
    background: #fff;
    color: #000;
    font-size: 9.6pt;
    line-height: 1.38;
    overflow: visible;
  }

  .shell { max-width: none; margin: 0; padding: 0; }

  a { background: none !important; color: #000 !important; }

  .js .reveal { opacity: 1 !important; transform: none !important; }

  .hero {
    padding: 0 0 0.55rem;
    border-bottom: 1px solid #000;
  }

  .eyebrow { display: none; }

  h1 {
    font-size: 24pt;
    line-height: 1;
    letter-spacing: -0.02em;
  }

  h1 span { display: inline; }

  h1 .last { color: #000; padding-left: 0.22em; }

  .hero-foot {
    display: block;
    margin-top: 0.2rem;
  }

  .role {
    font-size: 10.5pt;
    font-style: italic;
  }

  .role em { color: #000; }

  .links { display: none; }

  .contact-print {
    display: block;
    margin: 0.3rem 0 0;
    font-family: var(--sans);
    font-size: 8.4pt;
    color: #333;
  }

  section { padding-top: 0.85rem; }

  .intro {
    padding: 0.7rem 0 0;
  }

  .big {
    max-width: none;
    margin: 0 0 0.42rem;
    font-size: 11.5pt;
    line-height: 1.3;
    letter-spacing: 0;
  }

  .intro-cols {
    display: block;
    max-width: none;
    color: #333;
  }

  .intro-cols p { margin-bottom: 0.42em; }

  h2 {
    margin: 0 0 0.6rem;
    padding-bottom: 0.32rem;
    border-bottom: 1px solid #999;
    font-size: 8pt;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    break-after: avoid;
  }

  h2 .num { color: #000; }

  .entry {
    grid-template-columns: 8.4rem 1fr;
    gap: 0 0.9rem;
    padding: 0.45rem 0;
    border-top: 0;
    break-inside: avoid;
  }

  .when { font-size: 7.6pt; padding-top: 0.18rem; padding-right: 0.4rem; }

  h3 { font-size: 10.5pt; letter-spacing: 0; }

  .role-line {
    margin: 0.06rem 0 0.16rem;
    font-size: 8.2pt;
    color: #000 !important;
  }

  .what p:last-child { max-width: none; font-size: 9.2pt; color: #333; }

  .scoreboard {
    margin: 0.35rem 0;
    padding: 0.3rem 0;
    background: none;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    break-inside: avoid;
  }

  .scoreboard-label { display: none; }

  .tally {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 1.1rem;
  }

  .tally b {
    display: inline;
    font-size: 10pt;
    letter-spacing: 0;
    margin-right: 0.28em;
  }

  .tally span {
    display: inline;
    margin: 0;
    font-size: 7pt;
    color: #444;
  }

  .toolkit dl {
    grid-template-columns: 8.4rem 1fr;
    gap: 0.16rem 0.9rem;
  }

  .toolkit dt { padding-top: 0.1rem; font-size: 7.6pt; }

  .toolkit dd { font-size: 9.2pt; color: #333; }

  footer {
    margin-top: 0.7rem;
    padding: 0.45rem 0 0;
    border-top: 1px solid #999;
  }

  .cta, .reach, .colophon, .progress { display: none; }

  .atlas, .figures, .pull, .now, .zoom-ctl { display: none; }

  h2 .num { display: none; }

  .card { border: 0; padding: 0; background: none; transform: none !important; }

  .card-tags { display: none; }

  .grid-cards { display: block; perspective: none; }
}
