/* 珊瑚浅湾 — 深海墨 + 珊瑚橙 */
.theme-coral {
  --bg: #120e0c;
  --bg-elev: #1e1714;
  --bg-soft: #2a211c;
  --ink: #fff2ea;
  --muted: #b89a8c;
  --line: rgba(255,122,89, 0.12);
  --line-strong: rgba(255,122,89, 0.22);
  --accent: #ff7a59;
  --accent-2: #ffb09a;
  --accent-ink: #2a120c;
  --font-display: "Pacifico", sans-serif;
  --font-body: "Open Sans", system-ui, sans-serif;
}
.theme-coral .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(255,122,89,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(255,122,89,0.1), transparent 50%),
    #120e0c;
}
.theme-coral .masthead-brand {
  background: linear-gradient(100deg, #fff2ea, #ffb09a 55%, #ff7a59);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-coral .btn-primary,
.theme-coral .link-vip {
  background: linear-gradient(135deg, #ffb09a, #ff7a59);
  color: #2a120c;
}
.theme-coral .section-kicker { color: #ffb09a; }
.theme-coral .badge.paid { background: #ff7a59; color: #2a120c; }
