.hero-container{perspective:1000px}.hero-image{transition:all .6s cubic-bezier(.25,.46,.45,.94);will-change:transform,opacity,filter}.hero-image.transitioning{transform:scale(.98);opacity:.7}.hero-side-image{transition:all .6s cubic-bezier(.25,.46,.45,.94);will-change:transform,opacity,filter}.hero-side-image.transitioning{transform:translateY(2px) scale(.99);opacity:.6;filter:blur(2px)}.hero-main-image{transition:all .6s cubic-bezier(.25,.46,.45,.94);will-change:transform,opacity,filter}.hero-main-image.transitioning{transform:translateY(-4px) scale(1.02);opacity:.8;filter:brightness(1.05)}@keyframes slideProgress{0%{width:0}to{width:100%}}.progress-animation{animation:slideProgress 5s linear}.carousel-indicator{transition:all .4s cubic-bezier(.25,.46,.45,.94)}.carousel-indicator.active{animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1.1)}50%{transform:scale(1.2)}}.status-indicator{transition:all .3s ease}.status-indicator.auto-playing{animation:breathe 2s infinite}@keyframes breathe{0%,to{opacity:.6}50%{opacity:.9}}