
html { color-scheme: light; }
body.theme-j23 {
  --night: #fff1f2; --panel: #fff1f2; --bone: #881337; --mute: #e11d48; --gold: #e11d48; --cta: #be123c;
  background: #fff1f2; color: #881337; font-family: 'IBM Plex Sans', sans-serif;
}
body.theme-j23 .top { background: #fff1f2; border-bottom: 2px solid #e11d48; }
body.theme-j23 .offer-bar { background: #be123c; border: 0; color: #fff; }
body.theme-j23 .offer-bar p { color: #fff; }
body.theme-j23 .cta { background: #be123c; border-radius: 2px; }
body.theme-j23 .nav a[aria-current="page"] { background: #e11d48; color: #fff; }
body.theme-j23 .facts dd { color: #e11d48; }
body.theme-j23 .jump a { color: #e11d48; }
body.theme-j23 .page-head h1 { font-size: clamp(1.6rem, 4vw, 2.6rem); }
body.theme-j23 .hero-art img { border: 2px solid #e11d48; }

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