/* Hallmark · macrostructure: Long Document · genre: editorial
 * tone: luxury / editorial · nav: N6 masthead · footer: Ft5 statement
 * theme: custom "Quarto" (light · high-contrast-serif · warm)
 * enrichment: none — typography only
 * pre-emit critique: P5 H5 E5 S5 R5 V4
 */

@import url("./tokens.css");

/* ---- reset ------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html, body {
  overflow-x: clip;          /* never `hidden` — clip preserves position:sticky */
  margin: 0;
  padding: 0;
}

html { -webkit-text-size-adjust: 100%; }

body {
  background: var(--color-paper);
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-body);
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { max-width: 100%; height: auto; display: block; }

::selection { background: var(--color-accent-soft); }

/* ---- focus (never animated) -------------------------------------------- */
:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

/* ---- shell ------------------------------------------------------------- */
.shell {
  width: 100%;
  max-width: 78rem;
  margin-inline: auto;
  padding-inline: var(--space-md);
}

@media (min-width: 48rem) {
  .shell { padding-inline: var(--space-xl); }
}

/* ---- N6 · masthead ----------------------------------------------------- */
.masthead {
  border-bottom: var(--rule-hair) solid var(--color-rule);
  padding-block: var(--space-md) var(--space-sm);
}

.masthead__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-sm) var(--space-md);
}

.wordmark {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--text-md);
  letter-spacing: -0.015em;
  color: var(--color-ink);
  text-decoration: none;
  line-height: 1.1;
}

.wordmark span { color: var(--color-accent); }

.masthead__meta {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-ink-3);
  white-space: nowrap;
}

/* ---- article ----------------------------------------------------------- */
.doc {
  max-width: var(--measure);
  margin-inline: auto;
  padding-block: var(--space-2xl) var(--space-3xl);
}

.doc__dateline {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-ink-3);
  margin: 0 0 var(--space-lg);
}

h1 {
  font-family: var(--font-display);
  font-style: normal;                 /* italic headers are banned */
  font-weight: 600;
  font-size: var(--text-display);
  line-height: var(--leading-tight);
  letter-spacing: -0.03em;
  margin: 0 0 var(--space-lg);
  overflow-wrap: anywhere;
  min-width: 0;
  text-wrap: balance;
}

.lede {
  font-size: var(--text-lg);
  line-height: 1.5;
  color: var(--color-ink-2);
  margin: 0 0 var(--space-xl);
  text-wrap: pretty;
}

.doc p {
  margin: 0 0 var(--space-md);
  text-wrap: pretty;
}

/* inline section heads emerge from the prose — no eyebrows, no numbering */
.doc h2 {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 600;
  font-size: var(--text-xl);
  line-height: var(--leading-snug);
  letter-spacing: -0.02em;
  margin: var(--space-2xl) 0 var(--space-md);
  overflow-wrap: anywhere;
  min-width: 0;
}

.doc h3 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--text-md);
  line-height: var(--leading-snug);
  margin: var(--space-xl) 0 var(--space-xs);
}

.doc a {
  color: var(--color-ink);
  text-decoration-line: underline;
  text-decoration-color: var(--color-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: text-decoration-thickness var(--dur-fast) var(--ease-out),
              color var(--dur-fast) var(--ease-out);
}

.doc a:hover { color: var(--color-accent); text-decoration-thickness: 2px; }

.doc strong { font-weight: 600; }

/* ---- the tier ladder — the article's structural spine ------------------- */
.ladder {
  margin: var(--space-xl) 0;
  border-top: var(--rule-hair) solid var(--color-rule);
}

.tier {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-2xs);
  padding: var(--space-md) 0;
  border-bottom: var(--rule-hair) solid var(--color-rule-soft);
}

@media (min-width: 40rem) {
  .tier {
    grid-template-columns: 3.5rem minmax(0, 1fr);
    gap: var(--space-md);
    align-items: start;
  }
}

