/* ═══════════════════════════════════════════════════════════════
   THE UTI CRISIS — WHITEPAPER
   8.5 × 11 editorial layout, cinematic bokeh × clinical editorial
   ═══════════════════════════════════════════════════════════════ */

@import url("https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;0,6..72,700;1,6..72,400;1,6..72,500;1,6..72,600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400;1,700&family=Be+Vietnam+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&display=swap");

/* ── TOP NAV (download bar) ─────────────────────────────────────
   Fixed-position bar at the top of the viewport so the download
   action is reachable from anywhere in the report. Hidden on
   print so it doesn't appear on the printed PDF. */
.wp-topnav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(57, 55, 143, 0.10);
  font-family: "Be Vietnam Pro", system-ui, -apple-system, sans-serif;
}
.wp-topnav__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.wp-topnav__home,
.wp-topnav__download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
}
.wp-topnav__home {
  color: #39378F;
  padding: 8px 6px;
}
.wp-topnav__home:hover {
  color: #1E1E3A;
}
.wp-topnav__home svg {
  width: 16px; height: 16px;
}
.wp-topnav__download {
  color: #ffffff;
  background: #39378F;
  padding: 10px 22px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(57, 55, 143, 0.22);
}
.wp-topnav__download:hover {
  background: #2a2873;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(57, 55, 143, 0.30);
}
.wp-topnav__download svg {
  width: 18px; height: 18px;
}
@media (max-width: 540px) {
  .wp-topnav__inner { padding: 10px 16px; }
  .wp-topnav__home span { display: none; }
  .wp-topnav__download {
    padding: 9px 18px;
    font-size: 13px;
  }
}
@media print {
  .wp-topnav { display: none !important; }
}

:root {
  /* Brand palette */
  --path-purple:        #39378F;
  --path-purple-soft:   #5554AD;
  --path-purple-tint:   #E2DFFF;
  --path-purple-pale:   #F6F9FF;
  --path-navy:          #1E1E3A;
  --path-coral:         #B8004B;
  --path-coral-bright:  #E82065;
  --path-coral-tint:    #FFD9DE;
  --path-coral-pale:    #FDF2F8;
  --path-green:         #00AE81;
  --path-green-deep:    #00694D;
  --path-lime:          #B6CD2F;
  --path-sky:           #8FCAEB;
  --path-ink:           #171C21;
  --path-mauve:         #5B3F44;
  --path-mauve-soft:    #8F6F73;
  --path-rose:          #E4BDC2;

  /* Dynamic accent (tweaked live) */
  --accent:       #E82065;
  --accent-deep:  #B8004B;

  /* Type */
  --f-display: "Newsreader", Georgia, serif;
  --f-display-alt: "Playfair Display", "Newsreader", Georgia, serif;
  --f-body: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;

  /* Signature gradients */
  --gradient-signature: linear-gradient(90deg, #39378F 0%, #E82065 50%, #00AE81 100%);
  --gradient-signature-full: linear-gradient(90deg, #39378F 0%, #E82065 33%, #00AE81 66%, #B6CD2F 100%);
  --gradient-hero: linear-gradient(180deg, #F6F9FF 0%, #FDF2F8 50%, #F1F0FF 100%);
}

/* ─── Page geometry (8.5 × 11 at 96dpi = 816×1056) ─── */
* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: #e9ebf0;
  font-family: var(--f-body);
  color: var(--path-ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page {
  width: 8.5in;
  height: 11in;
  margin: 0.4in auto;
  background: #fff;
  box-shadow: 0 20px 60px rgba(30, 30, 58, 0.18);
  position: relative;
  overflow: hidden;
  page-break-after: always;
}

/* ─── Running head / foot ─── */
.run-head,
.run-foot {
  position: absolute;
  left: 0.75in;
  right: 0.75in;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--f-body);
  font-size: 8.5px;
  font-weight: 500;
  color: var(--path-mauve-soft);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.run-head {
  top: 0.45in;
  padding-bottom: 10px;
  border-bottom: 0.5px solid rgba(184, 0, 75, 0.22);
}
.run-head .mark {
  color: var(--path-coral);
  font-weight: 700;
}
.run-foot {
  bottom: 0.45in;
  padding-top: 10px;
  border-top: 0.5px solid rgba(184, 0, 75, 0.22);
}
.run-foot .pg {
  font-family: var(--f-display);
  font-size: 11px;
  font-weight: 400;
  color: var(--path-purple);
  letter-spacing: 0;
}

/* Signature bar on every non-cover page */
.page:not(.cta-page):not(#cover-page)::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gradient-signature);
  z-index: 2;
}

/* ─── Page body (content region) ─── */
.page-body {
  position: absolute;
  top: 0.85in;
  bottom: 0.85in;
  left: 0.85in;
  right: 0.85in;
}

.content {
  font-family: var(--f-body);
  font-size: 11px;
  line-height: 1.68;
  color: var(--path-mauve);
  font-weight: 400;
}
.content p {
  margin: 0 0 11px 0;
  font-size: 11px;
  line-height: 1.68;
  color: var(--path-mauve);
  text-wrap: pretty;
  hyphens: auto;
}
.content strong {
  color: var(--path-ink);
  font-weight: 600;
}
.content em {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 500;
  color: var(--path-purple);
}

/* ─── Typography primitives ─── */
.overline {
  font-family: var(--f-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 10px 0;
}

.h1-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.h1-eyebrow .num {
  font-family: var(--f-display);
  font-size: 14px;
  font-style: italic;
  color: var(--accent);
}
.h1-eyebrow .lab {
  font-family: var(--f-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--path-purple);
}
.h1-eyebrow .rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(184,0,75,0) 0%, rgba(184,0,75,0.3) 50%, rgba(184,0,75,0) 100%);
}

.section-h1 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 42px;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--path-purple);
  margin: 0 0 18px 0;
}
.section-h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
}

