@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Figtree:wght@300;400;500;600;700&display=swap";
:root{--w:#f8f8ff;--b:#000;--nb:#111;--g8:#222;--g6:#555;--g4:#999;--g2:#ccc;--g1:#eee;--g05:#f7f7f7;--bd:#e5e5e5;--bdm:#ccc;--hero:#0c0c0c;--f:"Figtree",-apple-system,BlinkMacSystemFont,sans-serif;--fc:"Cinzel",Georgia,serif;--nh:72px;--mx:1440px;--px:48px;--ease:cubic-bezier(.25,.46,.45,.94);--t:.25s var(--ease)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html::-webkit-scrollbar{width:3px}html::-webkit-scrollbar-track{background:var(--g1)}html::-webkit-scrollbar-thumb{background:var(--g4);border-radius:2px}body{font-family:var(--f);color:var(--b);background:var(--w);font-size:15px;font-weight:300;line-height:1.65}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img,video{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.container{max-width:var(--mx);padding-left:var(--px);padding-right:var(--px);margin:0 auto}.font-cinzel{font-family:var(--fc)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.btn{font-family:var(--fc);letter-spacing:.2em;text-transform:uppercase;transition:var(--t);cursor:pointer;border:1px solid;align-items:center;gap:10px;padding:12px 28px;font-size:12px;font-weight:400;text-decoration:none;display:inline-flex}.btn-w{background:var(--w);color:var(--b);border-color:var(--w)}.btn-w:hover{background:var(--b);color:var(--w)}.btn-b{background:var(--b);color:var(--w);border-color:var(--b)}.btn-b:hover{background:var(--g8);border-color:var(--g8)}.btn-ghost-w{color:var(--w);background:0 0;border-color:#ffffff80}.btn-ghost-w:hover{background:var(--w);color:var(--b);border-color:var(--w)}.btn-outline{color:var(--b);border-color:var(--b);background:0 0}.btn-outline:hover{background:var(--b);color:var(--w)}.rv{opacity:0;transition:opacity .6s var(--ease),transform .6s var(--ease);transform:translateY(26px)}.rv.in{opacity:1;transform:translateY(0)}.rv.d1{transition-delay:.1s}.rv.d2{transition-delay:.2s}.rv.d3{transition-delay:.3s}@media (prefers-reduced-motion:reduce){.rv{opacity:1;transition:none;transform:none}}.page-hero{background:var(--hero);color:var(--w);padding:120px var(--px)64px;align-items:flex-end;min-height:40vh;display:flex}.page-hero .eyebrow{font-family:var(--fc);letter-spacing:.28em;text-transform:uppercase;color:#ffffff80;margin-bottom:16px;font-size:12px;font-weight:400;display:block}.page-hero h1{font-family:var(--fc);letter-spacing:.02em;text-transform:uppercase;max-width:800px;font-size:clamp(32px,4vw,60px);font-weight:400;line-height:1.05}.page-hero p{color:#ffffff80;letter-spacing:.14em;text-transform:uppercase;max-width:560px;font-size:15px;font-weight:300;font-family:var(--f);margin-top:16px}.section-header{border-bottom:1px solid var(--bd);justify-content:space-between;align-items:flex-end;margin-bottom:52px;padding-bottom:20px;display:flex}.section-header .label{font-family:var(--fc);letter-spacing:.32em;text-transform:uppercase;color:var(--g4);font-size:10px;font-weight:500}.section-header h2{font-family:var(--fc);letter-spacing:.03em;text-transform:uppercase;font-size:clamp(22px,3vw,40px);font-weight:300;line-height:1}.product-card{background:var(--w);border:1px solid var(--bd);transition:background var(--t);cursor:pointer;position:relative;overflow:hidden}.product-card:hover{background:var(--g05)}.product-card .img-wrap{background:var(--g05);position:relative;overflow:hidden}.product-card .img-wrap:after{content:"";transition:var(--t);background:0 0;position:absolute;inset:0}.product-card:hover .img-wrap:after{background:#0000000a}.product-card .card-info{border-top:1px solid var(--bd);padding:16px 20px 20px}.product-card .card-brand{font-family:var(--fc);letter-spacing:.28em;text-transform:uppercase;color:var(--g4);margin-bottom:4px;font-size:10px}.product-card .card-name{font-family:var(--fc);letter-spacing:.02em;color:var(--nb);font-size:18px;font-weight:400}.product-card .card-series{color:var(--g6);margin-top:2px;font-size:12px}.blog-card{cursor:pointer;position:relative;overflow:hidden}.blog-card .bg{background:var(--g8);transition:transform .5s var(--ease);position:absolute;inset:0}.blog-card:hover .bg{transform:scale(1.04)}.blog-card .overlay{background:linear-gradient(#0000 0%,#0003 40%,#000c 100%);position:absolute;inset:0}.blog-card .content{z-index:2;height:100%;color:var(--w);flex-direction:column;justify-content:flex-end;padding:24px;display:flex;position:relative}.blog-card .tag{font-family:var(--fc);letter-spacing:.28em;text-transform:uppercase;background:#ffffff26;border:1px solid #ffffff40;align-self:flex-start;margin-bottom:12px;padding:4px 10px;font-size:10px;display:inline-block}.blog-card h3{font-family:var(--fc);letter-spacing:.02em;margin-bottom:8px;font-size:18px;font-weight:400;line-height:1.3}.blog-card .meta{color:#fff9;letter-spacing:.05em;font-size:11px}@keyframes fup{to{opacity:1;transform:translateY(0)}}@keyframes scl{0%,to{opacity:.5;transform:scaleY(1)}50%{opacity:1;transform:scaleY(.4)}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:1100px){:root{--px:28px}}@media (max-width:820px){:root{--px:24px}}@media (max-width:560px){:root{--px:18px}}
.MobileMenu-module__dvw3PW__backdrop{z-index:200;opacity:0;pointer-events:none;transition:opacity var(--t);background:#00000080;position:fixed;inset:0}.MobileMenu-module__dvw3PW__backdropOpen{opacity:1;pointer-events:auto}.MobileMenu-module__dvw3PW__menu{background:var(--w);z-index:300;width:min(360px,90vw);transition:transform .35s var(--ease);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.MobileMenu-module__dvw3PW__menuOpen{transform:translate(0)}.MobileMenu-module__dvw3PW__header{height:var(--nh);border-bottom:1px solid var(--bd);flex-shrink:0;justify-content:flex-end;align-items:center;padding:0 24px;display:flex}.MobileMenu-module__dvw3PW__close{color:var(--b);transition:opacity var(--t);padding:8px}.MobileMenu-module__dvw3PW__close:hover{opacity:.5}.MobileMenu-module__dvw3PW__links{flex:1;padding:8px 0}.MobileMenu-module__dvw3PW__link{font-family:var(--f);letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid var(--bd);transition:background var(--t),padding-left var(--t);padding:16px 28px;font-size:28px;font-weight:300;display:block}.MobileMenu-module__dvw3PW__link:hover{background:var(--g05);padding-left:36px}.MobileMenu-module__dvw3PW__linkRow{border-bottom:1px solid var(--bd);align-items:stretch;display:flex}.MobileMenu-module__dvw3PW__linkRow .MobileMenu-module__dvw3PW__link{border-bottom:none;flex:1}.MobileMenu-module__dvw3PW__catToggle{width:56px;color:var(--g4);border-left:1px solid var(--bd);transition:background var(--t),color var(--t);flex-shrink:0;justify-content:center;align-items:center;display:flex}.MobileMenu-module__dvw3PW__catToggle:hover{background:var(--g05);color:var(--b)}.MobileMenu-module__dvw3PW__catToggle svg{transition:transform var(--t)}.MobileMenu-module__dvw3PW__catToggleOpen svg{transform:rotate(180deg)}.MobileMenu-module__dvw3PW__catList{background:var(--g01,#fafafa);border-bottom:1px solid var(--bd);padding:0;list-style:none}.MobileMenu-module__dvw3PW__catLink{font-family:var(--f);letter-spacing:.1em;text-transform:uppercase;color:var(--g6);border-bottom:1px solid var(--bd);transition:background var(--t),color var(--t);padding:12px 28px 12px 40px;font-size:14px;font-weight:300;display:block}.MobileMenu-module__dvw3PW__catLink:last-child{border-bottom:none}.MobileMenu-module__dvw3PW__catLink:hover{background:var(--bd);color:var(--b)}.MobileMenu-module__dvw3PW__footer{border-top:1px solid var(--bd);flex-direction:column;flex-shrink:0;gap:8px;padding:28px;display:flex}.MobileMenu-module__dvw3PW__footerLabel{font-family:var(--f);letter-spacing:.28em;text-transform:uppercase;color:var(--g4);margin-bottom:4px;font-size:10px}.MobileMenu-module__dvw3PW__footerLink{color:var(--g6);transition:color var(--t);font-size:14px}.MobileMenu-module__dvw3PW__footerLink:hover{color:var(--b)}
.Navbar-module__cRh5nW__nav{height:var(--nh);z-index:100;transition:background var(--t),box-shadow var(--t),color var(--t);position:fixed;top:0;left:0;right:0}.Navbar-module__cRh5nW__transparent{color:var(--w);background:0 0}.Navbar-module__cRh5nW__white{background:var(--w);color:var(--b);box-shadow:0 1px 0 var(--bd)}.Navbar-module__cRh5nW__inner{max-width:var(--mx);padding:0 var(--px);align-items:center;gap:32px;height:100%;margin:0 auto;display:flex}.Navbar-module__cRh5nW__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.Navbar-module__cRh5nW__logoImg{width:auto;height:32px;transition:filter var(--t);display:block}.Navbar-module__cRh5nW__transparent .Navbar-module__cRh5nW__logoImg{filter:invert()brightness(2)}.Navbar-module__cRh5nW__white .Navbar-module__cRh5nW__logoImg{filter:none}.Navbar-module__cRh5nW__center{flex:1;justify-content:flex-end;align-items:center;gap:1.25rem;display:flex}.Navbar-module__cRh5nW__navLink{height:var(--nh);color:inherit;white-space:nowrap;align-items:center;gap:4px;padding:0;font-family:Figtree,Arial,sans-serif;font-size:14px;font-weight:400;text-decoration:none;transition:all .5s;display:inline-flex}.Navbar-module__cRh5nW__navLink:hover,.Navbar-module__cRh5nW__navLinkActive{text-shadow:0 0 1px}.Navbar-module__cRh5nW__megaTrigger{position:relative}.Navbar-module__cRh5nW__mega{top:var(--nh);background:var(--w);border-top:2px solid var(--b);color:var(--b);opacity:0;pointer-events:none;transition:opacity .2s var(--ease),transform .2s var(--ease);z-index:99;position:fixed;left:0;right:0;transform:translateY(-8px);box-shadow:0 16px 40px #00000014}.Navbar-module__cRh5nW__megaOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.Navbar-module__cRh5nW__megaContainer{max-width:var(--mx);padding:0 var(--px);margin:0 auto}.Navbar-module__cRh5nW__megaCatGrid{grid-template-columns:repeat(6,1fr);gap:16px;padding:24px 0 20px;display:grid}.Navbar-module__cRh5nW__megaCol{flex-direction:column;gap:8px;display:flex}.Navbar-module__cRh5nW__megaCatCard{color:var(--b);transition:opacity var(--t);text-decoration:none;display:block;position:relative}.Navbar-module__cRh5nW__megaCatCard:hover{opacity:.8}.Navbar-module__cRh5nW__megaCatCardImg{aspect-ratio:4/3;background:var(--g1);border-radius:6px;width:100%;position:relative;overflow:hidden}.Navbar-module__cRh5nW__megaCatCardImg img{object-fit:cover;width:100%;height:100%;display:block}.Navbar-module__cRh5nW__megaCatCardPlaceholder{background:linear-gradient(135deg,var(--g1)0%,var(--g2)100%);width:100%;height:100%}.Navbar-module__cRh5nW__megaCatCardOverlay{background:linear-gradient(#0000 40%,#0009 100%);border-radius:6px;position:absolute;inset:0}.Navbar-module__cRh5nW__megaCatCardName{font-family:var(--f);letter-spacing:.1em;text-transform:uppercase;color:#fff;font-size:10px;font-weight:500;line-height:1.3;position:absolute;bottom:8px;left:10px;right:10px}.Navbar-module__cRh5nW__megaSubList{flex-direction:column;gap:1px;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__cRh5nW__megaSubLink{color:var(--g6);transition:color var(--t);white-space:nowrap;text-overflow:ellipsis;padding:3px 0;font-size:11px;font-weight:300;text-decoration:none;display:block;overflow:hidden}.Navbar-module__cRh5nW__megaSubLink:hover{color:var(--b)}.Navbar-module__cRh5nW__megaSubMore{color:var(--g4);font-style:italic}.Navbar-module__cRh5nW__megaFooter{border-top:1px solid var(--bd);justify-content:flex-end;align-items:center;padding:12px 0;display:flex}.Navbar-module__cRh5nW__megaAll{font-family:var(--f);letter-spacing:.14em;text-transform:uppercase;color:var(--g6);transition:color var(--t);align-items:center;gap:6px;font-size:11px;text-decoration:none;display:inline-flex}.Navbar-module__cRh5nW__megaAll:hover{color:var(--b)}.Navbar-module__cRh5nW__right{flex-shrink:0;align-items:center;gap:10px;display:flex}.Navbar-module__cRh5nW__contactGroup{align-items:center;display:flex;position:relative}.Navbar-module__cRh5nW__iconBox{width:38px;height:38px;color:inherit;transition:opacity var(--t);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Navbar-module__cRh5nW__iconBox:hover{opacity:.6}.Navbar-module__cRh5nW__searchLeft{cursor:pointer;margin-left:-6px}.Navbar-module__cRh5nW__contactDropdown{max-width:0;transition:max-width .3s var(--ease);align-items:center;display:flex;overflow:hidden}.Navbar-module__cRh5nW__contactDropdownOpen{max-width:80px}.Navbar-module__cRh5nW__contactItem{width:38px;height:38px;transition:opacity var(--t);border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Navbar-module__cRh5nW__contactItem:hover{opacity:.6}.Navbar-module__cRh5nW__langGroup{align-items:center;display:flex;position:relative}.Navbar-module__cRh5nW__langBox{width:38px;height:38px;font-family:var(--f);letter-spacing:.06em;color:inherit;transition:background var(--t),color var(--t);border:1px solid;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:500;display:flex}.Navbar-module__cRh5nW__transparent .Navbar-module__cRh5nW__langBoxActive:hover,.Navbar-module__cRh5nW__transparent .Navbar-module__cRh5nW__langDropdown .Navbar-module__cRh5nW__langBox:hover{background:var(--w);color:var(--b);border-color:var(--w)}.Navbar-module__cRh5nW__white .Navbar-module__cRh5nW__langBoxActive:hover,.Navbar-module__cRh5nW__white .Navbar-module__cRh5nW__langDropdown .Navbar-module__cRh5nW__langBox:hover{background:var(--b);color:var(--w)}.Navbar-module__cRh5nW__langDropdown{max-width:0;transition:max-width .3s var(--ease);align-items:center;display:flex;overflow:hidden}.Navbar-module__cRh5nW__langDropdownOpen{max-width:40px}.Navbar-module__cRh5nW__langDropdown .Navbar-module__cRh5nW__langBox{margin-right:-1px}.Navbar-module__cRh5nW__transparent .Navbar-module__cRh5nW__langDropdown .Navbar-module__cRh5nW__langBox{border-color:#ffffff59}.Navbar-module__cRh5nW__white .Navbar-module__cRh5nW__langDropdown .Navbar-module__cRh5nW__langBox{border-color:var(--b)}.Navbar-module__cRh5nW__ctaBtn{height:38px;font-family:var(--f);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:background var(--t),color var(--t),opacity var(--t);border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0 18px;font-size:12px;font-weight:500;display:inline-flex}.Navbar-module__cRh5nW__transparent .Navbar-module__cRh5nW__ctaBtn{background:var(--w);color:var(--b)}.Navbar-module__cRh5nW__transparent .Navbar-module__cRh5nW__ctaBtn:hover{background:#ffffffd9}.Navbar-module__cRh5nW__white .Navbar-module__cRh5nW__ctaBtn{background:var(--b);color:var(--w)}.Navbar-module__cRh5nW__white .Navbar-module__cRh5nW__ctaBtn:hover{background:var(--g8)}.Navbar-module__cRh5nW__hamburger{color:inherit;flex-direction:column;gap:5px;padding:8px;display:none}.Navbar-module__cRh5nW__hamburger span{width:22px;height:1.5px;transition:var(--t);background:currentColor;display:block}@media (max-width:1200px){.Navbar-module__cRh5nW__megaCatGrid{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.Navbar-module__cRh5nW__megaCatGrid{grid-template-columns:repeat(3,1fr)}}.Navbar-module__cRh5nW__searchOverlay{z-index:200;padding-top:calc(var(--nh) + 32px);justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0}.Navbar-module__cRh5nW__searchBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;position:absolute;inset:0}.Navbar-module__cRh5nW__searchBox{z-index:1;width:100%;max-width:680px;margin:0 var(--px);align-items:center;gap:16px;display:flex;position:relative}.Navbar-module__cRh5nW__searchForm{background:var(--w);border:1px solid var(--bd);flex:1;align-items:center;gap:14px;height:56px;padding:0 18px;display:flex}.Navbar-module__cRh5nW__searchForm svg{color:var(--g4);flex-shrink:0}.Navbar-module__cRh5nW__searchInput{font-family:var(--f);color:var(--b);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:16px;font-weight:300}.Navbar-module__cRh5nW__searchInput::placeholder{color:var(--g4)}.Navbar-module__cRh5nW__searchInput::-webkit-search-cancel-button{display:none}.Navbar-module__cRh5nW__searchClear{background:var(--g1);width:28px;height:28px;color:var(--g6);transition:background var(--t);border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Navbar-module__cRh5nW__searchClear:hover{background:var(--g2)}.Navbar-module__cRh5nW__searchClose{font-family:var(--fc);letter-spacing:.12em;color:#ffffff8c;transition:color var(--t),border-color var(--t);white-space:nowrap;background:0 0;border:1px solid #ffffff40;flex-shrink:0;padding:6px 10px;font-size:10px}.Navbar-module__cRh5nW__searchClose:hover{color:var(--w);border-color:#fff9}@media (max-width:820px){.Navbar-module__cRh5nW__center,.Navbar-module__cRh5nW__mega{display:none}.Navbar-module__cRh5nW__hamburger{display:flex}.Navbar-module__cRh5nW__langGroup{display:none}.Navbar-module__cRh5nW__ctaBtn{height:34px;padding:0 12px;font-size:11px}}@media (max-width:560px){.Navbar-module__cRh5nW__inner{gap:12px}.Navbar-module__cRh5nW__right{gap:6px}.Navbar-module__cRh5nW__ctaBtn{letter-spacing:.08em;height:32px;padding:0 10px;font-size:10px}}@media (max-width:360px){.Navbar-module__cRh5nW__ctaBtn{display:none}}
.Footer-module__3hUVsW__footer{background:var(--w);color:var(--b);border-top:1px solid var(--bd)}.Footer-module__3hUVsW__top{padding:68px var(--px)56px}.Footer-module__3hUVsW__inner{max-width:var(--mx);grid-template-columns:1.5fr 1fr 1fr 1fr;gap:52px;margin:0 auto;display:grid}.Footer-module__3hUVsW__logo{margin-bottom:4px;text-decoration:none;display:inline-block}.Footer-module__3hUVsW__logoImg{width:auto;height:28px;display:block}.Footer-module__3hUVsW__tagline{font-family:var(--fc);letter-spacing:.32em;text-transform:uppercase;color:var(--g4);margin-bottom:20px;font-size:9px;font-weight:400}.Footer-module__3hUVsW__desc{color:var(--g4);max-width:230px;margin-bottom:22px;font-size:13px;font-weight:300;line-height:1.82}.Footer-module__3hUVsW__socials{gap:9px;margin-bottom:20px;display:flex}.Footer-module__3hUVsW__socials a{border:1px solid var(--bdm);width:30px;height:30px;color:var(--g4);transition:border-color var(--t),background var(--t),color var(--t);justify-content:center;align-items:center;display:flex}.Footer-module__3hUVsW__socials a:hover{border-color:var(--b);background:var(--b);color:var(--w)}.Footer-module__3hUVsW__asimetrik{border-top:1px solid var(--bd);align-items:center;gap:10px;padding-top:20px;display:flex}.Footer-module__3hUVsW__asimetrikLogo{opacity:1;filter:none;object-fit:contain;width:auto;height:20px}.Footer-module__3hUVsW__asimetrik span{color:var(--g4);font-size:11px;font-weight:300;line-height:1.5}.Footer-module__3hUVsW__colTitle{font-family:var(--fc);letter-spacing:.28em;text-transform:uppercase;color:var(--g4);border-bottom:1px solid var(--bd);margin-bottom:18px;padding-bottom:10px;font-size:9px;font-weight:500}.Footer-module__3hUVsW__colLinks{flex-direction:column;gap:0;display:flex}.Footer-module__3hUVsW__colLink{color:var(--g6);transition:color var(--t);padding:5px 0;font-size:13px;font-weight:300;text-decoration:none;display:block}.Footer-module__3hUVsW__colLink:hover{color:var(--b)}.Footer-module__3hUVsW__divider{background:var(--bd);height:1px;margin:10px 0}.Footer-module__3hUVsW__bottom{border-top:1px solid var(--bd);padding:18px var(--px)}.Footer-module__3hUVsW__bottomInner{max-width:var(--mx);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;display:flex}.Footer-module__3hUVsW__copyright{color:var(--g4);font-size:11px;font-weight:300}.Footer-module__3hUVsW__bottomLinks{gap:22px;display:flex}.Footer-module__3hUVsW__bottomLinks a{color:var(--g4);transition:color var(--t);font-size:11px;font-weight:300;text-decoration:none}.Footer-module__3hUVsW__bottomLinks a:hover{color:var(--b)}@media (max-width:1100px){.Footer-module__3hUVsW__inner{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:560px){.Footer-module__3hUVsW__inner{grid-template-columns:1fr;gap:36px}.Footer-module__3hUVsW__bottomInner{flex-direction:column;align-items:flex-start;gap:12px}}
