.home-hero{animation:.5s ease-out both hero-in}.hero-visual{justify-content:center;padding:1rem 0 1.5rem;display:flex;position:relative}.hero-image-shell{aspect-ratio:1;background:#f5f2ff;border-radius:2rem;place-items:center;width:min(100%,250px);display:grid;overflow:hidden}.hero-image-shell img{width:88%;height:auto}@keyframes hero-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.hero-visual{max-width:290px;margin:0 auto}}@media (prefers-reduced-motion:reduce){.home-hero{animation:none}}
