/* ALO BETO — Spacing, rules & layout
   Lots of white. White space is what lets pictorial color hit when it appears. */

:root {
  /* Spacing scale (4px base) */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;

  /* Border / rule widths — the editorial "label border" recourse */
  --rule-hair: 1px;
  --rule-solid: 2px;     /* the established 2px label-border (ink or signal) */

  /* Radii — kept minimal; the system is editorial/clinical, not rounded */
  --radius-none: 0;
  --radius-sm: 2px;
  --radius-pill: 999px;

  /* Layout */
  --page-max: 1280px;
  --page-gutter: var(--space-7);
  --col-gap: var(--space-6);
  --bio-col: 280px;       /* fixed narrow bio/metadata column */

  /* Eyebrow left-border accent */
  --eyebrow-border: var(--rule-solid) solid var(--signal);
}
