@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@500;600;700&family=Nunito:wght@400;600;700;800&display=swap');
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:Nunito,system-ui,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}h1,h2,h3,.brand,.button{font-family:Fredoka,Nunito,sans-serif}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.8rem,7vw,6.3rem);line-height:.92;letter-spacing:-.045em}h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1}h3{line-height:1.1}.page-width{width:min(1200px,calc(100% - 40px));margin-inline:auto}.narrow{max-width:820px}.section{padding:86px 0}.skip-link,.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip-link:focus{position:fixed;width:auto;height:auto;clip:auto;z-index:99;background:#fff;padding:12px}.announcement{background:var(--yellow);padding:8px;text-align:center;font-weight:800;font-size:.86rem;letter-spacing:.04em}.site-header{height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:42px}.brand{display:inline-flex;flex-direction:column;line-height:.72;transform:rotate(-2deg);font-size:1rem}.brand strong{font-size:1.55rem;color:var(--blue);letter-spacing:-.05em}.brand span{color:var(--coral);font-weight:700;letter-spacing:.16em}.brand-logo{max-width:180px;max-height:62px;object-fit:contain}.site-nav{display:flex;justify-content:center;gap:30px;font-weight:800}.site-nav a{position:relative}.site-nav a:after{content:'';position:absolute;height:4px;left:0;right:100%;bottom:-5px;background:var(--coral);border-radius:4px;transition:.2s}.site-nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:18px;font-weight:800}.cart-count{display:inline-grid;place-items:center;min-width:24px;height:24px;border-radius:50%;background:var(--coral);color:white;font-size:.75rem}.menu-toggle{display:none;background:none;border:0;font:inherit;font-weight:800}.hero-funky{overflow:hidden;background:linear-gradient(130deg,var(--cream) 55%,var(--mint) 55%);border-block:2px solid var(--ink)}.hero-grid{min-height:650px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:45px}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.13em;font-weight:900;font-size:.78rem}.eyebrow{display:inline-block;background:var(--yellow);border:2px solid var(--ink);box-shadow:4px 4px 0 var(--ink);padding:8px 12px;transform:rotate(-2deg);margin-bottom:25px}.hero-copy h1{max-width:650px;margin-bottom:25px}.hero-copy h1:after{content:'✦';color:var(--coral);font-size:.4em;vertical-align:top}.hero-copy>p{font-size:1.18rem;max-width:590px}.hero-buttons{display:flex;gap:14px;margin:30px 0}.button{display:inline-flex;justify-content:center;align-items:center;border:2px solid var(--ink);border-radius:999px;padding:14px 24px;font-weight:700;cursor:pointer;transition:.15s}.button:hover{transform:translateY(-3px)}.button-primary{background:var(--coral);color:#fff;box-shadow:5px 5px 0 var(--ink)}.button-ghost{background:#fff}.hero-trust{display:flex;gap:20px;font-size:.84rem;font-weight:800;flex-wrap:wrap}.hero-art{position:relative;min-height:570px;display:grid;place-items:center}.hero-image{max-height:590px;width:100%;object-fit:contain}.sunburst{position:absolute;width:520px;height:520px;border-radius:50%;background:repeating-conic-gradient(var(--yellow) 0 10deg,transparent 10deg 20deg);opacity:.85}.tee{position:relative;width:330px;height:370px;background:var(--blue);clip-path:polygon(25% 0,40% 0,42% 10%,58% 10%,60% 0,75% 0,100% 18%,84% 40%,74% 33%,74% 100%,26% 100%,26% 33%,16% 40%,0 18%);filter:drop-shadow(12px 16px 0 rgba(24,33,58,.25));display:grid;place-items:center;color:white;transform:rotate(4deg)}.tee-neck{position:absolute;top:0;width:70px;height:45px;border-radius:0 0 50% 50%;background:var(--cream)}.tee-print{text-align:center;font:700 2.1rem/1 Fredoka}.tee-print strong{color:var(--yellow);font-size:2.6rem}.tee-print small{display:block;font-size:.75rem;margin-top:14px;letter-spacing:.12em}.doodle{position:absolute;z-index:2;background:white;border:2px solid var(--ink);box-shadow:4px 4px 0 var(--ink);padding:8px 14px;font-size:2rem}.d1{top:12%;right:5%;transform:rotate(12deg);color:var(--coral)}.d2{left:3%;bottom:22%;transform:rotate(-9deg);color:var(--blue)}.d3{right:8%;bottom:8%;transform:rotate(8deg);color:var(--yellow)}.section-heading{text-align:center;margin-bottom:42px}.section-heading .kicker{color:var(--blue)}.section-heading h2{margin:10px 0}.section-heading.split{display:flex;text-align:left;align-items:end;justify-content:space-between}.section-heading.split>a{font-weight:900;border-bottom:3px solid var(--coral)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.category-card{overflow:hidden;border:2px solid var(--ink);border-radius:28px;box-shadow:7px 7px 0 var(--ink);transition:.2s}.category-card:hover{transform:translateY(-7px) rotate(-1deg)}.category-card img,.category-placeholder{width:100%;height:270px;object-fit:cover}.category-placeholder{display:grid;place-items:center;font-size:6rem}.category-card>div:last-child{padding:24px;background:white}.category-card h3{font-size:1.55rem;margin-bottom:7px}.category-card p{margin-bottom:10px}.category-card span{font-weight:900}.color-1 .category-placeholder{background:var(--blue)}.color-2 .category-placeholder{background:var(--coral)}.color-3 .category-placeholder{background:var(--yellow)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card a{display:block}.product-media{position:relative;aspect-ratio:4/5;background:#e9e3ff;border-radius:24px;overflow:hidden;border:2px solid var(--ink)}.product-media img{width:100%;height:100%;object-fit:cover}.product-placeholder{width:100%;height:100%;display:grid;place-items:center;text-align:center;font:700 clamp(1.5rem,3vw,2.7rem)/.95 Fredoka;padding:20px;color:white;background:var(--blue)}.demo-2 .product-placeholder{background:var(--coral)}.demo-3 .product-placeholder{background:#159A77}.demo-4 .product-placeholder{background:#8A56D8}.product-badge{position:absolute;top:12px;left:12px;background:var(--yellow);border:2px solid var(--ink);padding:5px 9px;border-radius:99px;font-size:.7rem;font-weight:900}.product-card h3{font-size:1.12rem;margin:15px 0 5px}.price{font-weight:900;color:var(--blue)}.price s{opacity:.5;font-weight:600}.how-section{background:var(--ink);color:white;padding:90px 0}.how-section .kicker{color:var(--yellow)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.step{text-align:center;position:relative}.step-number{position:absolute;left:20%;top:0;background:var(--coral);width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-weight:900}.step-icon{font-size:4.2rem}.step h3{font-size:1.5rem;color:var(--yellow);margin:12px}.step p{opacity:.8;max-width:280px;margin:auto}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review-grid blockquote{margin:0;border:2px solid var(--ink);border-radius:22px;background:white;padding:28px;box-shadow:6px 6px 0 var(--mint)}.review-grid blockquote:nth-child(2){transform:rotate(1.5deg);box-shadow:6px 6px 0 var(--yellow)}.review-grid blockquote:nth-child(3){box-shadow:6px 6px 0 var(--coral)}.stars{color:#F0A300;letter-spacing:.08em}.review-grid p{font-size:1.1rem;font-weight:700;margin:12px 0}.review-grid footer{font-size:.85rem}.newsletter{padding:65px 0;background:var(--yellow);border-block:2px solid var(--ink)}.newsletter>.page-width{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.newsletter h2{font-size:clamp(2rem,3vw,3.1rem);margin:9px 0}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:10px}.newsletter-form input,input,select,textarea{width:100%;border:2px solid var(--ink);border-radius:14px;padding:14px;background:white;font:inherit}.newsletter-form input{border-radius:999px}.site-footer{background:var(--blue);color:white;padding:65px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:45px}.footer-brand strong{color:var(--yellow)}.footer-brand span{color:white}.site-footer h3{color:var(--yellow)}.site-footer a:not(.brand){display:block;margin:8px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.3);margin-top:40px;padding-top:20px;font-size:.8rem}.product-page{display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:start}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:15px}.product-gallery img,.product-gallery .large{border:2px solid var(--ink);border-radius:24px}.product-gallery img:first-child{grid-column:1/-1}.product-info{position:sticky;top:20px}.product-info h1{font-size:clamp(2.5rem,5vw,4.3rem);margin:20px 0}.product-price{font:700 1.6rem Fredoka;color:var(--blue);margin-bottom:20px}.product-info label,.personalize legend{display:block;font-weight:900;margin:14px 0 5px}.personalize{border:2px dashed var(--blue);border-radius:20px;padding:15px 20px 22px;margin:24px 0;background:#fff}.personalize legend{padding:0 8px;color:var(--blue);font:700 1.15rem Fredoka}.quantity-row{width:90px;margin-bottom:16px}.add-button{width:100%;font-size:1.05rem}.product-promises{display:grid;gap:7px;margin-top:24px;font-size:.86rem;font-weight:800}.collection-header{text-align:center;max-width:700px;margin:0 auto 50px}.collection-header h1{font-size:clamp(3rem,6vw,5rem);margin:10px}.pagination{text-align:center;margin-top:40px}.cart-item{display:grid;grid-template-columns:110px 1fr auto;gap:22px;align-items:center;border-bottom:2px solid #ddd;padding:18px 0}.cart-item img{border-radius:14px}.cart-item small{display:block}.cart-item input{width:75px;margin-top:10px}.cart-total{text-align:right;margin-top:30px}.cart-total .button{margin-top:15px}.rte a{text-decoration:underline}.rte img{border-radius:20px}
@media(max-width:900px){.site-header{grid-template-columns:1fr auto auto;height:72px}.menu-toggle{display:block}.site-nav{display:none;position:absolute;z-index:20;left:20px;right:20px;top:105px;flex-direction:column;background:white;border:2px solid var(--ink);border-radius:20px;padding:22px;box-shadow:7px 7px 0 var(--ink)}.site-nav.is-open{display:flex}.hero-grid{grid-template-columns:1fr;padding-block:65px}.hero-art{min-height:460px}.category-grid,.review-grid{grid-template-columns:1fr}.category-card{display:grid;grid-template-columns:1fr 1fr}.category-card img,.category-placeholder{height:100%;min-height:230px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-page{grid-template-columns:1fr}.product-info{position:static}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.page-width{width:min(100% - 28px,1200px)}.section{padding:60px 0}.header-actions>a:first-child{display:none}.header-actions{font-size:.85rem}.hero-funky{background:linear-gradient(165deg,var(--cream) 55%,var(--mint) 55%)}.hero-grid{padding-block:48px;gap:10px}.hero-copy{text-align:center}.hero-copy .eyebrow{font-size:.65rem}.hero-copy>p{font-size:1rem}.hero-buttons{flex-direction:column}.hero-trust{justify-content:center}.hero-art{min-height:390px}.tee{width:250px;height:290px}.sunburst{width:370px;height:370px}.category-card{grid-template-columns:1fr}.category-card img,.category-placeholder{height:220px}.product-grid{gap:12px}.product-card h3{font-size:.95rem}.steps{grid-template-columns:1fr;gap:55px}.newsletter>.page-width,.newsletter-form{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.product-gallery{grid-template-columns:1fr}.product-gallery img:first-child{grid-column:auto}.section-heading.split{align-items:start}.cart-item{grid-template-columns:75px 1fr}.cart-item>strong{grid-column:2}}
