/* V140 — brand-copy pass and matrix cursor correction */
@media (hover:hover) and (pointer:fine) {
  .project-matrix__cell,
  .project-matrix__cell:hover,
  .project-matrix__cell:active,
  .project-matrix__cell:focus-visible,
  .project-hero-reveal__cell,
  .project-hero-reveal__cell:hover,
  .project-hero-reveal__cell:active,
  .project-hero-reveal__cell:focus-visible {
    cursor: url("assets/ui/morphd-field-cursor.svg") 16 16, default !important;
  }
}
@media (hover:none), (pointer:coarse) {
  .project-matrix__cell,
  .project-hero-reveal__cell { cursor: auto !important; }
}
