function HowItWorks() { const steps = [ { n: 'STEP 01', t: 'Signals In', b: 'Your wearable continuously streams cardiovascular, sleep, breath and motion data — encrypted on-device.' }, { n: 'STEP 02', t: 'Model Learns', b: 'Veiron Cortex adapts to your baseline, discovering the patterns that define your unique physiology.' }, { n: 'STEP 03', t: 'CoPilot Guides', b: 'LifeCoPilot surfaces the right nudge at the right moment — not a chat, a quiet presence.' }, { n: 'STEP 04', t: 'You Evolve', b: 'Every day it understands you better. Every day you move with more clarity.' }, ]; return (
03 / Mechanism

A loop of
learning.

The system never stops closing the gap between what you are and what you're becoming.

{steps.map((s, i) => (
0{i+1}
{s.n}
{s.t}
{s.b}
`L${x*5},${20 + Math.sin((x+i*3)*0.4)*8}`).join(' ')}`} fill="none" stroke="currentColor" strokeWidth="1"/>
))}
); } window.HowItWorks = HowItWorks;