:root{--color-bg:#fff;--color-surface:#fff;--color-purple:#5d40ff;--color-purple-dark:#4a32cc;--color-green:#26ff71;--color-green-dark:#1ed95f;--color-text:#1a202c;--color-text-muted:#64748b;--color-border:#1a202c;--font:"Space Grotesk", system-ui, sans-serif;--max-width:1100px;--starburst:polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.5}img{max-width:100%;display:block}button{font-family:inherit}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.scribble-root{touch-action:none;position:relative}.scribble-canvas{z-index:1;pointer-events:none;position:fixed;inset:0}.scribble-content{z-index:2;display:contents;position:relative}.door-page{background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100dvh;padding:2rem 1.25rem;display:flex;position:relative;overflow:hidden}.door-page__stage{z-index:2;place-items:center;display:grid;position:relative}.door-page__mascot{place-items:center;display:grid}.door-page__image{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;width:min(68vw,300px);height:auto;display:block}.door-page__hint{z-index:2;font-family:var(--font);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);font-size:.875rem;position:relative}.door-page__veil{z-index:5;pointer-events:none;opacity:0;background:#070707;position:fixed;inset:0}.door-page--entering .door-page__trigger{animation:1.6s cubic-bezier(.45,.05,.2,1) forwards door-walk-in}.door-page--entering .door-page__hint{opacity:0;transform:translateY(8px)}.door-page--entering .door-page__veil{animation:1.6s forwards door-veil}@keyframes door-walk-in{0%{filter:brightness();transform:scale(1)translateZ(0)}28%{filter:brightness(.95);transform:scale(2.8)translateZ(60px)}52%{filter:brightness(.55);transform:scale(7)translateZ(180px)}72%{filter:brightness(.15);transform:scale(16)translateZ(280px)}to{filter:brightness(2.2);transform:scale(28)translateZ(420px)}}@keyframes door-veil{0%,45%{opacity:0;background:#070707}58%{opacity:1;background:#070707}78%{opacity:1;background:#1a1028}to{opacity:1;background:#fff}}@media (prefers-reduced-motion:reduce){.door-page--entering .door-page__trigger{animation:.5s forwards door-walk-in-reduced}.door-page--entering .door-page__veil{animation:.5s forwards door-veil-reduced}@keyframes door-walk-in-reduced{to{filter:brightness(1.1);transform:scale(1.05)}}@keyframes door-veil-reduced{to{opacity:1;background:#fff}}}.header{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:2px solid var(--color-border);background:#ffffffeb;position:sticky;top:0}.header__inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:1rem 1.5rem;display:flex}.header__logo{color:var(--color-text);align-items:center;gap:.625rem;text-decoration:none;display:flex}.header__logo-img{object-fit:contain;width:2.25rem;height:2.25rem}.header__logo-text{letter-spacing:.06em;font-size:1rem;font-weight:700}.header__nav{gap:2rem;display:none}.header__nav a{color:var(--color-text-muted);font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .15s}.header__nav a:hover{color:var(--color-purple)}.header__cart{background:var(--color-text);border:2px solid var(--color-text);color:var(--color-bg);cursor:pointer;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:background .15s,color .15s}.header__cart:hover{background:var(--color-purple);border-color:var(--color-purple)}@media (width>=768px){.header__nav{display:flex}}.marquee{background:var(--color-purple);color:var(--color-bg);border-bottom:2px solid var(--color-border);overflow:hidden}.marquee__track{width:max-content;animation:25s linear infinite marquee;display:flex}.marquee__track span{letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;flex-shrink:0;padding:.4rem 0;font-size:.6875rem;font-weight:600}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.marquee__track{animation:none}}.hero{text-align:center;max-width:var(--max-width);flex-direction:column;align-items:center;gap:1.5rem;margin:0 auto;padding:3rem 1.5rem 2.5rem;display:flex}.hero__mascot-wrap{place-items:center;display:grid}.hero__mascot{object-fit:contain;width:min(220px,55vw);height:auto}.hero__title{letter-spacing:-.02em;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1}.hero__desc{max-width:22rem;color:var(--color-text-muted);margin:.75rem auto 0;font-size:1rem}.hero__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.hero__cta{background:var(--color-green);border:2px solid var(--color-border);color:var(--color-text);letter-spacing:.04em;box-shadow:4px 4px 0 var(--color-border);padding:.875rem 2rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-block}.hero__cta:hover{box-shadow:6px 6px 0 var(--color-border);transform:translate(-2px,-2px)}.hero__cta:active{box-shadow:2px 2px 0 var(--color-border);transform:translate(2px,2px)}.hero__cta--secondary{background:var(--color-bg)}@media (width>=768px){.hero{padding-top:3.5rem;padding-bottom:3rem}.hero__mascot{width:280px}}.product-card{background:var(--color-bg);flex-direction:column;display:flex}.product-card__media{aspect-ratio:1;cursor:pointer;background:#f0f0f0;border:none;width:100%;padding:0;display:block;position:relative;overflow:hidden}.product-card__media:disabled{cursor:default}.product-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-card__media:not(:disabled):hover img{transform:scale(1.04)}.product-card__badge{letter-spacing:.08em;text-transform:uppercase;pointer-events:none;padding:.2rem .5rem;font-size:.5625rem;font-weight:700;line-height:1;position:absolute;top:.625rem;left:.625rem}.product-card__badge--sale{background:var(--color-green);color:var(--color-text)}.product-card__badge--sold-out{background:var(--color-text);color:var(--color-bg)}.product-card__badge--pre-order{background:var(--color-purple);color:var(--color-bg)}.product-card__overlay{color:var(--color-bg);letter-spacing:.1em;text-transform:uppercase;opacity:0;pointer-events:none;background:#1a202c00;place-items:center;font-size:.6875rem;font-weight:700;transition:background .2s,opacity .2s;display:grid;position:absolute;inset:0}.product-card__media:not(:disabled):hover .product-card__overlay{opacity:1;background:#1a202c59}.product-card__info{flex-direction:column;justify-content:center;gap:.25rem;min-height:4.25rem;padding:.875rem 1rem 1.125rem;display:flex}.product-card__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card__pricing{align-items:baseline;gap:.375rem;display:flex}.product-card__price{font-size:.8125rem;font-weight:700}.product-card__original{color:var(--color-text-muted);font-size:.75rem;text-decoration:line-through}@media (width>=768px){.product-card__info{min-height:4.5rem;padding:1rem 1.125rem 1.25rem}.product-card__name{font-size:.875rem}}.shop{padding-bottom:4rem}.shop__inner{max-width:var(--max-width);margin:0 auto;padding:2.5rem 1.5rem 1.75rem}.shop__header{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.25rem;display:flex}.shop__title{letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.shop__count{color:var(--color-text-muted);font-size:.8125rem}.shop__filters{flex-wrap:wrap;gap:.375rem;display:flex}.shop__filter{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;transition:color .15s}.shop__filter:hover{color:var(--color-text)}.shop__filter--active{color:var(--color-purple);font-weight:700}.shop__divider{background:#e8e8e8;height:1px;margin-top:1.5rem}.shop__grid{grid-template-columns:repeat(2,1fr);gap:.375rem;width:100%;padding:0 .375rem;display:grid}@media (width>=640px){.shop__grid{grid-template-columns:repeat(3,1fr);gap:.5rem;padding:0 .5rem}}@media (width>=1024px){.shop__grid{grid-template-columns:repeat(4,1fr);gap:.625rem;padding:0 .625rem}}@media (width>=768px){.shop__inner{padding-top:3rem;padding-bottom:2rem}}.newsletter{max-width:var(--max-width);margin:0 auto 4rem;padding:0 1.5rem}.newsletter__inner{border:2px solid var(--color-border);background:var(--color-green);box-shadow:6px 6px 0 var(--color-border);gap:1.5rem;padding:2rem;display:grid}.newsletter__eyebrow{display:none}.newsletter__text h2{margin-bottom:.375rem;font-size:1.25rem;font-weight:700}.newsletter__text p{color:var(--color-text);opacity:.8;font-size:.9375rem}.newsletter__form{flex-direction:column;gap:.5rem;display:flex}.newsletter__form input{background:var(--color-bg);border:2px solid var(--color-border);font-family:var(--font);padding:.75rem 1rem;font-size:.9375rem}.newsletter__form input:focus{outline:2px solid var(--color-purple);outline-offset:0}.newsletter__form button{background:var(--color-text);border:2px solid var(--color-border);color:var(--color-bg);text-transform:uppercase;cursor:pointer;padding:.75rem 1.25rem;font-size:.8125rem;font-weight:700}.newsletter__form button:hover{background:var(--color-purple)}.newsletter__success{background:var(--color-bg);border:2px solid var(--color-border);padding:1rem;font-size:.875rem;font-weight:600}@media (width>=768px){.newsletter__inner{grid-template-columns:1fr 1fr;align-items:center;padding:2.5rem}.newsletter__form{flex-direction:row}.newsletter__form input{flex:1}}.policies{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem 4rem}.policies__header{margin-bottom:1.5rem}.policies__eyebrow{display:none}.policies__header h2{font-size:1.25rem;font-weight:700}.policies__grid{gap:1rem;display:grid}.policies__card{border:2px solid var(--color-border);padding:1.25rem}.policies__card h3{text-transform:uppercase;letter-spacing:.04em;color:var(--color-purple);margin-bottom:.5rem;font-size:.8125rem;font-weight:700}.policies__card p{color:var(--color-text-muted);font-size:.875rem;line-height:1.6}@media (width>=768px){.policies__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.policies__grid{grid-template-columns:repeat(4,1fr)}}.footer{border-top:2px solid var(--color-border);margin-top:1rem}.footer__inner{max-width:var(--max-width);gap:2rem;margin:0 auto;padding:2.5rem 1.5rem 1.5rem;display:grid}.footer__brand{align-items:center;gap:.625rem;display:flex}.footer__mascot{object-fit:contain;width:2rem;height:2rem}.footer__logo{letter-spacing:.06em;font-size:1rem;font-weight:700}.footer__links{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.footer__links h4{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.75rem;font-size:.6875rem;font-weight:700}.footer__links a{color:var(--color-text);margin-bottom:.375rem;font-size:.8125rem;text-decoration:none;display:block}.footer__links a:hover{color:var(--color-purple)}.footer__bottom{border-top:2px solid var(--color-border);text-align:center;padding:1rem 1.5rem}.footer__bottom p{color:var(--color-text-muted);font-size:.75rem}@media (width>=768px){.footer__inner{grid-template-columns:1fr 2fr;align-items:start}}.cart-overlay{opacity:0;visibility:hidden;z-index:200;background:#1a202c4d;transition:opacity .2s,visibility .2s;position:fixed;inset:0}.cart-overlay--visible{opacity:1;visibility:visible}.cart-drawer{background:var(--color-bg);border-left:2px solid var(--color-border);z-index:201;flex-direction:column;width:min(400px,100vw);height:100vh;transition:transform .25s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.cart-drawer--open{transform:translate(0)}.cart-drawer__header{border-bottom:2px solid var(--color-border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.cart-drawer__header h2{font-size:1.125rem;font-weight:700}.cart-drawer__close{border:2px solid var(--color-border);cursor:pointer;background:0 0;width:2rem;height:2rem;font-size:.875rem}.cart-drawer__close:hover{background:var(--color-green)}.cart-drawer__empty{text-align:center;color:var(--color-text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.25rem;padding:2rem;display:flex}.cart-drawer__empty button{background:var(--color-green);border:2px solid var(--color-border);text-transform:uppercase;cursor:pointer;box-shadow:3px 3px 0 var(--color-border);padding:.625rem 1.25rem;font-size:.75rem;font-weight:700}.cart-drawer__items{flex:1;padding:1rem 1.5rem;list-style:none;overflow-y:auto}.cart-drawer__item{border-bottom:1px solid #e2e8f0;grid-template-columns:64px 1fr auto;gap:.875rem;padding:.875rem 0;display:grid}.cart-drawer__item img{object-fit:cover;border:2px solid var(--color-border);width:64px;height:64px}.cart-drawer__item-info{flex-direction:column;gap:.125rem;display:flex}.cart-drawer__item-info strong{font-size:.8125rem;font-weight:600}.cart-drawer__item-info span{font-size:.8125rem;font-weight:700}.cart-drawer__qty{align-items:center;gap:.375rem;margin-top:.375rem;display:flex}.cart-drawer__qty button{background:var(--color-bg);border:2px solid var(--color-border);cursor:pointer;width:1.5rem;height:1.5rem;font-size:.875rem}.cart-drawer__qty span{text-align:center;min-width:1.25rem;font-size:.8125rem;font-weight:600}.cart-drawer__remove{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;align-self:start;font-size:.8125rem}.cart-drawer__remove:hover{color:var(--color-purple)}.cart-drawer__footer{border-top:2px solid var(--color-border);padding:1.25rem 1.5rem}.cart-drawer__total{justify-content:space-between;align-items:baseline;margin-bottom:.75rem;display:flex}.cart-drawer__total span{color:var(--color-text-muted);font-size:.8125rem}.cart-drawer__total strong{font-size:1.25rem;font-weight:700}.cart-drawer__note{color:var(--color-text-muted);margin-bottom:1rem;font-size:.75rem}.cart-drawer__checkout{background:var(--color-purple);border:2px solid var(--color-border);width:100%;color:var(--color-bg);text-transform:uppercase;cursor:pointer;box-shadow:4px 4px 0 var(--color-border);padding:.875rem;font-size:.8125rem;font-weight:700;transition:transform .15s,box-shadow .15s}.cart-drawer__checkout:hover{box-shadow:5px 5px 0 var(--color-border);transform:translate(-1px,-1px)}
