:root {
  --paper: #f6f1e8;
  --paper-deep: #e8decf;
  --ink: #18202a;
  --ink-soft: #4e5965;
  --muted: #7c8792;
  --line: #c8bba9;
  --stage: #fcfaf4;
  --hero: #2456a6;
  --sport: #2d7a62;
  --culinary: #8b4a70;
  --hunting: #b9822e;
  --nuisance: #b54834;
  --dc: #2456a6;
  --nyc: #167070;
  --q1: #edf2ee;
  --q2: #b9d5c6;
  --q3: #71aa93;
  --q4: #327c79;
  --q5: #164f5d;
  --shadow: 0 24px 60px rgba(24, 32, 42, 0.16);
  --serif: "Newsreader", Georgia, serif;
  --display: "Fraunces", Georgia, serif;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::selection {
  background: rgba(36, 86, 166, 0.18);
}

.quarto-title-block,
#quarto-header,
#quarto-margin-sidebar,
#quarto-announcement,
#quarto-search,
.anchorjs-link {
  display: none;
}

#quarto-content,
main.content,
.page-columns,
.column-page {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
}

img,
svg,
canvas {
  max-width: 100%;
}

.scroll-progress {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  height: 5px;
  background: rgba(24, 32, 42, 0.08);
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--hero), var(--nuisance));
}

.story-nav {
  position: fixed;
  top: 18px;
  right: 24px;
  z-index: 900;
  display: flex;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(24, 32, 42, 0.14);
  border-radius: 8px;
  background: rgba(246, 241, 232, 0.86);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(24, 32, 42, 0.1);
  font-family: var(--mono);
  font-size: 12px;
}

.story-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 6px;
  color: var(--ink-soft);
  text-decoration: none;
}

.story-nav a.is-active,
.story-nav a:hover {
  background: var(--ink);
  color: var(--paper);
}

.story-shell {
  overflow: visible;
}

.act {
  position: relative;
  padding: 96px 0 116px;
}

.act:nth-of-type(even) {
  background: #f2eadf;
}

.section-heading,
.hook-copy,
.story-footer {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 34px;
}

.act-kicker,
.step-label,
.chart-eyebrow,
.mini-heading {
  margin: 0 0 12px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  line-height: 0.98;
  font-weight: 750;
}

h1 {
  max-width: 850px;
  font-size: 82px;
}

h2 {
  max-width: 850px;
  font-size: 68px;
}

h3 {
  font-size: 32px;
}

.section-heading p:last-child,
.hook-copy p,
.story-step p {
  max-width: 680px;
}

.section-heading p:last-child {
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 22px;
}

.act-badge {
  width: 82px;
  height: 82px;
  object-fit: contain;
  margin-top: 5px;
  opacity: 0.96;
}

.section-divider {
  display: grid;
  place-items: center;
  height: 70px;
  margin: -35px auto;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.section-divider img {
  width: min(360px, 62vw);
  max-height: 58px;
  object-fit: contain;
  opacity: 0.55;
}

.act-hook {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 80px 0 90px;
  background: #f7f1e6;
}

.hook-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hook-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(247, 241, 230, 0.99) 0%, rgba(247, 241, 230, 0.95) 47%, rgba(247, 241, 230, 0.3) 63%, rgba(247, 241, 230, 0.04) 100%),
    linear-gradient(180deg, rgba(24, 30, 27, 0) 60%, rgba(24, 30, 27, 0.24) 100%);
}

.hook-cher,
.hook-statue {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.02);
}

.hook-cher {
  right: 26%;
  top: 9%;
  width: 250px;
  height: 350px;
  border: 1px solid rgba(24, 32, 42, 0.22);
  transform: rotate(-3deg);
  box-shadow: 18px 22px 0 rgba(95, 77, 45, 0.2);
}

.hook-statue {
  right: 0;
  top: 0;
  width: 46%;
  height: 100%;
}