.tier__n {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  color: var(--color-accent);
  padding-top: 0.42em;
}

.tier__claim {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--text-md);
  line-height: var(--leading-snug);
  letter-spacing: -0.015em;
  margin: 0 0 var(--space-2xs);
  overflow-wrap: anywhere;
  min-width: 0;
}

.tier__body { margin: 0; color: var(--color-ink-2); font-size: var(--text-base); }

.tier__verdict {
  display: inline-block;
  margin-top: var(--space-xs);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--color-ink-3);
  border: var(--rule-hair) solid var(--color-rule);
  border-radius: var(--radius-sm);
  padding: 0.18em 0.6em;
}

.tier--faith .tier__n,
.tier--faith .tier__verdict { color: var(--color-ink-3); }

/* ---- citation note ----------------------------------------------------- */
.note {
  margin: var(--space-xl) 0;
  padding: var(--space-md) 0 var(--space-md) var(--space-md);
  border-left: 2px solid var(--color-accent);
  background: var(--color-accent-soft);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.note p { margin: 0; font-size: var(--text-base); color: var(--color-ink-2); }
.note p + p { margin-top: var(--space-xs); }

.note cite {
  display: block;
  margin-top: var(--space-xs);
  font-family: var(--font-mono);
  font-style: normal;
  font-size: var(--text-xs);
  letter-spacing: 0.03em;
  color: var(--color-ink-3);
}

/* ---- pull quote -------------------------------------------------------- */
.pull {
  margin: var(--space-2xl) 0;
  padding: 0;
  border: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--text-xl);
  line-height: 1.32;
  letter-spacing: -0.02em;
  color: var(--color-ink);
  text-wrap: balance;
}

/* ---- ornament divider (the gap is the divider; this is the exception) --- */
.ornament {
  margin: var(--space-2xl) auto;
  width: 100%;
  text-align: center;
  color: var(--color-ink-3);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.6em;
}

/* ---- sign-up — typographic, inside the prose --------------------------- */
.signup {
  margin: var(--space-2xl) 0 0;
  padding: var(--space-lg);
  border: var(--rule-hair) solid var(--color-rule);
  border-radius: var(--radius-md);
  background: var(--color-paper-2);
}

.signup h2 { margin-top: 0; }

.signup__form {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
  margin-top: var(--space-md);
}

.signup__input {
  flex: 1 1 14rem;
  min-width: 0;
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-ink);
  background: var(--color-paper);
  border: var(--rule-hair) solid var(--color-rule);
  border-radius: var(--radius-sm);
  padding: 0.7em 0.85em;
  transition: border-color var(--dur-fast) var(--ease-out);
}

.signup__input::placeholder { color: var(--color-ink-3); }
.signup__input:hover { border-color: var(--color-ink-3); }
.signup__input:focus-visible { border-color: var(--color-focus); }

.btn {
  flex: 0 0 auto;
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 600;
  white-space: nowrap;          /* never wrap a clickable to two lines */
  color: var(--color-paper);
  background: var(--color-ink);
  border: var(--rule-hair) solid var(--color-ink);
  border-radius: var(--radius-sm);
  padding: 0.7em 1.15em;
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-out),
              transform var(--dur-fast) var(--ease-out);
}

.btn:hover, .btn.is-hover { background: var(--color-accent); border-color: var(--color-accent); }
.btn:active, .btn.is-active { transform: translateY(1px); }
.btn:disabled { opacity: 0.45; cursor: not-allowed; }

.signup__fine {
  margin: var(--space-md) 0 0;
  font-size: var(--text-sm);
  color: var(--color-ink-3);
}

/* ---- form states -------------------------------------------------------- */
.signup__status {
  margin: var(--space-sm) 0 0;
  font-size: var(--text-sm);
  line-height: 1.5;
  color: var(--color-ink-2);
  min-height: 1.5em;                 /* reserve the line so nothing jumps */
}

