:root{--brand-red:#e2231a;--brand-red-dark:#c41e17;--brand-red-light:#fef2f2;--white:#fff;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-700:#404040;--gray-800:#262626;--gray-900:#171717;--bg-primary:var(--white);--bg-secondary:var(--gray-50);--bg-tertiary:var(--gray-100);--text-primary:var(--gray-900);--text-secondary:var(--gray-600);--text-muted:var(--gray-400);--border-color:var(--gray-200);--border-light:var(--gray-100);--accent:var(--brand-red);--accent-hover:var(--brand-red-dark);--font-body:"DM Sans",-apple-system,sans-serif;--font-heading:"Crimson Text",Georgia,serif;--section-padding:5rem 0;--container-max:1200px;--container-padding:0 1.5rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 30px #0000001a;--transition:.2s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-primary);background:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.7}img{max-width:100%;height:auto;display:block}a{color:var(--accent);transition:color var(--transition);text-decoration:none}a:hover{color:var(--accent-hover)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);font-weight:600;line-height:1.3}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{color:var(--text-secondary);margin-bottom:1rem}.container{max-width:var(--container-max);padding:var(--container-padding);margin:0 auto}.section{padding:var(--section-padding)}.section-alt{padding:var(--section-padding);background:var(--bg-secondary)}.section-sm{padding:3rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-bottom:.75rem}.section-header p{max-width:600px;color:var(--text-secondary);margin:0 auto}.bg-gray-50{background-color:var(--gray-50)}.bg-gray-100{background-color:var(--gray-100)}.bg-dark{background-color:var(--gray-900)}.text-white{color:var(--white)}.text-red{color:var(--brand-red)}.text-gray-300{color:var(--gray-300)}.text-gray-400{color:var(--gray-400)}.text-center{text-align:center}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.border-bottom{border-bottom:1px solid var(--border-color)}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.btn{font-family:var(--font-body);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);border:none;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.875rem;font-weight:500;line-height:1.4;text-decoration:none;display:inline-flex}.btn-primary{background:var(--accent);color:var(--white)}.btn-primary:hover{background:var(--accent-hover);color:var(--white)}.btn-outline{color:var(--text-primary);border:1px solid var(--border-color);background:0 0}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.btn-outline-white{color:var(--white);background:0 0;border:1px solid #fff6}.btn-outline-white:hover{background:var(--white);color:var(--brand-red);border-color:var(--white)}.btn-ghost{color:var(--accent);background:0 0;padding:.5rem 0}.btn-ghost:hover{color:var(--accent-hover)}.btn-sm{padding:.4rem .85rem;font-size:.8rem}.input,.textarea{width:100%;font-family:var(--font-body);color:var(--text-primary);background:var(--white);border:1px solid var(--border-color);border-radius:var(--radius-sm);transition:border-color var(--transition);outline:none;padding:.65rem .9rem;font-size:.875rem}.input:focus,.textarea:focus{border-color:var(--accent)}.textarea{resize:vertical;min-height:100px}.form-group{margin-bottom:1rem}.form-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.35rem;font-size:.8rem;font-weight:500;display:block}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:640px){.form-row{grid-template-columns:1fr}}.site-header{z-index:100;background:var(--white);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:70px;display:flex}.header-logo img{width:auto;height:36px}.header-nav-desktop{align-items:center;gap:1.5rem;display:flex}.nav-link{color:var(--text-primary);padding:.5rem 0;font-size:.9rem;font-weight:500}.nav-link:hover{color:var(--accent)}.mega-trigger{position:relative}.mega-trigger-btn{font-family:var(--font-body);color:var(--text-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:1.5rem 0;font-size:.9rem;font-weight:500;display:flex}.mega-trigger-btn.active,.mega-trigger-btn:hover{color:var(--accent)}.mega-panel{background:var(--white);border:1px solid var(--border-color);border-top:2px solid var(--accent);border-radius:0 0 var(--radius-md)var(--radius-md);width:600px;box-shadow:var(--shadow-lg);z-index:150;opacity:0;flex-direction:column;gap:1rem;padding:1.5rem;animation:.2s forwards fadeIn;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)}@keyframes fadeIn{to{opacity:1}}.mega-panel-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.mega-panel-header h4{color:var(--brand-red);margin:0;font-size:1rem}.mega-panel-header span{color:var(--text-muted);font-size:.75rem}.mega-panel-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.mega-item{border-radius:var(--radius-sm);transition:background var(--transition);align-items:flex-start;gap:.75rem;padding:.5rem;display:flex}.mega-item:hover{background:var(--gray-50)}.mega-item-icon{margin-top:.1rem;font-size:1.25rem;line-height:1}.mega-item-name{color:var(--text-primary);transition:color var(--transition);font-size:.9rem;font-weight:600}.mega-item:hover .mega-item-name{color:var(--accent)}.mega-item-desc{color:var(--text-secondary);margin-top:.15rem;font-size:.75rem;line-height:1.3}.mobile-menu{background:var(--white);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-md);flex-direction:column;padding:1rem;display:flex;position:absolute;top:70px;left:0;right:0}.mobile-link{color:var(--text-primary);border-bottom:1px solid var(--border-light);padding:.8rem 1rem;font-weight:500}.mobile-accordion-btn{width:100%;font-size:1rem;font-weight:500;font-family:var(--font-body);color:var(--text-primary);border:none;border-bottom:1px solid var(--border-light);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:.8rem 1rem;display:flex}.mobile-accordion-btn svg.rotated{transform:rotate(180deg)}.mobile-accordion-body{background:var(--gray-50);padding:.5rem 1rem}.mobile-accordion-body a{color:var(--text-secondary);padding:.6rem 0;font-size:.9rem;display:block}.header-actions{align-items:center;gap:1rem;display:flex}.header-quote-btn{cursor:pointer;color:var(--brand-red);background:0 0;border:none;align-items:center;gap:.4rem;font-size:.85rem;display:inline-flex}.quote-count{background:var(--brand-red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex}.mobile-toggle{color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}@media (max-width:1024px){.header-nav-desktop{display:none}.mobile-toggle{display:block}}.hero-home{height:600px;color:var(--white);align-items:center;padding:0;display:flex;position:relative}.hero-bg{z-index:1;position:absolute;inset:0}.hero-overlay{z-index:2;background:linear-gradient(90deg,#000c,#0000004d);position:absolute;inset:0}.hero-content{z-index:3;position:relative}.hero-content h1{color:var(--white);max-width:700px;margin-bottom:1.5rem;font-size:3.5rem}.hero-content p{color:#ffffffe6;max-width:600px;margin-bottom:2rem;font-size:1.25rem}.hero-buttons{gap:1rem;display:flex}.trust-grid{flex-wrap:wrap;justify-content:space-around;gap:2rem;display:flex}.trust-item{color:var(--gray-700);align-items:center;gap:.75rem;font-weight:600;display:flex}.divisions-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}@media (max-width:768px){.divisions-grid{grid-template-columns:1fr}.hero-home{height:500px}.hero-content h1{font-size:2.5rem}}.division-card{background:var(--white);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:2rem}.division-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.division-header h3{color:var(--brand-red);margin:0}.division-link-all{align-items:center;gap:.3rem;font-size:.85rem;font-weight:600;display:flex}.division-list{list-style:none}.division-list li{margin-bottom:.75rem}.division-list a{background:var(--gray-50);border-radius:var(--radius-sm);color:var(--text-primary);transition:all var(--transition);justify-content:space-between;align-items:center;padding:.75rem 1rem;font-weight:500;display:flex}.division-list a:hover{background:var(--brand-red-light);color:var(--brand-red);padding-left:1.25rem}.product-carousel-container{scrollbar-width:thin;padding-bottom:1.5rem;overflow-x:auto}.product-carousel{gap:1.5rem;min-width:min-content;display:flex}.carousel-item{background:var(--white);border:1px solid var(--border-color);border-radius:var(--radius-md);width:200px;transition:box-shadow var(--transition);color:inherit;padding:1rem;display:block}.carousel-item:hover{box-shadow:var(--shadow-md)}.carousel-img{justify-content:center;align-items:center;height:120px;margin-bottom:1rem;display:flex}.carousel-info h4{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.9rem;overflow:hidden}.carousel-sku{color:var(--text-muted);font-size:.75rem}.product-row{border-bottom:1px solid var(--border-light);transition:background var(--transition);grid-template-columns:80px 1.5fr 3fr auto;align-items:center;gap:1.5rem;padding:.85rem;display:grid}.product-row:hover{background:var(--gray-50)}.product-row-thumb{border-radius:var(--radius-sm);border:1px solid var(--border-light);background:var(--white);cursor:pointer;width:70px;height:70px;padding:.2rem;overflow:hidden}.product-row-info{flex-direction:column;display:flex}.product-row-name{font-family:var(--font-body);color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.95rem;font-weight:600;line-height:1.3}.product-row-name:hover{color:var(--accent)}.product-row-sku{color:var(--text-muted);margin-top:.2rem;font-family:monospace;font-size:.75rem}.product-row-desc{color:var(--text-secondary);font-size:.7em;line-height:1.4}.product-row-quote{color:var(--accent);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);white-space:nowrap;background:#e2231a1a;border:none;padding:.4rem .8rem;font-size:.8rem;font-weight:600}.product-row-quote:hover{background:var(--accent);color:var(--white)}@media (max-width:768px){.product-row{grid-template-columns:60px 1fr auto;gap:1rem}.product-row-desc{display:none}.product-row-info{grid-column:2}.product-row-quote{grid-column:3}}.quickview-overlay{z-index:300;background:#0009;justify-content:center;align-items:center;padding:1.5rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.quickview-panel{background:var(--white);border-radius:var(--radius-md);width:900px;max-width:100%;max-height:90vh;box-shadow:var(--shadow-lg);flex-direction:column;display:flex;position:relative;overflow-y:auto}.quickview-close{color:var(--text-muted);cursor:pointer;z-index:10;background:0 0;border:none;font-size:1.5rem;position:absolute;top:1rem;right:1rem}.quickview-close:hover{color:var(--text-primary)}.quickview-content{flex:1;grid-template-columns:1fr 1fr;display:grid}.quickview-image{background:var(--gray-50);border-right:1px solid var(--border-color);justify-content:center;align-items:center;padding:2rem;display:flex}.quickview-details{flex-direction:column;padding:2rem;display:flex}.quickview-details h2{margin-bottom:.5rem;font-size:1.75rem}.quickview-sku{color:var(--text-muted);margin-bottom:1.5rem;font-family:monospace}.quickview-description{color:var(--text-secondary);flex:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.quickview-quote-form{background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--border-color);padding:1.5rem}.quickview-quote-form h4{margin-bottom:1rem;font-size:1.1rem}.quickview-success{color:green;border-radius:var(--radius-sm);background:#f0fdf4;border:1px solid #bbf7d0;padding:1rem}@media (max-width:768px){.quickview-content{grid-template-columns:1fr}.quickview-image{border-right:none;border-bottom:1px solid var(--border-color);height:300px}}.site-footer{background:var(--gray-900);color:var(--gray-400);padding:4rem 0 2rem}.footer-top{border-bottom:1px solid var(--gray-800);flex-wrap:wrap;justify-content:space-between;gap:3rem;margin-bottom:2rem;padding-bottom:3rem;display:flex}.footer-brand p{color:var(--gray-500);max-width:300px;font-size:.9rem}.footer-links h4{color:var(--white);text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:600}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--gray-400);transition:color var(--transition)}.footer-links a:hover{color:var(--white)}.footer-bottom{text-align:center;color:var(--gray-600);font-size:.85rem}.drawer-overlay{z-index:200;opacity:0;pointer-events:none;transition:opacity var(--transition);background:#0006;position:fixed;inset:0}.drawer-overlay.open{opacity:1;pointer-events:all}.drawer{background:var(--white);z-index:201;width:400px;max-width:90vw;height:100vh;box-shadow:var(--shadow-lg);flex-direction:column;transition:right .3s;display:flex;position:fixed;top:0;right:-420px}.drawer.open{right:0}.drawer-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.drawer-header h3{margin:0;font-size:1.1rem}.drawer-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:1.25rem}.drawer-body{flex:1;padding:1.25rem;overflow-y:auto}.drawer-item{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.drawer-item-info h4{margin-bottom:.2rem;font-size:.95rem;font-weight:600}.drawer-item-info span{color:var(--text-muted);font-size:.8rem}.drawer-item-actions{align-items:center;gap:.5rem;display:flex}.qty-btn{background:var(--gray-100);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.remove-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-left:.5rem}.remove-btn:hover{color:var(--brand-red)}.drawer-footer{border-top:1px solid var(--border-color);background:var(--gray-50);padding:1.25rem}.catalog-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.catalog-search{width:350px;max-width:100%;position:relative}.catalog-search .search-icon{color:var(--text-muted);position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.catalog-search input{padding-left:2.5rem}.catalog-pagination{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.page-title{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);text-align:center;margin-bottom:3rem;padding:3rem 0}.page-title h1{color:var(--brand-red);margin-bottom:.5rem}.breadcrumbs{color:var(--text-muted);justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.85rem;display:flex}.breadcrumbs a{color:var(--text-secondary)}.sidebar{position:sticky;top:90px}.sidebar-section h4{text-transform:uppercase;color:var(--text-secondary);border-bottom:1px solid var(--border-light);margin-bottom:1rem;padding-bottom:.5rem;font-size:1rem}.sidebar-section ul{list-style:none}.sidebar-section li{margin-bottom:.25rem}.sidebar-section button{text-align:left;width:100%;color:var(--text-primary);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);background:0 0;border:none;padding:.5rem .75rem;font-size:.9rem;display:block}.sidebar-section button:hover,.sidebar-section button.active{background:var(--brand-red-light);color:var(--brand-red);font-weight:500}.seo-content{border-top:1px solid var(--border-light);color:var(--text-secondary);margin-top:4rem;padding-top:3rem}.seo-content h3{color:var(--text-primary);margin-top:2rem;margin-bottom:1rem;font-size:1.25rem}.cta-section{background:var(--gray-900);color:var(--white);border-radius:var(--radius-md);text-align:center;margin-top:4rem;padding:3rem}.cta-section h2{color:var(--white);margin-bottom:1rem}.cta-section p{color:var(--gray-400);margin-bottom:1.5rem}@media (max-width:1024px){.category-layout{grid-template-columns:1fr;gap:2rem}.sidebar{margin-bottom:2rem;position:static}.sidebar-section ul{flex-wrap:wrap;gap:.5rem;display:flex}.sidebar-section button{border:1px solid var(--border-color)}}.category-hero{background:var(--bg-secondary);color:var(--text-primary);box-shadow:none;border-bottom:1px solid var(--border-color);text-align:center;border-radius:0;margin-bottom:2rem;padding:2rem 0}.category-hero-inner{max-width:800px;margin:0 auto}.category-hero h1{color:var(--brand-red);margin-bottom:.5rem;font-size:2rem}.category-hero p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:.95rem;line-height:1.5}.category-hero .breadcrumbs{color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem}.category-hero .breadcrumbs a{color:var(--text-secondary)}.info-card:hover{box-shadow:var(--shadow-md);border-color:var(--accent);transform:translateY(-5px)}.info-card h3{color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.2rem;display:flex}.info-card-icon{color:var(--brand-red);font-size:1.5rem}.hp-hero{background:var(--gray-50);border-bottom:1px solid var(--border-color)}.hp-hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;min-height:520px;display:grid}.hp-hero-text{padding:4rem 0}.hp-overline{letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem;font-size:.75rem;font-weight:600;display:inline-block}.hp-hero-h1{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:3rem;line-height:1.15}.hp-hero-sub{color:var(--text-secondary);max-width:480px;margin-bottom:2rem;font-size:1.05rem}.hp-hero-actions{gap:.75rem;display:flex}.hp-hero-img{border-radius:var(--radius-md);height:100%;min-height:420px;position:relative;overflow:hidden}.hp-trust{border-bottom:1px solid var(--border-color);padding:1rem 0}.hp-trust-row{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;justify-content:center;align-items:center;gap:1.5rem;font-size:.8rem;font-weight:500;display:flex}.hp-trust-dot{background:var(--gray-300);border-radius:50%;flex-shrink:0;width:4px;height:4px}.hp-divisions{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.hp-div-card{border:1px solid var(--border-color);border-radius:var(--radius-md);color:inherit;transition:box-shadow var(--transition),border-color var(--transition);text-decoration:none;display:block;overflow:hidden}.hp-div-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md);color:inherit}.hp-div-img{background:var(--gray-900);height:200px;position:relative}.hp-div-body{padding:1.5rem}.hp-div-body h3{margin-bottom:.5rem;font-size:1.35rem}.hp-div-body p{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem}.hp-div-cta{color:var(--accent);align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:inline-flex}.hp-cat-grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.hp-cat-col{border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden}.hp-cat-col-header{border-bottom:1px solid var(--border-color);padding:1.5rem}.hp-cat-col-header h2{margin-bottom:.25rem;font-size:1.5rem}.hp-cat-col-header p{color:var(--text-muted);margin-bottom:0;font-size:.8rem}.hp-cat-col-img{background:var(--gray-900);height:180px;position:relative}.hp-cat-list{margin:0;padding:0;list-style:none}.hp-cat-list li{border-top:1px solid var(--border-light)}.hp-cat-list li:first-child{border-top:none}.hp-cat-link{color:inherit;transition:background var(--transition);justify-content:space-between;align-items:center;padding:1rem 1.5rem;text-decoration:none;display:flex}.hp-cat-link:hover{background:var(--gray-50);color:inherit}.hp-cat-name{color:var(--text-primary);margin-bottom:.15rem;font-size:.9rem;font-weight:500;display:block}.hp-cat-desc{color:var(--text-muted);font-size:.78rem;display:block}.hp-cat-arrow{color:var(--text-muted);transition:color var(--transition),transform var(--transition);flex-shrink:0}.hp-cat-link:hover .hp-cat-arrow{color:var(--accent);transform:translate(3px)}.hp-logos{text-align:center;padding:3rem 0}.hp-logos-label{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);margin-bottom:2rem;font-size:.8rem}.hp-logos-row{justify-content:center;align-items:center;gap:4rem;display:flex}.hp-logo-wrap{opacity:.7;width:180px;height:70px;transition:opacity var(--transition);filter:grayscale(30%);position:relative}.hp-logo-wrap:hover{opacity:1;filter:grayscale(0%)}.hp-cta{background:var(--gray-900);color:var(--white)}.hp-cta-inner{grid-template-columns:1fr 1fr;min-height:380px;display:grid}.hp-cta-img{height:100%;min-height:320px;position:relative}.hp-cta-text{flex-direction:column;justify-content:center;padding:3rem 0 3rem 3rem;display:flex}.hp-cta-text h2{color:var(--white);margin-bottom:1rem;font-size:2.2rem}.hp-cta-text p{color:var(--gray-400);max-width:400px;margin-bottom:2rem}@media (max-width:768px){.hp-hero-inner{grid-template-columns:1fr;min-height:auto}.hp-hero-img{border-radius:var(--radius-md);min-height:280px}.hp-hero-h1{font-size:2.2rem}.hp-trust-row{flex-wrap:wrap;gap:.75rem}.hp-divisions,.hp-cat-grid{grid-template-columns:1fr}.hp-logos-row{flex-direction:column;gap:2rem}.hp-cta-inner{grid-template-columns:1fr}.hp-cta-text{padding:2.5rem 0}.hp-cta-img{order:-1;min-height:220px}}.product-detail-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.product-detail-image{background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--border-color);padding:2rem}.product-detail-info h1{margin-bottom:.5rem;font-size:2rem}.product-detail-sku{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:.85rem}.product-detail-description{margin-bottom:2rem;line-height:1.8}.product-detail-description p{margin-bottom:.75rem}.product-detail-quote{background:var(--gray-50);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.5rem}.product-detail-quote h3{margin-bottom:1rem;font-size:1.1rem}.breadcrumb-sep{color:var(--text-muted);margin:0 .4rem}.breadcrumbs a{color:var(--text-muted);font-size:.85rem}.breadcrumbs a:hover{color:var(--accent)}.breadcrumbs span{color:var(--text-muted);font-size:.85rem}.related-product-card{background:var(--white);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:box-shadow var(--transition),border-color var(--transition);padding:1.25rem;text-decoration:none;display:block}.related-product-card:hover{box-shadow:var(--shadow-md);border-color:var(--accent)}.related-product-image{justify-content:center;align-items:center;height:150px;margin-bottom:1rem;display:flex}.related-product-name{color:var(--text-primary);margin-bottom:.25rem;font-size:.9rem;font-weight:600;line-height:1.4}.related-product-sku{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}@media (max-width:768px){.product-detail-grid{grid-template-columns:1fr;gap:2rem}.product-detail-info h1{font-size:1.5rem}}.border-top{border-top:1px solid var(--border-color)}.category-hero{background:linear-gradient(135deg,var(--gray-900)0%,#1a1a2e 60%,#16213e 100%);color:var(--white);padding:4rem 0 3.5rem;position:relative;overflow:hidden}.category-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#e2231a14 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-50%;right:-20%}.category-hero:after{content:"";background:linear-gradient(90deg,#0000,#e2231a4d,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.category-hero-inner{z-index:1;position:relative}.category-hero .breadcrumbs{margin-bottom:1.5rem}.category-hero .breadcrumbs a{color:#ffffff80;transition:color var(--transition)}.category-hero .breadcrumbs a:hover{color:#ffffffe6}.category-hero .breadcrumbs span{color:#ffffff59}.category-hero h1{color:var(--white);letter-spacing:-.01em;max-width:800px;margin-bottom:1.25rem;font-size:2.25rem;line-height:1.25}.category-hero>div>p,.category-hero-inner>p{color:#ffffffb3;max-width:720px;margin-bottom:0;font-size:1rem;line-height:1.75}.category-layout{grid-template-columns:260px 1fr;align-items:start;gap:2.5rem;display:grid}.sidebar{background:var(--white);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.25rem;position:sticky;top:90px}.sidebar-section h4{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.8rem;font-family:var(--font-body);margin-bottom:.75rem;font-weight:600}.sidebar-section ul{margin:0;padding:0;list-style:none}.sidebar-section ul li{margin-bottom:2px}.sidebar-section ul li button{text-align:left;width:100%;font-family:var(--font-body);color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);background:0 0;border:none;padding:.5rem .75rem;font-size:.85rem;line-height:1.4;display:block}.sidebar-section ul li button:hover{background:var(--gray-50);color:var(--text-primary)}.sidebar-section ul li button.active{background:var(--brand-red-light);color:var(--brand-red);font-weight:600}.info-grid{border-top:1px solid var(--border-color);grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem;padding-top:3rem;display:grid}.info-card{background:var(--gray-50);border:1px solid var(--border-light);border-radius:var(--radius-md);transition:border-color var(--transition),box-shadow var(--transition);padding:1.75rem}.info-card:hover{border-color:var(--border-color);box-shadow:var(--shadow-sm)}.info-card h3{font-family:var(--font-body);color:var(--text-primary);letter-spacing:-.01em;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.95rem;font-weight:600;display:flex}.info-card-icon{color:var(--brand-red);flex-shrink:0;font-size:1.1rem}.info-card p{color:var(--text-secondary);margin-bottom:0;font-size:.875rem;line-height:1.7}.info-card ul{margin:0;padding:0;list-style:none}.info-card ul li{color:var(--text-secondary);padding:.35rem 0 .35rem 1.25rem;font-size:.875rem;line-height:1.5;position:relative}.info-card ul li:before{content:"✓";color:var(--brand-red);font-size:.8rem;font-weight:700;position:absolute;left:0}.cta-section{background:linear-gradient(135deg,var(--gray-900)0%,#1a1a2e 100%);color:var(--white);border-radius:var(--radius-lg);text-align:center;margin-top:3rem;padding:3rem;position:relative;overflow:hidden}.cta-section:before{content:"";background:linear-gradient(90deg,transparent,var(--brand-red),transparent);height:2px;position:absolute;top:0;left:0;right:0}.cta-section h2{color:var(--white);margin-bottom:.75rem;font-size:1.75rem}.cta-section p{color:#ffffffb3;max-width:520px;margin:0 auto 1.75rem;font-size:.95rem;line-height:1.6}@media (max-width:1024px){.category-layout{grid-template-columns:220px 1fr;gap:2rem}.info-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.category-hero{padding:2.5rem 0 2rem}.category-hero h1{font-size:1.75rem}.category-layout{grid-template-columns:1fr;gap:1.5rem}.sidebar{order:-1;position:static}.sidebar-section ul{flex-wrap:wrap;gap:.25rem;display:flex}.sidebar-section ul li{margin-bottom:0}.sidebar-section ul li button{white-space:nowrap;padding:.4rem .65rem;font-size:.8rem}.info-grid{grid-template-columns:1fr;gap:1rem;margin-top:2.5rem;padding-top:2rem}.cta-section{padding:2rem 1.5rem}.cta-section h2{font-size:1.4rem}}
