.hero-overlay { background: linear-gradient(180deg, rgba(10,10,10,0) 0%, rgba(10,10,10,0.8) 70%, rgba(10,10,10,1) 100%); }

@keyframes growUp { from{transform:scaleY(0);transform-origin:bottom} to{transform:scaleY(1);transform-origin:bottom} }
.bar-in { animation: growUp .8s ease-out forwards; }
