/*
 * Shared investigation figure presentation for the three long-form stories.
 * Narrative layout belongs to story-system.css. The existing e20-* classes
 * are shared markup names; rename them only alongside their HTML and JS.
 */
.e20-story {
  --graphite: #30373a;
  --slate: #3f474a;
  --e20-pearl: #f7f6f2;
  --e20-pearl-warm: #f0eee8;
  --e20-limestone: #e4e1da;
  --e20-ink: #171a1c;
  --e20-basalt: #30373a;
  --e20-brass: #b19a7c;
  --e20-green: #657d68;
  --e20-green-text: #405c46;
  --e20-red: #a85f5a;
  --e20-red-text: #76413e;
  --e20-ochre: #b38a49;
  --e20-ochre-text: #63481e;
  --e20-blue: #52758a;
  --e20-blue-text: #36586c;
  --e20-slate: #747c7f;
  --e20-muted: #3f474a;
  font-size: 17px;
  line-height: 1.6;
}

.e20-story main {
  background: var(--white);
}

.e20-story .e20-hero {
  border: 0;
  background: var(--basalt-deep);
}

.e20-story .article-hero::after {
  display: none;
}

.e20-story .article-hero__grid {
  display: block;
}

.e20-story .article-hero__meta {
  padding-top: 0;
  border-top: 0;
}

.e20-story .article-contents {
  border: 0;
}

.e20-story .article-note {
  border: 0;
}

.e20-opening {
  max-width: 800px;
  padding: 0 0 50px;
}

.e20-opening p + p {
  max-width: 700px;
}

.e20-opening strong,
.e20-bridge strong {
  color: var(--e20-ink);
}

.e20-context {
  padding-bottom: 0;
}

.e20-viz {
  --article-type-figure-heading: clamp(24px, 2.2vw, 28px);
  --article-type-card-heading: 25px;
  --article-type-subheading: 18px;
  --article-type-caption: 16px;
  --article-type-supporting: 15px;
  --article-type-meta: 15px;
  position: relative;
  margin: 0;
  border: 1px solid var(--e20-limestone);
  background: var(--e20-pearl);
}

.e20-viz--follow {
  margin-top: 36px;
}

.e20-viz__header {
  padding: 26px 28px 14px;
}

.e20-viz__header--with-control,
.e20-viz__header--with-select {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: end;
}

.e20-viz__header h3 {
  max-width: 780px;
  color: var(--e20-ink);
  font-family: var(--font-serif);
  font-size: var(--article-type-figure-heading);
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.e20-viz__header > p:last-child,
.e20-viz__header > div > p:last-child {
  max-width: 740px;
  margin-top: 9px;
  color: var(--graphite);
  font-size: var(--article-type-caption);
  line-height: var(--article-leading-caption);
}

.e20-viz__stage {
  position: relative;
  min-width: 0;
  padding: 24px 14px 14px;
  border: 0;
  background: transparent;
}

.e20-viz__stage--standard,
.e20-viz__stage--mileage {
  min-height: 400px;
}

.e20-viz__stage--compact {
  min-height: 350px;
  padding-inline: 22px;
}

.e20-viz__stage--procurement {
  min-height: 420px;
}

.e20-viz__stage--prices {
  min-height: 0;
  padding: 0 22px 18px;
}

.e20-viz__stage--evidence,
.e20-viz__stage--macro,
.e20-viz__stage--feedstocks {
  padding: 24px;
}

.e20-plot,
.e20-mini-plot {
  width: 100%;
  min-width: 0;
}

.e20-viz__status {
  position: absolute;
  inset: 20px auto auto 22px;
  color: var(--e20-muted);
  font-size: 15px;
}

.e20-viz[data-ready="true"] .e20-viz__status {
  display: none;
}

.e20-viz[data-error="true"] .e20-viz__status {
  display: block;
  color: var(--e20-red-text);
}

.e20-viz__finding {
  display: grid;
  grid-template-columns: auto minmax(150px, 0.55fr) minmax(260px, 1.45fr);
  gap: 16px 24px;
  align-items: baseline;
  padding: 18px 28px 22px;
  border-top: 1px solid var(--e20-limestone);
}

.e20-viz__finding strong {
  color: var(--e20-ink);
  font-family: var(--font-sans);
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1;
}

.e20-viz__finding span {
  color: var(--e20-basalt);
  font-size: 15px;
  font-weight: 750;
}

.e20-viz__finding p {
  color: var(--graphite);
  font-size: 15px;
  line-height: 1.55;
}

.e20-viz__footer {
  display: grid;
  grid-template-areas: "brand source actions";
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 14px 24px 20px;
  border-top: 1px solid var(--e20-limestone);
}

.e20-viz__source {
  grid-area: source;
  max-width: 790px;
  color: var(--graphite);
  font-size: 15px;
  line-height: 1.58;
}

.e20-viz__footer a {
  text-underline-offset: 3px;
}

.e20-viz__actions {
  position: relative;
  grid-area: actions;
  display: inline-flex;
  gap: 6px;
  justify-self: end;
  overflow: visible;
}

.e20-viz__actions a,
.e20-viz__actions button {
  position: relative;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--e20-limestone);
  border-radius: 3px;
  background: var(--white);
  color: var(--e20-basalt);
  font: inherit;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(23, 26, 28, 0.04);
  transition: background 120ms ease, border-color 120ms ease, color 120ms ease,
    transform 120ms ease;
}

