/* Rung — landing page only.
   Kept separate so the app screens stay lean; they never load this file.

   The research is the design: big honest numbers, an editorial column, the rung motif as
   section punctuation — and one product shot (a pure-CSS phone) where the design gets to
   show off. */

.landing { background: var(--bg); }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 var(--s5); }

/* ---------- hero ---------- */

.hero {
  padding: var(--s8) 0 var(--s8);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(70rem 36rem at 18% -12%, var(--accent-wash), transparent 62%),
    radial-gradient(50rem 30rem at 95% 8%, color-mix(in srgb, #c9a227 9%, transparent), transparent 60%),
    var(--surface);
  overflow: hidden;
}

.hero .wrap {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: var(--s7);
  align-items: center;
}

.eyebrow {
  font-size: var(--t-xs); font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted); margin-bottom: var(--s5);
}

.hero h1 {
  font-size: var(--t-3xl);
  line-height: 1.12;
  margin-bottom: var(--s5);
}
.hero h1 em { font-style: italic; color: var(--accent); }

.lede {
  font-size: var(--t-lg); line-height: 1.55; color: var(--ink-soft);
  max-width: 54ch; margin-bottom: var(--s6);
}

.cta-row { display: flex; flex-wrap: wrap; gap: var(--s3); }

.cta {
  display: inline-block; padding: var(--s3) var(--s6);
  background: var(--accent); color: var(--accent-ink);
  font-weight: 600; font-size: var(--t-base);
  text-decoration: none; border-radius: var(--radius-sm);
  border: 1px solid var(--accent);
  transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.cta:hover {
  background: var(--accent-hover); border-color: var(--accent-hover);
  transform: translateY(-2px); box-shadow: var(--shadow-lg);
}
.cta-ghost {
  background: transparent; color: var(--accent); border-color: var(--line-strong);
}
.cta-ghost:hover { background: var(--accent-wash); border-color: var(--accent); box-shadow: var(--shadow-sm); }
@media (prefers-reduced-motion: reduce) { .cta:hover { transform: none; } }

/* ---------- the phone: a pure-CSS product shot ---------- */

.phone-col { display: flex; justify-content: center; }

.phone {
  width: 320px; flex: none;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 36px;
  padding: var(--s4);
  box-shadow: var(--shadow-lg);
  transform: rotate(2.5deg);
  transition: transform .3s ease;
}
.phone:hover { transform: rotate(0deg); }
@media (prefers-reduced-motion: reduce) { .phone, .phone:hover { transform: none; } }

.phone-notch {
  width: 88px; height: 5px; border-radius: 3px;
  background: var(--line-strong); margin: 0 auto var(--s4);
}

.phone-screen {
  border: 1px solid var(--line); border-radius: 22px;
  overflow: hidden; background: var(--bg);
}

.ps-head {
  display: flex; align-items: center; gap: var(--s2);
  padding: var(--s3) var(--s4);
  background: var(--surface); border-bottom: 1px solid var(--line);
  font-family: var(--serif); font-weight: 600; font-size: var(--t-sm);
}
.ps-head .mark { width: 14px; height: 14px; }
.ps-head .mark span { height: 2px; }

.ps-body { padding: var(--s4); display: grid; gap: var(--s3); }

.ps-spoken {
  justify-self: end; max-width: 85%;
  background: var(--accent); color: var(--accent-ink);
  padding: var(--s2) var(--s4); border-radius: 14px 14px 4px 14px;
  font-size: var(--t-sm); line-height: 1.5;
}
.ps-label {
  font-size: 10px; font-weight: 700; letter-spacing: .09em;
  text-transform: uppercase; color: var(--muted);
}
.ps-record {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: var(--s3) var(--s4);
  font-size: var(--t-xs); line-height: 1.55; box-shadow: var(--shadow-sm);
}
.ps-record strong { display: block; font-size: var(--t-sm); margin-bottom: 2px; }
.ps-chip {
  display: inline-block; justify-self: start;
  background: var(--routine); color: #fff;
  font-size: 10px; font-weight: 700; letter-spacing: .04em;
  padding: 3px 10px; border-radius: 999px;
}
.ps-chip.concern { background: var(--concern); }
.ps-change {
  display: block; margin-top: var(--s2); padding-top: var(--s2);
  border-top: 1px dashed var(--line);
  color: var(--muted); font-size: 11px; line-height: 1.45;
}
.ps-why {
  display: block; margin-top: 4px;
  color: var(--muted); font-size: 11px; font-style: italic; line-height: 1.4;
}
.ps-play { color: var(--accent); text-transform: none; letter-spacing: 0; }
.ps-readback {
  background: var(--accent-wash); border-left: 3px solid var(--accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: var(--s2) var(--s3); font-size: var(--t-sm); line-height: 1.6;
}
.ps-actions { display: flex; gap: var(--s2); }
.ps-actions span {
  flex: 1; text-align: center; font-size: var(--t-xs); font-weight: 600;
  padding: var(--s2) 0; border-radius: 6px;
}
.ps-actions .ps-yes { background: var(--accent); color: var(--accent-ink); }
.ps-actions .ps-no { background: var(--surface); border: 1px solid var(--line-strong); color: var(--ink); }

.phone-caption {
  margin-top: var(--s4); text-align: center;
  font-size: var(--t-xs); color: var(--muted);
}

/* ---------- sections ---------- */

.landing-main { max-width: none; margin: 0; padding: 0; }


/* Numbered editorial kicker: 01  THE PROBLEM ─────────── */
.kicker {
  display: flex; align-items: center; gap: var(--s3);
  font-size: var(--t-xs); font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-soft);
  margin-bottom: var(--s5);
}
.k-num {
  font-family: var(--serif); font-size: var(--t-lg); font-weight: 600;
  letter-spacing: 0; color: var(--accent); line-height: 1;
  font-variant-numeric: tabular-nums;
}

.sub-h { font-size: var(--t-lg); margin: var(--s6) 0 var(--s3); }

.body { font-size: var(--t-base); line-height: 1.65; color: var(--ink-soft); max-width: 62ch; }
.body + .body { margin-top: var(--s4); }

.note {
  margin-top: var(--s5); padding: var(--s4) var(--s5);
  background: var(--raised); border-left: 3px solid var(--line-strong);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: var(--t-sm); line-height: 1.6; color: var(--muted); max-width: 62ch;
}

/* ---------- the EVV visit record: a document, not a list ---------- */

.evv-doc {
  max-width: 480px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
/* Perforated top edge — it reads as a printed record. */
.evv-doc::before {
  content: ""; display: block; height: 8px;
  background-image: radial-gradient(circle at 8px 0, transparent 5px, var(--raised) 5px);
  background-size: 16px 8px; background-repeat: repeat-x;
}
.evv-doc-head {
  padding: var(--s4) var(--s5) var(--s3);
  border-bottom: 2px solid var(--line-strong);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: var(--t-xs); letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted);
  display: flex; justify-content: space-between;
}
.evv { list-style: none; margin: 0; padding: var(--s2) var(--s5) var(--s5); }
.evv li {
  display: flex; align-items: center; gap: var(--s4);
  padding: var(--s3) 0;
  border-bottom: 1px dashed var(--line);
  font-size: var(--t-sm);
}
.evv li:nth-last-child(2) { border-bottom: none; }
.evv-n {
  flex: none; width: 24px; height: 24px;
  display: grid; place-items: center;
  border-radius: 50%; background: var(--raised); color: var(--muted);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: var(--t-xs); font-weight: 600;
}
.evv-missing {
  color: var(--urgent); font-weight: 600;
  border: 1.5px dashed var(--urgent) !important; border-radius: var(--radius-sm);
  margin-top: var(--s3); padding: var(--s3) var(--s3) !important;
  background: color-mix(in srgb, var(--urgent) 5%, var(--surface));
}
.evv-missing .evv-n { background: transparent; color: var(--urgent); border: 1.5px dashed var(--urgent); }

/* ---------- stats ---------- */

.stat-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: var(--s4); margin: var(--s6) 0 0;
}
.stat {
  padding: var(--s5);
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.stat-n {
  display: block; font-family: var(--serif);
  font-size: var(--t-3xl); font-weight: 600; line-height: 1.05;
  color: var(--accent); letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.stat-k {
  display: block; margin-top: var(--s3); padding-top: var(--s3);
  border-top: 1px solid var(--line);
  font-size: var(--t-sm); line-height: 1.45; color: var(--muted);
}

/* ---------- causes table ---------- */

.causes { width: 100%; border-collapse: collapse; margin-top: var(--s3); }
.causes th {
  text-align: left; padding: var(--s2) var(--s3);
  font-size: var(--t-xs); text-transform: uppercase; letter-spacing: .06em;
  color: var(--muted); border-bottom: 2px solid var(--line-strong);
}
.causes td {
  padding: var(--s3); border-bottom: 1px solid var(--line);
  font-size: var(--t-sm); line-height: 1.5; vertical-align: top;
}
.causes tr td:first-child { font-weight: 600; width: 42%; }

/* ---------- four outputs ---------- */

.outputs {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--s4);
}
.output {
  padding: var(--s5);
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform .15s ease, box-shadow .15s ease;
}
.output:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
@media (prefers-reduced-motion: reduce) { .output:hover { transform: none; } }
.output-n {
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--accent-wash); color: var(--accent);
  font-family: var(--serif); font-size: var(--t-sm); font-weight: 600;
  margin-bottom: var(--s4);
}
.output h3 { font-size: var(--t-lg); margin-bottom: var(--s2); }
.output p { font-size: var(--t-sm); line-height: 1.6; color: var(--muted); }

/* ---------- the problem, told as three beats ---------- */

.story {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--s4);
}
.beat {
  padding: var(--s5);
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.beat-n {
  display: grid; place-items: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--raised); color: var(--muted);
  font-family: var(--serif); font-weight: 600; font-size: var(--t-sm);
  margin-bottom: var(--s4);
}
.beat:last-child { border-color: var(--urgent); }
.beat:last-child .beat-n { background: color-mix(in srgb, var(--urgent) 10%, var(--surface)); color: var(--urgent); }
.beat h3 { font-size: var(--t-lg); margin-bottom: var(--s2); }
.beat p { font-size: var(--t-sm); line-height: 1.6; color: var(--muted); }

