/* Shared project tokens. Route studies map their local names to this layer. */
:root {
  --adhemas-surface-light: #ffffff;
  --adhemas-surface-soft: #f8f8f7;
  --adhemas-surface-dark: #000000;
  --adhemas-foreground-light: #000000;
  --adhemas-foreground-dark: #ffffff;
  --adhemas-ink: #111111;
  --adhemas-muted: #706d69;
  --adhemas-line: #d9d7d3;
  --adhemas-accent-blue: #1812d4;
  --adhemas-accent-violet: #9947ff;
  --adhemas-accent-charcoal: #363636;
  --adhemas-rail: max(16px, calc((100vw - 1244px) / 2));
  --adhemas-grid-gap: 16px;
  --adhemas-font-sans: Manrope, Arial, Helvetica, sans-serif;
  --adhemas-font-display: Fraunces, Georgia, "Times New Roman", serif;
  --adhemas-tool-card-surface: #f1f2ee;
  --adhemas-tool-card-label: #737067;
  --adhemas-motion-ease: cubic-bezier(.22, 1, .36, 1);
  --adhemas-motion-reveal-distance: 48px;
  --adhemas-motion-reveal-distance-stream: calc(var(--adhemas-motion-reveal-distance) * 0.6);
  --adhemas-motion-reveal-duration: 720ms;
  --adhemas-motion-opacity-duration: 520ms;
  --adhemas-motion-surface-duration: 700ms;
  --surface-color: var(--adhemas-surface-light);
  --foreground-color: var(--adhemas-foreground-light);
  --muted-color: var(--adhemas-muted);
  --surface-key: light;
  --adhemas-motion-header-duration: 480ms;
  --adhemas-motion-header-fade-duration: 280ms;
  --adhemas-motion-ui-duration: 220ms;
  --adhemas-motion-quick-duration: 180ms;
  --adhemas-motion-menu-icon-duration: 380ms;
  --adhemas-motion-menu-shell-duration: 560ms;
  --adhemas-motion-menu-item-duration: 480ms;
  --adhemas-motion-menu-item-fade-duration: 320ms;
  --adhemas-motion-menu-stagger-base: 140ms;
  --adhemas-motion-menu-stagger-step: 50ms;
  --adhemas-motion-utilities-duration: 640ms;
  --adhemas-motion-utilities-fade-duration: 480ms;
  --adhemas-motion-utilities-delay: 180ms;
  --adhemas-motion-hero-duration: 620ms;
  --adhemas-motion-hero-title-duration: 820ms;
  --adhemas-motion-hover-duration: 520ms;
  --adhemas-motion-hover-shadow-duration: 320ms;
  --adhemas-motion-carousel-duration: 700ms;
  --adhemas-motion-hero-eyebrow-delay: 260ms;
  --adhemas-motion-hero-title-delay: 330ms;
  --adhemas-motion-hero-support-delay: 540ms;
  --adhemas-motion-load-offset: 44px;
  --adhemas-motion-menu-item-offset: 20px;
}

@media (max-width: 767px) {
  :root {
    --adhemas-rail: 24px;
  }
}
