/* Deliberate, cinematic home-page fly-by overrides. */
.web-intro-missile{
  width:clamp(280px,36vw,500px);
  filter:drop-shadow(0 16px 13px rgba(0,0,0,.5));
  animation-duration:3.3s;
  animation-timing-function:cubic-bezier(.2,.7,.32,1);
}
.web-intro-missile img{position:relative;z-index:1;display:block;width:100%;height:auto;transform:scaleY(1.12)}
.web-intro-brand{animation-delay:3.25s}
.web-intro-brand i{animation-delay:3.62s}
.web-intro-brand small{margin-top:14px;color:#9eb9c6;font:500 10px 'DM Sans',sans-serif;letter-spacing:.08em}.web-intro-brand small b{color:#f2f6f7;font-weight:700}
@media(max-width:600px){
  .web-intro-missile{top:46%;width:min(92vw,400px);animation-name:web-intro-flyby-mobile}
  .web-intro-brand{max-width:100%;padding-inline:18px}
  .web-intro-brand strong{font-size:clamp(58px,19vw,90px);white-space:nowrap}
  .web-intro-brand span{font-size:8px;letter-spacing:.19em}
  .web-intro-grid{background-size:34px 34px}
}
@keyframes web-intro-flyby-mobile{
  0%{transform:translate(-130%,-50%) scale(.82)}
  60%{transform:translate(calc(50vw - 50%),-50%) scale(1)}
  100%{transform:translate(140vw,-50%) scale(.88)}
}
