│ ├── _headers # Cloudflare Pages headers (security/CSP)
│ └── api/cleanup.ts # Optional R2 media cleanup worker (secret-guarded)
│ ├── components/ # Reusable Astro components (Hero, CTA, FAQ…)
│ ├── content/ # Content collections (blog, docs, pages, services)
│ ├── i18n/ # Internationalisation utilities (routes, switcher, UI)
│ ├── layouts/ # Base layout with SEO, analytics, navigation
│ ├── lib/ # Shared libraries (analytics, images, SEO, site config)
│ ├── pages/ # Astro pages with locale routing (+ llms.txt, robots.txt, rss)
│ ├── styles/ # Global CSS and Tailwind layers
│ └── content.config.ts # Content collection schemas
├── .github/workflows/ # CI/CD workflows
├── astro.config.ts # Astro + Starlight + integrations config
├── wrangler.jsonc # Cloudflare Pages config (R2 binding)