@charset "UTF-8";.products-hero-banner{background:var(--accent);padding:3.5rem 0 2.5rem;border-bottom:3px solid var(--primary)}.products-hero-banner h1{font-size:max(1.5rem, min(3vw, 2.25rem));font-weight:800;color:var(--white);margin-bottom:.5rem}.products-hero-banner p{color:rgba(255,255,255,.72);font-size:1rem;max-width:520px}.products-catalog{padding:3rem 0 4rem;background:var(--white)}.catalog-category{margin-bottom:3.5rem}.catalog-category-header{display:flex;align-items:baseline;gap:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-color);margin-bottom:1.5rem}.catalog-category-header h2{font-size:1.2rem;font-weight:700;color:var(--text-primary);margin:0;letter-spacing:.01em}.catalog-category-header .cat-desc{font-size:.85rem;color:var(--text-muted);margin:0}.product-list-item{display:flex;align-items:center;gap:1rem;padding:.75rem;border:1px solid var(--border-color);border-radius:2px;margin-bottom:.5rem;background:var(--white);transition:box-shadow .15s,background .15s;-webkit-text-decoration:none;text-decoration:none;color:inherit;cursor:pointer}.product-list-item:hover{background:var(--secondary);box-shadow:0 2px 8px rgba(0,0,0,.06)}.product-list-item .item-thumb{width:64px;height:64px;flex-shrink:0;overflow:hidden;border-radius:2px;background:var(--secondary-dark)}.product-list-item .item-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-list-item .item-name{font-size:.9rem;font-weight:600;color:var(--text-primary);flex:1}.product-list-item .item-action{font-size:.8rem;color:var(--primary);font-weight:600;white-space:nowrap}.products-inquiry-bar{background:var(--secondary);border-top:1px solid var(--border-color);padding:2rem 0;text-align:center}.products-inquiry-bar h3{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.products-inquiry-bar p{color:var(--text-secondary);font-size:.9rem;margin-bottom:1rem}