:root{--bg-color: #f4efd8;--text-color: #000000;--muted-text: #4b453e;--button-bg: #000000;--button-text: #f4efd8}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100vh;min-height:100svh;overflow:hidden;background-color:var(--bg-color);color:var(--text-color);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.page{position:relative;min-height:100vh;min-height:100svh;width:100%;max-width:1400px;margin:0 auto;background:var(--bg-color);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(16px,3vh,32px);padding:clamp(24px,4vw,56px) clamp(18px,6vw,80px)}.brand{position:absolute;top:0;left:0;width:0;height:0;color:var(--text-color);font-family:Libre Baskerville,Times New Roman,serif}.brand-mark{position:absolute;top:34px;left:36px;width:74px;height:66px;display:inline-flex;align-items:center;justify-content:center}.brand-mark img{width:120%;height:120%;display:block}.brand-name{position:absolute;top:47px;left:110px;display:inline-flex;align-items:center;font-weight:400;font-size:30px;line-height:35px;letter-spacing:-3px;color:#000}.hero{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;text-align:center;width:min(100%,1080px);height:min(100%,90vh);flex:1 1 auto;gap:clamp(16px,2.5vh,28px);padding:clamp(12px,2.5vh,20px) 0;--orbit-scale: .9;padding-bottom:clamp(32px,8vh,96px)}.hero-core{position:relative;flex:1;width:clamp(280px,52vw,640px);max-width:640px;height:clamp(260px,min(52vh,48vw),520px);min-height:460px;padding:clamp(30px,5vw,52px);display:flex;align-items:center;justify-content:center;margin-bottom:clamp(12px,2vh,20px);box-sizing:border-box}.hero-title{position:relative;z-index:2;font-family:Libre Baskerville,Times New Roman,serif;font-weight:400;font-size:clamp(30px,5vw,48px);line-height:clamp(38px,6.5vw,56px);margin:0;color:#323232;letter-spacing:-4px;display:inline-flex;flex-direction:column;gap:4px}.hero-title .line{display:inline-block}.grow-word{display:inline-flex;gap:2px;position:relative}.grow-letter{display:inline-block;transform-origin:bottom center;transform:translateY(0) scale(1)}.grow-word:hover .grow-letter{animation:grow-wave .9s ease-in-out;animation-delay:calc(var(--index) * .08s)}.cta{position:relative;z-index:2;width:360px;height:64px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #323232;border-radius:999px;background-color:#323232;color:#fffbea;font-family:Geist,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:26px;font-weight:400;line-height:34px;letter-spacing:-1px;padding:0 32px;margin-top:32px;cursor:pointer;transition:transform .2s ease,background-color .2s ease,letter-spacing .2s ease}.cta:hover{background-color:#1f1f1f;border-color:#1f1f1f;transform:translateY(-2px)}.cta:focus-visible{outline:3px solid rgba(31,27,22,.5);outline-offset:4px}.cta:active{transform:translateY(2px)}.cta.activating{animation:cta-pulse .32s ease forwards}.hero-cta{display:flex;flex-direction:column;align-items:center;gap:clamp(20px,4vh,32px);width:min(520px,100%);margin-bottom:clamp(20px,4vh,48px);transform:translateY(calc(-1*clamp(12px,3vh,48px)))}.hero-cta.open{position:fixed;left:50%;bottom:clamp(12px,4vh,32px);transform:translate(-50%);width:min(520px,92vw);gap:clamp(16px,3vh,24px);margin-bottom:0;z-index:5}.waitlist-form{display:flex;flex-direction:column;gap:12px;padding:24px;border-radius:24px;background:#fffc;box-shadow:0 20px 60px #0000001f;border:1px solid rgba(50,50,50,.1);animation:form-fade .4s ease forwards;width:100%;max-height:min(320px,44vh);overflow-y:auto}.waitlist-form.closing{animation:form-fade-out .4s ease forwards}.waitlist-hint{font-size:15px;color:#6d665f;text-align:center}.waitlist-form label{font-size:15px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#4b453e}.waitlist-fields{display:flex;gap:12px;flex-wrap:wrap;position:relative}.waitlist-fields.celebrating{animation:field-pop .6s ease}.waitlist-fields.celebrating:after{content:"";position:absolute;inset:-4px;border-radius:999px;border:1px solid rgba(20,122,60,.25);box-shadow:0 0 #147a3c33;animation:field-glow 1s ease forwards;pointer-events:none}.waitlist-fields input{flex:1;min-width:220px;border:1px solid rgba(0,0,0,.2);border-radius:999px;padding:14px 20px;font-size:18px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.waitlist-fields input:focus-visible{outline:none;border-color:#323232;box-shadow:0 0 0 3px #32323226}.waitlist-fields.has-error input{border-color:#b4530959}.waitlist-fields.has-error input:focus-visible{border-color:#b4530980;box-shadow:0 0 0 3px #b453091f}.waitlist-fields button{border:none;border-radius:999px;background:#323232;color:#fffbea;font-family:Geist,Inter,system-ui,-apple-system,Segoe UI,sans-serif;padding:0 clamp(20px,4vw,32px);font-size:clamp(16px,1.8vw,18px);font-weight:400;line-height:1;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .3s ease;position:relative;overflow:hidden}.waitlist-submit.submitting{background:#181818;color:#fffbeacc}.waitlist-submit.success{background:#147a3c;color:#fff;box-shadow:0 10px 30px #147a3c59}.waitlist-fields button:hover:not(:disabled){background:#1f1f1f;transform:translateY(-1px)}.waitlist-fields button:disabled{opacity:.7;cursor:not-allowed}.waitlist-message{margin:8px 0 0;font-size:14px;line-height:1.5;padding:10px 16px;border-radius:12px;background:#fffffff2;border:1px solid rgba(0,0,0,.08);animation:error-fade-in .2s ease forwards}.waitlist-message.error{color:#7c2d12;background:#fff7edf2;border-color:#b4530940}.waitlist-message.success{color:#147a3c;background:#f0fdf4f2;border-color:#147a3c33}.waitlist-dismiss{align-self:center;border:none;background:none;font-size:13px;color:#323232cc;cursor:pointer;text-transform:uppercase;letter-spacing:.01em;position:relative;padding:6px 0}.waitlist-dismiss:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#32323259;transform:scaleX(.4);transform-origin:center;transition:transform .2s ease,opacity .2s ease;opacity:.7}.waitlist-dismiss:hover:after{transform:scaleX(1);opacity:1}.emoji-orbit{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%) scale(var(--orbit-scale, 1));pointer-events:none;z-index:1;animation:orbit-spin 55s linear infinite}.emoji-node{position:absolute;width:clamp(40px,4vw,60px);height:clamp(40px,4vw,60px);transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;pointer-events:auto}.emoji{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 24px rgba(0,0,0,.08));opacity:.9;transition:filter .35s ease,transform .3s ease;animation:orbit-counter 55s linear infinite}.emoji-node:hover .emoji{filter:drop-shadow(0 24px 32px rgba(0,0,0,.25));transform:scale(1.08);animation-play-state:paused}.feature-bubbles{position:absolute;top:50%;left:50%;pointer-events:none;z-index:0;animation:bubble-orbit 55s linear infinite}.feature-bubble-wrapper{position:absolute;transform:translate(-50%,-50%);animation:bubble-counter 55s linear infinite;pointer-events:none}.feature-bubble{background:#fffffff2;border:1.5px solid rgba(50,50,50,.15);border-radius:18px;padding:8px 14px;font-size:12px;font-weight:500;color:#323232;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;white-space:nowrap;box-shadow:0 4px 12px #0000001a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:bubble-fade-in 1s ease forwards;opacity:0;animation-delay:calc(var(--index) * .1s);pointer-events:auto;transition:box-shadow .3s ease,background .3s ease;position:relative}.feature-bubble:hover{z-index:10;box-shadow:0 6px 16px #00000026;background:#fff}@media(max-width:900px){.hero{--orbit-scale: .92}.hero-core{width:clamp(260px,55vw,600px);height:clamp(280px,min(56vh,50vw),540px);min-height:520px;padding:clamp(26px,4.5vw,48px)}.feature-bubble{font-size:12px;padding:8px 14px;border-radius:18px}}@media(max-width:768px){.hero{--orbit-scale: .85}.hero-core{width:clamp(240px,60vw,560px);height:clamp(260px,min(56vh,52vw),540px);min-height:520px;padding:clamp(24px,4vw,44px)}.feature-bubble{font-size:11px;padding:7px 12px;border-radius:16px}}@media(max-width:640px){.hero{width:100%;height:100%;justify-content:flex-start;gap:20px;--orbit-scale: .7}.hero-core{width:min(340px,80vw);height:clamp(240px,48vh,400px);min-height:380px;padding:clamp(20px,3.5vw,36px);margin-top:-22px}.cta{width:min(320px,80vw);height:auto;padding:16px}.waitlist-form{width:100%;padding:20px}.waitlist-fields{flex-direction:column}.waitlist-fields button{width:100%;height:52px;font-size:15px}.hero-cta{width:100%}.emoji-orbit{display:block;transform:translate(-50%,-50%) scale(var(--orbit-scale, 1));opacity:.85}.feature-bubble{font-size:10px;padding:6px 10px;border-radius:14px;white-space:normal;max-width:90px;text-align:center;line-height:1.3}}@media(max-width:480px){.brand-mark{left:18px;top:20px}.brand-name{top:26px;left:88px;font-size:24px}.hero-title{font-size:clamp(28px,8.5vw,42px);line-height:clamp(36px,10vw,52px)}.waitlist-form{padding:18px;max-height:60vh}.hero-cta{width:100%}.hero{--orbit-scale: .62}.hero-core{margin-top:-30px}.feature-bubble{font-size:9px;padding:5px 8px;border-radius:12px;max-width:75px}.feature-bubbles{opacity:.9}}@media(max-height:720px){.hero{min-height:0;margin-top:0;gap:20px}.hero-core{height:clamp(280px,min(48vh,40vw),460px);min-height:400px;padding:clamp(20px,3vw,36px)}.emoji-orbit{opacity:.4}.feature-bubbles{opacity:.6}}@media(max-height:620px){.brand{display:none}.hero{padding-top:0}.hero-core{height:clamp(200px,35vh,360px);min-height:340px}.hero-cta{gap:16px}}@media(orientation:landscape)and (max-height:520px){.hero{flex-direction:row;align-items:center;gap:32px}.hero-core{width:clamp(260px,38vw,420px);height:clamp(200px,40vh,360px)}.emoji-orbit,.feature-bubbles{display:none}}@media(min-width:1440px){.hero-core{width:clamp(520px,42vw,700px);height:clamp(480px,min(50vh,40vw),600px);min-height:500px;padding:clamp(28px,4vw,48px)}.hero{height:min(88vh,820px)}}@keyframes grow-wave{0%{transform:translateY(0) scale(1)}40%{transform:translateY(-10px) scale(1.12)}65%{transform:translateY(4px) scale(.94)}to{transform:translateY(0) scale(1)}}@keyframes orbit-spin{0%{transform:translate(-50%,-50%) scale(var(--orbit-scale, 1)) rotate(0)}to{transform:translate(-50%,-50%) scale(var(--orbit-scale, 1)) rotate(360deg)}}@keyframes orbit-counter{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes bubble-orbit{0%{transform:translate(-50%,-50%) scale(var(--orbit-scale, 1)) rotate(0)}to{transform:translate(-50%,-50%) scale(var(--orbit-scale, 1)) rotate(-360deg)}}@keyframes bubble-counter{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes bubble-fade-in{0%{opacity:0}to{opacity:1}}@keyframes field-pop{0%{transform:scale(1)}30%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes field-glow{0%{opacity:.8;transform:scale(.95)}70%{opacity:.6;transform:scale(1.05)}to{opacity:0;transform:scale(1.08)}}@keyframes cta-pulse{0%{transform:scale(1);letter-spacing:-1px}60%{transform:scale(1.05);letter-spacing:-.5px}to{transform:scale(.96);letter-spacing:-1px}}@keyframes form-fade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes form-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}@keyframes error-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.hero.waitlist-open .emoji-orbit{opacity:.8;z-index:0}.hero.waitlist-open .feature-bubbles{opacity:.8}.hero.waitlist-open .waitlist-form{position:relative;z-index:3}
