
html { color-scheme: dark; }
body.theme-j09 {
  --night: #0b1220; --panel: #0b1220; --bone: #e2e8f0; --mute: #38bdf8; --gold: #38bdf8; --cta: #0284c7;
  background: #0b1220; color: #e2e8f0; font-family: Oswald, Impact, sans-serif;
}
body.theme-j09 .top { background: #0b1220; border-bottom: 2px solid #38bdf8; }
body.theme-j09 .offer-bar { background: #0284c7; border: 0; color: #fff; }
body.theme-j09 .offer-bar p { color: #fff; }
body.theme-j09 .cta { background: #0284c7; border-radius: 8px; }
body.theme-j09 .nav a[aria-current="page"] { background: #38bdf8; color: #0b1220; }
body.theme-j09 .facts dd { color: #38bdf8; }
body.theme-j09 .jump a { color: #38bdf8; }
body.theme-j09 .page-head h1 { font-size: clamp(1.6rem, 4vw, 2.6rem); }
body.theme-j09 .hero-art img { border: 2px solid #38bdf8; }

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