
html { color-scheme: dark; }
body.theme-j21 {
  --night: #4c0519; --panel: #4c0519; --bone: #ffe4e6; --mute: #fb7185; --gold: #fb7185; --cta: #9f1239;
  background: #4c0519; color: #ffe4e6; font-family: Georgia, serif;
}
body.theme-j21 .top { background: #4c0519; border-bottom: 2px solid #fb7185; }
body.theme-j21 .offer-bar { background: #9f1239; border: 0; color: #fff; }
body.theme-j21 .offer-bar p { color: #fff; }
body.theme-j21 .cta { background: #9f1239; border-radius: 2px; }
body.theme-j21 .nav a[aria-current="page"] { background: #fb7185; color: #4c0519; }
body.theme-j21 .facts dd { color: #fb7185; }
body.theme-j21 .jump a { color: #fb7185; }
body.theme-j21 .page-head h1 { font-size: clamp(1.6rem, 4vw, 2.6rem); }
body.theme-j21 .hero-art img { border: 2px solid #fb7185; }

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