/* Sneak-peek thumbnails */
.work-thumb{width:100%;aspect-ratio:16/9;background:#0b1220;border:1px solid #24304a;border-radius:12px;overflow:hidden;margin-top:10px}
.work-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.work-thumb:hover{filter:brightness(1.05)}
