:root {
    --color-hilaire-blue: #0a1e3c;
    --color-hilaire-gold: #b8860b;
    --color-hilaire-ivory: #faf8f5;
    --color-hilaire-charcoal: #1a1a1a;
    --color-hilaire-gold-muted: #9e7c28;

    /* Brand Bible aliases (Hermès / editorial system) */
    --hilaire-blue: var(--color-hilaire-blue);
    --hilaire-blue-mid: #132d54;
    --hilaire-blue-light: #1a3a6a;
    --hilaire-gold: var(--color-hilaire-gold);
    --hilaire-ivory: var(--color-hilaire-ivory);
    --hilaire-charcoal: var(--color-hilaire-charcoal);
    --hilaire-white: #ffffff;

    --transition-hover: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
    --transition-fast: 0.3s ease;
    --transition-medium: 0.5s ease;

    --radius-sharp: 0px;
    --radius-minimal: 2px;

    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-8: 32px;
    --space-10: 40px;
    --space-12: 48px;
    --space-16: 64px;
    --space-20: 80px;

    --color-bg: var(--color-hilaire-ivory);
    --color-surface: #ffffff;
    --color-surface-alt: #f3f0ea;
    --color-text: var(--color-hilaire-charcoal);
    --color-text-soft: #3a3a3a;
    --color-link: var(--color-hilaire-blue);
    --color-link-hover: #143360;
    --color-accent: var(--color-hilaire-gold-muted);
    --color-border: #ddd6cc;
    --color-border-strong: #c8bcac;

    --font-heading: "Cormorant Garamond", "Times New Roman", serif;
    --font-body: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;

    --container-max: 1240px;
    --container-gutter: 24px;
    --section-space: clamp(2.5rem, 3.5vw, 4rem);

    --space-2xs: 0.25rem;
    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 2.75rem;

    --radius-sm: 2px;
    --radius-md: 6px;

    --duration-fast: 220ms;
    --duration-base: 320ms;
    --easing-luxury: cubic-bezier(0.22, 1, 0.36, 1);
}
