/* ===========================================================================
   Promethea · Spacing & radius tokens
   Restraint over decoration: generous whitespace, few elements. Section padding
   is large (64–72px) on marketing surfaces; product UI is denser.
   =========================================================================== */
:root {
  /* Spacing scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-9: 36px;
  --space-11: 44px;
  --space-12: 48px;
  --space-14: 56px;
  --space-16: 64px;
  --space-18: 72px;

  /* Section rhythm */
  --section-pad-y: 64px;
  --section-pad-x: 72px;

  /* Corner radii — restrained. Marketing cards ~14px; UI controls 8–9px;
     favicon crops step 11 / 7 / 3. Data blocks are square (0) on purpose. */
  --radius-sm: 3px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-xl: 9px;
  --radius-card: 14px;
  --radius-pill: 100px;
}
