/* Replay the established reveal on route entry, independent of observer timing. */
[data-hub-kind="solutions"]>div:last-child>p,[data-hub-kind="solutions"] h1,[data-hub-kind="solutions"] h1+div>p{animation:solutions-hero-reveal .9s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--reveal-delay,0ms)}
@keyframes solutions-hero-reveal{from{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){[data-hub-kind="solutions"]>div:last-child>p,[data-hub-kind="solutions"] h1,[data-hub-kind="solutions"] h1+div>p{animation:none;opacity:1;transform:none}}
