:root{color-scheme:dark;--accent: #ec661b;--accent-dark: #d75511;--black: #000;--ink: #fff;--panel: #151515;--panel-raised: #282828;--muted: #a9a9ad;--border: rgba(255, 255, 255, .09);--white: #fff;--page-width: 1366px;--section-title-weight: 400;--card-title-weight: 400;--body-weight: 400;--card-radius: 0px;--announcement-height: 42px;--header-height: 70px;--content-gutter: 32px;--reveal-duration: .68s;--ease: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html{background:var(--black);scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:var(--font-body-family);font-size:16px;font-weight:var(--body-weight);line-height:1.5;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img,video{display:block;max-width:100%}.skip-link{position:fixed;left:12px;top:12px;z-index:100;padding:10px 14px;background:var(--white);color:var(--black);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.page-width{width:calc(100% - var(--content-gutter) - var(--content-gutter));max-width:var(--page-width);margin-inline:auto}.section-padding{padding:96px 0}.dark-section{background:#111113;color:var(--white)}.home-index-v2 h1,.home-index-v2 h2,.home-index-v2 h3,.home-index-v2 [role=heading]{color:#fff}.announcement{position:relative;z-index:30;min-height:var(--announcement-height);display:grid;place-items:center;padding:9px 24px;background:#1c1c1d;color:#f8f8f8;font-family:var(--font-body-family);font-size:14px;font-style:normal;text-align:center}.site-header{position:sticky;top:0;z-index:28;background:#080809f5;color:var(--white);box-shadow:0 1px #ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header__inner{width:min(calc(100% - 56px),1140px);min-height:var(--header-height);margin-inline:auto;display:flex;align-items:center;gap:28px}.brand{flex:0 0 190px}.brand img{width:190px;height:auto}.desktop-nav{display:flex;align-items:center;gap:clamp(20px,2.5vw,36px);margin-left:auto;font-family:var(--font-body-family);font-size:12px;font-style:normal;text-transform:uppercase}.desktop-nav a{white-space:nowrap;transition:color .25s ease}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:var(--accent)}.header-actions{display:flex;align-items:center;gap:14px;margin-left:6px}.header-action{display:grid;width:26px;height:36px;place-items:center}.icon{position:relative;display:block;width:18px;height:18px}.icon--search{border:1.6px solid #fff;border-radius:50%}.icon--search:after{position:absolute;right:-5px;bottom:-3px;width:7px;height:1.6px;background:#fff;content:"";transform:rotate(48deg)}.icon--account{border:1.5px solid #fff;border-radius:48% 48% 35% 35%;clip-path:polygon(0 45%,100% 45%,100% 100%,0 100%)}.icon--account:before{position:absolute;left:5px;top:-3px;width:6px;height:6px;border:1.5px solid #fff;border-radius:50%;content:""}.icon--cart{border-bottom:1.6px solid #fff}.icon--cart:before{position:absolute;left:2px;top:2px;width:13px;height:10px;border:1.6px solid #fff;border-top:0;content:"";transform:skew(-8deg)}.icon--cart:after{position:absolute;left:4px;bottom:-4px;width:3px;height:3px;border-radius:50%;background:#fff;box-shadow:10px 0 #fff;content:""}.locale-button{min-height:38px;display:inline-flex;align-items:center;gap:6px;padding:0 12px;border:0;border-radius:4px;background:#f4f4f4;color:#333;cursor:pointer;font-family:var(--font-body-family);font-size:12px;font-style:normal}.locale-button img{width:22px;height:15px;object-fit:cover}.locale-button__divider{width:1px;height:18px;background:#8c8c8c}.mobile-menu-button,.mobile-nav{display:none}.hero{height:100vh;height:100dvh;background:#eee;overflow:hidden}.carousel{position:relative;min-width:0}.carousel__viewport{overflow:hidden;touch-action:pan-y;cursor:grab;outline:none}.carousel__viewport.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.carousel__viewport:focus-visible{box-shadow:0 0 0 2px var(--accent)}.carousel__track{display:flex;align-items:stretch;gap:var(--carousel-gap, 0px);will-change:transform;transition:transform .62s var(--ease)}.carousel__slide{flex:0 0 calc((100% - (var(--visible, 1) - 1) * var(--carousel-gap, 0px)) / var(--visible, 1));min-width:0}.carousel__button{position:absolute;z-index:3;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(40,40,40,.14);border-radius:50%;background:#ffffffeb;color:#171719;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease,opacity .2s ease}.carousel__button:before{width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;content:""}.carousel__button--prev:before{transform:rotate(135deg)}.carousel__button--next:before{transform:rotate(-45deg)}.carousel__button:hover,.carousel__button:focus-visible{border-color:var(--accent);background:var(--accent);color:var(--white)}.carousel__button:disabled{opacity:.3;cursor:default}.carousel__pagination{display:flex;justify-content:center;align-items:center;gap:8px}.carousel__footer{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:28px}.carousel__meta{display:inline-flex;align-items:center;gap:12px;color:#8f8f94;font-size:12px;letter-spacing:.08em}.carousel__counter{display:inline-flex;align-items:baseline;gap:4px;min-width:58px}.carousel__counter strong{color:var(--accent);font-size:16px}.carousel__progress{position:relative;width:76px;height:2px;overflow:hidden;background:#ffffff29}.carousel__progress-bar{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--accent);transform:scaleX(0);transform-origin:left center;transition:transform .45s var(--ease)}.carousel__dot{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#b8b8b8;cursor:pointer;transition:width .25s ease,background .25s ease}.carousel__dot[aria-current=true]{width:28px;background:var(--accent)}.carousel--hero,.carousel--hero .carousel__viewport,.carousel--hero .carousel__track,.carousel--hero .carousel__slide{height:100%}.hero-slide{position:relative;height:100%;overflow:hidden;background:#f1f1f1}.hero-slide--clickable{cursor:pointer}.hero-slide--clickable .hero-slide__overlay,.hero-slide--clickable .hero-slide__cta{pointer-events:none}.carousel--hero .hero-slide__media,.carousel--hero .hero-slide__media img,.carousel--hero .hero-slide__media video,.carousel--hero .hero-slide picture{pointer-events:none}.hero-slide picture,.hero-slide__media,.hero-slide__media img,.hero-slide__media video{width:100%;height:100%}.hero-slide__media img,.hero-slide__media video{object-fit:cover}.hero.hero--image-fit{height:auto!important;min-height:0!important;aspect-ratio:var(--hero-aspect, 16 / 9);background:#eee;overflow:hidden}.hero.hero--image-fit .carousel--hero,.hero.hero--image-fit .carousel--hero .carousel__viewport,.hero.hero--image-fit .carousel--hero .carousel__track,.hero.hero--image-fit .carousel--hero .carousel__slide,.hero.hero--image-fit .hero-slide{height:100%}.hero.hero--image-fit .hero-slide{overflow:hidden}.hero.hero--image-fit .hero-slide picture,.hero.hero--image-fit .hero-slide__media{display:flex!important;align-items:center;justify-content:center;width:100%!important;height:100%!important;overflow:hidden}.hero.hero--image-fit .hero-slide__media img{display:block;width:100%!important;height:auto!important;max-width:none!important;min-width:100%;min-height:0!important;flex:0 0 auto;object-fit:unset!important;object-position:unset!important;position:static!important;top:auto!important;transform:none!important}.hero.hero--image-fit .hero-slide__media video{width:100%;height:100%;object-fit:cover}@media(max-width:600px){.hero.hero--image-fit{aspect-ratio:var(--hero-aspect-mobile, var(--hero-aspect, 16 / 9))}}.hero-slide__overlay{position:absolute;left:max(5.5vw,64px);top:50%;z-index:2;width:min(760px,66vw);color:#fff;transform:translateY(-50%)}.hero-slide__overlay h2{margin:0 0 22px;color:#fff;font-size:clamp(34px,4.2vw,64px);line-height:.98}.hero-slide__overlay p{max-width:720px;margin:0 0 34px;font-size:clamp(18px,2vw,26px)}.hero-slide__overlay h2 span,.hero-slide__overlay p span{display:block;white-space:nowrap}.hero-slide__cta,.product-series__card a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:10px 24px;border-radius:999px;background:var(--accent);color:#fff;font-weight:700;transition:background .2s ease,transform .2s ease}.signup article>a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:10px 24px;border-radius:999px;background:var(--accent);color:#fff;font-weight:700;transition:none}.signup article>a:hover,.signup article>a:focus,.signup article>a:focus-visible,.signup article>a:active{background:var(--accent);background-color:var(--accent);color:#fff;transform:none}.hero-slide__cta:hover,.product-series__card a:hover{background:var(--accent-dark);transform:translateY(-1px)}.hero-slide__cta--image{position:absolute;left:max(5.5vw,64px);bottom:80px;z-index:3}.hero-slide__html{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none}.hero-slide__html a,.hero-slide__html button{pointer-events:auto}.carousel--hero .carousel__button{top:50%;z-index:2;width:46px;height:46px;border:1px solid rgba(255,255,255,.34);border-radius:50%;background:#08080a7a;color:var(--white);box-shadow:0 8px 24px #0000002e;transform:translateY(-50%);pointer-events:auto;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.carousel--hero .carousel__button:before{display:none}.carousel--hero .carousel__button img{width:9px;height:15px;filter:brightness(0) invert(1);pointer-events:none}.carousel--hero .carousel__button:hover,.carousel--hero .carousel__button:focus-visible{border-color:var(--accent);background:var(--accent);box-shadow:0 10px 28px #ec661b52;transform:translateY(-50%) scale(1.05)}.carousel--hero .carousel__button:active{transform:translateY(-50%) scale(.98)}.carousel--hero .carousel__button--prev{left:24px}.carousel--hero .carousel__button--next{right:24px}.carousel--hero .carousel__pagination{position:static}.carousel--hero .carousel__dot{width:6px;height:6px;background:#ffffff7a;box-shadow:0 0 0 1px #00000029;transition:width .22s ease,background .22s ease,box-shadow .22s ease,transform .22s ease}.carousel--hero .carousel__dot[aria-current=true]{width:7px;height:7px;background:var(--accent);box-shadow:0 0 0 3px #ec661b29,0 4px 12px #ec661b47}.carousel--hero .carousel__dot:hover,.carousel--hero .carousel__dot:focus-visible{background:#ffffffe6;box-shadow:0 0 0 3px #ffffff24;transform:scale(1.08)}.carousel--hero .carousel__footer{position:absolute;left:0;right:0;bottom:26px;z-index:2;display:grid;grid-template-columns:1fr auto 1fr;margin:0;padding:0 68px}body.overflow-hidden-tablet .carousel--hero .carousel__button,body.overflow-hidden-tablet .carousel--hero .carousel__footer,body.overflow-hidden-mobile .carousel--hero .carousel__button,body.overflow-hidden-mobile .carousel--hero .carousel__footer,body.overflow-hidden .carousel--hero .carousel__button,body.overflow-hidden .carousel--hero .carousel__footer{visibility:hidden;pointer-events:none}.carousel--hero .carousel__pagination{grid-column:2}.carousel--hero .carousel__meta{grid-column:3;justify-self:end;color:#ffffffb8}.feature-mosaic{padding:120px 0 140px;background:#111113}.feature-mosaic .feature-mosaic__grid{width:min(calc(100% - 64px),1366px);max-width:1366px;margin-inline:auto;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.35fr) minmax(0,.95fr);grid-template-rows:repeat(2,minmax(230px,1fr));gap:16px;min-height:520px}.feature-card{position:relative;overflow:hidden;box-sizing:border-box;border:1px solid rgba(255,255,255,.1);border-radius:var(--card-radius);background:#171717;color:#fff;transition:border-color .22s cubic-bezier(.22,1,.36,1)}.feature-card h2,.feature-card p{margin:0}.feature-card h2{color:#fff;font-size:28px;font-weight:var(--card-title-weight);line-height:1.15;letter-spacing:-.025em}.feature-card p,.feature-card__description{margin-top:8px;color:#ffffffad;font-size:16px;font-weight:400;line-height:1.45}.feature-card__copy p{overflow:visible;text-overflow:unset;-webkit-line-clamp:unset;line-clamp:unset}.flip-card__face--front .feature-card__description{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.feature-card--range{grid-column:1;grid-row:1 / 3;perspective:1200px;background:#ff591a;border-color:#ff591a;color:#fff}.feature-card--range .feature-card__eyebrow,.feature-card--range .feature-card__kpi,.feature-card--range .feature-card__title,.feature-card--range .feature-card__description,.feature-card--range .flip-card__hint,.feature-card--range .flip-card__detail,.feature-card--range .flip-card__detail strong{color:#fff}.feature-card--range .flip-card__hint{color:#ffffffeb}.feature-card--range .flip-card__trigger:hover .flip-card__hint,.feature-card--range .flip-card__trigger:focus-visible .flip-card__hint{color:#fff}.feature-card--range .flip-card__hint-icon{filter:brightness(0) invert(1);opacity:1}.feature-card--range .flip-card__detail{border-top-color:#ffffff47}.feature-card--range .flip-card__technical{opacity:.1;filter:grayscale(1) brightness(10)}.flip-card__trigger{width:100%;height:100%;display:block;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.flip-card__trigger:focus-visible{outline:2px solid var(--accent);outline-offset:-6px}.flip-card__inner{position:relative;width:100%;height:100%;display:block;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.22,1,.36,1)}.flip-card[data-flipped=true] .flip-card__inner{transform:rotateY(180deg)}.flip-card__face{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:flex-start;padding:38px 38px 32px;backface-visibility:hidden;-webkit-backface-visibility:hidden}.flip-card__face--back{transform:rotateY(180deg)}.feature-card__eyebrow{position:relative;z-index:1;color:var(--accent);font-size:12px;font-weight:var(--card-title-weight);line-height:1.2;letter-spacing:.12em}.flip-card__main{position:relative;z-index:1;display:block;margin-top:88px}.feature-card__kpi{display:block;margin-top:0;color:var(--accent);font-size:clamp(64px,6vw,86px);font-weight:var(--card-title-weight);font-variant-numeric:tabular-nums;line-height:.92;letter-spacing:-.055em;white-space:nowrap}.feature-card__title{display:block;margin-top:14px;color:#fff;font-size:28px;font-weight:var(--card-title-weight);line-height:1.15;letter-spacing:-.025em}.flip-card__hint{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:#ffffff94;font-size:14px;font-weight:var(--body-weight);line-height:1.35;transition:color .18s ease}.flip-card__hint-icon{width:14px;height:14px;opacity:.9;transition:transform .18s cubic-bezier(.22,1,.36,1)}.flip-card__technical{position:absolute;right:-25%;bottom:8%;width:96%;height:48%;object-fit:contain;object-position:right bottom;opacity:.04;filter:grayscale(1);pointer-events:none}.flip-card__trigger:hover .flip-card__hint,.flip-card__trigger:focus-visible .flip-card__hint{color:#ffffffe6}.flip-card__trigger:hover .flip-card__hint-icon,.flip-card__trigger:focus-visible .flip-card__hint-icon{transform:rotate(26deg)}.flip-card__face--back .feature-card__title{margin-top:0}.flip-card__detail-list{width:100%;display:grid;margin-top:24px}.flip-card__detail{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:14px 0;border-top:1px solid rgba(255,255,255,.09);color:#ffffff8f;font-size:13px;line-height:1.35}.flip-card__detail strong{color:#fff;font-weight:var(--body-weight);text-align:right}.feature-card--compatibility{grid-column:2;grid-row:1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:20px;padding:36px 38px}.feature-card__copy{position:relative;z-index:1;min-width:0}.feature-card--compatibility:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#1717178c 29%,#17171700 61%);content:"";pointer-events:none}.feature-card__product{position:relative;z-index:1;min-width:0;display:grid;place-items:center}.feature-card__product img{width:100%;height:100%;max-height:188px;object-fit:contain;transform:translate(14px,10px) scale(1.16);transform-origin:center;transition:transform .22s cubic-bezier(.22,1,.36,1)}.feature-card--shifts{grid-column:2;grid-row:2;display:grid;grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);gap:30px;align-items:center;padding:36px 38px}.feature-card__metric-primary,.feature-card__metric-secondary{min-width:0;display:flex;flex-direction:column;gap:10px;align-self:center;align-items:flex-start;justify-content:center}.feature-card--shifts h2,.feature-card__metric-secondary span{margin:0;color:#ffffffc2;font-size:17px;font-weight:400;line-height:1.25;letter-spacing:-.01em}.feature-card__metric,.feature-card__metric-secondary strong{color:var(--accent);font-size:clamp(38px,3.2vw,46px);font-weight:var(--card-title-weight);font-variant-numeric:tabular-nums;line-height:.92;letter-spacing:-.045em;white-space:nowrap}.feature-card__metric-divider{width:1px;height:72px;align-self:center;background:#ffffff1f}.feature-card__metric-secondary span{display:block}.feature-card--adjustment{grid-column:3;grid-row:1 / 3;display:flex;flex-direction:column;padding:38px}.feature-card__media-frame{width:92%;max-width:340px;aspect-ratio:2240 / 2200;display:grid;place-items:center;margin:auto auto -6px;overflow:visible;padding:0;border-radius:var(--card-radius);background:transparent}.feature-card__media-frame img{width:100%;height:100%;object-fit:contain;transition:transform .22s cubic-bezier(.22,1,.36,1)}@media(hover:hover)and (pointer:fine){.feature-card:not(.flip-card):hover{border-color:#ffffff2e}.feature-card:not(.flip-card):hover .feature-card__product img,.feature-card:not(.flip-card):hover .feature-card__media-frame img{transform:translateY(-2px)}.feature-card--compatibility:hover .feature-card__product img{transform:translate(14px,8px) scale(1.16)}}@media(max-width:1023px){.feature-mosaic{padding:88px 0 100px}.feature-mosaic .feature-mosaic__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,240px) 320px;min-height:0}.feature-card--range{grid-column:1;grid-row:1 / 3}.feature-card--compatibility{grid-column:2;grid-row:1}.feature-card--shifts{grid-column:2;grid-row:2}.feature-card--adjustment{grid-column:1 / 3;grid-row:3;display:grid;grid-template-columns:minmax(0,.9fr) minmax(260px,1.1fr);gap:32px;align-items:center}.feature-card__media-frame{width:100%;max-width:310px;margin:0 auto}.feature-card--compatibility,.feature-card--shifts,.feature-card--adjustment,.flip-card__face{padding:30px}.flip-card__main{margin-top:68px}.feature-card__product img{transform:translate(8px,6px) scale(1.08)}.feature-card--compatibility:hover .feature-card__product img{transform:translate(8px,4px) scale(1.08)}}@media(min-width:768px)and (max-width:880px){.feature-card--compatibility,.feature-card--shifts{padding:24px}.feature-card--compatibility{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:12px}.feature-card--compatibility h2{font-size:24px}.feature-card--compatibility p{font-size:14px;line-height:1.4}.feature-card--compatibility .feature-card__product img{max-height:150px;transform:translate(4px,4px) scale(1.08)}.feature-card--compatibility:hover .feature-card__product img{transform:translate(4px,2px) scale(1.08)}.feature-card--shifts{grid-template-columns:minmax(0,1.4fr) 1px minmax(0,1fr);gap:16px}.feature-card__metric,.feature-card__metric-secondary strong{font-size:38px}.feature-card--shifts h2,.feature-card__metric-secondary span{font-size:15px}}@media(max-width:767px){.feature-mosaic{padding:64px 0 72px}.feature-mosaic .feature-mosaic__grid{width:calc(100% - 40px);grid-template-columns:minmax(0,1fr);grid-template-rows:none;grid-auto-rows:auto;gap:14px}.feature-card--range,.feature-card--compatibility,.feature-card--shifts,.feature-card--adjustment{grid-column:1;grid-row:auto}.feature-card{min-height:0;border-radius:var(--card-radius)}.feature-card--range{min-height:430px}.flip-card__face{padding:24px}.feature-card__kpi{font-size:68px}.flip-card__main{margin-top:56px}.feature-card__title,.feature-card h2{font-size:24px}.feature-card p,.feature-card__description{font-size:15px}.feature-card--compatibility{min-height:330px;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);padding:24px}.feature-card__product img{max-height:180px;transform:scale(1.06)}.feature-card--compatibility:hover .feature-card__product img{transform:translateY(-2px) scale(1.06)}.feature-card--shifts{min-height:300px;grid-template-columns:1fr;gap:24px;padding:24px}.feature-card__metric,.feature-card__metric-secondary strong{font-size:58px}.feature-card--shifts h2,.feature-card__metric-secondary span{font-size:17px}.feature-card__metric-divider{width:100%;height:1px}.feature-card__metric-secondary{min-height:76px;padding:0}.feature-card--adjustment{min-height:420px;display:flex;padding:24px}.feature-card__media-frame{width:92%;max-width:290px;margin:28px auto 0}}@media(prefers-reduced-motion:reduce){.flip-card{perspective:none}.flip-card__inner{transform:none!important;transition:none}.flip-card__face{transform:none;transition:opacity .01ms linear}.flip-card__face--front{opacity:1}.flip-card__face--back,.flip-card[data-flipped=true] .flip-card__face--front{opacity:0}.flip-card[data-flipped=true] .flip-card__face--back{opacity:1}}.section-heading h2,.influencer h2,.partners h2{margin:0;color:#fff;font-family:var(--font-body-family);font-size:clamp(34px,3vw,48px);font-style:normal;font-weight:var(--section-title-weight);line-height:1.05}.section-heading p{margin:20px 0 0}.section-heading--split{max-width:690px;margin-bottom:42px}.community,.influencer{background:var(--black);color:var(--white)}.community .section-heading p,.community .section-heading strong{color:#fff}.section-heading--split strong{display:block;margin-top:20px}.section-heading--center{max-width:900px;margin:0 auto 42px;text-align:center}.section-heading--center h2 span,.speed-range small{color:var(--accent)}.section-heading--center small{display:block;margin-top:10px}.section-heading--light{color:var(--white)}.section-heading--light p{color:#d6d6d7}.carousel--cards{--carousel-gap: 28px;--visible: 3;padding-bottom:76px}.carousel--cards .carousel__viewport:focus-visible{box-shadow:0 0 0 2px #ffffff57}.story-card{height:auto;min-height:540px;display:flex;flex-direction:column;border:1px solid var(--border);background:var(--panel);color:#fff}.story-card__image{width:100%;aspect-ratio:1.32;flex:0 0 auto;object-fit:cover}.story-card__body{display:flex;flex-direction:column;flex:1;padding:20px 26px}.story-card__body p{margin:0;font-family:var(--font-body-family);font-size:14px;color:#d3d3d6;font-style:normal;line-height:1.55}.story-card__meta{display:flex;align-items:center;justify-content:flex-start;gap:18px;margin-top:auto;padding-top:18px;font-family:var(--font-body-family);font-size:13px;font-style:normal}.carousel--cards .carousel__button{top:auto;bottom:0;width:48px;height:48px;border-color:#ffffff1f;background:#3a3a3c;color:#fff;transform:none;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.carousel--cards .carousel__button:before{display:none}.carousel--cards .carousel__button img{width:10px;height:16px;filter:brightness(0) invert(1);pointer-events:none}.carousel--cards .carousel__button:hover,.carousel--cards .carousel__button:focus-visible{border-color:#fff3;background:#555558;box-shadow:0 8px 20px #0000003d;transform:none}.carousel--cards .carousel__button:active{background:#2c2c2e;box-shadow:0 4px 12px #0003;transform:none}.carousel--cards .carousel__button--prev{right:60px;left:auto}.carousel--cards .carousel__button--next{right:0}.carousel--cards .carousel__footer{position:absolute;right:128px;bottom:0;left:0;min-height:48px;justify-content:flex-start;margin:0}.carousel--cards .carousel__pagination{justify-content:flex-start}.carousel--influencer .carousel__button{top:45%;transform:translateY(-50%)}.carousel--influencer .carousel__button--prev{left:-38px}.carousel--influencer .carousel__button--next{right:-38px}.carousel--influencer .carousel__footer{margin-top:28px}.speed-range{min-height:820px;background-color:#210800;background-image:linear-gradient(104deg,#170500 0%,#421304 28%,var(--accent) 62%,#4b1506 82%,#0b0302 100%);color:var(--white);padding-top:118px;padding-bottom:96px}.speed-range .section-heading--center{max-width:980px;margin-bottom:58px}.speed-range .section-heading h2,.speed-range .section-heading h2 span{color:#fff}.speed-range .section-heading p{max-width:720px;margin:24px auto 0;color:#fff}.speed-range .section-heading small{margin-top:16px;color:#ffffff80}.speed-range__visual{display:grid;grid-template-columns:minmax(0,1fr) 80px minmax(0,1fr);align-items:center;gap:28px;max-width:980px;margin:0 auto}.speed-range__visual figure{margin:0;padding:18px 18px 22px;border:1px solid rgba(255,255,255,.18);border-radius:0;background:#ffffff1a;box-shadow:0 20px 48px #0003;transform-origin:center}.speed-range__visual figure:first-child{transform:translate(12px) rotate(-1.6deg)}.speed-range__visual figure:last-child{transform:translate(-12px) rotate(1.6deg)}.speed-range__visual figure img{width:100%;border-radius:0;filter:brightness(.94) contrast(.98)}.speed-range__visual figcaption{margin-top:18px;color:var(--white);font-size:16px;font-weight:400;line-height:1.4;text-align:center}.speed-range__arrow{width:62px;opacity:.72}.motion-ready [data-speed-sequence] figure,.motion-ready [data-speed-sequence] .speed-range__arrow{opacity:0;transition:opacity .62s ease-out,transform .76s var(--ease);will-change:opacity,transform}.motion-ready [data-speed-sequence] figure:first-child{transform:translate3d(-32px,18px,0) rotate(-2.8deg) scale(.96);transition-delay:0ms}.motion-ready [data-speed-sequence] .speed-range__arrow{transform:translate3d(0,10px,0) scale(.72);transition-delay:.26s}.motion-ready [data-speed-sequence] figure:last-child{transform:translate3d(32px,18px,0) rotate(2.8deg) scale(.96);transition-delay:.5s}.motion-ready [data-speed-sequence].is-visible figure:first-child{opacity:1;transform:translate(12px) rotate(-1.6deg)}.motion-ready [data-speed-sequence].is-visible .speed-range__arrow{opacity:.72;transform:translateZ(0) scale(1)}.motion-ready [data-speed-sequence].is-visible figure:last-child{opacity:1;transform:translate(-12px) rotate(1.6deg)}.compatibility{position:relative;background:#101012 url(home-f59978211acc89fc5bccd478e27c4239.webp) center / cover no-repeat}.compatibility:before{position:absolute;top:0;right:0;bottom:0;left:0;background:#0404062e;content:""}.compatibility>*{position:relative}.product-series{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.product-series__card{position:relative;overflow:hidden;height:520px;min-height:0;background:#fff;border:1px solid var(--border)}.product-series__card img{width:100%;height:100%;object-fit:cover}.product-series__card>div{position:absolute;left:0;right:0;bottom:26px;display:flex;flex-direction:column;align-items:center;color:#101012}.product-series__card h3{margin:0 0 10px;font-size:18px;font-weight:var(--card-title-weight);color:#000}.product-series__card a{min-height:38px;padding:8px 20px}.compatibility-section.section-padding{padding:120px 0 140px;background:#000;color:#fff}.compatibility-section .compatibility-section__container{width:min(calc(100% - 64px),1366px);max-width:1366px}.compatibility-section__header{max-width:920px;margin:0 auto 56px;text-align:center}.compatibility-section__header h2{margin:0;color:#fff;font-family:var(--font-body-family);font-size:48px;font-style:normal;font-weight:var(--section-title-weight);line-height:1.08;letter-spacing:-.04em}.compatibility-section__header p{max-width:880px;margin:20px auto 0;color:#ffffffa3;font-size:17px;font-weight:400;line-height:1.55}.compatibility-section__content{width:100%;max-width:1180px;margin-inline:auto}.compatibility-tabs{display:flex;align-items:center;justify-content:center;gap:48px;overflow-x:auto;border-bottom:1px solid rgba(255,255,255,.1);scrollbar-width:none}.compatibility-tabs::-webkit-scrollbar{display:none}.compatibility-tab{position:relative;flex:0 0 auto;padding:0 4px 18px;border:0;background:transparent;color:#ffffff7a;font:inherit;font-size:20px;font-weight:var(--card-title-weight);line-height:1.2;letter-spacing:-.01em;white-space:nowrap;cursor:pointer;transition:color .18s ease}.compatibility-tab:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--accent);opacity:0;transform:scaleX(.4);transform-origin:center;transition:opacity .18s ease,transform .22s cubic-bezier(.22,1,.36,1)}.compatibility-tab:hover{color:#ffffffd1}.compatibility-tab.is-active{color:var(--accent)}.compatibility-tab.is-active:after{opacity:1;transform:scaleX(1)}.compatibility-tab:focus-visible{outline:2px solid rgba(242,104,24,.75);outline-offset:5px}.compatibility-panels{margin-top:32px}.compatibility-panel[hidden]{display:none}.compatibility-panel.is-active{animation:compatibility-panel-in .24s cubic-bezier(.22,1,.36,1)}.compatibility-panel__surface{width:100%;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:var(--card-radius);background:#111}.compatibility-panel__surface.compatibility-table--single{max-width:920px;margin-inline:auto}.compatibility-table{width:100%;border-collapse:collapse;table-layout:fixed}.compatibility-table__label-column{width:38%}.compatibility-table__value-column{width:31%}.compatibility-table--single .compatibility-table__label-column,.compatibility-table--single .compatibility-table__value-column{width:50%}.compatibility-table th,.compatibility-table td{box-sizing:border-box;padding:22px 30px;vertical-align:middle;text-align:left}.compatibility-table thead{background:#181818;border-bottom:1px solid rgba(255,255,255,.1)}.compatibility-table thead th{height:80px;color:#fff;font-size:18px;font-weight:var(--card-title-weight);line-height:1.3}.compatibility-table thead th:first-child{color:#ffffff7a;font-size:14px;font-weight:var(--body-weight);letter-spacing:.02em;text-transform:none}.compatibility-table tbody tr{height:74px;border-bottom:1px solid rgba(255,255,255,.08)}.compatibility-table tbody tr:last-child{border-bottom:0}.compatibility-table tbody th{color:#ffffffad;font-size:17px;font-weight:400;line-height:1.4}.compatibility-table tbody td{color:#fff;font-size:17px;font-weight:var(--body-weight);font-variant-numeric:tabular-nums;line-height:1.4}.compatibility-mobile{display:none}@keyframes compatibility-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(max-width:1023px){.compatibility-section.section-padding{padding:88px 0 100px}.compatibility-section__header{margin-bottom:44px}.compatibility-section__header h2{font-size:40px}.compatibility-tabs{gap:36px}.compatibility-panels{margin-top:28px}.compatibility-table th,.compatibility-table td{padding:20px 22px}}@media(max-width:767px){.compatibility-section.section-padding{padding:64px 0 72px}.compatibility-section__header{margin-bottom:36px}.compatibility-section .compatibility-section__container{width:calc(100% - 40px)}.compatibility-section__header h2{font-size:32px}.compatibility-section__header p{font-size:16px}.compatibility-tabs{justify-content:space-between;gap:24px}.compatibility-tab{padding:0 0 14px;font-size:16px}.compatibility-panels{margin-top:24px}.compatibility-panel__surface{overflow:visible;border:0;border-radius:0;background:transparent}.compatibility-table{display:none}.compatibility-mobile{display:grid;gap:14px}.compatibility-variant{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:var(--card-radius);background:#111}.compatibility-variant h3{margin:0;padding:20px;background:#181818;color:#fff;font-size:17px;font-weight:var(--card-title-weight);line-height:1.3}.compatibility-variant dl{margin:0}.compatibility-variant dl>div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:20px;padding:18px 20px;border-top:1px solid rgba(255,255,255,.08)}.compatibility-variant dt,.compatibility-variant dd{margin:0;font-size:14px;line-height:1.4}.compatibility-variant dt{color:#ffffff94}.compatibility-variant dd{color:#fff;font-weight:var(--body-weight);font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}}@media(max-width:419px){.compatibility-tabs{justify-content:flex-start;gap:24px}.compatibility-tab{font-size:15px}.compatibility-variant dl>div{gap:12px;padding:16px}}@media(prefers-reduced-motion:reduce){.compatibility-tab,.compatibility-tab:after{transition:none}.compatibility-panel.is-active{animation:none}}.support{background:#131215;padding-bottom:92px}.support .section-heading p{max-width:780px;margin-inline:auto}.support__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.support__grid article{display:flex;flex-direction:column;align-items:center;text-align:center}.support__grid img{width:38px;height:38px;margin-bottom:12px;object-fit:contain}.support__grid strong{font-size:20px}.support__grid span{color:#97979b}.influencer h2{margin-bottom:44px}.influencer{padding-top:12px}.carousel--influencer{--carousel-gap: 28px;--visible: 3;padding-bottom:84px}.carousel--influencer .carousel__pagination{max-width:min(560px,70vw);overflow:hidden}.carousel--influencer .carousel__dot{flex:0 0 7px}.carousel--influencer .carousel__dot[aria-current=true]{flex-basis:24px}.influencer-card{height:auto;min-height:470px;display:flex;flex-direction:column;border:1px solid var(--border);background:var(--panel);color:var(--white)}.influencer-card__video{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#111;flex:0 0 auto}.influencer-card__video>img,.influencer-card__video iframe{width:100%;height:100%;border:0;object-fit:cover}.influencer-card__video--empty{background:#0b0b0c}.video-play{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;display:grid;place-items:center;border:0;background:#00000008;cursor:pointer}.video-play:focus-visible{outline:2px solid var(--accent);outline-offset:-4px}.video-play .video-play__icon{width:64px;height:46px;object-fit:contain;pointer-events:none}@media(hover:hover)and (pointer:fine){.video-play .video-play__icon{transition:transform .22s cubic-bezier(.22,1,.36,1)}.video-play:hover .video-play__icon{transform:scale(1.05)}}.influencer-card__body{flex:1;padding:18px 20px 28px}.influencer-card__channel{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:center;margin-bottom:16px}.influencer-card__channel img{width:48px;height:48px;border-radius:50%;object-fit:cover}.influencer-card__channel strong,.influencer-card__channel span{display:block}.influencer-card__channel strong{font-size:17px;font-weight:var(--card-title-weight)}.influencer-card__channel span{color:var(--accent);font-size:13px}.influencer-card__body p{margin:0;font-family:var(--font-body-family);font-size:13px;font-style:normal;line-height:1.45}.video-modal{width:min(1100px,calc(100vw - 64px));max-width:none;max-height:none;margin:auto;padding:0;overflow:visible;border:0;background:transparent;color:var(--white)}.video-modal::backdrop{background:#0009}.video-modal__shell{position:relative;width:100%;aspect-ratio:16 / 9;overflow:visible;border:1px solid rgba(255,255,255,.16);background:#000}.video-modal__player,.video-modal__player iframe{width:100%;height:100%}.video-modal__player{overflow:hidden;background:#000}.video-modal__player iframe{display:block;border:0}.video-modal__close{position:absolute;z-index:2;top:-52px;right:0;width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:#000000b8;cursor:pointer;transition:border-color .18s ease,background-color .18s ease}.video-modal__close img{width:24px;height:24px}.video-modal__close:hover{border-color:#fff;background:#1b1b1d}.video-modal__close:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.video-modal[open] .video-modal__shell{animation:video-modal-enter .32s cubic-bezier(.22,1,.36,1) both}.video-modal-open{overflow:hidden}@keyframes video-modal-enter{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}.why{position:relative;overflow:hidden;background:#121215}.why__background{position:absolute;inset:auto auto 0 0;pointer-events:none}.why__background,.why__background img{width:100%;height:100%}.why__background img{object-fit:cover}.why__layout{position:relative;z-index:1;width:100%;display:flex;justify-content:space-between;gap:2vw;padding:7.7vw 0 0 9.7vw}.why__intro{width:21vw;flex:0 0 21vw;padding-top:9.5vw}.why__intro h2{margin:0;color:#fff;font-family:var(--font-body-family);font-size:clamp(42px,3.125vw,60px);font-style:normal;font-weight:var(--section-title-weight);line-height:1.25}.why__intro p{width:100%;margin:1.5vw 0 0;color:#a1a1a6;font-family:var(--font-body-family);font-size:clamp(12px,.8333vw,16px);font-style:normal;line-height:1.45}.why__columns{min-width:0;flex:1;display:flex;justify-content:flex-end;align-items:center;gap:.6vw}.why__column{width:14.7916vw;display:flex;flex-direction:column;justify-content:center;gap:.3vw}.why-tile{position:relative;width:100%;flex:0 0 auto;overflow:hidden}.why-tile--text{height:11.4583vw;display:flex;flex-direction:column;justify-content:space-between;padding:1.2vw;background:var(--accent)}.why-tile--image{margin:0}.why-tile--image img{width:100%;height:auto;display:block}.why-tile h3{margin:0;font-family:var(--font-body-family);font-size:clamp(16px,1.4583vw,28px);font-style:normal;font-weight:var(--card-title-weight)}.why-tile p{display:-webkit-box;overflow:hidden;margin:0;font-family:var(--font-body-family);font-size:clamp(10px,.72916vw,14px);font-style:normal;line-height:1.35;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4}.why-tile__cover{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:block;background:#121215;transform:scaleY(0);transform-origin:top center}.motion-ready .why__intro{opacity:0;transform:translateY(100px)}.motion-ready .why__intro.is-revealed{opacity:1;transform:translateY(0);transition:opacity 1s var(--ease),transform 1s var(--ease)}.motion-ready .why-tile{opacity:0}.motion-ready .why-tile .why-tile__cover{transform:scaleY(1)}.motion-ready .why-tile.is-revealed{opacity:1;transition:opacity .3s ease var(--why-delay, 0ms)}.motion-ready .why-tile.is-revealed .why-tile__cover{transform:scaleY(0);transition:transform .7s cubic-bezier(.45,0,.55,1) var(--why-delay, 0ms)}.signup{padding-top:58px;background:#050505}.signup__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:100px}.signup article{display:flex;flex-direction:column;align-items:center;text-align:center}.signup article>img{width:38px;height:38px;object-fit:contain}.home-index-v2.signup h2,.signup.home-index-v2 h2{margin:20px 0 8px;color:#fff;font-family:var(--font-body-family);font-size:26px;font-style:normal;font-weight:var(--section-title-weight)}.home-index-v2.signup p,.signup.home-index-v2 p{margin:0 0 24px;color:#b5b5b6}.signup .signup__newsletter{width:min(100%,450px);margin:0;align-items:center;max-width:none}.signup .signup__newsletter .newsletter-form__field-wrapper{width:100%}.signup .signup__newsletter .newsletter-form__field-wrapper .field__input{padding-right:16px}.signup .signup__newsletter .field{display:flex;align-items:stretch;gap:10px;position:relative;width:100%;border:0;box-shadow:none;background:transparent}.signup .signup__newsletter .field:before,.signup .signup__newsletter .field:after{content:none;display:none;box-shadow:none;border:0}.signup .signup__newsletter .field__input{min-width:0;flex:1;height:50px;margin:0;padding:13px 16px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#28282b;color:#fff;box-shadow:none;outline-offset:2px}.signup .signup__newsletter .field__input::placeholder{color:#ffffff73;opacity:1}.signup .signup__newsletter .field__input:focus,.signup .signup__newsletter .field__input:focus-visible,.signup .signup__newsletter .field__input:not(:placeholder-shown),.signup .signup__newsletter .field__input:-webkit-autofill{margin:0;padding:13px 16px;box-shadow:none;outline:0;border-radius:999px}.signup .signup__newsletter .field__button,.signup .signup__newsletter .newsletter-form__button{position:static;right:auto;top:auto;width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;margin:0;padding:0;border:0;border-radius:50%;background:var(--accent);background-color:var(--accent);color:#fff;box-shadow:none;cursor:pointer;transform:none;z-index:2}.signup .signup__newsletter .field__button:hover,.signup .signup__newsletter .field__button:focus,.signup .signup__newsletter .field__button:focus-visible,.signup .signup__newsletter .field__button:active,.signup .signup__newsletter .field__button.focused,.signup .signup__newsletter .newsletter-form__button:hover,.signup .signup__newsletter .newsletter-form__button:focus,.signup .signup__newsletter .newsletter-form__button:focus-visible,.signup .signup__newsletter .newsletter-form__button:active,.signup .signup__newsletter .newsletter-form__button.focused,.signup .signup__newsletter .newsletter-form__button:not(:focus-visible):not(.focused),.signup .signup__newsletter .newsletter-form__button:not(:focus-visible):not(.focused):hover{background:var(--accent);background-color:var(--accent);color:#fff;box-shadow:none;transform:none}.signup .signup__newsletter .field__button:hover,.signup .signup__newsletter .newsletter-form__button:hover{background:var(--accent-dark);background-color:var(--accent-dark)}.signup .signup__newsletter .field__button img{width:10px;height:16px;filter:brightness(0) invert(1)}.signup .signup__newsletter .newsletter-form__message{margin-top:12px;color:#ffb4b4;text-align:center}.signup .signup__newsletter .newsletter-form__message--success{margin-top:12px;color:#fff;text-align:center}.email-form{width:min(100%,450px);display:flex;gap:10px}.email-form input,.footer-email input{min-width:0;flex:1;padding:13px 16px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#28282b;color:#fff;outline-offset:2px}.email-form button{width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--accent);color:#fff;cursor:pointer}.email-form button img{width:10px;height:16px;filter:brightness(0) invert(1)}.site-footer{padding:70px 0;background:#020202;color:#fff}.site-footer__grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:58px}.site-footer h2{margin:0 0 20px;font-family:var(--font-body-family);font-size:18px;font-style:normal;text-transform:uppercase}.site-footer p{color:#b6b6b8}.site-footer section>a{display:block;margin:11px 0;color:#c9c9cb;font-family:var(--font-body-family);font-size:13px;font-style:normal}.site-footer section>a:hover{color:var(--accent)}.footer-email input{width:100%}.payment-icons{display:flex;flex-wrap:wrap;gap:6px}.payment-icons img{width:36px;height:24px;object-fit:contain}.motion-ready .reveal{opacity:0;transform:translate3d(0,24px,0);transition:opacity var(--reveal-duration) ease-out,transform var(--reveal-duration) var(--ease);transition-delay:var(--reveal-delay, 0ms)}.motion-ready .reveal.is-visible{opacity:1;transform:translateZ(0)}@media(max-width:1120px){.site-header__inner{width:min(calc(100% - 36px),1100px);gap:20px}.brand{flex-basis:165px}.brand img{width:165px}.desktop-nav{gap:18px;font-size:11px}.locale-button .desktop-only{display:none}.carousel--influencer .carousel__button--prev{left:-22px}.carousel--influencer .carousel__button--next{right:-22px}}@media(max-width:900px){:root{--announcement-height: 58px;--header-height: 66px}.page-width{width:min(calc(100% - 64px),var(--page-width))}.announcement{min-height:58px;font-size:12px}.site-header__inner{width:calc(100% - 28px);gap:14px}.mobile-menu-button{width:28px;height:34px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0;border:0;background:transparent}.mobile-menu-button span{width:19px;height:2px;background:#fff;transition:transform .2s ease,opacity .2s ease}.mobile-menu-button[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.mobile-menu-button[aria-expanded=true] span:nth-child(2){opacity:0}.mobile-menu-button[aria-expanded=true] span:last-child{transform:translateY(-7px) rotate(-45deg)}.brand{flex:0 0 150px}.brand img{width:150px}.desktop-nav,.desktop-only{display:none!important}.header-actions{gap:8px;margin-left:auto}.locale-button{max-width:112px;padding:0 8px}.locale-button img{width:18px}.mobile-nav{position:absolute;top:100%;left:0;right:0;z-index:27;min-height:calc(100dvh - var(--header-height) - 58px);display:flex;flex-direction:column;padding:28px 24px;background:#0b0b0c;box-shadow:0 24px 48px #0000006b}.mobile-nav[hidden]{display:none}.mobile-nav a{padding:18px 4px;border-bottom:1px solid #2c2c2e;font-size:20px;text-transform:uppercase}.carousel--cards,.carousel--influencer{--visible: 2}.product-series{grid-template-columns:1fr}.product-series__card{height:420px;min-height:0}.product-series__card:after{position:absolute;top:48%;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.72));content:"";pointer-events:none}.product-series__card>div{z-index:1;color:#fff}.product-series__card h3{text-shadow:0 1px 12px rgba(0,0,0,.72);color:#fff}.why__layout{gap:1.4vw;padding-left:4vw}.why__intro{width:25vw;flex-basis:25vw}.signup__grid{gap:40px}.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.why__background{inset:0 0 auto auto}.why__layout{flex-direction:column;gap:28px;padding:48px 10px 56px}.why__intro{width:auto;flex-basis:auto;padding:0 12px}.why__intro h2{font-size:34px;line-height:1.2}.why__intro p{width:min(100%,330px);margin-top:14px;font-size:13px;line-height:1.5}.why__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:6px}.why__column{width:100%;gap:6px}.why__column--one{grid-column:1;grid-row:1}.why__column--two{grid-column:2;grid-row:1}.why__column--three{grid-column:1;grid-row:2}.why__column--four{grid-column:2;grid-row:2}.why-tile--text{height:142px;padding:16px}.why-tile h3{font-size:17px}.why-tile p{font-size:11px}}@media(max-width:600px){body{font-size:14px}.section-padding{padding:72px 0}.site-header__inner{width:calc(100% - 28px)}.brand{flex-basis:152px}.brand img{width:152px}.header-actions{min-width:0}.header-action{width:24px}.locale-button{max-width:96px;overflow:hidden;white-space:nowrap}.hero-slide__media video{object-position:center}.hero-slide:not([class*=hero-slide--focus-]) .hero-slide__media img{object-position:center}.hero-slide__overlay{left:24px;right:24px;top:56px;bottom:auto;width:auto;text-align:center;transform:none}.hero-slide__overlay h2{font-size:clamp(28px,7.8vw,32px);line-height:1.03;letter-spacing:-.02em}.hero-slide__overlay p{max-width:320px;margin-right:auto;margin-left:auto;font-size:clamp(16px,4.4vw,18px);line-height:1.42;letter-spacing:-.01em}.hero-slide__overlay h2 span,.hero-slide__overlay p span{display:inline;white-space:normal}.hero-slide__cta--image{left:50%;bottom:112px;transform:translate(-50%)}.hero-slide__cta--image:hover{transform:translate(-50%,-1px)}.carousel--hero .carousel__button{top:58%;width:42px;height:42px}.carousel--hero .carousel__button--prev{left:14px}.carousel--hero .carousel__button--next{right:14px}.section-heading h2,.influencer h2{font-size:31px}.section-heading--split{margin-bottom:24px}.carousel--influencer{--visible: 1}.carousel--influencer .carousel__button{top:auto;bottom:0;transform:none}.carousel--influencer .carousel__button--prev{left:calc(50% - 56px)}.carousel--influencer .carousel__button--next{right:calc(50% - 56px)}.carousel--cards{--visible: 1;padding-bottom:72px}.carousel--cards .carousel__footer{right:120px}.carousel--cards .carousel__meta{display:inline-flex}.carousel--cards .carousel__pagination{gap:5px}.carousel--cards .carousel__dot{width:6px;height:6px}.carousel--cards .carousel__dot[aria-current=true]{width:18px}.story-card__image{aspect-ratio:1 / 1.08}.story-card{height:auto;min-height:610px}.story-card__body{padding:22px}.speed-range__visual{grid-template-columns:1fr 54px 1fr;gap:4px}.speed-range__arrow{width:52px}.speed-range__visual figcaption{font-size:13px}.speed-range{background-image:linear-gradient(154deg,#120400 0%,#351004 30%,var(--accent) 68%,#351004 86%,#0a0302 100%)}.compatibility{padding-bottom:16px}.product-series{gap:4px}.product-series__card{height:260px;min-height:0;aspect-ratio:auto}.product-series__card img{object-position:center 15%}.product-series__card>div{bottom:18px}.support__grid{grid-template-columns:repeat(2,1fr);gap:34px 18px}.support__grid article{align-items:flex-start;text-align:left}.carousel--influencer{padding-bottom:70px}.signup__grid,.site-footer__grid{grid-template-columns:1fr}.site-footer{padding-bottom:120px}}.carousel--compact-controls{padding-bottom:76px}.carousel--compact-controls .carousel__button{top:auto;bottom:0;width:48px;height:48px;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:#3a3a3c;color:#fff;box-shadow:none;transform:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.carousel--compact-controls .carousel__button:before{display:none}.carousel--compact-controls .carousel__button img{width:10px;height:16px;filter:brightness(0) invert(1);pointer-events:none}.carousel--compact-controls .carousel__button:hover,.carousel--compact-controls .carousel__button:focus-visible{border-color:#fff3;background:#555558;box-shadow:0 8px 20px #0000003d;transform:none}.carousel--compact-controls .carousel__button:active{background:#2c2c2e;box-shadow:0 4px 12px #0003;transform:none}.carousel--compact-controls .carousel__button--prev{right:60px;left:auto}.carousel--compact-controls .carousel__button--next{right:0;left:auto}.carousel--compact-controls .carousel__footer{position:absolute;right:128px;bottom:0;left:0;min-height:48px;display:flex;justify-content:flex-start;margin:0;transform:none}.carousel--compact-controls .carousel__meta{display:inline-flex}@media(max-width:600px){.carousel--compact-controls{padding-bottom:72px}.carousel--compact-controls .carousel__footer{right:120px}.speed-range{min-height:760px;padding-top:88px;padding-bottom:80px}.speed-range .section-heading--center{margin-bottom:42px}.speed-range .section-heading p{max-width:320px}.speed-range__visual figure{padding:8px 8px 14px;border-radius:0}.speed-range__visual figure img{border-radius:0}.speed-range__visual figure:first-child{transform:translate(4px) rotate(-.8deg)}.speed-range__visual figure:last-child{transform:translate(-4px) rotate(.8deg)}.motion-ready [data-speed-sequence] figure:first-child{transform:translate3d(-18px,12px,0) rotate(-1.8deg) scale(.97)}.motion-ready [data-speed-sequence] figure:last-child{transform:translate3d(18px,12px,0) rotate(1.8deg) scale(.97)}.motion-ready [data-speed-sequence].is-visible figure:first-child{transform:translate(4px) rotate(-.8deg)}.motion-ready [data-speed-sequence].is-visible figure:last-child{transform:translate(-4px) rotate(.8deg)}.speed-range__visual figcaption{margin-top:12px;font-size:12px}}.media-spotlight{padding:120px 0 140px;border-top:0;background:#000;color:#fff}.media-spotlight__container{width:min(calc(100% - 64px),1366px);margin-inline:auto}.media-spotlight__heading{margin:0 0 44px;text-align:center}.media-spotlight__heading h2{margin:0;color:#fff;font-family:var(--font-body-family);font-size:48px;font-style:normal;font-weight:400;line-height:1.08;letter-spacing:-.03em}.media-spotlight__content{width:calc(100% - 120px);margin-inline:auto}.media-spotlight__carousel{padding-bottom:0}.media-spotlight__carousel .carousel__track{display:grid;align-items:stretch;transform:none!important;transition:none;will-change:auto}.media-spotlight__carousel .carousel__slide{position:relative;z-index:0;grid-area:1 / 1;min-width:0;opacity:0;visibility:hidden;pointer-events:none;transform:none;transition:none;will-change:opacity,transform}.media-spotlight__carousel .carousel__slide.is-active,.media-spotlight__carousel .carousel__slide.is-fading-out{visibility:visible}.media-spotlight__carousel .carousel__slide.is-active{z-index:1;opacity:1;pointer-events:auto;transform:none}.media-spotlight__carousel .carousel__slide.is-fading-out{z-index:2;pointer-events:none}.media-review-card{height:430px;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:44px 56px 34px;border:1px solid rgba(255,255,255,.1);border-radius:var(--card-radius);background:#141414;color:#fff}.media-review-card__mark{display:block;margin-bottom:12px;color:var(--accent);font-family:var(--font-body-family);font-size:120px;font-weight:400;line-height:.75;pointer-events:none;-webkit-user-select:none;user-select:none}.media-review-card__quote{display:-webkit-box;overflow:hidden;max-width:960px;margin:0 0 32px;color:#ffffffeb;font-family:var(--font-body-family);font-size:24px;font-style:normal;font-weight:400;line-height:1.44;letter-spacing:-.015em;text-overflow:ellipsis;text-wrap:pretty;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4}.media-review-card__source{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:auto;padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}.media-review-card__publisher{min-width:0;display:flex;align-items:center;gap:16px}.media-review-card__publisher img{width:48px;height:48px;flex:0 0 48px;object-fit:contain}.media-review-card__publisher strong{color:#fff;font-size:22px;font-weight:700;line-height:1.2}.media-review-card__link{color:#ffffffad;font-size:15px;font-weight:var(--body-weight);white-space:nowrap;transition:color .18s ease}.media-review-card__link:hover,.media-review-card__link:focus-visible{color:var(--accent)}.media-review-card__link:focus-visible{outline:2px solid var(--accent);outline-offset:5px}.media-spotlight__controls{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px}.media-spotlight__carousel .carousel__footer{position:relative;inset:auto;min-height:0;display:flex;justify-content:flex-start;margin:0}.media-spotlight__carousel .carousel__meta{display:inline-flex;gap:14px}.media-spotlight__carousel .carousel__counter{min-width:62px;gap:5px;font-variant-numeric:tabular-nums}.media-spotlight__carousel .carousel__counter strong{color:var(--accent);font-size:16px;font-weight:700;line-height:1}.media-spotlight__carousel .carousel__counter span{color:#ffffff6b;font-size:14px;font-weight:400;line-height:1}.media-spotlight__carousel .carousel__progress{width:200px;height:2px;background:#ffffff24}.media-spotlight__carousel .carousel__progress-bar{background:var(--accent);transition:transform .64s cubic-bezier(.4,0,.2,1)}.media-spotlight__arrows{display:flex;align-items:center;gap:10px}.media-spotlight__carousel .media-spotlight__arrows .carousel__button{position:relative;inset:auto;width:48px;height:48px;display:inline-grid;place-items:center;flex:0 0 48px;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:#3a3a3c;color:#fff;box-shadow:none;transform:none;transition:border-color .18s ease,background-color .18s ease,opacity .18s ease}.media-spotlight__carousel .media-spotlight__arrows .carousel__button:hover,.media-spotlight__carousel .media-spotlight__arrows .carousel__button:focus-visible{border-color:#ffffff38;background:#555558;box-shadow:none;transform:none}.media-spotlight__carousel .media-spotlight__arrows .carousel__button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.media-spotlight__carousel .media-spotlight__arrows .carousel__button:active{background:#2c2c2e;transform:none}.media-spotlight__carousel .media-spotlight__arrows .carousel__button:disabled{opacity:.35;cursor:not-allowed;transform:none}@media(max-width:1199px){.media-spotlight{padding:88px 0 100px}.media-spotlight__heading{margin-bottom:44px}.media-spotlight__heading h2{font-size:40px}.media-review-card__mark{font-size:92px}}@media(max-width:1023px){.media-spotlight__content{width:100%;margin-left:0}.media-review-card{height:430px;min-height:0;padding:44px 44px 36px}.media-review-card__quote{font-size:24px;line-height:1.5;-webkit-line-clamp:5;line-clamp:5}}@media(min-width:1200px){.media-spotlight{padding:96px 0 104px}.media-spotlight__content{width:min(calc(100% - 120px),1040px)}}@media(min-width:1200px)and (max-height:820px){.media-spotlight{padding:64px 0 72px}.media-spotlight__heading{margin-bottom:28px}.media-review-card{height:364px;min-height:0;padding:32px 48px 26px}.media-review-card__mark{margin-bottom:8px}.media-review-card__quote{margin-bottom:22px;font-size:22px;line-height:1.4}.media-review-card__source{padding-top:18px}.media-review-card__publisher img{width:42px;height:42px;flex-basis:42px}.media-review-card__publisher strong{font-size:20px}.media-spotlight__controls{margin-top:18px}}@media(max-width:767px){.media-spotlight__heading{margin-bottom:26px}.media-review-card{height:458px;min-height:0;padding:26px 22px 22px;border-radius:var(--card-radius)}.media-review-card__mark{margin-bottom:8px;font-size:60px}.media-review-card__quote{margin-bottom:24px;font-size:18px;line-height:1.5;-webkit-line-clamp:7;line-clamp:7}.media-review-card__source{align-items:flex-start;flex-direction:column;gap:14px;padding-top:18px}.media-review-card__publisher img{width:42px;height:42px;flex-basis:42px}.media-review-card__publisher strong{font-size:20px}.media-spotlight__controls{margin-top:18px}}@media(max-width:639px){.media-spotlight{padding:64px 0 72px}.media-spotlight__container{width:calc(100% - 40px)}.media-spotlight__heading h2{font-size:32px}.media-spotlight__carousel .carousel__meta{gap:10px}.media-spotlight__carousel .carousel__progress{width:100px}.media-spotlight__carousel .media-spotlight__arrows .carousel__button{width:44px;height:44px;flex-basis:44px}}@media(max-width:479px){.media-spotlight__controls{flex-wrap:wrap}}@media(max-width:767px){.page-width,.partners-container,.media-spotlight__container{width:calc(100% - 40px)}}@media(prefers-reduced-motion:reduce){.media-spotlight__carousel .carousel__slide{transform:none;transition:opacity .01ms linear}}.partners{padding:120px 0 140px;border-top:0;background:#050505}.partners-container{width:min(calc(100% - 64px),1366px);margin-inline:auto}.partners-heading{margin:0 0 64px}.partners-heading h2{margin:0;color:#fff;font-family:var(--font-body-family);font-size:48px;font-weight:400;line-height:1.08;letter-spacing:-.03em}.partners-heading p{max-width:620px;margin:16px 0 0;color:#ffffff8c;font-size:17px;font-weight:400;line-height:1.5}.partners-grid{width:100%;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:16px}.partner-card{width:100%;height:104px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:22px 24px;border:1px solid rgba(255,255,255,.06);border-radius:var(--card-radius);background:#f5f5f3;box-sizing:border-box;transition:transform .22s cubic-bezier(.22,1,.36,1),background-color .22s ease,border-color .22s ease}.partner-card__logo{width:auto;height:auto;max-width:82%;max-height:44px;object-fit:contain;object-position:center;mix-blend-mode:multiply;transform:scale(2);transform-origin:center}.partner-card__logo--wide{max-width:90%;max-height:38px;transform:scale(2.05)}.partner-card__logo--compact{max-width:74%;max-height:42px;transform:scale(2.2)}.partner-card__logo--tall{max-width:68%;max-height:52px;transform:scale(1.6)}.partner-card__logo--micro{max-width:86%;max-height:42px;transform:scale(2.55)}.partner-card__logo--dark{max-width:76%;max-height:40px;transform:scale(1.45)}@media(hover:hover)and (pointer:fine){.partner-card:hover{border-color:#ffffff24;background:#fff;transform:translateY(-2px)}}@media(max-width:1199px){.partners{padding:88px 0 100px}.partners-heading{margin-bottom:52px}.partners-heading h2{font-size:40px}.partners-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.partner-card{height:100px}}@media(max-width:899px){.partners-container{width:min(calc(100% - 64px),1366px)}.partners-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.partner-card{height:96px}}@media(max-width:639px){.partners{padding:64px 0 72px}.partners-container{width:calc(100% - 40px)}.partners-heading{margin-bottom:36px}.partners-heading h2{font-size:32px}.partners-heading p{margin-top:12px;font-size:15px}.partners-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.partner-card{height:88px;padding:16px}.partner-card__logo,.partner-card__logo--wide,.partner-card__logo--compact,.partner-card__logo--tall,.partner-card__logo--micro,.partner-card__logo--dark{max-height:36px;transform:scale(1.75)}.partner-card__logo--micro{transform:scale(2)}.partner-card__logo--dark{transform:scale(1.4)}}@media(min-width:640px)and (max-width:767px){.partners-container{width:calc(100% - 40px)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.motion-ready .reveal{opacity:1;transform:none;transition:none}.motion-ready [data-speed-sequence] figure,.motion-ready [data-speed-sequence] .speed-range__arrow{opacity:1;transition:none}.motion-ready [data-speed-sequence] figure:first-child{transform:translate(12px) rotate(-1.6deg)}.motion-ready [data-speed-sequence] .speed-range__arrow{opacity:.72;transform:none}.motion-ready [data-speed-sequence] figure:last-child{transform:translate(-12px) rotate(1.6deg)}}@media(max-width:600px)and (prefers-reduced-motion:reduce){.motion-ready [data-speed-sequence] figure:first-child{transform:translate(4px) rotate(-.8deg)}.motion-ready [data-speed-sequence] figure:last-child{transform:translate(-4px) rotate(.8deg)}}@media(max-width:600px){.video-modal{width:calc(100vw - 32px)}.video-modal__close{top:-48px;width:40px;height:40px}}@media(prefers-reduced-motion:reduce){.video-modal[open] .video-modal__shell{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/home-index-v2.css.map */
