@keyframes hero-intro{0%{opacity:0;transform:translateY(16px);filter:blur(10px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.hero-eyebrow{animation:hero-intro .9s cubic-bezier(.16,1,.3,1) .1s both}.hero-title{animation:hero-intro 1.1s cubic-bezier(.16,1,.3,1) .2s both}.hero-sub{animation:hero-intro 1.1s cubic-bezier(.16,1,.3,1) .4s both}.hero-cta{animation:hero-intro 1.1s cubic-bezier(.16,1,.3,1) .6s both}@keyframes hero-kenburns-b{0%{transform:scale(1.05) translate(0)}to{transform:scale(1.18) translate(-3%,-2%)}}.hero-photo-img-b{animation:hero-kenburns-b 25s ease-in-out .2s infinite alternate;will-change:transform}:where(main):has(.hero-title){font-size:16px}html:has(.hero-title){font-size:16px}html:has(.hero-title){scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){.hero-cta,.hero-eyebrow,.hero-photo-img-b,.hero-sub,.hero-title{animation:none!important;opacity:1;filter:none;transform:none}}