.section-h2 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--path-ink);
  margin: 22px 0 12px 0;
}
.section-h2 em {
  font-style: italic;
  color: var(--path-purple);
}

.content h3 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--path-ink);
  margin: 4px 0 4px 0;
}

.lede {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  color: var(--path-purple);
  margin: 0 0 14px 0;
  letter-spacing: -0.005em;
}

/* Reference superscripts */
.ref {
  font-family: var(--f-body);
  font-size: 7.5px;
  font-weight: 600;
  color: var(--accent);
  vertical-align: super;
  line-height: 0;
  margin-left: 1px;
}

/* ═══════════════════════════════════════════════════════════════
   COVER — three variants
   ═══════════════════════════════════════════════════════════════ */

.cover {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.cover-bg { position: absolute; inset: 0; }
.cover-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(rgba(30,30,58,0.6) 0.5px, transparent 0.5px),
    radial-gradient(rgba(30,30,58,0.3) 0.3px, transparent 0.3px);
  background-size: 3px 3px, 5px 5px;
  background-position: 0 0, 1.5px 1.5px;
}
.cover-content {
  position: absolute;
  inset: 0.85in 0.85in 0.75in 0.85in;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

/* ─── VARIANT: EDITORIAL (default) ─── */
.cover--editorial .cover-bg {
  background: var(--gradient-hero);
}
.cover--editorial .cover-bg::before,
.cover--editorial .cover-bg::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}
.cover--editorial .cover-bg::before {
  width: 420px; height: 420px;
  top: -120px; right: -80px;
  background: radial-gradient(circle, rgba(232,32,101,0.28) 0%, rgba(232,32,101,0) 65%);
}
.cover--editorial .cover-bg::after {
  width: 480px; height: 480px;
  bottom: -180px; left: -120px;
  background: radial-gradient(circle, rgba(57,55,143,0.25) 0%, rgba(57,55,143,0) 65%);
}
.cover--editorial::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: var(--gradient-signature-full);
  z-index: 3;
}
.cover--editorial::after {
  content: "";
  position: absolute;
  left: 0.85in; right: 0.85in;
  bottom: 0.85in; height: 1px;
  background: linear-gradient(90deg, rgba(184,0,75,0) 0%, rgba(184,0,75,0.3) 50%, rgba(184,0,75,0) 100%);
}

.cover--editorial .cover-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--f-body);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
}
.cover--editorial .cover-kicker .rule {
  width: 28px;
  height: 2px;
  background: var(--accent);
}
.cover--editorial .cover-vol {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  color: var(--path-purple-soft);
  margin-top: 12px;
  letter-spacing: 0.02em;
}

