/* Explain: Premium Gold and Black theme tokens for high-end VIP identity */
:root {
    --primary-color: #d4af37; /* Gold */
    --primary-hover: #b5952f;
    --secondary-color: #1a1a1a;
    --accent-color: #f3e5ab; /* Champagne */
    --logo-subtitle-color: #d4af37;
    --button-color: #d4af37;
    --button-text-color: #000000;
    --background-color: #0a0a0a; /* Premium Black */
    --surface-color: #121212;
    --footer-bg: #050505;
    --text-color: #f8fafc;
    --text-muted: #a1a1aa;
    --border-color: rgba(212, 175, 55, 0.15);
    --glass-bg: rgba(18, 18, 18, 0.85);
    --glass-border: rgba(212, 175, 55, 0.25);
    --nav-bg: rgba(10, 10, 10, 0.9);
    --shadow-soft: 0 10px 40px rgba(0, 0, 0, 0.5);
    --shadow-button: 0 4px 24px rgba(212, 175, 55, 0.15);
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Inter', sans-serif;
    --font-logo: 'Cinzel', serif;
}
