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

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