:root {
    /* Brand Colors (Pumpkin & Warm Autumn) */
    --color-pumpkin: #f97316;
    --color-pumpkin-dark: #ea580c;
    --color-pumpkin-darker: #c2410c;
    --color-pumpkin-soft: #fff7ed;
    --color-brown: #451a03;
    --color-brown-dark: #270e02;
    
    /* Neutrals & Backgrounds */
    --color-cream: #fdfbf7;
    --color-cream-soft: #faf6f0;
    --color-cream-strong: #f4f0e6;
    --color-gold-soft: #fef3c7;
    --color-surface: #ffffff;
    --color-surface-alt: #fcfbf9;
    --color-black: #000000;
    
    /* Text Colors */
    --color-text: #1c1917;
    --color-text-soft: #57534e;
    --color-text-secondary: #292524;
    --color-muted: #78716c;

    /* Semantics (Corrected) */
    --color-success: #16a34a;
    --color-danger: #dc2626;
    --color-warning: #d97706;
    --color-info: #2563eb;
    
    /* Theme Extras */
    --color-green: #15803d;
    --color-leaf: #16a34a;
    
    /* Borders & Inputs */
    --color-border: #e7e5e4;
    --color-border-soft: #f5f5f4;
    --color-border-strong: #d6d3d1;
    --color-input-border: #d6d3d1;
    --color-table-border: #e7e5e4;
    
    /* Brand Integrations */
    --color-paypal: #003087;
    --color-paypal-accent: #0079c1;
    --color-stripe: #635bff;
    --color-stripe-accent: #0a85ea;
    
    /* Booking & Events */
    --booking-gradient-start: #451a03;
    --booking-gradient-end: #78350f;
    --booking-accent: #f97316;
    --booking-accent-hover: #ea580c;
    --color-event-frame-start: #ffedd5;
    --color-event-frame-end: #fed7aa;
    --color-event-frame-border: #f97316;
    
    /* UI Structure */
    --navbar-height: 70px;
    --radius-card: 16px;
    --radius-btn: 12px;
    --radius-input: 10px;
    --transition-base: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    
    /* Elements */
    --color-footer-bg: #1c1917;
    --color-home-accent: #ea580c;
    --color-home-card-bg: #fffbeb;
    --color-soft-hover: #ffedd5;
    --color-muted-hover: #e7e5e4;
    --overlay-soft: rgba(28, 25, 23, 0.4);
    --overlay-strong: rgba(28, 25, 23, 0.6);
    
    /* Color mixes */
    --white-rgb: 255, 255, 255;
    --pumpkin-rgb: 249, 115, 22;
    
    /* Elevation / Shadows */
    --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.06), 0 1px 2px -1px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.04), 0 4px 6px -4px rgba(0, 0, 0, 0.04);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
}
