:root{--ink:#0f1211;--paper:#1c201f;--fog:#2f3533;--fog-2:#3b423f;--stone:#9ba49f;--water:#7ee2b8;--water-deep:#5bc99b;--white:#262b29;--text:#eef1ef;--bg:var(--paper);--fg:var(--text);--muted:var(--stone);--line:var(--fog-2);--font:"Archivo", "Helvetica Neue", Arial, sans-serif;--wide:1440px;--gutter:clamp(20px,4vw,64px);--r-sm:6px;--r-md:14px;--r-lg:28px;--ease:cubic-bezier(.22,.61,.36,1);--dur:.6s;--header-h:72px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font);font-size:17px;line-height:1.5;font-variation-settings:"wdth" 100;-webkit-font-smoothing:antialiased}img,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}h1,h2,h3,h4,p,ul,ol,figure{margin:0}ul,ol{padding:0;list-style:none}:focus-visible{outline:3px solid var(--water);outline-offset:3px;border-radius:2px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.wrap{width:min(100% - 2*var(--gutter),var(--wide));margin-inline:auto}.dark{--bg:var(--ink);--fg:var(--text);--muted:#9ba49f;--line:#2a2f2d;background:var(--bg);color:var(--fg)}.display{font-weight:800;font-variation-settings:"wdth" 72;letter-spacing:-.035em;line-height:.9;text-transform:uppercase}.h-xxl{font-size:clamp(3.75rem,13vw,13.5rem)}.h-xl{font-size:clamp(2.75rem,7vw,6.5rem)}.h-lg{font-size:clamp(2rem,4.2vw,3.75rem);font-weight:700;letter-spacing:-.03em;line-height:1}.h-md{font-size:clamp(1.5rem,2.4vw,2.25rem);font-weight:650;letter-spacing:-.02em;line-height:1.1}.h-sm{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;line-height:1.25}.lede{font-size:clamp(1.125rem,1.5vw,1.375rem);line-height:1.45;max-width:36em;color:var(--fg)}.small{font-size:.9375rem}.tiny{font-size:.8125rem}.muted{color:var(--muted)}.model{font-size:.8125rem;color:var(--muted);letter-spacing:.02em}.btn{display:inline-flex;align-items:center;gap:.6em;padding:1em 1.6em;border-radius:999px;font-weight:600;font-size:1rem;line-height:1;border:1.5px solid currentColor;transition:transform .25s var(--ease),background .25s,color .25s;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0) scale(.99)}.btn-fill{background:var(--text);color:var(--ink);border-color:var(--text)}.btn-fill:hover{background:var(--water);border-color:var(--water);color:var(--ink)}.btn-ghost{background:transparent}.btn-ghost:hover{background:var(--text);color:var(--ink)}.btn-water{background:var(--water);border-color:var(--water);color:var(--ink)}.btn-water:hover{background:var(--water-deep);border-color:var(--water-deep)}.btn-sm{padding:.7em 1.1em;font-size:.9rem}.link{border-bottom:1.5px solid currentColor;padding-bottom:.1em;font-weight:500}.link:hover{color:var(--water)}.announce{background:var(--ink);color:#fff;font-size:.8125rem;overflow:hidden;position:relative;height:36px}.announce ul{display:flex;gap:3rem;white-space:nowrap;align-items:center;height:100%;width:max-content;animation:tick 40s linear infinite;padding-inline:1.5rem}.announce li{display:flex;align-items:center;gap:.6em}.announce li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--water)}@keyframes tick{to{transform:translate(-50%)}}.header{position:sticky;top:0;z-index:50;height:var(--header-h);display:flex;align-items:center;transition:background .35s,color .35s,box-shadow .35s,backdrop-filter .35s;color:#fff}.header.is-over-dark{color:#fff}.header.is-scrolled{background:#1c201fdb;color:var(--text);backdrop-filter:saturate(1.4) blur(14px);-webkit-backdrop-filter:saturate(1.4) blur(14px);box-shadow:0 1px #0000000f}.header .wrap{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.logo{white-space:nowrap;font-weight:800;font-variation-settings:"wdth" 70;letter-spacing:-.03em;text-transform:uppercase;font-size:1.35rem;line-height:1}.logo b{color:var(--water);font-weight:inherit}.nav{display:flex;gap:1.75rem;justify-content:center;font-size:.9375rem;font-weight:500}.nav a{position:relative;padding:.35em 0}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1.5px;background:var(--water);transition:right .3s var(--ease)}.nav a:hover:after{right:0}.utils{display:flex;gap:1.1rem;justify-content:flex-end;align-items:center;font-size:.9375rem;font-weight:500;white-space:nowrap}.utils .cart{display:inline-flex;align-items:center;gap:.4em}.utils .count{background:var(--water);color:var(--ink);font-size:.7rem;padding:.1em .5em;border-radius:999px;font-weight:700}.burger{display:none;width:40px;height:40px;place-items:center}.burger span{display:block;width:22px;height:2px;background:currentColor;position:relative}.burger span:before,.burger span:after{content:"";position:absolute;left:0;width:100%;height:2px;background:currentColor;transition:transform .3s}.burger span:before{top:-7px}.burger span:after{top:7px}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:var(--ink);color:#fff;padding:calc(var(--header-h) + 24px) var(--gutter) 40px;transform:translate(100%);transition:transform .45s var(--ease);overflow:auto;display:flex;flex-direction:column;gap:2rem}.drawer[aria-hidden=false]{transform:none}.drawer a{display:block;padding:.45em 0;font-size:2rem;font-weight:700;letter-spacing:-.02em;line-height:1.1}.drawer .utils-m a{font-size:1.1rem;font-weight:500}.drawer-close{position:absolute;top:16px;right:var(--gutter);width:44px;height:44px;font-size:2rem;line-height:1}.hero{position:relative;min-height:calc(100vh - 36px);margin-top:calc(-1 * var(--header-h));padding-top:var(--header-h);background:var(--ink);color:#fff;overflow:hidden;isolation:isolate}.hero .wrap{position:relative;min-height:calc(100vh - 36px);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2rem}.hero-copy{position:relative;z-index:2;padding-block:12vh 8vh}.hero h1{margin-bottom:.35em;font-size:clamp(3.5rem,10.4vw,10.5rem)}.hero h1 .line{display:block;overflow:hidden}.hero h1 .line span{display:block;transform:translateY(110%);animation:rise 1s var(--ease) forwards}.hero h1 .line:nth-child(2) span{animation-delay:.12s}.hero h1 .line:nth-child(3) span{animation-delay:.24s;color:var(--water);font-variation-settings:"wdth" 62;font-weight:300;text-transform:none;letter-spacing:-.02em}@keyframes rise{to{transform:none}}.hero .lede{opacity:0;animation:fade .9s .6s forwards;color:#c9c8c3;max-width:30em}.hero-ctas{display:flex;gap:.75rem;margin-top:2rem;opacity:0;animation:fade .9s .8s forwards;flex-wrap:wrap}@keyframes fade{to{opacity:1}}.hero-stage{position:relative;height:min(72vh,720px);display:grid;place-items:center}.hero-product{width:auto;max-width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 40px 60px rgba(0,0,0,.6));will-change:transform;animation:floaty 7s ease-in-out infinite}@keyframes floaty{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-14px) rotate(2deg)}}.hero-ring{position:absolute;inset:auto;width:min(70vw,640px);aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,255,255,.08);animation:spin 40s linear infinite}.hero-ring:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:50%;border:1px solid transparent;border-top-color:var(--water);opacity:.7}@keyframes spin{to{transform:rotate(360deg)}}.hero-model{position:absolute;bottom:2rem;right:0;font-size:.8125rem;color:#9d9c97;text-align:right;line-height:1.4}.water{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.55;-webkit-mask-image:linear-gradient(to top,transparent,#000 40%);mask-image:linear-gradient(to top,transparent,#000 40%)}.water path{fill:none;stroke:var(--water);stroke-width:1;opacity:.35;stroke-dasharray:1200;stroke-dashoffset:1200;animation:draw 6s var(--ease) forwards}.water path:nth-child(2){animation-delay:.6s;opacity:.2}.water path:nth-child(3){animation-delay:1.2s;opacity:.12}@keyframes draw{to{stroke-dashoffset:0}}.scroll-cue{position:absolute;left:50%;bottom:1.25rem;transform:translate(-50%);width:1px;height:48px;background:linear-gradient(#fff,transparent);opacity:.5;animation:cue 2s infinite}@keyframes cue{0%{transform:translate(-50%,-10px);opacity:0}30%{opacity:.6}to{transform:translate(-50%,20px);opacity:0}}.trust{border-bottom:1px solid var(--line)}.trust .wrap{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.trust div{padding:1.6rem 1rem 1.6rem 0;font-size:.9375rem;font-weight:500;display:flex;align-items:center;gap:.7em;border-right:1px solid var(--line)}.trust div:last-child{border-right:0}.trust svg{width:22px;height:22px;flex:none;stroke:var(--water);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.section{padding-block:clamp(72px,9vw,140px)}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:end;margin-bottom:clamp(40px,5vw,72px)}.section-head p{max-width:34em;color:var(--muted)}.section-head .h-lg{max-width:14em}@media(min-width:900px){.section-head p{justify-self:end}}.coll-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.coll{position:relative;background:var(--white);border-radius:var(--r-lg);padding:1.75rem 1.75rem 1.5rem;min-height:520px;display:flex;flex-direction:column;overflow:hidden;transition:transform .5s var(--ease)}.coll:hover{transform:translateY(-6px)}.coll img{width:100%;height:100%;object-fit:contain;margin:1rem 0 1.5rem;transition:transform .8s var(--ease)}.coll:hover img{transform:scale(1.06) rotate(-1.5deg)}.coll figure{height:260px;display:flex;align-items:center;justify-content:center;margin:1rem 0 1.5rem}.coll h3{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.coll p{color:var(--muted);margin:.5rem 0 1.25rem;font-size:.95rem}.coll .btn{margin-top:auto;align-self:flex-start}.coll .n{position:absolute;top:1.5rem;right:1.75rem;font-size:.8125rem;color:var(--muted)}.story{background:var(--ink);color:#fff}.story-pin{position:sticky;top:0;height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden}.story-stage{position:relative;height:100%;display:grid;place-items:center}.story-stage img{width:min(80%,460px);height:80%;object-fit:contain;will-change:transform,opacity;transition:opacity .5s;filter:drop-shadow(0 60px 80px rgba(0,0,0,.7))}.story-stage .alt{position:absolute;inset:auto;width:min(80%,460px);height:80%;object-fit:contain;opacity:0}.story-stage .alt.on{opacity:1}.story-stage .callout{position:absolute;display:flex;align-items:center;gap:.75rem;font-size:.9375rem;opacity:0;transform:translateY(8px);transition:opacity .5s,transform .5s}.story-stage .callout.on{opacity:1;transform:none}.story-stage .callout i{width:10px;height:10px;border-radius:50%;background:var(--water);box-shadow:0 0 0 6px #7ee2b840;flex:none}.story-stage .callout:before{content:"";width:48px;height:1px;background:#fff6}.story-copy{position:relative;height:100%;padding-inline:var(--gutter)}.story-copy .scene{position:absolute;top:50%;left:var(--gutter);right:var(--gutter);max-width:26em;opacity:0;transform:translateY(calc(-50% + 24px));transition:opacity .6s var(--ease),transform .6s var(--ease);pointer-events:none}.story-copy .scene.on{opacity:1;transform:translateY(-50%);pointer-events:auto}.story-copy .k{font-size:.8125rem;color:var(--water);margin-bottom:1rem;font-weight:600}.story-copy h3{font-size:clamp(2rem,4.5vw,4rem);font-weight:750;letter-spacing:-.035em;line-height:.98;margin-bottom:1rem}.story-copy p{color:#c9c8c3;font-size:1.1rem}.story-copy .big{font-size:clamp(3rem,8vw,7rem);font-weight:800;letter-spacing:-.04em;line-height:1;font-variation-settings:"wdth" 75}.story-copy .big small{font-size:.35em;font-weight:500;color:#9d9c97;letter-spacing:0;font-variation-settings:"wdth" 100;display:block;margin-top:.4em}.story-track{height:900vh}.story-progress{position:absolute;left:var(--gutter);bottom:2rem;display:flex;gap:.4rem}.story-progress i{width:22px;height:2px;background:#fff3;transition:background .3s}.story-progress i.on{background:var(--water)}.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.card{background:var(--white);border-radius:var(--r-lg);padding:1.5rem;display:flex;flex-direction:column;position:relative;transition:transform .45s var(--ease),box-shadow .45s}.card:hover{transform:translateY(-4px);box-shadow:0 30px 60px -30px #0009}.card .badge{position:absolute;top:1.25rem;left:1.25rem;background:var(--water);color:var(--ink);font-size:.72rem;font-weight:700;padding:.35em .7em;border-radius:999px}.card .series-tag{position:absolute;top:1.25rem;right:1.25rem;font-size:.75rem;color:var(--muted)}.card figure{height:240px;display:flex;align-items:center;justify-content:center;margin:1.25rem 0 1rem}.card img{width:100%;height:100%;object-fit:contain;transition:transform .7s var(--ease)}.card:hover img{transform:scale(1.05)}.card h3{font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.card h3 small{display:block;font-size:.8125rem;color:var(--muted);font-weight:400;margin-top:.15em;letter-spacing:.01em}.card .tag{margin:.6rem 0 .9rem;color:var(--fg);font-size:.95rem;font-weight:500}.card dl{display:grid;grid-template-columns:auto 1fr;gap:.25rem .75rem;font-size:.85rem;margin-bottom:1.25rem}.card dt{color:var(--muted)}.card dd{margin:0}.card .row{display:flex;justify-content:space-between;align-items:center;margin-top:auto;gap:.5rem}.card .price{font-weight:600}.card .price s{color:var(--muted);font-weight:400;margin-right:.4em}.chips{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}.chip{padding:.55em 1em;border-radius:999px;border:1.5px solid var(--line);font-size:.9rem;font-weight:500;transition:.25s}.chip:hover{border-color:var(--fg)}.chip[aria-pressed=true]{background:var(--fg);color:var(--bg);border-color:var(--fg)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;counter-reset:s}.step{padding:2rem 0 0;border-top:2px solid var(--fg);counter-increment:s}.step:before{content:counter(s,decimal-leading-zero);display:block;font-size:.8125rem;color:var(--muted);margin-bottom:2.5rem}.step h3{font-size:clamp(2.2rem,4vw,3.75rem);font-weight:800;letter-spacing:-.04em;line-height:.95;margin-bottom:.75rem;font-variation-settings:"wdth" 75}.step p{color:var(--muted);max-width:22em}.step .ico{width:100%;aspect-ratio:1;max-width:120px;margin-bottom:1.5rem}.step .ico svg{width:100%;height:100%;fill:none;stroke:var(--fg);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.step .ico .w{stroke:var(--water);stroke-dasharray:60;stroke-dashoffset:60;transition:stroke-dashoffset 1.2s var(--ease) .3s}.step.in .ico .w{stroke-dashoffset:0}.uses{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:220px;gap:.75rem}.use{position:relative;border-radius:var(--r-md);overflow:hidden;background:var(--fog)}.use img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}.use:hover img{transform:scale(1.05)}.use span{position:absolute;left:1rem;bottom:1rem;right:1rem;color:#fff;font-weight:600;font-size:1.05rem;text-shadow:0 2px 12px rgba(0,0,0,.6)}.use.text{background:var(--ink);color:#fff;padding:1.25rem;display:flex;flex-direction:column;justify-content:flex-end}.use.text strong{font-size:1.25rem;letter-spacing:-.02em;line-height:1.15}.use.text p{color:#9d9c97;font-size:.85rem;margin-top:.5rem}.use.wide{grid-column:span 2}.use.tall{grid-row:span 2}.compare-wrap{overflow:auto;border:1px solid var(--line);border-radius:var(--r-md);background:var(--white)}.compare{border-collapse:separate;border-spacing:0;min-width:900px;width:100%;font-size:.9rem}.compare th,.compare td{padding:.9rem 1rem;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}.compare thead th{position:sticky;top:0;background:var(--white);z-index:2}.compare thead th img{height:90px;margin:0 auto .5rem;object-fit:contain}.compare thead th strong{display:block;font-size:1rem}.compare thead th small{color:var(--muted);font-weight:400}.compare tbody th{position:sticky;left:0;background:var(--paper);font-weight:500;color:var(--muted);white-space:nowrap;z-index:1}.compare td.na{color:var(--muted);font-style:italic}.compare-controls{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.finder{background:var(--white);border-radius:var(--r-lg);padding:clamp(1.5rem,4vw,3.5rem);display:grid;grid-template-columns:1fr 1fr;gap:3rem;min-height:520px}.finder-q h3{font-size:clamp(1.75rem,3vw,2.75rem);font-weight:750;letter-spacing:-.03em;line-height:1.05;margin:.5rem 0 1.5rem}.finder .prog{display:flex;gap:.35rem}.finder .prog i{height:3px;flex:1;background:var(--fog);border-radius:2px}.finder .prog i.on{background:var(--water)}.opts{display:grid;gap:.6rem}.opt{display:flex;align-items:center;gap:.9rem;padding:1rem 1.15rem;border-radius:var(--r-md);border:1.5px solid var(--line);text-align:left;font-weight:500;transition:.2s;width:100%}.opt:hover{border-color:var(--fg)}.opt[aria-pressed=true]{border-color:var(--fg);background:var(--fg);color:var(--bg)}.opt small{display:block;color:var(--muted);font-weight:400;font-size:.85rem}.opt[aria-pressed=true] small{color:inherit;opacity:.75}.finder-r{display:grid;place-items:center;text-align:center;color:var(--muted)}.finder-r .result{display:grid;gap:1rem;width:100%;text-align:left;color:var(--fg)}.finder-r .pick{display:grid;grid-template-columns:110px 1fr;gap:1rem;align-items:center;padding:1rem;border:1.5px solid var(--line);border-radius:var(--r-md)}.finder-r .pick img{height:110px;object-fit:contain}.finder-r .pick.top{border-color:var(--water);background:#7ee2b80f}.finder-r .pick strong{display:block;font-size:1.1rem}.finder-r .pick small{color:var(--muted)}.finder-r .why{font-size:.9rem;color:var(--muted);margin-top:.25rem}.finder-actions{display:flex;gap:.6rem;margin-top:1.5rem;flex-wrap:wrap}.rev-top{display:grid;grid-template-columns:auto 1fr auto;gap:2rem;align-items:center;padding-bottom:2rem;border-bottom:1px solid var(--line);margin-bottom:2rem}.rev-score{font-size:4rem;font-weight:800;letter-spacing:-.04em;line-height:1}.rev-score small{display:block;font-size:.85rem;font-weight:400;color:var(--muted);letter-spacing:0}.rev-bars{display:grid;gap:.35rem;max-width:340px}.rev-bars div{display:grid;grid-template-columns:2ch 1fr 3ch;gap:.6rem;align-items:center;font-size:.85rem;color:var(--muted)}.rev-bars i{height:6px;background:var(--fog);border-radius:3px;display:block}.rev-filters{display:flex;gap:.5rem;flex-wrap:wrap}.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.rev{background:var(--white);border-radius:var(--r-md);padding:1.5rem;min-height:200px;display:flex;flex-direction:column;gap:.75rem;border:1.5px dashed var(--line)}.rev .stars{color:var(--fog-2);letter-spacing:.1em}.rev .who{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--muted)}.rev .who .v{border:1px solid var(--line);border-radius:999px;padding:.15em .6em;font-size:.72rem}.rev .ph{height:12px;background:var(--fog);border-radius:6px}.rev .ph.s{width:60%}.rev .photo{aspect-ratio:4/3;background:var(--fog);border-radius:var(--r-sm);display:grid;place-items:center;color:var(--muted);font-size:.85rem}.rev .note{margin-top:auto;font-size:.8rem;color:var(--muted)}.preview-flag{display:inline-flex;align-items:center;gap:.5em;font-size:.8rem;color:var(--muted);border:1px solid var(--line);padding:.35em .8em;border-radius:999px}.ship{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.regions{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.regions li{padding:1rem 1.1rem;border:1.5px solid var(--line);border-radius:var(--r-md);display:flex;justify-content:space-between;font-weight:500}.regions li span{color:var(--muted);font-weight:400;font-size:.85rem}.ship-notes{display:grid;gap:1.25rem}.ship-notes h4{font-size:1rem;font-weight:600;margin-bottom:.25rem}.ship-notes p{color:var(--muted);font-size:.95rem}.acc{border-top:1px solid var(--line)}.acc details{border-bottom:1px solid var(--line)}.acc summary{list-style:none;cursor:pointer;padding:1.25rem 0;display:flex;justify-content:space-between;gap:1rem;font-weight:600;font-size:1.05rem}.acc summary::-webkit-details-marker{display:none}.acc summary:after{content:"+";font-weight:300;font-size:1.6rem;line-height:1;transition:transform .3s;color:var(--muted)}.acc details[open] summary:after{transform:rotate(45deg)}.acc .body{padding:0 0 1.5rem;color:var(--muted);max-width:60ch}.acc .body p+p{margin-top:.75rem}.faq-cols{display:grid;grid-template-columns:1fr 2fr;gap:3rem}.faq-cols .sticky{position:sticky;top:calc(var(--header-h) + 24px)}.news{background:var(--water);color:var(--ink)}.news .wrap{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.news h2{font-size:clamp(2.5rem,6vw,5.5rem);font-weight:800;letter-spacing:-.04em;line-height:.95;font-variation-settings:"wdth" 75}.news form{display:flex;gap:.5rem;background:var(--ink);border-radius:999px;padding:.4rem;max-width:520px}.news input{flex:1;border:0;background:none;padding:.8em 1.2em;font:inherit;color:var(--ink);min-width:0}.news input:focus{outline:none}.news .btn{background:var(--water);color:var(--ink);border-color:var(--water)}.news p{color:#0f1211cc;margin-top:1rem;font-size:.85rem}.footer{background:var(--ink);color:#fff;padding:clamp(56px,7vw,100px) 0 32px}.footer-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:2rem;margin-bottom:4rem}.footer h4{font-size:.9375rem;font-weight:600;margin-bottom:1rem;color:#9d9c97}.footer li{padding:.3em 0;font-size:.95rem}.footer li a:hover{color:var(--water)}.footer .logo{font-size:2rem}.footer .brand p{color:#9d9c97;margin-top:1rem;max-width:26em;font-size:.95rem}.footer .social{display:flex;gap:1rem;margin-top:1.5rem}.footer .social a{width:40px;height:40px;border:1px solid #2a2a2a;border-radius:50%;display:grid;place-items:center;transition:.25s}.footer .social a:hover{border-color:var(--water);color:var(--water)}.footer .social svg{width:18px;height:18px;fill:currentColor}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;border-top:1px solid #2a2f2d;padding-top:1.5rem;font-size:.85rem;color:#9d9c97}.footer-bottom .legal{display:flex;gap:1.25rem;flex-wrap:wrap}.footer-bottom select{background:none;color:var(--text);border:1px solid #2a2f2d;border-radius:999px;padding:.5em 1em;font:inherit;font-size:.85rem}.giant{font-size:clamp(3rem,15vw,15rem);font-weight:800;letter-spacing:-.04em;line-height:.85;text-transform:uppercase;font-variation-settings:"wdth" 65;color:#1a1e1d;-webkit-user-select:none;user-select:none;margin:2rem 0 -.1em;white-space:nowrap;overflow:hidden}.pdp{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,4vw,5rem);padding-block:2rem 5rem}.gallery{position:sticky;top:calc(var(--header-h) + 16px);align-self:start;display:grid;grid-template-columns:80px 1fr;gap:1rem}.gallery .thumbs{display:grid;gap:.5rem;align-content:start}.gallery .thumbs button{aspect-ratio:1;border-radius:var(--r-sm);background:var(--white);border:1.5px solid transparent;padding:.4rem;display:grid;place-items:center}.gallery .thumbs button[aria-selected=true]{border-color:var(--fg)}.gallery .thumbs img{max-height:100%;object-fit:contain}.gallery .main{background:var(--white);border-radius:var(--r-lg);aspect-ratio:1;display:grid;place-items:center;overflow:hidden;position:relative}.gallery .main img{width:80%;height:80%;object-fit:contain;transition:transform .5s var(--ease)}.gallery .main:hover img{transform:scale(1.35)}.gallery .main .cap{position:absolute;left:1.25rem;bottom:1rem;font-size:.8rem;color:var(--muted)}.buy h1{font-size:clamp(2rem,3.5vw,3.25rem);font-weight:800;letter-spacing:-.035em;line-height:1;text-transform:uppercase;font-variation-settings:"wdth" 75}.buy .price-row{display:flex;align-items:baseline;gap:1rem;margin:1.25rem 0;font-size:1.5rem;font-weight:600}.buy .rating-ph{display:flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.9rem;margin-bottom:1rem}.buy .benefit{font-size:1.1rem;margin-bottom:1.5rem}.variants{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.qty{display:inline-flex;border:1.5px solid var(--line);border-radius:999px;overflow:hidden}.qty button{width:44px;height:48px;font-size:1.2rem}.qty input{width:48px;text-align:center;border:0;font:inherit;background:none}.buy-row{display:flex;gap:.75rem;margin:1rem 0 .75rem;flex-wrap:wrap}.buy-row .btn{flex:1;justify-content:center;min-width:180px}.notes{display:grid;gap:.3rem;color:var(--muted);font-size:.9rem;margin:1.25rem 0}.notes li{display:flex;gap:.6em;align-items:center}.notes svg{width:16px;height:16px;stroke:var(--water);fill:none;stroke-width:1.8}.pay{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:2rem}.pay span{border:1px solid var(--line);border-radius:4px;padding:.2em .6em;font-size:.72rem;font-weight:600;color:var(--muted)}.spec-table{width:100%;border-collapse:collapse;font-size:.95rem}.spec-table th{text-align:left;color:var(--muted);font-weight:500;padding:.7rem 0;width:38%;vertical-align:top}.spec-table td{padding:.7rem 0;border-bottom:1px solid var(--line)}.spec-table th{border-bottom:1px solid var(--line)}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:40;background:#f4f3efeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--line);padding:.75rem var(--gutter);display:none;align-items:center;gap:1rem;transform:translateY(100%);transition:transform .4s var(--ease)}.sticky-atc.on{transform:none}.sticky-atc .btn{flex:1;justify-content:center}.page-hero{padding:clamp(56px,8vw,120px) 0 clamp(32px,4vw,56px)}.page-hero h1{font-size:clamp(2.75rem,7vw,6rem);font-weight:800;letter-spacing:-.04em;line-height:.95}.page-hero p{margin-top:1.25rem;max-width:36em;color:var(--muted);font-size:1.15rem}.form{display:grid;gap:1rem;max-width:560px}.form label{display:grid;gap:.4rem;font-weight:500;font-size:.95rem}.form input,.form select,.form textarea{font:inherit;padding:.9em 1.1em;border:1.5px solid var(--line);border-radius:var(--r-md);background:var(--white);width:100%}.form textarea{min-height:140px;resize:vertical}.form input:focus,.form select:focus,.form textarea:focus{outline:none;border-color:var(--fg)}.form .row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hub{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.hub a{background:var(--white);border-radius:var(--r-md);padding:1.5rem;display:grid;gap:.5rem;transition:.3s}.hub a:hover{transform:translateY(-3px)}.hub a strong{font-size:1.15rem;letter-spacing:-.02em}.hub a span{color:var(--muted);font-size:.9rem}.callout-box{border:1.5px solid var(--water);border-radius:var(--r-md);padding:1rem 1.25rem;font-size:.9rem;color:var(--fg);background:#7ee2b80f}.callout-box strong{color:var(--water-deep)}.prose{max-width:66ch}.prose h2{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin:2.5rem 0 .75rem}.prose h3{font-size:1.1rem;font-weight:600;margin:1.5rem 0 .5rem}.prose p,.prose li{color:var(--muted)}.prose p+p{margin-top:.75rem}.prose ul{list-style:disc;padding-left:1.25em}.prose li{margin:.3em 0}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.in{opacity:1;transform:none}[data-stagger]>*{transition-delay:calc(var(--i,0) * 70ms)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.hero h1 .line span{transform:none}.hero .lede,.hero-ctas{opacity:1}.reveal{opacity:1;transform:none}.story-track{height:auto}.story-pin{position:relative;height:auto;grid-template-columns:1fr;padding-block:4rem}.story-copy{height:auto}.story-copy .scene{position:relative;top:auto;opacity:1;transform:none;margin-bottom:3rem}.story-stage .callout{opacity:1;transform:none}.announce ul{animation:none;width:auto;justify-content:center}}@media(max-width:1100px){.coll-grid,.prod-grid,.hub{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr);gap:2rem}.uses{grid-template-columns:repeat(3,1fr);grid-auto-rows:180px}.footer-grid{grid-template-columns:1fr 1fr 1fr}.footer .brand{grid-column:1/-1}.nav{display:none}.burger{display:grid}.utils .hide-m{display:none}}@media(max-width:820px){:root{--header-h:64px}body{font-size:16px}.hero .wrap{grid-template-columns:1fr;align-content:end;min-height:calc(100svh - 36px)}.hero-copy{padding-block:3vh 3vh;order:2}.hero-stage{order:1;height:40svh;margin-top:1rem}.hero-product{width:auto;max-height:100%}.hero-model{display:none}.h-xxl{font-size:clamp(3rem,17vw,6rem)}.trust .wrap{grid-template-columns:1fr 1fr}.trust div{border-right:0;border-bottom:1px solid var(--line);padding:1rem 0}.section-head,.ship,.faq-cols,.finder,.news .wrap{grid-template-columns:1fr}.faq-cols .sticky{position:static}.coll-grid,.prod-grid,.rev-grid,.regions,.hub{grid-template-columns:1fr}.coll{min-height:0}.story-pin{grid-template-columns:1fr;grid-template-rows:1fr 1fr}.story-stage img,.story-stage .alt{width:60%;height:62%}.story-pin{grid-template-rows:.9fr 1.1fr}.story-copy h3{font-size:clamp(1.6rem,7vw,2.4rem)}.story-copy p{font-size:.95rem}.story-copy .big{font-size:clamp(2.5rem,14vw,4rem)}.story-progress{bottom:1rem}.story-copy{padding-bottom:3rem}.story-copy .scene{top:42%}.story-track{height:700vh}.steps{grid-template-columns:1fr}.uses{grid-template-columns:1fr 1fr;grid-auto-rows:160px}.use.wide{grid-column:span 2}.use.tall{grid-row:span 1}.pdp{grid-template-columns:1fr}.gallery{position:static;grid-template-columns:1fr}.gallery .thumbs{grid-auto-flow:column;grid-template-columns:none;overflow:auto;order:2}.gallery .thumbs button{width:64px}.sticky-atc{display:flex}.rev-top{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.form .row{grid-template-columns:1fr}.compare{font-size:.85rem}}.draw-box{display:flex;align-items:center;justify-content:center;color:var(--fg)}.draw-box svg{width:100%;height:100%;overflow:visible}.draw-box .dim-t{font:500 15px/1 var(--font);fill:currentColor;opacity:.6;letter-spacing:.02em}.dark .draw-box,.hero .draw-box,.story .draw-box{color:#fff}.hero-product{width:min(38vw,520px);height:80%;filter:drop-shadow(0 0 40px rgba(126,226,184,.25));animation:floaty 7s ease-in-out infinite}.hero-product .spray,.hero-product .dim{stroke:var(--water);opacity:.9}.hero-product .dim-t{fill:var(--water);opacity:.9}.coll figure.draw-box{height:300px;padding:.75rem;background:repeating-linear-gradient(0deg,transparent 0 23px,rgba(255,255,255,.06) 23px 24px),repeating-linear-gradient(90deg,transparent 0 23px,rgba(255,255,255,.06) 23px 24px);border-radius:var(--r-md)}.card figure.draw-box{height:280px;padding:.5rem}.card:hover .draw-box svg{transform:translateY(-4px)}.draw-box svg{transition:transform .6s var(--ease)}.story-hero{width:min(70%,440px);height:82%;will-change:transform;transform-origin:50% 50%}.story-stage .draw path,.story-stage .draw rect,.story-stage .draw circle{transition:opacity .5s,stroke .5s,transform .8s var(--ease)}.story-stage .spray,.story-stage .dim,.story-stage .dim-t{opacity:0;transition:opacity .5s}.story-stage[data-scene="4"] .spray,.story-stage[data-scene="7"] .spray,.story-stage[data-scene=all] .spray{opacity:1;stroke:var(--water)}.story-stage[data-scene="3"] .part-nozzle{stroke:var(--water);transform:translate(3px,-7px)}.story-stage[data-scene="5"] .part-body rect{stroke:var(--water)}.story-stage[data-scene="5"] .part-body text{fill:var(--water)}.story-stage[data-scene="8"] .part-bottle,.story-stage[data-scene="6"] .dim,.story-stage[data-scene="8"] .dim{opacity:1;stroke:var(--water)}.story-stage[data-scene="6"] .dim-t,.story-stage[data-scene="8"] .dim-t{opacity:1;fill:var(--water)}.story-stage[data-scene="7"] .draw{filter:drop-shadow(0 0 18px rgba(126,226,184,.6))}.story-stage[data-scene="6"] .story-hero{outline:1px dashed rgba(255,255,255,.25);outline-offset:12px;border-radius:12px}.story-stage .draw{transition:filter .6s}.uses{grid-auto-rows:200px}.use{background:var(--white);border:1px solid var(--fog);padding:1.25rem;display:flex;flex-direction:column;justify-content:space-between;transition:background .4s,color .4s}.use b{font-size:.8rem;font-weight:600;color:var(--muted);letter-spacing:.06em}.use span{position:static;color:inherit;text-shadow:none;font-size:clamp(1.15rem,1.6vw,1.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.1}.use em{font-style:normal;font-size:.85rem;color:var(--muted);margin-top:.35rem;display:block}.use:hover{background:var(--ink);color:#fff}.use:hover em,.use:hover b{color:#9d9c97}.use.wide.tall span{font-size:clamp(2rem,3.4vw,3.2rem);line-height:.95}.cmp th .draw-box{height:220px;width:100%;display:flex;overflow:hidden}.cmp th .draw-box svg{overflow:hidden}.finder-r .pick .draw-box{width:90px;height:110px;flex:none}.gallery .thumbs button{aspect-ratio:auto;padding:.7rem .9rem;text-align:left;font-size:.8rem;font-weight:500;color:var(--muted)}.gallery .thumbs button[aria-selected=true]{color:var(--fg)}.gallery .main.draw-box{padding:3rem;color:var(--fg)}.gallery .main svg{transition:transform .7s var(--ease)}.gallery .main[data-view=side] svg{transform:perspective(1200px) rotateY(38deg)}.gallery .main[data-view=nozzle] svg{transform:scale(1.7) translateY(30%)}.gallery .main[data-view=nozzle] .part-nozzle{stroke:var(--water);transform:translate(3px,-7px)}.gallery .main[data-view=spray] .spray{stroke:var(--water);opacity:1}.gallery .main .spray{opacity:0;transition:opacity .4s}.gallery .main[data-view=size] .dim{stroke:var(--water);opacity:1}.gallery .main[data-view=size] .dim-t{fill:var(--water);opacity:1}.gallery .main .part-nozzle{transition:transform .6s var(--ease),stroke .4s}@media(max-width:820px){.story-hero{width:64%;height:60%}.hero-product{display:none}.uses{grid-auto-rows:170px}}.draw-box .draw{stroke-width:1.8}.coll .draw-box .draw,.card .draw-box .draw{stroke-width:2.6}.card .draw-box .draw *,.coll .draw-box .draw *{stroke-width:inherit}.story-stage .draw text{opacity:0;transition:opacity .6s}.story-stage[data-drawn="1"] .draw text,.story-stage[data-scene=all] .draw text{opacity:.8}.news input{color:var(--text)}.news input::placeholder{color:var(--stone)}.hero .lede,.story-copy p{color:#c5ccc8}.card,.coll,.use,.gallery .main,.gallery .thumbs button{background:var(--white);border-color:var(--fog-2)}.use:hover{background:var(--water);color:var(--ink)}.use:hover em,.use:hover b{color:#0f1211b3}.use.text{background:var(--white);color:var(--text)}.cmp th,.cmp td{border-color:var(--fog-2)}.cmp tbody th{background:var(--white)}.chip{border-color:var(--fog-2);color:var(--text)}.chip[aria-pressed=true],.chip.on{background:var(--water);color:var(--ink);border-color:var(--water)}.card .draw-box,.coll .draw-box,.cmp .draw-box,.finder-r .draw-box,.gallery .main.draw-box{color:var(--text)}input,textarea,select{background:var(--white);color:var(--text);border-color:var(--fog-2)}::selection{background:var(--water);color:var(--ink)}.logo,.giant{text-transform:none}.logo{font-size:1.7rem;font-variation-settings:"wdth" 86}.giant{font-size:clamp(100px,22vw,340px);color:#303936;letter-spacing:-.065em}.nav{gap:1rem;font-size:.83rem}.header .wrap{grid-template-columns:auto 1fr auto}.utils{font-size:.82rem;gap:.8rem}.hero h1{font-size:clamp(3.5rem,9vw,9rem)}.product-title{font-size:3.25rem;line-height:1;letter-spacing:-.04em}.card .price{font-size:.85rem;color:var(--muted)}.draw-box{color:var(--water)}.drawer[aria-hidden=true]{visibility:hidden}.drawer[aria-hidden=false]{visibility:visible}.af-dialog{margin:auto;background:var(--paper);color:var(--text);border:1px solid var(--line);border-radius:28px;width:min(900px,calc(100% - 32px));max-height:88svh;padding:32px;overflow:auto}.af-dialog::backdrop{background:#000b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.af-close{position:absolute;right:20px;top:16px;font-size:28px;z-index:2}.af-modal-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:32px}.af-modal-grid .draw-box{height:420px}.af-modal-grid h2{font-size:42px;line-height:1;margin:12px 0 24px}.af-modal-grid p{color:var(--muted);margin-bottom:20px}.af-modal-grid li{padding:6px 0}.af-modal-grid .btn{margin-top:20px}.af-cart-line{display:flex;justify-content:space-between;gap:20px;padding:24px 0;border-bottom:1px solid var(--line)}.af-search{width:100%;padding:16px 22px;border:1px solid var(--line);border-radius:30px;background:var(--ink);color:var(--text);margin:0 0 25px;font:inherit}.af-toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%);padding:16px 24px;background:var(--water);color:var(--ink);border-radius:20px;z-index:100;width:max-content;max-width:90%;box-shadow:0 10px 40px #0006}.skip{position:absolute;top:-100px;z-index:100;background:var(--water);color:var(--ink);padding:12px}.skip:focus{top:0}.btn[disabled]{opacity:.5;cursor:not-allowed}.form input,.form textarea,.qty input,.news input{color:var(--text)}.news input::placeholder{color:#9ba49f;opacity:1}[hidden],.card[hidden]{display:none!important}.af-preview-label{position:fixed;bottom:12px;right:12px;z-index:45;color:var(--muted);font-size:11px;letter-spacing:.04em;background:#0f1211d9;border:1px solid var(--line);padding:5px 10px;border-radius:20px;pointer-events:none}@media(max-width:1200px){.nav{display:none}.burger{display:grid}.header .wrap{grid-template-columns:1fr auto}.utils .hide-m{display:none}}@media(max-width:820px){.hero-product{display:block;width:200px;height:300px;max-height:100%}.hero-stage{height:32svh;min-height:250px;order:2;margin-top:0}.hero-copy{order:1;padding-top:48px;padding-bottom:0}.hero .wrap{align-content:start;min-height:auto}.hero{min-height:0;padding-bottom:35px}.hero h1{font-size:clamp(3.3rem,13.5vw,6rem)}.hero-ring{width:270px;height:270px}.hero-ctas{gap:10px;margin-top:24px}.hero-ctas .btn{font-size:14px;padding:16px 20px}.hero .lede{font-size:17px}.scroll-cue{display:none}.af-modal-grid{grid-template-columns:1fr}.af-modal-grid .draw-box{height:240px}.af-dialog{padding:28px 20px}.product-title{font-size:38px}.footer .giant{font-size:23vw}.gallery .thumbs button{width:110px}.story-track{height:650vh}.story-stage .story-hero{height:85%}.story-stage .callout{display:none}.trust .wrap{border:0}.trust .wrap>div:last-child{grid-column:1/-1}}@media(prefers-reduced-motion:reduce){.story-track{height:auto}.story-pin{height:auto;position:static}.story-stage{height:460px}.story-copy .scene{position:static;transform:none;opacity:1}.story-copy{padding:40px}.hero-product{animation:none}}.template-product .page-shell,.page-shell{padding:72px 0;min-height:50vh}.native-product{display:grid;grid-template-columns:1.1fr 1fr;gap:64px}.native-product img{width:100%;border-radius:28px}.native-product .draw-box{height:600px}.native-product h1{font-size:clamp(38px,5vw,76px);letter-spacing:-.045em;line-height:1;margin:18px 0 28px}.native-product .description{color:var(--muted);margin:24px 0}.native-product .price-row{font-size:26px;margin:24px 0}.native-form{display:grid;gap:16px}.native-form select,.native-form input,.native-form textarea,.cart-table input,.native-search input{background:var(--white);color:var(--text);border:1px solid var(--line);padding:14px 18px;font:inherit;border-radius:14px}.native-form .btn{justify-content:center}.native-form label{display:grid;gap:8px}.product-thumbs{display:flex;gap:12px;margin-top:16px}.product-thumbs button{width:80px}.native-product-gallery [hidden]{display:none}.cart-table{width:100%;border-collapse:collapse;margin:40px 0}.cart-table td,.cart-table th{padding:20px;text-align:left;border-bottom:1px solid var(--line)}.cart-table input{width:85px}.cart-table img{width:90px;border-radius:12px}.cart-item{display:flex;gap:20px;align-items:center}.cart-summary{display:grid;gap:24px;margin-left:auto;max-width:460px}.native-search{display:flex;gap:15px;margin:35px 0}.native-search input{flex:1}.page-shell h1{font-size:clamp(40px,6vw,82px);letter-spacing:-.04em;line-height:1;margin-bottom:30px}.page-shell .prose{margin:30px 0}.native-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.native-card{padding:24px;border-radius:28px;background:var(--white);display:flex;flex-direction:column;gap:18px}.native-card img{width:100%;aspect-ratio:1;object-fit:contain}.native-card .draw-box{height:280px}.native-card h2{font-size:24px}.pagination{display:flex;justify-content:center;gap:20px;margin:35px}.page-content{max-width:900px}.shopify-section-group-header-group{position:relative;z-index:50}.shopify-section-group-header-group:has(.header){position:sticky;top:0}.shopify-section-group-header-group:has(.announce){position:relative}.template-index .header{background:#0f1211}.native-form .errors{color:#ffb1a7}.native-form .success{color:var(--water)}.af-catalog-map{display:none}.rte p{margin:20px 0}.rte ul{list-style:disc;padding-left:25px}@media(max-width:820px){.native-product{grid-template-columns:1fr;gap:25px}.native-product .draw-box{height:420px}.native-grid{grid-template-columns:1fr}.cart-table td,.cart-table th{padding:10px 4px;font-size:13px}.cart-item{display:block}.cart-table input{width:70px}.native-search{flex-direction:column}.page-shell{padding:50px 0}.footer .giant{font-size:23vw}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
