
html { color-scheme: light; }
body.theme-j08 {
  --night: #faf5ff; --panel: #faf5ff; --bone: #3b0764; --mute: #7c3aed; --gold: #7c3aed; --cta: #6d28d9;
  background: #faf5ff; color: #3b0764; font-family: 'IBM Plex Mono', ui-monospace, monospace;
}
body.theme-j08 .top { background: #faf5ff; border-bottom: 2px solid #7c3aed; }
body.theme-j08 .offer-bar { background: #6d28d9; border: 0; color: #fff; }
body.theme-j08 .offer-bar p { color: #fff; }
body.theme-j08 .cta { background: #6d28d9; border-radius: 2px; }
body.theme-j08 .nav a[aria-current="page"] { background: #7c3aed; color: #fff; }
body.theme-j08 .facts dd { color: #7c3aed; }
body.theme-j08 .jump a { color: #7c3aed; }
body.theme-j08 .page-head h1 { font-size: clamp(1.6rem, 4vw, 2.6rem); }
body.theme-j08 .hero-art img { border: 2px solid #7c3aed; }

@media (min-width: 880px) {
  body.theme-j08 .layout { grid-template-columns: minmax(0,1fr) 16rem; }
}