.signup__status[data-state="error"]   { color: var(--color-accent); }
.signup__status[data-state="success"] { color: var(--color-ink); font-weight: 600; }

.signup__form[data-state="loading"] .signup__input,
.signup__form[data-state="success"] .signup__input { opacity: 0.6; }

.signup__form[data-state="error"] .signup__input {
  border-color: var(--color-accent);
}

.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.btn:disabled:hover {
  background: var(--color-ink);
  border-color: var(--color-ink);
}

/* ---- ad slot ------------------------------------------------------------
   Deliberately BELOW the email capture. The list is worth ~40x an ad
   impression here, so nothing may sit above it or beside it competing. */
.adslot {
  margin: var(--space-2xl) 0 0;
  padding-top: var(--space-lg);
  border-top: var(--rule-hair) solid var(--color-rule-soft);
  text-align: center;
  min-height: 1px;                 /* no reserved gap before approval */
}

/* Before approval the loader marks slots as placeholders. Reserving the height
   now means the layout is designed against the real dimensions instead of
   discovering a content shift on the day ads switch on. */
/* Four states, because "is there an ad here" has four honest answers.
 *
 *   placeholder — no publisher id configured. Nothing will ever fill this, so
 *                 showing an "Advertisement" rule above empty space is just
 *                 noise. Hidden entirely.
 *   reserved    — id configured, waiting for the reader to approach. The space
 *                 is held NOW so the fill does not shove the article down. This
 *                 is the whole of the CLS story: reserve at build time, request
 *                 at scroll time.
 *   requested   — asked for. Keeps the reserved height.
 *   failed      — blocked, or the network refused. Collapse silently; a reader
 *                 running a blocker should get a clean page, not a gap.
 */
/*   auto        — Auto Ads is placing instead of us, so our reservation would
 *                 just be a gap next to Google's own insert. Collapsed.
 */
.adslot[data-ads-state="placeholder"],
.adslot[data-ads-state="auto"],
.adslot[data-ads-state="failed"] { display: none; }

.adslot[data-ads-state="reserved"],
.adslot[data-ads-state="requested"] {
  /* Matches the responsive unit's usual delivered height on a phone. Slightly
     generous: unused reserved space is a small blank margin, whereas too little
     is a jump under the reader's thumb mid-sentence. */
  min-height: 280px;
}

@media (min-width: 48rem) {
  .adslot[data-ads-state="reserved"],
  .adslot[data-ads-state="requested"] { min-height: 300px; }
}

/* An in-article slot sits between sections, so it reads as a break rather than
   an interruption — hairlines top and bottom, more air than the end-of-article
   one, and never immediately before a heading it would appear to belong to. */
.adslot--inline {
  margin-block: var(--space-2xl);
  padding-block: var(--space-lg);
  border-top: var(--rule-hair) solid var(--color-rule-soft);
  border-bottom: var(--rule-hair) solid var(--color-rule-soft);
}

.adslot ins { display: block; margin-inline: auto; }

.adslot__label {
  display: block;
  margin: 0 0 var(--space-xs);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-ink-3);
}

.adslot ins { display: block; }

/* ---- Ft5 · statement footer -------------------------------------------- */
.foot {
  border-top: var(--rule-hair) solid var(--color-rule);
  padding-block: var(--space-xl) var(--space-2xl);
}

.foot__statement {
  max-width: 44ch;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--text-lg);
  line-height: 1.34;
  letter-spacing: -0.015em;
  margin: 0 0 var(--space-lg);
  text-wrap: pretty;
}

/* Two names for the same thing: `.foot__meta` on the original four pages,
   `.foot__nav` on the articles added later. The second had no rule at all, so
   those seven footers rendered as a run-on paragraph of default blue links —
   invisible in review because the pages anyone checks first were the styled
   ones. Styled together rather than renamed, so neither markup can regress. */
.foot__meta,
.foot__nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs) var(--space-lg);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-ink-3);
}

