.nn-full-hook {
  --red: var(--st-burgundy, #8f0e2d);
  background: transparent !important;
}

.hook-film {
  background: transparent;
}

.hook-void {
  z-index: 5;
  animation:
    voidRush 2.75s cubic-bezier(.2, .8, .2, 1) both,
    voidFade .42s ease 2.68s forwards;
}

.hook-door {
  z-index: 4;
}

@keyframes voidFade {
  to { opacity: 0; }
}
