:root{
  /* ==========================================
     ERG — DESIGN TOKENS (single source of truth)
     ========================================== */

  /* Geometry */
  --erg-radius: 18px;
  --erg-radius-sm: 12px;

  /* Surfaces */
  --erg-panel: #11151a;          /* final/winning value previously */
  --erg-panel-2: #181d23;        /* final/winning value previously */
  --erg-border: rgba(255,255,255,.10);
  --erg-line: rgba(255,255,255,.08);

  /* Text */
  --erg-text: #f2f4f6;
  --erg-muted: rgba(242,244,246,.70);
  --erg-text-dim: #a9afb9;

  /* Action / CTA */
  --erg-cta: #3E7A8D;
  --erg-cta-2: #346877;
  --erg-cta-3: #2A5662;
  --erg-cta-contrast: #F2F4F6;

  /* Accent / Links */
  --erg-tan: var(--e-global-color-accent, #C8A25A);
  --erg-link: #72B6C6;
  --erg-link-hover: #9BCED9;

  /* Status */
  --erg-red: #e23b3b;
  --erg-red-2: rgba(226,59,59,.20);

  /* Sale badge */
  --erg-sale-1: #C81D1D;
  --erg-sale-2: #8F1414;

  /* Typography */
  --erg-head: var(--e-global-typography-primary-font-family, "Oswald"),
    system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --erg-body: var(--e-global-typography-text-font-family, "Montserrat"),
    system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --erg-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas,
    "Liberation Mono", "Courier New", monospace;

  /* ==========================================
     ERG2 — HEADER / MEGA MENU TOKENS
     (keep separate so header can evolve safely)
     ========================================== */
  --erg2-bg-dark: #040507;
  --erg2-bg-panel: #050609;
  --erg2-text-main: #f5f5f5;
  --erg2-text-muted: #b7bac0;
  --erg2-accent-gold: #d2a55a; /* minor accents only */
  --erg2-accent-red: #e23b3b;
  --erg2-radius-lg: 18px;
  --erg2-radius-pill: 999px;
  --erg2-shadow-soft: 0 18px 45px rgba(0,0,0,.8);
}
