.is-showing-bespoke article,
.is-showing-off-the-shelf article,
.is-showing-personal article {
    display: none;
}
.is-showing-bespoke article.projects-bespoke,
.is-showing-off-the-shelf article.projects-off-the-shelf,
.is-showing-personal article.projects-personal {
    display: block;
}