/* Hallmark · macrostructure: Photographic · tone: luxury-technical · anchor hue: copper 45°
 * theme: custom (vibe: "graphite, copper, plaster, daylight" · paper oklch(22% 0.006 60) · accent oklch(64% 0.11 45) copper · Bricolage Grotesque + Instrument Sans)
 * axes: dark / grotesk-sans / warm · nav: N9 edge-aligned · footer: Ft5 statement · enrichment: real photography (own works + supplier catalogue)
 * pre-emit critique: P5 H4 E4 S5 R4 V5
 */
:root {
  --color-paper: oklch(22% 0.006 60);
  --color-paper-2: oklch(26% 0.007 60);
  --color-paper-3: oklch(31% 0.008 60);
  --color-plaster: oklch(95% 0.01 80);
  --color-plaster-2: oklch(91% 0.012 80);
  --color-ink: oklch(93% 0.012 75);
  --color-ink-muted: oklch(72% 0.012 70);
  --color-ink-dark: oklch(24% 0.008 60);
  --color-ink-dark-muted: oklch(48% 0.01 60);
  --color-accent: oklch(64% 0.11 45);
  --color-accent-2: oklch(74% 0.09 50);
  --color-accent-deep: oklch(50% 0.1 42);
  --color-rule: oklch(40% 0.008 60);
  --color-rule-light: oklch(82% 0.012 80);
  --color-focus: oklch(80% 0.12 60);
  --color-scrim: oklch(15% 0.006 60);
  --color-wa: oklch(58% 0.13 152);
  --color-wa-2: oklch(64% 0.14 152);

  --font-display: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.2rem;
  --text-xl: 1.5rem;
  --text-2xl: clamp(1.75rem, 1.2rem + 2vw, 2.5rem);
  --text-3xl: clamp(2.2rem, 1.4rem + 3.2vw, 3.6rem);
  --text-display: clamp(2.4rem, 1.4rem + 4.4vw, 5rem);

  --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: 7rem;
  --page-gutter: clamp(1rem, 4vw, 4rem);

  --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-fast: 160ms;
  --dur-base: 320ms;
  --dur-slow: 700ms;

  --rule-hair: 1px;
  --radius-sm: 2px;
  --radius-pill: 999px;
}
