/* ============================================================
   CLASSICAL THEME — elegant, cream/gold, refined typography
   For: classical, new age, vocal, opera
   ============================================================ */

[data-theme='classical'] {
  --color-bg: #faf8f3;
  --color-surface: #ffffff;
  --color-surface-hover: #f5f2eb;
  --color-border: #e0dbd0;
  --color-text: #2a2520;
  --color-text-muted: #7a7268;
  --color-accent: #8b6914;
  --color-accent-hover: #735510;
  --color-accent-text: #ffffff;
  --color-danger: #b71c1c;
  --color-success: #2e7d32;
  --font-heading: Georgia, 'Times New Roman', serif;
  --radius: 6px;

  --hero-image: url('/images/hero-classical.png');
  --texture-image: none;
  --hero-overlay-color: rgba(42, 37, 32, 0.55);
  --hero-overlay-opacity: 0.55;
  --card-shadow: 0 1px 4px rgba(42, 37, 32, 0.08);
  --card-hover-shadow: 0 6px 20px rgba(139, 105, 20, 0.1);
  --gradient-start: #8b6914;
  --gradient-end: #c4a35a;
  --gradient-accent: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  --glow-color: rgba(139, 105, 20, 0.15);
  --font-heading-weight: 400;
  --letter-spacing-heading: 0.02em;
  --text-transform-heading: none;
  --animation-speed: 0.3s;
}

@media (prefers-color-scheme: dark) {
  [data-theme='classical'] {
    --color-bg: #141210;
    --color-surface: #1e1b18;
    --color-surface-hover: #282420;
    --color-border: #3e3830;
    --color-text: #e8e0d6;
    --color-text-muted: #a09888;
    --color-accent: #c4a35a;
    --color-accent-hover: #b09040;
  }
}
