:root{--font-geist:"Inter",Arial,sans-serif;--ink:#090b0c;--ink-soft:#15191b;--paper:#ffffff;--canvas:#f4f6f5;--muted:#68716f;--line:#dfe3e1;--blue:#FFA500;--blue-dark:#CC8400;--yellow:#FFA500;--max:1360px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-geist),Inter,Arial,sans-serif;font-synthesis:none;overflow-x:hidden}button,a,input{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p,blockquote{margin-top:0}.shell{width:min(var(--max),calc(100% - 64px));margin-inline:auto}.section-label,.home-eyebrow{margin:0 0 18px;font-size:12px;line-height:1.2;font-weight:500;letter-spacing:.18em;text-transform:uppercase}.blue-text,.home-cyan{color:var(--ink)}.home-hero .home-cyan,.home-how .home-cyan,.home-world .home-cyan,.home-water-story .home-cyan{color:#fff}.btn,.home-button{min-height:52px;padding:0 20px;border:1px solid transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:space-between;gap:30px;font-size:13px;font-weight:700;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s,transform .2s}.btn:hover,.home-button:hover{transform:translateY(-1px)}.btn-dark,.home-button-dark{background:var(--ink);color:#fff}.btn-blue,.home-button-cyan{background:var(--blue);color:#1d0d00}.home-button-glass{background:#ffffff1a;border-color:#ffffff80;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-button-outline{background:transparent;border-color:#4a5052;color:#fff}.home-text-link,.learn{min-height:38px;border-bottom:1px solid #aeb5b2;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px;font-weight:700;transition:color .2s,border-color .2s}.home-text-link:hover,.learn:hover{color:var(--blue-dark);border-color:var(--blue-dark)}.site-header{height:74px;padding:0 max(32px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;background:#090b0cf5;color:#fff;border-bottom:1px solid #2d3234;position:sticky;top:0;z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-logo{display:flex;align-items:center;width:max-content;color:#fff}.site-logo img{width:44px;height:44px;object-fit:contain}.site-nav{height:100%;display:flex;align-items:center;gap:26px;font-size:12px;font-weight:580}.site-nav>a{height:100%;display:flex;align-items:center;border-bottom:2px solid transparent}.site-nav>a:hover{border-color:var(--blue)}.nav-products{height:100%;position:relative}.nav-products-trigger{height:100%;padding:0;border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:7px;font:inherit;font-weight:580;border-bottom:2px solid transparent;cursor:pointer}.nav-products.is-open>.nav-products-trigger{border-color:var(--blue)}.nav-products-trigger .chevron{font-size:12px;transition:transform .2s}.nav-products.is-open .chevron{transform:rotate(180deg)}.nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:79;background:transparent;border:0;cursor:default}.product-menu{position:absolute;top:calc(100% + 1px);left:0;width:640px;padding:10px;background:var(--ink);border:1px solid #2a2f31;box-shadow:0 24px 70px #08121647;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s;z-index:81}.nav-products.is-open .product-menu{opacity:1;visibility:visible;transform:translateY(0)}.product-menu a{min-height:210px;padding:16px;background:#161b1d;border-radius:10px;display:flex;flex-direction:column}.product-menu img{width:100%;height:96px;object-fit:contain;margin-bottom:10px}.product-menu span,.product-menu small{font-size:12px;color:#8d9698}.product-menu b{margin:0 0 6px;color:#fff;font-size:15px;font-weight:600;letter-spacing:-.015em}.site-header-actions{justify-self:end;display:flex;align-items:center;gap:10px}.site-bag{height:42px;padding:0 8px 0 15px;border:0;border-radius:999px;background:#fff;color:var(--ink);display:flex;align-items:center;gap:10px;font-size:12px;font-weight:720;cursor:pointer}.site-bag span{width:26px;height:26px;border-radius:50%;background:var(--blue);display:grid;place-items:center}.site-burger{display:none;width:42px;height:42px;border:0;border-radius:999px;background:transparent;place-items:center;cursor:pointer;position:relative}.site-burger i{position:absolute;left:11px;width:20px;height:2px;background:#fff;border-radius:2px;transition:transform .2s,opacity .2s,top .2s}.site-burger i:nth-child(1){top:15px}.site-burger i:nth-child(2){top:21px}.site-burger i:nth-child(3){top:27px}.site-burger.is-open i:nth-child(1){top:21px;transform:rotate(45deg)}.site-burger.is-open i:nth-child(2){opacity:0}.site-burger.is-open i:nth-child(3){top:21px;transform:rotate(-45deg)}.site-mobile-menu{position:fixed;z-index:200;top:0;right:0;bottom:0;left:0;padding:18px;background:var(--ink);color:#fff;overflow:auto}.site-mobile-menu-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.site-mobile-menu-top button{height:40px;padding:0 13px;border:0;border-radius:999px;background:#fff}.site-mobile-products{display:grid;gap:6px}.site-mobile-products>a{min-height:116px;padding:6px;background:#141819;border:1px solid #252a2c;display:grid;grid-template-columns:108px 1fr;align-items:center}.site-mobile-products img{width:100px;height:100px;object-fit:contain;background:transparent}.site-mobile-products div{display:flex;flex-direction:column}.site-mobile-products small{color:#8d9698;font-size:12px;text-transform:uppercase}.site-mobile-products b{margin:7px 0;font-size:19px}.site-mobile-products span{color:var(--blue);font-size:12px}.site-mobile-menu nav{margin-top:18px;border-top:1px solid #303537}.site-mobile-menu nav a{padding:16px 0;border-bottom:1px solid #303537;display:flex;justify-content:space-between;font-size:15px;font-weight:680}.home-page{padding-top:14px;background:#070d10;color:var(--ink)}.home-hero{height:min(880px,calc(100svh - 28px));min-height:720px;margin:0 14px;position:relative;overflow:hidden;background:#080a0b;color:#fff;border:1px solid #1f2a2f;border-radius:30px}.home-hero-layout{height:100%;display:grid;grid-template-columns:minmax(520px,.86fr) minmax(0,1.14fr)}.home-hero-copy{min-width:0;padding:clamp(48px,7vh,92px) clamp(38px,5vw,78px) 38px max(32px,calc((100vw - var(--max))/2));display:flex;flex-direction:column;justify-content:center;background:linear-gradient(155deg,#07141d,#060a0c 72%)}.home-hero-copy .home-eyebrow{margin-bottom:22px;color:#fff}.home-hero-copy h1{margin-bottom:28px;font-size:clamp(62px,5.8vw,92px);line-height:1.02;letter-spacing:-.068em;font-weight:450;text-wrap:balance}.home-hero-copy>p:not(.home-eyebrow){max-width:590px;margin-bottom:30px;color:#abb5b8;font-size:16px;line-height:1.6}.home-hero-actions{display:flex;gap:9px}.home-hero-actions .home-button{min-width:220px}.home-hero-note{margin-top:auto;padding-top:28px;border-top:1px solid #2b3133;display:flex;justify-content:space-between;gap:20px;color:#6f7a7d;font-size:12px;font-weight:400;letter-spacing:.13em;text-transform:uppercase}.home-hero-note b{color:inherit;font-weight:inherit}.home-hero-visual{min-width:0;position:relative;overflow:hidden;background:#17100b}.home-hero-visual:before{content:"";position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;box-shadow:inset 50px 0 85px #030e1438;pointer-events:none}.home-hero-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 54%,rgba(0,8,12,.76))}.home-hero-visual>img{width:100%;height:100%;object-fit:cover;object-position:53% center;transition:transform 1.1s cubic-bezier(.2,.7,.2,1)}.home-hero-visual:hover>img{transform:scale(1.018)}.home-hero-models{position:absolute;z-index:2;left:0;right:0;bottom:0;min-height:104px;padding:0 clamp(20px,3vw,42px);display:grid;grid-template-columns:repeat(3,1fr);align-items:center;border-top:1px solid rgba(255,255,255,.28);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-hero-models span{min-width:0;padding:4px 18px;border-left:1px solid rgba(255,255,255,.24);display:flex;flex-direction:column;gap:7px}.home-hero-models span:first-child{border-left:0}.home-hero-models small{color:#fff;font-size:12px;letter-spacing:.14em}.home-hero-models b{font-size:15px;white-space:nowrap}.home-proof{margin:14px;border:1px solid #1e2a2e;border-radius:22px;overflow:hidden;display:grid;grid-template-columns:repeat(4,1fr);padding-inline:max(24px,calc((100vw - var(--max))/2));background:#0d1518;color:#fff}.home-proof>div{min-height:108px;padding:25px 30px;border-right:1px solid #283438;display:flex;flex-direction:column;justify-content:center}.home-proof>div:first-child{border-left:1px solid #283438}.home-proof strong{font-size:23px;line-height:1;letter-spacing:-.04em;font-weight:560}.home-proof span{margin-top:9px;color:#7f9095;font-size:12px;letter-spacing:.15em;text-transform:uppercase}.home-shop,.home-reviews{margin:14px;padding:112px 32px;background:#f7f7f4;border-radius:30px;overflow:hidden}.home-section-head{width:min(var(--max),100%);margin:0 auto 64px;display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:end}.home-section-head h2,.home-finder h2,.home-how h2,.home-faq h2{margin:0;font-size:clamp(46px,4.7vw,68px);line-height:.94;letter-spacing:-.055em;font-weight:500}.home-section-head>p{max-width:510px;margin:0;color:var(--muted);font-size:15px;line-height:1.65}.home-product-slider{max-width:var(--max);margin:auto}.home-slide{min-height:590px;display:grid;grid-template-columns:1.1fr .9fr;gap:80px;background:transparent;border:0}.home-slide-media{position:relative;overflow:hidden;isolation:isolate;display:grid;place-items:center;padding:38px;background:transparent}.home-slide-media img{position:relative;z-index:1;width:78%;height:80%;object-fit:contain;object-position:center;filter:drop-shadow(0 30px 26px rgba(52,28,10,.13));animation:product-in .32s ease both}.home-slide-multi .home-slide-media img{width:90%;height:76%}.home-product-tag{position:absolute;z-index:2;top:38px;left:13px;padding:0;background:transparent;border:0;color:#596764;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.home-product-arrow{position:absolute;z-index:2;top:7px;right:12px;width:39px;height:39px;border:0;background:transparent;display:grid;place-items:center}.home-slide-count{position:absolute;z-index:2;left:15px;bottom:12px;color:#6e7977;font-size:12px;font-weight:500;letter-spacing:.15em}.home-slide-copy{padding:38px 10px 24px 0;display:flex;flex-direction:column}.home-slide-copy h3{margin:0;font-size:clamp(46px,4.1vw,62px);line-height:.91;letter-spacing:-.06em;font-weight:520}.home-slide-description{max-width:480px;margin:20px 0 25px;color:var(--muted);font-size:14px;line-height:1.65}.home-slide-purchase{padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:flex-end;justify-content:space-between;gap:28px}.home-slide-price{margin:0;display:flex;align-items:baseline;gap:9px}.home-slide-price strong{color:var(--blue);font-size:30px;letter-spacing:-.04em}.home-slide-price del{color:#7b8381;font-size:12px}.home-slide-colors{display:flex;align-items:center;gap:22px}.home-slide-colors>div:first-child{display:flex;flex-direction:column;gap:3px}.home-slide-colors span{color:var(--muted);font-size:12px;letter-spacing:.1em;text-transform:uppercase}.home-slide-colors strong{font-size:12px}.home-swatches,.shop-swatches,.swatches{display:flex;gap:10px}.home-swatches button,.shop-swatches button,.swatch{width:30px;height:30px;padding:0;border:5px solid #fff;border-radius:50%;background:var(--swatch);box-shadow:0 0 0 1px #adb4b1;cursor:pointer}.home-swatches button.is-active,.shop-swatches button.is-active,.swatch.active{box-shadow:0 0 0 3px var(--blue)}.home-slide-features{list-style:none;padding:22px 0 0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:12px}.home-slide-features li:before{content:"✓";margin-right:8px;color:var(--blue-dark)}.home-slide-actions{margin-top:auto;padding-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.home-slide-actions .home-button{width:100%}.home-slide-copy>.home-text-link{margin-top:14px}.home-slider-nav{height:76px;margin-top:20px;border-top:1px solid #d7dcd9;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.home-slider-dots{display:flex;gap:8px}.home-slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:#b9bfbc;cursor:pointer;transition:.2s}.home-slider-dots button.is-active{width:36px;background:var(--ink)}.home-slider-nav>a{padding-bottom:4px;border-bottom:1px solid;font-size:12px;font-weight:700}.home-slider-arrows{justify-self:end;display:flex;gap:7px}.home-slider-arrows button{width:48px;height:48px;border:1px solid #cdd3d0;border-radius:50%;background:transparent;font-size:18px;cursor:pointer}.home-slider-arrows button:hover{background:var(--blue);border-color:var(--blue)}.home-water-story{min-height:600px;margin:14px;position:relative;overflow:hidden;background:#17100b;color:#fff;border-radius:30px}.home-water-story:after{content:"";position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#00121e14,#00121e24 36%,#000d16cc 65%,#000a11f7)}.home-water-image{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#17100b}.home-water-image img{width:100%;height:100%;object-fit:cover}.home-water-image span{position:absolute;z-index:3;left:32px;bottom:28px;color:#fff;font-size:12px;letter-spacing:.15em}.home-water-copy{position:relative;z-index:2;width:48%;min-height:600px;margin-left:auto;padding:clamp(48px,7vw,105px);display:flex;flex-direction:column;justify-content:center}.home-water-copy h2{font-size:clamp(44px,4.3vw,66px);line-height:1.05;letter-spacing:-.055em;font-weight:500}.home-water-copy>p:not(.home-eyebrow){max-width:500px;margin:22px 0 32px;color:#b3c0c4;font-size:14px;line-height:1.7}.home-water-copy .home-text-link{color:#fff;border-color:#6b7a7e}.home-water-copy .home-text-link:hover{color:#ffc48d;border-color:#ffc48d}.home-compare{margin:14px;padding:105px 32px;background:#f7f7f4;color:var(--ink);border:0;border-radius:30px;overflow:hidden}.home-section-head-dark .home-button{justify-self:end;min-width:200px;border-color:#aab3b0;color:var(--ink)}.home-compare-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.home-compare-grid article{min-width:0;padding:10px 0 0}.home-compare-product{height:300px;position:relative;overflow:hidden;background:transparent;display:grid;place-items:center}.home-compare-product span{position:absolute;top:10px;left:2px;color:#7c8784;font-size:12px;letter-spacing:.14em}.home-compare-product img{width:68%;height:68%;object-fit:contain;object-position:center;filter:drop-shadow(0 24px 22px rgba(52,28,10,.1));transition:transform .4s}.home-compare-grid article:nth-child(3) .home-compare-product img{width:88%;height:82%}.home-compare-product:hover img{transform:scale(1.025)}.home-compare-name{min-height:108px;padding:21px 2px 18px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;border-bottom:1px solid #d6dcda}.home-compare-name small{display:block;margin-bottom:8px;color:var(--ink);font-size:12px;letter-spacing:.1em}.home-compare-name h3{margin:0;font-size:25px;line-height:1;letter-spacing:-.045em}.home-compare-name strong{color:var(--blue);font-size:14px;white-space:nowrap}.home-compare-grid dl{margin:0}.home-compare-grid dl>div{min-height:53px;border-bottom:1px solid #d6dcda;display:grid;grid-template-columns:82px 1fr;align-items:center;gap:10px}.home-compare-grid dt{color:#7c8784;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.home-compare-grid dd{margin:0;font-size:12px}.home-compare-grid .home-text-link{margin-top:12px;color:var(--ink);border-color:#aeb7b4}.home-finder{margin:14px;padding:105px max(32px,calc((100vw - var(--max))/2));border-radius:30px;display:grid;grid-template-columns:1fr 470px;gap:90px;align-items:center;background:#f7f7f4}.home-finder-copy>p:not(.home-eyebrow){max-width:520px;margin-top:20px;color:var(--muted);font-size:14px;line-height:1.65}.home-activity-tabs{display:flex;gap:7px;flex-wrap:wrap;margin-top:30px}.home-activity-tabs button{min-height:40px;padding:0 15px;border:1px solid #c7ccc9;border-radius:999px;background:#ffffff80;font-size:12px;cursor:pointer}.home-activity-tabs button.is-active{background:var(--ink);border-color:var(--ink);color:#fff}.home-recommendation{min-height:370px;padding:36px;background:#071013;color:#fff;border-radius:22px;display:flex;flex-direction:column}.home-recommendation>span{color:#fff;font-size:12px;letter-spacing:.13em}.home-recommendation h3{margin:24px 0 14px;font-size:44px;line-height:.94;letter-spacing:-.045em}.home-recommendation p{margin-bottom:0;color:#aab7bb;font-size:13px;line-height:1.6}.home-recommendation img{flex:1;width:100%;min-height:0;object-fit:contain;margin:14px 0}.home-recommendation .home-button{width:100%;background:var(--blue);color:#1d0d00}.home-how{margin:14px;padding:105px max(32px,calc((100vw - var(--max))/2));border:1px solid #1f2b2f;border-radius:30px;display:grid;grid-template-columns:.65fr 1.35fr;gap:80px;background:#0c1417;color:#fff}.home-how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.home-how-steps article{min-height:300px;padding:24px;border:1px solid #2b393d;border-radius:20px;background:#101b1f;display:flex;flex-direction:column}.home-how-steps span{display:block;margin-bottom:10px;color:var(--blue);font-size:40px;font-weight:620;line-height:1;letter-spacing:-.02em}.home-how-steps h3{margin:18px 0 14px;font-size:24px;line-height:1;letter-spacing:-.035em}.home-how-steps p{margin:0;color:#93a2a6;font-size:12px;line-height:1.65}.home-stories{width:calc(100% - 28px);height:730px;margin:14px;display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:8px;padding:8px;background:#0c1417;border:1px solid #1f2b2f;border-radius:30px;overflow:hidden}.home-stories article{min-height:0;height:auto;position:relative;overflow:hidden;border-radius:22px;color:#fff}.home-stories article:first-child{grid-row:1/3}.home-stories article:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 38%,#000000d6)}.home-stories img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.home-stories article:hover img{transform:scale(1.025)}.home-stories>article:first-child img{object-position:54% center}.home-stories article:nth-child(2) img{object-position:center 35%}.home-stories article>div{position:absolute;z-index:2;left:28px;right:28px;bottom:28px}.home-stories span{font-size:12px;letter-spacing:.15em}.home-stories h3{margin:10px 0 19px;font-size:32px;line-height:1;letter-spacing:-.04em}.home-stories a{padding-bottom:5px;border-bottom:1px solid #fff;font-size:12px}.home-world{margin:14px;padding:105px 32px;background:#0c1417;color:#fff;border:1px solid #1f2b2f;border-radius:30px;overflow:hidden}.home-world-head{max-width:var(--max);margin:0 auto 56px;display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:end}.home-world-head h2{margin:0;font-size:clamp(46px,4.7vw,68px);line-height:.92;letter-spacing:-.055em;font-weight:500}.home-world-head>div:last-child{display:grid;grid-template-columns:auto 1fr;gap:0 15px;align-items:end}.home-world-head strong{font-size:62px;line-height:.8;color:var(--blue);letter-spacing:-.06em}.home-world-head span{color:#879194;font-size:12px;letter-spacing:.13em;text-transform:uppercase}.home-world-head>div:last-child p{grid-column:1/-1;max-width:500px;margin:20px 0 0;color:#98a1a3;font-size:13px;line-height:1.6}.home-world-map-scroll{max-width:1450px;margin:auto}.home-world-map{position:relative;width:100%;aspect-ratio:2/1;overflow:hidden}.home-world-map>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:.68}.home-world-scan{position:absolute;z-index:1;top:0;bottom:0;left:-28%;width:22%;background:linear-gradient(90deg,transparent,rgba(255,142,39,.14),transparent);transform:skew(-14deg)}.home-world-map.is-visible .home-world-scan{animation:world-scan 7s ease-in-out 1s infinite}.home-world-dot{position:absolute;z-index:2;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;background:var(--blue);opacity:0;transform:scale(.3)}.home-world-map.is-visible .home-world-dot{animation:world-dot-in .45s ease var(--delay) forwards,world-pulse 3s ease-out calc(var(--delay) + .5s) infinite}.home-world-dot:hover:after{content:attr(data-country);position:absolute;left:50%;bottom:14px;transform:translate(-50%);padding:6px 8px;background:#fff;color:var(--ink);font-size:12px;white-space:nowrap}.home-world-foot{max-width:var(--max);margin:46px auto 0;padding-top:28px;border-top:1px solid #2d3234;display:grid;grid-template-columns:1fr auto;gap:38px;align-items:end}.home-world-regions{display:grid;grid-template-columns:repeat(6,1fr)}.home-world-regions div{padding:3px 15px;border-left:1px solid #303638}.home-world-regions b{display:block;font-size:12px}.home-world-regions span{display:block;margin-top:6px;color:#768184;font-size:12px;text-transform:uppercase;letter-spacing:.09em}.home-world-foot .home-button{min-width:190px}.home-review-slider{max-width:var(--max);margin:auto}.home-review-nav{grid-template-columns:1fr auto}.home-reviews{border:0}.home-review-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:12px}.home-review-grid article{min-height:280px;overflow:hidden;border:0;border-radius:22px;background:#fff;display:grid;grid-template-columns:190px 1fr}.home-review-grid article>div{display:flex;flex-direction:column;padding:34px 34px 34px 0}.home-review-grid img{width:140px;height:140px;border-radius:50%;object-fit:cover;justify-self:center;align-self:center}.home-review-grid span{color:var(--ink);font-size:12px;letter-spacing:.12em}.home-review-grid blockquote{margin:14px 0 auto;font-size:18px;line-height:1.45;letter-spacing:-.02em}.home-review-grid p{margin:20px 0 0;font-size:12px;font-weight:760}.home-trust{margin:14px;padding-inline:max(24px,calc((100vw - var(--max))/2));border-radius:24px;overflow:hidden;display:grid;grid-template-columns:repeat(4,1fr);background:var(--blue);color:#1d0d00}.home-trust>div{min-height:170px;padding:34px 28px;border-right:1px solid rgba(45,18,0,.18)}.home-trust>div:first-child{border-left:1px solid rgba(45,18,0,.18)}.home-trust-icon{display:block;width:26px;height:26px;margin-bottom:14px;color:#1d0d00}.home-trust span{display:block;margin-bottom:6px;font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#6b3210}.home-trust strong{display:block;font-size:26px;letter-spacing:-.04em}.home-trust p{margin:12px 0 0;color:#6b3210;font-size:12px;line-height:1.55}.home-faq{margin:14px;padding:105px max(32px,calc((100vw - var(--max))/2));border-radius:30px;display:grid;grid-template-columns:.7fr 1.3fr;gap:90px;background:#f7f7f4}.home-faq>div:first-child .home-text-link{max-width:250px;margin-top:34px}.home-faq>div:last-child{border-top:1px solid var(--line)}.home-faq details{border-bottom:1px solid var(--line)}.home-faq summary{list-style:none;padding:23px 0;display:flex;justify-content:space-between;gap:20px;font-size:15px;font-weight:680;cursor:pointer}.home-faq summary::-webkit-details-marker{display:none}.home-faq summary span{color:var(--blue-dark);transition:transform .2s}.home-faq details[open] summary span{transform:rotate(45deg)}.home-faq details p{max-width:680px;padding:0 34px 23px 0;margin:0;color:var(--muted);font-size:13px;line-height:1.65}.home-closing{margin:14px;padding:100px 32px;border-radius:30px;text-align:center;background:linear-gradient(135deg,#ffb15f,orange);color:#1d0d00}.home-closing h2{margin-bottom:34px;font-size:clamp(52px,5.8vw,80px);line-height:1.05;letter-spacing:-.06em;font-weight:500}.home-closing .home-button{min-width:220px}.home-mobile-shop{display:none}.inner-page{min-height:100vh;background:#fff}.shop-page{padding-top:14px;background:#070d10}.shop-hero{min-height:720px;margin:0 14px;position:relative;overflow:hidden;padding:92px max(32px,calc((100vw - var(--max))/2));border-radius:30px;background:#071217;color:#fff;display:flex;align-items:center}.shop-hero:after{content:"";position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#061116,#061116f7 31%,#0611169e 52%,#0611160a 82%)}.shop-hero-copy{position:relative;z-index:2;width:min(640px,48%)}.shop-hero-copy>p:first-child,.shop-catalog-head>div>p{margin:0;font-size:12px;font-weight:500;letter-spacing:.18em;color:var(--ink)}.shop-hero h1{margin:25px 0 26px;font-size:clamp(70px,7.2vw,106px);line-height:1;letter-spacing:-.07em;font-weight:540}.shop-hero-lead{max-width:490px;margin:0 0 32px;color:#b6c3c7;font-size:15px;line-height:1.65}.shop-hero-link{width:min(290px,100%);padding:15px 0;border-bottom:1px solid #607177;display:flex;justify-content:space-between;color:#fff;font-size:12px;font-weight:700}.shop-hero>img{position:absolute;z-index:0;inset:0 0 0 auto;width:65%;height:100%;object-fit:cover;object-position:center}.shop-hero-compare{position:absolute;z-index:2;right:34px;bottom:30px;min-width:205px;padding:14px 17px;border:1px solid rgba(255,255,255,.42);border-radius:999px;display:flex;justify-content:space-between;color:#fff;font-size:12px;font-weight:700}.shop-hero-note{position:absolute;z-index:2;left:max(32px,calc((100vw - var(--max))/2));bottom:34px;color:#809095;font-size:12px;letter-spacing:.15em}.shop-catalog{margin:14px;padding:112px 32px 105px;border-radius:30px;background:#f7f7f4}.shop-catalog-head{max-width:var(--max);margin:0 auto 62px;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end}.shop-catalog-head h2{margin:18px 0 0;font-size:clamp(50px,5vw,72px);line-height:.92;letter-spacing:-.055em;font-weight:540}.shop-filters{display:flex;gap:7px}.shop-filters button{min-height:40px;padding:0 15px;border:1px solid #b7bfbc;border-radius:999px;background:transparent;font-size:12px;cursor:pointer}.shop-filters button span{margin-left:7px;font-size:12px;color:#7e8785}.shop-filters button.is-active{background:var(--ink);border-color:var(--ink);color:#fff}.shop-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.shop-card{min-width:0;border-top:1px solid #ccd4d1;display:flex;flex-direction:column;background:transparent}.shop-card-visual{position:relative;aspect-ratio:1.08;overflow:hidden;background:transparent;display:grid;place-items:center}.shop-card-music2 .shop-card-visual,.shop-card-multi .shop-card-visual{background:transparent}.shop-card-visual>span{position:absolute;z-index:2;top:18px;left:0;color:#778481;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.shop-card-visual>b{position:absolute;z-index:2;top:14px;right:0;width:38px;height:38px;border:1px solid #cbd3d0;border-radius:50%;background:transparent;display:grid;place-items:center}.shop-card-visual img{width:72%;height:72%;object-fit:contain;filter:drop-shadow(0 26px 20px rgba(52,28,10,.11));transition:transform .35s}.shop-card-multi .shop-card-visual img{width:95%;height:76%}.shop-card-visual:hover img{transform:scale(1.025)}.shop-card-content{padding:24px 0 0;display:flex;flex-direction:column;flex:1}.shop-kicker{margin-bottom:12px;color:var(--ink);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.shop-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.shop-card-heading h2{margin:0;font-size:28px;line-height:1;letter-spacing:-.045em}.shop-card-heading>p{margin:0;display:flex;flex-direction:column;text-align:right}.shop-card-heading strong{font-size:17px}.shop-card-heading del{color:#7c8582;font-size:12px}.shop-card-description{margin:16px 0;color:var(--muted);font-size:12px;line-height:1.55}.shop-card-content ul{list-style:none;padding:0;margin:0 0 20px;display:grid;grid-template-columns:1fr 1fr;gap:9px;font-size:12px}.shop-card-content li:before{content:"•";margin-right:6px;color:var(--blue-dark)}.shop-card-options{margin-top:auto;padding-top:17px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.shop-card-options>div:first-child{display:flex;flex-direction:column;gap:3px}.shop-card-options span{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.1em}.shop-card-options strong{font-size:12px}.shop-stock{margin:14px 0;color:var(--muted);font-size:12px}.shop-stock span{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#00a66b}.shop-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.shop-card-actions a{min-height:48px;padding:0 15px;border-radius:999px;background:var(--blue);display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:760}.shop-card-actions a.shop-discover{background:var(--ink);color:#fff}.shop-learn{padding:15px 0 5px;border-bottom:1px solid #bcc3c1;display:flex;justify-content:space-between;font-size:12px;font-weight:700}.shop-compare-cta{margin:14px;padding:105px 32px;border:1px solid #1f2b2f;border-radius:30px;text-align:center;background:#0c1417;color:#fff}.shop-compare-cta>p{color:#fff;font-size:12px;font-weight:500;letter-spacing:.18em}.shop-compare-cta h2{font-size:clamp(52px,6vw,82px);line-height:.91;letter-spacing:-.055em;font-weight:540}.shop-compare-cta a{min-width:240px;padding:17px 20px;border-radius:999px;background:var(--blue);color:#1d0d00;display:inline-flex;justify-content:space-between;font-size:12px;font-weight:760}.compare-hero{min-height:600px;position:relative;overflow:hidden;background:#0b0d0e;color:#fff}.compare-hero:after{content:"";position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#050809f7,#050809f0,#0508098c 48%,#0508091a 78%)}.compare-hero-image{position:absolute;top:0;right:0;bottom:0;width:78%;overflow:hidden}.compare-hero-image img{width:100%;height:100%;object-fit:cover}.compare-hero-copy{position:relative;z-index:2;width:54%;min-height:600px;padding:clamp(48px,7vw,105px);display:flex;flex-direction:column;justify-content:center}.compare-hero-copy h1{margin:0;font-size:clamp(66px,7vw,100px);line-height:1;letter-spacing:-.065em;font-weight:540}.compare-hero-copy>p:last-child{max-width:460px;margin:28px 0 0;color:#aeb7b9;font-size:16px;line-height:1.6}.compare-products{padding-block:96px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.compare-products article{min-width:0;padding-bottom:24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.compare-products article>div{aspect-ratio:1.08;position:relative;background:transparent;display:grid;place-items:center;overflow:hidden}.compare-products article:nth-child(2)>div{background:transparent}.compare-products article>div span{position:absolute;z-index:2;top:18px;left:0;padding:0;background:transparent;color:#778481;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.compare-products img{width:72%;height:72%;object-fit:contain;filter:drop-shadow(0 25px 20px rgba(52,28,10,.11))}.compare-products article:nth-child(3) img{width:96%;height:78%}.compare-products article>p{margin:20px 0 8px;color:var(--ink);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.compare-products h2{margin:0 0 9px;font-size:30px;letter-spacing:-.045em}.compare-products strong{color:var(--blue);font-size:17px}.compare-products .btn{width:100%;margin-top:20px;color:#1d0d00}.comparison-matrix{padding-bottom:110px}.matrix-head{margin-bottom:38px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.matrix-head h2{margin:0;font-size:clamp(44px,5vw,66px);line-height:.94;letter-spacing:-.055em;font-weight:540}.matrix-head label{display:flex;align-items:center;gap:10px;font-size:12px}.matrix-head input{position:absolute;opacity:0}.matrix-head label>span{width:39px;height:22px;padding:3px;border-radius:99px;background:#bdc5c2;display:flex}.matrix-head label>span:after{content:"";width:16px;height:16px;border-radius:50%;background:#fff;transition:.2s}.matrix-head input:checked+span{background:var(--blue)}.matrix-head input:checked+span:after{transform:translate(17px)}.compare-scroll{overflow-x:auto}.comparison-matrix table{width:100%;min-width:860px;border-collapse:collapse}.comparison-matrix th,.comparison-matrix td{padding:18px 15px;border-bottom:1px solid var(--line);text-align:left;font-size:12px}.comparison-matrix thead th{padding-block:22px;font-size:17px}.comparison-matrix thead th:first-child{font-size:12px;color:var(--muted);text-transform:uppercase}.comparison-matrix thead small{display:block;margin-top:6px;color:var(--ink);font-size:12px;text-transform:uppercase}.comparison-matrix tbody th{color:var(--muted);font-weight:520}.compare-recommendations{padding:100px 0;background:var(--canvas)}.recommend-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #cfd5d2;border-left:1px solid #cfd5d2}.recommend-grid article{min-height:290px;padding:25px;border-right:1px solid #cfd5d2;border-bottom:1px solid #cfd5d2;display:flex;flex-direction:column}.recommend-grid span{font-size:12px;color:var(--ink);letter-spacing:.12em}.recommend-grid h3{margin:16px 0 13px;font-size:29px;letter-spacing:-.04em}.recommend-grid p{color:var(--muted);font-size:12px;line-height:1.55}.recommend-grid a{font-size:12px;font-weight:700}.compare-bottom{padding:100px 32px;text-align:center;background:var(--blue)}.compare-bottom h2{margin-bottom:12px;font-size:64px;letter-spacing:-.055em}.compare-bottom p{margin-bottom:25px}.compare-bottom .btn{min-width:240px;background:var(--ink);color:#fff}.topic-nav{height:48px;padding-inline:max(32px,calc((100vw - var(--max))/2));border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:30px;background:#fff;position:sticky;top:74px;z-index:50;font-size:12px}.tech-page-hero{min-height:670px;display:grid;grid-template-columns:1fr 1fr;background:#f7f7f4}.tech-page-hero>div:first-child{padding:90px max(32px,calc((100vw - var(--max))/2)) 90px max(32px,calc((100vw - var(--max))/2));padding-right:60px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.tech-page-hero h1{margin:0;font-size:clamp(62px,6vw,88px);line-height:1.02;letter-spacing:-.06em;font-weight:540}.tech-page-hero>div:first-child>p:not(.section-label){max-width:530px;margin:25px 0 30px;color:var(--muted);font-size:15px;line-height:1.65}.tech-page-hero>div:last-child{position:relative;overflow:hidden;background:#fff;display:flex;flex-direction:column;padding:90px 24px 24px}.tech-page-hero>div:last-child span{align-self:flex-start;font-size:12px;letter-spacing:.14em}.tech-hero-visual{display:flex;justify-content:center;margin-top:24px}.tech-page-hero img{width:88%;height:auto;object-fit:contain;border-radius:16px}.tech-explainer{padding-block:110px;display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.tech-explainer h2,.open-story h2,.tech-faq h2{margin:0;font-size:clamp(46px,5vw,70px);line-height:.93;letter-spacing:-.055em;font-weight:540}.tech-explainer>div>p:last-child{max-width:510px;margin-top:24px;color:var(--muted);font-size:15px;line-height:1.65}.tech-explainer ol{list-style:none;padding:0;margin:0;border-top:1px solid var(--line)}.tech-explainer li{padding:24px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:74px 1fr}.tech-explainer li>span{color:var(--blue-dark);font-size:28px;font-weight:700;line-height:1}.tech-explainer li b{font-size:20px}.tech-explainer li p{margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.tech-story{min-height:680px;display:grid;grid-template-columns:1.1fr .9fr;background:var(--ink);color:#fff;overflow:hidden}.tech-story>img{width:100%;height:100%;min-width:0;min-height:0;object-fit:cover;object-position:center}.tech-story>div{padding:80px;display:flex;flex-direction:column;justify-content:center}.tech-story h2{font-size:clamp(46px,4.6vw,68px);line-height:.94;letter-spacing:-.055em;font-weight:540}.tech-story>div>p:not(.section-label){color:#abb4b6;font-size:14px;line-height:1.65}.story-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:24px}.story-tags span{padding:10px 13px;border:1px solid #4d5557;border-radius:99px;font-size:12px}.open-story{padding-block:110px;display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.open-copy>p:not(.section-label){max-width:510px;margin:24px 0 30px;color:var(--muted);font-size:15px;line-height:1.65}.open-points{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.open-points article{min-height:310px;padding:23px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column}.open-points span{display:block;margin-bottom:8px;font-size:40px;font-weight:620;line-height:1;color:var(--blue-dark)}.open-points h3{margin:18px 0 13px;font-size:25px}.open-points p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.move-story{display:grid;grid-template-columns:1.1fr .9fr;min-height:600px}.move-story>div{position:relative;overflow:hidden}.move-story>div img{width:100%;height:100%;object-fit:cover}.move-story>div span{position:absolute;left:20px;bottom:18px;color:#fff;font-size:12px;letter-spacing:.14em}.move-story article{padding:60px;background:var(--blue);display:flex;flex-direction:column;justify-content:center}.move-story article .btn{background:var(--ink);color:#fff;align-self:flex-start}.move-story h2{font-size:51px;line-height:.93;letter-spacing:-.055em}.move-story article>p:not(.section-label){font-size:13px;line-height:1.6}.tech-faq{padding-block:100px;display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:end}.tech-faq>div:last-child p{color:var(--muted);font-size:17px;line-height:1.6}.tech-faq a{font-size:12px;font-weight:700;border-bottom:1px solid}.support-hero{padding:100px 32px;text-align:center;background:#f7f7f4}.support-hero h1{margin:0;font-size:clamp(62px,7vw,96px);line-height:1;letter-spacing:-.06em;font-weight:540}.support-hero label{width:min(660px,100%);height:58px;margin:35px auto 0;padding:0 20px;border:1px solid #d9dedb;border-radius:999px;background:#fff;display:flex;align-items:center;gap:12px}.support-hero input{width:100%;border:0;outline:0;background:transparent;font-size:13px}.support-models{padding-block:105px}.section-heading{margin-bottom:50px;display:grid;grid-template-columns:1fr .7fr;gap:70px;align-items:end}.section-heading h2,.support-faq h2{margin:0;font-size:clamp(48px,5vw,70px);line-height:.93;letter-spacing:-.055em;font-weight:540}.section-heading>p{max-width:460px;margin:0;color:var(--muted);font-size:14px;line-height:1.6}.support-models>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.support-models>div:last-child a{padding-bottom:18px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:100px 1fr auto;align-items:center;gap:15px}.support-models img{width:100px;height:100px;object-fit:contain;background:var(--canvas);mix-blend-mode:multiply}.support-models span{font-size:17px;font-weight:650}.support-models b{font-size:12px}.support-actions{padding:90px 0;background:var(--ink);color:#fff}.support-actions .shell{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #34393b;border-left:1px solid #34393b}.support-actions a{min-height:300px;padding:24px;border-right:1px solid #34393b;border-bottom:1px solid #34393b;display:flex;flex-direction:column}.support-actions a>span{color:#fff;font-size:12px}.support-actions h3{margin:16px 0 13px;font-size:24px}.support-actions p{color:#a3adaf;font-size:12px;line-height:1.55}.support-actions b{font-size:12px}.support-faq{padding-block:105px;display:grid;grid-template-columns:.7fr 1.3fr;gap:90px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;padding:22px 0;display:flex;justify-content:space-between;gap:20px;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-size:15px;font-weight:680}.faq-list summary small{display:block;margin-bottom:6px;color:var(--ink);font-size:12px;letter-spacing:.11em;text-transform:uppercase}.faq-list summary b{color:var(--ink)}.faq-list details p{max-width:660px;padding:0 35px 22px 0;margin:0;color:var(--muted);font-size:13px;line-height:1.65}.no-results{padding:35px 0}.support-contact{padding:100px 32px;text-align:center;background:var(--blue)}.support-contact>div{max-width:720px;margin:auto}.support-contact h2{font-size:66px;letter-spacing:-.055em}.support-contact>div>p:not(.section-label){font-size:15px;line-height:1.6}.support-contact .btn{background:var(--ink);color:#fff}.product-subnav{height:58px;padding-inline:max(32px,calc((100vw - var(--max))/2));border-bottom:1px solid var(--line);background:#fff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:sticky;top:74px;z-index:45}.product-subnav>a:first-child{display:flex;align-items:baseline;gap:12px}.product-subnav>a:first-child span{color:var(--muted);font-size:12px}.product-subnav>div{display:flex;gap:24px;font-size:12px}.subnav-buy{justify-self:end;padding:10px 18px;border-radius:999px;background:var(--blue);font-size:12px;font-weight:760}.detail-hero{min-height:680px;display:grid;grid-template-columns:1.08fr .92fr}.detail-stage{position:relative;overflow:hidden;background:#fff;display:grid;place-items:center}.detail-music2 .detail-stage,.detail-multi .detail-stage{background:#fff}.detail-stage>p{position:absolute;top:20px;left:20px;padding:0;background:transparent;color:var(--muted);font-size:12px;letter-spacing:.1em;text-transform:uppercase}.detail-stage>span{position:absolute;left:20px;bottom:18px;font-size:12px;text-transform:uppercase}.detail-stage img{width:88%;height:600px;object-fit:contain;mix-blend-mode:multiply}.detail-purchase{padding:60px;display:flex;flex-direction:column;justify-content:center}.detail-purchase h1{margin:0;font-size:60px;line-height:.9;letter-spacing:-.06em}.detail-purchase h2{margin:12px 0 0;font-size:24px;line-height:1.15;letter-spacing:-.03em;font-weight:520}.detail-lead{max-width:560px;margin:22px 0;color:var(--muted);font-size:14px;line-height:1.65}.detail-price{display:flex;align-items:baseline;gap:10px}.detail-price strong{font-size:28px}.detail-price del{color:var(--muted);font-size:12px}.detail-color{margin-top:22px;padding-top:19px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:12px}.stock{font-size:12px;color:var(--muted)}.stock span{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#00a66b}.detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.detail-actions .btn{width:100%}.purchase-trust{margin-top:17px;display:flex;gap:17px;color:var(--muted);font-size:12px;text-transform:uppercase}.detail-pillars{padding-block:105px}.detail-heading{max-width:740px;margin-bottom:50px}.detail-heading h2,.spec-section h2,.product-help h2{font-size:clamp(48px,5vw,70px);line-height:.93;letter-spacing:-.055em;font-weight:540}.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.pillar-grid article{min-height:290px;padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column}.pillar-grid span{display:block;margin-bottom:8px;color:var(--blue-dark);font-size:40px;font-weight:620;line-height:1}.pillar-grid h3{margin:18px 0 14px;font-size:25px}.pillar-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.detail-use{min-height:660px;display:grid;grid-template-columns:1.1fr .9fr;background:var(--ink);color:#fff;overflow:hidden}.detail-use img{width:100%;height:100%;min-width:0;min-height:0;object-fit:cover;object-position:center}.detail-use>div{padding:75px;display:flex;flex-direction:column;justify-content:center}.detail-use h2{font-size:clamp(46px,5vw,68px);line-height:.93;letter-spacing:-.055em}.detail-use>div>p:not(.section-label){color:#a7b0b2;font-size:14px;line-height:1.65}.detail-use a{font-size:12px;font-weight:700}.spec-section{padding-block:105px;display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.spec-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.spec-grid div{min-height:115px;padding:20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}.spec-grid span{color:var(--muted);font-size:12px;text-transform:uppercase}.spec-grid b{font-size:20px}.listen-modes{padding:100px 0;background:var(--canvas)}.listen-modes .shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.listen-title h2{font-size:54px;line-height:.94;letter-spacing:-.055em}.mode-grid{display:grid;grid-template-columns:1fr 1fr}.mode-grid article{min-height:290px;padding:24px;border:1px solid #cfd5d2;border-right:0;display:flex;flex-direction:column}.mode-grid article:last-child{border-right:1px solid #cfd5d2}.mode-grid span{color:var(--ink);font-size:12px}.mode-grid h3{margin:auto 0 13px;font-size:25px}.mode-grid p{color:var(--muted);font-size:12px;line-height:1.6}.detail-review{padding-block:100px;display:grid;grid-template-columns:1fr 420px;gap:80px;align-items:center}.detail-review blockquote{max-width:750px;margin:30px 0;font-size:31px;line-height:1.35;letter-spacing:-.03em}.detail-review>div>span{font-size:12px;font-weight:700}.detail-review img{width:420px;height:420px;object-fit:cover}.detail-compare{padding:90px 0;background:var(--ink);color:#fff}.detail-compare .shell{display:flex;align-items:end;justify-content:space-between;gap:50px}.detail-compare h2{margin:0;font-size:58px;letter-spacing:-.055em}.detail-compare .btn{min-width:240px}.product-help{padding-block:105px;display:grid;grid-template-columns:.7fr 1.3fr;gap:90px}.product-help>div:last-child{border-top:1px solid var(--line)}.product-help details{border-bottom:1px solid var(--line)}.product-help summary{list-style:none;padding:22px 0;display:flex;justify-content:space-between;cursor:pointer;font-size:15px;font-weight:680}.product-help summary::-webkit-details-marker{display:none}.product-help details p{max-width:660px;padding:0 30px 22px 0;color:var(--muted);font-size:13px;line-height:1.65}.product-mobile-buy{display:none}.drawer-backdrop{position:fixed;z-index:150;top:0;right:0;bottom:0;left:0;border:0;background:#0000007a}.cart-drawer{position:fixed;z-index:151;top:0;right:0;bottom:0;width:min(470px,100%);padding:24px;background:#fff;display:flex;flex-direction:column}.drawer-head{padding-bottom:20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.drawer-head>div{display:flex;flex-direction:column}.drawer-head span{color:var(--muted);font-size:12px}.drawer-head b{font-size:18px}.drawer-head>button{border:0;background:transparent;font-size:24px}.empty-cart{margin:auto;text-align:center}.cart-lines{padding-block:22px}.cart-line{display:grid;grid-template-columns:110px 1fr auto;gap:14px}.cart-line img{width:110px;height:110px;object-fit:contain;background:var(--canvas)}.cart-line>div{display:flex;flex-direction:column}.cart-line>div>span{color:var(--muted);font-size:12px}.quantity{display:flex;align-items:center;gap:10px;margin-top:auto}.quantity button{width:27px;height:27px;border:1px solid var(--line);border-radius:50%;background:#fff}.remove-line{align-self:start;border:0;background:transparent;color:var(--muted);font-size:12px}.drawer-total{margin-top:auto;padding-top:20px;border-top:1px solid var(--line)}.drawer-total>div{display:flex;justify-content:space-between;font-size:17px}.drawer-total p{color:var(--muted);font-size:12px}.drawer-total .btn{width:100%}.site-footer{padding:85px 0 26px;background:var(--ink);color:#fff}.site-footer-top{max-width:var(--max);margin:auto;padding-inline:max(32px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:2fr repeat(3,1fr);gap:55px}.site-footer-top>div{display:flex;flex-direction:column;gap:13px;font-size:12.5px;font-weight:500}.site-footer-top .site-logo img{width:52px;height:52px}.site-footer-top>div:first-child p{margin-top:20px;color:#aab3b0;font-size:15px;font-weight:500;line-height:1.5}.site-footer-top>div>b{margin-bottom:4px;color:#737d7f;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.site-footer-top a:not(.site-logo){color:#c9cecd}.site-footer-top a:hover{color:var(--blue)}.site-footer-bottom{max-width:var(--max);margin:65px auto 0;padding:22px max(32px,calc((100vw - var(--max))/2)) 0;border-top:1px solid #2d3234;display:flex;justify-content:space-between;color:#747e80;font-size:12px}@keyframes product-in{0%{opacity:.3;transform:translateY(10px) scale(.985)}}@keyframes world-dot-in{to{opacity:1;transform:scale(1)}}@keyframes world-pulse{0%{box-shadow:0 0 #ff8e2799}70%,to{box-shadow:0 0 0 9px #ff8e2700}}@keyframes world-scan{0%{left:-28%}55%,to{left:112%}}@media(max-width:1100px){.site-nav{gap:16px}.product-menu{width:520px}.home-hero-layout{grid-template-columns:minmax(460px,.98fr) minmax(0,1.02fr)}.home-hero-copy{padding-right:36px}.home-hero-copy h1{font-size:65px}.home-hero-models{grid-template-columns:1fr 1fr}.home-hero-models span:last-child{display:none}.home-slide{grid-template-columns:1.1fr .9fr}.home-slide-multi .home-slide-media img{width:96%;height:66%}.home-slide-copy{padding:40px}.home-how{grid-template-columns:1fr}.home-how-title{max-width:600px}.home-finder{grid-template-columns:1fr 420px}.shop-catalog-head{grid-template-columns:1fr}.shop-grid{grid-template-columns:1fr 1fr}.shop-card-multi{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;column-gap:32px}.shop-card-multi .shop-card-visual{aspect-ratio:1.08}.shop-card-multi .shop-card-content{padding-top:48px}.tech-story>div,.detail-use>div{padding:55px}.move-story article{padding:40px}.support-actions .shell,.compare-products{grid-template-columns:1fr 1fr}.compare-products article:nth-child(3){grid-column:1/-1}.compare-products article:nth-child(3) img{width:60%;height:78%}.recommend-grid{grid-template-columns:1fr 1fr}.recommend-grid article:nth-child(3){grid-column:1/-1}}@media(max-width:800px){.shell{width:calc(100% - 32px)}.site-header{height:62px;padding-inline:16px;grid-template-columns:auto 1fr}.site-logo img,.site-mobile-menu-top .site-logo img{width:38px;height:38px}.site-nav{display:none}.site-bag{height:38px}.site-burger{display:grid}.home-page{padding-top:8px}.home-hero{height:auto;min-height:0;margin:0 8px;border-radius:22px}.home-hero-layout{height:auto;display:flex;flex-direction:column}.home-hero-copy{order:2;width:auto;min-height:470px;padding:42px 18px 24px}.home-hero-copy .home-eyebrow{margin-bottom:16px;font-size:12px;line-height:1.45}.home-hero-copy h1{margin-bottom:20px;font-size:51px;line-height:.9}.home-hero-copy>p:not(.home-eyebrow){margin-bottom:22px;font-size:14px;line-height:1.5}.home-hero-actions{flex-direction:column;gap:7px}.home-hero-actions .home-button{width:100%;min-width:0;min-height:51px}.home-hero-note{margin-top:28px;padding-top:20px}.home-hero-visual{order:1;height:350px}.home-hero-visual>img{object-position:52% center}.home-hero-models{min-height:70px;padding-inline:10px;grid-template-columns:repeat(3,1fr)}.home-hero-models span,.home-hero-models span:first-child{padding:3px 8px;border-left:1px solid rgba(255,255,255,.22)}.home-hero-models span:first-child{border-left:0}.home-hero-models span:last-child{display:flex}.home-hero-models small,.home-hero-models b{font-size:12px}.home-proof{grid-template-columns:1fr 1fr;padding:0}.home-proof>div,.home-proof>div:first-child{min-height:100px;padding:20px;border-left:0;border-bottom:1px solid var(--line)}.home-proof>div:nth-child(2){border-right:0}.home-proof strong{font-size:21px}.home-shop,.home-reviews{margin:8px;padding:72px 16px;border-radius:22px}.home-section-head{display:block;margin-bottom:40px}.home-section-head h2,.home-finder h2,.home-how h2,.home-faq h2{font-size:44px}.home-section-head>p{margin-top:20px;font-size:14px}.home-water-story{min-height:650px;margin:8px;border-radius:22px}.home-water-story:after{background:linear-gradient(180deg,#000c140d 18%,#000c14e6 64%,#00090ffa)}.home-water-image{height:auto}.home-water-image span{left:20px;bottom:18px}.home-water-copy{width:100%;min-height:650px;margin:0;padding:64px 20px;justify-content:flex-end}.home-water-copy h2{font-size:43px}.home-compare{margin:8px;padding:72px 16px;border-radius:22px}.home-section-head-dark .home-button{width:100%;margin-top:24px}.home-compare-grid{display:flex;gap:10px;margin-right:-16px;padding-right:16px;overflow-x:auto;scroll-snap-type:x mandatory}.home-compare-grid article{min-width:calc(100% - 64px);scroll-snap-align:center}.home-compare-product{height:285px}.home-finder{margin:8px;padding:72px 18px;border-radius:22px;grid-template-columns:1fr;gap:40px}.home-recommendation{min-height:330px;padding:28px}.home-recommendation h3{font-size:39px}.home-how{margin:8px;padding:72px 16px;border-radius:22px;gap:40px}.home-how-steps{grid-template-columns:1fr}.home-how-steps article{min-height:190px}.home-how-steps h3{margin-top:16px}.home-stories{width:calc(100% - 16px);height:auto;margin:8px;padding:6px;border-radius:22px;display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.home-stories article,.home-stories article:first-child{min-width:calc(100% - 64px);height:520px;scroll-snap-align:center}.home-stories article>div{left:22px;right:22px;bottom:24px}.home-world{margin:8px;padding:72px 10px;border-radius:22px}.home-world-head{padding-inline:8px;margin-bottom:38px;grid-template-columns:1fr;gap:34px}.home-world-head h2{font-size:44px}.home-world-head strong{font-size:55px}.home-world-map-scroll{margin-inline:-10px;padding:0 10px 12px;overflow-x:auto}.home-world-map{width:700px;max-width:none}.home-world-foot{margin:30px 8px 0;grid-template-columns:1fr}.home-world-regions{grid-template-columns:1fr 1fr}.home-world-regions div{padding:9px 10px}.home-world-foot .home-button{width:100%}.home-review-grid{grid-template-columns:1fr}.home-review-grid article{min-height:0;display:flex;flex-direction:column}.home-review-grid article>div{padding:20px 26px 26px}.home-review-grid img{width:96px;height:96px;margin-top:26px}.home-review-grid blockquote{font-size:15px}.home-trust{margin:8px;padding:0;border-radius:20px;grid-template-columns:1fr 1fr}.home-trust>div,.home-trust>div:first-child{min-height:145px;padding:25px 19px;border-left:0;border-bottom:1px solid rgba(45,18,0,.18)}.home-trust>div:nth-child(2){border-right:0}.home-trust strong{font-size:22px}.home-faq{margin:8px;padding:72px 18px;border-radius:22px;grid-template-columns:1fr;gap:40px}.home-faq summary{font-size:14px}.home-closing{margin:8px;padding:76px 18px;border-radius:22px}.home-closing h2{font-size:50px}.home-closing .home-button{width:100%}.home-mobile-shop{position:fixed;z-index:70;left:0;right:0;bottom:0;height:68px;padding:8px 9px 8px 15px;background:var(--ink);color:#fff;border-top:1px solid #2c3234;display:grid;grid-template-columns:1fr auto;align-items:center}.home-mobile-shop>a:first-child{display:flex;flex-direction:column}.home-mobile-shop span{color:#879194;font-size:12px}.home-mobile-shop b{font-size:14px}.home-mobile-cart{height:50px;padding:0 20px;border-radius:999px;background:var(--blue);color:#1d0d00;display:grid;place-items:center;font-size:12px;font-weight:760}.home-page{padding-bottom:68px}.site-footer{padding:70px 0 24px}.site-footer-top{grid-template-columns:1fr 1fr;gap:40px 24px;padding-inline:16px}.site-footer-top>div:first-child{grid-column:1/-1}.site-footer-bottom{margin-top:48px;padding-inline:16px;flex-direction:column;gap:10px}.shop-page{padding-top:8px}.shop-hero{min-height:720px;margin:0 8px;padding:52px 20px 390px;border-radius:22px;display:block;align-items:initial}.shop-hero:after{background:linear-gradient(180deg,#061116,#061116f0 40%,#0611161a 56%,#06111626 68%,#061116e0 90%,#061116f7)}.shop-hero-copy{width:100%}.shop-hero h1{font-size:58px}.shop-hero-lead{max-width:400px;font-size:13px}.shop-hero>img{inset:auto 0 0;width:100%;height:380px;object-position:center}.shop-hero-compare{right:18px;bottom:17px;min-width:182px}.shop-hero-note{display:none}.shop-catalog{margin:8px;padding:72px 16px;border-radius:22px}.shop-catalog-head{padding-inline:0;margin-bottom:42px;gap:28px}.shop-catalog-head h2{font-size:47px}.shop-filters{overflow-x:auto;padding-bottom:3px}.shop-filters button{white-space:nowrap}.shop-grid{grid-template-columns:1fr;gap:46px}.shop-card,.shop-card-multi{grid-column:auto;display:flex}.shop-card-visual,.shop-card-multi .shop-card-visual{aspect-ratio:1.05}.shop-card-visual img{width:76%;height:76%}.shop-card-multi .shop-card-visual img{width:96%;height:78%}.shop-card-content,.shop-card-multi .shop-card-content{padding:22px 0 0}.shop-card-actions{grid-template-columns:1fr}.shop-compare-cta{margin:8px;padding:76px 18px;border-radius:22px}.shop-compare-cta h2{font-size:50px}.shop-compare-cta a{width:100%;min-width:0}.compare-hero{min-height:520px}.compare-hero-image{top:0;right:0;bottom:0;left:0;width:auto}.compare-hero:after{background:linear-gradient(180deg,#050809f2,#050809e6 44%,#0508091a 62%,#05080900 82%)}.compare-hero-copy{width:100%;min-height:520px;padding:48px 20px;justify-content:flex-start}.compare-hero-copy h1{font-size:50px}.compare-products{padding-block:70px;grid-template-columns:1fr}.comparison-matrix{padding-bottom:76px}.matrix-head{display:block}.matrix-head h2{font-size:44px}.matrix-head label{margin-top:22px}.compare-scroll{margin-right:-16px;padding-right:16px}.compare-recommendations{padding:76px 0}.recommend-grid{grid-template-columns:1fr}.recommend-grid article{min-height:190px}.recommend-grid h3{margin-top:16px}.compare-bottom{padding:76px 18px}.compare-bottom h2{font-size:50px}.compare-bottom .btn{width:100%;min-width:0}.topic-nav{top:62px;height:44px;padding-inline:16px;justify-content:flex-start;gap:22px;overflow-x:auto;white-space:nowrap}.tech-page-hero{grid-template-columns:1fr;min-height:0}.tech-page-hero>div:first-child{padding:70px 18px}.tech-page-hero h1{font-size:57px}.tech-page-hero>div:last-child{height:390px}.tech-explainer,.open-story,.tech-faq{padding-block:76px;grid-template-columns:1fr;gap:40px}.tech-explainer h2,.open-story h2,.tech-faq h2{font-size:44px}.tech-story{grid-template-columns:1fr;min-height:0}.tech-story>img{height:380px}.tech-story>div{padding:62px 20px}.tech-story h2{font-size:43px}.open-points{grid-template-columns:1fr}.open-points article{min-height:190px}.open-points h3{margin-top:16px}.move-story{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.move-story>div,.move-story article{min-width:calc(100% - 56px);height:520px;scroll-snap-align:center}.move-story article{padding:35px}.tech-faq>div:last-child p{font-size:15px}.support-hero{padding:76px 18px}.support-hero h1{font-size:55px}.support-models{padding-block:76px}.section-heading{display:block;margin-bottom:38px}.section-heading h2,.support-faq h2{font-size:44px}.section-heading>p{margin-top:20px}.support-models>div:last-child{grid-template-columns:1fr}.support-models>div:last-child a{grid-template-columns:90px 1fr auto}.support-models img{width:90px;height:90px}.support-actions{padding:76px 0}.support-actions .shell{grid-template-columns:1fr}.support-actions a{min-height:190px}.support-actions h3{margin-top:16px}.support-faq{padding-block:76px;grid-template-columns:1fr;gap:40px}.support-contact{padding:76px 18px}.support-contact h2{font-size:50px}.product-subnav{top:62px;height:53px;padding-inline:14px;grid-template-columns:1fr auto}.product-subnav>a:first-child span,.product-subnav>div{display:none}.subnav-buy{grid-column:2}.detail-hero{grid-template-columns:1fr}.detail-stage{height:410px}.detail-stage img{height:380px}.detail-purchase{padding:52px 18px 70px}.detail-purchase h1{font-size:49px}.detail-purchase h2{font-size:21px}.detail-actions{grid-template-columns:1fr}.purchase-trust{flex-wrap:wrap}.detail-pillars{padding-block:76px}.detail-heading h2,.spec-section h2,.product-help h2{font-size:44px}.pillar-grid{grid-template-columns:1fr}.pillar-grid article{min-height:190px}.pillar-grid h3{margin-top:16px}.detail-use{grid-template-columns:1fr;min-height:0}.detail-use img{height:390px}.detail-use>div{padding:62px 20px}.detail-use h2{font-size:44px}.spec-section{padding-block:76px;grid-template-columns:1fr;gap:38px}.listen-modes{padding:76px 0}.listen-modes .shell{grid-template-columns:1fr;gap:38px}.listen-title h2{font-size:44px}.mode-grid{grid-template-columns:1fr}.mode-grid article,.mode-grid article:last-child{min-height:190px;border-right:1px solid #cfd5d2}.mode-grid article:last-child{border-top:0}.mode-grid h3{margin-top:45px}.detail-review{padding-block:76px;grid-template-columns:1fr;gap:35px}.detail-review blockquote{font-size:24px}.detail-review img{width:100%;height:auto;aspect-ratio:1;object-fit:cover}.detail-compare{padding:76px 0}.detail-compare .shell{display:block}.detail-compare h2{font-size:47px}.detail-compare .btn{width:100%;margin-top:25px}.product-help{padding-block:76px;grid-template-columns:1fr;gap:38px}.product-mobile-buy{position:fixed;z-index:70;left:0;right:0;bottom:0;height:68px;padding:8px 9px 8px 14px;background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr auto;align-items:center}.product-mobile-buy>div{display:flex;flex-direction:column}.product-mobile-buy span{color:#899294;font-size:12px}.product-mobile-buy b{font-size:15px}.product-mobile-buy button{height:50px;padding:0 20px;border:0;border-radius:999px;background:var(--blue);font-weight:760}.inner-page:has(.product-mobile-buy){padding-bottom:68px}}@media(max-width:390px){.home-hero-copy{min-height:455px}.home-hero-visual{height:315px}.home-hero-copy h1{font-size:46px}.home-hero-note span{display:none}.home-proof strong{font-size:19px}.home-section-head h2,.home-finder h2,.home-how h2,.home-faq h2{font-size:41px}.home-slide-copy h3{font-size:38px}.home-slide-features{grid-template-columns:1fr}.home-review-grid blockquote{font-size:14px}.home-trust{grid-template-columns:1fr}.home-trust>div{border-right:0}.shop-hero h1{font-size:52px}.shop-hero{padding-inline:17px}.shop-hero-lead,.shop-hero-note{font-size:12px}.shop-card-content ul{grid-template-columns:1fr}.support-models>div:last-child a{grid-template-columns:80px 1fr}.support-models img{width:80px;height:80px}.support-models b{display:none}.detail-purchase h1{font-size:45px}}.carousel-shell{position:relative}.swipe-hint{display:none}@media(max-width:800px){.swipe-hint{position:absolute;top:50%;right:8px;z-index:5;width:36px;height:36px;margin-top:-18px;border-radius:50%;background:#fff;color:var(--ink);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;pointer-events:none;box-shadow:0 8px 20px #00000038}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.site-mobile-products img,.home-slide-media img,.home-compare-product img,.shop-card-visual img,.compare-products img,.tech-page-hero img,.support-models img,.detail-stage img,.cart-line img{background:transparent!important;mix-blend-mode:normal!important}.tech-page-hero>div:last-child{background:transparent}.tech-page-hero img{width:88%;height:auto;border-radius:16px;box-shadow:0 28px 50px #0a0e1029}.support-models img{filter:drop-shadow(0 12px 12px rgba(52,28,10,.1))}.detail-stage,.detail-music2 .detail-stage,.detail-multi .detail-stage{background:#fff}.detail-stage img{width:78%;height:560px;filter:drop-shadow(0 28px 24px rgba(52,28,10,.13))}.detail-stage>p{padding:0;background:transparent;color:var(--muted);letter-spacing:.1em}.detail-snapshot{min-height:118px;padding-inline:max(32px,calc((100vw - var(--max))/2));border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);background:#fff}.detail-snapshot>div{padding:26px 30px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;gap:8px}.detail-snapshot>div:first-child{border-left:1px solid var(--line)}.detail-snapshot span{color:var(--muted);font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.detail-snapshot strong{font-size:22px;letter-spacing:-.035em}.detail-more{padding-block:105px}.detail-more-head{margin-bottom:42px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.detail-more-head h2{margin:0;font-size:clamp(48px,5vw,70px);line-height:.92;letter-spacing:-.055em;font-weight:540}.detail-more-head>a{padding-bottom:6px;border-bottom:1px solid;font-size:12px;font-weight:700}.detail-more-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.detail-more-grid>a{min-width:0;padding:28px;border:1px solid var(--line);display:grid;grid-template-columns:190px 1fr;grid-template-rows:auto auto auto 1fr;column-gap:30px;transition:border-color .2s,transform .2s}.detail-more-grid>a:hover{border-color:#9ca5a2;transform:translateY(-2px)}.detail-more-grid img{grid-row:1/-1;width:190px;height:190px;object-fit:contain;filter:drop-shadow(0 20px 18px rgba(52,28,10,.11))}.detail-more-grid span{align-self:end;color:var(--ink);font-size:12px;font-weight:500;letter-spacing:.13em;text-transform:uppercase}.detail-more-grid h3{margin:8px 0 2px;font-size:28px;letter-spacing:-.045em}.detail-more-grid p{margin:0;color:var(--muted);font-size:12px}.detail-more-grid b{align-self:end;margin-top:22px;font-size:12px}.detail-controls{padding-block:110px;display:grid;grid-template-columns:.78fr 1.22fr;gap:90px}.detail-controls-intro h2{margin:0;font-size:clamp(48px,5vw,70px);line-height:.93;letter-spacing:-.055em;font-weight:540}.detail-controls-intro>p:last-child{max-width:500px;margin:24px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.detail-controls-grid{border-top:1px solid var(--line)}.detail-controls-grid article{min-height:92px;padding:18px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:70px 1fr;align-items:center;gap:8px}.detail-controls-grid article>span{color:var(--blue-dark);font-size:26px;font-weight:700;line-height:1}.detail-controls-grid b{font-size:17px}.detail-controls-grid p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.spec-note{max-width:390px;margin:24px 0 0;color:var(--muted);font-size:12px;line-height:1.6}.detail-box{min-height:650px;display:grid;grid-template-columns:1fr 1fr;background:#f7f7f4}.detail-box-product{display:grid;place-items:center;overflow:hidden;background:#fff}.detail-box-product img{width:72%;height:520px;object-fit:contain;filter:drop-shadow(0 28px 24px rgba(52,28,10,.13))}.detail-box>div:last-child{padding:80px;display:flex;flex-direction:column;justify-content:center}.detail-box h2{max-width:600px;margin:0 0 45px;font-size:clamp(48px,5vw,70px);line-height:.93;letter-spacing:-.055em;font-weight:540}.detail-box ol{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.detail-box li{min-height:76px;padding:18px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:66px 1fr;align-items:center}.detail-box li span{color:var(--blue-dark);font-size:24px;font-weight:700;line-height:1}.detail-box li b{font-size:17px}.detail-testimonials{padding:105px 0;background:#f7f7f4;color:var(--ink)}.detail-testimonials-head{margin-bottom:26px}.detail-testimonials h2{margin:0;font-size:clamp(48px,5vw,70px);line-height:.93;letter-spacing:-.055em;font-weight:540}.detail-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.detail-testimonial-grid article{min-height:260px;padding:30px;border:0;border-radius:22px;background:#fff;display:flex;flex-direction:column}.detail-testimonial-grid article>span{color:var(--ink);font-size:12px;font-weight:500;letter-spacing:.12em}.detail-testimonial-grid blockquote{margin:auto 0 22px;color:var(--ink);font-size:18px;line-height:1.45;letter-spacing:-.02em}.detail-testimonial-grid article>b{font-size:12px}@media(max-width:800px){.tech-page-hero>div:last-child{border-left:0;border-top:1px solid var(--line)}.tech-page-hero img{width:84%;height:auto}.detail-stage img{width:78%;height:350px}.detail-snapshot{padding:0;grid-template-columns:1fr 1fr}.detail-snapshot>div,.detail-snapshot>div:first-child{min-height:88px;padding:18px;border-left:0;border-bottom:1px solid var(--line)}.detail-snapshot>div:nth-child(2n){border-right:0}.detail-snapshot strong{font-size:18px}.detail-more{padding-block:76px}.detail-more-head{display:block;margin-bottom:30px}.detail-more-head h2{font-size:44px}.detail-more-head>a{display:inline-block;margin-top:20px}.detail-more-grid{display:flex;gap:10px;margin-right:-16px;padding-right:16px;overflow-x:auto;scroll-snap-type:x mandatory}.detail-more-grid>a{min-width:calc(100% - 72px);padding:20px;grid-template-columns:125px 1fr;column-gap:18px;scroll-snap-align:center}.detail-more-grid img{width:125px;height:150px}.detail-more-grid h3{font-size:24px}.detail-controls{padding-block:76px;grid-template-columns:1fr;gap:38px}.detail-controls-intro h2{font-size:44px}.detail-controls-grid article{min-height:82px;grid-template-columns:52px 1fr}.detail-controls-grid article>span{font-size:20px}.detail-box{min-height:0;grid-template-columns:1fr}.detail-box-product{height:390px}.detail-box-product img{width:76%;height:330px}.detail-box>div:last-child{padding:65px 20px}.detail-box h2{margin-bottom:32px;font-size:44px}.detail-testimonials{padding:76px 0}.detail-testimonials-head{margin-bottom:20px}.detail-testimonials h2{font-size:44px}.detail-testimonial-grid{display:flex;gap:10px;margin-right:-16px;padding-right:16px;overflow-x:auto;scroll-snap-type:x mandatory}.detail-testimonial-grid article{min-width:calc(100% - 72px);min-height:240px;scroll-snap-align:center}.detail-testimonial-grid blockquote{font-size:17px}}@media(max-width:800px){.home-shop{padding:52px 10px 26px}.home-shop .home-section-head{margin-bottom:20px;padding-inline:6px}.home-shop .home-section-head h2{font-size:36px;line-height:.94}.home-shop .home-section-head>p{margin-top:12px;font-size:12px;line-height:1.45}.home-world{padding:58px 14px 34px}.home-world-head{padding-inline:0;margin-bottom:24px;gap:20px}.home-world-head h2{font-size:38px;line-height:.94}.home-world-head strong{font-size:48px}.home-world-head>div:last-child{gap:0 11px}.home-world-head>div:last-child p{margin-top:13px;font-size:12px;line-height:1.5}.home-world-map-scroll{width:100%;margin:0;padding:0;overflow:hidden}.home-world-map{width:100%;max-width:100%;aspect-ratio:2/1}.home-world-dot{width:5px;height:5px;margin:-2.5px 0 0 -2.5px}.home-world-foot{margin:24px 0 0;padding-top:19px;gap:20px}.home-world-regions{grid-template-columns:repeat(3,1fr)}.home-world-regions div{padding:8px 6px}.home-world-regions b{font-size:12px}.home-world-regions span{margin-top:4px;font-size:12px}.home-world-foot .home-button{min-height:46px}}@media(max-width:640px){.home-product-slider{overflow:hidden;border:1px solid #dce1de;border-radius:22px;background:#fff;touch-action:pan-y}.home-slide{height:565px;min-height:0;display:grid;grid-template-columns:1fr;grid-template-rows:225px 340px;gap:0}.home-slide-media{height:225px;aspect-ratio:auto;padding:8px 14px;border-bottom:1px solid var(--line)}.home-slide-media img{width:88%;height:96%;filter:drop-shadow(0 18px 16px rgba(52,28,10,.12))}.home-slide-multi .home-slide-media img{width:88%;height:78%}.home-product-tag{top:12px;left:14px;font-size:12px}.home-product-arrow{top:6px;right:8px;width:34px;height:34px}.home-slide-count{left:14px;bottom:10px;font-size:12px}.home-slide-copy{height:340px;padding:14px 14px 12px}.home-slide-copy .home-eyebrow{margin-bottom:7px;font-size:12px}.home-slide-copy h3{font-size:31px;line-height:.96}.home-slide-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:8px 0 11px;font-size:12.5px;line-height:1.4}.home-slide-purchase{min-height:51px;padding:9px 0;gap:8px}.home-slide-price{flex-direction:column;align-items:flex-start;gap:0}.home-slide-price strong{font-size:23px}.home-slide-price del{font-size:12px}.home-slide-colors{gap:8px}.home-slide-colors>div:first-child{display:none}.home-swatches{gap:7px}.home-swatches button{width:26px;height:26px;border-width:4px}.home-slide-features{padding:11px 0;margin:0;grid-template-columns:1fr 1fr;gap:7px 9px;font-size:12px;line-height:1.2}.home-slide-features li:before{margin-right:5px}.home-slide-actions{margin-top:auto;padding-top:0;grid-template-columns:1fr 1fr;gap:6px}.home-slide-actions .home-button{min-height:42px;padding:0 13px;gap:8px;font-size:12px}.home-slide-copy>.home-text-link{min-height:27px;margin-top:7px;padding-bottom:4px;font-size:12px}.home-slider-nav{height:54px;margin-top:0;padding:0 13px;border-top:1px solid #d7dcd9;grid-template-columns:1fr auto}.home-slider-dots{gap:6px}.home-slider-dots button{width:7px;height:7px}.home-slider-dots button.is-active{width:28px}.home-slider-arrows{gap:5px}.home-slider-arrows button{width:38px;height:38px;font-size:15px}}@media(max-width:390px){.home-shop .home-section-head h2{font-size:33px}.home-slide{height:515px;grid-template-rows:175px 340px}.home-slide-media{height:175px}.home-slide-copy h3{font-size:29px}.home-slide-description{font-size:12px}.home-slide-actions .home-button{padding-inline:11px;font-size:12px}.home-slider-nav{height:52px}.home-world{padding-inline:12px}.home-world-head h2{font-size:35px}}@media(max-width:800px){.home-shop{padding-top:30px;padding-bottom:22px}.home-shop .home-section-head{margin-bottom:14px}.home-shop .home-section-head .home-eyebrow{margin-bottom:8px}.home-shop .home-section-head h2{font-size:32px;line-height:.96}.home-shop .home-section-head>p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-top:9px;font-size:12px;line-height:1.4}.home-slide-media img{width:auto;height:76%;max-width:72%;object-fit:contain}.home-slide-music2 .home-slide-media img{width:auto;height:72%;max-width:68%}.home-slide-multi .home-slide-media img{width:86%;height:auto;max-height:68%}}@media(max-width:390px){.home-shop{padding-top:26px}.home-shop .home-section-head h2{font-size:30px}.home-slide-media img{height:72%;max-width:68%}.home-slide-music2 .home-slide-media img{height:68%;max-width:64%}}