.cover--editorial .cover-title {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 58px;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--path-ink);
  margin: auto 0 0 0;
  max-width: 6.2in;
}
.cover--editorial .cover-title .br {
  display: block;
}
.cover--editorial .cover-title .hidden {
  color: var(--path-purple);
  font-style: italic;
  font-weight: 400;
  font-size: 50px;
  margin-top: 6px;
}

.cover--editorial .cover-sub {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--path-mauve);
  margin: 26px 0 22px 0;
  max-width: 5.4in;
  padding-top: 18px;
  border-top: 0.5px solid rgba(184,0,75,0.25);
}

.cover--editorial .cover-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
}
.cover--editorial .cover-foot-l,
.cover--editorial .cover-foot-r {
  font-family: var(--f-body);
  font-size: 10px;
  font-weight: 500;
  color: var(--path-ink);
  line-height: 1.4;
}
.cover--editorial .cover-foot-l .lab {
  display: block;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--path-mauve-soft);
  margin-bottom: 4px;
}
.cover--editorial .cover-foot-r img {
  display: block;
  height: 22px;
  width: auto;
  margin-left: auto;
}

/* ─── VARIANT: BOLD (full-bleed purple) ─── */
.cover--bold .cover-bg {
  background: var(--path-purple);
}
.cover--bold .cover-bg::before,
.cover--bold .cover-bg::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.cover--bold .cover-bg::before {
  width: 560px; height: 560px;
  top: -220px; right: -160px;
  background: radial-gradient(circle, rgba(232,32,101,0.55) 0%, rgba(232,32,101,0) 65%);
}
.cover--bold .cover-bg::after {
  width: 600px; height: 600px;
  bottom: -260px; left: -200px;
  background: radial-gradient(circle, rgba(143,202,235,0.28) 0%, rgba(143,202,235,0) 65%);
}
.cover--bold::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: var(--gradient-signature-full);
  z-index: 3;
}
.cover--bold .cover-grain { opacity: 0.06; mix-blend-mode: overlay; }

.cover--bold .cover-kicker {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--f-body);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
}
.cover--bold .cover-kicker .rule {
  width: 28px; height: 2px; background: var(--accent);
}
.cover--bold .cover-vol {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-top: 12px;
}
.cover--bold .cover-title {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 60px;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #fff;
  margin: auto 0 0 0;
}
.cover--bold .cover-title .br { display: block; }
.cover--bold .cover-title .hidden {
  color: rgba(255,255,255,0.55);
  font-style: italic;
  font-weight: 400;
  font-size: 50px;
  margin-top: 6px;
}
.cover--bold .cover-sub {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 14.5px;
  line-height: 1.45;
  color: rgba(255,255,255,0.78);
  margin: 26px 0 0 0;
  max-width: 5.4in;
  padding-top: 18px;
  border-top: 0.5px solid rgba(255,255,255,0.22);
}
.cover--bold .cover-foot {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: auto; padding-top: 16px;
  border-top: 0.5px solid rgba(255,255,255,0.22);
}
.cover--bold .cover-foot-l {
  font-family: var(--f-body);
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.cover--bold .cover-foot-l .lab {
  display: block;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 4px;
}
.cover--bold .cover-foot-r img {
  display: block;
  height: 24px;
  width: auto;
  margin-left: auto;
  filter: brightness(0) invert(1);
}

/* ─── VARIANT: ATMOSPHERIC (warm tinted) ─── */
.cover--atmos .cover-bg {
  background: linear-gradient(160deg, #FDF2F8 0%, #F6F9FF 45%, #F1F0FF 100%);
}
.cover--atmos .cover-bg::before {
  content: "";
  position: absolute;
  width: 800px; height: 800px;
  top: -300px; right: -250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,0,75,0.18) 0%, rgba(232,32,101,0.1) 35%, rgba(232,32,101,0) 65%);
  filter: blur(70px);
}
.cover--atmos .cover-bg::after {
  content: "";
  position: absolute;
  width: 500px; height: 500px;
  bottom: -220px; left: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,174,129,0.14) 0%, rgba(0,174,129,0) 65%);
  filter: blur(70px);
}
.cover--atmos::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: var(--gradient-signature-full);
  z-index: 3;
}

