@media (min-width: 761px) and (prefers-reduced-motion: no-preference) {
  html.contact-panel-transition .case-scene.case-scene--ai {
    position: sticky;
    z-index: 20;
    top: 0;
  }

  html.contact-panel-transition .contact-scene.scene {
    position: relative;
    z-index: 40;
    box-shadow: 0 -28px 70px rgba(12, 12, 12, 0.18);
  }

  html.contact-panel-transition .site-footer {
    position: relative;
    z-index: 40;
  }
}
