/* ============================================================
   Cyberfy — Spacing tokens
   Base unit 8px. Section rhythm constant = 96px.
   ============================================================ */

:root {
  --space-hair: 1px;
  --space-xxs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;   /* card interior padding */
  --space-xl: 32px;
  --space-xxl: 48px;  /* color-block interior padding */
  --space-section: 96px; /* universal vertical rhythm between sections */

  /* layout */
  --container-max: 1280px;
  --gutter-desktop: 48px;
  --gutter-mobile: 24px;
}
