/* 红酒窖藏 — 酒红深底 + 葡萄紫红 */
.theme-wine {
  --bg: #12080c;
  --bg-elev: #1e1016;
  --bg-soft: #2a1820;
  --ink: #ffeef4;
  --muted: #b08898;
  --line: rgba(168,40,88, 0.12);
  --line-strong: rgba(168,40,88, 0.22);
  --accent: #a82858;
  --accent-2: #d86890;
  --accent-ink: #280810;
  --font-display: "IM Fell English", sans-serif;
  --font-body: "Libre Franklin", system-ui, sans-serif;
}
.theme-wine .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(168,40,88,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(168,40,88,0.1), transparent 50%),
    #12080c;
}
.theme-wine .masthead-brand {
  background: linear-gradient(100deg, #ffeef4, #d86890 55%, #a82858);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-wine .btn-primary,
.theme-wine .link-vip {
  background: linear-gradient(135deg, #d86890, #a82858);
  color: #280810;
}
.theme-wine .section-kicker { color: #d86890; }
.theme-wine .badge.paid { background: #a82858; color: #280810; }
