:root {
  /* Palette — warm white, deep charcoal, JB orange. No bright tech blue. */
  --warm-white:#F8F5EF;
  --cream:#F1ECE1;
  --paper:#FBF9F4;
  --surface:#FFFFFF;
  --ink:#1B2330;
  --ink-strong:#0F1620;
  --charcoal:#2B3340;
  --muted:#5F6A77;
  --border:#E4DCC9;
  --border-strong:#CFC4AC;
  --orange:#E8752A;
  --orange-dark:#C95E1B;
  --orange-soft:#F8E2CC;
  --green:#5F7849;
  --max:1200px;
  --radius-sm:6px;
  --radius:12px;
  --radius-lg:20px;
  --shadow-soft:0 2px 12px rgba(15,22,32,.05);
  --shadow:0 18px 48px rgba(15,22,32,.10);
  --font-display:'Source Serif 4', 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --space-1:8px;
  --space-2:16px;
  --space-3:24px;
  --space-4:32px;
  --space-5:48px;
  --space-6:64px;
  --space-7:96px;
  --space-8:128px;
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration:0.001ms !important; transition-duration:0.001ms !important; }
}