/* ============================================================
   FUTURE LAB — DESIGN SYSTEM v2
   Demand-side: navy + gold (commissioning organisations)
   Supply-side: deep teal + cream (partners, ventures, experts)
   ============================================================ */

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

:root {
  /* Demand palette (default) */
  --ink:        #0E1A2B;   /* Future Lab navy from logo */
  --ink-deep:   #081222;
  --ink-soft:   #1A2A40;
  --gold:       #C8932E;   /* logo gold */
  --gold-warm:  #D9A33C;
  --gold-deep:  #A87618;
  --cream:      #F5F1E8;
  --cream-soft: #EFEADF;
  --paper:      #FBF8F1;

  /* Supply-side accent system (used on partner/network pages) */
  --supply:        #1F4D52;   /* deep teal from FL Overview spectrum */
  --supply-deep:   #133438;
  --supply-soft:   #2B656B;
  --supply-warm:   #E0C58F;   /* AA 4.5+ on supply (5.6:1), kept warm */
  --supply-cream:  #EFE9DA;

  --line-on-light: rgba(14,26,43,0.12);
  --line-on-dark:  rgba(245,241,232,0.10);
  --text-on-dark:  #EAE2D0;
  --text-on-light: #0E1A2B;
  --muted-on-dark: #B0BAC8;   /* WCAG AA 4.5+ on ink (8.91) and supply (4.77) */
  --muted-on-light:#5A6376;
  --gold-on-light: #8B6014;   /* WCAG AA 4.5+ on cream (4.93) and paper (5.24) */

  --f-display: 'Jost', 'Futura', 'Trebuchet MS', system-ui, sans-serif;
  --f-body:    'Jost', 'Futura', 'Trebuchet MS', system-ui, sans-serif;
  --f-italic:  'Fraunces', Georgia, serif;
  --f-mono:    'Jost', ui-monospace, monospace;

  --measure: 70ch;
  --nav-h: 72px;
  --pad-x: clamp(20px, 5vw, 56px);
  --pad-section: clamp(72px, 9vw, 128px);
  --max: 1320px;
}

/* Ecosystem-audience page context */
body[data-side="supply"] {
  --ink: var(--supply);
  --ink-deep: var(--supply-deep);
  --ink-soft: var(--supply-soft);
  --gold: #C8932E;
  --gold-warm: #C8932E;
  --gold-deep: #A87618;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--f-body);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--text-on-light);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }

/* Body links on light backgrounds — readable, AA-compliant gold-on-light */
.muted a,
.policy-block a,
.next-step a,
p a {
  color: var(--gold-on-light);
  text-decoration: underline;
  text-decoration-color: rgba(168, 118, 24, 0.4);
  text-underline-offset: 3px;
  font-weight: 500;
}
.muted a:hover,
.policy-block a:hover,
.next-step a:hover,
p a:hover {
  color: var(--gold-deep);
  text-decoration-color: var(--gold-deep);
}
/* Don't override links that already opt into a different treatment */
.btn a,
a.btn,
p a.btn,
.cta-band p a,
.muted-d a,
.term-gloss,
p a.term-gloss { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* ============== TYPE SCALE ============== */
.display { font-family: var(--f-display); font-weight: 300; line-height: 1.08; letter-spacing: -0.012em; text-wrap: pretty; }
.display-xl { font-size: clamp(36px, 4.6vw, 64px); font-weight: 250; letter-spacing: -0.018em; line-height: 1.06; }
.display-md { font-size: clamp(26px, 3.2vw, 44px); line-height: 1.14; font-weight: 300; }
.display-sm { font-size: clamp(22px, 2.4vw, 32px); line-height: 1.2; font-weight: 350; }
.serif-italic em, .display em {
  font-family: var(--f-italic);
  font-style: italic;
  font-weight: 300;
  color: var(--gold);
  letter-spacing: -0.01em;
}

.eyebrow {
  font-family: var(--f-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-on-light);   /* AA-compliant on cream/paper (4.9-5.2:1) */
}
.eyebrow-on-dark { color: var(--gold-warm); }   /* 7.7:1 on ink, fine */

.next-step {
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-on-light);
  font-weight: 600;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.lead { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.6; font-weight: 400; }
.small { font-size: 13.5px; line-height: 1.6; }
.mono { font-family: var(--f-mono); font-size: 12.5px; letter-spacing: 0.02em; }

.muted { color: var(--muted-on-light); }
.muted-d { color: var(--muted-on-dark); }

/* ============== LAYOUT ============== */
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--pad-x); }
.container-narrow { max-width: 940px; width: 100%; margin: 0 auto; padding: 0 var(--pad-x); }

