Browse all {films.length} films
{/* Strand tabs — no border-radius */}
{wnOrder.filter(s => films.some(fl => fl.strand === s)).map(s => {
const active = s === featStrand;
const nsc = WN_STRAND_COLORS[s];
const n = films.filter(fl => fl.strand === s).length;
return (
);
})}
{/* Arrows (circular nav controls — intentionally round) */}