:root {
  color-scheme: light;
  --canvas: #f3f6fa;
  --canvas-top: #f8fafc;
  --canvas-bottom: #e6effb;
  --travel-canvas: #f1f7fe;
  --travel-fold: #cce3fc;
  --night: #090d16;
  --night-surface: #111722;
  --night-text: #f5f7fc;
  --night-muted: #b5becf;
  --night-rule: #293140;
  --paper: #fff;
  --paper-inset: #eef2f7;
  --ink: #151b24;
  --ink-secondary: #4e5765;
  --ink-tertiary: #5a636e;
  --blue: #2570e2;
  --blue-ink: #17539f;
  --blue-tint: #e2efff;
  --rule: #bfd1e5;
  --control-edge: #9cacc2;
  --control-pressed: #e1e7f0;
  --focus: #17539f;
  --gel-ink: linear-gradient(180deg, #1d2430, #0f141b);
  --gel-ink-hover: linear-gradient(180deg, #293343, #151c27);
  --gel-ink-pressed: linear-gradient(180deg, #141a24, #080c11);
  --gel-blue: linear-gradient(180deg, #2a66ce, #1b54ac 28%, #2570e2);
  --gel-blue-hover: linear-gradient(180deg, #275ebe, #194d9e 28%, #2267d0);
  --gel-blue-pressed: linear-gradient(180deg, #2354ab, #16458e 28%, #1f5dbc);
  --shadow-blue: 0 4px 10px rgb(37 112 226 / 22%), 0 1px 3px rgb(26 43 74 / 8%);
  --shadow-search: 0 8px 20px rgb(26 43 74 / 7%), 0 2px 4px rgb(26 43 74 / 4%);
  --shadow-paper: 0 6px 14px rgb(26 43 74 / 12%), 0 1px 2px rgb(26 43 74 / 9%);
  --shadow-control: 0 3px 8px rgb(26 43 74 / 7%), 0 1px 2px rgb(26 43 74 / 4%);
  --shadow-bento: 0 8px 24px rgb(26 43 74 / 4%), 0 1px 3px rgb(26 43 74 / 3%);
  --radius-bento: 24px;
  --duration-art: 420ms;
  --shadow-ink: 0 9px 18px rgb(26 43 74 / 18%), 0 1px 2px rgb(26 43 74 / 12%);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --text-small: 1rem;
  --text-ui: 1rem;
  --text-body: 1.125rem;
  --text-reading: 1.125rem;
  --text-project: clamp(2rem, 3.8vw, 3.75rem);
  --text-heading: clamp(2rem, 3.8vw, 3.75rem);
  --text-contact: clamp(2.25rem, 4vw, 3.5rem);
  --text-display: clamp(2.5rem, 4.8vw, 4rem);
  --text-hero: clamp(2.5rem, 5.2vw, 5.5rem);
  --hero-content-max: 1440px;
  --hero-art-max: 720px;
  --hero-min-height: clamp(640px, calc(100svh - 96px), 980px);
  --text-section: clamp(2.25rem, 3.8vw, 3rem);
  --text-subheading: clamp(1.75rem, 3vw, 3rem);
  --text-editorial: 1.125rem;
  --text-search-input: 1rem;
  --search-max: 880px;
  --search-height: 70px;
  --search-action-height: 48px;
  --search-action-width: 224px;
  --section-space: 80px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;
  --radius-small: 16px;
  --radius-surface: 28px;
  --radius-pill: 999px;
  --content-max: 1120px;
  --page-gutter: clamp(32px, 6.25vw, 96px);
  --duration: 180ms;
  --ease: cubic-bezier(.2, .65, .3, 1);
}
