:root{--black:#0b0b0b;--white:#f5f4f0;--line:#d6d4ce;--muted:#777;--pad:clamp(18px,3vw,48px);--max:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--black);font-family:Arial,Helvetica,sans-serif;font-size:14px;letter-spacing:-.01em}a{color:inherit;text-decoration:none}.page-width{width:min(var(--max),calc(100% - 2*var(--pad)));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:#f5f4f0f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-inner{height:72px;padding:0 var(--pad);display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.wordmark{font-weight:900;letter-spacing:.12em;font-size:16px}.main-nav{display:flex;gap:28px;text-transform:uppercase;font-size:11px;font-weight:700}.main-nav a:hover,.header-actions a:hover,.text-link:hover{text-decoration:underline}.header-actions{justify-self:end;display:flex;gap:18px;text-transform:uppercase;font-size:11px;font-weight:700}.mobile-toggle{display:none;background:none;border:0;font-size:22px}.announcement{height:32px;display:flex;align-items:center;justify-content:center;background:var(--black);color:var(--white);font-size:9px;font-weight:700;letter-spacing:.14em}.hero{min-height:calc(100vh - 104px);background:var(--black);color:var(--white);display:grid;grid-template-columns:1fr 1fr;padding:clamp(32px,6vw,90px) var(--pad);overflow:hidden}.hero-copy{align-self:center;max-width:620px;padding:3vw 0}.eyebrow{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;display:block;margin-bottom:20px}.hero h1{font-size:clamp(50px,8vw,124px);line-height:.82;letter-spacing:-.075em;margin:0 0 30px;max-width:900px}.hero p{font-size:16px;line-height:1.45;max-width:420px;color:#c9c9c9;margin:0 0 30px}.btn{display:inline-flex;gap:28px;align-items:center;padding:15px 18px;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--black);transition:.2s}.btn-light{background:var(--white);color:var(--black);border-color:var(--white)}.btn-light:hover{background:transparent;color:var(--white)}.btn-dark{background:var(--black);color:var(--white)}.btn-dark:hover{opacity:.8}.hero-art{position:relative;display:flex;align-items:center;justify-content:center;min-height:500px}.hero-image{width:min(100%,700px);height:78vh;object-fit:contain;mix-blend-mode:normal}.moth-placeholder{font-size:clamp(180px,30vw,440px);filter:grayscale(1);transform:rotate(-8deg)}.hero-stamp{position:absolute;right:3%;bottom:5%;font-size:11px;line-height:1.05;font-weight:900;letter-spacing:.12em;border:1px solid #555;border-radius:50%;width:82px;height:82px;display:grid;place-content:center;text-align:center;transform:rotate(12deg)}.ticker{overflow:hidden;border-bottom:1px solid var(--line);white-space:nowrap;font-size:clamp(30px,5vw,72px);font-weight:900;letter-spacing:-.06em;padding:10px 0}.ticker div{display:inline-block;animation:ticker 18s linear infinite}@keyframes ticker{to{transform:translate(-50%)}}.products-section{padding-top:100px;padding-bottom:100px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px}.section-head h2{font-size:clamp(32px,5vw,64px);line-height:.9;letter-spacing:-.06em;margin:0}.text-link{font-size:10px;font-weight:800;letter-spacing:.1em}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-media{display:block;position:relative;background:#e9e8e3;aspect-ratio:3/4;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover img{transform:scale(1.035)}.quick{position:absolute;bottom:12px;left:12px;background:var(--white);padding:10px 12px;font-size:9px;font-weight:800;opacity:0;transform:translateY(5px);transition:.25s}.product-card:hover .quick{opacity:1;transform:none}.soldout{position:absolute;top:12px;left:12px;background:var(--black);color:var(--white);padding:7px 9px;font-size:8px;font-weight:800}.product-info{display:flex;justify-content:space-between;padding:12px 0;font-size:12px}.product-info h3{font-size:12px;margin:0;font-weight:700}.statement{background:var(--black);color:var(--white);min-height:70vh;display:grid;place-items:center;text-align:center;padding:10vw}.statement p{font-size:clamp(42px,8vw,120px);line-height:.86;letter-spacing:-.07em;font-weight:900;max-width:1200px;margin:0}.statement-mark{position:absolute;font-size:28px}.split-feature{display:grid;grid-template-columns:1.15fr .85fr;min-height:650px}.feature-image{background:#deddd7;min-height:500px}.feature-image img{width:100%;height:100%;object-fit:cover}.feature-placeholder{height:100%;min-height:500px;display:grid;place-items:center;font-size:clamp(70px,10vw,150px);font-weight:900;letter-spacing:-.08em;line-height:.75;text-align:center}.feature-copy{display:flex;flex-direction:column;justify-content:center;padding:8vw}.feature-copy h2{font-size:clamp(45px,6vw,90px);line-height:.84;letter-spacing:-.07em;margin:0 0 25px}.feature-copy p{line-height:1.5;max-width:430px;margin:0 0 30px;color:#555}.site-footer{background:var(--black);color:var(--white);padding:70px var(--pad) 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:80px}.footer-logo{font-size:clamp(34px,5vw,70px);font-weight:900;letter-spacing:-.06em}.site-footer p{color:#aaa}.site-footer h3{font-size:9px;letter-spacing:.15em;color:#777;margin:0 0 18px}.site-footer a{display:block;font-size:12px;margin:0 0 10px}.footer-bottom{border-top:1px solid #333;padding-top:16px;display:flex;justify-content:space-between;color:#777;font-size:9px;text-transform:uppercase;letter-spacing:.08em}@media(max-width:800px){.header-inner{grid-template-columns:auto 1fr auto;height:62px}.mobile-toggle{display:block}.wordmark{text-align:center;font-size:13px}.main-nav{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:50px 0 20px}.hero h1{font-size:clamp(54px,16vw,100px)}.hero-art{min-height:420px}.hero-image{height:55vh}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.products-section{padding-top:65px;padding-bottom:65px}.section-head{align-items:start;gap:20px;flex-direction:column}.split-feature{grid-template-columns:1fr}.feature-copy{padding:60px var(--pad)}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{gap:20px;flex-direction:column}.header-actions a:first-child{display:none}}@media(max-width:430px){.header-actions{gap:8px}.header-actions .cart-count{display:none}.product-info{display:block}.product-info span{display:block;margin-top:4px;color:#666}}.collection-hero{padding:90px var(--pad) 60px}.collection-hero h1{font-size:clamp(60px,10vw,150px);letter-spacing:-.08em;line-height:.8;margin:0 0 25px}.collection-hero p{max-width:600px;color:#666;line-height:1.5}.collection-products{padding-bottom:100px}.collection-toolbar{display:flex;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:13px 0;margin-bottom:20px;font-size:9px;font-weight:800;letter-spacing:.12em}.reviews-hero{background:var(--black);color:var(--white);padding:10vw var(--pad);text-align:center}.reviews-hero h1{font-size:clamp(60px,11vw,170px);line-height:.76;letter-spacing:-.09em;margin:0 auto 35px}.reviews-hero h1 span{font-size:.7em}.reviews-hero p{max-width:650px;margin:auto;color:#aaa;line-height:1.5;font-size:13px}.reviews-hero strong{color:var(--white)}.reviews-grid{padding-top:90px;padding-bottom:90px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.review-card{background:#e7e5df;padding:clamp(24px,4vw,55px);min-height:390px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .25s}.review-card:hover{transform:rotate(-1deg) scale(1.01)}.review-card.tilt{transform:rotate(1.2deg)}.review-card.tilt:hover{transform:rotate(0) scale(1.01)}.review-top{display:flex;justify-content:space-between;font-size:10px;font-weight:900;letter-spacing:.1em}.review-person-image{width:100%;max-width:260px;aspect-ratio:4/3;overflow:hidden;background:#d4d2cc;margin:10px 0 20px}.review-person-image img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(1);mix-blend-mode:multiply}.review-person-placeholder{display:grid;place-items:center;font-size:10px;font-weight:900;letter-spacing:.15em;color:#777;border:1px solid #c5c3bd}.review-quote{font-size:clamp(28px,4vw,55px);font-weight:900;line-height:.92;letter-spacing:-.055em;max-width:680px}.review-person{font-size:10px;font-weight:900;letter-spacing:.08em}.review-person small{color:#777}.review-cta{background:var(--white);border-top:1px solid var(--line);padding:70px var(--pad);display:flex;justify-content:space-between;align-items:center;gap:25px;font-size:clamp(24px,4vw,55px);font-weight:900;letter-spacing:-.06em}.review-cta .btn{font-size:9px;letter-spacing:.1em;white-space:nowrap}@media(max-width:700px){.reviews-grid{grid-template-columns:1fr;padding-top:55px;padding-bottom:55px}.review-card,.review-card.tilt{transform:none}.review-cta{flex-direction:column;align-items:flex-start}.collection-hero{padding-top:60px}}.reviews-empty{grid-column:1/-1;padding:70px 20px;text-align:center;border:1px dashed var(--line);font-size:14px;line-height:1.5}.reviews-empty strong{font-size:32px;letter-spacing:-.05em}.simple-page{padding:90px var(--pad);min-height:65vh}.simple-page h1{font-size:clamp(60px,10vw,150px);line-height:.8;letter-spacing:-.08em;margin:0 0 50px}.richtext{max-width:760px;font-size:18px;line-height:1.6}.about-hero,.team-hero,.index-hero{background:var(--black);color:var(--white);padding:11vw var(--pad)}.about-hero h1,.team-hero h1,.index-hero h1{font-size:clamp(65px,12vw,175px);line-height:.75;letter-spacing:-.09em;margin:0 0 35px}.about-hero p,.team-hero p,.index-hero p{max-width:600px;color:#aaa;font-size:15px;line-height:1.5}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:10vw;padding-top:100px;padding-bottom:100px}.about-grid h2{font-size:clamp(40px,6vw,85px);line-height:.85;letter-spacing:-.07em;margin:0}.about-copy{font-size:20px;line-height:1.45}.cert-section{text-align:center;background:#e6e4de;padding:100px var(--pad)}.cert-section h2{font-size:clamp(45px,8vw,110px);line-height:.82;letter-spacing:-.08em;margin:30px 0}.cert-section p{font-size:10px;color:#777}.cert-stamp{display:inline-grid;place-items:center;width:145px;height:145px;border:2px solid var(--black);border-radius:50%;font-weight:900;font-size:12px;line-height:1.05;transform:rotate(-8deg)}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;padding-top:80px;padding-bottom:100px}.team-card{background:#e7e5df;padding:35px;min-height:420px}.team-avatar{font-size:90px;line-height:1;margin-bottom:70px}.team-card h2{font-size:clamp(34px,4vw,60px);letter-spacing:-.06em;line-height:.85;margin:8px 0 18px}.team-card p{color:#555;line-height:1.5}.index-list{padding-top:70px;padding-bottom:70px}.index-row{display:grid;grid-template-columns:1fr 1fr;gap:50px;border-bottom:1px solid var(--line);padding:45px 0;align-items:center}.index-row h2{font-size:clamp(35px,5vw,70px);line-height:.85;letter-spacing:-.07em;margin:0}.index-meter strong{display:block;font-size:45px;letter-spacing:-.06em;margin-bottom:14px}.index-meter>div{height:15px;border:1px solid var(--black);padding:2px}.index-meter>div span{display:block;height:100%;background:var(--black)}.index-meter small{display:block;color:#777;margin-top:10px}.index-foot{background:var(--black);color:#aaa;padding:25px var(--pad);font-size:10px;letter-spacing:.06em;text-transform:uppercase}.index-foot strong{color:#fff}.cart-page{padding:90px var(--pad) 120px}.cart-page>h1{font-size:clamp(65px,11vw,160px);line-height:.76;letter-spacing:-.09em;margin:0 0 70px}.cart-items{border-top:1px solid var(--line)}.cart-item{display:grid;grid-template-columns:150px 1fr;gap:30px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-thumb{background:#e7e5df;aspect-ratio:3/4}.cart-thumb img{width:100%;height:100%;object-fit:cover}.cart-item h2{font-size:24px;letter-spacing:-.04em}.cart-item input{width:65px;margin-left:8px;padding:8px;border:1px solid var(--black);background:transparent}.cart-summary{display:flex;justify-content:flex-end;align-items:center;gap:20px;padding-top:30px}.cart-summary p{margin-right:auto;font-size:18px}.cart-update{border:0;background:none;text-decoration:underline;font-size:9px;font-weight:800}.cart-empty{padding:50px 0;border-top:1px solid var(--line)}.cart-empty h2{font-size:clamp(40px,6vw,80px);letter-spacing:-.07em;margin:0 0 10px}.error-page{min-height:calc(100vh - 104px);background:var(--black);color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.error-number{font-size:clamp(150px,30vw,450px);line-height:.65;font-weight:900;letter-spacing:-.1em;margin:30px 0}.error-page h1{font-size:clamp(45px,8vw,100px);line-height:.8;letter-spacing:-.08em;margin:0 0 25px}.error-page p{color:#aaa;margin-bottom:30px}.product-page{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;padding-top:70px;padding-bottom:100px}.product-visual{background:#e7e5df;min-height:650px}.product-visual img{width:100%;height:100%;object-fit:cover}.product-placeholder{min-height:650px;display:grid;place-items:center;font-size:180px}.product-details{padding:30px 0}.product-details h1{font-size:clamp(55px,7vw,100px);line-height:.8;letter-spacing:-.08em;margin:0 0 20px}.product-price{font-size:18px;margin-bottom:35px}.product-description{color:#555;line-height:1.6;max-width:500px}.product-badges{display:flex;flex-wrap:wrap;gap:7px;margin:30px 0}.product-badges span{border:1px solid var(--black);padding:8px 10px;font-size:8px;font-weight:900;letter-spacing:.08em}.product-details form select{width:100%;padding:14px;border:1px solid var(--black);background:var(--white);margin-bottom:10px}.product-buy{width:100%;justify-content:center}.motte-index-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:30px 0}.motte-index-mini>div{border-top:1px solid var(--line);padding-top:10px}.motte-index-mini small{display:block;font-size:8px;color:#777;margin-bottom:5px}.motte-index-mini strong{font-size:22px;letter-spacing:-.04em}.science-note{font-size:9px;color:#888;margin-top:15px}.science-strip{background:var(--black);color:var(--white);padding:90px var(--pad)}.science-strip h2{font-size:clamp(40px,6vw,85px);line-height:.85;letter-spacing:-.07em;max-width:1100px;margin:0 0 20px}.science-strip p{font-size:9px;color:#777}@media(max-width:800px){.about-grid,.team-grid,.index-row,.product-page{grid-template-columns:1fr}.team-grid{gap:10px}.team-card{min-height:330px}.team-avatar{margin-bottom:45px}.cart-summary{flex-wrap:wrap;justify-content:flex-start}.cart-summary p{width:100%}.product-page{gap:20px;padding-top:20px}.product-visual,.product-placeholder{min-height:500px}}.meme-proof{padding:110px 0;background:#e7e5df}.proof-head h2{font-size:clamp(55px,9vw,130px);line-height:.78;letter-spacing:-.08em;margin:0 0 65px}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.proof-grid article{border-top:2px solid var(--black);padding:18px 0 30px}.proof-num{font-size:9px;font-weight:900}.proof-grid h3{font-size:clamp(25px,3vw,44px);line-height:.9;letter-spacing:-.05em;margin:55px 0 15px}.proof-grid p{color:#555;line-height:1.45;max-width:360px}.proof-grid small{font-size:8px;color:#888}.badge-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:70px}.badge-row span{background:var(--black);color:var(--white);padding:12px 14px;font-size:8px;font-weight:900;letter-spacing:.08em}@media(max-width:800px){.proof-grid{grid-template-columns:1fr}.meme-proof{padding:70px 0}}.cart-trust,.home-certified{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 28px}.cart-trust span,.home-certified span{border:1px solid currentColor;padding:9px 12px;font-size:11px;font-weight:800;letter-spacing:.08em}.home-certified{background:#111;color:#fff;margin:0;padding:18px 0}.home-certified .page-width{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.home-certified small{width:100%;opacity:.6;font-size:10px}.cart-science{font-size:11px;letter-spacing:.08em;border-top:1px solid #111;padding-top:14px}.error-page-mini{margin:28px auto 0;max-width:560px;border:1px solid rgba(255,255,255,.35);padding:16px;font-size:11px;line-height:1.7;letter-spacing:.08em}.product-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#111;color:#fff;margin-top:32px}.product-facts>div{padding:24px;background:#111}.product-facts strong{display:block;font-size:42px;line-height:1}.product-facts small{font-size:10px;letter-spacing:.1em}.product-facts>span,.product-facts>p{grid-column:1/-1;padding:0 24px}.product-facts>span{padding-top:24px}.product-facts>p{font-size:10px;opacity:.65;padding-bottom:24px;margin:0}.review-card{transition:transform .2s ease,box-shadow .2s ease}.review-card:hover{transform:rotate(-1deg) translateY(-5px);box-shadow:10px 10px #111}.team-card:hover{transform:translateY(-4px)}@media(max-width:700px){.product-facts{grid-template-columns:1fr}.product-facts>div{grid-column:1}.home-certified .page-width{padding-left:20px;padding-right:20px}}:root{--motion-ease:cubic-bezier(.2,.8,.2,1)}body{overflow-x:hidden}.site-header{transition:box-shadow .35s var(--motion-ease),background .35s var(--motion-ease)}.site-header:hover{box-shadow:0 8px 30px #00000014}.main-nav a,.header-actions a,.wordmark{position:relative;transition:transform .25s var(--motion-ease),opacity .25s var(--motion-ease)}.main-nav a:hover,.header-actions a:hover{transform:translateY(-2px);text-decoration:none}.main-nav a:after,.header-actions a:after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .3s var(--motion-ease)}.main-nav a:hover:after,.header-actions a:hover:after{transform:scaleX(1);transform-origin:left}.search-link{display:inline-flex;align-items:center;gap:7px}.search-link>span:first-child{font-size:31px;line-height:.65;font-weight:400;display:inline-block;transform:translateY(-1px);transition:transform .3s var(--motion-ease)}.search-link:hover>span:first-child{transform:translateY(-2px) rotate(-12deg) scale(1.12)}.search-label{font-size:10px}.btn{transition:transform .3s var(--motion-ease),background .3s,color .3s,box-shadow .3s}.btn:hover{transform:translateY(-3px);box-shadow:6px 6px 0 currentColor}.hero-copy,.hero-art,.collection-hero,.reviews-hero,.simple-page,.about-hero,.team-hero,.index-hero,.products-section,.reviews-grid,.team-grid,.index-list,.cart-page,.product-page,.meme-proof,.science-strip{animation:pageIn .8s var(--motion-ease) both}.hero-art{animation-delay:.08s}.hero-copy{animation-delay:.03s}.hero-image{animation:mothFloat 6s ease-in-out infinite}.moth-placeholder{animation:mothFloat 5s ease-in-out infinite}.hero-stamp{animation:stampSpin 18s linear infinite}.product-card,.review-card,.team-card,.proof-grid article,.index-row{animation:cardIn .7s var(--motion-ease) both;transition:transform .35s var(--motion-ease),box-shadow .35s var(--motion-ease)}.product-card:nth-child(2),.review-card:nth-child(2),.team-card:nth-child(2),.proof-grid article:nth-child(2),.index-row:nth-child(2){animation-delay:.06s}.product-card:nth-child(3),.review-card:nth-child(3),.team-card:nth-child(3),.proof-grid article:nth-child(3),.index-row:nth-child(3){animation-delay:.12s}.product-card:nth-child(4),.review-card:nth-child(4),.team-card:nth-child(4),.proof-grid article:nth-child(4),.index-row:nth-child(4){animation-delay:.18s}.product-card:hover{transform:translateY(-7px)}.team-card:hover{transform:translateY(-7px) rotate(-.5deg);box-shadow:8px 8px #111}.index-row:hover{padding-left:12px;padding-right:12px;background:#ebe9e3}.review-card:hover{transform:rotate(-1deg) translateY(-8px) scale(1.01);box-shadow:10px 10px #111}.ticker div{will-change:transform}.statement p{animation:statementReveal 1s var(--motion-ease) both}.footer-logo{transition:letter-spacing .4s var(--motion-ease)}.footer-logo:hover{letter-spacing:-.03em}@keyframes pageIn{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes cardIn{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}@keyframes mothFloat{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(2deg)}}@keyframes stampSpin{0%{transform:rotate(12deg)}to{transform:rotate(372deg)}}@keyframes statementReveal{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media(max-width:800px){.search-link>span:first-child{font-size:29px}.search-label{display:none}.main-nav.mobile-open{display:flex;position:absolute;left:0;right:0;top:62px;background:var(--white);border-bottom:1px solid var(--line);padding:18px var(--pad);flex-direction:column;gap:16px;box-shadow:0 15px 25px #00000014}.mobile-toggle{cursor:pointer}.mobile-toggle{transition:transform .25s}.mobile-toggle:active{transform:scale(.85)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.moth-placeholder,.team-avatar,.product-placeholder,.feature-placeholder{will-change:transform;transform-origin:center}.moth-placeholder,.team-avatar{animation:mothHover 4.2s ease-in-out infinite}.team-card:nth-child(2) .team-avatar{animation-delay:.35s}.team-card:nth-child(3) .team-avatar{animation-delay:.7s}.moth-placeholder:after{content:"";display:block}@keyframes mothHover{0%,to{transform:translateY(0) rotate(-5deg) scaleX(1)}18%{transform:translateY(-5px) rotate(-2deg) scaleX(.88)}25%{transform:translateY(-9px) rotate(3deg) scaleX(1.08)}32%{transform:translateY(-5px) rotate(-1deg) scaleX(.9)}42%{transform:translateY(0) rotate(4deg) scaleX(1.05)}55%{transform:translateY(-4px) rotate(-2deg) scaleX(.94)}65%{transform:translateY(-8px) rotate(2deg) scaleX(1.06)}75%{transform:translateY(-3px) rotate(-1deg) scaleX(.94)}}.hero-art{perspective:900px}.hero-art:hover .moth-placeholder{animation-duration:1.15s}.hero-art:hover .hero-image{animation-duration:1.4s}[data-motion]{opacity:0;transform:translateY(28px);transition:opacity .75s var(--motion-ease),transform .75s var(--motion-ease)}[data-motion].is-visible{opacity:1;transform:none}.about-grid,.cert-section,.team-card,.index-row,.review-card,.proof-grid article,.science-strip,.product-facts,.cart-item,.cart-summary{view-timeline-name:--section-reveal;view-timeline-axis:block;animation-timeline:--section-reveal;animation-name:scrollLift;animation-range:entry 5% cover 30%}@keyframes scrollLift{0%{opacity:.25;transform:translateY(45px)}to{opacity:1;transform:translateY(0)}}.ticker{position:relative}.ticker:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,var(--white),transparent 10%,transparent 90%,var(--white));opacity:.7}.site-footer a{transition:transform .25s var(--motion-ease),padding-left .25s var(--motion-ease)}.site-footer a:hover{transform:translate(7px);padding-left:5px}@media(prefers-reduced-motion:reduce){.moth-placeholder,.team-avatar{animation:none!important}[data-motion]{opacity:1!important;transform:none!important}.about-grid,.cert-section,.team-card,.index-row,.review-card,.proof-grid article,.science-strip,.product-facts,.cart-item,.cart-summary{animation:none!important}}.flying-moth{position:absolute;right:6vw;top:18%;font-size:clamp(42px,7vw,92px);z-index:2;filter:grayscale(1);animation:flyMoth 7s ease-in-out infinite;pointer-events:none}.about-hero,.team-hero,.index-hero,.reviews-hero{position:relative;overflow:hidden}@keyframes flyMoth{0%,to{transform:translateZ(0) rotate(-10deg) scaleX(1)}20%{transform:translate3d(-25px,-18px,0) rotate(5deg) scaleX(.86)}40%{transform:translate3d(-65px,12px,0) rotate(-4deg) scaleX(1.1)}60%{transform:translate3d(-25px,35px,0) rotate(8deg) scaleX(.88)}80%{transform:translate3d(20px,5px,0) rotate(-2deg) scaleX(1.06)}}body{cursor:url("{{ "moth-cursor.svg" | asset_url }}") 32 24,auto}a,button,select,input{cursor:url("{{ "moth-cursor.svg" | asset_url }}") 32 24,pointer}.moth-swarm{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;overflow:hidden;opacity:.38}.swarm-moth{position:absolute;width:24px;height:18px;color:#111;opacity:0;animation:swarmFly var(--fly,13s) ease-in-out infinite;animation-delay:var(--delay,0s)}.moth-icon{width:100%;height:100%;display:block;color:#111;filter:grayscale(1)}.moth-icon path{vector-effect:non-scaling-stroke}@keyframes swarmFly{0%{opacity:0;transform:translate3d(0,110vh,0) rotate(-18deg) scale(.65)}12%{opacity:.7}45%{transform:translate3d(var(--x1),var(--y1),0) rotate(18deg) scale(1)}70%{opacity:.55;transform:translate3d(var(--x2),var(--y2),0) rotate(-12deg) scale(.82)}to{opacity:0;transform:translate3d(var(--x3),-15vh,0) rotate(24deg) scale(.55)}}.flying-moth{position:absolute;right:6vw;top:18%;width:clamp(50px,8vw,100px);height:auto;color:#111;z-index:2;animation:flyMoth 7s ease-in-out infinite;pointer-events:none}.flying-moth .moth-icon{width:100%;height:100%}@keyframes flyMoth{0%,to{transform:translateZ(0) rotate(-10deg)}20%{transform:translate3d(-25px,-18px,0) rotate(5deg)}40%{transform:translate3d(-65px,12px,0) rotate(-4deg)}60%{transform:translate3d(-25px,35px,0) rotate(8deg)}80%{transform:translate3d(20px,5px,0) rotate(-2deg)}}[data-fly-section]{opacity:0;transform:translate3d(-90px,45px,0) rotate(-1deg);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}[data-fly-section]:nth-child(2n){transform:translate3d(90px,45px,0) rotate(1deg)}[data-fly-section].is-visible{opacity:1;transform:none}[data-fly-section].is-visible:after{content:"";position:absolute;right:3%;top:8%;width:38px;height:28px;background:currentColor;opacity:.12;mask:url("{{ "moth-cursor.svg" | asset_url }}") center/contain no-repeat;-webkit-mask:url("{{ "moth-cursor.svg" | asset_url }}") center/contain no-repeat;animation:tinyMothPass 2.8s ease-in-out both;pointer-events:none}@keyframes tinyMothPass{0%{opacity:0;transform:translate(80px,20px) rotate(15deg)}25%{opacity:.8}to{opacity:0;transform:translate(-120px,-55px) rotate(-15deg)}}@media(pointer:fine){.click-moth-pulse{animation:cursorClick .38s cubic-bezier(.2,.8,.2,1)}}@keyframes cursorClick{0%{transform:scale(1)}45%{transform:scale(.78)}to{transform:scale(1)}}.password-moths{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-around;pointer-events:none;opacity:.18}.password-moths span{width:clamp(30px,5vw,70px);animation:passwordMoth 5s ease-in-out infinite}.password-moths span:nth-child(2n){animation-delay:-2s}.password-moths span:nth-child(3n){animation-delay:-3.5s}@keyframes passwordMoth{50%{transform:translateY(-70px) rotate(8deg) scale(1.1)}}@media(pointer:coarse){body,a,button,select,input{cursor:auto}}@media(prefers-reduced-motion:reduce){.swarm-moth,.flying-moth,.password-moths span{animation:none!important}[data-fly-section]{opacity:1!important;transform:none!important;transition:none!important}}.glass-panel{background:linear-gradient(135deg,#ffffffad,#ffffff47);border:1px solid rgba(255,255,255,.72);box-shadow:0 24px 80px #0000001f,inset 0 1px #ffffffe6;backdrop-filter:blur(28px) saturate(145%);-webkit-backdrop-filter:blur(28px) saturate(145%)}.search-link{border:0;background:none;font:inherit;color:inherit;padding:0;text-transform:uppercase;font-size:11px;font-weight:700;display:flex;align-items:center;gap:5px}.search-link span:first-child{font-size:29px;line-height:.5;display:inline-block;transition:transform .3s}.search-link:hover span:first-child{transform:scale(1.2) rotate(-12deg)}.search-glass{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#00000047;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:grid;place-items:start center;padding:10vh 18px;opacity:0;visibility:hidden;transition:.4s}.search-glass.is-open{opacity:1;visibility:visible}.search-glass-inner{width:min(900px,100%);padding:55px;border-radius:36px;transform:translateY(-30px) scale(.96);transition:.55s cubic-bezier(.16,1,.3,1);position:relative}.search-glass.is-open .search-glass-inner{transform:none}.search-glass h2{font-size:clamp(44px,8vw,100px);line-height:.82;letter-spacing:-.07em;margin:10px 0 30px}.search-glass form{display:flex;gap:10px}.search-glass input{flex:1;min-width:0;padding:18px 20px;border-radius:18px;border:1px solid rgba(0,0,0,.16);background:#ffffff8c;font:inherit;font-size:16px;outline:none}.search-close{position:absolute;right:20px;top:20px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(0,0,0,.15);background:#ffffff80;font-size:27px}.password-page{min-height:calc(100vh - 72px);display:grid;place-items:center;padding:7vw var(--pad);position:relative;overflow:hidden;background:radial-gradient(circle at 50% 20%,rgba(255,255,255,.8),transparent 50%),#deddd7}.password-glass{width:min(760px,100%);padding:clamp(30px,7vw,85px);border-radius:42px;text-align:center}.password-glass h1{font-size:clamp(70px,13vw,170px);line-height:.76;letter-spacing:-.08em;margin:15px 0 28px}.password-glass p{max-width:520px;margin:0 auto 30px;line-height:1.5}.password-input{display:flex;gap:8px}.password-input input{flex:1;padding:17px;border-radius:16px;border:1px solid rgba(0,0,0,.16);background:#ffffff8c;font:inherit}.password-input button{padding:0 22px;border:0;border-radius:16px;background:#0b0b0b;color:#fff;font-weight:800}.password-error{margin-top:15px!important}.password-moths{position:absolute;font-size:40px;letter-spacing:7vw;animation:passwordFly 9s ease-in-out infinite;opacity:.5}@keyframes passwordFly{50%{transform:translate3d(0,-100px) rotate(8deg);letter-spacing:10vw}}.discount-page{padding:clamp(22px,5vw,70px) var(--pad);background:linear-gradient(180deg,#e9e8e3,#f5f4f0);min-height:100vh;overflow:hidden}.discount-hero{border-radius:40px;padding:clamp(30px,6vw,80px);max-width:1100px;margin:0 auto 24px}.discount-hero h1{font-size:clamp(68px,12vw,170px);line-height:.75;letter-spacing:-.08em;margin:12px 0 28px}.discount-hero p{max-width:580px;line-height:1.5;font-size:16px}.maze-stats{display:flex;gap:28px;margin-top:30px;flex-wrap:wrap;font-size:10px;letter-spacing:.12em}.maze-stats b{font-size:20px;margin-left:6px}.maze-shell{max-width:900px;margin:0 auto 24px;padding:18px;border-radius:32px}.maze-top{display:flex;justify-content:space-between;align-items:center;padding:8px 8px 18px;font-size:12px;letter-spacing:.1em}.maze-board{width:min(92vw,720px);aspect-ratio:1;margin:auto;display:grid;grid-template-columns:repeat(15,1fr);border-radius:20px;overflow:hidden;box-shadow:inset 0 0 0 1px #fff9}.maze-cell{display:grid;place-items:center;font-size:clamp(10px,2.5vw,22px)}.maze-cell.wall{background:#0b0b0be6}.maze-cell.path{background:#ffffff7a}.maze-moth{font-style:normal;filter:grayscale(1);animation:mothMazeFlap .22s ease-in-out infinite alternate}@keyframes mothMazeFlap{to{transform:scaleX(.7) rotate(5deg)}}.maze-controls{display:none;grid-template-columns:repeat(3,56px);justify-content:center;gap:7px;margin:14px auto}.maze-controls button{height:52px;border:1px solid rgba(0,0,0,.15);border-radius:15px;background:#ffffff8c;font-size:22px}.maze-controls button:nth-child(1){grid-column:2}.maze-controls button:nth-child(2){grid-column:1}.maze-controls button:nth-child(3){grid-column:2}.maze-controls button:nth-child(4){grid-column:3}.maze-message{text-align:center;font-size:11px;padding:18px 5px 6px;min-height:35px}.discount-glass-grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.discount-glass-grid article{border-radius:28px;padding:30px;min-height:220px}.glass-number{font-size:10px;letter-spacing:.1em}.discount-glass-grid h2{font-size:42px;letter-spacing:-.06em;margin:35px 0 10px}.discount-glass-grid p{line-height:1.5;color:#555}@media(max-width:800px){.header-inner{height:auto;min-height:64px;grid-template-columns:auto 1fr auto;gap:12px}.wordmark{font-size:13px}.main-nav{position:absolute;top:64px;left:12px;right:12px;padding:20px;display:none;flex-direction:column;gap:18px;border:1px solid rgba(255,255,255,.7);border-radius:24px;background:#f5f4f0c7;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.main-nav.mobile-open{display:flex}.mobile-toggle{display:block}.header-actions{gap:8px}.header-actions>a:last-child{font-size:0}.header-actions>a:last-child .cart-count{font-size:11px}.search-label{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:55px}.hero-art{min-height:340px}.hero-image{height:48vh}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.products-section{padding-top:55px;padding-bottom:55px}.split-feature{grid-template-columns:1fr}.feature-image{min-height:360px}.feature-copy{padding:55px var(--pad)}.statement{min-height:50vh;padding:20vw var(--pad)}.search-glass-inner{padding:38px 20px 28px;border-radius:28px}.search-glass form{flex-direction:column}.search-glass .btn{width:100%;justify-content:center}.password-input{flex-direction:column}.password-input button{height:54px}.maze-controls{display:grid}.discount-glass-grid{grid-template-columns:1fr}.discount-glass-grid article{min-height:180px}.discount-glass-grid h2{margin-top:20px}.discount-hero{border-radius:28px}.maze-shell{border-radius:24px;padding:10px}}@media(max-width:480px){.header-inner{padding:0 14px}.wordmark{letter-spacing:.08em}.hero h1{font-size:54px}.section-head{align-items:start;gap:15px;flex-direction:column}.product-info,.product-info h3{font-size:10px}.quick{display:none}.flying-moth{font-size:38px}.liquid-product-image{min-height:280px}.liquid-product-info h2{font-size:42px}}.maze-board{grid-template-columns:repeat(19,1fr);touch-action:none;user-select:none;-webkit-user-select:none;background:#ffffff2e}.maze-cell{aspect-ratio:1;min-width:0;min-height:0;color:#111}.maze-cell.wall{background:#080808f0}.maze-cell.path{background:#ffffff6b;box-shadow:inset 0 0 0 1px #ffffff24}.maze-moth-svg{width:72%;height:72%;display:block;color:#111;filter:grayscale(1);animation:mazeWing .24s ease-in-out infinite alternate}.maze-shirt-svg{width:62%;height:62%;color:#111;filter:grayscale(1)}.maze-light{display:grid;place-items:center;width:100%;height:100%;font-size:clamp(14px,3vw,30px);animation:lightPulse 1.1s ease-in-out infinite alternate}@keyframes mazeWing{0%{transform:scaleX(.78) rotate(-3deg)}to{transform:scaleX(1) rotate(3deg)}}@keyframes lightPulse{0%{transform:scale(.8);opacity:.55}to{transform:scale(1.15);opacity:1}}.maze-shell{position:relative}.maze-board:focus-visible{outline:3px solid rgba(0,0,0,.25);outline-offset:4px}.maze-message b{font-weight:900}.maze-controls button:active{transform:scale(.94)}.password-glass{position:relative;z-index:2}.password-moths{z-index:0}.password-moths span{color:#111;display:block}@media(max-width:800px){.maze-board{width:min(94vw,680px)}.maze-controls{display:grid}.maze-top{gap:12px}.maze-top .btn{min-height:46px}.maze-message{line-height:1.45}.search-glass{padding:7vh 12px}.search-glass-inner{width:100%}}.moth-icon,.swarm-moth,.flying-moth,.password-moths span,.maze-moth-svg,.maze-shirt-svg{color:#fff!important;mix-blend-mode:difference;filter:none!important}.swarm-moth .moth-icon,.flying-moth .moth-icon,.password-moths span .moth-icon{color:#fff!important}.glass-panel{position:relative;overflow:hidden;background:linear-gradient(135deg,#ffffff9e,#ffffff38 45%,#ffffff61);border:1px solid rgba(255,255,255,.72);box-shadow:0 24px 90px #0000001f,inset 0 1px #ffffffe6,inset 0 -1px #ffffff38;backdrop-filter:blur(30px) saturate(155%);-webkit-backdrop-filter:blur(30px) saturate(155%)}.glass-panel:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:linear-gradient(120deg,rgba(255,255,255,.42),transparent 25%,transparent 70%,rgba(255,255,255,.18));pointer-events:none;opacity:.7}.glass-panel>*{position:relative;z-index:1}.site-header{background:#f5f4f09e;backdrop-filter:blur(26px) saturate(150%);-webkit-backdrop-filter:blur(26px) saturate(150%);box-shadow:0 8px 35px #00000012}.product-media,.review-card,.feature-image,.collection-toolbar{border:1px solid rgba(255,255,255,.55);box-shadow:inset 0 1px #ffffffa6,0 15px 45px #00000012}.search-glass-inner,.password-glass,.liquid-product-modal,.maze-shell,.discount-hero{box-shadow:0 30px 110px #0003,inset 0 1px #fffffff2,inset 0 -1px #ffffff40}@media(max-width:800px){.glass-panel,.site-header{backdrop-filter:blur(22px) saturate(145%);-webkit-backdrop-filter:blur(22px) saturate(145%)}}.moth-icon{color:#fff!important;fill:currentColor;mix-blend-mode:difference;filter:none!important;isolation:auto}.moth-placeholder .moth-icon,.product-placeholder .moth-icon,.moth-placeholder-icon .moth-icon{width:100%;height:100%;display:block}.moth-placeholder-icon{display:grid;place-items:center;width:48px;height:36px;color:#fff;mix-blend-mode:difference}.product-placeholder .moth-icon{width:40%;height:40%;color:#fff;mix-blend-mode:difference}.flying-moth,.swarm-moth,.password-moths span,.flying-moth .moth-icon,.swarm-moth .moth-icon,.password-moths span .moth-icon{color:#fff!important;mix-blend-mode:difference;filter:none!important}.glass-panel,.search-glass-inner,.password-glass,.liquid-product-modal,.maze-shell,.discount-hero,.review-card,.team-card,.index-row,.proof-grid article,.science-strip,.product-facts,.collection-toolbar,.product-media{background-image:linear-gradient(135deg,#ffffffa3,#ffffff2e 48%,#ffffff61);background-clip:padding-box}.glass-panel:after,.password-glass:after,.liquid-product-modal:after,.search-glass-inner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 5%,rgba(255,255,255,.55),transparent 28%),linear-gradient(115deg,transparent 35%,rgba(255,255,255,.16) 50%,transparent 65%);pointer-events:none;opacity:.55}.discount-page{position:relative}@media(max-width:800px){.moth-swarm{opacity:.24}.glass-panel:after,.password-glass:after,.liquid-product-modal:after,.search-glass-inner:after{opacity:.35}.discount-page{padding-left:12px;padding-right:12px}.maze-board{width:min(96vw,680px)}}.moth-icon,.swarm-moth,.flying-moth,.password-moths span,.maze-moth-svg,.maze-shirt-svg{color:#000!important;mix-blend-mode:difference;filter:none!important}.moth-icon path{fill:currentColor;stroke:currentColor}.swarm-moth .moth-icon,.flying-moth .moth-icon,.password-moths span .moth-icon{color:#000!important}.maze-cell.wall .maze-moth-svg,.maze-cell.wall .maze-shirt-svg{color:#fff!important;mix-blend-mode:normal}.maze-cell.path .maze-moth-svg,.maze-cell.path .maze-shirt-svg{color:#111!important;mix-blend-mode:normal}.maze-cell{background:#fff!important;color:#111}.maze-cell.wall{background:#0b0b0b!important;color:#fff}.maze-cell.path{background:#f5f5f2!important}.discount-page{background:#f2f1ed!important;color:#111!important}.discount-page .glass-panel{color:#111}.moth-icon{display:block;width:100%;height:100%;color:#000!important;fill:currentColor!important;stroke:currentColor!important;mix-blend-mode:difference!important;filter:none!important;opacity:1!important}.moth-icon path{fill:currentColor!important;stroke:currentColor!important;stroke-width:0!important}.moth-placeholder{width:min(92%,560px);height:min(62vh,560px);min-height:280px;display:grid;place-items:center;color:#000!important;mix-blend-mode:normal!important;filter:none!important}.moth-placeholder .moth-icon{width:100%;height:100%;color:#000!important;mix-blend-mode:difference!important}.flying-moth,.swarm-moth,.password-moths span{mix-blend-mode:normal!important;filter:none!important;color:#000!important}.flying-moth .moth-icon,.swarm-moth .moth-icon,.password-moths span .moth-icon{color:#000!important;mix-blend-mode:difference!important;opacity:1!important}.swarm-moth{opacity:.8!important;translate:var(--ax,0px) var(--ay,0px);will-change:translate}[data-fly-section].is-visible:after{display:none!important;content:none!important}[data-fly-section],[data-fly-section].is-visible{opacity:1;transform:none}.glass-panel,.search-glass-inner,.password-glass,.liquid-product-modal,.review-card,.team-card,.index-row,.proof-grid article,.science-strip,.product-facts,.collection-toolbar,.product-media{background:linear-gradient(135deg,#ffffffc7,#ffffff6b 45%,#ffffff94)!important;border:1px solid rgba(255,255,255,.88)!important;box-shadow:0 28px 100px #0000002e,inset 0 1px #fffffffa,inset 0 -1px #00000014!important;backdrop-filter:blur(32px) saturate(170%)!important;-webkit-backdrop-filter:blur(32px) saturate(170%)!important}.glass-panel:before{background:linear-gradient(120deg,rgba(255,255,255,.65),transparent 28%,transparent 65%,rgba(255,255,255,.3))!important;opacity:1!important}.cursor-light{position:fixed;left:0;top:0;width:260px;height:260px;border-radius:50%;pointer-events:none;z-index:99990;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(255,255,255,.98) 0,rgba(255,255,255,.72) 12%,rgba(255,255,255,.28) 34%,rgba(255,255,255,.08) 55%,transparent 72%);mix-blend-mode:difference;filter:blur(.2px);opacity:0;transition:opacity .18s ease;width:clamp(170px,20vw,300px);height:clamp(170px,20vw,300px)}@media(pointer:fine){body:hover .cursor-light{opacity:.95}}.cursor-squashed-moth{position:fixed;z-index:99991;width:58px;height:44px;pointer-events:none;transform:translate(-50%,-50%) rotate(var(--rot,0deg));color:#111;mix-blend-mode:difference;animation:squashedMoth .58s cubic-bezier(.2,.8,.2,1) forwards}.cursor-squashed-moth svg{width:100%;height:100%;display:block;fill:currentColor}@keyframes squashedMoth{0%{opacity:0;transform:translate(-50%,-50%) rotate(var(--rot,0deg)) scale(1.5,.25)}18%{opacity:1;transform:translate(-50%,-50%) rotate(var(--rot,0deg)) scale(1.18,.35)}38%{transform:translate(-50%,-50%) rotate(var(--rot,0deg)) scale(.92,.2)}60%{transform:translate(-50%,-50%) rotate(var(--rot,0deg)) scale(1.05,.28)}to{opacity:0;transform:translate(-50%,-50%) rotate(var(--rot,0deg)) scale(.8,.12)}}@media(max-width:800px){.moth-placeholder{width:min(94vw,520px);height:58vw;min-height:250px}.cursor-light{display:none}}.hero .moth-placeholder .moth-icon{color:#fff!important;mix-blend-mode:normal!important;filter:none!important}.hero .moth-placeholder{color:#fff!important}.cursor-squashed-moth{animation:squashedMothLong 2.4s cubic-bezier(.2,.8,.2,1) forwards}@keyframes squashedMothLong{0%{opacity:0;transform:translate(-50%,-50%) rotate(var(--rot,0deg)) scale(1.5,.25)}12%{opacity:1;transform:translate(-50%,-50%) rotate(var(--rot,0deg)) scale(1.18,.35)}25%{transform:translate(-50%,-50%) rotate(var(--rot,0deg)) scale(.92,.2)}38%{transform:translate(-50%,-50%) rotate(var(--rot,0deg)) scale(1.05,.28)}78%{opacity:1;transform:translate(-50%,-50%) rotate(var(--rot,0deg)) scaleY(.2)}to{opacity:0;transform:translate(-50%,-50%) rotate(var(--rot,0deg)) scale(.86,.14)}}.password-page-dark{min-height:100vh!important;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.055),transparent 24%),radial-gradient(circle at 20% 20%,rgba(255,255,255,.035),transparent 28%),#050505!important;color:#f5f5f2!important}.password-page-dark .password-atmosphere{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;pointer-events:none;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.045),transparent 34%);filter:blur(35px)}.password-page-dark .password-glass{width:min(820px,92vw)!important;padding:clamp(32px,6vw,78px)!important;border-radius:42px!important;background:linear-gradient(135deg,#ffffff1b,#ffffff09 48%,#ffffff13)!important;border:1px solid rgba(255,255,255,.24)!important;box-shadow:0 35px 120px #000000b8,inset 0 1px #ffffff42,inset 0 0 70px #ffffff06!important;backdrop-filter:blur(42px) saturate(130%)!important;-webkit-backdrop-filter:blur(42px) saturate(130%)!important}.password-page-dark .password-glass:before{background:linear-gradient(115deg,rgba(255,255,255,.13),transparent 28%,transparent 67%,rgba(255,255,255,.055))!important}.password-page-dark .password-glass:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;pointer-events:none;background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.055) 48%,transparent 66%);opacity:1}.password-logo-wrap{display:grid;place-items:center;margin:-10px auto 28px;position:relative;z-index:2}.password-logo{width:min(390px,72vw);height:auto;display:block;filter:invert(1) brightness(1.25) drop-shadow(0 0 24px rgba(255,255,255,.08));opacity:.96}.password-page-dark .eyebrow{color:#ffffff9e}.password-page-dark .password-glass h1{color:#fff;text-shadow:0 0 35px rgba(255,255,255,.08)}.password-page-dark .password-glass p{color:#ffffffad}.password-page-dark .password-input input{color:#fff!important;background:#fff1!important;border-color:#ffffff2e!important}.password-page-dark .password-input input::placeholder{color:#ffffff61}.password-page-dark .password-input button{background:#f5f5f2;color:#050505}.password-page-dark .password-error{color:#fff}.password-page-dark .password-moths{opacity:1;z-index:1}.password-page-dark .password-moth{position:absolute;display:block;width:clamp(48px,6vw,88px);height:auto;color:#fff!important;mix-blend-mode:normal!important;opacity:.68;filter:drop-shadow(0 0 14px rgba(255,255,255,.18));will-change:transform}.password-page-dark .password-moth .moth-icon{color:#fff!important;mix-blend-mode:normal!important}.password-moth-1{left:8%;top:22%;transform:rotate(-18deg)}.password-moth-2{left:20%;top:72%;transform:rotate(11deg)}.password-moth-3{left:77%;top:18%;transform:rotate(20deg)}.password-moth-4{left:88%;top:58%;transform:rotate(-12deg)}.password-moth-5{left:11%;top:48%;transform:rotate(5deg)}.password-moth-6{left:68%;top:78%;transform:rotate(-20deg)}.password-moth-7{left:44%;top:9%;transform:rotate(4deg)}.password-moth-8{left:53%;top:91%;transform:rotate(14deg)}.password-moth-9{left:92%;top:32%;transform:rotate(26deg)}@media(max-width:800px){.password-logo{width:min(300px,72vw)}.password-page-dark .password-glass{width:calc(100vw - 28px)!important}.password-page-dark .password-moth{width:46px}}.swarm-moth,.password-moth,.flying-moth,.moth-placeholder{background:transparent!important;border:0!important;box-shadow:none!important}.swarm-moth .moth-icon,.password-moth .moth-icon,.flying-moth .moth-icon,.moth-placeholder .moth-icon{display:block!important;background:transparent!important}.moth-swarm .swarm-moth{width:clamp(30px,3.2vw,58px)!important;height:clamp(23px,2.4vw,44px)!important;opacity:.9!important;translate:none!important;animation:none!important;transform:translate3d(var(--mx,0px),var(--my,0px),0)!important;transition:transform .42s cubic-bezier(.2,.8,.2,1)!important}.moth-swarm .swarm-moth .moth-icon{animation:mothWingPulse .72s ease-in-out infinite!important;transform-origin:center!important}.moth-swarm .swarm-moth:nth-child(3n) .moth-icon{animation-delay:-.18s!important}.moth-swarm .swarm-moth:nth-child(4n) .moth-icon{animation-delay:-.38s!important}@keyframes mothWingPulse{0%,to{transform:scaleY(1) rotate(0)}50%{transform:scaleY(.82) rotate(2deg)}}.site-header .wordmark{display:flex;align-items:center;width:120px;height:38px}.site-header .wordmark img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center;filter:none;opacity:.94}.moth-swarm .swarm-moth,.password-page-dark .password-moth,.flying-moth,.moth-swarm .swarm-moth .moth-icon,.password-page-dark .password-moth .moth-icon,.flying-moth .moth-icon{color:#8b8b8b!important;mix-blend-mode:normal!important;filter:none!important}.moth-swarm .swarm-moth{animation:swarmRandom var(--fly,13s) ease-in-out infinite!important;animation-delay:var(--delay,0s)!important;transform:none!important;translate:var(--pull-x,0px) var(--pull-y,0px)!important;transition:translate .55s cubic-bezier(.2,.8,.2,1)!important;will-change:transform,translate}@keyframes swarmRandom{0%{opacity:0;transform:translate3d(0,110vh,0) rotate(-18deg) scale(.72)}10%{opacity:.88}24%{transform:translate3d(calc(var(--x1) * .55),calc(var(--y1) * .35),0) rotate(9deg) scale(.94)}43%{transform:translate3d(var(--x1),var(--y1),0) rotate(-13deg) scale(1.04)}61%{transform:translate3d(var(--x2),var(--y2),0) rotate(12deg) scale(.88)}78%{opacity:.72;transform:translate3d(var(--x3),calc(var(--y3, var(--y2)) * .7),0) rotate(-8deg) scale(1)}to{opacity:0;transform:translate3d(var(--x4,0px),-15vh,0) rotate(19deg) scale(.66)}}.cursor-light{width:108px!important;height:108px!important;opacity:0!important;background:radial-gradient(circle,rgba(154,255,181,.34) 0,rgba(108,255,145,.2) 20%,rgba(72,210,112,.09) 43%,rgba(55,180,90,.025) 62%,transparent 74%)!important;mix-blend-mode:screen!important;filter:blur(.35px)!important;box-shadow:0 0 18px #4aff7d1a!important}@media(pointer:fine){body:hover .cursor-light{opacity:.72!important}}.glass-panel,.search-glass-inner,.liquid-product-modal,.review-card,.team-card,.index-row,.proof-grid article,.science-strip,.product-facts,.collection-toolbar,.product-media{background:linear-gradient(135deg,#ffffff6b,#ffffff29 46%,#ffffff47)!important;border-color:#ffffff9e!important;box-shadow:0 26px 90px #00000029,inset 0 1px #ffffffb8,inset 0 -1px #00000012!important;backdrop-filter:blur(30px) saturate(135%)!important;-webkit-backdrop-filter:blur(30px) saturate(135%)!important}.placeholder-product-card .product-placeholder-media{display:grid;place-items:center;background:linear-gradient(145deg,#111,#262626 48%,#0a0a0a)!important;position:relative;overflow:hidden}.placeholder-product-card .placeholder-product-moth{width:48%;height:48%;display:grid;place-items:center;color:#8b8b8b;opacity:.9}.placeholder-product-card .placeholder-product-moth .moth-icon{width:100%;height:100%;color:#8b8b8b!important;mix-blend-mode:normal!important}.placeholder-product-card .placeholder-tag{position:absolute;left:12px;top:12px;padding:7px 9px;border:1px solid rgba(255,255,255,.24);background:#ffffff14;color:#fff;border-radius:999px;font-size:8px;font-weight:800;letter-spacing:.12em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.placeholder-product-card .product-info small{display:block;margin-top:5px;font-size:8px;letter-spacing:.1em;opacity:.48}.placeholder-product-card{opacity:.94}@media(max-width:800px){.site-header .wordmark{width:105px;height:34px}.cursor-light{display:block!important;width:90px!important;height:90px!important}.placeholder-product-card .placeholder-product-moth{width:42%;height:42%}}html{overflow-x:hidden}body{overflow-x:hidden;-webkit-tap-highlight-color:transparent}@media(max-width:800px){:root{--pad:16px}.site-header{position:sticky;top:0;z-index:1000}.header-inner{min-height:62px;padding:8px 14px;gap:10px}.site-header .wordmark{width:112px;height:34px}.mobile-toggle,.header-actions button,.header-actions>a{min-width:44px;min-height:44px;display:grid;place-items:center}.main-nav{top:62px;left:10px;right:10px;padding:14px;border-radius:22px;gap:4px;box-shadow:0 20px 60px #0000002e}.main-nav a{min-height:46px;display:flex;align-items:center;padding:0 10px;border-radius:12px}.header-actions{gap:3px}.header-actions>a{font-size:0;padding:0}.header-actions>a .cart-count{font-size:10px}.hero{padding:40px var(--pad) 30px;min-height:calc(100svh - 62px)}.hero h1{font-size:clamp(52px,15vw,78px)}.hero-art{min-height:300px;order:2}.hero-image{height:42svh;min-height:270px;max-height:460px}.moth-placeholder{width:94vw;height:58vw;min-height:240px;max-height:430px}.flying-moth{width:68px!important}.moth-swarm .swarm-moth{width:42px!important;height:32px!important}.products-section,.statement,.section-block{padding-left:var(--pad);padding-right:var(--pad)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{min-width:0}.product-info{padding:10px!important}.product-info h3{font-size:11px!important;line-height:1.15}.glass-panel,.review-card,.team-card,.index-row,.proof-grid article,.science-strip,.product-facts,.collection-toolbar,.product-media{border-radius:22px!important}.glass-panel{padding:22px!important}.search-glass{padding:7vh 12px}.search-glass-inner{padding:34px 16px 20px;border-radius:26px}.search-glass h2{font-size:clamp(48px,15vw,72px)}.password-page{min-height:calc(100svh - 62px);padding:18px 14px}.password-page-dark .password-glass{width:100%!important;padding:34px 18px!important;border-radius:28px!important}.password-page-dark .password-logo{width:min(320px,82vw)}.password-page-dark .password-glass h1{font-size:clamp(58px,16vw,92px)}.password-page-dark .password-moth{width:38px!important}.cursor-light{width:76px!important;height:76px!important}.placeholder-product-card .placeholder-product-moth{width:48%;height:48%}.site-footer{padding-left:var(--pad);padding-right:var(--pad)}}@media(max-width:480px){.site-header .wordmark{width:98px;height:31px}.product-grid{grid-template-columns:1fr 1fr}.product-info h3{font-size:10px!important}.product-info{font-size:9px!important}.hero-art{min-height:250px}.moth-placeholder{min-height:210px}.flying-moth{width:56px!important}}@media(pointer:coarse){.cursor-light{display:none!important}a,button,input,select{touch-action:manipulation}}.site-header .wordmark{width:min(190px,20vw)!important;height:54px!important;display:flex;align-items:center}.site-header .wordmark img{width:100%!important;height:100%!important;object-fit:contain;object-position:left center;opacity:1!important;filter:none!important}.moth-swarm .swarm-moth,.password-page-dark .password-moth,.flying-moth{color:#858585!important;mix-blend-mode:normal!important;filter:none!important}.moth-swarm .swarm-moth .moth-icon,.password-page-dark .password-moth .moth-icon,.flying-moth .moth-icon{color:#858585!important;mix-blend-mode:normal!important}.hero .moth-placeholder,.hero .moth-placeholder .moth-icon{color:#fff!important;mix-blend-mode:normal!important}.moth-swarm .swarm-moth{animation:swarmRandom var(--fly,13s) ease-in-out infinite!important;animation-delay:var(--delay,0s)!important;transform:none!important;translate:none!important;transition:none!important;will-change:transform}.cursor-light{width:118px!important;height:118px!important;background:radial-gradient(circle,rgba(255,255,255,.82) 0,rgba(255,255,255,.4) 19%,rgba(255,255,255,.13) 43%,rgba(255,255,255,.035) 62%,transparent 74%)!important;mix-blend-mode:difference!important;filter:blur(.2px)!important;box-shadow:none!important;opacity:0!important;z-index:999999!important;transition:opacity .14s ease!important;pointer-events:none!important}@media(pointer:fine){body:hover .cursor-light{opacity:.68!important}}.glass-panel,.search-glass-inner,.liquid-product-modal,.review-card,.team-card,.index-row,.proof-grid article,.science-strip,.product-facts,.collection-toolbar,.product-media{background:linear-gradient(135deg,#ffffff29,#ffffff0e 48%,#ffffff1f)!important;border:1px solid rgba(255,255,255,.27)!important;box-shadow:0 30px 100px #00000057,inset 0 1px #ffffff52,inset 0 -1px #0000002e!important;backdrop-filter:blur(34px) saturate(125%)!important;-webkit-backdrop-filter:blur(34px) saturate(125%)!important}.soundcloud-player{position:fixed;left:18px;right:18px;bottom:16px;z-index:99950;display:flex;align-items:center;gap:14px;padding:8px 10px 8px 14px;min-height:78px;border:1px solid rgba(255,255,255,.28);border-radius:18px;background:#0a0a0ac7;color:#fff;box-shadow:0 20px 70px #00000073,inset 0 1px #ffffff29;backdrop-filter:blur(24px) saturate(120%);-webkit-backdrop-filter:blur(24px) saturate(120%)}.soundcloud-player-label{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:9px;font-weight:800;letter-spacing:.13em}.soundcloud-dot{width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 12px #ffffff8c}.soundcloud-frame-wrap{flex:1;min-width:0;height:80px;overflow:hidden;border-radius:12px;background:#ffffff0f}.soundcloud-frame-wrap iframe{display:block;width:100%;height:80px;border-radius:12px}body{padding-bottom:108px}@media(max-width:800px){.site-header .wordmark{width:142px!important;height:43px!important}.cursor-light{width:92px!important;height:92px!important}.soundcloud-player{left:9px;right:9px;bottom:9px;padding:7px 8px 7px 10px;gap:8px;min-height:70px;border-radius:14px}.soundcloud-player-label{font-size:7px;gap:5px}.soundcloud-frame-wrap,.soundcloud-frame-wrap iframe{height:72px}body{padding-bottom:92px}}@media(max-width:480px){.site-header .wordmark{width:126px!important;height:39px!important}.soundcloud-player-label{display:none}}.moth-swarm{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:3!important;pointer-events:none!important;overflow:hidden!important}.moth-swarm .swarm-moth{position:absolute!important;left:0!important;top:0!important;width:clamp(28px,3vw,52px)!important;height:auto!important;opacity:.68!important;animation:freeMothFlight var(--fly,18s) linear infinite!important;animation-delay:var(--delay,0s)!important;transform:none!important;translate:none!important;transition:none!important;will-change:transform!important}.moth-swarm .swarm-moth .moth-icon{width:100%!important;height:auto!important;animation:mothWingPulse .58s ease-in-out infinite!important;transform-origin:center!important}@keyframes freeMothFlight{0%{transform:translate3d(-12vw,112vh,0) rotate(-22deg) scale(.72)}16%{transform:translate3d(calc(var(--x1) * .55),calc(var(--y1) * .55),0) rotate(12deg) scale(1)}33%{transform:translate3d(var(--x1),var(--y1),0) rotate(-10deg) scale(.9)}52%{transform:translate3d(var(--x2),var(--y2),0) rotate(18deg) scale(1.08)}70%{transform:translate3d(var(--x3),var(--y3),0) rotate(-14deg) scale(.82)}86%{transform:translate3d(var(--x4),calc(var(--y2) * .45),0) rotate(9deg) scale(1)}to{transform:translate3d(112vw,-18vh,0) rotate(24deg) scale(.66)}}.audio-player{position:fixed;left:18px;bottom:18px;width:min(440px,calc(100vw - 36px));height:46px;z-index:100000;display:flex;align-items:center;gap:10px;padding:6px 10px 6px 7px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#0e0e0eb8;color:#fff;box-shadow:0 14px 50px #0006,inset 0 1px #ffffff24;backdrop-filter:blur(24px) saturate(130%);-webkit-backdrop-filter:blur(24px) saturate(130%)}.audio-toggle{flex:0 0 34px;width:34px;height:34px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:#ffffff1f;color:#fff;font-size:11px;cursor:pointer;display:grid;place-items:center}.audio-meta{white-space:nowrap;font-size:7px;font-weight:800;letter-spacing:.14em;display:flex;align-items:center;gap:6px;opacity:.9}.audio-live-dot{width:5px;height:5px;border-radius:50%;background:#fff;box-shadow:0 0 9px #fff}.audio-track{height:3px;flex:1;min-width:50px;background:#ffffff29;border-radius:10px;overflow:hidden}.audio-progress{height:100%;width:0;background:#fff;border-radius:10px}.audio-time{font-size:8px;font-variant-numeric:tabular-nums;opacity:.55;min-width:28px;text-align:right}@media(max-width:560px){.audio-player{left:9px;bottom:9px;width:calc(100vw - 18px);height:42px;padding:5px 8px 5px 5px}.audio-toggle{width:32px;height:32px;flex-basis:32px}.audio-meta{font-size:6px}.audio-time{display:none}}@media(max-width:560px){body{padding-bottom:66px!important}}.moth-swarm{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;z-index:3!important;overflow:hidden!important;opacity:.42!important}.moth-swarm .swarm-moth{position:absolute!important;font-size:22px!important;width:auto!important;height:auto!important;color:initial!important;filter:grayscale(1)!important;animation:swarmFly var(--fly,13s) ease-in-out infinite!important;animation-delay:var(--delay,0s)!important;opacity:0!important;transform:none!important;translate:none!important;transition:none!important;will-change:transform!important}@keyframes swarmFly{0%{opacity:0;transform:translate3d(0,110vh,0) rotate(-18deg) scale(.65)}12%{opacity:.65}45%{transform:translate3d(var(--x1),var(--y1),0) rotate(18deg) scale(1)}70%{opacity:.55;transform:translate3d(var(--x2),var(--y2),0) rotate(-12deg) scale(.82)}to{opacity:0;transform:translate3d(var(--x3),-15vh,0) rotate(24deg) scale(.55)}}.audio-player{position:fixed!important;left:18px!important;bottom:18px!important;width:min(440px,calc(100vw - 36px))!important;height:46px!important;z-index:2147483647!important;display:flex!important;align-items:center!important;gap:10px!important;padding:6px 10px 6px 7px!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:999px!important;background:#0e0e0ed1!important;color:#fff!important;box-shadow:0 14px 50px #0006,inset 0 1px #ffffff24!important;backdrop-filter:blur(24px) saturate(130%)!important;-webkit-backdrop-filter:blur(24px) saturate(130%)!important}.audio-toggle{flex:0 0 34px!important;width:34px!important;height:34px!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:50%!important;background:#ffffff1f!important;color:#fff!important;font-size:11px!important;cursor:pointer!important;display:grid!important;place-items:center!important}.audio-meta{white-space:nowrap!important;font-size:7px!important;font-weight:800!important;letter-spacing:.14em!important;display:flex!important;align-items:center!important;gap:6px!important;opacity:.9!important}.audio-live-dot{width:5px!important;height:5px!important;border-radius:50%!important;background:#fff!important;box-shadow:0 0 9px #fff!important}.audio-track{height:3px!important;flex:1!important;min-width:50px!important;background:#ffffff29!important;border-radius:10px!important;overflow:hidden!important}.audio-progress{height:100%!important;width:0;background:#fff!important;border-radius:10px!important}.audio-time{font-size:8px!important;font-variant-numeric:tabular-nums!important;opacity:.55!important;min-width:28px!important;text-align:right!important}body{padding-bottom:78px!important}@media(max-width:560px){.audio-player{left:9px!important;bottom:9px!important;width:calc(100vw - 18px)!important;height:42px!important;padding:5px 8px 5px 5px!important}.audio-toggle{width:32px!important;height:32px!important;flex-basis:32px!important}.audio-meta{font-size:6px!important}.audio-time{display:none!important}body{padding-bottom:66px!important}}.moth-swarm{z-index:9990!important;opacity:1!important;visibility:visible!important}.moth-swarm .swarm-moth{position:absolute!important;display:block!important;width:clamp(24px,2.8vw,46px)!important;height:auto!important;color:#6e6e6ec7!important;font-size:inherit!important;opacity:.72!important;filter:none!important;animation:mothWander var(--fly,16s) ease-in-out infinite!important;animation-delay:var(--delay,0s)!important;transform:none!important;translate:none!important;transition:none!important;will-change:transform!important}.moth-swarm .moth-icon{display:block!important;width:100%!important;height:auto!important;color:currentColor!important;animation:mothWingBeat .62s ease-in-out infinite!important;transform-origin:center!important;filter:drop-shadow(0 2px 5px rgba(0,0,0,.18))!important}.moth-swarm .swarm-moth:nth-child(3n) .moth-icon{animation-delay:-.17s!important}.moth-swarm .swarm-moth:nth-child(4n) .moth-icon{animation-delay:-.34s!important}.moth-swarm .swarm-moth:nth-child(5n) .moth-icon{animation-delay:-.48s!important}@keyframes mothWingBeat{0%,to{transform:scaleY(1)}50%{transform:scaleY(.72) rotate(-2deg)}}@keyframes mothWander{0%{opacity:0;transform:translate3d(-8vw,12vh,0) rotate(-22deg) scale(.55)}8%{opacity:.78}24%{transform:translate3d(var(--x1),var(--y1),0) rotate(12deg) scale(1)}43%{transform:translate3d(calc(var(--x1)*-.45),calc(var(--y2)*.8),0) rotate(-18deg) scale(.78)}61%{transform:translate3d(var(--x2),var(--y2),0) rotate(20deg) scale(1.12)}79%{transform:translate3d(var(--x3),calc(var(--y1)*-.6),0) rotate(-12deg) scale(.84)}92%{opacity:.65}to{opacity:0;transform:translate3d(8vw,-20vh,0) rotate(28deg) scale(.52)}}@media(prefers-reduced-motion:reduce){.moth-swarm .swarm-moth,.moth-swarm .moth-icon{animation:none!important}.moth-swarm .swarm-moth{opacity:.45!important}}.product-swipe{display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;gap:14px!important;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;padding:2px 2px 14px!important}.product-swipe::-webkit-scrollbar{display:none}.product-swipe:active{cursor:grabbing}.product-swipe>.product-card{flex:0 0 calc((100% - 42px)/4)!important;min-width:0!important;scroll-snap-align:start!important}@media(max-width:1000px){.product-swipe>.product-card{flex-basis:calc((100% - 14px)/2)!important}}@media(max-width:800px){.product-swipe{gap:10px!important}.product-swipe>.product-card{flex:0 0 78vw!important;max-width:330px!important}.product-swipe .product-media{aspect-ratio:3/4}}@media(max-width:480px){.product-swipe>.product-card{flex-basis:82vw!important;max-width:none!important}}@media(pointer:fine){.product-swipe{scroll-behavior:smooth}.product-swipe>.product-card{scroll-snap-align:start}}.audio-player{background:linear-gradient(135deg,#ffffff38,#ffffff14 45%,#ffffff26)!important;border:1px solid rgba(255,255,255,.38)!important;box-shadow:0 18px 65px #00000061,inset 0 1px #ffffff73,inset 0 -1px #00000029!important;backdrop-filter:blur(38px) saturate(145%)!important;-webkit-backdrop-filter:blur(38px) saturate(145%)!important}.audio-player:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:linear-gradient(105deg,rgba(255,255,255,.18),transparent 35%,rgba(255,255,255,.08));pointer-events:none}.audio-toggle{background:#fff3!important;border-color:#ffffff6b!important;box-shadow:inset 0 1px #ffffff59,0 4px 18px #00000026!important}.audio-track{background:#ffffff38!important}.audio-meta,.audio-time,.audio-toggle,.audio-track{position:relative;z-index:1}.moth-swarm{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;visibility:visible!important;opacity:1!important;pointer-events:none!important;z-index:2147483000!important;overflow:hidden!important}.moth-swarm .swarm-moth{position:absolute!important;left:var(--sx)!important;top:var(--sy)!important;display:block!important;width:clamp(22px,2.6vw,48px)!important;height:auto!important;margin:0!important;padding:0!important;opacity:.78!important;visibility:visible!important;color:#777!important;filter:drop-shadow(0 2px 5px rgba(0,0,0,.22))!important;animation:mothFlightV23 var(--fly,18s) ease-in-out infinite!important;animation-delay:var(--delay,0s)!important;will-change:transform,opacity!important}.moth-swarm .swarm-moth .moth-icon{display:block!important;width:100%!important;height:auto!important;color:#777!important;fill:currentColor!important;animation:mothWingsV23 .55s ease-in-out infinite!important;transform-origin:50% 52%!important}@keyframes mothFlightV23{0%{opacity:0;transform:translate3d(0,25vh,0) rotate(-18deg) scale(.55)}8%{opacity:.78}28%{opacity:.86;transform:translate3d(var(--x1),var(--y1),0) rotate(14deg) scale(var(--scale))}55%{opacity:.72;transform:translate3d(var(--x2),var(--y2),0) rotate(-20deg) scale(calc(var(--scale) * .9))}78%{opacity:.82;transform:translate3d(var(--x3),var(--y3),0) rotate(16deg) scale(var(--scale))}to{opacity:0;transform:translate3d(20vw,-35vh,0) rotate(28deg) scale(.5)}}@keyframes mothWingsV23{0%,to{transform:scaleX(1) rotate(0)}50%{transform:scaleX(.58) rotate(2deg)}}@media(prefers-reduced-motion:reduce){.moth-swarm .swarm-moth,.moth-swarm .swarm-moth .moth-icon{animation:none!important}.moth-swarm .swarm-moth{opacity:.55!important}}.placeholder-product-link{display:block;color:inherit;text-decoration:none}.placeholder-product-link .product-media{cursor:pointer}.placeholder-product-card .placeholder-product-image{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.placeholder-product-card .quick{opacity:0}.placeholder-product-card:hover .quick{opacity:1}.moth-swarm{z-index:2147483000!important;pointer-events:none!important;visibility:visible!important;opacity:1!important}.moth-swarm .swarm-moth{position:absolute!important;left:var(--sx)!important;top:var(--sy)!important;width:clamp(26px,3vw,44px)!important;display:block!important;opacity:.82!important;visibility:visible!important;animation:mothPlayV24 var(--fly,16s) cubic-bezier(.45,.05,.55,.95) infinite!important;animation-delay:var(--delay,0s)!important;will-change:transform!important}.moth-swarm .swarm-moth .moth-icon{display:block!important;width:100%!important;color:#777!important;animation:mothFlapV24 .48s ease-in-out infinite!important;transform-origin:50% 50%!important;filter:drop-shadow(0 3px 5px rgba(0,0,0,.2))!important}@keyframes mothPlayV24{0%{transform:translateZ(0) rotate(-8deg) scale(.7)}12%{transform:translate3d(calc(var(--x1) * .35),calc(var(--y1) * .35),0) rotate(18deg) scale(var(--scale))}28%{transform:translate3d(var(--x1),var(--y1),0) rotate(-14deg) scale(var(--scale))}45%{transform:translate3d(calc(var(--x2) * .35),calc(var(--y2) * .35),0) rotate(25deg) scale(calc(var(--scale) * .92))}62%{transform:translate3d(var(--x2),var(--y2),0) rotate(-22deg) scale(var(--scale))}78%{transform:translate3d(var(--x3),var(--y3),0) rotate(14deg) scale(calc(var(--scale) * .86))}90%{transform:translate3d(calc(var(--x3) * -.25),calc(var(--y3) * -.25),0) rotate(-30deg) scale(.9)}to{transform:translate3d(12vw,-18vh,0) rotate(35deg) scale(.62)}}@keyframes mothFlapV24{0%,to{transform:scaleX(1) rotate(0)}50%{transform:scaleX(.55) rotate(4deg)}}.placeholder-product-link{display:block!important;color:inherit!important;text-decoration:none!important;height:100%}.placeholder-product-card{cursor:pointer!important}.product-open,.product-title-button{cursor:pointer}.product-page{grid-template-areas:"visual details" "facts facts"}.product-visual{grid-area:visual}.product-details{grid-area:details}.product-facts{grid-area:facts}@media(max-width:800px){.product-page{grid-template-areas:"visual" "details" "facts"}}.moth-swarm{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;pointer-events:none!important;z-index:2147483000!important;overflow:hidden!important;opacity:1!important;visibility:visible!important}.moth-swarm .swarm-moth{position:absolute!important;left:var(--sx,50vw)!important;top:0!important;width:clamp(24px,2.8vw,46px)!important;height:auto!important;display:block!important;margin:0!important;padding:0!important;opacity:0!important;visibility:visible!important;color:#fff!important;mix-blend-mode:difference!important;filter:none!important;animation:swarmFlyV25 var(--fly,13s) ease-in-out infinite!important;animation-delay:var(--delay,0s)!important;transform:none!important;translate:none!important;transition:none!important;will-change:transform,opacity!important}.moth-swarm .swarm-moth .moth-icon{display:block!important;width:100%!important;height:auto!important;color:#fff!important;fill:currentColor!important;animation:mothWingV25 .48s ease-in-out infinite!important;transform-origin:50% 50%!important;filter:none!important}@keyframes swarmFlyV25{0%{opacity:0;transform:translate3d(0,110vh,0) rotate(-18deg) scale(.65)}12%{opacity:.82}45%{opacity:.78;transform:translate3d(var(--x1),var(--y1),0) rotate(18deg) scale(1)}70%{opacity:.6;transform:translate3d(var(--x2),var(--y2),0) rotate(-12deg) scale(.82)}88%{opacity:.48}to{opacity:0;transform:translate3d(var(--x3),-15vh,0) rotate(24deg) scale(.55)}}@keyframes mothWingV25{0%,to{transform:scaleX(1) rotate(0)}50%{transform:scaleX(.58) rotate(5deg)}}@media(prefers-reduced-motion:reduce){.moth-swarm .swarm-moth,.moth-swarm .swarm-moth .moth-icon{animation:none!important}.moth-swarm .swarm-moth{opacity:.5!important;transform:none!important}}.glass-panel,.password-glass,.liquid-product-modal,.search-glass-inner,.audio-player,.product-card,.placeholder-product-card,.product-page,.product-facts,.science-strip{border:1px solid rgba(255,255,255,.32)!important;background:linear-gradient(135deg,#ffffff38,#ffffff12 48%,#ffffff24)!important;box-shadow:0 22px 80px #00000047,inset 0 1px #ffffff80,inset 0 -1px #0000001a!important;backdrop-filter:blur(34px) saturate(155%)!important;-webkit-backdrop-filter:blur(34px) saturate(155%)!important}.glass-panel:before,.password-glass:before,.liquid-product-modal:before,.search-glass-inner:before,.audio-player:after,.product-card:before,.placeholder-product-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,.22),transparent 28%,transparent 72%,rgba(255,255,255,.08));opacity:.75}.product-card,.placeholder-product-card{position:relative;overflow:hidden}.audio-player{background:linear-gradient(135deg,#ffffff4d,#ffffff1a 45%,#ffffff2e)!important;border-color:#ffffff80!important;box-shadow:0 24px 85px #0000006b,inset 0 1px #ffffff9e,inset 0 -1px #00000024!important;backdrop-filter:blur(42px) saturate(175%)!important;-webkit-backdrop-filter:blur(42px) saturate(175%)!important}.audio-toggle{box-shadow:0 8px 28px #00000040,inset 0 1px #ffffff80!important}.product-card{border-radius:var(--km-card-radius,24px)!important;transform:translateZ(0);transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease!important}.product-card:hover{transform:translateY(-5px) scale(1.008)!important}.product-card .product-media,.placeholder-product-card .product-placeholder-media{border-radius:calc(var(--km-card-radius,24px) - 4px)!important;overflow:hidden}.product-card img,.placeholder-product-image{filter:saturate(var(--km-image-sat,1)) contrast(var(--km-image-contrast,1))!important}.liquid-product-modal{border-radius:var(--km-modal-radius,38px)!important;overflow:hidden}.liquid-product-modal .liquid-product-image img{border-radius:calc(var(--km-modal-radius,38px) - 12px)!important}.placeholder-product-card{border-radius:var(--placeholder-radius,var(--km-card-radius,24px))!important}.placeholder-product-card .product-placeholder-media{background:linear-gradient(145deg,#ffffff2e,#ffffff0a)!important}.placeholder-product-card .placeholder-tag{border-color:color-mix(in srgb,var(--placeholder-accent,#fff) 55%,transparent)!important;color:var(--placeholder-accent,#fff)!important}.placeholder-product-card .placeholder-corner{position:absolute;right:12px;top:12px;padding:7px 9px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff14;font-size:8px;font-weight:800;letter-spacing:.1em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
/*# sourceMappingURL=/cdn/shop/t/32/assets/klar-motte.css.map */
