@font-face { font-family: Spectral; src: url('/fonts/spectral-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Spectral; src: url('/fonts/spectral-500.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: Spectral; src: url('/fonts/spectral-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: Archivo; src: url('/fonts/archivo-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Archivo; src: url('/fonts/archivo-500.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: Archivo; src: url('/fonts/archivo-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: Archivo; src: url('/fonts/archivo-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Zilla Slab'; src: url('/fonts/zillaslab-500.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Zilla Slab'; src: url('/fonts/zillaslab-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Zilla Slab'; src: url('/fonts/zillaslab-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --paper: #FFFFFF;
  --stone: #F3F2EF;
  --stone-deep: #E7E5E0;
  --ink: #16181A;
  --ink-soft: #3C4145;
  --ink-mute: #55595E;
  --line: #DCDAD5;
  --brass: #8A6D3B;
  --umber: #5C4326;
  --night: #111315;
  --ink-deep: #000000;      /* the pressed state of an ink control, nothing else */
  --on-night: #F4F3F1;
  --on-night-soft: #A9AEB2;
  --on-umber: #F1EAE0;      /* text on the umber panel — 7.69:1 */
  --on-umber-soft: #C9B79F; /* its source citation — 4.71:1 */
  --display: 'Zilla Slab', Rockwell, Georgia, serif;
  --serif: Spectral, Georgia, serif;
  --sans: Archivo, system-ui, -apple-system, sans-serif;
  --gap: clamp(3.5rem, 2.4rem + 5vw, 7rem);
  --shell: 76rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body {
  margin: 0; background: var(--paper); color: var(--ink-soft);
  font-family: var(--sans); font-size: 1.0625rem; line-height: 1.65;
  font-synthesis-weight: none; -webkit-font-smoothing: antialiased;
}
h1, h2 { font-family: var(--display); color: var(--ink); font-weight: 600; margin: 0; line-height: 1.1; letter-spacing: -0.012em; }
h3 { font-family: var(--serif); color: var(--ink); font-weight: 500; margin: 0; line-height: 1.2; letter-spacing: -0.01em; }
h1, .band > .shell > h2, .editorial > h2 { color: var(--umber); }
/* Must out-specify `.band > .shell > h2` above, or an umber heading lands on
   the near-black ground at 2.02:1. Matching specificity plus source order. */
.band--night > .shell > h2, .band--night .editorial > h2,
.band--night h2, .band--night h3 { color: var(--on-night); }
p { margin: 0; }
img { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }

.shell { max-width: var(--shell); margin-inline: auto; padding-inline: clamp(1.25rem, 0.6rem + 2.6vw, 2.75rem); }
.band { padding-block: var(--gap); }
.band--stone { background: var(--stone); }
.band--night { background: var(--night); color: var(--on-night-soft); }
.band--night > .shell > h2, .band--night .editorial > h2,
.band--night h2, .band--night h3 { color: var(--on-night); }
.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }

.measure { max-width: 40rem; }
.lede { font-size: clamp(1.125rem, 1.04rem + 0.4vw, 1.3125rem); line-height: 1.6; color: var(--ink-soft); }

/* ── Header ───────────────────────────────────────────── */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,0.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.header-in { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; height: 4.5rem; }
.brand { display: inline-flex; align-items: center; gap: 0.625rem; text-decoration: none; flex-shrink: 0; }
.brand img { width: 30px; height: 30px; }
.brand span { font-family: var(--sans); font-weight: 700; font-size: 1.0625rem; letter-spacing: -0.01em; color: var(--ink); text-transform: none; }
.nav { display: none; gap: 1.75rem; }
.nav a { font-size: 0.9375rem; font-weight: 500; color: var(--ink-soft); text-decoration: none; padding-block: 0.25rem; border-bottom: 1px solid transparent; transition: color .18s var(--ease), border-color .18s var(--ease); }
.nav a:hover { color: var(--ink); border-bottom-color: var(--brass); }
.nav a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--ink); }
.header-act { display: none; align-items: center; gap: 1.25rem; flex-shrink: 0; }
.tel { font-weight: 600; font-size: 0.9375rem; color: var(--ink); text-decoration: none; white-space: nowrap; }
.tel:hover { color: var(--brass); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; font-family: var(--sans); font-weight: 600; font-size: 0.9375rem; line-height: 1; padding: 0.9375rem 1.5rem; border-radius: 2px; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: background-color .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease); min-height: 44px; }
.btn--ink { background: var(--ink); color: var(--paper); }
.btn--ink:hover { background: var(--ink-deep); }
.btn--line { border-color: var(--line); color: var(--ink); background: transparent; }
.btn--line:hover { border-color: var(--ink); }
.btn--onnight { background: var(--on-night); color: var(--ink); }
.btn--onnight:hover { background: var(--paper); }
.btn--sm { padding: 0.6875rem 1.125rem; font-size: 0.875rem; }

.burger { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 2px; background: transparent; cursor: pointer; color: var(--ink); }
.mobile-nav { display: none; border-top: 1px solid var(--line); background: var(--paper); max-height: 78vh; overflow-y: auto; }
.mobile-nav.is-open { display: block; }
.mobile-nav ul { list-style: none; margin: 0; padding: 0.5rem 0 1.25rem; }
.mobile-nav li + li { border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 0.9375rem 0; font-weight: 500; text-decoration: none; color: var(--ink); }

/* ── Hero (split) ─────────────────────────────────────── */
.hero { border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; gap: 0; }
.hero-copy { padding-block: clamp(3rem, 2rem + 5vw, 6.5rem); padding-inline: clamp(1.25rem, 0.6rem + 2.6vw, 2.75rem); min-width: 0; }
.hero h1 { font-size: clamp(2.375rem, 1.45rem + 4.1vw, 4.75rem); letter-spacing: -0.015em; max-width: 15ch; line-height: 1.08; text-wrap: balance; }
.hero .lede { margin-top: 1.5rem; max-width: 34rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.875rem; margin-top: 2.25rem; }
.hero-marks { margin: 2.5rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid var(--line); list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem 2rem; font-size: 0.9375rem; color: var(--ink-mute); }
.hero-grid > * { min-width: 0; }
.hero-fig { position: relative; aspect-ratio: 4 / 3; }
.hero-fig img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }

/* ── Editorial two-column: heading rail left, reading right ── */
.editorial { display: grid; gap: 1.75rem; }
.editorial > *, .panel-led > *, .plate-led > * { min-width: 0; }
.editorial > h2 { font-size: clamp(1.75rem, 1.4rem + 1.6vw, 2.5rem); max-width: 16ch; }
.editorial .col { max-width: 40rem; }

/* ── Answer blocks: typographic, never a box ──────────── */
.answer-block {
  font-family: var(--serif); font-size: clamp(1.1875rem, 1.09rem + 0.44vw, 1.4375rem);
  line-height: 1.5; color: var(--ink); max-width: 34rem;
  margin: 1.75rem 0 0; padding: 1.5rem 0 0; border-top: 2px solid var(--ink);
}

/* ── Ruled index (replaces the card grid) ─────────────── */
.index-lead { display: grid; gap: 2.5rem; }
.lead-item { text-decoration: none; display: block; }
.lead-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.lead-item h3 { margin-top: 1.25rem; font-size: 1.625rem; }
.lead-item p { margin-top: 0.625rem; color: var(--ink-soft); font-size: 1rem; }
.lead-item .go { display: inline-block; margin-top: 0.875rem; font-weight: 600; font-size: 0.9375rem; color: var(--ink); border-bottom: 1px solid var(--brass); padding-bottom: 2px; }
.lead-item:hover .go { border-bottom-color: var(--ink); }
.lead-item:hover h3 { color: var(--brass); }

.index-more { margin: 3.5rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.index-more li { border-bottom: 1px solid var(--line); }
.index-more a { display: grid; gap: 0.25rem 2rem; padding: 1.375rem 0; text-decoration: none; align-items: baseline; }
.index-more h3 { font-size: 1.25rem; }
.index-more p { color: var(--ink-mute); font-size: 0.9375rem; }
.index-more a:hover h3 { color: var(--brass); }

/* ── Sourced figures: a ruled data list, not stat cards ─ */
.figures { margin: 3rem 0 0; border-top: 1px solid var(--line); }
.figures div { display: grid; grid-template-columns: 7.5rem 1fr; gap: 1.5rem; align-items: baseline; padding: 1.125rem 0; border-bottom: 1px solid var(--line); }
.figures dt { font-family: var(--serif); font-size: 1.75rem; color: var(--ink); font-weight: 500; margin: 0; }
.figures dd { margin: 0; color: var(--ink-mute); font-size: 0.9375rem; }

/* ── Steps: no numbers, rules carry the sequence ──────── */
.steps { display: grid; gap: 2.5rem; margin-top: 3rem; }
.step { padding-top: 1.25rem; border-top: 1px solid rgba(244,243,241,0.22); }
.step h3 { font-size: 1.3125rem; }
.step p { margin-top: 0.625rem; font-size: 0.9875rem; }

/* ── Prose links ──────────────────────────────────────── */
.prose a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--brass); }
.prose a:hover { border-bottom-width: 2px; }
.prose p + p { margin-top: 1.375rem; }

/* ── Form ─────────────────────────────────────────────── */
.form-wrap { margin-top: 2.5rem; max-width: 30rem; }
.field + .field { margin-top: 1.25rem; }
.field label { display: block; font-size: 0.875rem; font-weight: 600; color: var(--ink); margin-bottom: 0.4375rem; }
.field input, .field select {
  width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--ink);
  padding: 0.875rem 1rem; background: var(--paper);
  border: 1px solid var(--line); border-radius: 2px; min-height: 48px;
  transition: border-color .18s var(--ease);
}
.field input:focus, .field select:focus { border-color: var(--ink); outline: none; box-shadow: 0 0 0 3px rgba(138,109,59,0.18); }
.form-note { margin-top: 1rem; font-size: 0.875rem; color: var(--ink-mute); }

/* ── Footer ───────────────────────────────────────────── */
.site-footer { background: var(--night); color: var(--on-night-soft); padding-block: var(--gap) 0; font-size: 0.9375rem; }
.footer-grid { display: grid; gap: 2.5rem; }
.footer-grid h2 { font-family: var(--sans); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--on-night); margin-bottom: 1rem; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li + li { margin-top: 0.625rem; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--on-night); }
.footer-brand img { width: 30px; height: 30px; margin-bottom: 0.875rem; }
.footer-brand p { max-width: 32ch; line-height: 1.6; }
.footer-base { margin-top: var(--gap); border-top: 1px solid rgba(244,243,241,0.14); padding-block: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; justify-content: space-between; font-size: 0.8125rem; }

