/* ============================================================
   THEME: Punjab Royal (Template UP — United Punjab Eatery & Grill)
   Heritage-luxury palette: deep navy teal, burnished gold,
   warm parchment. 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:       #b02a1f;                    /* Shinwari crimson — from the brand crest */
  --gs-primary-dark:  #8f2018;                    /* Deeper crimson (hover, panels) */
  --gs-primary-deep:  #1f1514;                    /* Charcoal black (footer bar) */
  --gs-primary-light: rgba(176, 42, 31, 0.08);     /* Crimson tint (icon circles, fills) */

  /* ===== ACCENT ===== */
  --gs-accent:        #cd953f;                    /* Crest gold */
  --gs-accent-bright: #e6b45e;                    /* Bright gold (on dark surfaces) */
  --gs-accent-dark:   #8d6118;                    /* Deep gold (hover, text on light) */
  --gs-accent-light:  rgba(205, 149, 63, 0.13);   /* Gold tint */

  /* ===== UI COLORS ===== */
  --gs-dark:         #211917;     /* Ink: headings */
  --gs-text:         #4a3f3c;     /* Body text */
  --gs-text-light:   #7a6b67;     /* Muted/secondary text */
  --gs-white:        #ffffff;
  --gs-bg:           #faf6f2;     /* Warm page background */
  --gs-bg-alt:       #f3e9e3;     /* Deeper warm tint (alt sections) */
  --gs-cream:        #fffcfa;     /* Card surfaces */
  --gs-border:       rgba(33, 25, 23, 0.12);      /* Hairline borders */
  --gs-border-light: rgba(33, 25, 23, 0.07);      /* Very subtle borders */
  --gs-border-gold:  rgba(205, 149, 63, 0.38);    /* Gold hairlines */

  /* ===== ON-DARK COLORS ===== */
  --gs-dark-text:       #dbcdc8;                  /* Body text on dark */
  --gs-dark-text-soft:  #b8a49e;                  /* Muted text on dark */
  --gs-dark-heading:    #f6ece4;                  /* Headings on dark */
  --gs-dark-border:     rgba(230, 180, 94, 0.22); /* Gold hairline on dark */

  /* ===== SHADOWS ===== */
  --gs-shadow:       0 2px 6px rgba(40, 22, 20, 0.05), 0 14px 34px rgba(40, 22, 20, 0.09);
  --gs-shadow-hover: 0 4px 10px rgba(40, 22, 20, 0.07), 0 24px 54px rgba(40, 22, 20, 0.16);
  --gs-shadow-gold:  0 10px 30px rgba(205, 149, 63, 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(24, 14, 13, 0.62) 0%,
      rgba(24, 14, 13, 0.44) 45%,
      rgba(24, 14, 13, 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(31, 21, 20, 0.94);
  --gs-nav-open-bg:       #1f1514;

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

  /* ===== FOOTER ===== */
  --gs-footer-bg:     #1f1514;
  --gs-footer-bar-bg: #150e0d;
  --gs-footer-text:   #b8a49e;

  /* ===== BRAND GLOW ===== */
  --gs-glow:      rgba(176, 42, 31, 0.4);
  --gs-glow-dark: rgba(176, 42, 31, 0.5);
  --gs-glow-soft: rgba(176, 42, 31, 0.3);

  /* ===== DECORATIVE ===== */
  --gs-star-color:          #cd953f;
  --gs-faq-section-bg:      #f5eae6;
  --gs-faq-container-bg:    #fffcfa;

  /* ===== BACKWARD COMPATIBILITY ===== */
  /* Old variable names still referenced by legacy selectors */
  --primary-color:        #b02a1f;
  --primary-color-light:  #faf6f2;
  --primary-color-dark:   #8f2018;
  --text-dark:            #211917;
  --text-light:           #7a6b67;
  --white:                #ffffff;
  --main-color:           #cd953f;
  --bg-shade:             #f5eae6;
}
