/* Hallmark · genre: editorial · design-system: design.md · designed-as-app
 * macrostructures: Bento Grid · Narrative Workflow · Catalogue · Letter · Ecosystem Index · Long Document · Conversational FAQ
 * theme: Garden · enrichment: tier-B hand-built SVG · nav: N6 masthead · footer: Ft1
 * audience: small businesses · primary action: make an enquiry · tone: restrained editorial
 */
:root {
  --color-paper: oklch(96% 0.018 90);
  --color-paper-2: oklch(93% 0.02 90);
  --color-paper-raised: oklch(93% 0.02 90);
  --color-paper-deep: oklch(89% 0.022 90);
  --color-paper-clay: oklch(90% 0.055 52);
  --color-paper-ochre: oklch(84% 0.11 78);
  --color-surface-fjord: oklch(48% 0.075 235);
  --color-surface-fjord-ink: oklch(97% 0.014 90);
  --color-ink: oklch(20% 0.025 100);
  --color-ink-soft: oklch(34% 0.025 100);
  --color-muted: oklch(42% 0.022 100);
  --color-rule: oklch(78% 0.02 90);
  --color-rule-2: oklch(70% 0.022 95);
  --color-rule-strong: oklch(58% 0.025 100);
  --color-accent: oklch(35% 0.09 155);
  --color-accent-deep: oklch(25% 0.07 155);
  --color-accent-ink: oklch(96% 0.018 90);
  --color-focus: oklch(62% 0.16 75);
  --color-error: oklch(48% 0.18 28);
  --color-success: oklch(40% 0.1 150);

  --font-display: "Cormorant Garamond", ui-serif, serif;
  --font-body: "IBM Plex Sans", ui-sans-serif, sans-serif;
  --font-wordmark: "Cormorant Garamond", ui-serif, serif;

  --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-3xl: 3.052rem;
  --text-4xl: 3.815rem;
  --text-display-s: clamp(2.5rem, 7vw, 4.25rem);
  --text-display: clamp(3rem, 8vw, 5.25rem);

  --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-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;
  --dur-reveal: 700ms;
  --dur-stagger: 90ms;

  --rule-hair: 1px;
  --rule-strong: 2px;
  --radius-sm: 0.125rem;
  --radius-md: 0.25rem;
  --radius-input: 0.125rem;

  --page-gutter: max(clamp(1rem, 4vw, 4rem), env(safe-area-inset-left));
  --content-max: 76rem;
  --measure: 65ch;
  --z-base: 1;
  --z-dropdown: 100;
  --z-sticky: 200;
  --input-height: 3rem;
}
