:root{--bg:#0d0e09;--bg-2:#14150e;--ink:#0f1007;--card:#ffffff0b;--card-border:#ffffff17;--accent:#dcf76c;--accent-soft:#dcf76c24;--text:#fff;--muted:#c9cabe;--muted-2:#8b8c80;--font-display:"Unbounded", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--font-script:"Caveat", cursive;--container:1200px;--radius:22px;--radius-lg:32px;--ease-out:cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:17px;line-height:1.6;overflow-x:hidden}::selection{background:var(--accent);color:var(--ink)}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:0}.container{width:min(var(--container), calc(100% - 48px));margin-inline:auto}.section{padding-block:clamp(90px,12vw,160px);position:relative}.section-title{font-family:var(--font-display);letter-spacing:-.01em;font-size:clamp(2.2rem,5.4vw,3.8rem);font-weight:700;line-height:1.08}.section-sub{color:var(--muted);margin-top:18px;font-size:1.05rem}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);align-items:center;gap:10px;font-size:.85rem;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:var(--accent);width:26px;height:1px}.preloader{z-index:200;background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:26px;display:flex;position:fixed;inset:0}.preloader__logo{font-family:var(--font-script);color:var(--text);font-size:clamp(3rem,8vw,5rem);font-weight:700}.preloader__bar{background:#ffffff1f;border-radius:2px;width:min(280px,60vw);height:2px;overflow:hidden}.preloader__fill{background:var(--accent);transform-origin:0;width:100%;height:100%;display:block;transform:scaleX(0)}.cursor,.cursor-dot{pointer-events:none;z-index:150;opacity:0;border-radius:50%;position:fixed;top:0;left:0}body.has-cursor .cursor,body.has-cursor .cursor-dot{opacity:1}.cursor{width:42px;height:42px;transition:width .3s var(--ease-out), height .3s var(--ease-out), margin .3s var(--ease-out), opacity .3s;border:1.5px solid #dcf76ca6;margin:-21px 0 0 -21px}.cursor.is-hover{background:#dcf76c14;width:64px;height:64px;margin:-32px 0 0 -32px}.cursor-dot{background:var(--accent);width:5px;height:5px;margin:-2.5px 0 0 -2.5px}@media (hover:none),(pointer:coarse){.cursor,.cursor-dot{display:none}}.progress{z-index:140;background:var(--accent);transform-origin:0;width:100%;height:2px;position:fixed;top:0;left:0;transform:scaleX(0)}.aurora{z-index:-2;width:100%;height:100dvh;position:fixed;inset:0}.grain{z-index:130;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");animation:8s steps(10,end) infinite grain;position:fixed;inset:-100%}@keyframes grain{0%,to{transform:translate(0)}20%{transform:translate(-4%,3%)}40%{transform:translate(3%,-4%)}60%{transform:translate(-3%,-2%)}80%{transform:translate(4%,2%)}}.glass-card{background:var(--card);border:1px solid var(--card-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(18px);position:relative;overflow:hidden;box-shadow:0 30px 80px #00000059,inset 0 1px #ffffff0f}.glass-card:after{content:"";pointer-events:none;background:radial-gradient(600px 200px at var(--mx,50%) var(--my,-20%), #dcf76c17, transparent 60%);position:absolute;inset:0}.btn{font-family:var(--font-body);white-space:nowrap;transition:transform .35s var(--ease-out), background .35s, color .35s, border-color .35s, box-shadow .35s;will-change:transform;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:16px 32px;font-size:1rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn--sm{padding:10px 22px;font-size:.92rem}.btn--accent{background:var(--accent);color:var(--ink);box-shadow:0 10px 40px #dcf76c38}.btn--accent:hover{box-shadow:0 14px 50px #dcf76c61}.btn--ghost{color:var(--text);border:1px solid #ffffff38}.btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.btn--light{color:#23251e;background:#fff}.btn__icon{border-radius:6px;width:26px;height:auto}.watch{display:inline-flex;position:relative}.watch__toggle{transition:opacity .25s var(--ease-out), transform .25s var(--ease-out), background .35s, color .35s, box-shadow .35s}.watch.is-open .watch__toggle{opacity:0;pointer-events:none;transform:scale(.7)}.watch__menu{background:var(--accent);opacity:0;visibility:hidden;transition:opacity .3s var(--ease-out), transform .35s var(--ease-out), visibility .35s;z-index:20;border-radius:999px;gap:6px;padding:5px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.72);box-shadow:0 10px 40px #dcf76c47}.watch.is-open .watch__menu{opacity:1;visibility:visible;transform:translate(-50%,-50%)scale(1)}.watch__menu a{width:44px;height:44px;color:var(--ink);transition:color .3s, background .3s, transform .3s var(--ease-out);border-radius:50%;place-items:center;display:grid}.watch__menu a:hover{background:var(--ink);color:var(--accent);transform:scale(1.08)}.watch__menu svg{width:20px;height:20px}.nav__cta .watch__menu{gap:4px;padding:4px}.nav__cta .watch__menu a{width:34px;height:34px}.nav__cta .watch__menu svg{width:16px;height:16px}.nav{z-index:100;width:min(var(--container), calc(100% - 32px));-webkit-backdrop-filter:blur(20px);background:#0d0e098c;border:1px solid #ffffff14;border-radius:999px;justify-content:space-between;align-items:center;gap:20px;padding:10px 12px 10px 26px;transition:background .4s,box-shadow .4s;display:flex;position:fixed;top:18px;left:50%;transform:translate(-50%)}.nav.is-scrolled{background:#0d0e09d1;box-shadow:0 18px 50px #00000073}.nav__logo{font-family:var(--font-script);font-size:1.9rem;font-weight:700;line-height:1;display:inline-block}.nav__links{gap:6px;display:flex}.nav__link{color:var(--muted);border-radius:999px;padding:9px 16px;font-size:.95rem;font-weight:500;transition:color .3s,background .3s;display:inline-block}.nav__link:hover{color:var(--text);background:#ffffff12}.nav__burger{width:44px;height:44px;display:none;position:relative}.nav__burger span{background:var(--text);width:22px;height:2px;transition:transform .35s var(--ease-out), top .35s var(--ease-out);position:absolute;left:11px}.nav__burger span:first-child{top:18px}.nav__burger span:nth-child(2){top:25px}.nav__burger.is-open span:first-child{top:21px;transform:rotate(45deg)}.nav__burger.is-open span:nth-child(2){top:21px;transform:rotate(-45deg)}.mobile-menu{z-index:90;-webkit-backdrop-filter:blur(24px);opacity:0;visibility:hidden;background:#0d0e09eb;flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:opacity .4s,visibility .4s;display:flex;position:fixed;inset:0}.mobile-menu.is-open{opacity:1;visibility:visible}.mobile-menu__link{font-family:var(--font-display);color:var(--text);padding:14px;font-size:2rem;font-weight:600}.mobile-menu__link:hover{color:var(--accent)}.hero{align-items:center;min-height:100dvh;padding-top:120px;padding-bottom:60px;display:flex;position:relative;overflow:hidden}.hero__inner{grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;display:grid}.hero__signature{font-family:var(--font-script);background:linear-gradient(100deg, #fff 30%, var(--accent) 90%);color:#0000;-webkit-background-clip:text;background-clip:text;margin-top:-.12em;margin-bottom:8px;padding-bottom:.12em;font-size:clamp(3.4rem,7vw,5.6rem);font-weight:700;line-height:1.2;display:block}.hero__title{font-family:var(--font-display);letter-spacing:-.015em;margin-top:18px;font-size:clamp(2.4rem,5.2vw,4.2rem);font-weight:800;line-height:1.06}.hero__line{margin-bottom:-.14em;padding-bottom:.14em;display:block;overflow:hidden}.hero__line>span{will-change:transform;display:inline-block}.hero__line--accent>span{color:var(--accent)}.hero__desc{max-width:54ch;color:var(--muted);margin-top:28px;font-size:clamp(1rem,1.4vw,1.15rem)}.hero__actions{flex-wrap:wrap;gap:14px;margin-top:38px;display:flex}.hero__scroll-hint{color:var(--muted-2);letter-spacing:.08em;align-items:center;gap:14px;margin-top:64px;font-size:.85rem;display:flex}.hero__scroll-line{background:var(--muted-2);width:46px;height:1px;position:relative;overflow:hidden}.hero__scroll-line:after{content:"";background:var(--accent);animation:scrollhint 2.2s var(--ease-out) infinite;position:absolute;inset:0}@keyframes scrollhint{0%{transform:translate(-100%)}55%,to{transform:translate(100%)}}.hero__gallery{justify-content:center;gap:18px;height:min(78vh,720px);display:flex;position:relative;transform:rotate(6deg)scale(1.06);-webkit-mask-image:linear-gradient(#0000,#000 12% 88%,#0000);mask-image:linear-gradient(#0000,#000 12% 88%,#0000)}.hero__col{flex-direction:column;gap:18px;width:min(200px,26vw);display:flex}.hero__col img{aspect-ratio:9/16;object-fit:cover;border:1px solid #ffffff1a;border-radius:18px;width:100%;box-shadow:0 24px 60px #00000073}.hero__col--wide-only{display:flex}.stats{background:linear-gradient(#0000,#dcf76c06 30%,#0000)}.stats__head{text-align:center;margin-bottom:clamp(50px,7vw,90px)}.stats__title{font-family:var(--font-display);color:var(--accent);text-shadow:0 0 80px #dcf76c59;font-size:clamp(3rem,8.5vw,6.2rem);font-weight:800;line-height:1}.stats__sub{font-family:var(--font-display);margin-top:22px;font-size:clamp(1rem,2vw,1.3rem);font-weight:400}.stats__note{color:var(--muted-2);margin-top:10px;font-size:.95rem}.stats__grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(30px,5vw,70px);display:grid}.stats__numbers{flex-direction:column;gap:clamp(28px,4vw,48px);display:flex}.stat{border-left:2px solid #dcf76c59;padding-left:26px}.stat__value{font-family:var(--font-display);font-size:clamp(3rem,6.5vw,5rem);font-weight:800;line-height:1.05;display:block}.stat__label{font-family:var(--font-display);color:var(--muted);margin-top:6px;font-size:clamp(.95rem,1.5vw,1.2rem);font-weight:400;display:block}.stats__media{border-radius:var(--radius-lg)}.stats__video{aspect-ratio:16/10;object-fit:cover;width:100%;height:100%}.stats__media-badge{z-index:2;-webkit-backdrop-filter:blur(10px);background:#0d0e0999;border:1px solid #ffffff24;border-radius:999px;padding:8px 16px;font-size:.8rem;font-weight:600;position:absolute;top:18px;left:18px}.brands{padding-block:clamp(60px,8vw,110px)}.brands__title{text-align:center;margin-bottom:48px;font-size:1.15rem;font-weight:600}.brands__grid{grid-template-columns:repeat(auto-fit,minmax(148px,1fr));gap:14px;width:min(1240px,100% - 48px);margin-inline:auto;display:grid}.brand{min-height:86px;transition:background .35s, border-color .35s, transform .35s var(--ease-out);background:#ffffff09;border:1px solid #ffffff12;border-radius:18px;place-items:center;padding:20px 18px;display:grid}.brand img{object-fit:contain;filter:grayscale()brightness(1.55)opacity(.72);width:100%;max-width:118px;height:34px;transition:filter .35s}.brand:hover{background:#ffffff0f;border-color:#dcf76c4d;transform:translateY(-3px)}.brand:hover img{filter:none}.brand--invert img{filter:brightness(0)invert()opacity(.72)}.brand--invert:hover img{filter:brightness(0)invert()opacity()}.brand--tall img{height:50px}.bento__grid{grid-template-columns:repeat(12,1fr);gap:22px;display:grid}.bento__card{flex-direction:column;padding:clamp(28px,4vw,46px);display:flex}.bento__card--primary{grid-column:span 5}.bento__card--secondary{grid-column:span 4}.bento__card--videos{grid-column:span 3;gap:14px;padding:24px}.bento__icon{background:var(--accent-soft);width:52px;height:52px;color:var(--accent);border-radius:16px;place-items:center;margin-bottom:26px;display:grid}.bento__icon svg{width:26px;height:26px}.bento__title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.3rem);font-weight:700;line-height:1.15}.bento__desc{color:var(--muted);flex:1;margin-top:14px}.bento__actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.bento__minititle{color:var(--muted);font-size:1rem;font-weight:600}.bento__video-list{flex-direction:column;gap:10px;display:flex}.bento__video{border-radius:16px;align-items:center;gap:14px;padding:10px;transition:background .3s;display:flex}.bento__video:hover{background:#ffffff0d}.bento__video img{object-fit:cover;border-radius:12px;flex-shrink:0;width:62px;height:62px}.bento__video p{font-size:.88rem;font-weight:500;line-height:1.35}.bento__video span{color:var(--muted-2);font-size:.78rem}.quotes__head{margin-bottom:clamp(46px,6vw,70px)}.quotes__grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.quote{flex-direction:column;gap:22px;padding:clamp(26px,3vw,38px);display:flex}.quote__brand{opacity:.9;align-self:flex-start;width:auto;height:30px}.quote__text{color:#f1f1f1;flex:1;font-size:.98rem;line-height:1.65}.quote__text:before{content:"“";color:var(--accent);margin-right:2px;font-size:1.4em;line-height:0}.quote__text:after{content:"”";color:var(--accent);margin-left:2px;font-size:1.4em;line-height:0}.quote__author{align-items:center;gap:14px;display:flex}.quote__author img{object-fit:cover;border-radius:50%;width:48px;height:48px}.quote__author strong{font-size:.98rem;font-weight:600;display:block}.quote__author span{color:var(--muted-2);margin-top:3px;font-size:.8rem;line-height:1.4;display:block}.merch__head{text-align:center;margin-bottom:clamp(46px,6vw,70px)}.merch__head .eyebrow:after{content:"";background:var(--accent);width:26px;height:1px}.merch__grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.product{flex-direction:column;display:flex}.product__media{position:relative;overflow:hidden}.product__media img{aspect-ratio:4/4.6;object-fit:cover;width:100%;transition:transform .8s var(--ease-out)}.product:hover .product__media img{transform:scale(1.06)}.product__badge{letter-spacing:.04em;-webkit-backdrop-filter:blur(8px);background:#0d0e09b8;border:1px solid #ffffff29;border-radius:999px;padding:7px 14px;font-size:.78rem;font-weight:600;position:absolute;top:16px;right:16px}.product__info{justify-content:space-between;align-items:center;padding:20px 24px 24px;display:flex}.product__info h3{font-family:var(--font-display);font-size:1.1rem;font-weight:600}.product__variant{color:var(--muted-2);font-size:.9rem}.product__price{color:var(--accent);font-size:1.35rem;font-weight:600}.merch__actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:46px;display:flex}.support__grid{grid-template-columns:1fr 1.05fr;align-items:center;gap:clamp(36px,5vw,70px);display:grid}.support__desc{color:var(--muted);margin:24px 0 34px;font-size:1.02rem}.support__media{padding:clamp(18px,2.5vw,30px)}.support__media img{border-radius:16px}.footer{background:linear-gradient(#0000,#00000059);border-top:1px solid #ffffff14;padding-block:54px}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:28px;display:flex}.footer__logo{font-family:var(--font-script);font-size:2rem;font-weight:700}.footer__nav{flex-wrap:wrap;gap:22px;display:flex}.footer__nav a{color:var(--muted);font-size:.95rem;transition:color .3s}.footer__nav a:hover{color:var(--accent)}.footer__social{gap:8px;display:flex}.footer__social a{width:42px;height:42px;color:var(--muted);border:1px solid #ffffff24;border-radius:50%;place-items:center;transition:color .3s,border-color .3s,background .3s;display:grid}.footer__social a:hover{color:var(--ink);background:var(--accent);border-color:var(--accent)}.footer__social svg{width:18px;height:18px}.footer__copy{width:100%;color:var(--muted-2);text-align:center;margin-top:10px;font-size:.85rem}[data-reveal]{opacity:0;transform:translateY(46px)}.no-js [data-reveal],.reduced-motion [data-reveal]{opacity:1;transform:none}@media (width<=1100px){.bento__card--primary,.bento__card--secondary{grid-column:span 6}.bento__card--videos{grid-column:span 12}.bento__video-list{flex-flow:wrap}.bento__video-list .bento__video{flex:260px}.hero__col--wide-only{display:none}}@media (width<=900px){.nav__links,.nav__cta{display:none}.nav__burger{display:block}.hero{padding-top:130px}.hero__inner{grid-template-columns:1fr;gap:60px}.hero__gallery{height:420px;transform:rotate(4deg)scale(1.1)}.stats__grid{grid-template-columns:1fr}.quotes__grid{grid-template-columns:1fr;max-width:560px;margin-inline:auto}.merch__grid{grid-template-columns:1fr;max-width:460px;margin-inline:auto}.support__grid{grid-template-columns:1fr}}@media (width<=640px){body{font-size:16px}.container{width:calc(100% - 36px)}.bento__card--primary,.bento__card--secondary{grid-column:span 12}.bento__video-list{flex-direction:column}.hero__actions .btn{flex:1}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal]{opacity:1;transform:none}}
