/* Hallmark · macrostructure: Photographic Fold · tone: aggressive technical · anchor hue: signal red */
:root {
  --font-hero: "Big Shoulders Display", "Arial Narrow", sans-serif;
  --color-hero-paper: oklch(96% 0.008 55);
  --color-hero-muted: oklch(82% 0.012 55);
  --color-hero-shadow: oklch(12% 0.014 28 / 0.96);
  --space-hero-inline: clamp(1rem, 4vw, 3rem);
  --space-hero-start: clamp(2.5rem, 7vh, 4rem);
  --space-hero-end: clamp(4.5rem, 10vh, 7rem);
  --text-hero: clamp(4rem, 11vw, 7rem);
  --ease-hero: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-hero-enter: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-hero-enter: 500ms;
  --dur-hero-drift: 24s;
}