.hero-photo-credit {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  max-width: min(310px, 32vw);
  padding: 9px 11px;
  border: 1px solid rgba(246, 241, 232, 0.52);
  border-radius: 4px;
  background: rgba(24, 32, 42, 0.54);
  color: rgba(255, 251, 242, 0.9);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.45;
  text-transform: uppercase;
}

.hook-copy {
  position: relative;
  z-index: 2;
}

.act-hook .hook-copy {
  width: min(760px, calc(50vw - 72px));
  margin-left: clamp(64px, 8vw, 150px);
  margin-right: auto;
  transform: translateY(10px);
}

.act-hook .hook-copy::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 4px;
  width: 3px;
  height: 132px;
  background: linear-gradient(180deg, #3f5f54, #8b5a33);
  opacity: 0.72;
}

.hook-copy h1 {
  color: #20251f;
}

.act-hook .hook-copy h1 {
  max-width: 760px;
  font-size: clamp(58px, 5.1vw, 88px);
  line-height: 0.94;
  text-wrap: balance;
}

.hook-lede {
  margin-top: 26px;
  color: #3f5f54;
  font-size: 23px;
  line-height: 1.38;
}

.hook-copy p:not(.act-kicker):not(.hook-lede):not(.hook-question) {
  max-width: 620px;
  color: #4f5b52;
  font-size: 19px;
  line-height: 1.58;
}

.hook-question {
  max-width: 650px;
  margin-top: 26px;
  color: #805534;
  font-family: var(--display);
  font-size: 29px;
  line-height: 1.14;
}

.scrolly-grid {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
  gap: 44px;
  align-items: start;
}

.pin-stage {
  position: relative;
  height: min(690px, calc(100vh - 108px));
  min-height: 590px;
  border: 1px solid rgba(24, 32, 42, 0.12);
  border-radius: 8px;
  background: var(--stage);
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}

.story-steps {
  display: flex;
  flex-direction: column;
  gap: 48vh;
  padding: 4vh 0 16vh;
}

.story-step {
  padding: 24px 0;
  opacity: 0.4;
  transform: translateY(12px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.story-step.is-active {
  opacity: 1;
  transform: translateY(0);
}

.story-step p:not(.step-label) {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 19px;
}

@media (min-width: 901px) {
  .pin-stage {
    position: sticky;
    top: 84px;
    align-self: start;
    z-index: 20;
  }
}

.cher-stage {
  display: block;
  background:
    linear-gradient(180deg, rgba(36, 86, 166, 0.08), rgba(22, 112, 112, 0.06)),
    var(--stage);
}

.splat-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 590px;
  overflow: hidden;
  contain: layout paint;
  isolation: isolate;
}

.splat-viewport canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.splat-fallback {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 46px;
  background: radial-gradient(circle at 45% 45%, rgba(255, 255, 255, 0.92), rgba(232, 222, 207, 0.7));
}

.splat-fallback img {
  max-width: 58%;
  max-height: 82%;
  border: 1px solid rgba(24, 32, 42, 0.18);
  object-fit: contain;
  box-shadow: 12px 16px 0 rgba(36, 86, 166, 0.18);
}

.splat-viewport.is-live .splat-fallback {
  opacity: 0;
  visibility: hidden;
}

.splat-status {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 4;
  max-width: calc(100% - 36px);
  padding: 9px 12px;
  border-radius: 5px;
  background: rgba(24, 32, 42, 0.84);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 12px;
}

.splat-viewport.is-live .splat-status {
  opacity: 0.72;
  background: rgba(36, 86, 166, 0.74);
}

.stage-medal,
.stage-icon,
.stage-banner,
.pigeon-accent {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  user-select: none;
}

.stage-medal {
  right: 22px;
  bottom: 20px;
  width: 92px;
  opacity: 0.9;
  filter: drop-shadow(0 12px 18px rgba(24, 32, 42, 0.16));
}

.telegram-icon {
  left: 22px;
  top: 20px;
  width: 74px;
  opacity: 0.62;
}

.stage-banner {
  width: 142px;
  opacity: 0.86;
  filter: drop-shadow(0 12px 18px rgba(24, 32, 42, 0.12));
}

.pigeon-accent {
  width: 96px;
  opacity: 0.88;
  filter: drop-shadow(0 9px 10px rgba(24, 32, 42, 0.12));
}

.chart-perch {
  right: 30px;
  bottom: -5px;
  width: 88px;
}

.pivot-bird {
  left: 20px;
  bottom: -3px;
  width: 82px;
}

.map-bird {
  right: 20px;
  bottom: 216px;
  width: 78px;
}

.synth-bird {
  right: 34px;
  top: -32px;
  width: 92px;
}

.data-grid {
  grid-template-columns: minmax(0, 1.36fr) minmax(320px, 0.64fr);
}

.chart-stage {
  display: grid;
  grid-template-rows: auto minmax(240px, 1fr) auto;
  padding: 22px;
  gap: 10px;
}

.chart-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(24, 32, 42, 0.12);
  padding-bottom: 16px;
}

