:root{--blue:#4e98ef;--blue-dark:#2875cf;--blue-soft:#cfe6ff;--ink:#2e3441;--muted:#687180;--paper:#eaf0f8;--white:#fff;--line:#ffffff9e;--shadow:0 18px 50px #35629621;--radius:24px;--shell:min(1160px, calc(100% - 40px));--display:"Rubik", "Arial Black", sans-serif;--body:"Nunito", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{color:var(--ink);font-family:var(--body);background:#fff;margin:0;font-size:16px;line-height:1.7;overflow-x:clip}body.menu-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit}button,input,textarea{font:inherit}.shell{width:var(--shell);margin-inline:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.skip-link{z-index:1000;color:#fff;background:var(--blue-dark);border-radius:10px;padding:10px 16px;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:100;background:#ffffffeb;transition:box-shadow .25s,background .25s;position:relative}.site-header.is-stuck{backdrop-filter:blur(15px);position:sticky;top:0;box-shadow:0 8px 30px #2c4d7317}.header-inner{grid-template-columns:150px 1fr auto;align-items:center;gap:30px;min-height:150px;display:grid}.brand{flex-direction:column;align-items:center;width:max-content;text-decoration:none;display:inline-flex}.brand-logo{width:74px;height:auto}.primary-nav{justify-self:center;align-items:center;gap:clamp(22px,4vw,60px);display:flex}.primary-nav a,.future-link{color:#777;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;font-size:13px;font-weight:900;text-decoration:none;position:relative}.primary-nav a:after{content:"";background:var(--blue);height:2px;transition:transform .2s;position:absolute;bottom:-5px;left:0;right:0;transform:scaleX(0)}.primary-nav a:hover,.primary-nav a:focus-visible,.primary-nav .is-active{color:var(--blue)}.primary-nav a:hover:after,.primary-nav a:focus-visible:after,.primary-nav .is-active:after{transform:scaleX(1)}.future-link{cursor:not-allowed;opacity:.72}.future-link small{color:#fff;background:var(--blue);letter-spacing:.04em;border-radius:6px;padding:1px 5px;font-size:7px;position:absolute;top:-18px;right:-13px}.cart-reserve{width:48px;height:48px;color:var(--blue);opacity:1;background:#eff7ff;border:0;border-radius:50%;place-items:center;font-size:22px;line-height:1;text-decoration:none;display:grid;position:relative}.cart-reserve img{object-fit:contain;width:33px;height:33px}.cart-reserve small{color:#fff;background:var(--blue);border-radius:50%;place-items:center;width:16px;height:16px;font-size:9px;display:grid;position:absolute;top:1px;right:0}.header-actions{justify-self:end;align-items:center;gap:14px;display:flex}.language-switch{color:#a1a8b2;letter-spacing:.07em;white-space:nowrap;align-items:center;gap:5px;font-size:10px;font-weight:900;display:flex}.language-switch [aria-current=true]{color:var(--blue)}.language-switch [aria-disabled=true]{cursor:not-allowed}.language-switch small{color:#fff;background:var(--blue);letter-spacing:.04em;text-transform:uppercase;vertical-align:middle;border-radius:999px;margin-left:3px;padding:1px 5px;font-size:7px}.menu-toggle{background:0 0;border:0;width:46px;height:46px;padding:11px;display:none}.menu-toggle>span:not(.sr-only){background:var(--ink);height:2px;margin:5px 0;transition:transform .2s,opacity .2s;display:block}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100svh - 150px);padding:clamp(40px,8vh,90px) 0 55px;display:flex}.eyebrow,.kicker{color:var(--blue);letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:900}.display-title{z-index:2;color:var(--blue);font-family:var(--display);letter-spacing:-.07em;text-shadow:5px 5px #d9eaff;margin:0;font-size:clamp(65px,13vw,168px);font-weight:900;line-height:.84;position:relative;transform:skewY(-1.5deg)}.display-title span{margin-inline:.02em;display:inline-block;transform:translateY(-.15em)rotate(7deg)}.hero-art{aspect-ratio:2.8;width:min(950px,95%);margin-top:-2vw;box-shadow:none!important;background:0 0!important;border:0!important}.hero-art img{object-fit:contain}.hero.has-hero-image .hero-art{aspect-ratio:2;width:min(1000px,98%);margin-top:0}.hero-art .asset-placeholder,.hero-layered .hero-fallback,.hero-layered .hero-stage.is-unavailable,.hero-layered .hero-stage.is-unavailable+.hero-fallback{display:none}.hero-stage{aspect-ratio:2;isolation:isolate;width:min(1180px,100%);margin:-14px auto 0;position:relative}.hero-stage-placeholder{display:none}.hero-stage-placeholder span{font-family:var(--display);text-transform:uppercase;font-weight:900}.hero-stage-placeholder small{color:var(--muted);font-size:12px}.hero-stage.has-ready-layers .hero-stage-placeholder{opacity:0;visibility:hidden}.hero-cn{z-index:1;pointer-events:none;user-select:none;width:28%;max-width:340px;position:absolute;top:1.5%;left:50%;transform:translate(-50%)}.hero-wordmark{z-index:0;pointer-events:none;user-select:none;width:91.5%;max-width:none;position:absolute;top:27%;left:50%;transform:translate(-50%)}.hero-character{z-index:2;top:var(--hero-y);left:var(--hero-x);width:var(--hero-w);--repel-x:0px;--repel-y:0px;--drag-x:0px;--drag-y:0px;cursor:default;touch-action:none;transform:translate3d(calc(var(--repel-x) + var(--drag-x)), calc(var(--repel-y) + var(--drag-y)), 0);will-change:transform;transition:transform .22s cubic-bezier(.2,.8,.2,1),filter .18s;position:absolute}.hero-character img{pointer-events:none;user-select:none;filter:drop-shadow(0 18px 18px #3458821a);width:100%;height:auto;animation:mascotFloat var(--hero-duration,3.8s) ease-in-out infinite;animation-delay:var(--hero-delay,0s)}.hero-character-placeholder{min-height:82px;color:var(--blue-dark);border:2px dashed var(--blue);font-family:var(--display);text-transform:uppercase;background:#ffffffbf;border-radius:999px;place-items:center;padding:10px;font-size:12px;font-weight:900;display:none}.hero-character.is-missing img,.hero-character.is-missing .hero-character-placeholder{display:none}.hero-character.is-dragging{z-index:12;cursor:default;filter:brightness(1.06);transition:none}.hero-character.is-dragging img{animation-play-state:paused}.hero-character.is-returning{transition:transform .36s cubic-bezier(.2,1.25,.35,1),filter .18s}.hero-note{color:#8cbae9;margin:20px 0 0;font-size:14px;line-height:1.4}.scroll-cue{background:0 0;border-radius:50%;place-items:center;width:50px;height:50px;margin-top:24px;text-decoration:none;animation:2.1s ease-in-out infinite float;display:grid}.scroll-cue img{object-fit:contain;filter:drop-shadow(0 8px 12px #4e98ef29);width:50px;height:50px}@keyframes float{50%{transform:translateY(7px)}}@keyframes mascotFloat{50%{transform:translateY(calc(var(--hero-range,5px) * -1)) rotate(var(--hero-rotate,0deg))}}.paper-field{background-color:var(--paper);background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);background-size:44px 44px;position:relative}.paper-field:before{content:"";background:linear-gradient(135deg, transparent 8px, var(--paper) 0) 0 0/16px 16px repeat-x;width:100%;height:12px;position:absolute;top:-11px;left:0}.section{padding-block:clamp(80px,10vw,140px);position:relative}.section-heading{text-align:center;margin-bottom:55px}.section-heading h2,.story-section h2,.about-cta h2{color:var(--blue);font-family:var(--display);letter-spacing:-.035em;text-transform:uppercase;margin:0;font-size:clamp(34px,4vw,56px);font-weight:900;line-height:1}.section-heading h2:after{content:"";background:repeating-linear-gradient(90deg, var(--blue) 0 16px, transparent 16px 25px);border-radius:4px;width:110px;height:7px;margin:12px auto 0;display:block}.section-heading-left{text-align:left}.section-heading-left h2:after{margin-left:0}.about-preview{grid-template-columns:minmax(280px,420px) 1fr;align-items:stretch;gap:clamp(40px,7vw,95px);display:grid}.home-about-photo-wrap{align-self:center;position:relative}.home-about-photo-wrap .photo-slot{width:100%;height:100%}.home-about-decor{z-index:3;pointer-events:none;user-select:none;filter:drop-shadow(0 6px 8px #4e98ef1a);position:absolute}.home-about-decor-highlight{width:7.2%;top:-4%;left:-4%}.home-about-decor-starlight{width:5.72%;top:-8.4%;right:-6.5%}.prose{max-width:680px}.prose p{color:var(--muted)}.prose .lead{color:var(--ink);font-size:clamp(19px,2vw,24px);font-weight:800;line-height:1.5}.text-link{color:var(--blue-dark);align-items:center;gap:8px;font-weight:900;text-decoration:none;display:inline-flex}.text-link span{transition:transform .2s}.text-link:hover span{transform:translate(5px)}.asset-slot{color:var(--blue-dark);border-radius:var(--radius);background:#ffffff73;border:2px dashed #4e98ef8c;place-items:center;margin:0;display:grid;position:relative;overflow:hidden}.asset-slot img{z-index:2;object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .5s;position:absolute;inset:0}.asset-slot.has-image img{opacity:1}.asset-slot.has-image .asset-placeholder{opacity:0;visibility:hidden}.asset-placeholder{display:none}.asset-placeholder span{font-family:var(--display);text-transform:uppercase;font-size:17px;font-weight:800}.asset-placeholder small{color:var(--muted);margin-top:5px;font-size:12px}.photo-slot{aspect-ratio:4/3;box-shadow:10px 12px 0 var(--blue), var(--shadow);border:4px solid #fff;transform:rotate(-1deg)}.contact-art{aspect-ratio:16/10;background:#ffffff4d}.contact-art img{object-fit:contain}.asset-slot:not(.has-image){box-shadow:none!important;background:0 0!important;border-color:#0000!important}.member-grid{grid-template-columns:repeat(3,1fr);gap:70px clamp(30px,6vw,80px);display:grid}.member-card{text-align:center}.member-card--ethan-yes{grid-column:2}.portrait-slot{aspect-ratio:1;border:2px solid var(--blue);background:#ffffff4d;border-radius:50%;width:min(210px,100%);margin:0 auto 24px;transition:transform .25s,box-shadow .25s}.portrait-slot img{object-fit:contain}.portrait-slot.has-image{background:0 0;border-color:#0000}.member-card:hover .portrait-slot{transform:translateY(-7px)rotate(2deg);box-shadow:0 15px #4e98ef24}.member-card h3{color:var(--blue);font-family:var(--display);text-transform:uppercase;margin:0;font-size:27px;font-weight:900;line-height:1}.member-title{color:var(--blue-dark);margin:5px 0 15px;font-weight:900}.member-role{color:#747d89;letter-spacing:.1em;text-transform:uppercase;max-width:210px;margin:0 auto;font-size:11px;font-weight:900;line-height:1.5}.member-role:before{content:"";background:var(--blue);vertical-align:middle;border-radius:50%;width:11px;height:11px;margin:0 7px 1px 0;display:inline-block}.member-social{color:var(--blue-dark);margin-top:13px;font-size:12px;font-weight:900;text-decoration:none;display:inline-block}.centered{text-align:center}.button{color:#fff;background:var(--blue);border:2px solid var(--blue);letter-spacing:.03em;border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:12px 26px;font-weight:900;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 8px #2d76ca29}.button:hover{background:var(--blue-dark);transform:translateY(-3px);box-shadow:0 11px #2d76ca1f}.primary-button{color:#fff;background:var(--blue);border:2px solid var(--blue);cursor:pointer;letter-spacing:.03em;border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:12px 26px;font-weight:900;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,opacity .2s;display:inline-flex;box-shadow:0 8px #2d76ca29}.primary-button:hover:not(:disabled){background:var(--blue-dark);transform:translateY(-3px);box-shadow:0 11px #2d76ca1f}.primary-button:disabled{cursor:not-allowed;opacity:.55}.button-ghost{color:var(--blue-dark);box-shadow:none;background:0 0}.button-ghost:hover{color:#fff}.button-row{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.contact-section{grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(50px,8vw,110px);display:grid}.contact-copy>p{max-width:400px;color:var(--muted)}.back-to-top{place-items:end center;width:84px;height:46px;margin:0 auto;text-decoration:none;display:grid}.back-to-top:before{content:"";background:var(--blue);clip-path:polygon(50% 0,100% 100%,0 100%);border-radius:5px;width:68px;height:28px;transition:transform .2s}.back-to-top:hover:before,.back-to-top:focus-visible:before{transform:translateY(-5px)}.floating-shop-button{z-index:80;filter:drop-shadow(0 12px 18px #2d76ca2e);place-items:center;width:clamp(64px,8vw,92px);height:clamp(64px,8vw,92px);text-decoration:none;transition:transform .2s,filter .2s;display:grid;position:fixed;bottom:clamp(18px,4vw,38px);right:clamp(18px,4vw,44px)}.floating-shop-button img{object-fit:contain;width:100%;height:100%}.floating-shop-button:hover,.floating-shop-button:focus-visible{filter:drop-shadow(0 16px 20px #2d76ca26);outline:0;transform:translateY(-5px)rotate(3deg)}.tc-placeholder{border:1px dashed var(--blue);background:#ffffff8c;border-radius:10px;padding:10px 14px;font-size:15px;font-weight:800;color:var(--blue-dark)!important}.about-preview .prose{display:flex}.about-preview .tc-placeholder{align-items:center;width:100%;max-width:100%;min-height:100%;margin:0;padding:clamp(22px,3vw,34px);line-height:2;display:flex}.catalogue-preview{border-top:1px solid #4e98ef29;border-bottom:1px solid #4e98ef29}.catalogue-intro{max-width:680px;color:var(--muted);text-align:center;margin:-30px auto 50px}.product-grid{grid-template-columns:repeat(3,1fr);gap:clamp(20px,4vw,44px);display:grid}.product-card{border-radius:var(--radius);box-shadow:var(--shadow);background:#ffffffa6;border:2px solid #fff;overflow:hidden}.product-image{aspect-ratio:4/5;border:0;border-bottom:2px dashed #4e98ef66;border-radius:0}.product-copy{padding:20px}.product-name{color:var(--ink);margin:0;font-weight:900}.product-copy span{color:var(--muted);font-size:13px}.shopify-placeholder{max-width:760px;color:var(--blue-dark);border:2px dashed var(--blue);background:#ffffff8c;border-radius:18px;align-items:center;gap:20px;margin:55px auto 0;padding:24px 28px;display:flex}.shopify-placeholder strong{font-family:var(--display);text-transform:uppercase}.shopify-placeholder p{color:var(--muted);margin:3px 0 0;font-size:13px}.shopify-icon{color:#fff;background:var(--blue);border-radius:50%;flex:none;place-items:center;width:45px;height:45px;font-size:22px;display:grid}.shop-hero{padding-bottom:clamp(30px,4vw,56px)}.shopify-buy-section{padding-top:0;padding-bottom:clamp(70px,9vw,125px)}.shopify-shop-intro{text-align:center;max-width:760px;margin:0 auto 42px}.shopify-shop-intro h2{color:var(--blue);font-family:var(--display);text-transform:uppercase;margin:0;font-size:clamp(34px,5vw,64px);font-weight:900;line-height:1}.shopify-shop-intro p:not(.kicker){max-width:580px;color:var(--muted);margin:18px auto 0}.shop-filter-panel{text-align:center;background:#ffffff9e;border:2px solid #fff;border-radius:28px;margin:0 auto 32px;padding:clamp(20px,3vw,30px);box-shadow:0 14px 40px #35629617}.shop-filter-dropdown{z-index:5;width:min(320px,100%);margin:0 auto 22px;position:relative}.shop-filter-trigger{color:#fff;background:var(--blue);cursor:pointer;width:100%;min-height:58px;font-family:var(--display);letter-spacing:-.03em;text-align:center;border:5px solid #d3e9ff;border-radius:999px;padding:0 62px 0 34px;font-size:clamp(24px,3vw,36px);font-weight:900;line-height:1;transition:transform .18s,box-shadow .18s,background .18s;position:relative;box-shadow:0 8px #4e98ef24}.shop-filter-trigger:hover,.shop-filter-trigger:focus-visible,.shop-filter-dropdown.is-open .shop-filter-trigger{background:#4792e8;outline:0;transform:translateY(-2px);box-shadow:0 11px #4e98ef1c}.shop-filter-trigger img{object-fit:contain;width:30px;height:30px;transition:transform .2s;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.shop-filter-dropdown.is-open .shop-filter-trigger img{transform:translateY(-50%)rotate(180deg)}.shop-filter-menu{background:#fffffff5;border:2px solid #d3e9ff;border-radius:22px;padding:7px;position:absolute;top:calc(100% + 6px);left:10px;right:10px;overflow:hidden;box-shadow:0 18px 36px #2561ad2e}.shop-filter-option{width:100%;min-height:48px;color:var(--blue-dark);cursor:pointer;font-family:var(--display);text-align:center;background:0 0;border:0;border-radius:16px;padding:8px 16px;font-size:clamp(22px,2.6vw,32px);font-weight:900;line-height:1;transition:color .18s,background .18s}.shop-filter-option:hover,.shop-filter-option:focus-visible{color:#fff;background:#4e98ef;outline:0}.shop-filter-option.is-active{color:#fff;background:#1f6dd0;outline:0}.shop-filter-buttons{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.shop-filter-buttons[hidden],.shop-filter-menu[hidden]{display:none!important}.shop-filter-button{min-height:42px;color:var(--blue-dark);cursor:pointer;letter-spacing:.02em;background:#ffffffdb;border:2px solid #4e98ef38;border-radius:999px;padding:9px 18px;font-size:13px;font-weight:900;transition:transform .18s,box-shadow .18s,color .18s,background .18s,border-color .18s;box-shadow:0 5px #4e98ef14}.shop-filter-button:hover,.shop-filter-button:focus-visible{color:#fff;background:var(--blue);border-color:var(--blue);transform:translateY(-2px);box-shadow:0 8px #4e98ef1f}.shop-filter-button[aria-pressed=true]{color:#fff;background:var(--blue);border-color:var(--blue);box-shadow:0 8px #4e98ef29}.shop-filter-empty{color:var(--blue-dark);margin:18px 0 0;font-size:14px;font-weight:900}.shopify-buy-panel{min-height:280px;box-shadow:var(--shadow);background:#ffffffb8;border:2px solid #fff;border-radius:35px;padding:clamp(22px,4vw,40px)}.shopify-buy-mount{min-height:180px}.shopify-buy-mount .shopify-buy-frame{width:100%!important;max-width:100%!important}.shopify-status{color:var(--muted);text-align:center;margin:18px 0 0;font-size:13px;font-weight:800}.shopify-status.is-error{color:#c94c65}.storefront-search{width:min(520px,100%);color:var(--blue-dark);text-align:left;gap:8px;margin:24px auto 0;font-size:13px;font-weight:900;display:grid}.storefront-search span{padding-left:14px}.storefront-search input{color:#4c4c4c;background:#ffffffeb;border:2px solid #4e98ef38;border-radius:999px;outline:0;width:100%;min-height:50px;padding:0 20px;box-shadow:0 5px #4e98ef12}.storefront-search input:focus{border-color:var(--blue);box-shadow:0 0 0 5px #4e98ef24}.storefront-panel{position:relative}.storefront-config-warning{max-width:640px;color:var(--blue-dark);text-align:center;background:#ffffffd1;border:2px dashed #4e98ef7a;border-radius:20px;margin:0 auto 20px;padding:18px 22px}.storefront-config-warning strong{font-family:var(--display);font-size:22px}.storefront-config-warning p{color:var(--muted);margin:8px 0 0;font-size:13px}.storefront-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:clamp(24px,3vw,42px);display:grid}.storefront-card{text-align:center;flex-direction:column;min-width:0;display:flex}.storefront-card-image{aspect-ratio:1;width:100%;color:var(--blue);cursor:pointer;background:#ffffffad;border:0;border-radius:24px;place-items:center;display:grid;position:relative;overflow:hidden;box-shadow:0 14px 30px #35629614}.storefront-card-image img{object-fit:cover;transform-origin:50%;width:100%;height:100%;transition:transform .28s;display:block;transform:scale(1.08)}.storefront-card-image:hover img,.storefront-card-image:focus-visible img{transform:scale(1.14)}.storefront-card-image em{color:#fff;background:#323b48c7;border-radius:999px;padding:5px 10px;font-size:12px;font-style:normal;font-weight:900;position:absolute;bottom:12px;right:12px}.storefront-card h2{color:var(--blue);margin:20px 0 9px;font-size:clamp(15px,1.4vw,19px);font-weight:900;line-height:1.35}.storefront-card p{color:var(--muted);margin:0 0 20px;font-size:14px}.storefront-tags{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 26px;display:flex}.storefront-tag{color:#141820;background:#ffffffe6;border:1px solid #4e98ef24;border-radius:999px;align-items:center;gap:8px;min-height:26px;padding:4px 13px 4px 8px;font-size:13px;font-weight:900;line-height:1;display:inline-flex;box-shadow:0 2px #4e98ef0b}.storefront-tag-theme,.storefront-tag-other{color:#4c4c4c;background:#ffffffad;border-color:#7080942e;padding-left:13px}.storefront-tag i{background:var(--tag-color,var(--blue));border-radius:50%;flex:none;width:14px;height:14px;box-shadow:inset 0 0 0 1px #ffffff59}.storefront-card-button{justify-content:center;align-self:center;min-width:150px;margin-top:auto}.storefront-load-more{justify-content:center;margin-top:38px;display:flex}.storefront-cart-toggle{z-index:70;width:58px;height:58px;color:var(--blue);cursor:pointer;background:#eff7ff;border:2px solid #fff;border-radius:50%;place-items:center;display:grid;position:fixed;bottom:22px;right:22px;box-shadow:0 10px 30px #1f6dd02e}.storefront-cart-toggle span{color:#fff;background:var(--blue);border-radius:999px;place-items:center;min-width:18px;height:18px;font-size:10px;font-weight:900;display:grid;position:absolute;top:2px;right:1px}.storefront-overlay{z-index:110;background:#080a0e94;place-items:center;padding:min(5vw,55px);display:grid;position:fixed;inset:0}.storefront-modal{background:#eaf0f8;border:2px solid #fff;border-radius:32px;width:min(1120px,100%);max-height:min(780px,90vh);padding:clamp(26px,4vw,54px);position:relative;overflow:hidden;box-shadow:0 24px 80px #0000003d}.storefront-modal-body{scrollbar-gutter:stable;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:clamp(28px,5vw,64px);max-height:calc(min(780px,90vh) - clamp(52px,8vw,108px));padding-right:14px;display:grid;overflow:auto}.storefront-close{z-index:2;color:#4c4c4c;cursor:pointer;background:#fff;border:2px solid #4e98ef38;border-radius:50%;width:42px;height:42px;font-size:28px;line-height:1;position:absolute;top:14px;right:16px}.storefront-modal-gallery>img,.storefront-image-placeholder{aspect-ratio:1;object-fit:contain;background:#ffffff9e;border-radius:24px;place-items:center;width:100%;display:grid}.storefront-thumbs{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:14px;display:flex}.storefront-thumbs button{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:14px;width:66px;height:66px;padding:0;overflow:hidden}.storefront-thumbs button.is-active{border-color:var(--blue)}.storefront-thumbs img{object-fit:cover;width:100%;height:100%}.storefront-modal-copy{align-self:center}.storefront-modal-copy h2{color:#4c4c4c;margin:0 0 18px;font-size:clamp(25px,3.4vw,42px);line-height:1.18}.storefront-price{color:var(--muted);margin:0 0 18px;font-size:18px;font-weight:800}.storefront-description{color:#69717d;max-height:140px;margin:0 0 22px;line-height:1.8;overflow:auto}.storefront-modal-body,.storefront-description,.storefront-cart-lines{scrollbar-width:thin;scrollbar-color:#4e98efc7 #ffffff61}.storefront-modal-body::-webkit-scrollbar{width:10px;height:10px}.storefront-description::-webkit-scrollbar{width:10px;height:10px}.storefront-cart-lines::-webkit-scrollbar{width:10px;height:10px}.storefront-modal-body::-webkit-scrollbar{width:8px;height:8px}.storefront-description::-webkit-scrollbar{width:8px;height:8px}.storefront-cart-lines::-webkit-scrollbar{width:8px;height:8px}.storefront-modal-body::-webkit-scrollbar-track{background:#ffffff61;border-radius:999px}.storefront-description::-webkit-scrollbar-track{background:#ffffff61;border-radius:999px}.storefront-cart-lines::-webkit-scrollbar-track{background:#ffffff61;border-radius:999px}.storefront-modal-body::-webkit-scrollbar-track{background:0 0;margin-block:6px}.storefront-modal-body::-webkit-scrollbar-thumb{background:linear-gradient(180deg, #6eb0ff, var(--blue));border:2px solid #ffffffb8;border-radius:999px}.storefront-description::-webkit-scrollbar-thumb{background:linear-gradient(180deg, #6eb0ff, var(--blue));border:2px solid #ffffffb8;border-radius:999px}.storefront-cart-lines::-webkit-scrollbar-thumb{background:linear-gradient(180deg, #6eb0ff, var(--blue));border:2px solid #ffffffb8;border-radius:999px}.storefront-modal-body::-webkit-scrollbar-thumb:hover{background:linear-gradient(#4e98ef,#1f6dd0)}.storefront-description::-webkit-scrollbar-thumb:hover{background:linear-gradient(#4e98ef,#1f6dd0)}.storefront-cart-lines::-webkit-scrollbar-thumb:hover{background:linear-gradient(#4e98ef,#1f6dd0)}.storefront-modal-body::-webkit-scrollbar-button{background:0 0;width:0;height:0;display:none}.storefront-description::-webkit-scrollbar-button{background:0 0;width:0;height:0;display:none}.storefront-cart-lines::-webkit-scrollbar-button{background:0 0;width:0;height:0;display:none}.storefront-modal-body::-webkit-scrollbar-button:single-button{background:0 0;width:0;height:0;display:none}.storefront-description::-webkit-scrollbar-button:single-button{background:0 0;width:0;height:0;display:none}.storefront-cart-lines::-webkit-scrollbar-button:single-button{background:0 0;width:0;height:0;display:none}.storefront-select,.storefront-quantity{color:var(--blue-dark);gap:8px;margin:0 0 16px;font-size:13px;font-weight:900;display:grid}.storefront-select select,.storefront-quantity input{color:#4c4c4c;background:#fff;border:2px solid #4e98ef38;border-radius:16px;min-height:48px;padding:0 16px}.storefront-quantity input{width:120px}.storefront-add{justify-content:center;width:min(260px,100%);margin-top:10px}.storefront-cart-shell{pointer-events:none;z-index:115;position:fixed;inset:0}.storefront-cart-shell.is-open{pointer-events:auto}.storefront-cart-backdrop{opacity:0;background:#080a0e70;border:0;transition:opacity .22s;position:absolute;inset:0}.storefront-cart-shell.is-open .storefront-cart-backdrop{opacity:1}.storefront-cart-drawer{background:#eaf0f8;grid-template-rows:auto 1fr auto;width:min(440px,100%);height:100%;padding:26px;transition:transform .28s;display:grid;position:absolute;top:0;right:0;transform:translate(105%);box-shadow:-20px 0 60px #0000002e}.storefront-cart-shell.is-open .storefront-cart-drawer{transform:translate(0)}.storefront-cart-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.storefront-cart-header h2{color:var(--blue);font-family:var(--display);margin:0;font-size:38px;line-height:1}.storefront-cart-header button{cursor:pointer;background:#fff;border:2px solid #4e98ef3d;border-radius:50%;width:38px;height:38px;font-size:26px;line-height:1}.storefront-empty-cart{color:var(--muted);text-align:center;align-self:center;font-weight:800}.storefront-cart-lines{min-height:0;margin:24px -8px;padding:0 8px;overflow:auto}.storefront-cart-line{border-bottom:1px solid #4e98ef2e;grid-template-columns:82px minmax(0,1fr);gap:14px;padding:14px 0;display:grid}.storefront-cart-line img{object-fit:cover;border-radius:14px;width:82px;height:82px}.storefront-cart-line h3{color:#4c4c4c;margin:0 0 4px;font-size:14px;line-height:1.35}.storefront-cart-line p{color:var(--muted);margin:0 0 6px;font-size:12px}.storefront-cart-line strong{color:var(--blue-dark);font-size:13px}.storefront-cart-qty{flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px;display:flex}.storefront-cart-qty button,.storefront-cart-qty span{min-width:30px;height:30px;color:var(--blue-dark);background:#fff;border:1px solid #4e98ef42;border-radius:10px;place-items:center;font-size:12px;font-weight:900;display:inline-grid}.storefront-cart-qty button{cursor:pointer}.storefront-cart-footer{border-top:1px solid #4e98ef2e;gap:16px;padding-top:18px;display:grid}.storefront-cart-footer>div{color:#4c4c4c;justify-content:space-between;align-items:center;font-weight:900;display:flex}.storefront-cart-footer .primary-button{justify-content:center}.primary-button.is-disabled{pointer-events:none;opacity:.5}.page-hero{text-align:center;padding-block:clamp(85px,12vw,170px)}.page-hero-compact{padding-block:clamp(60px,8vw,115px) clamp(45px,6vw,85px)}.page-hero h1{color:var(--blue);font-family:var(--display);letter-spacing:-.065em;text-transform:uppercase;text-shadow:5px 5px #fff;margin:0;font-size:clamp(55px,10vw,130px);font-weight:900;line-height:.9}.page-intro{max-width:720px;color:var(--muted);margin:35px auto 0;font-size:clamp(18px,2vw,24px);font-weight:700}.story-section{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(45px,8vw,100px);padding-top:0;display:grid}.story-section-simple{align-items:stretch}.story-photo{aspect-ratio:4/3;box-shadow:12px 14px 0 var(--blue), var(--shadow);border:5px solid #fff;transform:rotate(-1deg)}.story-section h2{margin-bottom:30px}.story-copy-card{display:flex}.story-copy-card .tc-placeholder{align-items:center;width:100%;margin:0;padding:clamp(24px,3.5vw,42px);line-height:2;display:flex}.about-cta{width:min(880px,100% - 40px);box-shadow:var(--shadow);text-align:center;background:#ffffffa6;border:2px solid #fff;border-radius:35px;margin-bottom:clamp(80px,10vw,140px);padding:clamp(50px,7vw,80px)}.about-cta p:not(.kicker){max-width:580px;color:var(--muted);margin:24px auto 30px}.site-footer{color:#fff;background:#080a0e;padding:58px 0 24px}.footer-grid{grid-template-columns:1fr 1fr 2.4fr;align-items:start;gap:50px;display:grid}.footer-label{color:var(--blue);font-family:var(--display);text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:900}.site-footer a{color:#cbd2dc;font-size:13px;text-decoration:none}.social-links{align-items:center;gap:12px;min-height:24px;display:flex}.social-links a{border-radius:999px;place-items:center;width:22px;height:22px;transition:transform .18s,opacity .18s;display:inline-grid}.social-links a:hover,.social-links a:focus-visible{opacity:.82;outline:0;transform:translateY(-2px)}.social-links img{object-fit:contain;width:22px;height:22px;display:block}.social-dot-placeholder{color:#fff;font-size:15px;line-height:1}.footer-message{color:var(--blue);font-family:var(--display);text-align:right;text-transform:uppercase;margin:0;font-size:clamp(25px,3.5vw,45px);font-weight:900;line-height:1}.footer-bottom{color:#687180;border-top:1px solid #1e2430;margin-top:45px;padding-top:18px;font-size:11px}.reveal{opacity:0;transition:opacity .7s ease var(--delay,0s), transform .7s cubic-bezier(.2,.7,.2,1) var(--delay,0s);transform:translateY(26px)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (width<=850px){:root{--shell:min(100% - 30px, 680px)}.header-inner{grid-template-columns:1fr auto auto;min-height:108px}.brand{align-items:flex-start}.brand-logo{width:58px}.menu-toggle{z-index:102;order:2;display:block}.header-actions{order:3}.primary-nav{z-index:101;background:#fffffffa;flex-direction:column;justify-content:flex-start;justify-self:stretch;align-items:flex-start;gap:28px;width:100%;padding:130px 35px 50px;transition:transform .3s;display:flex;position:fixed;inset:0;transform:translate(100%)}.primary-nav.is-open{transform:translate(0)}.primary-nav a,.future-link{font-size:24px}.menu-toggle[aria-expanded=true] span:nth-child(2){transform:translateY(7px)rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(3){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(4){transform:translateY(-7px)rotate(-45deg)}.hero{min-height:calc(100svh - 108px);padding-top:34px}.display-title{font-size:clamp(56px,18vw,115px)}.hero-stage{aspect-ratio:1.85;width:min(820px,100%);margin-top:6px}.hero-cn{width:31%;top:0}.hero-wordmark{width:91.5%;top:27%}.hero-character--geri{--hero-x:-1.8%;--hero-y:31%;--hero-w:19.1%}.hero-character--yy{--hero-x:19.2%;--hero-y:2.2%;--hero-w:21.1%}.hero-character--ethan-yes{--hero-x:32.1%;--hero-y:50.2%;--hero-w:16.2%}.hero-character--popo{--hero-x:47%;--hero-y:22%;--hero-w:14%}.hero-character--ahua{--hero-x:59%;--hero-y:33.4%;--hero-w:19.9%}.hero-character--p-chan{--hero-x:79.5%;--hero-y:55%;--hero-w:12.3%}.hero-character--chowee{--hero-x:82.8%;--hero-y:5.8%;--hero-w:19.7%}.about-preview,.story-section,.contact-section{grid-template-columns:1fr}.photo-slot{width:min(100%,480px)}.contact-copy{order:1}.contact-art{order:2}.member-grid{grid-template-columns:repeat(2,1fr);gap:60px 25px}.member-card--ethan-yes{grid-column:1/-1;justify-self:center;width:calc(50% - 12px)}.product-grid{grid-template-columns:repeat(2,1fr)}.product-card:last-child{grid-column:1/-1;justify-self:center;width:calc(50% - 12px)}.storefront-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-modal-body{grid-template-columns:1fr;align-content:start}.storefront-modal-copy{align-self:start}.footer-grid{grid-template-columns:1fr 1fr}.footer-message{text-align:left;grid-column:1/-1}}@media (width<=540px){body{font-size:15px}.display-title{text-shadow:3px 3px #d9eaff;font-size:18vw}.hero{justify-content:flex-start;min-height:auto;padding-top:34px;padding-bottom:46px}.hero-stage{aspect-ratio:1/1.08;width:min(100%,430px);margin-top:0;transform:none}.hero-cn{width:54%;top:5%}.hero-wordmark{width:112%;top:31%}.hero-character--geri{--hero-x:0%;--hero-y:32%;--hero-w:30%}.hero-character--yy{--hero-x:20%;--hero-y:3%;--hero-w:34%}.hero-character--ethan-yes{--hero-x:32%;--hero-y:57%;--hero-w:27%}.hero-character--popo{--hero-x:47%;--hero-y:24%;--hero-w:22%}.hero-character--ahua{--hero-x:54%;--hero-y:38%;--hero-w:32%}.hero-character--p-chan{--hero-x:76%;--hero-y:66%;--hero-w:20%}.hero-character--chowee{--hero-x:68%;--hero-y:8%;--hero-w:31%}.scroll-cue{margin-top:10px}.scroll-cue,.scroll-cue img{width:46px;height:46px}.hero-art{aspect-ratio:1.7;width:100%;margin-top:5px}.hero-art .asset-placeholder small{max-width:220px}.section{padding-block:80px}.section-heading{margin-bottom:42px}.member-grid{grid-template-columns:1fr;gap:58px}.member-card--ethan-yes{grid-column:auto;width:100%}.language-switch{display:none}.portrait-slot{width:190px}.product-grid{grid-template-columns:1fr}.product-card:last-child{grid-column:auto;width:100%}.storefront-grid{grid-template-columns:1fr;gap:34px}.storefront-overlay{align-items:end;padding:14px}.storefront-modal{border-radius:24px 24px 0 0;max-height:92vh;padding:24px 18px}.storefront-modal-body{max-height:calc(92vh - 48px);padding-right:10px}.storefront-close{top:10px;right:10px}.storefront-modal-copy h2{padding-right:36px}.storefront-cart-toggle{bottom:16px;right:16px}.storefront-cart-drawer{width:min(390px,100%);padding:22px 18px}.shopify-placeholder{align-items:flex-start}.shop-filter-dropdown{width:min(280px,100%)}.shop-filter-trigger{border-width:5px;min-height:52px;padding-left:28px;padding-right:54px;font-size:clamp(24px,8vw,32px)}.shop-filter-trigger img{width:28px;height:28px;right:13px}.shop-filter-option{min-height:44px;font-size:clamp(22px,7vw,30px)}.story-section{padding-top:0}.page-hero h1{font-size:17vw}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-message{grid-column:auto}.button-row .button{flex:1}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}
