@keyframes d-img-clear{0%{opacity:0;filter:blur(8px);transform:scale(1.04)}40%{opacity:1}to{opacity:1;filter:blur(0);transform:scale(1)}}@keyframes d-title-blur{0%{opacity:0;filter:blur(12px);transform:translateY(10px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes d-fade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hero-index-section .flex.gap-6,.hero-index-section h1,.hero-index-section p{opacity:0}.hero-index-section.hero-anim-ready>div:first-child img{animation:d-img-clear 3s cubic-bezier(.25,.1,0,1) .1s both}.hero-index-section.hero-anim-ready h1{animation:d-title-blur 1.6s cubic-bezier(.25,.1,0,1) .7s both}.hero-index-section.hero-anim-ready h1 span{display:block;animation:d-title-blur 1.6s cubic-bezier(.25,.1,0,1) 1s both}.hero-index-section.hero-anim-ready .flex.gap-6,.hero-index-section.hero-anim-ready p{animation:d-fade 1.2s ease 1.6s both}