.scroll-gallery{position:relative}.scroll-gallery__sticky{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;gap:clamp(24px,4.5vh,42px);overflow:hidden}.scroll-gallery__title{text-align:center;margin:0;padding:0 20px;font-size:clamp(1.75rem,4vw,3rem);font-weight:800;line-height:1.1;color:#161616}.scroll-gallery__track{display:flex;gap:24px;padding:0 7.5vw;will-change:transform}.scroll-gallery__card{flex:0 0 70vw;max-width:900px;border-radius:20px;background:#fafafa;box-shadow:0 4px 24px #0000000f;overflow:hidden;transition:transform .35s cubic-bezier(.25,.8,.25,1),box-shadow .35s cubic-bezier(.25,.8,.25,1)}.scroll-gallery__card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.scroll-gallery__image-wrap{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:20px 20px 0 0}.scroll-gallery__image-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .5s cubic-bezier(.25,.8,.25,1);display:block;pointer-events:none}.scroll-gallery__card:hover .scroll-gallery__image-wrap img{transform:scale(1.03)}.scroll-gallery__info{position:relative;padding:24px;overflow:hidden}.scroll-gallery__number{position:absolute;top:4px;right:16px;font-size:4rem;font-weight:900;line-height:1;color:#000;opacity:.06;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.scroll-gallery__name{font-size:1.35rem;font-weight:700;color:#1a1a1a;margin:0 0 4px;line-height:1.3}.scroll-gallery__brand{font-size:.9rem;font-weight:500;color:#999;margin:0;text-transform:uppercase;letter-spacing:.04em}@media (max-width: 768px){.scroll-gallery__track{gap:16px;padding:0 7.5vw}.scroll-gallery__card{flex:0 0 85vw;max-width:none}.scroll-gallery__info{padding:20px}.scroll-gallery__number{font-size:3rem}.scroll-gallery__name{font-size:1.15rem}}
