@media (min-width:901px) {
  main > section:not(.hero) {
    --motion-boundary-clip:0%;
  }

  main > section:not(.hero)::before {
    clip-path:inset(0 var(--motion-boundary-clip,0%) 0 0);
  }

  #help-center {
    --motion-post-hero-clip:0%;
  }

  #help-center::after {
    clip-path:inset(0 var(--motion-post-hero-clip,0%) 0 0);
  }

  .result-grid,
  .statement-cards {
    --motion-grid-top-clip:0%;
    --motion-grid-axis-progress:1;
  }

  .result-grid::before,
  .statement-cards::before {
    clip-path:inset(0 var(--motion-grid-top-clip,0%) 0 0);
  }

  .result-item:not(:last-child)::after,
  .statement-card:not(:last-child)::after {
    transform:scaleY(var(--motion-grid-axis-progress,1));
    transform-origin:top center;
  }

  .same-section-transition,
  .answer-retro {
    --motion-local-line-clip:0%;
  }

  .same-section-transition::before,
  .answer-retro::before {
    clip-path:inset(0 var(--motion-local-line-clip,0%) 0 0);
  }

  .flow-branch {
    --motion-branch-input-progress:1;
    --motion-branch-line-clip:0%;
    --motion-branch-axis-progress:1;
  }

  .flow-branch::after {
    transform:scaleY(var(--motion-branch-input-progress,1));
    transform-origin:top center;
  }

  .flow-branch::before {
    clip-path:inset(0 var(--motion-branch-line-clip,0%) 0 0);
  }

  .flow-outcome::before {
    transform:scaleY(var(--motion-branch-axis-progress,1));
    transform-origin:top center;
  }
}
