Overview
Marketing site for a full-service communication agency, brand strategy, creative direction, digital, content, and more.
Built with Astro and Bulma CSS, statically generated and dependency-light.
Features
- Multi-page site: Home, About, Blog, Contact.
- Dark / light mode: toggle in the navbar; preference persisted in localStorage and honors the OS prefers-color-scheme on first visit.
- SPA page transitions: <ClientRouter /> provides client-side navigation with a soft fade.
- Blog with content collections: posts written in Markdown with typed frontmatter (src/content/blog/).
- Accessibility: skip link, semantic landmarks and headings, aria-current on the active nav item, visible :focus-visible outlines, prefers-reduced-motion support, form labels + required/autocomplete attributes.







