/* ==========================================================================
   Bature Digital — Case study pages
   Built on tokens.css + site.css. All classes are `cs-` prefixed so they
   never collide with the homepage's .case-* / .step / .pillar rules.
   ========================================================================== */

/* ============================
   Hero
   ============================ */
.cs-hero {
  position: relative;
  padding: var(--space-12) 0 var(--space-10);
  background: var(--bg);
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.cs-hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(1000px 560px at 85% -10%, var(--brand-purple-100) 0%, transparent 55%),
    radial-gradient(700px 480px at -10% 110%, rgba(241,197,24,.10) 0%, transparent 60%);
}

/* Carbon-fibre weave — a nod to what Spec-Ring actually makes.
   Two opposing hatches at slightly different weights read as an over/under
   twill; the mask fades it into the purple glow so it never fights the type. */
.cs-hero-weave {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    repeating-linear-gradient(45deg,  rgba(59,14,106,.075) 0 1.5px, transparent 1.5px 9px),
    repeating-linear-gradient(-45deg, rgba(59,14,106,.045) 0 1.5px, transparent 1.5px 9px),
    linear-gradient(245deg, rgba(241,197,24,.13) 0%, transparent 45%);
  -webkit-mask-image: radial-gradient(105% 88% at 80% -2%, #000 20%, transparent 70%);
  mask-image: radial-gradient(105% 88% at 80% -2%, #000 20%, transparent 70%);
}

/* Lift the real content above both decorative layers. */
.cs-hero .container { position: relative; }
.cs-hero-inner { position: relative; max-width: 900px; }
.cs-hero .eyebrow-line { margin-bottom: 22px; }
.cs-hero h1 {
  font-family: var(--font-body); font-weight: 800;
  font-size: clamp(34px, 4.8vw, 62px); line-height: 1.04;
  letter-spacing: -.025em; color: var(--fg);
  margin: 0 0 24px;
  text-wrap: balance;
}
.cs-hero h1 .em {
  color: var(--brand-purple-700);
  position: relative; display: inline-block;
}
.cs-hero h1 .em::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .06em;
  height: .13em; background: var(--brand-mustard-500); z-index: -1;
  border-radius: 2px;
}
.cs-hero-sub {
  font-size: 19px; line-height: 1.6; color: var(--fg-muted);
  margin: 0 0 32px; max-width: 620px;
}
.cs-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* Client identity chip */
.cs-client {
  display: inline-flex; align-items: center; gap: 14px; flex-wrap: wrap;
  background: #fff; border: 1px solid var(--border);
  border-radius: 999px; padding: 9px 20px 9px 12px;
  box-shadow: var(--shadow-sm);
  margin-top: 28px;
  font-size: 13.5px; color: var(--fg-muted);
}
.cs-client-mark {
  width: 30px; height: 30px; border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-purple-700), var(--brand-purple-400));
  color: #fff; font-family: var(--font-display); font-weight: 600;
  font-size: 13px; letter-spacing: .02em;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cs-client strong { color: var(--fg); font-weight: 600; }
.cs-client .sep { width: 4px; height: 4px; border-radius: 99px; background: var(--border-strong); }

/* ============================
   Stat rail
   ============================ */
