:root{--paper: #fdf8f4;--ink: #3d2c2c;--ink-light: #7a6565;--rose: #e8798e;--rose-soft: #f2b5c1;--blush: #fce8ec;--sketch: "Caveat", cursive;--body: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow-x:hidden;-webkit-font-smoothing:antialiased}body{font-family:var(--body);background:var(--paper);color:var(--ink)}.page{position:relative;width:100%;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;overflow-x:hidden;padding:40px 0;background:radial-gradient(ellipse at 20% 50%,rgba(252,232,236,.5) 0%,transparent 60%),radial-gradient(ellipse at 80% 30%,rgba(242,181,193,.2) 0%,transparent 50%),radial-gradient(ellipse at 50% 80%,rgba(252,232,236,.3) 0%,transparent 50%),var(--paper)}.doodle{position:absolute;pointer-events:none}.doodle-1{width:54px;top:12%;left:8%;transform:rotate(-15deg);animation:drift 8s ease-in-out infinite}.doodle-2{width:38px;top:18%;right:12%;transform:rotate(12deg);animation:drift 7s ease-in-out infinite 1s}.doodle-3{width:30px;bottom:22%;left:14%;transform:rotate(25deg);animation:drift 9s ease-in-out infinite 2s}.doodle-4{width:44px;bottom:16%;right:10%;transform:rotate(-8deg);animation:drift 6s ease-in-out infinite .5s}.doodle-5{width:22px;top:45%;left:5%;transform:rotate(20deg);animation:drift 10s ease-in-out infinite 3s}.doodle-star-1{width:18px;top:28%;left:22%;opacity:.35;transform:rotate(10deg);animation:twinkle 4s ease-in-out infinite}.doodle-star-2{width:14px;bottom:32%;right:20%;opacity:.3;transform:rotate(-15deg);animation:twinkle 5s ease-in-out infinite 2s}.doodle-swirl-1{width:40px;top:10%;right:30%;animation:drift 11s ease-in-out infinite 1.5s}.doodle-swirl-2{width:35px;bottom:10%;left:30%;animation:drift 9s ease-in-out infinite .8s}@keyframes drift{0%,to{transform:translateY(0) rotate(var(--r, 0deg))}50%{transform:translateY(-8px) rotate(var(--r, 0deg))}}@keyframes twinkle{0%,to{opacity:.2}50%{opacity:.5}}.content{text-align:center;padding:24px;position:relative;z-index:2}.tagline{font-family:var(--sketch);font-size:1.25rem;color:var(--ink-light);margin-bottom:12px;letter-spacing:.02em}h1{font-family:var(--sketch);font-weight:700;line-height:1;margin-bottom:8px}.title-line{display:block;font-size:clamp(2.4rem,6vw,3.8rem);color:var(--ink-light);font-weight:500}.title-big{display:block;font-size:clamp(4.5rem,12vw,8rem);color:var(--ink);margin-top:-4px}.sketch-heart{width:80px;margin:16px auto;animation:heartbeat 3s ease-in-out infinite}.sketch-heart svg{width:100%;height:auto}@keyframes heartbeat{0%,to{transform:scale(1)}15%{transform:scale(1.1)}30%{transform:scale(1)}45%{transform:scale(1.08)}60%{transform:scale(1)}}.subtitle{font-family:var(--sketch);font-size:clamp(1.2rem,3vw,1.6rem);color:var(--ink-light);line-height:1.6;margin-bottom:32px;max-width:360px;margin-left:auto;margin-right:auto}.subtitle em{color:var(--rose);font-style:italic}.waitlist-area{margin-bottom:24px;transition:opacity .4s ease,transform .4s ease}.waitlist-area.hidden{opacity:0;transform:translateY(8px);pointer-events:none;position:absolute}.waitlist-label{font-family:var(--sketch);font-size:1.1rem;color:var(--ink-light);margin-bottom:16px}.waitlist-form{display:flex;flex-direction:column;align-items:center;gap:12px;max-width:380px;margin:0 auto}.form-row{display:flex;gap:10px;width:100%}.input-wrap{flex:1}.input-wrap input{width:100%;font-family:var(--sketch);font-size:1.15rem;color:var(--ink);background:#fff;border:2px solid var(--rose-soft);border-radius:50px;padding:12px 20px;outline:none;transition:border-color .25s ease,box-shadow .25s ease}.input-wrap input::placeholder{color:var(--rose-soft)}.input-wrap input:focus{border-color:var(--rose);box-shadow:0 0 0 3px #e8798e1f}.btn-sketch{display:inline-flex;align-items:center;gap:8px;font-family:var(--sketch);font-size:1.4rem;font-weight:600;color:#fff;background:var(--rose);border:2px solid var(--rose);border-radius:50px;padding:12px 32px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #e8798e40}.btn-sketch:hover{background:#d66a80;border-color:#d66a80;transform:translateY(-2px);box-shadow:0 6px 28px #e8798e59}.btn-arrow{width:20px;height:20px}.waitlist-success{display:none;flex-direction:column;align-items:center;margin-bottom:24px;animation:pop-in .5s cubic-bezier(.16,1,.3,1)}.waitlist-success.visible{display:flex}.success-heart{width:48px;margin-bottom:12px;animation:heartbeat 3s ease-in-out infinite}.success-text{font-family:var(--sketch);font-size:1.6rem;font-weight:700;color:var(--ink);margin-bottom:4px}.success-sub{font-family:var(--sketch);font-size:1.15rem;color:var(--ink-light)}.success-sub strong{color:var(--rose);font-weight:600}@keyframes pop-in{0%{opacity:0;transform:scale(.9) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.rotating-text{display:inline-block;position:relative;vertical-align:bottom}.rotating-word{display:inline-block;opacity:0;transform:translateY(8px);transition:opacity .5s ease,transform .5s ease;position:absolute;left:0;right:0;white-space:nowrap}.rotating-word.visible{opacity:1;transform:translateY(0);position:relative}.footnote{font-family:var(--sketch);font-size:1.1rem;color:var(--rose-soft);letter-spacing:.08em}.ai-whisper{font-family:var(--sketch);font-size:.95rem;color:var(--ink-light);opacity:.65;margin-top:14px;letter-spacing:.02em;font-style:italic}.bottom-line{position:absolute;bottom:24px;left:10%;width:80%;height:8px}@media(max-width:500px){.doodle-1{width:36px;top:8%;left:5%}.doodle-2{width:28px;top:12%;right:6%}.doodle-3{width:22px;bottom:18%;left:8%}.doodle-4{width:32px;bottom:12%;right:5%}.doodle-5{width:18px}.doodle-star-1{width:14px}.doodle-star-2{width:12px}.doodle-swirl-1{width:28px}.doodle-swirl-2{width:24px}.tagline{font-size:1.05rem}.subtitle{font-size:1.15rem}.footnote{font-size:.95rem}.form-row{flex-direction:column}.input-wrap input{font-size:1.05rem;padding:11px 18px}.btn-sketch{font-size:1.2rem;padding:11px 28px}.waitlist-label{font-size:1rem}}@media(min-height:800px){.sketch-heart{width:100px;margin:24px auto}.subtitle{margin-bottom:40px}}