.chart-toolbar h3 {
  font-size: 28px;
}

.plot-box {
  min-height: 270px;
}

.plot-box svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  font-family: var(--mono);
}

.plot-box text {
  font-family: var(--mono);
}

.chart-support {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: stretch;
  padding-top: 12px;
  border-top: 1px solid rgba(24, 32, 42, 0.12);
}

.term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.term-list span,
.word-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 9px;
  border-radius: 5px;
  background: rgba(24, 32, 42, 0.06);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 12px;
}

.term-list span[data-frame="heroic"],
.word-cloud span[data-frame="heroic"] {
  color: var(--hero);
  background: rgba(36, 86, 166, 0.1);
}

.term-list span[data-frame="sport"],
.word-cloud span[data-frame="sport"] {
  color: var(--sport);
  background: rgba(45, 122, 98, 0.1);
}

.term-list span[data-frame="hunting"],
.word-cloud span[data-frame="hunting"] {
  color: var(--hunting);
  background: rgba(185, 130, 46, 0.12);
}

.term-list span[data-frame="nuisance"],
.word-cloud span[data-frame="nuisance"] {
  color: var(--nuisance);
  background: rgba(181, 72, 52, 0.1);
}

.clip-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
}

.clip-frame {
  display: block;
  height: 118px;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 42, 0.18);
}

.clip-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  filter: sepia(0.16) contrast(1.02);
}

.clip-pair[data-count="1"] {
  grid-template-columns: 1fr;
}

.clip-pair[data-count="1"] .clip-frame {
  height: 142px;
}

.pivot-stage {
  grid-template-rows: auto minmax(260px, 340px) auto;
  gap: 14px;
}

.word-clouds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid rgba(24, 32, 42, 0.12);
}

.word-cloud {
  min-height: 112px;
  padding: 12px;
  border: 1px solid rgba(24, 32, 42, 0.1);
  background: rgba(246, 241, 232, 0.72);
}

.word-cloud div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-content: start;
}

.word-cloud span:nth-child(1),
.word-cloud span:nth-child(2) {
  font-size: 13px;
}

.city-grid {
  grid-template-columns: minmax(0, 1.48fr) minmax(290px, 0.52fr);
}

.map-stage {
  padding: 16px;
}

.map-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 230px;
  gap: 16px;
}

.map-layout section,
.tract-detail {
  min-width: 0;
}

.map-heading {
  min-height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 2px;
}

.map-heading h3 {
  font-size: 22px;
}

.map-heading span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
}

.leaflet-shell {
  width: 100%;
  height: 318px;
  border: 1px solid rgba(24, 32, 42, 0.13);
  background: #edf1ec;
}

