.hero-dish-main.has-video {
  background: #130704 !important;
}

.hero-dish-main.has-video::before {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.38), transparent 45%, rgba(235, 0, 41, 0.12)),
    radial-gradient(circle at 74% 42%, rgba(255, 120, 40, 0.18), transparent 24%) !important;
}

.hero-dish-main.has-video::after {
  z-index: 2;
  pointer-events: none;
}

.hero-fire-video {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 0.86;
  filter: saturate(1.12) contrast(1.08);
}

.hero-video-note {
  position: absolute !important;
  right: 20px !important;
  top: 20px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 4 !important;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  color: #fff4e4;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.hero-video-note::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #eb0029;
  box-shadow: 0 0 20px rgba(235, 0, 41, 0.85);
}

.hero-dish-main.has-video .visual-label {
  z-index: 4;
}

@media (max-width: 720px) {
  .hero-fire-video {
    object-position: center center !important;
  }

  .hero-video-note {
    right: 14px !important;
    top: 14px !important;
  }
}