.cs-rail {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border); border-radius: var(--radius-xl);
  overflow: hidden;
  margin-top: var(--space-9);
  box-shadow: var(--shadow-md);
}
.cs-rail-cell { background: #fff; padding: 28px 24px; }
.cs-rail-v {
  font-family: var(--font-body); font-weight: 800;
  font-size: clamp(28px, 3.4vw, 42px); line-height: 1;
  letter-spacing: -.03em; color: var(--brand-purple-700);
  font-variant-numeric: tabular-nums;
}
.cs-rail-v .unit { color: var(--brand-mustard-600); }
.cs-rail-k {
  margin: 12px 0 0; font-size: 13.5px; line-height: 1.45; color: var(--fg-muted);
}
.cs-rail-k strong { color: var(--fg); font-weight: 600; }

/* ============================
   Section shell
   ============================ */
.cs-section { padding: var(--space-12) 0; background: var(--bg); }
.cs-section.tinted { background: var(--neutral-50); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cs-lead {
  font-family: var(--font-body); font-weight: 700;
  font-size: 12px; letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase; color: var(--brand-purple-500);
  margin: 0 0 16px;
}
.cs-h2 {
  font-family: var(--font-body); font-weight: 800;
  font-size: clamp(28px, 3.4vw, 44px); line-height: 1.1;
  letter-spacing: -.025em; color: var(--fg);
  margin: 0 0 20px; max-width: 22ch; text-wrap: balance;
}
.cs-h2 .em { color: var(--brand-purple-700); }
.cs-body {
  font-size: 17.5px; line-height: 1.65; color: var(--fg-muted);
  max-width: 62ch; margin: 0;
}
.cs-body + .cs-body { margin-top: 18px; }
.cs-body strong { color: var(--fg); font-weight: 600; }
.cs-two {
  display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 5vw, 72px); align-items: start;
}

/* ============================
   Problem infographic — 2024 at its own scale
   On the full 31-month chart these months are invisible, so the starting
   point gets its own frame. The dashed rule shows today's monthly average
   sitting far above anything 2024 managed.
   ============================ */
/* Sticky headline, scrolling story.
   The left column pins while the copy and chart move past it, so the
   problem statement and the $89,050 stay on screen for the whole section.
   Relies on body using overflow-x:clip (not hidden) — see mobile-fixes.css. */
.cs-problem-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.cs-problem-aside {
  position: sticky;
  top: 104px;               /* clears the sticky nav bar */
}
.cs-figure {
  margin-top: 30px;
  padding-left: 20px;
  border-left: 3px solid var(--brand-mustard-500);
}
.cs-figure-num {
  display: block;
  font-family: var(--font-body); font-weight: 800;
  font-size: clamp(38px, 5vw, 62px); line-height: .95;
  letter-spacing: -.04em; color: var(--brand-purple-700);
  font-variant-numeric: tabular-nums;
}
.cs-figure-label {
  display: block; margin-top: 12px; max-width: 24ch;
  font-size: 14px; line-height: 1.5; color: var(--fg-muted);
}
.cs-problem-main > * + * { margin-top: 22px; }

.cs-problem-viz {
  margin-top: var(--space-7);
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 30px 28px;
  box-shadow: var(--shadow-sm);
}
.cs-pv-note {
  font-size: 12px; color: var(--fg-subtle); letter-spacing: .01em;
}
.cs-pv-head {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 20px; flex-wrap: wrap; margin-bottom: 26px;
}
.cs-pv-title {
  font-size: 11.5px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--fg-subtle);
}
/* The plot area, with room above the bars for the ceiling marker */
.cs-pv-plot { position: relative; padding-top: 34px; }
.cs-pv-ceiling {
  position: absolute; top: 12px; left: 0; right: 0;
  border-top: 1.5px dashed var(--brand-purple-300);
}
.cs-pv-ceiling span {
  position: absolute; top: -9px; right: 0;
  background: #fff; padding: 0 0 0 10px;
  font-size: 12px; font-weight: 600; color: var(--brand-purple-500);
  white-space: nowrap;
}
.cs-pv-ceiling span strong { color: var(--brand-purple-700); }

