/* Mild copy-protection deterrents (Phase 6) — hero art and agent portraits */
.ah-protect-img,
.job-card__face,
.deskmate-face,
.agent-profile__portrait img,
.agent-portrait,
.v10-brand__logo-img,
.ah-brand-logo {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: auto;
}

.job-card__face,
.deskmate-face,
.agent-portrait,
.agent-profile__portrait {
  position: relative;
}

.job-card__face::after,
.deskmate-face::after,
.agent-profile__portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='24' viewBox='0 0 120 24'%3E%3Ctext x='0' y='18' font-family='system-ui,sans-serif' font-size='11' fill='rgba(255,255,255,0.22)'%3EAgent Hunter%3C/text%3E%3C/svg%3E")
    center / 55% no-repeat;
  pointer-events: none;
  opacity: 0.85;
}

.v10-brand__logo-img,
.ah-brand-logo {
  -webkit-touch-callout: none;
}
