.fan-cards {
    position: relative;
    width: 100%;
    min-height: 640px;
}

/* Outer: GSAP controls position + rotation */
.fan-cards__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(300px, 62%);
    will-change: transform, opacity;
}

/* Middle: GSAP controls wobble, carries the shadow */
.fan-cards__inner {
    width: 100%;
    filter: drop-shadow(0 14px 36px rgba(0, 0, 0, 0.5));
    will-change: transform;
}

/* Inner: SVG mask clips the image */
.fan-cards__card {
    width: 100%;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 341 178' preserveAspectRatio='none'%3E%3Cpath d='M12.2815 1.11582C12.2815 1.11582 202.714 0.890179 228.081 0.211566C253.448 -0.467045 327.581 0.66454 330.215 1.11582C332.849 1.5671 340.758 1.11582 340.758 21.4742C340.758 41.8326 339.441 96.1213 340.099 98.8359C340.756 101.551 341.747 143.398 340.099 156.065C339.039 164.209 339.071 168.519 339.226 170.558C339.362 172.324 338.235 174.033 336.197 175.115C333.605 176.489 329.021 177.774 320.99 177.553C304.516 177.1 227.421 176.875 224.127 177.328C220.834 177.781 131.878 178.459 111.45 177.553C91.0223 176.647 51.1577 176.196 36.3317 176.875C21.5058 177.553 10.3047 178.006 8.32795 177.328C6.35115 176.649 -0.896276 178.006 0.0921225 162.624C1.08052 147.241 4.703 71.6913 3.38596 52.6903C2.06892 33.6891 4.37436 26.4501 3.7146 22.6057C3.05485 18.7614 1.73781 0.662843 12.2815 1.11582Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 341 178' preserveAspectRatio='none'%3E%3Cpath d='M12.2815 1.11582C12.2815 1.11582 202.714 0.890179 228.081 0.211566C253.448 -0.467045 327.581 0.66454 330.215 1.11582C332.849 1.5671 340.758 1.11582 340.758 21.4742C340.758 41.8326 339.441 96.1213 340.099 98.8359C340.756 101.551 341.747 143.398 340.099 156.065C339.039 164.209 339.071 168.519 339.226 170.558C339.362 172.324 338.235 174.033 336.197 175.115C333.605 176.489 329.021 177.774 320.99 177.553C304.516 177.1 227.421 176.875 224.127 177.328C220.834 177.781 131.878 178.459 111.45 177.553C91.0223 176.647 51.1577 176.196 36.3317 176.875C21.5058 177.553 10.3047 178.006 8.32795 177.328C6.35115 176.649 -0.896276 178.006 0.0921225 162.624C1.08052 147.241 4.703 71.6913 3.38596 52.6903C2.06892 33.6891 4.37436 26.4501 3.7146 22.6057C3.05485 18.7614 1.73781 0.662843 12.2815 1.11582Z'/%3E%3C/svg%3E");
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}

.fan-cards__card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

@media (max-width: 640px) {
    .fan-cards {
        min-height: 530px;
    }
}