.e20-action-icon {
  width: 24px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.e20-action-icon__fill {
  fill: currentColor;
  opacity: 0.14;
  stroke: none;
}

.e20-action-icon__label {
  fill: currentColor;
  stroke: none;
  font-family: Arial, sans-serif;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: 0.15px;
}

.e20-viz__actions [data-tooltip]::after {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  z-index: 12;
  padding: 5px 7px;
  border-radius: 2px;
  background: var(--e20-basalt);
  color: var(--white);
  content: attr(data-tooltip);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 120ms ease, transform 120ms ease;
  visibility: hidden;
  white-space: nowrap;
}

.e20-viz__actions [data-tooltip]:hover::after,
.e20-viz__actions [data-tooltip]:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}

.e20-viz__actions [data-tooltip]:last-child::after {
  right: 0;
  left: auto;
  transform: translateY(4px);
}

.e20-viz__actions [data-tooltip]:last-child:hover::after,
.e20-viz__actions [data-tooltip]:last-child:focus-visible::after {
  transform: translateY(0);
}

.e20-viz__actions a:hover,
.e20-viz__actions button:hover,
.e20-viz__actions a:focus-visible,
.e20-viz__actions button:focus-visible {
  border-color: var(--e20-basalt);
  background: var(--e20-pearl-warm);
  color: var(--e20-ink);
  transform: translateY(-1px);
}

.e20-viz__actions button[aria-expanded="true"] {
  border-color: var(--e20-blue-text);
  background: rgba(82, 117, 138, 0.1);
  color: var(--e20-blue-text);
}

.e20-viz__actions a[aria-busy="true"],
.e20-viz__actions button[aria-busy="true"] {
  color: var(--e20-muted);
  cursor: wait;
}

.e20-viz__brand {
  grid-area: brand;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 42px;
  padding-right: 14px;
  border: 0;
}

.e20-viz__brand img {
  width: 140px;
  height: auto;
}

.e20-segmented {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 3px;
}

.e20-segmented button {
  min-height: 44px;
  padding: 8px 12px;
  border: 0;
  background: var(--white);
  color: var(--graphite);
  font-size: 15px;
  font-weight: 750;
  cursor: pointer;
}

.e20-segmented button[aria-pressed="true"] {
  background: var(--e20-basalt);
  color: var(--e20-pearl);
}

.e20-segmented button:focus-visible,
.e20-feedstock-row:focus-visible,
.e20-evidence-item:focus-visible {
  outline: 3px solid rgba(82, 117, 138, 0.38);
  outline-offset: 2px;
}

.e20-viz__header--with-select label {
  display: grid;
  gap: 6px;
  color: var(--graphite);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.e20-viz__header--with-select select {
  min-width: 220px;
  min-height: 44px;
  padding: 7px 34px 7px 10px;
  border: 0;
  background: var(--white);
  color: var(--e20-basalt);
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}

.e20-data-panel {
  padding: 14px 24px 24px;
  border-top: 1px solid var(--e20-limestone);
}

.e20-table-scroll {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border: 1px solid var(--e20-limestone);
  background: var(--white);
}

.e20-table-scroll__hint {
  margin: 0 0 8px;
  color: var(--graphite);
  font-size: 15px;
  line-height: 1.5;
}

.e20-table-scroll:focus-visible {
  outline: 2px solid var(--e20-blue);
  outline-offset: 3px;
}

.e20-data-panel table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.e20-data-panel caption {
  padding: 10px 12px;
  color: var(--graphite);
  font-weight: 700;
  text-align: left;
}

.e20-data-panel th,
.e20-data-panel td {
  max-width: 320px;
  padding: 9px 11px;
  border-right: 1px solid var(--e20-limestone);
  border-bottom: 1px solid var(--e20-limestone);
  text-align: left;
  vertical-align: top;
}

.e20-data-panel tr > :last-child {
  border-right: 0;
}

.e20-data-panel tbody tr:last-child td {
  border-bottom: 0;
}

.e20-data-panel th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--e20-pearl-warm);
  color: var(--e20-basalt);
  font-weight: 800;
  white-space: nowrap;
}