.foot__meta a,
.foot__nav a { color: var(--color-ink-3); text-decoration: none; white-space: nowrap; }
.foot__meta a:hover,
.foot__nav a:hover { color: var(--color-accent); }

/* ---- strata figure (hand-built SVG, Tier B) ---------------------------- */
.figure {
  margin: var(--space-2xl) 0;
}

/* Break the diagram out of the reading measure once there is room for it.
   Guarded by a min-width so the transform can never cause horizontal scroll. */
@media (min-width: 62rem) {
  .figure--wide {
    width: 52rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.figure__frame {
  width: 100%;
  border: var(--rule-hair) solid var(--color-rule);
  border-radius: var(--radius-md);
  background: var(--color-paper-2);
  padding: var(--space-lg) var(--space-md);
}

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

/* the paint-server carrier must never take up space or it inherits width:100% */
.figure .svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.figure figcaption {
  margin-top: var(--space-sm);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--color-ink-3);
}

/* SVG-internal type — declared here so the tokens stay the single source */
.s-label {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  fill: var(--color-ink);
  text-transform: uppercase;
}

.s-num {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  fill: var(--color-accent);
}

.s-verdict {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  fill: var(--color-ink-3);
}

.s-axis {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  fill: var(--color-ink-3);
  text-transform: uppercase;
}

/* Two purpose-built drawings rather than one scaled crop: the wide diagram
   carries leader labels, the compact one drops them because at 300px the
   labels would render at 5px. The prose ladder below supplies them instead. */
/* Qualified with .figure so these beat `.figure svg { display: block }`,
   which is specificity (0,1,1) and silently won over a bare class selector. */
.figure .fig-wide    { display: none; }
.figure .fig-compact { display: block; }

@media (min-width: 62rem) {
  .figure .fig-wide    { display: block; }
  .figure .fig-compact { display: none; }
}

.s-num--in { font-size: 21px; }

/* the wide drawing carries its numbers on the leader labels, so the in-band
   numerals would be a duplicate — they exist for the compact drawing only */
.figure .fig-wide .s-num--in { display: none; }
.s-label--in {
  font-family: var(--font-mono);
  font-size: 16px;
  letter-spacing: 0.04em;
  fill: var(--color-ink-2);
  text-transform: uppercase;
}

.s-rule    { stroke: var(--color-rule);      stroke-width: 1; }
.s-leader  { stroke: var(--color-rule);      stroke-width: 1; }
.s-edge    { stroke: var(--color-ink);       stroke-width: 1.25; fill: none; }
.s-edge-2  { stroke: var(--color-ink-3);     stroke-width: 1;    fill: none; }
.s-faith   { stroke: var(--color-ink-3);     stroke-width: 1;    fill: none;
             stroke-dasharray: 3 4; opacity: 0.7; }

/* ---- strata build animation -------------------------------------------
   The argument performs itself: bedrock resolves first, each band above it
   arrives lighter and later, and the faith band is drawn last — as an empty
   outline that never fills. Transform + opacity only. Plays once, on entry. */

/* Hidden ONLY once script has confirmed it can animate. Without JS, or with
   reduced motion, the diagram simply renders — never a blank frame. */
.figure.can-animate .band,
.figure.can-animate .lab { opacity: 0; }

.figure.is-live .band {
  animation: bandIn var(--dur-band) var(--ease-out) forwards;
  animation-delay: calc(var(--i) * 150ms);
}

.figure.is-live .lab {
  animation: labIn var(--dur-lab) var(--ease-out) forwards;
  animation-delay: calc(var(--i) * 150ms + 220ms);
}

.band--1, .lab--1 { --i: 0; }
.band--2, .lab--2 { --i: 1; }
.band--3, .lab--3 { --i: 2; }
.band--4, .lab--4 { --i: 3; }

/* the faith band takes longer and settles softer — it is the uncertain one */
.figure.is-live .band--4 { animation-duration: 900ms; }

@keyframes bandIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes labIn {
  from { opacity: 0; transform: translateX(-8px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* SVG children need an explicit box for transform-origin to behave */
.figure .band, .figure .lab { transform-box: fill-box; transform-origin: center; }

/* ---- evidence key ------------------------------------------------------ */
.key {
  margin: var(--space-xl) 0;
  padding: var(--space-md) var(--space-md) var(--space-sm);
  border: var(--rule-hair) solid var(--color-rule);
  border-radius: var(--radius-md);
}

.key__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-2xs);
  padding-block: var(--space-xs);
  border-bottom: var(--rule-hair) solid var(--color-rule-soft);
}

.key__row:last-child { border-bottom: 0; }

@media (min-width: 34rem) {
  .key__row { grid-template-columns: 3.25rem minmax(0, 1fr); gap: var(--space-md); align-items: baseline; }
}

.grade {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--color-accent);
}

.grade--soft { color: var(--color-ink-3); }

.key__def { margin: 0; font-size: var(--text-base); color: var(--color-ink-2); }

/* ---- claim rows -------------------------------------------------------- */
.claims { margin: var(--space-lg) 0 var(--space-2xl); border-top: var(--rule-hair) solid var(--color-rule); }

.claim {
  padding: var(--space-md) 0;
  border-bottom: var(--rule-hair) solid var(--color-rule-soft);
}

.claim__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--space-xs) var(--space-sm);
  margin: 0 0 var(--space-2xs);
}

