:root{--ink: #101a2b;--cream: #fff9ec;--paper: #ffffff;--red: #f04443;--red-dark: #cf2f31;--yellow: #ffcc4d;--blue: #59d5e0;--purple: #8367e8;--muted: #5c6675;--line: #dce0e3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;height:88px;padding:0 clamp(24px,5vw,76px);background:#fff9ecf0;border-bottom:1px solid rgba(16,26,43,.12);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:10px}.brand-mark{display:block;flex:0 0 auto;width:52px;aspect-ratio:1;object-fit:contain}.brand>span:last-child{display:grid;line-height:.92}.brand strong{font-size:1.38rem;letter-spacing:.005em;font-weight:950}.brand small{margin-top:5px;font-size:.64rem;letter-spacing:.14em;font-weight:850}nav{display:flex;gap:clamp(22px,4vw,48px);font-size:.9rem;font-weight:720}nav a{position:relative}nav a:after{content:"";position:absolute;left:0;bottom:-7px;width:100%;height:2px;background:var(--red);transform:scaleX(0);transition:transform .2s}nav a:hover:after{transform:scaleX(1)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border:0;border-radius:999px;font-weight:850;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button-small{min-height:44px;padding-inline:20px;font-size:.84rem}.button-red{background:var(--red);color:#fff;box-shadow:0 7px 0 var(--red-dark)}.button-red:hover{box-shadow:0 5px 0 var(--red-dark)}.button-dark{background:var(--ink);color:#fff;box-shadow:0 7px #000}.hero{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:clamp(40px,6vw,96px);align-items:center;min-height:730px;padding:64px clamp(24px,7vw,110px) 80px;overflow:hidden}.hero:before{content:"";position:absolute;width:380px;height:380px;left:-210px;bottom:-140px;border:52px solid var(--yellow);border-radius:50%;opacity:.35}.hero-copy{position:relative;z-index:2;max-width:710px}.eyebrow{margin:0 0 20px;font-size:.76rem;letter-spacing:.19em;font-weight:900}.eyebrow span{color:var(--red);margin-right:8px}.hero h1,.section h2,.story h2,.order-section h2{margin:0;font-family:Arial Rounded MT Bold,var(--font-geist-sans),sans-serif;font-size:clamp(3.5rem,6.4vw,6.6rem);line-height:.88;letter-spacing:-.075em;font-weight:950}h1 em,h2 em{color:var(--red);font-style:normal}.hero-lede{max-width:620px;margin:30px 0;font-size:clamp(1.08rem,1.6vw,1.3rem);line-height:1.65;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:30px}.text-link{font-weight:850;border-bottom:2px solid var(--ink);padding-bottom:5px}.text-link span{margin-left:7px}.mini-proof{display:flex;align-items:center;gap:12px;margin-top:40px;font-size:.78rem;font-weight:760;color:var(--muted)}.proof-dots{display:flex}.proof-dots i{width:24px;height:24px;margin-left:-5px;border:2px solid var(--cream);border-radius:50%;background:var(--yellow)}.proof-dots i:nth-child(2){background:var(--blue)}.proof-dots i:nth-child(3){background:var(--red)}.hero-art{position:relative;justify-self:center;width:min(100%,560px);height:590px}.hero-image-wrap{position:absolute;inset:0 0 28px 30px;overflow:hidden;border:10px solid white;border-radius:46% 54% 44% 56%/56% 40% 60% 44%;transform:rotate(2deg);box-shadow:22px 25px 0 var(--blue),0 30px 65px #111b2c33}.hero-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 43%}.crunch-badge{position:absolute;right:-28px;top:60px;z-index:3;display:grid;place-items:center;width:126px;aspect-ratio:1;border-radius:50%;background:var(--yellow);border:4px solid var(--ink);transform:rotate(8deg);box-shadow:6px 7px 0 var(--ink)}.crunch-badge strong{font-size:.72rem;letter-spacing:.08em}.crunch-badge span{font-size:1.02rem;font-weight:900;margin-top:-25px}.mascot-card{position:absolute;z-index:4;left:-28px;bottom:0;width:150px;aspect-ratio:1;overflow:hidden;border-radius:28px;background:#fff;border:4px solid var(--ink);transform:rotate(-8deg);box-shadow:7px 8px 0 var(--ink)}.mascot-card img{width:100%;height:100%;object-fit:contain;padding:5px}.trust-strip{display:flex;justify-content:center;gap:clamp(28px,5vw,70px);padding:20px 28px;background:var(--ink);color:#fff;font-size:.76rem;letter-spacing:.05em;font-weight:760}.trust-strip b{color:var(--yellow);margin-right:8px}.section{padding:120px clamp(24px,7vw,110px)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:55px}.section-heading h2,.story h2,.order-section h2{font-size:clamp(3rem,5.2vw,5.4rem)}.section-heading>p{max-width:460px;margin:0 0 8px;color:var(--muted);font-size:1.06rem;line-height:1.7}.treats{background:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{position:relative;min-height:450px;padding:48px 38px 36px;overflow:hidden;border:3px solid var(--ink);border-radius:36px;box-shadow:8px 9px 0 var(--ink);transition:transform .2s}.product-card:hover{transform:translateY(-6px) rotate(-.5deg)}.product-red{background:#ff6a68}.product-yellow{background:var(--yellow)}.product-blue{background:var(--blue)}.product-art{display:grid;place-items:center;height:142px;margin:-12px -10px 22px;color:#fff;font-size:clamp(2rem,4vw,4rem);letter-spacing:.12em;text-shadow:4px 4px 0 var(--ink);transform:rotate(-6deg)}.product-yellow .product-art{color:var(--purple)}.product-blue .product-art{color:var(--red)}.product-card>p{margin:0 0 10px;font-size:.69rem;letter-spacing:.15em;font-weight:900}.product-card h3{margin:0 0 14px;font-size:clamp(1.75rem,3vw,2.4rem);letter-spacing:-.05em}.product-card>span{display:block;min-height:80px;line-height:1.55;font-size:.94rem}.product-card a{display:inline-block;margin-top:18px;padding-bottom:4px;border-bottom:2px solid var(--ink);font-size:.86rem;font-weight:850}.product-card a b{margin-left:7px}.egg-feature{display:grid;grid-template-columns:150px 1fr auto;gap:32px;align-items:center;margin-top:38px;padding:28px 32px;border:3px solid var(--ink);border-radius:30px;background:#fff6d7;box-shadow:8px 9px 0 var(--ink)}.egg-visual{position:relative;display:grid;place-items:center;width:138px;aspect-ratio:1;border:3px solid var(--ink);border-radius:50%;background:var(--yellow);transform:rotate(-4deg)}.egg-visual>span{font-size:4.4rem;filter:drop-shadow(3px 4px 0 rgba(16,26,43,.18))}.egg-visual>b{position:absolute;right:-13px;bottom:3px;padding:7px 9px;border:2px solid var(--ink);border-radius:10px;background:var(--red);color:#fff;font-size:.54rem;line-height:1.05;letter-spacing:.09em;text-align:center;transform:rotate(7deg)}.egg-copy>p{margin:0 0 7px;color:var(--red-dark);font-size:.68rem;letter-spacing:.16em;font-weight:900}.egg-copy h3{margin:0 0 10px;font-size:clamp(1.7rem,3vw,2.45rem);letter-spacing:-.05em}.egg-copy>span{display:block;max-width:760px;color:var(--muted);line-height:1.6}.egg-copy small{display:block;margin-top:9px;color:#7b7466;font-size:.68rem;line-height:1.45}.egg-feature>.button{white-space:nowrap}.availability-note{margin:35px 0 0;text-align:center;color:var(--muted);font-size:.83rem}.story{display:grid;grid-template-columns:minmax(380px,.9fr) minmax(0,1.1fr);gap:clamp(70px,9vw,140px);align-items:center;padding:120px clamp(24px,8vw,130px);background:var(--ink);color:#fff;overflow:hidden}.story-images{position:relative;height:620px}.story-portrait{position:absolute;inset:0 25px 30px 0;overflow:hidden;border:8px solid white;border-radius:34px;transform:rotate(-2deg);box-shadow:-18px 19px 0 var(--red)}.story-portrait img{width:100%;height:100%;object-fit:cover}.original-mark{position:absolute;z-index:2;right:-32px;bottom:-20px;width:190px;aspect-ratio:1;overflow:hidden;border:4px solid white;border-radius:50%;background:#fff;box-shadow:8px 9px 0 var(--blue)}.original-mark img{width:100%;height:100%;object-fit:cover}.original-mark span{position:absolute;bottom:7px;left:50%;width:max-content;padding:5px 9px;background:var(--ink);color:#fff;font-size:.52rem;letter-spacing:.09em;font-weight:850;transform:translate(-50%)}.eyebrow.light{color:#fff}.story-lede{margin:34px 0 25px;color:var(--yellow);font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.5;font-weight:760}.story-copy>p:not(.eyebrow):not(.story-lede){color:#cad0dc;line-height:1.72}.jp-loves{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:32px}.jp-loves span{width:100%;margin-bottom:6px;color:#8e99aa;font-size:.63rem;letter-spacing:.16em;font-weight:850}.jp-loves b{padding:8px 13px;border:1px solid #566174;border-radius:999px;font-size:.7rem}.how{background:var(--cream)}.section-heading.centered{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.section-heading.centered>p:last-child{margin-top:16px}.steps{display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:0;list-style:none}.steps li{position:relative;padding:35px 28px;text-align:center;border-right:1px dashed #adb3b9}.steps li:last-child{border:0}.steps li>b{position:absolute;top:12px;left:24px;color:#abb0b7;font-size:.72rem}.step-icon{display:grid;place-items:center;width:78px;aspect-ratio:1;margin:0 auto 22px;border:3px solid var(--ink);border-radius:26px;background:#fff;font-size:1.9rem;box-shadow:5px 6px 0 var(--ink);transform:rotate(-4deg)}.steps li:nth-child(2) .step-icon{background:var(--yellow);transform:rotate(3deg)}.steps li:nth-child(3) .step-icon{background:var(--blue)}.steps li:nth-child(4) .step-icon{background:#ff8ca2;transform:rotate(3deg)}.steps h3{margin:0 0 10px;font-size:1.25rem}.steps p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.6}.order-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:clamp(60px,9vw,140px);padding:120px clamp(24px,8vw,130px);background:var(--red);color:#fff}.order-section h2 em{color:var(--yellow)}.order-intro>p:not(.eyebrow){max-width:520px;margin-top:28px;font-size:1rem;line-height:1.7}.order-callout{display:flex;align-items:center;gap:18px;margin-top:35px;padding:18px;border:2px solid rgba(255,255,255,.42);border-radius:20px}.order-callout>span{font-size:2.2rem}.order-callout p{margin:0;font-size:.82rem;line-height:1.55}.order-form{display:grid;gap:20px;align-self:start;padding:38px;border:4px solid var(--ink);border-radius:30px;background:#fff;color:var(--ink);box-shadow:12px 13px 0 var(--ink)}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.order-form label{display:grid;gap:8px;font-size:.76rem;font-weight:850}.order-form input,.order-form textarea,.order-form select{width:100%;padding:15px 16px;border:2px solid #cbd0d7;border-radius:13px;background:#fbfbf9;color:var(--ink);outline:none;transition:border .2s,box-shadow .2s}.order-form textarea{resize:vertical}.order-form input:focus,.order-form textarea:focus,.order-form select:focus{border-color:var(--blue);box-shadow:0 0 0 4px #59d5e040}.form-button{width:100%;margin-top:3px}.form-button:disabled{cursor:wait;opacity:.7;transform:none}.form-button span{margin-left:10px}.form-error{margin:-4px 0 0;color:#b42318;text-align:center;font-size:.76rem;font-weight:720}.form-note{margin:2px 0 0;color:var(--muted);text-align:center;font-size:.7rem}.success-message{min-height:440px;place-content:center;text-align:center}.success-message>span{color:var(--red);font-size:3rem}.success-message h3{margin:0;font-size:2.1rem}.success-message p{color:var(--muted);line-height:1.7}.thanks-page{display:grid;min-height:100vh;place-items:center;padding:40px 24px;background:var(--cream)}.thanks-card{width:min(100%,720px);padding:clamp(38px,7vw,70px);border:4px solid var(--ink);border-radius:42px;background:#fff;text-align:center;box-shadow:13px 14px 0 var(--ink)}.thanks-mascot{display:grid;place-items:center;width:88px;aspect-ratio:1;margin:0 auto 28px;border:3px solid var(--ink);border-radius:48% 52% 43% 57%;background:var(--yellow);color:var(--red);font-size:2.4rem;transform:rotate(-5deg)}.thanks-logo{display:block;width:96px;aspect-ratio:1;margin:0 auto 24px;object-fit:contain}.thanks-card h1{margin:0;font-family:Arial Rounded MT Bold,var(--font-geist-sans),sans-serif;font-size:clamp(3.3rem,8vw,5.5rem);line-height:.9;letter-spacing:-.075em}.thanks-card h1 em{color:var(--red);font-style:normal}.thanks-card>p:not(.eyebrow){max-width:560px;margin:28px auto;color:var(--muted);font-size:1.05rem;line-height:1.7}.thanks-actions{display:flex;align-items:center;justify-content:center;gap:28px;margin-top:34px}.faq{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(50px,9vw,140px);background:#fff}.faq h2{font-size:clamp(2.8rem,4.5vw,4.8rem)}.faq-list{border-top:2px solid var(--ink)}.faq details{border-bottom:2px solid var(--ink)}.faq summary{display:flex;justify-content:space-between;gap:20px;padding:25px 0;cursor:pointer;font-weight:850;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary span{color:var(--red);font-size:1.4rem}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{max-width:680px;margin:-5px 40px 24px 0;color:var(--muted);line-height:1.7}footer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;align-items:center;padding:50px clamp(24px,7vw,110px);background:var(--ink);color:#fff}.footer-brand .brand-mark{width:44px}footer>p{margin:0;color:#aeb7c7;font-size:.76rem}.parent-note{text-align:center}.copyright{text-align:right}@media(max-width:1050px){nav{display:none}.hero{grid-template-columns:1fr 420px;padding-inline:45px}.product-card{padding-inline:25px}.story,.order-section{gap:60px;padding-inline:55px}}@media(max-width:820px){.site-header{height:74px;padding-inline:20px}.site-header>.button{display:none}.brand-mark{width:46px}.hero{grid-template-columns:1fr;min-height:0;padding:70px 24px 90px}.hero-art{width:min(90%,520px);height:540px;margin-top:12px}.trust-strip{justify-content:flex-start;overflow-x:auto;white-space:nowrap}.section{padding:85px 24px}.section-heading{align-items:start;flex-direction:column;gap:25px}.product-grid{grid-template-columns:1fr}.product-card{min-height:400px}.egg-feature{grid-template-columns:120px 1fr}.egg-visual{width:110px}.egg-visual>span{font-size:3.5rem}.egg-feature>.button{grid-column:1 / -1;width:100%}.story{grid-template-columns:1fr;padding:90px 34px}.story-images{height:520px}.story-copy{grid-row:1}.steps{grid-template-columns:1fr 1fr}.steps li:nth-child(2){border-right:0}.steps li{border-bottom:1px dashed #adb3b9}.steps li:nth-child(3),.steps li:nth-child(4){border-bottom:0}.order-section{grid-template-columns:1fr;padding:85px 24px}.faq{grid-template-columns:1fr}footer{grid-template-columns:1fr;text-align:center}.footer-brand{justify-self:center}.parent-note,.copyright{text-align:center}}@media(max-width:520px){.hero h1{font-size:3.45rem}.hero-actions{align-items:flex-start;flex-direction:column}.hero-art{width:calc(100% - 16px);height:430px}.hero-image-wrap{left:10px}.crunch-badge{width:100px;right:-12px;top:34px}.crunch-badge span{font-size:.82rem}.mascot-card{width:112px;left:-9px}.egg-feature{grid-template-columns:1fr;padding:26px 22px;text-align:center}.egg-visual{justify-self:center}.story-images{height:420px}.original-mark{width:140px;right:-15px}.steps{grid-template-columns:1fr}.steps li{border-right:0;border-bottom:1px dashed #adb3b9!important}.steps li:last-child{border-bottom:0!important}.field-row{grid-template-columns:1fr}.order-form{padding:28px 20px}.thanks-actions{align-items:stretch;flex-direction:column}.thanks-actions .text-link{align-self:center}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
