/* ============================================================
   Arunda — Spacing & layout tokens
   A 4px base ramp. The joint motif uses a precise modular grid;
   --gutter and --measure govern page rhythm.
   ============================================================ */

:root {
  --space-0:   0;
  --space-px:  1px;
  --space-1:   0.25rem;  /* 4  */
  --space-2:   0.5rem;   /* 8  */
  --space-3:   0.75rem;  /* 12 */
  --space-4:   1rem;     /* 16 */
  --space-5:   1.5rem;   /* 24 */
  --space-6:   2rem;     /* 32 */
  --space-7:   2.5rem;   /* 40 */
  --space-8:   3rem;     /* 48 */
  --space-9:   4rem;     /* 64 */
  --space-10:  5rem;     /* 80 */
  --space-11:  6rem;     /* 96 */
  --space-12:  8rem;     /* 128 */

  /* Layout */
  --gutter:        clamp(1.25rem, 4vw, 4rem); /* @kind spacing */ /* page side padding */
  --measure:       68ch;        /* optimal reading width */
  --measure-tight: 46ch;
  --container:     1240px;      /* max content width */
  --container-wide:1440px;

  /* The dovetail cut angle — the brand's defining geometric constant.
     Used in clip-path trapezoids, dividers, and the wordmark. */
  --cut-angle: 14deg; /* @kind other */
  --cut-inset: 18px;   /* horizontal inset of an angled corner */
}
