/* ============================================================
   THEME: Enat Ethiopian (Enat Restaurant — London, Ontario)
   Ethiopian flag palette: rich green (brand mark) primary,
   warm Ethiopian gold accent, warm cream. Red lives in the
   logo/favicon mark. Swap this file to re-skin the entire site.
   DO NOT add layout, grid, flexbox, or spacing here.
   ONLY define CSS custom property tokens and decorative values.
   ============================================================ */

/* Load this theme's fonts in the HTML <head> — NOT via @import */
/* Fonts: Cormorant Garamond (display serif) + Outfit (body sans) */

:root {
  /* ===== BRAND COLORS ===== */
  --gs-primary:       #0b7a3b;                    /* Ethiopian green — primary brand (5.44:1 on white) */
  --gs-primary-dark:  #096230;                    /* Darker green (hover, panels) */
  --gs-primary-deep:  #063e1c;                    /* Deepest green (footer bar) */
  --gs-primary-light: rgba(11, 122, 59, 0.08);    /* Green tint (icon circles, fills) */

  /* ===== ACCENT ===== */
  --gs-accent:        #e0a81c;                     /* Ethiopian gold */
  --gs-accent-bright: #f4c430;                     /* Bright gold (on dark surfaces) */
  --gs-accent-dark:   #8a6008;                     /* Deep gold (hover, text on light — 5.59:1) */
  --gs-accent-light:  rgba(224, 168, 28, 0.14);    /* Gold tint */

  /* ===== UI COLORS ===== */
  --gs-dark:         #14261b;     /* Ink: headings (warm near-black green) */
  --gs-text:         #38473e;     /* Body text */
  --gs-text-light:   #66756c;     /* Muted/secondary text */
  --gs-white:        #ffffff;
  --gs-bg:           #faf7f0;     /* Warm cream page background */
  --gs-bg-alt:       #f1ece0;     /* Deeper cream (alt sections) */
  --gs-cream:        #fffdf8;     /* Card surfaces */
  --gs-border:       rgba(20, 38, 27, 0.12);      /* Hairline borders */
  --gs-border-light: rgba(20, 38, 27, 0.07);      /* Very subtle borders */
  --gs-border-gold:  rgba(224, 168, 28, 0.38);    /* Gold hairlines */

  /* ===== ON-DARK COLORS ===== */
  --gs-dark-text:       #cddcd2;                  /* Body text on green */
  --gs-dark-text-soft:  #9fb3a7;                  /* Muted text on green */
  --gs-dark-heading:    #f2efe4;                  /* Headings on green */
  --gs-dark-border:     rgba(244, 196, 48, 0.22); /* Gold hairline on green */

  /* ===== SHADOWS ===== */
  --gs-shadow:       0 2px 6px rgba(16, 40, 24, 0.05), 0 14px 34px rgba(16, 40, 24, 0.09);
  --gs-shadow-hover: 0 4px 10px rgba(16, 40, 24, 0.07), 0 24px 54px rgba(16, 40, 24, 0.16);
  --gs-shadow-gold:  0 10px 30px rgba(224, 168, 28, 0.28);

  /* ===== TYPOGRAPHY ===== */
  --gs-font-heading:    'Cormorant Garamond', 'Times New Roman', serif;
  --gs-font-body:       'Outfit', 'Segoe UI', sans-serif;
  --gs-heading-style:   normal;
  --gs-heading-weight:  600;

  /* ===== HERO ===== */
  --gs-hero-overlay: linear-gradient(
      180deg,
      rgba(6, 40, 22, 0.62) 0%,
      rgba(6, 40, 22, 0.44) 45%,
      rgba(6, 40, 22, 0.72) 100%
    );

  /* ===== TEXTURE ===== */
  /* Fine film grain, layered over heroes and dark panels */
  --gs-grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");

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

  /* ===== NAVBAR ===== */
  --gs-nav-height:        85px;
  --gs-nav-height-mobile: 72px;
  --gs-nav-bg:            rgba(9, 55, 27, 0.94);
  --gs-nav-open-bg:       #096230;

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

  /* ===== FOOTER ===== */
  --gs-footer-bg:     #0a5a2b;
  --gs-footer-bar-bg: #063e1c;
  --gs-footer-text:   #9fb3a7;

  /* ===== BRAND GLOW ===== */
  --gs-glow:      rgba(11, 122, 59, 0.4);
  --gs-glow-dark: rgba(11, 122, 59, 0.5);
  --gs-glow-soft: rgba(11, 122, 59, 0.3);

  /* ===== DECORATIVE ===== */
  --gs-star-color:          #e0a81c;
  --gs-faq-section-bg:      #f1ece0;
  --gs-faq-container-bg:    #fffdf8;

  /* ===== BACKWARD COMPATIBILITY ===== */
  /* Old variable names still referenced by legacy selectors */
  --primary-color:        #0b7a3b;
  --primary-color-light:  #faf7f0;
  --primary-color-dark:   #096230;
  --text-dark:            #14261b;
  --text-light:           #66756c;
  --white:                #ffffff;
  --main-color:           #e0a81c;
  --bg-shade:             #f1ece0;
}
