/* ============================================================
   HHC HOT CHICKEN — SPACING & SIZING TOKENS
   8px base rhythm; generous vertical spacing between sections.
   ============================================================ */
:root {
  --space-0: 0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;   /* section gaps on dark full-bleed layouts */

  /* ---- Layout ---- */
  --container-max: 1200px;
  --container-narrow: 760px;
  --gutter: 24px;

  /* ---- Control sizing ---- */
  --control-h-sm: 36px;
  --control-h-md: 48px;
  --control-h-lg: 60px;
}
