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

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