.page-visual-strip{display:grid;grid-template-columns:repeat(8,1fr);gap:5px;padding:5px;background:#07111f;overflow:hidden}.page-visual-strip figure{margin:0;min-width:0;height:130px;overflow:hidden;border-radius:7px}.page-visual-strip img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1),filter .6s}.page-visual-strip figure:hover img{transform:scale(1.15);filter:saturate(1.4)}
.cursor-glow{position:fixed;width:280px;height:280px;border-radius:50%;pointer-events:none;z-index:48;transform:translate(-50%,-50%);background:radial-gradient(circle,color-mix(in srgb,var(--cyan) 15%,transparent),transparent 70%);mix-blend-mode:screen;opacity:.7}
@media(max-width:980px){.page-visual-strip{grid-template-columns:repeat(4,1fr)}.page-visual-strip figure{height:110px}}
@media(max-width:640px){.page-visual-strip{grid-template-columns:repeat(2,1fr)}.page-visual-strip figure{height:120px}}
