.Header-module__Af2_WG__siteHeader{width:100%;height:var(--header-height);z-index:100;transition:transform .6s var(--ease-in-out), background-color .6s var(--ease-out-expo);background-color:#0000;align-items:center;padding:0 20px;display:flex;position:fixed;top:0;left:0}.Header-module__Af2_WG__siteHeader.Header-module__Af2_WG__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-line);background-color:#fffffffa}.Header-module__Af2_WG__siteHeader.Header-module__Af2_WG__hidden{transform:translateY(-100%)}.Header-module__Af2_WG__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__Af2_WG__logo{z-index:101;align-items:center;gap:.7rem;display:flex;position:relative}.Header-module__Af2_WG__logoMark{object-fit:contain;flex-shrink:0;width:45px;height:45px}.Header-module__Af2_WG__logoWordmark{line-height:1;font-family:var(--font-logo);text-transform:uppercase;flex-direction:column;display:flex}.Header-module__Af2_WG__logoLine1{letter-spacing:.14em;font-size:1.15rem;font-weight:400}.Header-module__Af2_WG__logoLine2{letter-spacing:.42em;color:var(--color-muted);margin-top:.35rem;margin-left:.05em;font-size:.62rem;font-weight:400}.Header-module__Af2_WG__desktopNav ul{gap:3vw;list-style:none;display:flex}.Header-module__Af2_WG__desktopNav a{text-transform:uppercase;letter-spacing:.1em;padding-bottom:4px;font-size:.75rem;font-weight:500;position:relative}.Header-module__Af2_WG__desktopNav a:after{content:"";background-color:var(--color-text);width:0%;height:1px;transition:width .6s var(--ease-out-expo);position:absolute;bottom:0;left:0}.Header-module__Af2_WG__desktopNav a:hover:after{width:100%}.Header-module__Af2_WG__headerActions{z-index:101;align-items:center;gap:2rem;display:flex}.Header-module__Af2_WG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:40px;height:40px;display:none}.Header-module__Af2_WG__hamburger span{background-color:var(--color-text);width:26px;height:1px;transition:transform .4s var(--ease-in-out), opacity .4s ease;display:block}.Header-module__Af2_WG__hamburger.Header-module__Af2_WG__active span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__Af2_WG__hamburger.Header-module__Af2_WG__active span:nth-child(2){opacity:0}.Header-module__Af2_WG__hamburger.Header-module__Af2_WG__active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__Af2_WG__mobileMenu{background-color:var(--color-bg);z-index:99;opacity:0;pointer-events:none;width:100%;height:100vh;transition:opacity .6s var(--ease-in-out);justify-content:end;align-items:center;display:flex;position:fixed;top:0;left:0}.Header-module__Af2_WG__mobileMenu.Header-module__Af2_WG__active{opacity:1;pointer-events:all}.Header-module__Af2_WG__mobileMenu ul{text-align:end;transition:transform .6s var(--ease-out-expo);padding:50px;list-style:none;transform:translateY(30px)}.Header-module__Af2_WG__mobileMenu.Header-module__Af2_WG__active ul{transform:translateY(0)}.Header-module__Af2_WG__mobileMenu li{margin-bottom:2.2rem;overflow:hidden}.Header-module__Af2_WG__mobileMenu a{font-family:var(--font-heading);text-transform:uppercase;color:var(--color-text);font-size:2.2rem;display:block}@media (max-width:1024px){.Header-module__Af2_WG__desktopNav,.Header-module__Af2_WG__desktopBtn{display:none}.Header-module__Af2_WG__hamburger{display:flex}}
.Hero-module__Z8hQ_W__hero{align-items:center;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__heroBg{object-fit:cover;z-index:-2;transform-origin:50%;width:100%;height:115%;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__heroOverlay{z-index:-1;background:radial-gradient(400px at 0 0,#ffffff80 0%,#fff3 60%,#fff0 100%),radial-gradient(200px at 100% 0,#ffffff80 0%,#fff3 60%,#fff0 100%),linear-gradient(90deg,#000c 0%,#0003 60%,#0000 100%);position:absolute;inset:0}.Hero-module__Z8hQ_W__heroContent{max-width:1600px}.Hero-module__Z8hQ_W__hero h1{text-transform:uppercase;color:#fff;margin-bottom:1rem;font-size:clamp(1rem,4vw,4rem);line-height:1.05}.Hero-module__Z8hQ_W__hero h2{color:#fff;text-transform:uppercase;margin-bottom:1.5rem;font-size:clamp(2rem,2.5vw,2rem)}.Hero-module__Z8hQ_W__hero p{color:#efecf1;max-width:1600px;margin-bottom:3rem;font-size:1.2rem;font-weight:500}.Hero-module__Z8hQ_W__textLink{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;color:#fff;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;transition:opacity .3s;display:inline-flex}.Hero-module__Z8hQ_W__textLink:hover{opacity:.7}.Hero-module__Z8hQ_W__arrow{color:#fff;transition:transform .4s var(--ease-out-expo);margin-right:50px;font-size:1.2rem;font-weight:400;display:inline-block}.Hero-module__Z8hQ_W__textLink:hover .Hero-module__Z8hQ_W__arrow{transform:translate(3px,-3px)}@media (max-width:1084px){.Hero-module__Z8hQ_W__hero{padding:0 3vw!important}}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{text-align:center}.Hero-module__Z8hQ_W__hero h1{font-size:1.7rem}.Hero-module__Z8hQ_W__hero h2{font-size:1rem}.Hero-module__Z8hQ_W__hero p{font-size:.8rem}.Hero-module__Z8hQ_W__arrow{margin-right:0}.Hero-module__Z8hQ_W__heroButtons{width:100%}.Hero-module__Z8hQ_W__heroButtons a{padding:15px 25px}}
.About-module__vqXTeW__aboutGrid{grid-template-columns:1fr 1.2fr;align-items:center;gap:6vw;display:grid}.About-module__vqXTeW__aboutImageWrapper{border-radius:4px;height:78vh;max-height:720px;position:relative;overflow:hidden}.About-module__vqXTeW__aboutImageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform 2s var(--ease-out-expo)}.About-module__vqXTeW__aboutImageWrapper:hover img{transform:scale(1.03)}.About-module__vqXTeW__aboutContent h2{font-size:var(--font-size);text-transform:uppercase;margin-bottom:1.75rem}.About-module__vqXTeW__aboutContent p{color:var(--color-muted);max-width:90%;margin-bottom:1.5rem;font-size:1.1rem;font-weight:400}.About-module__vqXTeW__aboutContent p:last-child{margin-bottom:0}@media (max-width:1024px){.About-module__vqXTeW__aboutGrid{grid-template-columns:1fr}.About-module__vqXTeW__aboutImageWrapper{height:55vh}}
.Services-module__PFRRnG__layoutWrapper{flex-direction:row;align-items:stretch;gap:4rem;padding:15px;display:flex}.Services-module__PFRRnG__contentCol{flex:1.2}.Services-module__PFRRnG__imageCol{flex-direction:column;flex:.8;display:flex}.Services-module__PFRRnG__image{object-fit:cover;border-radius:4px;width:100%;height:100%;min-height:400px}.Services-module__PFRRnG__heading{font-size:var(--font-size);text-transform:uppercase;margin-bottom:3.5rem}.Services-module__PFRRnG__servicesGrid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.Services-module__PFRRnG__serviceCard h3{text-transform:uppercase;margin-bottom:1rem;font-size:1.3rem;font-weight:500;line-height:2rem}.Services-module__PFRRnG__serviceCard p{color:var(--color-muted);font-size:1.1rem;font-weight:400;line-height:1.65}@media (max-width:1024px){.Services-module__PFRRnG__layoutWrapper{gap:2rem}.Services-module__PFRRnG__serviceCard{padding:2.5rem 0}}@media (max-width:768px){.Services-module__PFRRnG__layoutWrapper{flex-direction:column-reverse;gap:3rem;padding:0}.Services-module__PFRRnG__heading{margin-bottom:.5rem}.Services-module__PFRRnG__servicesGrid{grid-template-columns:1fr}.Services-module__PFRRnG__image{height:auto;min-height:300px}}
.Process-module__gUgyKG__heading{font-size:var(--font-size);text-transform:uppercase;margin-bottom:3rem;padding:0 20px}.Process-module__gUgyKG__layoutWrapper{flex-direction:row;align-items:stretch;gap:4rem;padding:20px;display:flex}.Process-module__gUgyKG__imageCol{flex:1}.Process-module__gUgyKG__image{object-fit:cover;border-radius:4px;width:100%;height:100%;min-height:400px}.Process-module__gUgyKG__contentCol{flex-direction:column;flex:1;justify-content:center;display:flex}.Process-module__gUgyKG__processList{flex-direction:column;display:flex}.Process-module__gUgyKG__processRow{border-top:1px solid var(--color-line);grid-template-columns:80px 1fr;align-items:center;gap:1.5rem;padding:2rem 0;display:grid}.Process-module__gUgyKG__processList .Process-module__gUgyKG__processRow:last-of-type{border-bottom:1px solid var(--color-line)}.Process-module__gUgyKG__processNum{font-family:var(--font-heading);color:var(--color-muted);font-size:1rem}.Process-module__gUgyKG__processRow h3{text-transform:uppercase;font-size:1.15rem;font-weight:400;line-height:1.4}.Process-module__gUgyKG__processNote{color:var(--color-muted);max-width:600px;margin-top:2rem;font-size:1.2rem;font-weight:400}@media (max-width:992px){.Process-module__gUgyKG__heading,.Process-module__gUgyKG__layoutWrapper{padding:0}.Process-module__gUgyKG__layoutWrapper{flex-direction:column;gap:3rem}.Process-module__gUgyKG__image{height:auto;min-height:300px}}@media (max-width:768px){.Process-module__gUgyKG__processRow{grid-template-columns:60px 1fr;padding:1.5rem 0}.Process-module__gUgyKG__processRow h3{font-size:1rem}}
.WhyUs-module__U6xvIG__layoutWrapper{flex-direction:row;align-items:center;gap:5rem;padding:0 30px;display:flex}.WhyUs-module__U6xvIG__contentCol{flex:1.1}.WhyUs-module__U6xvIG__imageCol{flex:.9}.WhyUs-module__U6xvIG__image{object-fit:cover;border-radius:2px;width:100%;height:100%;min-height:450px}.WhyUs-module__U6xvIG__heading{font-size:var(--font-size);text-transform:uppercase;margin-bottom:3.5rem;line-height:1.1}.WhyUs-module__U6xvIG__whyGrid{grid-template-columns:repeat(2,1fr);gap:2.5rem 2rem;display:grid}.WhyUs-module__U6xvIG__whyItem{align-items:flex-start;gap:1.2rem;display:flex}.WhyUs-module__U6xvIG__whyDiamond{border:1px solid var(--color-text);opacity:.7;flex-shrink:0;width:7px;height:7px;margin-top:.4rem;transform:rotate(45deg)}.WhyUs-module__U6xvIG__whyText{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text);font-size:.85rem;font-weight:400;line-height:1.6}@media (max-width:1024px){.WhyUs-module__U6xvIG__layoutWrapper{align-items:start;gap:3rem;padding:0}.WhyUs-module__U6xvIG__whyGrid{grid-template-columns:1fr}}@media (max-width:768px){.WhyUs-module__U6xvIG__layoutWrapper{flex-direction:column-reverse;gap:3.5rem}.WhyUs-module__U6xvIG__image{min-height:350px}.WhyUs-module__U6xvIG__heading{margin-bottom:2.5rem}}
.ProductModal-module__aQ54oW__modalOverlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:200;opacity:0;animation:ProductModal-module__aQ54oW__overlayIn .35s var(--ease-out-expo) forwards;background-color:#0f0d0a8c;justify-content:center;align-items:center;padding:4vw;display:flex;position:fixed;inset:0}.ProductModal-module__aQ54oW__modalOverlay.ProductModal-module__aQ54oW__closing{animation:ProductModal-module__aQ54oW__overlayOut .25s var(--ease-in-out) forwards}@keyframes ProductModal-module__aQ54oW__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes ProductModal-module__aQ54oW__overlayOut{0%{opacity:1}to{opacity:0}}.ProductModal-module__aQ54oW__modalCard{background-color:var(--color-bg);opacity:0;width:100%;max-width:900px;max-height:88vh;animation:ProductModal-module__aQ54oW__modalIn .45s var(--ease-out-expo) forwards;border-radius:10px;grid-template-columns:1fr 1fr;animation-delay:50ms;display:grid;position:relative;overflow-y:auto;transform:translateY(30px)scale(.97);box-shadow:0 30px 80px #00000059}.ProductModal-module__aQ54oW__modalOverlay.ProductModal-module__aQ54oW__closing .ProductModal-module__aQ54oW__modalCard{animation:ProductModal-module__aQ54oW__modalOut .25s var(--ease-in-out) forwards}@keyframes ProductModal-module__aQ54oW__modalIn{0%{opacity:0;transform:translateY(30px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ProductModal-module__aQ54oW__modalOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(16px)scale(.98)}}.ProductModal-module__aQ54oW__modalImage{background-color:#efece5;min-height:320px;position:relative}.ProductModal-module__aQ54oW__modalImage img{object-fit:cover;width:100%;height:100%}.ProductModal-module__aQ54oW__modalBody{flex-direction:column;padding:3rem 2.75rem;display:flex}.ProductModal-module__aQ54oW__modalClose{cursor:pointer;z-index:5;background-color:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background-color .3s,transform .3s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.ProductModal-module__aQ54oW__modalClose:hover{background-color:#fff;transform:rotate(90deg)}.ProductModal-module__aQ54oW__modalTagline{color:var(--color-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.85rem;font-weight:500}.ProductModal-module__aQ54oW__modalTitle{text-transform:uppercase;margin-bottom:1.5rem;font-size:2.2rem}.ProductModal-module__aQ54oW__modalDesc{color:#333;margin-bottom:2rem;font-size:1rem;font-weight:300;line-height:1.75}.ProductModal-module__aQ54oW__modalNotes{border-top:1px solid var(--color-line);grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.5rem;padding-top:1.5rem;display:grid}.ProductModal-module__aQ54oW__modalNoteLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--color-muted);margin-bottom:.4rem;font-size:.65rem;font-weight:500}.ProductModal-module__aQ54oW__modalNoteValue{font-size:.85rem;font-weight:400}.ProductModal-module__aQ54oW__modalCta{margin-top:auto}@media (max-width:760px){.ProductModal-module__aQ54oW__modalCard{grid-template-columns:1fr;max-height:92vh}.ProductModal-module__aQ54oW__modalImage{min-height:260px}.ProductModal-module__aQ54oW__modalBody{padding:2rem 1.5rem 2.5rem}.ProductModal-module__aQ54oW__modalNotes{grid-template-columns:1fr;gap:.75rem}}
.Products-module__hRWnIW__heading{font-size:var(--font-size);text-transform:uppercase;margin-bottom:1rem}.Products-module__hRWnIW__intro{color:var(--color-muted);max-width:560px;margin-bottom:3.5rem;font-weight:400}.Products-module__hRWnIW__productsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem 1.2rem;display:grid}@media (min-width:640px){.Products-module__hRWnIW__productsGrid{grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem}}@media (min-width:1100px){.Products-module__hRWnIW__productsGrid{grid-template-columns:repeat(4,1fr);gap:2.5rem 2rem}}.Products-module__hRWnIW__productCard{cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:column;gap:1rem;padding:0;display:flex}.Products-module__hRWnIW__productCardImage{aspect-ratio:4/5;background-color:#efece5;border-radius:4px;width:100%;position:relative;overflow:hidden}.Products-module__hRWnIW__productCardImage img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease-out-expo)}.Products-module__hRWnIW__productCard:hover .Products-module__hRWnIW__productCardImage img{transform:scale(1.05)}.Products-module__hRWnIW__productCardTitle{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.06em;text-align:center;font-size:.95rem}
.ForBrands-module__fGT_8a__layoutWrapper{flex-direction:row;align-items:center;gap:5rem;padding:0 30px;display:flex}.ForBrands-module__fGT_8a__imageCol{flex:1}.ForBrands-module__fGT_8a__image{object-fit:cover;border-radius:2px;width:100%;height:100%;min-height:500px}.ForBrands-module__fGT_8a__contentCol{flex:1}.ForBrands-module__fGT_8a__heading{font-size:var(--font-size);text-transform:uppercase;margin-bottom:2rem;line-height:1.15}.ForBrands-module__fGT_8a__description{color:var(--color-muted);max-width:560px;margin-bottom:1.5rem}.ForBrands-module__fGT_8a__linkRow{flex-wrap:wrap;gap:2.5rem;margin-top:3rem;display:flex}.ForBrands-module__fGT_8a__textLink{font-family:var(--font-body);color:var(--color-text);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;transition:opacity .3s;display:inline-flex}.ForBrands-module__fGT_8a__textLink:hover{opacity:.7}.ForBrands-module__fGT_8a__arrow{transition:transform .4s var(--ease-out-expo);font-size:1.2rem;font-weight:400;display:inline-block}.ForBrands-module__fGT_8a__textLink:hover .ForBrands-module__fGT_8a__arrow{transform:translate(3px,-3px)}@media (max-width:1024px){.ForBrands-module__fGT_8a__layoutWrapper{gap:3rem;padding:0}}@media (max-width:768px){.ForBrands-module__fGT_8a__layoutWrapper{flex-direction:column;gap:3.5rem}.ForBrands-module__fGT_8a__image{min-height:350px}.ForBrands-module__fGT_8a__linkRow{flex-direction:column;gap:1.5rem}}
.Industries-module__7cW2oq__layoutWrapper{flex-direction:row;align-items:center;gap:5rem;display:flex}.Industries-module__7cW2oq__contentCol{flex:1.1}.Industries-module__7cW2oq__imageCol{flex:.9}.Industries-module__7cW2oq__image{object-fit:cover;border-radius:2px;width:100%;height:100%;min-height:450px}.Industries-module__7cW2oq__heading{font-size:var(--font-size);text-transform:uppercase;margin-bottom:3.5rem;line-height:1.15}.Industries-module__7cW2oq__industriesGrid{flex-wrap:wrap;gap:.8rem;display:flex}.Industries-module__7cW2oq__industryTag{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;color:var(--color-text);transition:all .4s var(--ease-out-expo);cursor:default;background-color:#0000;border:1px solid #00000026;border-radius:2px;padding:.85rem 1.4rem;font-size:.75rem;font-weight:500;display:inline-block}.Industries-module__7cW2oq__industryTag:hover{background-color:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}@media (max-width:1024px){.Industries-module__7cW2oq__layoutWrapper{gap:3rem}}@media (max-width:768px){.Industries-module__7cW2oq__layoutWrapper{flex-direction:column-reverse;gap:3.5rem}.Industries-module__7cW2oq__image{min-height:350px}.Industries-module__7cW2oq__heading{margin-bottom:2.5rem}}
.Craft-module__1HSZGW__craftGrid{grid-template-columns:1fr 1fr;align-items:center;gap:6vw;display:grid}.Craft-module__1HSZGW__craftImageWrapper{border-radius:4px;height:60vh;max-height:560px;position:relative;overflow:hidden}.Craft-module__1HSZGW__craftImageWrapper img{object-fit:cover;width:100%;height:100%}.Craft-module__1HSZGW__craftContent h2{font-size:var(--font-size);text-transform:uppercase;margin-bottom:1.5rem}.Craft-module__1HSZGW__craftContent p{color:var(--color-muted);margin-bottom:1.5rem;font-size:1.05rem;font-weight:400}.Craft-module__1HSZGW__craftSignature{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.04em;margin-top:1rem;font-size:1.3rem;display:inline-block}@media (max-width:1024px){.Craft-module__1HSZGW__craftGrid{grid-template-columns:1fr}.Craft-module__1HSZGW__craftImageWrapper{order:2;height:45vh}.Craft-module__1HSZGW__craftContent{order:1}}
.Contact-module__OWeMSG__contactGrid{grid-template-columns:1fr 1fr;align-items:center;gap:8vw;display:grid}.Contact-module__OWeMSG__contactLeft h2{font-size:var(--font-size);text-transform:uppercase;margin-bottom:1.75rem}.Contact-module__OWeMSG__contactLeft p{color:var(--color-muted);max-width:85%;margin-bottom:1rem;font-size:1.2rem;font-weight:400}.Contact-module__OWeMSG__formCard{border:1px solid var(--color-line);text-align:center;background-color:#fafafa;border-radius:8px;padding:4rem 2.5rem;display:block}.Contact-module__OWeMSG__formCard h3{text-transform:uppercase;margin-bottom:2rem;font-size:1.9rem}.Contact-module__OWeMSG__formCardActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Contact-module__OWeMSG__textLink{font-family:var(--font-body);color:var(--color-text);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:opacity .3s;display:inline-flex}.Contact-module__OWeMSG__textLink:hover{opacity:.7}.Contact-module__OWeMSG__arrow{transition:transform .4s var(--ease-out-expo);font-size:1.2rem;font-weight:400;display:inline-block}.Contact-module__OWeMSG__textLink:hover .Contact-module__OWeMSG__arrow{transform:translate(3px,-3px)}@media (max-width:1024px){.Contact-module__OWeMSG__contactGrid{grid-template-columns:1fr;gap:4rem}.Contact-module__OWeMSG__contactLeft p{max-width:100%}}@media (max-width:768px){.Contact-module__OWeMSG__formCard{padding:2.75rem 1.5rem}}
.Footer-module__EZoWya__siteFooter{border-top:1px solid var(--color-line);background-color:var(--color-bg);padding:3rem 4vw}.Footer-module__EZoWya__footerGrid{grid-template-columns:2fr 1.2fr 1fr;gap:5rem;margin-bottom:2rem;display:grid}.Footer-module__EZoWya__footerBrand h3{font-family:var(--font-logo);letter-spacing:.15em;text-transform:uppercase;color:var(--color-text);margin-bottom:1.5rem;font-size:1.5rem}.Footer-module__EZoWya__footerBrandDesc{color:var(--color-muted);max-width:320px;font-size:1.1rem;font-weight:100;line-height:1.8}.Footer-module__EZoWya__footerLinks h4{text-transform:uppercase;letter-spacing:.2em;color:var(--color-text);margin-bottom:2rem;font-size:.75rem;font-weight:600}.Footer-module__EZoWya__footerLinks ul{list-style:none}.Footer-module__EZoWya__footerLinks li{margin-bottom:1.2rem}.Footer-module__EZoWya__footerLinks a{color:var(--color-muted);font-size:.9rem;font-weight:400;transition:color .4s;display:inline-block;position:relative}.Footer-module__EZoWya__footerLinks a:after{content:"";background-color:var(--color-text);width:0;height:1px;transition:width .5s var(--ease-out-expo);position:absolute;bottom:-4px;left:0}.Footer-module__EZoWya__footerLinks a:hover{color:var(--color-text)}.Footer-module__EZoWya__footerLinks a:hover:after{width:100%}.Footer-module__EZoWya__footerBottom{color:var(--color-muted);border-top:1px solid var(--color-line);text-transform:uppercase;letter-spacing:.1em;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.75rem;font-weight:400;display:flex}.Footer-module__EZoWya__legalLinks{gap:2rem;display:flex}.Footer-module__EZoWya__legalLinks a{color:var(--color-muted);transition:color .3s}.Footer-module__EZoWya__legalLinks a:hover{color:var(--color-text)}@media (max-width:1024px){.Footer-module__EZoWya__siteFooter{padding:2rem}.Footer-module__EZoWya__footerGrid{grid-template-columns:1fr 1fr;gap:4rem}.Footer-module__EZoWya__footerBrand{grid-column:1/-1}.Footer-module__EZoWya__footerBrandDesc{max-width:500px}}@media (max-width:768px){.Footer-module__EZoWya__footerGrid{grid-template-columns:1fr;gap:3.5rem;margin-bottom:4rem}.Footer-module__EZoWya__footerBottom{text-align:center;flex-direction:column-reverse;gap:1.5rem}.Footer-module__EZoWya__legalLinks{justify-content:center}}
