.stacked-gallery{padding:8rem 0;background-color:#f8fafc;overflow:visible}.stacked-gallery__container{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 5rem}.stacked-gallery__card{position:sticky;top:6rem;height:500px;margin-bottom:2rem;transform-origin:center top;transition:transform .3s ease}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.stacked-gallery__card-inner{display:grid;grid-template-columns:1fr;gap:2rem;height:100%;background-size:200% 200%;animation:gradientShift 10s ease infinite;color:#fff;padding:2rem;border-radius:2rem;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:1px solid hsla(0,0%,100%,.1)}@media (min-width:768px){.stacked-gallery__card-inner{grid-template-columns:1.2fr 1fr;padding:0}}.stacked-gallery__card-image{position:relative;height:300px;border-radius:1.5rem;overflow:hidden}@media (min-width:768px){.stacked-gallery__card-image{height:100%;border-radius:0;order:2}}.stacked-gallery__card-img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1)}.stacked-gallery__card:hover .stacked-gallery__card-img{transform:scale(1.05)}.stacked-gallery__card-content{display:flex;flex-direction:column;justify-content:center;padding:1rem}@media (min-width:768px){.stacked-gallery__card-content{padding:4rem;order:1}}.stacked-gallery__card-platform{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;opacity:.8}.stacked-gallery__card-description{font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:3rem;max-width:40ch}.stacked-gallery__stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:auto;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}.stacked-gallery__stat-number{display:block;font-size:2.5rem;font-weight:900;margin-bottom:.25rem}.stacked-gallery__stat-label{font-size:.875rem;opacity:.7}