When should you use mix-blend-mode on images?
Use it when a separate overlay layer (solid color or gradient) should interact with photo luminance—hero darkening, brand tints, or duotone effects. Skip it when a simple rgba overlay without compositing is enough; blend modes add depth but require correct DOM structure (relative wrapper + absolute overlay).
