/* Hallmark · macrostructure: Marquee Hero · tone: confident-technical · anchor hue: teal-blue 225-260
 * theme: custom (vibe: "cinematic jobsite, engineered calm" · paper oklch(32.7% 0.053 225.4) dark band ·
 * accent oklch(55.9% 0.176 259.8) cool · Space Grotesk + Inter) · nav: N10 scroll-morph · footer: Ft5 statement
 * axes: dark / grotesk-sans / cool
 * Hallmark · pre-emit critique: P4 H5 E4 S4 R4 V4
 */
:root{
  --color-paper:oklch(32.7% 0.053 225.4);
  --color-paper-deep:oklch(26% 0.048 225);
  --color-surface:oklch(37.1% 0.062 228.8);
  --color-surface-2:oklch(41% 0.065 230);
  --color-text:oklch(97.3% 0.007 233.6);
  --color-muted:oklch(80.1% 0.034 226.4);
  --color-silver:oklch(85.3% 0.027 224.3);
  --color-accent:oklch(55.9% 0.176 259.8);
  --color-accent-2:oklch(75.1% 0.127 237.9);
  --color-accent-deep:oklch(50% 0.17 262);
  --color-line:oklch(100% 0 0 / .13);
  --color-line-strong:oklch(100% 0 0 / .24);
  --color-scrim:oklch(20% 0.04 225 / .55);
  --color-focus:oklch(75.1% 0.127 237.9);
  --color-ok:oklch(72% 0.14 155);
  --color-err:oklch(65% 0.19 25);

  --font-display:'Space Grotesk',system-ui,sans-serif;
  --font-body:'Inter',system-ui,sans-serif;

  --space-2xs:4px; --space-xs:8px; --space-sm:12px; --space-md:20px;
  --space-lg:32px; --space-xl:52px; --space-2xl:84px; --space-3xl:128px;

  --text-sm:.875rem; --text-base:1rem; --text-lg:1.125rem; --text-xl:1.375rem;
  --text-2xl:1.75rem; --text-3xl:2.25rem; --text-4xl:3rem;
  --text-display-s:clamp(2.2rem,5vw,3.4rem);
  --text-display:clamp(2.6rem,6.5vw,4.6rem);

  --ease-out:cubic-bezier(.22,.61,.36,1);
  --ease-in:cubic-bezier(.55,.06,.68,.19);
  --ease-in-out:cubic-bezier(.65,.05,.36,1);
  --dur-fast:150ms; --dur-med:280ms; --dur-slow:600ms;

  --radius-sm:6px; --radius-md:12px; --radius-lg:20px; --radius-pill:999px;
  --rule-hair:1px solid var(--color-line);
  --wrap:1200px;
}
