/* Article layout, layered over the current shared GeniusCFO website theme. */
.story-page {
  --story-space-xs: 8px;
  --story-space-sm: 16px;
  --story-space-md: 24px;
  --story-space-lg: 32px;
  --story-space-xl: 48px;
  --story-space-2xl: 64px;
  --story-space-3xl: 96px;
}

.story-page .site-header {
  position: relative;
  padding-block: var(--story-space-xs);
  background: var(--tint-1);
}

.story-page .header-inner { max-width: var(--max-page); }
.story-brand { display: inline-flex; align-items: center; min-height: 44px; flex-shrink: 0; }
.story-brand img { width: 144px; height: auto; }
.story-page .menu-button { width: 44px; height: 44px; margin-left: auto; }
.story-page .header-cta { min-height: 44px; }
.story-page .desktop-nav a { display: inline-flex; align-items: center; min-height: 44px; }

.story-masthead {
  background: var(--grad-wash);
  border-bottom: var(--hairline);
}

.story-masthead-inner {
  display: grid;
  gap: var(--story-space-lg);
  padding-top: var(--story-space-lg);
  padding-bottom: var(--story-space-xl);
}

.story-breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--story-space-sm);
  margin-bottom: var(--story-space-md);
  color: var(--text-subtle);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-breadcrumb a { display: inline-flex; align-items: center; min-height: 44px; text-underline-offset: 4px; }
.story-heading h1 { max-width: 20ch; font-size: clamp(2.5rem, 4.8vw, 4rem); line-height: 1.04; }
.story-heading h1 span { display: block; }
.story-title-rest { color: var(--text-soft); margin-top: var(--story-space-sm); }

.story-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--story-space-sm);
  margin-top: var(--story-space-md);
  color: var(--text-subtle);
  font-size: 0.875rem;
}

.story-meta a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 600; color: var(--text-strong); text-decoration: none; }
.story-meta a:hover { text-decoration: underline; text-underline-offset: 4px; }
.story-read-link {
  display: inline-flex;
  align-items: center;
  gap: var(--story-space-sm);
  min-height: 44px;
  margin-top: var(--story-space-md);
  font-size: 0.9375rem;
  color: var(--text-strong);
  text-decoration: underline;
  text-underline-offset: 6px;
}

.story-banner { margin: 0; width: 100%; align-self: center; }
.story-banner img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  /* The ratio above is enforced, so a master that is not exactly 4:5 (or 3:2
     on --wide) would be stretched by the default object-fit: fill. Both
     existing story masters happen to match their declared ratio exactly;
     cover means the next one does not have to. */
  object-fit: cover;
  border-radius: var(--r-window);
  box-shadow: var(--sh-window);
}

.story-layout {
  display: grid;
  gap: var(--story-space-xl);
  padding-top: var(--story-space-xl);
}

.story-contents { border-top: var(--hairline-strong); padding-top: var(--story-space-md); }
.story-contents .mono { color: var(--text-subtle); }
.story-contents ol { list-style: none; padding: 0; margin: var(--story-space-sm) 0 0; counter-reset: story-section; }
.story-contents li { counter-increment: story-section; }
.story-contents a {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: baseline;
  gap: var(--story-space-xs);
  min-height: 44px;
  padding-block: var(--story-space-xs);
  color: var(--text-soft);
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: none;
}
.story-contents a::before { content: counter(story-section, decimal-leading-zero); font-family: var(--font-mono); font-size: 0.6875rem; color: var(--text-subtle); }
.story-contents a:hover { text-decoration: underline; text-underline-offset: 4px; color: var(--text-max); }

.story-body { width: 100%; max-width: 680px; min-width: 0; scroll-margin-top: var(--story-space-lg); }
.story-body p { font-size: 1.0625rem; line-height: 1.8; margin-bottom: var(--story-space-md); color: var(--text-body); }
.story-body > p:first-child { color: var(--text-strong); font-size: 1.1875rem; line-height: 1.75; }
.story-body .story-pivot { font-weight: 600; color: var(--text-strong); }
.story-section { margin-top: var(--story-space-xl); }
.story-section h2 { font-size: clamp(1.875rem, 3vw, 2.5rem); line-height: 1.12; max-width: 25ch; margin-bottom: var(--story-space-md); scroll-margin-top: var(--story-space-lg); }
.story-body .story-definition { padding-left: var(--story-space-md); border-left: 2px solid var(--emerald-deep); color: var(--text-strong); }
.story-body .story-trust { padding-block: var(--story-space-sm); border-block: var(--hairline); font-size: 1.25rem; font-weight: 600; color: var(--text-max); }

