
html { color-scheme: light; }
body.theme-j16 {
  --night: #f5f3ff; --panel: #f5f3ff; --bone: #1e1b4b; --mute: #6366f1; --gold: #6366f1; --cta: #4f46e5;
  background: #f5f3ff; color: #1e1b4b; font-family: 'Source Serif 4', serif;
}
body.theme-j16 .top { background: #f5f3ff; border-bottom: 2px solid #6366f1; }
body.theme-j16 .offer-bar { background: #4f46e5; border: 0; color: #fff; }
body.theme-j16 .offer-bar p { color: #fff; }
body.theme-j16 .cta { background: #4f46e5; border-radius: 2px; }
body.theme-j16 .nav a[aria-current="page"] { background: #6366f1; color: #fff; }
body.theme-j16 .facts dd { color: #6366f1; }
body.theme-j16 .jump a { color: #6366f1; }
body.theme-j16 .page-head h1 { font-size: clamp(1.6rem, 4vw, 2.6rem); }
body.theme-j16 .hero-art img { border: 2px solid #6366f1; }

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