.cs-pv-chart {
  display: flex; align-items: flex-end; gap: clamp(4px, 1.2vw, 12px);
  height: 120px;
}
.cs-pv-bar {
  flex: 1 1 0; min-width: 0; min-height: 3px;
  background: var(--brand-purple-300);
  border-radius: 3px 3px 0 0;
  height: 0;
  transition: height .8s var(--ease-out);
}
.cs-pv-bar.is-best { background: var(--brand-mustard-500); }
.cs-pv-axis {
  display: flex; gap: clamp(4px, 1.2vw, 12px);
  margin-top: 10px; padding-top: 10px;
  border-top: 1px solid var(--border);
}
.cs-pv-axis span {
  flex: 1 1 0; min-width: 0; text-align: center;
  font-size: 11px; font-weight: 600; color: var(--fg-subtle);
}
.cs-pv-foot {
  display: flex; gap: 28px; flex-wrap: wrap;
  margin-top: 22px; font-size: 13.5px; color: var(--fg-muted);
}
.cs-pv-foot strong { color: var(--fg); font-weight: 700; }
.cs-pv-foot .hl strong { color: var(--brand-purple-700); }
@media (max-width: 900px) {
  /* Not enough vertical room for pinning to help — stack it. */
  .cs-problem-grid { grid-template-columns: 1fr; gap: 26px; }
  .cs-problem-aside { position: static; top: auto; }
  .cs-figure { margin-top: 24px; }
}
@media (max-width: 700px) {
  .cs-problem-viz { padding: 22px 18px; }
  .cs-pv-head { margin-bottom: 20px; }
  .cs-pv-note { display: none; }
  .cs-pv-chart { height: 90px; }
  .cs-pv-axis span { font-size: 9.5px; }
  .cs-pv-ceiling span { font-size: 11px; }
  .cs-pv-foot { gap: 14px 22px; font-size: 12.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .cs-pv-bar { transition: none; }
}

/* ============================
   Year cards + revenue chart
   ============================ */
.cs-years {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px; margin-top: var(--space-8);
}
.cs-year {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 26px 24px;
  transition: transform .32s var(--ease-out), box-shadow .32s var(--ease-out), border-color .32s var(--ease-out);
}
.cs-year:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--brand-purple-200); }
.cs-year-label {
  font-size: 11.5px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--fg-subtle);
}
.cs-year-v {
  font-family: var(--font-body); font-weight: 800;
  font-size: 36px; line-height: 1; letter-spacing: -.03em;
  color: var(--fg); margin-top: 10px;
  font-variant-numeric: tabular-nums;
}
.cs-year-g {
  margin-top: 10px; font-size: 13.5px; font-weight: 600;
  color: var(--brand-purple-500); min-height: 20px;
}
.cs-year.is-now { border-color: var(--brand-purple-700); box-shadow: var(--shadow-md); }
.cs-year.is-now .cs-year-v { color: var(--brand-purple-700); }
.cs-year.is-now .cs-year-g { color: var(--brand-mustard-700); }

.cs-chart-wrap {
  margin-top: 22px; background: #fff;
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 30px 28px;
}
.cs-chart {
  display: flex; align-items: flex-end; gap: 3px;
  height: 200px;
}
.cs-bar {
  flex: 1 1 0; min-width: 0; min-height: 3px;
  border-radius: 3px 3px 0 0;
  height: 0;
  transition: height .9s var(--ease-out);
}
.cs-bar.y2024 { background: var(--neutral-400); }
.cs-bar.y2025 { background: var(--brand-purple-400); }
.cs-bar.y2026 { background: var(--brand-mustard-500); }
.cs-chart-legend {
  display: flex; gap: 24px; flex-wrap: wrap;
  margin-top: 20px; font-size: 13px; color: var(--fg-muted);
}
.cs-chart-legend i {
  display: inline-block; width: 12px; height: 12px;
  border-radius: 3px; margin-right: 8px; vertical-align: -1px;
}
.cs-chart-note {
  margin: 16px 0 0; font-size: 12.5px; color: var(--fg-subtle); line-height: 1.5;
}

/* Callout — mustard rule */
.cs-callout {
  margin-top: 26px; padding: 22px 26px;
  border-left: 4px solid var(--brand-mustard-500);
  background: var(--brand-mustard-100);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 16.5px; line-height: 1.6; color: var(--fg);
}
.cs-callout strong { font-weight: 700; }

/* ============================
   Before / after
   ============================ */
