.st-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--st-line);border:1px solid var(--st-line)}.st-product-card{background:var(--st-panel-2);min-width:0}.st-product-card__image{display:block;aspect-ratio:4/3;overflow:hidden;background:#0d0f13}.st-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1);filter:grayscale(.1) contrast(1.05)}.st-product-card:hover img{transform:scale(1.06)}.st-product-card__body{padding:24px}.st-product-card__category{font:500 10px var(--st-mono);color:var(--st-gold);text-transform:uppercase;letter-spacing:.1em}.st-product-card h3{font-size:28px;margin:8px 0}.st-product-card h3 a{color:var(--st-flame);text-decoration:none}.st-product-card p{font-size:13.5px;min-height:44px}.st-product-card__specs{display:flex;gap:18px;border-top:1px solid var(--st-line);padding-top:14px;margin:16px 0}.st-product-card__specs span{font:500 10px var(--st-mono);color:var(--st-paper-dim)}.st-product-card__specs b{display:block;color:#52616f);font-size:13px}.st-product-archive{padding-bottom:100px}.st-filter-bar{position:sticky;top:76px;z-index:80;background:var(--st-panel);border-bottom:1px solid var(--st-line);padding:14px 0;margin-bottom:70px}.st-filter-row{display:flex;gap:10px;overflow-x:auto}.st-filter-row button{border:1px solid var(--st-line);background:transparent;color:#fff;padding:9px 15px;font:500 11px var(--st-mono);text-transform:uppercase;white-space:nowrap;cursor:pointer}.st-filter-row button:hover,.st-filter-row button.is-active{background:var(--st-flame);border-color:var(--st-flame);color:var(--st-paper)}.st-product-card.is-hidden{display:none}