/* --- 1. BRAND VARIABLES --- */
:root {
    /* Primary Brand Palette */
    --brand-dark: #2A2F33;      /* Deep Charcoal */
    --brand-tan: #BBB6A5;       /* Warm Stone */
    --brand-sage: #8C9491;      /* Muted Sage */
    --brand-slate: #8C8C9C;     /* Dusty Lavender/Slate */
    --brand-price: #ff9800;     /* Brighter color */
    
    /* Derived UI Colors */
    --brand-bg: #F8F7F5;        /* Soft Off-white */
    --brand-white: #FFFFFF;
    --brand-text-main: #2A2F33;
    --brand-text-muted: #64686B;
    
    /* Prominent Accent Colors */
    --brand-accent-bright: #C85A3E;  /* Spiced Terracotta */
    --brand-accent-deep: #1B3B36;    /* Midnight Teal */
    --brand-accent-gold: #D4A348;    /* Ochre Gold */

    /* Suggested functional mapping */
    --status-urgent: #C85A3E;
    --cta-primary: #C85A3E;
    --cta-secondary: #1B3B36;
    
    /* Functional Status */
    --status-awaiting: #BBB6A5;  
    --status-preparing: #8C8C9C; 
    --status-delivered: #8C9491; 
}