/* Perly Consulting — Spacing, radii, layout tokens
   Lean and confident. Generous whitespace between blunt blocks. */

:root {
  /* ---- Spacing scale ---- */
  --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 rhythm on desktop */

  /* ---- Radii (mostly square/blunt; small softening only) ---- */
  --radius-none: 0;
  --radius-sm: 3px;
  --radius-md: 6px;       /* cards, inputs */
  --radius-lg: 10px;
  --radius-pill: 999px;   /* tags, some buttons */

  /* ---- Layout ---- */
  --measure: 62ch;        /* readable text column */
  --container: 1180px;    /* page max width */
  --container-narrow: 780px;
  --section-y: clamp(64px, 9vw, 128px);
  --gutter: clamp(20px, 5vw, 56px);
}
