Problem
A .absolute w-96 h-96 bg-py-blue/10 rounded-full element extends to right:478px on a 375px viewport. No horizontal scroll today (parent clips), cosmetic only, but the decorative layer isn't constrained.
Fix
Ensure overflow-hidden on the hero wrapper or constrain the blob with max-w.
File: layouts/partials/hero.html
Found by /seo audit (visual), 2026-05-29.
Problem
A
.absolute w-96 h-96 bg-py-blue/10 rounded-fullelement extends to right:478px on a 375px viewport. No horizontal scroll today (parent clips), cosmetic only, but the decorative layer isn't constrained.Fix
Ensure
overflow-hiddenon the hero wrapper or constrain the blob withmax-w.File:
layouts/partials/hero.htmlFound by /seo audit (visual), 2026-05-29.