/* Use same inner class names */
.cover--atmos .cover-kicker {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--f-body);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
}
.cover--atmos .cover-kicker .rule {
  width: 28px; height: 2px; background: var(--accent);
}
.cover--atmos .cover-vol {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 13px;
  color: var(--path-purple-soft);
  margin-top: 12px;
}
.cover--atmos .cover-title {
  font-family: var(--f-display-alt);
  font-weight: 400;
  font-size: 62px;
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--path-purple);
  margin: auto 0 0 0;
}
.cover--atmos .cover-title .br { display: block; }
.cover--atmos .cover-title .hidden {
  color: var(--accent);
  font-style: italic;
  font-weight: 400;
  font-family: var(--f-display);
  font-size: 52px;
  letter-spacing: -0.025em;
  margin-top: 6px;
}
.cover--atmos .cover-sub {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--path-mauve);
  margin: 26px 0 0 0;
  max-width: 5.4in;
  padding-top: 18px;
  border-top: 0.5px solid rgba(184,0,75,0.25);
}
.cover--atmos .cover-foot {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: auto; padding-top: 16px;
}
.cover--atmos .cover-foot-l {
  font-family: var(--f-body);
  font-size: 10px;
  font-weight: 500;
  color: var(--path-ink);
  line-height: 1.4;
}
.cover--atmos .cover-foot-l .lab {
  display: block;
  font-size: 8px; font-weight: 700; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--path-mauve-soft);
  margin-bottom: 4px;
}
.cover--atmos .cover-foot-r img {
  display: block; height: 22px; width: auto;
  margin-left: auto;
}

/* ═══════════════════════════════════════════════════════════════
   MASTHEAD — participants
   ═══════════════════════════════════════════════════════════════ */
.masthead {
  margin: 20px 0 24px 0;
  border-top: 1.5px solid var(--path-ink);
  border-bottom: 0.5px solid rgba(184,0,75,0.25);
}
.masthead .row {
  display: grid;
  grid-template-columns: 1.7in 1fr;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 0.5px solid rgba(184,0,75,0.18);
  align-items: baseline;
}
.masthead .row:last-child {
  border-bottom: none;
}
.masthead .role {
  font-family: var(--f-body);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  padding-top: 3px;
}
.masthead .name {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 15px;
  color: var(--path-ink);
  line-height: 1.2;
  margin-bottom: 3px;
}
.masthead .name em {
  font-weight: 400;
  color: var(--path-purple);
}
.masthead .bio {
  font-family: var(--f-body);
  font-size: 9.5px;
  font-weight: 400;
  color: var(--path-mauve);
  line-height: 1.5;
}

.disclosure {
  margin-top: 18px;
  padding: 14px 16px;
  background: var(--path-purple-pale);
  border-left: 2px solid var(--accent);
  font-family: var(--f-body);
  font-size: 9px;
  line-height: 1.55;
  color: var(--path-mauve);
}
.disclosure strong {
  display: block;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--path-purple);
  margin-bottom: 5px;
}
.disclosure em {
  font-family: var(--f-display);
  font-style: italic;
  color: var(--path-ink);
  font-weight: 500;
}

/* ═══════════════════════════════════════════════════════════════
   PULL QUOTES
   ═══════════════════════════════════════════════════════════════ */
.pullquote {
  position: relative;
  margin: 18px 0 18px 14px;
  padding: 14px 16px 12px 22px;
  border-left: 2px solid var(--accent);
}
.pullquote::before {
  content: "\201C";
  position: absolute;
  top: -8px;
  left: 8px;
  font-family: var(--f-display);
  font-style: italic;
  font-size: 42px;
  line-height: 1;
  color: var(--accent);
  opacity: 0.5;
}
.pullquote .q {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.35;
  color: var(--path-ink);
  margin: 0 0 10px 0;
  letter-spacing: -0.005em;
  text-wrap: balance;
}
.pullquote .attr {
  font-family: var(--f-body);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--path-purple);
  margin: 0;
}
.pullquote .attr em {
  font-family: var(--f-body);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: var(--path-mauve-soft);
  text-transform: none;
  margin-left: 4px;
  font-size: 9px;
}

/* ═══════════════════════════════════════════════════════════════
   IMPERATIVES (Four numbered blocks)
   ═══════════════════════════════════════════════════════════════ */
