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

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