:root {
  /* ---- Spacing (4px base) ---- */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;

  /* ---- Layout ---- */
  --content-max: 1024px;   /* the export uses a ~925px content column on 1108 canvas */
  --gutter: clamp(20px, 4vw, 48px); /* @kind spacing */

  /* ---- Radii ---- */
  --radius-btn: 8px;       /* Login / Get started buttons */
  --radius-card: 16px;     /* gallery tiles */
  --radius-card-lg: 24px;  /* article cards, promo banner */
  --radius-pill: 999px;    /* tag pills */
  --radius-thumb: 12px;    /* photo thumbnails inside cards */
}
