/* theme-3-sunset-orange — bold orange + slate. Energetic, driver-forward. */
:root {
  --brand-primary:      #ea580c;
  --brand-primary-2:    #c2410c;
  --brand-accent:       #fbbf24;
  --brand-dark:         #1c1917;
  --brand-heading:      #1c1917;
  --brand-text:         #292524;
  --brand-text-muted:   #57534e;
  --brand-bg:           #ffffff;
  --brand-surface-alt:  #fdf6f0;
  --brand-footer-bg:    #1c1917;
  --brand-on-primary:   #ffffff;
  --brand-on-accent:    #1c1917;
  --brand-on-hero:      #ffffff;
  --brand-on-dark:      #ffffff;
  --brand-hero-bg:      linear-gradient(135deg, #1c1917 0%, #7c2d12 55%, #ea580c 100%);
  --hero-image-opacity: 0.30;
  --font-heading: 'Nunito', system-ui, sans-serif;
  --font-body:    'Inter',  system-ui, sans-serif;
}
