/* Explain: Theme tokens for the Medusa Luxury Lifestyle Support & Executive Protec identity. - */
:root {
    --primary-color: #D4AF37;
    --primary-hover: #E6C259;
    --secondary-color: #111111;
    --accent-color: #D4AF37;
    --logo-subtitle-color: #D4AF37;
    --button-color: #D4AF37;
    --background-color: transparent;
    --surface-color: rgba(10, 10, 10, 0.65);
    --footer-bg: rgba(5, 5, 5, 0.9);
    --text-color: #F0F0F0;
    --text-muted: #A0A0A0;
    --border-color: rgba(255, 255, 255, 0.1);
    --glass-bg: rgba(15, 15, 15, 0.72);
    --glass-border: rgba(212, 175, 55, 0.3);
    --nav-bg: rgba(0, 0, 0, 0.85);
    --field-bg: rgba(25, 25, 25, 0.8);
    --sage-soft: rgba(212, 175, 55, 0.1);
    --sage-dark: #D4AF37;
    --terracotta-soft: rgba(212, 175, 55, 0.15);
    --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.5);
    --shadow-button: 0 16px 36px rgba(212, 175, 55, 0.3);
    --font-heading: 'Noto Serif', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Noto Serif', serif;
}