Learn about the isolation property, which creates new stacking contexts and controls blend mode scope.
.container {
isolation: isolate;
}
.blend-layer {
mix-blend-mode: multiply;
}
/* Isolation creates new stacking context */
/* Blend modes only affect elements within isolated group */