/* Preview deterrents only. Paid files require server-side purchase verification. */
.art-half, .product-visual, .hero-photo-frame {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.art-half img, .product-visual > img, .hero-photo {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.art-half::after, .product-visual::after, .hero-photo-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url('assets/preview-watermark.svg') 50% 50% / 210px 126px repeat;
  pointer-events: none;
}
.product-visual::after { background-size: 250px 150px; }
.cart-item .art-half::after { background-size: 105px 63px; }
@media (prefers-reduced-motion: reduce) {
  .art-half img { transition: none; }
}
