diff --git a/CLAUDE.md b/CLAUDE.md
index 8334000..2497aca 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -1,107 +1,89 @@
# CLAUDE.md
-This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
+This file provides guidance to Claude Code when working with code in this repository.
## Project Overview
-This is a static marketing website for Quantum Tasks AI, built with HTML/CSS/JavaScript and deployed using Docker/nginx. The site is containerized for deployment via Dokploy with Traefik reverse proxy handling SSL and routing.
+Static marketing website for Quantum Tasks AI, served via nginx in Docker and deployed via Dokploy with Traefik for SSL and routing.
-## Architecture
+## File Structure
-### Core Structure
-- `index.html` - Main homepage with hero section, company profile, services overview, and integrated contact form
-- `digital-branding.html` - AI Digital Branding services page with SOSTAC+RACE framework
-- `css/style.css` - Consolidated stylesheet with responsive design and CSS custom properties
-- `js/script.js` - Interactive functionality for forms, navigation, and animations
-
-### Deployment Architecture
-- **Static Site**: Served via nginx in Docker container
-- **Container**: Alpine-based nginx image with optimized caching headers
-- **Orchestration**: Docker Compose with Traefik labels for automatic SSL/routing
-- **Platform**: Dokploy deployment with domains `quantumtaskai.com` and `www.quantumtaskai.com`
-
-## Development Commands
-
-This is a static website with no build process - files are served directly by nginx.
-
-### Local Development
-```bash
-# Serve locally with any static server
-python -m http.server 8000
-# or
-npx serve .
+```
+index.html — Homepage (dark navy hero, services, founders, contact)
+digital-branding.html — AI Digital Branding services page (SOSTAC+RACE)
+privacy.html — Privacy Policy
+terms.html — Terms of Service
+404.html — Custom 404 page
+header.js — Shared self-injecting header (loaded cross-domain)
+robots.txt — Search engine crawl instructions
+sitemap.xml — XML sitemap (4 pages)
+Dockerfile — nginx:alpine image
+docker-compose.yml — Production config with Traefik labels
+nginx.conf — nginx routing, caching headers, security headers, 404
+img/ — logo.png, favicon.ico, favicon-*.png, apple-touch-icon.png, og-image.png
```
-### Docker Development
+## Shared Header
+
+`header.js` is a self-injecting IIFE loaded by all Quantum Tasks AI apps:
+- Static site: `
-
-
- {% block content %}{% endblock %}
-
-
- {% block extra_scripts %}{% endblock %}
-