// Prodz — Production discovery:
// · AllProductions — vertical overview opened from "Vedi tutte"
// · DetailProduction — full-screen, reel-style. Horizontal carousel of the
// production's media followed by its related Set Moments (framed in gold to
// stand apart). Scroll down anywhere → next production. A persistent bottom
// bar (Crew · Gear · Commenti · Set Moment) opens a pull-up sheet; "Set
// Moment" scrolls the carousel to where the moments begin. A translucent
// search + filters bar floats on top.
// ---------- "Vedi tutte" → vertical overview of every production ----------
function AllProductions() {
const { L } = useL();
const nav = useNav();
const { Tag } = window.ProdzDesignSystem_d0b87b;
return (
{L('Tutte le produzioni', 'All productions')}
{L('Tocca una produzione per aprirla a tutto schermo.', 'Tap a production to open it full-screen.')}