/* ============================================================
   Delulu Solutions / Spacing, radii & sizing tokens
   ============================================================ */

:root {
  /* ---- Spacing scale (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;

  /* ---- Radii ----
     Generous, soft corners match the glossy glass language.
     Glass panels and cards round hard; pills go fully round. */
  --radius-sm: 10px;
  --radius-md: 18px;   /* default card / glass panel */
  --radius-lg: 28px;
  --radius-pill: 999px;
  --radius-round: 50%;

  /* ---- Borders ---- */
  --border-hair: 1px;
  --border-thin: 1.5px;
  --border-bold: 2px;

  /* ---- Artifact canvases ---- */
  --slide-w: 1920px;   /* 16:9 keynote slide */
  --slide-h: 1080px;
  --poster-w: 1080px;  /* 4:5 social / print poster */
  --poster-h: 1350px;

  /* ---- Layout ---- */
  --gutter: 96px;       /* slide / poster safe margin */
  --maxw-text: 62ch;    /* comfortable measure for body copy */
}
