/* 蜜蜡书斋 — 深褐木色 + 蜜蜡金 */
.theme-honey {
  --bg: #14100a;
  --bg-elev: #211a10;
  --bg-soft: #2e2416;
  --ink: #fff6e6;
  --muted: #b8a480;
  --line: rgba(212,160,24, 0.12);
  --line-strong: rgba(212,160,24, 0.22);
  --accent: #d4a018;
  --accent-2: #f0c85a;
  --accent-ink: #241808;
  --font-display: "Libre Bodoni", sans-serif;
  --font-body: "Source Serif 4", system-ui, sans-serif;
}
.theme-honey .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(212,160,24,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(212,160,24,0.1), transparent 50%),
    #14100a;
}
.theme-honey .masthead-brand {
  background: linear-gradient(100deg, #fff6e6, #f0c85a 55%, #d4a018);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-honey .btn-primary,
.theme-honey .link-vip {
  background: linear-gradient(135deg, #f0c85a, #d4a018);
  color: #241808;
}
.theme-honey .section-kicker { color: #f0c85a; }
.theme-honey .badge.paid { background: #d4a018; color: #241808; }
