Index: src/views/partials/chrome.ejs
===================================================================
--- src/views/partials/chrome.ejs	(revision 79bba6ed878137279a125184fc81941c85d79a2b)
+++ src/views/partials/chrome.ejs	(revision 0beafed469967502ffbc1e790b4d61eb9c909cac)
@@ -19,5 +19,9 @@
 var hubLanding = (typeof bodyClass === 'string' && bodyClass.indexOf('on-hub') >= 0)
    || ((typeof tenancy !== 'undefined' && tenancy === 'hub') && !siteUrlBase && !_isAdmin);
-var _headerless = hubLanding || _isChat;
+// Zelfstandige premium-feature-pagina's hebben hun eigen kop → geen profielkop/
+// switcher, wél de topnav (Robin 2026-06-18: "bovenste weg, behoud de nav").
+var _featurePage = typeof bodyClass === 'string' &&
+  ['on-epk', 'on-download', 'on-linkbio', 'on-shows', 'on-newsletter'].some(function (c) { return bodyClass.indexOf(c) >= 0; });
+var _headerless = hubLanding || _isChat || _featurePage;
 %>
 <div id="pcms-chrome"<% if (typeof oob !== 'undefined' && oob) { %> hx-swap-oob="true"<% } %>>
