/* ==========================================================================
   DSN 1.1 — BRAND CONFIG · Project 20 · ViperWin (DE + FR + IT)
   Scheme A keyword-review of the brand "ViperWin" (operator Casolinia Group,
   Anjouan licence, launched 2024). The live ViperWin sites geo-gate the VPS,
   so the palette is an on-brand reconstruction consistent with Project 6
   (correcteurorthographe.online / viperwin.click): viper-green accent on a
   near-black shell, warm gold for stars/ratings. style.css is NOT touched —
   only the tokens below override :root.
   ========================================================================== */

:root {
  /* ---- Brand accent — ViperWin viper-green (CTA, badges, numbers, bars) ---- */
  --accent:       #22c55e;
  --accent-hover: #34d76b;
  --accent-ink:   #04210f;   /* dark ink on the bright green accent */

  /* CTA inherits --accent — ViperWin's "Jetzt spielen / Bonus sichern" button
     is the same green as the accent (no split brand). */

  /* ---- Wordmark ("ViperWin Review" — text, never a logo file) ----
     .wordmark = <span>ViperWin<b>&nbsp;Review</b></span> — --wordmark-2 colours <b>. */
  --wordmark-1:        var(--text);
  --wordmark-2:        var(--accent);
  --wordmark-gradient: none;

  /* ---- Hero — near-black emerald shell, green washes ---- */
  --hero-bg:     #06140c;
  --hero-wash-1: color-mix(in srgb, var(--accent) 24%, transparent);
  --hero-wash-2: color-mix(in srgb, var(--accent) 7%,  transparent);

  /* ---- Display face — no distinctive brand font; use the base display stack,
     tightened + capitalised so the hero reads as its own thing. ---- */
  --hero-font:        var(--font-display);
  --hero-font-weight: 800;
  --hero-font-style:  normal;
  --hero-tracking:    -0.01em;
  --hero-transform:   uppercase;
}

/* Long German compounds in an uppercase hero — ease tracking back so they
   still fit on narrow phones. */
.hero h1 { letter-spacing: 0.003em; }
