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

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