Three disposable Astro pages that consume v1's compiled CSS via real page structure. Side-by-side compare against the listed v1 page in production.
_layouts/default.html).
_layouts/post.html nested in _layouts/blog.html).
_layouts/work.html).
/assets/css/ and fonts at /assets/fonts/. Astro Phase 1 vendored CSS into /css/ only. The compiled fontello.css and font-awesome.css use a ../fonts/… relative path, which resolves to /fonts/ on Astro. /fonts/ doesn't exist yet, so icons (e.g. the hamburger, the prev/back/next icons on the work page) render as missing-glyph boxes. Phase 3 decision surfaced.style.css references ../images/@stock/… backgrounds for customer/socials/member sections. /images/ doesn't exist on Astro yet. Plan §6 option A leaves the bulk asset tree on Rochen — Phase 3 decides the path strategy (mirror /assets/ or flatten)./assets/images/AELogoWhiteOnly-sm.png path is hard-coded into the header markup. Logo won't render until Phase 3 ports the small set of header/UI images per §6 option A.