/* Hallmark · macrostructure: Narrative Workflow · tone: soft-playful · anchor hue: pear-yellow ~95°
 * theme: Hum · genre: playful · nav: N5 Floating pill · footer: Ft5 Statement
 * enrichment: none (product art in stage tiles) · H: brand+CTA companion image
 * pre-emit critique: P4 H4 E4 S4 R4 V4
 */
:root {
  --color-paper: oklch(97% 0.012 95);
  --color-paper-2: oklch(94% 0.016 95);
  --color-paper-3: oklch(91% 0.020 95);
  --color-ink: oklch(20% 0.012 250);
  --color-muted: oklch(45% 0.02 250);
  --color-accent: oklch(86% 0.18 95);
  --color-accent-deep: oklch(72% 0.16 95);
  --color-accent-2: oklch(66% 0.18 235);
  --color-accent-3: oklch(68% 0.24 18);
  --color-mint: oklch(80% 0.16 150);
  --color-focus: oklch(55% 0.18 235);
  --color-band-pear: oklch(94% 0.04 95);
  --color-band-cyan: oklch(94% 0.03 235);
  --color-band-coral: oklch(94% 0.035 18);

  --font-display: "Plus Jakarta Sans", "Noto Sans SC", system-ui, sans-serif;
  --font-body: "Noto Sans SC", "Plus Jakarta Sans", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  --space-2xs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 72px;
  --space-4xl: 96px;
  --section-gap: clamp(3.5rem, 7vw, 5.5rem);
  --page-gutter: clamp(1rem, 4vw, 2rem);
  --page-max: 1120px;
  --shell: var(--page-max);

  --text-display: clamp(2.4rem, 5.5vw + 0.5rem, 4.25rem);
  --text-display-s: clamp(1.85rem, 3.2vw + 0.5rem, 2.75rem);
  --text-3xl: clamp(1.5rem, 2vw + 0.6rem, 2rem);
  --text-2xl: 1.5rem;
  --text-xl: 1.25rem;
  --text-lg: 1.125rem;
  --text-base: 1rem;
  --text-sm: 0.875rem;
  --text-xs: 0.75rem;

  --radius-card: 20px;
  --radius-pill: 999px;
  --radius-input: 12px;
  --radius-sm: 8px;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.45, 0, 0.55, 1);
  --ease-snap: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-btn: cubic-bezier(0.2, 0.7, 0.3, 1);
  --dur-fast: 140ms;
  --dur-med: 280ms;
  --dur-slow: 600ms;

  --shadow-soft: 0 12px 32px -16px oklch(20% 0.012 250 / 0.15);
  --shadow-lift: 0 18px 40px -18px oklch(20% 0.012 250 / 0.22);
  --rule: 1px solid oklch(20% 0.012 250 / 0.1);
}
