/* Container-only hover lift (no inner image zoom) */
.nao-cardify { position: relative; transition: transform .2s ease, box-shadow .2s ease; will-change: transform; }
.nao-cardify:hover, .nao-cardify:focus-within { cursor: pointer; }
.nao-cardify--hover:hover, .nao-cardify--hover:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}
/* intentionally no img transform here */
