:root {
    color-scheme: dark;
    --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-serif: Playfair Display, Georgia, serif;
    --container: 1200px;
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.5rem;
    --space-6: 2rem;
    --space-7: 3rem;
    --space-8: 4rem;
    --space-9: 6rem;
    --radius-sm: 0.75rem;
    --radius-md: 1rem;
    --radius-lg: 1.5rem;
    --radius-xl: 2.5rem;
    --shadow-soft: 0 28px 90px rgba(0, 0, 0, 0.24);
    --shadow-sharp: 0 18px 70px rgba(0, 0, 0, 0.42);
    --transition-fast: 180ms ease;
    --transition-medium: 400ms cubic-bezier(0.2, 0.8, 0.2, 1);
    --color-bg: #070912;
    --color-bg-2: #0c111d;
    --color-surface: rgba(255, 255, 255, 0.08);
    --color-surface-strong: rgba(255, 255, 255, 0.14);
    --color-text: #fcfaf7;
    --color-muted: #cdc4b8;
    --color-line: rgba(255, 255, 255, 0.14);
    --color-accent: #d6a14a;
    --color-accent-2: #8bbcff;
    --hero-glow: rgba(214, 161, 74, 0.18);
    --hero-orb: rgba(214, 161, 74, 0.38);
    --button-primary: #d6a14a;
    --button-secondary: #e8c47a;
    --card-glow: rgba(214, 161, 74, 0.2);
    --card-border: rgba(214, 161, 74, 0.3);
    --card-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
    --card-pattern: linear-gradient(120deg, rgba(214, 161, 74, 0.14), transparent 34%);
    --cta-bg: linear-gradient(135deg, rgba(214, 161, 74, 0.2), rgba(255, 255, 255, 0.04));
    --glass-bg: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(255, 255, 255, 0.18);
    --glass-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    --backdrop-filter: blur(18px) saturate(145%);
    --menu-bg: rgba(0, 0, 0, 0.88);
}

[data-mode="light"] {
    --color-bg: #f5f0e6;
    --color-bg-2: #e8dfd0;
    --color-surface: rgba(0, 0, 0, 0.035);
    --color-surface-strong: rgba(0, 0, 0, 0.07);
    --color-text: #1a1a2e;
    --color-muted: #6b6b7b;
    --color-line: rgba(0, 0, 0, 0.08);
    --color-accent: #c47a1a;
    --color-accent-2: #5a7cc0;
    --hero-glow: rgba(196, 122, 26, 0.14);
    --hero-orb: rgba(196, 122, 26, 0.28);
    --button-primary: #c47a1a;
    --button-secondary: #e8a040;
    --card-glow: rgba(196, 122, 26, 0.14);
    --card-border: rgba(196, 122, 26, 0.22);
    --card-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.6), rgba(232, 223, 208, 0.42));
    --card-pattern: radial-gradient(circle at 18% 18%, rgba(196, 122, 26, 0.1), transparent 24rem);
    --cta-bg: linear-gradient(135deg, rgba(232, 223, 208, 0.6), rgba(255, 255, 255, 0.42));
    --glass-bg: rgba(245, 240, 230, 0.6);
    --glass-border: rgba(0, 0, 0, 0.06);
    --glass-shadow: 0 24px 80px rgba(0, 0, 0, 0.08);
    --backdrop-filter: blur(18px) saturate(120%);
    --menu-bg: rgba(255, 255, 255, 0.88);
    color-scheme: light;
}
