Relocates the toggle out of header actions into the end of .main-nav
(pushed right via margin-left:auto) and adds it to the ui-kit sidebar,
which uses the base layout without the site header.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Restore UI-kit dropdown (mega menu) lost during 11ty migration:
the block existed in index.html but not in components/menu.html,
sourced from commit 08bd969
- Fix absolute nav links (/catalog.html, /about.html, etc.) to
relative in header.njk and footer.njk for static file serving
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Set up 11ty with Nunjucks templates (src/ → _site/)
- Extract shared header and footer into partials — single source of truth
- Convert all 11 pages to .njk with front matter (layout, title, permalink)
- Add base/default/ui-kit layout chain
- Add custom JS element inspector (Alt+I) with Typography, Tokens and Styles panels
- Add CLAUDE.md with architecture overview and dev commands
- Add .claude/launch.json with dev server configs
- Add docs/elementor-token-handoff.md
- Add _site/ to .gitignore
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>