/* Parallax Intel — Spacing, radii, shadows, layout
   Tight, document-like rhythm. Corners are nearly square — this is an
   intelligence report, not a consumer app. Shadows are quiet. */

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

  /* Radii — square-ish; the brand reads as printed analysis */
  --radius-none: 0;
  --radius-xs:  2px;
  --radius-sm:  3px;
  --radius-md:  5px;
  --radius-lg:  8px;
  --radius-pill: 999px;

  /* Borders */
  --border-hairline: 1px;
  --border-rule:     1.5px;
  --border-heavy:    2px;

  /* Shadows — restrained, warm-tinted */
  --shadow-xs:  0 1px 1px rgba(26, 24, 21, 0.04);
  --shadow-sm:  0 1px 2px rgba(26, 24, 21, 0.06), 0 1px 1px rgba(26, 24, 21, 0.04);
  --shadow-md:  0 4px 12px rgba(26, 24, 21, 0.08), 0 1px 2px rgba(26, 24, 21, 0.05);
  --shadow-lg:  0 12px 32px rgba(26, 24, 21, 0.12), 0 2px 6px rgba(26, 24, 21, 0.06);
  --shadow-inset: inset 0 0 0 1px rgba(26, 24, 21, 0.05);

  /* Motion — quiet, editorial; no bounce */
  --ease-standard: cubic-bezier(0.2, 0, 0.1, 1); /* @kind other */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --dur-fast: 120ms; /* @kind other */
  --dur-base: 200ms; /* @kind other */
  --dur-slow: 320ms; /* @kind other */

  /* Layout */
  --container-max: 1200px; /* @kind other */
  --gutter: var(--space-8);
}
