/* Hallmark · genre: modern-minimal · macrostructure: Workbench (user reference override) · theme: studied-DNA (user dashboards + ImageGen screen set) · enrichment: paired brand emblems · nav: N3 tailored side rail · footer: Ft2 Inline · knobs: compact segment + dark lead metric + dual operational grids · contrast: pass (40–41) · slop: pass (42–49) · mobile: pass (34, 49, 50–57) */
/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V5 */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap");

:root {
  --font-display: "Playfair Display", "Times New Roman", serif;
  --font-body: "DM Sans", "Arial", sans-serif;

  --color-paper: oklch(96.8% 0.007 245);
  --color-paper-2: oklch(94.6% 0.009 245);
  --color-paper-3: oklch(91.5% 0.012 245);
  --color-surface: oklch(99.5% 0.003 245);
  --color-surface-raised: oklch(98.5% 0.005 245);
  --color-rule: oklch(89% 0.012 245);
  --color-rule-strong: oklch(76% 0.018 245);
  --color-neutral: oklch(50% 0.02 245);
  --color-muted: oklch(38% 0.024 245);
  --color-ink-2: oklch(29% 0.028 248);
  --color-ink: oklch(18% 0.028 250);
  --color-accent: oklch(48% 0.16 18);
  --color-accent-soft: oklch(94% 0.035 18);
  --color-accent-ink: oklch(99% 0.004 245);
  --color-club: oklch(47% 0.16 255);
  --color-club-soft: oklch(94% 0.035 255);
  --color-brass: oklch(70% 0.115 82);
  --color-brass-soft: oklch(95% 0.035 82);
  --color-success: oklch(39% 0.105 150);
  --color-success-soft: oklch(93% 0.03 150);
  --color-warning: oklch(42% 0.105 75);
  --color-warning-soft: oklch(93% 0.034 75);
  --color-error: oklch(43% 0.16 28);
  --color-error-soft: oklch(93% 0.04 28);
  --color-focus: oklch(50% 0.19 255);
  --color-backdrop: oklch(16% 0.025 250 / 0.48);
  --color-shadow: oklch(20% 0.025 250 / 0.09);

  --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-display: clamp(2.2rem, 4vw + 0.5rem, 4rem);

  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-pill: 999rem;

  --rule-thin: 1px;
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;
  --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);

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