:root{--hero-ease-out:cubic-bezier(.22, 1, .36, 1);--hero-ease-in-out:cubic-bezier(.4, 0, .2, 1)}.hero-intro-pending [data-hero-hold]{opacity:0}[data-hero-word]{animation:hero-word-in .34s var(--hero-ease-out) both;animation-delay:var(--hero-at)}@keyframes hero-word-in{0%{opacity:0;filter:blur(10px)}to{opacity:1;filter:blur()}}@keyframes hero-fade-in{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}[data-hero-write]{clip-path:inset(-40% 110% -40% -15%);animation:hero-write .6s var(--hero-ease-in-out) both;animation-delay:calc(var(--hero-at) + .12s)}@keyframes hero-write{0%{clip-path:inset(-40% 110% -40% -15%)}to{clip-path:inset(-40% -15%)}}[data-hero-fade]{opacity:0;animation:hero-fade-in .5s var(--hero-ease-out) both;animation-delay:var(--hero-at)}@media (prefers-reduced-motion:reduce){[data-hero-word],[data-hero-write],[data-hero-fade]{opacity:1;clip-path:none;animation:none;transform:none}}