.claim__text {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--text-md);
  line-height: var(--leading-snug);
  letter-spacing: -0.015em;
  margin: 0;
  overflow-wrap: anywhere;
  min-width: 0;
}

.claim__src {
  margin: 0;
  font-size: var(--text-sm);
  color: var(--color-ink-3);
  line-height: 1.55;
}

.claim__src a { color: var(--color-ink-3); text-decoration-color: var(--color-rule); }
.claim__src a:hover { color: var(--color-accent); }

/* ---- banned block ------------------------------------------------------ */
.banned {
  margin: var(--space-xl) 0 var(--space-2xl);
  padding: var(--space-lg);
  border: var(--rule-hair) solid var(--color-rule);
  border-left: 3px solid var(--color-ink);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: var(--color-paper-2);
}

.banned h2 { margin-top: 0; }

.banned ul {
  margin: var(--space-md) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-xs);
}

@media (min-width: 40rem) {
  .banned ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-xs) var(--space-lg); }
}

.banned li {
  position: relative;
  padding-left: 1.4em;
  font-size: var(--text-base);
  color: var(--color-ink-2);
  line-height: 1.5;
}

.banned li::before {
  content: "×";
  position: absolute;
  left: 0;
  top: -0.02em;
  font-family: var(--font-mono);
  color: var(--color-accent);
}

/* ---- a11y utility ------------------------------------------------------ */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* ---- reduced motion ---------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---- the experiment CTA -------------------------------------------------- *
 * The rung between reading and doing. Weightier than the newsletter box on
 * purpose — the newsletter is a maybe-later, this is the thing the essays were
 * arguing toward. It sells the change, not the software, and it names the
 * commitment up front: a reader who has just been told which parts of this are
 * faith will not forgive a soft sell two paragraphs later.
 */
.cta {
  margin: var(--space-2xl) 0 0;
  padding: var(--space-xl) var(--space-lg);
  border: var(--rule-hair) solid var(--color-ink);
  border-radius: var(--radius-md);
  background: var(--color-paper);
  position: relative;
}

/* A second hairline, offset. Cheap way to read as "pressed card" rather than
   "another box", without a shadow the rest of the page never uses. */
.cta::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: var(--rule-hair) solid var(--color-rule-soft);
  border-radius: calc(var(--radius-md) - 3px);
  pointer-events: none;
}

