/* Proven Peptide — Spacing tokens. 8px base with 4/12 finer steps.
   96px section rhythm between full-bleed chapters (no decorative dividers). */
:root {
  --space-xxs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-xxl: 48px;
  --space-section: 96px;

  /* hero band padding — largest in the system */
  --pad-band-y: 96px;
  --pad-band-x: 48px;

  /* content container */
  --container-max: 1280px;
  --gutter: 24px;
  --copy-col: 520px; /* narrow long-form column */
}
