/* Keep the generated scene as a normal background while the existing
   procedural pixel orb remains visible above it. The inline server guard
   mirrors these rules so the source ring artwork never flashes first. */
main[aria-label="Kimi careers scenes"],
main[data-xh-scene="hero"] {
  background-color: #090d14 !important;
  background-image: url("/assets/scenes/hero/bg-bazi-hero.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* The original hero image lived inside the content layer and relied on a
   transparent hole for the orb. The replacement is painted on main instead. */
main[aria-label="Kimi careers scenes"] img[src*="/assets/scenes/hero/bg-hero.png"],
main[aria-label="Kimi careers scenes"] img[src*="/assets/scenes/hero/bg-bazi-hero.png"],
main[data-xh-scene="hero"] img[src*="/assets/scenes/hero/bg-hero.png"],
main[data-xh-scene="hero"] img[src*="/assets/scenes/hero/bg-bazi-hero.png"] {
  display: none !important;
}
