.achievement-mask-wrapper {
    position: relative;
    width: 100%;
    /* Start with a small circular mask */
    clip-path: circle(20% at 50% 50%);
    overflow: hidden;
}

.achievement-content-wrapper {
    /* Base scale for the grow effect */
    transform: scale(1.1);
    transition: none;
    /* Let GSAP handle it */
}