
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&family=Source+Serif+4:opsz,wght@8..60,600;8..60,700&display=swap");
html { color-scheme: light; }
.theme-editorial {
  --night: #f4efe6;
  --panel: #fffdf8;
  --bone: #1a1612;
  --mute: #5a5348;
  --gold: #7a3410;
  --cta: #b42318;
}
.theme-editorial body, body.theme-editorial {
  background: #efe8db;
  color: var(--bone);
  font-family: Outfit, system-ui, sans-serif;
}
body.theme-editorial .top { background: #fffdf8; border-bottom: 3px solid #7a3410; }
body.theme-editorial .top-note { color: #7a3410; }
body.theme-editorial .nav-toggle { color: var(--bone); border-color: #d9cfc0; }
body.theme-editorial .nav a:hover { color: #7a3410; }
body.theme-editorial .nav a[aria-current="page"] { background: #1a1612; color: #fffdf8; }
body.theme-editorial .offer-bar {
  background: #7a3410;
  border: 0;
  color: #fff8ee;
}
body.theme-editorial .offer-bar p { color: #fff8ee; }
body.theme-editorial .cta { border-radius: 2px; background: #b42318; }
body.theme-editorial .page-head h1,
body.theme-editorial .stub-offer {
  font-family: "Source Serif 4", Georgia, serif;
  letter-spacing: 0;
}
body.theme-editorial .facts dd { color: #7a3410; }
body.theme-editorial .faq details,
body.theme-editorial .facts div,
body.theme-editorial .stub {
  border-color: #e4d8c6;
  box-shadow: 0 1px 0 #fff inset;
}
body.theme-editorial .colophon { border-top-color: #e4d8c6; }
body.theme-editorial .colophon a { color: #7a3410; }
body.theme-editorial .jump a { color: #7a3410; }
body.theme-editorial .hero { max-width: none; padding: 0; }
body.theme-editorial .hero-art img { border-radius: 0; aspect-ratio: 16 / 6; object-position: center 40%; }
@media (min-width: 880px) {
  body.theme-editorial .layout {
    grid-template-columns: 16.5rem minmax(0, 1fr);
  }
  body.theme-editorial .stub { order: -1; top: 5rem; }
}
