.hero-phone .flight-phase, .flight-cue { transition:opacity .5s ease,transform .5s ease; transition-delay:0s; }
.hero-phone .flight-phase.is-active { transition-delay:.5s; }
.hero-stage[data-phase="boarding"] .flight-cue[data-phase="boarding"],
.hero-stage[data-phase="airborne"] .flight-cue[data-phase="airborne"],
.hero-stage[data-phase="arrival"] .flight-cue[data-phase="arrival"] { transition-delay:.5s; }
.stage-caption { transition:opacity .5s ease; }
@media(prefers-reduced-motion:reduce) {
  .hero-phone .flight-phase, .hero .flight-cue, .hero .stage-caption { transition:none; transition-delay:0s; }
}
