
html { color-scheme: light; }
body.theme-j12 {
  --night: #fafafa; --panel: #fafafa; --bone: #171717; --mute: #dc2626; --gold: #dc2626; --cta: #b91c1c;
  background: #fafafa; color: #171717; font-family: ui-sans-serif, system-ui, sans-serif;
}
body.theme-j12 .top { background: #fafafa; border-bottom: 2px solid #dc2626; }
body.theme-j12 .offer-bar { background: #b91c1c; border: 0; color: #fff; }
body.theme-j12 .offer-bar p { color: #fff; }
body.theme-j12 .cta { background: #b91c1c; border-radius: 2px; }
body.theme-j12 .nav a[aria-current="page"] { background: #dc2626; color: #fff; }
body.theme-j12 .facts dd { color: #dc2626; }
body.theme-j12 .jump a { color: #dc2626; }
body.theme-j12 .page-head h1 { font-size: clamp(1.6rem, 4vw, 2.6rem); }
body.theme-j12 .hero-art img { border: 2px solid #dc2626; }

@media (min-width: 880px) {
  body.theme-j12 .layout { grid-template-columns: 1fr; }
  body.theme-j12 .stub { position: static; display: grid; grid-template-columns: 1fr auto; align-items: center; }
}
