/* ============================================================
   SPACING & LAYOUT — Blue Horizon Holistics
   4px base grid.
   ============================================================ */
:root {
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 20px;
  --sp-6: 24px;
  --sp-8: 32px;
  --sp-10: 40px;
  --sp-12: 48px;
  --sp-16: 64px;
  --sp-20: 80px;
  --sp-24: 96px;

  /* Layout */
  --nav-height: 64px;
  --sidebar-w: 260px;
  --content-max: 1200px;
  --site-max: 1280px;
  --gutter: 24px;
}