.leaflet-container {
  font-family: var(--serif);
  background: #edf1ec;
}

.leaflet-tooltip {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 10px 28px rgba(24, 32, 42, 0.18);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 12px;
}

.tract-detail {
  align-self: end;
  min-height: 318px;
  padding: 16px;
  border: 1px solid rgba(24, 32, 42, 0.13);
  background: rgba(246, 241, 232, 0.84);
}

.tract-detail strong {
  display: block;
  color: var(--ink);
  font-family: var(--display);
  font-size: 27px;
  line-height: 1.05;
}

.tract-detail span {
  display: block;
  margin-top: 10px;
  color: var(--ink-soft);
}

.tract-detail dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 18px 0 0;
}

.tract-detail dt {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
}

.tract-detail dd {
  margin: 2px 0 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 25px;
  line-height: 1.05;
}

.quintile-legend {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  margin: 14px 0 8px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
}

#map-legend-swatches {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 12px;
  border: 1px solid rgba(24, 32, 42, 0.16);
}

#map-legend-swatches span:nth-child(1) {
  background: var(--q1);
}

#map-legend-swatches span:nth-child(2) {
  background: var(--q2);
}

#map-legend-swatches span:nth-child(3) {
  background: var(--q3);
}

#map-legend-swatches span:nth-child(4) {
  background: var(--q4);
}

#map-legend-swatches span:nth-child(5) {
  background: var(--q5);
}

.scatter-box {
  min-height: 218px;
  padding-top: 6px;
}

.infographic {
  position: relative;
  width: min(1200px, calc(100% - 64px));
  margin: 42px auto 0;
  padding: 24px;
  border: 1px solid rgba(24, 32, 42, 0.13);
  border-radius: 8px;
  background: var(--stage);
  box-shadow: var(--shadow);
}

.infographic svg {
  display: block;
  width: 100%;
  height: auto;
}

.timeline-axis,
.timeline-row line {
  stroke: var(--ink);
  stroke-width: 2;
}

.timeline-row circle {
  fill: var(--stage);
  stroke: var(--ink);
  stroke-width: 3;
}

.timeline-row.cultural circle,
.timeline-row.cultural line {
  stroke: var(--hero);
}

.timeline-row.data circle,
.timeline-row.data line {
  stroke: var(--nuisance);
}

.timeline-years text,
.row-label,
.timeline-row .small {
  fill: var(--muted);
  font-family: var(--mono);
  font-size: 16px;
  text-anchor: middle;
  text-transform: uppercase;
}

.row-label {
  text-anchor: start;
}

.timeline-row text:not(.row-label):not(.small) {
  fill: var(--ink);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 750;
  text-anchor: middle;
}

.timeline-row .small {
  font-size: 12px;
  text-transform: none;
}

.closing-line {
  fill: var(--ink);
  font-family: var(--display);
  font-size: 32px;
  font-weight: 750;
  text-anchor: middle;
}

.methods-act {
  background:
    linear-gradient(180deg, rgba(246, 241, 232, 0) 0%, rgba(232, 222, 207, 0.55) 100%),
    var(--paper);
}

.methods-act .section-heading {
  display: block;
}

