I need contour polygons from a raster which should be overlapping (no inner rings and therefore no gap when a polygon is displaced).

Additionally the contour polygons should be based on irregular intervals (e.g. -5, -2, 0, 2, 5, 10).
The contour tool of the Spatial Analyst toolbox has the option "COUNTOUR_SHELL_UP" to produce overlapping contour polygons (what I need🎉) but does not offer the possibility to input custom break values, only one constant contour interval value can be provided. In QGIS the GDAL contour utility offers the possibility to use irregular intervals for the contour polygons but then they don't have the possibility to let them overlap and one ends up with adjacent outer and inner rings.
Is there a possibility within the ESRI universe to derive overlapping contour polygons but based on custom intervals?