:root{--navy:#0b1f3a;--navy-deep:#071526;--blue:#1e6fd9;--blue-dark:#1557b0;--blue-light:#5dade2;--cyan:#4fc3f7;--gray:#f3f5f8;--gray-border:#e2e6ed;--text:#1a2332;--muted:#5c6b7a;--white:#fff;--gold:#c9a227;--gold-dark:#9a7b1a;--container:1200px;--font:"Open Sans", system-ui, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button,input,select{font:inherit}.container{width:min(100% - 2rem, var(--container));margin-inline:auto}.app{min-height:100vh}.topbar{background:var(--navy-deep);color:var(--white);font-size:.8125rem}.topbar-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;min-height:40px;display:grid}.topbar-social{gap:.45rem;display:flex}.social-btn{background:var(--blue);width:26px;height:26px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:inline-flex}.social-btn:hover{background:var(--blue-light)}.topbar-tagline{text-align:center;letter-spacing:.02em;white-space:nowrap;font-weight:500}.topbar-contact{justify-content:flex-end;gap:1.25rem;display:flex}.topbar-contact a{opacity:.95;align-items:center;gap:.4rem;display:inline-flex}.topbar-contact a:hover{color:var(--cyan)}.header{background:var(--white);border-bottom:1px solid var(--gray-border);padding:.85rem 0}.header-inner{align-items:center;gap:1.25rem;display:flex}.logo{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.logo-text{flex-direction:column;line-height:1.05;display:flex}.logo-text strong{letter-spacing:.04em;color:var(--navy);font-size:1.35rem;font-weight:800}.logo-text em{letter-spacing:.18em;color:var(--blue);font-size:.7rem;font-style:normal;font-weight:700}.search-bar{border:1px solid var(--gray-border);background:var(--white);border-radius:4px;flex:1;align-items:stretch;max-width:640px;margin-inline:auto;display:flex;overflow:hidden}.search-cats{border:0;border-right:1px solid var(--gray-border);background:var(--gray);color:var(--muted);cursor:pointer;min-width:140px;padding:0 .85rem}.search-bar input{border:0;outline:none;flex:1;min-width:0;padding:.75rem 1rem}.search-bar input::placeholder{color:#9aa7b5}.search-btn{background:var(--navy);color:var(--white);cursor:pointer;border:0;align-items:center;padding:0 1.1rem;display:inline-flex}.search-btn:hover{background:var(--blue)}.btn-quote{background:var(--blue);color:var(--white);letter-spacing:.04em;white-space:nowrap;border-radius:4px;flex-shrink:0;padding:.85rem 1.25rem;font-size:.8rem;font-weight:700;transition:background .2s}.btn-quote:hover{background:var(--blue-dark)}.navbar{background:var(--gray);border-bottom:1px solid var(--gray-border)}.nav-list{flex-wrap:wrap;justify-content:center;gap:.15rem;display:flex}.nav-list a{letter-spacing:.04em;color:var(--text);border-bottom:2px solid #0000;align-items:center;gap:.3rem;padding:.8rem .85rem;font-size:.78rem;font-weight:700;display:inline-flex}.nav-list a:hover,.nav-list a.active{color:var(--blue);border-bottom-color:var(--blue)}.caret{margin-top:1px}.hero{background:var(--navy);align-items:center;min-height:420px;display:flex;position:relative;overflow:hidden}.hero-slides{position:absolute;inset:0}.hero-slide{opacity:0;background-position:50%;background-size:cover;transition:opacity .9s;position:absolute;inset:0}.hero-slide.is-active{opacity:1}.hero-overlay{pointer-events:none;background:linear-gradient(90deg,#071526d1 0%,#0715268c 45%,#07152640 100%);position:absolute;inset:0}.hero-content{z-index:2;color:var(--white);max-width:820px;margin-left:max(1rem, calc((100% - var(--container)) / 2));width:min(100% - 2rem,820px);margin-right:auto;padding:3.5rem 0;position:relative}.hero h1{letter-spacing:.02em;margin-bottom:.75rem;font-size:clamp(1.85rem,4vw,2.75rem);font-weight:800;line-height:1.15}.hero h1 span{color:var(--cyan)}.hero-sub{opacity:.95;max-width:620px;margin-bottom:1.35rem;font-size:clamp(.95rem,1.6vw,1.15rem);font-weight:500}.hero-points{flex-wrap:wrap;gap:.85rem 1.35rem;margin-bottom:1.75rem;display:flex}.hero-points li{align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;display:inline-flex}.check{background:var(--blue);width:20px;height:20px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.hero-actions{flex-wrap:wrap;gap:.85rem;display:flex}.btn-solid{background:var(--blue);color:var(--white);letter-spacing:.04em;border-radius:4px;align-items:center;gap:.45rem;padding:.85rem 1.4rem;font-size:.82rem;font-weight:700;transition:background .2s;display:inline-flex}.btn-solid:hover{background:var(--blue-dark)}.btn-ghost{border:2px solid var(--white);color:var(--white);letter-spacing:.04em;border-radius:4px;align-items:center;padding:.75rem 1.35rem;font-size:.82rem;font-weight:700;transition:background .2s,color .2s;display:inline-flex}.btn-ghost:hover{background:var(--white);color:var(--navy)}.hero-dots{z-index:3;gap:.45rem;display:flex;position:absolute;bottom:1.1rem;left:50%;transform:translate(-50%)}.hero-dots button{cursor:pointer;background:#ffffff73;border:0;border-radius:50%;width:10px;height:10px}.hero-dots button.active{background:var(--white)}.features{background:var(--white);z-index:4;margin-top:-1.5rem;padding:1.75rem 0;position:relative}.features-grid{grid-template-columns:repeat(5,1fr);gap:.85rem;display:grid}.feature-card{background:var(--white);border:1px solid var(--gray-border);text-align:center;border-radius:6px;padding:1.25rem 1rem;box-shadow:0 4px 14px #0b1f3a0a}.feature-icon{justify-content:center;margin-bottom:.65rem;display:flex}.feature-card h3{margin-bottom:.2rem;font-size:.95rem;font-weight:700}.feature-card p{color:var(--muted);font-size:.8rem}.section-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.section-head h2{letter-spacing:.04em;color:var(--navy);font-size:1.25rem;font-weight:800}.view-all{color:var(--blue);font-size:.9rem;font-weight:600}.view-all:hover{text-decoration:underline}.categories{background:var(--white);padding:1.5rem 0 2.5rem}.category-grid{grid-template-columns:repeat(8,1fr);gap:1.35rem .75rem;display:grid}.category-item{text-align:center;color:var(--text);flex-direction:column;align-items:center;gap:.55rem;font-size:.78rem;font-weight:600;transition:color .2s;display:flex}.category-item:hover{color:var(--blue)}.category-icon{border:1px solid var(--gray-border);background:linear-gradient(#f7f9fc,#eef2f8);border-radius:10px;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.category-view-all{justify-content:center}.view-all-circle{border:2px solid var(--blue);width:72px;height:72px;color:var(--blue);text-align:center;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;font-size:.72rem;font-weight:700;line-height:1.2;display:flex}.manufacturers{background:var(--gray);padding:.5rem 0 2.75rem}.brand-row{grid-template-columns:repeat(8,1fr);gap:.75rem;display:grid}.brand-card{background:var(--white);border:1px solid var(--gray-border);border-radius:6px;justify-content:center;align-items:center;min-height:88px;padding:.75rem;transition:box-shadow .2s,border-color .2s;display:flex}.brand-card:hover{border-color:var(--blue);box-shadow:0 6px 18px #1e6fd91f}.brand-word{letter-spacing:.02em;font-size:1.05rem;font-weight:800}.brand-intel{color:#0071c5;text-transform:lowercase;font-style:italic}.brand-ti{color:#c00;flex-direction:column;align-items:center;line-height:1.1;display:flex}.brand-ti strong{font-size:1.5rem}.brand-ti small{letter-spacing:.02em;font-size:.55rem;font-weight:600}.brand-microchip{color:#c41230;font-size:.95rem}.brand-st{color:#fff;background:#03234b;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:800;display:flex}.brand-adi{color:#1a1a1a;letter-spacing:.08em;flex-direction:column;align-items:center;font-size:.72rem;line-height:1.05;display:flex}.brand-adi em{color:#666;font-style:normal;font-weight:600}.brand-nxp{color:#000;letter-spacing:.12em}.brand-molex{color:#000;text-transform:lowercase;font-weight:700}.brand-amphenol{color:#036;text-transform:lowercase;font-weight:700}.info-banners{background:var(--white);padding:2.5rem 0 3rem}.info-banners-inner{grid-template-columns:1.55fr 1fr;align-items:stretch;gap:1rem;display:grid}.info-card{min-height:260px;color:var(--white);border:1px solid #ffffff14;border-radius:10px;position:relative;overflow:hidden}.info-card-left{background-color:#001a3d;background-image:radial-gradient(at 78% 45%,#1e6fd947 0%,#0000 55%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='280' viewBox='0 0 420 280'%3E%3Cg fill='none' stroke='%231e6fd9' stroke-opacity='0.35' stroke-width='1.2'%3E%3Cpath d='M210 140h80M210 140v70M290 140v-40h50M290 100h40M210 210h-60v40M150 250h-40M210 140l-50-50h-60M100 90v-40M210 140l40 50h60M310 190v40'/%3E%3Ccircle cx='210' cy='140' r='8' fill='%231e6fd9' fill-opacity='0.25'/%3E%3Ccircle cx='290' cy='140' r='3.5' fill='%231e6fd9' fill-opacity='0.5'/%3E%3Ccircle cx='290' cy='100' r='3.5' fill='%231e6fd9' fill-opacity='0.5'/%3E%3Ccircle cx='150' cy='210' r='3.5' fill='%231e6fd9' fill-opacity='0.5'/%3E%3Ccircle cx='250' cy='190' r='3.5' fill='%231e6fd9' fill-opacity='0.5'/%3E%3C/g%3E%3C/svg%3E");background-position:50%,70%;background-repeat:no-repeat,no-repeat;background-size:cover,85%;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 1.5rem 2rem 2rem;display:flex}.info-card-copy{z-index:1;flex-direction:column;flex:1;justify-content:center;gap:.9rem;min-width:0;max-width:420px;display:flex}.info-card-right{background-color:#001a3d;background-image:linear-gradient(90deg,#001a3d 0%,#001a3deb 42%,#001a3d73 72%,#001a3d33 100%),url(/images/warehouse.jpg);background-position:50%,100%;background-size:cover,cover;align-items:stretch;display:flex}.info-card-shade{flex-direction:column;justify-content:center;gap:.9rem;width:100%;max-width:320px;min-height:260px;padding:2rem 1.75rem;display:flex}.info-card h2{letter-spacing:.02em;font-size:clamp(1.05rem,1.6vw,1.25rem);font-weight:800;line-height:1.3}.info-card p{opacity:.92;font-size:.9rem;line-height:1.55}.info-card .btn-solid{align-self:flex-start;margin-top:.25rem}.obsolete-seal{z-index:1;flex-shrink:0;justify-content:center;align-items:center;display:flex}.seal-svg{filter:drop-shadow(0 8px 18px #00000059);width:clamp(120px,14vw,150px);height:auto}.footer{background:var(--navy);color:#ffffffe0;padding-top:3rem}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:2rem;padding-bottom:2.5rem;display:grid}.footer-logo .logo-text strong,.footer-logo .logo-text em{color:var(--white)}.footer-logo .logo-text em{color:var(--cyan)}.footer-about p{color:#ffffffbf;max-width:320px;margin-top:1rem;font-size:.9rem;line-height:1.65}.footer-social{gap:.5rem;margin-top:1.15rem;display:flex}.footer-social a{text-transform:uppercase;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.72rem;font-weight:700;display:inline-flex}.footer-social a:hover{background:var(--blue)}.footer h4{color:var(--white);letter-spacing:.03em;margin-bottom:1rem;font-size:1rem}.footer ul li{margin-bottom:.55rem}.footer ul a{color:#ffffffb8;font-size:.9rem}.footer ul a:hover{color:var(--cyan)}.footer-contact-list li{flex-direction:column;gap:.15rem;margin-bottom:.9rem;display:flex}.footer-contact-list strong{letter-spacing:.06em;text-transform:uppercase;color:var(--cyan);font-size:.75rem}.footer-contact-list a,.footer-contact-list span{color:#fffc;font-size:.9rem}.footer-bottom{border-top:1px solid #ffffff1a;padding:1rem 0;font-size:.82rem}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-legal{gap:1.25rem;display:flex}.footer-legal a:hover{color:var(--cyan)}@media (width<=1100px){.category-grid{grid-template-columns:repeat(6,1fr)}.brand-row{grid-template-columns:repeat(4,1fr)}.features-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.topbar-inner{grid-template-columns:1fr;justify-items:center;gap:.45rem;padding:.55rem 0}.topbar-contact{flex-wrap:wrap;justify-content:center}.topbar-tagline{white-space:normal;text-align:center}.header-inner{flex-wrap:wrap}.search-bar{flex:100%;order:3;max-width:none}.nav-list{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}.nav-list a{white-space:nowrap}.footer-grid{grid-template-columns:1fr 1fr}.info-banners-inner{grid-template-columns:1fr}.info-card-left{flex-direction:column;align-items:flex-start;padding:1.75rem 1.5rem}.info-card-copy{max-width:none}.info-card-shade{max-width:none;padding:1.75rem 1.5rem}.obsolete-seal{align-self:center}}@media (width<=640px){.features-grid{grid-template-columns:1fr 1fr}.category-grid{grid-template-columns:repeat(3,1fr)}.brand-row{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.hero{min-height:480px}.btn-quote{padding:.75rem .9rem;font-size:.72rem}}.has-dropdown{position:relative}.dropdown-menu{background:var(--white);border:1px solid var(--gray-border);z-index:50;border-radius:4px;min-width:220px;padding:.4rem 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 28px #0b1f3a1f}.has-dropdown:hover .dropdown-menu,.has-dropdown:focus-within .dropdown-menu{display:block}.dropdown-menu a{color:var(--text);white-space:nowrap;padding:.65rem 1rem;font-size:.82rem;font-weight:600;display:block;border:0!important}.dropdown-menu a:hover{background:var(--gray);color:var(--blue)}.breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:1.25rem;font-size:.8rem;display:flex}.breadcrumb a:hover{color:var(--blue)}.breadcrumb-light,.breadcrumb-light a{color:#fffc}.breadcrumb-light a:hover{color:var(--white)}.text-link{color:var(--cyan);font-size:.9rem;font-weight:700}.text-link:hover{text-decoration:underline}.page-banner{background:var(--navy);color:var(--white);padding:2.5rem 0}.page-banner h1{letter-spacing:.03em;margin-bottom:.5rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.page-banner p{opacity:.9;max-width:640px}.page-banner .breadcrumb{color:#ffffffbf}.page-banner .breadcrumb a{color:#ffffffd9}.products-list-grid,.industries-list-grid,.manufacturers-list-grid{grid-template-columns:repeat(4,1fr);gap:1rem;padding:2.5rem 0 3.5rem;display:grid}.products-list-card{border:1px solid var(--gray-border);background:var(--white);border-radius:8px;flex-direction:column;gap:.45rem;padding:1.35rem 1.2rem;transition:border-color .2s,box-shadow .2s;display:flex}.products-list-card:hover{border-color:var(--blue);box-shadow:0 8px 20px #1e6fd91a}.products-list-card strong{color:var(--navy);font-size:1rem}.products-list-card span{color:var(--blue);font-size:.85rem;font-weight:600}.about-hero{grid-template-columns:1fr 1fr;min-height:420px;display:grid}.about-hero-copy{background:var(--navy);color:var(--white);flex-direction:column;justify-content:center;gap:1.15rem;padding:3.5rem 3rem;display:flex}.about-hero-copy h1{letter-spacing:.03em;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.2}.about-hero-copy p{opacity:.92;max-width:520px;font-size:.98rem;line-height:1.7}.about-hero-copy .btn-solid{align-self:flex-start}.about-hero-media{background-position:50%;background-size:cover;min-height:320px}.about-stats{background:var(--white);border-bottom:1px solid var(--gray-border);padding:2rem 0}.about-stats-grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.about-stat{text-align:center;flex-direction:column;align-items:center;gap:.35rem;display:flex}.about-stat-icon{border:1.5px solid #c9daf5;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.35rem;display:flex}.about-stat strong{color:var(--blue);font-size:1.25rem;font-weight:800}.about-stat span{color:var(--muted);font-size:.85rem;font-weight:600}.product-hero{background:var(--navy);color:var(--white);padding:2rem 0 2.5rem}.product-hero-content{grid-template-columns:1.2fr 1fr;align-items:center;gap:2rem;display:grid}.product-hero-copy h1{letter-spacing:.03em;margin-bottom:.85rem;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800}.product-hero-copy p{opacity:.92;max-width:520px;margin-bottom:1.1rem;line-height:1.65}.product-hero-image{justify-content:center;display:flex}.product-hero-image img{border-radius:8px;width:auto;max-height:220px;box-shadow:0 16px 40px #00000059}.product-subcats{background:var(--gray);padding:2.5rem 0 3rem}.product-subcats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.subcat-card{background:var(--white);border:1px solid var(--gray-border);min-height:140px;color:var(--text);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;font-size:.9rem;font-weight:650;transition:border-color .2s,box-shadow .2s;display:flex}.subcat-card:hover{border-color:var(--blue);color:var(--blue);box-shadow:0 8px 20px #1e6fd91a}.subcat-view-all .plus-icon{background:var(--blue);width:42px;height:42px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:400;line-height:1;display:flex}.industry-hero{background-position:50%;background-size:cover;min-height:380px;position:relative}.industry-hero-overlay{color:var(--white);background:linear-gradient(90deg,#071526d1 0%,#07152673 55%,#07152633 100%);align-items:center;padding:3rem 0;display:flex;position:absolute;inset:0}.industry-hero h1{letter-spacing:.03em;margin-bottom:.85rem;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800}.industry-hero p{opacity:.95;max-width:560px;line-height:1.65}.industry-apps{background:var(--white);text-align:center;padding:3rem 0}.industry-apps h2{letter-spacing:.12em;color:var(--navy);margin-bottom:2rem;font-size:1rem}.industry-apps-grid{grid-template-columns:repeat(6,1fr);gap:1.25rem;margin-bottom:2.5rem;display:grid}.industry-app{color:var(--text);flex-direction:column;align-items:center;gap:.65rem;font-size:.85rem;font-weight:650;display:flex}.industry-app-icon{border:1.5px solid #c9daf5;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.industry-cta{justify-content:center;display:flex}.obsolete-hero{background:var(--navy);min-height:480px;color:var(--white);position:relative;overflow:hidden}.obsolete-hero-bg{opacity:.35;background-position:100%;background-size:cover;position:absolute;inset:0}.obsolete-hero-inner{z-index:1;padding:2.5rem 0 3.5rem;position:relative}.obsolete-hero-copy{max-width:620px}.obsolete-hero-copy h1{letter-spacing:.03em;margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800}.obsolete-hero-copy>p{opacity:.93;margin-bottom:1.35rem;line-height:1.7}.obsolete-checklist{flex-direction:column;gap:.75rem;margin-bottom:1.75rem;display:flex}.obsolete-checklist li{align-items:center;gap:.65rem;font-weight:650;display:flex}.rfq-hero{background-position:50%;background-size:cover;min-height:220px}.rfq-hero-overlay{min-height:220px;color:var(--white);text-align:center;background:#071526c7;align-items:center;display:flex}.rfq-hero-copy{padding:2.5rem 0}.rfq-hero h1{letter-spacing:.04em;margin-bottom:.65rem;font-size:clamp(1.7rem,3vw,2.3rem);font-weight:800}.rfq-hero p{opacity:.92;max-width:640px;margin-inline:auto}.rfq-form-section{background:var(--white);padding:2.75rem 0 3.5rem}.rfq-form{grid-template-columns:1fr 1fr;gap:1.25rem 1.5rem;max-width:900px;margin-inline:auto;display:grid}.rfq-field{flex-direction:column;gap:.4rem;display:flex}.rfq-field-full{grid-column:1/-1}.rfq-field label{color:var(--text);font-size:.85rem;font-weight:700}.rfq-field input,.rfq-field textarea{border:1px solid var(--gray-border);background:var(--white);border-radius:4px;outline:none;padding:.85rem .95rem}.rfq-field input:focus,.rfq-field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1e6fd91f}.rfq-actions{grid-column:1/-1}.rfq-success{text-align:center;flex-direction:column;align-items:center;gap:.85rem;padding:3rem 1rem;display:flex}.rfq-success h2{color:var(--navy)}.contact-split{grid-template-columns:.9fr 1.3fr;min-height:560px;display:grid}.contact-info{background:var(--navy);color:var(--white);flex-direction:column;gap:1rem;padding:3.5rem 2.5rem;display:flex}.contact-info h1{letter-spacing:.04em;font-size:clamp(1.7rem,3vw,2.3rem);font-weight:800}.contact-lead{opacity:.9;margin-bottom:1.25rem;line-height:1.6}.contact-details{flex-direction:column;gap:1.5rem;display:flex}.contact-details li{align-items:flex-start;gap:.9rem;display:flex}.contact-icon{width:42px;height:42px;color:var(--cyan);background:#1e6fd940;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.contact-details strong{letter-spacing:.06em;text-transform:uppercase;color:var(--cyan);margin-bottom:.2rem;font-size:.78rem;display:block}.contact-details span,.contact-details a{font-size:.95rem;line-height:1.5}.contact-details a:hover{color:var(--cyan)}.contact-map{background:#e8eef5;min-height:420px}.contact-map iframe{border:0;width:100%;height:100%;min-height:560px}@media (width<=1100px){.products-list-grid,.industries-list-grid,.manufacturers-list-grid,.product-subcats-grid,.industry-apps-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.about-hero,.product-hero-content,.contact-split{grid-template-columns:1fr}.about-stats-grid{grid-template-columns:repeat(3,1fr)}.about-hero-copy{padding:2.5rem 1.5rem}.rfq-form{grid-template-columns:1fr}.products-list-grid,.industries-list-grid,.manufacturers-list-grid,.product-subcats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.about-stats-grid,.industry-apps-grid,.products-list-grid,.industries-list-grid,.manufacturers-list-grid,.product-subcats-grid{grid-template-columns:1fr 1fr}.contact-info{padding:2.25rem 1.5rem}}.mobile-header-bar,.mobile-search-panel,.mobile-drawer,.mobile-drawer-backdrop,.category-grid-mobile,.mobile-cta-banner,.view-all-short,.btn-text-short,.brand-nav{display:none}.btn-text-full,.view-all-full{display:inline}@media (width<=900px){.topbar{display:none}.site-header{z-index:100;background:var(--white);border-bottom:1px solid var(--gray-border);padding:0;position:sticky;top:0}.desktop-header,.desktop-navbar{display:none!important}.mobile-header-bar{grid-template-columns:40px 1fr auto;align-items:center;gap:.35rem;min-height:58px;padding:.35rem 0;display:grid}.mobile-logo{justify-self:center;gap:.4rem}.mobile-logo .logo-mark{width:36px;height:36px}.mobile-logo .logo-text strong{font-size:1.05rem}.mobile-logo .logo-text em{letter-spacing:.14em;font-size:.58rem}.mobile-header-actions{align-items:center;gap:.15rem;display:flex}.mobile-icon-btn{width:40px;height:40px;color:var(--navy);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.mobile-search-panel{border-top:1px solid var(--gray-border);padding:0 0 .85rem;display:block}.mobile-search-form{gap:.5rem;padding-top:.75rem;display:flex}.mobile-search-form input{border:1px solid var(--gray-border);border-radius:6px;outline:none;flex:1;padding:.7rem .85rem}.mobile-search-form .btn-solid{padding:.7rem 1rem}.mobile-drawer-backdrop{opacity:0;pointer-events:none;z-index:120;background:#07152673;transition:opacity .25s;display:block;position:fixed;inset:0}.mobile-drawer-backdrop.is-open{opacity:1;pointer-events:auto}.mobile-drawer{background:var(--white);z-index:130;flex-direction:column;width:min(86vw,320px);height:100%;padding:.75rem 1rem 1.5rem;transition:transform .28s;display:flex;position:fixed;top:0;left:0;transform:translate(-105%);box-shadow:8px 0 30px #0000002e}.mobile-drawer.is-open{transform:translate(0)}.mobile-drawer-head{color:var(--navy);border-bottom:1px solid var(--gray-border);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.35rem 0 .85rem;font-weight:800;display:flex}.mobile-drawer-list{flex:1;overflow-y:auto}.mobile-drawer-list>li>a{letter-spacing:.03em;color:var(--navy);border-bottom:1px solid var(--gray-border);padding:.85rem .25rem;font-size:.9rem;font-weight:750;display:block}.mobile-drawer-list>li>a.active{color:var(--blue)}.mobile-sublinks{padding:.25rem 0 .65rem .85rem}.mobile-sublinks a{color:var(--muted);padding:.45rem 0;font-size:.84rem;font-weight:600;display:block}.mobile-drawer-cta{justify-content:center;margin-top:1rem}.hero{min-height:460px}.hero-content{width:min(100% - 2rem, var(--container));text-align:left;margin-left:auto;margin-right:auto;padding:2.75rem 0 3.25rem}.hero h1{font-size:1.7rem}.hero-points,.hero-dots{display:none}.hero-actions{flex-direction:column;align-items:stretch;gap:.75rem}.hero-actions .btn-solid,.hero-actions .btn-ghost{justify-content:center;width:100%;padding:.95rem 1rem}.btn-text-full{display:none}.btn-text-short{display:inline}.features{margin-top:0;padding:1.25rem 0 .5rem}.features-grid{gap:.65rem;grid-template-columns:repeat(2,1fr)!important}.feature-card{box-shadow:none;background:0 0;border:0;border-radius:0;padding:.85rem .35rem}.feature-card p{display:none}.feature-card h3{color:var(--navy);font-size:.78rem;line-height:1.25}.feature-icon svg{width:32px;height:32px}.categories{padding:1.25rem 0 1.75rem}.section-head h2{font-size:1.05rem}.view-all-full{display:none}.view-all-short{display:inline}.category-grid-desktop{display:none!important}.category-grid-mobile{grid-template-columns:repeat(4,1fr);gap:.85rem .4rem;display:grid!important}.category-grid-mobile .category-icon{width:58px;height:58px}.category-grid-mobile .category-icon svg{width:42px;height:42px}.category-grid-mobile .category-item{gap:.4rem;font-size:.68rem}.manufacturers{background:var(--white);padding:.25rem 0 2rem}.brand-carousel{align-items:center;gap:.35rem;display:flex;position:relative}.brand-nav{border:1px solid var(--gray-border);background:var(--white);width:28px;height:28px;color:var(--muted);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;line-height:1;display:inline-flex}.brand-row{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:.75rem;padding:.25rem .15rem;overflow-x:auto;grid-template-columns:none!important;display:flex!important}.brand-row::-webkit-scrollbar{display:none}.brand-card{scroll-snap-align:start;flex:0 0 150px;min-width:150px;min-height:78px}.info-banners{padding:.5rem 0 2rem}.info-banners-inner{display:none!important}.mobile-cta-banner{text-align:center;background:var(--navy);color:var(--white);border-radius:10px;flex-direction:column;align-items:center;gap:.85rem;padding:2rem 1.25rem;display:flex}.mobile-cta-banner h2{letter-spacing:.02em;font-size:1.15rem;font-weight:800;line-height:1.3}.mobile-cta-banner p{opacity:.92;max-width:320px;font-size:.9rem}.mobile-cta-banner .btn-solid{margin-top:.35rem}}@media (width>=901px){.feature-card:nth-child(6){display:none}}@media (width<=640px){.features-grid{grid-template-columns:repeat(2,1fr)!important}.hero h1{font-size:1.55rem}.hero-sub{font-size:.92rem}}
