Index: src/assets/css/audio.css
===================================================================
--- src/assets/css/audio.css	(revision abdcf3302cfa9320f287ba1d993dece88a8ef830)
+++ src/assets/css/audio.css	(revision d2b7247f5942df285d4b4ff6d5104c5e8df5772e)
@@ -1,3 +1,3 @@
-/* PrutCMS v10 — Audio CSS
+/* Klonkt — Audio CSS
    Two pieces:
      1. .post-audio-track — the play-button block inserted by [[track:id]] shortcode
Index: src/assets/css/style.css
===================================================================
--- src/assets/css/style.css	(revision abdcf3302cfa9320f287ba1d993dece88a8ef830)
+++ src/assets/css/style.css	(revision d2b7247f5942df285d4b4ff6d5104c5e8df5772e)
@@ -54,5 +54,5 @@
 }
 
-/* PrutCMS publieke stijl — editorial-ish, geen emoji-UI */
+/* Klonkt publieke stijl — editorial-ish, geen emoji-UI */
 
 :root {
Index: src/db/migrations/001-init.sql
===================================================================
--- src/db/migrations/001-init.sql	(revision abdcf3302cfa9320f287ba1d993dece88a8ef830)
+++ src/db/migrations/001-init.sql	(revision d2b7247f5942df285d4b4ff6d5104c5e8df5772e)
@@ -1,5 +1,5 @@
--- PrutFolio v1 — initial schema
--- Forked from PrutCMS v9 (PHP, file-based) → SQLite/Node
--- Complete schema with v9 features (Prutter, Forum, Audio, Themes) + v10 CRDT
+-- Klonkt — initial schema
+-- Forked from a v9 PHP, file-based CMS → SQLite/Node
+-- Complete schema with the v9 features (Forum, Audio, Themes) + v10 CRDT
 
 -- ==================== USERS ====================
Index: src/views/partials/bottom-tab.ejs
===================================================================
--- src/views/partials/bottom-tab.ejs	(revision abdcf3302cfa9320f287ba1d993dece88a8ef830)
+++ src/views/partials/bottom-tab.ejs	(revision d2b7247f5942df285d4b4ff6d5104c5e8df5772e)
@@ -4,8 +4,7 @@
 // Tabs:
 //   logged-out:  Home · Zoek · Inloggen        (3 tabs)
-//   logged-in:   Home · Zoek · [Plus] · [Prutter] · Profiel
+//   logged-in:   Home · Zoek · [Plus] · Profiel
 //   The Plus tab is a FAB-style center action (accent bg, slightly raised).
 //   It only appears for users with create-post permission.
-//   Prutter only appears when the site has DMs enabled.
 
 const _siteUrlBase = (typeof siteUrlBase !== 'undefined' && siteUrlBase) ? siteUrlBase : '';
Index: src/views/partials/chrome.ejs
===================================================================
--- src/views/partials/chrome.ejs	(revision abdcf3302cfa9320f287ba1d993dece88a8ef830)
+++ src/views/partials/chrome.ejs	(revision d2b7247f5942df285d4b4ff6d5104c5e8df5772e)
@@ -11,6 +11,6 @@
 //
 //   _isAuth     → focus-scherm (in/uitloggen): helemaal geen chrome.
-//   _headerless → hub-homepagina én de Prutter-chat: WÉL de mini topnav-balk,
-//                 GEEN profielkop (hub: hero = header; chat: full-height view).
+//   _headerless → hub-homepagina én full-height views: WÉL de mini topnav-balk,
+//                 GEEN profielkop (hub: hero = header).
 //   anders      → topnav + profielkop (+ view-switcher buiten admin).
 var _isAdmin   = typeof bodyClass === 'string' && bodyClass.indexOf('on-admin') >= 0;
Index: src/views/partials/topnav.ejs
===================================================================
--- src/views/partials/topnav.ejs	(revision abdcf3302cfa9320f287ba1d993dece88a8ef830)
+++ src/views/partials/topnav.ejs	(revision d2b7247f5942df285d4b4ff6d5104c5e8df5772e)
@@ -9,5 +9,5 @@
 // Desktop (≥768px):
 //   - Full v9 masthead: brand left, action row right
-//     (Archief / Search / Install / Theme / Prutter / User-menu).
+//     (Archief / Search / Install / Theme / User-menu).
 //   - bottom-tab is hidden via CSS, so all nav must live here.
 
