/* Alducin spacing, radii, shadows — restrained, editorial, lots of whitespace */

: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;

  /* Layout */
  --container-max: 1200px;
  --container-narrow: 760px;
  --gutter: 24px;
  --section-y: 96px;

  /* Radii — subtle, corporate. Nearly square. */
  --radius-xs: 2px;
  --radius-sm: 3px;
  --radius-md: 4px;
  --radius-lg: 6px;
  --radius-pill: 999px;

  /* Borders */
  --border-width: 1px;
  --border-width-strong: 1.5px;
  --hairline: 1px solid var(--border-subtle);

  /* Shadows — soft, low, premium (never heavy) */
  --shadow-xs: 0 1px 2px rgba(13,27,42,0.05);
  --shadow-sm: 0 2px 8px rgba(13,27,42,0.06);
  --shadow-md: 0 8px 24px rgba(13,27,42,0.08);
  --shadow-lg: 0 20px 48px rgba(13,27,42,0.12);

  /* Motion — quiet, confident, no bounce */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1); /* @kind other */
  --dur-fast: 140ms; /* @kind other */
  --dur: 220ms; /* @kind other */
  --dur-slow: 380ms; /* @kind other */
}