/* ---------- how it works: three steps ---------- */

.steps { display: grid; gap: var(--s4); max-width: 560px; }
.step {
  display: flex; gap: var(--s4); align-items: flex-start;
  padding: var(--s4) var(--s5);
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.step-n {
  flex: none; display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--accent-wash); color: var(--accent);
  font-family: var(--serif); font-size: var(--t-lg); font-weight: 600;
}
.step h3 { font-size: var(--t-lg); margin-bottom: var(--s1); }
.step p { font-size: var(--t-sm); line-height: 1.55; color: var(--muted); }
.step .hint { margin-top: var(--s2); }

/* ---------- the nurse-alert card: the product's money moment ---------- */

.alert-mini {
  max-width: 480px; margin-top: var(--s6);
  background: var(--surface);
  border: 1px solid var(--line); border-left: 5px solid var(--urgent);
  border-radius: var(--radius-sm);
  padding: var(--s4) var(--s5);
  box-shadow: var(--shadow-lg);
}
.am-head {
  display: flex; align-items: center; gap: var(--s3); flex-wrap: wrap;
  margin-bottom: var(--s3);
}
.am-badge {
  background: var(--urgent); color: #fff;
  font-size: var(--t-xs); font-weight: 700; letter-spacing: .02em;
  padding: var(--s1) var(--s3); border-radius: 999px; white-space: nowrap;
}
.am-client { font-family: var(--serif); font-weight: 600; font-size: var(--t-lg); }
.am-meta { font-size: var(--t-xs); color: var(--muted); }
.am-reason { font-size: var(--t-sm); line-height: 1.55; margin-bottom: var(--s2); }
.am-foot {
  margin-top: var(--s3); padding-top: var(--s3);
  border-top: 1px dashed var(--line);
  font-size: var(--t-xs); color: var(--muted);
}

