
html { color-scheme: light; }
body.theme-j07 {
  --night: #f1f5f9; --panel: #f1f5f9; --bone: #0f172a; --mute: #475569; --gold: #475569; --cta: #334155;
  background: #f1f5f9; color: #0f172a; font-family: 'Source Serif 4', Georgia, serif;
}
body.theme-j07 .top { background: #f1f5f9; border-bottom: 2px solid #475569; }
body.theme-j07 .offer-bar { background: #334155; border: 0; color: #fff; }
body.theme-j07 .offer-bar p { color: #fff; }
body.theme-j07 .cta { background: #334155; border-radius: 2px; }
body.theme-j07 .nav a[aria-current="page"] { background: #475569; color: #fff; }
body.theme-j07 .facts dd { color: #475569; }
body.theme-j07 .jump a { color: #475569; }
body.theme-j07 .page-head h1 { font-size: clamp(1.6rem, 4vw, 2.6rem); }
body.theme-j07 .hero-art img { border: 2px solid #475569; }

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