/* ============================================================
   THEME: Rimyya Friendship Bar & Restaurant (Eritrean/Ethiopian)
   Heritage palette: logo red, deep berbere red, logo wheat 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:       #d62828;                    /* Logo red — primary brand */
  --gs-primary-dark:  #a91101;                    /* Deep berbere red (hover, panels) */
  --gs-primary-deep:  #7a0c02;                    /* Deepest red (nav, footer bar) */
  --gs-primary-light: rgba(214, 40, 40, 0.08);    /* Red tint (icon circles, fills) */

  /* ===== ACCENT — sampled from the logo's mesob (wheat gold, hue 36°) ===== */
  --gs-accent:        #cba469;                    /* Logo gold (buttons) */
  --gs-accent-bright: #f2e0c4;                    /* Pale wheat, logo body (on dark surfaces) */
  --gs-accent-dark:   #7f5f2b;                    /* Deep wheat gold (hover, text on light — 4.9:1 on parchment) */
  --gs-accent-light:  rgba(203, 164, 105, 0.20);  /* Gold tint */

  /* ===== UI COLORS ===== */
  --gs-dark:         #271a17;     /* Ink: headings */
  --gs-text:         #4a3b36;     /* Body text */
  --gs-text-light:   #7a6960;     /* Muted/secondary text */
  --gs-white:        #ffffff;
  --gs-bg:           #f4eada;     /* Parchment page background */
  --gs-bg-alt:       #ead9c1;     /* Deeper parchment (alt sections) */
  --gs-cream:        #fffcf6;     /* Card surfaces */
  --gs-border:       rgba(39, 26, 23, 0.12);      /* Hairline borders */
  --gs-border-light: rgba(39, 26, 23, 0.07);      /* Very subtle borders */
  --gs-border-gold:  rgba(203, 164, 105, 0.45);    /* Gold hairlines */

  /* ===== ON-DARK COLORS ===== */
  --gs-dark-text:       #f0d9d2;                  /* Body text on deep red */
  --gs-dark-text-soft:  #d6b3aa;                  /* Muted text on deep red */
  --gs-dark-heading:    #f4eada;                  /* Headings on deep red */
  --gs-dark-border:     rgba(242, 224, 196, 0.24); /* Gold hairline on deep red */

  /* ===== SHADOWS ===== */
  --gs-shadow:       0 2px 6px rgba(62, 22, 16, 0.05), 0 14px 34px rgba(62, 22, 16, 0.09);
  --gs-shadow-hover: 0 4px 10px rgba(62, 22, 16, 0.07), 0 24px 54px rgba(62, 22, 16, 0.16);
  --gs-shadow-gold:  0 10px 30px rgba(127, 95, 43, 0.30);

  /* ===== 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(51, 7, 2, 0.62) 0%,
      rgba(51, 7, 2, 0.44) 45%,
      rgba(51, 7, 2, 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(122, 12, 2, 0.94);
  --gs-nav-open-bg:       #7a0c02;

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

  /* ===== FOOTER ===== */
  --gs-footer-bg:     #a91101;
  --gs-footer-bar-bg: #6b0a01;
  --gs-footer-text:   #e7bfb6;

  /* ===== BRAND GLOW ===== */
  --gs-glow:      rgba(214, 40, 40, 0.4);
  --gs-glow-dark: rgba(214, 40, 40, 0.5);
  --gs-glow-soft: rgba(214, 40, 40, 0.3);

  /* ===== DECORATIVE ===== */
  --gs-star-color:          #cba469;
  --gs-faq-section-bg:      #ead9c1;
  --gs-faq-container-bg:    #fffcf6;

  /* ===== BACKWARD COMPATIBILITY ===== */
  /* Old variable names still referenced by legacy selectors */
  --primary-color:        #d62828;
  --primary-color-light:  #f4eada;
  --primary-color-dark:   #a91101;
  --text-dark:            #271a17;
  --text-light:           #7a6960;
  --white:                #ffffff;
  --main-color:           #cba469;
  --bg-shade:             #ead9c1;
}
