@import "https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=Montserrat:wght@300;400;500;600;700;800&display=swap";
.homeHero{text-align:center;box-sizing:border-box;isolation:isolate;background-color:#e5e4e0;flex-direction:row;justify-content:center;align-items:center;width:100%;max-width:100%;min-height:calc(100vh - 72px);display:flex;position:relative;overflow:hidden}.homeHero__visual{box-sizing:border-box;z-index:2;color:#fff;background:linear-gradient(90deg,#d2d2d0 0%,#e9e8e5 48%,#faf9f7 100%) 50%/cover;width:100%;height:calc(100vh - 72px);min-height:620px;padding:0 5%;position:relative;overflow:hidden}.homeHero__visual:before{content:"";z-index:1;pointer-events:none;opacity:.82;background:radial-gradient(circle at 24% 32%,#ffffffbd,#0000 34%),radial-gradient(circle at 76%,#ffffff75,#0000 38%),linear-gradient(110deg,#ffffff3d,#0000 44%);animation:9s ease-in-out infinite alternate homeHeroGlow;position:absolute;inset:0}.homeHero__visual:after{content:"";z-index:2;pointer-events:none;opacity:.14;mix-blend-mode:multiply;background-image:repeating-linear-gradient(90deg,#ffffff40 0 1px,#0000 1px 6px),repeating-linear-gradient(0deg,#00000009 0 1px,#0000 1px 7px);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 14% 82%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 14% 82%,#0000 100%)}@keyframes homeHeroGlow{0%{opacity:.58;transform:translate(-14px,-8px)scale(1)}to{opacity:.92;transform:translate(14px,8px)scale(1.04)}}.homeHero__fabricGlow{z-index:3;pointer-events:none;filter:blur(18px);opacity:.3;border-radius:999px;display:block;position:absolute}.homeHero__fabricGlow--one{background:#ffffff94;width:220px;height:220px;animation:10s ease-in-out infinite alternate heroGlowOne;top:22%;left:10%}.homeHero__fabricGlow--two{background:#ffffff6b;width:260px;height:260px;animation:11s ease-in-out infinite alternate heroGlowTwo;top:36%;right:12%}@keyframes heroGlowOne{0%{transform:translate(-12px,6px)scale(1)}to{transform:translate(14px,-10px)scale(1.08)}}@keyframes heroGlowTwo{0%{transform:translate(10px,-8px)scale(1)}to{transform:translate(-16px,12px)scale(1.06)}}.homeHero__threadLine{z-index:4;pointer-events:none;opacity:.12;width:250px;height:135px;position:absolute;top:40%;right:19%}.homeHero__threadLine:before{content:"";border:1.5px dashed #32323233;border-color:#32323233 #32323233 #0000 #0000;border-radius:50%;animation:18s linear infinite threadRotate;position:absolute;inset:0;transform:rotate(-12deg)}.homeHero__threadLine:after{content:"";background:#1f2d3d5c;border-radius:50%;width:8px;height:8px;animation:3.2s ease-in-out infinite threadDotPulse;position:absolute;top:32px;right:16px;box-shadow:0 0 0 8px #1f2d3d0a}@keyframes threadRotate{0%{transform:rotate(-12deg)}to{transform:rotate(348deg)}}@keyframes threadDotPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.35)}}.homeHero__decorCircle{z-index:4;pointer-events:none;border:1px solid #1f2d3d1f;border-radius:999px;display:block;position:absolute}.homeHero__decorCircle--one{opacity:.15;width:94px;height:94px;animation:8s ease-in-out infinite heroDecorFloatOne;top:18%;left:7%}.homeHero__decorCircle--two{opacity:.12;width:42px;height:42px;animation:7s ease-in-out infinite heroDecorFloatTwo;top:43%;right:22%}@keyframes heroDecorFloatOne{0%,to{transform:translate(0,0)}50%{transform:translate(10px,-12px)}}@keyframes heroDecorFloatTwo{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(-8px,10px)scale(1.08)}}.homeHero__processPanel{--cycle-width:250px;--cycle-height:300px;--card-width:214px;--card-height:62px;--cycle-speed:12s;--step-gap:86px;z-index:14;width:var(--cycle-width);height:var(--cycle-height);opacity:0;animation:1s cubic-bezier(.22,1,.36,1) .45s forwards lifecyclePanelEnter,8s ease-in-out 1.8s infinite lifecyclePanelFloat;position:absolute;top:clamp(50px,5vh,130px);right:clamp(24px,3.2vw,52px);transform:translate(120%)}@keyframes lifecyclePanelEnter{to{opacity:1;transform:translate(0)}}@keyframes lifecyclePanelFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.homeHero__cycleCore{display:none}.homeHero__processStep{--step-delay:calc((4 - var(--step-index)) * -3s);z-index:3;width:var(--card-width);min-height:var(--card-height);text-align:left;-webkit-backdrop-filter:none;transform-origin:50%;will-change:transform, opacity;animation:lifecycleStackRoll var(--cycle-speed) cubic-bezier(.42, 0, .18, 1) var(--step-delay) infinite;background:#fffffff0;border:1px solid #1f2d3d24;border-radius:20px;grid-template-columns:31px minmax(0,1fr);align-items:center;gap:10px;padding:10px 13px;display:grid;position:absolute;top:50%;right:18px;overflow:hidden;box-shadow:0 20px 48px #1f2d3d1a,inset 0 1px #fffffff2}.homeHero__processStep:before{content:"";border-radius:inherit;opacity:0;animation:lifecycleCardShine var(--cycle-speed) ease-in-out var(--step-delay) infinite;background:radial-gradient(circle at 15%,#1f2d3d1a,#0000 30%),linear-gradient(105deg,#0000,#ffffffb3,#0000);position:absolute;inset:-1px;transform:translate(-44%)}.homeHero__processStep:after{content:"";opacity:0;width:2px;animation:lifecycleActiveBar var(--cycle-speed) ease-in-out var(--step-delay) infinite;background:#1f2d3d;border-radius:999px;position:absolute;top:10px;bottom:10px;right:8px;transform:scaleY(0)}@keyframes lifecycleStackRoll{0%,8%{opacity:1;z-index:8;transform:translateY(-50%)scale(1.075)}20%,30%{opacity:.22;z-index:3;transform:translate(0, calc(-50% + var(--step-gap))) scale(.84)}45%,55%{opacity:0;z-index:1;transform:translate(18px,-50%)scale(.72)}70%,80%{opacity:.22;z-index:3;transform:translate(0, calc(-50% - var(--step-gap))) scale(.84)}92%,to{opacity:1;z-index:8;transform:translateY(-50%)scale(1.075)}}@keyframes lifecycleCardShine{0%,8%,92%,to{opacity:.9;transform:translate(0)}20%,30%,70%,80%{opacity:.05;transform:translate(-20%)}45%,55%{opacity:0;transform:translate(-44%)}}@keyframes lifecycleActiveBar{0%,8%,92%,to{opacity:1;transform:scaleY(1)}20%,30%,70%,80%{opacity:.08;transform:scaleY(.35)}45%,55%{opacity:0;transform:scaleY(0)}}.homeHero__processIcon{z-index:3;color:#102033;width:31px;height:31px;animation:lifecycleIconPulse var(--cycle-speed) ease-in-out var(--step-delay) infinite;background:#fff;border:1px solid #1f2d3d2e;border-radius:13px;justify-content:center;align-items:center;font-size:.86rem;line-height:1;display:inline-flex;position:relative;box-shadow:0 10px 22px #1f2d3d1f,inset 0 1px #fffffff2}@keyframes lifecycleIconPulse{0%,8%,92%,to{opacity:1;color:#102033;transform:rotate(-8deg)scale(1.16)}20%,30%,70%,80%{opacity:.45;color:#1f2d3d73;transform:rotate(0)scale(.92)}45%,55%{opacity:0;transform:rotate(0)scale(.82)}}.homeHero__processCopy{z-index:3;flex-direction:column;gap:2px;min-width:0;display:flex;position:relative}.homeHero__processCopy strong{color:#102033;letter-spacing:1.45px;text-transform:uppercase;text-shadow:none;animation:lifecycleTextClarity var(--cycle-speed) ease-in-out var(--step-delay) infinite;font-family:Montserrat,sans-serif;font-size:.66rem;font-weight:900;line-height:1.12;display:block}.homeHero__processCopy small{color:#102033c7;letter-spacing:.1px;animation:lifecycleTextClarity var(--cycle-speed) ease-in-out var(--step-delay) infinite;font-family:Montserrat,sans-serif;font-size:.51rem;font-weight:700;line-height:1.22;display:block}@keyframes lifecycleTextClarity{0%,8%,92%,to{opacity:1}20%,30%,70%,80%{opacity:.36}45%,55%{opacity:0}}.homeHero__quickBar{z-index:15;opacity:0;flex-direction:column;align-items:flex-end;gap:11px;animation:.8s cubic-bezier(.22,1,.36,1) 1.15s forwards quickBarEnter;display:flex;position:absolute;bottom:clamp(100px,18vh,150px);right:clamp(28px,3.2vw,52px);transform:translate(70px)}@keyframes quickBarEnter{to{opacity:1;transform:translate(0)}}.homeHero__quickBtn{--quick-size:52px;--quick-open-width:184px;width:var(--quick-size);height:var(--quick-size);box-sizing:border-box;transform-origin:100%;isolation:isolate;border-radius:999px;justify-content:flex-start;align-items:center;gap:11px;padding:0;text-decoration:none;transition:width .48s cubic-bezier(.22,1,.36,1),padding .48s cubic-bezier(.22,1,.36,1),transform .3s,box-shadow .3s,border-color .3s,background .3s;display:inline-flex;position:relative;overflow:hidden}.homeHero__quickBar--both .homeHero__quickBtn,.homeHero__quickBar--primary .homeHero__quickBtn--primary,.homeHero__quickBar--secondary .homeHero__quickBtn--secondary,.homeHero__quickBar:hover .homeHero__quickBtn,.homeHero__quickBar:focus-within .homeHero__quickBtn{width:var(--quick-open-width);padding:0 15px}.homeHero__quickBtn--primary{color:#fff;background:#1f2d3d;border:1px solid #1f2d3d;box-shadow:0 18px 38px #1f2d3d38,inset 0 1px #ffffff1f}.homeHero__quickBtn--secondary{color:#1f2d3d;background:#ffffffbd;border:1px solid #1f2d3d2e;box-shadow:0 14px 30px #1f2d3d14,inset 0 1px #ffffffd1}.homeHero__quickBtn:before{content:"";z-index:-1;border-radius:inherit;opacity:0;background:radial-gradient(circle at 30%,#ffffff61,#0000 46%);transition:opacity .3s;position:absolute;inset:-1px}.homeHero__quickBtn:after{content:"";z-index:-2;border-radius:inherit;opacity:0;border:1px solid;animation:3.4s ease-in-out infinite quickBtnPulseRing;position:absolute;inset:-7px;transform:scale(.86)}.homeHero__quickBtn--secondary:after{animation-delay:.65s}@keyframes quickBtnPulseRing{0%,to{opacity:0;transform:scale(.86)}42%{opacity:.16;transform:scale(1.12)}70%{opacity:0;transform:scale(1.24)}}.homeHero__quickBtn:hover,.homeHero__quickBtn:focus-visible{outline:none;transform:translate(-5px)scale(1.025)}.homeHero__quickBtn:hover:before,.homeHero__quickBtn:focus-visible:before{opacity:1}.homeHero__quickBtn--primary:hover,.homeHero__quickBtn--primary:focus-visible{box-shadow:0 22px 48px #1f2d3d47,inset 0 1px #ffffff24}.homeHero__quickBtn--secondary:hover,.homeHero__quickBtn--secondary:focus-visible{background:#ffffffe6;border-color:#1f2d3d42;box-shadow:0 18px 40px #1f2d3d1f,inset 0 1px #ffffffe6}.homeHero__quickIcon{z-index:2;transform-origin:50%;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;margin-left:15px;font-size:.96rem;line-height:1;transition:margin-left .48s cubic-bezier(.22,1,.36,1),transform .3s;animation:3.8s ease-in-out infinite quickIconMotion;display:inline-flex;position:relative}.homeHero__quickBtn--secondary .homeHero__quickIcon{animation-delay:.45s}.homeHero__quickBar--both .homeHero__quickIcon,.homeHero__quickBar--primary .homeHero__quickBtn--primary .homeHero__quickIcon,.homeHero__quickBar--secondary .homeHero__quickBtn--secondary .homeHero__quickIcon,.homeHero__quickBar:hover .homeHero__quickIcon,.homeHero__quickBar:focus-within .homeHero__quickIcon{margin-left:0}@keyframes quickIconMotion{0%,to{transform:translate(0,0)rotate(0)}45%{transform:translate(2px,-2px)rotate(-6deg)}}.homeHero__quickBtn:hover .homeHero__quickIcon,.homeHero__quickBtn:focus-visible .homeHero__quickIcon{transform:translate(3px,-3px)rotate(-8deg)scale(1.08)}.homeHero__quickText{z-index:2;letter-spacing:1.05px;text-transform:uppercase;white-space:nowrap;opacity:0;font-family:Montserrat,sans-serif;font-size:.62rem;font-weight:800;transition:opacity .34s,transform .48s cubic-bezier(.22,1,.36,1);position:relative;transform:translate(12px)}.homeHero__quickBar--both .homeHero__quickText,.homeHero__quickBar--primary .homeHero__quickBtn--primary .homeHero__quickText,.homeHero__quickBar--secondary .homeHero__quickBtn--secondary .homeHero__quickText,.homeHero__quickBar:hover .homeHero__quickText,.homeHero__quickBar:focus-within .homeHero__quickText{opacity:1;transform:translate(0)}.homeHero__brandBlock{z-index:10;color:#5b5a5c;text-align:center;opacity:0;will-change:opacity, transform;font-size:2rem;font-weight:300;animation:1s cubic-bezier(.22,1,.36,1) .12s forwards heroBrandReveal;position:absolute;top:26%;left:14%;transform:translateY(22px)}.homeHero__brandBlock:before,.homeHero__brandBlock:after{content:"";transform-origin:50%;opacity:0;pointer-events:none;height:1px;position:absolute;left:50%;transform:translate(-50%)scaleX(0)}.homeHero__brandBlock:before{background:linear-gradient(90deg,#0000,#5b5a5c57,#ffffffd1,#5b5a5c57,#0000);width:82%;animation:1.15s .65s forwards heroBrandLineReveal,8s ease-in-out 2s infinite heroBrandLineGlow;top:-22px}.homeHero__brandBlock:after{background:linear-gradient(90deg,#0000,#1113,#ffffffb3,#1113,#0000);width:46%;animation:1.15s .95s forwards heroBrandLineReveal,8.5s ease-in-out 2.3s infinite heroBrandLineGlow;bottom:-24px}.homeHero__brandBlock h1{--hero-title-spacing:18px;letter-spacing:var(--hero-title-spacing);color:#5b5a5c;opacity:0;text-shadow:0 12px 28px #0000000e,0 1px #ffffff47;will-change:opacity, filter;backface-visibility:hidden;-webkit-font-smoothing:antialiased;text-rendering:geometricprecision;margin:0 0 -12px;font-family:Montserrat,sans-serif;font-size:4rem;font-weight:600;line-height:1.15;animation:1.25s cubic-bezier(.22,1,.36,1) .22s forwards heroTitleReveal,9s ease-in-out 1.9s infinite heroTitleSmoothDepth;position:relative;transform:translateY(18px)scale(.985)}.homeHero__brandBlock h1:before{content:"TEXELON";color:#0000;background:linear-gradient(105deg,#0000 0% 36%,#ffffffc7 49%,#0000 62% 100%) 0 0/220% 100%;opacity:0;pointer-events:none;-webkit-background-clip:text;background-clip:text;animation:8.5s linear 1.8s infinite heroTitleMetalSweep;position:absolute;inset:0}.homeHero__brandBlock h1:after{display:none}.homeHero__tagline{color:#222;letter-spacing:7px;opacity:0;will-change:opacity;margin:7px 0 12px;font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:700;line-height:1.4;animation:.9s cubic-bezier(.22,1,.36,1) .65s forwards heroTaglineReveal,9s ease-in-out 2.1s infinite heroTaglineSmoothDepth;position:relative;transform:translateY(14px)}.homeHero__tagline:before{content:"";opacity:0;z-index:-1;background:radial-gradient(#ffffff6b,#0000 66%);border-radius:999px;width:108%;height:24px;animation:9s ease-in-out 1.8s infinite heroTaglineGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scaleX(.65)}.homeHero__tagline:after{display:none}.homeHero__subtext{color:#111;opacity:0;will-change:opacity;margin:0;font-family:Montserrat,sans-serif;font-size:1.05rem;font-weight:400;line-height:1.35;animation:.9s cubic-bezier(.22,1,.36,1) .9s forwards heroSubtextReveal,9.5s ease-in-out 2.3s infinite heroSubtextSmoothDepth;transform:translateY(18px)}@keyframes heroBrandReveal{to{opacity:1;transform:translate(0,0)}}@keyframes heroBrandLineReveal{to{opacity:1;transform:translate(-50%)scaleX(1)}}@keyframes heroBrandLineGlow{0%,to{opacity:.42}50%{opacity:.85}}@keyframes heroTitleReveal{0%{opacity:0;letter-spacing:calc(var(--hero-title-spacing) + 12px);transform:translateY(18px)scale(.985)}58%{opacity:1}to{opacity:1;letter-spacing:var(--hero-title-spacing);transform:translate(0,0)scale(1)}}@keyframes heroTitleSmoothDepth{0%,to{opacity:1;filter:brightness()contrast()}50%{opacity:.94;filter:brightness(1.045)contrast(1.02)}}@keyframes heroTitleMetalSweep{0%,68%{opacity:0;background-position:160% 0}76%{opacity:.68}90%{opacity:0;background-position:-70% 0}to{opacity:0;background-position:-70% 0}}@keyframes heroTaglineReveal{to{opacity:1;transform:translate(0,0)}}@keyframes heroTaglineSmoothDepth{0%,to{opacity:1}50%{opacity:.9}}@keyframes heroTaglineGlow{0%,to{opacity:0;transform:translate(-50%,-50%)scaleX(.65)}45%,60%{opacity:.5;transform:translate(-50%,-50%)scaleX(1)}}@keyframes heroSubtextReveal{to{opacity:1;transform:translate(0,0)}}@keyframes heroSubtextSmoothDepth{0%,to{opacity:1}50%{opacity:.9}}.homeHero__fashionText{z-index:7;text-align:center;opacity:0;will-change:transform, opacity;width:28%;height:auto;animation:.85s .55s forwards heroFashionFade,8.5s ease-in-out 1.25s infinite heroFashionFloat;position:absolute;top:49%;left:52%;transform:translate(0,0)}.homeHero__fashionText p{color:#4e4d4d;letter-spacing:3px;margin:0;font-family:Allerta Stencil,sans-serif;font-size:2.4rem;font-weight:300;line-height:1.1}.homeHero__fashionText span{color:#5b5a5c;letter-spacing:3px;font-family:Allerta Stencil,sans-serif;font-size:3.35rem;font-weight:700;position:relative}.homeHero__fashionText span:after{content:"";transform-origin:50%;background:linear-gradient(90deg,#0000,#5b5a5c6b,#0000);height:2px;animation:.9s 1.05s forwards heroFashionUnderline;position:absolute;bottom:-7px;left:8%;right:8%;transform:scaleX(0)}@keyframes heroFashionFade{to{opacity:1}}@keyframes heroFashionFloat{0%,to{transform:translate(0,0)}50%{transform:translateY(-6px)}}@keyframes heroFashionUnderline{to{transform:scaleX(1)}}.homeHero__pictureWrap{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.homeHero__model{z-index:5;will-change:auto;width:47%;height:auto;animation:none;position:absolute;top:60%;left:67%;transform:translate(-50%)}.homeHero__model img{filter:drop-shadow(0 22px 35px #00000014);width:100%;height:auto;margin-top:0;display:block}.homeHero__grass{z-index:9;will-change:auto;pointer-events:none;width:100vw;height:18vh;min-height:118px;max-height:150px;animation:none;position:absolute;inset:auto auto 0 50%;overflow:hidden;transform:translate(-50%)}.homeHero__grass img{object-fit:cover;object-position:center bottom;filter:drop-shadow(0 -8px 18px #00000014);width:100%;height:100%;min-height:118px;animation:none;display:block}.homeHero__grassLayer{object-fit:cover;object-position:center bottom;opacity:1;filter:drop-shadow(0 -8px 18px #00000014);width:100vw;height:100%;animation:none;display:block;position:absolute;bottom:0;left:0;transform:none}.homeHero__grassLayer--back,.homeHero__grassLayer--middle{display:none}.homeHero__grassLayer--front{opacity:1;object-fit:cover;object-position:center bottom;width:100vw;height:100%;display:block;bottom:0;left:0;transform:none}.homeHero__grass:after{display:none}@media (max-width:1280px){.homeHero__brandBlock{top:24%;left:11%}.homeHero__brandBlock h1{--hero-title-spacing:16px;font-size:3.5rem}.homeHero__tagline{letter-spacing:6px;font-size:1rem}.homeHero__subtext{font-size:.95rem}.homeHero__processPanel{--cycle-width:232px;--cycle-height:305px;--card-width:196px;--card-height:58px;--cycle-speed:12s;--step-gap:80px;top:94px;right:26px}.homeHero__processStep{border-radius:18px;grid-template-columns:28px minmax(0,1fr);gap:9px;padding:9px 12px}.homeHero__processIcon{border-radius:12px;width:28px;height:28px;font-size:.76rem}.homeHero__processCopy strong{letter-spacing:1.15px;font-size:.58rem}.homeHero__processCopy small{font-size:.46rem}.homeHero__quickBar{bottom:clamp(100px,17vh,145px);right:28px}.homeHero__fashionText{width:28%;top:50%;left:50%}.homeHero__fashionText p{font-size:2.05rem}.homeHero__fashionText span{font-size:2.85rem}.homeHero__model{width:50%;top:60%;left:66%}.homeHero__grass{height:16vh;min-height:110px;max-height:138px}.homeHero__grass img,.homeHero__grassLayer{min-height:110px}}@media (max-width:1024px){.homeHero{min-height:calc(100vh - 116px)}.homeHero__visual{height:calc(100vh - 116px);min-height:600px}.homeHero__brandBlock{top:22%;left:7%}.homeHero__brandBlock h1{--hero-title-spacing:13px;font-size:2.8rem}.homeHero__tagline{letter-spacing:4px;font-size:.9rem}.homeHero__subtext{font-size:.9rem}.homeHero__processPanel{--cycle-width:214px;--cycle-height:285px;--card-width:182px;--card-height:54px;--cycle-speed:12s;--step-gap:74px;top:92px;right:20px}.homeHero__processStep{border-radius:16px;grid-template-columns:26px minmax(0,1fr);gap:8px;padding:8px 10px}.homeHero__processIcon{border-radius:11px;width:26px;height:26px;font-size:.68rem}.homeHero__processCopy strong{letter-spacing:.9px;font-size:.54rem}.homeHero__processCopy small{font-size:.43rem}.homeHero__quickBar{bottom:122px;right:22px}.homeHero__quickBtn{--quick-size:46px;--quick-open-width:164px}.homeHero__quickText{letter-spacing:.85px;font-size:.52rem}.homeHero__fashionText{width:30%;top:53%;left:48%}.homeHero__fashionText p{letter-spacing:2px;font-size:1.72rem}.homeHero__fashionText span{letter-spacing:2px;font-size:2.42rem}.homeHero__model{width:58%;top:61%;left:64%}.homeHero__grass{height:104px;min-height:104px;max-height:120px}.homeHero__grass img,.homeHero__grassLayer{min-height:104px}}@media (max-width:900px){.homeHero__brandBlock{top:23%;left:5%}.homeHero__brandBlock h1{--hero-title-spacing:10px;font-size:2.4rem}.homeHero__tagline{letter-spacing:3px;font-size:.82rem}.homeHero__subtext{font-size:.82rem}.homeHero__processPanel{--cycle-width:194px;--cycle-height:260px;--card-width:164px;--card-height:50px;--cycle-speed:12s;--step-gap:68px;top:92px;right:16px}.homeHero__processIcon{display:none}.homeHero__processStep{grid-template-columns:1fr;padding:9px 10px}.homeHero__fashionText{width:31%;top:55%;left:46%}.homeHero__fashionText p{font-size:1.42rem}.homeHero__fashionText span{font-size:1.95rem}.homeHero__model{width:66%;top:63%;left:62%}.homeHero__quickBar{bottom:112px}}@media (max-width:768px){.homeHero{height:calc(100vh - 154px);min-height:640px}.homeHero__visual{width:100%;height:calc(100vh - 154px);min-height:640px;overflow:hidden}.homeHero__brandBlock{text-align:center;z-index:10;flex-direction:column;align-items:center;width:100%;height:auto;padding:0 18px;display:flex;top:7%;left:0;right:0}.homeHero__brandBlock:before,.homeHero__brandBlock:after{width:min(72%,320px)}.homeHero__brandBlock h1{--hero-title-spacing:clamp(6px, 2.8vw, 12px);margin-bottom:0;font-size:clamp(1.7rem,8vw,2.6rem);line-height:1.1}.homeHero__tagline{letter-spacing:clamp(1.4px,1.2vw,4px);margin-top:8px;margin-bottom:8px;font-size:clamp(.68rem,2.5vw,.9rem);line-height:1.35}.homeHero__subtext{font-size:clamp(.74rem,2.6vw,.9rem);line-height:1.38}.homeHero__processPanel{--card-width:auto;--card-height:52px;perspective:none;opacity:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;width:min(92vw,520px);height:auto;animation:.9s cubic-bezier(.22,1,.36,1) .45s forwards processPanelMobileEnter,7s ease-in-out 1.6s infinite processPanelMobileFloat;display:grid;top:30%;left:50%;right:auto;transform:translate(-50%,28px)}@keyframes processPanelMobileEnter{to{opacity:1;transform:translate(-50%)}}@keyframes processPanelMobileFloat{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-4px)}}.homeHero__processStep{text-align:center;opacity:0;width:auto;min-height:52px;animation:mobileStepEnter .62s cubic-bezier(.22, 1, .36, 1) calc(.7s + var(--step-index) * .12s) forwards, mobileStepFocus 5.6s ease-in-out calc(2.1s + var(--step-index) * 1.1s) infinite;border-radius:15px;grid-template-columns:1fr;gap:4px;padding:8px 4px;position:relative;top:auto;right:auto;transform:translateY(16px)}@keyframes mobileStepEnter{to{opacity:1;transform:translateY(0)}}@keyframes mobileStepFocus{0%,18%,to{transform:translateY(0)scale(1)}8%{transform:translateY(-4px)scale(1.03)}}.homeHero__processStep:before,.homeHero__processStep:after{display:none}.homeHero__processIcon{border-radius:9px;width:22px;height:22px;margin:0 auto;font-size:.62rem;animation:none;display:inline-flex}.homeHero__processCopy{align-items:center}.homeHero__processCopy strong{letter-spacing:.7px;font-size:clamp(.42rem,1.55vw,.56rem)}.homeHero__processCopy small{display:none}.homeHero__quickBar{gap:9px;bottom:86px;right:14px}.homeHero__quickBtn{--quick-size:42px;--quick-open-width:150px}.homeHero__quickIcon{width:20px;min-width:20px;height:20px;font-size:.82rem}.homeHero__quickText{letter-spacing:.72px;font-size:.48rem}@keyframes quickIconPrimaryLoop{0%,14%{margin-left:0}18%,50%{margin-left:11px}56%,68%{margin-left:0}72%,to{margin-left:11px}}@keyframes quickIconSecondaryLoop{0%,14%{margin-left:0}18%,76%{margin-left:11px}82%,94%{margin-left:0}98%,to{margin-left:11px}}.homeHero__fashionText{text-align:center;z-index:7;width:100%;padding:0 16px;top:50%;left:0;right:0}.homeHero__fashionText p{letter-spacing:2px;font-size:clamp(1.35rem,6vw,2rem);display:block}.homeHero__fashionText span{letter-spacing:2px;font-size:clamp(1.9rem,8vw,2.85rem)}.homeHero__model{z-index:5;width:122vw;display:block;top:63%;left:52%;overflow:hidden;transform:translate(-50%)}.homeHero__model img{width:100%;height:auto;margin:0}.homeHero__grass{width:100vw;height:78px;min-height:78px;max-height:88px;display:block;top:auto;bottom:0}.homeHero__grass img,.homeHero__grassLayer{object-fit:cover;object-position:center bottom;width:100vw;height:100%;min-height:78px}.homeHero__threadLine{opacity:.14;width:220px;height:100px;top:48%;right:50%;transform:translate(50%)}.homeHero__decorCircle--one{width:64px;height:64px;top:36%;left:8%}.homeHero__decorCircle--two{width:34px;height:34px;top:32%;right:10%}.homeHero__fabricGlow--one{width:150px;height:150px;top:20%;left:8%}.homeHero__fabricGlow--two{width:170px;height:170px;top:43%;right:4%}}@media (max-width:480px){.homeHero,.homeHero__visual{height:calc(100vh - 154px);min-height:610px}.homeHero__brandBlock{padding:0 14px;top:7%}.homeHero__brandBlock h1{--hero-title-spacing:8px;font-size:1.95rem}.homeHero__tagline{letter-spacing:2px;font-size:.68rem}.homeHero__subtext{font-size:.74rem}.homeHero__processPanel{width:min(94vw,420px);top:30%}.homeHero__processIcon{display:none}.homeHero__processStep{min-height:46px}.homeHero__processCopy strong{font-size:.42rem}.homeHero__quickBar{bottom:78px;right:12px}.homeHero__quickBtn{--quick-size:40px;--quick-open-width:142px}.homeHero__quickText{letter-spacing:.62px;font-size:.46rem}.homeHero__fashionText{top:51%}.homeHero__fashionText p{font-size:1.35rem}.homeHero__fashionText span{font-size:1.9rem}.homeHero__model{width:132vw;top:64%;left:52%}.homeHero__grass{height:70px;min-height:70px;max-height:78px}.homeHero__grass img,.homeHero__grassLayer{min-height:70px}}@media (max-width:380px){.homeHero,.homeHero__visual{min-height:580px}.homeHero__brandBlock h1{--hero-title-spacing:7px;font-size:1.65rem}.homeHero__tagline{letter-spacing:1.5px;font-size:.62rem}.homeHero__subtext{font-size:.68rem}.homeHero__processPanel{top:31%}.homeHero__processStep{border-radius:13px;min-height:42px}.homeHero__processCopy strong{font-size:.4rem}.homeHero__quickBar{bottom:70px;right:10px}.homeHero__quickBtn{--quick-size:38px;--quick-open-width:134px}.homeHero__quickIcon{width:18px;min-width:18px;height:18px;font-size:.76rem}.homeHero__quickText{letter-spacing:.52px;font-size:.42rem}.homeHero__fashionText{top:52%}.homeHero__fashionText p{font-size:1.15rem}.homeHero__fashionText span{font-size:1.65rem}.homeHero__model{width:138vw;top:66%;left:68%}.homeHero__grass{height:62px;min-height:62px;max-height:68px}.homeHero__grass img,.homeHero__grassLayer{min-height:62px}}@media (prefers-reduced-motion:reduce){.homeHero,.homeHero:before,.homeHero:after,.homeHero__visual:before,.homeHero__visual:after,.homeHero__fabricGlow,.homeHero__threadLine:before,.homeHero__threadLine:after,.homeHero__decorCircle,.homeHero__cycleCore,.homeHero__cycleCore:before,.homeHero__cycleCore:after,.homeHero__processPanel,.homeHero__processStep,.homeHero__processStep:before,.homeHero__processStep:after,.homeHero__processIcon,.homeHero__quickBar,.homeHero__quickBtn,.homeHero__quickText,.homeHero__quickIcon,.homeHero__brandBlock,.homeHero__brandBlock h1,.homeHero__tagline,.homeHero__subtext,.homeHero__fashionText,.homeHero__fashionText span:after,.homeHero__model,.homeHero__grass,.homeHero__grass img,.homeHero__grassLayer{animation:none!important}.homeHero__processPanel,.homeHero__processStep,.homeHero__quickBar,.homeHero__brandBlock,.homeHero__brandBlock h1,.homeHero__tagline,.homeHero__subtext,.homeHero__fashionText{opacity:1!important}.homeHero__processPanel{transform:translate(0)!important}.homeHero__processStep{opacity:1!important;transform:translateY(-50%)!important}.homeHero__model{transform:translate(-50%)!important}.homeHero__quickBtn{width:var(--quick-size);padding-left:0;padding-right:0}.homeHero__quickText{opacity:0}.homeHero__quickIcon{margin-left:15px}.homeHero__quickBar:hover .homeHero__quickBtn,.homeHero__quickBar:focus-within .homeHero__quickBtn{width:var(--quick-open-width);padding:0 15px}.homeHero__quickBar:hover .homeHero__quickText,.homeHero__quickBar:focus-within .homeHero__quickText{opacity:1}.homeHero__quickBar:hover .homeHero__quickIcon,.homeHero__quickBar:focus-within .homeHero__quickIcon{margin-left:0}@media (max-width:768px){.homeHero__processPanel{transform:translate(-50%)!important}.homeHero__processStep{transform:none!important}}}
.homeAbout{--homeImageW:clamp(250px, 15vw, 360px);--homeImageGap:10px;--homeSectionH:clamp(360px, 50.5vh, 520px);box-sizing:border-box;background-color:#fff;align-items:flex-start;width:100%;max-width:100%;margin:0;padding-top:2%;display:flex;position:relative;overflow:hidden}.homeAbout__left{height:var(--homeSectionH);z-index:2;box-sizing:border-box;background-color:#cecdc9;border-radius:0 10px 10px 0;flex-direction:column;justify-content:center;align-items:flex-end;width:30%;display:flex;position:relative}.homeAbout__title{text-align:right;width:100%;padding:3% 5% 0 0;position:relative;top:-5%}.homeAbout__title h2{color:#111;text-align:right;margin:0;font-size:2rem;font-weight:600;display:inline-block;position:relative}.homeAbout__title h2:after{content:"";background-color:#333;width:50%;height:2px;position:absolute;bottom:0;left:auto;right:0}.homeAbout__text{color:#333;text-align:right;padding:5% 5% 0;font-size:1.15rem;line-height:1.6}.homeAbout__text p{margin:0}.homeAbout__viewMore{color:#333;text-align:right;box-sizing:border-box;width:100%;margin-top:20px;padding-right:5%;font-weight:500;transition:color .3s;display:inline-block}.homeAbout__viewMore:hover{color:#888}.homeAbout__viewMore a{color:#000;font-weight:700;text-decoration:none}.homeAbout__right{height:var(--homeSectionH);scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;align-items:stretch;gap:var(--homeImageGap);z-index:1;box-sizing:border-box;background-color:#fff;width:69%;margin-top:0;margin-left:1%;padding:0;display:flex;position:relative;overflow:auto hidden}.homeAbout__right::-webkit-scrollbar{width:0;height:0;display:none}.homeAbout__image{width:var(--homeImageW);height:var(--homeSectionH);margin-right:var(--homeImageGap);z-index:1;border-radius:10px;flex:none;margin-top:0;position:relative;overflow:hidden}.homeAbout__right .homeAbout__image:first-child{margin-left:6px}.homeAbout__image:hover{z-index:5;transform:none}.homeAbout__image img{object-fit:cover;width:100%;height:100%;box-shadow:none;border-radius:10px;transition:transform .3s;display:block}.homeAbout__image:hover img{transform:scale(1.05)}@media (max-width:1024px){.homeAbout{--homeImageW:220px;--homeSectionH:clamp(330px, 48vh, 460px)}.homeAbout__left{width:36%}.homeAbout__right{width:63%}.homeAbout__title h2{font-size:1.7rem}.homeAbout__text{font-size:1rem}}@media (max-width:768px){.homeAbout{--homeSectionH:auto;flex-direction:column;width:100%;margin-top:0;padding-top:0;display:flex;overflow:hidden}.homeAbout__left{border-radius:0;align-items:flex-end;width:100%;height:50vh;min-height:310px}.homeAbout__right{align-items:center;gap:15px;width:98%;height:75vh;margin-top:-25%;margin-left:1%;padding:20px 0}.homeAbout__title{text-align:right;padding-left:5%;padding-right:5%;top:0}.homeAbout__title h2{font-size:1.2rem}.homeAbout__text{text-align:right;padding-top:5%;font-size:1rem}.homeAbout__viewMore{margin-top:2%}.homeAbout__viewMore a{font-size:.8rem;font-weight:500}.homeAbout__image{width:250px;height:auto;margin-right:-92px}.homeAbout__image img{object-fit:cover;width:65%;height:auto;min-height:280px}}@media (max-width:480px){.homeAbout__left{height:42vh;min-height:300px}.homeAbout__right{height:54vh;margin-top:-22%}.homeAbout__title h2{font-size:1.15rem}.homeAbout__text{font-size:.92rem;line-height:1.45}.homeAbout__image{width:230px;margin-right:-82px}.homeAbout__image img{width:65%;min-height:245px}}@media (max-width:380px){.homeAbout__left{min-height:280px}.homeAbout__text{font-size:.86rem}.homeAbout__image{width:215px;margin-right:-78px}.homeAbout__image img{min-height:230px}}
.homeProcess{--homeImageW:clamp(250px, 15vw, 360px);--homeImageGap:10px;--homeSectionH:clamp(360px, 50.5vh, 520px);box-sizing:border-box;background-color:#fff;align-items:flex-start;width:100%;max-width:100%;margin:0;padding-top:3%;display:flex;position:relative;overflow:hidden}.homeProcess__left{height:var(--homeSectionH);width:calc(30% + 1% + 6px + var(--homeImageW) + var(--homeImageGap));z-index:2;box-sizing:border-box;background-color:#cecdc9;border-radius:0 10px 10px 0;flex-direction:column;justify-content:center;align-items:flex-end;display:flex;position:relative}.homeProcess__title{text-align:right;width:100%;padding:3% 5% 0 0;position:relative;top:-5%}.homeProcess__title h2{color:#111;text-align:right;margin:0;font-size:2rem;font-weight:600;display:inline-block;position:relative}.homeProcess__title h2:after{content:"";background-color:#333;width:50%;height:2px;position:absolute;bottom:0;left:auto;right:0}.homeProcess__text{color:#333;text-align:right;padding:5% 5% 0;font-size:1.15rem;line-height:1.6}.homeProcess__text p{margin:0}.homeProcess__viewMore{color:#333;text-align:right;box-sizing:border-box;width:100%;margin-top:20px;padding-right:5%;font-weight:500;transition:color .3s;display:inline-block}.homeProcess__viewMore:hover{color:#888}.homeProcess__viewMore a{color:#000;font-weight:700;text-decoration:none}.homeProcess__right{height:var(--homeSectionH);width:calc(100% - (30% + 1% + 6px + var(--homeImageW) + var(--homeImageGap)) - 2%);scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;align-items:stretch;gap:var(--homeImageGap);z-index:1;box-sizing:border-box;margin-top:0;margin-left:1%;margin-right:1%;padding:0;display:flex;position:relative;overflow:auto hidden}.homeProcess__right::-webkit-scrollbar{width:0;height:0;display:none}.homeProcess__image{width:var(--homeImageW);height:var(--homeSectionH);margin-right:var(--homeImageGap);z-index:1;border-radius:10px;flex:none;margin-top:0;position:relative;overflow:hidden}.homeProcess__right .homeProcess__image:first-child{margin-left:6px}.homeProcess__image:hover{z-index:5;transform:none}.homeProcess__image img{object-fit:cover;width:100%;height:100%;box-shadow:none;border-radius:10px;transition:transform .3s;display:block}.homeProcess__image:hover img{transform:scale(1.05)}@media (max-width:1024px){.homeProcess{--homeImageW:220px;--homeSectionH:clamp(330px, 48vh, 460px)}.homeProcess__left{width:58%}.homeProcess__right{width:41%}.homeProcess__title h2{font-size:1.7rem}.homeProcess__text{font-size:1rem}}@media (max-width:768px){.homeProcess{--homeSectionH:auto;flex-direction:column;width:100%;margin-top:-20%;padding-top:30px;display:flex;overflow:hidden}.homeProcess__left{border-radius:0;align-items:flex-end;width:100%;height:60vh;min-height:330px}.homeProcess__right{align-items:center;gap:15px;width:98%;height:75vh;margin-top:-25%;margin-left:1%;margin-right:1%;padding:20px 0}.homeProcess__title{text-align:right;padding-left:5%;padding-right:5%;top:0}.homeProcess__title h2{font-size:1.2rem}.homeProcess__text{text-align:right;padding-top:5%;font-size:1rem}.homeProcess__viewMore{margin-top:2%}.homeProcess__viewMore a{font-size:.8rem;font-weight:500}.homeProcess__image{width:250px;height:auto;margin-right:-92px}.homeProcess__image img{object-fit:cover;width:65%;height:auto;min-height:280px}}@media (max-width:480px){.homeProcess{margin-top:-18%}.homeProcess__left{height:50vh;min-height:330px}.homeProcess__right{height:54vh;margin-top:-24%}.homeProcess__title h2{font-size:1.15rem}.homeProcess__text{font-size:.92rem;line-height:1.45}.homeProcess__image{width:230px;margin-right:-82px}.homeProcess__image img{width:65%;min-height:245px}}@media (max-width:380px){.homeProcess__left{min-height:315px}.homeProcess__text{font-size:.86rem}.homeProcess__image{width:215px;margin-right:-78px}.homeProcess__image img{min-height:230px}}
.homeManufacturing{--homeImageW:clamp(250px, 15vw, 360px);--homeImageGap:10px;--homeSectionH:clamp(360px, 50.5vh, 520px);box-sizing:border-box;background-color:#fff;align-items:flex-start;width:100%;max-width:100%;margin:0;padding-top:3%;display:flex;position:relative;overflow:hidden}.homeManufacturing__left{height:var(--homeSectionH);width:calc(30% + 1% + 6px + ((var(--homeImageW) + var(--homeImageGap)) * 2));z-index:2;box-sizing:border-box;background-color:#cecdc9;border-radius:0 10px 10px 0;flex-direction:column;justify-content:center;align-items:flex-end;display:flex;position:relative}.homeManufacturing__title{text-align:right;width:100%;padding:3% 5% 0 0;position:relative;top:-5%}.homeManufacturing__title h2{color:#111;text-align:right;margin:0;font-size:2rem;font-weight:600;display:inline-block;position:relative}.homeManufacturing__title h2:after{content:"";background-color:#333;width:50%;height:2px;position:absolute;bottom:0;left:auto;right:0}.homeManufacturing__text{color:#333;text-align:right;padding:5% 5% 0;font-size:1.15rem;line-height:1.6}.homeManufacturing__text p{margin:0}.homeManufacturing__viewMore{color:#333;text-align:right;box-sizing:border-box;width:100%;margin-top:20px;padding-right:5%;font-weight:500;transition:color .3s;display:inline-block}.homeManufacturing__viewMore:hover{color:#888}.homeManufacturing__viewMore a{color:#000;font-weight:700;text-decoration:none}.homeManufacturing__right{height:var(--homeSectionH);width:calc(100% - (30% + 1% + 6px + ((var(--homeImageW) + var(--homeImageGap)) * 2)) - 2%);scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;align-items:stretch;gap:var(--homeImageGap);z-index:1;box-sizing:border-box;margin-top:0;margin-left:1%;margin-right:1%;padding:0;display:flex;position:relative;overflow:auto hidden}.homeManufacturing__right::-webkit-scrollbar{width:0;height:0;display:none}.homeManufacturing__image{width:var(--homeImageW);height:var(--homeSectionH);margin-right:var(--homeImageGap);z-index:1;border-radius:10px;flex:none;margin-top:0;position:relative;overflow:hidden}.homeManufacturing__right .homeManufacturing__image:first-child{margin-left:6px}.homeManufacturing__image:hover{z-index:5;transform:none}.homeManufacturing__image img{object-fit:cover;width:100%;height:100%;box-shadow:none;border-radius:10px;transition:transform .3s;display:block}.homeManufacturing__image:hover img{transform:scale(1.05)}@media (max-width:1024px){.homeManufacturing{--homeImageW:220px;--homeSectionH:clamp(330px, 48vh, 460px)}.homeManufacturing__left{width:72%}.homeManufacturing__right{width:27%}.homeManufacturing__title h2{font-size:1.7rem}.homeManufacturing__text{font-size:1rem}}@media (max-width:768px){.homeManufacturing{--homeSectionH:auto;flex-direction:column;width:100%;margin-top:-20%;padding-top:30px;display:flex;overflow:hidden}.homeManufacturing__left{border-radius:0;align-items:flex-end;width:100%;height:70vh;min-height:380px}.homeManufacturing__right{align-items:center;gap:15px;width:98%;height:75vh;margin-top:-25%;margin-left:1%;margin-right:1%;padding:20px 0}.homeManufacturing__title{text-align:right;padding-left:5%;padding-right:5%;top:0}.homeManufacturing__title h2{font-size:1.2rem}.homeManufacturing__text{text-align:right;padding-top:5%;font-size:1rem}.homeManufacturing__viewMore{margin-top:2%}.homeManufacturing__viewMore a{font-size:.8rem;font-weight:500}.homeManufacturing__image{width:250px;height:auto;margin-right:-92px}.homeManufacturing__image img{object-fit:cover;width:65%;height:auto;min-height:280px}}@media (max-width:480px){.homeManufacturing{margin-top:-18%}.homeManufacturing__left{height:58vh;min-height:380px}.homeManufacturing__right{height:54vh;margin-top:-24%}.homeManufacturing__title h2{font-size:1.15rem}.homeManufacturing__text{font-size:.92rem;line-height:1.45}.homeManufacturing__image{width:230px;margin-right:-82px}.homeManufacturing__image img{width:65%;min-height:245px}}@media (max-width:380px){.homeManufacturing__left{min-height:360px}.homeManufacturing__text{font-size:.86rem}.homeManufacturing__image{width:215px;margin-right:-78px}.homeManufacturing__image img{min-height:230px}}
.homeProducts{--homeImageW:clamp(250px, 15vw, 360px);--homeImageGap:10px;--homeSectionH:clamp(360px, 50.5vh, 520px);box-sizing:border-box;background-color:#fff;flex-direction:column;width:100%;max-width:100%;margin:0;padding-top:3%;display:flex;position:relative;overflow:hidden}.homeProducts__top{box-sizing:border-box;align-items:flex-start;width:100%;max-width:100%;display:flex;position:relative}.homeProducts__left{height:var(--homeSectionH);width:calc(100% - var(--homeImageW) - 2%);z-index:2;box-sizing:border-box;background-color:#cecdc9;border-radius:0 10px 10px 0;flex-direction:column;justify-content:center;align-items:flex-end;display:flex;position:relative}.homeProducts__title{text-align:right;width:100%;padding:3% 5% 0 0;position:relative;top:-5%}.homeProducts__title h2{color:#111;text-align:right;margin:0;font-size:2rem;font-weight:600;display:inline-block;position:relative}.homeProducts__title h2:after{content:"";background-color:#333;width:50%;height:2px;position:absolute;bottom:0;left:auto;right:0}.homeProducts__text{color:#333;text-align:center;box-sizing:border-box;width:100%;padding:5% 5% 0;font-size:1.15rem;line-height:1.6}.homeProducts__text p{max-width:820px;margin:0 auto}.homeProducts__viewMore{color:#333;text-align:right;box-sizing:border-box;width:100%;margin-top:20px;padding-right:5%;font-weight:500;transition:color .3s;display:inline-block}.homeProducts__viewMore:hover{color:#888}.homeProducts__viewMore a{color:#000;font-weight:700;text-decoration:none}.homeProducts__featured{width:var(--homeImageW);height:var(--homeSectionH);z-index:1;box-sizing:border-box;border-radius:10px;margin-left:1%;margin-right:1%;position:relative;overflow:hidden}.homeProducts__featured img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.homeProducts__featured:hover img{transform:scale(1.05)}.homeProducts__right{width:98%;height:var(--homeSectionH);scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;align-items:stretch;gap:var(--homeImageGap);z-index:1;box-sizing:border-box;margin-top:1%;margin-left:1%;margin-right:1%;padding:0;display:flex;position:relative;overflow:auto hidden}.homeProducts__right::-webkit-scrollbar{width:0;height:0;display:none}.homeProducts__image{width:var(--homeImageW);height:var(--homeSectionH);margin-right:var(--homeImageGap);z-index:1;border-radius:10px;flex:none;margin-top:0;position:relative;overflow:hidden}.homeProducts__right .homeProducts__image:first-child{margin-left:10px}.homeProducts__image:hover{z-index:5;transform:none}.homeProducts__image img{object-fit:cover;width:100%;height:100%;box-shadow:none;border-radius:10px;transition:transform .3s;display:block}.homeProducts__image:hover img{transform:scale(1.05)}@media (max-width:1024px){.homeProducts{--homeImageW:220px;--homeSectionH:clamp(330px, 48vh, 460px)}.homeProducts__title h2{font-size:1.7rem}.homeProducts__text{font-size:1rem}}@media (max-width:768px){.homeProducts{--homeSectionH:auto;flex-direction:column;width:100%;margin-top:-20%;padding-top:30px;display:flex;overflow:hidden}.homeProducts__top{flex-direction:column}.homeProducts__left{border-radius:0;align-items:flex-end;width:100%;height:70vh;min-height:380px}.homeProducts__featured{width:98%;height:40vh;margin-top:-25%;margin-left:1%;margin-right:1%}.homeProducts__title{text-align:right;padding-left:5%;padding-right:5%;top:0}.homeProducts__title h2{font-size:1.2rem}.homeProducts__text{text-align:right;padding-top:5%;font-size:1rem}.homeProducts__text p{max-width:100%}.homeProducts__viewMore{margin-top:2%}.homeProducts__viewMore a{font-size:.8rem;font-weight:500}.homeProducts__right{align-items:center;gap:15px;width:98%;height:54vh;margin-top:1%;margin-left:1%;margin-right:1%;padding:20px 0}.homeProducts__image{width:250px;height:auto;margin-right:-92px}.homeProducts__image img{object-fit:cover;width:65%;height:auto;min-height:280px}}@media (max-width:480px){.homeProducts{margin-top:-18%}.homeProducts__left{height:58vh;min-height:380px}.homeProducts__featured{height:34vh;margin-top:-24%}.homeProducts__right{height:48vh}.homeProducts__title h2{font-size:1.15rem}.homeProducts__text{font-size:.92rem;line-height:1.45}.homeProducts__image{width:230px;margin-right:-82px}.homeProducts__image img{width:65%;min-height:245px}}@media (max-width:380px){.homeProducts__left{min-height:360px}.homeProducts__featured{height:30vh}.homeProducts__text{font-size:.86rem}.homeProducts__image{width:215px;margin-right:-78px}.homeProducts__image img{min-height:230px}}
.homePartners{--partnerLogoW:clamp(220px, 18vw, 320px);--partnerLogoH:clamp(86px, 10vh, 130px);--partnerGap:clamp(34px, 4vw, 70px);box-sizing:border-box;background-color:#fff;flex-direction:column;width:100%;max-width:100%;padding:4% 0;display:flex;position:relative;overflow:hidden}.homePartners__left{z-index:2;flex-direction:column;align-items:center;width:100%;margin-bottom:clamp(28px,3vw,46px);display:flex;position:relative}.homePartners__title{text-align:center;width:100%;padding:0;position:relative}.homePartners__title h2{letter-spacing:.08em;color:#111;text-align:center;margin:0;font-size:clamp(1.55rem,2vw,2.25rem);font-weight:600;line-height:1.15;display:inline-block;position:relative}.homePartners__title h2:after{content:"";background-color:#333;width:48%;height:2px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.homePartners__right{z-index:1;box-sizing:border-box;width:100%;position:relative;overflow:hidden}.homePartners__right:before,.homePartners__right:after{content:"";z-index:2;pointer-events:none;width:90px;height:100%;position:absolute;top:0}.homePartners__right:before{background:linear-gradient(90deg,#fff,#fff0);left:0}.homePartners__right:after{background:linear-gradient(270deg,#fff,#fff0);right:0}.homePartners__track{will-change:transform;align-items:center;width:max-content;animation:32s linear infinite homePartnersScroll;display:flex;transform:translate(0,0)}.homePartners__right:hover .homePartners__track{animation-play-state:paused}.homePartners__group{align-items:center;gap:var(--partnerGap);padding:12px calc(var(--partnerGap) / 2);flex:none;display:flex}.homePartners__image{width:var(--partnerLogoW);height:var(--partnerLogoH);box-shadow:none;opacity:.86;background-color:#0000;border-radius:0;flex:none;justify-content:center;align-items:center;transition:opacity .25s,transform .25s,filter .25s;display:flex;overflow:visible}.homePartners__image:hover{opacity:1;filter:none;z-index:5;transform:translateY(-2px)}.homePartners__image a{justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;display:flex}.homePartners__image img{object-fit:contain;width:auto;max-width:90%;height:auto;max-height:72%;padding:0;transition:none;display:block;transform:none}.homePartners__image:hover img{transform:none}@keyframes homePartnersScroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (max-width:1024px){.homePartners{--partnerLogoW:clamp(180px, 22vw, 260px);--partnerLogoH:clamp(72px, 9vh, 110px);--partnerGap:clamp(24px, 3vw, 42px);padding:5% 0 4%}.homePartners__track{animation-duration:28s}.homePartners__group{padding:10px calc(var(--partnerGap) / 2)}.homePartners__right:before,.homePartners__right:after{width:64px}}@media (max-width:768px){.homePartners{--partnerLogoW:clamp(140px, 34vw, 190px);--partnerLogoH:clamp(56px, 8vh, 82px);--partnerGap:18px;padding:8% 0 7%}.homePartners__left{margin-bottom:22px}.homePartners__title h2{letter-spacing:.04em;font-size:1.2rem}.homePartners__title h2:after{bottom:-8px}.homePartners__track{animation-duration:24s}.homePartners__group{padding:8px calc(var(--partnerGap) / 2)}.homePartners__right:before,.homePartners__right:after{width:42px}.homePartners__image{opacity:.92}.homePartners__image:hover{transform:none}.homePartners__image img{max-width:90%;max-height:74%}}@media (max-width:480px){.homePartners{--partnerLogoW:clamp(118px, 38vw, 160px);--partnerLogoH:clamp(50px, 7vh, 70px);--partnerGap:14px;padding:10% 0 8%}.homePartners__track{animation-duration:22s}.homePartners__right:before,.homePartners__right:after{width:28px}.homePartners__image img{max-width:90%;max-height:76%}}
.homeCertifications{--certLogoW:clamp(150px, 14vw, 250px);--certLogoH:clamp(96px, 13vh, 160px);--certGap:clamp(20px, 3vw, 50px);box-sizing:border-box;background-color:#fff;flex-direction:column;width:100%;max-width:100%;padding:3% 0 0;display:flex;position:relative;overflow:hidden}.homeCertifications__left{z-index:2;flex-direction:column;align-items:center;width:100%;margin-bottom:clamp(26px,3vw,42px);display:flex;position:relative}.homeCertifications__title{text-align:center;width:100%;padding:0;position:relative}.homeCertifications__title h2{letter-spacing:.04em;color:#111;text-align:center;margin:0;font-size:clamp(1.55rem,2vw,2.25rem);font-weight:600;line-height:1.15;display:inline-block;position:relative}.homeCertifications__title h2:after{content:"";background-color:#333;width:48%;height:2px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.homeCertifications__right{z-index:1;box-sizing:border-box;background-color:#c3c1c1;width:100%;position:relative;overflow:hidden}.homeCertifications__right:before,.homeCertifications__right:after{content:"";z-index:2;pointer-events:none;width:90px;height:100%;position:absolute;top:0}.homeCertifications__right:before{background:linear-gradient(90deg,#c3c1c1,#c3c1c100);left:0}.homeCertifications__right:after{background:linear-gradient(270deg,#c3c1c1,#c3c1c100);right:0}.homeCertifications__track{will-change:transform;align-items:center;width:max-content;animation:30s linear infinite homeCertificationsScroll;display:flex;transform:translate(0,0)}.homeCertifications__right:hover .homeCertifications__track{animation-play-state:paused}.homeCertifications__group{align-items:center;gap:var(--certGap);padding:0 calc(var(--certGap) / 2);flex:none;display:flex}.homeCertifications__image{width:var(--certLogoW);height:var(--certLogoH);box-shadow:none;opacity:.92;background-color:#0000;border-radius:0;flex:none;justify-content:center;align-items:center;transition:opacity .25s,transform .25s,filter .25s;display:flex;overflow:visible}.homeCertifications__image:hover{opacity:1;filter:none;z-index:5;transform:translateY(-2px)}.homeCertifications__image a{justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;display:flex}.homeCertifications__image img{object-fit:contain;width:auto;max-width:95%;height:auto;max-height:90%;padding:0;transition:none;display:block;transform:none}.homeCertifications__image:hover img{transform:none}@keyframes homeCertificationsScroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (max-width:1024px){.homeCertifications{--certLogoW:clamp(130px, 18vw, 210px);--certLogoH:clamp(82px, 11vh, 130px);--certGap:clamp(18px, 3vw, 34px);padding-top:4%}.homeCertifications__track{animation-duration:27s}.homeCertifications__right:before,.homeCertifications__right:after{width:64px}}@media (max-width:768px){.homeCertifications{--certLogoW:clamp(110px, 28vw, 160px);--certLogoH:clamp(70px, 10vh, 100px);--certGap:16px;padding-top:7%}.homeCertifications__left{margin-bottom:22px}.homeCertifications__title h2{letter-spacing:.03em;font-size:1.2rem}.homeCertifications__title h2:after{bottom:-8px}.homeCertifications__track{animation-duration:24s}.homeCertifications__group{padding:0 calc(var(--certGap) / 2)}.homeCertifications__right:before,.homeCertifications__right:after{width:42px}.homeCertifications__image{opacity:.95}.homeCertifications__image:hover{transform:none}.homeCertifications__image img{max-width:84%;max-height:74%}}@media (max-width:480px){.homeCertifications{--certLogoW:clamp(96px, 32vw, 135px);--certLogoH:clamp(62px, 9vh, 86px);--certGap:12px;padding-top:9%}.homeCertifications__track{animation-duration:22s}.homeCertifications__right:before,.homeCertifications__right:after{width:28px}.homeCertifications__image img{max-width:86%;max-height:76%}}
