/* === Intro Visibility Fix (v18) — Printable3D === */
.theme-halloween .hero,
.theme-halloween .intro,
.theme-halloween .intro-text,
.theme-halloween .hero-content,
.theme-halloween .hero__content,
.theme-halloween .lead,
.theme-halloween .tagline,
.theme-halloween .subtitle,
.theme-halloween .pitch,
.theme-halloween .pitch-text {
  position: relative;
  z-index: 1000;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}