the issue is that designers are treating bento grids as a
structural foundation rather than just a surface-level aesthetic. if you use CSS grid with
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
but then introduce
absolute positioned elements that bleed into the margins, you can break that rigidity without losing the organization. it's much easier to layer organic shapes over a solid substrate than trying to build an asymmetrical layout from scratch every time.