/* Reference backdrop follows the same contain geometry as the approved robot. */
.hero .hero-sage-panel {
  clip-path: none;
  background: linear-gradient(90deg, transparent, rgb(215 223 203 / 48%));
}
.hero .hero-visual::before {
  inset: 0;
  filter: none;
  background: url("hero-reference.svg") center / contain no-repeat;
  -webkit-mask-image: none;
  mask-image: none;
  pointer-events: none;
}
