:root{--navy:#071a2b;--teal-dark:#0b2942;--teal:#2f70aa;--teal-light:#eaf6fb;--lime:#69c9e5;--paper:#f5f8fa;--white:#ffffff;--ink:#0a1a28;--muted:#536875;--border:#dce7ed;--blue-medium:#3e8fc8;--logo-gradient:linear-gradient(135deg,#2f70aa 0%,#69c9e5 100%);--max-width:1296px;--radius:10px;--ease:180ms ease}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:132px}body{margin:0;background:var(--white);color:var(--ink);font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}body.cart-open{overflow:hidden}button,input{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}p,h1,h2,h3{margin-top:0}.container{width:min(calc(100% - 48px),var(--max-width));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:1000;top:12px;left:12px;padding:10px 16px;background:var(--lime);color:var(--navy);font-weight:800;transform:translateY(-180%);transition:transform var(--ease)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid var(--lime);outline-offset:3px}.info-bar{min-height:38px;display:flex;align-items:center;background:var(--navy);color:#edf6fa;font-size:13px;font-weight:600}.info-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.info-bar p{margin:0}.info-bar a{color:var(--lime);transition:color var(--ease)}.info-bar a:hover{color:var(--white)}.header-main{background:var(--white);border-bottom:1px solid var(--border)}.header-main__inner{min-height:90px;display:grid;grid-template-columns:230px minmax(280px,1fr) auto;align-items:center;gap:34px}.brand{display:inline-flex;align-items:center;width:220px}.brand picture{width:100%;display:block}.brand img{width:100%;height:auto}.product-search{height:46px;display:grid;grid-template-columns:1fr 54px;overflow:hidden;border:1px solid #c9dbe5;border-radius:8px;background:var(--paper);transition:border var(--ease),box-shadow var(--ease)}.product-search:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px rgba(47,112,170,.18)}.product-search input{min-width:0;padding:0 18px;border:0;outline:0;background:transparent;color:var(--ink);font-size:16px}.product-search input::placeholder{color:var(--muted);opacity:1}.product-search button{display:grid;place-items:center;background:var(--teal);color:var(--white);cursor:pointer;transition:background var(--ease)}.product-search button:hover{background:var(--teal-dark)}.product-search svg{width:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2}.header-actions{display:flex;align-items:center;gap:20px}.header-action{min-height:44px;display:flex;align-items:center;gap:10px;padding:0;background:transparent;text-align:left;white-space:nowrap;cursor:pointer}.header-action__icon{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;color:var(--teal);font-size:15px;font-weight:800}.header-action__icon svg{width:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.header-action small,.header-action strong{display:block;line-height:1.25}.header-action small{color:var(--muted);font-size:12px;font-weight:600}.header-action strong{color:var(--navy);font-size:14px;font-weight:800}.menu-toggle{display:none;width:44px;height:44px;place-content:center;gap:5px;background:var(--navy);border-radius:6px;cursor:pointer}.menu-toggle span:not(.sr-only){width:20px;height:2px;background:var(--white)}.main-navigation{background:var(--white);border-bottom:1px solid var(--border)}.main-navigation__inner{min-height:49px;display:flex;align-items:stretch}.main-navigation a{display:flex;align-items:center;font-size:15px;font-weight:750;transition:color var(--ease),background var(--ease)}.nav-category{width:230px;flex:0 0 230px;gap:10px;padding-inline:20px;background:var(--teal);color:var(--white)}.nav-category:hover{background:var(--teal-dark)}.nav-category svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.7}.nav-links{display:flex;align-items:stretch;gap:34px;padding-left:34px}.nav-links a:hover,.weekly-link:hover{color:var(--teal)}.weekly-link{gap:6px;margin-left:auto;color:var(--teal)}.hero{position:relative;overflow:hidden;background:linear-gradient(90deg,var(--paper) 0 52%,var(--teal-dark) 52% 100%)}.hero__grid{min-height:596px;display:grid;grid-template-columns:52% 48%}.hero__content{position:relative;z-index:2;padding:76px 20px 68px 14px}.eyebrow{margin-bottom:20px;color:var(--teal);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.eyebrow--lime{color:var(--lime)}.hero h1{max-width:690px;margin-bottom:24px;color:var(--navy);font-size:clamp(52px,4.45vw,64px);font-weight:800;letter-spacing:-.055em;line-height:.99}.hero h1 span{color:var(--teal)}.hero h1 .hero__headline-line{display:block}.hero h1 .hero__headline-line--dark{color:var(--navy)}.hero__lead{max-width:590px;margin-bottom:30px;color:#425d6e;font-size:18px;font-weight:500;line-height:1.65}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:26px;padding:0 21px;border:1px solid transparent;border-radius:5px;font-size:15px;font-weight:850;cursor:pointer;transition:transform var(--ease),background var(--ease),color var(--ease),border var(--ease)}.button:hover{transform:translateY(-2px)}.button--accent,.button--primary{background:var(--logo-gradient);color:var(--white);box-shadow:0 7px 18px rgba(47,112,170,.18)}.button--accent:hover,.button--primary:hover{background:linear-gradient(135deg,#285f92 0%,#56bad9 100%)}.button--outline{border-color:#cbdbe4;background:var(--white);color:var(--navy)}.button--outline:hover{border-color:var(--teal);color:var(--teal-dark)}.button--full{width:100%}.hero__trust{display:flex;flex-wrap:wrap;gap:24px;margin:0;padding:0;list-style:none;color:#425d6e;font-size:13px;font-weight:750}.hero__trust li::before{content:"✓";margin-right:5px;color:var(--teal);font-weight:900}.hero-instrument{position:relative;min-width:0;margin-right:calc((100vw - min(100vw - 48px,var(--max-width))) / -2);overflow:hidden;background:radial-gradient(circle at 72% 26%,rgba(62,143,200,.17),transparent 38%),linear-gradient(rgba(7,26,43,.13),rgba(7,26,43,.13)),linear-gradient(90deg,transparent 49.8%,rgba(62,143,200,.12) 50%,transparent 50.2%),linear-gradient(transparent 49.8%,rgba(62,143,200,.12) 50%,transparent 50.2%);background-size:auto,90px 90px,90px 90px}.hero-instrument::after{position:absolute;right:10%;bottom:0;width:66%;height:28%;background:radial-gradient(ellipse,rgba(0,12,24,.32),transparent 70%);content:""}.orbit{position:absolute;border:1px solid rgba(105,201,229,.28);border-radius:50%}.orbit--one{top:26px;left:-80px;width:190px;height:190px}.orbit--two{right:-122px;top:126px;width:346px;height:346px}.scope{position:absolute;z-index:2;top:98px;left:54px;width:min(72%,520px);padding:20px 20px 16px;border:1px solid rgba(105,201,229,.3);border-radius:16px;background:#061e31;box-shadow:0 25px 50px rgba(0,12,28,.36);transform:rotate(-2.5deg)}.scope__top,.scope__footer{display:flex;align-items:center;justify-content:space-between;color:#b6dce9;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:7px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.scope__top b{padding:3px 7px;border-radius:3px;background:var(--lime);color:var(--navy);letter-spacing:.07em}.scope__screen{width:100%;height:auto;margin:10px 0 4px;overflow:visible}.scope__screen .wave,.scope__screen .wave-glow{fill:none;stroke:var(--lime);stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.scope__screen .wave-glow{opacity:.48;stroke-width:7;filter:url(#waveGlow)}.meter-card{position:absolute;z-index:4;top:44px;right:30px;width:116px;padding:12px 15px 10px;border-radius:7px;background:#f2f8fb;box-shadow:0 14px 30px rgba(7,26,43,.22);color:var(--navy);transform:rotate(5deg)}.meter-card small,.meter-card strong,.meter-card span{display:block}.meter-card small{float:left;margin-top:5px;color:#536b7b;font-family:ui-monospace,monospace;font-size:8px}.meter-card strong{text-align:right;font-family:ui-monospace,monospace;font-size:22px;letter-spacing:.04em}.meter-card span{clear:both;color:#748795;font-family:ui-monospace,monospace;font-size:6px;letter-spacing:.08em;text-transform:uppercase}.circuit-chip{position:absolute;z-index:3;width:86px;height:70px;display:grid;place-items:center;border-radius:5px;background:repeating-linear-gradient(90deg,transparent 0 8px,#b3cad6 8px 13px),repeating-linear-gradient(0deg,transparent 0 8px,#b3cad6 8px 13px);box-shadow:0 14px 30px rgba(0,15,32,.34);transform:rotate(-10deg)}.circuit-chip::before{position:absolute;inset:10px;border-radius:3px;background:#10263a;content:""}.circuit-chip span{position:relative;z-index:1;color:var(--white);font-family:ui-monospace,monospace;font-size:16px;font-weight:800}.circuit-chip--left{bottom:38px;left:20px}.circuit-chip--right{right:70px;bottom:62px;width:108px;height:86px;transform:rotate(8deg)}.trust-strip{border-bottom:1px solid var(--border);background:var(--white)}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{min-height:88px;display:flex;align-items:center;gap:15px;padding:0 24px;border-right:1px solid var(--border)}.trust-item:first-child{padding-left:14px}.trust-item:last-child{border-right:0}.trust-item__icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:50%;background:var(--teal-light);color:var(--teal);font-weight:900}.trust-item h2{margin-bottom:2px;font-size:15px;font-weight:850}.trust-item p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.section{padding:78px 0}.section-heading{margin-bottom:34px}.section-heading--split{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.section-heading .eyebrow{margin-bottom:15px}.section-heading h2,.about-section h2,.sourcing-panel h2{margin:0;font-size:clamp(34px,3.4vw,46px);font-weight:650;letter-spacing:-.045em;line-height:1.12}.text-link{min-height:44px;display:inline-flex;align-items:center;padding:8px 0;background:transparent;color:var(--teal);font-size:13px;font-weight:800;cursor:pointer}.text-link:hover{color:var(--navy)}.category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.category-card{min-width:0;min-height:184px;padding:16px;border:1px solid var(--border);border-radius:9px;background:var(--white);text-align:left;cursor:pointer;transition:transform var(--ease),border-color var(--ease),box-shadow var(--ease)}.category-card:hover,.category-card.is-active{border-color:var(--teal);box-shadow:0 8px 26px rgba(11,41,66,.1);transform:translateY(-3px)}.category-card__visual{height:82px;display:grid;place-items:center;margin-bottom:12px;overflow:hidden;border-radius:7px}.category-card__visual span{position:relative;width:54px;height:54px;display:grid;place-items:center;color:inherit;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:20px;font-weight:850}.category-card__visual span::before{position:absolute;inset:8px;border:1px solid currentColor;content:"";opacity:.35;transform:rotate(45deg)}.category-card__visual--amber{background:#eef6fb;color:#2f70aa}.category-card__visual--mint{background:#eaf6fb;color:#2f70aa}.category-card__visual--violet{background:#edf5fa;color:#2f70aa}.category-card__visual--blue{background:#e6f3fa;color:#2f70aa}.category-card__visual--rose{background:#eef7fb;color:#2f70aa}.category-card__visual--slate{background:#edf3f7;color:#335f7b}.category-card strong,.category-card small{display:block}.category-card strong{min-height:45px;color:var(--navy);font-size:16px;line-height:1.4}.category-card small{color:var(--muted);font-size:13px;font-weight:650}.products-section{background:var(--paper)}.section-aside{margin:0 0 6px;color:var(--teal);font-size:13px;font-weight:800}.filter-status{min-height:0;margin:-18px 0 18px;color:var(--muted);font-size:14px}.filter-status:empty{display:none}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--white);transition:border-color var(--ease),transform var(--ease),box-shadow var(--ease)}.product-card:hover{border-color:#c5d8e2;box-shadow:0 12px 35px rgba(11,41,66,.09);transform:translateY(-3px)}.product-card[hidden]{display:none}.product-art{position:relative;height:180px;display:grid;place-items:center;margin:12px 12px 0;overflow:hidden;border-radius:7px;background:radial-gradient(circle at center,rgba(62,143,200,.09) 0 36%,transparent 37%),linear-gradient(135deg,#f8fbfd,#edf4f8)}.product-art::after{position:absolute;width:128px;height:128px;border:1px solid rgba(62,143,200,.16);border-radius:50%;content:""}.product-badge{position:absolute;z-index:3;top:10px;left:9px;padding:5px 8px;border-radius:2px;border:1px solid rgba(62,143,200,.22);background:var(--teal-light);color:var(--teal-dark);font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.component-shape{position:relative;z-index:2;width:72px;height:76px;display:grid;place-items:center;border:10px solid transparent;background:linear-gradient(#172b3b,#172b3b) padding-box,repeating-linear-gradient(90deg,#a8beca 0 5px,transparent 5px 10px) border-box;box-shadow:0 9px 15px rgba(7,26,43,.22)}.component-shape::before{position:absolute;inset:-10px 6px;z-index:-1;background:repeating-linear-gradient(0deg,#a8beca 0 5px,transparent 5px 10px);content:""}.component-shape b{color:#e6eff4;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:15px}.product-art--capacitor .component-shape{width:62px;height:85px;border:0;border-radius:48% 48% 12px 12px;background:linear-gradient(90deg,#102538,#4e6878 45%,#132a3c 75%);box-shadow:inset 0 7px 0 #8299a6,0 10px 16px rgba(7,26,43,.22)}.product-art--capacitor .component-shape::before{inset:auto 12px -22px;height:25px;background:linear-gradient(90deg,#a9bdc8 0 3px,transparent 3px 31px,#a9bdc8 31px 34px)}.product-art--iron .component-shape{width:98px;height:22px;border:0;border-radius:12px 5px 5px 12px;background:linear-gradient(90deg,var(--teal) 0 58%,#243a4a 58% 78%,#b2c4ce 78%);transform:rotate(-24deg)}.product-art--iron .component-shape::before{inset:auto auto -22px 18px;width:44px;height:24px;border:5px solid #294556;border-top:0;background:transparent}.product-art--adapter .component-shape{width:84px;height:60px;border:0;border-radius:9px;background:linear-gradient(135deg,#263d4e,#0a1a28)}.product-art--adapter .component-shape::before{inset:18px auto auto -35px;width:38px;height:21px;border:3px solid #34566a;border-right:0;border-radius:14px 0 0 14px;background:transparent}.product-card__body{flex:1;display:flex;flex-direction:column;padding:18px 16px 16px}.product-category{margin-bottom:8px;color:var(--teal);font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.product-card h3{min-height:47px;margin-bottom:18px;color:var(--navy);font-size:16px;font-weight:650;letter-spacing:-.015em;line-height:1.45;overflow-wrap:break-word}.product-sku{margin-top:auto;margin-bottom:14px;color:var(--muted);font-size:12px;font-weight:650;text-transform:uppercase}.product-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-price{margin:0;color:var(--navy);font-size:20px;font-weight:850}.add-to-cart{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:50%;background:var(--navy);color:var(--lime);font-size:23px;line-height:1;cursor:pointer;transition:background var(--ease),transform var(--ease)}.add-to-cart:hover{background:var(--teal);transform:rotate(90deg)}.empty-state{padding:62px 24px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);text-align:center}.empty-state>span{color:var(--teal);font-size:44px}.empty-state h3{margin-bottom:6px;font-size:21px}.empty-state p{margin-bottom:22px;color:var(--muted)}.sourcing-section{padding:0;background:var(--white)}.sourcing-panel{min-height:386px;display:grid;grid-template-columns:57% 43%;align-items:center;padding:58px 70px;border-radius:11px;background:var(--teal-dark);color:var(--white)}.sourcing-copy{max-width:650px;padding-right:70px}.sourcing-copy .eyebrow{margin-bottom:22px}.sourcing-panel h2{margin-bottom:18px;color:var(--white);font-size:clamp(34px,3.3vw,46px)}.sourcing-heading-line{display:block}.sourcing-copy>p:not(.eyebrow){margin-bottom:18px;color:#d1e0e8;font-size:16px;line-height:1.65}.sourcing-link{display:inline-block;padding-bottom:4px;border-bottom:1px solid var(--lime);color:var(--lime);font-size:15px;font-weight:850}.sourcing-link:hover{color:var(--white)}.sourcing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:0;padding:0;list-style:none}.sourcing-grid li{min-height:110px;display:flex;flex-direction:column;justify-content:space-between;padding:18px;border:1px solid rgba(255,255,255,.18);border-radius:7px}.sourcing-grid span{color:var(--lime);font-family:ui-monospace,monospace;font-size:12px;font-weight:850}.sourcing-grid strong{font-size:14px;line-height:1.45}.about-section{padding:78px 0 86px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.about-grid .eyebrow{margin-bottom:20px}.about-section h2{max-width:590px;font-size:clamp(38px,3.5vw,48px);line-height:1.25}.about-copy{padding-top:7px}.about-copy p{margin-bottom:22px;color:var(--muted);font-size:16px;line-height:1.65}.site-footer{padding:58px 0 24px;background:var(--navy);color:#c3d2da}.footer-grid{display:grid;grid-template-columns:1.35fr .95fr .9fr 1fr;gap:70px;padding-bottom:58px}.brand--footer{width:222px;margin-bottom:14px}.footer-brand p,.footer-column p,.footer-column a,.footer-column address{color:#b8cad4;font-size:13px;font-style:normal;line-height:1.7}.footer-brand p{max-width:300px}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-column h2{margin-bottom:7px;color:var(--white);font-size:14px;font-weight:800}.footer-column a:hover{color:var(--lime)}.footer-newsletter p{margin-bottom:5px}.footer-newsletter form{width:100%;display:grid;min-height:44px;grid-template-columns:1fr 44px;border-bottom:1px solid #2a4860}.footer-newsletter input{min-width:0;padding:10px 0;border:0;outline:0;background:transparent;color:var(--white);font-size:14px}.footer-newsletter input::placeholder{color:#9fb6c3;opacity:1}.footer-newsletter button{background:transparent;color:var(--lime);font-size:20px;cursor:pointer}.footer-newsletter .form-note{min-height:17px;margin:3px 0 0;color:#c4d5df;font-size:12px}.footer-bottom{padding-top:22px;border-top:1px solid #17334a}.footer-bottom p{margin:0;color:#a9bec9;font-size:12px}.cart-backdrop{position:fixed;z-index:99;inset:0;background:rgba(7,26,43,.62);backdrop-filter:blur(2px)}.cart-drawer{position:fixed;z-index:100;top:0;right:0;width:min(440px,100%);height:100dvh;display:flex;flex-direction:column;padding:28px;background:var(--white);box-shadow:-20px 0 50px rgba(7,26,43,.22);transform:translateX(105%);visibility:hidden;transition:transform 280ms ease,visibility 280ms}.cart-drawer.is-open{transform:translateX(0);visibility:visible}.cart-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid var(--border)}.cart-drawer__header .eyebrow{margin-bottom:5px}.cart-drawer__header h2{margin:0;font-size:28px;letter-spacing:-.04em}.cart-close{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--paper);font-size:28px;line-height:1;cursor:pointer}.cart-items{flex:1;overflow-y:auto}.cart-item{display:grid;grid-template-columns:1fr auto;gap:12px;padding:20px 0;border-bottom:1px solid var(--border)}.cart-item h3{margin-bottom:4px;font-size:15px;line-height:1.35}.cart-item__sku{margin-bottom:13px;color:var(--muted);font-size:12px}.cart-item__price{margin:0;font-size:15px;font-weight:800}.quantity-control{display:flex;align-items:center;gap:4px}.quantity-control button,.quantity-control span{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--border);background:var(--white);font-size:14px}.quantity-control button{cursor:pointer}.quantity-control button:hover{background:var(--teal-light)}.cart-empty{flex:1;display:grid;place-items:center;align-content:center;text-align:center}.cart-empty[hidden]{display:none}.cart-empty>span{color:var(--teal);font-size:52px}.cart-empty h3{margin:8px 0 3px}.cart-empty p{margin-bottom:20px;color:var(--muted);font-size:13px}.cart-summary{padding-top:22px;border-top:1px solid var(--border)}.cart-summary>div{display:flex;justify-content:space-between;margin-bottom:7px;font-size:18px}.cart-summary>p{margin-bottom:18px;color:var(--muted);font-size:13px}@media (min-width:1480px){.product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:1120px){.header-main__inner{grid-template-columns:190px minmax(240px,1fr) auto;gap:18px}.brand{width:185px}.header-action--help{display:none}.nav-category{width:200px;flex-basis:200px}.nav-links{gap:22px;padding-left:24px}.hero__content{padding-right:42px}.hero h1{font-size:54px}.scope{left:30px;width:78%}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{gap:36px}}@media (min-width:1121px){.hero__headline-line{white-space:nowrap}}@media (max-width:960px){html{scroll-padding-top:96px}.container{width:min(calc(100% - 36px),var(--max-width))}.info-bar__inner{justify-content:center}.info-bar a{display:none}.header-main__inner{min-height:76px;grid-template-columns:1fr auto}.brand{width:178px}.product-search{grid-column:1 / -1;grid-row:2;width:100%;margin-bottom:14px}.header-action>span:last-child{display:none}.header-actions{gap:10px}.menu-toggle{display:grid}.main-navigation{position:absolute;z-index:20;right:0;left:0;max-height:0;overflow:hidden;box-shadow:0 12px 30px rgba(7,26,43,.16);transition:max-height 260ms ease}.main-navigation.is-open{max-height:520px}.main-navigation__inner{width:100%;display:block;padding-bottom:12px}.nav-category,.nav-links a,.weekly-link{width:100%;min-height:48px;padding-inline:24px;border-bottom:1px solid var(--border)}.nav-links{display:block;padding-left:0}.weekly-link{margin-left:0}.hero{background:var(--paper)}.hero__grid{width:100%;min-height:0;grid-template-columns:1fr}.hero__content{width:min(calc(100% - 36px),var(--max-width));margin-inline:auto;padding:64px 0 56px}.hero-instrument{min-height:500px;margin:0}.scope{top:85px;left:8%;width:72%}.trust-strip__grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n + 2){border-bottom:1px solid var(--border)}.sourcing-panel{grid-template-columns:1fr;gap:44px;padding:50px 42px}.sourcing-copy{padding-right:0}.about-grid{grid-template-columns:1fr;gap:36px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.container{width:min(calc(100% - 28px),var(--max-width))}.info-bar{min-height:38px;text-align:center;font-size:12px}.header-main__inner{gap:10px}.brand{width:153px}.header-action__icon,.menu-toggle{width:44px;height:44px}.product-search{height:44px;grid-template-columns:1fr 48px}.product-search input{padding:0 12px;font-size:15px}.hero__content{width:min(calc(100% - 28px),var(--max-width));padding:50px 0 44px}.eyebrow{font-size:12px}.hero h1{font-size:clamp(42px,12vw,54px);line-height:1.02}.hero__lead{font-size:17px;line-height:1.6}.hero__actions{align-items:stretch;flex-direction:column}.button{width:100%}.hero__trust{flex-direction:column;gap:8px}.hero-instrument{min-height:375px}.scope{top:75px;left:5%;width:78%;padding:14px}.meter-card{top:24px;right:14px;width:91px;padding:9px 10px}.meter-card strong{font-size:17px}.circuit-chip--left{bottom:27px;left:18px;width:67px;height:56px}.circuit-chip--right{right:25px;bottom:35px;width:78px;height:64px}.trust-strip__grid{grid-template-columns:1fr}.trust-item,.trust-item:first-child{min-height:82px;padding:0 10px;border-right:0;border-bottom:1px solid var(--border)}.trust-item:last-child{border-bottom:0}.section{padding:58px 0}.section-heading--split{align-items:flex-start;flex-direction:column}.section-heading h2,.about-section h2,.sourcing-panel h2{font-size:34px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card{min-height:176px;padding:12px}.category-card__visual{height:72px}.category-card strong{min-height:44px;font-size:15px}.product-art{height:205px}.product-card h3{min-height:0;font-size:16px}.sourcing-panel{width:calc(100% - 20px);gap:36px;padding:42px 24px}.sourcing-grid{grid-template-columns:1fr}.sourcing-grid li{min-height:90px}.about-section{padding:62px 0 68px}.footer-grid{grid-template-columns:1fr;gap:32px}.site-footer{padding-top:48px}.cart-drawer{padding:22px 18px}}@media (max-width:420px){.product-grid{grid-template-columns:1fr}.product-art{height:215px}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto !important;transition-duration:.01ms !important;animation-duration:.01ms !important;animation-iteration-count:1 !important}}