.showcase{overflow:hidden}.showcase-wall{width:min(1200px,calc(100% - 48px));margin:44px auto 0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;height:min(72vh,660px);-webkit-mask-image:linear-gradient(180deg,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(180deg,transparent,#000 12%,#000 88%,transparent)}.sc-col{overflow:hidden}.sc-track{display:flex;flex-direction:column;will-change:transform}.sc-up .sc-track{animation:sc-marquee 38s linear infinite}.sc-down .sc-track{animation:sc-marquee 38s linear infinite reverse}.showcase-wall .sc-col:first-child .sc-track{animation-duration:42s}.showcase-wall .sc-col:nth-child(2) .sc-track{animation-duration:34s}.showcase-wall .sc-col:nth-child(3) .sc-track{animation-duration:48s}@keyframes sc-marquee{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.showcase-wall:hover .sc-track{animation-play-state:paused}.sc-card{margin-bottom:18px;border-radius:16px;overflow:hidden;border:1px solid var(--line);background:var(--panel);box-shadow:0 12px 34px rgba(0,0,0,.28);transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease}.sc-card:hover{transform:scale(1.03);box-shadow:0 20px 50px rgba(0,0,0,.4)}.sc-card img{display:block;width:100%;height:auto}@media (max-width:760px){.showcase-wall{grid-template-columns:repeat(2,1fr);height:540px}.showcase-wall .sc-col:nth-child(3){display:none}}@media (prefers-reduced-motion:reduce){.sc-track{animation:none!important}.showcase-wall{height:auto;mask-image:none;-webkit-mask-image:none}}