/* Updated Palette for High-Impact "Cinematic" Look */
:root {
    /* Deep Luxury Dark Theme */
    --color-bg-dark: #000000;
    --color-bg-panel: #0f0f0f;
    --color-bg-card: rgba(20, 20, 20, 0.6);
    --color-bg-card-hover: rgba(40, 40, 40, 0.8);
    
    --color-text-primary: #ffffff;
    --color-text-secondary: #b0b0b0;
    --color-text-muted: #666666;
    
    /* Vibrant Accents - Buick/GMC inspired Red & Metallic */
    --color-accent: #ff0033; 
    --color-accent-dark: #cc0029;
    --color-accent-glow: rgba(255, 0, 51, 0.6);
    --color-metallic: #e0e0e0;
    
    --font-primary: 'Inter', system-ui, -apple-system, sans-serif;
    --font-display: 'Montserrat', sans-serif; /* Bold headers */
    
    --border-radius: 4px; /* Sharper, more technical look */
    --transition-speed: 0.5s;
    --transition-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    
    --container-width: 1800px; /* Wider for 2K */
    --spacing-section: 150px;
}
