html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent-horizontal],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{color:inherit;outline:none;text-decoration:none}*,:after,:before{box-sizing:border-box}:root{--o1:cubic-bezier(0.65,1,0.9,1);--o2:cubic-bezier(0.5,1,0.89,1);--o3:cubic-bezier(0.33,1,0.68,1);--o4:cubic-bezier(0.25,1,0.5,1);--o5:cubic-bezier(0.22,1,0.36,1);--o6:cubic-bezier(0.19,1,0.22,1);--io1:cubic-bezier(0.37,0,0.63,1);--io2:cubic-bezier(0.45,0,0.55,1);--io23:cubic-bezier(0.48,0,0.52,1);--io3:cubic-bezier(0.65,0,0.35,1);--io4:cubic-bezier(0.76,0,0.24,1);--io5:cubic-bezier(0.83,0,0.17,1);--io6:cubic-bezier(0.87,0,0.13,1);--i1:cubic-bezier(0.12,0,0.39,0);--i2:cubic-bezier(0.11,0,0.5,0);--i3:cubic-bezier(0.32,0,0.67,0);--i4:cubic-bezier(0.5,0,0.75,0);--i5:cubic-bezier(0.64,0,0.78,0);--i6:cubic-bezier(0.7,0,0.84,0);--pad:1rem;--gap:1rem;--cols:12;--max-w:1920px;--col:calc((min(100vw, var(--max-w)) - var(--pad) * 2 - (var(--cols) - 1) * var(--gap)) / var(--cols))}@font-face{font-family:su;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/su.woff2) format("woff2")}body,html{font-size:1.1111111111vw;overscroll-behavior-y:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;font-family:su,sans-serif}@media(min-width:1920px){body,html{font-size:.8333333333vw}}@media(max-width:767px){body,html{font-size:3.5897435897vw}}body{min-height:100vh}img{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.navigation{--nav-pad:2rem;--nav-bg:#ffffff;--nav-fg:#000000;--nav-accent:#F73D00;--nav-chiffre-size:2.5rem;position:-webkit-sticky;position:sticky;top:0;width:100%;display:flex;justify-content:space-between;align-items:flex-start;padding:var(--nav-pad);background:var(--nav-bg);color:var(--nav-fg);z-index:10}.navigation .navigation-item{display:flex;flex-direction:column;align-items:center}.navigation .navigation-item-chiffre{font-size:var(--nav-chiffre-size);font-style:normal;font-weight:400;line-height:1;letter-spacing:-.06em;text-transform:uppercase;text-align:center;transform-origin:50% 50%}.navigation .navigation-item-chiffre .rolling-number{display:inline-block;line-height:1}.navigation .navigation-item-chiffre .rolling-digit{position:relative;display:inline-block;height:1.5em;overflow:hidden;vertical-align:top;-webkit-mask-image:linear-gradient(180deg,transparent 0,black .1em,black calc(100% - .15em),transparent);mask-image:linear-gradient(180deg,transparent 0,black .1em,black calc(100% - .15em),transparent)}.navigation .navigation-item-chiffre .rolling-digit-sizer{display:inline-block;height:1.5em;line-height:1.5;visibility:hidden}.navigation .navigation-item-chiffre .rolling-digit-track{position:absolute;top:.15em;left:0;width:100%;display:flex;flex-direction:column;align-items:center;will-change:transform}.navigation .navigation-item-chiffre .rolling-digit-cell{flex-shrink:0;height:1.2em;line-height:1.2;display:flex;align-items:center;justify-content:center;white-space:nowrap}.navigation .navigation-item-chiffre .rolling-static{display:inline-block;height:1.5em;line-height:1.5;vertical-align:top}.navigation .navigation-item-info{color:var(--nav-fg);text-align:center;font-size:.875rem;font-style:normal;font-weight:400;line-height:100%;text-transform:uppercase;white-space:nowrap;transition:none}.navigation .navigation-item-live{position:absolute;top:var(--nav-pad);left:50%;color:var(--nav-accent);transition:none}.navigation .navigation-item-live .navigation-item-info{color:var(--nav-accent)}.navigation .navigation-item-live .navigation-item-info .live{position:relative;width:.5rem;height:.5rem;background-color:var(--nav-accent);border-radius:50%;display:inline-block;transition:none;animation:live-pulse 1.5s ease-in-out infinite}.navigation .navigation-item-live .navigation-item-info .live:before{content:"";position:absolute;inset:0;border-radius:50%;background-color:var(--nav-accent);animation:live-ring 1.5s ease-out infinite}.navigation.is-scrolled{--nav-pad:.75rem;--nav-bg:#FF6938;--nav-fg:#ffffff;--nav-accent:#ffffff;--nav-chiffre-size:20px}@media(max-width:767px){.navigation{--nav-pad:0.75rem;--nav-chiffre-size:0.7rem;align-items:center}.navigation .navigation-item{gap:.15rem;max-width:28%}.navigation .navigation-item-chiffre{letter-spacing:-.04em}.navigation .navigation-item-info{font-size:.4rem;line-height:1.25;white-space:normal;text-align:center}.navigation .navigation-item-live{top:var(--nav-pad);max-width:none}.navigation .navigation-item-live .navigation-item-info{font-size:.45rem;white-space:nowrap}.navigation .navigation-item-live .navigation-item-info .live{width:.25rem;height:.25rem}}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes live-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(2.5);opacity:0}}.splash{position:relative;width:100%;margin-top:4rem}.splash .splash-title{font-size:16rem;font-style:normal;font-weight:600;line-height:90%;letter-spacing:-.32rem;text-transform:uppercase;width:-moz-fit-content;width:fit-content;overflow:hidden}.splash #premium{margin-left:.15rem}.splash #premium .letter{display:inline-block;opacity:0}.splash #product{position:relative;margin-left:auto;z-index:1}.splash #product .letter{display:inline-block;opacity:0}.splash .splash-image{position:relative;width:calc(var(--col)*8 + var(--gap)*9);overflow:hidden;aspect-ratio:3/4;margin:-3rem auto auto}.splash .splash-image #stc{position:absolute;top:65%;font-size:1.25rem;left:2rem;color:#fff;z-index:1;text-transform:uppercase;cursor:pointer}.splash .splash-image #stc:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#fff;transform:translateY(50%) scaleX(0);transform-origin:right;transition:transform .5s var(--io3)}.splash .splash-image #stc:hover:before{transform:translateY(50%) scaleX(1);transform-origin:left;transition:transform .65s var(--o5)}.splash .splash-image #splash-image-src{width:100%;height:100%;object-fit:cover;opacity:0}.splash .splash-bottom{position:relative;margin-top:-20rem;padding:2rem}.splash .splash-bottom #no{margin-left:auto;width:-moz-fit-content;width:fit-content}.splash .splash-bottom #premium-2{margin:auto}.splash .splash-bottom .ct-price{position:relative}.splash .splash-bottom .splash-title-info{top:55%;left:calc(var(--col)*7 + var(--gap)*4);transform:translateY(-50%);position:absolute;font-size:1.25rem;font-style:normal;font-weight:400;line-height:100%;width:calc(var(--col)*3 + var(--gap)*2)}.titles{padding:8rem 2rem}.titles .titles-t{position:relative;text-align:center;width:-moz-fit-content;width:fit-content;margin:0 auto;perspective:2000px;overflow:hidden}.titles .titles-t .titles-t-span{font-size:8rem;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-.32rem;text-transform:uppercase;display:block}.titles .titles-t .titles-t-span .price{color:#f73d00}.titles .titles-t .titles-t-span .price-n{display:inline-block;position:relative}.titles .titles-t .titles-t-span .price-n .line{position:absolute;top:50%;transform:translateY(-50%) scaleX(0);width:100%;height:10px;transform-origin:left;background:#000;z-index:1}@media(max-width:767px){.titles .titles-t .titles-t-span .price-n .line{height:3px}}.products{padding:2rem;display:flex;gap:var(--gap)}.products,.products .product{width:100%}.products .product .product-image{position:relative;width:100%;object-fit:cover;overflow:hidden;aspect-ratio:207/257}.products .product .product-image .limited{top:1rem;right:1rem;position:absolute;color:#ff6938;z-index:1;text-transform:uppercase}.products .product .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--io3)}.products .product .product-image:hover img{transform:scale(1.05)}.products .product .product-title{font-size:1.5rem;font-style:normal;font-weight:400;line-height:80%;text-transform:uppercase;margin-top:1.5rem}.products .product .product-description{font-size:1rem;line-height:100%;margin-top:.5rem;opacity:.25}.products .product .product-prices{display:flex;align-items:center;gap:.5rem;margin-top:2rem}.products .product .product-prices p{font-size:1.5rem}.products .product .product-prices .product-price{color:#ff6938}.products .product .product-prices .product-price-original{text-decoration:line-through;opacity:.25}.footer{background:#ff6938;color:#fff;padding:4rem 2rem;margin-top:10rem}.footer .footer-h{display:flex;justify-content:space-between}.footer .footer-h .footer-h-t{font-size:1.5rem;font-style:normal;font-weight:400;line-height:125%;max-width:calc(var(--col)*4 + var(--gap)*3)}.footer .footer-h .footer-links{display:flex}.footer .footer-h .footer-links .footer-links-items{width:calc(var(--col)*2 + var(--gap));display:flex;flex-direction:column;gap:1rem}.footer .footer-h .footer-links .footer-links-items p{font-size:1.25rem;line-height:100%;cursor:pointer}.footer .footer-b{display:flex;align-items:flex-end;justify-content:space-between;margin-top:15rem}.footer .footer-b #fo-logo{width:calc(var(--col)*8 + var(--gap)*7);height:auto}.footer .footer-link-wrap{position:relative;overflow:hidden}.footer .footer-link-wrap p{transform:translateY(100%);display:inline-block}@media(max-width:767px){.splash{margin-top:2rem}.splash .splash-title{font-size:5rem;letter-spacing:-.12rem}.splash .splash-image{width:calc(100% - 2rem);margin:-1.5rem auto 0}.splash .splash-image #stc{font-size:.875rem;left:1.25rem}.splash .splash-bottom{margin-top:-5rem;padding:1.5rem}.splash .splash-bottom .splash-title-info{position:relative;top:auto;left:auto;transform:none;width:100%;font-size:.875rem;line-height:150%;margin-top:1.5rem}.titles{padding:4rem 1.5rem}.titles .titles-t{width:100%}.titles .titles-t .titles-t-span{font-size:min(2.25rem,8vw);letter-spacing:-.04em}.products{padding:1.5rem;flex-direction:column;overflow-x:visible;scroll-snap-type:none;gap:3rem}.products .product{width:100%;flex-shrink:1;scroll-snap-align:none}.products .product .product-title{font-size:1.25rem;margin-top:1rem}.products .product .product-prices{margin-top:1rem}.products .product .product-prices p{font-size:1.25rem}.footer{margin-top:4rem;padding:3rem 1.5rem 2rem}.footer .footer-h{flex-direction:column;gap:2.5rem}.footer .footer-h .footer-h-t{max-width:100%;font-size:1.1rem;line-height:140%}.footer .footer-h .footer-links{gap:1.5rem}.footer .footer-h .footer-links .footer-links-items{width:auto;flex:1 1}.footer .footer-h .footer-links .footer-links-items p{font-size:1rem}.footer .footer-b{margin-top:3.5rem;flex-direction:column-reverse;align-items:flex-start;gap:1.5rem}.footer .footer-b svg{width:100%;height:auto}.footer .footer-b .cp{font-size:.75rem;opacity:.7}}