Index: src/views/shell.ejs
===================================================================
--- src/views/shell.ejs	(revision ec2e35814d6d03ed39c60de71b61b674fdcff9dd)
+++ src/views/shell.ejs	(revision 6224462ba081c001ea5cbd496e2465f52fedf411)
@@ -294,6 +294,8 @@
 <%- include('partials/footer') %>
 
-<!-- Mobile bottom-tab navigation (auto-hidden ≥768px) — niet op landing/auth -->
-<% if (!bareChrome) { %>
+<!-- Mobile bottom-tab navigation (auto-hidden ≥768px). Toont overal — óók op de
+     hub-landing (zodat mobiel altijd Home/Zoek/Inloggen heeft) — behalve op de
+     auth-focusschermen. -->
+<% if (!(typeof bodyClass === 'string' && bodyClass.indexOf('on-auth') >= 0)) { %>
 <%- include('partials/bottom-tab') %>
 <% } %>
