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

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