@import"https://fonts.googleapis.com/css2?family=Anton&family=DM+Sans:wght@400;500;600;700&display=swap";:root{--lime: #c7f000;--lime-bright: #d8ff21;--ink: #111413;--ink-soft: #1a1e1d;--paper: #f7f7f3;--muted: #686d6a;--line: rgba(17, 20, 19, .12);--radius: 28px;--heading: "Anton", Impact, sans-serif;--body: "DM Sans", ui-sans-serif, system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased}body,button,a{cursor:default}a,button{cursor:pointer}a{color:inherit;text-decoration:none}button{font:inherit}svg{display:block}.site-header{position:fixed;z-index:100;top:18px;left:50%;transform:translate(-50%);width:min(1380px,calc(100% - 40px));height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 20px 0 22px;border:1px solid transparent;border-radius:22px;transition:background .3s ease,box-shadow .3s ease,border-color .3s ease,top .3s ease}.site-header.scrolled{top:10px;background:#f7f7f3e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-color:#11141314;box-shadow:0 14px 45px #11141314}.brand{display:inline-flex;align-items:center;gap:10px;width:max-content;font-family:var(--heading);font-size:22px;letter-spacing:.01em}.brand-mark{width:40px;height:40px;display:grid;place-items:center}.brand-mark svg{width:100%;height:100%}.brand-mark path:first-child{fill:none;stroke:var(--lime);stroke-width:3;stroke-linecap:round}.brand-mark path:nth-child(2){fill:none;stroke:var(--ink);stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}.brand-mark circle{fill:var(--ink)}.site-nav{display:flex;align-items:center;gap:42px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.site-nav a{position:relative}.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:2px;background:var(--lime);transition:right .25s ease}.site-nav a:hover:after{right:0}.nav-cta{justify-self:end;display:inline-flex;align-items:center;gap:9px;padding:13px 19px;border-radius:999px;background:var(--ink);color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.nav-cta svg{width:18px;height:18px;fill:currentColor}.menu-toggle{display:none;border:0;background:none;width:42px;height:42px;padding:11px}.menu-toggle span{display:block;height:2px;background:var(--ink);margin:6px 0;transition:transform .25s ease}.hero{position:relative;min-height:min(940px,100svh);padding:162px max(5vw,40px) 92px;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 77% 40%,#fff 0,rgba(255,255,255,.4) 28%,transparent 48%),linear-gradient(135deg,#fbfbf8,#f2f2ed);display:grid;grid-template-columns:minmax(460px,.88fr) minmax(620px,1.12fr);align-items:center}.hero-noise{pointer-events:none;position:absolute;inset:0;opacity:.16;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E")}.hero-copy{position:relative;z-index:3;max-width:670px;padding-bottom:40px}.eyebrow,.pill{width:max-content;display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(17,20,19,.2);border-radius:999px;padding:9px 13px;font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.eyebrow span{color:#87a600}.hero h1,.section-heading h2,.manifesto h2,.workouts-copy h2,.launch-content h2{font-family:var(--heading);font-weight:400;letter-spacing:-.015em;text-transform:uppercase;margin:26px 0 24px;line-height:.9}.hero h1{font-size:clamp(72px,7.2vw,126px)}.hero h1 span{position:relative;z-index:1;white-space:nowrap}.hero h1 span:after{content:"";position:absolute;z-index:-1;left:-1%;right:-2%;bottom:4%;height:17%;background:var(--lime);transform:rotate(-1deg) skew(-12deg)}.hero-copy>p{max-width:570px;font-size:clamp(18px,1.35vw,23px);line-height:1.5;color:#3b403d}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;padding:0 24px;border-radius:999px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.045em;transition:transform .22s ease,box-shadow .22s ease}.button:hover{transform:translateY(-3px)}.button-primary{background:var(--lime);color:var(--ink);box-shadow:0 10px 30px #8fab003b}.button-primary:hover{box-shadow:0 14px 36px #8fab0057}.button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2}.text-link{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:800;text-transform:uppercase}.play{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:9px;padding-left:2px}.launch-note{margin-top:26px;display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px;font-weight:600}.pulse-dot{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 #c7f00080;animation:pulse 2s infinite}@keyframes pulse{70%{box-shadow:0 0 0 8px #c7f00000}to{box-shadow:0 0 #c7f00000}}.hero-visual{--mx: 0px;--my: 0px;position:relative;z-index:2;height:710px;transform:translate(var(--mx),var(--my));transition:transform .35s cubic-bezier(.2,.8,.2,1)}.hero-visual:before{content:"";position:absolute;width:92%;height:45%;left:3%;top:29%;background:var(--lime);border-radius:48% 52% 50% 45%;transform:rotate(-12deg) skew(-17deg);clip-path:polygon(0 25%,11% 18%,7% 34%,25% 13%,22% 28%,46% 5%,42% 25%,69% 0,61% 23%,88% 9%,79% 31%,100% 25%,96% 72%,80% 68%,88% 81%,61% 72%,65% 91%,43% 72%,36% 100%,27% 70%,2% 79%,12% 59%,0 55%);opacity:.94}.mascot{position:absolute;z-index:2;width:min(44%,430px);height:auto;left:2%;bottom:0;filter:drop-shadow(0 26px 22px rgba(17,20,19,.18))}.phone{position:absolute;z-index:4;right:7%;top:0;width:332px;height:680px;background:#080909;border:7px solid #1b1d1c;border-radius:54px;padding:9px;transform:rotate(6deg);box-shadow:5px 7px #4b4e4c,28px 35px 55px #11141342}.phone:after{content:"";position:absolute;inset:3px;border:1px solid rgba(255,255,255,.22);border-radius:46px;pointer-events:none}.phone-side{position:absolute;width:4px;background:#5e605f;border-radius:4px}.side-left{height:78px;left:-10px;top:142px}.side-right{height:98px;right:-11px;top:160px}.phone-screen{position:relative;width:100%;height:100%;overflow:hidden;border-radius:40px;padding:15px 18px 20px;color:#f7f7f3;background:radial-gradient(circle at 50% 44%,#32372d,#151816 37%,#090a0a 67%)}.phone-top{display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:700;padding:0 5px}.island{width:92px;height:25px;border-radius:20px;background:#000}.balance-label{margin-top:27px;text-align:center;font-size:8px;letter-spacing:.08em;font-weight:700}.balance-ring{width:190px;height:190px;margin:12px auto 0;border-radius:50%;background:conic-gradient(var(--lime) 0 78%,rgba(255,255,255,.08) 78%);padding:15px;transform:rotate(-28deg);box-shadow:0 0 38px #c7f0001f}.balance-inner{width:100%;height:100%;border-radius:50%;background:#111412;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(28deg)}.balance-inner strong{font-family:var(--heading);font-size:64px;font-weight:400;line-height:.9}.balance-inner span{font-size:10px;font-weight:700;letter-spacing:.12em}.mini-rock{width:92px;height:78px;margin:-34px auto 8px;border-radius:48% 52% 45% 50%;position:relative;z-index:3;background:radial-gradient(circle at 35% 28%,#8a887b,#484a44 58%,#292b28);box-shadow:inset -9px -10px 12px #00000038,0 10px 20px #0000004d}.mini-rock:before{content:"";position:absolute;width:82px;height:12px;left:5px;top:5px;border-radius:7px;background:var(--lime);transform:rotate(-3deg)}.mini-eye{position:absolute;top:31px;width:15px;height:21px;border-radius:50%;background:#050505;box-shadow:inset 4px 4px 0 1px #fff}.mini-eye.left{left:23px}.mini-eye.right{right:23px}.mini-smile{position:absolute;left:35px;top:57px;width:24px;height:10px;border-bottom:4px solid #0b0b0b;border-radius:50%}.locked-label{margin:0 0 7px;font-size:8px;color:#a1a4a2;font-weight:700}.app-row{height:57px;border-radius:17px;display:flex;align-items:center;justify-content:space-around;background:#ffffff0e}.app-row span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#222624;font-size:11px;font-weight:800;color:#d8dbd9}.earn-button{width:100%;height:48px;margin-top:12px;border:0;border-radius:24px;background:var(--lime);color:var(--ink);font-size:10px;font-weight:900;letter-spacing:.04em}.earn-button span{margin-left:10px}.phone-nav{display:flex;justify-content:space-around;margin-top:17px;font-size:18px;color:#6c706d}.phone-nav span{display:grid;place-items:center;gap:3px}.phone-nav .active{color:var(--lime)}.phone-nav small{font-size:7px}.lime-orbit{position:absolute;border:1px solid rgba(153,184,0,.35);border-radius:50%;z-index:1}.orbit-one{width:580px;height:580px;right:-2%;top:2%}.orbit-two{width:440px;height:440px;left:9%;bottom:-4%}.spark{position:absolute;z-index:6;color:#9cbd00;font-size:25px;animation:spin 8s linear infinite}.spark-one{left:6%;top:9%}.spark-two{right:2%;bottom:18%;font-size:16px;animation-direction:reverse}@keyframes spin{to{transform:rotate(360deg)}}.hero-footer{position:absolute;z-index:6;bottom:25px;left:max(5vw,40px);right:max(5vw,40px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-footer>a{justify-self:end}.hero-footer>a span{display:inline-grid;place-items:center;width:28px;height:28px;border:1px solid var(--line);border-radius:50%;margin-left:7px}.ticker{display:flex;align-items:center;gap:18px;font-family:var(--heading);font-size:18px;letter-spacing:.05em}.ticker i{color:#9ebc00;font-style:normal;font-size:12px}.manifesto{padding:150px 6vw 138px;text-align:center;background:var(--paper)}.section-kicker{margin:0;font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:#839b00}.section-kicker.lime{color:var(--lime)}.manifesto h2{font-family:var(--body);font-size:clamp(38px,5vw,76px);font-weight:600;letter-spacing:-.055em;line-height:1.05;text-transform:none;margin:28px auto 0}.manifesto h2 span{color:#979b98}.how-section{background:var(--ink);color:#fff;margin:0 22px;border-radius:36px;padding:118px 6vw 112px;overflow:hidden;position:relative}.how-section:before{content:"";position:absolute;width:540px;height:540px;border:1px solid rgba(199,240,0,.13);border-radius:50%;left:-270px;bottom:-270px;box-shadow:0 0 0 80px #c7f00006,0 0 0 160px #c7f00005}.section-heading{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.section-heading h2{font-size:clamp(56px,6vw,96px);margin:22px 0 16px}.section-heading>p:last-child{color:#9da19e;font-size:17px}.steps{position:relative;z-index:1;margin-top:80px;display:grid;grid-template-columns:1fr 120px 1fr 120px 1fr;align-items:center}.step-card{text-align:center;position:relative}.step-number{position:absolute;top:-12px;right:18%;color:#ffffff14;font-family:var(--heading);font-size:90px;line-height:1}.step-icon{width:92px;height:92px;border-radius:50%;border:1px solid var(--lime);display:grid;place-items:center;margin:0 auto 26px;background:#c7f00009;box-shadow:inset 0 0 25px #c7f0000a}.step-icon svg{width:48px;height:48px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.step-card h3{margin:0 0 10px;font-size:19px}.step-card p{max-width:220px;margin:0 auto;color:#929694;font-size:14px;line-height:1.65}.step-line{height:1px;overflow:hidden;background:repeating-linear-gradient(90deg,rgba(199,240,0,.4) 0 5px,transparent 5px 10px)}.workouts-section{margin:22px;border-radius:36px;background:#181b1a;color:#fff;padding:96px 5vw;display:grid;grid-template-columns:.68fr 1.32fr;gap:7vw;align-items:center;overflow:hidden}.workouts-copy h2{font-size:clamp(52px,5vw,82px);margin:22px 0}.workouts-copy h2 span{color:var(--lime)}.workouts-copy>p{color:#a8aca9;line-height:1.7;max-width:430px}.micro-proof{margin-top:34px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:13px;color:#a8aca9;font-size:13px}.micro-proof span{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;background:var(--lime);color:var(--ink);font-family:var(--heading);font-size:22px}.workout-deck{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;transform:rotate(-2deg)}.workout-card{min-height:270px;border-radius:24px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;color:var(--ink);transition:transform .3s ease}.workout-card:hover{transform:translateY(-7px) rotate(1deg)}.pushups{background:#d4ff18}.squats{background:#f0eee6;transform:translateY(22px)}.walk{background:#bfd1ff}.plank{background:#e7b9ff;transform:translateY(22px)}.workout-art{position:relative;height:150px}.floor-line{position:absolute;width:78%;height:12px;background:#11141324;border-radius:50%;left:10%;bottom:12%}.body-line{position:absolute;width:70%;height:25px;background:var(--ink);border-radius:30px;left:12%;top:47%;transform:rotate(-8deg);box-shadow:45px -25px 0 -5px var(--ink)}.body-line:before,.body-line:after{content:"";position:absolute;width:11px;height:66px;border-radius:8px;background:var(--ink);bottom:-45px}.body-line:before{left:17%;transform:rotate(22deg)}.body-line:after{right:12%;transform:rotate(-31deg)}.person-head{position:absolute;width:48px;height:48px;border-radius:50%;background:var(--ink);left:48%;top:10%}.person-body{position:absolute;width:68px;height:100px;border:20px solid var(--ink);border-top-width:38px;border-radius:40px 40px 15px 15px;left:43%;top:42%;transform:translateY(-15px)}.path-line{position:absolute;width:85%;height:80px;border:9px solid var(--ink);border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;left:5%;top:24%;transform:rotate(-10deg)}.path-dot{position:absolute;width:22px;height:22px;border-radius:50%;background:var(--ink)}.path-dot.one{left:8%;bottom:18%}.path-dot.two{right:4%;top:12%;box-shadow:0 0 0 10px #1114131f}.plank-line{position:absolute;width:75%;height:30px;background:var(--ink);border-radius:30px;left:10%;top:44%;transform:rotate(5deg)}.plank-line:before,.plank-line:after{content:"";position:absolute;height:70px;width:13px;background:var(--ink);border-radius:8px;top:14px}.plank-line:before{left:8%;transform:rotate(24deg)}.plank-line:after{right:11%;transform:rotate(-35deg)}.workout-meta{display:flex;align-items:end;justify-content:space-between;border-top:1px solid rgba(17,20,19,.16);padding-top:15px}.workout-meta small{font-size:8px;font-weight:800;letter-spacing:.11em}.workout-meta h3{margin:4px 0 0;font-size:20px}.workout-meta>strong{font-family:var(--heading);font-size:31px;font-weight:400}.workout-meta>strong small{font-family:var(--body);font-size:9px}.features-section{padding:145px max(5vw,34px)}.section-heading.dark-text h2{color:var(--ink)}.bento-grid{margin:72px auto 0;max-width:1300px;display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:460px 370px;gap:18px}.bento-card{border-radius:var(--radius);overflow:hidden;position:relative;padding:42px}.bento-card h3{margin:18px 0 13px;font-size:clamp(28px,2.5vw,42px);line-height:1.04;letter-spacing:-.04em}.bento-card p{max-width:430px;color:#6a6f6c;line-height:1.65}.pill{padding:7px 10px;font-size:9px;border-color:#11141324}.bento-control{background:var(--lime);display:grid;grid-template-columns:.9fr 1.1fr;align-items:center}.bento-control p{color:#111413a6}.lock-demo{position:relative;height:100%;min-height:310px}.lock-orbit{position:absolute;width:290px;height:290px;border:1px solid rgba(17,20,19,.2);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 45px #11141309,0 0 0 90px #11141306}.lock-body{position:absolute;width:106px;height:92px;background:var(--ink);border-radius:20px;top:52%;left:50%;transform:translate(-50%,-40%) rotate(-4deg);box-shadow:0 18px 30px #1114133d}.lock-body:before{content:"";position:absolute;width:55px;height:55px;border:12px solid var(--ink);border-bottom:0;border-radius:36px 36px 0 0;left:14px;top:-45px}.lock-body span{width:13px;height:28px;border-radius:8px;background:var(--lime);position:absolute;left:47px;top:29px}.lock-app{position:absolute;width:52px;height:52px;border-radius:16px;background:#f7f7f3;box-shadow:0 12px 25px #1114132b;display:grid;place-items:center;font-size:12px;font-weight:800}.lock-app.a{left:13%;top:20%;transform:rotate(-10deg)}.lock-app.b{right:7%;top:28%;transform:rotate(8deg)}.lock-app.c{left:18%;bottom:10%;transform:rotate(5deg)}.bento-progress{background:var(--ink);color:#fff}.pill.dark{border-color:#ffffff29;color:var(--lime)}.bento-progress p{color:#989d99}.week-chart{position:absolute;left:38px;right:38px;bottom:37px;height:145px;display:flex;align-items:end;justify-content:space-between;gap:10px}.week-chart span{height:var(--h);flex:1;background:#2a2e2c;border-radius:8px 8px 3px 3px;position:relative;transition:height .5s ease}.week-chart .today{background:var(--lime);box-shadow:0 0 25px #c7f00033}.week-chart i{position:absolute;bottom:-24px;left:50%;transform:translate(-50%);font-style:normal;font-size:9px;color:#7f8581}.bento-privacy{background:#ebeae4}.privacy-icon{width:70px;height:70px;border-radius:21px;background:#fff;display:grid;place-items:center;box-shadow:0 10px 30px #1114130f}.privacy-icon svg{width:39px;height:39px;fill:none;stroke:var(--ink);stroke-width:2;stroke-linejoin:round}.bento-mascot{background:#b8cbff}.quote-mark{font-family:Georgia,serif;font-size:90px;line-height:.65}.rock-peek{position:absolute;width:230px;height:180px;border-radius:50% 50% 0 0;right:-22px;bottom:-55px;background:radial-gradient(circle at 37% 25%,#77796f,#393c37 62%);transform:rotate(-8deg);box-shadow:inset -20px -10px 20px #0003}.rock-peek:before{content:"";position:absolute;left:15px;top:10px;width:215px;height:30px;border-radius:12px;background:var(--lime);transform:rotate(-3deg)}.rock-peek .eye{position:absolute;width:35px;height:47px;border-radius:50%;background:#070807;top:66px;box-shadow:inset 9px 9px #fff}.rock-peek .e1{left:58px}.rock-peek .e2{right:52px}.rock-peek .mouth{position:absolute;width:48px;height:20px;border-bottom:8px solid #090a09;border-radius:50%;left:93px;top:120px}.launch-section{min-height:640px;margin:0 22px 22px;border-radius:36px;background:var(--lime);overflow:hidden;display:flex;align-items:center;position:relative;padding:90px 8vw}.launch-content{position:relative;z-index:3;max-width:690px}.launch-content .section-kicker{color:#111413a6}.launch-content h2{font-size:clamp(76px,8vw,132px);margin:24px 0 25px}.launch-content>p{max-width:520px;font-size:18px;line-height:1.6}.button-dark{margin-top:24px;background:var(--ink);color:#fff}.button-dark svg{fill:#fff;stroke:none}.launch-mascot{position:absolute;z-index:2;width:min(43vw,610px);right:-1%;bottom:-23%;filter:drop-shadow(0 30px 30px rgba(17,20,19,.22));transform:rotate(-4deg)}.launch-burst{position:absolute;border-radius:50%;border:1px solid rgba(17,20,19,.15)}.burst-a{width:650px;height:650px;right:-6%;top:-10%;box-shadow:0 0 0 90px #11141306,0 0 0 180px #11141305}.burst-b{width:160px;height:160px;right:41%;bottom:4%}.site-footer{margin:0 auto;max-width:1400px;padding:80px max(5vw,35px) 35px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px}.footer-brand{font-size:27px}.site-footer>p{grid-column:1;margin:0;color:var(--muted)}.footer-links{grid-column:2;grid-row:1 / span 2;display:flex;gap:28px;font-size:12px;font-weight:700;text-transform:uppercase}.site-footer small{grid-column:1 / -1;border-top:1px solid var(--line);padding-top:25px;color:#8a8f8c;font-size:11px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}.steps .reveal:nth-of-type(2),.bento-grid .reveal:nth-child(2){transition-delay:.1s}.steps .reveal:nth-of-type(3),.bento-grid .reveal:nth-child(3){transition-delay:.2s}.bento-grid .reveal:nth-child(4){transition-delay:.3s}@media(max-width:1120px){.hero{grid-template-columns:1fr 1fr;padding-left:4vw;padding-right:2vw}.hero h1{font-size:clamp(66px,8.5vw,96px)}.phone{width:290px;height:594px;right:3%;transform:rotate(5deg) scale(.94);transform-origin:bottom right}.hero-visual{height:640px}.mascot{width:48%;left:-5%}.balance-ring{width:162px;height:162px}.balance-inner strong{font-size:54px}.mini-rock{transform:scale(.85);margin-top:-34px;margin-bottom:0}.app-row{height:50px}.phone-nav{margin-top:10px}.steps{grid-template-columns:1fr 65px 1fr 65px 1fr}.workouts-section{grid-template-columns:1fr}.workouts-copy{max-width:700px}.bento-grid{grid-template-columns:1fr 1fr}.bento-control{grid-column:1 / -1}.bento-grid{grid-template-rows:450px 390px 390px}.bento-privacy{grid-column:1}}@media(max-width:820px){.site-header{width:calc(100% - 24px);top:8px;height:64px;grid-template-columns:1fr auto;padding:0 13px 0 15px;background:#f7f7f3e6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-color:#11141314}.site-header .brand{font-size:19px}.brand-mark{width:35px;height:35px}.nav-cta{display:none}.menu-toggle{display:block;justify-self:end;z-index:3}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.site-nav{position:fixed;left:0;right:0;top:0;display:flex;flex-direction:column;align-items:flex-start;gap:25px;padding:92px 28px 35px;border-radius:22px;background:var(--paper);box-shadow:0 22px 45px #1114131f;opacity:0;visibility:hidden;transform:translateY(-120%);transition:transform .3s ease,opacity .2s ease,visibility 0s linear .3s;font-size:18px}.site-nav.open{opacity:1;visibility:visible;transform:translateY(0);transition-delay:0s}.hero{min-height:auto;padding:118px 22px 75px;display:block}.hero-copy{padding-bottom:0}.hero h1{font-size:clamp(60px,17vw,100px)}.hero-copy>p{font-size:17px}.hero-actions{flex-wrap:wrap;gap:20px}.hero-visual{height:640px;margin:10px -20px -10px}.phone{width:270px;height:554px;right:8%;top:26px}.mascot{width:51%;left:1%;bottom:1%}.orbit-one{width:480px;height:480px}.hero-footer{display:none}.manifesto{padding:100px 24px}.how-section,.workouts-section,.launch-section{margin-left:10px;margin-right:10px;border-radius:27px}.how-section{padding:90px 24px}.steps{grid-template-columns:1fr;gap:36px;margin-top:60px}.step-line{width:1px;height:40px;margin:-10px auto;background:repeating-linear-gradient(0deg,rgba(199,240,0,.4) 0 5px,transparent 5px 10px)}.step-number{right:30%}.workouts-section{padding:75px 24px 90px;gap:50px}.bento-grid{grid-template-columns:1fr;grid-template-rows:none}.bento-card{min-height:390px}.bento-control{grid-column:auto;grid-template-columns:1fr;min-height:650px}.bento-privacy{grid-column:auto}.features-section{padding:105px 20px}.launch-section{min-height:720px;align-items:flex-start;padding:75px 30px}.launch-mascot{width:470px;right:-80px;bottom:-155px}.site-footer{grid-template-columns:1fr}.footer-links{grid-column:1;grid-row:auto;flex-wrap:wrap}}@media(max-width:560px){.hero h1{font-size:58px}.eyebrow{font-size:9px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-visual{height:515px;margin-top:30px}.phone{width:235px;height:482px;right:0;top:7px;border-width:5px;border-radius:43px;padding:6px}.phone-screen{border-radius:34px;padding:12px 14px}.phone-top{font-size:8px}.island{width:65px;height:20px}.balance-label{margin-top:17px}.balance-ring{width:137px;height:137px;padding:11px}.balance-inner strong{font-size:46px}.mini-rock{transform:scale(.68);margin-top:-37px;margin-bottom:-11px}.app-row{height:44px}.app-row span{width:29px;height:29px;border-radius:8px;font-size:9px}.earn-button{height:39px;margin-top:8px}.phone-nav{margin-top:8px;font-size:14px}.mascot{width:57%;left:-7%;bottom:0}.hero-visual:before{width:110%;left:-9%}.section-heading h2{font-size:48px}.manifesto h2{font-size:36px}.workout-deck{grid-template-columns:1fr;transform:none}.workout-card,.squats,.plank{transform:none}.bento-card{padding:30px}.bento-control{min-height:670px}.lock-demo{min-height:320px}.launch-content h2{font-size:63px}.launch-section{min-height:710px}.launch-mascot{width:400px;right:-95px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
