@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--black:#090909;--white:#f7f7f4;--gray:#dddcd7;--line:#c8c8c3;--pad:clamp(22px,5vw,76px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--black);font-family:'DM Sans',Arial,sans-serif;overflow-x:hidden}body.loading{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.loader{position:fixed;inset:0;z-index:9999;background:#050505;display:grid;place-items:center;transition:opacity .65s ease,visibility .65s}.loader img{position:absolute;width:min(290px,62vw);filter:invert(1);mix-blend-mode:screen;animation:logoFloat 2s ease-in-out infinite}.loader span{position:absolute;bottom:12%;color:#777;font:10px 'Space Grotesk';letter-spacing:.25em}.loader-orbit{width:min(440px,85vw);aspect-ratio:1;border:1px solid #222;border-radius:50%;animation:spin 3s linear infinite}.loader-orbit:after{content:"";display:block;width:7px;height:7px;background:#fff;border-radius:50%;margin:15%}.loader.done{opacity:0;visibility:hidden}@keyframes spin{to{transform:rotate(360deg)}}@keyframes logoFloat{50%{transform:translateY(-14px) scale(1.025)}}
.site-header{height:92px;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:50;background:rgba(247,247,244,.92);backdrop-filter:blur(12px)}.brand{width:94px;height:56px;overflow:hidden;display:grid;place-items:center}.brand img{width:120px;transform:scale(1.55);mix-blend-mode:multiply}.site-header nav{display:flex;align-items:center;gap:36px;font-size:13px}.site-header nav>a:not(.nav-cta){position:relative}.site-header nav>a:not(.nav-cta):after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:#000;transition:.3s}.site-header nav>a:hover:after,.site-header nav>a.active:after{right:0}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;padding:15px 18px;background:#090909;color:#fff}.nav-cta span,.button span{font-size:18px}.menu{display:none;background:none;border:0}.menu span{display:block;width:25px;height:1px;background:#111;margin:7px}
.hero{min-height:calc(100vh - 92px);display:grid;grid-template-columns:1.08fr .92fr}.hero-copy{padding:clamp(60px,9vh,110px) var(--pad) 38px;display:flex;flex-direction:column;justify-content:center}.eyebrow{font:500 11px 'Space Grotesk';letter-spacing:.18em}.eyebrow i{display:inline-block;width:27px;height:1px;background:currentColor;vertical-align:middle;margin-right:9px}.hero h1,.page-hero h1,.news-hero h1{font:600 clamp(57px,7.2vw,118px)/.82 'Space Grotesk';letter-spacing:-.075em;margin:28px 0}.hero h1 em,.page-hero h1 em,.news-hero h1 em,.section h2 em,.manifesto em,.newsletter em{font-weight:400;color:transparent;-webkit-text-stroke:1.5px currentColor}.lead{max-width:490px;color:#555;font-size:16px;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:28px;margin:32px 0 55px}.button-dark{min-width:185px}.text-link{font-size:13px;border-bottom:1px solid;padding:8px 0}.stats{border-top:1px solid var(--line);display:flex;padding-top:24px;gap:clamp(22px,4vw,60px)}.stats strong{display:block;font:600 25px 'Space Grotesk'}.stats span{font-size:10px;color:#777;text-transform:uppercase;letter-spacing:.08em}.hero-visual{background:#deded9;position:relative;min-height:620px;overflow:hidden;display:grid;place-items:center}.hero-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 50%,rgba(255,255,255,.5));clip-path:polygon(48% 0,100% 0,100% 100%,15% 100%)}.visual-ring{position:absolute;width:67%;aspect-ratio:1;border:1px solid #aaa;border-radius:50%}.visual-ring:after,.visual-ring:before{content:"";position:absolute;inset:16%;border:1px solid #c1c1bc;border-radius:50%}.visual-ring:after{inset:32%}.floating-product{position:relative;width:69%;filter:drop-shadow(0 35px 22px rgba(0,0,0,.25));animation:productFloat 4s ease-in-out infinite;transition:transform .25s}@keyframes productFloat{50%{transform:translateY(-15px) rotate(2deg)}}.vertical-copy{position:absolute;right:18px;top:26px;writing-mode:vertical-rl;font:9px 'Space Grotesk';letter-spacing:.26em}.product-label{position:absolute;left:32px;bottom:35px}.product-label span{font-size:8px;letter-spacing:.15em}.product-label b,.product-label small{display:block}.product-label b{font:600 17px 'Space Grotesk';margin:5px 0}.product-label small{font-size:11px}.cross{position:absolute;font:20px 'Space Grotesk'}.cross-one{left:7%;top:10%}.cross-two{right:8%;bottom:12%}
.marquee{background:#0a0a0a;color:white;overflow:hidden;white-space:nowrap;padding:18px 0;font:12px 'Space Grotesk';letter-spacing:.17em}.marquee div{width:max-content;animation:marquee 20s linear infinite}.marquee i{margin:0 35px}@keyframes marquee{to{transform:translateX(-50%)}}.section{padding:clamp(75px,10vw,145px) var(--pad)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px}.section h2{font:600 clamp(43px,5.4vw,82px)/.9 'Space Grotesk';letter-spacing:-.06em;margin:22px 0 0}.circle-link{width:67px;aspect-ratio:1;border:1px solid;border-radius:50%;display:grid;place-items:center;font-size:24px;transition:.3s}.circle-link:hover{background:#000;color:#fff;transform:rotate(45deg)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.product-card{min-width:0}.product-image{background:#e6e6e2;aspect-ratio:1;display:grid;place-items:center;position:relative;overflow:hidden}.product-image:after{content:"";position:absolute;width:68%;height:20%;bottom:7%;background:rgba(0,0,0,.13);filter:blur(22px);border-radius:50%}.product-image img{width:76%;height:76%;object-fit:contain;position:relative;z-index:1;transition:.6s cubic-bezier(.2,.8,.2,1);filter:drop-shadow(0 18px 16px rgba(0,0,0,.16))}.product-card:hover .product-image img{transform:scale(1.08) rotate(5deg)}.card-action{position:absolute;right:17px;top:17px;z-index:2;width:40px;aspect-ratio:1;border-radius:50%;background:#fff;display:grid;place-items:center;opacity:0;transform:translateY(8px);transition:.3s}.product-card:hover .card-action{opacity:1;transform:none}.product-info{display:grid;grid-template-columns:1fr auto;gap:5px;padding:17px 2px}.product-info h3{font:600 15px 'Space Grotesk';margin:0}.product-info p{font-size:11px;color:#777;margin:0}.product-info strong{grid-row:1/3;grid-column:2;font:600 15px 'Space Grotesk'}.manifesto{background:#0a0a0a;color:#fff;text-align:center}.manifesto blockquote{font:500 clamp(35px,5.2vw,77px)/1.05 'Space Grotesk';letter-spacing:-.05em;margin:55px auto;max-width:1200px}.button-light{background:#fff;color:#000}.manifesto .button{margin:auto}footer{background:#0a0a0a;color:#fff;border-top:1px solid #333;padding:75px var(--pad) 30px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.footer-brand{font:600 clamp(43px,5vw,78px)/.75 'Space Grotesk';letter-spacing:-.07em}.footer-brand span{font-size:10px;vertical-align:top;margin-left:4px}footer div{display:flex;flex-direction:column;gap:12px;font-size:13px}footer div p{font-size:9px;letter-spacing:.2em;color:#777;margin-bottom:11px}footer small{font-size:10px;color:#777;line-height:1.7;align-self:end}.age-note{position:fixed;right:15px;bottom:15px;z-index:30;width:35px;aspect-ratio:1;background:#000;color:#fff;border:1px solid #555;border-radius:50%;display:grid;place-items:center;font:10px 'Space Grotesk'}
.page-hero{padding:clamp(75px,10vw,140px) var(--pad) 70px;border-bottom:1px solid var(--line)}.page-hero h1{margin-bottom:35px}.page-hero>p:last-child{max-width:470px;color:#666;line-height:1.6}.catalog{padding-top:45px}.filters{display:flex;gap:7px;margin-bottom:45px;overflow:auto}.filters button{white-space:nowrap;border:1px solid #aaa;background:transparent;padding:12px 18px;border-radius:30px;cursor:pointer;font-size:12px}.filters button.active{background:#000;color:#fff}.filters span{opacity:.5;margin-left:8px}.catalog-grid{grid-template-columns:repeat(3,1fr);row-gap:55px}.product-card.hidden{display:none}
.detail{display:grid;grid-template-columns:1.08fr .92fr;min-height:calc(100vh - 92px)}.detail-media{background:#deded9;display:grid;place-items:center;position:relative;overflow:hidden}.detail-media img{width:72%;max-height:72vh;object-fit:contain;filter:drop-shadow(0 35px 25px rgba(0,0,0,.2));animation:productFloat 4s ease-in-out infinite}.detail-index{position:absolute;left:35px;top:35px;font:11px 'Space Grotesk';letter-spacing:.15em}.detail-copy{padding:clamp(45px,7vw,105px);display:flex;justify-content:center;flex-direction:column}.back{font-size:11px;letter-spacing:.1em;margin-bottom:50px}.detail-copy h1{font:600 clamp(42px,5vw,76px)/.88 'Space Grotesk';letter-spacing:-.06em;margin:17px 0}.detail-category{font-size:10px;letter-spacing:.18em;color:#777}.detail-price{font:500 24px 'Space Grotesk';margin:10px 0 28px}.detail-description{color:#666;line-height:1.7;max-width:470px}.specs{display:grid;grid-template-columns:repeat(2,1fr);margin:34px 0;border-top:1px solid var(--line)}.specs div{padding:18px 0;border-bottom:1px solid var(--line)}.specs div:nth-child(odd){border-right:1px solid var(--line)}.specs div:nth-child(even){padding-left:18px}.specs span,.specs b{display:block}.specs span{font-size:9px;color:#777;letter-spacing:.13em}.specs b{font:500 13px 'Space Grotesk';margin-top:6px}.detail .button{align-self:flex-start;min-width:210px}
.news-hero{padding:clamp(75px,10vw,140px) var(--pad) 60px;display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid var(--line)}.news-hero>p{max-width:350px;color:#666;line-height:1.6;margin-bottom:25px}.news-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.news-feature{grid-column:1/3;min-height:570px;background:#deded9;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.news-feature>div{padding:clamp(35px,5vw,70px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.news-feature span,.news-card span{font-size:9px;letter-spacing:.14em}.news-feature h2{font-size:clamp(40px,5vw,70px);margin:30px 0}.news-feature p{color:#666;line-height:1.7}.news-feature a{border-bottom:1px solid;margin-top:25px;padding-bottom:7px;font-size:12px}.news-feature img{width:100%;height:100%;object-fit:contain;padding:8%;filter:drop-shadow(0 30px 20px rgba(0,0,0,.2))}.news-card{min-height:420px;border:1px solid var(--line);padding:40px;display:flex;flex-direction:column;justify-content:flex-end;position:relative}.news-card.dark{background:#0a0a0a;color:#fff}.news-number{position:absolute;right:35px;top:25px;font:120px 'Space Grotesk';opacity:.06}.news-card h3{font:600 clamp(30px,4vw,55px)/.95 'Space Grotesk';letter-spacing:-.05em;margin:28px 0 15px}.news-card p{color:#777}.newsletter{text-align:center}.newsletter form{max-width:610px;margin:55px auto 18px;border-bottom:1px solid;display:flex}.newsletter input{width:100%;padding:20px 5px;background:none;border:0;outline:none;font-size:12px;letter-spacing:.08em}.newsletter button{width:60px;background:none;border:0;font-size:24px;cursor:pointer}.newsletter>p:last-child{font-size:10px;color:#777}
.reveal{opacity:0;transform:translateY(25px);transition:opacity .8s,transform .8s}.reveal.visible{opacity:1;transform:none}
@media(max-width:800px){.site-header{height:74px}.brand{width:78px}.menu{display:block;z-index:3}.site-header nav{position:fixed;inset:0;background:#f7f7f4;display:flex;flex-direction:column;justify-content:center;font:600 28px 'Space Grotesk';transform:translateX(100%);transition:.4s}.site-header nav.open{transform:none}.nav-cta{font-size:14px}.hero{display:flex;flex-direction:column}.hero-copy{padding-top:55px}.hero h1{font-size:clamp(54px,17vw,82px)}.hero-visual{min-height:520px}.stats{justify-content:space-between;gap:10px}.stats span{font-size:8px}.hero-actions{align-items:flex-start;flex-direction:column}.product-grid,.catalog-grid{grid-template-columns:repeat(2,1fr)}.section-head{align-items:center}.circle-link{width:52px}.product-info{display:block}.product-info strong{display:block;margin-top:8px}.card-action{opacity:1;transform:none}.manifesto blockquote br{display:none}footer{grid-template-columns:1fr 1fr}.footer-brand,footer small{grid-column:1/3}.detail{display:block}.detail-media{min-height:54vh}.detail-copy{padding:50px var(--pad) 80px}.news-hero{display:block}.news-hero h1{font-size:clamp(55px,16vw,85px)}.news-feature{grid-template-columns:1fr;grid-column:auto}.news-feature img{height:350px;grid-row:1}.news-grid{display:block}.news-grid article{margin-bottom:18px}.news-card{min-height:350px}}
@media(max-width:430px){.product-grid,.catalog-grid{grid-template-columns:1fr}.hero-visual{min-height:450px}.stats strong{font-size:20px}.stats span{max-width:90px}.section-head h2{font-size:38px}.news-feature h2{font-size:40px}.filters{margin-right:calc(var(--pad)*-1)}footer{padding-bottom:80px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}
.brand{width:auto;height:auto;overflow:visible;display:block;font:700 21px/.72 'Space Grotesk';letter-spacing:-.07em}.brand sup{font-size:5px;vertical-align:top;margin-left:2px}.loader-logo{position:absolute;color:#fff;font:600 clamp(45px,8vw,88px)/.72 'Space Grotesk';letter-spacing:-.08em;animation:logoFloat 2s ease-in-out infinite}.loader-logo sup{font-size:9px;vertical-align:top;margin-left:5px}
@media(max-width:800px){.site-header nav{transform:none;clip-path:inset(0 0 0 100%);visibility:hidden;pointer-events:none;transition:clip-path .4s,visibility 0s .4s}.site-header nav.open{transform:none;clip-path:inset(0);visibility:visible;pointer-events:auto;transition:clip-path .4s}}
.detail-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.detail-actions .button{min-width:245px}.whatsapp-button:before{content:"";width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.15)}
.brand{width:74px;height:55px;display:grid;place-items:center;overflow:hidden}.brand img{width:78px;height:78px;object-fit:contain;filter:brightness(0);transform:none;mix-blend-mode:normal}.loader img{display:block;width:min(330px,68vw);height:min(330px,68vw);object-fit:contain;filter:none;mix-blend-mode:normal;animation:logoFloat 2s ease-in-out infinite}
@media(max-width:800px){.brand{width:63px;height:48px}.brand img{width:68px;height:68px}}
.product-image{background:transparent!important;border:1px solid transparent;isolation:isolate;transition:transform .22s ease,border-color .3s}.product-image:before{content:"";position:absolute;inset:10%;border:1px solid #d6d6d1;border-radius:50%;z-index:-1;transition:.7s cubic-bezier(.2,.8,.2,1)}.product-image:after{background:rgba(0,0,0,.18);bottom:10%;height:9%;z-index:-1}.product-image img{mix-blend-mode:multiply;width:82%;height:82%;transform-style:preserve-3d}.product-card:hover .product-image{border-color:#bdbdb7}.product-card:hover .product-image:before{transform:rotate(180deg) scale(.88);border-style:dashed}.product-card:hover .product-image img{transform:scale(1.09) rotateY(12deg) rotateZ(3deg);filter:drop-shadow(22px 28px 18px rgba(0,0,0,.25))}.tech-ring{position:absolute;inset:20%;border:1px solid #e3e3de;border-radius:50%;z-index:-1;transition:transform 1s}.tech-ring:after,.tech-ring:before{content:"";position:absolute;background:#111;width:5px;height:5px;border-radius:50%}.tech-ring:before{left:5%;top:20%}.tech-ring:after{right:5%;bottom:20%}.product-card:hover .tech-ring{transform:rotate(-220deg) scale(1.18)}.product-tag{position:absolute;left:14px;top:14px;font:500 8px 'Space Grotesk';letter-spacing:.16em;z-index:3}.buy-label{display:block;grid-column:1/3;font:600 9px 'Space Grotesk';letter-spacing:.13em;margin-top:12px;opacity:0;transform:translateY(5px);transition:.3s}.product-card:hover .buy-label{opacity:1;transform:none}.community{background:#090909;color:#fff;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:8vw;overflow:hidden}.community-orbit{width:min(42vw,560px);aspect-ratio:1;border:1px solid #333;border-radius:50%;display:grid;place-items:center;position:relative;font:600 clamp(65px,10vw,150px) 'Space Grotesk';letter-spacing:-.08em}.community-orbit:before,.community-orbit:after{content:"";position:absolute;border:1px solid #292929;border-radius:50%;inset:17%}.community-orbit:after{inset:34%}.community-orbit i{position:absolute;width:9px;height:9px;background:#fff;border-radius:50%;animation:communityPulse 2s ease-in-out infinite}.community-orbit i:nth-of-type(1){top:8%;left:48%}.community-orbit i:nth-of-type(2){bottom:18%;left:9%;animation-delay:.6s}.community-orbit i:nth-of-type(3){right:8%;top:55%;animation-delay:1.2s}@keyframes communityPulse{50%{transform:scale(2);box-shadow:0 0 20px #fff}}.community-copy p:not(.eyebrow){color:#999;line-height:1.7;max-width:480px;margin:30px 0}.community-copy .button{display:inline-flex}.community-copy h2{font-size:clamp(48px,6vw,88px)}
@media(max-width:800px){.community{grid-template-columns:1fr}.community-orbit{width:78vw;margin:auto}.buy-label{opacity:1;transform:none}.product-image img{mix-blend-mode:multiply}}
.detail-media{background:transparent!important;isolation:isolate}.detail-media:before,.detail-media:after{content:"";position:absolute;width:68%;aspect-ratio:1;border:1px solid #d0d0cb;border-radius:50%;z-index:-1}.detail-media:after{width:44%;border-style:dashed;animation:spin 18s linear infinite}.detail-media img{mix-blend-mode:multiply;transition:.5s}.detail-media:hover img{transform:scale(1.04) rotateY(8deg)}
.brand{width:64px;height:64px;overflow:visible}.brand img{width:56px;height:56px;object-fit:contain}.hero h1 em,.page-hero h1 em,.news-hero h1 em,.section h2 em,.newsletter em,.community-hero em,.community-news em{color:transparent;-webkit-text-stroke:1.5px #090909}.manifesto em,.community em{color:transparent;-webkit-text-stroke:1.5px #fff}.hero h1,.page-hero h1,.news-hero h1,.section h2,.manifesto blockquote,.community-hero h1,.community-news h2{overflow:visible;word-break:normal}
.community-hero{min-height:620px;padding:clamp(70px,10vw,145px) var(--pad);display:grid;grid-template-columns:1.25fr .75fr;align-items:end;border-bottom:1px solid var(--line)}.community-hero h1{font:600 clamp(60px,8.8vw,135px)/.82 'Space Grotesk';letter-spacing:-.075em;margin:28px 0 0}.community-intro{max-width:390px;padding-bottom:12px}.community-intro strong{font:600 10px 'Space Grotesk';letter-spacing:.15em}.community-intro p{color:#666;line-height:1.7;margin-top:20px}.live-dot{display:inline-block;width:8px;height:8px;background:#111;border-radius:50%;margin-right:9px;animation:communityPulse 1.8s infinite}.community-layout{display:grid;grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);gap:clamp(45px,8vw,125px);align-items:start}.community-panel{background:#0a0a0a;color:#fff;padding:clamp(30px,4vw,55px);position:sticky;top:25px}.community-panel h2,.feed-head h2{font:600 clamp(38px,4vw,62px)/.9 'Space Grotesk';letter-spacing:-.055em;margin:28px 0 38px}.community-panel form{display:flex;flex-direction:column}.community-panel label{font:9px 'Space Grotesk';letter-spacing:.14em;color:#888;margin:18px 0 9px}.community-panel input,.community-panel textarea{color:#fff;background:transparent;border:0;border-bottom:1px solid #444;padding:13px 0;outline:none;border-radius:0}.community-panel textarea{height:105px;resize:none}.community-panel .button{border:0;margin-top:30px;align-self:flex-start;cursor:pointer}.community-panel small{font-size:9px;color:#777;margin-top:15px}.feed-head{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--line);margin-bottom:0}.feed-head>span{font:9px 'Space Grotesk';letter-spacing:.12em;margin-bottom:40px}.feed-post{padding:34px 0;border-bottom:1px solid var(--line)}.feed-post header{display:flex;align-items:center;gap:13px}.avatar{width:42px;aspect-ratio:1;background:#111;color:#fff;border-radius:50%;display:grid;place-items:center;font:600 15px 'Space Grotesk'}.feed-post header strong,.feed-post header small{display:block}.feed-post header strong{font:600 12px 'Space Grotesk';letter-spacing:.06em}.feed-post header strong b{font-size:7px;background:#111;color:#fff;padding:4px 6px;margin-left:6px}.feed-post header small{font-size:8px;color:#888;margin-top:4px;letter-spacing:.08em}.feed-post>p{font-size:clamp(17px,2vw,23px);line-height:1.5;margin:28px 0;max-width:700px}.post-actions{display:flex;gap:22px}.post-actions button{border:0;background:none;padding:5px 0;font:600 9px 'Space Grotesk';letter-spacing:.1em;cursor:pointer}.like-button{font-size:16px!important}.like-button.liked{color:#777}.post-comments{display:none;margin-top:22px;padding:18px;border-left:1px solid #bbb}.post-comments.open{display:block}.post-comments>p{font-size:12px}.post-comments>p b{font-size:8px;letter-spacing:.08em;margin-right:8px}.comment-form{display:flex;border-bottom:1px solid #aaa;margin-top:14px}.comment-form input{width:100%;border:0;background:transparent;padding:12px 0;outline:none;font-size:10px}.comment-form button{border:0;background:none;font-size:18px}.community-news{background:#deded9;display:grid;grid-template-columns:1fr .55fr;gap:10vw;align-items:end}.community-news>div>span{font:9px 'Space Grotesk';letter-spacing:.16em}.community-news h2{font-size:clamp(48px,6vw,90px)}.community-news>p{line-height:1.8;color:#666;max-width:430px}
@media(max-width:800px){.brand{width:54px;height:54px}.brand img{width:48px;height:48px}.community-hero{grid-template-columns:1fr;min-height:auto}.community-hero h1{font-size:clamp(57px,16vw,85px);margin-bottom:55px}.community-layout{grid-template-columns:1fr}.community-panel{position:relative;top:auto}.community-news{grid-template-columns:1fr}.community-news h2{font-size:clamp(43px,12vw,65px)}}
#community-status{font:600 8px 'Space Grotesk';letter-spacing:.13em;color:#666;border-bottom:1px solid var(--line);padding:13px 0;margin:0}#community-status.error{color:#111}.feed-loading,.feed-error{padding:60px 0;font:600 11px 'Space Grotesk';letter-spacing:.12em}.feed-error p{font:14px 'DM Sans';letter-spacing:0;color:#666;line-height:1.6}.like-button.liked{color:#111}.like-button:disabled,.comment-form button:disabled,.community-panel button:disabled{opacity:.45;cursor:wait}.forum-reply{display:grid;grid-template-columns:28px 1fr;gap:10px;margin:18px 0}.reply-line{height:1px;background:#aaa;margin-top:8px}.forum-reply strong,.forum-reply small{font:600 9px 'Space Grotesk';letter-spacing:.08em}.forum-reply small{font-size:7px;color:#888;margin-left:10px}.forum-reply p{font-size:13px;line-height:1.5;margin:7px 0}.comment-form{display:grid;grid-template-columns:minmax(120px,.4fr) minmax(160px,1fr) 40px;gap:10px}.comment-form input{min-width:0}.comment-form .comment-author{font-size:8px;border-right:1px solid #ccc;padding-right:10px}.comment-form button{cursor:pointer}@media(max-width:520px){.comment-form{grid-template-columns:1fr 38px}.comment-form .comment-author{grid-column:1/3;border-right:0;border-bottom:1px solid #ddd}.community-panel input,.community-panel textarea{font-size:12px}}
.joy-requests{background:#fff;border-top:1px solid var(--line)}.requests-heading{display:grid;grid-template-columns:1.15fr .85fr;column-gap:8vw;align-items:end;margin-bottom:65px}.requests-heading .eyebrow{grid-column:1/3}.requests-heading h2{font-size:clamp(50px,7vw,105px);margin-bottom:0}.requests-heading>p:last-child{color:#666;line-height:1.7;max-width:440px}.requests-board{display:grid;grid-template-columns:.72fr 1.28fr;border:1px solid var(--line)}#request-form{background:#0a0a0a;color:#fff;padding:clamp(30px,5vw,65px);display:flex;flex-direction:column}#request-form label{font:9px 'Space Grotesk';letter-spacing:.13em;color:#888;margin:16px 0 8px}#request-form input,#request-form textarea{background:transparent;color:#fff;border:0;border-bottom:1px solid #444;padding:14px 0;outline:none;border-radius:0}#request-form textarea{min-height:135px;resize:vertical}#request-form .button{background:#fff;color:#000;border:0;margin-top:30px;align-self:flex-start;cursor:pointer}.requests-list-wrap{padding:clamp(28px,4vw,55px)}.requests-list-head{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:18px;font:600 9px 'Space Grotesk';letter-spacing:.14em}.request-item{padding:25px 0;border-bottom:1px solid var(--line)}.request-item>div{display:flex;justify-content:space-between}.request-item span,.request-item small{font:8px 'Space Grotesk';letter-spacing:.1em;color:#777}.request-item strong{display:block;font:600 10px 'Space Grotesk';letter-spacing:.08em;margin-top:12px}.request-item p{font-size:15px;line-height:1.55;margin:9px 0 0}.empty-requests{font:600 9px 'Space Grotesk';letter-spacing:.12em;color:#777;padding:45px 0}@media(max-width:800px){.requests-heading,.requests-board{grid-template-columns:1fr}.requests-heading .eyebrow{grid-column:auto}.requests-heading>p:last-child{margin-top:30px}.requests-list-wrap{min-height:280px}}
.request-email-info{padding:clamp(35px,6vw,85px);display:flex;flex-direction:column;justify-content:center;background:#deded9;overflow:hidden}.request-email-info>span{font:600 9px 'Space Grotesk';letter-spacing:.16em}.request-email-info>strong{font:600 clamp(27px,3.4vw,52px)/.95 'Space Grotesk';letter-spacing:-.055em;margin:30px 0;overflow-wrap:anywhere}.request-email-info>p{max-width:520px;color:#666;line-height:1.7}.request-email-info>div{font:600 8px 'Space Grotesk';letter-spacing:.13em;margin-top:28px}.request-email-info i{display:inline-block;width:7px;height:7px;background:#111;border-radius:50%;margin-right:8px}
.store-location{display:grid;grid-template-columns:1.08fr .92fr;padding:0}.location-visual{min-height:650px;background:#0a0a0a;color:#fff;position:relative;overflow:hidden;display:grid;place-items:center}.location-visual>span{position:absolute;left:35px;top:35px;font:9px 'Space Grotesk';letter-spacing:.18em;color:#777}.location-visual>strong{font:600 clamp(65px,10vw,155px)/1 'Space Grotesk';letter-spacing:-.08em;position:relative;z-index:2}.location-radar{position:absolute;width:min(72%,570px);aspect-ratio:1;border:1px solid #292929;border-radius:50%;animation:spin 28s linear infinite}.location-radar:before,.location-radar:after{content:"";position:absolute;border:1px solid #242424;border-radius:50%;inset:18%}.location-radar:after{inset:37%}.location-radar i{position:absolute;width:9px;height:9px;background:#fff;border-radius:50%;right:8%;top:28%;box-shadow:0 0 20px #fff}.location-copy{padding:clamp(55px,7vw,110px);display:flex;flex-direction:column;justify-content:center}.location-copy address{font:500 clamp(21px,2.2vw,31px)/1.45 'Space Grotesk';font-style:normal;margin:38px 0 16px}.location-copy>p:not(.eyebrow){color:#666;line-height:1.7;max-width:430px;margin-bottom:30px}.location-copy .button{align-self:flex-start}@media(max-width:800px){.store-location{grid-template-columns:1fr}.location-visual{min-height:440px}.location-copy{padding:70px var(--pad) 90px}.location-visual>strong{font-size:17vw}}
.events-hero{padding:clamp(80px,11vw,165px) var(--pad) 75px;border-bottom:1px solid var(--line)}.events-hero>div{display:flex;justify-content:space-between;align-items:end;gap:50px}.events-hero h1{font:600 clamp(60px,8.5vw,130px)/.82 'Space Grotesk';letter-spacing:-.075em;margin:32px 0 0}.events-hero h1 em,.event-story h2 em,.events-callout h2 em{font-weight:400;color:transparent;-webkit-text-stroke:1.5px #090909}.events-hero>div>p{max-width:380px;color:#666;line-height:1.7;margin-bottom:8px}.event-feature{display:grid;grid-template-columns:1fr 1fr;gap:clamp(45px,8vw,125px);align-items:center}.event-photo{position:relative}.event-photo:before{content:"";position:absolute;inset:-13px;border:1px solid var(--line);z-index:-1}.event-photo img{width:100%;max-height:850px;object-fit:cover;filter:grayscale(18%) contrast(1.04)}.event-photo>span{position:absolute;left:18px;bottom:18px;background:#fff;padding:9px 12px;font:600 8px 'Space Grotesk';letter-spacing:.13em}.event-type{font:600 9px 'Space Grotesk';letter-spacing:.15em}.event-story h2{font:600 clamp(46px,5.7vw,83px)/.88 'Space Grotesk';letter-spacing:-.06em;margin:30px 0}.event-story>p{color:#5f5f5f;line-height:1.75;max-width:560px}.event-story blockquote{border-left:1px solid #111;padding:9px 0 9px 20px;margin:35px 0;font:500 18px 'Space Grotesk'}.event-story .button{display:inline-flex}.events-callout{background:#deded9;display:grid;grid-template-columns:1fr .55fr;align-items:end;gap:8vw}.events-callout span{font:600 9px 'Space Grotesk';letter-spacing:.15em}.events-callout h2{font-size:clamp(45px,6vw,90px)}.events-callout>p{color:#666;line-height:1.75;max-width:430px}@media(max-width:1000px){.site-header nav{gap:22px}}@media(max-width:800px){.events-hero>div,.event-feature,.events-callout{display:grid;grid-template-columns:1fr}.events-hero h1{font-size:clamp(55px,15vw,82px)}.events-hero>div>p{margin-top:35px}.event-feature{gap:65px}.event-photo img{max-height:none}.event-story h2{font-size:clamp(46px,13vw,68px)}}
.ui-arrow{display:inline-flex;align-items:center;gap:9px}.ui-arrow::after{content:"";display:inline-block;width:11px;height:11px;background:currentColor;clip-path:polygon(0 42%,58% 42%,58% 12%,100% 50%,58% 88%,58% 58%,0 58%);flex:0 0 auto}.ui-arrow-ne::after{transform:rotate(-45deg)}.ui-arrow-left::after{display:none}.ui-arrow-left::before{content:"";display:inline-block;width:11px;height:11px;background:currentColor;clip-path:polygon(0 42%,58% 42%,58% 12%,100% 50%,58% 88%,58% 58%,0 58%);transform:rotate(180deg);flex:0 0 auto}.ui-check::after{content:"";display:inline-block;width:9px;height:5px;border-left:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(-45deg);margin-left:8px}.button>.ui-arrow,.nav-cta>.ui-arrow{margin-left:auto}.card-action.ui-arrow,.circle-link.ui-arrow{gap:0}.card-action.ui-arrow::after,.circle-link.ui-arrow::after{margin:0}.menu{width:44px;height:44px;border:1px solid #cecec9;border-radius:50%;padding:0;align-items:center;justify-content:center;gap:4px}.menu span{width:4px;height:4px;border-radius:50%;margin:0;background:#111}.menu:after{content:"";display:block;width:4px;height:4px;border-radius:50%;background:#111}.menu[aria-expanded="true"] span:first-child{transform:translateX(8px);opacity:0}.menu[aria-expanded="true"]:after{transform:translateX(-8px)}.menu span,.menu:after{transition:.25s}@media(max-width:800px){.menu{display:flex}.site-header nav .ui-arrow{font-size:14px}}
@media(max-width:800px){.community-feed-wrap{order:1}.community-panel{order:2}.community-layout{padding-top:55px}.feed-head h2{margin-bottom:25px}}.feed-error .button{border:0;margin-top:18px;cursor:pointer}
@media(max-width:800px){body.menu-open{overflow:hidden;touch-action:none}.site-header{backdrop-filter:none;background:#f7f7f4}.site-header nav{position:fixed;inset:0;width:100%;height:100vh;height:100dvh;padding:100px var(--pad) 35px;background:#f7f7f4;z-index:90;align-items:stretch;justify-content:flex-start;gap:0;overflow-y:auto;overscroll-behavior:contain;opacity:0;clip-path:inset(0 0 100% 0);visibility:hidden;pointer-events:none;transition:clip-path .38s cubic-bezier(.2,.8,.2,1),opacity .25s,visibility 0s .38s}.site-header nav.open{opacity:1;clip-path:inset(0);visibility:visible;pointer-events:auto;transition:clip-path .38s cubic-bezier(.2,.8,.2,1),opacity .25s}.site-header nav>a:not(.nav-cta){width:100%;padding:17px 0;border-bottom:1px solid #d1d1cc;font:600 clamp(24px,8vw,34px)/1 'Space Grotesk';letter-spacing:-.035em}.site-header nav>a:not(.nav-cta):after{display:none}.site-header nav .nav-cta{width:100%;margin-top:24px;padding:17px 19px;font:500 13px 'Space Grotesk'}.menu{position:relative;z-index:101}.brand{position:relative;z-index:101}body.menu-open .site-header{position:fixed;inset:0 0 auto 0;border-bottom:0;background:transparent}.menu[aria-expanded="true"]{border-color:#aaa}.menu[aria-expanded="true"] span:first-child,.menu[aria-expanded="true"] span:nth-child(2){position:absolute;width:17px;height:1px;border-radius:0;opacity:1;transform:none}.menu[aria-expanded="true"] span:first-child{transform:rotate(45deg)}.menu[aria-expanded="true"] span:nth-child(2){transform:rotate(-45deg)}.menu[aria-expanded="true"]:after{opacity:0;transform:none}}
.hero-visual .floating-product,.hero-visual .product-label{transition:opacity .22s ease,transform .22s ease}.hero-visual.changing .floating-product,.hero-visual.changing .product-label{opacity:0}.hero-visual.changing .product-label{transform:translateY(8px)}
.product-image.has-pair img{width:56%;height:68%;grid-area:1/1}.product-image.has-pair img:first-of-type{transform:translateX(24%);z-index:2}.product-image.has-pair img.secondary-product{transform:translateX(-30%) scale(.92);z-index:1}.product-card:hover .product-image.has-pair img:first-of-type{transform:translateX(27%) scale(1.04) rotate(3deg)}.product-card:hover .product-image.has-pair img.secondary-product{transform:translateX(-33%) scale(.96) rotate(-3deg)}.detail-media.has-pair{grid-template-columns:1fr 1fr;padding:8%}.detail-media.has-pair img{width:100%;max-height:65vh}.detail-media.has-pair img.secondary-product{margin-left:-18%}