.e20-data-panel td {
  color: var(--graphite);
  overflow-wrap: anywhere;
}

.e20-data-panel tbody tr:nth-child(even) td {
  background: rgba(240, 238, 232, 0.55);
}

.e20-data-panel td[data-column$="_url"] {
  white-space: nowrap;
}

.e20-data-panel tr:hover td {
  background: var(--e20-pearl);
}

/* ARAI: one evidence map, not a wall of accordions. */
.e20-evidence-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--e20-limestone);
  background: var(--white);
}

.e20-evidence-column {
  min-width: 0;
  padding: 20px;
  background: var(--white);
}

.e20-evidence-column:not(:last-child) {
  border-right: 1px solid var(--e20-limestone);
}

.e20-evidence-column h4 {
  margin: 0 0 14px;
  color: var(--e20-muted);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.e20-evidence-column--verified h4 {
  color: var(--e20-green-text);
}

.e20-evidence-column--reported h4 {
  color: var(--e20-ochre-text);
}

.e20-evidence-column__list {
  display: grid;
}

.e20-evidence-item {
  position: relative;
  width: 100%;
  min-height: 66px;
  padding: 13px 8px 13px 22px;
  border: 0;
  border-top: 1px solid var(--e20-limestone);
  background: transparent;
  color: var(--e20-basalt);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.e20-evidence-item::before {
  position: absolute;
  top: 20px;
  left: 4px;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: var(--e20-slate);
  content: "";
}

.e20-evidence-column--verified .e20-evidence-item::before {
  background: var(--e20-green);
}

.e20-evidence-column--reported .e20-evidence-item::before {
  background: var(--e20-ochre);
}

.e20-evidence-item:hover,
.e20-evidence-item[aria-pressed="true"] {
  background: var(--e20-pearl);
  color: var(--e20-ink);
}

.e20-evidence-item[aria-pressed="true"]::before {
  background: currentColor;
}

.e20-evidence-detail {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  padding: 27px 24px;
  margin-top: 10px;
  border: 1px solid var(--e20-limestone);
  background: var(--white);
}

.e20-evidence-detail .e20-status {
  align-self: start;
}

.e20-evidence-detail h4 {
  margin: 0 0 8px;
  color: var(--e20-basalt);
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.e20-evidence-detail p {
  color: var(--graphite);
  font-size: 15px;
  line-height: 1.55;
}

.e20-evidence-detail a {
  display: inline-block;
  margin-top: 8px;
  color: var(--e20-basalt);
  font-size: 15px;
  text-underline-offset: 3px;
}

.e20-status {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 4px 7px;
  border: 0;
  background: rgba(116, 124, 127, 0.1);
  color: var(--e20-muted);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.e20-status--verified {
  background: rgba(101, 125, 104, 0.11);
  color: var(--e20-green-text);
}

.e20-status--reported {
  background: rgba(179, 138, 73, 0.11);
  color: var(--e20-ochre-text);
}

/* Historical prices use aligned native-unit panels. */
.e20-price-multiples {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}

.e20-price-multiples section {
  min-width: 0;
  padding: 18px 0 8px;
}

.e20-price-multiples h4 {
  margin: 0 10px;
  color: var(--e20-basalt);
  font-size: 16px;
  font-weight: 800;
}

.e20-mini-plot {
  height: 255px;
}

.e20-selection-note {
  max-width: 720px;
  min-height: 74px;
  margin: 0 auto 12px;
  padding: 16px 18px;
  border: 0;
  background: var(--white);
  color: var(--graphite);
  font-size: 15px;
  line-height: 1.55;
}

.e20-selection-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--e20-basalt);
  font-size: 15px;
}

/* Macro ledger: values are read in sequence instead of opened as tiles. */
.e20-macro-explorer {
  display: grid;
  gap: 0;
  border: 1px solid var(--e20-limestone);
  background: var(--white);
}

.e20-macro-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.52fr) minmax(0, 1.48fr);
  gap: 0;
  align-items: start;
  padding: 24px 22px;
  background: transparent;
}

