:root{--orange:#f36b21;--ink:#111315;--surface:#f5f6f7;--navy:#12212a;--muted:#667078;--line:#e3e6e8;--white:#fff;--max:1320px;--shadow:0 16px 45px rgba(15,20,24,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.08;letter-spacing:-.025em}h1{font-size:clamp(3rem,6vw,6.2rem);margin-bottom:1.3rem}h2{font-size:clamp(2.25rem,4vw,4.4rem);margin-bottom:1.3rem}h3{font-size:1.15rem}p{color:var(--muted)}.page-width{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.skip-link{position:fixed;left:1rem;top:-8rem;background:#fff;color:#000;padding:.8rem 1rem;z-index:1000}.skip-link:focus{top:1rem}.topbar{background:linear-gradient(100deg,#101315,#24292c);color:#d7dcdf;font-size:.74rem;letter-spacing:.015em}.topbar__inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.topbar__company{display:flex;align-items:center;gap:.6rem;font-weight:700}.topbar__company:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px #f36b2129}.topbar__location{color:#aeb8bd}.site-header{position:relative;z-index:20;background:#fff;border-bottom:0;box-shadow:0 3px 16px #0f141812}.header-main{min-height:100px;display:grid;grid-template-columns:minmax(390px,1fr) auto;align-items:center;gap:2.2rem}.brand{display:flex;align-items:center;gap:1rem;min-width:0}.brand__logo-frame{display:block;flex:0 0 166px;width:166px;height:68px;overflow:hidden;background:#111;border:1px solid #272c2f;border-radius:2px;box-shadow:0 7px 18px #0b0f1121}.brand__logo{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.brand__copy{display:grid;gap:.18rem;min-width:0;border-left:1px solid #dbe0e2;padding-left:1rem;line-height:1.2}.brand__copy strong{font-size:1.02rem;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand__copy small{color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:.64rem}.header-actions{display:flex;align-items:center;gap:.65rem;font-size:.82rem;font-weight:800;white-space:nowrap}.header-cart{display:inline-flex;min-height:40px;align-items:center;padding:0 .7rem;border:1px solid #d9dfe1;color:#3f484d;transition:border-color .2s ease,color .2s ease}.header-cart span{color:var(--orange);margin-left:.15rem}.header-cart:hover{border-color:var(--orange);color:var(--orange)}.site-nav{border-top:1px solid #30363a;background:#171b1e;color:#f4f6f7}.site-nav__inner{min-height:54px;display:flex;align-items:center;gap:2.35rem;font-size:.82rem;font-weight:850;letter-spacing:.055em;text-transform:uppercase}.site-nav__inner>a,.products-menu>summary{position:relative;display:flex;align-items:center;min-height:54px;cursor:pointer}.products-menu{position:relative;display:flex;align-self:stretch;align-items:center}.products-menu>summary{gap:.5rem;list-style:none}.products-menu>summary::-webkit-details-marker{display:none}.products-menu>summary:after{content:"";width:.48em;height:.48em;margin-top:-.24em;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease}.products-menu[open]>summary:after{margin-top:.24em;transform:rotate(225deg)}.site-nav__inner>a:after,.products-menu>summary:before{content:"";position:absolute;left:0;right:100%;bottom:-1px;height:2px;background:var(--orange);transition:right .2s ease}.site-nav__inner>a:hover:after,.products-menu:hover>summary:before,.products-menu:focus-within>summary:before,.products-menu[open]>summary:before{right:0}.products-menu__panel{position:absolute;top:calc(100% + 8px);left:-1rem;z-index:30;display:none;width:min(680px,calc(100vw - 40px));grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;padding:1rem;background:#fff;border-top:3px solid var(--orange);box-shadow:0 18px 38px #0f14183d}.products-menu:hover>.products-menu__panel,.products-menu:focus-within>.products-menu__panel,.products-menu[open]>.products-menu__panel{display:grid}.products-menu__panel a{display:flex;min-height:40px;align-items:center;padding:.55rem .7rem;border:1px solid #edf0f1;color:#30373b;font-size:.78rem;font-weight:800;line-height:1.2;transition:background .16s ease,color .16s ease,border-color .16s ease}.products-menu__panel a:hover,.products-menu__panel a:focus-visible{border-color:var(--orange);background:#fff5ef;color:#c94c0f;outline:none}.category-strip{background:#f4f5f5;border-top:1px solid #e7e9ea}.category-strip__inner{min-height:38px;display:flex;align-items:center;gap:1.4rem;overflow:auto;white-space:nowrap;font-size:.76rem;color:#4c5358}.category-strip__inner span{font-weight:800;color:#15191c}.menu-toggle{display:none;border:1px solid #222;background:#fff;padding:.65rem .9rem;font-weight:800}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:.75rem 1.35rem;border:2px solid var(--orange);border-radius:2px;background:var(--orange);color:#fff;font-weight:850;letter-spacing:.01em;cursor:pointer;transition:transform .2s ease,background .2s ease}.button:hover{transform:translateY(-2px);background:#df5914}.button--small{min-height:38px;padding:.5rem .85rem;font-size:.8rem}.button--ghost-light{background:transparent;border-color:#fff;color:#fff}.button-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:2rem}.hero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 74% 24%,#28383f 0,transparent 32%),linear-gradient(115deg,#0c0f12,#172229 58%,#0c0f12);padding:74px 0 0}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 0 63%,rgba(243,107,33,.15) 63% 63.4%,transparent 63.4%)}.hero__grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem}.hero__copy{padding-bottom:68px}.hero h1{max-width:860px;color:#fff}.hero__lead{font-size:clamp(1.2rem,2vw,1.75rem);color:#fff;font-weight:800;margin-bottom:.25rem}.hero__sub{font-size:1.05rem;color:#bbc2c6}.eyebrow{text-transform:uppercase;color:var(--orange);font-size:.77rem;font-weight:900;letter-spacing:.18em;margin-bottom:1.1rem}.eyebrow--orange{color:var(--orange)}.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 1.2rem;max-width:620px;padding:0;margin:1.7rem 0 0;list-style:none}.feature-list li{position:relative;padding-left:1.15rem;color:#e5e8ea;font-weight:650}.feature-list li:before,.about-list li:before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:50%;background:var(--orange)}.hero__visual{position:relative;align-self:end;min-height:560px;display:flex;align-items:end;justify-content:center}.hero__visual img{width:min(100%,560px);max-height:610px;object-fit:contain;image-rendering:auto;backface-visibility:hidden;filter:drop-shadow(0 35px 25px rgba(0,0,0,.42))}.hero__badge{position:absolute;right:0;top:8%;display:grid;min-width:250px;background:linear-gradient(135deg,#f9782a,#e45b17);color:#fff;padding:1.1rem 1.25rem 1.25rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 18px 40px #00000042}.hero__badge-contact{display:grid;gap:.5rem;margin:0 0 1.05rem;padding:0 0 .95rem;border-bottom:1px solid rgba(255,255,255,.45)}.hero__badge-contact-row{display:flex;align-items:center;gap:.55rem;color:#fff;font-size:.82rem;font-weight:800;line-height:1.25;text-decoration:none}.hero__badge-contact-row svg{flex:0 0 1em;width:1em;height:1em;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.hero__badge-contact-row span{min-width:0;white-space:nowrap}.hero__badge-contact-row:hover{text-decoration:underline;text-underline-offset:3px}.hero__badge strong{font-size:clamp(3.1rem,4.3vw,4.1rem);line-height:.85;letter-spacing:-.06em}.hero__badge-label{display:block;margin-top:.4rem;font-size:clamp(.88rem,1.3vw,1.1rem);font-weight:900;line-height:1.02;letter-spacing:.1em}.top-banner{position:relative;overflow:hidden;background:#fff;border-bottom:1px solid #e6e7e8}.top-banner__viewport{overflow:hidden;transition:height .45s ease}.top-banner__track{display:flex;align-items:flex-start;transition:transform .6s ease;will-change:transform}.top-banner__slide{flex:0 0 100%;margin:0}.top-banner__slide img{display:block;width:100%;height:auto}.top-banner__controls{position:absolute;bottom:14px;left:50%;z-index:1;display:flex;gap:8px;transform:translate(-50%)}.top-banner__dot{width:28px;height:4px;padding:0;border:0;border-radius:99px;background:#2a203652;cursor:pointer;transition:background .2s ease,transform .2s ease}.top-banner__dot.is-active{background:#f36b21;transform:scaleX(1.12)}.top-banner__dot:focus-visible{outline:2px solid #fff;outline-offset:3px}.stat-bar{position:relative;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;color:#121416;box-shadow:0 -12px 30px #0000002e}.stat-bar>div{display:grid;gap:.15rem;padding:1.45rem 1.6rem;border-right:1px solid var(--line)}.stat-bar>div:last-child{border:0}.stat-bar strong{font-size:1.7rem;color:var(--orange)}.stat-bar span{font-size:.78rem;font-weight:800;color:#4f575d}.section{padding:104px 0}.section--white{background:#fff}.section--soft{background:#f2f4f5}.section--warm{background:#f7f2ed}.section--charcoal{background:#15191d;color:#fff}.section--navy{background:#14252e;color:#fff}.section--charcoal h2,.section--charcoal h3,.section--navy h2,.section--navy h3{color:#fff}.section--charcoal p,.section--navy p{color:#b8c0c4}.section-head{max-width:800px;margin-bottom:3rem}.section-head h2{text-transform:uppercase}.section-head>p:last-child{font-size:1.05rem}.section-head--light{color:#fff}.section-head--row{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:2rem}.section-head--row h2{margin-bottom:0}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.category-card{position:relative;min-height:300px;overflow:hidden;background:#fff;border:1px solid #e3e6e8;isolation:isolate;scroll-margin-top:110px}.category-card img{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:contain;padding:1rem;image-rendering:auto;backface-visibility:hidden;transform:translateZ(0);transition:transform .3s ease}.category-card:after{content:"";position:absolute;top:55%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#000000c7)}.category-card span{position:absolute;z-index:2;left:1.2rem;right:1.2rem;bottom:1rem;color:#fff;font-size:1.05rem;font-weight:900}.category-card:hover img{transform:translateZ(0) scale(1.025)}.category-card--featured{grid-column:span 2;background:linear-gradient(120deg,#f4eff8,#fff 68%)}.category-card--featured img{object-position:68% center;padding:1.2rem 2rem}.category-card--featured span{font-size:1.35rem}.category-page{padding:clamp(3.5rem,8vw,7rem) 0;background:linear-gradient(135deg,#f5f7f7,#fff 52%,#f3ede9)}.category-page__hero{display:grid;grid-template-columns:minmax(280px,.92fr) minmax(0,1.08fr);gap:clamp(2rem,6vw,6rem);align-items:center}.category-page__media{min-height:420px;overflow:hidden;border-top:4px solid var(--orange);background:#fff;box-shadow:0 18px 42px #171e2224}.category-page__media img{display:block;width:100%;height:100%;min-height:420px;object-fit:contain;padding:1.5rem;background:#fff}.category-page__copy h1{max-width:680px;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4.8rem);text-transform:uppercase}.category-page__intro{max-width:650px;font-size:1.08rem;line-height:1.7}.category-page__points{display:grid;gap:.7rem;margin:1.8rem 0;padding:0;list-style:none}.category-page__points li{position:relative;padding-left:1.25rem;color:#4e5a60;font-weight:750}.category-page__points li:before{position:absolute;left:0;color:var(--orange);content:"\2713"}.category-page__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem}@media(max-width:760px){.category-page{padding:3.2rem 0}.category-page__hero{grid-template-columns:1fr;gap:1.7rem}.category-page__media,.category-page__media img{min-height:260px}.category-page__media img{padding:1rem}.category-page__copy h1{font-size:2.25rem}.category-page__intro{font-size:.95rem}.category-page__points{margin:1.35rem 0;gap:.55rem}.category-page__points li{font-size:.82rem}}.hot-sale-products{padding:clamp(3.5rem,7vw,6.5rem) 0;background:#f6f7f7}.hot-sale-products__head{max-width:720px;margin:0 auto clamp(2rem,4vw,3.5rem);text-align:center}.hot-sale-products__head h1{margin:.3rem 0 .8rem;font-size:clamp(2.4rem,5vw,4.3rem);text-transform:uppercase}.hot-sale-products__head>p:last-child{margin:0;color:#536168;line-height:1.65}.hot-sale-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.hot-sale-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #e2e6e7;box-shadow:0 10px 22px #171e2212;transition:transform .2s ease,box-shadow .2s ease}.hot-sale-card:hover{transform:translateY(-4px);box-shadow:0 15px 30px #171e2224}.hot-sale-card__media{aspect-ratio:1;overflow:hidden;background:#fff;border-bottom:3px solid var(--orange)}.hot-sale-card__media img{display:block;width:100%;height:100%;object-fit:contain}.hot-sale-card__body{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:1.1rem}.hot-sale-card__body h2{margin:0 0 .9rem;font-size:1.08rem;line-height:1.32;text-transform:none}.hot-sale-card__moq{margin:0 0 1.1rem;font-size:.75rem;letter-spacing:.08em;color:#68757b}.hot-sale-card__moq strong{color:var(--orange);font-weight:850}.hot-sale-card .text-link{margin-top:auto;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}@media(max-width:900px){.hot-sale-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:620px){.hot-sale-products{padding:3rem 0}.hot-sale-products__head{margin-bottom:1.75rem}.hot-sale-products__head h1{font-size:2.15rem}.hot-sale-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.hot-sale-card__body{padding:.8rem}.hot-sale-card__body h2{margin-bottom:.65rem;font-size:.8rem}.hot-sale-card__moq{margin-bottom:.8rem;font-size:.64rem}.hot-sale-card .text-link{font-size:.64rem}}.factory-overview-section{position:relative;overflow:hidden}.factory-overview-section:after{content:"";position:absolute;width:360px;height:360px;right:-180px;top:-180px;border-radius:50%;background:#f36b211f}.factory-overview-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(280px,.65fr) minmax(0,1.35fr);gap:5vw;align-items:center}.factory-overview-copy h2{font-size:clamp(2.2rem,4vw,4rem);margin-bottom:1.2rem}.factory-overview-note{border-left:3px solid var(--orange);padding-left:1rem;margin:1.5rem 0 0;font-size:.9rem}.factory-overview-media{overflow:hidden;background:#f2f3f4;border:1px solid #353c41;border-top:4px solid var(--orange);box-shadow:0 22px 55px #00000052}.factory-overview-media video{display:block;width:100%;aspect-ratio:16/9;background:#f2f3f4;object-fit:contain}.split{display:grid;grid-template-columns:1fr 1fr;gap:6vw;align-items:center}.split--image-right>div:first-child{order:1}.split--image-right>.split__media{order:2}.split__media{background:#fff;overflow:hidden;box-shadow:var(--shadow)}.split__media img{width:100%;height:auto;max-height:760px;object-fit:cover;image-rendering:auto;backface-visibility:hidden}.split__media--contain{padding:1.4rem}.split__media--contain img{object-fit:contain;max-height:720px}.split__media--square{aspect-ratio:1}.split__media--square img{width:100%;height:100%;object-fit:cover}.section-intro{font-size:1.05rem}.platform-callout,.project-number{display:flex;align-items:end;gap:1rem;border-left:4px solid var(--orange);padding-left:1rem;margin:1.8rem 0}.platform-callout strong,.project-number strong{color:var(--orange);font-size:2.1rem;line-height:1}.platform-callout span,.project-number span{color:inherit;font-weight:800}.benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#394147;border:1px solid #394147}.benefit-grid article{padding:1.25rem;background:#1b2024}.benefit-grid h3{margin-bottom:.55rem}.benefit-grid p{font-size:.88rem;margin:0}.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:2rem 0}.service-list article{padding:1.25rem;background:#fff;border-top:3px solid var(--orange);box-shadow:0 8px 24px #1316180f}.service-list p{margin:0;font-size:.9rem}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin:2rem 0;background:#d8dcde}.metrics>div{display:grid;padding:1.2rem;background:#fff}.metrics strong{font-size:1.45rem;color:var(--orange)}.metrics span{font-size:.78rem;font-weight:800;color:#5c656b}.metrics--light{background:#384046}.metrics--light>div{background:#1b2024}.metrics--light span{color:#b8c0c4}.metrics--orange{grid-template-columns:repeat(3,1fr)}.factory-list{display:grid;gap:.85rem}.factory-list article{border-left:2px solid var(--orange);padding-left:1rem}.factory-list h3{margin-bottom:.35rem}.factory-list p{margin:0}.capacity-section{overflow:hidden;background:linear-gradient(118deg,#fff 0% 51%,#f3f5f5)}.capacity-layout{display:grid;grid-template-columns:minmax(290px,.85fr) minmax(0,1.15fr);gap:clamp(2.5rem,6vw,6rem);align-items:center}.capacity-copy h2{max-width:630px}.capacity-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:2rem}.capacity-stats article{display:grid;min-height:132px;align-content:space-between;padding:1.05rem;border:1px solid #dfe4e6;background:#fff;box-shadow:0 8px 20px #18202412}.capacity-stats article:nth-child(odd){border-top:4px solid var(--orange)}.capacity-stats strong{color:#1d252a;font-size:clamp(1.15rem,1.8vw,1.72rem);line-height:1.05;letter-spacing:-.04em}.capacity-stats span{color:#657077;font-size:.74rem;font-weight:900;line-height:1.4;text-transform:uppercase;letter-spacing:.055em}.capacity-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.capacity-gallery__item{position:relative;min-width:0;margin:0;overflow:hidden;background:#182126;box-shadow:0 14px 32px #18202426}.capacity-gallery__item img{display:block;width:100%;aspect-ratio:1.37;object-fit:cover;transition:transform .35s ease}.capacity-gallery__item:after{content:"";position:absolute;top:42%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#0c1215cc);pointer-events:none}.capacity-gallery figcaption{position:absolute;z-index:1;right:.8rem;bottom:.7rem;left:.8rem;color:#fff;font-size:.7rem;font-weight:900;line-height:1.2;text-transform:uppercase;letter-spacing:.065em}.capacity-gallery__item:hover img{transform:scale(1.035)}.quality-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:0;margin:0;list-style:none}.quality-steps li{position:relative;min-height:230px;padding:1.6rem;background:#1a303b;border-top:3px solid var(--orange)}.quality-steps li>span{display:block;color:var(--orange);font-size:2.2rem;font-weight:900;line-height:1;margin-bottom:1.5rem}.quality-steps p{font-size:.9rem;margin:0}.certificate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin:2rem 0}.certificate-grid span{display:flex;min-height:84px;align-items:center;justify-content:center;text-align:center;padding:.8rem;border:1px solid #cdd2d5;background:#fff;font-weight:900;color:#1a2024}.compliance-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;padding:.75rem!important}.compliance-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #dce1e4;color:#1a2024;text-decoration:none;box-shadow:0 5px 15px #13161814;transition:transform .2s ease,box-shadow .2s ease}.compliance-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px #13161824}.compliance-gallery .compliance-card img{display:block;width:100%;height:auto;max-height:none;aspect-ratio:.72;object-fit:contain;padding:.38rem;background:#f7f8f8}.compliance-card span{display:flex;min-height:2.8rem;align-items:center;justify-content:center;border-top:1px solid #e3e6e8;padding:.45rem .25rem;color:#263037;font-size:.64rem;font-weight:900;line-height:1.15;text-align:center;text-transform:uppercase;letter-spacing:.03em}.compliance-card:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.note{font-size:.83rem;border-left:3px solid var(--orange);padding-left:.9rem}.market-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin:2rem 0}.market-list div{display:flex;align-items:center;gap:.9rem;padding:.9rem 1rem;background:#fff;border:1px solid #dfe3e5}.market-list strong{font-size:1.35rem;color:var(--orange)}.market-list span{font-size:.88rem;font-weight:800}.text-link{font-weight:850;border-bottom:2px solid var(--orange);padding-bottom:.25rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.product-card{background:#fff;border:1px solid #e0e4e6;min-width:0;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-card>img{width:100%;height:245px;object-fit:contain;padding:1rem;background:#fff;image-rendering:auto;backface-visibility:hidden}.product-card>div{border-top:1px solid #eceeef;padding:1.1rem}.product-card h3{font-size:.98rem;line-height:1.35;min-height:4em;margin-bottom:.9rem}.product-card p{font-size:.78rem;margin-bottom:.2rem}.product-card .price{font-size:.98rem;color:#121619;font-weight:900}.about-list{list-style:none;padding:0;margin:1.5rem 0 0;display:grid;gap:.65rem}.about-list li{position:relative;padding-left:1.2rem;font-weight:750}.company-resources{margin-top:3.5rem}.catalogue-panel{display:flex;flex-direction:column;min-width:0;padding:1.5rem;background:#1b2024;border:1px solid #353c41;border-top:4px solid var(--orange)}.company-resource__heading h3{font-size:clamp(1.45rem,2vw,2rem);margin-bottom:.7rem}.company-resource__heading .eyebrow{margin-bottom:.7rem}.company-resource__heading p:last-child{font-size:.9rem;margin-bottom:1.25rem}.catalogue-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:auto}.catalogue-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:108px;padding:1rem 1.1rem;background:#fff;color:#171b1e;border-left:4px solid var(--orange);transition:transform .2s ease,box-shadow .2s ease}.catalogue-link:hover{transform:translateY(-2px);box-shadow:0 10px 26px #00000038}.catalogue-link>span:first-child{display:grid;gap:.25rem;min-width:0}.catalogue-link strong{line-height:1.25}.catalogue-link small{color:#677077;font-size:.75rem}.catalogue-link__action{flex:0 0 auto;color:var(--orange);font-size:.8rem;font-weight:900;white-space:nowrap}.rfq-section{background:linear-gradient(115deg,#fff 0 52%,#f2f3f4 52%)}.rfq-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw;align-items:center}.rfq-promise{font-weight:800;color:#1a1e21}.rfq-card{background:#fff;padding:2rem;box-shadow:var(--shadow);border-top:5px solid var(--orange)}.rfq-card form{display:grid;gap:.65rem}.rfq-card label{font-size:.8rem;font-weight:850}.rfq-card input,.rfq-card textarea,.form-field{width:100%;border:1px solid #cdd2d5;background:#fff;padding:.8rem .9rem;outline:none}.rfq-card input:focus,.rfq-card textarea:focus,.form-field:focus{border-color:var(--orange);box-shadow:0 0 0 2px #f36b2126}.form-success{color:#15733a;font-weight:800}.site-footer{background:#0b0d0f;color:#fff;padding:76px 0 26px}.footer-grid{display:grid;grid-template-columns:1.45fr repeat(2,1fr);gap:5vw}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem}.footer-logo{width:86px;height:86px;object-fit:contain;background:#111}.footer-grid h2{font-size:1.35rem;margin:0}.footer-grid h3{font-size:1rem;margin:.2rem 0}.footer-grid p{color:#9ea6ab;font-size:.87rem;margin:0}.footer-grid a:not(.button){color:#c7cccf;font-size:.86rem}.footer-social{display:flex;gap:.7rem;margin:.2rem 0 .5rem}.footer-grid .social-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:#fff;background:#1b2024;border:1px solid #353b40;border-radius:50%;transition:transform .2s ease,background .2s ease,border-color .2s ease}.footer-grid .social-icon:hover{transform:translateY(-2px);background:var(--orange);border-color:var(--orange)}.social-icon svg{width:21px;height:21px;fill:currentColor;stroke:none}.social-icon:first-child svg{fill:none;stroke:currentColor;stroke-width:1.8}.social-icon:first-child .social-icon__dot{fill:currentColor;stroke:none}.footer-contact-link{display:grid;gap:.08rem;padding:.35rem 0}.footer-contact-link span{color:#80898e;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.footer-contact-link strong{color:#fff;font-size:.88rem}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid #282d31;margin-top:3.5rem;padding-top:1.4rem;color:#80898e;font-size:.72rem}.back-to-top{position:fixed;right:24px;bottom:24px;z-index:50;display:inline-flex;width:54px;height:54px;align-items:center;justify-content:center;gap:.1rem;flex-direction:column;border:1px solid rgba(255,255,255,.38);border-radius:2px;background:var(--orange);color:#fff;box-shadow:0 10px 25px #181c1f40;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease,background .2s ease}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{background:#dc5917;transform:translateY(-2px)}.back-to-top svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.back-to-top span{font-size:.58rem;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.08em}.main-page{padding:80px 0;min-height:50vh}.main-page__head{max-width:820px;margin-bottom:2rem}.rte{max-width:850px}.rte img{height:auto}.rte a{color:var(--orange);text-decoration:underline}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.pagination{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.product-page{display:grid;grid-template-columns:1.1fr .9fr;gap:5vw;align-items:start}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem}.product-gallery img{width:100%;aspect-ratio:1;object-fit:contain;background:#f4f5f5}.product-info{position:sticky;top:2rem}.product-info__price{font-size:1.5rem;color:var(--orange);font-weight:900}.product-info label{display:block;font-weight:800;margin:.9rem 0 .35rem}.product-info select,.product-info input{width:100%;padding:.8rem;border:1px solid #cdd2d5}.product-info .button{width:100%;margin-top:1rem}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{text-align:left;border-bottom:1px solid var(--line);padding:1rem .5rem}.cart-table img{width:80px}.cart-actions{display:flex;justify-content:flex-end;align-items:center;gap:1rem;margin-top:2rem}@media(max-width:1050px){.header-main{grid-template-columns:1fr auto;gap:1.2rem}.site-nav__inner{gap:1.1rem;overflow:visible}.hero__grid{grid-template-columns:1fr 1fr}.category-grid,.product-grid,.collection-grid{grid-template-columns:repeat(2,1fr)}.split{gap:3rem}.factory-overview-grid{grid-template-columns:1fr}.footer-grid,.quality-steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.page-width{width:min(calc(100% - 28px),var(--max))}.topbar__inner span:last-child{display:none}.header-main{min-height:76px;grid-template-columns:1fr auto;gap:.6rem}.brand__logo-frame{flex-basis:118px;width:118px;height:48px}.brand__copy{padding-left:.7rem}.brand__copy strong{max-width:150px}.header-actions{display:none}.menu-toggle{display:block}.site-nav{display:none}.site-nav.is-open{display:block}.site-nav__inner{padding-block:.7rem;align-items:stretch;flex-direction:column;gap:.2rem}.site-nav__inner>a,.products-menu>summary{min-height:0;padding:.55rem 0}.products-menu{display:block}.products-menu>summary{justify-content:space-between}.products-menu>summary:before{bottom:0}.products-menu__panel{position:static;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:.3rem;margin:.2rem 0 .45rem;padding:.55rem;border-top-width:2px;box-shadow:none}.products-menu__panel a{min-height:38px;padding:.45rem .5rem;font-size:.72rem}.category-strip{display:none}.top-banner__controls{bottom:6px;gap:5px}.top-banner__dot{width:20px;height:3px}.hero{padding-top:48px}.hero__grid{grid-template-columns:1fr}.hero__copy{padding-bottom:10px}.hero__visual{min-height:360px}.hero__visual img{max-height:420px}.hero__badge{right:0;top:0;min-width:224px;padding:.8rem .9rem 1rem}.hero__badge-contact{gap:.42rem;margin-bottom:.75rem;padding-bottom:.7rem}.hero__badge-contact-row{gap:.45rem;font-size:.72rem}.hero__badge strong{font-size:3rem}.hero__badge-label{font-size:.77rem}.feature-list{grid-template-columns:1fr}.stat-bar{grid-template-columns:repeat(2,1fr)}.stat-bar>div:nth-child(2){border-right:0}.stat-bar>div{padding:1rem}.section{padding:70px 0}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.product-grid,.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.category-card{min-height:215px}.category-card img{padding:1rem}.category-card--featured img{padding:1rem 1.5rem}.split,.rfq-grid,.product-page{grid-template-columns:1fr}.split--image-right>div:first-child,.split--image-right>.split__media{order:initial}.split__media{order:-1!important}.benefit-grid,.service-list{grid-template-columns:1fr}.metrics{grid-template-columns:repeat(2,1fr)}.quality-steps{grid-template-columns:1fr}.certificate-grid{grid-template-columns:repeat(2,1fr)}.compliance-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;padding:.55rem!important}.compliance-gallery .compliance-card img{padding:.28rem}.compliance-card span{min-height:2.5rem;font-size:.61rem}.company-resources{margin-top:2rem}.catalogue-panel{padding:1rem}.catalogue-list{grid-template-columns:1fr}.catalogue-link{align-items:flex-start;flex-direction:column;min-height:0}.section-head--row{align-items:flex-start;flex-direction:column}.product-card>a{display:block;height:100%}.product-card>img,.product-card>a>img{width:100%;height:clamp(92px,28vw,132px);object-fit:contain;padding:.4rem;background:#fff}.product-card>div,.product-card>a>div{padding:.5rem}.product-card h3{display:-webkit-box;min-height:3.75em;margin-bottom:.35rem;overflow:hidden;font-size:.72rem;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:3}.product-card p{font-size:.64rem;line-height:1.3}.product-card .price{font-size:.72rem;line-height:1.25}.rfq-section{background:#f2f3f4}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.back-to-top{right:14px;bottom:14px;width:48px;height:48px}.product-gallery{grid-template-columns:1fr}.product-info{position:static}.cart-table thead{display:none}.cart-table tr{display:grid;grid-template-columns:90px 1fr}.cart-table td{grid-column:2}.cart-table td:first-child{grid-column:1;grid-row:1/4}.cart-actions{align-items:stretch;flex-direction:column}.cart-actions .button{width:100%}}@media(max-width:430px){h1{font-size:2.65rem}h2{font-size:2rem}.brand__copy{display:none}.category-grid{grid-template-columns:1fr}.category-card--featured{grid-column:auto}.category-card{min-height:260px}.market-list{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.category-card img,.product-card{transition:none}}@media(max-width:1050px){.capacity-layout{grid-template-columns:1fr;gap:2.5rem}.capacity-copy{max-width:760px}.capacity-gallery{max-width:920px}}@media(max-width:760px){.capacity-section{background:#fff}.capacity-layout{gap:2rem}.capacity-stats{gap:.55rem;margin-top:1.5rem}.capacity-stats article{min-height:112px;padding:.85rem}.capacity-stats strong{font-size:1.1rem}.capacity-stats span{font-size:.64rem}.capacity-gallery{gap:.55rem}.capacity-gallery figcaption{right:.55rem;bottom:.5rem;left:.55rem;font-size:.57rem;letter-spacing:.045em}}@media(max-width:760px){.section{padding:54px 0}#products .section-head,#quality .section-head{margin-bottom:1.6rem}#products .section-head>p:last-child,#quality .section-head>p:last-child{font-size:.9rem;line-height:1.5}#products .category-grid{gap:.55rem}#products .category-card{min-height:150px}#products .category-card--featured{grid-column:span 2;min-height:182px}#products .category-card img{padding:.65rem}#products .category-card--featured img{padding:.8rem 1.1rem}#products .category-card span{right:.75rem;bottom:.65rem;left:.75rem;font-size:.78rem;line-height:1.2}#quality .quality-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}#quality .quality-steps li{min-height:160px;padding:.8rem;border-top-width:2px}#quality .quality-steps li>span{margin-bottom:.55rem;font-size:1.35rem}#quality .quality-steps h3{margin-bottom:.38rem;font-size:.74rem;line-height:1.28}#quality .quality-steps p{font-size:.63rem;line-height:1.4}}@media(max-width:430px){#products .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#products .category-card{min-height:140px}#products .category-card--featured{grid-column:span 2;min-height:170px}#quality .quality-steps li{min-height:154px;padding:.7rem}#quality .quality-steps h3{font-size:.7rem}#quality .quality-steps p{font-size:.6rem}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/theme.css.map */
