/* Legally Brief: New York — Sunday Edition, April 19, 2026
   “Amber ledger” visual system: fiscal stress + clinical enforcement */

:root {
  --bg-primary: #14080c;
  --bg-secondary: #1c0c12;
  --bg-surface: rgba(34, 16, 24, 0.72);
  --bg-elevated: rgba(48, 22, 32, 0.88);
  --text-primary: #f8f1ea;
  --text-secondary: #e7d7c8;
  --text-muted: #b9a090;
  --accent-red: #ff4d6d;
  --accent-red-dim: rgba(255, 77, 109, 0.18);
  --accent-green: #3ee4a4;
  --accent-green-dim: rgba(62, 228, 164, 0.16);
  --accent-gold: #f0c674;
  --accent-gold-dim: rgba(240, 198, 116, 0.2);
  --accent-blue: #7cc4ff;
  --accent-blue-dim: rgba(124, 196, 255, 0.16);
  --glass: rgba(24, 10, 16, 0.55);
  --glass-border: rgba(240, 198, 116, 0.22);
  --glass-highlight: rgba(255, 255, 255, 0.14);
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', 'Fira Code', monospace;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
}

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

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

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text-primary);
  background: radial-gradient(1200px 800px at 10% -10%, rgba(240, 198, 116, 0.12), transparent 55%),
    radial-gradient(900px 700px at 90% 10%, rgba(124, 196, 255, 0.1), transparent 50%),
    linear-gradient(180deg, var(--bg-primary), #0b0508 92%);
  min-height: 100vh;
  padding-top: calc(46px + env(safe-area-inset-top));
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-bottom: env(safe-area-inset-bottom);
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  z-index: 50;
}

.mono {
  font-family: var(--font-mono);
}

/* --- Ticker --- */
.tk {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding-top: env(safe-area-inset-top);
  padding-left: max(12px, env(safe-area-inset-left));
  padding-right: max(12px, env(safe-area-inset-right));
  height: calc(46px + env(safe-area-inset-top));
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: color-mix(in srgb, var(--bg-primary) 72%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.tk__track {
  display: flex;
  gap: 3rem;
  white-space: nowrap;
  animation: tk-marquee 46s linear infinite;
  will-change: transform;
}

@keyframes tk-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.tk__item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-mono);
  font-size: clamp(0.68rem, 1.1vw, 0.78rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.tk__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  flex: 0 0 auto;
  box-shadow: 0 0 18px currentColor;
}

.tk__dot--red {
  color: var(--accent-red);
  background: var(--accent-red);
}
.tk__dot--gold {
  color: var(--accent-gold);
  background: var(--accent-gold);
}
.tk__dot--green {
  color: var(--accent-green);
  background: var(--accent-green);
}
.tk__dot--blue {
  color: var(--accent-blue);
  background: var(--accent-blue);
}

/* --- Hero --- */
.hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100dvh;
  padding: calc(64px + env(safe-area-inset-top)) 1.25rem 4rem;
  display: grid;
  align-items: center;
}

.hero__veil {
  position: absolute;
  inset: -12%;
  background: conic-gradient(from 210deg, rgba(255, 77, 109, 0.12), transparent 38%, rgba(124, 196, 255, 0.12), transparent 68%, rgba(240, 198, 116, 0.14), transparent 92%);
  filter: blur(38px);
  opacity: 0.85;
  z-index: -2;
}

.hero__rings {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: -1;
  pointer-events: none;
  opacity: 0.35;
}

.hero__rings span {
  position: absolute;
  width: min(118vw, 980px);
  height: min(118vw, 980px);
  border: 1px solid rgba(240, 198, 116, 0.14);
  border-radius: 999px;
  transform: scale(0.72);
}
.hero__rings span:nth-child(2) {
  transform: scale(0.92);
  border-color: rgba(124, 196, 255, 0.12);
}
.hero__rings span:nth-child(3) {
  transform: scale(1.12);
  border-color: rgba(255, 77, 109, 0.1);
}

