/* path-tokens.css
   Walker (Year One path) scene tokens.
   Paper / ink / accent aliased to the AH HA Solutions site palette so the
   walker section reads as part of the site. Scene-only tokens (mountain,
   stone, sky, contour, sun) kept for the illustrated SVG scene rendering
   fallback. Fonts aliased to the site's Avenir Next stack.
*/

:root {
  /* Aliased to site tokens from site-2026.css */
  --color-paper: var(--cream);
  --color-paper-2: var(--cream-dark);
  --color-paper-3: var(--mint);
  --color-ink: var(--deep);
  --color-ink-2: var(--deep-light);
  --color-ink-3: var(--text-muted);
  --color-muted: var(--text-muted);
  --color-neutral: var(--text-muted);
  --color-rule: rgba(11, 36, 54, 0.16);
  --color-rule-2: rgba(11, 36, 54, 0.08);
  --color-accent: var(--teal-light);
  --color-accent-deep: var(--teal);
  --color-accent-soft: var(--mint);
  --color-accent-ink: var(--deep);
  --color-focus: var(--teal);
  --color-error: oklch(54% 0.16 25);
  --color-error-soft: oklch(95% 0.025 25);
  --color-shade: var(--deep);

  /* Scene-only tokens for the SVG illustrated fallback scene */
  --color-sky-top: oklch(97% 0.02 165);
  --color-sky-bottom: oklch(87% 0.03 205);
  --color-range-far: oklch(77% 0.035 215);
  --color-range-mid: oklch(61% 0.048 220);
  --color-mountain-lit: oklch(42% 0.065 225);
  --color-stone-1: oklch(29% 0.054 220);
  --color-stone-2: oklch(36% 0.06 220);
  --color-stone-3: oklch(44% 0.055 220);
  --color-contour: oklch(57% 0.055 190);
  --color-sun: oklch(97% 0.025 160);

  /* Fonts aliased to the site's Avenir Next stack. */
  --font-display: var(--font);
  --font-body: var(--font);

  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;
  --text-3xl: 3.052rem;
  --text-display-s: clamp(2.45rem, 7vw, 4.3rem);
  --text-display: clamp(2.7rem, 7.6vw, 5.25rem);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;
  --dur-camera: 800ms;

  --rule-hair: 1px;
  --rule-strong: 2px;
  --radius-sm: 0.25rem;
  --radius-md: 0.75rem;
  --radius-lg: 1.5rem;
  --radius-pill: 999px;

  --page-gutter: clamp(1rem, 4vw, 4rem);
  --page-max: 76rem;

  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
  --z-tooltip: 600;
}
