/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--ink:#111312;--paper:#f2f0ea;--yellow:#ffcc18;--muted:#6f736d;--line:#11131226}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:108px}html.intro-lock,html.intro-lock body{overflow:hidden}body{background:var(--paper);color:var(--ink);font-family:var(--font-geist-sans), Arial, sans-serif;margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none}.site-intro{z-index:1000;background:var(--ink);color:#fff;place-items:center;animation:.5s cubic-bezier(.76,0,.24,1) 1.05s forwards intro-curtain;display:grid;position:fixed;inset:0;overflow:hidden}.intro-seen .site-intro{display:none}.site-intro:before{content:"";opacity:0;background-color:#0000;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:80px 80px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;animation:.45s 50ms forwards intro-grid;position:absolute;inset:0}.site-intro-inner{justify-items:center;width:min(76vw,430px);display:grid;position:relative}.site-intro-logo{opacity:0;width:100%;height:auto;animation:.46s cubic-bezier(.22,1,.36,1) .1s forwards intro-logo;display:block;transform:translateY(14px)scale(.97)}.site-intro-line{background:var(--yellow);transform-origin:0;width:100%;height:3px;margin-top:22px;animation:.46s cubic-bezier(.22,1,.36,1) .35s forwards intro-line;transform:scaleX(0)}.site-intro-copy{color:#c9cbc6;font:700 9px/1.4 var(--font-geist-mono);letter-spacing:2.2px;text-align:center;text-transform:uppercase;opacity:0;margin-top:14px;animation:.36s .57s forwards intro-copy;transform:translateY(6px)}@keyframes intro-grid{to{opacity:1}}@keyframes intro-logo{to{opacity:1;transform:translate(0)scale(1)}}@keyframes intro-line{to{transform:scaleX(1)}}@keyframes intro-copy{to{opacity:1;transform:translateY(0)}}@keyframes intro-curtain{to{visibility:hidden;transform:translateY(-100%)}}html.motion-ready [data-reveal]{--reveal-delay:0s;opacity:0;transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay);transform:translateY(24px)}html.motion-ready [data-reveal=scale]{transform:translateY(14px)scale(.955)}html.motion-ready [data-reveal=fade]{transform:none}html.motion-ready [data-reveal].is-visible{opacity:1;transform:translate(0)scale(1)}html.motion-ready [data-delay="1"]{--reveal-delay:70ms}html.motion-ready [data-delay="2"]{--reveal-delay:.14s}html.motion-ready [data-delay="3"]{--reveal-delay:.21s}html.motion-ready [data-delay="4"]{--reveal-delay:.28s}.site-header{border-bottom:1px solid var(--line);z-index:50;-webkit-backdrop-filter:blur(16px);background:#f2f0eaf0;justify-content:space-between;align-items:center;height:92px;padding:0 clamp(24px,5vw,80px);transition:background-color .3s,border-color .3s,box-shadow .3s;display:flex;position:sticky;top:0}.site-header.is-scrolled{background:#f2f0eafa;border-bottom-color:#11131238;box-shadow:0 10px 30px #11131214}.brand{align-items:center;display:inline-flex}.brand-logo{transform-origin:0;width:clamp(176px,18vw,225px);height:auto;transition:opacity .2s,transform .3s cubic-bezier(.22,1,.36,1);display:block}.brand:hover .brand-logo{opacity:.72}.site-header.is-scrolled .brand-logo{transform:scale(.9)}.desktop-nav{align-items:center;gap:34px;font-size:13px;font-weight:650;display:flex}.desktop-nav a{transition:opacity .2s}.desktop-nav a:hover{opacity:.55}.nav-cta{border:1px solid var(--ink);padding:12px 18px}.mobile-nav{display:none;position:relative}.mobile-menu-toggle{border:1px solid var(--ink);cursor:pointer;background:0 0;place-content:center;gap:4px;width:44px;height:44px;padding:0;transition:transform .25s,background-color .25s;display:grid}.site-header.is-scrolled .mobile-menu-toggle{transform:scale(.92)}.mobile-menu-toggle span{background:var(--ink);width:18px;height:2px;transition:transform .2s,opacity .2s}.mobile-nav.is-open .mobile-menu-toggle span:first-child{transform:translateY(6px)rotate(45deg)}.mobile-nav.is-open .mobile-menu-toggle span:nth-child(2){opacity:0}.mobile-nav.is-open .mobile-menu-toggle span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.mobile-menu{z-index:30;background:var(--paper);border:1px solid var(--ink);width:min(310px,100vw - 48px);box-shadow:10px 10px 0 var(--yellow);opacity:0;visibility:hidden;pointer-events:none;padding:12px;transition:opacity .2s,transform .2s,visibility .2s;display:grid;position:absolute;top:calc(100% + 12px);right:0;transform:translateY(-8px)}.mobile-nav.is-open .mobile-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mobile-menu a{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:48px;padding:0 12px;font-size:14px;font-weight:700;display:flex}.mobile-menu a:last-child{border-bottom:0}.mobile-menu .mobile-contact{background:var(--yellow);color:var(--ink);margin-top:8px}.hero{grid-template-columns:1.02fr .98fr;align-items:center;min-height:calc(100vh - 92px);padding:64px clamp(24px,5vw,80px) 90px;display:grid;position:relative}.hero:before{content:"";background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);opacity:.35;pointer-events:none;background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 65%,#0000);mask-image:linear-gradient(90deg,#0000,#000 65%,#0000)}.hero-copy{z-index:2;max-width:760px;position:relative}.eyebrow,.section-label{font:700 11px var(--font-geist-mono);letter-spacing:2px;text-transform:uppercase;align-items:center;gap:12px;display:flex}.eyebrow span{background:var(--yellow);width:38px;height:4px}h1{letter-spacing:-.065em;margin:32px 0;font-size:clamp(54px,6.4vw,104px);font-weight:780;line-height:.91}h1 em{color:#74776f;font-style:normal;font-weight:350}.hero-copy>p{color:#545851;max-width:610px;font-size:17px;line-height:1.8}.hero-copy>p strong{color:var(--ink);font-weight:850}.hero-actions{align-items:center;gap:34px;margin-top:40px;display:flex}.button{justify-content:center;align-items:center;gap:30px;min-height:54px;padding:0 24px;font-size:13px;font-weight:750;transition:transform .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-3px)}.button:active{transform:translateY(0)scale(.98)}.button.primary{background:var(--ink);color:#fff}.button.yellow{background:var(--yellow);color:var(--ink)}.text-link{border-bottom:1px solid var(--ink);padding:10px 0;font-size:13px;font-weight:700}.text-link span{margin-left:20px}.hero-visual{z-index:1;height:620px;position:relative}.orbit{border:1px solid #11131226;border-radius:50%;position:absolute}.orbit-one{width:520px;height:520px;top:40px;right:0}.orbit-two{border-style:dashed;width:370px;height:370px;top:115px;right:75px}.gear{background:repeating-conic-gradient(from 0deg, var(--ink) 0 7deg, transparent 7deg 13deg);border-radius:50%;place-items:center;display:grid;position:absolute}.gear:before{content:"";background:var(--paper);border:22px solid var(--ink);border-radius:50%;position:absolute;inset:36px}.gear-large{width:270px;height:270px;animation:35s linear infinite spin;top:165px;right:116px}.gear-large:before{background:var(--yellow);box-shadow:inset 0 0 0 1px #1113121f}.gear-copy{z-index:2;color:var(--ink);text-align:center;align-content:center;justify-items:center;animation:35s linear infinite spin-reverse;display:grid}.gear-copy strong{font:900 42px/.78 var(--font-geist-sans);letter-spacing:-3px}.gear-copy span{font:900 15px/1 var(--font-geist-sans);letter-spacing:1.8px;margin-top:9px}.gear-copy small{max-width:98px;font:700 6px/1.3 var(--font-geist-mono);letter-spacing:1px;margin-top:10px}.gear-copy:after{content:"";background:var(--ink);width:38px;height:4px;margin-top:10px}.gear-small{width:108px;height:108px;animation:24s linear infinite spin-reverse;top:96px;right:54px}.gear-small:before{border-width:9px;inset:16px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes spin-reverse{to{transform:rotate(-360deg)}}@keyframes spin-centered{to{transform:translate(-50%)rotate(360deg)}}@keyframes spec-float{0%,to{transform:rotate(-3deg)translate(0)}50%{transform:rotate(-2deg)translateY(-8px)}}.solution-categories{z-index:4;grid-template-columns:repeat(2,1fr);gap:7px 18px;width:290px;display:grid;position:absolute;bottom:42px;left:0}.solution-categories span{color:var(--ink);font:750 8px/1 var(--font-geist-mono);letter-spacing:.8px;border-top:1px solid #11131247;align-items:center;gap:8px;padding-top:7px;display:flex}.solution-categories i{color:#8a8d86;font-size:7px;font-style:normal}.spec-card{background:var(--yellow);width:230px;box-shadow:14px 14px 0 var(--ink);padding:22px;animation:5.5s ease-in-out infinite spec-float;display:grid;position:absolute;bottom:40px;right:0;transform:rotate(-3deg)}.spec-card span,.spec-card small{font:700 9px var(--font-geist-mono);letter-spacing:1px}.spec-card strong{margin:4px 0 18px;font-size:34px}.hero-meta{font:600 9px var(--font-geist-mono);letter-spacing:1.5px;align-items:center;gap:16px;display:flex;position:absolute;bottom:25px;left:clamp(24px,5vw,80px)}.hero-meta .line{background:var(--ink);width:70px;height:1px}.trust-bar{background:var(--yellow);min-height:76px;font:800 12px var(--font-geist-mono);letter-spacing:1.5px;justify-content:space-around;align-items:center;padding:18px 5vw;display:flex}.trust-bar i{transform-origin:50%;font-style:normal;animation:2.8s ease-in-out infinite trust-pulse}.trust-bar i:nth-of-type(2){animation-delay:.35s}.trust-bar i:nth-of-type(3){animation-delay:.7s}@keyframes trust-pulse{0%,to{opacity:.55;transform:scale(.8)rotate(0)}50%{opacity:1;transform:scale(1.12)rotate(45deg)}}.section{padding:120px clamp(24px,7vw,112px)}.section-label{color:#6a6d66;margin-bottom:48px}.section-label.light{color:#a7aaa4}.about-grid{grid-template-columns:1fr 1fr;gap:10vw;display:grid}.about h2,.section-heading h2,.process h2,.cta-section h2{letter-spacing:-.045em;margin:0;font-size:clamp(40px,4.5vw,70px);line-height:1.06}.about-copy>p{color:#555951;margin:0 0 22px;font-size:16px;line-height:1.85}.about-copy>p strong{color:var(--ink)}.industry-block{margin-top:54px}.industry-block>span{color:var(--muted);font:700 10px var(--font-geist-mono);letter-spacing:1.5px;margin-bottom:14px;display:block}.industry-list{border-top:1px solid var(--line)}.industry-list div{border-bottom:1px solid var(--line);grid-template-columns:34px 1fr;align-items:center;gap:12px;padding:14px 0;display:grid}.industry-list small{color:#999c95;font:600 9px var(--font-geist-mono)}.industry-list strong{font-size:14px}.stats{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px;display:grid}.stats div{border-top:2px solid var(--ink);gap:8px;padding-top:15px;display:grid}.stats strong{font-size:28px}.stats span{font:600 10px var(--font-geist-mono);color:var(--muted)}.products{background:var(--ink);color:#fff}.section-heading{justify-content:space-between;align-items:end;gap:50px;margin-bottom:60px;display:flex}.section-heading>p{color:#a7aaa4;max-width:390px;margin:0;line-height:1.7}.product-grid{border-top:1px solid #373936;border-left:1px solid #373936;grid-template-columns:repeat(2,1fr);display:grid}.product-card{cursor:pointer;border-bottom:1px solid #373936;border-right:1px solid #373936;min-height:450px;padding:30px;transition:background .25s,color .25s;display:block}.product-card:hover{background:var(--yellow);color:var(--ink)}.product-card:focus-visible{outline:3px solid var(--yellow);outline-offset:-4px}.product-top{font:600 11px var(--font-geist-mono);color:#8e928b;justify-content:space-between;display:flex}.arrow{color:#fff;font-size:20px;transition:color .25s,transform .25s}.product-card:hover .arrow,.product-card:active .arrow{color:var(--ink);transform:translateY(5px)}.product-card:hover .product-top,.product-card:active .product-top{color:var(--ink)}.category-illustration{--illustration-color:var(--yellow);height:160px;color:var(--illustration-color);margin:25px 0;transition:color .25s,transform .25s;position:relative}.category-illustration span,.category-illustration span:before,.category-illustration span:after{box-sizing:border-box;position:absolute}.product-card:hover .category-illustration,.product-card:active .category-illustration{--illustration-color:var(--ink);transform:translateY(-3px)}.abrasive-sheet{border:3px solid;border-radius:4px;width:160px;height:96px;left:calc(50% - 80px)}.abrasive-sheet-back{top:25px;transform:rotate(-8deg)skew(-5deg)}.abrasive-sheet-middle{top:36px;transform:rotate(5deg)skew(-5deg)}.abrasive-sheet-front{background-color:var(--ink);background-image:radial-gradient(circle,currentColor 1.3px,#0000 1.6px);background-size:12px 12px;top:48px;transform:skew(-5deg)}.product-card:hover .abrasive-sheet-front{background-color:var(--yellow)}.abrasive-sheet-front:before{content:"";background:var(--ink);clip-path:polygon(100% 0,100% 100%,0 0);border-bottom:3px solid;border-left:3px solid;width:29px;height:29px;top:0;right:0}.product-card:hover .abrasive-sheet-front:before{background:var(--yellow)}.abrasive-sheet-mark{background:var(--ink);border-top:3px solid;border-bottom:3px solid;width:98px;height:37px;top:77px;left:calc(50% - 49px);transform:skew(-5deg)}.product-card:hover .abrasive-sheet-mark{background:var(--yellow)}.abrasive-sheet-mark:before,.abrasive-sheet-mark:after{content:"";background:currentColor;height:3px;left:18px}.abrasive-sheet-mark:before{width:61px;top:9px}.abrasive-sheet-mark:after{width:42px;top:21px}.tape-roll{background:var(--ink);border:3px solid;border-radius:50%;width:84px;height:84px;top:40px}.product-card:hover .tape-roll{background:var(--yellow)}.tape-roll:before{content:"";border:3px solid;border-radius:50%;inset:21px}.tape-roll:after{content:"";background:currentColor;width:18px;height:3px;top:9px;right:8px;transform:rotate(44deg)}.tape-roll-one{left:calc(50% - 112px);transform:rotate(-14deg)}.tape-roll-two{z-index:2;top:28px;left:calc(50% - 42px)}.tape-roll-three{left:calc(50% + 28px);transform:rotate(14deg)}.sander-handle{border:3px solid;border-left:0;border-radius:0 16px 10px 0;width:100px;height:27px;top:39px;left:calc(50% + 16px)}.sander-handle:after{content:"";border:3px solid;border-left:0;border-radius:0 5px 5px 0;width:24px;height:10px;top:7px;right:-25px}.sander-body{border:3px solid;border-radius:52px 44px 19px 19px;width:104px;height:76px;top:28px;left:calc(50% - 68px)}.sander-body:before{content:"";border:3px solid;border-top:0;border-radius:0 0 12px 12px;width:58px;height:22px;bottom:-22px;left:22px}.sander-body:after{content:"";border-top:3px solid;border-bottom:3px solid;width:68px;height:12px;top:15px;left:17px}.sander-trigger{border-top:3px solid;width:49px;height:18px;top:26px;left:calc(50% + 22px);transform:rotate(10deg)}.sander-pad{border:3px solid;border-radius:50%;width:166px;height:22px;top:119px;left:calc(50% - 83px)}.compound-tub{border:3px solid;border-radius:9px 9px 18px 18px;width:117px;height:83px;top:47px;left:calc(50% - 103px)}.compound-tub:before{content:"";background:var(--ink);border:3px solid;border-radius:50%;width:131px;height:18px;top:-12px;left:-7px}.product-card:hover .compound-tub:before{background:var(--yellow)}.compound-label{border-top:3px solid;border-bottom:3px solid;width:85px;height:34px;top:79px;left:calc(50% - 87px)}.compound-label:after{content:"";background:currentColor;width:45px;height:3px;top:9px;left:20px}.compound-bottle{border:3px solid;border-radius:15px 15px 12px 12px;width:56px;height:90px;top:43px;left:calc(50% + 35px)}.compound-bottle:before{content:"";border-top:3px solid;border-bottom:3px solid;width:30px;height:47px;top:13px;left:10px}.compound-cap{border:3px solid;border-radius:5px 5px 2px 2px;width:34px;height:18px;top:27px;left:calc(50% + 46px)}.product-card h3{margin:0 0 14px;font-size:24px}.product-card>p{color:#a7aaa4;min-height:70px;font-size:14px;line-height:1.65}.product-card:hover>p{color:#30322f}.tags{flex-wrap:wrap;gap:7px;margin-top:22px;display:flex}.tags span{font:600 9px var(--font-geist-mono);color:#b8bbb5;border:1px solid #4e514c;padding:7px 9px}.product-card:hover .tags span{color:var(--ink);border-color:#1113124d}.product-showcase{margin-top:88px;scroll-margin-top:28px}.showcase-heading{justify-content:space-between;align-items:end;gap:40px;margin-bottom:30px;display:flex}.showcase-heading>span{color:var(--yellow);font:700 10px var(--font-geist-mono);letter-spacing:1.7px}.showcase-heading h3{letter-spacing:-.035em;text-align:right;max-width:560px;margin:0;font-size:clamp(28px,3vw,44px);line-height:1.08}.swipe-hint{display:none}.showcase-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.showcase-card{min-width:0;color:var(--ink);background:#fff;overflow:hidden}.showcase-image{aspect-ratio:1;background:#fff;place-items:center;display:grid;overflow:hidden}.showcase-image img{--product-image-scale:1;--product-image-hover-scale:1.035;--product-image-shift-y:0%;object-fit:cover;width:100%;height:100%;transform:translateY(var(--product-image-shift-y)) scale(var(--product-image-scale));transition:transform .35s;display:block}.showcase-card:hover .showcase-image img,.showcase-card:active .showcase-image img{transform:translateY(var(--product-image-shift-y)) scale(var(--product-image-hover-scale))}.showcase-image img.product-image--polishing-power{--product-image-shift-y:3%}.showcase-image img.product-image--polishing-finishing{--product-image-scale:1.04;--product-image-hover-scale:1.075;--product-image-shift-y:2%}.showcase-image img.product-image--polishing-solid{--product-image-scale:1.18;--product-image-hover-scale:1.22;--product-image-shift-y:8%}.showcase-copy{border-top:1px solid #e7e7e3;align-items:center;gap:18px;min-height:82px;padding:20px;display:flex}.showcase-copy span{color:#8a8e86;font:700 9px var(--font-geist-mono)}.showcase-copy h4{margin:0;font-size:17px}.partner-strip{border-bottom:1px solid var(--line);background:#fff;padding:68px clamp(24px,7vw,112px) 76px}.partner-heading{justify-content:space-between;align-items:end;gap:40px;margin-bottom:34px;display:flex}.partner-kicker{color:var(--muted);font:700 10px var(--font-geist-mono);letter-spacing:1.6px}.partner-heading h2{letter-spacing:-.035em;text-align:right;max-width:520px;margin:0;font-size:clamp(28px,3vw,44px);line-height:1.08}.partner-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.partner-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;grid-template-rows:1fr auto;place-items:center;gap:22px;min-height:220px;margin:0;padding:30px;display:grid}.partner-card img{object-fit:contain;width:auto;max-width:82%;height:auto;max-height:100px;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .25s;display:block}.partner-card:hover img{transform:scale(1.035)}.partner-round-logo{border-radius:50%;width:126px;height:126px;display:block;overflow:hidden}.partner-round-logo img{object-fit:cover;width:100%;max-width:none;height:100%;max-height:none}.partner-card figcaption{color:#777b74;font:700 9px var(--font-geist-mono);letter-spacing:1.5px}.process-head{justify-content:space-between;align-items:end;gap:40px;margin-bottom:70px;display:flex}.process-head p{color:var(--muted);max-width:360px;line-height:1.7}.process-list{grid-template-columns:repeat(4,1fr);display:grid}.process-list article{border-top:1px solid var(--ink);min-height:240px;padding:28px 28px 0 0;position:relative}.process-list article:after{content:"";background:var(--yellow);width:10px;height:10px;position:absolute;top:-5px;left:0}.process-number{font:600 11px var(--font-geist-mono);color:var(--muted)}.process-list h3{margin:34px 0 12px;font-size:22px}.process-list p{color:var(--muted);max-width:240px;font-size:14px;line-height:1.65}.cta-section{color:#fff;background:#272a27;grid-template-columns:1fr 360px;gap:9vw;padding:110px clamp(24px,7vw,112px);display:grid;position:relative;overflow:hidden}.cta-section:before{content:"BMT";color:#ffffff06;font-size:340px;font-weight:900;position:absolute;top:-110px;right:-30px}.cta-copy{z-index:1;position:relative}.cta-copy>p{color:#b9bcb6;max-width:600px;margin:28px 0 36px;line-height:1.75}.cta-actions{align-items:center;gap:24px;display:flex}.cta-actions>span{color:#989c95;font:600 10px var(--font-geist-mono)}.contact-card{z-index:1;border:1px solid #555953;align-self:center;gap:9px;padding:32px;display:grid;position:relative}.contact-card>span{color:#8e928b;font:600 9px var(--font-geist-mono);letter-spacing:1px}.contact-card strong,.contact-card a{font-size:14px;line-height:1.55}.contact-card a{color:var(--yellow);word-break:break-word}.contact-card hr{border:0;border-top:1px solid #484c47;width:100%;margin:18px 0}footer{background:var(--ink);color:#fff;border-top:1px solid #2f322f;grid-template-columns:1fr 1fr 1fr;align-items:center;min-height:150px;padding:40px clamp(24px,5vw,80px);display:grid}.footer-brand .brand-logo{opacity:.9;width:min(240px,100%)}footer p{color:#858982;text-align:center;font-size:12px}.footer-meta{color:#858982;font:500 10px var(--font-geist-mono);text-align:right;justify-items:end;gap:8px;display:grid}.footer-meta a{color:#aeb1ac;text-decoration:none;transition:color .2s}.footer-meta a:hover,.footer-meta a:focus-visible{color:var(--yellow)}@media (width<=980px){.desktop-nav{display:none}.mobile-nav{display:block}.hero{grid-template-columns:1fr;padding-top:80px}.hero-visual{height:420px}.orbit-one{width:390px;height:390px;left:50%;transform:translate(-50%)}.orbit-two{width:280px;height:280px;left:50%;right:auto;transform:translate(-50%)}.gear-large{animation:42s linear infinite spin-centered;left:50%;right:auto;transform:translate(-50%)}.gear-copy{animation:42s linear infinite spin-reverse}.gear-small{right:14%}.about-grid{grid-template-columns:1fr;gap:42px}.product-grid,.showcase-grid{grid-template-columns:repeat(2,1fr)}.partner-heading{flex-direction:column;align-items:flex-start}.partner-heading h2{text-align:left}.partner-card{min-height:190px;padding:24px}.process-list{grid-template-columns:repeat(2,1fr);gap:40px 0}.cta-section{grid-template-columns:1fr}.contact-card{width:100%;max-width:500px}}@media (width<=640px){.site-intro-inner{width:min(74vw,280px)}.site-intro-line{height:2px;margin-top:16px}.site-intro-copy{letter-spacing:1.5px;max-width:220px;margin-top:11px;font-size:7px}html.motion-ready [data-reveal]{transition-duration:.55s;transform:translateY(16px)}html.motion-ready [data-reveal=scale]{transform:translateY(10px)scale(.97)}html.motion-ready [data-reveal=fade]{transform:none}html.motion-ready [data-reveal].is-visible{transform:translate(0)scale(1)}html{scroll-padding-top:88px}.site-header{height:76px}.nav-cta{padding:10px 12px;font-size:11px}.brand-logo{width:176px}.hero{min-height:auto;padding-top:64px}h1{font-size:54px}.hero-actions{flex-direction:column;align-items:flex-start;gap:14px}.hero-visual{height:360px}.orbit-one{width:330px;height:330px}.orbit-two{width:240px;height:240px;top:85px}.gear-large{width:210px;height:210px;top:110px}.gear-large:before{border-width:17px;inset:30px}.gear-small{width:80px;height:80px;top:60px;right:3%}.gear-small:before{border-width:7px;inset:12px}.gear-copy strong{font-size:34px}.gear-copy span{margin-top:7px;font-size:12px}.gear-copy small{margin-top:7px;font-size:5px}.gear-copy:after{width:30px;height:3px;margin-top:7px}.solution-categories{grid-template-columns:1fr;gap:3px;width:154px;bottom:0;left:8px}.solution-categories span{gap:6px;padding-top:4px;font-size:6px}.solution-categories i{font-size:6px}.spec-card{width:170px;padding:15px;bottom:0;right:8px}.spec-card strong{margin-bottom:10px;font-size:25px}.hero-meta{display:none}.trust-bar{flex-wrap:wrap;justify-content:center;gap:15px 25px;padding:22px}.trust-bar span{font-size:9px}.section{padding-top:82px;padding-bottom:82px}.section-label{margin-bottom:32px}.stats{grid-template-columns:1fr}.section-heading,.process-head{flex-direction:column;align-items:flex-start}.product-grid{grid-template-columns:1fr}.product-card{min-height:0;padding:24px}.category-illustration{height:92px;margin:12px 0 18px;transform:scale(.72)}.product-card:hover .category-illustration,.product-card:active .category-illustration{transform:scale(.72)translateY(-3px)}.product-card h3{margin-bottom:10px;font-size:22px}.product-card>p{min-height:0;margin:0;font-size:13px;line-height:1.55}.tags{margin-top:16px}.product-showcase{margin-top:62px}.showcase-heading{flex-direction:column;align-items:flex-start}.showcase-heading h3{text-align:left}.swipe-hint{color:#a7aaa4;font:600 9px var(--font-geist-mono);letter-spacing:1px;text-transform:uppercase;justify-content:space-between;align-items:center;margin:-8px 0 18px;display:flex}.swipe-hint span{color:var(--yellow);font-size:16px}.showcase-grid{overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-template-columns:none;grid-auto-columns:minmax(260px,82vw);grid-auto-flow:column;gap:12px;padding:0 12vw 10px 0;overflow-x:auto}.showcase-grid::-webkit-scrollbar{display:none}.showcase-card{scroll-snap-align:start}.partner-strip{padding-top:54px;padding-bottom:58px}.partner-grid{grid-template-columns:1fr}.partner-card{gap:14px;min-height:136px;padding:18px}.partner-card img{max-width:64%;max-height:68px}.partner-round-logo{width:82px;height:82px}.partner-round-logo img{width:100%;max-width:none;height:100%;max-height:none}.process-list{grid-template-columns:1fr}.process-list article{min-height:200px}.cta-section{padding-top:80px;padding-bottom:80px}.cta-actions{flex-direction:column;align-items:flex-start}footer{text-align:center;grid-template-columns:1fr;gap:24px}.footer-brand{justify-content:center}.footer-meta{text-align:center;justify-items:center}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.site-intro{display:none!important}html.motion-ready [data-reveal]{opacity:1!important;transform:none!important}}
