/* Homepage Hero handoff contract: keep the existing fade, remove the angled cut. */
html body main .sv-atomic-home .sv-atom-hero-section .sv-atom-hero__handoff {
  -webkit-clip-path: none !important;
  clip-path: none !important;
}
