:root{--ink:#171717;--paper:#f8f2e8;--white:#fffdf8;--pink:#ff4f87;--blue:#4262ee;--yellow:#ffd544;--mint:#80dfbd;--line:rgba(23,23,23,.18);--shadow:8px 8px 0 var(--ink);--radius:28px;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:Inter,Avenir Next,Avenir,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.5}button,input{font:inherit}img{display:block;max-width:100%}a{color:inherit}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:100;background:var(--ink);color:#fff;padding:.8rem 1rem}.skip-link:focus{top:1rem}.announcement{padding:.55rem 1rem;background:var(--ink);color:#fff;text-align:center;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.site-header{width:min(calc(100% - 40px),var(--max));height:92px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none;font-size:1.24rem;font-weight:950;letter-spacing:.17em}.brand-mark{width:42px;height:42px;border:2px solid var(--ink);border-radius:50%;display:grid;place-items:center;background:var(--yellow);font-family:Georgia,serif;font-size:1.5rem;font-style:italic;box-shadow:3px 3px 0 var(--ink)}nav{display:flex;align-items:center;gap:2rem}nav a{text-decoration:none;font-weight:750;font-size:.92rem}nav a:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px}.nav-cta{border:2px solid var(--ink);border-radius:999px;padding:.72rem 1rem;background:var(--white);box-shadow:3px 3px 0 var(--ink)}.menu-button{display:none}.hero{width:min(calc(100% - 40px),var(--max));min-height:680px;margin:1rem auto 5rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.eyebrow{margin:0 0 1rem;font-size:.75rem;font-weight:950;letter-spacing:.16em;text-transform:uppercase}.hero h1,.section h2,.story h2,.email-cta h2{margin:0;font-family:Georgia,Times New Roman,serif;font-weight:400;line-height:.94;letter-spacing:-.04em}.hero h1{max-width:680px;font-size:clamp(4rem,7vw,7.3rem)}.hero h1 em{position:relative;font-weight:400;color:var(--blue)}.hero h1 em:after{content:"";position:absolute;left:0;right:0;bottom:-.04em;height:.13em;background:var(--pink);border-radius:100%;transform:rotate(-2deg)}.hero-lead{max-width:610px;margin:2rem 0 0;font-size:1.22rem;line-height:1.65}.hero-actions{display:flex;align-items:center;gap:1.3rem;margin:2rem 0}.button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:52px;padding:.85rem 1.35rem;border:2px solid var(--ink);border-radius:999px;text-decoration:none;font-weight:900}.button.primary{background:var(--ink);color:#fff;box-shadow:5px 5px 0 var(--pink)}.button.primary:hover{transform:translate(2px,2px);box-shadow:3px 3px 0 var(--pink)}.text-button{border-color:transparent}.mini-proof{display:flex;flex-wrap:wrap;gap:.7rem 1.6rem;margin:2.2rem 0 0;padding:0;list-style:none;font-size:.8rem;font-weight:800}.mini-proof li:before{content:"✓";margin-right:.45rem;color:var(--blue)}.hero-art{position:relative;min-height:620px}.hero-card{position:absolute;margin:0;overflow:hidden;border:3px solid var(--ink);background:#fff;box-shadow:var(--shadow)}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-card-main{inset:70px 40px 40px 65px;border-radius:48% 48% 24px 24px;transform:rotate(2deg)}.hero-card-top{width:185px;height:210px;right:-12px;top:2px;border-radius:20px;transform:rotate(8deg)}.hero-card-bottom{width:180px;height:195px;left:-8px;bottom:0;border-radius:20px;transform:rotate(-8deg)}.hero-sticker{position:absolute;right:-8px;bottom:38px;width:115px;height:115px;border-radius:50%;background:var(--yellow);border:3px solid var(--ink);display:grid;place-content:center;text-align:center;font-family:Georgia,serif;font-weight:bold;font-style:italic;line-height:1.05;transform:rotate(10deg);box-shadow:5px 5px 0 var(--ink)}.ticker{overflow:hidden;border-block:2px solid var(--ink);background:var(--blue);color:#fff;padding:.9rem 0;font-weight:950;letter-spacing:.12em;white-space:nowrap}.ticker div{width:max-content;animation:ticker 24s linear infinite}@keyframes ticker{to{transform:translateX(-50%)}}.section{width:min(calc(100% - 40px),var(--max));margin:0 auto;padding:7rem 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:3rem}.section-heading h2,.story h2,.email-cta h2{font-size:clamp(2.8rem,5vw,5.3rem)}.section-heading>p{max-width:460px;margin:0;color:#53504c;font-size:1rem}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.collection-card{min-height:365px;padding:1.6rem;border:3px solid var(--ink);border-radius:var(--radius);color:var(--ink);text-align:left;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;box-shadow:6px 6px 0 var(--ink);transition:transform .2s,box-shadow .2s}.collection-card:hover{transform:translate(3px,3px);box-shadow:3px 3px 0 var(--ink)}.collection-kpop{background:var(--pink)}.collection-cats{background:var(--yellow)}.collection-brains{background:var(--mint)}.collection-index{font-weight:950}.collection-card strong{max-width:260px;margin:auto 0 1rem;font-family:Georgia,serif;font-size:3.2rem;font-weight:400;line-height:.92}.collection-card>span:not(.collection-index){max-width:310px}.collection-card b{margin-top:1.5rem;font-size:.86rem}.shop-section{padding-top:4rem}.shop-tools{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem}.filter-row{display:flex;flex-wrap:wrap;gap:.55rem}.filter{border:2px solid var(--ink);background:transparent;border-radius:999px;padding:.62rem 1rem;font-weight:850;cursor:pointer}.filter.active,.filter:hover{background:var(--ink);color:#fff}.search-box{min-width:250px;display:flex;align-items:center;border-bottom:2px solid var(--ink)}.search-box input{width:100%;border:0;background:transparent;padding:.7rem .2rem;outline:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.6rem 1.35rem}.product-card{position:relative}.product-image{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;border:2px solid var(--ink);border-radius:20px;background:#eee}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-image:hover img{transform:scale(1.035)}.product-badge{position:absolute;left:12px;top:12px;padding:.38rem .68rem;border:2px solid var(--ink);border-radius:999px;background:var(--white);font-size:.68rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.product-info{padding:.9rem .2rem}.product-meta{display:flex;justify-content:space-between;gap:1rem;color:#69645f;font-size:.75rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.product-info h3{margin:.45rem 0 .4rem;font-family:Georgia,serif;font-size:1.45rem;line-height:1.12}.product-info h3 a{text-decoration:none}.product-info h3 a:hover{text-decoration:underline}.product-info p{margin:0;color:#5d5954;font-size:.9rem}.product-buy{display:inline-block;margin-top:.75rem;font-size:.78rem;font-weight:900;text-underline-offset:4px}.empty-state{text-align:center;padding:4rem;border:2px dashed var(--ink);border-radius:20px}.shop-footer{text-align:center;margin-top:4rem}.story{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:8vw;padding:7rem max(20px,calc((100vw - var(--max))/2));background:var(--pink);border-block:2px solid var(--ink)}.story-art{position:relative}.story-art img{width:100%;aspect-ratio:1/1;object-fit:cover;border:3px solid var(--ink);border-radius:50% 50% 24px 24px;box-shadow:var(--shadow)}.story-note{position:absolute;right:-38px;bottom:20px;width:150px;height:150px;border:3px solid var(--ink);border-radius:50%;background:var(--yellow);display:grid;place-content:center;text-align:center;font-family:Georgia,serif;font-size:1.15rem;font-style:italic;font-weight:bold;transform:rotate(-8deg)}.story-copy p:not(.eyebrow){font-size:1.05rem;line-height:1.75}.text-link{display:inline-block;margin-top:1rem;font-weight:950;text-underline-offset:5px}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);border:2px solid var(--ink);border-radius:var(--radius);overflow:hidden}.value-grid article{padding:2rem;border-right:2px solid var(--ink);background:var(--white)}.value-grid article:last-child{border:0}.value-grid span{font-size:2rem;color:var(--blue)}.value-grid h3{font-family:Georgia,serif;font-size:1.35rem}.value-grid p{color:#625e59;font-size:.9rem}.email-cta{padding:7rem 20px;background:var(--blue);color:#fff;text-align:center;border-block:2px solid var(--ink)}.email-cta h2{max-width:800px;margin:auto}.email-cta>p:not(.eyebrow){max-width:580px;margin:1.5rem auto 2rem}.button.light{background:var(--yellow);color:var(--ink);box-shadow:5px 5px 0 var(--ink)}footer{position:relative;width:min(calc(100% - 40px),var(--max));margin:auto;padding:5rem 0 2rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}footer h2{margin:0 0 1rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.15em}footer a{display:block;margin:.45rem 0;text-decoration:none}footer a:hover{text-decoration:underline}.footer-brand strong{display:block;margin-top:1rem;letter-spacing:.16em}.footer-brand p{color:#625e59}.copyright{grid-column:1/-1;border-top:1px solid var(--line);padding-top:1.3rem;font-size:.75rem;color:#6b6762}.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}
@media(max-width:900px){.site-header{height:auto;padding:1.2rem 0;flex-wrap:wrap}.menu-button{display:block;border:2px solid var(--ink);border-radius:999px;background:transparent;padding:.5rem .8rem;font-weight:850}.site-header nav{display:none;width:100%;padding:1.2rem 0 .2rem;flex-direction:column;align-items:stretch;gap:.8rem}.site-header nav.open{display:flex}.nav-cta{text-align:center}.hero{grid-template-columns:1fr;gap:2rem}.hero-art{min-height:580px}.section-heading{align-items:flex-start;flex-direction:column}.collection-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.story{grid-template-columns:1fr;gap:4rem}.value-grid{grid-template-columns:repeat(2,1fr)}.value-grid article:nth-child(2){border-right:0}.value-grid article:nth-child(-n+2){border-bottom:2px solid var(--ink)}}
@media(max-width:600px){.announcement{font-size:.64rem}.site-header,.hero,.section,footer{width:min(calc(100% - 28px),var(--max))}.hero{min-height:auto;margin-top:2.5rem}.hero h1{font-size:3.7rem}.hero-lead{font-size:1.02rem}.hero-actions{align-items:stretch;flex-direction:column}.hero-art{min-height:420px}.hero-card-main{inset:42px 25px 25px 38px}.hero-card-top{width:120px;height:135px}.hero-card-bottom{width:115px;height:125px}.hero-sticker{width:88px;height:88px;font-size:.8rem}.section{padding:5rem 0}.collection-grid,.product-grid{grid-template-columns:1fr}.collection-card{min-height:300px}.shop-tools{align-items:stretch;flex-direction:column}.search-box{min-width:0}.story{padding:5rem 24px}.story-note{right:-10px;width:110px;height:110px;font-size:.85rem}.value-grid{grid-template-columns:1fr}.value-grid article{border-right:0;border-bottom:2px solid var(--ink)!important}.value-grid article:last-child{border-bottom:0!important}footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker div{animation:none}.product-image img,.collection-card{transition:none}}
.legal-header{border-bottom:2px solid var(--ink)}.legal-main{width:min(calc(100% - 40px),860px);margin:0 auto;padding:5rem 0 7rem}.legal-main .eyebrow{color:var(--blue)}.legal-main h1{margin:0 0 1rem;font-family:Georgia,serif;font-size:clamp(3.2rem,7vw,6rem);font-weight:400;line-height:.95;letter-spacing:-.04em}.legal-main .updated{margin-bottom:3rem;color:#6a655f}.legal-main h2{margin:3rem 0 1rem;padding-top:1rem;border-top:1px solid var(--line);font-family:Georgia,serif;font-size:1.8rem;font-weight:400}.legal-main h3{margin:1.7rem 0 .5rem}.legal-main p,.legal-main li{line-height:1.75}.legal-main a{font-weight:750;text-underline-offset:4px}.legal-main address{padding:1.4rem;border:2px solid var(--ink);border-radius:18px;background:var(--white);font-style:normal}.legal-note{padding:1rem 1.2rem;border-left:5px solid var(--yellow);background:var(--white)}.legal-main ul{padding-left:1.25rem}.legal-footer{padding-top:2rem}
html{overflow-x:hidden}
.product-gallery{position:relative}.product-gallery .product-image{display:block}.gallery-button{position:absolute;top:50%;z-index:3;width:42px;height:42px;margin:0;padding:0;transform:translateY(-50%);border:2px solid var(--ink);border-radius:50%;background:rgba(255,250,246,.94);color:var(--ink);font-size:20px;line-height:1;box-shadow:3px 3px 0 var(--ink);opacity:0;transition:opacity .2s,transform .2s;cursor:pointer}.gallery-prev{left:12px}.gallery-next{right:12px}.product-gallery:hover .gallery-button,.gallery-button:focus-visible{opacity:1}.gallery-button:hover{transform:translateY(-50%) scale(1.06)}.gallery-count{position:absolute;right:12px;bottom:12px;z-index:3;padding:5px 9px;border:1.5px solid var(--ink);border-radius:99px;background:rgba(255,250,246,.94);color:var(--ink);font:800 12px/1 var(--sans)}@media(max-width:760px){.gallery-button{opacity:1;width:38px;height:38px}.gallery-prev{left:9px}.gallery-next{right:9px}}
