/* ============================================================
   THEME: Haandi Indian Cuisine
   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:       #961616;                    /* Rich crimson red — primary brand */
  --gs-primary-dark:  #5c0b0b;                    /* Darker red (hover, panels) */
  --gs-primary-deep:  #400808;                    /* Deepest dark red (footer bar) */
  --gs-primary-light: rgba(150, 22, 22, 0.08);     /* Red tint (icon circles, fills) */

  /* ===== ACCENT ===== */
  --gs-accent:        #e5a910;                    /* Yellow-gold */
  --gs-accent-bright: #fcc228;                    /* Bright yellow-gold (on dark surfaces) */
  --gs-accent-dark:   #b88000;                    /* Deep gold (hover, text on light) */
  --gs-accent-light:  rgba(229, 169, 16, 0.13);   /* Yellow-gold tint */

  /* ===== UI COLORS ===== */
  --gs-dark:         #231c1c;     /* Dark charcoal-brown: headings */
  --gs-text:         #3f3535;     /* Charcoal-brown body text */
  --gs-text-light:   #706161;     /* Muted/secondary text */
  --gs-white:        #ffffff;
  --gs-bg:           #fdfcf9;     /* Soft warm off-white page background */
  --gs-bg-alt:       #f7f4ec;     /* Slightly deeper warm off-white (alt sections) */
  --gs-cream:        #ffffff;     /* Card surfaces */
  --gs-border:       rgba(44, 36, 36, 0.12);      /* Hairline borders */
  --gs-border-light: rgba(44, 36, 36, 0.07);      /* Very subtle borders */
  --gs-border-gold:  rgba(229, 169, 16, 0.38);    /* Gold hairlines */

  /* ===== ON-DARK COLORS ===== */
  --gs-dark-text:       #f5e3e3;                  /* Body text on dark red */
  --gs-dark-text-soft:  #d6b6b6;                  /* Muted text on dark red */
  --gs-dark-heading:    #ffffff;                  /* Headings on dark red */
  --gs-dark-border:     rgba(255, 208, 67, 0.22); /* Yellow hairline on dark red */

  /* ===== SHADOWS ===== */
  --gs-shadow:       0 2px 6px rgba(44, 10, 10, 0.05), 0 14px 34px rgba(44, 10, 10, 0.09);
  --gs-shadow-hover: 0 4px 10px rgba(44, 10, 10, 0.07), 0 24px 54px rgba(44, 10, 10, 0.16);
  --gs-shadow-gold:  0 10px 30px rgba(229, 169, 16, 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(64, 8, 8, 0.65) 0%,
      rgba(64, 8, 8, 0.45) 45%,
      rgba(64, 8, 8, 0.75) 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(92, 11, 11, 0.95);
  --gs-nav-open-bg:       #400808;

  /* ===== BUTTONS ===== */
  --gs-btn-radius: 3px;

  /* ===== FOOTER ===== */
  --gs-footer-bg:     #5c0b0b;
  --gs-footer-bar-bg: #400808;
  --gs-footer-text:   #d6b6b6;

  /* ===== BRAND GLOW ===== */
  --gs-glow:      rgba(150, 22, 22, 0.4);
  --gs-glow-dark: rgba(92, 11, 11, 0.5);
  --gs-glow-soft: rgba(150, 22, 22, 0.2);

  /* ===== DECORATIVE ===== */
  --gs-star-color:          #e5a910;
  --gs-faq-section-bg:      #f7f4ec;
  --gs-faq-container-bg:    #ffffff;

  /* ===== BACKWARD COMPATIBILITY ===== */
  /* Old variable names still referenced by legacy selectors */
  --primary-color:        #961616;
  --primary-color-light:  #fdfcf9;
  --primary-color-dark:   #5c0b0b;
  --text-dark:            #231c1c;
  --text-light:           #706161;
  --white:                #ffffff;
  --main-color:           #e5a910;
  --bg-shade:             #f7f4ec;
}
