/* 蜜桃暖幕 — 暖褐底 + 蜜桃色 */
.theme-peach {
  --bg: #16110e;
  --bg-elev: #231c17;
  --bg-soft: #322820;
  --ink: #fff4ec;
  --muted: #b8a094;
  --line: rgba(240,160,122, 0.12);
  --line-strong: rgba(240,160,122, 0.22);
  --accent: #f0a07a;
  --accent-2: #ffc8a8;
  --accent-ink: #2a1610;
  --font-display: "Caveat", sans-serif;
  --font-body: "Nunito Sans", system-ui, sans-serif;
}
.theme-peach .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(240,160,122,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(240,160,122,0.1), transparent 50%),
    #16110e;
}
.theme-peach .masthead-brand {
  background: linear-gradient(100deg, #fff4ec, #ffc8a8 55%, #f0a07a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-peach .btn-primary,
.theme-peach .link-vip {
  background: linear-gradient(135deg, #ffc8a8, #f0a07a);
  color: #2a1610;
}
.theme-peach .section-kicker { color: #ffc8a8; }
.theme-peach .badge.paid { background: #f0a07a; color: #2a1610; }
