Issue #3218226: Fix Entity Clone with multiple layout_paragraphs refs
After upgrading Entity Clone to 2.1.0-beta1
, cloning nodes with more than one layout_paragraphs entity reference field could cause nested structures to break when using the change in !204 .
Refactor the parent UUID remapping logic into a service, ensuring correct delta mapping when multiple fields are present.
Closes #3528346