.cta__eyebrow {
  margin: 0 0 var(--space-2xs);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.cta h2 {
  margin: 0 0 var(--space-sm);
  font-family: var(--font-display);
  font-size: var(--text-xl);
  line-height: var(--leading-snug);
}

.cta p { margin: 0 0 var(--space-sm); }
.cta p:last-of-type { margin-bottom: 0; }

.cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-md);
  margin-top: var(--space-lg) !important;
}

/* The button here is an <a>, so it needs what .btn assumes a <button> already
   has. Qualified with .doc because `.doc a` is specificity (0,1,1) and quietly
   beats a bare class — it underlined this button until the computed style was
   actually measured. Same trap as `.figure svg` further up this file. */
.doc .btn--solid,
.btn--solid {
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  /* `.doc a` also sets COLOR at (0,1,1). Without this the label rendered ink-on-
     ink — a solid black rectangle with invisible text, which passed a computed-
     style check for background and decoration and was only caught by looking at
     the page. Measure the property you actually care about. */
  color: var(--color-paper);
}

.doc .btn--solid:hover,
.btn--solid:hover { text-decoration: none; color: var(--color-paper); }

.doc .cta__aside,
.cta__aside {
  font-size: var(--text-sm);
  color: var(--color-ink-2);
}

@media (max-width: 34rem) {
  .cta { padding: var(--space-lg) var(--space-md); }
  .cta__actions { gap: var(--space-sm); }
  .btn--solid { width: 100%; text-align: center; }
}

/* ---- article diagrams ---------------------------------------------------- *
 * Same vocabulary as the home page strata: ink lines, hatch/stipple for
 * density, dashed for "faith, not evidence". These carry the argument rather
 * than decorate it — which is also why they are hand-built SVG and not stock
 * imagery on a site arguing against hype.
 */

/* Two lines, distinguished by weight and dash rather than colour alone, so the
   figure survives greyscale printing and colour-blind readers. */
.v-line { fill: none; stroke-linecap: round; }
.v-line--process { stroke: var(--color-ink); stroke-width: 2.25; }
.v-line--outcome { stroke: var(--color-ink-3); stroke-width: 1.75; stroke-dasharray: 7 5; }

.v-lab {
  font-family: var(--font-body); font-size: 15px; font-weight: 600;
  fill: var(--color-ink);
}
.v-lab--muted { fill: var(--color-ink-3); font-weight: 400; }

.v-sub {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.04em;
  fill: var(--color-ink-3);
}

.v-dot { fill: var(--color-ink-3); }
.v-dot--hollow { fill: var(--color-paper-2); stroke: var(--color-ink); stroke-width: 1.5; }

/* Claim-split diagrams (law of attraction, manifesting money) */
.c-box { fill: none; stroke: var(--color-ink); stroke-width: 1.25; }
.c-box--faith { stroke: var(--color-ink-3); stroke-width: 1; stroke-dasharray: 5 4; }
.c-title {
  font-family: var(--font-display); font-size: 16px; font-weight: 600;
  fill: var(--color-ink);
}
.c-verdict {
  font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.11em;
  text-transform: uppercase; fill: var(--color-ink-3);
}
.c-note { font-family: var(--font-body); font-size: 13px; fill: var(--color-ink-2); }
.c-arrow { stroke: var(--color-accent); stroke-width: 1.75; fill: none; }
.c-arrow--brake { stroke: var(--color-ink-3); stroke-width: 1.5; stroke-dasharray: 4 4; }

/* Labels sit over hatch and stipple fills, where diagonal rules cut straight
   through the letterforms. `paint-order` lets a paper-coloured stroke be laid
   down BEFORE the fill, giving every label a halo that separates it from
   whatever it sits on — without a plate behind it, and without moving any text
   out of the panel it belongs to. */
.figure text {
  paint-order: stroke fill;
  stroke: var(--color-paper-2);
  stroke-width: 3.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
}

/* The legend swatches are lines, not text, and must keep their own stroke. */
.figure line.v-line { paint-order: normal; }
