:root{--ink:#111111;--paper:#f4f0e8;--white:#fffdf7;--lime:#dfff4f;--pink:#ff8db3;--orange:#ff754b;--purple:#7457ff;--blue:#4cc8ff;--line:rgba(17,17,17,.18);--radius:22px;--display:"Arial Black","Helvetica Neue",Arial,sans-serif;--sans:"Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);overflow-x:hidden}body.layer-open{overflow:hidden}button,input{font:inherit}button,a{color:inherit}a{text-decoration:none}button{background:none;border:0;padding:0;cursor:pointer}img{display:block;max-width:100%}::selection{background:var(--lime);color:var(--ink)}.cursor-dot,.cursor-ring{position:fixed;left:0;top:0;pointer-events:none;z-index:9999;border-radius:50%;mix-blend-mode:difference;display:none}.cursor-dot{width:7px;height:7px;background:#fff}.cursor-ring{width:34px;height:34px;border:1px solid #fff;transition:width .2s,height .2s,opacity .2s}@media(pointer:fine){.cursor-dot,.cursor-ring{display:block}body,button,a{cursor:none}.cursor-ring.is-active{width:54px;height:54px}}.announcement{height:32px;background:#111;color:#fff;overflow:hidden;font-family:var(--display);font-size:11px;letter-spacing:1.3px}.announcement-track{display:flex;align-items:center;gap:28px;height:100%;width:max-content;animation:marquee 20s linear infinite}.announcement-track span{white-space:nowrap}.announcement-track i{color:var(--lime);font-style:normal}@keyframes marquee{to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:100;display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:28px;height:82px;padding:0 32px;border-bottom:2px solid var(--ink);background:#f4f0e8eb;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.logo{font-family:var(--display);font-size:30px;line-height:1;letter-spacing:-2px}.logo span,.footer-logo span{color:var(--purple)}.icon-button{width:42px;height:42px;border:2px solid var(--ink);border-radius:50%;display:grid;place-content:center;gap:4px;transition:.25s}.icon-button span{width:17px;height:2px;background:var(--ink);display:block}.icon-button:hover{background:var(--lime);transform:rotate(-8deg)}.main-nav{display:flex;justify-content:center;gap:34px;font-family:var(--display);font-size:12px;letter-spacing:.5px}.main-nav a,.main-nav button{position:relative}.main-nav a:after,.main-nav button:after{content:"";position:absolute;left:0;bottom:-7px;width:100%;height:3px;background:var(--ink);transform:scaleX(0);transform-origin:right;transition:transform .25s}.main-nav a:hover:after,.main-nav button:hover:after{transform:scaleX(1);transform-origin:left}.header-tools{display:flex;align-items:center;gap:16px;font-family:var(--display);font-size:12px}.text-button{padding:12px 16px;border:2px solid var(--ink);border-radius:999px}.text-button:hover{background:var(--lime)}.cart-button{padding:12px 16px;background:var(--ink);color:#fff;border-radius:999px}.cart-button span{display:inline-grid;place-items:center;min-width:20px;height:20px;background:var(--lime);color:var(--ink);border-radius:50%;margin-left:8px}.hero{position:relative;min-height:calc(100vh - 114px);overflow:hidden;border-bottom:2px solid var(--ink);background:var(--pink);transition:background .5s}.hero.tone-orange{background:var(--orange)}.hero.tone-blue{background:var(--blue)}.hero-bg-word{position:absolute;inset:auto 0 -8vw 0;font-family:var(--display);font-size:22vw;letter-spacing:-1.5vw;line-height:.7;color:#ffffff3b;white-space:nowrap;pointer-events:none}.hero-stage{position:absolute;top:0;right:0;bottom:0;left:43%;display:flex;align-items:center;justify-content:center;perspective:1300px}.hero-stage img{width:min(840px,72vw);filter:drop-shadow(0 38px 30px rgba(0,0,0,.22));animation:heroFloat 5s ease-in-out infinite;transition:opacity .35s,transform .35s}@keyframes heroFloat{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-18px) rotate(1deg)}}.hero-copy{position:relative;z-index:3;width:48%;padding:10vh 0 10vh 6vw}.hero-copy .eyebrow{font-family:var(--display);font-size:12px;letter-spacing:2px;margin:0 0 24px}.hero-copy h1{font-family:var(--display);font-size:clamp(64px,8.8vw,150px);line-height:.77;letter-spacing:-.065em;margin:0;text-transform:uppercase;white-space:pre-line}.hero-copy p{max-width:470px;font-size:18px;line-height:1.5;font-weight:600;margin:32px 0}.hero-cta{display:inline-flex;align-items:center;gap:34px;background:var(--ink);color:#fff;border:2px solid var(--ink);padding:18px 22px;border-radius:999px;font-family:var(--display);font-size:13px;transition:.25s}.hero-cta:hover{background:var(--lime);color:var(--ink);transform:translateY(-4px)}.hero-product-link{position:absolute;z-index:4;right:34px;top:34px;width:230px;padding:20px;border:2px solid var(--ink);background:#ffffffdb;display:grid;grid-template-columns:1fr auto;gap:8px;box-shadow:8px 8px 0 var(--ink);transition:.25s}.hero-product-link span{grid-column:1/-1;font-size:10px;font-weight:800;letter-spacing:1.2px}.hero-product-link strong{font-family:var(--display);font-size:16px;line-height:1.1}.hero-product-link i{font-style:normal;font-size:22px}.hero-product-link:hover{transform:translate(-5px,-5px);box-shadow:13px 13px 0 var(--ink)}.hero-controls{position:absolute;z-index:4;left:6vw;bottom:32px;display:flex;align-items:center;gap:16px;font-family:var(--display);font-size:11px}.hero-controls button{width:42px;height:42px;border:2px solid var(--ink);border-radius:50%}.hero-controls button:hover{background:var(--lime)}.hero-progress{width:140px;height:4px;background:#1113}.hero-progress span{display:block;height:100%;width:0;background:var(--ink)}.hero-progress span.animate{animation:heroProgress 6s linear forwards}@keyframes heroProgress{to{width:100%}}.scroll-cue{position:absolute;right:38px;bottom:32px;display:flex;align-items:center;gap:10px;transform:rotate(-90deg) translate(100%);transform-origin:right bottom;font-family:var(--display);font-size:10px;letter-spacing:1.5px}.kinetic-strip{overflow:hidden;border-bottom:2px solid var(--ink);background:var(--lime);padding:18px 0}.kinetic-track{width:max-content;display:flex;gap:42px;animation:marquee 25s linear infinite}.kinetic-track span{font-family:var(--display);font-size:clamp(26px,4vw,62px);line-height:1;white-space:nowrap}.mood-section,.shop-section,.character-rail-section,.recommended-section{padding:110px 4vw}.section-intro,.shop-head,.rail-head{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end;margin-bottom:54px}.section-intro p:last-child{max-width:390px;font-size:17px;line-height:1.5}.eyebrow{font-family:var(--display);font-size:11px;letter-spacing:2px;margin:0 0 18px}.section-intro h2,.shop-head h2,.split-copy h2,.rail-head h2,.newsletter h2,.community-copy h2,.detail-story h2,.manifesto-copy h2{font-family:var(--display);font-size:clamp(52px,7vw,104px);line-height:.84;letter-spacing:-.055em;margin:0;text-transform:uppercase}.mood-grid{display:grid;grid-template-columns:repeat(4,1fr);border:2px solid var(--ink)}.mood-card{position:relative;min-height:480px;padding:24px;display:flex;flex-direction:column;align-items:flex-start;border-right:2px solid var(--ink);overflow:hidden;text-align:left;transition:transform .25s}.mood-card:last-child{border-right:0}.mood-card:hover{transform:translateY(-12px);z-index:2;box-shadow:0 12px 0 var(--ink)}.mood-pink{background:var(--pink)}.mood-lime{background:var(--lime)}.mood-orange{background:var(--orange)}.mood-purple{background:var(--purple);color:#fff}.mood-number{font-family:var(--display);font-size:12px}.mood-face{font-family:var(--display);font-size:clamp(90px,10vw,160px);line-height:1;margin:auto;align-self:center;transition:transform .35s}.mood-card:hover .mood-face{transform:rotate(-12deg) scale(1.08)}.mood-card strong{font-family:var(--display);font-size:clamp(32px,4vw,60px);line-height:.9}.mood-card small{font-family:var(--display);font-size:12px;line-height:1.35;margin:14px 0 28px}.mood-card i{font-style:normal;font-family:var(--display);font-size:11px;border-bottom:2px solid currentColor;padding-bottom:4px}.shop-section{border-top:2px solid var(--ink);background:#fffdf7}.filter-tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.filter-tabs button{font-family:var(--display);font-size:11px;padding:12px 15px;border:2px solid var(--ink);border-radius:999px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{position:relative;border:2px solid var(--ink);background:var(--paper);overflow:hidden;transition:opacity .25s,transform .25s;transform-style:preserve-3d}.product-card:hover{z-index:3}.product-card-media{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--card-color)}.product-card-media img{width:100%;height:100%;object-fit:cover;transition:opacity .35s,transform .45s}.product-card-media img.alt{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card-media img:first-child{opacity:0}.product-card:hover .product-card-media img.alt{opacity:1;transform:scale(1.035)}.product-badge{position:absolute;top:14px;left:14px;z-index:2;background:var(--lime);border:2px solid var(--ink);border-radius:999px;padding:8px 10px;font-family:var(--display);font-size:9px;letter-spacing:.7px}.quick-add{position:absolute;right:14px;bottom:14px;z-index:2;width:48px;height:48px;border:2px solid var(--ink);border-radius:50%;background:#fff;font-size:25px;transition:.2s}.quick-add:hover{background:var(--lime);transform:rotate(90deg)}.product-card-copy{display:grid;grid-template-columns:1fr auto;gap:10px;padding:18px;border-top:2px solid var(--ink)}.product-card-copy small{grid-column:1/-1;font-family:var(--display);font-size:9px;letter-spacing:1px}.product-card-copy h3{font-family:var(--display);font-size:19px;line-height:1.05;margin:0}.product-card-copy strong{font-family:var(--display);font-size:15px}.product-card-copy p{grid-column:1/-1;margin:0;font-size:13px;color:#555}.split-feature{display:grid;grid-template-columns:1.1fr .9fr;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);min-height:850px}.split-visual{position:relative;overflow:hidden;background:var(--orange);border-right:2px solid var(--ink)}.split-visual img{width:100%;height:100%;object-fit:cover;transition:transform .18s ease-out}.floating-sticker{position:absolute;right:8%;top:8%;width:145px;height:145px;border:2px solid var(--ink);border-radius:50%;display:grid;place-items:center;text-align:center;font-family:var(--display);font-size:19px;line-height:.9;transform:rotate(9deg);box-shadow:8px 8px 0 var(--ink)}.sticker-lime{background:var(--lime);color:var(--ink)}.split-copy{padding:9vw 7vw;background:var(--purple);color:#fff}.split-copy>p:not(.eyebrow){font-size:19px;line-height:1.55;max-width:570px}.feature-list{margin:54px 0;border-top:1px solid rgba(255,255,255,.4)}.feature-list article{display:grid;grid-template-columns:45px 1fr;gap:10px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.4)}.feature-list span{font-family:var(--display);font-size:12px}.feature-list h3{font-family:var(--display);font-size:20px;margin:0}.feature-list p{grid-column:2;margin:0;color:#ffffffbf}.underlined-link{font-family:var(--display);font-size:12px;border-bottom:2px solid currentColor;padding-bottom:6px}.editorial-stack{display:grid;grid-template-columns:1fr 1fr;border-bottom:2px solid var(--ink)}.editorial-panel{position:relative;min-height:680px;overflow:hidden;border-right:2px solid var(--ink)}.editorial-panel:last-child{border-right:0}.editorial-panel img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.editorial-panel:hover img{transform:scale(1.05)}.editorial-panel>div{position:absolute;left:36px;bottom:34px;right:36px;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.3)}.editorial-panel small{font-family:var(--display);letter-spacing:1.5px}.editorial-panel h2{font-family:var(--display);font-size:clamp(48px,6vw,88px);line-height:.84;letter-spacing:-.055em;margin:12px 0 24px}.editorial-panel a,.editorial-panel button{display:inline-block;background:#fff;color:#111;padding:15px 18px;border:2px solid #111;font-family:var(--display);font-size:11px}.panel-blue{background:var(--blue)}.panel-purple{background:var(--purple)}.character-rail-section{background:var(--ink);color:#fff;overflow:hidden}.rail-buttons{display:flex;gap:8px}.rail-buttons button{width:48px;height:48px;border:2px solid #fff;border-radius:50%;color:#fff}.rail-buttons button:hover{background:var(--lime);color:var(--ink);border-color:var(--lime)}.character-rail{display:flex;gap:22px;overflow:auto;scrollbar-width:none;scroll-snap-type:x mandatory;padding-bottom:18px}.character-rail::-webkit-scrollbar{display:none}.character-card{flex:0 0 330px;background:#fff;color:var(--ink);border:2px solid #fff;scroll-snap-align:start;transition:.25s}.character-card:hover{transform:translateY(-10px) rotate(-1deg)}.character-card img{aspect-ratio:1/1;object-fit:cover}.character-card div{padding:18px;border-top:2px solid var(--ink);display:flex;justify-content:space-between;gap:12px}.character-card h3{font-family:var(--display);font-size:18px;margin:0}.character-card span{font-family:var(--display);font-size:11px}.review-section{display:grid;grid-template-columns:230px 1fr 230px;gap:40px;padding:90px 4vw;border-bottom:2px solid var(--ink);background:var(--lime)}.review-label{font-family:var(--display);font-size:11px;letter-spacing:1.3px}.review-mark{font-family:Georgia,serif;font-size:120px;line-height:.4}.review-main blockquote{font-family:var(--display);font-size:clamp(34px,4.5vw,70px);line-height:.98;letter-spacing:-.04em;margin:24px 0}.review-meta{display:flex;gap:24px;font-size:11px;font-family:var(--display)}.review-side{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.review-stars{font-size:20px;letter-spacing:3px}.review-controls{display:flex;align-items:center;gap:14px;font-family:var(--display);font-size:11px}.review-controls button{width:42px;height:42px;border:2px solid var(--ink);border-radius:50%}.community-section{display:grid;grid-template-columns:.72fr 1.28fr;min-height:760px;border-bottom:2px solid var(--ink)}.community-copy{padding:100px 5vw;background:var(--pink);border-right:2px solid var(--ink);display:flex;flex-direction:column;justify-content:center}.community-copy>p:not(.eyebrow){font-size:18px;line-height:1.55;max-width:480px}.solid-link{display:inline-flex;align-self:flex-start;background:var(--ink);color:#fff;padding:18px 22px;font-family:var(--display);font-size:11px;margin-top:25px}.community-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:0}.community-tile{overflow:hidden;border-right:2px solid var(--ink);border-bottom:2px solid var(--ink)}.community-tile:nth-child(2){border-right:0}.community-tile:nth-child(3){grid-column:1/-1;border-right:0;border-bottom:0}.community-tile img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.community-tile:hover img{transform:scale(1.06)}.newsletter{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:100px 5vw;background:var(--blue);border-bottom:2px solid var(--ink);align-items:end}.newsletter-form{display:flex;align-items:flex-end;gap:0}.newsletter-form label{flex:1}.newsletter-form label span{display:block;font-family:var(--display);font-size:11px;margin-bottom:12px}.newsletter-form input{width:100%;height:62px;border:2px solid var(--ink);background:transparent;padding:0 18px;font-size:18px;outline:none}.newsletter-form input:focus{background:#fff}.newsletter-form button{height:62px;padding:0 26px;background:var(--ink);color:#fff;border:2px solid var(--ink);font-family:var(--display);font-size:12px}footer{background:var(--ink);color:#fff;padding:75px 4vw 28px}.footer-logo{font-family:var(--display);font-size:clamp(80px,16vw,230px);line-height:.72;letter-spacing:-.08em}.footer-copy{max-width:560px;font-family:var(--display);font-size:15px;line-height:1.45;margin:48px 0}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding-top:40px;border-top:1px solid rgba(255,255,255,.25)}.footer-links h4{font-family:var(--display);font-size:11px;color:var(--lime)}.footer-links a,.footer-links button{display:block;color:#fff;margin:12px 0;font-size:14px}.footer-links a:hover,.footer-links button:hover{color:var(--lime)}.footer-bottom{display:flex;justify-content:space-between;padding-top:55px;margin-top:40px;border-top:1px solid rgba(255,255,255,.25);font-family:var(--display);font-size:10px;letter-spacing:1px}.reveal{opacity:0;transform:translateY(38px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.page-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:350;opacity:0;pointer-events:none;transition:.3s}.page-overlay.open{opacity:1;pointer-events:auto}.side-menu,.cart-drawer{position:fixed;top:0;bottom:0;z-index:400;background:var(--paper);transition:transform .35s cubic-bezier(.2,.7,.2,1);border-left:2px solid var(--ink)}.side-menu{left:0;width:min(560px,95vw);transform:translate(-105%);border-left:0;border-right:2px solid var(--ink);background:var(--purple);color:#fff}.side-menu.open{transform:none}.cart-drawer{right:0;width:min(520px,95vw);transform:translate(105%)}.cart-drawer.open{transform:none}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:2px solid currentColor}.drawer-head button,.search-close,.gift-close{font-family:var(--display);font-size:34px;line-height:1}.side-menu nav{display:flex;flex-direction:column}.side-menu nav a,.side-menu nav button{display:flex;justify-content:space-between;padding:25px;border-bottom:2px solid rgba(255,255,255,.45);font-family:var(--display);font-size:clamp(28px,5vw,52px);text-align:left}.side-menu nav a:hover,.side-menu nav button:hover{background:var(--lime);color:var(--ink)}.side-menu nav span{font-size:12px}.menu-note{position:absolute;bottom:25px;left:25px;font-family:var(--display);font-size:10px;letter-spacing:1.5px}.shipping-progress{padding:18px 24px;border-bottom:2px solid var(--ink)}.shipping-progress p{font-size:12px;font-weight:700;margin:0 0 10px}.shipping-progress>div{height:8px;border:2px solid var(--ink);border-radius:99px;overflow:hidden}.shipping-progress span{display:block;height:100%;width:0;background:var(--lime);transition:.3s}.cart-items{max-height:calc(100vh - 290px);overflow:auto}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:14px;padding:18px;border-bottom:2px solid var(--ink)}.cart-item img{width:100px;height:100px;object-fit:cover;border:2px solid var(--ink)}.cart-item h3{font-family:var(--display);font-size:14px;margin:0 0 8px}.cart-item p{font-size:12px;margin:0 0 12px}.cart-item-controls{display:flex;align-items:center;gap:8px}.cart-item-controls button{width:27px;height:27px;border:1px solid var(--ink);border-radius:50%}.cart-item-remove{font-size:20px}.cart-empty{text-align:center;padding:80px 35px}.cart-empty>span{font-family:var(--display);font-size:80px}.cart-empty h3{font-family:var(--display);font-size:26px}.cart-summary{position:absolute;left:0;right:0;bottom:0;background:var(--paper);border-top:2px solid var(--ink);padding:20px}.cart-summary>div{display:flex;justify-content:space-between;font-family:var(--display);margin-bottom:16px}.cart-summary button{width:100%;padding:18px;background:var(--ink);color:#fff;font-family:var(--display);font-size:12px}.search-layer,.gift-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;opacity:0;pointer-events:none;transform:scale(.985);transition:.3s;background:var(--lime)}.search-layer.open,.gift-layer.open{opacity:1;pointer-events:auto;transform:none}.search-close,.gift-close{position:absolute;right:28px;top:24px}.search-inner{max-width:1100px;margin:0 auto;padding:15vh 5vw}.search-inner label{display:block;font-family:var(--display);font-size:12px;letter-spacing:2px}.search-inner input{width:100%;border:0;border-bottom:6px solid var(--ink);background:transparent;font-family:var(--display);font-size:clamp(42px,8vw,110px);letter-spacing:-.05em;text-transform:uppercase;outline:0;padding:20px 0}.search-results{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:35px}.search-result{border:2px solid var(--ink);background:#fff}.search-result img{aspect-ratio:1;object-fit:cover}.search-result div{padding:12px}.search-result h3{font-family:var(--display);font-size:13px;margin:0 0 5px}.search-result span{font-size:12px}.gift-layer{background:var(--purple);color:#fff;padding:9vh 7vw}.gift-progress{position:absolute;left:7vw;right:7vw;top:32px;height:5px;background:#ffffff40}.gift-progress span{display:block;height:100%;width:33%;background:var(--lime);transition:.35s}.gift-step{display:none}.gift-step.active{display:block}.gift-step>small{font-family:var(--display);letter-spacing:2px}.gift-step>h2{font-family:var(--display);font-size:clamp(62px,9vw,138px);line-height:.78;letter-spacing:-.065em;margin:40px 0 55px}.gift-options{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;max-width:1050px}.gift-options button{padding:25px;border:2px solid #fff;color:#fff;text-align:left;font-family:var(--display);font-size:clamp(20px,2.5vw,34px)}.gift-options button:hover{background:var(--lime);color:var(--ink);border-color:var(--ink);transform:translate(-5px,-5px);box-shadow:8px 8px 0 var(--ink)}.gift-result{display:grid;grid-template-columns:minmax(280px,520px) 1fr;gap:45px;align-items:center}.gift-result img{border:2px solid #fff}.gift-result h3{font-family:var(--display);font-size:clamp(34px,5vw,74px);line-height:.9;margin:0 0 20px}.gift-result p{font-size:18px;line-height:1.5;max-width:520px}.gift-result a{display:inline-block;background:var(--lime);color:var(--ink);border:2px solid var(--ink);padding:17px 20px;font-family:var(--display);margin:18px 18px 0 0}.gift-result button{color:#fff;border-bottom:2px solid #fff;font-family:var(--display);padding-bottom:4px}.toast{position:fixed;left:50%;bottom:28px;z-index:800;transform:translate(-50%,130px);background:var(--ink);color:#fff;padding:16px 20px;border:2px solid var(--lime);font-family:var(--display);font-size:11px;transition:.3s}.toast.show{transform:translate(-50%)}.product-header{position:sticky}.product-main{background:#fffdf7}.breadcrumbs{display:flex;gap:10px;padding:22px 4vw;border-bottom:2px solid var(--ink);font-family:var(--display);font-size:10px;letter-spacing:1px}.product-detail{display:grid;grid-template-columns:1.08fr .92fr;border-bottom:2px solid var(--ink)}.product-gallery{padding:30px;border-right:2px solid var(--ink);background:var(--paper)}.product-main-image{position:sticky;top:135px;aspect-ratio:1/1;overflow:hidden;border:2px solid var(--ink);background:#ddd}.product-main-image img{width:100%;height:100%;object-fit:cover;transition:transform .15s}.zoom-lens{position:absolute;width:170px;height:170px;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 2px var(--ink),0 8px 24px #00000040;display:none;pointer-events:none;background-repeat:no-repeat}.image-index{position:absolute;left:14px;bottom:14px;background:#fff;border:2px solid var(--ink);padding:8px 10px;font-family:var(--display);font-size:10px}.image-nav{position:absolute;top:50%;width:45px;height:45px;border:2px solid var(--ink);border-radius:50%;background:#fff;transform:translateY(-50%);font-size:20px}.image-nav.prev{left:14px}.image-nav.next{right:14px}.product-thumbnails{display:grid;grid-template-columns:repeat(2,105px);gap:12px;margin-top:15px}.product-thumbnails button{border:2px solid transparent}.product-thumbnails button.active{border-color:var(--ink)}.product-thumbnails img{aspect-ratio:1;object-fit:cover}.product-info{padding:6vw 5vw}.product-topline{display:flex;justify-content:space-between;gap:20px;font-family:var(--display);font-size:10px;letter-spacing:1.5px}.product-topline span:first-child{background:var(--lime);border:2px solid var(--ink);padding:8px 10px;border-radius:99px}.product-info h1{font-family:var(--display);font-size:clamp(60px,7vw,112px);line-height:.78;letter-spacing:-.065em;margin:38px 0 25px;text-transform:uppercase}.product-tagline{font-family:var(--display);font-size:clamp(20px,2vw,31px);line-height:1.05}.product-rating{display:flex;align-items:center;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)}.product-rating span{letter-spacing:3px}.product-rating button{font-size:11px;font-family:var(--display);border-bottom:1px solid var(--ink)}.product-price{font-family:var(--display);font-size:32px;margin:25px 0}.product-description{font-size:17px;line-height:1.6;max-width:620px}.variant-block{display:flex;align-items:center;justify-content:space-between;padding:25px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:30px}.variant-block strong{display:block;font-family:var(--display);font-size:11px;margin-bottom:5px}.variant-block span{font-size:13px}.variant-swatches{display:flex;gap:10px}.variant-swatches button{width:35px;height:35px;border-radius:50%;border:2px solid var(--ink);box-shadow:inset 0 0 0 4px #fff}.variant-swatches button.active{outline:3px solid var(--ink);outline-offset:3px}.purchase-row{display:grid;grid-template-columns:135px 1fr;gap:12px;margin:28px 0 18px}.quantity-picker{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;border:2px solid var(--ink)}.quantity-picker button,.quantity-picker span{height:58px;display:grid;place-items:center}.quantity-picker button:hover{background:var(--lime)}.add-to-cart-big{height:62px;background:var(--ink);color:#fff;font-family:var(--display);font-size:14px;display:flex;justify-content:space-between;align-items:center;padding:0 24px}.add-to-cart-big:hover{background:var(--purple)}.buy-notes{display:flex;flex-wrap:wrap;gap:14px;font-family:var(--display);font-size:9px}.product-accordions{margin-top:40px;border-top:2px solid var(--ink)}.accordion{border-bottom:2px solid var(--ink)}.accordion>button{width:100%;display:flex;justify-content:space-between;padding:20px 0;font-family:var(--display);font-size:13px}.accordion>div{display:grid;grid-template-rows:0fr;transition:.3s}.accordion>div>*{overflow:hidden;margin:0}.accordion.open>div{grid-template-rows:1fr}.accordion.open>div>*{margin:0 0 24px}.accordion ul{padding-left:20px;line-height:1.8}.accordion p{line-height:1.6}.product-manifesto{position:relative;min-height:720px;background:var(--product-color,var(--pink));border-bottom:2px solid var(--ink);display:grid;place-items:center;overflow:hidden}.manifesto-copy{position:relative;z-index:2;text-align:center}.manifesto-copy p:last-child{font-size:20px}.manifesto-orbit{position:absolute;top:0;right:0;bottom:0;left:0;animation:spin 22s linear infinite}.manifesto-orbit span{position:absolute;font-family:var(--display);font-size:14px;background:var(--lime);border:2px solid var(--ink);padding:12px 16px;box-shadow:6px 6px 0 var(--ink)}.manifesto-orbit span:nth-child(1){top:12%;left:16%;transform:rotate(-14deg)}.manifesto-orbit span:nth-child(2){top:18%;right:14%;transform:rotate(12deg)}.manifesto-orbit span:nth-child(3){bottom:14%;left:18%;transform:rotate(9deg)}.manifesto-orbit span:nth-child(4){bottom:12%;right:17%;transform:rotate(-9deg)}@keyframes spin{50%{transform:rotate(5deg) scale(1.04)}}.detail-story{display:grid;grid-template-columns:1fr 1fr;border-bottom:2px solid var(--ink)}.detail-story-copy{padding:9vw 6vw;background:var(--ink);color:#fff}.detail-story-copy>p:not(.eyebrow){font-size:18px;line-height:1.6}.dimension-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:55px}.dimension-stats div{border-top:2px solid #fff;padding-top:15px}.dimension-stats strong{display:block;font-family:var(--display);font-size:25px}.dimension-stats span{font-size:10px}.detail-story-image{position:relative;min-height:720px;overflow:hidden}.detail-story-image img{width:100%;height:100%;object-fit:cover}.reviews-anchor{padding:95px 6vw;background:var(--lime);border-bottom:2px solid var(--ink);display:grid;grid-template-columns:350px 1fr;gap:70px}.reviews-score{display:flex;align-items:center;gap:22px}.reviews-score>strong{font-family:var(--display);font-size:100px;line-height:1}.reviews-score span{font-size:20px;letter-spacing:3px}.reviews-score p{font-family:var(--display);font-size:9px;line-height:1.5}.reviews-anchor blockquote{font-family:var(--display);font-size:clamp(34px,4vw,64px);line-height:.98;margin:0}.review-person{grid-column:2;font-family:var(--display);font-size:11px}.recommended-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}@media(max-width:1100px){.site-header{grid-template-columns:auto auto 1fr;padding:0 20px}.main-nav{display:none}.header-tools{justify-self:end}.text-button{display:none}.hero-copy{width:56%;padding-left:4vw}.hero-stage{left:38%}.hero-product-link{top:24px;right:22px;width:200px}.product-grid{grid-template-columns:repeat(3,1fr)}.mood-grid{grid-template-columns:repeat(2,1fr)}.mood-card:nth-child(2){border-right:0}.mood-card:nth-child(-n+2){border-bottom:2px solid var(--ink)}.review-section{grid-template-columns:150px 1fr}.review-side{grid-column:2;flex-direction:row;align-items:center}.community-section{grid-template-columns:1fr}.community-copy{border-right:0;border-bottom:2px solid var(--ink)}.recommended-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:820px){.announcement{height:28px}.site-header{height:68px}.logo{font-size:25px}.header-tools .cart-button{padding:10px 12px}.header-tools .cart-button{font-size:0}.header-tools .cart-button span{font-size:11px;margin:0}.hero{min-height:850px}.hero-stage{top:250px;right:-20%;bottom:100px;left:10%;opacity:.94}.hero-stage img{width:780px}.hero-copy{width:100%;padding:70px 24px 0}.hero-copy h1{font-size:clamp(56px,16vw,96px)}.hero-copy p{font-size:15px;max-width:78%}.hero-product-link,.scroll-cue{display:none}.hero-controls{left:24px;bottom:20px}.hero-progress{width:75px}.mood-section,.shop-section,.character-rail-section,.recommended-section{padding:75px 20px}.section-intro,.shop-head,.rail-head{grid-template-columns:1fr;align-items:start}.section-intro h2,.shop-head h2,.split-copy h2,.rail-head h2,.newsletter h2,.community-copy h2,.detail-story h2,.manifesto-copy h2{font-size:clamp(46px,13vw,80px)}.mood-grid{grid-template-columns:1fr}.mood-card{min-height:380px;border-right:0;border-bottom:2px solid var(--ink)!important}.mood-card:last-child{border-bottom:0!important}.mood-face{font-size:120px}.filter-tabs{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:5px}.filter-tabs button{white-space:nowrap}.product-grid{grid-template-columns:repeat(2,1fr)}.split-feature,.detail-story{grid-template-columns:1fr}.split-visual{min-height:620px;border-right:0;border-bottom:2px solid var(--ink)}.split-copy{padding:80px 24px}.editorial-stack{grid-template-columns:1fr}.editorial-panel{border-right:0;border-bottom:2px solid var(--ink);min-height:560px}.editorial-panel:last-child{border-bottom:0}.editorial-panel>div{left:22px;right:22px;bottom:22px}.review-section{grid-template-columns:1fr;padding:70px 20px}.review-label,.review-side{grid-column:auto}.review-side{align-items:flex-start}.review-meta{flex-direction:column;gap:5px}.community-grid{min-height:700px}.newsletter{grid-template-columns:1fr;padding:70px 20px}.footer-links{grid-template-columns:1fr 1fr}.search-results{grid-template-columns:repeat(2,1fr)}.gift-layer{padding:90px 20px 30px}.gift-options{grid-template-columns:1fr}.gift-step>h2{margin:30px 0}.gift-result{grid-template-columns:1fr}.gift-result img{max-height:300px;width:100%;object-fit:cover}.product-detail{grid-template-columns:1fr}.product-gallery{border-right:0;border-bottom:2px solid var(--ink);padding:20px}.product-main-image{position:relative;top:auto}.product-info{padding:60px 22px}.product-info h1{font-size:clamp(56px,15vw,96px)}.reviews-anchor{grid-template-columns:1fr;padding:70px 22px}.review-person{grid-column:1}.recommended-grid{grid-template-columns:repeat(2,1fr)}.detail-story-copy{padding:75px 24px}.detail-story-image{min-height:550px}.product-manifesto{min-height:600px}.manifesto-orbit span{font-size:10px}}@media(max-width:540px){.site-header{padding:0 12px;gap:12px}.icon-button{width:38px;height:38px}.header-tools{gap:6px}.hero-copy p{max-width:100%}.hero-stage{top:310px;right:-50%;bottom:90px;left:-15%}.hero-controls{gap:9px}.hero-controls button{width:37px;height:37px}.product-grid,.recommended-grid{grid-template-columns:1fr}.product-card-copy h3{font-size:21px}.character-card{flex-basis:280px}.review-main blockquote{font-size:34px}.community-grid{grid-template-columns:1fr;grid-template-rows:repeat(3,300px)}.community-tile,.community-tile:nth-child(2),.community-tile:nth-child(3){grid-column:auto;border-right:0;border-bottom:2px solid var(--ink)}.community-tile:last-child{border-bottom:0}.newsletter-form{display:block}.newsletter-form button{width:100%;margin-top:10px}.footer-links{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:15px}.search-results{grid-template-columns:1fr}.search-inner{padding-top:18vh}.gift-step>h2{font-size:50px}.purchase-row{grid-template-columns:1fr}.quantity-picker{grid-template-columns:repeat(3,1fr)}.buy-notes{display:grid}.product-thumbnails{grid-template-columns:repeat(2,1fr)}.dimension-stats{grid-template-columns:1fr}.reviews-score{align-items:flex-start}.reviews-score>strong{font-size:70px}.footer-logo{font-size:25vw}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.cursor-dot,.cursor-ring{display:none!important}}.hero{--stage-accent:#ff8db3;--stage-secondary:#7045ff}.hero.tone-orange{--stage-accent:#ff9a4d;--stage-secondary:#7a4bff}.hero.tone-blue{--stage-accent:#61cef8;--stage-secondary:#253e91}.hero-stage{top:3.5vh;right:1.6vw;bottom:5.5vh;left:43.5%;padding:0;isolation:isolate;overflow:visible;perspective:1400px}.hero-showcase{--parallax-x:0px;--parallax-y:0px;--tilt-x:0deg;--tilt-y:0deg;position:relative;width:min(790px,54vw);height:min(690px,76vh);min-height:520px;transform-style:preserve-3d;transform:translate(var(--enter-x,0)) scale(.965) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));opacity:0;transition:opacity .5s ease,transform .7s cubic-bezier(.2,.75,.2,1)}.hero-showcase.is-ready{opacity:1;transform:translate(0) scale(1) rotateX(var(--tilt-x)) rotateY(var(--tilt-y))}.hero-showcase:before{content:"";position:absolute;top:11%;right:7%;bottom:7%;left:8%;z-index:0;border:2px solid var(--ink);border-radius:36px;background:linear-gradient(90deg,rgba(17,17,17,.055) 1px,transparent 1px),linear-gradient(rgba(17,17,17,.055) 1px,transparent 1px),linear-gradient(145deg,#fffdf8 0 58%,color-mix(in srgb,var(--stage-accent) 20%,#fffdf8));background-size:32px 32px,32px 32px,100% 100%;box-shadow:18px 18px #11111129;transform:rotate(-2.4deg) translateZ(-45px)}.hero-showcase:after{content:"";position:absolute;left:16%;right:11%;bottom:3%;height:15%;z-index:-1;border:2px solid var(--ink);border-radius:50%;background:var(--stage-secondary);box-shadow:0 18px 30px #1111112e;transform:rotate(-2deg) translateZ(-70px)}.hero-main-card{position:absolute;top:15%;right:10%;bottom:12%;left:12%;z-index:5;display:grid;place-items:center;overflow:hidden;border:2px solid var(--ink);border-radius:30px;background:#fffdf9;box-shadow:12px 12px 0 var(--ink);transform:translate3d(var(--parallax-x),var(--parallax-y),42px) rotate(-1deg);transition:transform .35s ease,box-shadow .35s ease}.hero-main-card:before{content:"";position:absolute;top:17px;left:20px;width:10px;height:10px;border:2px solid var(--ink);border-radius:50%;background:var(--stage-accent);box-shadow:18px 0 0 -2px var(--stage-secondary),36px 0 0 -2px #dfff54;z-index:2}.hero-main-card:after{content:"";position:absolute;right:-9%;bottom:-18%;width:38%;aspect-ratio:1;border:2px solid var(--ink);border-radius:50%;background:color-mix(in srgb,var(--stage-accent) 68%,white);opacity:.72}.hero-main-image{position:relative;z-index:1;width:105%;height:100%;max-height:none;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 22px 18px rgba(0,0,0,.12));animation:heroProductBreathe 5.6s ease-in-out infinite;transform-origin:50% 70%}@keyframes heroProductBreathe{0%,to{transform:translateY(4px) scale(.98)}50%{transform:translateY(-7px) scale(1.005)}}.hero-peek{position:absolute;z-index:3;width:27%;aspect-ratio:1.16;padding:8px;overflow:hidden;border:2px solid var(--ink);border-radius:20px;background:#fffdf8;box-shadow:8px 8px 0 var(--ink);cursor:pointer;pointer-events:auto;transition:transform .28s ease,box-shadow .28s ease,z-index 0s}.hero-peek img{width:100%;height:100%;max-height:none;object-fit:contain;mix-blend-mode:multiply;filter:none;animation:none;transition:transform .3s ease}.hero-peek-prev{left:0;top:8%;transform:translateZ(8px) rotate(-8deg)}.hero-peek-next{right:0;bottom:5%;transform:translateZ(14px) rotate(8deg)}.hero-peek:hover{z-index:8;box-shadow:12px 12px 0 var(--ink)}.hero-peek-prev:hover{transform:translate(-7px,-9px) translateZ(65px) rotate(-4deg)}.hero-peek-next:hover{transform:translate(7px,-9px) translateZ(65px) rotate(4deg)}.hero-peek:hover img{transform:scale(1.06)}.hero-shape{position:absolute;z-index:7;pointer-events:none;filter:drop-shadow(5px 7px 0 rgba(17,17,17,.14))}.hero-shape-one{top:4%;right:21%;width:68px;aspect-ratio:1;border:2px solid var(--ink);border-radius:50%;background:var(--stage-accent);animation:shapeOrbit 6s ease-in-out infinite}.hero-shape-one:after{content:"";position:absolute;top:15px;right:15px;bottom:15px;left:15px;border:2px solid var(--ink);border-radius:50%;background:#fffdf8}.hero-shape-two{left:5%;bottom:12%;width:76px;height:76px;border:2px solid var(--ink);background:#dfff54;clip-path:polygon(50% 0,61% 35%,98% 36%,68% 57%,79% 94%,50% 72%,21% 94%,32% 57%,2% 36%,39% 35%);animation:shapeSpin 9s linear infinite}.hero-shape-three{top:35%;right:3%;width:28px;height:96px;border:2px solid var(--ink);border-radius:999px;background:repeating-linear-gradient(0deg,var(--stage-secondary) 0 12px,#fffdf8 12px 22px);transform:rotate(18deg);animation:shapeBob 4.8s ease-in-out infinite}@keyframes shapeOrbit{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(8deg)}}@keyframes shapeSpin{to{transform:rotate(360deg)}}@keyframes shapeBob{0%,to{transform:translateY(0) rotate(18deg)}50%{transform:translateY(12px) rotate(12deg)}}.shop-section{position:relative;isolation:isolate;overflow:hidden;background:#fffdf7;background-image:radial-gradient(circle at 13% 15%,rgba(255,141,179,.11) 0 7px,transparent 8px),radial-gradient(circle at 91% 30%,rgba(123,97,255,.1) 0 9px,transparent 10px),linear-gradient(90deg,rgba(17,17,17,.028) 1px,transparent 1px),linear-gradient(rgba(17,17,17,.028) 1px,transparent 1px);background-size:auto,auto,48px 48px,48px 48px}.shop-section:before{content:"";position:absolute;z-index:-1;width:370px;height:370px;right:-140px;top:160px;border:2px solid var(--ink);border-radius:50%;background:var(--lime);box-shadow:20px 20px #11111121}.shop-section:after{content:"";position:absolute;z-index:-1;width:240px;height:70px;left:-55px;bottom:150px;border:2px solid var(--ink);border-radius:999px;background:var(--purple);transform:rotate(-16deg)}.shop-head{position:relative;z-index:2;padding:0 0 34px;border-bottom:2px solid var(--ink);margin-bottom:42px}.shop-head:after{content:"";position:absolute;width:62px;height:62px;left:min(47vw,700px);bottom:-31px;border:2px solid var(--ink);background:var(--orange);transform:rotate(13deg);box-shadow:7px 7px 0 var(--ink)}.filter-tabs{position:relative;padding:8px;background:#fffdf7;border:2px solid var(--ink);border-radius:999px;box-shadow:8px 8px 0 var(--ink)}.filter-tabs button{border:0}.filter-tabs button.active,.filter-tabs button:hover{background:var(--ink);color:#fff}.product-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;gap:26px;align-items:stretch}.product-grid .product-card{grid-column:span 3;min-height:560px}.product-grid .product-card:nth-child(1),.product-grid .product-card:nth-child(6){grid-column:span 6}.product-grid .product-card:nth-child(7),.product-grid .product-card:nth-child(8){grid-column:span 6;min-height:520px}.product-card{position:relative;display:grid;grid-template-rows:minmax(0,1fr) auto;border:2px solid var(--ink);background:#fffdf7;overflow:visible;transform:rotate(var(--card-tilt));transition:opacity .25s,transform .32s cubic-bezier(.2,.75,.2,1),box-shadow .32s;transform-style:preserve-3d;animation:productCardIn .62s both;animation-delay:calc(var(--card-index) * 55ms)}@keyframes productCardIn{0%{opacity:0;transform:translateY(34px) rotate(var(--card-tilt))}to{opacity:1;transform:translateY(0) rotate(var(--card-tilt))}}.product-card:before{content:"";position:absolute;top:10px;right:-10px;bottom:-10px;left:10px;z-index:-1;border:2px solid var(--ink);background:color-mix(in srgb,var(--card-color) 74%,white);transition:transform .32s,background .32s}.product-card.hidden{display:none}.product-card:hover{z-index:4;transform:translateY(-12px) rotate(0);box-shadow:0 18px 24px #11111124}.product-card:hover:before{transform:translate(7px,7px);background:var(--card-color)}.product-card-media{position:relative;min-height:390px;aspect-ratio:auto;overflow:hidden;display:grid;place-items:center;padding:42px 26px 30px;background:linear-gradient(145deg,color-mix(in srgb,var(--card-color) 26%,#fffdf7),#fffdf7 62%)}.product-card-media:before{content:"";position:absolute;width:74%;aspect-ratio:1;right:-25%;bottom:-32%;border:2px solid var(--ink);border-radius:50%;background:color-mix(in srgb,var(--card-accent) 33%,white);opacity:.68;transition:transform .6s cubic-bezier(.2,.75,.2,1)}.product-card-media:after{content:"";position:absolute;left:8%;bottom:12%;width:52%;height:11%;border-radius:50%;background:#11111124;filter:blur(14px);transform:rotate(-4deg);transition:.4s}.product-card-media img{position:absolute;z-index:1;top:48px;right:24px;bottom:30px;left:24px;width:calc(100% - 48px);height:calc(100% - 78px);object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 18px 12px rgba(17,17,17,.11));transform:rotate(calc(var(--card-tilt) * -1)) scale(.98);transition:opacity .38s,transform .55s cubic-bezier(.2,.75,.2,1)}.product-card-media img.alt{top:34px;right:12px;bottom:20px;left:12px;width:calc(100% - 24px);height:calc(100% - 54px);opacity:0;transform:rotate(0) scale(.93)}.product-card:hover .product-card-media img:first-of-type{opacity:0;transform:rotate(-2deg) scale(1.06)}.product-card:hover .product-card-media img.alt{opacity:1;transform:rotate(1.2deg) scale(1.02)}.product-card:hover .product-card-media:before{transform:scale(1.14) translate(-6%,-5%)}.product-badge{top:15px;left:15px;padding:8px 11px;box-shadow:4px 4px 0 var(--ink)}.product-card-number{position:absolute;right:16px;top:13px;z-index:3;font-family:var(--display);font-size:clamp(30px,3vw,46px);line-height:1;color:#1111112e;letter-spacing:-.08em}.product-card-orbit{position:absolute;z-index:0;width:92px;height:92px;right:8%;top:19%;border:2px dashed var(--ink);border-radius:50%;opacity:.26;animation:productOrbit 16s linear infinite}.product-card-orbit:after{content:"";position:absolute;width:15px;height:15px;top:-8px;left:36px;border:2px solid var(--ink);border-radius:50%;background:var(--lime)}@keyframes productOrbit{to{transform:rotate(360deg)}}.product-card-mood{position:absolute;z-index:3;left:15px;bottom:14px;padding:7px 9px;border:2px solid var(--ink);background:#fffdf7;font-family:var(--display);font-size:8px;letter-spacing:1px;box-shadow:4px 4px 0 var(--ink);transform:rotate(-2deg)}.quick-add{right:18px;bottom:19px;width:52px;height:52px;background:#fffdf7;box-shadow:5px 5px 0 var(--ink)}.quick-add:hover{background:var(--card-color);transform:rotate(90deg) translate(-2px,-2px);box-shadow:7px -7px 0 var(--ink)}.product-card-copy{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;align-items:start;gap:10px;padding:21px 20px 22px;border-top:2px solid var(--ink);background:#fffdf7}.product-card-copy small{grid-column:1/-1;font-size:9px;letter-spacing:1.2px;color:#555}.product-card-copy h3{font-size:clamp(18px,1.45vw,25px);max-width:80%}.product-card-copy strong{padding:7px 9px;border:2px solid var(--ink);background:color-mix(in srgb,var(--card-color) 55%,white);box-shadow:3px 3px 0 var(--ink);font-size:13px;transform:rotate(1.5deg)}.product-card-copy p{font-size:13px;line-height:1.45;color:#4f4f4f;max-width:92%}.product-grid .product-card:nth-child(1) .product-card-media,.product-grid .product-card:nth-child(6) .product-card-media{min-height:470px}.product-grid .product-card:nth-child(1) .product-card-media img,.product-grid .product-card:nth-child(6) .product-card-media img{top:40px;right:42px;bottom:28px;left:42px;width:calc(100% - 84px);height:calc(100% - 68px)}.product-card-compact{min-height:0;transform:none;animation:none}.product-card-compact:before{display:none}.product-card-compact .product-card-number,.product-card-compact .product-card-orbit,.product-card-compact .product-card-mood{display:none}.product-card-compact .product-card-media{min-height:300px}.product-card-compact .product-card-copy p{display:none}@media(max-width:1250px){.hero-stage{top:5vh;right:1vw;bottom:6vh;left:40%}.hero-showcase{width:min(690px,58vw);height:min(620px,72vh);min-height:480px}.product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.product-grid .product-card{grid-column:span 3}.product-grid .product-card:nth-child(1),.product-grid .product-card:nth-child(6),.product-grid .product-card:nth-child(7),.product-grid .product-card:nth-child(8){grid-column:span 3}.product-grid .product-card:nth-child(1){grid-column:span 6}.product-grid .product-card:nth-child(1) .product-card-media{min-height:470px}}@media(max-width:820px){.hero{min-height:930px}.hero-stage{top:340px;right:16px;bottom:82px;left:16px;opacity:1}.hero-showcase{width:100%;height:510px;min-height:0}.hero-showcase:before{top:10%;right:6%;bottom:8%;left:8%;border-radius:28px;box-shadow:13px 13px #11111126}.hero-main-card{top:15%;right:9%;bottom:13%;left:11%;border-radius:25px;box-shadow:9px 9px 0 var(--ink)}.hero-peek{width:25%;padding:6px;border-radius:16px;box-shadow:6px 6px 0 var(--ink)}.hero-shape-one{width:52px}.hero-shape-two{width:58px;height:58px}.hero-shape-three{height:72px}.shop-head{padding-bottom:30px}.shop-head:after{display:none}.filter-tabs{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;border-radius:18px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.product-grid .product-card,.product-grid .product-card:nth-child(1),.product-grid .product-card:nth-child(6),.product-grid .product-card:nth-child(7),.product-grid .product-card:nth-child(8){grid-column:span 1;min-height:500px}.product-grid .product-card:nth-child(1){grid-column:span 2}.product-card-media,.product-grid .product-card:nth-child(1) .product-card-media,.product-grid .product-card:nth-child(6) .product-card-media{min-height:355px}.product-grid .product-card:nth-child(1) .product-card-media img,.product-grid .product-card:nth-child(6) .product-card-media img{top:42px;right:24px;bottom:28px;left:24px;width:calc(100% - 48px);height:calc(100% - 70px)}}@media(max-width:540px){.hero{min-height:890px}.hero-stage{top:370px;right:8px;bottom:70px;left:8px}.hero-showcase{height:455px}.hero-showcase:before{top:12%;right:4%;bottom:7%;left:6%;border-radius:22px;box-shadow:9px 9px #11111124;background-size:25px 25px,25px 25px,100% 100%}.hero-main-card{top:18%;right:5%;bottom:12%;left:8%;border-radius:20px;box-shadow:7px 7px 0 var(--ink)}.hero-main-image{width:112%;height:94%;margin-top:18px}.hero-peek{width:27%;padding:4px;border-radius:12px;box-shadow:4px 4px 0 var(--ink)}.hero-shape-one{width:40px}.hero-shape-two{width:43px;height:43px}.hero-shape-three{width:20px;height:58px}.shop-section{padding-left:14px;padding-right:14px}.product-grid{grid-template-columns:1fr;gap:24px}.product-grid .product-card,.product-grid .product-card:nth-child(1),.product-grid .product-card:nth-child(6),.product-grid .product-card:nth-child(7),.product-grid .product-card:nth-child(8){grid-column:1;min-height:520px}.product-card{transform:none}.product-card-media,.product-grid .product-card:nth-child(1) .product-card-media,.product-grid .product-card:nth-child(6) .product-card-media{min-height:390px}.product-card-copy h3{font-size:23px}.product-card-number{font-size:36px}}.filter-tabs{scrollbar-width:none}.filter-tabs::-webkit-scrollbar{display:none}@media(min-width:1251px){.product-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:28px}.product-grid .product-card,.product-grid .product-card:nth-child(6),.product-grid .product-card:nth-child(7),.product-grid .product-card:nth-child(8){grid-column:span 4;min-height:500px}.product-grid .product-card:nth-child(1){grid-column:span 8;min-height:540px}}.product-card-media{min-height:330px;padding:0;background:#f8f7f2;isolation:isolate}.product-card-media:before{width:92px;height:92px;right:-38px;bottom:-38px;border-radius:50%;background:var(--card-color);opacity:.22}.product-card-media:after{left:13%;bottom:7%;width:74%;height:8%;background:#1111111c;filter:blur(13px);opacity:.55}.product-card-media img,.product-grid .product-card:nth-child(1) .product-card-media img,.product-grid .product-card:nth-child(6) .product-card-media img{top:20px;right:8px;bottom:12px;left:8px;width:calc(100% - 16px);height:calc(100% - 32px);object-fit:contain;object-position:center;mix-blend-mode:normal;image-rendering:auto;filter:contrast(1.045) saturate(1.035) drop-shadow(0 15px 12px rgba(17,17,17,.12));transform:rotate(calc(var(--card-tilt) * -.35)) scale(1.01)}.product-card-media img.alt,.product-grid .product-card:nth-child(1) .product-card-media img.alt,.product-grid .product-card:nth-child(6) .product-card-media img.alt{top:20px;right:8px;bottom:12px;left:8px;width:calc(100% - 16px);height:calc(100% - 32px);transform:rotate(0) scale(.985)}.product-card:hover .product-card-media img:first-of-type{opacity:.08;transform:rotate(-.5deg) scale(1.035)}.product-card:hover .product-card-media img.alt{opacity:1;transform:rotate(.5deg) scale(1.025)}.product-card:hover .product-card-media:before{transform:scale(1.08) translate(-4%,-4%)}.product-card-orbit{width:66px;height:66px;right:12px;top:58px;opacity:.14}.product-card-orbit:after{width:11px;height:11px;top:-6px;left:25px}.product-card-number{right:16px;top:13px;color:#11111121}.product-card-mood{left:16px;bottom:auto;top:57px;padding:6px 8px;box-shadow:3px 3px 0 var(--ink)}.product-badge{z-index:5}.product-grid .product-card:nth-child(1) .product-card-media{min-height:430px}.product-grid .product-card:nth-child(6) .product-card-media{min-height:330px}.product-card-copy{padding-top:18px}.product-card:hover{box-shadow:0 22px 34px #11111121}@media(max-width:1250px){.product-card-media,.product-grid .product-card:nth-child(1) .product-card-media,.product-grid .product-card:nth-child(6) .product-card-media{min-height:340px}.product-grid .product-card:nth-child(1) .product-card-media{min-height:430px}}@media(max-width:820px){.product-card-media,.product-grid .product-card:nth-child(1) .product-card-media,.product-grid .product-card:nth-child(6) .product-card-media{min-height:330px}.product-grid .product-card:nth-child(1) .product-card-media{min-height:410px}.product-card-media img,.product-grid .product-card:nth-child(1) .product-card-media img,.product-grid .product-card:nth-child(6) .product-card-media img,.product-card-media img.alt,.product-grid .product-card:nth-child(1) .product-card-media img.alt,.product-grid .product-card:nth-child(6) .product-card-media img.alt{top:18px;right:6px;bottom:10px;left:6px;width:calc(100% - 12px);height:calc(100% - 28px)}}@media(max-width:540px){.product-card-media,.product-grid .product-card:nth-child(1) .product-card-media,.product-grid .product-card:nth-child(6) .product-card-media{min-height:340px}.product-card-mood{top:54px}.product-card-orbit{display:none}}.shopify-section{display:block}.shopify-section:empty{display:none}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.shopify-message{padding:14px 16px;border:2px solid var(--ink);margin:0 0 18px;font-weight:700;background:var(--lime)}.shopify-errors{padding:14px 16px;border:2px solid var(--ink);margin:0 0 18px;background:#ffd6d6}.shopify-errors ul{margin:0;padding-left:20px}.product-card.is-unavailable .quick-add{opacity:.45;cursor:not-allowed}.quick-add[disabled],.add-to-cart-big[disabled]{opacity:.5;cursor:not-allowed}.product-variant-select{width:100%;border:2px solid var(--ink);background:#fff;padding:14px 16px;font-weight:800;margin-top:12px}.product-form-error{margin:12px 0 0;font-weight:800;color:#9c1a1a}.product-description.rte p:first-child{margin-top:0}.rte img{height:auto}.rte a{text-decoration:underline}.rte ul,.rte ol{padding-left:1.4em}.generic-main{min-height:60vh;padding:80px 5vw 110px;background:#fffdf7}.generic-main h1{font-family:var(--display);font-size:clamp(52px,8vw,112px);line-height:.84;letter-spacing:-.055em;margin:0 0 45px;text-transform:uppercase}.generic-main h2{font-family:var(--display);font-size:clamp(30px,4vw,58px);line-height:.95}.generic-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:35px;flex-wrap:wrap}.generic-toolbar form{display:flex;gap:10px;flex:1;max-width:720px}.generic-toolbar input,.generic-toolbar select{min-height:48px;border:2px solid var(--ink);padding:0 14px;background:#fff;flex:1}.generic-toolbar button,.generic-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:2px solid var(--ink);background:var(--ink);color:#fff;padding:0 20px;font-family:var(--display);font-size:12px}.generic-button:hover,.generic-toolbar button:hover{background:var(--lime);color:var(--ink)}.pagination{display:flex;justify-content:center;gap:8px;margin-top:50px}.pagination a,.pagination span{min-width:42px;height:42px;border:2px solid var(--ink);display:grid;place-items:center;font-weight:800}.pagination .current{background:var(--ink);color:#fff}.collection-intro{max-width:760px;margin:-20px 0 48px;font-size:18px;line-height:1.6}.collection-grid,.search-grid,.list-collections-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.list-collection-card{border:2px solid var(--ink);background:#fff}.list-collection-card img{aspect-ratio:4/3;object-fit:cover}.list-collection-card div{padding:22px;border-top:2px solid var(--ink)}.list-collection-card h2{margin:0 0 8px;font-size:27px}.cart-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:40px;align-items:start}.cart-page-items{border-top:2px solid var(--ink)}.cart-page-item{display:grid;grid-template-columns:150px 1fr auto;gap:20px;padding:24px 0;border-bottom:2px solid var(--ink)}.cart-page-item img{width:150px;height:150px;object-fit:cover;border:2px solid var(--ink)}.cart-page-item h2{font-size:24px;margin:0 0 10px}.cart-page-item input{width:80px;height:44px;border:2px solid var(--ink);padding:0 10px}.cart-page-summary{position:sticky;top:110px;border:2px solid var(--ink);padding:26px;background:var(--lime);box-shadow:8px 8px 0 var(--ink)}.cart-page-summary>div{display:flex;justify-content:space-between;font-family:var(--display);font-size:18px;margin-bottom:22px}.cart-page-summary button{width:100%;min-height:56px;background:var(--ink);color:#fff;border:2px solid var(--ink);font-family:var(--display)}.cart-page-summary textarea{width:100%;min-height:100px;border:2px solid var(--ink);padding:10px;margin:16px 0;background:#fff}.empty-state{max-width:700px;border:2px solid var(--ink);padding:45px;background:var(--lime);box-shadow:10px 10px 0 var(--ink)}.empty-state p{font-size:18px;line-height:1.55}.empty-state .generic-button{margin-top:15px}.product-gallery img,.product-thumbnails button{background:#f8f7f2}.product-thumbnails button img,.product-main-image img{object-fit:contain}.product-topline span:empty{display:none}.variant-options{display:grid;gap:14px;margin:22px 0}.variant-option label{display:block;font-family:var(--display);font-size:11px;letter-spacing:1px;margin-bottom:7px}.variant-option select{width:100%;height:48px;border:2px solid var(--ink);background:#fff;padding:0 13px}.drawer-checkout-form{margin:0}.drawer-checkout-form button{width:100%}.cart-item a img{object-fit:cover}.cart-item-price{font-family:var(--display);font-size:12px}.cart-item-variant{font-size:12px;color:#666;margin:4px 0 10px}.search-status{font-family:var(--display);font-size:12px;margin:16px 0}.search-result-empty{padding:24px 0;font-weight:800}.announcement a{color:inherit}.logo-image{max-height:44px;width:auto;object-fit:contain}.footer-logo-image{max-height:80px;width:auto}.page-content{max-width:900px;font-size:17px;line-height:1.7}.shopify-policy__container{max-width:900px!important;margin:0 auto!important;padding:80px 30px!important}.shopify-policy__title h1{font-family:var(--display);font-size:clamp(42px,7vw,88px)!important}@media(max-width:900px){.collection-grid,.search-grid,.list-collections-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-page-grid{grid-template-columns:1fr}.cart-page-summary{position:static}}@media(max-width:600px){.generic-main{padding:55px 16px 80px}.collection-grid,.search-grid,.list-collections-grid{grid-template-columns:1fr}.cart-page-item{grid-template-columns:100px 1fr}.cart-page-item img{width:100px;height:100px}.cart-page-item>div:last-child{grid-column:2}.generic-toolbar form{display:grid;grid-template-columns:1fr}.generic-toolbar button{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
