/* Final 6 — stable WordPress interaction fixes. The custom cursor remains enabled. */
.cursor-dot {
  pointer-events: none !important;
  z-index: 2147482000 !important;
}

/* Keep decorative layers from stealing clicks from project controls. */
.project-media,
.project-media *,
.project-art,
.project-art *,
.project-index,
.project-tags,
.hero-art,
.hero-art *,
.line,
.hero-line,
.shell-line,
[data-decorative="true"] {
  pointer-events: none !important;
}

.project-row,
.project-copy {
  position: relative;
}

.project-copy {
  z-index: 40 !important;
  pointer-events: auto !important;
}

.project-copy button,
.project-page-nav button,
.project-page-outro button {
  position: relative;
  z-index: 50 !important;
  pointer-events: auto !important;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

/* The project case-study overlay must always sit above WordPress/admin layers. */
.project-page {
  z-index: 2147483000 !important;
  pointer-events: auto !important;
  overscroll-behavior: contain;
}

.project-page-nav {
  z-index: 2147483100 !important;
}