.story-alert { margin: var(--story-space-lg) 0; }
.story-alert .screen-caption { gap: var(--story-space-sm); padding: var(--story-space-sm); letter-spacing: 0.06em; }
.story-alert .screen-caption strong { max-width: 36ch; }
.story-alert .screen-expand { color: var(--text-on-dark-2); }
.story-cta { margin-block: var(--story-space-xl); }
.story-cta .btn { height: 52px; padding-inline: var(--story-space-md); gap: var(--story-space-md); }
.story-end-rule { border: 0; border-top: var(--hairline-strong); margin: 0 0 var(--story-space-md); }
.story-body .story-disclosure { font-size: 1rem; line-height: 1.7; color: var(--text-soft); margin: 0; }

.story-page .site-footer { margin-top: var(--story-space-3xl); }
.story-page .footer-col ul { gap: 0; }
.story-page .footer-col a { display: inline-flex; align-items: center; min-height: 44px; }
.story-page .image-dialog-close { min-width: 64px; min-height: 44px; border-radius: var(--r-chip); }

@media (min-width: 768px) {
  .story-masthead-inner { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: center; gap: var(--story-space-xl); padding-block: var(--story-space-xl); }
  /* Until the banner artwork lands, the heading is the only child. */
  .story-masthead-inner--solo { grid-template-columns: 1fr; }
  .story-masthead-inner--solo .story-heading h1 { max-width: 24ch; }
  .story-masthead-inner--solo .story-deck { max-width: 62ch; }
  .story-banner { max-width: 480px; justify-self: end; }
  .story-layout { grid-template-columns: 190px minmax(0, 680px); justify-content: center; gap: var(--story-space-lg); padding-top: var(--story-space-2xl); }
  .story-contents { position: sticky; top: var(--story-space-lg); align-self: start; }
  .story-body p { font-size: 1.125rem; }
}

@media (min-width: 1024px) {
  .story-page .menu-button { display: none; }
  .story-layout { grid-template-columns: 220px minmax(0, 680px); gap: var(--story-space-2xl); }
  .story-masthead-inner { padding-block: var(--story-space-2xl); }
  .story-section { margin-top: var(--story-space-2xl); }
}