.imperatives {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
}
.imperative {
  display: grid;
  grid-template-columns: 0.6in 1fr;
  gap: 16px;
  padding: 12px 0;
  border-top: 0.5px solid rgba(184,0,75,0.22);
}
.imperative:first-child {
  border-top: 1.5px solid var(--path-ink);
}
.imperative .num {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  color: var(--accent);
  letter-spacing: -0.02em;
  font-feature-settings: "lnum";
}
.imperative .title {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 1.3;
  color: var(--path-ink);
  margin-bottom: 6px;
  letter-spacing: -0.005em;
}
.imperative p {
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════════
   SECTION OPENERS (full-page)
   ═══════════════════════════════════════════════════════════════ */
.opener {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.opener-bg {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, #F6F9FF 0%, #FDF2F8 100%);
}
.opener-bg::before,
.opener-bg::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
}
.opener-bg::before {
  width: 520px; height: 520px;
  top: -200px; right: -180px;
  background: radial-gradient(circle, rgba(232,32,101,0.22) 0%, rgba(232,32,101,0) 65%);
}
.opener-bg::after {
  width: 480px; height: 480px;
  bottom: -200px; left: -180px;
  background: radial-gradient(circle, rgba(57,55,143,0.18) 0%, rgba(57,55,143,0) 65%);
}
.opener::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--gradient-signature);
  z-index: 3;
}
.opener-content {
  position: absolute;
  inset: 1.4in 0.9in 1.4in 0.9in;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.opener .section-num {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 14px;
  color: var(--accent);
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.opener .section-label {
  font-family: var(--f-body);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--path-purple);
  margin-bottom: 22px;
}
.opener .section-title {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 60px;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--path-ink);
  margin: 0 0 28px 0;
  max-width: 6.2in;
  text-wrap: balance;
}
.opener .section-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--path-purple);
}
.opener .opener-rule {
  width: 60px;
  height: 2px;
  background: var(--accent);
  margin-bottom: 22px;
}
.opener .section-lede {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: var(--path-mauve);
  max-width: 5.2in;
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════════
   STAT TREATMENTS
   ═══════════════════════════════════════════════════════════════ */

/* EDITORIAL — large marginalia-style numeral */
.stat-edit {
  display: grid;
  grid-template-columns: 2.4in 1fr;
  gap: 22px;
  margin: 18px 0 18px 0;
  padding: 16px 0;
  border-top: 0.5px solid rgba(184,0,75,0.3);
  border-bottom: 0.5px solid rgba(184,0,75,0.3);
  align-items: center;
}
.stat-edit .num {
  font-family: var(--f-display-alt);
  font-weight: 400;
  font-size: 78px;
  line-height: 0.95;
  color: var(--accent);
  letter-spacing: -0.04em;
  font-feature-settings: "lnum";
}
.stat-edit .cap {
  font-family: var(--f-body);
  font-size: 9.5px;
  line-height: 1.55;
  color: var(--path-mauve);
}
.stat-edit .cap strong {
  display: block;
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.25;
  color: var(--path-purple);
  margin-bottom: 5px;
  letter-spacing: -0.005em;
}
.stat-edit .cap .ref {
  font-size: 7.5px;
}

/* BAND — full-width purple-bg */
.stat-band {
  display: grid;
  grid-template-columns: 2.2in 1fr;
  gap: 22px;
  margin: 18px -14px 18px -14px;
  padding: 18px 22px;
  background: var(--path-purple);
  border-radius: 6px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.stat-band::before {
  content: "";
  position: absolute;
  width: 300px; height: 300px;
  top: -140px; right: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,32,101,0.45) 0%, rgba(232,32,101,0) 65%);
  filter: blur(40px);
  pointer-events: none;
}
.stat-band .num {
  font-family: var(--f-display-alt);
  font-weight: 400;
  font-size: 62px;
  line-height: 0.95;
  color: #fff;
  letter-spacing: -0.035em;
  position: relative;
  z-index: 1;
}
.stat-band .cap {
  font-family: var(--f-body);
  font-size: 9.5px;
  line-height: 1.55;
  color: rgba(255,255,255,0.82);
  position: relative;
  z-index: 1;
}
.stat-band .cap strong {
  display: block;
  font-family: var(--f-display);
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 5px;
}

