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

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

body.skin-ticket .cta { border-radius: 0; background: transparent; border: 2px dashed; color: inherit; }
body.skin-ticket .stub { border: 2px dashed; }
body.skin-ticket .offer-bar { background: transparent; border-bottom: 2px dashed; }
body.skin-ticket .nav a { border: 1px solid; padding: 0.15rem 0.6rem; }
body.skin-ticket .ticket-kicker { font-family: ui-monospace, monospace; font-size: 0.8rem; }
