Scroll / Spiral Design Suggestions

Hi Folks,
I’m working on creating a procedural version of the scroll design below. I’ve experimented with using polar coordinates to create spirals, but I’m having trouble finding a way elegantly create many spirals that smoothly branch off each other as in the design. I’m sure there’s a better way to do this than copy and pasting the spiral code repeatedly, but at the moment I’m not seeing it. Does anyone have any suggestions?

Harder than it looks. Hope somebody figures this out

You have to figure out a simple underlying pattern, like a polar grid, and create a process that receives one of those cells and some other parameters that you change radially. Then mirror + polar array.

I know once I figure the one out I can repeat it, but the trouble is getting the one.