/* Gnáthos — spacing, radius, shadow, motion */
:root {
  /* Spacing (8px 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;

  /* Radii — brand mark uses soft-rounded angular shapes */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  /* Signature chevron mask corner (photo/shape masks in deck) */
  --radius-motif: 28px;

  /* Shadows — soft, navy-tinted */
  --shadow-sm: 0 1px 3px rgba(9, 31, 64, 0.08);
  --shadow-md: 0 6px 20px rgba(9, 31, 64, 0.10);
  --shadow-lg: 0 16px 44px rgba(9, 31, 64, 0.16);

  /* Motion — calm, professional */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1); /* @kind other */
  --duration-fast: 140ms; /* @kind other */
  --duration-base: 220ms; /* @kind other */
}
