@charset "UTF-8";:root{--ink: #071018;--panel: #101d28;--paper: #f4f7f8;--cyan: #27d7e8;--orange: #ff6b2c;--muted: #8fa4b5;--white: #fff;--black: #02070b;--line-dark: rgba(255, 255, 255, .12);--line-light: rgba(7, 16, 24, .13);--radius: 1.5rem;--shadow: 0 24px 80px rgba(4, 12, 18, .2);--page: min(1320px, calc(100vw - 48px) );--header-height: 78px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--ink)}body{min-width:320px;margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.no-scroll{overflow:hidden}img,svg,video{display:block;max-width:100%}button,input,select,textarea{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin-top:0}h1,h2,h3{font-family:Arial Narrow,Helvetica Neue,Arial,sans-serif;font-weight:800;letter-spacing:-.045em;line-height:.98}h1{font-size:clamp(3.7rem,7vw,7.9rem)}h2{font-size:clamp(2.5rem,4.5vw,5rem)}h3{font-size:clamp(1.4rem,2.2vw,2rem)}.page-width{width:var(--page);margin-inline:auto}.main-content{min-height:62vh;overflow:clip}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;top:1rem;left:1rem;z-index:999;padding:.75rem 1rem;color:var(--ink);background:var(--cyan);border-radius:999px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:.75rem;padding:.85rem 1.4rem;border:1px solid transparent;border-radius:999px;cursor:pointer;font-weight:800;line-height:1;transition:transform .18s ease,color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.button svg,.text-link svg{width:1.2rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;transition:transform .18s ease}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button:hover svg,.text-link:hover svg{transform:translate(4px)}.button:focus-visible,.icon-button:focus-visible,.accordion__button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid rgba(39,215,232,.7);outline-offset:3px}.button[disabled]{cursor:not-allowed;opacity:.55}.button[aria-disabled=true]{cursor:not-allowed;opacity:.55;pointer-events:none}.button--primary{color:var(--ink);background:linear-gradient(115deg,var(--cyan),#9bf4fa);box-shadow:0 12px 36px #27d7e833}.button--primary:hover{box-shadow:0 18px 44px #27d7e857}.button--ghost{color:inherit;background:transparent;border-color:currentColor}.button--large{min-height:58px;padding-inline:1.8rem;font-size:1.05rem}.button--full{width:100%}.button.is-loading{color:transparent;pointer-events:none}.button.is-loading:after{position:absolute;width:1.15rem;height:1.15rem;content:"";border:2px solid var(--ink);border-right-color:transparent;border-radius:50%;animation:spin .7s linear infinite}.text-link{display:inline-flex;align-items:center;gap:.55rem;padding-block:.4rem;font-weight:800}.section-kicker,.eyebrow{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1rem;color:#168d9a;font-size:.76rem;font-weight:900;letter-spacing:.16em;line-height:1.2;text-transform:uppercase}.section-heading{max-width:760px;margin-bottom:clamp(2rem,5vw,4.25rem)}.section-heading h2{margin-bottom:1.25rem}.section-heading>p{max-width:630px;color:#536471;font-size:1.08rem}.section-heading--light,.section-heading--light>p{color:var(--white)}.rte p:last-child{margin-bottom:0}.rte a{color:#087c88;text-decoration:underline;text-underline-offset:.2em}.announcement{position:relative;z-index:81;color:var(--ink);background:var(--cyan);font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.announcement__inner{display:flex;min-height:34px;align-items:center;justify-content:center;gap:.8rem}.announcement__pulse{width:4px;height:4px;background:currentColor;border-radius:50%}.site-header{position:sticky;top:0;z-index:80;color:var(--white);background:#040c12e8;border-bottom:1px solid var(--line-dark);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header__inner{display:grid;min-height:var(--header-height);grid-template-columns:auto 1fr auto;align-items:center;gap:2.25rem}.brand-logo{display:inline-flex;align-items:center;gap:.75rem;color:var(--white)}.brand-logo__symbol{width:2.6rem;flex:0 0 2.6rem}.brand-logo__symbol svg{width:100%}.brand-logo__word{display:grid;font-size:1.28rem;font-weight:950;letter-spacing:.16em;line-height:1}.brand-logo__word small{margin-top:.38rem;color:var(--muted);font-size:.52rem;font-weight:750;letter-spacing:.08em}.brand-logo__image{width:auto;max-width:220px;max-height:48px}.site-nav{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,2.3vw,2.2rem)}.site-nav a{position:relative;padding-block:.5rem;color:#ffffffd1;font-size:.9rem;font-weight:750}.site-nav a:after{position:absolute;right:0;bottom:0;left:0;height:2px;content:"";background:var(--cyan);transform:scaleX(0);transform-origin:right;transition:transform .18s ease}.site-nav a:hover:after,.site-nav a[aria-current=page]:after{transform:scaleX(1);transform-origin:left}.site-header__actions{display:flex;align-items:center;gap:.35rem}.icon-button{position:relative;display:inline-grid;width:44px;height:44px;padding:0;color:inherit;background:transparent;border:0;border-radius:50%;cursor:pointer;place-items:center}.icon-button svg{width:1.45rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.icon-button:hover{background:#ffffff14}.cart-count{position:absolute;top:3px;right:1px;display:grid;min-width:18px;height:18px;padding-inline:4px;color:var(--ink);background:var(--cyan);border-radius:999px;font-size:.62rem;font-weight:900;place-items:center}.mobile-nav-toggle,.site-nav__close,.mobile-drawer,.nav-scrim{display:none}.hero{position:relative;color:var(--white);background:radial-gradient(circle at 70% 15%,rgba(39,215,232,.13),transparent 34%),linear-gradient(150deg,#06111b,#04090e 62%,#071622);overflow:hidden}.hero:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:46px 46px;-webkit-mask-image:linear-gradient(to right,black,transparent 86%);mask-image:linear-gradient(to right,black,transparent 86%)}.hero__grid{position:relative;z-index:1;display:grid;min-height:calc(100vh - var(--header-height) - 34px);grid-template-columns:minmax(400px,.85fr) minmax(520px,1.15fr);align-items:center;gap:clamp(2rem,5vw,5rem);padding-block:clamp(4rem,8vh,7rem)}.hero__content{position:relative;z-index:3;max-width:650px}.eyebrow{color:var(--cyan)}.eyebrow__dot{position:relative;width:8px;height:8px;background:var(--orange);border-radius:50%}.eyebrow__dot:after{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;content:"";border:1px solid rgba(255,107,44,.55);border-radius:inherit;animation:pulse 2s ease-out infinite}.hero h1{max-width:720px;margin-bottom:1.35rem;text-wrap:balance}.hero__lede{max-width:620px;margin-bottom:1.7rem;color:#b7c5cf;font-size:clamp(1rem,1.45vw,1.22rem)}.hero__price{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;margin-bottom:1.3rem}.price-current{font-size:clamp(2.1rem,3.6vw,3.3rem);font-weight:900;letter-spacing:-.05em;line-height:1}.hero__price s{color:#718493;font-size:1.1rem}.save-pill,.product-info__price span{display:inline-flex;padding:.34rem .6rem;color:#ffe4d7;background:#ff6b2c2e;border:1px solid rgba(255,107,44,.42);border-radius:999px;font-size:.72rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.hero .fast-buy{display:inline-flex}.hero .text-link{margin-left:1rem;color:#fffc;vertical-align:middle}.hero__assurances{display:flex;flex-wrap:wrap;gap:.7rem 1.1rem;margin-top:1.35rem;color:#93a6b4;font-size:.75rem;font-weight:700}.hero__assurances span{display:inline-flex;align-items:center;gap:.38rem}.hero__assurances svg{width:1rem;fill:none;stroke:var(--cyan);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.hero__visual{position:relative;z-index:2;min-height:580px;transform:translate(var(--pointer-x, 0),var(--pointer-y, 0));transition:transform .2s ease-out}.hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;background:#020a12;border:1px solid rgba(255,255,255,.12);border-radius:2.3rem;box-shadow:0 50px 120px #0000007a;animation:float 6s ease-in-out infinite}.hero__orb{position:absolute;z-index:-1;top:18%;right:12%;width:54%;aspect-ratio:1;background:#27d7e838;border-radius:50%;filter:blur(70px)}.hero__speedline{position:absolute;z-index:3;right:-5%;width:55%;height:1px;background:linear-gradient(to right,transparent,var(--cyan),transparent);transform:rotate(-18deg);opacity:.3}.hero__speedline--one{top:32%}.hero__speedline--two{bottom:22%;width:40%}.hero__stat{position:absolute;z-index:4;min-width:142px;padding:.85rem 1rem;background:#051018c2;border:1px solid rgba(255,255,255,.15);border-radius:1rem;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hero__stat strong,.hero__stat span{display:block}.hero__stat strong{color:var(--cyan);font-size:1.12rem}.hero__stat span{color:#a3b4c0;font-size:.68rem;font-weight:700}.hero__stat--power{top:12%;left:-2%}.hero__stat--air{right:-2%;bottom:13%}.feature-ribbon{position:relative;z-index:5;color:var(--ink);background:linear-gradient(100deg,#ff6b2c,#ff8b55)}.feature-ribbon__grid{display:grid;grid-template-columns:repeat(4,1fr)}.feature-ribbon span{display:grid;min-height:72px;align-content:center;padding:.85rem 1.2rem;border-left:1px solid rgba(7,16,24,.18);text-align:center}.feature-ribbon span:first-child{border-left:0}.feature-ribbon strong,.feature-ribbon small{display:block}.feature-ribbon strong{font-size:.96rem;font-weight:950;letter-spacing:-.02em}.feature-ribbon small{margin-top:.16rem;font-size:.65rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.trust-strip{padding-block:clamp(4rem,8vw,7rem);background:#eaf0f2}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line-light);border:1px solid var(--line-light);border-radius:var(--radius);box-shadow:0 20px 60px #06121b14;overflow:hidden}.trust-card{position:relative;min-height:260px;padding:clamp(1.4rem,2.8vw,2.2rem);background:var(--paper)}.trust-card__number{position:absolute;top:1.1rem;right:1.1rem;color:#0710183b;font-size:.7rem;font-weight:900}.trust-card__icon{display:grid;width:48px;height:48px;margin-bottom:2.5rem;color:var(--ink);background:var(--cyan);border-radius:50%;place-items:center}.trust-card__icon svg{width:1.35rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.trust-card h2{margin-bottom:.75rem;font-size:1.7rem}.trust-card p{margin:0;color:#5a6b77;font-size:.9rem}.feature-story{padding-block:clamp(5rem,10vw,9rem)}.feature-story__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(350px,.9fr);align-items:center;gap:clamp(3rem,7vw,7rem)}.feature-story--image-right .feature-story__media{order:2}.feature-story__media{position:relative}.feature-story__image{width:100%;aspect-ratio:16 / 10;object-fit:contain;background:#071018;border-radius:var(--radius);box-shadow:var(--shadow)}.feature-story__image--contain{padding:clamp(.75rem,2vw,1.5rem);object-fit:contain;background:#eef1f3}.feature-story__badge{position:absolute;right:-1.25rem;bottom:-1.25rem;display:grid;width:122px;aspect-ratio:1;align-content:center;color:var(--ink);background:var(--cyan);border:8px solid var(--paper);border-radius:50%;text-align:center}.feature-story__badge span{font-size:.65rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.feature-story__badge strong{margin-top:.1rem;font-size:1.35rem;letter-spacing:-.04em}.feature-story__content h2{margin-bottom:1.4rem}.feature-story__lede{margin-bottom:2rem;color:#546773;font-size:1.07rem}.feature-story__points{display:grid;gap:1.15rem;margin-bottom:2.1rem}.feature-point{display:grid;grid-template-columns:auto 1fr;gap:.9rem}.feature-point>span{display:grid;width:30px;height:30px;color:var(--ink);background:var(--cyan);border-radius:50%;place-items:center}.feature-point svg{width:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.feature-point strong{display:block;margin-bottom:.18rem}.feature-point p{margin:0;color:#60727e;font-size:.9rem}.specs-section{padding-block:clamp(5rem,10vw,9rem);background:#fff}.specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.spec-card{position:relative;min-height:190px;padding:1.65rem;background:#f0f4f5;border:1px solid transparent;border-radius:1.15rem;overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.spec-card:after{position:absolute;right:-20%;bottom:-60%;width:70%;aspect-ratio:1;content:"";background:#27d7e829;border-radius:50%;filter:blur(20px)}.spec-card:hover{border-color:#27d7e8b3;box-shadow:0 18px 55px #06121b1a;transform:translateY(-4px)}.spec-card span,.spec-card strong,.spec-card p{position:relative;z-index:1;display:block}.spec-card span{color:#71818c;font-size:.7rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.spec-card strong{margin-block:1.15rem .4rem;font-size:clamp(2rem,3.8vw,3.4rem);letter-spacing:-.06em;line-height:.95}.spec-card p{margin:0;color:#60727e;font-size:.82rem}.specs-section__note{max-width:850px;margin:1.4rem 0 0;color:#70808b;font-size:.75rem}.steps-section{padding-block:clamp(5rem,10vw,9rem);color:var(--white);background:radial-gradient(circle at 80% 20%,rgba(39,215,232,.12),transparent 30%),var(--ink)}.steps-section .section-kicker{color:var(--cyan)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;counter-reset:steps}.step-card{min-height:270px;padding:clamp(1.7rem,3vw,2.5rem);background:#ffffff0a;border:1px solid var(--line-dark);border-radius:1.2rem}.step-card__number{display:grid;width:44px;height:44px;margin-bottom:4rem;color:var(--ink);background:var(--orange);border-radius:50%;font-size:.8rem;font-weight:900;place-items:center}.step-card h3{margin-bottom:.7rem;font-size:2rem}.step-card p{margin:0;color:#9fb0bc}.steps-section__cta{margin-top:2rem;text-align:center}.feature-guide{padding-block:clamp(5rem,10vw,9rem);scroll-margin-top:calc(var(--header-height) + 1rem);background:radial-gradient(circle at 12% 10%,rgba(39,215,232,.12),transparent 26%),#f4f7f8}.feature-guide__heading{max-width:870px;margin-bottom:2rem}.feature-guide__heading h2{max-width:780px}.feature-guide__heading p{max-width:760px;color:#5a6d79;font-size:1.02rem}.feature-guide__nav{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:clamp(3rem,7vw,6rem);background:#fff;border:1px solid var(--line-light);border-radius:1rem;box-shadow:0 18px 50px #06121b0f;overflow:hidden}.feature-guide__nav a{display:flex;min-height:72px;align-items:center;gap:.8rem;padding:1rem 1.2rem;border-left:1px solid var(--line-light);font-size:.82rem;font-weight:900}.feature-guide__nav a:first-child{border-left:0}.feature-guide__nav a:hover{background:#eef9fa}.feature-guide__nav span{display:grid;width:34px;height:34px;flex:0 0 34px;color:var(--ink);background:var(--cyan);border-radius:50%;font-size:.68rem;place-items:center}.feature-guide__list{display:grid;gap:clamp(4rem,9vw,8rem)}.feature-guide__item{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(340px,.94fr);align-items:center;gap:clamp(2.5rem,7vw,7rem);scroll-margin-top:calc(var(--header-height) + 2rem)}.feature-guide__item--reverse .feature-guide__visual{order:2}.feature-guide__visual{position:relative;aspect-ratio:1;background:#071018;border-radius:clamp(1.2rem,3vw,2rem);box-shadow:0 28px 80px #06121b2e;overflow:hidden}.feature-guide__visual-image{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.feature-guide__visual-number{position:absolute;right:1rem;bottom:1rem;display:grid;width:48px;height:48px;color:var(--ink);background:var(--orange);border:4px solid rgba(255,255,255,.88);border-radius:50%;font-size:.72rem;font-weight:950;place-items:center}.feature-guide__label{color:#168ca0;font-size:.7rem;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.feature-guide__content h3{max-width:650px;margin:.65rem 0 .9rem;font-size:clamp(2.45rem,5vw,4.4rem);letter-spacing:-.055em;line-height:.98}.feature-guide__intro{max-width:620px;margin:0;color:#60727e}.feature-guide__steps{display:grid;gap:0;margin:1.7rem 0 0;padding:0;list-style:none}.feature-guide__steps li{display:grid;grid-template-columns:38px 1fr;gap:1rem;padding:1rem 0;border-top:1px solid var(--line-light)}.feature-guide__steps li>span{display:grid;width:34px;height:34px;color:var(--ink);background:var(--cyan);border-radius:50%;font-size:.72rem;font-weight:950;place-items:center}.feature-guide__steps strong{display:block;margin-bottom:.22rem;font-size:.9rem}.feature-guide__steps p{margin:0;color:#60727e;font-size:.84rem}.feature-guide__tip{display:flex;align-items:flex-start;gap:.75rem;margin:1.2rem 0 0;padding:1rem;color:#344a58;background:#fff;border:1px solid var(--line-light);border-radius:.9rem;font-size:.78rem}.feature-guide__tip svg{width:1.15rem;flex:0 0 1.15rem;color:#168ca0;fill:none;stroke:currentColor}.feature-guide__safety{display:grid;grid-template-columns:1fr auto;align-items:center;gap:2rem;margin-top:clamp(5rem,10vw,9rem);padding:clamp(2rem,5vw,4rem);color:#fff;background:radial-gradient(circle at 90% 20%,rgba(39,215,232,.18),transparent 30%),var(--ink);border-radius:1.5rem}.feature-guide__safety h3{margin:.65rem 0 .7rem;font-size:clamp(2rem,4vw,3.5rem)}.feature-guide__safety p{max-width:760px;margin:0;color:#a8bac5}.feature-guide__ready-list{display:flex;flex-wrap:wrap;gap:.65rem;margin:1.3rem 0 0;padding:0;list-style:none}.feature-guide__ready-list li{padding:.62rem .8rem;color:#d6e1e7;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:.76rem;font-weight:700}.feature-guide__safety .section-kicker{color:var(--cyan)}.faq-section{padding-block:clamp(5rem,10vw,9rem);background:#eaf0f2}.faq-section__grid{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(480px,1.3fr);gap:clamp(3rem,7vw,8rem)}.accordion{border-top:1px solid var(--line-light)}.accordion__item{border-bottom:1px solid var(--line-light)}.accordion__button{display:grid;width:100%;grid-template-columns:1fr auto;align-items:center;gap:1rem;padding:1.4rem 0;background:transparent;border:0;cursor:pointer;text-align:left}.accordion__button span{font-size:1.06rem;font-weight:850}.accordion__button i{position:relative;width:1.1rem;height:1.1rem}.accordion__button i:before,.accordion__button i:after{position:absolute;top:50%;left:0;width:100%;height:2px;content:"";background:currentColor;transition:transform .18s ease}.accordion__button i:after{transform:rotate(90deg)}.accordion__button[aria-expanded=true] i:after{transform:rotate(0)}.accordion__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .24s ease}.accordion__content>div{overflow:hidden;color:#586b77}.accordion__content p{margin:0 2.5rem 1.35rem 0}.accordion__item.is-open .accordion__content{grid-template-rows:1fr}.addons-section{padding-block:clamp(5rem,10vw,8rem)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}.product-card{display:block;background:#fff;border:1px solid var(--line-light);border-radius:1.2rem;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.product-card__media{position:relative;aspect-ratio:1;background:#071018;overflow:hidden}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:contain;transition:transform .42s ease}.product-card__sale{position:absolute;top:.8rem;left:.8rem;padding:.36rem .58rem;color:#fff;background:var(--orange);border-radius:999px;font-size:.7rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.product-card:hover .product-card__media img{transform:scale(1.035)}.product-card__info{padding:1.2rem}.product-card__info h2,.product-card__info h3{margin-bottom:.85rem;font-size:1.2rem}.product-card__info strong{font-size:1.05rem}.product-card__price{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .55rem}.product-card__info s{color:#7e8b94}.product-card__price span{padding:.25rem .45rem;color:#b94012;background:#fff0e9;border-radius:999px;font-size:.67rem;font-weight:900;text-transform:uppercase}.addons-placeholder{padding:clamp(2rem,5vw,4rem);background:linear-gradient(130deg,#27d7e81a,#ff6b2c12),#fff;border:1px dashed #91a6b4;border-radius:var(--radius);text-align:center}.addons-placeholder>span{color:#168d9a;font-size:.75rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.addons-placeholder h3{margin:.8rem 0;font-size:clamp(2rem,4vw,3.5rem)}.addons-placeholder p{margin:0;color:#61727d}.product-main{padding-block:clamp(3rem,6vw,6rem);background:#fff}.product-main__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);align-items:start;gap:clamp(2.5rem,6vw,6rem)}.product-gallery{position:sticky;top:calc(var(--header-height) + 2rem)}.product-gallery__viewport{position:relative;background:#e8eef0;border-radius:var(--radius);overflow:hidden;touch-action:pan-y}.product-gallery__slides{position:relative}.product-gallery__slide{position:relative;width:100%;aspect-ratio:4 / 3}.product-gallery__slide[hidden]{display:none}.product-gallery__zoom,.product-gallery__video{position:relative;display:block;width:100%;height:100%;padding:0;background:#071018;border:0}.product-gallery__zoom{padding:clamp(.45rem,1.4vw,.9rem);cursor:zoom-in}.product-gallery__zoom--catalogue{background:#fff}.product-gallery__image,.product-gallery__video>*,.product-gallery__video iframe,.product-gallery__video video{width:100%;height:100%;object-fit:contain}.product-gallery__zoom-label{position:absolute;right:1rem;bottom:1rem;padding:.48rem .7rem;color:#fff;background:#040c12c2;border:1px solid rgba(255,255,255,.22);border-radius:999px;font-size:.7rem;font-weight:850;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-gallery__arrow,.product-lightbox__arrow{position:absolute;z-index:4;top:50%;display:grid;width:46px;height:46px;padding:0;color:#fff;background:#040c12c2;border:1px solid rgba(255,255,255,.24);border-radius:50%;box-shadow:0 12px 30px #0000003d;transform:translateY(-50%);cursor:pointer;place-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-gallery__arrow svg,.product-lightbox__arrow svg{width:1.15rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.product-gallery__arrow--prev,.product-lightbox__arrow--prev{left:1rem}.product-gallery__arrow--prev svg,.product-lightbox__arrow--prev svg{transform:rotate(180deg)}.product-gallery__arrow--next,.product-lightbox__arrow--next{right:1rem}.product-gallery__counter{position:absolute;z-index:4;bottom:1rem;left:1rem;padding:.42rem .62rem;color:#fff;background:#040c12c2;border-radius:999px;font-size:.72rem;font-weight:850;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-gallery__thumbs{display:flex;gap:.75rem;margin-top:.75rem;padding:.1rem 0 .45rem;overflow-x:auto;scrollbar-width:thin;scroll-snap-type:x proximity}.product-gallery__thumb{flex:0 0 108px;padding:.25rem;background:#e8eef0;border:1px solid var(--line-light);border-radius:.7rem;cursor:pointer;overflow:hidden;scroll-snap-align:start}.product-gallery__thumb.is-active{border-color:var(--cyan);box-shadow:0 0 0 2px #27d7e840}.product-gallery__thumb img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:contain;background:#071018;border-radius:.45rem}.product-lightbox{width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;color:#fff;background:#02080df7;border:0}.product-lightbox::backdrop{background:#02080deb}.product-lightbox__inner{position:relative;display:grid;width:100%;height:100%;padding:clamp(4.5rem,8vw,6rem) clamp(1rem,6vw,6rem) clamp(3.5rem,6vw,5rem);place-items:center}.product-lightbox__image{width:100%;height:100%;padding:.5rem;object-fit:contain}.product-lightbox__close{position:fixed;z-index:3;top:max(1rem,env(safe-area-inset-top));left:max(1rem,env(safe-area-inset-left));display:inline-flex;align-items:center;gap:.55rem;padding:.68rem .9rem;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.22);border-radius:999px;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-lightbox__close svg{width:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8}.product-lightbox__close span{font-size:.78rem;font-weight:850}.product-lightbox__arrow{position:fixed}.product-lightbox__arrow[hidden]{display:none}.product-lightbox__counter{position:fixed;right:50%;bottom:max(1rem,env(safe-area-inset-bottom));padding:.48rem .72rem;background:#ffffff1a;border-radius:999px;font-size:.75rem;font-weight:850;transform:translate(50%)}.product-info{padding-top:1.4rem}.product-info h1{margin-bottom:.9rem;font-size:clamp(3rem,5.4vw,5.6rem)}.product-info__rating{display:flex;align-items:center;gap:.7rem;margin-bottom:1.3rem}.product-info__rating span{color:var(--orange);letter-spacing:.08em}.product-info__rating small{color:#6a7a85}.product-info__price{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;padding-block:1.2rem;border-block:1px solid var(--line-light)}.product-info__price strong{font-size:2.4rem;letter-spacing:-.05em}.product-info__price s{color:#7d8a93;font-size:1.1rem}.product-info__price .product-info__saving{display:inline-flex;min-height:34px;align-items:center;padding:.42rem .72rem;color:#842900;background:#fff0e8;border:1px solid #ff8a55;border-radius:999px;font-size:.75rem;font-weight:950;line-height:1;opacity:1;white-space:nowrap}.product-info__description{margin-block:1.5rem;color:#536572}.product-form label,.field label{display:block;margin-bottom:.45rem;font-size:.78rem;font-weight:850}.product-form select,.field input,.field textarea,.search-form input{width:100%;padding:.85rem 1rem;background:#fff;border:1px solid #b7c4cc;border-radius:.75rem}.product-form select{margin-bottom:1rem}.product-info__delivery{display:grid;gap:.8rem;margin-top:1.5rem;padding:1.2rem;background:#eef4f5;border-radius:1rem}.product-info__delivery>div{display:flex;align-items:center;gap:.8rem;font-size:.86rem}.product-info__delivery svg{width:1.25rem;flex:0 0 1.25rem;fill:none;stroke:#087c88;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.product-info__notice{margin-top:1rem;color:#788892;font-size:.74rem}.sticky-buy{position:fixed;z-index:75;right:1rem;bottom:1rem;left:1rem;display:flex;max-width:680px;align-items:center;justify-content:space-between;gap:1rem;padding:.72rem .72rem .72rem 1.2rem;margin-inline:auto;color:var(--white);background:#061119f0;border:1px solid var(--line-dark);border-radius:999px;box-shadow:0 20px 65px #00000059;opacity:0;pointer-events:none;transform:translateY(130%);transition:opacity .22s ease,transform .22s ease;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sticky-buy.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.sticky-buy__details{display:grid;line-height:1.15}.sticky-buy__details strong{font-size:.9rem}.sticky-buy__details span{color:var(--cyan);font-size:.8rem;font-weight:800}.contact-section{min-height:72vh;padding-block:clamp(4rem,9vw,8rem);background:radial-gradient(circle at 12% 10%,rgba(39,215,232,.15),transparent 28%),var(--ink);color:var(--white)}.contact-section__grid{display:grid;grid-template-columns:minmax(300px,.75fr) minmax(480px,1.25fr);gap:clamp(3rem,7vw,8rem)}.contact-section h1{font-size:clamp(3.4rem,6vw,6rem)}.contact-section__intro>p{color:#9fb0bc;font-size:1.08rem}.contact-section__note{display:grid;gap:.2rem;margin-top:2rem}.contact-section__note span{color:var(--muted);font-size:.85rem}.contact-card{padding:clamp(1.5rem,3vw,2.5rem);color:var(--ink);background:var(--paper);border-radius:var(--radius);box-shadow:var(--shadow)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{margin-bottom:1rem}.field label span{color:#7d8b94;font-weight:500}.field textarea{min-height:150px;resize:vertical}.form-status{margin-bottom:1rem;padding:.9rem 1rem;border-radius:.75rem}.form-status--success{color:#064e3b;background:#d1fae5}.page-hero{padding-block:clamp(4rem,9vw,8rem) clamp(2rem,4vw,4rem)}.page-hero h1{max-width:1000px;margin:0}.page-content{max-width:900px;padding-bottom:clamp(5rem,10vw,9rem);font-size:1.05rem}.content-band{padding-block:clamp(4rem,9vw,8rem)}.content-band--light{background:#fff}.content-band--dark{color:var(--white);background:var(--ink)}.content-band--dark .section-kicker{color:var(--cyan)}.content-band--dark .rte{color:#a9b7c1}.content-band__grid{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(420px,1.2fr);gap:clamp(3rem,8vw,8rem)}.content-band__grid h2{margin:0}.content-band__grid .rte{font-size:1.08rem}.content-band__grid .button{margin-top:1rem}.warranty-returns{scroll-margin-top:calc(var(--header-height) + 1rem);padding-block:clamp(5rem,10vw,9rem);background:radial-gradient(circle at 88% 8%,rgba(39,215,232,.12),transparent 24%),#eef3f5}.warranty-returns__heading{max-width:920px;margin-bottom:clamp(2.5rem,6vw,5rem)}.warranty-returns__heading h1,.warranty-returns__heading h2{max-width:820px}.warranty-returns__heading h1{margin-bottom:1.25rem;font-size:clamp(3rem,6vw,6rem)}.warranty-returns__heading p{max-width:800px;color:#566a77;font-size:1.05rem}.warranty-returns__spotlight{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:stretch;margin-bottom:1rem;color:#fff;background:var(--ink);border-radius:1.5rem;box-shadow:0 28px 80px #06121b24;overflow:hidden}.warranty-returns__box{position:relative;min-height:360px;background:#1a2630}.warranty-returns__box:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 65%,rgba(7,16,24,.28));content:"";pointer-events:none}.warranty-returns__box img{width:100%;height:100%;padding:1rem;object-fit:contain}.warranty-returns__box>span{position:absolute;z-index:1;left:1rem;bottom:1rem;padding:.55rem .75rem;color:var(--ink);background:var(--cyan);border-radius:999px;font-size:.68rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.warranty-returns__promise{display:flex;min-height:360px;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4rem)}.warranty-returns__promise h3{margin:1.25rem 0 .9rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1}.warranty-returns__promise p{margin:0;color:#aebdc7}.warranty-returns__badge{display:inline-flex;width:fit-content;align-items:baseline;gap:.45rem;padding:.65rem .85rem;color:var(--ink);background:var(--cyan);border-radius:.9rem;font-size:.72rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.warranty-returns__badge strong{font-size:1.5rem;letter-spacing:-.04em}.warranty-returns__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:clamp(4rem,9vw,7rem)}.warranty-returns__cards article{min-height:360px;padding:clamp(1.5rem,3vw,2.2rem);background:#fff;border:1px solid var(--line-light);border-radius:1.25rem}.warranty-returns__number{display:grid;width:42px;height:42px;margin-bottom:1.7rem;color:var(--ink);background:var(--orange);border-radius:50%;font-size:.7rem;font-weight:950;place-items:center}.warranty-returns__time{color:#15899c;font-size:.68rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase}.warranty-returns__cards h3{margin:.7rem 0 .85rem;font-size:clamp(1.65rem,2.5vw,2.25rem);line-height:1.05}.warranty-returns__cards p{margin:0;color:#5c6f7b;font-size:.9rem}.warranty-returns__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.warranty-returns__details>div{padding:clamp(2rem,4vw,3.2rem);background:#fff;border:1px solid var(--line-light);border-radius:1.25rem}.warranty-returns__details h3{margin:.7rem 0 1.1rem;font-size:clamp(1.75rem,3vw,2.6rem)}.warranty-returns__details ul{display:grid;gap:.8rem;margin:0;padding-left:1.2rem;color:#576b77}.warranty-returns__process{padding:clamp(2rem,5vw,4rem);color:#fff;background:radial-gradient(circle at 90% 20%,rgba(39,215,232,.2),transparent 28%),var(--ink);border-radius:1.5rem}.warranty-returns__process-heading h3{margin:.65rem 0 1.6rem;font-size:clamp(2rem,4vw,3.5rem)}.warranty-returns__process-heading .section-kicker{color:var(--cyan)}.warranty-returns__process ol{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;margin:0;padding:0;list-style:none}.warranty-returns__process li{padding:1.15rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:1rem}.warranty-returns__process li>span{display:grid;width:30px;height:30px;margin-bottom:1rem;color:var(--ink);background:var(--cyan);border-radius:50%;font-size:.7rem;font-weight:950;place-items:center}.warranty-returns__process strong{display:block;margin-bottom:.4rem;font-size:.86rem}.warranty-returns__process li p{margin:0;color:#aebdc7;font-size:.76rem}.warranty-returns__action{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.13)}.warranty-returns__action p{max-width:760px;margin:0;color:#aebdc7;font-size:.86rem}.warranty-returns__action .button{flex:0 0 auto}.warranty-returns__policy-links{display:flex;flex-wrap:wrap;gap:.8rem 1.4rem;margin-top:1.25rem;font-size:.78rem;font-weight:800}.warranty-returns__policy-links a{color:var(--cyan);text-decoration:underline;text-decoration-color:#27d7e873;text-underline-offset:.25rem}.warranty-returns__policy-links a:hover{color:#fff}.collection-main,.search-main,.cart-main{min-height:70vh;padding-block:clamp(4rem,8vw,7rem)}.collection-main__header,.cart-main__header{max-width:800px;margin-bottom:clamp(2rem,5vw,4rem)}.collection-main__header h1,.cart-main__header h1{margin-bottom:1rem;font-size:clamp(3.4rem,6vw,6rem)}.search-form{display:grid;max-width:780px;grid-template-columns:1fr auto;gap:.75rem;margin-bottom:3rem}.cart-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:start;gap:clamp(2rem,6vw,5rem)}.cart-items{display:grid;gap:1rem}.cart-item{display:grid;grid-template-columns:150px 1fr;gap:1.2rem;padding-bottom:1rem;border-bottom:1px solid var(--line-light)}.cart-item__image{background:#e8eef0;border-radius:.9rem;overflow:hidden}.cart-item__image img{width:100%;aspect-ratio:1;padding:.35rem;object-fit:contain}.cart-item__details h2{margin-bottom:.5rem;font-size:1.35rem}.cart-item__details p{margin-bottom:.5rem;color:#6b7b85}.cart-item__details label{display:inline;margin-left:1rem;font-size:.75rem}.cart-item__details input{width:60px;margin-inline:.4rem 1rem;padding:.4rem;border:1px solid #b7c4cc;border-radius:.5rem}.cart-summary{position:sticky;top:calc(var(--header-height) + 2rem);padding:1.6rem;background:#fff;border:1px solid var(--line-light);border-radius:1.2rem;box-shadow:var(--shadow)}.cart-summary>span{color:#687984;font-size:.8rem;font-weight:800;text-transform:uppercase}.cart-summary>strong{display:block;margin-block:.3rem 1rem;font-size:2.2rem}.cart-summary p{color:#687984;font-size:.85rem}.cart-summary__success{color:#087c60!important;font-weight:800}.cart-summary small{display:block;margin-top:.8rem;color:#788892;text-align:center}.empty-state{grid-column:1 / -1;padding:clamp(3rem,8vw,7rem);text-align:center}.empty-state--page{min-height:70vh;display:grid;align-content:center;justify-items:center}.empty-state h1,.empty-state h2{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,5rem)}.empty-state p{color:#667782}.site-footer{padding-block:clamp(4rem,8vw,7rem) 1.4rem;color:var(--white);background:#02070b;border-top:1px solid var(--line-dark)}.site-footer__top{display:grid;grid-template-columns:minmax(260px,1.2fr) .55fr .7fr minmax(240px,.9fr);gap:clamp(2rem,5vw,5rem)}.brand-logo--footer{margin-bottom:1.3rem}.site-footer__brand p{max-width:330px;color:#8195a4}.site-footer__country{color:var(--cyan);font-size:.74rem;font-weight:800}.site-footer__links{display:grid;align-content:start;gap:.65rem}.site-footer__links h2{margin-bottom:.6rem;font-family:inherit;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.site-footer__links a{color:#91a4b1;font-size:.86rem}.site-footer__links a:hover{color:var(--cyan)}.site-footer__promise{display:flex;align-items:flex-start;gap:.9rem;padding:1.2rem;background:#ffffff0b;border:1px solid var(--line-dark);border-radius:1rem}.site-footer__promise-icon{display:grid;width:40px;height:40px;flex:0 0 40px;color:var(--ink);background:var(--cyan);border-radius:50%;place-items:center}.site-footer__promise svg{width:1.2rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.site-footer__promise strong{font-size:.9rem}.site-footer__promise p{margin:.35rem 0 0;color:#8195a4;font-size:.75rem}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:4rem;padding-top:1.2rem;color:#6f8493;border-top:1px solid var(--line-dark);font-size:.72rem}.site-footer__bottom div{display:flex;flex-wrap:wrap;gap:1rem}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.2,.7,.2,1),transform .6s cubic-bezier(.2,.7,.2,1)}[data-reveal].is-visible,.no-js [data-reveal]{opacity:1;transform:translateY(0)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:.8;transform:scale(.7)}to{opacity:0;transform:scale(1.5)}}@keyframes float{0%,to{transform:translateY(0) rotate(.001deg)}50%{transform:translateY(-10px) rotate(.001deg)}}@media(max-width:1100px){:root{--page: min(100% - 36px, 980px)}.site-header__inner{grid-template-columns:auto 1fr auto;gap:1rem}.mobile-nav-toggle{display:inline-grid}.brand-logo{justify-self:center}.site-nav--desktop{display:none}.mobile-drawer{position:fixed;z-index:1002;top:0;bottom:auto;left:0;display:flex;width:min(380px,88vw);height:100dvh;align-items:stretch;justify-content:flex-start;flex-direction:column;gap:0;padding:5.5rem 1.5rem 2rem;color:var(--white);background:#06111a;box-shadow:30px 0 80px #00000073;overflow-y:auto;overscroll-behavior:contain;visibility:hidden;pointer-events:none;transform:translate(-105%);transition:transform .26s ease,visibility .26s ease}.mobile-drawer a{padding:1rem 0;border-bottom:1px solid var(--line-dark);font-size:1.1rem}.site-nav__close{position:absolute;top:1.2rem;right:1rem;display:inline-grid}.nav-scrim{position:fixed;z-index:1001;top:0;right:0;bottom:0;left:0;display:block;visibility:hidden;background:#0009;opacity:0;transition:opacity .22s ease,visibility .22s ease}body.menu-open .mobile-drawer{visibility:visible;pointer-events:auto;transform:translate(0)}body.menu-open .nav-scrim{visibility:visible;opacity:1}.hero__grid{min-height:auto;grid-template-columns:1fr;padding-top:4rem}.hero__content{max-width:760px}.hero__visual{min-height:560px}.hero__stat--power{left:1rem}.hero__stat--air{right:1rem}.trust-strip__grid,.product-grid{grid-template-columns:repeat(2,1fr)}.site-footer__top{grid-template-columns:1.3fr .7fr .7fr}.site-footer__promise{grid-column:1 / -1}}@media(max-width:820px){:root{--page: min(100% - 28px, 720px);--header-height: 68px}h1{font-size:clamp(3.25rem,15vw,5.2rem)}.brand-logo__symbol{width:2.25rem;flex-basis:2.25rem}.brand-logo__word{font-size:1.02rem}.brand-logo__word small{display:none}.site-header__actions .icon-button:first-child:not(:last-child){display:none}.hero__grid{gap:2.2rem;padding-block:3.2rem 3.5rem}.hero__lede{font-size:1rem}.hero .fast-buy{display:flex;width:100%}.hero .fast-buy .button{width:100%}.hero .text-link{display:flex;justify-content:center;margin:.55rem 0 0}.hero__assurances{display:grid;grid-template-columns:1fr 1fr}.hero__visual{min-height:min(86vw,570px)}.hero__image{border-radius:1.4rem;object-position:center}.hero__stat{min-width:118px}.hero__stat--power{top:1rem;left:.6rem}.hero__stat--air{right:.6rem;bottom:1rem}.feature-story__grid,.feature-story--image-right .feature-story__grid,.feature-guide__item,.faq-section__grid,.product-main__grid,.contact-section__grid,.content-band__grid,.cart-layout{grid-template-columns:1fr}.feature-story--image-right .feature-story__media,.feature-guide__item--reverse .feature-guide__visual{order:initial}.feature-guide__nav{grid-template-columns:1fr 1fr}.feature-guide__nav a:nth-child(3){border-left:0}.feature-guide__nav a:nth-child(n+3){border-top:1px solid var(--line-light)}.feature-guide__safety{grid-template-columns:1fr}.feature-guide__safety .button{width:100%}.warranty-returns__spotlight,.warranty-returns__details,.warranty-returns__cards{grid-template-columns:1fr}.warranty-returns__cards article{min-height:0}.warranty-returns__process ol{grid-template-columns:1fr 1fr}.warranty-returns__action{align-items:flex-start;flex-direction:column}.feature-story__badge{right:.7rem;bottom:-1rem;border-width:6px}.specs-grid,.steps-grid{grid-template-columns:1fr 1fr}.product-gallery,.cart-summary{position:relative;top:auto}.product-gallery__slide{aspect-ratio:4 / 3}.product-gallery__arrow{width:42px;height:42px}.field-grid{grid-template-columns:1fr;gap:0}.site-footer__top{grid-template-columns:1fr 1fr}.site-footer__brand,.site-footer__promise{grid-column:1 / -1}}@media(max-width:560px){:root{--page: min(100% - 22px, 520px)}.announcement__inner{justify-content:center;gap:.45rem;font-size:.62rem;letter-spacing:.06em}.announcement__inner span:first-child,.announcement__pulse,.brand-logo__word small{display:none}.site-header__actions{gap:0}.site-header__actions .icon-button{width:40px;height:40px}.hero h1{font-size:clamp(3.1rem,16vw,4.5rem)}.hero__price{gap:.55rem}.price-current{font-size:2.3rem}.hero__assurances{grid-template-columns:1fr}.hero__visual{min-height:0;max-height:none;aspect-ratio:4 / 3}.hero__image{object-position:center}.hero__stat{padding:.65rem .8rem}.trust-strip__grid,.specs-grid,.steps-grid,.product-grid{grid-template-columns:1fr}.trust-strip,.feature-story,.specs-section,.steps-section,.feature-guide,.faq-section,.addons-section,.warranty-returns{padding-block:3rem}.product-main{padding-block:1.75rem 3rem}.hero__grid{gap:1.5rem;padding-block:2.5rem 2.75rem}.feature-story__grid,.feature-guide__item,.product-main__grid,.faq-section__grid,.content-band__grid,.contact-section__grid{gap:1.5rem}.feature-guide__list{gap:3rem}.feature-guide__heading{margin-bottom:1.5rem}.feature-guide__nav{margin-bottom:2.25rem}.feature-ribbon__grid{grid-template-columns:1fr 1fr}.feature-ribbon span{min-height:62px;padding:.7rem .45rem}.feature-ribbon span:nth-child(3){border-left:0}.feature-ribbon span:nth-child(n+3){border-top:1px solid rgba(7,16,24,.18)}.feature-guide__nav{display:flex;margin-inline:calc((100vw - 100%)/-2);padding-inline:calc((100vw - 100%)/2);background:transparent;border:0;border-radius:0;box-shadow:none;overflow-x:auto;scroll-snap-type:x proximity}.feature-guide__nav a,.feature-guide__nav a:nth-child(3),.feature-guide__nav a:nth-child(n+3){min-width:145px;flex:0 0 auto;background:#fff;border:1px solid var(--line-light);scroll-snap-align:start}.feature-guide__content h3{font-size:clamp(2.35rem,13vw,3.45rem)}.feature-guide__ready-list{display:grid}.warranty-returns__box,.warranty-returns__promise{min-height:260px}.warranty-returns__process ol{grid-template-columns:1fr}.warranty-returns__action .button{width:100%}.trust-card,.step-card{min-height:220px}.step-card__number{margin-bottom:2.7rem}.feature-story__image{height:auto;aspect-ratio:auto}.product-gallery__thumb{flex-basis:88px}.product-lightbox__inner{padding:4.5rem .75rem 3.5rem}.product-lightbox__arrow{top:auto;bottom:max(.9rem,env(safe-area-inset-bottom));width:42px;height:42px;transform:none}.product-lightbox__arrow--prev{left:max(.85rem,env(safe-area-inset-left))}.product-lightbox__arrow--next{right:max(.85rem,env(safe-area-inset-right))}.feature-story__badge{width:96px}.feature-story__badge strong{font-size:1rem}.sticky-buy{right:.5rem;bottom:.5rem;left:.5rem;padding-left:1rem}.sticky-buy__details strong{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-buy .button{min-height:44px;padding-inline:1.1rem}.cart-item{grid-template-columns:100px 1fr}.site-footer__top{grid-template-columns:1fr}.site-footer__brand,.site-footer__promise{grid-column:auto}.site-footer__bottom{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/base.css.map */
