:root {
    /* Brand — premium wellness green */
    --color-green: #3A6B52;
    --color-green-dark: #2D5542;
    --color-green-light: #4A7D62;
    --color-green-muted: rgba(58, 107, 82, 0.12);

    --color-bg: #FAF9F7;
    --color-bg-warm: #F3F1EC;
    --color-bg-elevated: #FFFFFF;
    --color-beige: #E8E4DD;
    --color-beige-deep: #D4CFC4;
    --color-border: rgba(45, 85, 66, 0.1);
    --color-border-strong: rgba(45, 85, 66, 0.18);

    --color-text: #1A1A1A;
    --color-text-muted: #5C5C5C;
    --color-text-soft: #8A8A8A;

    --font-serif: 'Cormorant Garamond', Georgia, serif;
    --font-sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.375rem;
    --text-2xl: clamp(1.75rem, 1.4rem + 1.2vw, 2.25rem);
    --text-3xl: clamp(2rem, 1.5rem + 2vw, 3rem);
    --text-hero: clamp(2.5rem, 1.8rem + 2.5vw, 3.75rem);

    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;
    --space-4xl: 6rem;
    --space-section: clamp(4rem, 7vw, 6.5rem);

    --container-max: 75rem;
    --container-narrow: 44rem;
    --header-height: 5rem;

    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --shadow-soft: 0 4px 20px rgba(26, 26, 26, 0.06);
    --shadow-medium: 0 12px 40px rgba(26, 26, 26, 0.08);
    --transition-fast: 0.2s ease;
    --transition-smooth: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
