@import "https://fonts.googleapis.com/css2?family=Fredoka+One&family=Fredoka:wght@400;500;600&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--purple:#5a2d8f;--purple-mid:#6b3fa0;--purple-dark:#3d1f6e;--purple-deep:#2a1250;--purple-cloud:#9d66f2;--yellow:#ffd54f;--orange:#e8820a;--pink:#fe5d9f;--blue:#6180f2;--lilac:#9d66f2;--cream:#fff8f0;--green:#5bbf6a;--white:#fff}html{scroll-behavior:smooth}body{background:var(--purple-deep);color:var(--white);font-family:Fredoka,sans-serif;font-weight:400;overflow-x:hidden}.bg-purple{background-image:url(/assets/purplebg.jpg);background-repeat:repeat;background-size:cover;position:relative}nav.main-nav{z-index:500;background:0 0;justify-content:space-between;align-items:center;padding:.65rem 2.5rem;transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex;position:fixed;top:0;left:0;right:0}nav.main-nav.scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#2a1250eb;border-bottom:2px solid #9d66f24d}.nav-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.nav-logo img{filter:drop-shadow(0 3px 10px #0000008c);width:auto;height:72px;transition:transform .2s;display:block}.nav-logo img:hover{transform:scale(1.06)rotate(-2deg)}.nav-logo-text{color:var(--yellow);-webkit-text-stroke:1px var(--orange);paint-order:stroke fill;text-shadow:2px 2px 0 var(--purple-dark);font-family:Fredoka One,cursive;font-size:1.3rem;text-decoration:none}.nav-links{align-items:center;gap:.15rem;list-style:none;display:flex}.nav-links a{color:var(--cream);white-space:nowrap;border-radius:50px;padding:.4rem .9rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s}.nav-links a:hover,.nav-links a.active{color:var(--yellow);background:#9d66f24d}.nav-shop-fixed{background:var(--pink);color:var(--white);white-space:nowrap;border:2px solid #a03060;border-radius:50px;flex-shrink:0;margin-left:.5rem;padding:.45rem 1.1rem;font-family:Fredoka One,cursive;font-size:.95rem;text-decoration:none;transition:transform .15s,box-shadow .15s;box-shadow:0 3px #a03060}.nav-shop-fixed:hover{transform:translateY(-2px);box-shadow:0 5px #a03060}.nav-hamburger{cursor:pointer;z-index:600;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.nav-hamburger span{background:var(--cream);border-radius:3px;width:26px;height:3px;transition:all .25s;display:block}.nav-hamburger.open span:first-child{transform:translateY(8px)rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.btn{letter-spacing:.3px;cursor:pointer;border:none;border-radius:50px;padding:.75rem 2.25rem;font-family:Fredoka One,cursive;font-size:1.05rem;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-block}.btn:hover{transform:translateY(-3px)}.btn:active{transform:translateY(1px)}.btn-fill{background:var(--orange);color:var(--white);box-shadow:0 5px #954200}.btn-fill:hover{box-shadow:0 7px #954200}.btn-ghost{color:var(--yellow);border:3px solid var(--yellow);background:0 0;box-shadow:0 4px #9a7000}.btn-ghost:hover{background:var(--yellow);color:var(--purple-deep);box-shadow:0 6px #9a7000}.btn-pink{background:var(--pink);color:var(--white);box-shadow:0 5px #a03060}.btn-pink:hover{box-shadow:0 7px #a03060}.wave{width:100%;margin-bottom:-2px;display:block}.section-eyebrow{letter-spacing:4px;text-transform:uppercase;color:var(--yellow);margin-bottom:.5rem;font-family:Fredoka One,cursive;font-size:.78rem}.section-heading{color:var(--white);-webkit-text-stroke:1.5px var(--purple-dark);paint-order:stroke fill;margin-bottom:1.25rem;font-family:Fredoka One,cursive;font-size:clamp(2rem,5vw,3rem);line-height:1.1}.section-heading .c-yellow{color:var(--yellow);-webkit-text-stroke:1.5px var(--orange)}.section-heading .c-pink{color:var(--pink);-webkit-text-stroke:1.5px #a03060}.section-heading .c-blue{color:var(--blue);-webkit-text-stroke:1.5px #2a4aaa}.section-body{color:var(--cream);max-width:600px;margin:0 auto 2rem;font-size:1.05rem;font-weight:400;line-height:1.85}.section-body strong{color:var(--yellow);font-weight:600}.section-body em{color:var(--pink);font-style:normal;font-weight:500}.stars-layer{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.star{display:block;position:absolute}.star img{object-fit:contain;width:100%;height:100%}@keyframes starTwinkle{0%,to{opacity:1;transform:scale(1)rotate(0)}50%{opacity:.3;transform:scale(.6)rotate(25deg)}}@keyframes starFloat{0%,to{transform:translateY(0)rotate(-6deg)}50%{transform:translateY(-13px)rotate(6deg)}}@keyframes starSpin{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.25)}to{transform:rotate(360deg)scale(1)}}@keyframes starPulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.35)}}.star.twinkle{animation:2.2s ease-in-out infinite starTwinkle}.star.float{animation:3.8s ease-in-out infinite starFloat}.star.spin{animation:7s linear infinite starSpin}.star.pulse{animation:2.8s ease-in-out infinite starPulse}footer.site-footer{background:var(--purple-deep);text-align:center;border-top:4px solid #9d66f266;padding:2.5rem 2rem 2rem}.footer-logo-img{height:52px;margin:0 auto .85rem;display:block}.footer-logo-text{color:var(--yellow);-webkit-text-stroke:1px var(--orange);paint-order:stroke fill;margin-bottom:.85rem;font-family:Fredoka One,cursive;font-size:1.5rem;display:block}.footer-links{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1rem;display:flex}.footer-links a{color:var(--cream);border:2px solid #fff3;border-radius:50px;padding:.35rem 1rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .15s}.footer-links a:hover{background:var(--purple-cloud);border-color:var(--purple-cloud);color:var(--yellow)}.footer-socials{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.social-icon-link{width:40px;height:40px;color:var(--cream);background:#ffffff14;border:2px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;display:flex;overflow:hidden}.social-icon-link:hover{border-color:var(--lilac);background:#9d66f266;transform:translateY(-3px)}.social-icon-link img{object-fit:contain;width:20px;height:20px;display:block}.social-icon-link span{color:var(--cream);font-size:.75rem;font-weight:700}.footer-bottom{flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;display:flex}.footer-policy{color:#ffffff59;font-size:.76rem;text-decoration:none;transition:color .15s}.footer-policy:hover{color:var(--lilac)}.footer-dot{color:#fff3;font-size:.76rem}.footer-copy{color:#ffffff52;font-size:.76rem}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(28px)}.reveal.on{opacity:1;transform:none}@keyframes popIn{0%{opacity:0;transform:scale(.93)translateY(14px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes float{0%,to{transform:translateY(0)rotate(-.5deg)}50%{transform:translateY(-14px)rotate(.5deg)}}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.page-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:46vh;padding:9rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.page-hero-bg{z-index:0;background-image:url(/assets/purplebg.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.page-hero>*{z-index:2;position:relative}.page-hero-eyebrow{letter-spacing:4px;text-transform:uppercase;color:var(--yellow);opacity:0;margin-bottom:.5rem;font-family:Fredoka One,cursive;font-size:.78rem;animation:.5s .1s forwards popIn}.page-hero-title{color:var(--white);-webkit-text-stroke:2px var(--purple-dark);paint-order:stroke fill;opacity:0;font-family:Fredoka One,cursive;font-size:clamp(2.5rem,7vw,4.5rem);line-height:1.05;animation:.55s .25s forwards popIn}.page-hero-title .c-yellow{color:var(--yellow);-webkit-text-stroke:2px var(--orange)}.page-hero-title .c-pink{color:var(--pink);-webkit-text-stroke:2px #a03060}.page-hero-sub{color:var(--cream);opacity:0;max-width:480px;margin:.75rem auto 0;font-size:1.1rem;line-height:1.7;animation:.5s .4s forwards popIn}@media (max-width:768px){nav.main-nav{padding:.55rem 1.25rem}.nav-logo img{height:58px}.nav-hamburger{display:flex}.nav-links{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#2a1250f7;border-left:2px solid #9d66f24d;flex-direction:column;align-items:flex-start;gap:.5rem;width:72vw;max-width:280px;padding:6rem 2rem 2rem;transition:right .3s;position:fixed;top:0;bottom:0;right:-100%;box-shadow:-8px 0 32px #0006}.nav-links.open{right:0}.nav-links a{width:100%;padding:.65rem 1.25rem;font-size:1.1rem}.nav-shop-fixed{padding:.4rem .9rem;font-size:.85rem}.section-heading{font-size:clamp(1.7rem,8vw,2.4rem)}.section-body{padding:0 .25rem;font-size:.98rem}.btn{padding:.65rem 1.75rem;font-size:.95rem}}@media (max-width:480px){.nav-logo img{height:48px}.section-eyebrow{letter-spacing:3px;font-size:.7rem}}
.hero{align-items:flex-end;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-img{z-index:0;object-fit:cover;object-position:center bottom;width:100%;height:100%;display:block;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(#1e0a40d1 0%,#1e0a4073 22%,#1e0a4014 45%,#1e0a4000 60%,#1e0a408c 80%,#1e0a40d9 100%);position:absolute;inset:0}.hero .stars-layer{z-index:2}.hero-text{z-index:3;text-align:center;flex-direction:column;align-items:center;padding:6.5rem 3rem 0;display:flex;position:absolute;top:0;left:0;right:0}.hero-eyebrow{letter-spacing:4px;text-transform:uppercase;color:var(--yellow);opacity:0;text-shadow:0 2px 8px #0009;margin-bottom:.5rem;font-family:Fredoka One,cursive;font-size:.8rem;animation:.5s .2s forwards popIn}.hero-title{color:var(--white);-webkit-text-stroke:2px #2a1250cc;paint-order:stroke fill;text-shadow:0 4px 16px #00000080;opacity:0;max-width:800px;font-family:Fredoka One,cursive;font-size:clamp(2.8rem,7vw,5.5rem);line-height:1;animation:.55s .35s forwards popIn}.hero-title .c-yellow{color:var(--yellow);-webkit-text-stroke:2px var(--orange)}.hero-title .c-pink{color:var(--pink);-webkit-text-stroke:2px #a03060}.hero-tagline{color:var(--cream);text-shadow:0 2px 8px #000000b3;opacity:0;max-width:460px;margin:.9rem auto 0;font-size:clamp(.95rem,2.2vw,1.1rem);font-weight:500;line-height:1.75;animation:.5s .5s forwards popIn}.hero-ctas{opacity:0;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;animation:.5s .7s forwards popIn;display:flex}.hero-bottom{z-index:3;position:absolute;bottom:0;left:0;right:0}.hero-wave-svg{width:100%;display:block}.section-shop{background:var(--purple-dark);text-align:center;padding:4.5rem 2rem 4rem;position:relative}.shop-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:900px;margin:2rem auto 0;display:grid}.shop-card{background:var(--purple-deep);color:var(--white);cursor:pointer;border:3px solid #9d66f273;border-radius:1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden;box-shadow:5px 5px #0006}.shop-card:hover{transform:translateY(-7px)rotate(1deg);box-shadow:7px 9px #00000080}.shop-card-img{aspect-ratio:1;background:#9d66f21f;justify-content:center;align-items:center;width:100%;font-size:3rem;display:flex;overflow:hidden}.shop-card-img img{object-fit:cover;width:100%;height:100%;display:block}.shop-card-body{padding:.85rem 1rem 1rem}.shop-card-name{color:var(--cream);margin-bottom:.25rem;font-family:Fredoka One,cursive;font-size:.9rem;line-height:1.3}.shop-card-price{color:var(--yellow);-webkit-text-stroke:.5px var(--orange);font-family:Fredoka One,cursive;font-size:1.2rem}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.shop-card--skeleton{cursor:default}.shop-skeleton-img,.shop-skeleton-line{background:linear-gradient(90deg,#9d66f21a 25%,#9d66f240 50%,#9d66f21a 75%) 0 0/800px 100%;border-radius:.5rem;animation:1.4s linear infinite shimmer}.shop-skeleton-img{aspect-ratio:1;border-radius:0;width:100%}.shop-skeleton-line{height:.85rem}.section-friends{text-align:center;padding:5rem 2rem 4rem;position:relative;overflow:hidden}.crew-stage{z-index:2;max-width:900px;margin:2.5rem auto 0;position:relative}.crew-bubbles{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.crew-bubble{cursor:pointer;flex-direction:column;align-items:center;gap:.6rem;transition:transform .25s;display:flex}.crew-bubble:hover{transform:translateY(-5px)scale(1.04)}.crew-pfp{object-fit:cover;border:4px solid #fff3;border-radius:50%;width:120px;height:120px;transition:width .35s,height .35s,opacity .35s,border-color .25s;animation:3.5s ease-in-out infinite bob;display:block;box-shadow:0 6px 20px #00000073}.crew-bubble:nth-child(2) .crew-pfp{animation-delay:.7s}.crew-bubble:nth-child(3) .crew-pfp{animation-delay:1.4s}.crew-bubble:nth-child(4) .crew-pfp{animation-delay:2.1s}.crew-bubble.active .crew-pfp{width:150px;height:150px;box-shadow:0 8px 30px #00000080}.crew-bubble.fluffy.active .crew-pfp{border-color:var(--pink)}.crew-bubble.bella.active .crew-pfp{border-color:var(--yellow)}.crew-bubble.mimi.active .crew-pfp{border-color:var(--lilac)}.crew-bubble.gregy.active .crew-pfp{border-color:var(--green)}.crew-bubble.inactive .crew-pfp{opacity:.45;width:80px;height:80px}.crew-name{font-family:Fredoka One,cursive;font-size:.95rem;transition:color .2s,font-size .25s}.crew-bubble.active .crew-name{font-size:1.05rem}.crew-bubble.inactive .crew-name{color:#ffffff73;font-size:.85rem}.crew-desc-panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;pointer-events:none;background:#2a1250bf;border:3px solid #9d66f259;border-radius:1.75rem;max-width:560px;margin-top:2rem;margin-left:auto;margin-right:auto;padding:1.75rem 2rem;transition:opacity .35s,transform .35s;transform:translateY(12px);box-shadow:6px 6px #0000004d}.crew-desc-panel.visible{opacity:1;pointer-events:auto;transform:none}.crew-desc-name{margin-bottom:.2rem;font-family:Fredoka One,cursive;font-size:1.5rem}.crew-desc-species{letter-spacing:2px;text-transform:uppercase;color:#ffffff8c;margin-bottom:.85rem;font-size:.78rem}.crew-desc-text{color:var(--cream);font-size:.97rem;line-height:1.8}.section-mailclub{background:var(--purple-dark);text-align:center;padding:5rem 2rem;position:relative;overflow:hidden}.tiers-wrap{grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:920px;margin:2.5rem auto 0;display:grid}.tier-card{background:var(--purple);border:3px solid #9d66f266;border-radius:1.75rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:5px 5px #0000004d}.tier-card:hover{transform:translateY(-6px);box-shadow:6px 8px #0006}.tier-card.featured{border-color:var(--pink);background:#5a2575}.tier-badge{background:var(--pink);color:var(--white);letter-spacing:1px;white-space:nowrap;z-index:2;border:2px solid #a03060;border-radius:50px;padding:3px 12px;font-family:Fredoka One,cursive;font-size:.62rem;position:absolute;top:10px;left:50%;transform:translate(-50%)}.tier-img-wrap{aspect-ratio:23/10;background:#9d66f21f;justify-content:center;align-items:center;width:100%;font-size:3rem;display:flex;overflow:hidden}.tier-img-wrap img{object-fit:cover;width:100%;height:100%;display:block}.tier-body{padding:1rem 1rem 1.25rem}.tier-name{color:var(--cream);margin-bottom:.2rem;font-family:Fredoka One,cursive;font-size:.9rem}.tier-price{color:var(--yellow);-webkit-text-stroke:1px var(--orange);paint-order:stroke fill;margin-bottom:.5rem;font-family:Fredoka One,cursive;font-size:1.75rem;line-height:1}.tier-desc{color:#ffffffb3;font-size:.75rem;line-height:1.55}.section-reviews{background:var(--purple-dark);text-align:center;padding:5rem 2rem;position:relative;overflow:hidden}.reviews-carousel{max-width:820px;margin:2.5rem auto 0;position:relative;overflow:hidden}.reviews-track{will-change:transform;display:flex}.review-slide{box-sizing:border-box;min-width:100%;padding:0 .5rem}.review-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left;background:#2a1250c7;border:3px solid #9d66f266;border-radius:2rem;padding:2.25rem 2.5rem 2rem;position:relative;box-shadow:6px 6px #00000059}.review-card:before{content:"\"";color:var(--pink);opacity:.18;pointer-events:none;font-family:Fredoka One,cursive;font-size:6rem;line-height:1;position:absolute;top:-.5rem;left:1.5rem}.review-stars{gap:.3rem;margin-bottom:1rem;display:flex}.review-star{font-size:1.4rem}.review-star.filled{color:var(--yellow);text-shadow:0 2px 6px #ffd54f80}.review-star.empty{color:#fff3}.review-text{color:var(--cream);margin-bottom:1.5rem;font-size:1.05rem;font-style:italic;line-height:1.85}.review-when{color:var(--pink);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.85rem;font-family:Fredoka One,cursive;font-size:.78rem}.review-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.review-author{align-items:center;gap:.85rem;display:flex}.review-avatar{background:#9d66f24d;border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.3rem;display:flex;overflow:hidden}.review-name{color:var(--white);font-family:Fredoka One,cursive;font-size:1rem}.review-date{color:#ffffff61;margin-top:.1rem;font-size:.75rem}.reviews-dots{justify-content:center;gap:.6rem;margin-top:1.5rem;display:flex}.reviews-dot{cursor:pointer;background:#9d66f259;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background .2s,transform .2s}.reviews-dot.active{background:var(--pink);transform:scale(1.3)}.reviews-arrows{justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.reviews-arrow{color:var(--cream);cursor:pointer;background:#9d66f233;border:2px solid #9d66f266;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;transition:background .15s,border-color .15s,transform .15s;display:flex}.reviews-arrow:hover{border-color:var(--lilac);background:#9d66f273;transform:scale(1.08)}.reviews-cta{z-index:2;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;margin-top:2rem;display:flex;position:relative}.review-modal-backdrop{z-index:9000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#14082de0;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.review-modal-box{background:var(--purple-dark);border:3px solid #9d66f280;border-radius:2rem;width:100%;max-width:580px;max-height:90vh;padding:2.5rem 2.5rem 2rem;position:relative;overflow-y:auto;box-shadow:10px 10px #0006}.modal-close-btn{color:var(--cream);cursor:pointer;background:#9d66f233;border:2px solid #9d66f266;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:background .15s,transform .15s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.modal-close-btn:hover{background:var(--pink);border-color:var(--pink);transform:rotate(90deg)}.modal-eyebrow{letter-spacing:4px;text-transform:uppercase;color:var(--yellow);margin-bottom:.35rem;font-family:Fredoka One,cursive;font-size:.72rem}.modal-title{color:var(--white);margin-bottom:.4rem;font-family:Fredoka One,cursive;font-size:1.6rem}.modal-subtitle{color:#ffffff8c;margin-bottom:1.75rem;font-size:.88rem;line-height:1.6}.rf-group{margin-bottom:1.25rem}.rf-label{color:var(--cream);margin-bottom:.5rem;font-family:Fredoka One,cursive;font-size:.85rem;display:block}.rf-req{color:var(--pink)}.rf-input,.rf-textarea,.rf-select{width:100%;color:var(--white);background:#ffffff12;border:2px solid #9d66f259;border-radius:.85rem;outline:none;padding:.65rem 1rem;font-family:Fredoka,sans-serif;font-size:.97rem;transition:border-color .15s,background .15s}.rf-input:focus,.rf-textarea:focus,.rf-select:focus{border-color:var(--lilac);background:#ffffff1a}.rf-textarea{resize:vertical;min-height:100px;line-height:1.7}.rf-select option{background:var(--purple-dark);color:var(--white)}.star-rating-input{gap:.4rem;margin-top:.25rem;display:flex}.star-btn{cursor:pointer;color:#fff3;background:0 0;border:none;padding:0;font-size:2rem;line-height:1;transition:color .15s,transform .15s}.star-btn:hover,.star-btn.selected{color:var(--yellow)}.star-btn.selected{transform:scale(1.1)}.rf-submit{background:var(--orange);color:var(--white);cursor:pointer;border:none;border-radius:50px;width:100%;margin-top:.5rem;padding:.8rem 2.5rem;font-family:Fredoka One,cursive;font-size:1rem;transition:transform .15s,box-shadow .15s;box-shadow:0 5px #954200}.rf-submit:hover{transform:translateY(-2px);box-shadow:0 7px #954200}.rf-success{text-align:center;padding:1.5rem 1rem}.rf-success .icon{margin-bottom:.75rem;font-size:3.5rem;animation:2.5s ease-in-out infinite bob;display:block}.rf-success h3{color:var(--yellow);margin-bottom:.5rem;font-family:Fredoka One,cursive;font-size:1.5rem}.rf-success p{color:#ffffffa6;font-size:.9rem;line-height:1.65}.section-newsletter{text-align:center;padding:5rem 2rem;position:relative;overflow:hidden}.newsletter-box{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;background:#2a1250b8;border:3px solid #9d66f266;border-radius:2rem;max-width:560px;margin:2rem auto 0;padding:3rem 2.5rem;position:relative;box-shadow:8px 8px #0000004d}.newsletter-mascot{object-fit:cover;border:3px solid var(--pink);border-radius:50%;width:82px;height:82px;margin:0 auto 1rem;animation:3s ease-in-out infinite bob;display:block;box-shadow:0 4px 16px #fe5d9f66}.newsletter-title{color:var(--white);margin-bottom:.5rem;font-family:Fredoka One,cursive;font-size:1.6rem}.newsletter-sub{color:var(--cream);margin-bottom:1.5rem;font-size:.95rem;line-height:1.65}@media (max-width:768px){.hero-text{padding:5.5rem 1.5rem 0}.hero-title{font-size:clamp(2.2rem,10vw,3.5rem)}.shop-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.tiers-wrap{grid-template-columns:repeat(2,1fr)}.crew-pfp{width:95px;height:95px}.crew-bubble.active .crew-pfp{width:120px;height:120px}.crew-bubble.inactive .crew-pfp{width:65px;height:65px}.review-card{padding:1.75rem 1.5rem}.newsletter-box{padding:2rem 1.25rem}}@media (max-width:480px){.hero-text{padding:5rem 1rem 0}.hero-tagline{font-size:.9rem}.hero-ctas{flex-direction:column;align-items:center}.shop-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.tiers-wrap{grid-template-columns:repeat(2,1fr);gap:.85rem}.crew-bubbles{gap:1rem}.crew-pfp{width:80px;height:80px}.review-modal-box{border-radius:1.5rem;padding:2rem 1.25rem 1.5rem}}
