# Site update v3 — Welcome dot, smaller cards, parallax topography, sticky scroll, hero polish Six changes land together. All in `protected/`. Server-side untouched. ## Files to replace | File | What changed | |---|---| | `protected/index.html` | Welcome dot added; card sizes reduced 15%; topography layer added (markup + CSS); hero padding reduced; hero-foot restructured (moved into left column, arrow points down) | | `protected/timeline.js` | Dot-nav click handler now supports `external-*` targets (Welcome routes back to `/`); `setActiveDot` skips external dots | | `protected/bifrost.js` | `cellSize` and `targetW` adjusted for the shrunk grid; topography SVG generator + parallax driver added; sticky-scroll velocity damping added for non-pinned scenes | ## Change-by-change ### 1. Welcome dot (nav position 1) - 8th dot, placed FIRST in the dot-nav (before Timeline). - On click, navigates to `/` — the entrance page. Since the user's session is still valid, they land on the welcome step with the "Learn more" button. - **Never shows as active** — even when scrolling `/timeline`, the Welcome dot stays in the default outlined state. It's a navigation link, not a section marker. - HTML: `