.section { padding: var(--pad-section) 0; }
.section-tight { padding: calc(var(--pad-section) * 0.55) 0; }

.bg-cream { background: var(--cream); color: var(--text-on-light); }
.bg-paper { background: var(--paper); color: var(--text-on-light); }
.bg-ink   { background: var(--ink); color: var(--text-on-dark); }
.bg-ink-deep { background: var(--ink-deep); color: var(--text-on-dark); }
.bg-supply { background: var(--supply); color: var(--text-on-dark); }

.gold-rule { width: 48px; height: 2px; background: var(--gold); margin-bottom: 28px; }

/* Side stripe — visual marker for demand vs supply pages */
.side-stripe {
  height: 4px;
  background: var(--gold);
}
body[data-side="supply"] .side-stripe { background: #C8932E; }

/* ============== NAV ============== */
.nav {
  position: sticky; top: 0; z-index: 80;
  background: var(--ink);
  color: var(--text-on-dark);
  border-bottom: 1px solid var(--line-on-dark);
  height: var(--nav-h);
}
.nav-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 var(--pad-x);
  height: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--f-display); font-size: 0; font-weight: 500;
  color: var(--text-on-dark); text-decoration: none;
  letter-spacing: 0.02em;
}
.nav-logo-mark {
  width: 168px; height: 36px;
  background: url('assets/logos/future-lab-logo-white.png') no-repeat left center;
  background-size: contain;
}
/* Logo suffix removed — side-switch pill is the canonical audience affordance */

.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-link {
  font-size: 13.5px; font-weight: 400; color: var(--muted-on-dark);
  background: none; border: none;
  padding: 8px 13px; border-radius: 4px;
  text-decoration: none;
  transition: color 0.18s;
  white-space: nowrap;
}
.nav-link:hover, .nav-link.active { color: var(--text-on-dark); }
.nav-link.active { position: relative; }
.nav-link.active::after {
  content: ""; position: absolute; left: 13px; right: 13px; bottom: 2px;
  height: 1px; background: var(--gold);
}

