:root{--orange:#ff5a1f;--blue:#1648e8;--ink:#111;--cream:#f5eddf;--white:#fffdf8;--green:#50db7b;--line:2px solid var(--ink)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.35;overflow-x:hidden}
button,input{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.announcement{height:31px;background:var(--ink);color:#fff;text-align:center;font-size:.72rem;font-weight:800;letter-spacing:.12em;display:flex;align-items:center;justify-content:center;gap:1.2rem}
.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 3vw;border-bottom:var(--line);background:var(--white);position:sticky;top:0;z-index:20}
.brand{font-family:Impact,'Arial Black',sans-serif;font-size:1.75rem;line-height:.76;letter-spacing:-.03em;display:flex;flex-direction:column;transform:rotate(-2deg)}
.brand span:last-child{color:var(--orange)}
.nav{display:flex;align-items:center;gap:2rem;font-weight:800;font-size:.84rem;text-transform:uppercase;letter-spacing:.04em}
.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:3px;background:var(--orange);transition:right .2s}.nav a:hover:after{right:0}
.cart-button,.menu-toggle{border:var(--line);background:transparent;padding:.75rem 1rem;font-weight:900;cursor:pointer}.cart-button span{background:var(--orange);border-radius:50%;min-width:24px;height:24px;display:inline-grid;place-items:center;margin-left:.4rem}.menu-toggle{display:none}
.hero{min-height:675px;display:grid;grid-template-columns:43% 57%;background:var(--orange);border-bottom:var(--line)}
.hero-copy{padding:4.5rem 2rem 3.4rem 5vw;position:relative;z-index:2}
.eyebrow{font-size:.75rem;font-weight:900;letter-spacing:.18em;margin:0 0 1.2rem;text-transform:uppercase}
h1,h2,.footer-brand{font-family:Impact,'Arial Black',sans-serif;font-weight:900;letter-spacing:-.045em;text-transform:uppercase;margin:0;line-height:.87}
h1{font-size:clamp(4rem,7.3vw,7.2rem)}
h1 em,h2 em{font-style:normal;color:var(--cream);-webkit-text-stroke:2px var(--ink);text-shadow:4px 4px 0 var(--ink)}
.hero-intro{font-size:1.22rem;font-weight:700;max-width:440px;margin:2rem 0}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:2rem;min-width:205px;padding:1rem 1.15rem;border:var(--line);font-weight:900;text-transform:uppercase;box-shadow:5px 5px 0 var(--ink);cursor:pointer;transition:transform .15s,box-shadow .15s}
.button:hover{transform:translate(3px,3px);box-shadow:2px 2px 0 var(--ink)}.button-dark{background:var(--ink);color:#fff}.button-dark span{color:var(--orange)}
.microcopy{font-size:.73rem;font-weight:800;margin-top:1.5rem;text-transform:uppercase}
.hero-visual{position:relative;overflow:hidden;background:var(--blue)}
.hero-visual:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0,transparent 76px,rgba(255,255,255,.06) 77px,rgba(255,255,255,.06) 78px);z-index:1}
.hero-visual img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.scribble{position:absolute;z-index:2;background:var(--cream);border:var(--line);padding:.7rem 1rem;font-family:'Courier New',monospace;font-weight:900;line-height:1;transform:rotate(-7deg);box-shadow:4px 4px 0 var(--ink)}
.scribble-one{left:5%;top:8%}.sticker{position:absolute;z-index:2;right:4%;top:6%;width:96px;height:96px;border:var(--line);background:var(--green);border-radius:50%;display:grid;place-items:center;text-align:center;font-weight:900;transform:rotate(10deg)}
.marquee{overflow:hidden;white-space:nowrap;background:var(--ink);color:var(--cream);padding:.65rem 0;border-bottom:var(--line);font-family:Impact,'Arial Black',sans-serif;font-size:1.05rem;letter-spacing:.06em}.marquee div{width:max-content;animation:move 24s linear infinite}.marquee span{color:var(--orange);margin:0 1.5rem}@keyframes move{to{transform:translateX(-50%)}}
.shop-section{padding:6rem 5vw;background:var(--cream);border-bottom:var(--line)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.section-heading h2,.how-title h2,.story-copy h2,.newsletter h2{font-size:clamp(3.5rem,7vw,6.6rem)}.section-heading p:last-child{max-width:360px;font-size:1.05rem;font-weight:700}.section-heading h2 em{color:var(--orange)}
.filters{display:flex;gap:.6rem;margin-bottom:2rem;flex-wrap:wrap}.filter{border:var(--line);border-radius:50px;background:transparent;padding:.7rem 1.1rem;font-weight:900;cursor:pointer;text-transform:uppercase}.filter:hover,.filter.is-active{background:var(--ink);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.product-card{background:var(--white);border:var(--line);min-width:0}.product-card-wide{grid-column:span 2}.product-card button{all:unset;display:block;width:100%;cursor:pointer;box-sizing:border-box}.product-image{height:390px;display:block;position:relative;overflow:hidden;border-bottom:var(--line);background:var(--blue)}.product-card-wide .product-image{height:460px}.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.product-card:hover img{transform:scale(1.035)}.big-me img{object-position:center 33%}.mini-me img{object-position:62% center}.pet-me img{object-position:100% center;transform:scale(1.25);transform-origin:right center}.product-card:hover .pet-me img{transform:scale(1.3)}
.badge{position:absolute;left:1rem;top:1rem;background:var(--orange);border:var(--line);padding:.55rem .75rem;font-size:.72rem;font-weight:900;transform:rotate(-3deg);box-shadow:3px 3px 0 var(--ink)}.badge-blue{background:var(--blue);color:#fff}
.product-meta{display:flex;justify-content:space-between;gap:1rem;align-items:start;padding:1rem}.product-meta strong,.product-meta small{display:block}.product-meta strong{font-family:Impact,'Arial Black',sans-serif;font-size:1.55rem;letter-spacing:-.02em}.product-meta small{font-weight:600;margin-top:.2rem}.product-meta>span:last-child{font-weight:900;font-size:.84rem;white-space:nowrap}
.text-card{background:var(--orange)}.custom-card{background:var(--blue);color:#fff}.text-product{height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-bottom:var(--line);position:relative;padding:2rem}.text-product small,.text-product span{font-weight:900;letter-spacing:.12em}.text-product strong{font-family:Impact,'Arial Black',sans-serif;font-size:clamp(3.2rem,5.8vw,6.2rem);line-height:.82;margin:2rem 0;-webkit-text-stroke:2px var(--ink);color:var(--cream);text-shadow:5px 5px 0 var(--ink)}.custom-card .text-product strong{-webkit-text-stroke:1px var(--ink);color:var(--orange)}
.product-card[hidden]{display:none}
.how-section{padding:6rem 5vw;background:var(--orange);border-bottom:var(--line);display:grid;grid-template-columns:40% 60%;gap:4rem}.how-title h2 em{color:var(--cream)}.steps{margin:0;padding:0;list-style:none;border-top:var(--line)}.steps li{display:grid;grid-template-columns:65px 1fr 1.35fr;gap:1.5rem;align-items:center;padding:1.6rem 0;border-bottom:var(--line)}.steps span{font-family:'Courier New',monospace;font-weight:900}.steps strong{font-family:Impact,'Arial Black',sans-serif;font-size:1.7rem;text-transform:uppercase}.steps p{margin:0;font-weight:600}
.quote-section{padding:7rem 8vw;text-align:center;background:var(--blue);color:#fff;border-bottom:var(--line)}.quote-mark{font-family:Georgia,serif;font-size:8rem;line-height:.4;color:var(--orange)}blockquote{font-family:Impact,'Arial Black',sans-serif;font-size:clamp(2.6rem,6vw,5.6rem);line-height:.95;max-width:1000px;margin:1.5rem auto;-webkit-text-stroke:1px var(--ink);text-shadow:4px 4px 0 var(--ink)}.quote-section p{font-size:.75rem;font-weight:900;letter-spacing:.12em}
.story-section{display:grid;grid-template-columns:1fr 1fr;border-bottom:var(--line)}.story-art{min-height:540px;background:var(--ink);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Impact,'Arial Black',sans-serif;font-size:clamp(3rem,6vw,6rem);line-height:.86;transform-style:preserve-3d;overflow:hidden}.story-art span:first-child{color:var(--orange);transform:rotate(-7deg)}.story-art span:last-child{color:var(--cream);transform:rotate(5deg);margin-top:1.6rem}.story-copy{padding:6rem 6vw;background:var(--green)}.story-copy h2{font-size:clamp(3.2rem,5.5vw,6rem)}.story-copy h2 em{color:var(--cream)}.story-copy>p:not(.eyebrow){font-size:1.1rem;font-weight:650;max-width:570px;margin:2rem 0}.text-link{font-weight:900;border-bottom:3px solid;padding-bottom:.25rem}.text-link span{margin-left:1rem}
.newsletter{padding:6rem 5vw;text-align:center;background:var(--cream);border-bottom:var(--line)}.newsletter h2{color:var(--orange);-webkit-text-stroke:2px var(--ink);text-shadow:5px 5px 0 var(--ink);margin-bottom:2rem}.newsletter form{display:flex;max-width:650px;margin:0 auto}.newsletter input{flex:1;min-width:0;background:var(--white);border:var(--line);padding:1rem;font-weight:800}.newsletter button{background:var(--ink);color:#fff;border:var(--line);padding:1rem 1.4rem;font-weight:900;cursor:pointer}.newsletter #newsletterMessage{font-weight:800;min-height:1.4em}
footer{background:var(--ink);color:#fff;padding:4rem 5vw 2rem;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}.footer-brand{font-size:4rem;color:var(--orange)}footer>div:not(:first-child){display:flex;flex-direction:column;gap:.6rem}footer strong{color:var(--orange);font-size:.75rem;letter-spacing:.15em;margin-bottom:.6rem}.footer-end{justify-content:space-between}.footer-end p{margin:0;font-weight:700}.footer-end span{font-size:.7rem;color:#aaa}
dialog{width:min(560px,calc(100% - 2rem));border:var(--line);padding:0;background:var(--cream);box-shadow:12px 12px 0 var(--ink)}dialog::backdrop{background:rgba(17,17,17,.72)}.dialog-content{padding:3rem}.dialog-content h2{font-size:4rem;color:var(--orange);-webkit-text-stroke:1px var(--ink);text-shadow:3px 3px 0 var(--ink)}.dialog-close{position:absolute;right:.8rem;top:.7rem;border:0;background:none;font-size:2rem;cursor:pointer}.dialog-price{font-weight:900;font-size:1.2rem}.dialog-copy{font-weight:650}.upload-box{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;min-height:140px;border:2px dashed var(--ink);background:var(--white);margin:1.5rem 0;cursor:pointer;font-weight:900}.upload-box small{margin-top:.4rem;font-weight:600}.upload-box input{position:absolute;opacity:0;pointer-events:none}.file-name{font-size:.8rem;font-weight:800;min-height:1.2em}.dialog-content .button{width:100%}.dialog-note{text-align:center;font-size:.72rem;font-weight:700}.toast{position:fixed;right:1.25rem;bottom:1.25rem;background:var(--ink);color:#fff;border:2px solid #fff;padding:1rem 1.2rem;font-weight:900;z-index:50;transform:translateY(160%);transition:transform .25s}.toast.show{transform:translateY(0)}

/* QWERKY WORKS: bright, deliberately wonky print-shop identity */
:root{--orange:#ff641f;--blue:#3155f5;--pink:#ff48b0;--yellow:#ffd90f;--cream:#fff3d8;--green:#58e27b}
.announcement{color:var(--yellow)}
.brand{font-size:1.35rem;line-height:1;letter-spacing:.02em;flex-direction:row;gap:.22rem}
.brand span{display:inline-block;border:var(--line);padding:.28rem .42rem;box-shadow:3px 3px 0 var(--ink)}
.brand-q{background:var(--pink);transform:rotate(-3deg)}
.brand-w{background:var(--yellow);transform:rotate(2deg)}
.nav a:after{background:var(--pink)}
.cart-button,.menu-toggle{background:var(--yellow);box-shadow:3px 3px 0 var(--ink)}
.cart-button span{background:var(--pink)}
.hero{background:var(--yellow)}
h1{font-size:clamp(3.6rem,6.7vw,6.8rem)}
h1 em,h2 em{color:var(--pink)}
.button:hover{transform:translate(3px,3px) rotate(-1deg)}
.button-dark span{color:var(--yellow)}
.hero-doodle{position:absolute;display:block;border:var(--line);z-index:-1}
.hero-doodle-one{width:78px;height:78px;border-radius:50%;background:var(--pink);right:5%;bottom:8%;box-shadow:5px 5px 0 var(--ink)}
.hero-doodle-two{width:55px;height:55px;background:var(--blue);right:22%;top:7%;transform:rotate(18deg);box-shadow:4px 4px 0 var(--ink)}
.scribble-one{background:var(--yellow)}
.sticker{width:105px;height:105px;background:var(--pink);box-shadow:5px 5px 0 var(--ink)}
.marquee{background:var(--pink);color:var(--ink)}
.marquee span{color:var(--yellow);-webkit-text-stroke:1px var(--ink)}
.section-heading h2 em{color:var(--pink)}
.filter{background:var(--yellow);box-shadow:3px 3px 0 var(--ink)}
.filter:nth-child(2){background:var(--pink)}
.filter:nth-child(3){background:var(--green)}
.filter:nth-child(4){background:var(--orange)}
.filter:hover,.filter.is-active{background:var(--ink);color:#fff;transform:rotate(-2deg)}
.badge{background:var(--pink)}
.badge-blue{background:var(--yellow);color:var(--ink)}
.text-card{background:var(--pink)}
.custom-card{background:var(--green);color:var(--ink)}
.text-product strong{color:var(--yellow)}
.custom-card .text-product strong{color:var(--blue)}
.how-title h2 em{color:var(--yellow)}
.quote-section{position:relative}
.quote-section:before,.quote-section:after{content:"";position:absolute;border:var(--line);box-shadow:5px 5px 0 var(--ink)}
.quote-section:before{width:70px;height:70px;background:var(--yellow);left:5%;top:18%;transform:rotate(17deg)}
.quote-section:after{width:85px;height:85px;background:var(--pink);right:5%;bottom:14%;border-radius:50%}
.quote-mark{color:var(--yellow)}
.story-art span:first-child{color:var(--pink)}
.story-art span:last-child{color:var(--yellow)}
.newsletter h2{color:var(--pink)}
.footer-brand{color:var(--pink);text-shadow:4px 4px 0 var(--blue)}
footer strong{color:var(--yellow)}
dialog{background:var(--yellow);box-shadow:12px 12px 0 var(--pink)}
.dialog-content h2{color:var(--pink)}
@media (max-width:900px){.site-header{height:72px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--cream);border-bottom:var(--line);padding:1.5rem;flex-direction:column;align-items:stretch}.nav.open{display:flex}.hero{grid-template-columns:1fr}.hero-copy{padding:3.5rem 5vw}.hero-visual{min-height:500px}.hero-visual img{object-position:68% center}.section-heading{align-items:start;flex-direction:column}.product-grid{grid-template-columns:1fr 1fr}.product-card-wide{grid-column:span 2}.how-section{grid-template-columns:1fr}.story-section{grid-template-columns:1fr}.story-art{min-height:400px}footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}}
@media (max-width:620px){.announcement{font-size:.6rem;gap:.5rem}.brand{font-size:1rem}.brand span{padding:.25rem .32rem;box-shadow:2px 2px 0 var(--ink)}.hero{min-height:auto}.hero-copy{padding:3.2rem 1.2rem}.hero-copy h1{font-size:3.15rem}.hero-visual{min-height:390px}.hero-visual img{object-position:69% center}.scribble{font-size:.75rem}.sticker{width:74px;height:74px;font-size:.68rem}.hero-doodle-one{width:54px;height:54px}.hero-doodle-two{width:38px;height:38px}.shop-section,.how-section,.story-copy,.newsletter{padding:4rem 1.2rem}.product-grid{grid-template-columns:1fr}.product-card-wide{grid-column:span 1}.product-image,.product-card-wide .product-image,.text-product{height:340px}.steps li{grid-template-columns:42px 1fr}.steps p{grid-column:2}.quote-section{padding:5rem 1.2rem}.quote-section:before,.quote-section:after{display:none}.story-art{min-height:330px}.newsletter form{flex-direction:column;gap:.6rem}footer{grid-template-columns:1fr 1fr;padding:3rem 1.2rem 1.5rem}.footer-brand,.footer-end{grid-column:span 2}.dialog-content{padding:2.5rem 1.2rem 1.5rem}.dialog-content h2{font-size:3rem}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee div{animation:none}.product-image img,.button,.toast{transition:none}}
