Project Overview
This portfolio is built to demonstrate engineering discipline, clean architectural boundaries, and deliberate problem solving. Rather than relying on heavy client-side frameworks or unstructured CMS blobs, the site leverages Astro v5 Content Collections, Tailwind CSS v4 CSS-first design tokens, and a strict verification suite.

Key Architecture Decisions
- Content-First SSG: Pages are pre-rendered at build time with 0kb client-side JavaScript by default.
- Specification-Driven: Every page is governed by an explicit Information Architecture specification inside
docs/plans/. - Automated Verification Suite: Code passes Prettier, ESLint, Astro typecheck, Playwright E2E tests, and axe-core accessibility audits on every change.