diff --git a/deploy/unraid/geointel-icon.png b/deploy/unraid/geointel-icon.png
index a1ba3450..3284db52 100644
Binary files a/deploy/unraid/geointel-icon.png and b/deploy/unraid/geointel-icon.png differ
diff --git a/deploy/unraid/geointel-icon.svg b/deploy/unraid/geointel-icon.svg
index 46084f65..4139a1d6 100644
--- a/deploy/unraid/geointel-icon.svg
+++ b/deploy/unraid/geointel-icon.svg
@@ -1,20 +1,6 @@
diff --git a/docs/CODEX_EXECUTION_LOG.md b/docs/CODEX_EXECUTION_LOG.md
index e33c02ab..02755a12 100644
--- a/docs/CODEX_EXECUTION_LOG.md
+++ b/docs/CODEX_EXECUTION_LOG.md
@@ -11289,3 +11289,18 @@ Validation:
- frontend TypeScript check and production build: passed;
- frontend dependency audit: zero vulnerabilities at the high threshold;
- React review: named isolated component, derived configuration, no new state/effects, decorative content hidden from assistive technology.
+
+## 2026-07-26 - GeoIntel and ITWorx brand system
+
+Implemented:
+
+- replaced the former letter-based and mountain icons with one original GeoIntel Atlas mark combining a geographic lens, contour lines, compass direction and a measured location point;
+- applied the same source mark to the workbench rail, mobile header, landing header, SVG favicon, PNG browser fallback, Apple touch icon and Unraid application icon;
+- added the approved ITWorx.tech wordmark as a restrained maker signature in the workbench rail and public landing footer, explicitly crediting Jens without competing with the GeoIntel product identity;
+- kept the product icon vector-native for crisp rendering from favicon to server tile and generated matching PNG derivatives from that canonical SVG.
+
+Validation:
+
+- visually inspected the canonical 512 px render and the 32 px favicon derivative;
+- verified desktop and mobile landing-page renders with the new GeoIntel and ITWorx assets present, meaningful page content and no Vite error overlay; expected API 500 responses remained limited to the absent local backend;
+- React review confirmed named, isolated brand components and accessible decorative versus meaningful image semantics.
diff --git a/docs/TODO.md b/docs/TODO.md
index 0c2a5034..3befe644 100644
--- a/docs/TODO.md
+++ b/docs/TODO.md
@@ -890,3 +890,11 @@ This file now starts with the current implementation status. Older preparation/b
selection-size budgets.
- [ ] Provision additional national-scale baseline datasets before exposing
more overview themes; do not synthesize regional detail at national scale.
+
+# Sprint 226 - GeoIntel and ITWorx brand system
+
+- [x] Replace the legacy GI/mountain artwork with a distinctive atlas and location mark.
+- [x] Use one canonical SVG across in-product branding and the browser favicon.
+- [x] Generate matching 32 px, Apple touch and Unraid PNG derivatives.
+- [x] Add the approved ITWorx.tech identity as a subtle Jens maker signature.
+- [ ] Revisit alternative lockups only when an approved GeoIntel brand guide exists.
diff --git a/frontend/index.html b/frontend/index.html
index 11e268a1..df3e5127 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -4,6 +4,8 @@
+
+
GeoIntel
diff --git a/frontend/public/geointel-icon-180.png b/frontend/public/geointel-icon-180.png
new file mode 100644
index 00000000..3fc0c3a7
Binary files /dev/null and b/frontend/public/geointel-icon-180.png differ
diff --git a/frontend/public/geointel-icon-32.png b/frontend/public/geointel-icon-32.png
new file mode 100644
index 00000000..15e2f986
Binary files /dev/null and b/frontend/public/geointel-icon-32.png differ
diff --git a/frontend/public/geointel-icon.png b/frontend/public/geointel-icon.png
index a1ba3450..3284db52 100644
Binary files a/frontend/public/geointel-icon.png and b/frontend/public/geointel-icon.png differ
diff --git a/frontend/public/geointel-icon.svg b/frontend/public/geointel-icon.svg
index 46084f65..32a026fa 100644
--- a/frontend/public/geointel-icon.svg
+++ b/frontend/public/geointel-icon.svg
@@ -1,20 +1,27 @@
diff --git a/frontend/public/itworx-wordmark.png b/frontend/public/itworx-wordmark.png
new file mode 100644
index 00000000..d69f7b4e
Binary files /dev/null and b/frontend/public/itworx-wordmark.png differ
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 12d18106..d7483259 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -812,7 +812,7 @@ function WorkbenchApp({ username, loggingOut, onLogout }: WorkbenchAppProps): JS