REACH
Extend pole, branch, arm โ stay on land
Summer vacation with kids at the lake starts in 3 days. Build the reflex that saves lives.
Child struggling 3m from dock โ no current
Sequence per Red Cross / RLSS / ILSF
Extend pole, branch, arm โ stay on land
Toss ring buoy, rope, floating object
Use boat, paddleboard โ wear PFD
Never swim to victim unless trained
Fixed sequence. Never reorder. Source: Red Cross Water Safety, RLSS UK, ILSF Drowning Prevention.
Personal Best
() => { const pb = personalBest(); if (!pb) return "โ"; const secs = (pb / 1e3).toFixed(1); return `${secs}s`; }
Drills This Season
() => { const count = localStorage.getItem(KEY_SEASON_DRILLS); return count ? parseInt(count, 10) : 0; }
Current Streak
() => { const s = localStorage.getItem(KEY_STREAK); return s ? parseInt(s, 10) : 0; } days