/* GRID — 2-up cards */
.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 18px 0;
}
.stat-grid .cell {
  padding: 14px 14px 14px 14px;
  background: #fff;
  border: 1px solid rgba(184,0,75,0.22);
  border-top: 2px solid var(--accent);
  border-radius: 4px;
}
.stat-grid .cell .num {
  font-family: var(--f-display-alt);
  font-weight: 400;
  font-size: 38px;
  line-height: 1;
  color: var(--accent);
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}
.stat-grid .cell .cap {
  font-family: var(--f-body);
  font-size: 9px;
  line-height: 1.5;
  color: var(--path-mauve);
}
.stat-grid .cell .cap strong {
  display: block;
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.25;
  color: var(--path-purple);
  margin-bottom: 3px;
}

/* ═══════════════════════════════════════════════════════════════
   WHY CHANGE BLOCKS & HYPOTHESIS
   ═══════════════════════════════════════════════════════════════ */
.hypothesis {
  margin: 16px 0 22px 0;
  padding: 18px 20px;
  background: linear-gradient(180deg, #F6F9FF 0%, #FDF2F8 100%);
  border: 1px solid rgba(57,55,143,0.12);
  border-left: 3px solid var(--path-purple);
  border-radius: 4px;
  position: relative;
}
.hypothesis .k {
  font-family: var(--f-body);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--path-purple);
  margin-bottom: 8px;
}
.hypothesis .t {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: var(--path-ink);
  margin: 0;
  letter-spacing: -0.005em;
}

.why {
  margin: 18px 0 10px 0;
  padding: 14px 0 4px 0;
  border-top: 1.5px solid var(--path-ink);
}
.why .kicker {
  font-family: var(--f-body);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 4px;
}
.why h3 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--path-purple);
  margin: 2px 0 2px 0;
}
.why .sub {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  color: var(--path-mauve);
  margin-bottom: 10px;
}
.why p {
  font-size: 11px;
  line-height: 1.65;
  margin: 0 0 9px 0;
}

/* ═══════════════════════════════════════════════════════════════
   CONCLUSIONS LIST
   ═══════════════════════════════════════════════════════════════ */
.concl-list {
  list-style: none;
  counter-reset: concl;
  padding: 0;
  margin: 18px 0;
}
.concl-list > li {
  counter-increment: concl;
  position: relative;
  padding: 14px 0 14px 0.55in;
  border-bottom: 0.5px solid rgba(184,0,75,0.22);
  font-family: var(--f-body);
  font-size: 11px;
  line-height: 1.6;
  color: var(--path-mauve);
}
.concl-list > li:first-child {
  border-top: 1.5px solid var(--path-ink);
}
.concl-list > li::before {
  content: counter(concl, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 16px;
  font-family: var(--f-display-alt);
  font-weight: 400;
  font-size: 22px;
  color: var(--accent);
  letter-spacing: -0.02em;
  line-height: 1;
}
.concl-list > li strong {
  display: block;
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.25;
  color: var(--path-ink);
  margin-bottom: 4px;
}

/* ═══════════════════════════════════════════════════════════════
   REFERENCES PAGE
   ═══════════════════════════════════════════════════════════════ */
.refs-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 12px;
  border-bottom: 1.5px solid var(--path-ink);
  margin-bottom: 16px;
}
.refs-head h1 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--path-purple);
  margin: 0;
}
.refs-head .meta {
  font-family: var(--f-body);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--path-mauve-soft);
}
.refs-intro {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 11px;
  line-height: 1.5;
  color: var(--path-mauve);
  margin: 0 0 14px 0;
}
.refs-cols {
  column-count: 2;
  column-gap: 22px;
  column-rule: 0.5px solid rgba(184,0,75,0.2);
}
.refs-cols .r {
  break-inside: avoid;
  font-family: var(--f-body);
  font-size: 7.5px;
  line-height: 1.45;
  color: var(--path-mauve);
  margin-bottom: 6px;
  padding-left: 18px;
  position: relative;
}
.refs-cols .r em {
  font-family: var(--f-display);
  font-style: italic;
  color: var(--path-purple);
  font-weight: 400;
}
.refs-cols .r .n {
  position: absolute;
  left: 0;
  font-family: var(--f-display);
  font-weight: 500;
  color: var(--accent);
}

/* ═══════════════════════════════════════════════════════════════
   CLOSING CTA — full-bleed green
   ═══════════════════════════════════════════════════════════════ */
