/* A single, gentle opening movement; scale composes with scroll transforms. */
.motion-enabled .hero-image{animation:hero-photo-in 4.8s cubic-bezier(.2,.55,.35,1) both;will-change:transform,scale}
.motion-enabled .hero-content>h1{animation:none}
.hero-title-line{display:inline-block}
.motion-enabled .hero-title-line{animation:hero-title-in 1.35s cubic-bezier(.16,1,.3,1) both .12s}
.motion-enabled .hero-title-line.spectrum-text{animation-delay:.32s}
.motion-enabled .hero-description{animation-delay:.48s}
.motion-enabled .hero-content>.button{animation-delay:.58s}
@keyframes hero-photo-in{from{scale:1}to{scale:1.045}}
@keyframes hero-title-in{from{opacity:0;transform:translate3d(0,18px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
@media(prefers-reduced-motion:reduce){.hero-image,.hero-title-line{animation:none!important;scale:1;opacity:1;transform:none!important}}
