The studio's own site: a single page application with a 3D scene, two languages, and a content security policy with no 'unsafe-inline'.

The shop window and the first commercial contact. Built with Vite and React, running on Cloudflare Pages, shaped almost entirely by two constraints: it has to be readable by search engines despite being a SPA, and it must load nothing before the visitor has decided about cookies. The first is solved at the edge of the network, rewriting the head of each route before the page starts; the second with a consent banner hosted inside the bundle and analytics tags left as inert text until consent arrives.

