/* Hallmark · macrostructure: Workbench · tone: sophisticated-energetic · anchor hue: cobalt */

:root {
  --color-paper: oklch(98.5% 0.006 252);
  --color-paper-2: oklch(96.5% 0.01 252);
  --color-stage: oklch(94% 0.018 252);
  --color-ink: oklch(20% 0.026 256);
  --color-ink-2: oklch(30% 0.022 256);
  --color-muted: oklch(49% 0.024 256);
  --color-rule: oklch(88% 0.016 252);
  --color-rule-strong: oklch(77% 0.028 252);
  --color-accent: oklch(58% 0.2 256);
  --color-accent-hover: oklch(52% 0.21 256);
  --color-accent-light: oklch(75% 0.16 256);
  --color-accent-soft: oklch(92% 0.045 256);
  --color-accent-ink: oklch(99% 0.004 252);
  --color-accent-muted: oklch(92% 0.035 252);
  --color-focus: oklch(58% 0.2 256);
  --color-selection: oklch(84% 0.09 256);
  --color-success: oklch(52% 0.14 154);
  --color-success-soft: oklch(93% 0.04 154);
  --color-graphite: oklch(19% 0.025 258);
  --color-dark-muted: oklch(76% 0.025 252);
  --color-dark-rule: oklch(36% 0.03 258);
  --color-nav: oklch(98.5% 0.006 252 / 0.88);
  --color-nav-solid: oklch(98.5% 0.006 252 / 0.97);

  --font-display: "Space Grotesk", ui-sans-serif, sans-serif;
  --font-body: "Manrope", ui-sans-serif, sans-serif;
  --font-mono: "Space Grotesk", ui-sans-serif, sans-serif;

  --space-3xs: .25rem;
  --space-2xs: .5rem;
  --space-xs: .75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;

  --text-micro: .625rem;
  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;
  --text-3xl: clamp(2.75rem, 5vw, 4.75rem);
  --text-4xl: clamp(3rem, 7vw, 5.25rem);
  --text-display: clamp(3.25rem, 6.4vw, 5.25rem);
  --text-display-mobile: clamp(2.75rem, 14vw, 4rem);

  --tracking-display: -.055em;
  --tracking-heading: -.045em;
  --tracking-label: .08em;

  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in: cubic-bezier(.7, 0, .84, 0);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --dur-short: 180ms;
  --dur-medium: 280ms;
  --dur-long: 600ms;
  --dur-reduced: 1ms;

  --rule-thin: 1px;
  --rule-medium: 2px;
  --rule-accent: 3px;
  --rule-focus: 3px;

  --radius-small: 4px;
  --radius-control: 7px;
  --radius-card: 12px;
  --radius-stage: 18px;
  --radius-round: 50%;

  --shadow-stage: 0 32px 80px -42px oklch(20% 0.026 256 / .45);
  --shadow-float: 0 18px 48px -24px oklch(20% 0.026 256 / .38);
  --blur-nav: 18px;

  --page-max: 76rem;
  --page-gutter: clamp(1rem, 4vw, 2rem);
  --copy-max: 42rem;
  --heading-max: 56rem;
  --visual-max: 52rem;
  --brand-width: 8.75rem;
  --footer-brand-width: 7.5rem;
  --phone-width: 15rem;
  --booking-width: 33rem;
  --nav-height: 5rem;
  --nav-height-small: 4.25rem;
  --hero-height: 52rem;
  --hero-max-height: 62rem;
  --product-bar-height: 2.75rem;
  --tour-height: 34rem;
  --tour-height-mobile: 22rem;
  --benefit-visual-height: 22rem;
  --benefit-visual-height-mobile: 18rem;
  --sticky-height: 3.75rem;
  --target-min: 2.75rem;
  --target-large: 3.25rem;

  --z-content: 2;
  --z-nav: 50;
  --z-sticky: 40;
  --z-modal: 100;
}