.hero__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.hero__eyebrow {
  font-family: var(--font-mono);
  font-size: clamp(0.65rem, 1vw, 0.75rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 1.25rem;
}

.hero__statline {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-bottom: 1.25rem;
}

.hero__stat {
  flex: 1 1 240px;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hero__stat--narrow {
  flex: 1 1 200px;
}

.hero__stat-num {
  display: block;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: clamp(2.6rem, 8vw, 4.6rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.hero__stat-cap {
  display: block;
  margin-top: 0.55rem;
  color: var(--text-muted);
  font-size: clamp(0.85rem, 1.15vw, 0.98rem);
  line-height: 1.55;
  max-width: 46ch;
}

.hero__title {
  margin: 0 0 1rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.95;
  font-size: clamp(3.5rem, 12vw, 9.2rem);
}

.hero__title-accent {
  color: transparent;
  background: linear-gradient(120deg, var(--accent-gold), #fff6df 42%, var(--accent-blue));
  -webkit-background-clip: text;
  background-clip: text;
}

.hero__subtitle {
  margin: 0 0 1.25rem;
  max-width: 62ch;
  color: var(--text-secondary);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.7;
  font-weight: 400;
}

.hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.hero__tag {
  font-family: var(--font-mono);
  font-size: clamp(0.62rem, 1vw, 0.72rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-muted);
  background: rgba(0, 0, 0, 0.18);
}

.hero__kicker {
  margin: 0 0 1rem;
  font-family: var(--font-mono);
  font-size: clamp(0.72rem, 1.05vw, 0.82rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* --- Shared band --- */
.band {
  padding: clamp(3.25rem, 7vw, 6rem) 1.25rem;
  position: relative;
}

.band__shell {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.band__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: clamp(0.65rem, 1vw, 0.74rem);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.85rem;
}

.band__label--red {
  color: color-mix(in srgb, var(--accent-red) 78%, var(--text-muted));
}
.band__label--gold {
  color: color-mix(in srgb, var(--accent-gold) 78%, var(--text-muted));
}
.band__label--green {
  color: color-mix(in srgb, var(--accent-green) 72%, var(--text-muted));
}
.band__label--blue {
  color: color-mix(in srgb, var(--accent-blue) 72%, var(--text-muted));
}

.band__h {
  margin: 0 0 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.band__h--center {
  text-align: center;
}

.band__body {
  margin: 0 0 1.25rem;
  color: var(--text-secondary);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.7;
  font-weight: 400;
  max-width: 78ch;
}

.band__intro {
  margin: 0 auto 1.75rem;
  text-align: center;
  color: var(--text-secondary);
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.75;
  max-width: 70ch;
}

.band__cite {
  margin: 0.75rem 0 0;
  color: var(--text-muted);
  font-size: clamp(0.78rem, 1.05vw, 0.9rem);
  line-height: 1.65;
}

.band__srcrow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 1rem;
}

/* --- Ledger band --- */
.band--ledger {
  background: linear-gradient(180deg, rgba(255, 77, 109, 0.06), transparent);
}

.ledger {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  margin-top: 1.25rem;
}

.ledger__col {
  padding: 1.25rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--bg-surface);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ledger__col--accent {
  border-color: var(--glass-border);
  background: linear-gradient(135deg, rgba(240, 198, 116, 0.12), rgba(124, 196, 255, 0.08));
}

.ledger__h {
  margin: 0 0 0.75rem;
  font-size: clamp(1rem, 2vw, 1.15rem);
}

.ledger__ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text-secondary);
  font-size: clamp(0.92rem, 1.15vw, 1.05rem);
  line-height: 1.75;
}

/* --- Split --- */
.band--split {
  background: radial-gradient(900px 520px at 0% 40%, rgba(124, 196, 255, 0.08), transparent 60%);
}

.splitgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.splitgrid__panel {
  padding: 1.25rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--bg-elevated);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.splitgrid__panel--muted {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(255, 255, 255, 0.03));
}

.splitgrid__title {
  margin: 0 0 0.65rem;
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
}

.splitgrid__big {
  margin: 0.25rem 0 0.75rem;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--accent-gold);
}

/* --- Impact cards (not a uniform grid of news cards; staggered widths) --- */
.band--cards {
  background: linear-gradient(180deg, transparent, rgba(62, 228, 164, 0.05));
}

.impact {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1rem;
}

.impact__card {
  padding: 1.1rem 1.15rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.impact__card:nth-child(1) {
  margin-left: 0;
}
.impact__card:nth-child(2) {
  margin-left: clamp(0px, 6vw, 72px);
  border-color: rgba(240, 198, 116, 0.22);
}
.impact__card:nth-child(3) {
  margin-left: clamp(0px, 3vw, 36px);
}

.impact__k {
  margin: 0 0 0.35rem;
  font-family: var(--font-mono);
  font-size: clamp(0.62rem, 1vw, 0.72rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.impact__v {
  margin: 0;
  color: var(--text-secondary);
  font-size: clamp(0.92rem, 1.15vw, 1.05rem);
  line-height: 1.7;
}

/* --- Rail --- */
.band--rail {
  background: radial-gradient(900px 520px at 100% 20%, rgba(62, 228, 164, 0.1), transparent 55%);
}

.rail {
  margin-top: 1rem;
  border-left: 2px solid rgba(62, 228, 164, 0.35);
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.rail__item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 0.85rem;
  align-items: start;
  color: var(--text-secondary);
  font-size: clamp(0.92rem, 1.15vw, 1.05rem);
  line-height: 1.7;
}

.rail__mono {
  font-family: var(--font-mono);
  font-size: clamp(0.68rem, 1vw, 0.78rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-green);
}

/* --- Mono hero --- */
.band--mono {
  background: linear-gradient(120deg, rgba(124, 196, 255, 0.08), rgba(240, 198, 116, 0.06));
}

.monohero {
  margin-top: 1rem;
  padding: 1.5rem 1.25rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
}

.monohero__num {
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: clamp(3rem, 10vw, 6.5rem);
  line-height: 0.95;
  color: var(--accent-blue);
}

.monohero__note {
  margin: 0.75rem 0 0;
  color: var(--text-muted);
  font-size: clamp(0.78rem, 1.05vw, 0.9rem);
  letter-spacing: 0.06em;
}

/* --- Timeline --- */
.band--timeline {
  background: radial-gradient(800px 520px at 20% 0%, rgba(240, 198, 116, 0.1), transparent 55%);
}

.timeline {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.timeline li {
  display: grid;
  grid-template-columns: minmax(120px, 160px) 1fr;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--bg-surface);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.timeline__t {
  color: var(--accent-gold);
  font-weight: 700;
}

.timeline__d {
  color: var(--text-secondary);
  font-size: clamp(0.92rem, 1.15vw, 1.05rem);
  line-height: 1.7;
}

/* --- Donut --- */
.band--donut {
  background: linear-gradient(180deg, rgba(255, 77, 109, 0.07), transparent);
}

.donutrow {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.25rem;
  align-items: center;
  margin-top: 1rem;
}

.donut__svg {
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
}

.donut__track {
  stroke: rgba(255, 255, 255, 0.1);
}

.donut__arc {
  stroke: var(--accent-red);
  stroke-linecap: round;
  stroke-dasharray: 276.46;
  stroke-dashoffset: 276.46;
}

.donut__cap {
  margin-top: 0.75rem;
  color: var(--text-muted);
  font-size: clamp(0.72rem, 1.05vw, 0.84rem);
  line-height: 1.55;
}

.factline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
  margin: 0;
  font-size: clamp(0.85rem, 1.1vw, 0.98rem);
}

.factline__k {
  color: var(--text-muted);
}
.factline__v {
  color: var(--text-primary);
  font-weight: 700;
}

/* --- Storm --- */
.band--storm {
  background: radial-gradient(900px 520px at 10% 20%, rgba(124, 196, 255, 0.1), transparent 60%);
}

.stormgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.stormgrid__hold,
.stormgrid__diss {
  padding: 1.2rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--bg-elevated);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.stormgrid__diss {
  border-color: rgba(255, 77, 109, 0.22);
  background: linear-gradient(135deg, rgba(255, 77, 109, 0.1), rgba(0, 0, 0, 0.12));
}

.stormgrid__h {
  margin: 0 0 0.65rem;
  font-size: clamp(0.95rem, 1.8vw, 1.08rem);
}

/* --- Quote --- */
.band--quote {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent);
}

.pull {
  margin: 1rem 0 0;
  padding: 1.35rem 1.25rem;
  border-radius: 22px;
  border: 1px solid rgba(240, 198, 116, 0.22);
  background: rgba(240, 198, 116, 0.06);
}

.pull p {
  margin: 0;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  line-height: 1.55;
  color: var(--text-primary);
}

.pull footer {
  margin-top: 0.85rem;
  font-family: var(--font-mono);
  font-size: clamp(0.72rem, 1.05vw, 0.84rem);
  color: var(--text-muted);
}

/* --- Columns --- */
.band--columns {
  background: radial-gradient(900px 520px at 100% 60%, rgba(124, 196, 255, 0.1), transparent 55%);
}

.cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.cols__col {
  padding: 1.15rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.cols__col--span {
  grid-column: 1 / -1;
}

.cols__title {
  margin: 0 0 0.55rem;
  font-size: clamp(0.95rem, 1.8vw, 1.08rem);
}

/* --- Capitol --- */
.band--capitol {
  background: linear-gradient(180deg, rgba(240, 198, 116, 0.07), transparent);
}

.capitol {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
  margin-top: 1rem;
}

.capitol__left,
.capitol__right {
  padding: 1.2rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--bg-surface);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.capitol__lede {
  margin: 0 0 0.75rem;
  color: var(--accent-gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

/* --- Week ahead --- */
.band--ahead {
  padding-bottom: clamp(4rem, 9vw, 7rem);
}

.ahead {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.ahead__card {
  padding: 1.1rem 1.1rem 1.15rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.18));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.ahead__when {
  display: inline-block;
  margin: 0 0 0.55rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(240, 198, 116, 0.25);
  color: var(--accent-gold);
  font-weight: 700;
  font-size: clamp(0.72rem, 1.05vw, 0.82rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ahead__what {
  margin: 0 0 0.75rem;
  color: var(--text-secondary);
  font-size: clamp(0.92rem, 1.15vw, 1.05rem);
  line-height: 1.7;
}

/* --- Sources --- */
.source {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.35rem 0.15rem;
  color: color-mix(in srgb, var(--text-muted) 70%, var(--accent-blue));
  text-decoration: none;
  border-bottom: 1px solid rgba(124, 196, 255, 0.22);
  font-family: var(--font-mono);
  font-size: clamp(0.78rem, 1.05vw, 0.88rem);
  letter-spacing: 0.02em;
  line-height: 1.35;
  max-width: 100%;
  word-break: break-word;
}

.source:hover {
  color: var(--text-primary);
  border-bottom-color: rgba(240, 198, 116, 0.55);
}

.source--inline {
  margin-top: 0.25rem;
}

/* --- Footer --- */
.site-footer {
  padding: 3rem 1.25rem calc(3rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  background: rgba(0, 0, 0, 0.22);
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
}

.site-footer__pulse {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #17b26a;
  box-shadow: 0 0 0 6px rgba(23, 178, 106, 0.15);
  animation: pulse 2.4s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  55% {
    transform: scale(1.08);
    opacity: 0.75;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.site-footer__regen,
.site-footer__session,
.site-footer__timestamp {
  margin: 0.85rem auto 0;
  max-width: 52ch;
  color: var(--text-secondary);
  font-size: clamp(0.92rem, 1.15vw, 1.05rem);
  line-height: 1.65;
}

.site-footer__session {
  font-family: var(--font-mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-size: clamp(0.72rem, 1.05vw, 0.82rem);
}

.site-footer__timestamp {
  font-family: var(--font-mono);
  color: var(--text-muted);
  font-size: clamp(0.78rem, 1.05vw, 0.88rem);
}

@media (max-width: 768px) {
  .ledger,
  .splitgrid,
  .stormgrid,
  .cols,
  .capitol,
  .donutrow {
    grid-template-columns: 1fr;
  }

  .impact__card:nth-child(2),
  .impact__card:nth-child(3) {
    margin-left: 0;
  }

  .rail__item {
    grid-template-columns: 1fr;
  }

  .timeline li {
    grid-template-columns: 1fr;
  }

  .ahead {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero__statline {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tk__track {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }
  .site-footer__pulse {
    animation: none;
  }
}