/* Side switcher in nav (Demand | Supply) */
.nav-side-switch {
  display: flex; align-items: center; gap: 0;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line-on-dark);
  border-radius: 999px;
  padding: 3px;
  margin-right: 12px;
}
.nav-side-switch a {
  font-family: var(--f-body); font-size: 11.5px; font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--muted-on-dark);
  text-decoration: none;
  padding: 6px 14px; border-radius: 999px;
  transition: all 0.18s;
}
.nav-side-switch a.is-active { background: #C8932E; color: #0E1A2B; }
body[data-side="supply"] .nav-side-switch a.is-active {
  background: #C8932E; color: #0E1A2B;
}

.nav-cta {
  margin-left: 14px;
  font-size: 13px; font-weight: 500;
  color: #0E1A2B; background: #C8932E;
  border: none; padding: 10px 18px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.18s;
}
.nav-cta:hover { background: #A87618; color: #FFFFFF; }
body[data-side="supply"] .nav-cta { background: #C8932E; color: #0E1A2B; }
body[data-side="supply"] .nav-cta:hover { background: #A87618; color: #FFFFFF; }

.nav-burger { display: none; }

/* ============== BUTTONS ============== */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-body); font-size: 14px; font-weight: 500;
  padding: 14px 26px; border-radius: 3px;
  border: 1px solid transparent;
  text-decoration: none; cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .btn { white-space: normal; text-align: left; }
}
.btn-primary { background: #C8932E; color: #0E1A2B; }
.btn-primary:hover { background: #A87618; color: #FFFFFF; }
body[data-side="supply"] .btn-primary { background: #C8932E; color: #0E1A2B; }
body[data-side="supply"] .btn-primary:hover { background: #A87618; color: #FFFFFF; }
.btn-ghost-light { background: transparent; color: var(--text-on-dark); border-color: var(--line-on-dark); }
.btn-ghost-light:hover { border-color: var(--gold); color: var(--gold); }
.btn-ghost-dark { background: transparent; color: var(--text-on-light); border-color: var(--line-on-light); }
.btn-ghost-dark:hover { border-color: var(--ink); }

.arrow { display: inline-block; transition: transform 0.2s; }
.btn:hover .arrow { transform: translateX(3px); }

/* ============== GRID HELPERS ============== */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.grid-2-3 { display: grid; grid-template-columns: 2fr 3fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
@media (max-width: 880px) {
  .grid-2-3 { grid-template-columns: 1fr; gap: 32px; }
}

.stack-md > * + * { margin-top: 20px; }

/* ============== HERO ============== */
.hero {
  background: var(--ink);
  color: var(--text-on-dark);
  padding: clamp(72px, 10vw, 140px) 0 clamp(64px, 8vw, 110px);
  position: relative;
  overflow: hidden;
}
.hero-narrow { padding: clamp(64px, 8vw, 110px) 0 clamp(48px, 6vw, 80px); }

.hero::before {
  content: ""; position: absolute; right: -120px; top: 50%;
  width: 540px; height: 540px;
  transform: translateY(-50%) rotate(15deg);
  background:
    repeating-linear-gradient(45deg, transparent 0 28px, rgba(200,147,46,0.05) 28px 30px),
    repeating-linear-gradient(-45deg, transparent 0 28px, rgba(200,147,46,0.05) 28px 30px);
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  pointer-events: none;
  opacity: 0.7;
}
body[data-side="supply"] .hero::before {
  background:
    repeating-linear-gradient(45deg, transparent 0 28px, rgba(201,168,106,0.06) 28px 30px),
    repeating-linear-gradient(-45deg, transparent 0 28px, rgba(201,168,106,0.06) 28px 30px);
}
.hero-inner { position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; padding: 0 var(--pad-x); }
.hero-sub { color: var(--muted-on-dark); margin-top: clamp(20px, 2.4vw, 32px); margin-bottom: 36px; max-width: none; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.hero-meta {
  margin-top: clamp(48px, 6vw, 80px);
  padding-top: 32px;
  border-top: 1px solid var(--line-on-dark);
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.hero-meta-item .num {
  font-family: var(--f-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 350; color: var(--text-on-dark);
  line-height: 1;
}
.hero-meta-item .lab {
  font-size: 12px; color: var(--muted-on-dark);
  margin-top: 8px; line-height: 1.5;
}

/* ============== SECTION HEADER (consistent block) ============== */
.section-header { margin-bottom: clamp(40px, 5vw, 64px); }
.section-header .display { margin-top: 16px; max-width: none; text-wrap: pretty; }
.section-header .lead { margin-top: 20px; max-width: none; color: var(--muted-on-light); text-wrap: pretty; }

/* Two-column section header (eyebrow+title left, lead right) */
.split-header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.split-header .display { max-width: none; margin-top: 14px; text-wrap: pretty; }
.split-header .lead { max-width: none; margin-top: 20px; text-wrap: pretty; }

@media (max-width: 880px) {
  .split-header { grid-template-columns: 1fr; align-items: start; gap: 22px; }
}

/* ============== CONDITION BLOCK ============== */
.condition {
  padding: clamp(40px, 5vw, 64px) 0;
  border-top: 1px solid var(--line-on-light);
}
.condition:last-child { border-bottom: 1px solid var(--line-on-light); }

.condition-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}
@media (max-width: 880px) { .condition-grid { grid-template-columns: 1fr; gap: 24px; } }

.condition-verb {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--f-body);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-on-light);   /* WCAG AA on cream/paper */
  margin-bottom: 22px;
}
.condition-verb::before {
  content: ""; display: inline-block;
  width: 36px; height: 1px;
  background: var(--gold-on-light);
}
.condition-title {
  font-family: var(--f-display);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 280; line-height: 1.14;
  letter-spacing: -0.012em;
}
.condition-body { color: var(--muted-on-light); line-height: 1.75; font-size: 16.5px; }
.condition-body p + p { margin-top: 14px; }

/* When-applies bulleted list */
.when-list { list-style: none; padding: 0; margin: 18px 0 0; }
.when-list li {
  position: relative;
  padding: 10px 0 10px 28px;
  font-size: 15.5px; line-height: 1.6;
  color: var(--text-on-light);
  border-top: 1px dotted var(--line-on-light);
}
.when-list li:first-child { border-top: none; padding-top: 4px; }
.when-list li::before {
  content: "—";
  position: absolute; left: 0; top: 10px;
  color: var(--gold);
  font-weight: 500;
}
.when-list-on-dark li { color: var(--text-on-dark); border-color: var(--line-on-dark); }

/* ============== CARDS ============== */
.card {
  padding: 32px;
  background: var(--paper);
  border: 1px solid var(--line-on-light);
  border-radius: 2px;
  transition: border-color 0.2s, transform 0.2s;
}
.card:hover { border-color: var(--gold); }
.card-dark {
  background: var(--ink-soft);
  border: 1px solid var(--line-on-dark);
  color: var(--text-on-dark);
  padding: 32px; border-radius: 2px;
}
.card-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold-deep);
  margin-bottom: 18px;
}
.card-title {
  font-family: var(--f-display); font-weight: 400;
  font-size: 22px; line-height: 1.25;
  margin-bottom: 12px;
}
.card-body { color: var(--muted-on-light); font-size: 15px; line-height: 1.7; }
.card-dark .card-body { color: var(--muted-on-dark); }

/* ============== FOOTER ============== */
.footer {
  background: var(--ink-deep);
  color: var(--text-on-dark);
  padding: 80px 0 36px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--line-on-dark);
}
.footer-brand { max-width: 340px; }
.footer-brand-mark {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 20px;
}
.footer-logo-mark {
  display: inline-block;
  width: 168px; height: 40px;
  background: url('assets/logos/future-lab-logo-white.png') no-repeat left center;
  background-size: contain;
}
.footer-tag { color: var(--muted-on-dark); font-size: 14px; line-height: 1.65; margin-bottom: 24px; }
.footer-col h4 {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted-on-dark); margin-bottom: 18px;
}
.footer-col a {
  display: block; text-decoration: none;
  color: var(--text-on-dark); opacity: 0.85;
  font-size: 14px; padding: 5px 0;
  transition: color 0.18s;
}
.footer-col a:hover { color: var(--gold); opacity: 1; }
.footer-bot {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 32px; flex-wrap: wrap; gap: 16px;
}
.footer-meta { font-size: 12.5px; color: var(--muted-on-dark); }
.footer-legal { display: flex; gap: 24px; font-size: 12.5px; color: var(--muted-on-dark); }
.footer-legal a { color: var(--muted-on-dark); text-decoration: none; }
.footer-legal a:hover { color: var(--gold); }

.footer-partner-link {
  display: inline-flex; align-items: center;
  padding: 6px 0;
  margin-bottom: 8px;
}
.footer-partner-img {
  width: auto; display: block;
  opacity: 1;
  transition: opacity 0.2s ease;
}
/* IVG has no dedicated white asset — knock to white via filter */
.footer-partner-img.is-ivg-knockout { filter: brightness(0) invert(1); }
.footer-partner-link:hover .footer-partner-img { opacity: 0.85; }
.footer-partner-img.is-ivg { height: 52px; }
.footer-partner-img.is-sankofa { height: 24px; }

/* ============== CTA BAND ============== */
.cta-band {
  background: var(--ink-soft);
  color: var(--text-on-dark);
  padding: clamp(64px, 8vw, 100px) 0;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; left: 50%; top: 0;
  width: 80px; height: 4px; background: var(--gold);
  transform: translateX(-50%);
}

/* ============== FORMS ============== */
.form { background: var(--paper); border: 1px solid var(--line-on-light); padding: clamp(24px, 4vw, 40px); }
.form-row { margin-bottom: 22px; }
.form-label { display: flex; justify-content: space-between; align-items: baseline; font-size: 12px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); margin-bottom: 8px; }
.form-label .req { color: var(--gold-deep); font-weight: 500; }
.form-label .opt { color: var(--muted-on-light); font-weight: 400; text-transform: none; letter-spacing: 0.02em; }
.form-input { width: 100%; padding: 13px 14px; border: 1px solid var(--line-on-light); background: var(--cream); font-family: var(--f-body); font-size: 15px; color: var(--ink); transition: border-color 0.18s, background 0.18s; border-radius: 2px; }
.form-input:focus { outline: none; border-color: var(--gold); background: white; }
textarea.form-input { resize: vertical; min-height: 120px; line-height: 1.6; }
.form-help { font-size: 12.5px; color: var(--muted-on-light); margin-top: 6px; line-height: 1.5; }

.radio-group { display: flex; flex-direction: column; gap: 10px; padding-top: 4px; }
.radio { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--ink); cursor: pointer; padding: 4px 0; }
.radio input { accent-color: var(--gold-deep); width: 16px; height: 16px; }

.btn-block { width: 100%; justify-content: center; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 640px) { .field-row { grid-template-columns: 1fr; } }

/* ============== TAGS / CHIPS ============== */
.tag {
  display: inline-block;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 5px 10px;
  border: 1px solid var(--line-on-light);
  border-radius: 2px;
  color: var(--muted-on-light);
}

/* ============== UTIL ============== */

/* Inline mobile-menu */
.mobile-menu { display: none; }

/* ============== RESPONSIVE ============== */
/* Three canonical breakpoints: 1100, 880, 640.
   - >1100: full layout
   - 881–1100: tablet-landscape & smaller laptops; multi-col grids start collapsing; nav tightens but side-switch stays
   - 641–880: tablet-portrait; nav burgers; most 2-up grids
   - <=640: phone; everything stacks */

@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  .footer-grid > .footer-col:last-child { grid-column: span 4; padding-top: 12px; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .hero-meta { grid-template-columns: 1fr 1fr; }
  /* Side-switch is the audience separator — keep it visible. Tighten everything else to fit. */
  .nav-side-switch { margin-right: 8px; }
  .nav-side-switch a { padding: 6px 10px; font-size: 11px; }
  .nav-link { padding: 8px 8px; font-size: 12.5px; }
  .nav-cta { margin-left: 6px; padding: 9px 12px; font-size: 12px; }
}
@media (max-width: 880px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > .footer-brand { grid-column: span 2; }
  .footer-grid > .footer-col:last-child { grid-column: span 2; }
  .nav-links { display: none; }
  .nav-burger {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px;
    background: transparent; border: 1px solid var(--line-on-dark);
    border-radius: 3px; color: var(--text-on-dark);
  }
  .mobile-menu.open {
    display: block;
    position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0;
    background: var(--ink); z-index: 79; padding: 24px var(--pad-x);
    overflow-y: auto;
  }
  .mobile-menu a {
    display: block; padding: 14px 0;
    border-bottom: 1px solid var(--line-on-dark);
    color: var(--text-on-dark); font-size: 17px;
    text-decoration: none;
    font-family: var(--f-display); font-weight: 400;
  }
  .mobile-menu .mm-section {
    display: block; margin-top: 18px; margin-bottom: 4px;
    padding: 6px 0;
    font-family: var(--f-body); font-size: 11px; font-weight: 600;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--gold);
    border-bottom: none;
  }
}
@media (max-width: 640px) {
  .grid-2 { grid-template-columns: 1fr; gap: 18px; }
  .grid-3, .grid-4 { grid-template-columns: 1fr; gap: 18px; }
  .hero-meta { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > .footer-brand,
  .footer-grid > .footer-col:last-child { grid-column: span 1; }
  /* B4: Mobile body type minimum — lift paragraph copy to >=14px on small screens.
     Mono/eyebrow micro-copy stays at its design size. */
  body { font-size: 16px; }
  p, li, dd, dt { font-size: max(14px, 1em); }
  /* Italic body disclosures inline-styled at 13px (for-impact, join) — lift to 14px. */
  p[style*="font-style:italic"][style*="13px"] { font-size: 14px !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
