.op-wall{padding:60px 0 0;font-family:var(--op-b);color:var(--op-ink)}
.op-wall-head{max-width:1120px;margin:0 auto;padding:0 22px;box-sizing:border-box}
.op-wall-head h2{font-family:var(--op-d);font-weight:700;font-size:36px;letter-spacing:-.03em;line-height:1.02;margin:0;color:var(--op-ink)}
.op-wall-sub{color:var(--op-ink2);font-size:15px;margin:10px 0 0}
.op-wall-cta{display:inline-flex;align-items:center;gap:10px;margin-top:16px;padding:10px 16px 10px 10px;border-radius:999px;background:var(--op-ink);color:#fff!important;text-decoration:none;font:700 13px/1 var(--op-d)}
.op-wall-cta i{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}
.op-wall-cta svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:2;color:#fff}
.op-wall-rows{display:grid;gap:10px;margin-top:24px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.op-wall-row{overflow:hidden}
.op-wall-track{display:flex;gap:10px;width:max-content;animation:op-wall 60s linear infinite}
.op-wall-row.rev .op-wall-track{animation-direction:reverse;animation-duration:70s}
.op-wall-rows:hover .op-wall-track,.op-wall-rows.hold .op-wall-track{animation-play-state:paused}
@keyframes op-wall{to{transform:translateX(-50%)}}
.op-wt{position:relative;display:block;height:250px;border-radius:16px;overflow:hidden;background:#111;flex:0 0 auto;text-decoration:none}
.op-wt img{height:100%!important;width:auto!important;aspect-ratio:4/5;object-fit:cover;display:block;transition:transform .6s}
.op-wt.vid video{height:100%;aspect-ratio:9/16;object-fit:cover;display:block}
.op-wt::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.55));pointer-events:none}
.op-wt-h{position:absolute;left:10px;bottom:10px;z-index:2;color:#fff;font:700 11.5px/1 var(--op-d);display:flex;align-items:center;gap:5px}
.op-wt-h::before{content:"";width:14px;height:14px;border-radius:4px;border:1.6px solid #fff;box-sizing:border-box}
.op-wt-play{position:absolute;right:10px;top:10px;z-index:2;width:22px;height:22px;border-radius:50%;background:rgba(10,10,10,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.op-wt-play::before{content:"";position:absolute;left:8px;top:6px;border-left:8px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}
.op-wall-row.rev .op-wt{height:210px}
.op-wt:hover img{transform:scale(1.04)}
@media (min-width:900px){.op-wall{padding-top:96px}.op-wall-head{padding:0 40px;display:grid;grid-template-columns:1fr auto;column-gap:40px;align-items:end}.op-wall-head h2{font-size:48px}.op-wall-cta{grid-column:2;grid-row:1/span 3;align-self:end}.op-wt{height:360px}.op-wall-row.rev .op-wt{height:300px}.op-wall-rows{margin-top:36px;gap:14px}.op-wall-track{gap:14px}}
@media (prefers-reduced-motion:reduce){.op-wall-track{animation:none}.op-wall-row{overflow-x:auto}}
