Masking and clipping are different
CSS masks use alpha or luminance to create partial visibility. For a simple hard geometric edge, clip-path can be simpler and cheaper.
Preview the real compositing context
Mask results depend on the element content beneath the mask. Verify the final effect over the actual page background and interaction states.