/* ============================================================
   THEME: Crspy Bnch — palette sampled from assets/logo/logo.webp
   (orange-to-red gradient lettering on a pure-black shield).
   Measured: 74.8% of the mark is #000000; the saturated 25.2%
   splits into red H~10 (#f82800) and orange H~24 (#f86808),
   both at S~1.00. --brand is that red deepened to V0.88 so
   white button text clears WCAG AA (4.67:1 on white).
   Re-skin the entire site by editing these five variables.
   Every shade, tint, border, and glow is derived from them
   automatically in style.css.
   DO NOT add layout, grid, flexbox, or spacing here.
   ============================================================ */

:root {
  --brand:   #e02a00;   /* 1 · primary  — logo red, buttons & links         */
  --brand-2: #120d0b;   /* 2 · secondary — logo shield black, bands & footer */
  --brand-3: #ff7a14;   /* 3 · highlight — logo orange, stars & badges       */
  --canvas:  #fdf6ec;   /* 4 · warm cream section background                 */
  --ink:     #1c1512;   /* 5 · text                                          */
}