@media (max-width: 767px) {
  .story-banner { order: -1; }
  .story-heading h1 { font-size: clamp(2rem, 7.5vw, 2.75rem); }
  .story-breadcrumb { margin-bottom: var(--story-space-sm); }
  .story-read-link { margin-top: var(--story-space-xs); }
  .story-layout { gap: var(--story-space-lg); }
  .story-contents { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .story-page { scroll-behavior: auto; }
  .story-page *, .story-page *::before, .story-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

@media print {
  .story-page .site-header, .story-page .site-footer, .story-breadcrumb, .story-read-link, .story-contents, .story-cta, .screen-expand { display: none !important; }
  .story-masthead { background: #fff; border-bottom: 1px solid #aaa; }
  .story-masthead-inner { display: block; padding-block: 0 24px; }
  .story-heading h1 { font-size: 28pt; max-width: none; }
  .story-title-rest { color: #333; }
  .story-banner { max-width: 220px; margin-top: 24px; }
  .story-banner img, .screen-window { box-shadow: none; }
  .story-layout { display: block; padding-top: 24px; }
  .story-body { max-width: none; }
  .story-body p, .story-body .story-disclosure { font-size: 11pt; line-height: 1.5; color: #111; }
  .story-section h2 { font-size: 20pt; break-after: avoid; }
  .story-alert { max-width: 480px; break-inside: avoid; }
}

/* ------------------------------------------------------------------
   Story additions introduced with /stories/the-second-job.
   A standfirst under the headline, a landscape masthead variant,
   inline illustrations, an end-of-story question block and a
   read-next rule. Ruled hairlines only; no cards.
   ------------------------------------------------------------------ */

.story-deck {
  max-width: 46ch;
  margin: var(--story-space-md) 0 0;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--text-soft);
}

.story-banner--wide img { aspect-ratio: 3 / 2; }

.story-figure { margin: var(--story-space-lg) 0; }
.story-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--r-window);
  box-shadow: var(--sh-window);
}
.story-figure figcaption {
  margin-top: var(--story-space-sm);
  padding-top: var(--story-space-xs);
  border-top: var(--hairline);
  color: var(--text-subtle);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-faq .story-faq-item { border-top: var(--hairline); padding-block: var(--story-space-md); }
.story-faq .story-faq-item:last-child { border-bottom: var(--hairline); }
.story-faq h3 { font-size: 1.25rem; line-height: 1.25; margin-bottom: var(--story-space-xs); color: var(--text-max); }
.story-body .story-faq p { margin-bottom: 0; max-width: 72ch; }

.story-body .story-kicker {
  margin-top: var(--story-space-xl);
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-strong);
}

.story-next { margin-block: var(--story-space-xl); padding-block: var(--story-space-md); border-block: var(--hairline-strong); }
.story-next .mono { color: var(--text-subtle); margin: 0; }
.story-next > a {
  display: inline-flex;
  align-items: baseline;
  gap: var(--story-space-xs);
  min-height: 44px;
  margin-top: var(--story-space-xs);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-max);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.story-body .story-next p:last-child { margin: var(--story-space-xs) 0 0; font-size: 1rem; color: var(--text-soft); }

@media (max-width: 767px) {
  .story-deck { margin-top: var(--story-space-sm); font-size: 1rem; }
}

@media print {
  .story-figure { max-width: 420px; break-inside: avoid; }
  .story-figure img { box-shadow: none; }
  .story-next { display: none !important; }
  .story-faq .story-faq-item { break-inside: avoid; }
}

/* ------------------------------------------------------------------
   Section index pages: /stories and /blog.
   A ruled list of posts, no cards, matching the story register.
   Introduced when the per-story footer links were replaced by two
   section links (see README, "Before publishing the next story").
   ------------------------------------------------------------------ */

.index-masthead-inner {
  padding-top: var(--story-space-lg);
  padding-bottom: var(--story-space-xl);
  max-width: var(--max-page);
}
.index-masthead-inner h1 { max-width: 16ch; font-size: clamp(2.5rem, 4.8vw, 4rem); line-height: 1.04; }
.index-masthead-inner .story-deck { max-width: 54ch; }

.index-layout { padding-top: var(--story-space-xl); padding-bottom: var(--story-space-2xl); }

.index-count { margin: 0 0 var(--story-space-md); color: var(--text-subtle); }

.index-list { list-style: none; margin: 0; padding: 0; border-top: var(--hairline-strong); }
.index-item { border-bottom: var(--hairline); }

.index-link {
  display: grid;
  gap: var(--story-space-md);
  padding-block: var(--story-space-lg);
  color: inherit;
  text-decoration: none;
}
.index-thumb { margin: 0; }
.index-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--r-window);
  box-shadow: var(--sh-window);
}
.index-link--no-thumb { grid-template-columns: 1fr; }
.index-thumb--right img { object-position: right center; }
.index-text { display: grid; gap: var(--story-space-xs); align-content: start; }
.index-kind { margin: 0; color: var(--text-subtle); }
.index-text h2 {
  margin: 0;
  max-width: 22ch;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.14;
}
.index-text p { margin: 0; max-width: 56ch; color: var(--text-soft); font-size: 1rem; line-height: 1.65; }
.index-more {
  display: inline-flex;
  align-items: center;
  gap: var(--story-space-xs);
  min-height: 44px;
  font-weight: 600;
  color: var(--text-max);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.index-link:hover .index-text h2 { text-decoration: underline; text-underline-offset: 5px; }

.index-crosslink { margin-top: var(--story-space-xl); padding-top: var(--story-space-md); border-top: var(--hairline-strong); }
.index-crosslink .mono { margin: 0 0 var(--story-space-xs); color: var(--text-subtle); }
.index-crosslink a {
  display: inline-flex;
  align-items: baseline;
  gap: var(--story-space-xs);
  min-height: 44px;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-max);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.index-crosslink p:last-child { margin: var(--story-space-xs) 0 0; max-width: 56ch; color: var(--text-soft); }

@media (min-width: 768px) {
  .index-layout { max-width: 940px; }
  .index-link { grid-template-columns: 260px minmax(0, 1fr); gap: var(--story-space-lg); align-items: start; }
  .index-link--no-thumb { grid-template-columns: 1fr; }
  .index-masthead-inner { padding-block: var(--story-space-xl); }
}

@media (min-width: 1024px) {
  .index-masthead-inner { padding-block: var(--story-space-2xl); }
  .index-link { grid-template-columns: 300px minmax(0, 1fr); gap: var(--story-space-xl); }
  .index-link--no-thumb { grid-template-columns: 1fr; }
}

@media print {
  .index-thumb, .index-crosslink { display: none !important; }
  .index-item { break-inside: avoid; }
}

/* ------------------------------------------------------------------
   Analysis components, introduced with /blog/through-the-glass.
   A costed argument needs instruments the narrative stories do not:
   a figures table, a dark cost panel, numbered claims, a capability
   list, a two-column comparison, a pull quote and a sources block.
   Namespaced under story- because site-v4.css already owns .steps,
   .chapter and .eyebrow.
   ------------------------------------------------------------------ */

.story-body .story-lede { color: var(--text-strong); }

/* Full-bleed header band ------------------------------------------- */
/* The through-the-glass artwork is 16:7. Cropped into the masthead's 3:2
   side slot a centre crop would cut the figure in half, so it runs the
   full width of the page instead, between the masthead and the article. */
.story-band { margin: 0; background: var(--ink); }
.story-band picture { display: block; line-height: 0; }
.story-band img { display: block; width: 100%; height: auto; }
.story-band figcaption {
  padding-block: 14px 18px;
  color: rgba(255,255,255,0.52);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Figures table --------------------------------------------------- */
.story-table-scroll { overflow-x: auto; max-width: 100%; }
.story-scroll-hint { display: none; margin: var(--story-space-xs) 0 0; color: rgba(255,255,255,0.5); }
.story-ledger { width: 100%; min-width: 420px; border-collapse: collapse; font-size: 0.9375rem; }
.story-ledger caption {
  padding-bottom: var(--story-space-sm);
  color: var(--text-subtle);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: left;
}
.story-ledger th, .story-ledger td { padding: 11px 14px; text-align: left; border-bottom: var(--hairline); }
.story-ledger thead th {
  border-bottom: var(--hairline-strong);
  color: var(--text-subtle);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.story-ledger td:last-child, .story-ledger th:last-child { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.story-ledger td:first-child { color: var(--text-strong); }
.story-ledger .sub { display: block; margin-top: 3px; color: var(--text-subtle); font-size: 0.8125rem; letter-spacing: 0; }
.story-ledger tfoot td {
  border-top: 2px solid var(--ink);
  border-bottom: none;
  padding-top: 14px;
  color: var(--text-max);
  font-weight: 600;
  font-size: 1.0625rem;
}

/* Dark cost panel -------------------------------------------------- */
.story-panel {
  margin: var(--story-space-lg) 0;
  padding: clamp(20px, 4vw, 32px);
  border-radius: var(--r-window);
  background: var(--ink);
  box-shadow: var(--sh-window);
  color: var(--text-on-dark-2);
}
.story-panel .story-ledger th, .story-panel .story-ledger td { border-bottom-color: rgba(255,255,255,0.14); color: var(--text-on-dark-2); }
.story-panel .story-ledger thead th { color: rgba(255,255,255,0.62); border-bottom-color: rgba(255,255,255,0.28); }
.story-panel .story-ledger td:first-child { color: var(--text-on-dark); }
.story-panel .story-ledger tfoot td { border-top: 2px solid var(--emerald); color: var(--text-on-dark); }
.story-panel .story-ledger tfoot td.story-figure-em { color: var(--emerald); }
.story-panel .story-ledger .sub, .story-panel .story-ledger caption { color: rgba(255,255,255,0.6); }
.story-figure-em { color: var(--emerald); }

.story-assumptions { margin-top: var(--story-space-md); padding-top: var(--story-space-md); border-top: 0.8px solid rgba(255,255,255,0.14); }
.story-assumptions .mono { margin: 0 0 var(--story-space-sm); color: rgba(255,255,255,0.62); }
.story-assumptions dl { display: grid; grid-template-columns: 1fr auto; margin: 0; }
.story-assumptions dt, .story-assumptions dd { margin: 0; padding: 9px 0; border-bottom: 0.8px solid rgba(255,255,255,0.09); font-size: 0.875rem; line-height: 1.5; }
.story-assumptions dt { color: rgba(255,255,255,0.72); }
.story-assumptions dd { padding-left: var(--story-space-sm); text-align: right; color: var(--text-on-dark); font-variant-numeric: tabular-nums; }
.story-assumptions dl > :nth-last-child(-n+2) { border-bottom: none; }

/* Numbered claims -------------------------------------------------- */
.story-body .story-steps { list-style: none; margin: var(--story-space-lg) 0; padding: 0; border-top: var(--hairline-strong); }
.story-steps > li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px var(--story-space-md);
  padding-block: var(--story-space-md);
  border-bottom: var(--hairline);
}
.story-steps .num { padding-top: 6px; color: var(--text-subtle); font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.12em; }
.story-steps h3 { grid-column: 2; margin: 0; font-size: 1.1875rem; line-height: 1.25; color: var(--text-max); }
.story-body .story-steps p { grid-column: 2; margin: 0; max-width: 56ch; color: var(--text-soft); font-size: 1rem; line-height: 1.7; }

/* Capability list --------------------------------------------------- */
.story-caps { margin: var(--story-space-lg) 0; padding: 0; border-top: var(--hairline-strong); }
.story-caps > div { display: grid; gap: 6px; padding-block: var(--story-space-md); border-bottom: var(--hairline); }
.story-caps dt { font-family: var(--font-display); font-weight: 600; font-size: 1.0625rem; letter-spacing: -0.01em; color: var(--text-max); }
.story-caps dd { margin: 0; max-width: 62ch; color: var(--text-soft); font-size: 1rem; line-height: 1.7; }

/* Comparison -------------------------------------------------------- */
.story-compare { margin: var(--story-space-lg) 0; border-top: 2px solid var(--ink); }
.story-compare-row { display: grid; grid-template-columns: minmax(120px, 0.9fr) 1fr 1fr; gap: var(--story-space-sm); padding-block: var(--story-space-sm); border-bottom: var(--hairline); align-items: start; font-size: 0.9375rem; line-height: 1.55; }
.story-compare-row.head { border-bottom: var(--hairline-strong); }
.story-compare-row.head span { color: var(--text-subtle); font-family: var(--font-mono); font-size: 0.6875rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }
.story-compare-row .k { color: var(--text-subtle); font-size: 0.875rem; }
.story-compare-row .a { color: var(--text-body); }
.story-compare-row .b { color: var(--text-max); font-weight: 500; }

/* Pull quote --------------------------------------------------------- */
.story-body .story-pull {
  margin: var(--story-space-lg) 0;
  padding-block: var(--story-space-md);
  border-top: 2px solid var(--emerald);
  border-bottom: var(--hairline-strong);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.3125rem, 2.8vw, 1.75rem);
  line-height: 1.18;
  letter-spacing: -0.018em;
  color: var(--text-max);
}

/* Two-architecture diagram -------------------------------------------- */
.story-diagram { margin: var(--story-space-lg) 0; }
.story-diagram svg { display: block; width: 100%; height: auto; }
.story-diagram figcaption {
  margin-top: var(--story-space-sm);
  padding-top: var(--story-space-xs);
  border-top: var(--hairline);
  color: var(--text-subtle);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Sources and workings -------------------------------------------------- */
.story-notes { margin-top: var(--story-space-xl); padding-top: var(--story-space-md); border-top: var(--hairline-strong); }
.story-notes h2 { font-size: 1.25rem; line-height: 1.25; margin-bottom: var(--story-space-sm); }
.story-body .story-notes ol { margin: 0 0 var(--story-space-md); padding-left: 1.3em; display: grid; gap: 10px; }
.story-body .story-notes li { color: var(--text-subtle); font-size: 0.9375rem; line-height: 1.65; }
.story-notes a { color: var(--emerald-text); text-underline-offset: 2px; }
.story-body .story-notes p { margin: 0; color: var(--text-subtle); font-size: 0.9375rem; line-height: 1.65; }

@media (max-width: 640px) {
  .story-scroll-hint { display: block; }
  .story-ledger th, .story-ledger td { padding: 11px 10px; }
  .story-ledger th:first-child, .story-ledger td:first-child { padding-left: 0; }
  .story-ledger th:last-child, .story-ledger td:last-child { padding-right: 0; }
  .story-compare-row { grid-template-columns: 1fr; gap: 4px; padding-block: var(--story-space-md); }
  .story-compare-row.head { display: none; }
  .story-compare-row .a::before { content: "Agent driving the screen: "; color: var(--text-subtle); font-size: 0.8125rem; }
  .story-compare-row .b::before { content: "GeniusCFO: "; color: var(--text-subtle); font-size: 0.8125rem; font-weight: 400; }
  .story-assumptions dl { grid-template-columns: 1fr; }
  .story-assumptions dt { padding-bottom: 0; border-bottom: none; }
  .story-assumptions dd { padding: 2px 0 9px; text-align: left; }
  .story-assumptions dl > :nth-last-child(2) { border-bottom: none; }
}

@media print {
  .story-band { background: #fff; break-inside: avoid; }
  .story-band img { max-width: 420px; }
  .story-band figcaption { color: #444; }
  .story-panel { background: #fff; color: #111; box-shadow: none; border: 1px solid #aaa; }
  .story-panel .story-ledger th, .story-panel .story-ledger td, .story-panel .story-ledger td:first-child { color: #111; border-bottom-color: #ccc; }
  .story-panel .story-ledger thead th, .story-assumptions dt, .story-assumptions .mono { color: #444; }
  .story-assumptions dd, .story-panel .story-ledger tfoot td { color: #111; }
  .story-figure-em { color: #111; }
  .story-steps > li, .story-caps > div, .story-compare-row, .story-diagram { break-inside: avoid; }
  .story-notes a { color: #111; }
}
