/* ============ Content protection ============ */
/* Disable text selection and image drag for non-interactive content.
   Form fields (search, modals, contact form) remain editable. */
.no-copy,
.no-copy *:not(input):not(textarea):not(select):not([contenteditable="true"]):not([contenteditable=""]) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-copy img,
.no-copy a,
.no-copy picture,
.no-copy svg {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
