/* =====================================================
   SPACING & LAYOUT
   The site breathes: 96px between major sections, generous
   panel padding (26–32px), and a single 1180px content rail.
   ===================================================== */
:root {
  /* Spacing scale (used for gap / padding / margin) */
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  20px;
  --space-6:  24px;
  --space-7:  28px;
  --space-8:  32px;
  --space-10: 40px;
  --space-14: 56px;
  --space-24: 96px;   /* gap between major page sections */

  /* Layout */
  --rail-max:    1180px;  /* max content width (nav, main, footer) */
  --rail-gutter: 40px;    /* main horizontal padding (desktop)     */
  --panel-pad:   28px;    /* default panel / card padding          */

  /* Common measure caps */
  --measure-body: 52ch;
  --measure-meta: 62ch;
}