/* ── Mobile sticky call bar ───────────────────────────── */
.sticky-bar { position: fixed; inset-inline: 0; bottom: 0; z-index: 70; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); background: var(--paper); }
.sticky-bar a { display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 1.0625rem 0.5rem; font-weight: 600; font-size: 0.9375rem; text-decoration: none; color: var(--ink); }
.sticky-bar a + a { background: var(--ink); color: var(--paper); }
body { padding-bottom: 4rem; }

/* ── One authored motion moment ───────────────────────── */
.reveal { opacity: 0; transform: translateY(12px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 640px) {
  .index-lead { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .index-more a { grid-template-columns: 18rem 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .nav, .header-act { display: flex; }
  .burger { display: none; }
  .hero-grid { grid-template-columns: 1.02fr 0.98fr; align-items: stretch; }
  .hero-copy { padding-right: clamp(2rem, 1rem + 3vw, 4rem); }
  .hero-fig { min-height: 100%; aspect-ratio: auto; }
  .editorial { grid-template-columns: 19rem 1fr; gap: 4.5rem; align-items: start; }
  .steps { gap: 3rem; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 3rem; }
  .sticky-bar { display: none; }
  body { padding-bottom: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ── Interior page hero ─────────────────────────────────── */
.page-hero { background-color: var(--stone); background-image: url('/images/paper-texture.webp'); background-size: 1280px auto; background-blend-mode: multiply; border-bottom: 1px solid var(--line); padding-block: clamp(2.25rem, 1.6rem + 3vw, 4rem); }
.page-hero h1 { font-size: clamp(2.125rem, 1.4rem + 3.1vw, 3.75rem); max-width: 17ch; margin-top: 1rem; line-height: 1.1; text-wrap: balance; }
.page-hero .lede { margin-top: 1.125rem; max-width: 38rem; }
.page-hero .hero-cta { margin-top: 2rem; }

.crumbs { font-size: 0.875rem; color: var(--ink-mute); }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.crumbs a { text-decoration: none; border-bottom: 1px solid var(--line); }
.crumbs a:hover { border-bottom-color: var(--ink); color: var(--ink); }
.crumbs [aria-current="page"] { color: var(--ink); font-weight: 500; }

/* ── Sourced data table ─────────────────────────────────── */
.table-scroll { overflow-x: auto; max-width: 100%; margin-top: 1.75rem; -webkit-overflow-scrolling: touch; }
table.data { width: 100%; min-width: 30rem; border-collapse: collapse; font-size: 0.9375rem; }
table.data th, table.data td { text-align: left; padding: 1rem 1.25rem 1rem 0; border-bottom: 1px solid var(--line); vertical-align: baseline; }
table.data thead th { font-family: var(--sans); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--ink-mute); border-bottom-color: var(--ink); padding-bottom: 0.75rem; }
table.data tbody th { font-weight: 600; color: var(--ink); }
table.data--figures tbody th { font-family: var(--display); font-weight: 600; font-size: clamp(1.5rem, 1.25rem + 1.1vw, 2.125rem); color: var(--umber); line-height: 1.1; white-space: nowrap; padding-right: 2rem; }
table.data--figures td { font-size: 1rem; color: var(--ink-soft); }
table.data--figures { min-width: 0; }
table.data td:nth-child(2) { font-family: var(--serif); font-size: 1.0625rem; color: var(--ink); white-space: nowrap; }
table.data td:last-child { color: var(--ink-mute); font-size: 0.875rem; }

/* ── Reason list (bold lead-in, ruled) ──────────────────── */
ul.reasons { list-style: none; margin: 1.75rem 0 0; padding: 0; border-top: 1px solid var(--line); }
ul.reasons li { padding: 1.125rem 0; border-bottom: 1px solid var(--line); }
ul.reasons strong { display: block; font-family: var(--sans); font-weight: 600; color: var(--ink); margin-bottom: 0.3125rem; }

/* ── Figure + caption ───────────────────────────────────── */
figure.plate { margin: 2.5rem 0 0; }
figure.plate img { width: 100%; height: auto; }
figure.plate figcaption { margin-top: 0.75rem; font-size: 0.875rem; color: var(--ink-mute); max-width: 34rem; }


/* ── Material ───────────────────────────────────────────── */
.band--stone {
  background-color: var(--stone);
  background-image: url('/images/paper-texture.webp');
  background-size: 1280px auto;
  background-blend-mode: multiply;
}
.panel {
  background: var(--umber); color: var(--on-umber);
  padding: clamp(2rem, 1.3rem + 3vw, 3.5rem);
  display: flex; flex-direction: column; justify-content: space-between;
}
.panel p { font-family: var(--display); font-weight: 500; font-size: clamp(1.3125rem, 1.08rem + 1vw, 1.8125rem); line-height: 1.3; letter-spacing: -0.005em; }
.panel .src { display: block; margin-top: 1.25rem; font-family: var(--sans); font-size: 0.8125rem; line-height: 1.5; color: var(--on-umber-soft); }

/* Panel-led band: painted panel + reading column */
.panel-led { display: grid; gap: 2rem; }
@media (min-width: 900px) { .panel-led { grid-template-columns: 26rem 1fr; gap: 4.5rem; align-items: stretch; } .panel-led .lede { align-self: center; } }

/* Plate-led band: reading column + captioned photographic plate */
.plate-led { display: grid; gap: 2.5rem; }
@media (min-width: 900px) { .plate-led { grid-template-columns: 1fr 22rem; gap: 4rem; align-items: start; } }

/* Sequence: ruled rows, not a 3-up triplet */
.sequence { margin: 2.5rem 0 0; border-top: 1px solid rgba(244,243,241,0.22); }
.sequence > div { display: grid; gap: 0.5rem 3rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(244,243,241,0.22); }
.sequence h3 { font-size: 1.25rem; }
.sequence p { font-size: 0.9875rem; margin: 0; }
@media (min-width: 900px) { .sequence > div { grid-template-columns: 20rem 1fr; align-items: baseline; } }


/* ── Interior hero plate: photography at real size in the first viewport ── */
.hero-plate { border-bottom: 1px solid var(--line); }
.hero-plate img { width: 100%; height: clamp(14rem, 10rem + 18vw, 26rem); object-fit: cover; object-position: 50% 42%; }

/* ── FAQ accordion: hairline rows, no card ──────────────── */
.faq-list { margin-top: 2rem; border-top: 1px solid var(--line); }
details.faq-item { border-bottom: 1px solid var(--line); }
details.faq-item > summary {
  list-style: none; cursor: pointer; display: flex; align-items: baseline;
  justify-content: space-between; gap: 1.5rem; padding: 1.375rem 0;
  font-family: var(--serif); font-size: 1.125rem; font-weight: 500; color: var(--ink);
}
details.faq-item > summary::-webkit-details-marker { display: none; }
details.faq-item > summary:hover { color: var(--umber); }
.faq-chevron { flex: none; width: 18px; height: 18px; color: var(--ink-mute); transition: transform .2s var(--ease); }
details.faq-item[open] .faq-chevron { transform: rotate(180deg); }
details.faq-item > p { padding: 0 0 1.5rem; max-width: 46rem; }

/* ── Sources: ruled rows, no colored side border ─────────── */
.sources { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.sources li { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 0.9375rem; color: var(--ink-mute); }
.sources a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--brass); font-weight: 500; }
.sources a:hover { border-bottom-width: 2px; }

/* ── Legal: numbered clause list, ruled ─────────────────── */
.legal { counter-reset: clause; max-width: 44rem; }
.legal > section { padding: 2rem 0; border-top: 1px solid var(--line); }
.legal > section:first-of-type { border-top: 0; padding-top: 0; }
.legal > section > h2 { counter-increment: clause; font-size: clamp(1.25rem, 1.15rem + 0.45vw, 1.5rem); }
.legal > section > h2::before {
  content: counter(clause) '. '; font-family: var(--sans); font-size: 0.8125rem;
  font-weight: 600; color: var(--ink-mute); vertical-align: 0.35em; margin-right: 0.5rem;
}
.legal p { margin-top: 0.875rem; }
.legal .closing { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: 0.9375rem; color: var(--ink-mute); }

/* ── Contact: two columns, no card containers ───────────── */
.contact-split { display: grid; gap: 3rem; }
.contact-split > * { min-width: 0; }
@media (min-width: 900px) { .contact-split { grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: start; } }
.contact-detail { border-top: 2px solid var(--ink); padding-top: 1.5rem; }
.contact-detail h2 { font-size: 1.25rem; }
.contact-tel { display: inline-block; margin-top: 0.75rem; font-family: var(--display); font-size: clamp(1.75rem, 1.5rem + 1vw, 2.25rem); color: var(--umber); text-decoration: none; }
.contact-tel:hover { color: var(--ink); }
.contact-steps { margin: 2.5rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.contact-steps li { padding: 1.125rem 0; border-bottom: 1px solid var(--line); }

/* ── Hero trust marks (generalised from the home hero) ──── */
.trust-marks { margin: 2.5rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid var(--line); list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem 2rem; font-size: 0.9375rem; color: var(--ink-mute); }
.page-hero .trust-marks { border-top-color: var(--line); }

/* ── Composition rules ──────────────────────────────────
   The system's repeated rhythms live here, not in style attributes, so a
   change to the site's paragraph rhythm is one edit rather than seventy.
   `.flow` is listed twice so it also outranks `.prose p + p`, which is more
   specific than a bare class. Per-instance typographic caps (a `max-width`
   in `ch`, tuned to one particular heading string) stay inline: those are
   decisions about one line of copy, not system rules. */
.flow, .prose p + p.flow { margin-top: 1.75rem; }
.col > .answer-block:first-child { margin-top: 0; }
.footer-base a { text-decoration: none; }
.footer-grid .js-phone { color: var(--on-night); font-weight: 600; }
