/* ============================================================
   Complete Aesthete — Spacing & Layout Tokens
   ------------------------------------------------------------
   8-pt base rhythm with a couple of fine half-steps. The brand's
   printables breathe — favour the larger steps and lots of air.
   ============================================================ */

:root {
  --space-2:  2px;
  --space-4:  4px;
  --space-6:  6px;
  --space-8:  8px;
  --space-12: 12px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-32: 32px;
  --space-40: 40px;
  --space-48: 48px;
  --space-64: 64px;
  --space-80: 80px;
  --space-96: 96px;
  --space-128:128px;

  /* Content widths */
  --measure:      62ch;   /* comfortable reading line  */
  --container:    1200px; /* shop / marketing max width */
  --container-narrow: 760px;

  /* Page / card padding presets */
  --pad-card:    28px;
  --pad-section: clamp(48px, 8vw, 112px);
  --gutter:      24px;
}
