:root {
    /* ========================================
     V2: BRUTALIST / RAW LUXURY VARIABLES
     ======================================== */

    /* Colors - High Contrast */
    --color-bg: #FFFFFF;
    --color-text: #000000;
    --color-accent: #0047FF;
    /* International Klein Blue */
    --color-border: #000000;
    --color-surface: #F0F0F0;

    /* Typography - Raw & Industrial */
    --font-display: 'Space Grotesk', sans-serif;
    --font-body: 'Space Mono', monospace;

    /* Spacing - Rigid */
    --space-unit: 1rem;
    --border-width: 3px;

    /* Layout */
    --container-width: 100%;
    --grid-gap: 0px;
    /* Brutalist grids often touch */
}