@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700;9..144,900&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--cream:#fbf6ec;--cream-deep:#f2e9d8;--ink:#211c16;--red:#d6271c;--red-deep:#a91e16;--green:#4c8c2b;--gold:#c08a2e;--line:#211c161f}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:#fff;font-family:Manrope,sans-serif}.page{background:radial-gradient(circle at 18% 12%,#d6271c0d,#0000 38%),radial-gradient(circle at 85% 78%,#4c8c2b0f,#0000 42%),#fff;justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex;position:relative;overflow:hidden}.grain{pointer-events:none;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");position:absolute;inset:0}.ember{filter:blur(1px);opacity:.35;border-radius:50%;animation:14s ease-in-out infinite drift;position:absolute}.ember-1{background:var(--gold);width:10px;height:10px;animation-delay:0s;top:18%;left:12%}.ember-2{background:var(--red);width:7px;height:7px;animation-delay:3s;top:70%;left:85%}.ember-3{background:var(--green);width:6px;height:6px;animation-delay:6s;top:80%;left:8%}@keyframes drift{0%,to{opacity:.25;transform:translateY(0)translate(0)}50%{opacity:.5;transform:translateY(-22px)translate(10px)}}.stage{z-index:1;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:560px;display:flex;position:relative}.logo-wrap{margin-bottom:8px}.logo{filter:drop-shadow(0 14px 24px #211c161f);width:188px;max-width:56vw;height:auto;animation:6s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.wordmark{letter-spacing:-.01em;flex-wrap:wrap;justify-content:center;gap:.32em;margin-top:4px;margin-bottom:18px;font-family:Fraunces,serif;font-size:clamp(2.4rem,7vw,3.6rem);font-weight:700;line-height:1;display:flex}.word.red{color:var(--red);font-style:italic;font-weight:600}.word.ink{color:var(--ink)}.lede{color:var(--ink);opacity:.72;max-width:420px;margin-top:4px;margin-bottom:40px;font-size:1rem;line-height:1.65}.simmer{flex-direction:column;align-items:center;gap:14px;margin-bottom:44px;display:flex}.pot{background:linear-gradient(180deg, var(--ink) 0%, #36302a 100%);border-radius:0 0 20px 20px;width:84px;height:40px;position:relative;box-shadow:0 8px 18px #211c1633}.pot:before{content:"";background:var(--ink);border-radius:6px;height:8px;position:absolute;top:-6px;left:-8px;right:-8px}.pot:after{content:"";background:linear-gradient(90deg, var(--red), var(--gold), var(--green));border-radius:4px 4px 0 0;height:6px;position:absolute;top:-6px;left:8px;right:8px}.bubble{background:var(--gold);opacity:0;border-radius:50%;animation:2.2s ease-in infinite bubble;position:absolute;bottom:10px}.b1{width:5px;height:5px;animation-delay:0s;left:18px}.b2{background:var(--red);width:4px;height:4px;animation-delay:.5s;left:34px}.b3{background:var(--green);width:6px;height:6px;animation-delay:1s;left:50px}.b4{width:4px;height:4px;animation-delay:1.5s;left:62px}@keyframes bubble{0%{opacity:0;transform:translateY(0)scale(.6)}30%{opacity:.9}to{opacity:0;transform:translateY(-22px)scale(1)}}.steam{background:linear-gradient(#211c1600,#211c1647);border-radius:4px;width:3px;height:22px;animation:2.8s ease-in-out infinite rise;position:absolute;bottom:38px}.s1{animation-delay:0s;left:28px}.s2{height:28px;animation-delay:.6s;left:42px}.s3{animation-delay:1.2s;left:56px}@keyframes rise{0%{opacity:0;transform:translateY(0)scaleY(.7)}40%{opacity:.6}to{opacity:0;transform:translateY(-26px)scaleY(1.2)}}.simmer-label{color:var(--ink);opacity:.55;letter-spacing:.02em;font-size:.85rem;font-weight:600}.notify{border-top:1px solid var(--line);width:100%;margin-bottom:28px;padding-top:32px}.notify-label{color:var(--ink);margin-bottom:14px;font-size:.92rem;font-weight:700}.notify-form{gap:10px;max-width:380px;margin:0 auto;display:flex}.notify-input{border:1.5px solid var(--line);min-width:0;color:var(--ink);background:#fff;border-radius:12px;outline:none;flex:1;padding:13px 16px;font-family:Manrope,sans-serif;font-size:.92rem;transition:border-color .2s,box-shadow .2s}.notify-input::placeholder{color:#211c1666}.notify-input:focus{border-color:var(--red);box-shadow:0 0 0 4px #d6271c1f}.notify-btn{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:12px;flex-shrink:0;padding:13px 22px;font-family:Manrope,sans-serif;font-size:.92rem;font-weight:700;transition:background .2s,transform .15s}.notify-btn:hover{background:var(--red-deep);transform:translateY(-1px)}.notify-btn:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.notify-btn:active{transform:translateY(0)}.footer{color:var(--ink);opacity:.45;align-items:center;gap:8px;font-size:.78rem;display:flex}.footer-sep{opacity:.6}@media (width<=480px){.page{align-items:flex-start;padding:56px 18px 28px}.stage{max-width:100%}.logo{width:132px}.wordmark{gap:.26em;margin-bottom:16px;font-size:clamp(2rem,9vw,2.6rem)}.lede{margin-bottom:32px;font-size:.92rem}.simmer{margin-bottom:34px}.notify-form{flex-direction:column}.notify-btn{width:100%}.footer{font-size:.72rem}}@media (width>=481px) and (width<=768px){.logo{width:160px}}@media (width>=1024px){.stage{max-width:600px}.lede{max-width:460px}}@media (prefers-reduced-motion:reduce){.logo,.ember,.bubble,.steam{animation:none!important}}
