:root{--ink:#101214;--ink-2:#1a1d20;--paper:#f4f4f1;--white:#fff;--yellow:#f6b800;--yellow-2:#ffd047;--muted:#6d7277;--line:#d9dad6;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.6}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 max(28px,calc((100vw - var(--max))/2));background:rgba(244,244,241,.94);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(16,18,20,.12)}.logo{display:flex;align-items:center;gap:11px;font-size:23px;font-weight:800;letter-spacing:-1px}.logo>span:last-child>span{color:#ad8100}.logo-mark{width:35px;height:35px;background:var(--ink);color:var(--yellow);display:grid;place-items:center;border-radius:7px;font-family:"Roboto Mono",monospace;font-size:20px}.site-header nav{display:flex;align-items:center;gap:31px;font-size:14px;font-weight:700}.site-header nav a:not(.nav-cta){position:relative}.site-header nav a:not(.nav-cta):after{content:"";position:absolute;left:0;bottom:-7px;width:100%;height:2px;background:var(--yellow);transform:scaleX(0);transform-origin:left;transition:.25s}.site-header nav a:hover:after{transform:scaleX(1)}.nav-cta{background:var(--ink);color:white;padding:12px 19px;border-radius:5px}.menu-button{display:none}.hero{min-height:690px;position:relative;background:var(--ink);color:white;overflow:hidden;display:flex;align-items:center}.hero-media{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(13,15,17,.22),rgba(13,15,17,.02)),radial-gradient(circle at 76% 45%,rgba(246,184,0,.18),transparent 22%),linear-gradient(135deg,#111417 0%,#20262a 62%,#121416 100%);background-size:cover;background-position:center}.hero-media:after{content:"";position:absolute;right:9%;top:17%;width:370px;height:370px;border:1px solid rgba(246,184,0,.28);border-radius:50%;box-shadow:0 0 0 56px rgba(246,184,0,.035),0 0 0 112px rgba(246,184,0,.018)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,12,13,.98) 0%,rgba(10,12,13,.88) 42%,rgba(10,12,13,.12) 76%),linear-gradient(0deg,rgba(10,12,13,.72),transparent 45%)}.hero-content{position:relative;z-index:2;width:min(760px,calc(100% - 56px));margin-left:max(28px,calc((100vw - var(--max))/2));padding:84px 0 112px}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:2px;font-family:"Roboto Mono",monospace;font-size:12px;font-weight:600}.eyebrow{color:#d5d7d8;display:flex;align-items:center;gap:10px}.eyebrow span{width:34px;height:2px;background:var(--yellow)}h1{font-size:clamp(47px,5.5vw,77px);line-height:1.03;letter-spacing:-4px;margin:24px 0 24px;max-width:750px}.hero-content>p{font-size:18px;line-height:1.7;color:#c7cacc;max-width:630px}.finder{margin-top:36px;max-width:670px}.finder>label{display:block;font-size:13px;font-weight:700;margin-bottom:9px}.finder-row{display:flex;background:white;padding:6px;border-radius:7px}.finder-row input{flex:1;border:0;padding:15px 16px;outline:none;min-width:0}.finder-row button{border:0;background:var(--yellow);padding:12px 26px;font-weight:800;border-radius:4px;cursor:pointer}.quick-links{display:flex;gap:9px;flex-wrap:wrap;margin-top:12px}.quick-links button{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.05);color:#d9dbdc;border-radius:999px;padding:6px 12px;font-size:12px;cursor:pointer}.quick-links button:hover{border-color:var(--yellow);color:var(--yellow)}.hero-note{position:absolute;right:max(28px,calc((100vw - var(--max))/2));bottom:42px;display:flex;align-items:center;gap:16px;z-index:2}.note-number{font-family:"Roboto Mono",monospace;color:var(--yellow);font-size:12px}.hero-note strong,.hero-note small{display:block}.hero-note small{color:#9ca1a4;margin-top:2px}.trust-strip{max-width:var(--max);margin:-1px auto 0;display:grid;grid-template-columns:repeat(3,1fr);background:var(--yellow);position:relative;z-index:3}.trust-strip p{margin:0;padding:23px 28px;border-right:1px solid rgba(16,18,20,.2)}.trust-strip p:last-child{border:0}.trust-strip strong,.trust-strip span{display:block}.trust-strip strong{font-size:14px}.trust-strip span{font-size:12px;margin-top:2px}.section{max-width:var(--max);margin:0 auto;padding:110px 0}.section-head{display:grid;grid-template-columns:1.25fr .75fr;align-items:end;gap:70px;margin-bottom:54px}.kicker{color:#987300}.section-head h2,.brands-intro h2,.process-title h2,.quote-copy h2{font-size:clamp(38px,4.5vw,61px);line-height:1.08;letter-spacing:-3px;margin:13px 0 0}.section-head>p{color:var(--muted);margin:0 0 8px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.product-card{min-height:380px;padding:29px;position:relative;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.34);transition:transform .25s,background .25s}.product-card:hover{background:white;transform:translateY(-5px);z-index:2;box-shadow:0 16px 50px rgba(16,18,20,.08)}.product-card.featured{background:var(--ink);color:white}.card-index{font-family:"Roboto Mono",monospace;font-size:11px;color:#8b8f91}.line-icon{font-size:31px;margin:38px 0 44px;color:#b28500}.featured .line-icon{color:var(--yellow)}.product-card h3{font-size:22px;line-height:1.2;margin:0 0 13px}.product-card p{font-size:14px;color:var(--muted);min-height:68px}.featured p{color:#b6babc}.product-card ul{margin:25px 0 0;padding:0;list-style:none;border-top:1px solid var(--line);padding-top:17px}.featured ul{border-color:#3a3e41}.product-card li{font-size:12px;margin:5px 0}.product-card li:before{content:"—";color:#b28500;margin-right:7px}.new-tag{position:absolute;right:25px;top:24px;background:var(--yellow);color:var(--ink);font-size:10px;text-transform:uppercase;font-weight:800;letter-spacing:1px;padding:5px 8px}.search-status{font-size:13px;color:var(--muted);margin:-33px 0 18px;min-height:21px}.product-card.is-hidden{display:none}.empty-state{text-align:center;background:white;padding:44px;border:1px solid var(--line)}.empty-state strong{font-size:20px}.empty-state p{color:var(--muted)}.empty-state a{display:inline-block;background:var(--ink);color:white;padding:11px 17px;border-radius:4px;font-weight:700}.brands-section{background:var(--ink);color:white;padding:108px max(28px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:.82fr 1.18fr;gap:95px}.brands-intro{position:sticky;top:120px;align-self:start}.brands-intro p{color:#aeb2b4;max-width:430px;margin-top:28px}.brand-list{border-top:1px solid #34383b}.brand-list article{min-height:93px;display:grid;grid-template-columns:44px 1fr auto;align-items:center;border-bottom:1px solid #34383b;padding:0 20px;position:relative}.brand-list article:after{content:"↗";color:#656a6e;margin-left:20px}.brand-list article>span{font-family:"Roboto Mono",monospace;color:#696e72;font-size:11px}.brand-list h3{font-size:24px;letter-spacing:-1px}.brand-list p{font-size:12px;color:#999ea1;margin-right:15px}.brand-list b{position:absolute;right:17px;top:10px;color:var(--yellow);font-size:9px;text-transform:uppercase;letter-spacing:1px}.brand-list .brand-highlight{background:var(--yellow);color:var(--ink);border-color:var(--yellow)}.brand-list .brand-highlight p,.brand-list .brand-highlight>span,.brand-list .brand-highlight:after{color:#574400}.brand-list .brand-highlight b{color:var(--ink)}.solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.solution-grid article{background:white;min-height:280px;padding:33px;border-left:4px solid var(--yellow);display:flex;flex-direction:column}.solution-no{font-family:"Roboto Mono",monospace;font-size:11px;color:#999}.solution-grid h3{font-size:24px;letter-spacing:-1px;margin:43px 0 10px}.solution-grid p{color:var(--muted);font-size:14px;margin:0;max-width:500px}.solution-grid small{margin-top:auto;font-family:"Roboto Mono",monospace;font-size:10px;color:#987300}.process-section{background:#e5e5e0;padding:105px max(28px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:1fr 1fr;gap:100px}.process-section ol{list-style:none;padding:0;margin:0;border-top:1px solid #bfc1bc}.process-section li{display:grid;grid-template-columns:60px 1fr;border-bottom:1px solid #bfc1bc;padding:28px 0}.process-section li>span{font-family:"Roboto Mono",monospace;color:#987300;font-size:12px}.process-section h3{margin:0 0 7px;font-size:19px}.process-section p{margin:0;color:var(--muted);font-size:13px;max-width:420px}.quote-section{background:var(--yellow);padding:105px max(28px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}.quote-section .kicker{color:#5b4600}.quote-copy p{max-width:440px;margin-top:25px}.quote-facts{display:flex;gap:9px;flex-wrap:wrap;margin-top:35px}.quote-facts span{border:1px solid rgba(16,18,20,.28);border-radius:999px;padding:7px 11px;font-size:11px;font-weight:700}.quote-form{background:var(--ink);color:white;padding:35px;border-radius:8px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.quote-form label{display:block;font-size:12px;color:#bfc2c4;margin-bottom:18px}.quote-form input,.quote-form textarea{width:100%;display:block;margin-top:7px;background:#202326;border:1px solid #3c4144;color:white;border-radius:4px;padding:12px;outline:none}.quote-form input:focus,.quote-form textarea:focus{border-color:var(--yellow)}.quote-form button{width:100%;border:0;background:var(--yellow);color:var(--ink);font-weight:800;padding:15px;border-radius:4px;display:flex;justify-content:space-between;cursor:pointer}.form-note{font-size:10px;color:#858b8e;margin:12px 0 0}.form-result{margin-top:18px;background:#202326;border-left:3px solid var(--yellow);padding:16px;font-size:12px;white-space:pre-wrap}.form-result button{margin-top:12px;width:auto;padding:9px 13px;font-size:11px}footer{padding:45px max(28px,calc((100vw - var(--max))/2));background:#0a0c0d;color:white;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:35px}.footer-logo{font-size:19px}.footer-logo .logo-mark{background:var(--yellow);color:var(--ink);width:31px;height:31px}footer>p{color:#8e9396;font-size:12px}.footer-meta{display:flex;gap:25px}.footer-meta span{color:#5c6265}@media(max-width:900px){.site-header nav{display:none;position:absolute;top:81px;left:0;right:0;background:var(--paper);padding:25px 28px;flex-direction:column;align-items:stretch}.site-header nav.open{display:flex}.menu-button{display:block;border:1px solid var(--line);background:transparent;padding:8px 13px;border-radius:4px}.hero{min-height:740px}.hero-content{padding:80px 0 170px}.hero-note{left:28px;right:auto}.trust-strip{grid-template-columns:1fr;margin:0}.trust-strip p{border-right:0;border-bottom:1px solid rgba(16,18,20,.2)}.section{padding:80px 28px}.section-head,.brands-section,.process-section,.quote-section{grid-template-columns:1fr;gap:45px}.product-grid{grid-template-columns:repeat(2,1fr)}.brands-intro{position:static}.brands-section,.process-section,.quote-section{padding-top:80px;padding-bottom:80px}.brand-list article{grid-template-columns:42px 1fr}.brand-list p{display:none}footer{grid-template-columns:1fr}.footer-meta{justify-content:space-between}}@media(max-width:590px){h1{font-size:45px;letter-spacing:-2.5px}.hero-content{width:calc(100% - 38px);margin-left:19px}.hero-note{left:19px}.finder-row button{padding:11px 15px}.product-grid,.solution-grid{grid-template-columns:1fr}.product-card{min-height:340px}.section-head h2,.brands-intro h2,.process-title h2,.quote-copy h2{letter-spacing:-2px}.field-row{grid-template-columns:1fr}.brand-list h3{font-size:20px}.quote-form{padding:24px}.quick-links{gap:6px}.trust-strip p{padding-left:20px}footer{padding:39px 22px}}
.hero-media{background-image:url("hero-industrial.webp")}
:root{--ink:#000000;--ink-2:#4a4a4a;--paper:#f2f2f2;--yellow:#ffd600;--yellow-2:#ffd600;--muted:#818091;--line:#d4d7e0}
body{font-family:"Proxima Nova",Manrope,Arial,sans-serif}
.site-header{height:96px;background:rgba(242,242,242,.96)}
.brand-logo{display:block;width:126px;height:auto}
.kicker{color:#4a4a4a}
.brands-section .kicker{color:#ffd600}
.contact-list{display:grid;gap:0;margin-top:42px;border-top:1px solid rgba(0,0,0,.3)}
.contact-list>a,.contact-list address{display:block;padding:15px 0;border-bottom:1px solid rgba(0,0,0,.3);font-style:normal}
.contact-list small,.contact-list strong{display:block}
.contact-list small{font-family:"Roboto Mono",monospace;font-size:10px;letter-spacing:1px;text-transform:uppercase;color:#4a4a4a;margin-bottom:3px}
.contact-list strong{font-size:14px;line-height:1.45}
.contact-list a:hover strong{text-decoration:underline;text-underline-offset:3px}
footer{grid-template-columns:180px 1fr auto;gap:46px}
.footer-logo{background:#f2f2f2;padding:9px 13px;border-radius:4px;width:max-content}
.footer-logo .brand-logo{width:150px}
.footer-company{display:flex;flex-direction:column;gap:7px;color:#d4d7e0;font-size:12px;line-height:1.45}
.footer-company span{color:#818091}
.footer-contact{display:flex;flex-direction:column;align-items:flex-end;gap:5px;font-size:12px}
.footer-contact a{color:#d4d7e0}
.footer-contact a:hover{color:#ffd600}
.footer-contact span{color:#818091;margin-top:6px}
@media(max-width:900px){.site-header nav{top:95px}.brand-logo{width:112px}footer{grid-template-columns:1fr}.footer-contact{align-items:flex-start}.footer-logo .brand-logo{width:145px}}

/* Searchable brand product catalog */
.brands-section{grid-template-columns:.66fr 1.34fr;gap:72px;align-items:start}
.brand-catalog{min-width:0}
.catalog-tools{padding:20px;background:#151719;border:1px solid #34383b;margin-bottom:16px}
.catalog-tools>label{display:block;font-size:14px;font-weight:700;margin-bottom:10px}
.catalog-search-row{display:grid;grid-template-columns:minmax(180px,1fr) auto auto;gap:8px}
.catalog-search-row input{min-width:0;border:1px solid #4a4f53;background:#0c0e0f;color:#fff;border-radius:4px;padding:13px 14px;font-size:15px;outline:none}
.catalog-search-row input:focus{border-color:var(--yellow);box-shadow:0 0 0 2px rgba(255,214,0,.15)}
.catalog-search-row button{border:1px solid #505559;background:transparent;color:#fff;border-radius:4px;padding:0 13px;font-size:13px;font-weight:700;cursor:pointer}
.catalog-search-row button:hover{border-color:var(--yellow);color:var(--yellow)}
.catalog-tools p{font-size:12px;color:#92979a;margin:10px 0 0}
.brand-list{border-top:1px solid #34383b}
.brand-tree{border-bottom:1px solid #34383b;background:#0c0e0f}
.brand-tree[hidden]{display:none}
.brand-tree summary{list-style:none;min-height:92px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:14px;padding:0 20px;cursor:pointer;transition:background .2s}
.brand-tree summary::-webkit-details-marker{display:none}
.brand-tree summary:hover{background:#171a1c}
.brand-tree summary:focus-visible{outline:2px solid var(--yellow);outline-offset:-2px}
.brand-tree summary:after{content:"+";color:var(--yellow);font:600 24px/1 "Roboto Mono",monospace;margin-left:8px}
.brand-tree[open] summary:after{content:"−"}
.brand-tree summary>span:nth-child(2){display:flex;align-items:baseline;justify-content:space-between;gap:18px}
.brand-tree summary strong{font-size:23px;letter-spacing:-1px}
.brand-tree summary small{font-size:12px;color:#999ea1;text-align:right}
.brand-tree summary>b{font-size:10px;letter-spacing:1px;text-transform:uppercase;color:#8e9396;white-space:nowrap}
.brand-no{font:500 11px/1 "Roboto Mono",monospace;color:#696e72}
.brand-highlight summary{box-shadow:inset 4px 0 0 var(--yellow)}
.brand-highlight summary>b{color:var(--yellow)}
.tree-content{padding:0 20px 22px 78px}
.tree-group{border-top:1px solid #2f3336;padding:22px 0 6px}
.tree-group>h3{font-size:16px;color:var(--yellow);margin:0 0 15px;letter-spacing:-.2px}
.tree-types{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.tree-types article{background:#151719;border:1px solid #2e3235;padding:16px;min-width:0}
.tree-types h4{font-size:14px;margin:0 0 12px;color:#f2f2f2}
.family+.family{border-top:1px solid #303438;margin-top:14px;padding-top:14px}
.family>strong{display:block;font:600 12px/1.3 "Roboto Mono",monospace;color:#c4c7c9;margin-bottom:9px}
.code-list{display:flex;flex-wrap:wrap;gap:6px}
.code-list span{font:500 12px/1.35 "Roboto Mono",monospace;color:#eceeef;background:#050607;border:1px solid #383d40;border-radius:3px;padding:6px 8px;overflow-wrap:anywhere}
.code-list:not(.series) span{border-color:#665900;color:#ffe65f}
.catalog-note{font-size:13px;color:#999ea1;border-left:2px solid var(--yellow);padding-left:12px;margin:18px 0 0}
@media(max-width:1100px){.brands-section{grid-template-columns:1fr}.brands-intro{position:static}.tree-content{padding-left:20px}}
@media(max-width:700px){.catalog-search-row{grid-template-columns:1fr 1fr}.catalog-search-row input{grid-column:1/-1}.brand-tree summary{grid-template-columns:30px minmax(0,1fr) auto;padding:0 12px}.brand-tree summary>span:nth-child(2){display:block}.brand-tree summary small{display:block;text-align:left;margin-top:4px}.brand-tree summary>b{display:none}.tree-content{padding:0 12px 18px}.tree-types{grid-template-columns:1fr}.brand-tree summary strong{font-size:20px}}
