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

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

body.skin-dock .stub, body.skin-dock .cta-bar { display: none; }
body.skin-dock .layout { display: block; }
body.skin-dock .offer-bar { position: sticky; bottom: 0; top: auto; }
body.skin-dock .dl-line { font-size: 1.4rem; font-weight: 700; }
