Lift on grab
Raise and tilt the item on pointer-down so the held object separates from the surface.
Switch the cursor to grabbing, set touch-action to none so the page does not scroll instead, and mirror the state for keyboard-initiated moves.
cursor: grab;
&:active { cursor: grabbing; transform: scale(1.04) rotate(-1.5deg); }