/* Hallmark · macrostructure: Menu board (two-row masthead + label tabs, no sidebar) · nav: label-tabs · footer: one-liner · theme: custom "Patisserie" · fonts: Zen Maru Gothic / Zen Kaku Gothic New / Space Mono */
/* Hallmark · pre-emit critique: P4 H4 E4 S5 R4 V5 */
:root {
  /* paper: warm cream, tinted toward the anchor hue (75°) */
  --color-paper: oklch(97.5% 0.012 78);
  --color-paper-2: oklch(95.2% 0.016 74);
  --color-paper-3: oklch(92.5% 0.02 70);
  --color-paper-deep: oklch(88% 0.024 66);
  /* ink: cocoa */
  --color-ink: oklch(26% 0.03 45);
  --color-ink-2: oklch(46% 0.028 45);
  --color-ink-3: oklch(60% 0.022 50);
  --color-line: oklch(86% 0.018 65);
  --color-line-strong: oklch(72% 0.03 55);
  /* one accent: strawberry */
  --color-accent: oklch(58% 0.19 14);
  --color-accent-deep: oklch(50% 0.19 14);
  --color-accent-soft: oklch(93% 0.045 14);
  --color-on-accent: oklch(98.5% 0.01 78);
  /* semantic (small footprint only) */
  --color-ok: oklch(52% 0.12 150);
  --color-ok-soft: oklch(94% 0.05 150);
  --color-warn: oklch(62% 0.13 78);
  --color-warn-soft: oklch(95% 0.06 85);
  --color-err: oklch(52% 0.18 25);
  --color-err-soft: oklch(94% 0.05 25);
  --color-info: oklch(52% 0.1 245);
  --color-info-soft: oklch(94% 0.03 245);
  --color-focus: oklch(46% 0.14 255);
  --color-stage: oklch(20% 0.02 300);

  --font-display: 'Zen Maru Gothic', 'Hiragino Maru Gothic ProN', 'Yu Gothic', sans-serif;
  --font-body: 'Zen Kaku Gothic New', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  --font-mono: 'Space Mono', ui-monospace, 'Menlo', monospace;

  --space-3xs: 2px;
  --space-2xs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;

  --control-h: 44px;
  --control-h-sm: 36px;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in: cubic-bezier(0.55, 0, 1, 0.45);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast: 120ms;
  --dur-base: 200ms;

  --shadow-whisper: 0 1px 0 oklch(80% 0.02 60 / .5), 0 12px 32px -16px oklch(40% 0.05 45 / .35);
  --measure: 62ch;
}
