/* Hallmark · pre-emit critique: P5 H5 E5 S5 R4 V4 */
/* Hallmark · genre: editorial · macrostructure: Marquee Hero · theme: existing brand
 * vibe: "cinematic hospitality, restrained luxury" · enrichment: user photography
 * contrast: pass (40–41) · mobile: pass (34, 49, 50–57)
 */
:root {
  --color-paper: oklch(19% 0.033 316);
  --color-paper-deep: oklch(15% 0.028 316);
  --color-paper-raised: oklch(23% 0.036 316);
  --color-ink: oklch(94% 0.013 66);
  --color-ink-muted: oklch(72% 0.022 316);
  --color-rule: oklch(52% 0.060 28 / 0.28);
  --color-rule-strong: oklch(69% 0.106 34 / 0.58);
  --color-accent: oklch(77% 0.105 38);
  --color-accent-ink: oklch(20% 0.030 316);
  --color-focus: oklch(82% 0.150 38);
  --color-image-shade: oklch(12% 0.026 316 / 0.28);

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Jost", "Avenir Next", sans-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.125rem;
  --text-lg: 1.375rem;
  --text-display: clamp(2.35rem, 3.8vw + 0.4rem, 4.1rem);

  --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-short: 180ms;
  --dur-base: 420ms;
  --dur-long: 480ms;

  --rule-hairline: 1px;
  --radius-button: 0.5rem;
  --radius-round: 50%;
}
