:root {
    --bg: #050505;
    --bg-soft: #0b0b0a;
    --surface: #10100f;
    --surface-raised: #171615;
    --surface-warm: #1c1814;
    --border: #292826;
    --border-strong: #3a3834;
    --text-primary: #f5f1ea;
    --text-secondary: #b7aea2;
    --text-muted: #756f66;
    --accent: #e74d3d;
    --accent-soft: #ffb26f;
    --accent-cool: #8fb7b0;
    --ink: #11100e;
    --dot: rgba(245, 241, 234, 0.055);
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);

    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.5rem;
    --space-6: 2rem;
    --space-7: 2.5rem;
    --space-8: 3.5rem;
    --space-9: 5rem;
    --space-10: 7rem;
    --space-11: 9rem;

    --text-2xs: 0.68rem;
    --text-xs: 0.76rem;
    --text-sm: 0.92rem;
    --text-base: 1rem;
    --text-md: 1.14rem;
    --text-lg: 1.38rem;
    --text-xl: 2rem;
    --text-2xl: 3rem;
    --text-hero: 6.8rem;

    --radius-xs: 2px;
    --radius-sm: 4px;
    --radius-md: 8px;

    --duration-fast: 0.18s;
    --duration-base: 0.36s;
    --duration-slow: 0.78s;
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-standard: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 900px) {
    :root {
        --text-hero: 4.8rem;
        --text-2xl: 2.35rem;
        --space-10: 5.5rem;
        --space-11: 7rem;
    }
}

@media (max-width: 560px) {
    :root {
        --text-hero: 3.55rem;
        --text-2xl: 1.9rem;
        --text-xl: 1.55rem;
        --space-8: 2.5rem;
        --space-9: 3.5rem;
        --space-10: 4.25rem;
        --space-11: 5rem;
    }
}
