:root{--color-coral:#ff7a5a;--color-coral-light:#ff9478;--color-coral-dark:#ff6b6b;--color-emerald:#10b981;--color-emerald-light:#34d399;--color-emerald-dark:#059669;--color-cream:#fff8f0;--color-peach:#fed;--color-cardio:#dc2626;--color-strength:#2563eb;--color-health:#16a34a;--color-flexibility:#8b5cf6;--color-achievement:#f59e0b;--color-gray-900:#1f2937;--color-gray-800:#2c2c2e;--color-gray-600:#6b7280;--color-gray-500:#8e8e93;--color-gray-100:#f8fafc;--color-white:#fff;--background:#fff8f0;--foreground:#1f2937;--font-primary:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-display:"Inter",sans-serif;--text-hero:clamp(2.5rem,5vw,4rem);--text-h1:clamp(2rem,4vw,3rem);--text-h2:clamp(1.5rem,3vw,2.25rem);--text-h3:1.25rem;--text-body:1.0625rem;--text-small:0.9375rem;--space-xs:0.5rem;--space-sm:0.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 2px 8px rgba(255,122,90,.08);--shadow-md:0 4px 16px rgba(255,122,90,.12);--shadow-lg:0 8px 32px rgba(255,122,90,.16);--shadow-card:0 4px 24px rgba(0,0,0,.08);--transition-fast:0.15s ease;--transition-base:0.2s ease;--transition-slow:0.3s ease;font-family:var(--font-primary)}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground)}a{color:inherit;text-decoration:none}main{min-height:100vh}html{scroll-behavior:smooth}