/* The Steam Graveyard — article styling. Loaded last, wins by order. */

/* A touch more air between blocks for the long-scroll read. */
:root {
  --dashdown-space-section: 2rem;
}

/* Editorial headline: big, tight, heavy. */
.dashdown-prose h1 {
  font-size: 2.6rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 800;
}

/* The standfirst right under the H1. */
.dashdown-prose h1 + p {
  font-size: 1.15rem;
  line-height: 1.6;
}

/* Section headings get a hairline rule — chapter breaks in the scroll. */
.dashdown-prose h2 {
  margin-top: 3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid oklch(var(--b3));
  letter-spacing: -0.01em;
}

.dashdown-prose a { text-underline-offset: 2px; }

/* Footnote-ish small print under KPI rows. */
.dashdown-prose sub {
  display: block;
  margin-top: -0.5rem;
  line-height: 1.5;
}
