/* ============================================================
   RYNA · SPACING & LAYOUT
   8px base grid. Generous, editorial whitespace.
   ============================================================ */
:root {
  --space-0:   0;
  --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-12:  48px;
  --space-14:  56px;
  --space-16:  64px;
  --space-20:  80px;
  --space-24:  96px;

  /* —— Containers —— */
  --container-doc:    816px;  /* document max width (8.5in) @kind spacing */
  --container-prose:  42em;   /* readable measure @kind spacing */
  --container-narrow: 34em;   /* @kind spacing */
  --container-page:   1180px; /* marketing site @kind spacing */

  /* —— Control sizing —— */
  --control-h-sm: 34px;
  --control-h:    44px;  /* min hit target */
  --control-h-lg: 52px;
  --field-pad-x:  14px;
}