.methods-panel {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.methods-block {
  padding: 26px;
  border: 1px solid rgba(24, 32, 42, 0.13);
  border-radius: 8px;
  background: rgba(252, 250, 244, 0.82);
  box-shadow: 0 12px 34px rgba(24, 32, 42, 0.07);
}

.methods-wide,
.acknowledgment-block {
  grid-column: 1 / -1;
}

.methods-block h3 {
  margin-bottom: 16px;
  font-size: 30px;
}

.methods-block h4 {
  margin: 22px 0 8px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.methods-block p,
.methods-block li {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.55;
}

.methods-block p {
  margin: 0 0 14px;
}

.methods-block p:last-child {
  margin-bottom: 0;
}

.methods-block ul {
  margin: 0;
  padding-left: 20px;
}

.methods-block li + li {
  margin-top: 10px;
}

.methods-block a {
  color: var(--hero);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.methods-block code {
  padding: 0.1em 0.28em;
  border-radius: 4px;
  background: rgba(36, 86, 166, 0.09);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.88em;
}

.tech-grid {
  display: grid;
  grid-template-columns: minmax(170px, 0.7fr) minmax(0, 1.3fr);
  gap: 10px 18px;
  align-items: baseline;
}

.tech-grid a,
.tech-grid span:nth-child(odd) {
  color: var(--ink);
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
}

.tech-grid span:nth-child(even) {
  color: var(--ink-soft);
  font-size: 16px;
}

.story-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0 48px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 54px;
  }

  .story-nav {
    left: 16px;
    right: 16px;
    justify-content: center;
    overflow-x: auto;
  }

  .hook-statue {
    width: 55%;
    opacity: 0.75;
  }

  .act-hook .hook-copy {
    width: min(680px, calc(100% - 48px));
    margin: 0 auto;
  }

  .act-hook .hook-copy::before {
    left: -18px;
    height: 104px;
  }

  .hook-cher {
    right: 32%;
    width: 210px;
    height: 300px;
  }

  .scrolly-grid,
  .data-grid,
  .city-grid {
    grid-template-columns: 1fr;
  }

  .pin-stage {
    min-height: auto;
    height: auto;
  }

  .splat-viewport {
    height: 620px;
  }

  .story-steps {
    gap: 18vh;
    padding: 0 0 8vh;
  }

  .map-layout {
    grid-template-columns: 1fr 1fr;
  }

  .tract-detail {
    grid-column: 1 / -1;
    min-height: auto;
  }
}

@media (max-width: 820px) {
  body {
    font-size: 17px;
  }

  .section-heading,
  .hook-copy,
  .scrolly-grid,
  .infographic,
  .methods-panel,
  .story-footer {
    width: min(100% - 32px, 720px);
  }

  .act {
    padding: 86px 0 96px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 27px;
  }

  .story-nav {
    justify-content: flex-start;
  }

  .section-heading p:last-child,
  .hook-copy p:not(.act-kicker):not(.hook-question) {
    font-size: 19px;
  }

  .hook-media::after {
    background: linear-gradient(180deg, rgba(247, 241, 230, 0.97) 0%, rgba(247, 241, 230, 0.92) 72%, rgba(247, 241, 230, 0.45) 100%);
  }

  .hook-statue {
    width: 100%;
    opacity: 0.24;
  }

  .hook-cher {
    display: none;
  }

  .act-hook .hook-copy {
    width: min(100% - 32px, 720px);
    transform: none;
  }

  .act-hook .hook-copy::before {
    display: none;
  }

  .act-hook .hook-copy h1 {
    font-size: 48px;
  }

  .hero-photo-credit {
    right: 16px;
    bottom: 16px;
    max-width: calc(100% - 32px);
    font-size: 10px;
  }

  .section-heading {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
  }

  .act-badge {
    width: 54px;
    height: 54px;
  }

  .stage-banner {
    width: 108px;
  }

  .stage-medal {
    width: 70px;
  }

  .telegram-icon,
  .pigeon-accent {
    width: 64px;
  }

  .chart-support,
  .word-clouds,
  .map-layout,
  .methods-panel {
    grid-template-columns: 1fr;
  }

  .methods-block {
    padding: 22px;
  }

  .tech-grid {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .tech-grid span:nth-child(even) {
    margin-bottom: 12px;
  }

  .clip-frame {
    height: 125px;
  }

  .leaflet-shell {
    height: 360px;
  }

  .quintile-legend {
    grid-template-columns: 1fr;
  }

  .infographic {
    overflow-x: auto;
  }

  .infographic svg {
    min-width: 920px;
  }

  .story-footer {
    flex-direction: column;
  }
}