.cta-page {
  background: var(--path-green);
}
.cta {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.cta-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(170deg, #00AE81 0%, #00694D 100%);
}
.cta-bg::before,
.cta-bg::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}
.cta-bg::before {
  width: 600px; height: 600px;
  top: -260px; right: -200px;
  background: radial-gradient(circle, rgba(182,205,47,0.32) 0%, rgba(182,205,47,0) 65%);
}
.cta-bg::after {
  width: 560px; height: 560px;
  bottom: -280px; left: -180px;
  background: radial-gradient(circle, rgba(57,55,143,0.3) 0%, rgba(57,55,143,0) 65%);
}
.cta-page::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: var(--gradient-signature-full);
  z-index: 3;
}
.cta-content {
  position: absolute;
  inset: 1.2in 0.9in 0.9in 0.9in;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.cta-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--f-body);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #B6CD2F;
  margin-bottom: 30px;
}
.cta-kicker .rule {
  width: 28px;
  height: 2px;
  background: #B6CD2F;
}
.cta h1 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 76px;
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: #fff;
  margin: auto 0 0 0;
  max-width: 6.2in;
}
.cta h1 em {
  font-style: italic;
  font-weight: 400;
  color: rgba(255,255,255,0.55);
}
.cta .lede {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(255,255,255,0.82);
  margin: 28px 0 0 0;
  max-width: 5.4in;
  padding-top: 20px;
  border-top: 0.5px solid rgba(255,255,255,0.28);
}
.cta-url {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 30px 0 0 0;
  padding: 14px 0;
  border-top: 0.5px solid rgba(255,255,255,0.28);
  border-bottom: 0.5px solid rgba(255,255,255,0.28);
}
.cta-url .arrow {
  font-family: var(--f-display);
  font-size: 26px;
  color: #B6CD2F;
  line-height: 1;
}
.cta-url .link {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.01em;
}
.cta-foot {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.cta-foot img {
  height: 38px;
  width: auto;
}
.cta-foot div {
  font-family: var(--f-body);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

/* ═══════════════════════════════════════════════════════════════
   COLOPHON
   ═══════════════════════════════════════════════════════════════ */
.colophon {
  padding-top: 18px;
  border-top: 0.5px solid rgba(184,0,75,0.25);
  font-family: var(--f-body);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--path-mauve-soft);
}
.colophon .wm {
  display: block;
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  color: var(--path-purple);
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 10px;
}

/* ═══════════════════════════════════════════════════════════════
   TWEAKS PANEL
   ═══════════════════════════════════════════════════════════════ */
.tweaks {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 260px;
  padding: 16px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(184,0,75,0.25);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(30,30,58,0.18);
  z-index: 1000;
  font-family: var(--f-body);
}
.tweaks.open { display: block; }
.tweaks h4 {
  margin: 0 0 14px 0;
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 16px;
  color: var(--path-purple);
  letter-spacing: -0.01em;
}
.tweaks .group {
  margin-bottom: 14px;
}
.tweaks .group:last-child { margin-bottom: 0; }
.tweaks label {
  display: block;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--path-mauve-soft);
  margin-bottom: 6px;
}
.tweaks .opts {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tweaks .opts button {
  flex: 1;
  min-width: 50px;
  padding: 7px 8px;
  font-family: var(--f-body);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--path-ink);
  background: #fff;
  border: 1px solid rgba(184,0,75,0.2);
  border-radius: 6px;
  cursor: pointer;
  transition: all 180ms cubic-bezier(0.22, 1, 0.36, 1);
}
.tweaks .opts button:hover {
  border-color: var(--accent);
}
.tweaks .opts button.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.tweaks .opts.color button {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  min-width: 0;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  box-shadow: inset 0 0 0 1.5px rgba(255,255,255,0.6);
}
.tweaks .opts.color button.active {
  border-color: var(--path-ink);
}

/* ═══════════════════════════════════════════════════════════════
   PRINT
   ═══════════════════════════════════════════════════════════════ */
@page {
  size: 8.5in 11in;
  margin: 0;
}

@media print {
  html, body { background: #fff; }
  .page {
    margin: 0;
    box-shadow: none;
    page-break-after: always;
  }
  .tweaks { display: none !important; }
}