.e20-macro-row + .e20-macro-row {
  border-top: 1px solid var(--e20-limestone);
}

.e20-macro-row__value {
  padding-right: 30px;
  border-right: 1px solid var(--e20-limestone);
  color: var(--e20-ink);
  font-family: var(--font-sans);
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.e20-macro-row__copy {
  padding: 3px 0 0 30px;
}

.e20-macro-row__status {
  color: var(--e20-blue-text);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.e20-macro-row__copy h4 {
  margin: 7px 0 0;
  color: var(--e20-basalt);
  font-size: 18px;
}

.e20-macro-row__copy p {
  max-width: 650px;
  margin-top: 8px;
  color: var(--graphite);
  font-size: 15px;
  line-height: 1.55;
}

.e20-direction-note {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 8px 14px;
  align-items: baseline;
  max-width: 760px;
  margin: 0 auto 14px;
  padding: 14px 16px;
  border: 0;
  background: var(--white);
  font-size: 15px;
}

.e20-direction-note span {
  color: var(--e20-basalt);
  font-weight: 750;
}

.e20-direction-note strong {
  color: var(--e20-red-text);
}

.e20-direction-note small {
  color: var(--graphite);
  font-size: 15px;
}

/* Feedstocks: a comparative water chart followed by one compact evidence note. */
.e20-feedstock-water-chart {
  border: 0;
  background: var(--white);
}

.e20-feedstock-chart-heading {
  display: grid;
  grid-template-columns: minmax(120px, 0.8fr) minmax(190px, 1.7fr) 92px;
  gap: 16px;
  padding: 12px 16px;
  color: var(--e20-muted);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.e20-feedstock-chart-heading span:last-child {
  text-align: right;
}

.e20-feedstock-row {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(120px, 0.8fr) minmax(190px, 1.7fr) 92px;
  gap: 16px;
  align-items: center;
  min-height: 56px;
  padding: 10px 16px;
  border: 0;
  background: transparent;
  color: var(--e20-basalt);
  text-align: left;
  cursor: pointer;
}

.e20-feedstock-row:hover,
.e20-feedstock-row[aria-pressed="true"] {
  background: var(--e20-pearl);
}

.e20-feedstock-row__label {
  font-size: 15px;
  font-weight: 750;
}

.e20-feedstock-row__track {
  position: relative;
  display: block;
  height: 10px;
  background: var(--e20-pearl-warm);
}

.e20-feedstock-row__bar {
  display: block;
  width: var(--water-share, 0%);
  height: 100%;
  background: var(--e20-blue);
}

.e20-feedstock-row[aria-pressed="true"] .e20-feedstock-row__bar {
  background: var(--e20-brass);
}

.e20-feedstock-row--missing .e20-feedstock-row__track {
  height: 10px;
  background: repeating-linear-gradient(
    90deg,
    rgba(116, 124, 127, 0.28) 0 5px,
    transparent 5px 10px
  );
}

.e20-feedstock-row__value {
  color: var(--graphite);
  font-size: 15px;
  font-weight: 750;
  text-align: right;
}

.e20-feedstock-explorer {
  background: var(--white);
}

.e20-feedstock-detail {
  padding: 28px 24px;
  border: 0;
}

.e20-feedstock-detail__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px 20px;
}

.e20-feedstock-detail__heading h4 {
  color: var(--e20-ink);
  font-family: var(--font-sans);
  font-size: 24px;
}

.e20-feedstock-detail__heading span {
  color: var(--e20-blue-text);
  font-size: 15px;
  font-weight: 800;
}

.e20-feedstock-detail__note {
  max-width: 760px;
  margin-top: 12px;
  color: var(--graphite);
  font-size: 15px;
  line-height: 1.55;
}

.e20-feedstock-detail dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 22px 0 0;
}

.e20-feedstock-detail dt {
  color: var(--e20-muted);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.e20-feedstock-detail dd {
  margin-top: 7px;
  color: var(--graphite);
  font-size: 15px;
  line-height: 1.55;
}

.e20-feedstock-detail__period {
  margin-top: 18px;
  color: var(--e20-muted);
  font-size: 15px;
}

.e20-condition-line {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: 24px;
  padding: 21px 24px;
  border: 0;
  background: rgba(177, 154, 124, 0.16);
  color: var(--graphite);
  font-size: 15px;
  line-height: 1.55;
}

.e20-condition-line strong {
  color: var(--e20-basalt);
}

.e20-sources {
  margin-top: 62px;
  padding-block: 48px 0;
  border: 0;
}

.e20-sources h2 {
  color: var(--e20-ink);
  font-family: var(--font-serif);
  font-size: 24px;
}

.e20-sources ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 38px;
  margin: 24px 0 0;
  padding-left: 22px;
}

.e20-sources li {
  padding: 8px 0 10px 4px;
  border: 0;
  color: var(--e20-muted);
  font-size: 13px;
}

.e20-sources a {
  color: var(--graphite);
  text-underline-offset: 3px;
}

.e20-sources > p {
  margin-top: 20px;
  color: var(--e20-muted);
  font-size: 12px;
}

@media (max-width: 1024px) {
  .e20-story .article-layout {
    grid-template-columns: 1fr;
  }

  .e20-story .article-contents {
    position: static;
  }

  .e20-story .article-contents ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }

  .e20-viz__header--with-control,
  .e20-viz__header--with-select {
    grid-template-columns: 1fr;
    align-items: start;
  }

}

