Create a two-tone duotone effect using CSS blend modes.
.duotone { filter: grayscale(100%) contrast(1.2); background: linear-gradient(#0f172a, #f59e0b); background-blend-mode: multiply; }