diff --git a/src/components/GestureOverlay.tsx b/src/components/GestureOverlay.tsx
index cd795bf..9eb04bc 100644
--- a/src/components/GestureOverlay.tsx
+++ b/src/components/GestureOverlay.tsx
@@ -24,8 +24,8 @@ export function GestureOverlay({ gesture, calibrationStatus, framingHint }: Prop
)}
{calibrationStatus === 'framing' && (framingHint
- ? `Fit inside the red box — ${framingHint}`
- : 'Fit your whole body inside the red box')}
+ ? `Stay above the red line — ${framingHint}`
+ : 'Stand so your whole body is above the red line')}
{calibrationStatus === 'waiting' && 'Hold still...'}
{calibrationStatus === 'calibrating' && 'Calibrating — hold still...'}
{calibrationStatus === 'pos-center' && 'Raise arms to start'}