:root{--ink:#222;--ink-soft:#5a5a5a;--muted:#8a8a8a;--line:#e5e5e5;--line-strong:#d4d4d4;--paper:#fafafa;--wash:#f5f5f5;--wash-strong:#efefef;--navy:#222;--navy-soft:#2e2e2e;--green:#d71920;--green-soft:#fbe9ea;--blue:#b3151b;--container:1180px;--font-heading:var(--font-jakarta),"Plus Jakarta Sans",sans-serif;--font-body:var(--font-jakarta),"Plus Jakarta Sans",sans-serif}html[lang=th]{--font-heading:var(--font-anuphan),"Anuphan",sans-serif;--font-body:var(--font-anuphan),"Anuphan",sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--ink);background:var(--paper);font-family:var(--font-body);font-size:16px;line-height:1.7;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body::-moz-selection{color:#fff;background:var(--green)}body::selection{color:#fff;background:var(--green)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0}ol,ul{padding:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.22;font-weight:600;letter-spacing:0}main{overflow:clip}.container{width:min(calc(100% - 32px),var(--container));margin-inline:auto}.section{padding:72px 0}.section-muted{background:var(--wash);border-block:1px solid var(--line)}.section-head{display:grid;grid-gap:12px;gap:12px;max-width:720px;margin-bottom:28px}.section-head--split{max-width:none;grid-template-columns:minmax(0,.9fr) minmax(280px,.7fr);align-items:end;gap:32px}.section-head h2{font-size:30px}.section-head p:not(.eyebrow){color:var(--ink-soft)}.eyebrow{width:-moz-fit-content;width:fit-content;color:var(--green);font-size:14px;letter-spacing:0}.btn,.eyebrow{display:inline-flex;font-family:var(--font-heading);font-weight:500}.btn{align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:1px solid transparent;border-radius:6px;font-size:15px;line-height:1.2;transition:background .16s ease,border-color .16s ease,color .16s ease}.btn-primary{color:#fff;background:var(--green);border-color:var(--green)}.btn-primary:focus-visible,.btn-primary:hover{background:var(--blue);border-color:var(--blue)}.btn-outline,.btn-secondary{color:var(--navy);background:#fff;border-color:var(--line-strong)}.btn-outline:focus-visible,.btn-outline:hover,.btn-secondary:focus-visible,.btn-secondary:hover{color:var(--green);border-color:var(--green)}.btn-block{width:100%}.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.text-link{display:inline-flex;width:-moz-fit-content;width:fit-content;color:var(--green);font-family:var(--font-heading);font-size:15px;font-weight:500;text-decoration:underline;text-underline-offset:4px}.text-link:focus-visible,.text-link:hover{color:var(--blue)}.section-action{margin-top:28px}.site-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--line)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;align-items:center;flex-shrink:0}.brand-logo{position:relative;width:142px;height:50px}.site-nav{gap:18px}.site-nav,.site-nav ul{display:flex;align-items:center}.site-nav ul{list-style:none;gap:4px}.site-nav a{display:inline-flex;align-items:center;min-height:38px;padding:0 10px;border-radius:6px;color:var(--ink-soft);font-family:var(--font-heading);font-size:15px;font-weight:400}.site-nav a:focus-visible,.site-nav a:hover{color:var(--ink);background:var(--wash)}.site-nav ul a:focus-visible,.site-nav ul a:hover{color:var(--green);background:transparent}.site-nav ul a.is-active{color:var(--green);background:transparent;text-decoration:underline;-webkit-text-decoration-color:var(--green);text-decoration-color:var(--green);text-decoration-thickness:2px;text-underline-offset:6px}.nav-item--dropdown{position:relative}.nav-item__toggle{display:none}.nav-dropdown{display:none;flex-direction:column;gap:2px}.nav-item--dropdown:focus-within .nav-dropdown,.nav-item--dropdown:hover .nav-dropdown{display:flex;position:absolute;top:100%;left:0;min-width:220px;margin-top:4px;padding:8px;background:var(--paper);border:1px solid var(--line);border-radius:8px;z-index:50}.nav-item--dropdown:focus-within .nav-dropdown--grouped,.nav-item--dropdown:hover .nav-dropdown--grouped{display:grid;right:0;left:auto;grid-template-columns:repeat(3,minmax(150px,1fr));grid-gap:12px 16px;gap:12px 16px;width:min(720px,calc(100vw - 48px));padding:14px}.nav-dropdown__group{display:grid;align-content:start;grid-gap:2px;gap:2px}.nav-dropdown__group p{padding:0 12px 5px;color:var(--ink);font-family:var(--font-heading);font-size:13px;font-weight:600}.nav-dropdown__item{display:block;padding:8px 12px;border-radius:6px;color:var(--ink-soft);font-family:var(--font-heading);font-size:14px;white-space:nowrap}.nav-dropdown__item:focus-visible,.nav-dropdown__item:hover{color:var(--ink);background:var(--wash)}.nav-dropdown__item--all{grid-column:1/-1;margin-top:2px;padding-top:12px;border-top:1px solid var(--line);color:var(--green);font-weight:600}.nav-actions{display:inline-flex;align-items:center;gap:10px}.nav-cta{white-space:nowrap}.site-nav .nav-cta{min-height:44px;padding-inline:18px;color:#fff;background:var(--green);border:1px solid var(--green);font-weight:600}.site-nav .nav-cta:focus-visible,.site-nav .nav-cta:hover{color:#fff;background:var(--blue);border-color:var(--blue)}.lang-switch{display:inline-flex;align-items:center;gap:2px;padding:2px;border:1px solid var(--line);border-radius:6px;background:var(--wash)}.lang-switch a{min-height:30px;padding:0 8px;color:var(--muted);font-size:13px}.lang-switch a.is-active{color:var(--green);background:var(--green-soft)}.lang-switch a:first-child{font-family:var(--font-anuphan),"Anuphan",sans-serif}.menu-toggle{display:none;width:42px;aspect-ratio:1;border:1px solid var(--line);border-radius:6px;background:#fff;position:relative}.menu-toggle span{position:absolute;left:10px;right:10px;height:2px;background:var(--ink);transition:transform .18s ease,opacity .18s ease,top .18s ease}.menu-toggle span:first-child{top:13px}.menu-toggle span:nth-child(2){top:20px}.menu-toggle span:nth-child(3){top:27px}.menu-toggle.is-open span:first-child{top:20px;transform:rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){top:20px;transform:rotate(-45deg)}.home-hero{position:relative;min-height:680px;padding:0;overflow:hidden;background:#fff;border-bottom:1px solid var(--line)}.home-hero:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fff,#fff 34%,hsla(0,0%,100%,.96) 44%,hsla(0,0%,100%,.28) 58%,hsla(0,0%,100%,.02) 72%),linear-gradient(180deg,hsla(0,0%,100%,.28),hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.76));pointer-events:none}.home-hero__layout{position:relative;z-index:2;width:min(calc(100% - 32px),var(--container));min-height:680px;display:flex;align-items:center;padding:54px 0 46px}.home-hero__copy{display:grid;grid-gap:0;gap:0;width:min(100%,590px)}.home-hero__copy h1{max-width:590px;margin-top:24px;font-size:clamp(54px,5.1vw,76px);line-height:1.08;letter-spacing:0}.home-hero__copy h1 span{display:block}.home-hero .eyebrow{color:var(--green);font-size:20px;font-weight:700}.home-hero .intro-divider{width:60px;height:4px;margin-top:22px;background:var(--green)}.home-hero__copy p:not(.eyebrow){max-width:500px;margin-top:24px;color:var(--ink-soft);font-size:17px;line-height:1.75}.home-hero .button-row{gap:18px;margin-top:28px}.home-hero .button-row .btn{min-height:58px;padding:0 28px;border-radius:10px;font-size:18px;font-weight:700}.home-hero .button-row .btn:after{content:"→";margin-left:12px;font-size:30px;line-height:1;transform:translateY(-1px)}.home-hero .button-row .btn-secondary{color:var(--green);background:hsla(0,0%,100%,.78);border-color:var(--green)}.home-hero .intro-trust-row{max-width:690px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:48px}.home-hero .intro-trust-item{min-width:0;padding:0 24px;border-left:1px solid var(--line);gap:6px}.home-hero .intro-trust-item:first-child{padding-left:0;border-left:0}.home-hero .intro-trust-item__icon{width:46px;height:46px;margin-bottom:7px;color:var(--green)}.home-hero .intro-trust-item strong{color:var(--ink);font-size:15px;line-height:1.35}.home-hero .intro-trust-item span{color:var(--ink-soft);font-size:13px;line-height:1.45}.home-hero__art{position:absolute;inset:0;z-index:0;width:100%;height:100%;max-width:none}.trust-band{background:#fff;border-bottom:1px solid var(--line)}.trust-band__layout{min-height:118px;grid-template-columns:minmax(220px,.8fr) minmax(360px,1.25fr) auto;grid-gap:28px;gap:28px}.trust-band h2{font-size:22px}.trust-band__stats{grid-gap:1px;gap:1px;border:1px solid var(--line);background:var(--line)}.trust-band__stats div{min-height:82px;padding:12px;background:#fff}.trust-band__stats strong{display:block;color:var(--navy);font-family:var(--font-heading);font-size:22px;line-height:1.1}.trust-band__stats span{display:block;color:var(--muted);font-size:13px;line-height:1.45;margin-top:4px}.trust-band__certs{display:flex;gap:12px}.trust-band__certs img{width:60px;height:60px;-o-object-fit:contain;object-fit:contain}.product-finder{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.capability-row,.contact-panel,.info-card,.product-tile,.rfq-form{background:#fff;border:1px solid var(--line);border-radius:8px}.product-tile{display:grid;grid-template-rows:220px 1fr;overflow:hidden}.product-tile__image{position:relative;display:block;background:#fff;border-bottom:1px solid var(--line)}.product-tile__image img{-o-object-fit:contain;object-fit:contain}.product-tile>div{padding:22px 24px 24px}.capability-row h3,.info-card h3,.product-tile h3{font-size:22px}.capability-row p,.info-card p,.product-tile p{color:var(--ink-soft);font-size:16px;line-height:1.62;margin:6px 0 12px}.product-detail-link{gap:10px}.product-detail-link:after{content:"→";color:var(--green);font-size:22px;line-height:1;text-decoration:none}.capability-layout{display:grid;grid-template-columns:minmax(260px,.62fr) minmax(0,1fr);grid-gap:48px;gap:48px;align-items:start}.capability-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.capability-row{padding:20px}.factory-proof{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(0,1fr);grid-gap:52px;gap:52px;align-items:center}.factory-proof__images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.factory-proof__images>div{position:relative;min-height:300px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--wash)}.factory-proof__images img{-o-object-fit:cover;object-fit:cover}.factory-proof__copy{display:grid;grid-gap:14px;gap:14px}.factory-proof__copy h2,.quote-strip h2{font-size:32px}.factory-proof__copy p:not(.eyebrow),.quote-strip p{color:var(--ink-soft)}.quote-strip{padding:44px 0;color:var(--ink);background:#f8f8f8;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.quote-strip__layout{display:flex;justify-content:space-between;align-items:center;gap:28px}.quote-strip p{max-width:720px;color:var(--ink-soft);margin-top:8px}.quote-strip .btn-secondary{color:var(--ink);background:#fff;border-color:var(--line-strong)}.page-intro{padding:56px 0;background:var(--wash);border-bottom:1px solid var(--line)}.page-intro__layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;grid-gap:44px;gap:44px;align-items:center}.page-intro h1{max-width:760px;font-size:42px;margin-top:10px;text-wrap:balance}.page-intro p:not(.eyebrow){max-width:720px;color:var(--ink-soft);font-size:17px;margin-top:14px}.page-intro img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.intro-divider{display:block;width:56px;height:4px;margin-top:22px;background:var(--green);border-radius:2px}.intro-trust-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px;margin-top:22px}.intro-trust-item{display:grid;grid-gap:6px;gap:6px}.intro-trust-item__icon{width:32px;height:32px;color:var(--green)}.intro-trust-item strong{font-family:var(--font-heading);font-size:15px;color:var(--ink)}.intro-trust-item span{color:var(--muted);font-size:13px;line-height:1.45}.page-intro--products{position:relative;min-height:640px;padding:0;overflow:hidden;background:#fff}.page-intro--products:after{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,#fff,#fff 30%,hsla(0,0%,100%,.96) 38%,hsla(0,0%,100%,.48) 50%,hsla(0,0%,100%,.08) 64%),linear-gradient(180deg,hsla(0,0%,100%,0) 68%,hsla(0,0%,100%,.88));pointer-events:none}.page-intro--products .page-intro__layout{position:relative;z-index:1;display:block;min-height:640px;padding:78px 0 62px}.products-hero-copy{max-width:520px}.page-intro--products .eyebrow{color:var(--green);font-size:18px;font-weight:700}.page-intro--products h1{max-width:520px;margin-top:12px;font-size:clamp(52px,5.2vw,74px);line-height:1.05;letter-spacing:0}.page-intro--products p:not(.eyebrow){max-width:520px;margin-top:22px;color:var(--ink-soft);font-size:18px;line-height:1.65}.page-intro--products .intro-divider{width:66px;height:4px;margin-top:24px;background:var(--green)}.page-intro--products .intro-trust-row{max-width:590px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:38px}.page-intro--products .intro-trust-item{min-width:0;padding:0 20px;border-left:1px solid var(--line);gap:5px}.page-intro--products .intro-trust-item:first-child{padding-left:0;border-left:0}.page-intro--products .intro-trust-item__icon{width:44px;height:44px;margin-bottom:5px;color:var(--green)}.page-intro--products .intro-trust-item strong{font-size:15px;line-height:1.35}.page-intro--products .intro-trust-item span{color:var(--ink-soft);font-size:13px;line-height:1.4}.page-intro--products .products-hero-art{position:absolute;inset:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center right;object-position:center right;-webkit-mask-image:linear-gradient(90deg,transparent,transparent 25%,rgba(0,0,0,.38) 38%,#000 52%);mask-image:linear-gradient(90deg,transparent,transparent 25%,rgba(0,0,0,.38) 38%,#000 52%)}.filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.filter-bar button{min-height:38px;padding:7px 12px;color:var(--ink-soft);background:#fff;border:1px solid var(--line);border-radius:6px;font-family:var(--font-heading)}.filter-bar button.is-active,.filter-bar button:focus-visible,.filter-bar button:hover{color:#fff;background:var(--navy);border-color:var(--navy)}.detail-list,.footer-list{list-style:none}.detail-list li{color:var(--ink-soft);font-size:15px;line-height:1.55}.detail-list li:before{content:"";display:inline-block;width:6px;height:6px;margin-right:8px;vertical-align:1px;background:var(--green);border-radius:50%}.product-detail-hero{padding:56px 0;background:var(--wash);border-bottom:1px solid var(--line)}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;font-size:14px}.breadcrumb,.breadcrumb a{color:var(--ink-soft)}.breadcrumb a:hover{color:var(--green)}.breadcrumb__sep{color:var(--line-strong)}.breadcrumb__current{color:var(--ink)}.product-detail-hero__layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:56px;gap:56px;align-items:center}.product-detail-hero__copy{display:grid;grid-gap:14px;gap:14px}.product-detail-hero h1{font-size:44px}.product-detail-hero p{max-width:720px;color:var(--ink-soft);font-size:18px}.product-detail-hero__image{position:relative;min-height:320px;background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.product-detail-hero__image img{-o-object-fit:contain;object-fit:contain;padding:22px}.sample-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.sample-grid--scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:10px}.sample-grid--scroll .sample-card{flex:0 0 300px;scroll-snap-align:start}.machine-item,.portfolio-item{position:relative;min-height:280px;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:8px}.machine-item img,.portfolio-item img{-o-object-fit:cover;object-fit:cover}.sample-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:8px}.sample-card__media{display:block;position:relative;width:100%;aspect-ratio:4/3;background:#fff;border:0;border-bottom:1px solid var(--line);padding:0;cursor:pointer}.sample-card__media img{-o-object-fit:contain;object-fit:contain;padding:12px}.sample-card__zoom{position:absolute;right:10px;bottom:10px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.92);color:var(--ink);opacity:0;transition:opacity .2s ease;pointer-events:none}.sample-card__media:focus-visible .sample-card__zoom,.sample-card__media:hover .sample-card__zoom{opacity:1}.sample-card__body{padding:18px 20px}.sample-card__body h3{font-size:17px;margin:0 0 6px}.sample-card__body p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.6}.lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,8%,.85);padding:24px}.lightbox__content{position:relative;max-width:90vw;max-height:85vh}.lightbox__content img{display:block;max-width:90vw;max-height:85vh;width:auto;height:auto;border-radius:8px}.lightbox__close{position:fixed;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:50%;background:hsla(0,0%,100%,.92);color:var(--ink);cursor:pointer}.page-hero{position:relative;min-height:380px;display:grid;align-items:end;overflow:hidden;background:var(--navy)}.page-hero>img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-hero__overlay{position:absolute;inset:0;background:rgba(34,34,34,.62)}.page-hero__content{position:relative;z-index:1;padding:58px 0;color:#fff}.page-hero__content h1{max-width:820px;font-size:42px;margin-top:10px}.page-hero__content .eyebrow{color:#f3b9bb}.page-hero__content p:not(.eyebrow){max-width:640px;margin-top:10px;color:#eef4f7;font-size:17px}.about-hero{position:relative;min-height:430px;display:grid;align-items:center;overflow:hidden;isolation:isolate;background:#171d24}.about-hero>img{position:absolute;inset:0;z-index:-3;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:64% center;object-position:64% center}.about-hero__shade,.about-hero__texture{position:absolute;inset:0;pointer-events:none}.about-hero__shade{z-index:-2;background:linear-gradient(90deg,rgba(22,28,35,.96),rgba(22,28,35,.88) 24%,rgba(22,28,35,.58) 46%,rgba(22,28,35,.12) 70%,rgba(22,28,35,0)),linear-gradient(180deg,rgba(22,28,35,.25),rgba(22,28,35,.52))}.about-hero__texture{z-index:-1;width:min(520px,52vw);background:radial-gradient(circle at 14% 42%,hsla(0,0%,100%,.05) 0 1px,transparent 1px 100%),repeating-linear-gradient(145deg,hsla(0,0%,100%,.065) 0 1px,transparent 1px 8px);opacity:.3;-webkit-mask-image:radial-gradient(circle at 22% 50%,#000 0,transparent 70%);mask-image:radial-gradient(circle at 22% 50%,#000 0,transparent 70%)}.about-hero__content{position:relative;z-index:2;padding:68px 0 92px;color:#fff}.about-hero__content p:first-child{color:#ff4f55;font-family:var(--font-heading);font-size:15px;font-weight:700}.about-hero__content h1{max-width:620px;margin-top:16px;font-size:clamp(42px,4.4vw,68px);line-height:1.12;font-weight:700;text-shadow:0 12px 32px rgba(0,0,0,.25)}.about-hero__content p:last-child{max-width:560px;margin-top:24px;color:hsla(0,0%,100%,.9);font-size:20px}.about-hero__wave{position:absolute;z-index:1;left:-8%;right:-8%;bottom:-112px;height:210px;background:linear-gradient(90deg,#f01822,#d71920 58%,#b81319);border-radius:50% 50% 0 0/100% 100% 0 0;transform:rotate(2deg);transform-origin:center bottom}.about-overview{position:relative;padding:74px 0 62px;background:radial-gradient(circle at 18% 22%,rgba(215,25,32,.045),transparent 34%),#fff}.about-overview__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(430px,1fr);grid-gap:72px;align-items:center}.about-overview__copy{max-width:610px}.about-overview__copy h2{margin:10px 0 22px;font-size:clamp(34px,3.3vw,48px);line-height:1.2;font-weight:700}.about-overview__copy p:not(.eyebrow){color:var(--ink-soft);font-size:17px;line-height:1.86}.about-overview__copy p+p{margin-top:16px}.about-overview__cta{margin-top:30px}.about-process-stack{display:grid;grid-gap:16px;gap:16px}.about-process-card{position:relative;min-height:190px;overflow:hidden;border-radius:10px;background:var(--wash);box-shadow:0 20px 50px rgba(34,34,34,.11)}.about-process-card>img{-o-object-fit:cover;object-fit:cover;transition:transform .24s ease}.about-process-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 25%,rgba(0,0,0,.55)),linear-gradient(90deg,rgba(0,0,0,.42),transparent 54%)}.about-process-card:hover>img{transform:scale(1.025)}.about-process-card__label{position:absolute;left:24px;bottom:20px;z-index:1;display:flex;align-items:center;gap:14px;color:#fff}.about-process-card__icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;flex:0 0 54px;color:#fff;background:var(--green);border-radius:50%;box-shadow:0 10px 26px rgba(215,25,32,.3)}.about-process-card__icon svg{width:30px;height:30px}.about-process-card__label small,.about-process-card__label strong{display:block;line-height:1.25}.about-process-card__label strong{font-family:var(--font-heading);font-size:20px;font-weight:700}.about-process-card__label small{margin-top:2px;color:hsla(0,0%,100%,.88);font-size:15px;font-weight:600}.about-proof-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;margin-top:48px;padding:28px 34px;background:#fff;border:1px solid rgba(34,34,34,.06);border-radius:12px;box-shadow:0 24px 70px rgba(34,34,34,.12)}.about-proof-strip__item{display:flex;align-items:center;gap:16px;min-width:0;padding:0 22px;border-left:1px solid var(--line)}.about-proof-strip__item:first-child{padding-left:0;border-left:0}.about-proof-strip__icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;flex:0 0 54px;color:var(--green);background:var(--green-soft);border-radius:50%}.about-proof-strip__icon svg{width:30px;height:30px}.about-proof-strip__item small,.about-proof-strip__item strong{display:block}.about-proof-strip__item strong{color:var(--ink);font-family:var(--font-heading);font-size:17px;line-height:1.35}.about-proof-strip__item small{margin-top:2px;color:var(--ink-soft);font-size:14px;line-height:1.45}.split-block{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,.85fr);grid-gap:52px;gap:52px;align-items:center}.split-block h2{font-size:32px;margin:10px 0 16px}.split-block p{color:var(--ink-soft)}.split-block p+p{margin-top:14px}.about-image-stack{display:grid;grid-gap:12px;gap:12px}.about-image-stack article{position:relative;min-height:230px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--wash)}.about-image-stack img{-o-object-fit:cover;object-fit:cover}.about-image-stack__caption{position:absolute;left:14px;bottom:14px;z-index:1;padding:6px 14px;color:#fff;background:var(--green);border-radius:999px;font-family:var(--font-heading);font-size:13px;font-weight:600}.text-accent{color:var(--green)}.about-story{position:relative;padding-bottom:92px;overflow:hidden}.about-story:after{content:"";position:absolute;left:0;right:0;bottom:0;height:110px;background:var(--green);clip-path:polygon(0 65%,100% 0,100% 100%,0 100%)}.cards-grid{display:grid;grid-gap:16px;gap:16px}.cards-grid--why{grid-template-columns:repeat(3,minmax(0,1fr))}.info-card__head{display:flex;align-items:center;gap:14px;margin-bottom:10px}.info-card__icon{display:grid;place-items:center;width:56px;height:56px;flex-shrink:0;color:var(--green);background:var(--green-soft);border-radius:10px}.info-card__icon svg{width:30px;height:30px}.info-card{padding:20px}.info-card ul{margin:6px 0 12px;padding-left:20px;color:var(--ink-soft);font-size:16px;line-height:1.62;display:grid;grid-gap:6px;gap:6px}.cards-grid--steps{grid-template-columns:repeat(4,minmax(0,1fr))}.step-card{display:grid;grid-gap:12px;gap:12px}.step-card__number{display:grid;place-items:center;width:44px;height:44px;flex-shrink:0;color:var(--green);background:var(--green-soft);border-radius:10px;font-family:var(--font-heading);font-weight:700;font-size:18px}.step-card p{margin:0;color:var(--ink-soft);font-size:16px;line-height:1.62}.related-links{display:flex;flex-wrap:wrap;gap:10px 24px}.product-detail-hero__layout--single{grid-template-columns:minmax(0,1fr);max-width:880px}.faq-list{display:grid;grid-gap:12px;gap:12px;max-width:760px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:8px;padding:0 20px}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;font-weight:600;font-size:17px;cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";flex-shrink:0;font-size:22px;line-height:1;color:var(--green)}.faq-item[open] summary:after{content:"\2212"}.faq-item p{margin:0 0 18px;color:var(--ink-soft);font-size:16px;line-height:1.7}.cert-grid{display:flex;flex-wrap:wrap;gap:24px;align-items:center}.cert-grid--about{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.cert-card{display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:8px}.cert-card__image{width:72px;height:72px;-o-object-fit:contain;object-fit:contain}.cert-card span{color:var(--ink-soft);font-size:13px;text-align:center}.about-sustainability{display:grid;grid-template-columns:minmax(0,.82fr) minmax(440px,1fr);grid-gap:42px;gap:42px;align-items:start}.about-sustainability__copy h2{max-width:620px;font-size:32px;margin:10px 0 16px}.about-sustainability__copy p:not(.eyebrow){max-width:680px;color:var(--ink-soft)}.about-sustainability__copy p+p{margin-top:14px}.sustainability-point-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.sustainability-point{min-height:180px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:8px}.sustainability-point__head{display:flex;align-items:center;gap:12px;margin-bottom:8px}.sustainability-point__icon{width:34px;height:34px;flex-shrink:0;color:var(--green)}.sustainability-point h3{font-size:18px}.sustainability-point p{color:var(--ink-soft);font-size:14px;line-height:1.58}.section-note{color:var(--ink-soft);max-width:740px;margin-top:20px}.machine-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.cta-layout{display:flex;justify-content:space-between;align-items:center;gap:32px}.cta-layout h2{font-size:32px;margin:8px 0}.contact-grid{display:grid;grid-template-columns:minmax(300px,.45fr) minmax(0,.55fr);grid-gap:24px;gap:24px;align-items:start}.contact-panel,.rfq-form{padding:24px}.contact-panel{display:grid;grid-gap:10px;gap:10px}.contact-panel h2{font-size:26px}.rfq-form h2{font-size:20px}.contact-panel a,.contact-panel p{color:var(--ink-soft)}.contact-panel a:hover{color:var(--green)}.contact-link__icon{width:18px;height:18px;flex-shrink:0}.contact-badges{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;margin:4px 0}.contact-badge{display:flex;align-items:flex-start;gap:8px}.contact-badge__icon{display:grid;place-items:center;flex-shrink:0;width:36px;height:36px;color:var(--green);background:var(--green-soft);border-radius:8px}.contact-badge__icon svg{width:18px;height:18px}.contact-badge__text{display:grid;grid-gap:2px;gap:2px;font-size:13px;line-height:1.35;word-break:break-word}.contact-badge__label{color:var(--muted);font-size:12px}.contact-badge__text strong{color:var(--ink);font-weight:600}.contact-hours{display:flex;align-items:flex-start;gap:10px;padding-top:10px;border-top:1px solid var(--line)}.contact-hours strong{display:block;color:var(--ink);font-family:var(--font-heading);font-size:15px}.contact-hours p{margin:2px 0 0;font-size:13px}.contact-company{color:var(--ink)!important;font-weight:600}.map-embed{min-height:260px;margin-top:12px;overflow:hidden;border:1px solid var(--line);border-radius:8px}.map-embed iframe{width:100%;height:260px;border:0}.map-link{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px;padding:10px 14px;color:var(--ink);font-family:var(--font-heading);font-size:14px;border:1px solid var(--line-strong);border-radius:8px}.map-link:hover{color:var(--green);border-color:var(--green)}.rfq-form{display:grid;grid-gap:16px;gap:16px}.field-grid{display:grid;grid-gap:14px;gap:14px}.field-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.rfq-form label{display:grid;grid-gap:6px;gap:6px;color:var(--ink);font-family:var(--font-heading);font-size:15px;line-height:1.3}.rfq-form input,.rfq-form select,.rfq-form textarea{width:100%;min-height:44px;padding:10px 12px;color:var(--ink);background:#fff;border:1px solid var(--line-strong);border-radius:6px;font-family:var(--font-body);font-size:15px}.rfq-form textarea{resize:vertical}.rfq-form input:focus,.rfq-form select:focus,.rfq-form textarea:focus{outline:2px solid rgba(8,127,111,.2);border-color:var(--green)}.form-privacy{color:var(--muted);font-size:13px;text-align:center}.form-alert{padding:10px 12px;border:1px solid var(--line);border-radius:6px;font-size:14px;text-align:center}.form-alert--success{color:#075f48;background:#e4f5ee;border-color:#b6e0cf}.form-alert--error{color:#9b1c1c;background:#fde8e8;border-color:#f5b5b5}.form-alert--loading{color:var(--navy);background:var(--wash)}.form-head{justify-content:space-between;gap:12px}.form-head,.form-progress{display:flex;align-items:center}.form-progress{gap:8px}.form-progress__step{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--line);color:var(--muted);font-family:var(--font-heading);font-size:14px;font-weight:600}.form-progress__step.is-active,.form-progress__step.is-done{background:var(--green);color:#fff}.form-progress__line{width:28px;height:2px;background:var(--line)}.form-subtitle{margin-top:-6px;color:var(--ink-soft);font-size:14px}.required-mark{color:var(--green);margin-left:2px}.form-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px}.form-submit__icon{width:18px;height:18px}.form-success{display:grid;justify-items:center;grid-gap:10px;gap:10px;padding:24px 12px;text-align:center}.form-success__icon{display:grid;place-items:center;width:56px;height:56px;color:var(--green);background:var(--green-soft);border-radius:50%}.form-success__icon svg{width:28px;height:28px}.form-success h3{margin:0;font-size:22px}.form-success p{max-width:420px;color:var(--ink-soft)}.form-success__id{color:var(--ink)}.form-success__urgent{margin-top:8px;font-size:14px}.form-success__links{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:6px}.form-success__links a{color:var(--green)}.admin-auth-form button:disabled,.admin-edit-form button:disabled,.admin-refresh:disabled,.rfq-form button:disabled{cursor:progress;opacity:.72}.admin-auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;color:#111827;background:#f3f4f6;font-family:var(--font-body)}.admin-auth-card{width:min(100%,430px);padding:28px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 28px rgba(15,23,42,.08)}.admin-auth-card--compact{display:grid;grid-gap:8px;gap:8px;text-align:center}.admin-auth-head{display:grid;grid-gap:7px;gap:7px;margin-bottom:18px}.admin-auth-kicker{color:#2563eb;font-size:13px;font-weight:600}.admin-auth-card--compact h1,.admin-auth-head h1{color:#111827;font-size:26px}.admin-auth-head p:not(.admin-auth-kicker){color:#6b7280;font-size:14px}.admin-auth-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:4px;gap:4px;padding:4px;margin-bottom:16px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px}.admin-auth-switch button{min-height:38px;color:#475569;background:transparent;border:0;border-radius:6px;font-family:var(--font-heading);font-size:14px}.admin-auth-switch button.is-active{color:#1d4ed8;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.08)}.admin-auth-form{display:grid;grid-gap:12px;gap:12px}.admin-auth-form label,.admin-edit-form label{display:grid;grid-gap:5px;gap:5px;color:#334155;font-family:var(--font-heading);font-size:13px}.admin-auth-form input,.admin-edit-form input,.admin-edit-form select,.admin-edit-form textarea,.admin-list-head input{width:100%;min-height:40px;padding:8px 10px;color:#111827;background:#fff;border:1px solid #cbd5e1;border-radius:7px}.admin-auth-form input:focus,.admin-edit-form input:focus,.admin-edit-form select:focus,.admin-edit-form textarea:focus,.admin-list-head input:focus{outline:2px solid rgba(37,99,235,.16);border-color:#2563eb}.admin-auth-form button,.admin-edit-form button{min-height:42px;padding:8px 14px;color:#fff;background:#2563eb;border:1px solid #2563eb;border-radius:7px;font-family:var(--font-heading)}.admin-auth-message,.admin-auth-note{margin-top:12px;color:#64748b;font-size:13px;line-height:1.55;text-align:center}.admin-auth-message{padding:9px 10px;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:7px}.admin-shell{min-height:100vh;color:#111827;background:#f3f4f6;font-family:var(--font-body);overflow:visible}.admin-app-header{color:#fff;background:#2563eb;box-shadow:0 2px 10px rgba(15,23,42,.15)}.admin-app-header-inner{width:min(100%,1600px);margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.admin-app-header p{color:#bfdbfe;font-size:13px;font-weight:600}.admin-app-header h1{color:#fff;font-size:28px}.admin-user-area{display:flex;align-items:center;gap:10px}.admin-user-chip{display:grid;grid-gap:1px;gap:1px;min-width:150px;padding:7px 10px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);border-radius:7px}.admin-user-chip strong{font-size:14px;line-height:1.2}.admin-user-chip span{color:#dbeafe;font-size:12px;line-height:1.2}.admin-refresh,.admin-tab-actions a,.admin-user-area button{min-height:36px;padding:7px 12px;font-family:var(--font-heading);font-size:13px;border-radius:7px}.admin-user-area button{color:#fff;background:hsla(0,0%,100%,.13);border:1px solid hsla(0,0%,100%,.26)}.admin-tabbar{background:#fff;border-bottom:1px solid #dbe3ed}.admin-tabbar-inner{width:min(100%,1600px);min-height:52px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:14px}.admin-tabs{display:flex;height:52px;align-items:stretch}.admin-tabs button{position:relative;padding:0 16px;color:#475569;background:transparent;border:0;font-family:var(--font-heading)}.admin-tabs button.is-active{color:#1d4ed8}.admin-tabs button.is-active:after{content:"";position:absolute;right:12px;bottom:0;left:12px;height:3px;background:#2563eb;border-radius:999px 999px 0 0}.admin-refresh{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.admin-tab-actions{display:flex;align-items:center;gap:8px}.admin-tab-actions a{display:inline-flex;align-items:center;color:#334155;background:#fff;border:1px solid #cbd5e1}.admin-content{width:min(100%,1600px);margin:0 auto;padding:18px 24px 28px}.admin-metrics{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:14px}.admin-metrics button{display:grid;grid-gap:6px;gap:6px;min-height:72px;padding:12px;text-align:left;background:#fff;border:1px solid #dbe3ed;border-radius:8px}.admin-metrics button.is-active{border-color:#2563eb;box-shadow:inset 0 -3px 0 #2563eb}.admin-metrics span{color:#64748b;font-size:13px}.admin-metrics strong{font-family:var(--font-heading);font-size:24px;line-height:1}.admin-workspace{display:grid;grid-template-columns:minmax(0,1fr) 430px;grid-gap:14px;gap:14px;align-items:start}.admin-detail-panel,.admin-list-panel{background:#fff;border:1px solid #dbe3ed;border-radius:8px}.admin-list-panel{overflow:hidden}.admin-list-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border-bottom:1px solid #e5e7eb}.admin-detail-head h2,.admin-list-head h2{font-size:22px}.admin-detail-head p,.admin-detail-head span,.admin-list-head p{color:#64748b;font-size:13px}.admin-list-head input{width:min(430px,48vw)}.admin-table-wrap{overflow:auto;max-height:calc(100vh - 210px)}.admin-table{width:100%;border-collapse:collapse;min-width:940px}.admin-table th{position:sticky;top:0;z-index:1;padding:10px 12px;color:#475569;background:#f8fafc;border-bottom:1px solid #e5e7eb;font-family:var(--font-heading);font-size:13px;font-weight:500;text-align:left}.admin-table td{vertical-align:top;padding:10px 12px;border-bottom:1px solid #eef2f7;font-size:14px}.admin-table tr{cursor:pointer}.admin-table tbody tr.is-selected,.admin-table tbody tr:hover{background:#eff6ff}.admin-table td span,.admin-table td strong{display:block}.admin-table td span{color:#64748b;font-size:12px;line-height:1.45}.status-pill{display:inline-flex;min-height:26px;align-items:center;padding:3px 8px;color:#1f2937;background:#e5e7eb;border-radius:999px;font-size:12px;white-space:nowrap}.status-pill--new{color:#1d4ed8;background:#dbeafe}.status-pill--reviewing,.status-pill--waiting-for-laopan{color:#92400e;background:#fef3c7}.status-pill--contacted,.status-pill--quoted{color:#075985;background:#e0f2fe}.status-pill--won{color:#166534;background:#dcfce7}.status-pill--lost{color:#991b1b;background:#fee2e2}.admin-detail-panel{position:sticky;top:14px;display:grid;grid-gap:14px;gap:14px;padding:16px}.admin-detail-head{display:flex;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.admin-detail-head a{align-self:start;padding:6px 10px;color:#2563eb;border:1px solid #bfdbfe;border-radius:7px;font-size:13px}.admin-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.admin-customer-note,.admin-detail-grid div{padding:10px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:7px}.admin-customer-note span,.admin-detail-grid span{display:block;color:#64748b;font-size:12px;margin-bottom:2px}.admin-customer-note p,.admin-detail-grid a,.admin-detail-grid strong{color:#111827;font-size:14px;line-height:1.45;overflow-wrap:anywhere}.admin-detail-grid a{color:#2563eb;text-decoration:underline;text-underline-offset:3px}.admin-edit-form{display:grid;grid-gap:10px;gap:10px}.admin-edit-form textarea{resize:vertical}.admin-empty,.admin-empty-detail,.admin-message{color:#64748b;font-size:14px;text-align:center}.site-footer{color:#dbe4ec;background:#202020;border-top:4px solid #d71920}.footer-grid{display:grid;grid-template-columns:minmax(260px,1.4fr) .7fr .9fr .9fr;grid-gap:32px;gap:32px;padding:48px 0}.footer-logo{width:142px;height:50px;margin-bottom:16px}.footer-copy{color:#b7c3ce;margin-top:6px}.footer-heading{color:#fff;font-family:var(--font-heading);font-weight:500;margin-bottom:10px}.footer-list{display:grid;grid-gap:7px;gap:7px}.footer-list a{color:#b7c3ce}.footer-list a:focus-visible,.footer-list a:hover{color:#fff}.footer-list--contact a{display:inline-flex;align-items:center;gap:8px}.footer-address{display:flex;align-items:flex-start;gap:8px;color:#b7c3ce}.footer-address .contact-link__icon{margin-top:2px}.footer-bottom{padding:18px 0;color:#9aa8b5;border-top:1px solid hsla(0,0%,100%,.12);font-size:14px}.floating-contact{position:fixed;right:18px;bottom:18px;z-index:55;gap:10px}.floating-contact,.floating-contact__menu{display:flex;flex-direction:column;align-items:flex-end}.floating-contact__menu{gap:8px}.floating-contact__item{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 16px;color:var(--navy);background:#fff;border:1px solid var(--line-strong);border-radius:999px;box-shadow:0 8px 20px rgba(0,0,0,.12);font-family:var(--font-heading);font-size:14px;font-weight:500;opacity:0;transform:translateY(12px) scale(.95);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.floating-contact__icon{width:18px;height:18px;flex-shrink:0}.floating-contact__item:hover{color:#fff;background:var(--green);border-color:var(--green)}.floating-contact.is-open .floating-contact__item{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.floating-contact.is-open .floating-contact__item:first-child{transition-delay:80ms}.floating-contact.is-open .floating-contact__item:nth-child(2){transition-delay:40ms}.floating-contact__toggle{display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:0 20px;color:#fff;background:var(--green);border:1px solid var(--green);border-radius:999px;box-shadow:0 10px 24px rgba(215,25,32,.32);font-family:var(--font-heading);font-size:15px;font-weight:600;transition:background .16s ease,border-color .16s ease}.floating-contact__toggle:focus-visible,.floating-contact__toggle:hover{background:var(--blue);border-color:var(--blue)}.floating-contact__toggle-icon{width:20px;height:20px;flex-shrink:0}.redirect-page{min-height:100vh;display:grid;place-content:center;grid-gap:12px;gap:12px;text-align:center}@media (max-width:1280px){.page-intro--products{min-height:610px}.page-intro--products:after{background:linear-gradient(90deg,#fff,#fff 34%,hsla(0,0%,100%,.94) 47%,hsla(0,0%,100%,.34) 64%,hsla(0,0%,100%,.06) 82%),linear-gradient(180deg,hsla(0,0%,100%,0) 64%,hsla(0,0%,100%,.84))}.page-intro--products .page-intro__layout{min-height:610px;padding-top:66px}.products-hero-copy{max-width:500px}.page-intro--products h1{max-width:500px;font-size:clamp(48px,5.2vw,64px)}.page-intro--products .intro-trust-row{max-width:540px}.page-intro--products .products-hero-art{-o-object-position:62% center;object-position:62% center;-webkit-mask-image:linear-gradient(90deg,transparent,transparent 34%,rgba(0,0,0,.42) 48%,#000 64%);mask-image:linear-gradient(90deg,transparent,transparent 34%,rgba(0,0,0,.42) 48%,#000 64%)}}@media (max-width:1100px){.site-nav{gap:10px}.site-nav a{padding:0 8px;font-size:14px}.about-hero{min-height:390px}.about-hero>img{-o-object-position:68% center;object-position:68% center}.about-hero__content{padding:60px 0 84px}.about-overview__grid{grid-template-columns:minmax(0,.86fr) minmax(390px,1fr);gap:44px}.about-proof-strip{padding:26px 24px}.about-proof-strip__item{padding:0 14px;gap:12px}.home-hero{min-height:660px}.home-hero:after{background:linear-gradient(90deg,#fff,#fff 36%,hsla(0,0%,100%,.94) 50%,hsla(0,0%,100%,.26) 70%,hsla(0,0%,100%,.04)),linear-gradient(180deg,hsla(0,0%,100%,.26),hsla(0,0%,100%,0) 48%,hsla(0,0%,100%,.78))}.home-hero__layout{width:min(calc(100% - 32px),var(--container));min-height:660px;padding:48px 0 46px}.home-hero__copy{width:min(100%,530px)}.home-hero__copy h1{max-width:530px;font-size:clamp(48px,5.4vw,62px)}.home-hero .intro-trust-row{max-width:580px}.home-hero .intro-trust-item{padding-inline:18px}.home-hero__art{-o-object-position:58% center;object-position:58% center}.page-intro__layout,.product-detail-hero__layout,.trust-band__layout{grid-template-columns:1fr}.trust-band__certs{justify-content:flex-start}.about-sustainability{grid-template-columns:1fr}.cards-grid--steps,.cards-grid--why,.machine-grid,.product-finder,.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-workspace{grid-template-columns:1fr}.admin-detail-panel{position:static}}@media (max-width:900px){.section{padding:56px 0}.header-inner{min-height:68px}.menu-toggle{display:inline-flex}.site-nav{position:fixed;inset:68px 0 auto 0;display:none;padding:18px 16px 24px;background:#fff;border-bottom:1px solid var(--line)}.site-nav.is-open{display:grid;grid-gap:16px;gap:16px}.nav-actions,.site-nav ul{display:grid;align-items:stretch;grid-gap:8px;gap:8px}.site-nav a{justify-content:flex-start}.nav-item--dropdown{display:flex;flex-direction:column}.nav-item__row{display:flex;align-items:center}.nav-item__row a{flex:1 1}.nav-item__toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex-shrink:0;border:none;border-radius:6px;background:transparent;color:var(--ink-soft)}.nav-item__toggle svg{transition:transform .2s ease}.nav-item--dropdown.is-open .nav-item__toggle svg{transform:rotate(180deg)}.nav-item--dropdown .nav-dropdown,.nav-item--dropdown:focus-within .nav-dropdown,.nav-item--dropdown:hover .nav-dropdown{display:none}.nav-item--dropdown.is-open .nav-dropdown{display:grid;position:static;min-width:0;margin:4px 0 0;padding:4px 0 4px 12px;border:none;border-left:1px solid var(--line);border-radius:0;background:transparent}.nav-item--dropdown.is-open .nav-dropdown--grouped{width:auto;grid-template-columns:1fr;gap:8px}.nav-dropdown__group p{padding-inline:10px}.nav-dropdown__item--all{grid-column:auto}.lang-switch{width:-moz-fit-content;width:fit-content}.about-overview__grid,.about-sustainability,.capability-layout,.contact-grid,.factory-proof,.footer-grid,.home-hero__layout,.section-head--split,.split-block{grid-template-columns:1fr}.about-hero{min-height:360px}.about-hero>img{-o-object-position:70% center;object-position:70% center}.about-hero__shade{background:linear-gradient(90deg,rgba(22,28,35,.96),rgba(22,28,35,.8) 48%,rgba(22,28,35,.22)),linear-gradient(180deg,rgba(22,28,35,.18),rgba(22,28,35,.52))}.about-hero__content{padding:54px 0 82px}.about-hero__content h1{max-width:560px}.about-hero__wave{bottom:-92px;height:166px}.about-overview{padding:58px 0 50px}.about-overview__grid{gap:34px}.about-process-card{min-height:210px}.about-proof-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:36px;padding:24px}.about-proof-strip__item{padding:18px;border-left:0;border-top:1px solid var(--line)}.about-proof-strip__item:nth-child(-n+2){border-top:0}.about-proof-strip__item:nth-child(odd){padding-left:0;border-right:1px solid var(--line)}.contact-grid .rfq-form{order:-1}.home-hero{min-height:860px}.home-hero:after{background:linear-gradient(180deg,#fff,#fff 38%,hsla(0,0%,100%,.82) 50%,hsla(0,0%,100%,.16) 70%,#fff),linear-gradient(90deg,#fff,hsla(0,0%,100%,.82) 46%,hsla(0,0%,100%,.08))}.home-hero__layout{width:min(calc(100% - 32px),var(--container));min-height:860px;padding:42px 0 250px}.home-hero__copy{width:min(100%,620px)}.home-hero__copy h1,.page-hero__content h1,.page-intro h1,.product-detail-hero h1{font-size:34px}.home-hero__copy h1{max-width:620px;font-size:clamp(42px,8vw,58px)}.home-hero__copy p:not(.eyebrow){max-width:560px}.home-hero .intro-trust-row{grid-template-columns:repeat(2,minmax(0,1fr));max-width:560px;gap:12px;margin-top:300px}.home-hero .intro-trust-item{padding:16px;background:hsla(0,0%,100%,.9);border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 28px rgba(34,34,34,.08)}.home-hero__art{-o-object-position:58% bottom;object-position:58% bottom}.home-hero__copy p:not(.eyebrow),.page-intro p:not(.eyebrow),.product-detail-hero p{font-size:16px}.trust-band__layout{padding:22px 0}.capability-list,.field-grid--2,.field-grid--3,.trust-band__stats{grid-template-columns:1fr}.intro-trust-row{grid-template-columns:repeat(2,minmax(0,1fr))}.page-intro--products{min-height:780px;padding:0}.page-intro--products:after{background:linear-gradient(180deg,#fff,#fff 42%,hsla(0,0%,100%,.78) 54%,hsla(0,0%,100%,.08) 72%,#fff),linear-gradient(90deg,#fff,hsla(0,0%,100%,.8) 46%,hsla(0,0%,100%,.08))}.page-intro--products .page-intro__layout{min-height:780px;padding:50px 0 58px}.page-intro--products h1{font-size:48px}.page-intro--products .intro-trust-row{grid-template-columns:repeat(2,minmax(0,1fr));max-width:480px;gap:12px;margin-top:300px}.page-intro--products .intro-trust-item{padding:16px;background:hsla(0,0%,100%,.92);border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 28px rgba(34,34,34,.08)}.page-intro--products .intro-trust-item:first-child{padding-left:16px;border-left:1px solid var(--line)}.page-intro--products .products-hero-art{-o-object-position:58% bottom;object-position:58% bottom;-webkit-mask-image:linear-gradient(180deg,transparent,transparent 34%,rgba(0,0,0,.8) 48%,#000 66%);mask-image:linear-gradient(180deg,transparent,transparent 34%,rgba(0,0,0,.8) 48%,#000 66%)}.cta-layout,.quote-strip__layout{display:grid;justify-items:start}.product-detail-hero__image{min-height:260px}.admin-shell{padding:0}.admin-app-header-inner,.admin-list-head,.admin-tabbar-inner{display:grid}.admin-app-header-inner,.admin-tabbar-inner{padding-inline:16px}.admin-content{padding:14px 16px 22px}.admin-user-area{width:100%}.admin-tab-actions,.admin-user-area{justify-content:space-between}.admin-list-head input{width:100%}.admin-table-wrap{max-height:none}}@media (max-width:640px){.container{width:min(calc(100% - 24px),var(--container))}.page-intro,.product-detail-hero{padding:42px 0}.about-hero{min-height:330px}.about-hero>img{-o-object-position:78% center;object-position:78% center}.about-hero__shade{background:linear-gradient(90deg,rgba(22,28,35,.98),rgba(22,28,35,.86) 58%,rgba(22,28,35,.38)),linear-gradient(180deg,rgba(22,28,35,.08),rgba(22,28,35,.62))}.about-hero__texture{width:80vw}.about-hero__content{padding:42px 0 72px}.about-hero__content h1{max-width:350px;font-size:36px}.about-hero__content p:last-child{max-width:320px;font-size:16px}.about-hero__wave{bottom:-76px;height:132px}.about-overview{padding:48px 0 42px}.about-overview__copy h2{font-size:30px}.about-overview__copy p:not(.eyebrow){font-size:15px;line-height:1.8}.about-process-card{min-height:170px}.about-process-card__label{left:16px;bottom:16px}.about-process-card__icon{width:46px;height:46px;flex-basis:46px}.about-process-card__icon svg{width:25px;height:25px}.about-process-card__label strong{font-size:17px}.about-process-card__label small{font-size:13px}.about-proof-strip{grid-template-columns:1fr;margin-top:28px;padding:18px}.about-proof-strip__item,.about-proof-strip__item:nth-child(-n+2),.about-proof-strip__item:nth-child(odd){padding:16px 0;border-right:0;border-top:1px solid var(--line)}.about-proof-strip__item:first-child{padding-top:0;border-top:0}.about-proof-strip__item:last-child{padding-bottom:0}.home-hero{min-height:900px;padding:0}.home-hero:after{background:linear-gradient(180deg,#fff,#fff 40%,hsla(0,0%,100%,.78) 52%,hsla(0,0%,100%,.12) 72%,#fff),linear-gradient(90deg,#fff,hsla(0,0%,100%,.8) 54%,hsla(0,0%,100%,.06))}.factory-proof,.home-hero__layout,.split-block{gap:28px}.home-hero__layout{width:min(calc(100% - 24px),var(--container));min-height:900px;padding:36px 0 40px}.home-hero__copy h1,.page-hero__content h1,.page-intro h1,.product-detail-hero h1{font-size:30px}.home-hero .eyebrow{font-size:16px}.home-hero__copy h1{max-width:360px;margin-top:18px;font-size:clamp(38px,11vw,48px)}.home-hero .intro-divider{margin-top:18px}.home-hero__copy p:not(.eyebrow){max-width:350px;margin-top:18px;font-size:15px;line-height:1.7}.home-hero .button-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;max-width:350px;margin-top:22px}.home-hero .button-row .btn{min-height:50px;padding:0 14px;font-size:15px}.home-hero .button-row .btn:after{margin-left:8px;font-size:23px}.home-hero .intro-trust-row{grid-template-columns:repeat(2,minmax(0,1fr));max-width:360px;gap:10px;margin-top:235px}.home-hero .intro-trust-item{padding:12px;background:hsla(0,0%,100%,.92);border:1px solid var(--line);border-radius:8px;box-shadow:0 10px 24px rgba(34,34,34,.08)}.home-hero .intro-trust-item:nth-child(odd){padding-left:12px;border-left:1px solid var(--line)}.home-hero .intro-trust-item__icon{width:38px;height:38px}.home-hero .intro-trust-item strong{font-size:14px}.home-hero .intro-trust-item span{font-size:12px}.home-hero__art{-o-object-position:56% bottom;object-position:56% bottom}.about-sustainability__copy h2,.cta-layout h2,.factory-proof__copy h2,.quote-strip h2,.section-head h2,.split-block h2{font-size:26px}.cards-grid--steps,.cards-grid--why,.cert-grid--about,.machine-grid,.product-finder,.related-grid,.sample-grid,.sustainability-point-grid{grid-template-columns:1fr}.sample-grid--scroll .sample-card{flex-basis:260px}.about-story{padding-bottom:60px}.about-story:after{height:70px}.rfq-form input,.rfq-form select,.rfq-form textarea{font-size:16px}.product-tile{grid-template-rows:160px 1fr}.page-intro--products{padding:0;min-height:870px;background:#fff}.page-intro--products:after{display:block;background:linear-gradient(180deg,#fff,#fff 38%,hsla(0,0%,100%,.78) 50%,hsla(0,0%,100%,.1) 70%,#fff),linear-gradient(90deg,#fff,hsla(0,0%,100%,.78) 54%,hsla(0,0%,100%,.06))}.page-intro--products .page-intro__layout{min-height:870px;padding:34px 0 40px}.page-intro--products h1{max-width:560px;font-size:clamp(38px,10.6vw,44px)}.page-intro--products p:not(.eyebrow){font-size:16px}.page-intro--products .intro-trust-row{max-width:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:235px}.page-intro--products .intro-trust-item{padding:12px;background:hsla(0,0%,100%,.92);border:1px solid var(--line);border-radius:8px;box-shadow:0 10px 24px rgba(34,34,34,.08)}.page-intro--products .intro-trust-item:nth-child(odd){padding-left:12px;border-left:1px solid var(--line)}.page-intro--products .products-hero-art{position:absolute;inset:0;width:100%;height:100%;margin-top:0;-o-object-fit:cover;object-fit:cover;-o-object-position:56% bottom;object-position:56% bottom;transform:none;-webkit-mask-image:linear-gradient(180deg,transparent,transparent 32%,rgba(0,0,0,.9) 46%,#000 64%);mask-image:linear-gradient(180deg,transparent,transparent 32%,rgba(0,0,0,.9) 46%,#000 64%)}.factory-proof__images{grid-template-columns:1fr}.factory-proof__images>div,.machine-item,.portfolio-item{min-height:230px}.floating-contact{right:12px;bottom:12px}.floating-contact__toggle{padding:0 16px;font-size:14px}.admin-auth-page{padding:16px}.admin-auth-card{padding:22px}.admin-app-header h1{font-size:24px}.admin-user-area{display:grid}.admin-user-chip{width:100%}.admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-detail-grid{grid-template-columns:1fr}}.home-hero__art-wrap{position:absolute;z-index:0;overflow:hidden;pointer-events:none}.home-hero__art{filter:saturate(1.06) contrast(1.04);-o-object-position:center;object-position:center}.home-hero:after{background:linear-gradient(90deg,#fff,#fff 34%,hsla(0,0%,100%,.95) 44%,hsla(0,0%,100%,.42) 55%,hsla(0,0%,100%,.04) 70%),linear-gradient(180deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,0) 48%,hsla(0,0%,100%,.5))}.page-intro--products:after{background:linear-gradient(90deg,#fff,#fff 27%,hsla(0,0%,100%,.92) 36%,hsla(0,0%,100%,.34) 48%,hsla(0,0%,100%,.02) 66%),linear-gradient(180deg,hsla(0,0%,100%,0) 72%,hsla(0,0%,100%,.5))}.page-intro--products .products-hero-art{filter:saturate(1.06) contrast(1.04);-o-object-position:58% center;object-position:58% center;-webkit-mask-image:linear-gradient(90deg,transparent,transparent 24%,rgba(0,0,0,.28) 36%,rgba(0,0,0,.82) 48%,#000 58%);mask-image:linear-gradient(90deg,transparent,transparent 24%,rgba(0,0,0,.28) 36%,rgba(0,0,0,.82) 48%,#000 58%)}@media (max-width:1280px){.home-hero__art-wrap{width:min(66vw,930px)}.page-intro--products:after{background:linear-gradient(90deg,#fff,#fff 30%,hsla(0,0%,100%,.92) 42%,hsla(0,0%,100%,.32) 56%,hsla(0,0%,100%,.02) 76%),linear-gradient(180deg,hsla(0,0%,100%,0) 68%,hsla(0,0%,100%,.55))}.page-intro--products .products-hero-art{-o-object-position:60% center;object-position:60% center;-webkit-mask-image:linear-gradient(90deg,transparent,transparent 30%,rgba(0,0,0,.4) 45%,#000 60%);mask-image:linear-gradient(90deg,transparent,transparent 30%,rgba(0,0,0,.4) 45%,#000 60%)}}@media (max-width:1100px){.home-hero,.home-hero__layout{min-height:650px}.home-hero__art-wrap{width:min(68vw,840px)}.home-hero:after{background:linear-gradient(90deg,#fff,#fff 35%,hsla(0,0%,100%,.92) 49%,hsla(0,0%,100%,.34) 68%,hsla(0,0%,100%,.04)),linear-gradient(180deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,0) 48%,hsla(0,0%,100%,.58))}}@media (max-width:900px){.home-hero{min-height:760px}.home-hero__layout{min-height:760px;padding:42px 0 34px;align-items:start}.home-hero__copy{width:min(100%,590px)}.home-hero__art-wrap{inset:288px -24px 128px -24px;width:auto}.home-hero__art{-o-object-position:58% center;object-position:58% center}.home-hero:after{background:linear-gradient(180deg,#fff,#fff 32%,hsla(0,0%,100%,.7) 44%,hsla(0,0%,100%,.12) 62%,#fff),linear-gradient(90deg,#fff,hsla(0,0%,100%,.78) 38%,hsla(0,0%,100%,.04))}.home-hero .intro-trust-row{margin-top:230px}.page-intro--products{min-height:740px}.page-intro--products:after{background:linear-gradient(180deg,#fff,#fff 34%,hsla(0,0%,100%,.66) 46%,hsla(0,0%,100%,.1) 68%,#fff),linear-gradient(90deg,#fff,hsla(0,0%,100%,.72) 38%,hsla(0,0%,100%,.04))}.page-intro--products .page-intro__layout{min-height:740px;padding:44px 0 34px}.page-intro--products .intro-trust-row{margin-top:230px}.page-intro--products .products-hero-art{inset:auto -8% auto auto;top:272px;width:min(760px,118vw);height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transform:none;-webkit-mask-image:none;mask-image:none}}@media (max-width:640px){.home-hero{min-height:760px}.home-hero__layout{min-height:760px;padding:30px 0 28px}.home-hero__art-wrap{inset:342px -20px 120px -20px}.home-hero:after{background:linear-gradient(180deg,#fff,#fff 39%,hsla(0,0%,100%,.58) 50%,hsla(0,0%,100%,.08) 70%,#fff),linear-gradient(90deg,#fff,hsla(0,0%,100%,.65) 42%,hsla(0,0%,100%,.02))}.home-hero .intro-trust-row{margin-top:188px}.page-intro--products{min-height:720px}.page-intro--products .page-intro__layout{min-height:720px;padding:32px 0 28px}.page-intro--products .intro-trust-row{margin-top:188px}.page-intro--products .products-hero-art{top:292px;right:-18%;width:min(620px,138vw)}}.product-detail-hero--visual{position:relative;min-height:545px;overflow:hidden;padding:42px 0 54px;background:#fff}.product-detail-hero--visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff,#fff 42%,hsla(0,0%,100%,.9) 50%,hsla(0,0%,100%,.22) 66%,hsla(0,0%,100%,0)),linear-gradient(180deg,hsla(0,0%,100%,0) 70%,hsla(0,0%,100%,.82));pointer-events:none;z-index:1}.product-detail-hero--visual .container{position:relative;z-index:2}.product-detail-hero--visual .breadcrumb{margin-bottom:22px}.product-detail-hero--visual .product-detail-hero__layout{position:relative;display:flex;min-height:390px;align-items:center;padding:14px 0 22px}.product-detail-hero--visual .product-detail-hero__copy{position:relative;z-index:3;width:min(100%,565px);gap:18px}.product-detail-hero--visual h1{max-width:620px;font-size:clamp(46px,5vw,72px);line-height:1.04}.product-detail-hero--visual p{max-width:540px;color:var(--ink-soft);font-size:clamp(18px,1.45vw,23px);line-height:1.55}.product-detail-hero--visual .button-row{margin-top:12px}.product-detail-hero--visual .btn{min-height:56px;border-radius:8px;padding-inline:28px}.product-detail-hero--visual .product-detail-hero__image{position:absolute;top:50%;right:clamp(-34px,-2.4vw,-6px);width:min(60vw,820px);height:min(47vw,560px);min-height:430px;transform:translateY(-48%);background:#fff;border:0;border-radius:0;overflow:visible;filter:saturate(1.05) contrast(1.035)}.product-detail-hero--visual .product-detail-hero__image img{-o-object-fit:contain;object-fit:contain;-o-object-position:center right;object-position:center right;padding:0}@media (max-width:1180px){.product-detail-hero--visual .product-detail-hero__copy{width:min(100%,510px)}.product-detail-hero--visual h1{font-size:clamp(44px,5.6vw,64px)}.product-detail-hero--visual .product-detail-hero__image{right:-5vw;width:min(70vw,780px)}}@media (max-width:900px){.product-detail-hero--visual{min-height:650px;padding:34px 0 42px}.product-detail-hero--visual:before{background:linear-gradient(180deg,#fff,#fff 43%,hsla(0,0%,100%,.7) 56%,hsla(0,0%,100%,.18) 72%,#fff),linear-gradient(90deg,#fff,hsla(0,0%,100%,.82) 42%,hsla(0,0%,100%,0))}.product-detail-hero--visual .product-detail-hero__layout{min-height:525px;align-items:flex-start;padding:4px 0 0}.product-detail-hero--visual .product-detail-hero__copy{width:min(100%,570px)}.product-detail-hero--visual h1{font-size:clamp(42px,9vw,58px)}.product-detail-hero--visual p{max-width:490px;font-size:17px}.product-detail-hero--visual .product-detail-hero__image{top:auto;right:auto;left:50%;bottom:0;width:min(90vw,600px);height:310px;min-height:0;transform:translateX(-50%)}.product-detail-hero--visual .product-detail-hero__image img{-o-object-position:center;object-position:center}}@media (max-width:640px){.product-detail-hero--visual{min-height:610px;padding:26px 0 32px}.product-detail-hero--visual .breadcrumb{margin-bottom:22px}.product-detail-hero--visual .product-detail-hero__layout{min-height:500px}.product-detail-hero--visual .product-detail-hero__copy{width:min(100%,360px);gap:14px}.product-detail-hero--visual h1{font-size:clamp(37px,12vw,52px)}.product-detail-hero--visual p{max-width:330px;font-size:16px;line-height:1.65}.product-detail-hero--visual .button-row{margin-top:8px}.product-detail-hero--visual .product-detail-hero__image{left:50%;right:auto;bottom:12px;width:min(92vw,500px);height:255px;transform:translateX(-50%)}}@media (min-width:901px){.page-intro--products:after{background:linear-gradient(90deg,#fff,#fff 38%,hsla(0,0%,100%,.97) 48%,hsla(0,0%,100%,.44) 61%,hsla(0,0%,100%,.03) 78%),linear-gradient(180deg,hsla(0,0%,100%,0) 70%,hsla(0,0%,100%,.58))}.page-intro--products .products-hero-art{-o-object-position:66% center;object-position:66% center;-webkit-mask-image:linear-gradient(90deg,transparent,transparent 39%,rgba(0,0,0,.35) 53%,#000 67%);mask-image:linear-gradient(90deg,transparent,transparent 39%,rgba(0,0,0,.35) 53%,#000 67%)}}@media (min-width:901px) and (max-width:1280px){.page-intro--products:after{background:linear-gradient(90deg,#fff,#fff 42%,hsla(0,0%,100%,.96) 53%,hsla(0,0%,100%,.36) 68%,hsla(0,0%,100%,.04) 86%),linear-gradient(180deg,hsla(0,0%,100%,0) 68%,hsla(0,0%,100%,.62))}.page-intro--products .products-hero-art{-o-object-position:69% center;object-position:69% center;-webkit-mask-image:linear-gradient(90deg,transparent,transparent 43%,rgba(0,0,0,.38) 58%,#000 72%);mask-image:linear-gradient(90deg,transparent,transparent 43%,rgba(0,0,0,.38) 58%,#000 72%)}}.home-hero{min-height:590px}.home-hero__layout{min-height:590px;padding:58px 0 50px}.home-hero__copy{width:min(100%,560px)}.home-hero__copy h1{max-width:560px}.home-hero__art-wrap{inset:0 0 0 auto;width:min(62vw,980px)}.home-hero:after{background:linear-gradient(90deg,#fff,#fff 34%,hsla(0,0%,100%,.96) 45%,hsla(0,0%,100%,.42) 57%,hsla(0,0%,100%,.04) 72%),linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,0) 54%,hsla(0,0%,100%,.18))}.trust-band__layout{min-height:0;grid-template-columns:minmax(220px,.78fr) minmax(0,1.55fr) auto;grid-template-areas:"title features certs" "stats stats stats";grid-gap:24px 30px;gap:24px 30px;padding:30px 0 28px}.trust-band h2{grid-area:title;max-width:320px;line-height:1.28}.trust-band__features{border-left:1px solid var(--line)}.trust-band__feature{display:flex;align-items:flex-start;gap:12px;padding:2px 18px;border-right:1px solid var(--line)}.trust-band__feature-icon{width:34px;height:34px;flex:0 0 auto}.trust-band__feature span,.trust-band__feature strong{display:block}.trust-band__feature strong{color:var(--ink);font-family:var(--font-heading);font-size:15px;line-height:1.32}.trust-band__feature span{margin-top:3px;color:var(--ink-soft);font-size:13px;line-height:1.42}.trust-band__certs{grid-area:certs}.page-intro--products{min-height:460px}.page-intro--products .page-intro__layout{min-height:460px;padding:58px 0 44px}.page-intro--products .products-hero-art{-o-object-position:61% center;object-position:61% center;-webkit-mask-image:linear-gradient(90deg,transparent,transparent 27%,rgba(0,0,0,.32) 41%,rgba(0,0,0,.88) 55%,#000 66%);mask-image:linear-gradient(90deg,transparent,transparent 27%,rgba(0,0,0,.32) 41%,rgba(0,0,0,.88) 55%,#000 66%)}.page-intro--products:after{background:linear-gradient(90deg,#fff,#fff 31%,hsla(0,0%,100%,.94) 42%,hsla(0,0%,100%,.34) 56%,hsla(0,0%,100%,.03) 74%),linear-gradient(180deg,hsla(0,0%,100%,0) 74%,hsla(0,0%,100%,.34))}@media (max-width:1280px){.home-hero{min-height:570px}.home-hero__layout{min-height:570px;padding:52px 0 46px}.home-hero__art-wrap{width:min(66vw,900px)}.trust-band__layout{grid-template-columns:minmax(210px,.65fr) minmax(0,1.45fr);grid-template-areas:"title features" "stats certs"}.trust-band__certs{justify-content:flex-end}.page-intro--products{min-height:440px}.page-intro--products .page-intro__layout{min-height:440px;padding-top:50px}}@media (max-width:1100px){.home-hero,.home-hero__layout{min-height:555px}.trust-band__layout{grid-template-columns:1fr;grid-template-areas:"title" "features" "stats" "certs";gap:20px}.trust-band h2{max-width:680px}.trust-band__certs{justify-content:flex-start}}@media (max-width:900px){.home-hero{min-height:650px}.home-hero__layout{min-height:650px;padding:40px 0 32px;align-items:flex-start}.home-hero__art-wrap{inset:310px -22px 24px -22px;width:auto}.home-hero:after{background:linear-gradient(180deg,#fff,#fff 38%,hsla(0,0%,100%,.72) 49%,hsla(0,0%,100%,.12) 70%,#fff),linear-gradient(90deg,#fff,hsla(0,0%,100%,.76) 42%,hsla(0,0%,100%,.04))}.trust-band__features{grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-left:0}.trust-band__feature{padding:16px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-band__feature:nth-child(2n){border-right:0}.page-intro--products{min-height:520px}.page-intro--products .page-intro__layout{min-height:520px;padding:42px 0 34px}.page-intro--products .products-hero-art{inset:auto -9% auto auto;top:228px;width:min(780px,118vw);height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;-webkit-mask-image:none;mask-image:none}.page-intro--products:after{background:linear-gradient(180deg,#fff,#fff 39%,hsla(0,0%,100%,.68) 51%,hsla(0,0%,100%,.1) 70%,#fff),linear-gradient(90deg,#fff,hsla(0,0%,100%,.72) 40%,hsla(0,0%,100%,.04))}}@media (max-width:640px){.home-hero{min-height:625px}.home-hero__layout{min-height:625px;padding:30px 0 26px}.home-hero__art-wrap{inset:326px -20px 18px -20px}.trust-band__layout{padding:24px 0}.trust-band__features{grid-template-columns:1fr}.trust-band__feature,.trust-band__feature:nth-child(2n){border-right:0}.page-intro--products{min-height:500px}.page-intro--products .page-intro__layout{min-height:500px;padding:32px 0 28px}.page-intro--products .products-hero-art{top:238px;right:-20%;width:min(620px,136vw)}.page-intro--products .products-hero-copy,.page-intro--products h1,.page-intro--products p:not(.eyebrow){max-width:100%}.page-intro--products h1,.trust-band__intro h2{overflow-wrap:anywhere}.page-intro--products h1{font-size:clamp(36px,10.4vw,42px);line-height:1.14}}.page-intro--products .products-hero-art{-o-object-position:61% bottom;object-position:61% bottom}@media (max-width:1280px){.home-hero__art-wrap{width:min(62vw,860px)}}@media (min-width:641px) and (max-width:900px){.home-hero,.home-hero__layout{min-height:600px}.home-hero__art-wrap{inset:86px -24px 0 45%;width:auto}.home-hero__art{-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom}.home-hero:after{background:linear-gradient(90deg,#fff,#fff 37%,hsla(0,0%,100%,.84) 50%,hsla(0,0%,100%,.1) 72%,hsla(0,0%,100%,0)),linear-gradient(180deg,hsla(0,0%,100%,.98),hsla(0,0%,100%,.72) 30%,hsla(0,0%,100%,.04) 62%,hsla(0,0%,100%,.04))}.page-intro--products,.page-intro--products .page-intro__layout{min-height:490px}.page-intro--products .products-hero-art{inset:auto 0 auto auto;top:42px;width:min(760px,88vw);height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:right top;object-position:right top}.page-intro--products:after{background:linear-gradient(90deg,#fff,#fff 36%,hsla(0,0%,100%,.82) 49%,hsla(0,0%,100%,.12) 70%,hsla(0,0%,100%,0)),linear-gradient(180deg,#fff,hsla(0,0%,100%,.76) 30%,hsla(0,0%,100%,.02) 60%,hsla(0,0%,100%,.08))}}@media (max-width:640px){.home-hero{min-height:560px}.home-hero__layout{min-height:560px;padding:28px 0 24px}.home-hero__copy h1{max-width:330px;font-size:clamp(32px,9.6vw,38px);line-height:1.14}.home-hero__copy p:not(.eyebrow){max-width:326px;margin-top:16px;line-height:1.62}.home-hero .button-row{max-width:326px}.home-hero .button-row .btn{min-height:48px;padding-inline:10px;font-size:14px;white-space:nowrap}.home-hero__art-wrap{inset:310px -18px 0 -18px;width:auto}.home-hero__art{-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom}.home-hero:after{background:linear-gradient(180deg,#fff,#fff 48%,hsla(0,0%,100%,.18) 58%,hsla(0,0%,100%,0) 78%,hsla(0,0%,100%,.02)),linear-gradient(90deg,#fff,hsla(0,0%,100%,.48) 42%,hsla(0,0%,100%,0))}.page-intro--products,.page-intro--products .page-intro__layout{min-height:555px}.page-intro--products .products-hero-art{top:270px;right:24px;width:min(560px,135vw);height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:right bottom;object-position:right bottom}.page-intro--products:after{background:linear-gradient(180deg,#fff,#fff 46%,hsla(0,0%,100%,.16) 55%,hsla(0,0%,100%,0) 76%,hsla(0,0%,100%,.02)),linear-gradient(90deg,#fff,hsla(0,0%,100%,.38) 43%,hsla(0,0%,100%,0))}}.trust-band{padding:34px 0 44px}.trust-band__layout{position:relative;isolation:isolate;width:min(calc(100% - 40px),1580px);grid-template-columns:minmax(330px,.88fr) minmax(0,1.55fr);grid-template-areas:"intro features" "stats stats" "certs certs";grid-gap:26px 36px;gap:26px 36px;align-items:center;padding:54px 44px 42px;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 18px 50px rgba(34,34,34,.07)}.trust-band__layout:before{content:"";position:absolute;inset:0 0 auto auto;z-index:-1;width:min(440px,42%);height:250px;background-image:radial-gradient(rgba(215,25,32,.13) 1px,transparent 1.6px);background-size:11px 11px;opacity:.42}.trust-band__layout>*{position:relative;z-index:1}.trust-band__intro{grid-area:intro;display:grid;align-content:center;grid-gap:20px;gap:20px;max-width:500px}.trust-band__intro .intro-divider{width:52px;height:4px;margin:0 0 10px;border-radius:999px}.trust-band h2,.trust-band__intro h2{grid-area:auto;max-width:500px;color:var(--ink);font-size:clamp(34px,2.65vw,43px);line-height:1.22;letter-spacing:0}.trust-band__cert-copy p,.trust-band__intro p{color:var(--ink-soft);font-size:17px;line-height:1.75}.trust-band__features{grid-area:features;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;border:0}.trust-band__cert-panel,.trust-band__feature,.trust-band__stat{background:hsla(0,0%,100%,.92);border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 28px rgba(34,34,34,.08)}.trust-band__feature{min-width:0;min-height:228px;display:grid;justify-items:center;align-content:center;grid-gap:13px;gap:13px;padding:26px 18px 24px;text-align:center}.trust-band__icon-ring{display:inline-grid;place-items:center;width:86px;height:86px;color:var(--green);background:var(--green-soft);border-radius:999px}.trust-band__feature-icon{width:50px;height:50px;color:var(--green)}.trust-band__feature strong,.trust-band__stat strong{display:block;color:var(--ink);font-family:var(--font-heading);font-size:23px;line-height:1.28;font-weight:700}.trust-band__feature>span:last-child,.trust-band__stat>span:last-child{display:block;color:var(--ink-soft);font-size:16px;line-height:1.62}.trust-band__mini-divider{width:36px;height:2px;background:var(--green);border-radius:999px}.trust-band__stats{grid-gap:4px;gap:4px;border:0;background:transparent}.trust-band__stat{min-height:118px;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"icon value" "icon label";grid-gap:2px 18px;gap:2px 18px;align-items:center;padding:24px 28px}.trust-band__icon-ring--small{grid-area:icon;width:72px;height:72px}.trust-band__stat-icon{color:var(--green)}.trust-band__stat strong{grid-area:value;font-size:clamp(32px,3vw,42px);line-height:1}.trust-band__stat>span:last-child{grid-area:label}.trust-band__cert-panel{display:grid;grid-template-columns:minmax(310px,.9fr) minmax(0,1.55fr);grid-gap:30px;gap:30px}.trust-band__cert-copy{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:26px;gap:26px;align-items:center}.trust-band__cert-copy h3{font-size:22px;line-height:1.28}.trust-band__cert-copy .trust-band__mini-divider{display:block;margin:12px 0 10px}.trust-band__certs{grid-area:auto;align-items:center;justify-content:normal}.trust-band__cert-copy .trust-band__icon-ring{grid-area:auto}.trust-band__cert{grid-gap:10px;gap:10px;padding:0 22px}.trust-band__cert img,.trust-band__certs img{width:92px;height:92px}.trust-band__cert figcaption{line-height:1.35}@media (max-width:1280px){.trust-band__layout{width:min(calc(100% - 32px),1240px);grid-template-columns:1fr;grid-template-areas:"intro" "features" "stats" "certs";padding:42px 34px 36px}.trust-band__intro{max-width:720px}}@media (max-width:960px){.trust-band__features,.trust-band__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-band__cert-panel{grid-template-columns:1fr}.trust-band__cert{padding:0 14px}}@media (max-width:640px){.trust-band{padding:18px 0 32px}.trust-band__layout{width:min(calc(100% - 24px),520px);gap:18px;padding:28px 18px 24px}.trust-band h2,.trust-band__intro h2{font-size:29px}.trust-band__cert-copy p,.trust-band__intro p{font-size:15px;line-height:1.7}.trust-band__features,.trust-band__stats{grid-template-columns:1fr}.trust-band__feature{min-height:190px}.trust-band__stat{min-height:104px;padding:20px}.trust-band__cert-panel{padding:22px 18px}.trust-band__cert-copy{grid-template-columns:1fr;justify-items:center;gap:14px;text-align:center}.trust-band__cert-copy .trust-band__mini-divider{margin-inline:auto}.trust-band__certs{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 0}.trust-band__cert,.trust-band__cert:first-child{border-left:0}.trust-band__cert img,.trust-band__certs img{width:74px;height:74px}}.home-hero{min-height:clamp(660px,53vw,920px)}.home-hero:before{content:"";position:absolute;inset:0;z-index:0;background-image:url(/lion/brand/home-hero-factory.jpg);background-size:cover;background-position:top;filter:saturate(1.04) contrast(1.02);pointer-events:none}.home-hero__layout{min-height:clamp(660px,53vw,920px);padding:clamp(58px,5vw,88px) 0 clamp(48px,5vw,82px)}.home-hero__art-wrap{display:none}.home-hero__art{-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom;filter:saturate(1.04) contrast(1.02)}.home-hero:after{background:radial-gradient(ellipse at 32% 88%,hsla(0,0%,100%,.98) 0,hsla(0,0%,100%,.96) 18%,hsla(0,0%,100%,.56) 35%,hsla(0,0%,100%,0) 58%),linear-gradient(90deg,#fff,#fff 30%,hsla(0,0%,100%,.98) 39%,hsla(0,0%,100%,.86) 48%,hsla(0,0%,100%,.42) 60%,hsla(0,0%,100%,.08) 74%,hsla(0,0%,100%,0)),linear-gradient(180deg,hsla(0,0%,100%,.16),hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.04) 74%,hsla(0,0%,100%,.32))}.page-intro--products{min-height:560px}.page-intro--products .page-intro__layout{min-height:560px;padding:64px 0 54px}.page-intro--products .products-hero-art{inset:auto 0 auto auto;top:22px;right:0;width:min(1000px,70vw);height:auto;max-width:none;-o-object-fit:contain;object-fit:contain;-o-object-position:right top;object-position:right top;transform:none;-webkit-mask-image:none;mask-image:none;filter:saturate(1.04) contrast(1.02)}.page-intro--products:after{background:linear-gradient(90deg,#fff,#fff 30%,hsla(0,0%,100%,.94) 42%,hsla(0,0%,100%,.46) 54%,hsla(0,0%,100%,.08) 70%,hsla(0,0%,100%,0)),linear-gradient(180deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,0) 62%,hsla(0,0%,100%,.08))}@media (max-width:1280px){.home-hero,.home-hero__layout{min-height:clamp(640px,54vw,860px)}.home-hero__layout{padding:clamp(52px,5vw,78px) 0 clamp(44px,5vw,72px)}.page-intro--products,.page-intro--products .page-intro__layout{min-height:535px}.page-intro--products .products-hero-art{top:34px;width:min(900px,68vw)}}@media (min-width:641px) and (max-width:900px){.home-hero{min-height:720px}.home-hero:before{display:none}.home-hero__layout{min-height:720px;padding:40px 0 32px}.home-hero__art-wrap{display:block;inset:330px 0 0 0;width:auto}.home-hero__art{-o-object-fit:contain;object-fit:contain;-o-object-position:center bottom;object-position:center bottom}.home-hero:after{background:linear-gradient(180deg,#fff,#fff 44%,hsla(0,0%,100%,.24) 55%,hsla(0,0%,100%,0) 78%,hsla(0,0%,100%,.04)),linear-gradient(90deg,#fff,hsla(0,0%,100%,.5) 42%,hsla(0,0%,100%,0))}.page-intro--products,.page-intro--products .page-intro__layout{min-height:540px}.page-intro--products .products-hero-art{top:224px;right:-12px;width:min(760px,116vw)}}@media (max-width:640px){.home-hero{min-height:760px}.home-hero:before{display:none}.home-hero__layout{min-height:760px;padding:28px 0 24px}.home-hero__copy h1{max-width:330px;font-size:clamp(32px,9.6vw,38px);line-height:1.14}.home-hero__copy p:not(.eyebrow){max-width:326px;margin-top:16px;line-height:1.62}.home-hero .button-row{max-width:326px}.home-hero .button-row .btn{min-height:48px;padding-inline:10px;font-size:14px;white-space:nowrap}.home-hero__art-wrap{display:block;inset:342px 0 0 0;width:auto}.home-hero__art{-o-object-fit:contain;object-fit:contain;-o-object-position:center bottom;object-position:center bottom}.home-hero:after{background:linear-gradient(180deg,#fff,#fff 51%,hsla(0,0%,100%,.18) 61%,hsla(0,0%,100%,0) 80%,hsla(0,0%,100%,.04)),linear-gradient(90deg,#fff,hsla(0,0%,100%,.46) 42%,hsla(0,0%,100%,0))}.page-intro--products{min-height:680px}.page-intro--products .page-intro__layout{min-height:680px;padding-bottom:24px}.page-intro--products:after{background:linear-gradient(180deg,#fff,#fff 47%,hsla(0,0%,100%,.08) 56%,hsla(0,0%,100%,0) 68%)}.page-intro--products .products-hero-art{top:350px;right:clamp(28px,8vw,52px);width:clamp(500px,133vw,760px);height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center top;object-position:center top}}.trust-band{padding:44px 0 56px;background:#f7f7f7;border-block:1px solid var(--line)}.trust-band__layout{width:min(calc(100% - 32px),var(--container));display:grid;grid-template-columns:1fr;grid-template-areas:"capabilities" "factory" "stats" "certs";grid-gap:16px;gap:16px;padding:0;overflow:visible;background:transparent;border:0;border-radius:0;box-shadow:none}.trust-band__layout:before{display:none}.trust-band__capabilities,.trust-band__cert-panel,.trust-band__factory-panel,.trust-band__stats{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 14px 34px rgba(34,34,34,.06)}.trust-band__capabilities{grid-area:capabilities;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden}.trust-band__capability{min-height:170px;display:grid;justify-items:center;align-content:center;grid-gap:8px;gap:8px;padding:28px 30px;text-align:center;border-left:1px solid var(--line)}.trust-band__capability:first-child{border-left:0}.trust-band__capability .trust-band__icon-ring{width:46px;height:46px;color:var(--green);background:transparent;border-radius:0}.trust-band__capability .trust-band__feature-icon{width:42px;height:42px}.trust-band__capability strong{color:var(--ink);font-size:17px;line-height:1.32}.trust-band__capability>span:last-child{max-width:210px;color:var(--ink-soft);font-size:14px;line-height:1.55}.trust-band__factory-panel{grid-area:factory;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);grid-gap:34px;gap:34px;align-items:center;padding:24px}.trust-band__factory-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.trust-band__factory-images>div{position:relative;min-height:220px;overflow:hidden;background:var(--wash);border:1px solid var(--line);border-radius:8px}.trust-band__factory-images img{-o-object-fit:cover;object-fit:cover}.trust-band__factory-copy{display:grid;justify-items:start;grid-gap:12px;gap:12px}.trust-band__factory-copy h2{max-width:540px;color:var(--ink);font-size:clamp(30px,3.2vw,42px);line-height:1.18}.trust-band__factory-copy p:not(.eyebrow){max-width:560px;color:var(--ink-soft);font-size:16px;line-height:1.72}.trust-band__factory-copy .btn{min-height:42px;padding-inline:22px;color:var(--green);background:#fff;border-color:var(--green)}.trust-band__factory-copy .btn:after{content:"→";margin-left:12px;font-size:24px;line-height:1}.trust-band__stats{grid-area:stats;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;overflow:hidden}.trust-band__stat{min-height:150px;display:grid;grid-template-columns:1fr;grid-template-areas:"icon" "value" "label";justify-items:center;align-content:center;grid-gap:6px;gap:6px;padding:24px 20px;text-align:center;background:transparent;border:0;border-left:1px solid var(--line);border-radius:0;box-shadow:none}.trust-band__stat:first-child{border-left:0}.trust-band__stat .trust-band__icon-ring{width:48px;height:48px;color:var(--green);background:transparent;border-radius:0}.trust-band__stat-icon{width:42px;height:42px}.trust-band__stat strong{color:var(--green);font-size:clamp(32px,3.2vw,46px);line-height:1.04}.trust-band__stat>span:last-child{max-width:220px;color:var(--ink-soft);font-size:15px;line-height:1.45}.trust-band__cert-panel{grid-area:certs;grid-template-columns:minmax(320px,.92fr) minmax(0,1.35fr);gap:32px;align-items:center;padding:28px 34px}.trust-band__cert-copy{grid-template-columns:1fr;gap:8px;align-items:start}.trust-band__cert-copy>.trust-band__icon-ring{display:none}.trust-band__cert-copy h3{color:var(--ink);font-size:25px;line-height:1.24}.trust-band__cert-copy p{color:var(--ink-soft);font-size:16px;line-height:1.65}.trust-band__certs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;align-items:stretch}.trust-band__cert{min-width:0;display:grid;grid-template-rows:94px auto;justify-items:center;align-items:center;grid-gap:8px;gap:8px;margin:0;padding:0 20px;border-left:1px solid var(--line);text-align:center}.trust-band__cert:first-child{border-left:0}.trust-band__cert img,.trust-band__certs img{width:88px;height:88px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.trust-band__cert figcaption{min-height:36px;display:grid;align-items:start;color:var(--ink);font-size:13px;line-height:1.25;text-align:center}@media (max-width:960px){.trust-band{padding:32px 0 42px}.trust-band__capabilities,.trust-band__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-band__capability:nth-child(odd),.trust-band__stat:nth-child(odd){border-left:0}.trust-band__capability:nth-child(n+3),.trust-band__stat:nth-child(n+3){border-top:1px solid var(--line)}.trust-band__cert-panel,.trust-band__factory-panel{grid-template-columns:1fr}}@media (max-width:640px){.trust-band{padding:22px 0 34px}.trust-band__layout{width:min(calc(100% - 24px),var(--container));gap:12px}.trust-band__capabilities,.trust-band__certs,.trust-band__stats{grid-template-columns:1fr}.trust-band__capability,.trust-band__cert,.trust-band__cert:first-child,.trust-band__stat{border-left:0}.trust-band__capability+.trust-band__capability,.trust-band__cert+.trust-band__cert,.trust-band__stat+.trust-band__stat{border-top:1px solid var(--line)}.trust-band__capability{min-height:148px;padding:24px 22px}.trust-band__cert-panel,.trust-band__factory-panel{padding:18px}.trust-band__factory-images{grid-template-columns:1fr;gap:12px}.trust-band__factory-images>div{min-height:190px}.trust-band__factory-copy h2{font-size:28px}.trust-band__certs{align-items:center}.trust-band__cert{grid-template-rows:auto auto;padding:18px 0}}.about-hero{min-height:460px;border-bottom:8px solid var(--green)}.about-hero>img{-o-object-position:center 48%;object-position:center 48%}.about-hero__shade{background:linear-gradient(90deg,rgba(10,18,22,.94),rgba(10,18,22,.82) 34%,rgba(10,18,22,.42) 58%,rgba(10,18,22,.18)),linear-gradient(180deg,rgba(10,18,22,.14),rgba(10,18,22,.28))}.about-hero__texture{opacity:.16}.about-hero__content{min-height:460px;max-width:none;padding:54px 0 52px}.about-hero__content h1{max-width:720px;margin-top:14px;font-size:clamp(52px,5.7vw,76px);line-height:1.08}.about-hero__divider{width:78px;height:4px;margin-top:22px;background:var(--green)}.about-hero__content p:last-of-type{margin-top:22px;font-size:22px}.about-hero__actions{gap:18px;margin-top:28px}.about-hero__actions .btn{min-height:58px;min-width:210px;border-radius:8px;font-size:18px;font-weight:700}.about-hero__actions .btn:after{content:"→";margin-left:14px;font-size:30px;line-height:1}.about-hero__actions .btn-secondary{color:#fff;background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.78)}.about-hero__wave{display:none}.about-overview{padding:70px 0 56px;background:#fff}.about-overview__grid{grid-template-columns:minmax(380px,.85fr) minmax(0,1fr);gap:72px;align-items:start}.about-overview__copy h2{max-width:590px;margin-top:14px;font-size:clamp(42px,4.2vw,58px);line-height:1.14}.about-overview__copy .intro-divider{width:78px;height:4px;margin:22px 0 26px}.about-overview__copy p:not(.eyebrow){max-width:590px;font-size:18px;line-height:1.78}.about-overview__cta{display:none}.about-process-stack{display:block}.about-process-card{min-height:288px;border-radius:8px}.about-process-card:nth-child(n+2){display:none}.about-process-card__label{left:28px;bottom:28px;min-width:260px;padding:0;background:transparent}.about-process-card__icon{width:68px;height:68px}.about-process-card__icon svg{width:34px;height:34px}.about-process-card__label strong{color:#fff;font-size:26px}.about-process-card__label small{color:hsla(0,0%,100%,.9);font-size:17px}@media (max-width:900px){.about-hero,.about-hero__content{min-height:520px}.about-hero__content{padding:44px 0}.about-hero__content h1{font-size:clamp(42px,9vw,58px)}.about-overview__grid{grid-template-columns:1fr;gap:30px}}@media (max-width:640px){.about-hero,.about-hero__content{min-height:560px}.about-hero__actions{display:grid;grid-template-columns:1fr;width:min(100%,320px)}.about-hero__actions .btn{min-width:0;width:100%}.about-overview{padding:46px 0 34px}.about-overview__copy h2{font-size:clamp(34px,9.5vw,44px)}.about-overview__copy p:not(.eyebrow){font-size:16px}.about-process-card{min-height:250px}.about-process-card__label{left:18px;bottom:18px;min-width:0}.about-process-card__icon{width:56px;height:56px}.about-process-card__label strong{font-size:21px}}.not-found{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:48px 32px;background:var(--paper);color:var(--ink)}.not-found__card{display:grid;justify-items:center;grid-gap:18px;gap:18px;max-width:480px;padding:48px 36px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 50px rgba(34,34,34,.07)}.not-found__code{margin:0;color:var(--green-soft);font-size:72px;font-weight:800;line-height:1}.not-found__card h1{display:grid;grid-gap:6px;gap:6px;margin:0;font-size:24px;font-weight:700}.not-found__card h1 span{color:var(--ink-soft);font-size:15px;font-weight:500}.not-found__body{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.7}.not-found__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:8px}