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

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

body.skin-split .offer-bar { display: none; }
@media (min-width: 900px) {
  body.skin-split .layout { grid-template-columns: minmax(0,1fr) 16rem; }
  body.skin-split .stub { min-height: 60vh; }
}
body.skin-split .page-head h1 { max-width: 16ch; }
