// Step 1 — region + gender selection and photo intake. Reuses the existing // UploadZone (kept in left-panel.jsx and exported on window). const REGIONS = ["Asia", "United States", "Turkey"]; const GENDERS = ["Female", "Male"]; const IntakeStep = ({ ctx }) => { const { state, set } = ctx; return (