/* JIB Plumbing — lawn build
   Static-first: the default layout is the mobile / no-JS / reduced-motion page.
   html.scrub (set by the gate in index.html + script.js) swaps the hero for the
   pinned scroll story. Single accent; photography carries the design. */

/* ---------- fonts ---------- */
@font-face {
  font-family: 'Archivo Narrow';
  src: url('assets/fonts/ArchivoNarrow-Semibold.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Archivo Narrow';
  src: url('assets/fonts/ArchivoNarrow-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ---------- tokens ---------- */
:root {
  /* gunmetal / white / water blues — blues sampled from Jerome's logo */
  --paper: #2B333B;
  --paper-bright: #333D47;
  --coal: #10161C;
  --ink: #E9EDF1;
  --ink-70: rgba(233, 237, 241, .76);
  --ink-50: rgba(233, 237, 241, .58);
  --line: rgba(233, 237, 241, .16);
  --line-soft: rgba(233, 237, 241, .08);
  --accent: #3D74A8;
  --accent-deep: #27517D;
  --accent-bright: #7FB0DC;
  --accent-wash: rgba(61, 116, 168, .16);
  --error: #E07A5A;
  --white: #FFFFFF;
  --display: 'Archivo Narrow', 'Avenir Next Condensed', sans-serif;
  --body: 'Satoshi', 'Helvetica Neue', sans-serif;
  --ease: cubic-bezier(.23, 1, .32, 1);
  --radius: 10px;
  --topbar-h: 64px;
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-padding-top: calc(var(--topbar-h) + 16px);
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  html:not(.static) { scroll-behavior: smooth; }
}
body {
  margin: 0;
  font: 400 1rem/1.55 var(--body);
  color: var(--ink);
  background: var(--paper);
}
html.static *, html.static *::before, html.static *::after {
  transition: none !important; animation: none !important;
}
h1, h2, h3 {
  margin: 0; font-family: var(--display); font-weight: 700;
  line-height: 1.02; letter-spacing: .002em; text-transform: uppercase;
}
.eyebrow {
  display: block; margin-bottom: 14px;
  font: 700 .82rem/1 var(--body); letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent-bright);
}
p { margin: 0; }
a { color: var(--accent-bright); }
:focus-visible { outline: 2px solid var(--accent-bright); outline-offset: 2px; border-radius: 4px; }
::selection { background: var(--accent-wash); }

.skip {
  position: absolute; left: 16px; top: 0; z-index: 60;
  background: var(--coal); color: var(--white);
  padding: 10px 16px; border-radius: 0 0 8px 8px; text-decoration: none;
  transform: translateY(-100%);
  transition: transform .18s var(--ease);
}
.skip:focus-visible { transform: none; }

.sr-input {
  position: absolute; width: 1px; height: 1px;
  opacity: 0; margin: 0; pointer-events: none;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 12px 22px;
  font: 700 1rem/1.2 var(--body); text-decoration: none; text-align: center;
  border: 0; border-radius: var(--radius); cursor: pointer;
  transition: background-color .2s var(--ease), color .2s var(--ease),
              border-color .2s var(--ease), transform .16s var(--ease);
}
.btn:active { transform: scale(.97); }
.btn-solid { background: var(--accent); color: #fff; }
.btn-solid:hover { background: var(--accent-deep); }

/* ---------- topbar ---------- */
.topbar {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  height: var(--topbar-h);
  display: flex; align-items: center; justify-content: flex-end;
  padding-inline: clamp(16px, 4vw, 56px);
  transition: background-color .25s var(--ease), box-shadow .25s var(--ease);
}
.topbar.is-solid {
  background: var(--paper);
  box-shadow: 0 1px 0 var(--line);
}
/* Without JS there is no .is-solid toggle — keep the bar over the hero only. */
html:not(.js) .topbar { position: absolute; }
/* Ink-on-white is the default (the static hero is white). The inverted
   over-the-photo treatment applies only while the scrub story is behind it. */
/* Brand sits dead-centre of the bar (client call: name centred, above the
   house in the hero footage); nav + phone keep the right edge. */
.brand {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  text-decoration: none; color: var(--ink); line-height: 1.1;
}
.brand-name { font: 700 1.06rem/1.1 var(--display); letter-spacing: .01em; text-transform: uppercase; }
.brand-trade { font: 500 .72rem/1.2 var(--body); letter-spacing: .18em; text-transform: uppercase; opacity: .85; }
.topbar-right { display: flex; align-items: center; gap: 22px; }
.topbar-nav { display: flex; gap: 22px; }
.topbar-nav a {
  font: 700 .84rem/1 var(--body); letter-spacing: .08em; text-transform: uppercase;
  text-decoration: none; color: var(--ink-70);
  padding: 6px 2px; border-bottom: 2px solid transparent;
  transition: color .18s var(--ease), border-color .18s var(--ease);
}
.topbar-nav a:hover { color: var(--ink); border-bottom-color: var(--accent-bright); }
@media (max-width: 899px) { .topbar-nav { display: none; } }
.topbar-phone {
  font: 700 1.05rem/1 var(--body); text-decoration: none; color: var(--white);
  padding: 12px 18px; border-radius: var(--radius);
  background: var(--accent);
  transition: background-color .2s var(--ease), transform .16s var(--ease);
}
.topbar-phone:hover { background: var(--accent-deep); }
.topbar-phone:active { transform: scale(.97); }
html.scrub .topbar:not(.is-solid) .brand { color: var(--white); }
html.scrub .topbar:not(.is-solid) .topbar-nav a { color: rgba(255, 255, 255, .88); }
html.scrub .topbar:not(.is-solid) .topbar-nav a:hover { color: var(--white); border-bottom-color: rgba(255, 255, 255, .7); }
html.scrub .topbar:not(.is-solid) .topbar-phone { background: rgba(26, 33, 38, .35); }
html.scrub .topbar:not(.is-solid) .topbar-phone:hover { background: rgba(26, 33, 38, .55); }
@media (max-width: 699px) {
  .topbar-phone { font-size: .95rem; padding: 10px 14px; }
  .brand-name { font-size: .84rem; white-space: nowrap; }
  .brand-trade { font-size: .62rem; }
}
/* Below ~380px the centred brand would collide with the phone pill —
   fall back to the left edge on tiny screens only. */
@media (max-width: 379px) {
  .topbar { justify-content: space-between; }
  .brand { position: static; transform: none; align-items: flex-start; text-align: left; }
}

/* ---------- static hero (default): clean white, number + form front and centre ---------- */
.hero {
  min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  padding: calc(var(--topbar-h) + 28px) 20px 56px;
  background: var(--paper);
}
.hero-inner { width: min(100%, 25rem); }
.hero h1 { font-size: clamp(2rem, 7.4vw, 2.6rem); }
.hero-sub { margin-top: 12px; font-size: 1rem; line-height: 1.55; color: var(--ink-70); }
.hero-phone { margin-top: 28px; display: flex; flex-direction: column; gap: 3px; }
.hero-phone-label { font: 500 .8rem/1.3 var(--body); letter-spacing: .06em; text-transform: uppercase; color: var(--ink-50); }
.hero-phone-number {
  font: 700 2.35rem/1.1 var(--display); letter-spacing: .015em;
  white-space: nowrap; text-decoration: none; color: var(--accent-bright);
}
.hero-phone-number:hover { color: var(--white); }
.hero-phone-hours { font: 400 .84rem/1.4 var(--body); color: var(--ink-50); }
.hero .qf-or { margin: 22px 0 16px; }

/* ---------- scroll story (desktop, html.scrub only) ---------- */
.story { display: none; }
html.scrub .hero { display: none; }
html.scrub .story { display: block; }

.story-track { height: 380vh; }
.stage { position: sticky; top: 0; height: 100vh; overflow: hidden; background: var(--coal); }
.stage-poster, .stage-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.stage-canvas { opacity: 0; transition: opacity .3s var(--ease); }
.stage-canvas.is-ready { opacity: 1; }
.stage-shade {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(18, 24, 28, .38), rgba(18, 24, 28, 0) 18%),
    linear-gradient(75deg, rgba(18, 24, 28, .56) 0%, rgba(18, 24, 28, .26) 30%, rgba(18, 24, 28, 0) 56%),
    linear-gradient(0deg, rgba(18, 24, 28, .42), rgba(18, 24, 28, 0) 34%);
}

.beats {
  position: absolute;
  left: clamp(32px, 5vw, 76px);
  bottom: clamp(40px, 9vh, 96px);
  width: min(34rem, 40vw);
}
.beat {
  position: absolute; left: 0; bottom: 0; width: 100%;
  color: var(--white);
  opacity: 0; transform: translateY(12px);
  transition: opacity .24s var(--ease), transform .24s var(--ease);
  pointer-events: none;
}
.beat.is-on { opacity: 1; transform: none; transition-duration: .28s; }
.beat :is(h1, h2) { font-size: clamp(2.3rem, 3.8vw, 3.5rem); text-wrap: balance; }
.beat p { margin-top: 12px; font-size: 1.08rem; max-width: 27rem; color: rgba(250, 249, 245, .9); }

.story-hint {
  position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%);
  display: flex; align-items: center; gap: 10px;
  font: 500 .8rem/1 var(--body); letter-spacing: .14em; text-transform: uppercase;
  color: rgba(250, 249, 245, .75);
  transition: opacity .3s var(--ease);
}
.story-hint-line { width: 36px; height: 1px; background: rgba(250, 249, 245, .5); }
.story.is-begun .story-hint { opacity: 0; }

/* ---------- conversion rail ---------- */
.rail {
  position: absolute;
  right: clamp(24px, 4vw, 64px); top: 50%;
  transform: translateY(-50%);
  width: 356px; max-height: calc(100vh - 96px); overflow-y: auto;
  background: var(--paper-bright);
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 28px 64px -28px rgba(15, 20, 24, .5);
}
.rail-phone { display: flex; flex-direction: column; gap: 3px; }
.rail-phone-label { font: 500 .8rem/1.3 var(--body); letter-spacing: .06em; text-transform: uppercase; color: var(--ink-50); }
.rail-phone-number {
  font: 700 1.78rem/1.15 var(--display); letter-spacing: .015em;
  white-space: nowrap;
  color: var(--ink); text-decoration: none;
}
.rail-phone-number:hover { color: var(--accent-bright); }
.rail-phone-hours { font: 400 .84rem/1.4 var(--body); color: var(--ink-50); }

.qf-or {
  display: flex; align-items: center; gap: 12px; margin: 16px 0 14px;
  color: var(--ink-50); font: 500 .78rem/1 var(--body); letter-spacing: .1em; text-transform: uppercase;
}
.qf-or::before, .qf-or::after { content: ''; flex: 1; height: 1px; background: var(--line); }

/* ---------- quote form ---------- */
.qform { display: block; }
.qf-step { border: 0; padding: 0; margin: 0; min-width: 0; }
.qf-legend { padding: 0; margin: 0 0 12px; font: 700 1.02rem/1.3 var(--body); color: var(--ink); }

.chip {
  display: flex; align-items: center; min-height: 46px;
  padding: 10px 14px; border: 1.5px solid var(--line);
  border-radius: var(--radius); background: var(--paper-bright);
  font: 500 .93rem/1.25 var(--body); color: var(--ink);
  cursor: pointer; user-select: none;
  transition: border-color .16s var(--ease), background-color .16s var(--ease), transform .12s var(--ease);
}
.chip:hover { border-color: rgba(233, 237, 241, .45); }
.chip:active { transform: scale(.97); }
.chip:has(.sr-input:checked) { border-color: var(--accent-bright); background: var(--accent); color: var(--white); }
.chip:has(.sr-input:focus-visible) { outline: 2px solid var(--accent-bright); outline-offset: 2px; }
.chip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.chip-urgent { background: var(--coal); color: var(--white); border-color: var(--coal); }
.chip-urgent:hover { border-color: var(--coal); background: #1A2530; }
.chip-urgent:has(.sr-input:checked) { background: #1A2530; border-color: var(--accent-bright); }

.qf-error { margin: 10px 0 0; font: 500 .88rem/1.4 var(--body); color: var(--error); }
.qf-continue, .qf-send { width: 100%; margin-top: 14px; }

.qf-chosen {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 0 14px; padding: 8px 12px;
  border: 1.5px solid var(--accent); border-radius: 999px;
  background: var(--accent-wash);
  font: 500 .9rem/1.2 var(--body); color: var(--ink); cursor: pointer;
  transition: background-color .16s var(--ease), transform .12s var(--ease);
}
.qf-chosen:hover { background: rgba(61, 116, 168, .28); }
.qf-chosen:active { transform: scale(.97); }
.qf-chosen-change { font-weight: 700; font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; color: var(--accent-bright); }

.qf-field { margin-top: 12px; }
.qf-field label { display: block; margin-bottom: 6px; font: 500 .88rem/1.3 var(--body); color: var(--ink-70); }
.qf-field label em { font-style: normal; color: var(--ink-50); }
.qf-field input, .qf-field textarea {
  width: 100%; min-height: 48px; padding: 12px 14px;
  border: 1.5px solid rgba(233, 237, 241, .28); border-radius: var(--radius);
  background: var(--paper-bright); color: var(--ink);
  font: 400 1rem/1.4 var(--body);
  transition: border-color .16s var(--ease);
}
.qf-field textarea { resize: vertical; min-height: 84px; }
.qf-field input:hover, .qf-field textarea:hover { border-color: rgba(233, 237, 241, .5); }
.qf-field input:focus-visible, .qf-field textarea:focus-visible { outline: 2px solid var(--accent-bright); outline-offset: 1px; border-color: var(--accent-bright); }
.qf-field input[aria-invalid="true"] { border-color: var(--error); }
.qf-msg { margin: 6px 0 0; font: 500 .84rem/1.4 var(--body); color: var(--error); }
.qf-fine { margin-top: 10px; font: 400 .82rem/1.45 var(--body); color: var(--ink-50); text-align: center; }

.qf-emergency { text-align: left; }
.qf-emergency h3 { font-size: 1.5rem; }
.qf-emergency p { margin: 10px 0 16px; color: var(--ink-70); }
.qf-emergency .btn { width: 100%; }
.qf-back-link {
  display: block; margin: 12px auto 0; padding: 8px;
  background: none; border: 0; cursor: pointer;
  font: 500 .88rem/1 var(--body); color: var(--ink-50);
  text-decoration: underline; text-underline-offset: 3px;
}
.qf-back-link:hover { color: var(--ink); }

.qf-done h3 { font-size: 1.5rem; outline: none; }
.qf-done p { margin-top: 10px; color: var(--ink-70); }
.qf-done a { font-weight: 700; }

/* form state machine (JS only) — default no-JS view stacks everything usable */
html.js .qform .qf-step2,
html.js .qform .qf-emergency,
html.js .qform .qf-done { display: none; }
html.js .qform.at-step2 .qf-step1 { display: none; }
html.js .qform.at-step2 .qf-step2 { display: block; }
html.js .qform.at-emergency .qf-step1 { display: none; }
html.js .qform.at-emergency .qf-emergency { display: block; }
html.js .qform.is-done .qf-step1,
html.js .qform.is-done .qf-step2,
html.js .qform.is-done .qf-emergency { display: none; }
html.js .qform.is-done .qf-done { display: block; }
html:not(.js) .qf-continue { display: none; }
html:not(.js) .qf-chosen { display: none; }
html:not(.js) .qf-emergency { display: none; }
.qf-step2, .qf-emergency, .qf-done { animation: qf-in .22s var(--ease); }
@keyframes qf-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .qf-step2, .qf-emergency, .qf-done { animation: none; }
}

/* ---------- services grid ---------- */
.services { padding: clamp(56px, 9vw, 110px) clamp(20px, 5vw, 76px) clamp(48px, 7vw, 96px); }
.services-head h2 { font-size: clamp(1.9rem, 3.4vw, 2.8rem); max-width: 22ch; }

/* Outlined cards on a relative wrapper. pipes.js measures the rendered
   cards and lays an absolutely-positioned SVG of little PVC connectors
   into .services-flow beneath them (the grid sits on z-index 1, so pipe
   ends tuck flush under the card outlines). The pipes are decoration
   only — the grid is complete without them. */
.services-flow { position: relative; margin-top: 36px; }
.services-grid {
  position: relative; z-index: 1;
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.service {
  display: block; height: 100%;
  padding: clamp(20px, 2.6vw, 34px);
  background: var(--paper-bright);
  border: 1.5px solid var(--accent);
  border-radius: 14px;
  color: var(--ink); text-decoration: none;
  transition: background-color .18s var(--ease);
}
.service:hover { background: var(--accent-wash); }
.service:active { transform: none; }
.service svg { display: block; width: 30px; height: 30px; color: var(--accent-bright); }
.service h3 { margin-top: 16px; font-size: 1.22rem; letter-spacing: .015em; color: var(--white); }
.service p { margin-top: 6px; font-size: .93rem; line-height: 1.5; color: var(--ink-70); max-width: 24ch; }
.service-go {
  display: inline-block; margin-top: 12px;
  font: 700 .82rem/1 var(--body); letter-spacing: .06em; text-transform: uppercase;
  color: var(--accent-bright);
}

/* The PVC run (SVG injected by pipes.js). A pipe is green walls around
   a white bore; couplings are the short wider sleeves where a pipe end
   meets a card. The dashes drifting through the bore are the only
   animation — pure CSS, so html.static's global animation kill and the
   reduced-motion query below both catch it; pipes stay put either way. */
.services-pipes {
  position: absolute; inset: 0; z-index: 0;
  display: block; overflow: hidden;
  pointer-events: none;
}
.services-pipes path { fill: none; }
.services-pipes .pipe-wall { stroke: var(--accent); stroke-width: 11; }
.services-pipes .pipe-bore { stroke: var(--paper); stroke-width: 8; }
.services-pipes .pipe-flow {
  stroke: var(--accent); stroke-opacity: .5; stroke-width: 2;
  stroke-dasharray: 4 8;
  animation: pipe-run 2.2s linear infinite;
}
.services-pipes .pipe-coupling { fill: var(--paper); stroke: var(--accent); stroke-width: 1.5; }
@keyframes pipe-run { to { stroke-dashoffset: -12; } }
@media (prefers-reduced-motion: reduce) {
  .services-pipes .pipe-flow { animation: none; }
}

@media (max-width: 899px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .services-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* ---------- about ---------- */
.about { padding: clamp(56px, 9vw, 110px) clamp(20px, 5vw, 76px); }
.about-inner {
  display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(32px, 6vw, 88px); max-width: 74rem;
}
.about h2 { font-size: clamp(1.9rem, 3.4vw, 2.8rem); max-width: 20ch; }
.about-story p { margin-top: 16px; color: var(--ink-70); max-width: 34rem; }
.about-story p strong { color: var(--ink); }
.about-facts { list-style: none; margin: 6px 0 0; padding: 0; }
.about-facts li {
  display: flex; gap: 12px; align-items: baseline;
  padding: 14px 0; border-bottom: 1px solid var(--line);
  font: 500 .98rem/1.5 var(--body);
}
.about-facts li:first-child { border-top: 1px solid var(--line); }
.about-facts li::before { content: '✓'; color: var(--accent-bright); font-weight: 700; flex: 0 0 auto; }
.about-facts span { color: var(--ink-50); }
@media (max-width: 899px) {
  .about-inner { grid-template-columns: 1fr; }
}

/* ---------- trust strip ---------- */
.trust { border-block: 1px solid var(--line); margin-inline: clamp(20px, 5vw, 76px); }
.trust ul {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.trust li { padding: 22px 20px; display: flex; flex-direction: column; gap: 3px; }
.trust li + li { border-left: 1px solid var(--line); }
.trust strong { font: 700 1rem/1.3 var(--body); }
.trust span { font: 400 .88rem/1.4 var(--body); color: var(--ink-50); }
@media (max-width: 899px) {
  .trust ul { grid-template-columns: 1fr 1fr; }
  .trust li:nth-child(3) { border-left: 0; }
  .trust li:nth-child(n+3) { border-top: 1px solid var(--line); }
}
@media (max-width: 520px) {
  .trust ul { grid-template-columns: 1fr; }
  .trust li { border-left: 0 !important; }
  .trust li + li { border-top: 1px solid var(--line); }
}

/* ---------- quote section ---------- */
.quote { padding: clamp(56px, 9vw, 128px) clamp(20px, 5vw, 76px); }
.quote-inner {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(32px, 6vw, 96px); max-width: 74rem;
}
.quote-head h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); max-width: 18ch; text-wrap: balance; }
.quote-head p { margin-top: 16px; font-size: 1.05rem; color: var(--ink-70); max-width: 30rem; }
.quote-head a { font-weight: 700; white-space: nowrap; }
.qform--full .chip-grid { grid-template-columns: repeat(3, 1fr); }
.qform--full .qf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.qform--full .qf-row .qf-field { margin-top: 12px; }
.qform--full .qf-continue, .qform--full .qf-send { width: auto; min-width: 240px; }
.qform--full .qf-fine { text-align: left; }
@media (max-width: 899px) {
  .quote-inner { grid-template-columns: 1fr; }
  .qform--full .chip-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .qform--full .qf-row { grid-template-columns: 1fr; gap: 0; }
  .qform--full .qf-continue, .qform--full .qf-send { width: 100%; }
}

/* ---------- footer ---------- */
.foot {
  background: var(--coal); color: var(--white);
  padding: clamp(40px, 6vw, 72px) clamp(20px, 5vw, 76px) 28px;
}
.foot .brand-name, .foot .brand-trade { color: var(--white); }
.foot-brand { display: flex; flex-direction: column; line-height: 1.15; margin-bottom: 20px; }
.foot-brand .brand-name { font: 700 1.35rem/1.1 var(--display); text-transform: uppercase; }
.foot-brand .brand-trade { font: 500 .74rem/1.3 var(--body); letter-spacing: .18em; text-transform: uppercase; opacity: .8; }
.foot-meta { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 26px; font-size: .95rem; }
.foot-meta a { color: var(--white); text-decoration-color: rgba(250, 249, 245, .4); text-underline-offset: 3px; }
.foot-meta a:hover { text-decoration-color: var(--white); }
.foot-fine { margin-top: 26px; font-size: .8rem; color: rgba(250, 249, 245, .55); }
/* The illustration disclosure only makes sense where the sequence shows. */
.foot-seq-note { display: none; }
html.scrub .foot-seq-note { display: inline; }
