feat: add people detail page with linked filmography
- Add /people/$personId/$personName route with hero, biography,
known-for highlights, and paginated filmography grid
- Create usePersonDetails and usePersonFilmography hooks
- Add buildPersonUrl and buildPersonPageMeta utilities
- Update PersonGrid to link each cast/crew card to person pages
- Use ActionableMediaCard for watch/list actions on filmography items