/* ============================================================
   THEME: Spring Wok Express — Brand Red (#f90000) + Black
   Swap this file to change the entire visual appearance.
   DO NOT add layout, grid, flexbox, or spacing here.
   ONLY define CSS custom property tokens and decorative CSS.
   ============================================================ */

/* Load this theme's fonts in the HTML <head> — NOT via @import */

:root {
  /* ===== BRAND COLORS ===== */
  --gs-red:          #d80000;                    /* Brand red from the Spring Wok Express logo (#f90000), deepened to 5.36:1 on white */
  --gs-red-dark:     #a80000;                    /* Deeper brand red (hover, pressed) */
  --gs-red-raw:      #f90000;                    /* Raw logo red — thin accents/borders on white */
  --gs-red-on-dark:  #ff6b6b;                    /* Brand red tint readable on the dark hero overlay */
  --gs-red-light:    rgba(216, 0, 0, 0.08);    /* Brand red light tint (icon circles, hover fills) */

  /* ===== UI COLORS ===== */
  --gs-dark:         #1a1a1a;     /* Near-black: headings */
  --gs-text:         #333333;     /* Body text */
  --gs-text-light:   #6b7280;     /* Muted/secondary text, subtitles */
  --gs-white:        #ffffff;
  --gs-bg:           #fafafa;     /* Primary page background */
  --gs-bg-alt:       #f5f5f5;     /* Alternate section background (FAQ, etc.) */
  --gs-cream:        #fdf7f7;     /* Soft brand-red tint for card backgrounds */
  --gs-border:       #e5e7eb;     /* Borders, dividers */
  --gs-border-light: #f0f0f0;     /* Very subtle borders (FAQ items) */

  /* ===== SHADOWS ===== */
  --gs-shadow:       0 4px 20px rgba(0, 0, 0, 0.08);
  --gs-shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.12);

  /* ===== TYPOGRAPHY ===== */
  --gs-font-heading:    'Playfair Display', serif;
  --gs-font-body:       'Source Sans 3', sans-serif;
  --gs-heading-style:   italic;
  --gs-heading-weight:  500;

  /* ===== HERO ===== */
  --gs-hero-overlay: rgba(0, 0, 0, 0.66);   /* Darkens the busy overhead-spread hero photo so white/red headline text stays legible */

  /* ===== LAYOUT ===== */
  --max-width: 1200px;

  /* ===== NAVBAR ===== */
  --gs-nav-height:        120px;
  --gs-nav-height-mobile: 85px;
  --gs-nav-bg:            #d80000;             /* Desktop nav background */
  --gs-nav-open-bg:       rgba(21, 21, 21, 0.96); /* Mobile nav open state */

  /* ===== BUTTONS ===== */
  --gs-btn-radius: 4px;

  /* ===== FOOTER ===== */
  --gs-footer-bg:     #1f1f1f;
  --gs-footer-bar-bg: #2f2f2f;
  --gs-footer-text:   #b9b9b9;

  /* ===== BRAND GLOW (shadow using primary color) ===== */
  --gs-glow:      rgba(216, 0, 0, 0.40);
  --gs-glow-dark: rgba(216, 0, 0, 0.50);
  --gs-glow-soft: rgba(216, 0, 0, 0.30);

  /* ===== DECORATIVE ===== */
  --gs-star-color:          #fbbf24;   /* Review/rating star gold */
  --gs-faq-section-bg:      #f5f5f5;   /* FAQ outer section background */
  --gs-faq-container-bg:    #f8f8f8;   /* FAQ inner container background */

  /* ===== SEMANTIC ALIASES (shared gs- system tokens) ===== */
  --gs-primary:       #d80000;
  --gs-primary-dark:  #8f0000;
  --gs-primary-light: rgba(216, 0, 0, 0.08);
  --gs-accent:        #a80000;
  --gs-accent-dark:   #8f0000;
  --gs-accent-light:  rgba(249, 0, 0, 0.12);

  /* ===== BACKWARD COMPATIBILITY ===== */
  /* Old variable names still referenced in the legacy portion of style.css */
  --primary-color:        #d80000;
  --primary-color-light:  #fff6f6;
  --primary-color-dark:   #a80000;
  --text-dark:            #1a1a1a;
  --text-light:           #6b7280;
  --white:                #ffffff;
  --main-color:           #d80000;
  --bg-shade:             #f5f5f5;
}
