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

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