@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{color-scheme:dark;--deep-navy:#020a2c;--electric-purple:#6919fd;--hot-pink:#f3209a;--white:#ffffff;--muted:rgba(255,255,255,0.62);--page-background:#000000}*{box-sizing:border-box}body,html{min-width:320px;min-height:100%;background:var(--page-background)}body{margin:0;overflow-x:hidden;color:var(--white);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input{font:inherit}a{color:inherit}.page-shell{display:flex;flex-direction:column;width:100%;min-height:100svh;padding:24px clamp(18px,3vw,50px) 18px;overflow:hidden;background:#000000}.brand{position:relative;z-index:10;display:inline-flex;align-items:center;width:max-content;margin-top:18px;margin-left:2px}.brand img{display:block;width:clamp(280px,24vw,420px);height:auto;object-fit:contain}.hero{flex:1 1;display:grid;grid-template-columns:minmax(500px,.9fr) minmax(620px,1.1fr);align-items:center;grid-gap:clamp(20px,2vw,48px);gap:clamp(20px,2vw,48px);max-width:1760px;min-height:0;margin:0 auto;overflow:visible}.hero,.hero-copy{position:relative;width:100%}.hero-copy{z-index:5;max-width:720px;min-width:0;margin-left:clamp(0px,2vw,32px)}.launch-pill{display:inline-flex;align-items:center;gap:10px;width:max-content;margin-bottom:30px;padding:9px 15px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.04);color:rgba(255,255,255,.8);font-size:16px;font-weight:500;letter-spacing:.04em}.launch-pill i,footer i{display:block;flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:var(--hot-pink);box-shadow:0 0 10px rgba(255,45,161,1),0 0 20px rgba(255,45,161,.5)}.hero-copy h1{margin:0;font-size:clamp(56px,5.75vw,98px);font-weight:700;line-height:1.05;letter-spacing:-.066em}.hero-copy h1 strong{font-weight:inherit;background:linear-gradient(90deg,#6919fd,#7a2bff 30%,#a339ff 58%,#d92cc2 78%,#f3209a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-copy>p{max-width:600px;margin:18px 0 34px;color:var(--muted);font-size:clamp(17px,1.28vw,20px);line-height:1.65}.hero-artwork{position:relative;z-index:1;align-self:center;display:flex;align-items:center;justify-content:flex-end;min-width:0;overflow:visible}.coffee-scene{position:relative;width:min(100%,900px);max-width:900px;margin-left:auto;isolation:isolate}.coffee-image{position:relative;z-index:2;display:block;width:100%;height:auto;max-height:min(68svh,760px);object-fit:contain}.coffee-smoke-motion{position:absolute;z-index:3;inset:0;overflow:hidden;pointer-events:none}.smoke-layer{position:absolute;inset:0;display:block;width:100%;height:auto;object-fit:contain;transform-origin:54% 47%;mix-blend-mode:screen;will-change:transform,opacity,filter;-webkit-clip-path:polygon(29% 0,78% 0,75% 17%,70% 34%,66% 49%,61% 52%,44% 52%,35% 43%,30% 25%);clip-path:polygon(29% 0,78% 0,75% 17%,70% 34%,66% 49%,61% 52%,44% 52%,35% 43%,30% 25%)}.smoke-layer--one{animation:existing-smoke-drift-one 3s ease-in-out infinite alternate}.smoke-layer--two{animation:existing-smoke-drift-two 4s ease-in-out -1s infinite alternate}@keyframes existing-smoke-drift-one{0%{transform:translate3d(-.45%,.6%,0) scale(1.002) rotate(-.15deg);opacity:.16}45%{transform:translate3d(.35%,-.55%,0) scale(1.008) rotate(.2deg);opacity:.28}to{transform:translate3d(-.1%,-1.2%,0) scale(1.014) rotate(-.1deg);opacity:.18}}@keyframes existing-smoke-drift-two{0%{transform:translate3d(.55%,.85%,0) scale(.998) rotate(.18deg);opacity:.08}50%{transform:translate3d(-.4%,-.35%,0) scale(1.006) rotate(-.2deg);opacity:.16}to{transform:translate3d(.25%,-1.45%,0) scale(1.018) rotate(.14deg);opacity:.1}}@media (prefers-reduced-motion:reduce){.smoke-layer{animation:none;opacity:0}}.waitlist{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;width:100%;max-width:620px}.waitlist__control{display:flex;align-items:center;gap:12px;height:56px;padding:0 18px;border:1px solid rgba(255,255,255,.17);border-radius:10px;background:rgba(255,255,255,.035)}.waitlist__control:focus-within{border-color:rgba(255,45,161,.8);box-shadow:0 0 0 3px rgba(255,45,161,.1)}.waitlist__control svg{width:20px;flex:0 0 auto;fill:none;stroke:rgba(255,255,255,.55);stroke-width:1.5}.waitlist input{width:100%;border:0;outline:0;background:transparent;color:#ffffff}.waitlist input::placeholder{color:rgba(255,255,255,.42)}.notify-button,.waitlist button{min-width:154px;height:56px;padding:0 24px;border:0;border-radius:10px;background:linear-gradient(135deg,#6919fd,#7a2bff 28%,#a339ff 58%,#d92cc2 80%,#f3209a);box-shadow:0 12px 32px rgba(91,44,255,.28),0 0 28px rgba(255,45,161,.16);color:#ffffff;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.notify-button:hover:not(:disabled),.waitlist button:hover:not(:disabled){transform:translateY(-2px);filter:saturate(1.1);box-shadow:0 16px 38px rgba(91,44,255,.38),0 0 36px rgba(255,45,161,.23)}.notify-button:disabled,.waitlist button:disabled{cursor:not-allowed;opacity:.65}.waitlist__status{position:absolute;top:calc(100% + 7px);left:2px;margin:0;color:rgba(255,255,255,.7);font-size:12px}.socials{display:flex;gap:18px;margin-top:50px}.socials a{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1.5px solid rgba(243,32,154,.65);color:white;text-decoration:none;transition:.22s ease}.socials a:hover{transform:translateY(-2px);border-color:#f3209a;box-shadow:0 0 18px rgba(243,32,154,.18),0 8px 24px rgba(105,25,253,.18)}.socials svg{width:20px;height:20px}footer{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;gap:10px;min-height:34px;margin-top:-10px;color:rgba(255,255,255,.42);font-size:13px}footer i{width:6px;height:6px;background:var(--electric-purple);box-shadow:0 0 10px rgba(91,44,255,.9)}@media (max-width:1450px){.hero{grid-template-columns:minmax(440px,.92fr) minmax(560px,1.08fr)}.hero-copy{margin-left:0}.coffee-scene{max-width:820px}}@media (max-width:1180px){.page-shell{padding-inline:28px}.hero{grid-template-columns:minmax(380px,.95fr) minmax(460px,1.05fr);gap:16px}.hero-copy h1{font-size:clamp(52px,6vw,78px)}.coffee-scene{max-width:690px}}@media (max-width:900px){.page-shell{min-height:100svh;padding-inline:22px;overflow:hidden}.hero{grid-template-columns:minmax(0,1fr);min-height:auto;margin-top:0;padding:58px 0 30px}.hero-copy{max-width:690px;padding-bottom:0;text-align:center;transform:none}.hero-copy,.launch-pill{margin-inline:auto}.hero-copy h1{font-size:clamp(48px,11vw,76px)}.waitlist{margin-inline:auto}.hero-artwork,.socials{justify-content:center}.hero-artwork{align-self:auto;margin-top:24px}.coffee-scene{width:min(100%,680px);max-width:680px;flex:0 1 680px;transform:translateY(12px)}.coffee-image{max-height:none}.coffee-steam{top:-4%}footer{margin-top:8px;padding-bottom:4px}}@media (max-width:560px){.page-shell{padding:22px 16px 18px}.brand{gap:10px}.brand img{width:min(78vw,320px)}.brand>span{font-size:21px}.hero{padding-top:48px}.launch-pill{margin-bottom:24px}.hero-copy h1{font-size:clamp(42px,12.5vw,60px)}.hero-copy>p{font-size:17px}.hero-copy>p br{display:none}.waitlist{grid-template-columns:minmax(0,1fr)}.notify-button,.waitlist button{width:100%}.socials{gap:15px;margin-top:32px}.socials a{width:46px}.coffee-scene{width:114%;margin-left:-7%;transform:translateY(8px)}.coffee-steam{top:-2%;left:30%;width:44%}footer{padding-top:10px;text-align:center}}@media (prefers-reduced-motion:reduce){.steam-particles,.steam-wisp,.steam-wisp path{animation:none!important}.steam-wisp path{stroke-dashoffset:0;opacity:.46}.steam-particles{opacity:.28}.notify-button,.socials a,.waitlist button{transition:none}}@media (min-width:901px){.coffee-smoke-motion{transform:translateY(-30%)}}.bottom-bar{width:100%;height:1px;margin-top:12px;background:rgba(255,255,255,.12)}.bottom-message{width:100%;display:flex;justify-content:center;align-items:center;gap:14px;padding-top:12px;text-align:center;color:rgba(255,255,255,.72);font-size:15px;font-weight:500}.bottom-message__dot{width:10px;height:10px;border-radius:50%;background:var(--hot-pink);box-shadow:0 0 14px rgba(255,45,161,.9)}