.cs-baw {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: var(--border);
  border: 1px solid var(--border); border-radius: var(--radius-xl);
  overflow: hidden; margin-top: var(--space-8);
}
.cs-ba { background: #fff; padding: 34px 30px; }
.cs-ba-tag {
  display: inline-block; margin-bottom: 22px;
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; padding: 5px 14px; border-radius: 999px;
}
.cs-ba.before { background: var(--neutral-50); }
.cs-ba.before .cs-ba-tag { color: var(--fg-subtle); background: var(--neutral-200); }
.cs-ba.after .cs-ba-tag { color: #fff; background: var(--brand-purple-700); }
.cs-ba ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.cs-ba li {
  display: flex; gap: 13px; align-items: flex-start;
  font-size: 16px; line-height: 1.45;
}
.cs-ba-ic {
  flex: none; width: 21px; height: 21px; border-radius: 999px;
  display: grid; place-items: center;
  font-size: 12px; font-weight: 800; line-height: 1; margin-top: 2px;
}
.cs-ba.before li { color: var(--fg-muted); }
.cs-ba.before .cs-ba-ic { background: var(--neutral-200); color: var(--fg-subtle); }
.cs-ba.after li { color: var(--fg); }
.cs-ba.after .cs-ba-ic { background: var(--success); color: #fff; }

/* ---- Journey flow ---------------------------------------------------
   Ribbon width = sales that channel took part in. The dashed band is the
   "they come back" stage the journeys cross on their way to a sale. */
.cs-flow {
  margin-top: var(--space-8);
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px 26px 24px;
  box-shadow: var(--shadow-sm);
}
.cs-flow-head {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 16px; flex-wrap: wrap; margin-bottom: 22px;
}
.cs-flow-title {
  font-family: var(--font-body); font-weight: 700; font-size: 17px;
  letter-spacing: -.01em; color: var(--fg);
}
.cs-flow-window {
  font-size: 11.5px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--brand-purple-700);
  background: var(--brand-purple-50); border: 1px solid var(--brand-purple-100);
  padding: 5px 12px; border-radius: 999px; white-space: nowrap;
}

/* The three steps, folded into the top of the card so the claim sits
   directly above the data that proves it. */
.cs-flow-steps {
  list-style: none; margin: 0 0 26px; padding: 0 0 24px;
  border-bottom: 1px solid var(--border);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.cs-flow-steps li {
  display: grid; grid-template-columns: auto 1fr; gap: 4px 11px;
  align-items: center; position: relative;
}
.cs-flow-steps li + li { padding-left: 22px; }
/* Chevron between steps, drawn rather than typed so it never wraps. */
.cs-flow-steps li + li::before {
  content: ""; position: absolute; left: 2px; top: 9px;
  width: 7px; height: 7px;
  border-top: 2px solid var(--brand-mustard-500);
  border-right: 2px solid var(--brand-mustard-500);
  transform: rotate(45deg);
}
.cs-flow-steps .n {
  width: 24px; height: 24px; border-radius: 999px;
  background: var(--brand-purple-100); color: var(--brand-purple-700);
  font-family: var(--font-display); font-weight: 600; font-size: 12px;
  display: grid; place-items: center; grid-row: span 2;
}
.cs-flow-steps .t { font-size: 15px; font-weight: 700; color: var(--fg); }
.cs-flow-steps .d {
  grid-column: 2; font-size: 12.5px; line-height: 1.45; color: var(--fg-muted);
}
/* ---- Contribution bars ---------------------------------------------- */
.cs-attr-caption {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 16px; flex-wrap: wrap;
  margin: 0 0 16px; font-size: 11.5px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--fg-subtle);
}
.cs-attr-key {
  font-size: 11px; font-weight: 500; letter-spacing: .01em;
  text-transform: none; color: var(--fg-subtle);
}
@media (max-width: 760px) { .cs-attr-key { display: none; } }
.cs-attr-rows { list-style: none; margin: 0; padding: 0; }
.cs-attr-row {
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr) minmax(120px, auto);
  align-items: center; gap: 18px;
  padding: 13px 0; border-bottom: 1px solid var(--border);
}
.cs-attr-row:last-child { border-bottom: 0; }
.cs-attr-label { display: grid; grid-template-columns: auto 1fr; column-gap: 9px; }
.cs-attr-label i {
  width: 10px; height: 10px; border-radius: 999px;
  grid-row: span 2; align-self: center;
}
.cs-attr-label .nm { font-size: 15px; font-weight: 700; color: var(--fg); }
.cs-attr-label .dt { font-size: 11.5px; color: var(--fg-subtle); line-height: 1.35; }
.cs-attr-track { display: block; width: 100%; }
.cs-attr-bar {
  display: flex; height: 22px; width: 0; border-radius: 5px;
  overflow: hidden; transition: width .8s var(--ease-out);
}
/* Segments = the channels sharing those journeys, own colour first.
   Hairline separators keep adjacent colours from bleeding together. */
.cs-attr-seg { height: 100%; min-width: 0; flex: none; }
.cs-attr-seg + .cs-attr-seg { box-shadow: -1px 0 0 #fff; }
.cs-attr-val {
  text-align: right; font-size: 13px; color: var(--fg-subtle);
  white-space: nowrap; font-variant-numeric: tabular-nums;
}
.cs-attr-val strong { font-size: 17px; font-weight: 800; color: var(--fg); letter-spacing: -.02em; }

/* The punchline — claimed vs real, on one shared scale. */
.cs-attr-compare {
  margin-top: 26px; padding-top: 24px;
  border-top: 2px solid var(--brand-purple-100);
}
.cs-attr-cmp {
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr) minmax(80px, auto);
  align-items: center; gap: 18px; margin-bottom: 12px;
}
.cs-attr-cmp .lbl { font-size: 13.5px; color: var(--fg-muted); }
.cs-attr-cmp .track {
  display: flex; gap: 2px; width: 100%;
  background: var(--neutral-100); border-radius: 5px; overflow: hidden;
}
.cs-attr-cmp .bar {
  display: block; height: 26px; width: 0;
  transition: width .8s var(--ease-out);
}
.cs-attr-cmp .bar.real { background: var(--brand-purple-700); border-radius: 5px; }
.cs-attr-cmp .v {
  text-align: right; font-size: 13px; color: var(--fg-subtle); white-space: nowrap;
}
.cs-attr-cmp .v strong {
  font-size: 19px; font-weight: 800; color: var(--fg);
  letter-spacing: -.02em; font-variant-numeric: tabular-nums;
}
.cs-attr-gap {
  display: flex; align-items: center; gap: 12px;
  margin: 18px 0 0; padding: 14px 18px;
  background: var(--brand-mustard-100);
  border-left: 4px solid var(--brand-mustard-500);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 14px; line-height: 1.5; color: var(--fg);
}
.cs-attr-gap-n strong {
  font-size: 30px; font-weight: 800; line-height: 1;
  color: var(--brand-mustard-700); letter-spacing: -.03em;
}
@media (max-width: 760px) {
  .cs-attr-row, .cs-attr-cmp {
    grid-template-columns: 1fr auto; gap: 6px 14px;
  }
  .cs-attr-track, .cs-attr-cmp .track { grid-column: 1 / -1; order: 3; }
  .cs-attr-val, .cs-attr-cmp .v { text-align: right; }
  .cs-attr-bar { height: 16px; }
  .cs-attr-cmp .bar { height: 20px; }
  .cs-attr-label .dt { display: none; }
}

.cs-flow-note {
  margin: 18px 0 0; padding-top: 18px; border-top: 1px solid var(--border);
  font-size: 13.5px; line-height: 1.6; color: var(--fg-muted);
}
.cs-flow-note strong { color: var(--fg); font-weight: 600; }
@media (max-width: 760px) {
  .cs-flow { padding: 22px 18px; }
  .cs-flow-steps { grid-template-columns: 1fr; gap: 14px; margin-bottom: 20px; padding-bottom: 18px; }
  .cs-flow-steps li + li { padding-left: 0; }
  .cs-flow-steps li + li::before { display: none; }
}

.cs-jnote {
  margin-top: 24px; font-size: 16.5px; line-height: 1.6;
  color: var(--fg); font-weight: 500; max-width: 74ch;
}
.cs-jnote strong { font-weight: 700; color: var(--brand-purple-700); }

/* ============================
   SEO ladder
   ============================ */
.cs-ladder {
  display: flex; align-items: flex-end; gap: 18px;
  margin-top: var(--space-8);
}
.cs-rung {
  flex: 1; background: #fff;
  border: 1px solid var(--border); border-bottom: 0;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: 24px 22px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.cs-rung.r1 { height: 160px; }
.cs-rung.r2 { height: 220px; }
.cs-rung.r3 {
  height: 285px;
  border-color: var(--brand-purple-700);
  background: linear-gradient(180deg, var(--brand-purple-50), #fff 70%);
  box-shadow: var(--shadow-md);
}
.cs-rung-when {
  font-size: 11.5px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--fg-subtle);
}
.cs-rung-pos {
  font-family: var(--font-body); font-weight: 800;
  font-size: 28px; line-height: 1; letter-spacing: -.025em;
  color: var(--fg); margin: 10px 0 8px;
}
.cs-rung.r3 .cs-rung-pos { color: var(--brand-purple-700); }
.cs-rung p { font-size: 13.5px; line-height: 1.5; color: var(--fg-muted); margin: 0; }

/* ============================
   What we handle
   ============================ */
.cs-svc {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border); border-radius: var(--radius-xl);
  overflow: hidden; margin-top: var(--space-8);
}
.cs-card {
  background: #fff; padding: 32px 28px;
  transition: background .3s var(--ease-out);
}
.cs-card:hover { background: var(--brand-purple-50); }
.cs-card-no {
  font-family: var(--font-display); font-weight: 500;
  font-size: 13px; letter-spacing: .1em; color: var(--brand-mustard-600);
}
.cs-card h3 {
  font-family: var(--font-body); font-weight: 700; font-size: 19px;
  letter-spacing: -.01em; color: var(--fg); margin: 14px 0 10px;
}
.cs-card p { font-size: 14.5px; line-height: 1.6; color: var(--fg-muted); margin: 0; }

/* ============================
   The "113%" truth band
   ============================ */
.cs-truth {
  padding: var(--space-12) 0;
  background: var(--brand-purple-900);
  color: #fff; position: relative; overflow: hidden;
}
.cs-truth::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(700px 420px at 88% 0%, rgba(241,197,24,.10) 0%, transparent 60%),
    radial-gradient(620px 420px at -10% 100%, rgba(123,61,184,.22) 0%, transparent 60%);
}
.cs-truth .container { position: relative; }
.cs-truth .cs-lead { color: var(--brand-mustard-500); }
.cs-truth-figure {
  font-family: var(--font-body); font-weight: 800;
  font-size: clamp(64px, 11vw, 132px); line-height: .88;
  letter-spacing: -.045em; color: var(--brand-mustard-500);
  font-variant-numeric: tabular-nums;
}
.cs-truth h2 {
  font-family: var(--font-body); font-weight: 800;
  font-size: clamp(28px, 3.6vw, 46px); line-height: 1.1;
  letter-spacing: -.025em; color: #fff;
  margin: 18px 0 22px; max-width: 24ch; text-wrap: balance;
}
.cs-truth h2 .em {
  color: var(--brand-mustard-500);
  font-family: var(--font-display); font-weight: 300; font-style: italic;
  letter-spacing: -.02em;
}
.cs-truth p {
  font-size: 17.5px; line-height: 1.65;
  color: rgba(255,255,255,.78); max-width: 64ch; margin: 0;
}
.cs-truth p + p { margin-top: 18px; }
.cs-truth p strong { color: #fff; font-weight: 600; }

/* ============================
   Quote
   ============================ */
.cs-quote {
  border-left: 4px solid var(--brand-mustard-500);
  padding: 8px 0 8px 28px; margin: var(--space-7) 0 0;
}
.cs-quote p {
  font-size: clamp(20px, 2.4vw, 27px); font-weight: 600;
  line-height: 1.4; letter-spacing: -.015em; color: var(--fg); margin: 0;
}
.cs-quote-attr { margin-top: 18px; font-size: 14.5px; color: var(--fg-muted); }
.cs-quote-attr strong { color: var(--fg); font-weight: 600; }

/* Source note */
.cs-source-note {
  margin: var(--space-7) 0 0; font-size: 13px; line-height: 1.6;
  color: var(--fg-subtle); max-width: 72ch;
}
.cs-truth .cs-source-note { color: rgba(255,255,255,.5); }

/* ============================
   Responsive
   ============================ */
@media (max-width: 1000px) {
  .cs-rail { grid-template-columns: 1fr 1fr; }
  .cs-svc { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .cs-two { grid-template-columns: 1fr; gap: 24px; }
  .cs-h2 { max-width: none; }
  .cs-years { grid-template-columns: 1fr; }
  .cs-ladder { flex-direction: column; align-items: stretch; }
  .cs-rung, .cs-rung.r1, .cs-rung.r2, .cs-rung.r3 {
    height: auto; border-bottom: 1px solid var(--border);
    border-radius: var(--radius-lg);
  }
  .cs-rung.r3 { border-color: var(--brand-purple-700); }
}
@media (max-width: 700px) {
  .cs-hero { padding: var(--space-10) 0 var(--space-9); }
  .cs-section, .cs-truth { padding: var(--space-11) 0; }
  .cs-baw { grid-template-columns: 1fr; }
  .cs-svc { grid-template-columns: 1fr; }
  .cs-rail { grid-template-columns: 1fr; }
  .cs-rail-cell { padding: 22px 20px; }
  .cs-chart-wrap { padding: 22px 18px; }
  .cs-chart { height: 150px; gap: 2px; }
  .cs-ba { padding: 28px 24px; }
  .cs-card { padding: 26px 24px; }
  .cs-hero-cta .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .cs-bar { transition: none; }
}
