/* Yachtpedia design tokens */
:root {
  --color-navy: #ffffff;
  --color-bg: #f8fbfd;
  --color-surface: #ffffff;
  --color-surface-2: #f0f9ff;
  --color-surface-offset: #e0f2fe;
  --color-surface-dynamic: #dbeafe;
  --color-divider: #d6eaf5;
  --color-border: #d6eaf5;
  --color-text: #0f172a;
  --color-text-muted: #64748b;
  --color-text-faint: #94a3b8;
  --color-text-inverse: #ffffff;
  --yacht-blue: #0b63ce;
  --marina-blue: #1287e8;
  --signal-blue: #18b4f8;
  --ice-blue: #ddf3ff;
  --steel-blue: #6f8caa;
  --deep-ocean: #06111f;
  --midnight-navy: #0b1830;
  --color-primary: #1287e8;
  --color-primary-hover: #0b63ce;
  --color-primary-active: #0369a1;
  --color-primary-highlight: #e0f2fe;
  --color-success: #16a34a;
  --color-error: #f87171;
  --color-warning: #fb923c;
  --text-xs: clamp(0.75rem,  0.7rem  + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem  + 0.35vw, 1rem);
  --text-base: clamp(1rem,     0.95rem + 0.25vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem    + 0.75vw, 1.5rem);
  --text-xl: clamp(1.5rem,   1.2rem  + 1.25vw, 2.25rem);
  --text-2xl: clamp(2rem,     1.2rem  + 2.5vw,  3.5rem);
  --text-3xl: clamp(2.5rem,   1rem    + 4vw,    5rem);
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 2px rgba(8, 47, 73, 0.06), 0 1px 1px rgba(8, 47, 73, 0.04);
  --shadow-md: 0 2px 6px rgba(8, 47, 73, 0.05), 0 12px 28px rgba(8, 47, 73, 0.09);
  --shadow-lg: 0 4px 12px rgba(8, 47, 73, 0.06), 0 26px 56px rgba(8, 47, 73, 0.11);
  --shadow-xl: 0 8px 20px rgba(8, 47, 73, 0.07), 0 44px 88px rgba(8, 47, 73, 0.13);
  --edge-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  --content-narrow: 640px;
  --content-default: 960px;
  --content-wide: 1280px;
  --font-display: 'Manrope', 'Inter', system-ui, sans-serif;
  --font-body: 'Inter', 'DM Sans', 'system-ui', sans-serif;
  --transition-fast: 180ms cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --page-bg: #f8fbfd;
  --page-text: #0f172a;
  --surface-strong: rgba(255, 255, 255, 0.92);
  --surface-soft: rgba(240, 249, 255, 0.72);
  --line-soft: rgba(14, 165, 233, 0.18);
  --line-strong: rgba(14, 165, 233, 0.30);
  --muted-copy: #64748b;
  --hero-desktop-overlay: linear-gradient(90deg, #ffffff 0%, rgba(240, 249, 255, 0.88) 52%, rgba(255, 255, 255, 0.35) 100%);
  --gold-gradient: linear-gradient(135deg, #0b63ce 0%, #1287e8 55%, #18b4f8 100%);
  --accent-glow: rgba(24, 180, 248, 0.24);
}
