@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-4.ttf) format('truetype');
}


:root{--lime:#c2ed32;--ink:#172318;--paper:#f5f6e9;--green:#16643c}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--lime);color:var(--ink);font-family:Arial,sans-serif}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px dashed var(--green);outline-offset:7px}.symbols{position:absolute;width:0;height:0;overflow:hidden}.skip{position:fixed;top:-60px;left:20px;background:white;padding:12px;z-index:10}.skip:focus{top:10px}header{height:102px;padding:20px 5%;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;font-size:45px;font-weight:900;letter-spacing:-4px;transform:rotate(-5deg)}.logo svg{width:52px;height:52px;margin-right:8px}.logo span{font:13px 'Caveat',cursive;letter-spacing:0;align-self:flex-start;transform:rotate(12deg);margin:8px}nav{display:flex;gap:35px;align-items:center;font-size:14px;font-weight:bold}nav a{border-bottom:2px solid;padding-bottom:4px}#motion{background:none;border:1.5px solid;border-radius:50%;padding:12px 18px;transform:rotate(3deg)}#motion span{margin-left:8px}.hero{position:relative;min-height:680px;display:grid;grid-template-columns:47% 53%;padding:40px 5% 90px;align-items:center}.hero-copy{position:relative;z-index:2}.scribble,.art-note,.handwritten,.section-heading>span{font:26px 'Caveat',cursive}.scribble{display:inline-block;transform:rotate(-6deg);margin-bottom:16px}h1,h2,.button,.meme>span{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-weight:900}h1{font-size:clamp(70px,8.6vw,138px);line-height:.86;letter-spacing:-2px;margin:0;transform:rotate(-2deg);font-stretch:condensed}.period{color:var(--green)}.hero-copy p{font-size:18px;margin:28px 0}.button{display:inline-flex;align-items:center;gap:32px;justify-content:center;font-size:23px;background:var(--ink);color:var(--paper);border:2px solid var(--ink);padding:17px 24px;border-radius:4px 9px 5px 8px;box-shadow:4px 5px 0 var(--green);transform:rotate(-2deg);transition:transform .15s,box-shadow .15s}.button:hover{transform:rotate(1deg) translateY(-3px);box-shadow:6px 8px 0 var(--green)}.arrow{width:120px;height:75px;position:absolute;left:290px;bottom:-43px;transform:rotate(12deg)}.hero-art{position:relative;width:120%;margin-left:-12%;mix-blend-mode:multiply}.hero-art img{display:block;width:100%;height:auto;animation:bob 5s ease-in-out infinite;mix-blend-mode:multiply}.bubble{position:absolute;right:13%;top:-2%;font:26px 'Caveat',cursive;background:var(--paper);padding:12px 23px;border:2px solid;border-radius:50%;transform:rotate(7deg);z-index:2}.art-note{display:block;text-align:center;transform:rotate(-4deg);margin-top:4px}.hero-bottom{position:absolute;bottom:22px;left:5%;right:5%;display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:bold}.hero-bottom>a{border:1px solid;border-radius:50%;padding:9px 15px;font-size:25px}.tape{overflow:hidden;border-block:2px solid;background:var(--green);color:var(--lime);padding:13px 0;transform:rotate(-1.5deg);position:relative;z-index:3}.tape>div{white-space:nowrap;font-family:'Barlow Condensed',Impact,sans-serif;font-size:25px;letter-spacing:2px;animation:marquee 35s linear infinite;width:max-content}.play{background:var(--paper);padding:95px 6% 65px;margin-top:-20px}.section-heading{display:flex;align-items:center;justify-content:space-between}h2{font-size:clamp(48px,6vw,88px);line-height:.95;margin:0;letter-spacing:-1px}.section-heading>span{transform:rotate(4deg)}.playground{display:grid;grid-template-columns:3fr 1fr;gap:40px;margin-top:45px;align-items:center}.memes{display:flex;gap:22px}.meme{width:33.333%;background:none;border:2px solid transparent;border-radius:47% 43% 8% 7%;padding:10px 7px 20px;transition:transform .2s,background .2s;position:relative}.meme:hover{transform:rotate(-5deg) translateY(-8px)}.meme.active{background:#e1edc2;border-color:var(--ink);transform:rotate(-3deg)}.meme svg{width:100%;height:auto;aspect-ratio:1.1}.meme>span{font-size:30px;display:block}.meme small{display:block;margin-top:6px;font-size:12px}.reaction{position:relative;text-align:center}.reaction-face{width:160px;height:160px}.thought{font:25px/1.1 'Caveat',cursive;border:2px solid;border-radius:50%;padding:20px 10px;transform:rotate(5deg);background:white;min-height:95px}.handwritten{font-size:19px;display:block;transform:rotate(-8deg);white-space:nowrap}.send-section{text-align:center;position:relative;background:var(--green);color:var(--paper);padding:80px 20px 65px;overflow:hidden}.send-section h2{position:relative;z-index:1;transform:rotate(-3deg)}.star{position:absolute;left:12%;top:20%;font-size:140px;color:var(--lime);transform:rotate(10deg)}.send-button{background:var(--lime);color:var(--ink);margin-top:32px;min-width:205px;box-shadow:5px 5px 0 #0a3522;border-color:var(--ink);position:relative;z-index:2}.send-button svg{width:42px;height:35px}.send-section p{font:21px 'Caveat',cursive;margin-bottom:0;min-height:27px}footer{background:var(--paper);padding:32px 5%;display:flex;align-items:center;gap:25px;font-size:11px;line-height:1.7}.footer-logo{font-size:42px;letter-spacing:-3px;font-weight:900;transform:rotate(-5deg)}footer .fine{margin-left:auto;font-size:10px;opacity:.7}footer>a:last-child{border-bottom:1px solid}.flyer{position:absolute;bottom:0;left:45%;width:130px;height:130px;animation:launch 1.8s ease-in forwards;pointer-events:none;z-index:4}.chew{animation:chew .5s ease-in-out}.paused *, .paused *::before,.paused *::after{animation-play-state:paused!important;scroll-behavior:auto!important}@keyframes bob{50%{transform:translateY(-9px) rotate(1deg)}}@keyframes marquee{to{transform:translateX(-50%)}}@keyframes chew{25%,75%{transform:scale(1.13,.85) rotate(-5deg)}}@keyframes launch{0%{transform:translate(0,0) rotate(-15deg)}100%{transform:translate(45vw,-600px) rotate(35deg)}}@media(min-width:1600px){.hero{max-width:1650px;margin:auto}}@media(max-width:850px){header{height:85px}.hero{min-height:600px;padding-top:30px}h1{font-size:10vw}.hero-art{width:130%;margin-left:-20%}.bubble{font-size:21px;top:-10%}.arrow{display:none}.playground{grid-template-columns:1fr}.reaction{display:flex;align-items:center;justify-content:center;gap:20px}.thought{min-width:180px}.reaction-face{width:110px;height:110px}.handwritten{white-space:normal}.star{left:4%;font-size:90px}footer{flex-wrap:wrap}footer .fine{margin-left:0}.section-heading>span{font-size:22px}}@media(max-width:560px){header{padding:16px 6%;height:80px}.logo{font-size:36px}.logo svg{width:42px;height:42px}.logo span{display:none}nav{gap:15px;font-size:11px}#motion{padding:9px 11px}#motion span{display:none}.hero{display:flex;flex-direction:column;padding:28px 7% 68px;min-height:0;align-items:stretch}.hero-copy{z-index:2}h1{font-size:20vw;line-height:.85;letter-spacing:-1px}.scribble{font-size:23px;margin-bottom:18px}.hero-copy p{font-size:15px;margin:21px 0}.button{font-size:20px;padding:13px 20px}.hero-art{width:116%;margin:37px -8% 20px}.bubble{top:-2%;right:3%;font-size:21px;padding:9px 15px}.art-note{font-size:21px;margin-top:-5px}.hero-bottom{font-size:9px;left:7%;right:7%;bottom:14px;gap:12px}.hero-bottom span{max-width:120px}.hero-bottom span:last-child{text-align:right}.hero-bottom>a{padding:6px 12px;font-size:20px}.tape>div{font-size:20px}.play{padding:65px 5% 35px}.section-heading{display:block;text-align:center}.section-heading h2{font-size:48px}.section-heading>span{display:block;margin-top:15px}.playground{margin-top:30px;gap:25px}.memes{gap:5px}.meme{padding:5px 3px 12px}.meme>span{font-size:24px}.meme small{font-size:9px;line-height:1.3;min-height:24px}.reaction{gap:7px}.thought{font-size:23px;min-width:140px}.reaction-face{width:100px;height:100px}.handwritten{font-size:16px;max-width:80px}.send-section{padding:65px 20px 45px}.send-section h2{font-size:58px}.star{font-size:65px;top:7%;left:3%}.send-section p{font-size:19px}footer{padding:22px 6%;gap:15px}footer .fine{width:100%}footer>a:last-child{font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.flyer{display:none}}
.trading{background:#e1edc2;display:grid;grid-template-columns:58% 42%;align-items:center;padding:50px 5%;overflow:hidden}.trading-art{position:relative;mix-blend-mode:multiply}.trading-art img{width:100%;height:auto;display:block}.pons-note{position:absolute;top:16%;right:12%;font:27px Caveat,cursive;transform:rotate(8deg)}.trading-copy{padding-left:30px}.trading-copy h2{transform:rotate(2deg)}.trading-copy p{margin:25px 0;font-size:17px}.trading-copy .handwritten{font-size:24px;transform:rotate(-4deg)}@media(max-width:560px){.trading{display:flex;flex-direction:column-reverse;padding:50px 5% 25px}.trading-copy{padding:0;text-align:center}.trading-copy h2{font-size:57px}.trading-copy h2 br:nth-child(2){display:none}.trading-copy .scribble{font-size:22px}.trading-copy p{font-size:15px;margin:18px 0}.trading-art{width:116%;margin-top:12px}.pons-note{font-size:21px;right:10%;top:14%}}
/* Animated character scene */
.hero-art,.hero-art img{mix-blend-mode:normal}.hero-art img{mask-image:radial-gradient(ellipse 72% 72% at 50% 50%,#000 54%,transparent 75%)}.hero-art{width:112%;margin-left:-7%}.coin-rain{position:absolute;inset:-15px 0 0;overflow:hidden;pointer-events:none;z-index:1}.coin-rain i{position:absolute;top:-55px;left:10%;font:38px Arial;background:#e8d33e;border:2px solid var(--ink);width:47px;height:47px;line-height:41px;text-align:center;border-radius:50%;font-style:normal;animation:coinfall 9s linear infinite;opacity:0}.coin-rain i:nth-child(2){left:35%;animation-delay:2s;animation-duration:11s}.coin-rain i:nth-child(3){left:64%;animation-delay:5s;animation-duration:10s}.coin-rain i:nth-child(4){left:85%;animation-delay:3s;animation-duration:12s}.coin-rain i:nth-child(5){left:94%;animation-delay:7s}.coin-art{width:100%;height:auto;aspect-ratio:1.1;object-fit:contain;padding:16px;animation:memewiggle 5s ease-in-out infinite}.meme:nth-child(3) .coin-art{animation-delay:1.5s;padding:23px}.meme:nth-child(2) svg{animation:paperfloat 4s ease-in-out infinite}.trading{grid-template-columns:40% 60%;padding:60px 6%;min-height:670px;background:#e1edc2}.trading-copy{padding:0;position:relative;z-index:2}.trading-copy h2{font-size:clamp(70px,9vw,135px)}.trading-copy .handwritten{white-space:normal;font-size:23px;max-width:250px}.character-stage{position:relative;height:570px;isolation:isolate;transform:translate(var(--px,0px),var(--py,0px));transition:transform .4s ease-out}.character-stage #character{position:absolute;left:36%;bottom:30px;width:40%;height:460px;border:0;background:none;padding:0;z-index:3;transform-origin:center bottom}.character-stage #character>img{width:100%;height:100%;object-fit:contain;animation:characterIdle 3.4s ease-in-out infinite;transform-origin:50% 95%;filter:drop-shadow(0 8px 0 #17231812)}.brand-sticker{position:absolute;z-index:2;animation:brandFloat 5s ease-in-out infinite}.robinhood{left:0;top:110px;background:var(--lime);padding:23px 24px;border:2px solid;border-radius:10px 4px 13px 5px;box-shadow:5px 5px 0 #172318}.robinhood img{width:180px;height:auto;display:block}.pons{right:-1%;top:8%;display:flex;align-items:center;gap:10px;animation-delay:-2s;transform:rotate(6deg)}.pons img{width:82px;height:82px;object-fit:contain}.pons span{font-size:30px;font-weight:bold;letter-spacing:-1px}.pons small{display:block;font:20px Caveat,cursive;letter-spacing:0}.orbit{position:absolute;width:90px;height:90px;z-index:1;animation:orbitFloat 7s ease-in-out infinite}.orbit img{width:100%;height:100%;object-fit:contain}.orbit-one{right:0;bottom:110px;animation-delay:-2s}.orbit-two{left:9%;bottom:95px;width:120px;height:120px}.stage-ring{position:absolute;bottom:10px;left:11%;width:85%;height:85px;border:2px dashed #548641;border-radius:50%;transform:rotate(-8deg)}.stage-bubble{position:absolute;right:0;top:44%;font:23px Caveat,cursive;transform:rotate(8deg);background:var(--paper);padding:12px 18px;border:2px solid;border-radius:50%;z-index:4;max-width:180px;text-align:center;pointer-events:none}.character-stage #character.dancing>img{animation:dance .4s ease-in-out 6}.burst-coin{position:absolute;left:56%;top:50%;font:30px Arial;background:#e8d33e;width:40px;height:40px;text-align:center;line-height:35px;border:2px solid var(--ink);border-radius:50%;animation:burst 1s ease-out forwards;pointer-events:none;z-index:5}.offscreen *{animation-play-state:paused!important}.hero-copy h1{animation:titleEnter .8s ease-out both}.hero-copy .scribble{animation:titleEnter .6s ease-out both}.hero-copy .button{animation:titleEnter 1s ease-out both}.send-section.launching .star{animation:spin 1.8s ease-in-out}.send-section.launching h2{animation:chew .4s ease-in-out}.bubble{animation:bubbleFloat 6s ease-in-out infinite}.logo svg{animation:headTilt 5s ease-in-out infinite}@keyframes characterIdle{0%,100%{transform:rotate(-3deg) translateY(0)}50%{transform:rotate(3deg) translateY(-12px) scale(1.015,.99)}}@keyframes dance{0%,100%{transform:rotate(-10deg) scale(.95,1.02)}50%{transform:rotate(12deg) translateY(-40px) scale(1.05,.95)}}@keyframes brandFloat{0%,100%{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-20px) rotate(3deg)}}@keyframes orbitFloat{0%,100%{transform:translate(0,0) rotate(-10deg)}50%{transform:translate(15px,-25px) rotate(12deg)}}@keyframes burst{to{transform:translate(var(--dx),var(--dy)) rotate(180deg);opacity:0}}@keyframes coinfall{0%{transform:translateY(-30px) rotateY(0);opacity:0}10%,80%{opacity:.75}100%{transform:translateY(650px) rotateY(720deg);opacity:0}}@keyframes paperfloat{50%{transform:translate(5px,-10px) rotate(7deg)}}@keyframes memewiggle{0%,80%,100%{transform:rotate(0)}85%{transform:rotate(-7deg)}90%{transform:rotate(7deg)}95%{transform:rotate(-4deg)}}@keyframes titleEnter{from{opacity:0;transform:translateY(25px) rotate(-5deg)}to{opacity:1;transform:translateY(0) rotate(-2deg)}}@keyframes spin{to{transform:rotate(370deg)}}@keyframes bubbleFloat{50%{transform:translateY(-6px) rotate(4deg)}}@keyframes headTilt{45%,55%{transform:rotate(12deg)}}@media(max-width:850px){.character-stage{height:500px}.character-stage #character{left:27%;width:50%;height:370px}.robinhood{left:-8%;top:105px;padding:15px}.robinhood img{width:120px}.pons img{width:58px;height:58px}.pons span{font-size:22px}.stage-bubble{right:-5%;max-width:125px;font-size:20px}.trading-copy h2{font-size:80px}.orbit{width:68px;height:68px}.orbit-two{left:0;width:90px;height:90px}.trading{min-height:570px;gap:15px}}@media(max-width:560px){.hero-art{width:116%;margin-left:-8%}.trading{display:flex;flex-direction:column;padding:50px 6% 20px;gap:0;min-height:0}.trading-copy h2{font-size:70px}.trading-copy h2 br{display:none}.trading-copy .handwritten{max-width:none;font-size:21px}.character-stage{width:100%;height:480px}.character-stage #character{height:345px;left:28%;width:46%;bottom:40px}.robinhood{top:100px;left:-2%;padding:14px 10px}.robinhood img{width:112px}.pons{top:30px;right:0}.pons img{width:55px;height:55px}.stage-bubble{top:48%;right:-1%;font-size:18px;max-width:110px;padding:10px}.orbit-two{left:0;bottom:65px;width:75px;height:75px}.orbit-one{right:0;bottom:65px}.stage-ring{bottom:15px;left:0;width:100%}.meme:nth-child(3)>span{font-size:21px}.coin-art{padding:4px}.meme:nth-child(3) .coin-art{padding:10px}.coin-rain i{font-size:25px;width:32px;height:32px;line-height:28px}.trading-copy h2{white-space:nowrap}}@media(prefers-reduced-motion:reduce){.character-stage{transform:none!important}.burst-coin,.coin-rain{display:none}}
html,body{overflow-x:clip}.hero-art .bubble{right:9%}.trading-copy h2{white-space:normal}@media(max-width:560px){.trading-copy h2{font-size:17vw;white-space:nowrap}.reaction{min-width:0}.reaction .handwritten{flex-shrink:1}.reaction-face{flex-shrink:0}.hero-art .bubble{right:8%}}@media(max-width:360px){.reaction-face{width:80px;height:80px}.thought{min-width:125px;font-size:21px}.reaction .handwritten{font-size:14px;max-width:55px}.reaction{gap:5px}.meme:nth-child(3)>span{font-size:18px}nav{gap:9px}.logo{font-size:32px}.logo svg{width:35px;height:35px}}

/* Owner annotation revisions */
header{height:85px}.hero{padding-bottom:55px}.tape-empty{height:20px;padding:0}.memes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.meme{width:100%;min-width:0}.meme>span{font-size:25px}.meme small{min-height:30px;line-height:1.3}.meme .boner-art{border-radius:50%;padding:10px}.playground{grid-template-columns:4fr 1fr;gap:25px}.trading-copy h2{font-size:clamp(50px,5.6vw,84px);line-height:1.02;white-space:normal;margin-bottom:35px}.send-section{padding-bottom:75px}.money-coin,.money-bill{position:absolute;left:53%;top:47%;display:block;z-index:6;pointer-events:none;font-family:Arial,sans-serif;font-style:normal;font-weight:900;text-align:center;opacity:0;animation:moneyRain 1.7s cubic-bezier(.15,.5,.4,1) forwards}.money-coin{width:45px;height:45px;line-height:36px;font-size:29px;border:4px double #896015;border-radius:50%;background:#ffdc43;color:#594110;box-shadow:3px 3px 0 #9e701a}.money-bill{width:76px;height:38px;line-height:29px;font-size:26px;border:4px double #184f29;background:#82d773;color:#184f29;box-shadow:2px 3px 0 #184f2955}.rocket-plane{position:absolute;width:135px;height:120px;left:calc(50% - 67px);bottom:20px;z-index:5;animation:rocketLaunch 2.6s cubic-bezier(.3,.1,.8,.5) forwards;pointer-events:none}.rocket-plane>svg{position:relative;z-index:2;width:100%;height:100%}.exhaust{position:absolute;left:6px;bottom:12px;transform:rotate(35deg);width:42px;height:100px;transform-origin:center top}.exhaust i{position:absolute;top:0;left:0;width:100%;height:100%;background:#ff7b00;clip-path:polygon(50% 100%,0 28%,20% 0,80% 0,100% 28%);animation:flame .1s infinite alternate}.exhaust i:nth-child(2){background:#ffdb33;width:70%;height:75%;left:15%}.exhaust i:nth-child(3){background:#fff3ba;width:35%;height:40%;left:32%}@keyframes moneyRain{0%{opacity:1;transform:translate(0,0) scale(.3)}55%{opacity:1;transform:translate(var(--dx),var(--dy)) rotate(var(--r)) scale(1)}100%{opacity:0;transform:translate(var(--dx),180px) rotate(var(--r)) scale(.8)}}@keyframes rocketLaunch{0%{transform:translate(0,0) rotate(-8deg)}5%,15%{transform:translate(-4px,3px) rotate(-12deg)}10%,20%{transform:translate(4px,-2px) rotate(-4deg)}28%{transform:translate(0,-10px) rotate(-8deg)}100%{transform:translate(45vw,-700px) rotate(25deg)}}@keyframes flame{to{transform:scaleY(.65) scaleX(1.15)}}@media(max-width:850px){.playground{grid-template-columns:1fr}.trading-copy h2{font-size:52px}}@media(max-width:560px){header{height:70px}.hero{padding-bottom:35px}.memes{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.meme>span,.meme:nth-child(3)>span{font-size:26px}.meme small{font-size:11px;min-height:18px}.meme .coin-art{height:130px;aspect-ratio:auto}.trading-copy h2{font-size:12vw;white-space:normal;max-width:100%;margin-bottom:25px}.send-section h2{font-size:13vw}.section-heading h2{font-size:12vw}.send-section{padding-bottom:55px}.rocket-plane{width:105px;height:95px;left:calc(50% - 52px)}}@media(prefers-reduced-motion:reduce){.money-coin,.money-bill,.rocket-plane{display:none}}

/* Restore the hero background shown in the owner's annotated preview. */
header,.hero{background:#fff}.tape-empty{background:#fff}
.meme[data-meme="microduck"] .coin-art{object-fit:contain;padding:6px;border-radius:18px}
/* Continuous hero canvas and the original solid, text-free divider. */
body{background:#fff}
.tape-empty{height:54px;background:var(--green);border-color:var(--ink)}
@media(max-width:560px){.tape-empty{height:44px}}
/* Original palette, following header, and interactive meme scene. */
body,header,.hero{background:var(--lime)}
html{scroll-padding-top:100px}
header{position:sticky;top:0;z-index:20;border-bottom:1px solid #17231820}
.social-nav{gap:10px}.social-nav button{border:2px solid var(--ink);border-radius:5px;background:var(--paper);padding:10px 17px;font:800 18px 'Barlow Condensed',sans-serif;box-shadow:2px 3px 0 var(--ink)}
.social-nav button:disabled{cursor:default;color:var(--ink);opacity:.65}
.trading-copy .tap-prompt{font-size:clamp(28px,2.6vw,40px);max-width:360px;background:var(--lime);border:2px solid var(--ink);border-radius:50% 40% 45% 35%;padding:15px 24px;box-shadow:4px 4px 0 var(--ink);text-align:center;white-space:normal}
.tap-prompt:hover{transform:rotate(0deg) scale(1.03)}
.stage-bubble{top:4%;right:23%;max-width:220px;min-width:180px;font-size:26px;padding:20px 24px;border-radius:43% 57% 42% 58% / 58% 44% 56% 42%;transform:rotate(-5deg);background:var(--paper);filter:drop-shadow(2px 3px 0 #17231818)}
.stage-bubble:after{content:'';position:absolute;width:22px;height:22px;background:var(--paper);border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);bottom:-11px;left:52%;transform:skewY(25deg) rotate(30deg)}
.orbit-three{left:8%;top:45%;width:94px;height:94px}.orbit-three img{border-radius:50%}.orbit-four{right:1%;top:42%;width:95px;height:112px}
.orbit-one{right:5%;bottom:35px}.orbit-two{left:8%;bottom:30px}
.spinning .orbit img{animation:memeSpin 2.4s cubic-bezier(.3,.1,.3,1) both}
@keyframes memeSpin{0%{transform:rotate(0) scale(1)}25%{transform:rotate(100deg) scale(1.22)}75%{transform:rotate(620deg) scale(.9)}100%{transform:rotate(720deg) scale(1)}}
.send-section{padding:65px 20px;min-height:240px}.send-button{margin-top:0}.star{top:5%;font-size:120px}
.rocket-flame{transform-origin:80px 118px;animation:rocketFlicker .09s infinite alternate}
@keyframes rocketFlicker{to{transform:scale(.86)}}
@media(max-width:850px){.stage-bubble{top:0;right:20%;min-width:150px;max-width:175px;font-size:23px}.orbit-three{left:0;width:70px;height:70px}.orbit-four{right:0;width:75px;height:90px}.trading-copy .tap-prompt{font-size:28px;padding:12px 17px}}
@media(max-width:560px){header{padding:12px 5%;height:76px}.logo{font-size:30px;letter-spacing:-2px}.logo svg{width:34px;height:34px;margin-right:4px}.social-nav{gap:7px}.social-nav button{font-size:14px;padding:8px 10px}.social-nav .copy-address{padding:8px}.trading-copy .tap-prompt{font-size:27px;margin:auto;max-width:100%}.character-stage{margin-top:30px;height:520px}.character-stage #character{bottom:35px}.stage-bubble{top:5px;right:30%;min-width:150px;max-width:170px;font-size:23px;padding:15px}.pons{top:65px}.robinhood{top:130px}.orbit-three{top:49%;left:0}.orbit-four{top:45%;right:0}.orbit-one{bottom:30px;right:0}.orbit-two{bottom:25px}.send-section{min-height:200px;padding:60px 20px}.star{font-size:70px;top:8%}}

/* White hero canvas from the earlier owner screenshots. */
body,header,.hero{background:#fff}
/* A viewport flight layer carries the rocket across section boundaries. */
#launch-zone{position:fixed;inset:0;z-index:30;pointer-events:none;overflow:visible}
#launch-zone .rocket-plane{position:absolute;bottom:auto;width:135px;height:120px;animation:crossSectionFlight 3.2s cubic-bezier(.4,.05,.55,1) forwards}
@keyframes crossSectionFlight{0%{transform:translate(0,0) rotate(-8deg)}5%,15%{transform:translate(-4px,3px) rotate(-12deg)}10%,20%{transform:translate(4px,-2px) rotate(-4deg)}26%{transform:translate(0,-10px) rotate(-8deg)}60%{transform:translate(calc(var(--flight-x)*.55),calc(var(--flight-y)*.4)) rotate(-18deg)}100%{transform:translate(var(--flight-x),var(--flight-y)) rotate(-28deg)}}
