/* Case-story cards sit in section-ink with background:transparent. Pale list color
   (#eee7e8) then fails against a light ancestor Lighthouse samples. Match persona
   cards: paper surface + ink text. */
section.section.section-ink .card {
  background: var(--paper) !important;
  color: var(--ink);
}
section.section.section-ink .card p,
section.section.section-ink .card li,
section.section.section-ink .card b,
section.section.section-ink .card i {
  color: var(--ink-soft);
}
section.section.section-ink .card .eyebrow {
  color: var(--red-deep);
}
section.section.section-ink .card h1,
section.section.section-ink .card h2,
section.section.section-ink .card h3,
section.section.section-ink .card h4 {
  color: var(--ink);
}
