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

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