/* ---------- the language wall ---------- */

.lang-wall {
  display: flex; flex-wrap: wrap; gap: var(--s2);
  margin-bottom: var(--s5);
}
.lang {
  padding: var(--s2) var(--s4);
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 999px;
  font-size: var(--t-base); line-height: 1.3;
  color: var(--ink-soft);
  box-shadow: var(--shadow-sm);
}
.lang.validated {
  border-color: var(--accent); color: var(--accent);
  background: var(--accent-wash); font-weight: 600;
}
.lang.validated::after {
  content: " ✓"; font-size: var(--t-xs);
}

/* ---------- the contrast: their way vs the Rung way ---------- */

.contrast {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: var(--s4); margin-top: var(--s6);
}
.con-card {
  padding: var(--s5); border-radius: var(--radius);
  border: 1px solid var(--line); background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.con-them { color: var(--muted); }
.con-them .con-icon { color: var(--urgent); }
.con-us { border-color: var(--accent); box-shadow: var(--shadow-lg); }
.con-us .con-icon { color: var(--accent); }
.con-icon { width: 40px; height: 40px; margin-bottom: var(--s3); }
.con-icon svg { width: 100%; height: 100%; }
.con-card h3 { font-size: var(--t-lg); margin-bottom: var(--s1); color: var(--ink); }
.con-lede { font-size: var(--t-sm); margin-bottom: var(--s4); }
.con-card ul { list-style: none; margin: 0; padding: 0; }
.con-card li {
  position: relative; padding: var(--s2) 0 var(--s2) var(--s5);
  border-bottom: 1px solid var(--line);
  font-size: var(--t-sm); line-height: 1.55;
}
.con-card li:last-child { border-bottom: none; }
.con-them li::before {
  content: "\2715"; position: absolute; left: 0; top: 9px;
  font-size: var(--t-xs); font-weight: 700; color: var(--urgent);
}
.con-us li::before {
  content: "\2713"; position: absolute; left: 0; top: 9px;
  font-size: var(--t-sm); font-weight: 700; color: var(--accent);
}
.con-us strong { color: var(--ink); }

/* ---------- closer: the dark band that ends the page ---------- */

.closer {
  padding: var(--s9) var(--s5);
  text-align: center;
  background:
    radial-gradient(60rem 30rem at 50% 120%, color-mix(in srgb, var(--accent) 30%, transparent), transparent 65%),
    var(--ink);
  color: var(--bg);
}
.closer h2 {
  font-size: var(--t-2xl); max-width: 24ch;
  margin: 0 auto var(--s6); line-height: 1.2; color: inherit;
}
.closer .cta-row { justify-content: center; }
/* currentColor, not var(--bg): the band flips its text color per theme, and the ghost
   button must stay legible on it in BOTH (it was invisible in dark mode). */
.closer .cta-ghost { color: inherit; border-color: color-mix(in srgb, currentColor 45%, transparent); }
.closer .cta-ghost:hover { background: color-mix(in srgb, currentColor 12%, transparent); border-color: currentColor; }
@media (prefers-color-scheme: dark) {
  .closer { background:
    radial-gradient(60rem 30rem at 50% 120%, color-mix(in srgb, var(--accent) 24%, transparent), transparent 65%),
    #060505; color: var(--ink); }
}

/* ---------- scroll reveals (progressive enhancement) ----------
   Elements are visible by default. landing.js adds .reveal-armed to <body> only when the
   observer exists and motion is allowed — so no JS, no animation, nothing hidden. */

.reveal-armed .reveal {
  opacity: 0; transform: translateY(12px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal-armed .reveal.in { opacity: 1; transform: none; }
/* Stagger only inside explicit card rows. Keying off nth-child of any .reveal meant a
   section's delay depended on its position in the document, which is arbitrary. */
.reveal-armed .stat-row .stat:nth-child(2),
.reveal-armed .outputs .output:nth-child(2) { transition-delay: .07s; }
.reveal-armed .stat-row .stat:nth-child(3),
.reveal-armed .outputs .output:nth-child(3) { transition-delay: .14s; }
.reveal-armed .outputs .output:nth-child(4) { transition-delay: .21s; }

/* ---------- narrow ---------- */

@media (max-width: 880px) {
  .hero .wrap { grid-template-columns: 1fr; gap: var(--s6); }
  .phone-col { order: 2; }
  .phone { transform: rotate(0); width: 300px; }
}

@media (max-width: 620px) {
  .hero { padding: var(--s7) 0; }
  .hero h1 { font-size: var(--t-2xl); }
  .lede { font-size: var(--t-base); }
  .section { padding: var(--s7) var(--s4); }
  .closer { padding: var(--s8) var(--s4); }
  .closer h2 { font-size: var(--t-xl); }
  .wrap { padding: 0 var(--s4); }
  .cta { flex: 1; text-align: center; }
  .causes tr td:first-child { width: 46%; }
  .stat-n { font-size: var(--t-2xl); }
}


/* ============================================================================
   BANDS — sections separated by mass, not hairlines.
   Free-floating 1px rules slid under the translucent sticky header while
   scrolling and read as flickering artifacts. Colour blocks never do that.
   ========================================================================= */

.band { position: relative; }
.band-inner {
  position: relative; z-index: 1;
  max-width: 780px; margin: 0 auto; padding: var(--s9) var(--s5);
}
.band-a { background: var(--bg); }
.band-b { background: var(--surface); }


.band h2 { font-size: var(--t-2xl); margin-bottom: var(--s5); max-width: 26ch; }

/* ---------- 01 · the escalating timeline ---------- */

.timeline {
  list-style: none; margin: var(--s6) 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s5);
  position: relative;
}
/* the rail, grading from calm to urgent */
.timeline::before {
  content: ""; position: absolute; left: 8%; right: 8%; top: 60px; height: 2px;
  background: linear-gradient(90deg, var(--line-strong) 0%, var(--concern) 55%, var(--urgent) 100%);
  border-radius: 2px;
}
.tl-step { position: relative; text-align: center; }
.tl-day {
  display: block; font-size: var(--t-xs); font-weight: 700; letter-spacing: .09em;
  text-transform: uppercase; color: var(--muted); margin-bottom: var(--s3);
}
.tl-node {
  position: relative; z-index: 1;
  display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto var(--s4);
  border-radius: 50%; background: var(--surface);
  border: 2px solid var(--line-strong); color: var(--muted);
  box-shadow: var(--shadow-sm);
}
.tl-node svg { width: 26px; height: 26px; }
.tl-mid .tl-node { border-color: var(--concern); color: var(--concern); }
.tl-end .tl-node { border-color: var(--urgent); color: var(--urgent); }
.tl-end .tl-node::after {
  content: ""; position: absolute; inset: -6px; border-radius: 50%;
  border: 1.5px dashed var(--urgent); opacity: .5;
}
.tl-step h3 { font-size: var(--t-lg); margin-bottom: var(--s2); }
.tl-end h3 { color: var(--urgent); }
.tl-step p { font-size: var(--t-sm); line-height: 1.6; color: var(--muted); }

/* ---------- 02 · the connected flow ---------- */

.flow { list-style: none; margin: var(--s6) 0 0; padding: 0; position: relative; }
.flow::before {
  content: ""; position: absolute; left: 27px; top: 28px; bottom: 28px; width: 2px;
  background: linear-gradient(180deg, var(--line-strong), var(--accent));
  border-radius: 2px;
}
.fl-step {
  position: relative; display: flex; gap: var(--s4); align-items: flex-start;
  margin-bottom: var(--s4);
}
.fl-node {
  position: relative; z-index: 1; flex: none;
  display: grid; place-items: center; width: 56px; height: 56px;
  border-radius: 50%; background: var(--surface);
  border: 2px solid var(--line-strong); color: var(--accent);
  box-shadow: var(--shadow-sm);
}
.fl-node svg { width: 26px; height: 26px; }
.fl-node-end { border-color: var(--accent); background: var(--accent); color: var(--accent-ink); }
.fl-body {
  flex: 1; background: var(--bg); border: 1px solid var(--line);
  border-radius: var(--radius); padding: var(--s4) var(--s5); box-shadow: var(--shadow-sm);
}
.band-b .fl-body { background: var(--bg); }
.fl-body h3 { font-size: var(--t-lg); margin-bottom: var(--s1); }
.fl-body p { font-size: var(--t-sm); line-height: 1.55; color: var(--muted); }

.chips { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s3); }
.chip {
  font-size: var(--t-xs); font-weight: 600; color: var(--accent);
  background: var(--accent-wash); border: 1px solid var(--accent);
  padding: 3px var(--s3); border-radius: 999px;
}

.payoff { margin: var(--s6) 0 0 72px; position: relative; }
.payoff-label {
  font-size: var(--t-xs); font-weight: 700; letter-spacing: .09em;
  text-transform: uppercase; color: var(--muted); margin-bottom: var(--s3);
}
.payoff .alert-mini { max-width: none; margin-top: 0; }
@media (max-width: 620px) { .payoff { margin-left: 0; } }

/* ---------- 03 · document + the score ---------- */

.blind {
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: var(--s6); align-items: start; margin-top: var(--s6);
}
.blind .evv-doc { max-width: none; }
.score { display: grid; gap: var(--s4); }
.score-item {
  padding: var(--s4) var(--s5); border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.score-n {
  display: block; font-family: var(--serif); font-weight: 600;
  font-size: var(--t-4xl); line-height: 1; color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
}
.score-k {
  display: block; margin-top: var(--s2); font-size: var(--t-sm);
  line-height: 1.4; color: var(--muted);
}
.score-zero {
  border: 1.5px dashed var(--urgent);
  background: color-mix(in srgb, var(--urgent) 5%, var(--surface));
}
.score-zero .score-n { color: var(--urgent); }
.score .note { margin-top: 0; }

@media (max-width: 880px) {
  .blind { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .band-inner { padding: var(--s8) var(--s4); }
  .timeline { grid-template-columns: 1fr; gap: var(--s6); }
  .timeline::before {
    left: 27px; right: auto; top: 40px; bottom: 40px; width: 2px; height: auto;
    background: linear-gradient(180deg, var(--line-strong), var(--concern) 55%, var(--urgent));
  }
  .tl-step { text-align: left; padding-left: 72px; }
  .tl-node { margin: 0; position: absolute; left: 0; top: 22px; }
  .tl-day { margin-bottom: var(--s2); }
}

@media (max-width: 620px) { .band h2 { font-size: var(--t-xl); max-width: none; } }