@media (max-width: 760px) {
  .e20-story .article-layout {
    --article-type-body: 16px;
    --article-type-section-heading: 27px;
    --article-type-figure-heading: 21px;
  }

  .e20-story .article-hero h1 {
    font-size: clamp(31px, 8.8vw, 36px);
    line-height: 1.1;
    text-wrap: wrap;
  }

  .e20-story .article-hero__deck {
    font-size: 16px;
  }

  .e20-story .article-hero__grid {
    padding-block: 44px 58px;
  }

  .e20-story .article-layout {
    padding-block: 44px 72px;
  }

  .e20-story .article-contents ol {
    grid-template-columns: 1fr;
  }

  .e20-opening {
    padding-bottom: 40px;
  }

  .e20-story .article-section {
    padding-top: 48px;
  }

  .e20-story .article-section__intro h2 {
    line-height: 1.22;
  }

  .e20-viz--follow {
    margin-top: 30px;
  }

  .e20-viz__header h3 {
    font-size: 23px;
    line-height: 1.28;
  }

  .e20-viz__header {
    padding: 22px 18px 10px;
  }

  .e20-viz__stage {
    padding-inline: 0;
  }

  .e20-viz__stage--evidence,
  .e20-viz__stage--macro,
  .e20-viz__stage--feedstocks {
    padding: 18px 0;
  }

  .e20-viz__footer {
    grid-template-areas:
      "source source"
      "brand actions";
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 16px;
    align-items: center;
    padding: 12px 18px 18px;
  }

  .e20-data-panel {
    padding: 14px 18px 18px;
  }

  .e20-viz__actions {
    display: inline-flex;
    width: auto;
    justify-self: end;
  }

  .e20-viz__actions a,
  .e20-viz__actions button {
    width: 40px;
    min-width: 40px;
    padding: 0;
  }

  .e20-viz__brand {
    padding-right: 0;
    border-right: 0;
  }

  .e20-viz__finding {
    grid-template-columns: 1fr;
    gap: 8px;
  }

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

  .e20-evidence-column {
    padding: 16px;
    border: 0;
  }

  .e20-evidence-column + .e20-evidence-column {
    border-top: 1px solid var(--e20-limestone);
  }

  .e20-evidence-detail {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 16px;
  }

  .e20-viz__stage--prices {
    padding-inline: 0;
  }

  .e20-price-multiples h4 {
    margin-inline: 14px;
  }

  .e20-price-multiples {
    grid-template-columns: 1fr;
  }

  .e20-mini-plot {
    height: 275px;
  }

  .e20-macro-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 16px;
  }

  .e20-macro-row__value {
    padding-right: 0;
    border-right: 0;
  }

  .e20-macro-row__copy {
    padding-left: 0;
  }

  .e20-direction-note {
    grid-template-columns: 1fr;
    margin-inline: 14px;
  }

  .e20-feedstock-chart-heading,
  .e20-feedstock-row {
    grid-template-columns: minmax(0, 1fr) 100px;
    gap: 10px;
  }

  .e20-feedstock-chart-heading span:nth-child(2) {
    display: none;
  }

  .e20-feedstock-row__track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .e20-feedstock-detail {
    padding: 24px 16px;
  }

  .e20-feedstock-detail dl {
    grid-template-columns: 1fr;
  }

  .e20-condition-line {
    grid-template-columns: 1fr;
    padding-inline: 16px;
  }

  .e20-sources ol {
    grid-template-columns: 1fr;
  }

}

@media (prefers-reduced-motion: reduce) {
  .e20-story *,
  .e20-story *::before,
  .e20-story *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
