/* ============================================================
   SPACING, RADII & STRUCTURE — Decan Symbology
   The system is built on circle, diamond and the H-frame. Radii
   stay restrained — corners are mostly sharp or fully round.
   ============================================================ */

:root {
  /* ---- SPACE SCALE (4px base) ---- */
  --space-0:  0;
  --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:  3rem;      /* 48 */
  --space-8:  4rem;      /* 64 */
  --space-9:  6rem;      /* 96 */
  --space-10: 8rem;      /* 128 */
  --space-11: 12rem;     /* 192 */

  /* ---- RADII ---- */
  --radius-none:   0;
  --radius-sm:     2px;    /* chips, code wells */
  --radius:        4px;    /* default control */
  --radius-md:     6px;
  --radius-lg:     10px;   /* cards, panels */
  --radius-xl:     16px;   /* large surfaces */
  --radius-pill:   999px;  /* tags, sigil badges */
  --radius-circle: 50%;    /* plates, cabochons, faces */

  /* ---- BORDER WIDTHS ---- */
  --border-hair:  1px;     /* default gold hairline */
  --border-thin:  1.5px;
  --border-thick: 2px;     /* plate frame ring */
  --border-heavy: 3px;     /* ceremonial frame */

  /* ---- LAYOUT ---- */
  --measure:        66ch;   /* ideal prose line length */
  --measure-narrow: 46ch;
  --container:      1200px;  /* max content width */
  --container-wide: 1440px;
  --gutter:         var(--space-5);
}
