.hero-name,.hero-about{animation:fadeInUp 0.6s ease-out both}.hero-name{animation-delay:0.05s}.hero-about{animation-delay:0.12s}.hub-card{animation:fadeInUp 0.5s ease-out both}.hub-card:nth-child(1){animation-delay:0.35s}.hub-card:nth-child(2){animation-delay:0.42s}.hub-card:nth-child(3){animation-delay:0.49s}.content-section{animation:fadeInUp 0.6s ease-out both;animation-delay:0.6s}.header-bar{animation:fadeIn 0.5s ease-out both}.site-footer{animation:fadeInUp 0.5s ease-out both;animation-delay:0.7s}@keyframes fadeInUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInDown{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero-name,.hero-about,.hub-card,.content-section,.header-bar,.site-footer{animation:none}}