.aa-real3d-backdrop,.aa-real3d-backdrop *{box-sizing:border-box}.aa-real3d-backdrop{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:clamp(16px,3vw,36px);background:#030708c7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.aa-real3d-dialog{display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(960px,100%);height:min(780px,100%);min-height:480px;overflow:hidden;border:1px solid rgba(224,239,233,.18);border-radius:18px;color:#edf3f0;background:#0e1415;box-shadow:0 26px 100px #00000080;font-family:Avenir Next,Helvetica Neue,Arial,sans-serif}.aa-real3d-header,.aa-real3d-footer{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;border-color:#e0efe91f;background:#0e1415}.aa-real3d-header{border-bottom-style:solid;border-bottom-width:1px}.aa-real3d-header>div{display:grid;gap:3px}.aa-real3d-kicker{margin:0;color:#9debd8;font-family:SFMono-Regular,Roboto Mono,monospace;font-size:9px;font-weight:600;letter-spacing:.16em;line-height:1.4}.aa-real3d-header h2{margin:0;color:#f5f8f6;font-size:clamp(21px,2.6vw,30px);font-weight:550;letter-spacing:-.035em;line-height:1.15}.aa-real3d-close{display:grid;width:40px;height:40px;flex:0 0 auto;place-items:center;padding:0;border:1px solid rgba(224,239,233,.2);border-radius:50%;color:#edf3f0;background:transparent;cursor:pointer}.aa-real3d-close span{font-size:27px;font-weight:300;line-height:1;transform:translateY(-1px)}.aa-real3d-close:hover{color:#07100e;background:#9debd8}.aa-real3d-close:focus-visible{outline:2px solid #9debd8;outline-offset:3px}.aa-real3d-stage-wrap,.aa-real3d-stage{position:relative;min-width:0;min-height:0;width:100%;height:100%}.aa-real3d-stage-wrap{overflow:hidden;background:#111718}.aa-real3d-canvas{display:block;width:100%;height:100%;cursor:grab;touch-action:none}.aa-real3d-canvas:active{cursor:grabbing}.aa-real3d-state{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;color:#a8b4b1;background:#111718;font-size:13px;text-align:center}.aa-real3d-footer{min-height:58px;border-top-style:solid;border-top-width:1px;color:#a8b4b1;font-size:12px}.aa-real3d-footer small{color:#778481;font-size:10px;text-align:right}@media (max-width: 640px){.aa-real3d-backdrop{padding:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom))}.aa-real3d-dialog{width:100%;height:100%;min-height:0;border-radius:14px}.aa-real3d-header{padding:14px 16px}.aa-real3d-close{width:38px;height:38px}.aa-real3d-footer{display:grid;justify-content:stretch;gap:4px;min-height:64px;padding:12px 16px}.aa-real3d-footer small{text-align:left}}@media (prefers-reduced-motion: reduce){.aa-real3d-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none}}:root{color-scheme:light;--primary: #ff7a1a;--primary-dark: #ea6708;--primary-light: #ff9a47;--primary-soft: #ffeeda;--accent: #ff5470;--accent-soft: #ffe1e7;--bg: #fdf8f2;--bg-soft: #f6eee2;--surface: #ffffff;--ink: #2a221b;--ink-2: #6b5f54;--ink-3: #9a8f83;--line: #f0e7da;--line-2: #e7dccb;--success: #1a9e73;--danger: #9d2d21;--font-display: "Avenir Next", Avenir, "Segoe UI", "PingFang SC", "Microsoft YaHei", ui-sans-serif, system-ui, sans-serif;--font-body: "Avenir Next", Avenir, "Segoe UI", "PingFang SC", "Microsoft YaHei", ui-sans-serif, system-ui, sans-serif;--shadow-sm: 0 1px 2px rgba(60, 40, 20, .05);--shadow-md: 0 12px 30px -18px rgba(60, 40, 20, .35);--shadow-lg: 0 30px 60px -30px rgba(60, 40, 20, .45);--shadow-primary: 0 12px 24px -10px rgba(255, 122, 26, .55);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;background:var(--bg);color:var(--ink);font-family:var(--font-body)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0;background:radial-gradient(60% 50% at 92% 4%,rgba(255,122,26,.07),transparent 60%),radial-gradient(50% 45% at 4% 100%,rgba(255,84,112,.06),transparent 60%),var(--bg);color:var(--ink);line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{color:inherit}main{width:min(1200px,calc(100% - 64px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:clamp(1rem,2vw,1.6rem);align-items:center;padding:1rem clamp(1.25rem,4vw,2rem);border-bottom:1px solid var(--line);background:#fdf8f2db;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand,.logo{display:inline-flex;gap:.58rem;align-items:center;font-family:var(--font-display);font-size:1.24rem;font-weight:800;letter-spacing:0}.brand-mark{position:relative;width:1.7rem;height:1.7rem;border-radius:.6rem .6rem .6rem .2rem;background:linear-gradient(135deg,var(--primary),var(--accent));box-shadow:var(--shadow-primary);transform:rotate(-6deg)}.brand-mark:after{position:absolute;top:.45rem;right:.45rem;width:.4rem;height:.4rem;border-radius:50%;background:#fff;content:""}.nav-links{display:flex;justify-content:center;gap:clamp(.9rem,2.3vw,1.8rem);color:var(--ink-2);font-size:.94rem;font-weight:560;white-space:nowrap}.nav-links a{position:relative;padding:.25rem 0}.nav-links a.active,.nav-links a:hover{color:var(--primary-dark)}.nav-links a.active:after{position:absolute;right:0;bottom:-.3rem;left:0;height:2px;border-radius:999px;background:var(--primary);content:""}.header-actions{display:inline-flex;gap:.75rem;align-items:center;justify-self:end}.nav-search{display:inline-flex;align-items:center;min-height:2.45rem;min-width:min(16rem,24vw);padding:0 .95rem;border:1px solid var(--line-2);border-radius:.78rem;background:var(--surface);color:var(--ink-3);font-size:.86rem;font-weight:560;box-shadow:var(--shadow-sm)}.language-toggle{display:inline-flex;gap:2px;padding:3px;border:1px solid var(--line);border-radius:.72rem;background:var(--surface);box-shadow:var(--shadow-sm)}.language-toggle button{border:0;border-radius:.52rem;background:transparent;cursor:pointer;padding:.46rem .72rem;color:var(--ink-2);font-size:.78rem;font-weight:800}.language-toggle button.on{background:var(--ink);color:#fff}.seller-link{display:inline-flex;align-items:center;min-height:2.45rem;padding:0 1rem;border-radius:.85rem;background:var(--primary);box-shadow:var(--shadow-primary);color:#fff;font-size:.9rem;font-weight:800}.cart-link{position:relative;display:inline-flex;gap:.45rem;align-items:center;min-height:2.45rem;padding:0 .85rem;border:1px solid var(--line-2);border-radius:.85rem;background:var(--surface);color:var(--ink-2);font-size:.88rem;font-weight:800;box-shadow:var(--shadow-sm)}.cart-link span{display:grid;min-width:1.35rem;height:1.35rem;padding:0 .25rem;place-items:center;border-radius:999px;background:var(--primary);color:#fff;font-size:.72rem}.button{display:inline-flex;justify-content:center;align-items:center;min-height:2.85rem;padding:.82rem 1.1rem;border:1px solid transparent;border-radius:.85rem;cursor:pointer;font-weight:800;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.button:hover{transform:translateY(-2px)}.button:disabled{cursor:not-allowed;opacity:.58;transform:none}.button.primary{background:var(--primary);box-shadow:var(--shadow-primary);color:#fff}.button.primary:hover{background:var(--primary-dark)}.button.primary:disabled{background:var(--line-2);box-shadow:none;color:var(--ink-3);opacity:1}.button.secondary{border-color:var(--line-2);background:var(--surface);color:var(--ink)}.button.light{background:#fff;color:var(--primary-dark)}.icon-button{width:3rem;padding:0;border-color:var(--line-2);background:var(--surface);color:var(--accent);font-size:1.3rem}.actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.7rem}.pill{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;padding:.48rem .9rem;border-radius:999px;background:var(--primary-soft);color:var(--primary-dark);font-size:.82rem;font-weight:760}.eyebrow{margin:0 0 .8rem;color:var(--primary);font-size:.78rem;font-weight:820;letter-spacing:.14em;text-transform:uppercase}.lead{max-width:43rem;color:var(--ink-2);font-size:clamp(1rem,1.4vw,1.12rem);line-height:1.7}.hero-highlight{color:var(--primary);font-style:normal}.home-hero{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(330px,.97fr);gap:clamp(2.5rem,5vw,4rem);align-items:center;min-height:auto;padding:clamp(4rem,7vw,5rem) 0 clamp(3.3rem,6vw,4.2rem)}.home-hero h1,.page-heading h1,.detail-info h1,.checkout-head h1,.artist-heading h1{margin:1rem 0 1.1rem;max-width:12ch;font-family:var(--font-display);font-size:clamp(2.75rem,5.2vw,5rem);font-weight:800;letter-spacing:0;line-height:.98}.page-heading h1,.detail-info h1,.checkout-head h1,.artist-heading h1{max-width:16ch;font-size:clamp(2.3rem,4.6vw,4.4rem)}.trust-row{display:flex;flex-wrap:wrap;gap:1rem 1.15rem;align-items:center;margin-top:1.7rem;color:var(--ink-3);font-size:.9rem}.artist-bubbles{display:flex;align-items:center}.artist-bubbles span{width:1.9rem;height:1.9rem;margin-left:-.58rem;border:2px solid var(--bg);border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--accent))}.artist-bubbles span:nth-child(2){background:linear-gradient(135deg,#ffb020,var(--primary))}.artist-bubbles span:nth-child(3){background:linear-gradient(135deg,#7c5cff,var(--accent))}.artist-bubbles span:nth-child(4){background:linear-gradient(135deg,#2abfa0,var(--primary))}.artist-bubbles span:first-child{margin-left:0}.trust-row b{color:var(--ink);font-family:var(--font-display);font-size:1.2rem}.hero-art{position:relative;min-height:clamp(27rem,40vw,31rem)}.hero-art>.poster-feature{position:absolute;top:0;right:4rem;bottom:3.2rem;left:1.25rem;border:1px solid var(--line);box-shadow:var(--shadow-lg);transform:rotate(-5deg);animation:bob-feature 6s ease-in-out infinite}.mini-product{position:absolute;width:min(13rem,38vw)}.mini-one{top:1rem;right:0;transform:rotate(5deg);animation:bob-one 6s ease-in-out infinite .8s}.mini-two{right:2.2rem;bottom:.3rem;transform:rotate(3deg);animation:bob-two 6s ease-in-out infinite 1.6s}@keyframes bob-feature{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-12px) rotate(-5deg)}}@keyframes bob-one{0%,to{transform:translateY(0) rotate(5deg)}50%{transform:translateY(-10px) rotate(5deg)}}@keyframes bob-two{0%,to{transform:translateY(0) rotate(3deg)}50%{transform:translateY(-9px) rotate(3deg)}}.category-strip{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;padding:1.5rem 0 3rem}.category-pill{display:inline-flex;gap:.55rem;align-items:center;padding:.72rem 1rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);box-shadow:var(--shadow-sm);color:var(--ink-2);font-weight:760}.category-pill:hover{border-color:var(--primary);color:var(--primary-dark);transform:translateY(-2px)}.band,.product-section,.catalog-page,.detail-shell,.checkout-shell,.account-page,.account-recovery-page,.orders-page,.artist-submit-page{padding:clamp(3rem,7vw,5.5rem) 0}.checkout-restore-shell{display:grid;min-height:62vh;place-items:center}.checkout-restore{display:grid;justify-items:center;width:min(34rem,calc(100% - 2rem));padding:clamp(2rem,5vw,3.5rem);border:1px solid var(--line);border-radius:var(--radius-xl);text-align:center;background:var(--surface);box-shadow:var(--shadow-md)}.checkout-restore h1{margin:.45rem 0 .75rem}.checkout-restore p:last-child{max-width:29rem;margin-bottom:0;color:var(--ink-2)}.checkout-restore-spinner{width:2.25rem;height:2.25rem;margin-bottom:1rem;border:3px solid var(--line);border-top-color:var(--primary);border-radius:999px;animation:checkout-restore-spin .8s linear infinite}@keyframes checkout-restore-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.checkout-restore-spinner{animation:none}}.band{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(2rem,4vw,3rem);margin:1.2rem 0 0;padding:clamp(2.8rem,5vw,3.5rem);border:0;border-radius:var(--radius-xl);background:var(--bg-soft)}.band h2,.product-section h2,.join-band h2{margin:0;font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.02;letter-spacing:0}.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,2vw,1.75rem)}.process-step{padding:1rem 0;border-top:0}.process-step span{display:grid;width:2.35rem;height:2.35rem;place-items:center;border-radius:.78rem;background:var(--primary);box-shadow:var(--shadow-primary);color:#fff;font-family:var(--font-display);font-weight:900}.process-step h3{margin:1rem 0 .45rem}.process-step p{margin:0;color:var(--ink-2);line-height:1.55}.join-band{display:flex;justify-content:space-between;gap:2rem;align-items:center;margin:1rem 0 5rem;padding:clamp(2rem,5vw,3.5rem);border-radius:1.75rem;background:linear-gradient(120deg,var(--primary),var(--accent));color:#fff;overflow:hidden}.join-band .eyebrow,.join-band p{color:#ffffffe0}.join-band p{max-width:42rem;line-height:1.65}.section-head,.page-heading,.checkout-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end;margin-bottom:1.6rem}.section-head a,.api-state{color:var(--ink-2);font-size:.92rem;font-weight:760}.api-state{max-width:24rem;text-align:right}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}.product-card{min-width:0;padding:0;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden;position:relative;transition:transform .18s ease,box-shadow .18s ease}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.product-meta{display:grid;gap:.4rem;padding:.95rem 1rem 1rem}.product-meta span{color:var(--ink-3);font-size:.86rem}.product-meta strong{line-height:1.25}.product-meta>div,.summary-line,.summary-total{display:flex;justify-content:space-between;gap:1rem;align-items:center;min-width:0}.studio-identity{display:inline-flex;width:fit-content;max-width:100%;align-items:center;gap:.65rem;color:var(--ink-2)}.studio-avatar{display:grid;width:2.4rem;height:2.4rem;flex:0 0 auto;overflow:hidden;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--surface-2);color:var(--primary-dark);font-family:var(--font-display);font-size:.92rem}.studio-avatar img{width:100%;height:100%;object-fit:cover}.studio-identity-copy{display:grid;min-width:0;gap:.05rem}.studio-identity-copy small{color:var(--ink-3);font-size:.72rem}.studio-identity-copy strong{overflow:hidden;font-size:.88rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.studio-identity.compact{gap:.45rem}.studio-identity.compact .studio-avatar{width:1.75rem;height:1.75rem;font-size:.7rem}.summary-line span,.summary-total strong,.summary-product strong,.summary-product span,.summary-product small{min-width:0;overflow-wrap:anywhere}.poster{position:relative;display:grid;min-height:15.5rem;place-items:center;overflow:hidden;border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.product-card .poster{border-radius:0;box-shadow:none}.product-card-shell{position:relative;min-width:0}.product-card-shell>.product-card{height:100%}.engagement-favorite-button,.engagement-follow-button{min-width:44px;min-height:44px;border:1px solid rgb(40 33 31 / 18%);background:#fffdfbf0;color:#3f3733;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.engagement-favorite-button:hover,.engagement-follow-button:hover{transform:translateY(-1px)}.engagement-favorite-button:focus-visible,.engagement-follow-button:focus-visible,.buyer-auth-dialog-close:focus-visible{outline:3px solid rgb(255 120 24 / 35%);outline-offset:2px}.engagement-favorite-button:disabled,.engagement-follow-button:disabled{cursor:progress;opacity:.62}.product-card-shell>.engagement-favorite-button{position:absolute;z-index:3;top:10px;right:10px;display:grid;place-items:center;border-radius:50%;box-shadow:0 10px 24px -16px #28211fb3}.engagement-favorite-button.is-active{border-color:#ff5a70;background:#fff0f3;color:#d93855}.engagement-favorite-button.with-label,.engagement-follow-button{display:inline-flex;width:auto;padding:0 15px;align-items:center;justify-content:center;gap:8px;border-radius:999px;font:inherit;font-size:.88rem;font-weight:760}.product-detail-favorite{justify-self:start}.product-detail-secondary-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.engagement-follow-button.is-active{border-color:#ff7818;background:#fff4ec;color:#b84500}.storefront-v84-artist-card-shell{position:relative;min-width:0}.storefront-v84-artist-card-shell>.storefront-v84-artist-card{height:100%}.storefront-v84-artist-card-shell>.engagement-follow-button{position:absolute;z-index:3;top:12px;right:12px;box-shadow:0 10px 24px -18px #28211fb3}.storefront-v84-artist-hero-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}body.has-engagement-dialog{overflow:hidden}.buyer-auth-dialog-backdrop{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;padding:20px;place-items:center;overflow-y:auto;background:#28211f85;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.buyer-auth-dialog{position:relative;display:grid;width:min(100%,460px);gap:14px;padding:34px;border:1px solid #dedbd8;border-radius:12px;background:#fffdfb;box-shadow:0 28px 80px -30px #28211fcc}.buyer-auth-dialog>h2,.buyer-auth-dialog>p{margin:0}.buyer-auth-dialog>h2{padding-right:24px;font-size:clamp(1.6rem,4vw,2rem);letter-spacing:-.035em}.buyer-auth-dialog>p:not(.eyebrow){color:#655d59;line-height:1.55}.buyer-auth-dialog-close{position:absolute;top:14px;right:14px;display:grid;width:44px;height:44px;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;color:#3f3733;cursor:pointer}.buyer-auth-dialog-icon{display:grid;width:54px;height:54px;place-items:center;border-radius:50%;background:#fff0f3;color:#d93855}.buyer-auth-form{display:grid;gap:14px;margin-top:8px}.buyer-auth-form label{display:grid;gap:7px;color:#3f3733;font-size:.84rem;font-weight:720}.buyer-auth-form input{width:100%;min-width:0;min-height:46px;padding:0 12px;border:1px solid #cfc9c5;border-radius:8px;background:#fff;color:#28211f;font:inherit}.buyer-auth-form-status{min-height:1.4em;margin:0;color:#655d59;font-size:.84rem}.buyer-auth-form-status.error{color:#b4233b}.buyer-auth-dialog-links{display:flex;flex-wrap:wrap;gap:10px 18px;justify-content:space-between;font-size:.85rem;font-weight:680}.engagement-toast{position:fixed;z-index:1100;right:20px;bottom:20px;max-width:min(360px,calc(100vw - 40px));padding:13px 16px;border:1px solid #dedbd8;border-radius:8px;background:#28211f;color:#fff;box-shadow:0 20px 40px -24px #28211fcc;font-size:.9rem;font-weight:680}.engagement-toast.error{background:#9f2036}.engagement-account-page{min-height:650px}.engagement-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.favorite-list-card{display:grid;min-width:0;overflow:hidden;border:1px solid #dedbd8;border-radius:9px;background:#fffdfb}.favorite-list-media{display:grid;aspect-ratio:1;place-items:center;overflow:hidden;background:#f4f2f0;color:#ff7818;font-family:var(--font-display);font-size:3rem;font-weight:800}.favorite-list-media img{width:100%;height:100%;object-fit:contain}.favorite-list-copy{display:grid;gap:9px;padding:18px}.favorite-list-copy h2,.following-list-copy h2,.favorite-list-copy p,.following-list-copy p{margin:0;overflow-wrap:anywhere}.engagement-status{width:max-content;max-width:100%;color:#187651;font-size:.74rem;font-weight:800;text-transform:uppercase}.engagement-status.unavailable{color:#817772}.engagement-card-actions{display:flex;flex-wrap:wrap;gap:9px;align-items:center}.engagement-card-actions .button{min-height:42px;padding-inline:14px}.engagement-saved-date{color:#817772;font-size:.78rem}.engagement-load-more{justify-self:center;margin-top:22px}.engagement-pagination-error{margin:10px auto 0;color:#b4233b;font-size:.86rem}.following-list{display:grid;gap:14px}.following-list-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;padding:20px;border:1px solid #dedbd8;border-radius:9px;background:#fffdfb}.following-list-avatar{position:relative;display:grid;width:72px;height:72px;overflow:hidden;place-items:center;border:1px solid #dedbd8;border-radius:50%;background:#f4f2f0;color:#ff7818}.following-list-avatar img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover}.favorite-removal-dialog-icon{display:grid;width:52px;height:52px;margin-bottom:14px;place-items:center;border-radius:50%;background:#fff0f3;color:#b4233b}.following-list-copy{display:grid;min-width:0;gap:6px}.following-latest-products{display:flex;gap:8px;margin-top:5px;overflow-x:auto}.following-latest-products a{display:flex;min-width:0;max-width:180px;gap:7px;align-items:center;color:#655d59;font-size:.78rem}.following-latest-products img{width:34px;height:34px;flex:0 0 auto;border-radius:5px;object-fit:cover}@media (max-width: 800px){.engagement-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.following-list-card{grid-template-columns:auto minmax(0,1fr)}.following-list-card>.engagement-card-actions{grid-column:1 / -1}}@media (max-width: 520px){.buyer-auth-dialog-backdrop{padding:10px;place-items:end center}.buyer-auth-dialog{max-height:calc(100svh - 20px);padding:28px 20px 22px;overflow-y:auto;border-radius:12px 12px 8px 8px}.engagement-list-grid,.following-list-card{grid-template-columns:minmax(0,1fr)}.following-list-avatar{width:62px;height:62px}.engagement-toast{right:12px;bottom:12px;max-width:calc(100vw - 24px)}}.poster:before{position:absolute;top:14%;right:14%;bottom:14%;left:14%;border:2px solid rgba(255,255,255,.35);border-radius:999px;content:""}.poster-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.poster.has-image{background:#fff}.poster.has-image:before,.poster.has-image .poster-code{display:none}.poster-code{position:relative;color:#fffffff0;font-family:var(--font-display);font-size:clamp(2.7rem,7vw,5.7rem);font-weight:900;letter-spacing:0}.poster-chip{position:absolute;top:.85rem;left:.85rem;padding:.38rem .62rem;border-radius:999px;background:#ffffffe0;color:var(--ink);font-size:.72rem;font-weight:820}.poster-large,.poster-feature{min-height:clamp(25rem,48vw,35rem)}.poster-mini{min-height:12rem}.poster-tiny{min-height:0;width:4.4rem;aspect-ratio:1;border-radius:.8rem;box-shadow:none;flex-shrink:0}.poster-tiny .poster-code{font-size:1.55rem}.poster-tiny .poster-chip{display:none}.sunset{background:linear-gradient(135deg,#ff9a47,#ff5470)}.iris{background:linear-gradient(135deg,#7c5cff,#ff5470)}.mint{background:linear-gradient(135deg,#2abfa0,#ff7a1a)}.carbon{background:linear-gradient(135deg,#1f2430,#6d5868 58%,#ff7a1a)}.search-toolbar{display:flex;gap:1rem;align-items:center;margin-bottom:1.6rem}.search-input{display:flex;flex:1;align-items:center;gap:.65rem;padding:.95rem 1.15rem;border:1.5px solid var(--line-2);border-radius:.95rem;background:var(--surface);color:var(--ink-3)}.search-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font:inherit}.search-input input::placeholder{color:var(--ink-3)}.product-type-tabs{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.6rem}.product-type-tabs button{padding:.62rem .9rem;border:1px solid var(--line-2);border-radius:999px;background:var(--surface);color:var(--ink-2);cursor:pointer;font-weight:700}.product-type-tabs button:hover,.product-type-tabs button.on{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-dark)}.mobile-only{display:none}.catalog-layout{display:grid;grid-template-columns:15.5rem minmax(0,1fr);gap:2rem}.catalog-layout-simple{grid-template-columns:minmax(0,1fr)}.filters{align-self:start;position:sticky;top:6rem;display:grid;gap:0;padding:.25rem 1.15rem;border:1px solid var(--line);border-radius:1.25rem;background:#ffffffc7}.filter-group{display:grid;gap:.8rem;padding:1.1rem 0;border-bottom:1px solid var(--line)}.filter-group:last-child{border-bottom:0}.filter-group h2{margin:0;font-size:.96rem}.filter-group label{display:flex;gap:.65rem;align-items:center;color:var(--ink-2)}.filter-group p{margin:0;color:var(--ink-3);font-size:.87rem;line-height:1.5}.result-head{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.9rem;color:var(--ink-2)}.catalog-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}.catalog-pagination span{color:var(--ink-2);font-size:.9rem}.active-chips{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1.1rem}.active-chips span{padding:.45rem .75rem;border-radius:999px;background:var(--primary-soft);color:var(--primary-dark);font-size:.82rem;font-weight:760}.catalog-message{display:grid;min-height:22rem;place-items:center;align-content:center;gap:.65rem;padding:2rem;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);text-align:center}.catalog-message>span{color:var(--primary);font-size:2rem}.catalog-message h2,.catalog-message p{margin:0}.catalog-message p{max-width:30rem;color:var(--ink-2)}.catalog-message .button{margin-top:.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.catalog-skeleton{min-width:0}.skeleton-card{display:grid;gap:.72rem;padding-bottom:1rem;pointer-events:none}.skeleton-block{display:block;border-radius:.65rem;background:linear-gradient(90deg,var(--bg-soft) 20%,#fff7ef 45%,var(--bg-soft) 70%);background-size:220% 100%;animation:storefront-skeleton 1.35s ease-in-out infinite}.skeleton-poster{min-height:15.5rem;border-radius:0}.skeleton-line{width:calc(100% - 2rem);height:.85rem;margin-inline:1rem}.skeleton-line.short{width:38%}.skeleton-line.medium{width:62%}.detail-image-skeleton{min-height:clamp(25rem,48vw,35rem);border-radius:var(--radius-lg)}.detail-copy-skeleton{display:grid;align-self:center;gap:1.15rem}.detail-copy-skeleton .skeleton-line{margin-inline:0}.skeleton-title{width:88%;height:3.2rem}.skeleton-price{width:34%;height:2.6rem}.skeleton-paragraph{width:100%;height:6rem}.skeleton-button{width:min(18rem,100%);height:3.2rem}.account-page-skeleton>.skeleton-line{margin-inline:0;margin-bottom:1rem}.account-page-skeleton>.skeleton-title{margin-bottom:2rem}.account-panel-skeleton{min-height:24rem;border-radius:var(--radius-xl)}.order-card-skeleton{min-height:14rem;margin-top:1.5rem;border-radius:var(--radius-xl)}@keyframes storefront-skeleton{to{background-position-x:-220%}}@media (prefers-reduced-motion: reduce){.skeleton-block{animation:none}}.crumbs{display:flex;gap:.55rem;align-items:center;margin-bottom:1rem;color:var(--ink-3);font-size:.88rem}.crumbs a:hover{color:var(--primary-dark)}.detail-page,.checkout-page{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(330px,.9fr);gap:clamp(2rem,5vw,4rem);align-items:start}.detail-info{align-self:center}.price-row{display:flex;align-items:baseline;gap:.75rem;margin:1.1rem 0}.price-row strong{font-family:var(--font-display);font-size:2.3rem}.price-row span{color:var(--ink-3);text-decoration:line-through}.save-badge{padding:.24rem .55rem;border-radius:999px;background:var(--accent);color:#fff;font-size:.78rem}.thumbnail-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;margin-top:.85rem}.thumbnail-row button{display:grid;min-width:0;padding:0;place-items:center;aspect-ratio:1;border:2px solid transparent;border-radius:.9rem;background:#fff;cursor:pointer;overflow:hidden}.thumbnail-row button.on{border-color:var(--primary)}.thumbnail-row img{width:100%;height:100%;object-fit:contain}.storefront-real3d-button{display:inline-flex;width:auto;min-height:44px;align-items:center;justify-content:center;gap:8px;margin:0;padding:0 14px 0 10px;border:1px solid #b9afc7;border-radius:999px;color:#5c506a;background:#f5f1ea;cursor:pointer;font:inherit;font-size:.88rem;font-weight:760;text-align:center;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.storefront-real3d-button:hover:not(:disabled){border-color:#81718f;color:#44384f;background:#ede7f0;transform:translateY(-1px)}.storefront-real3d-button:focus-visible{outline:3px solid rgb(129 113 143 / 28%);outline-offset:2px}.storefront-real3d-button:disabled{cursor:not-allowed;opacity:.58}.storefront-real3d-button__cube{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border:1px solid rgb(129 113 143 / 34%);border-radius:999px;color:#6f607d;background:#ffffff94;font-size:.64rem;font-weight:800;letter-spacing:.04em}.storefront-real3d-button>span:last-child{white-space:nowrap}.detail-gallery .poster-large{min-height:0;aspect-ratio:1}.detail-gallery .poster-image{object-fit:contain}.option-group{margin-top:1.4rem}.option-label{display:flex;justify-content:space-between;margin-bottom:.65rem;font-weight:800}.option-label small{color:var(--ink-3);font-weight:650}.chips{display:flex;flex-wrap:wrap;gap:.65rem}.chips>span,.chips>button{padding:.65rem .9rem;border:1.5px solid var(--line-2);border-radius:.75rem;background:var(--surface);font-size:.92rem;font-weight:760}.chips>span.on,.chips>button.on{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-dark)}.variant-chips button{display:grid;gap:.18rem;min-width:7rem;cursor:pointer;text-align:left}.variant-chips button small{color:var(--ink-3);font-size:.76rem;font-weight:650}.variant-chips button:disabled{cursor:not-allowed;opacity:.56}.product-quantity{display:grid;gap:.55rem;margin-top:1.4rem}.product-quantity>span{font-weight:800}.product-quantity>div{display:grid;grid-template-columns:2.5rem 3.5rem 2.5rem;width:max-content}.product-quantity button,.product-quantity input{min-width:0;height:2.5rem;border:1px solid var(--line-2);background:var(--surface);text-align:center}.product-quantity button{cursor:pointer}.product-quantity input{border-right:0;border-left:0}.buy-actions{margin-top:1.4rem}.checkout-head{align-items:center}.checkout-steps,.wizard-steps,.order-tabs,.pay-methods{display:flex;flex-wrap:wrap;gap:.45rem}.checkout-steps span,.wizard-steps span,.order-tabs span,.pay-methods span{display:inline-flex;align-items:center;min-height:2.3rem;padding:.52rem .82rem;border:1px solid var(--line);border-radius:.75rem;background:var(--surface);color:var(--ink-2);font-size:.86rem;font-weight:800}.checkout-steps span.on,.wizard-steps span.on,.order-tabs span.on,.pay-methods span.on{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-dark)}.wizard-steps span.done{background:#e4f7ef;color:var(--success)}.checkout-form,.artist-form,.submission-panel{display:grid;gap:1rem;min-width:0}.form-section,.summary,.submission-panel,.order-card{min-width:0;border:1px solid var(--line);border-radius:1.25rem;background:#ffffffc7}.form-section{display:grid;gap:1rem;padding:1.35rem}.form-section h2,.summary h2,.submission-panel h2{display:flex;gap:.65rem;align-items:center;margin:0;font-family:var(--font-display);font-size:1.08rem}.form-section h2 span{display:grid;width:1.75rem;height:1.75rem;place-items:center;border-radius:.55rem;background:var(--primary-soft);color:var(--primary-dark);font-size:.82rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-grid label{display:grid;gap:.45rem;color:var(--ink-2);font-weight:720}.form-grid .full{grid-column:1 / -1}.form-grid input,.form-grid textarea{width:100%;min-width:0;padding:.9rem 1rem;border:1.5px solid var(--line-2);border-radius:.8rem;background:var(--bg);color:var(--ink)}.form-grid input:focus,.form-grid textarea:focus{outline:none;border-color:var(--primary);background:var(--surface)}.form-grid textarea{min-height:7.5rem;resize:vertical;line-height:1.55}.secure-note,.single-hint,.cart-state{margin:0;color:var(--ink-3);font-size:.88rem;line-height:1.5}.single-hint{padding:.75rem .9rem;border-radius:.8rem;background:var(--primary-soft);color:var(--primary-dark)}.stripe-payment-form,.stripe-payment-error,.payment-preparing{display:grid;gap:.8rem}.payment-preparing{grid-template-columns:auto minmax(0,1fr);align-items:center;min-height:7rem;padding:1rem;border:1px dashed var(--line-2);border-radius:.9rem;background:var(--bg-soft)}.payment-preparing .checkout-restore-spinner{width:1.5rem;height:1.5rem;margin:0}.payment-preparing p{margin:0;color:var(--ink-2);line-height:1.55}.stripe-payment-status,.stripe-payment-error p{margin:0;color:var(--ink-3);font-size:.88rem;line-height:1.5}.stripe-payment-error p{color:var(--danger)}.stripe-payment-error .button{justify-self:start}.summary{position:sticky;top:6rem;align-self:start;display:grid;gap:1rem;padding:1.3rem}.summary-product{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.9rem;align-items:center;padding-bottom:1rem;border-bottom:1px solid var(--line)}.summary-product div{display:grid;gap:.2rem;min-width:0}.summary-product span,.summary-product small,.muted{color:var(--ink-3)}.summary-total{padding-top:1rem;border-top:1px solid var(--line)}.cart-state.ready{color:var(--success)}.cart-state.error{color:var(--danger)}.cart-page{min-height:68vh;padding:3.5rem 0 5rem}.cart-page-heading{align-items:flex-end;margin-bottom:2rem}.cart-page-heading p:last-child,.checkout-head p:last-child{max-width:42rem;color:var(--ink-2)}.cart-layout,.checkout-boundary-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.34fr);gap:1.5rem;align-items:start}.cart-groups,.checkout-boundary-items{display:grid;gap:1.25rem;min-width:0}.cart-seller-group,.checkout-boundary-items section{min-width:0;border:1px solid var(--line);border-radius:var(--radius-lg);background:#ffffffd6;overflow:hidden}.cart-seller-group>header{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1.1rem 1.25rem;border-bottom:1px solid var(--line);background:var(--bg-soft)}.cart-seller-group header small,.cart-seller-group header h2{margin:0}.cart-seller-group header small{color:var(--ink-3);font-weight:700}.cart-seller-group header h2{font-family:var(--font-display);font-size:1.12rem}.cart-line{display:grid;grid-template-columns:5.5rem minmax(0,1fr) auto 7rem;gap:1rem;align-items:center;padding:1.2rem 1.25rem}.cart-line+.cart-line{border-top:1px solid var(--line)}.cart-line-media{display:grid;width:5.5rem;height:5.5rem;place-items:center;border-radius:.9rem;background:var(--primary-soft);color:var(--primary-dark);font-family:var(--font-display);font-weight:800;overflow:hidden}.cart-line-media img{width:100%;height:100%;object-fit:contain}.cart-line-copy,.cart-line-quantity,.cart-line-price{display:grid;gap:.3rem;min-width:0}.cart-line-copy strong,.cart-line-copy span{display:block;overflow-wrap:anywhere}.cart-line-copy span,.cart-line-copy small,.cart-line-quantity>span,.cart-line-price>span{color:var(--ink-3);font-size:.8rem}.cart-line-issues{display:grid;color:var(--danger)}.cart-line-quantity>div{display:grid;grid-template-columns:2rem 3.1rem 2rem}.cart-line-quantity button,.cart-line-quantity input{min-width:0;height:2rem;border:1px solid var(--line-2);background:var(--surface);text-align:center}.cart-line-quantity button{cursor:pointer}.cart-line-quantity input{border-right:0;border-left:0}.cart-line-quantity .cart-remove{width:max-content;height:auto;padding:0;border:0;background:transparent;color:var(--danger);font-size:.78rem;text-align:left}.cart-line-quantity-error{color:var(--danger)}.cart-line-price{justify-items:end;text-align:right}.cart-summary{position:sticky;top:6.2rem;display:grid;gap:1rem;padding:1.35rem;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-md)}.cart-summary h2,.cart-summary dl,.cart-summary p{margin:0}.cart-summary dl{display:grid;gap:.7rem}.cart-summary dl div,.checkout-boundary-items section>div{display:flex;justify-content:space-between;gap:1rem}.cart-summary dt,.cart-summary dd{margin:0}.cart-summary dt{color:var(--ink-3)}.cart-summary dd{font-weight:750;text-align:right}.cart-blocked,.checkout-boundary-ready{padding:.85rem;border-radius:.8rem;background:#fff0ed;color:var(--danger)}.checkout-boundary-ready{background:#e4f7ef;color:var(--success)}.cart-blocked p,.checkout-boundary-ready p{margin-top:.25rem;font-size:.84rem}.disabled-link{pointer-events:none;opacity:.5}.cart-empty{display:grid;justify-items:center;gap:.8rem;min-height:18rem;padding:3rem;place-content:center;border:1px dashed var(--line-2);border-radius:var(--radius-xl);background:#ffffffb8;text-align:center}.cart-empty h2,.cart-empty p{margin:0}.cart-checkout-boundary{min-height:68vh}.checkout-boundary-main{display:grid;gap:1.25rem;min-width:0}.checkout-address-card,.checkout-items-card,.checkout-shipping-card,.checkout-payment-card{display:grid;gap:1.15rem;min-width:0;padding:1.35rem;border:1px solid var(--line);border-radius:var(--radius-lg);background:#ffffffdb;box-shadow:var(--shadow-sm)}.checkout-address-card>header,.checkout-items-card>header,.checkout-shipping-card>header,.checkout-payment-card>header{display:flex;justify-content:space-between;gap:1rem;align-items:center}.checkout-address-card>header small,.checkout-items-card>header small,.checkout-shipping-card>header small,.checkout-payment-card>header small{color:var(--primary-dark);font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.checkout-address-card h2,.checkout-items-card h2,.checkout-shipping-card h2,.checkout-payment-card h2{margin:.15rem 0 0;font-family:var(--font-display);font-size:1.2rem}.checkout-status-chip{display:inline-flex;min-height:2rem;padding:.35rem .7rem;align-items:center;border:1px solid rgba(26,158,115,.22);border-radius:999px;background:#e4f7ef;color:var(--success);font-size:.78rem;font-weight:800;white-space:nowrap}.checkout-address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.checkout-address-grid label,.checkout-country-field{display:grid;align-content:start;gap:.42rem;min-width:0}.checkout-address-grid label>span,.checkout-country-field>span{color:var(--ink-2);font-size:.88rem;font-weight:760}.checkout-address-grid input,.checkout-address-grid select{width:100%;min-width:0;min-height:3rem;padding:.82rem .9rem;border:1.5px solid var(--line-2);border-radius:.8rem;background:var(--bg);color:var(--ink)}.checkout-address-grid input:focus,.checkout-address-grid select:focus{outline:none;border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px #ff7a1a1f}.checkout-address-grid input[aria-invalid=true],.checkout-address-grid select[aria-invalid=true]{border-color:var(--danger);background:#fff7f5}.checkout-address-grid label>small[role=alert]{color:var(--danger);font-size:.78rem;font-weight:700;overflow-wrap:anywhere}.checkout-field-note{color:var(--ink-3);font-size:.78rem;line-height:1.4;overflow-wrap:anywhere}.checkout-address-wide{grid-column:1 / -1}.checkout-country-field{min-height:5.25rem;padding:.8rem .9rem;border:1px solid var(--line);border-radius:.8rem;background:var(--bg-soft)}.checkout-country-field strong{line-height:1.15}.checkout-country-field small{color:var(--ink-3)}.checkout-address-card>.button,.checkout-shipping-card>.button,.checkout-payment-card>.button{justify-self:start}.checkout-auto-note{margin:0;color:var(--ink-3);font-size:.84rem;font-weight:760}.checkout-auto-payment{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;color:var(--ink-2);font-size:.88rem;font-weight:760}.checkout-payment-card{border-color:#1a9e7347;background:#f7fcfa}.checkout-payment-card>p{margin:0;color:var(--ink-2);line-height:1.55}.checkout-payment-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:0}.checkout-payment-meta div{display:grid;gap:.25rem;padding:.75rem .85rem;border:1px solid var(--line);border-radius:.7rem;background:#ffffffb3}.checkout-payment-meta dt{color:var(--ink-3);font-size:.75rem;font-weight:750;text-transform:uppercase}.checkout-payment-meta dd{margin:0;font-size:.9rem;font-weight:760}.checkout-payment-actions{display:flex;flex-wrap:wrap;gap:.7rem}.checkout-quote-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:0}.checkout-quote-facts div{display:grid;gap:.3rem;min-width:0;padding:.85rem;border:1px solid var(--line);border-radius:.8rem;background:var(--bg-soft)}.checkout-quote-facts dt{color:var(--ink-3);font-size:.78rem;font-weight:750}.checkout-quote-facts dd{min-width:0;margin:0;font-family:var(--font-display);font-size:1rem;font-weight:800;overflow-wrap:anywhere}.checkout-quote-note{margin:0;color:var(--ink-2);font-size:.86rem;line-height:1.5;overflow-wrap:anywhere}.checkout-stripe-payment{display:grid;width:100%;gap:.9rem}.checkout-stripe-payment>.button{justify-self:start}.checkout-summary-items{display:grid!important;gap:.7rem!important;padding-block:.9rem!important}.checkout-summary-items>dt{color:var(--ink-3);font-size:.8rem;font-weight:800}.checkout-summary-items>dd{display:grid;gap:.75rem;margin:0}.checkout-summary-line{display:grid;grid-template-columns:3rem minmax(0,1fr) auto;gap:.65rem;align-items:center;min-width:0}.checkout-summary-line img,.checkout-summary-line-placeholder{width:3rem;height:3rem;border:1px solid var(--line);border-radius:.45rem;object-fit:cover;background:var(--line-2)}.checkout-summary-line-copy{display:grid;gap:.12rem;min-width:0;color:var(--ink-3);font-size:.72rem}.checkout-summary-line-copy strong{overflow:hidden;color:var(--ink);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.checkout-summary-line>strong{font-size:.78rem;white-space:nowrap}.checkout-shipping-groups{display:grid;gap:1rem}.checkout-shipping-groups fieldset{display:grid;gap:.7rem;min-width:0;margin:0;padding:1rem;border:1px solid var(--line);border-radius:.95rem;background:var(--bg-soft)}.checkout-shipping-groups legend{padding:0 .35rem;font-family:var(--font-display);font-weight:800}.checkout-shipping-groups label{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.8rem;align-items:center;min-width:0;padding:.9rem;border:1.5px solid var(--line-2);border-radius:.85rem;background:var(--surface);cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.checkout-shipping-groups label:hover,.checkout-shipping-groups label:focus-within{border-color:var(--primary-light)}.checkout-shipping-groups label:has(input:checked){border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 3px #ff7a1a1a}.checkout-shipping-groups label.unavailable{cursor:not-allowed;opacity:.58}.checkout-shipping-groups input[type=radio]{width:1.05rem;height:1.05rem;margin:0;accent-color:var(--primary)}.checkout-shipping-groups label>span{display:grid;gap:.15rem;min-width:0}.checkout-shipping-groups label small{color:var(--danger);line-height:1.35}.checkout-shipping-groups label b{font-family:var(--font-display);white-space:nowrap}.checkout-shipping-blocked{margin:0;padding:.8rem .9rem;border-radius:.8rem;background:#fff0ed;color:var(--danger);font-size:.86rem;font-weight:700}.checkout-payment-stop{padding:.85rem;border-radius:.8rem;background:var(--bg-soft);color:var(--ink-2)}.checkout-payment-stop p,.checkout-boundary-ready p{margin:.25rem 0 0;font-size:.84rem;line-height:1.45}.checkout-shipping-summary{min-width:0}.checkout-total-row{margin-top:.2rem;padding-top:.85rem;border-top:1px solid var(--line);font-family:var(--font-display);font-size:1.12rem}.checkout-boundary-items section{padding:1.25rem}.checkout-boundary-items section h2{margin:0 0 1rem;font-size:1.05rem}.checkout-boundary-items section>div+div{margin-top:.7rem;padding-top:.7rem;border-top:1px solid var(--line)}.checkout-boundary-total{font-family:var(--font-display);font-size:2rem}.checkout-evidence{display:grid;gap:.7rem;margin:0;padding-top:1rem;border-top:1px solid var(--line)}.checkout-evidence div{display:grid;gap:.2rem}.checkout-evidence dt,.checkout-evidence dd{margin:0}.checkout-success-shell{display:grid;min-height:60vh;place-items:center}.checkout-success{display:grid;width:min(100%,680px);gap:1rem;padding:clamp(1.5rem,4vw,2.75rem);border:1px solid var(--line);border-radius:1.25rem;background:var(--surface);box-shadow:var(--shadow-md)}.checkout-success-mark{display:grid;width:3rem;height:3rem;place-items:center;border-radius:50%;background:#e4f7ef;color:var(--success);font-size:1.6rem;font-weight:900}.checkout-success h1,.checkout-success p{margin:0}.checkout-success-details{display:grid;gap:0;margin:0;border-block:1px solid var(--line)}.checkout-success-details div{display:grid;grid-template-columns:minmax(7rem,.35fr) minmax(0,1fr);gap:1rem;padding:.85rem 0}.checkout-success-details div+div{border-top:1px solid var(--line)}.checkout-success-details dt,.checkout-success-details dd{margin:0}.checkout-success-details dt{color:var(--ink-3);font-size:.82rem;font-weight:800}.checkout-success-details dd{overflow-wrap:anywhere;font-weight:800}.checkout-success-actions{display:flex;flex-wrap:wrap;gap:.75rem}.checkout-evidence dt{color:var(--ink-3);font-size:.76rem;font-weight:800;text-transform:uppercase}.checkout-evidence dd{overflow-wrap:anywhere;font-size:.88rem;font-weight:760}.account-state{display:flex;justify-content:space-between;gap:1rem;margin:1rem 0 1.25rem;color:var(--ink-2);font-size:.9rem;font-weight:720}.account-state span{overflow-wrap:anywhere}.account-auth-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:1.25rem;align-items:start}.account-auth-copy,.account-auth-form,.account-card,.order-detail-state{border:1px solid var(--line);border-radius:1.25rem;background:#ffffffc7}.account-auth-copy{display:grid;gap:.9rem;padding:clamp(1.5rem,4vw,2.5rem);background:var(--bg-soft)}.account-auth-copy h2,.account-card h2{margin:0;font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.65rem)}.account-auth-copy p,.account-card p{margin:0;color:var(--ink-2);line-height:1.65}.account-auth-form{display:grid;gap:1rem;padding:clamp(1.25rem,3vw,2rem)}.verification-pending-card{align-content:start}.verification-pending-card>div:not(.recovery-links){display:grid;gap:.55rem}.verification-pending-card h2{margin:0;font-family:var(--font-display);font-size:clamp(1.65rem,4vw,2.45rem)}.verification-pending-card p{margin:0;color:var(--ink-2);line-height:1.65}.verification-email{padding:.9rem 1rem;border:1px solid var(--line-2);border-radius:.8rem;background:var(--bg-soft);color:var(--ink);overflow-wrap:anywhere}.account-mode-toggle{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.account-mode-toggle button{min-height:2.75rem;border:1px solid var(--line-2);border-radius:.8rem;background:var(--bg);color:var(--ink-2);font-weight:800}.account-mode-toggle button.on{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-dark)}.account-recovery-link{justify-self:start;color:var(--primary-dark);font-size:.9rem;font-weight:820;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.24rem}.account-recovery-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1.25rem;align-items:stretch}.recovery-intro,.recovery-form{animation:recovery-enter .32s ease both}.recovery-form{display:grid;min-width:0;gap:1.25rem;align-content:start;padding:clamp(1.35rem,3vw,2.25rem);border:1px solid var(--line);border-radius:1.25rem;background:#ffffffd1}.recovery-form>div:first-child{display:grid;gap:.55rem}.recovery-form h2{margin:0;font-family:var(--font-display);font-size:clamp(1.65rem,4vw,2.45rem)}.recovery-form p{margin:0;color:var(--ink-2);line-height:1.65;overflow-wrap:anywhere}.recovery-step{color:var(--primary-dark)!important;font-size:.76rem;font-weight:900;letter-spacing:.1em}.recovery-facts{display:grid;gap:0;margin:.35rem 0 0;border-top:1px solid var(--line)}.recovery-facts div{display:grid;grid-template-columns:4.25rem minmax(0,1fr);gap:.9rem;align-items:baseline;padding:.95rem 0;border-bottom:1px solid var(--line)}.recovery-facts dt,.recovery-facts dd{margin:0}.recovery-facts dt{color:var(--primary-dark);font-family:var(--font-display);font-size:1.8rem;font-weight:900}.recovery-facts dd{color:var(--ink-2);font-weight:760}.recovery-status{min-height:1.5rem;padding-top:.9rem;border-top:1px solid var(--line)}.recovery-status.ready{color:var(--success);font-weight:760}.recovery-status.error{color:var(--danger);font-weight:760}.recovery-requested-email{display:grid;gap:.35rem;padding:1rem;border:1px solid color-mix(in srgb,var(--accent) 22%,transparent);border-radius:.9rem;background:color-mix(in srgb,var(--primary) 7%,white)}.recovery-requested-email span,.recovery-requested-email small{color:var(--ink-2)}.recovery-requested-email strong{overflow-wrap:anywhere}.recovery-request-actions{display:flex;flex-wrap:wrap;gap:.75rem}.recovery-links{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center}.recovery-links-subtle{padding-top:.9rem;border-top:1px solid var(--line);color:var(--ink-3);font-size:.88rem;font-weight:720}.recovery-links-subtle a{color:var(--primary-dark);font-weight:840}.recovery-complete{align-content:center}.verification-result{min-height:24rem}.verification-result-success .status-pill{background:color-mix(in srgb,var(--success) 12%,white);color:var(--success)}.verification-result-error .status-pill,.verification-result-expired .status-pill,.verification-result-invalid .status-pill,.verification-result-email-mismatch .status-pill{background:color-mix(in srgb,var(--danger) 10%,white);color:var(--danger)}.verification-progress{height:.35rem;overflow:hidden;border-radius:999px;background:var(--line)}.verification-progress span{display:block;width:42%;height:100%;border-radius:inherit;background:var(--primary);animation:verification-progress 1.1s ease-in-out infinite alternate}.verification-resend-form{display:grid;gap:.9rem;padding-top:1rem;border-top:1px solid var(--line)}.verification-resend-form label{display:grid;gap:.45rem;color:var(--ink-2);font-size:.88rem;font-weight:820}.verification-resend-form .button{justify-self:start}@keyframes verification-progress{0%{transform:translate(-10%)}to{transform:translate(150%)}}@keyframes recovery-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.account-card{display:flex;justify-content:space-between;gap:1.5rem;align-items:center;padding:clamp(1.5rem,4vw,2.5rem)}.account-card>div:first-child{display:grid;gap:.65rem}.account-actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end}.checkout-account-state{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.85rem;border:1px solid var(--line);border-radius:.9rem;background:var(--bg-soft);color:var(--ink-2);font-weight:720}.checkout-account-state.ready{border-color:#1a9e733d;background:#e4f7ef;color:var(--success)}.checkout-account-state.expired,.checkout-account-state.error{border-color:#9d2d2133;background:#fff1ef;color:var(--danger)}.form-grid input:disabled{cursor:not-allowed;background:#f2eee9;color:var(--ink-3)}.order-detail-link{display:inline-flex;margin-top:.55rem;color:var(--primary-dark);font-weight:800}.order-detail-state{display:flex;gap:.85rem;align-items:center;margin:1rem 0;padding:1rem 1.2rem;color:var(--ink-2)}.order-detail-state strong{overflow-wrap:anywhere;color:var(--ink)}.order-detail-state span{flex:1}.order-detail-state.ready{border-color:#1a9e733d;background:#e4f7ef}.order-detail-state.error,.order-detail-state.auth-required{border-color:#9d2d212e;background:#fff7f5}.order-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding:1.25rem}.order-detail-grid div{display:grid;gap:.35rem;min-width:0}.order-detail-grid span{color:var(--ink-3);font-size:.8rem;font-weight:800;text-transform:uppercase}.order-detail-grid strong{overflow-wrap:anywhere}.order-detail-statuses{display:flex;flex-wrap:wrap;gap:.6rem;padding:0 1.25rem 1.25rem}.order-detail-statuses span{padding:.5rem .7rem;border-radius:999px;background:var(--primary-soft);color:var(--primary-dark);font-size:.82rem;font-weight:800}.order-tabs{margin-bottom:1rem}.order-list{display:grid;gap:1rem}.order-card{overflow:hidden}.order-card-head{display:flex;gap:.85rem;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--line);background:var(--bg-soft)}.order-card-head span:nth-child(2){min-width:0;overflow-wrap:anywhere;color:var(--ink-3);font-size:.86rem}.order-card-head .status-pill{margin-left:auto}.order-card-body{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1.1rem 1.25rem}.buyer-order-content{display:grid;gap:.85rem;min-width:0}.buyer-child-order{display:grid;gap:.65rem;padding:.85rem;border:1px solid var(--line);border-radius:.75rem;background:var(--bg-soft)}.buyer-child-order>header,.buyer-order-shipping,.buyer-child-order-total{display:flex;justify-content:space-between;gap:.8rem;align-items:baseline}.buyer-child-order>header>div{display:grid;gap:.15rem}.buyer-child-order>header small{color:var(--ink-3);font-size:.72rem;font-weight:750;text-transform:uppercase}.buyer-child-order>header>span{color:var(--ink-3);font-size:.74rem}.buyer-order-lines{display:grid;gap:.55rem}.buyer-order-line{display:grid;grid-template-columns:2.7rem minmax(0,1fr) auto;gap:.7rem;align-items:center;min-width:0;padding-top:.55rem;border-top:1px solid var(--line)}.buyer-order-line:first-child{border-top:0;padding-top:0}.buyer-order-line img,.buyer-order-line-placeholder{width:2.7rem;height:2.7rem;border-radius:.45rem;object-fit:cover;background:var(--line-2)}.buyer-order-line>div{display:grid;gap:.15rem;min-width:0}.buyer-order-line>div>span{color:var(--ink-3);font-size:.76rem}.buyer-order-shipping{padding-top:.55rem;border-top:1px solid var(--line);color:var(--ink-2);font-size:.8rem}.buyer-child-order-total{padding-top:.55rem;border-top:1px solid var(--line-2);font-size:.86rem}.order-content-pending{margin:0;color:var(--ink-3);font-size:.84rem}.buyer-delivery-rail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr) minmax(0,1fr);gap:0;min-width:0;margin-top:.9rem;border:1px solid var(--line);border-radius:.75rem;overflow:hidden;background:var(--bg-soft)}.buyer-delivery-step{display:flex;gap:.45rem;min-width:0;min-height:3.25rem;align-items:center;justify-content:center;padding:.7rem .55rem;border-left:1px solid var(--line);color:var(--ink-3);font-size:.8rem;font-weight:800;text-align:center;text-decoration:none}.buyer-delivery-step:first-child{border-left:0}.buyer-delivery-step.reached{color:var(--ink-2)}.buyer-delivery-step.current{background:var(--primary-soft);color:var(--primary-dark)}a.buyer-delivery-step.current{text-decoration:underline;text-underline-offset:.18rem}.buyer-delivery-marker{display:inline-flex;flex:0 0 auto}.buyer-delivery-delivered .buyer-delivery-step:last-child{background:#e4f7ef;color:var(--success)}.order-status-link{color:var(--primary-dark);font-weight:800;text-decoration:underline;text-underline-offset:.2rem}.order-card-body div{display:grid;min-width:0;gap:.25rem}.order-card-body span{color:var(--ink-2);overflow-wrap:anywhere}.status-stack{margin-top:.55rem;padding-top:.55rem;border-top:1px solid rgba(30,111,98,.16)}.shipment-snapshot{display:grid;gap:.65rem;margin-top:.75rem;padding:.85rem;border:1px solid rgba(30,111,98,.2);border-radius:.9rem;background:#f5fbf8}.shipment-snapshot-head,.shipment-panel-head{display:flex;gap:.75rem;align-items:center;justify-content:space-between}.shipment-snapshot-head span,.shipment-panel-head>span{color:var(--ink-3);font-size:.78rem;overflow-wrap:anywhere}.shipment-snapshot-meta{display:flex;flex-wrap:wrap;gap:.45rem 1rem;color:var(--ink-2);font-size:.84rem}.shipment-snapshot-meta a{color:var(--primary-dark);font-weight:800}.shipment-panel{display:grid;gap:1rem;margin:0 1.25rem 1.25rem;padding:1.15rem;border:1px solid var(--line);border-radius:1rem;background:var(--bg-soft)}.shipment-panel-head h2{margin:.2rem 0 0;font-size:1.15rem}.shipment-panel-list{display:grid;gap:.75rem}.shipment-detail{margin-top:0;background:var(--bg)}.shipment-timeline{display:grid;gap:0;margin:0;padding:0;list-style:none}.shipment-timeline li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;padding:.65rem 0;border-top:1px solid var(--line)}.shipment-timeline span{color:var(--ink);font-weight:800}.shipment-timeline time,.shipment-empty{color:var(--ink-3);font-size:.84rem}.shipment-empty{margin:0}.refund-state,.refund-detail{color:#7a4a00;background:#fff7e8;border:1px solid #f4d08a;border-radius:10px}.refund-state{padding:.35rem .55rem}.refund-detail{display:grid;gap:.45rem;margin-top:1rem;padding:1rem}.refund-succeeded{color:#155f45;background:#ecf9f3;border-color:#91d6bd}.refund-failed,.refund-blocked{color:#8c2f2b;background:#fff0ef;border-color:#efaaa5}.warning-stack{border-top-color:#9d2d2129}.status-pill{padding:.42rem .72rem;border-radius:999px;background:#e4f7ef;color:var(--success)!important;font-size:.82rem;font-weight:800;white-space:nowrap}.muted-pill{background:#f7f0ea;color:var(--ink-2)!important}.verified-order{border-color:#1a9e733d}.empty-order{background:#ffffff8f}.artist-workbench{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.44fr);gap:clamp(1.4rem,4vw,3rem);align-items:start;margin-top:1.4rem}.artist-entry-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.42fr);gap:clamp(1.4rem,4vw,3rem);align-items:start;margin-top:1.4rem}.artist-entry-copy{display:grid;gap:1.25rem}.compact-process{grid-template-columns:repeat(3,minmax(0,1fr))}.artist-entry-panel{display:grid;align-content:start}.seller-session-card{display:grid;gap:.25rem;padding:.85rem 1rem;border:1px solid rgba(26,158,115,.18);border-radius:.9rem;background:#f7fffc}.seller-session-card span{color:var(--ink-2);font-size:.85rem;overflow-wrap:anywhere}.upload-zone{position:relative;display:grid;min-height:9rem;place-items:center;padding:1rem;border:2px dashed var(--line-2);border-radius:1rem;background:var(--bg);color:var(--primary-dark);cursor:pointer;font-weight:800;text-align:center}.upload-zone:hover{border-color:var(--primary);background:var(--primary-soft)}.upload-zone input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.price-guide{display:grid;gap:.9rem;padding:.9rem 1rem;border-radius:.9rem;background:var(--primary-soft);color:var(--primary-dark);line-height:1.5}.price-guide p{margin:0}.price-guide div{display:flex;flex-wrap:wrap;gap:.85rem 1.3rem}.price-guide span{display:grid;color:var(--ink-2);font-size:.86rem}.price-guide b{color:var(--ink);font-family:var(--font-display);font-size:1.05rem}.submission-panel{gap:1rem;padding:1.2rem}.preview-side-title{color:var(--ink-3);font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.preview-card{overflow:hidden;border:1px solid var(--line);border-radius:1rem;background:var(--surface);box-shadow:var(--shadow-md)}.preview-card>div:last-child{display:grid;gap:.25rem;padding:.9rem 1rem 1rem}.preview-card span,.preview-card small,.submission-panel p{color:var(--ink-2);line-height:1.55}.submission-panel p{margin:0}.list-state{padding:.72rem .82rem;border-radius:.8rem;background:#f7f0ea;font-size:.86rem;font-weight:760;overflow-wrap:anywhere}.list-state.ready{background:#eef8f5;color:var(--success)}.list-state.error{background:#fff1ee;color:var(--danger)}.submission-list{display:grid;gap:.8rem}.submission-row{display:grid;grid-template-columns:4.5rem minmax(0,1fr);gap:.8rem;align-items:center;padding-top:.8rem;border-top:1px solid var(--line)}.submission-row img,.submission-thumb{width:4.5rem;aspect-ratio:1;border-radius:.8rem;background:linear-gradient(135deg,var(--primary),var(--accent));object-fit:cover}.submission-row div{display:grid;min-width:0;gap:.2rem}.submission-row span{color:var(--ink-2);font-size:.86rem;overflow-wrap:anywhere}.submission-status{justify-self:start;padding:.32rem .54rem;border-radius:999px;background:#f7f0ea;font-size:.78rem!important;font-weight:820}.status-submitted{background:#fff3df;color:#9a521f!important}.status-approved,.status-provisioned,.status-published{background:#eef8f5;color:var(--success)!important}.status-rejected,.status-blocked{background:#fff1ee;color:var(--danger)!important}.footer{display:flex;justify-content:space-between;gap:1rem;width:100%;margin:2.5rem auto 0;padding:2.4rem max(2rem,calc((100vw - 1200px)/2)) 3rem;border-top:0;background:var(--ink);color:#b8afa2;font-size:.9rem}.footer div{display:grid;gap:.25rem}.footer strong{color:#fff;font-family:var(--font-display)}.footer>span{color:var(--primary-light);font-weight:760}.footer nav{display:flex;flex-wrap:wrap;gap:.55rem 1rem;align-content:flex-start}.footer nav a{color:#fff;font-weight:700}.footer nav a:hover{color:var(--primary-light)}.radix-themes{--accent-3: #ffe9d9;--accent-4: #ffd8c0;--accent-9: #ff7818;--accent-10: #ff8730;--accent-11: #c94700;--accent-12: #c43f00;--accent-a3: #ff78181f;--accent-a4: #ff78183d;--accent-a9: #ff7818;--accent-a10: #ff8730;--accent-a11: #c94700;--accent-a12: #c43f00;--accent-contrast: #28211f;--orange-3: #ffe9d9;--orange-4: #ffd8c0;--orange-9: #ff7818;--orange-10: #ff8730;--orange-11: #c94700;--orange-12: #c43f00;--orange-a3: #ff78181f;--orange-a4: #ff78183d;--orange-a9: #ff7818;--orange-a10: #ff8730;--orange-a11: #c94700;--orange-a12: #c43f00;--orange-contrast: #28211f;--focus-8: #ff7818;--default-font-family: var(--font-body);--heading-font-family: var(--font-display);--cursor-button: pointer}.storefront-main--wide{width:min(100%,1600px)}.storefront-v84-header{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:auto minmax(250px,1fr) auto;gap:clamp(14px,2vw,28px);align-items:center;min-height:72px;padding:0 clamp(24px,3vw,40px);border-bottom:1px solid #dedbd8;background:#fffdfbf5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.storefront-v84-wordmark{justify-self:start;font-weight:800;letter-spacing:.01em;white-space:nowrap}.storefront-v84-nav{display:flex;gap:clamp(12px,2.5vw,40px);align-items:center;justify-content:center;min-width:0;white-space:nowrap}.storefront-v84-nav a.active{min-width:auto;padding-inline:28px;color:#c94700;background:#ffe9d9}.storefront-v84-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;min-width:0;white-space:nowrap}.storefront-v84-header-search,.storefront-v84-mobile-search{display:flex;align-items:center;min-width:0;overflow:hidden;border:1px solid #d9d3ce;border-radius:999px;background:#fff;box-shadow:0 5px 18px #28211f12}.storefront-v84-header-search{width:clamp(190px,18vw,270px);height:38px;margin-inline:5px;padding-left:12px}.storefront-v84-header-search:focus-within,.storefront-v84-mobile-search:focus-within{border-color:#ff7818;box-shadow:0 0 0 3px #ff781829}.storefront-v84-header-search>svg,.storefront-v84-mobile-search>svg{flex:0 0 auto;color:#c94700}.storefront-v84-header-search input,.storefront-v84-mobile-search input{width:100%;min-width:0;height:100%;padding:0 8px;border:0;outline:0;background:transparent;color:#28211f;font:inherit;font-size:.78rem}.storefront-v84-header-search input::placeholder,.storefront-v84-mobile-search input::placeholder{color:#817772}.storefront-v84-header-search button,.storefront-v84-mobile-search button{align-self:stretch;flex:0 0 auto;padding:0 13px;border:0;background:#ff7818;color:#28211f;cursor:pointer;font-size:.76rem;font-weight:780}.storefront-v84-search-action,.storefront-v84-mobile-search,.storefront-v84-mobile-menu{display:none}.storefront-v84-mobile-menu-content{width:min(19rem,calc(100vw - 24px));padding:6px}.storefront-v84-mobile-menu-item,.storefront-v84-mobile-menu-content [role=menuitemradio]{min-height:44px;font-weight:680}.storefront-v84-cart-action{position:relative}.storefront-v84-cart-count{position:absolute;top:1px;right:0;display:grid;min-width:16px;height:16px;padding:0 4px;place-items:center;border:2px solid #fffdfb;border-radius:999px;background:#ff5a70;color:#fff;font-size:9px;font-weight:800;line-height:1}.storefront-v84-studio-link{margin-left:4px;white-space:nowrap}.storefront-v84-footer{display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr);gap:28px;align-items:center;min-height:150px;padding:32px clamp(24px,3vw,40px);border-top:1px solid #dedbd8;background:#f5f5f5;color:#28211f}.storefront-v84-footer__brand{display:grid;gap:6px}.storefront-v84-footer__brand strong{font-size:1.15rem}.storefront-v84-footer__brand span,.storefront-v84-footer__promise{color:#655d59;font-size:.88rem}.storefront-v84-footer nav{display:flex;gap:18px;align-items:center;white-space:nowrap}.storefront-v84-footer nav a{font-size:.9rem;font-weight:650}.storefront-v84-footer nav a:hover{color:#c94700}.storefront-v84-footer__promise{justify-self:end;color:#cc3850;font-weight:700;text-align:right}.storefront-v84-home,.storefront-v84-catalog-page{--v84-ink: #28211f;--v84-muted: #655d59;--v84-line: #dedbd8;--v84-orange: #ff7818;--v84-orange-soft: #fff4ec;--v84-orange-pale: #fff8f3;--v84-red: #ff5a70;--v84-red-soft: #fff0f3;min-height:700px;background:#fffdfb;color:var(--v84-ink)}.storefront-v84-home-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);min-height:min(610px,calc(100vh - 72px));border-bottom:1px solid var(--v84-line);background:var(--v84-orange-pale)}.storefront-v84-home-hero__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(48px,5vw,72px) clamp(36px,4vw,64px);background:#fffdfb}.storefront-v84-badge{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:6px;background:var(--v84-red-soft);color:#cc3850;font-size:.82rem;font-weight:760}.storefront-v84-home-hero h1{max-width:620px;margin:24px 0 20px;font-family:var(--font-display);font-size:clamp(46px,4.4vw,66px);font-weight:800;letter-spacing:-.045em;line-height:1.02}.storefront-v84-home-hero h1 span{display:block;white-space:nowrap}.storefront-v84-home-hero__copy>p{max-width:530px;margin:0 0 30px;color:var(--v84-muted);font-size:1.08rem;line-height:1.62}.storefront-v84-home-hero__actions{display:flex;gap:12px;align-items:center}.storefront-v84-home-hero__actions a{white-space:nowrap}.storefront-v84-home-hero__media{position:relative;display:grid;min-height:540px;place-items:center;padding:clamp(40px,5vw,72px);overflow:hidden;border-left:1px solid #ffb37d;background:var(--v84-orange)}.storefront-v84-home-hero__media:before{position:absolute;width:min(42vw,580px);aspect-ratio:1;border:1px solid rgb(40 33 31 / 20%);border-radius:50%;content:""}.storefront-v84-home-hero__media>a{z-index:1;display:block;width:min(100%,520px);aspect-ratio:1;overflow:hidden;border:1px solid rgb(40 33 31 / 18%);border-radius:8px;box-shadow:0 32px 70px -38px #28211f99}.storefront-v84-home-hero__empty{z-index:1;display:grid;width:min(100%,520px);min-height:420px;padding:48px;place-items:center;align-content:center;gap:14px;border:1px solid rgb(40 33 31 / 18%);border-radius:8px;background:#fffdfbeb;color:var(--v84-ink);text-align:center}.storefront-v84-home-hero__empty>svg{color:#c94700}.storefront-v84-home-hero__empty>strong{font-family:var(--font-display);font-size:1.55rem;letter-spacing:-.025em}.storefront-v84-home-hero__empty>span{max-width:340px;color:var(--v84-muted);line-height:1.6}.storefront-v84-home-hero__media .poster{min-height:0;height:100%;border-radius:0;box-shadow:none}.storefront-v84-home .poster:not(.has-image),.storefront-v84-catalog-page .poster:not(.has-image){background:#eceae7}.storefront-v84-home .poster:not(.has-image):before,.storefront-v84-catalog-page .poster:not(.has-image):before{border-color:#28211f2e}.storefront-v84-home .poster:not(.has-image) .poster-code,.storefront-v84-catalog-page .poster:not(.has-image) .poster-code{color:#c94700}.storefront-v84-home-hero__caption{position:absolute;z-index:2;right:clamp(24px,4vw,56px);bottom:clamp(24px,3vw,44px);display:grid;min-width:230px;gap:8px;padding:14px 16px;border:1px solid rgb(40 33 31 / 12%);border-radius:8px;background:#fffdfbeb;box-shadow:0 20px 40px -30px #28211f8c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.storefront-v84-home-hero__caption>strong{overflow:hidden;font-size:.92rem;text-overflow:ellipsis;white-space:nowrap}.storefront-v84-category-bar{display:grid;grid-template-columns:repeat(4,auto) minmax(0,1fr);gap:8px;align-items:center;min-height:68px;padding:8px clamp(24px,3vw,40px);border-bottom:1px solid var(--v84-line);background:#fffdfb}.storefront-v84-category-bar>:last-child{justify-self:end;white-space:nowrap}.storefront-v84-collection{padding:84px clamp(24px,3vw,40px) 110px}.storefront-v84-section-heading{display:flex;gap:32px;align-items:flex-end;justify-content:space-between;margin-bottom:36px}.storefront-v84-section-heading h2,.storefront-v84-section-heading p{margin:0}.storefront-v84-section-heading h2,.storefront-v84-designer-feature h2,.storefront-v84-page-heading h1{font-family:var(--font-display);letter-spacing:-.035em;line-height:1.08}.storefront-v84-section-heading h2{font-size:clamp(2rem,3.3vw,3rem)}.storefront-v84-section-heading p{margin-top:10px;color:var(--v84-muted)}.storefront-v84-collection .product-grid,.storefront-v84-catalog-results .product-grid{gap:42px 18px}.storefront-v84-collection--single .product-grid{grid-template-columns:minmax(0,860px)}.storefront-v84-collection--single .product-card{display:grid;grid-template-columns:minmax(360px,1.2fr) minmax(250px,.8fr);gap:clamp(28px,4vw,52px);align-items:end}.storefront-v84-collection--single .product-card .poster{aspect-ratio:4 / 5}.storefront-v84-collection--single .product-meta{gap:12px;padding:0 0 30px}.storefront-v84-collection--single .product-meta>strong{font-family:var(--font-display);font-size:clamp(1.6rem,2.5vw,2.35rem);letter-spacing:-.035em;line-height:1.12}.storefront-v84-collection--single .product-card-footer{margin-top:10px}.storefront-v84-collection .product-card,.storefront-v84-catalog-results .product-card{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.storefront-v84-collection .product-card:hover,.storefront-v84-catalog-results .product-card:hover{box-shadow:none;transform:translateY(-3px)}.storefront-v84-collection .product-card .poster,.storefront-v84-catalog-results .product-card .poster,.storefront-v84-collection .skeleton-poster,.storefront-v84-catalog-results .skeleton-poster{width:100%;min-height:0;aspect-ratio:1;border:1px solid var(--v84-line);border-radius:8px}.storefront-v84-collection .product-meta,.storefront-v84-catalog-results .product-meta{gap:6px;padding:12px 0 0}.storefront-v84-collection .product-meta>span,.storefront-v84-catalog-results .product-meta>span{color:#c94700;font-size:.75rem;font-weight:760}.storefront-v84-collection .product-card-footer,.storefront-v84-catalog-results .product-card-footer{margin-top:4px}.storefront-v84-collection .product-card-footer>b,.storefront-v84-catalog-results .product-card-footer>b{align-self:center}.storefront-v84-collection .skeleton-card,.storefront-v84-catalog-results .skeleton-card{display:grid;gap:10px}.storefront-v84-collection .skeleton-line,.storefront-v84-catalog-results .skeleton-line{margin-inline:0}.storefront-v84-collection .catalog-message,.storefront-v84-catalog-results .catalog-message{min-height:430px;border:0;border-radius:0;background:transparent}.storefront-v84-collection .catalog-message>svg,.storefront-v84-catalog-results .catalog-message>svg{color:#c94700}.storefront-v84-designer-feature{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(400px,.88fr);margin:0 clamp(24px,3vw,40px) 110px;overflow:hidden;border:1px solid var(--v84-line);border-radius:8px;background:#f6f6f6}.storefront-v84-designer-feature__media{min-height:540px;overflow:hidden;border-right:1px solid #f2a8b3;background:var(--v84-red-soft)}.storefront-v84-designer-feature__media>a{display:block;height:100%}.storefront-v84-designer-feature__media .poster{height:100%;min-height:540px;border-radius:0;box-shadow:none}.storefront-v84-designer-feature__media .poster-image{object-fit:cover;object-position:center 46%}.storefront-v84-designer-feature__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(44px,5vw,72px)}.storefront-v84-designer-feature h2{margin:28px 0 0;font-size:clamp(2.3rem,3.5vw,3.5rem)}.storefront-v84-designer-feature__copy>p{max-width:420px;margin:20px 0 26px;color:var(--v84-muted);font-size:1.08rem;line-height:1.6}.storefront-v84-page-heading{padding:54px clamp(24px,3vw,40px) 30px}.storefront-v84-page-heading h1,.storefront-v84-page-heading p{margin:0}.storefront-v84-page-heading h1{font-size:clamp(2.5rem,4vw,4rem)}.storefront-v84-page-heading p{margin-top:10px;color:var(--v84-muted)}.storefront-v84-catalog-toolbar{display:grid;grid-template-columns:minmax(360px,1fr) auto;gap:12px;padding:0 clamp(24px,3vw,40px) 18px}.storefront-v84-search-input{width:100%}.storefront-v84-catalog-note{margin:0 clamp(24px,3vw,40px) 24px;color:var(--v84-muted);font-size:.88rem}.storefront-v84-catalog-tabs-row{display:flex;gap:24px;align-items:center;justify-content:space-between;margin:0 clamp(24px,3vw,40px) 34px;padding-top:22px;border-top:1px solid var(--v84-line)}.storefront-v84-catalog-tabs{display:flex;gap:16px;align-items:center}.storefront-v84-catalog-tabs-row>span{color:var(--v84-muted);font-size:.9rem;white-space:nowrap}.storefront-v84-catalog-results{padding:0 clamp(24px,3vw,40px) 96px}.storefront-v84-pagination{display:flex;gap:24px;align-items:center;justify-content:center;padding:70px 0 0}.storefront-v84-pagination>span{color:var(--v84-muted);font-size:.9rem}@keyframes storefront-v84-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.storefront-v84-rise{animation:storefront-v84-rise .54s cubic-bezier(.2,.7,.2,1) both}.storefront-v84-home-hero__media.storefront-v84-rise{animation-delay:.1s}@media (max-width: 1320px){.storefront-v84-header{grid-template-columns:auto minmax(220px,1fr) auto;gap:12px;padding-inline:22px}.storefront-v84-nav{gap:8px}.storefront-v84-actions{gap:6px}.storefront-v84-studio-link{margin-left:1px}.storefront-v84-home-hero__copy{padding-inline:42px}.storefront-v84-home-hero__media{padding:50px}}@media (max-width: 1099px){.storefront-v84-header{grid-template-columns:auto minmax(0,1fr)}.storefront-v84-nav{display:none}.storefront-v84-actions{gap:2px}.storefront-v84-header-search{display:none}.storefront-v84-search-action{display:inline-flex}.storefront-v84-mobile-search{position:absolute;top:calc(100% + 8px);right:max(12px,env(safe-area-inset-right));left:max(12px,env(safe-area-inset-left));z-index:2;display:flex;height:48px;padding-left:14px;border-radius:10px;box-shadow:0 18px 40px #28211f2e}.storefront-v84-actions>[role=radiogroup],.storefront-v84-studio-link{display:none}.storefront-v84-actions .rt-IconButton,.storefront-v84-mobile-menu>button{min-width:44px;min-height:44px}.storefront-v84-mobile-menu{display:block}.storefront-v84-category-bar{grid-template-columns:repeat(4,auto) 1fr;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline proximity}.storefront-v84-category-bar>*{scroll-snap-align:start}.storefront-v84-footer{grid-template-columns:1fr auto}.storefront-v84-footer__promise{grid-column:1 / -1;justify-self:start;text-align:left}}@media (max-width: 899px){.storefront-v84-home-hero{min-height:auto;grid-template-columns:1fr}.storefront-v84-home-hero__copy{padding:56px clamp(28px,7vw,56px)}.storefront-v84-home-hero__media{min-height:auto;padding:44px 32px;border-top:1px solid #ffb37d;border-left:0}.storefront-v84-home-hero__media:before{width:min(68vw,500px)}.storefront-v84-home-hero__media>a{width:min(76vw,520px)}.storefront-v84-collection .product-grid,.storefront-v84-catalog-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-v84-collection--single .product-grid,.storefront-v84-collection--single .product-card{grid-template-columns:1fr}.storefront-v84-collection--single .product-card{gap:20px}.storefront-v84-designer-feature{grid-template-columns:1fr}.storefront-v84-designer-feature__media{min-height:460px;border-right:0;border-bottom:1px solid #f2a8b3}}@media (max-width: 767px){.storefront-v84-header{min-height:64px;padding-right:max(12px,env(safe-area-inset-right));padding-left:max(16px,env(safe-area-inset-left))}.storefront-v84-home-hero__copy{padding:40px 24px 36px}.storefront-v84-home-hero h1{margin:18px 0 16px;font-size:clamp(2.65rem,11.5vw,3.7rem)}.storefront-v84-home-hero h1 span{white-space:normal}.storefront-v84-home-hero__copy>p{margin-bottom:24px;font-size:1rem}.storefront-v84-home-hero__actions{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-v84-home-hero__actions>*{width:100%;justify-content:center}.storefront-v84-home-hero__media{display:block;padding:24px 20px}.storefront-v84-home-hero__media:before{top:50%;left:50%;width:min(82vw,420px);transform:translate(-50%,-50%)}.storefront-v84-home-hero__media>a{width:min(100%,480px);margin-inline:auto}.storefront-v84-home-hero__caption{position:relative;right:auto;bottom:auto;width:min(100%,480px);min-width:0;margin:12px auto 0}.storefront-v84-home-hero__empty{width:min(100%,480px);min-height:300px;margin-inline:auto;padding:28px 22px}.storefront-v84-category-bar{grid-template-columns:repeat(5,max-content);min-height:60px;padding-inline:16px}.storefront-v84-category-bar>:last-child{justify-self:auto}.storefront-v84-collection{padding:56px 20px 72px}.storefront-v84-section-heading{gap:20px;margin-bottom:28px}.storefront-v84-collection .product-grid,.storefront-v84-catalog-results .product-grid{gap:32px 14px}.storefront-v84-collection .product-card-footer,.storefront-v84-catalog-results .product-card-footer{align-items:flex-start;flex-direction:column;gap:8px}.storefront-v84-section-heading,.storefront-v84-catalog-tabs-row{align-items:flex-start;flex-direction:column}.storefront-v84-catalog-tabs{flex-wrap:wrap}.storefront-v84-catalog-toolbar{grid-template-columns:1fr}.storefront-v84-designer-feature{margin:0 20px 72px}.storefront-v84-designer-feature__media{min-height:0;aspect-ratio:1}.storefront-v84-designer-feature__media .poster{min-height:0}.storefront-v84-designer-feature__copy{padding:36px 28px 40px}.storefront-v84-designer-feature h2{margin-top:22px;font-size:clamp(2.15rem,9vw,3rem)}.storefront-v84-footer{grid-template-columns:1fr;min-height:0;padding:28px 20px max(32px,env(safe-area-inset-bottom))}.storefront-v84-footer nav{flex-wrap:wrap;white-space:normal}.storefront-v84-footer__promise{grid-column:auto}}@media (max-width: 479px){.storefront-v84-account-action{display:none}.storefront-v84-wordmark{font-size:.98rem}.storefront-v84-home-hero__actions{grid-template-columns:1fr}.storefront-v84-section-heading>.rt-Button{width:100%;justify-content:center}.storefront-v84-collection{padding-right:16px;padding-left:16px}.storefront-v84-designer-feature{margin-right:16px;margin-left:16px}.buyer-delivery-rail{grid-template-columns:repeat(3,minmax(0,1fr))}.buyer-delivery-step{gap:.3rem;padding-inline:.35rem;font-size:.7rem}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.legal-page{padding:3.5rem 0 1rem}.legal-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(15rem,.42fr);gap:clamp(2rem,6vw,5rem);align-items:center;min-height:31rem;padding:clamp(2.4rem,5vw,4.8rem);border-radius:var(--radius-xl);overflow:hidden;background:radial-gradient(circle at 78% 24%,rgba(255,122,26,.17),transparent 28%),linear-gradient(135deg,#fff,#fff8ef 54%,#f7eadb);box-shadow:var(--shadow-md)}.legal-hero:after{position:absolute;right:-5rem;bottom:-8rem;width:21rem;height:21rem;border:3.5rem solid rgba(255,84,112,.06);border-radius:50%;content:""}.legal-hero-copy{position:relative;z-index:1;max-width:46rem}.legal-eyebrow{display:inline-flex;margin-bottom:1rem;color:var(--primary-dark);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.legal-hero h1{max-width:13ch;margin:0;font-family:var(--font-display);font-size:clamp(3.25rem,7vw,6.4rem);line-height:.94;letter-spacing:-.065em}.legal-hero-copy>p{max-width:43rem;margin:1.7rem 0 0;color:var(--ink-2);font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.65}.legal-meta{display:flex;flex-wrap:wrap;gap:.65rem 1.4rem;margin-top:2rem;color:var(--ink-2);font-size:.83rem}.legal-meta strong{color:var(--ink)}.legal-brand-art{position:relative;z-index:1;display:grid;justify-items:center;align-content:center;min-width:0}.legal-brand-art img{display:block;width:min(100%,20rem);aspect-ratio:1;border-radius:50%;mix-blend-mode:multiply;object-fit:contain;filter:drop-shadow(0 24px 26px rgba(52,35,22,.11))}.legal-page-switcher{display:flex;gap:.5rem;margin:1rem 0 3.8rem;padding:.45rem;border:1px solid var(--line);border-radius:1rem;overflow-x:auto;background:#ffffffb3}.legal-page-switcher a{flex:1 0 auto;padding:.72rem 1rem;border-radius:.72rem;color:var(--ink-2);text-align:center;font-size:.88rem;font-weight:760;transition:background .15s ease,color .15s ease}.legal-page-switcher a:hover,.legal-page-switcher a.active{background:var(--ink);color:#fff}.legal-layout{display:grid;grid-template-columns:minmax(13rem,.31fr) minmax(0,1fr);gap:clamp(2.5rem,7vw,7.5rem);align-items:start;max-width:68rem;margin:0 auto}.legal-toc{position:sticky;top:7.2rem}.legal-toc>span{display:block;margin-bottom:1rem;color:var(--ink-3);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.legal-toc nav{display:grid;border-top:1px solid var(--line-2)}.legal-toc a{display:grid;grid-template-columns:2.1rem minmax(0,1fr);gap:.35rem;align-items:baseline;padding:.78rem 0;border-bottom:1px solid var(--line);color:var(--ink-2);font-size:.86rem;font-weight:650;line-height:1.35}.legal-toc a:hover{color:var(--primary-dark)}.legal-toc b{color:var(--primary);font-size:.68rem;letter-spacing:.04em}.legal-article{min-width:0}.legal-section{display:grid;grid-template-columns:3.1rem minmax(0,1fr);gap:1rem;padding:0 0 3rem;scroll-margin-top:7rem}.legal-section+.legal-section{padding-top:3rem;border-top:1px solid var(--line-2)}.legal-section-number{display:grid;width:2.55rem;height:2.55rem;border-radius:.8rem;place-items:center;background:var(--primary-soft);color:var(--primary-dark);font-family:var(--font-display);font-size:.78rem;font-weight:800}.legal-section h2{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.15rem);line-height:1.08;letter-spacing:-.035em}.legal-section p{margin:0 0 1rem;color:var(--ink-2);font-size:1rem;line-height:1.78}.legal-section ul{display:grid;gap:.72rem;margin:1.15rem 0 0;padding:0;list-style:none}.legal-section li{position:relative;padding-left:1.35rem;color:var(--ink-2);line-height:1.62}.legal-section li:before{position:absolute;top:.62rem;left:0;width:.46rem;height:.46rem;border-radius:50%;background:var(--accent);content:""}.legal-contact-panel{display:grid;gap:.5rem;margin-bottom:3.2rem;padding:1.5rem;border-radius:var(--radius-lg);background:var(--ink);color:#fff;box-shadow:var(--shadow-md)}.legal-contact-panel.compact{margin:1rem 0 2rem}.legal-contact-panel>span:first-child{color:var(--primary-light);font-size:.74rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.legal-contact-link,.legal-contact-pending{color:#fff;font-family:var(--font-display);font-size:clamp(1.05rem,2.2vw,1.45rem);font-weight:750;overflow-wrap:anywhere}.legal-contact-link:hover,.legal-contact-panel a:hover{color:var(--primary-light)}.legal-contact-panel>a:last-child{justify-self:start;margin-top:.25rem;color:#fff;font-size:.86rem;font-weight:700}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.rise{animation:rise .68s cubic-bezier(.2,.7,.2,1) both}@media (max-width: 980px){.site-header{grid-template-columns:1fr auto}.nav-links{grid-column:1 / -1;justify-content:flex-start;overflow-x:auto;padding-bottom:.1rem}.home-hero,.band,.detail-page,.checkout-page,.cart-layout,.checkout-boundary-grid,.catalog-layout,.artist-workbench{grid-template-columns:1fr}.account-auth-layout,.account-recovery-layout,.order-detail-grid{grid-template-columns:1fr 1fr}.account-recovery-layout{grid-template-columns:1fr}.account-recovery-layout .recovery-form{order:1}.account-recovery-layout .recovery-intro{order:2}.artist-entry-grid,.compact-process{grid-template-columns:1fr}.home-hero{min-height:auto}.hero-art{min-height:28rem}.filters,.summary,.cart-summary{position:static}.process-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer,.join-band,.account-state,.account-card,.checkout-account-state,.order-detail-state{align-items:flex-start;flex-direction:column}.legal-hero{grid-template-columns:minmax(0,1fr) minmax(12rem,.38fr);min-height:27rem;padding:2.8rem}.legal-layout{grid-template-columns:1fr;gap:2rem}.legal-toc{position:static;overflow-x:auto}.legal-toc nav{display:flex;gap:.55rem;border:0}.legal-toc a{flex:0 0 auto;grid-template-columns:auto auto;padding:.68rem .85rem;border:1px solid var(--line);border-radius:.75rem;background:var(--surface)}}@media (max-width: 640px){main,.footer{width:min(100% - 32px,1200px)}.site-header{gap:.75rem;padding:.75rem 1rem}.header-actions{gap:.45rem}.seller-link,.nav-search{display:none}.home-hero{padding-top:2rem}.home-hero h1,.page-heading h1,.detail-info h1,.checkout-head h1,.artist-heading h1{font-size:clamp(2.35rem,13vw,3.6rem)}.hero-art{min-height:23rem}.hero-art>.poster-feature{top:0;right:1.4rem;bottom:4rem;left:0}.mini-product{width:9.5rem}.mini-one{top:.4rem}.mini-two{right:1rem}.process-grid,.product-grid,.form-grid,.checkout-address-grid,.checkout-quote-facts,.account-auth-layout,.account-recovery-layout,.order-detail-grid{grid-template-columns:1fr}.checkout-address-wide{grid-column:auto}.section-head,.page-heading,.checkout-head,.result-head,.footer,.order-card-head,.order-card-body,.summary-product{align-items:flex-start;flex-direction:column}.api-state{text-align:left}.mobile-only{display:inline-flex}.search-toolbar{align-items:stretch;flex-direction:column}.detail-shell{padding-top:1.4rem}.thumbnail-row{gap:.5rem}.thumbnail-row button{min-width:0}.cart-line{grid-template-columns:4.5rem minmax(0,1fr)}.cart-line-media{width:4.5rem;height:4.5rem}.cart-line-quantity,.cart-line-price{grid-column:2;justify-items:start;text-align:left}.checkout-steps span,.wizard-steps span,.order-tabs span,.pay-methods span{min-height:2.1rem}.legal-page{padding-top:1.5rem}.legal-hero{grid-template-columns:1fr;min-height:auto;padding:2rem 1.35rem 1.6rem;border-radius:var(--radius-lg)}.legal-hero h1{font-size:clamp(2.7rem,14vw,4.25rem)}.legal-hero-copy>p{margin-top:1.2rem}.legal-brand-art{grid-template-columns:8rem minmax(0,1fr);gap:.7rem;align-items:center;justify-items:start}.legal-brand-art img{width:8rem}.legal-page-switcher{margin-bottom:2.5rem}.legal-page-switcher a{flex:1 1 0;min-width:max-content;padding:.7rem .55rem;font-size:.79rem}.legal-section{grid-template-columns:1fr;gap:.8rem;padding-bottom:2.4rem}.legal-section+.legal-section{padding-top:2.4rem}.legal-section-number{width:2.2rem;height:2.2rem}}.storefront-v84-product-page,.storefront-v84-cart-page,.storefront-v84-account-page,.storefront-v84-verification-page,.storefront-v84-recovery-page,.storefront-v84-orders-page,.storefront-v84-order-detail-page,.storefront-v84-checkout-page,.storefront-v84-artist-entry-page,.storefront-v84-artist-page,.storefront-v84-legal-page,.storefront-v84-not-found-page{--v84-ink: #28211f;--v84-muted: #655d59;--v84-line: #dedbd8;--v84-orange: #ff7818;--v84-orange-dark: #c94700;--v84-orange-soft: #fff4ec;--v84-red: #ff5a70;--v84-red-soft: #fff0f3;color:var(--v84-ink)}.studio-identity-link{color:inherit;text-decoration:none}.studio-identity-link:hover strong{color:var(--v84-orange-dark, #c94700)}.storefront-v84-checkout-page{min-height:680px;padding-top:54px;padding-bottom:96px}.storefront-v84-checkout-page .checkout-head{margin-bottom:32px;padding-bottom:28px;border-bottom:1px solid var(--v84-line)}.storefront-v84-checkout-page .checkout-head h1{margin:6px 0 12px;font-size:clamp(2.6rem,5vw,4.8rem);letter-spacing:-.055em;line-height:.98}.storefront-v84-checkout-page .checkout-boundary-grid{grid-template-columns:minmax(0,1fr) minmax(300px,.38fr);gap:24px}.storefront-v84-checkout-page .checkout-boundary-main{gap:18px}.storefront-v84-checkout-page .checkout-address-card,.storefront-v84-checkout-page .checkout-items-card,.storefront-v84-checkout-page .checkout-shipping-card,.storefront-v84-checkout-page .checkout-payment-card,.storefront-v84-checkout-page .cart-summary,.storefront-v84-checkout-page .cart-empty{border:1px solid var(--v84-line);border-radius:8px;background:#fffdfb;box-shadow:none}.storefront-v84-checkout-page .checkout-address-card,.storefront-v84-checkout-page .checkout-items-card,.storefront-v84-checkout-page .checkout-shipping-card,.storefront-v84-checkout-page .checkout-payment-card{gap:22px;padding:clamp(24px,3vw,34px)}.storefront-v84-checkout-page .checkout-address-card>header small,.storefront-v84-checkout-page .checkout-items-card>header small,.storefront-v84-checkout-page .checkout-shipping-card>header small,.storefront-v84-checkout-page .checkout-payment-card>header small{color:var(--v84-orange-dark)}.storefront-v84-checkout-page .checkout-address-card h2,.storefront-v84-checkout-page .checkout-items-card h2,.storefront-v84-checkout-page .checkout-shipping-card h2,.storefront-v84-checkout-page .checkout-payment-card h2{font-size:1.35rem}.storefront-v84-checkout-page .checkout-address-grid input,.storefront-v84-checkout-page .checkout-address-grid select{min-height:48px;border:1px solid var(--v84-line);border-radius:8px;background:#fffdfb}.storefront-v84-checkout-page .checkout-address-grid input:focus,.storefront-v84-checkout-page .checkout-address-grid select:focus{border-color:var(--v84-orange);box-shadow:0 0 0 3px #ff78181f}.storefront-v84-checkout-page .checkout-status-chip{border-color:#ffb37d;border-radius:6px;background:var(--v84-orange-soft);color:var(--v84-orange-dark)}.storefront-v84-checkout-page .checkout-boundary-items section,.storefront-v84-checkout-page .checkout-quote-facts div,.storefront-v84-checkout-page .checkout-payment-meta div{border-color:var(--v84-line);border-radius:8px;background:#f8f7f6}.storefront-v84-checkout-page .checkout-shipping-card{border-left:8px solid var(--v84-orange)}.storefront-v84-checkout-page .checkout-payment-card{border-color:#ffb37d;background:var(--v84-orange-soft)}.storefront-v84-checkout-page .checkout-address-card>.button,.storefront-v84-checkout-page .checkout-payment-actions .button,.storefront-v84-checkout-page .checkout-shipping-summary>.button,.storefront-v84-checkout-page .checkout-success-actions .button{min-height:46px;border-radius:8px;white-space:nowrap}.storefront-v84-checkout-page .button.primary{background:var(--v84-orange);box-shadow:none}.storefront-v84-checkout-page .cart-summary{top:92px;padding:24px}.storefront-v84-checkout-page .checkout-boundary-ready{border-radius:8px}.storefront-v84-checkout-page .checkout-payment-stop{border:1px solid var(--v84-line);border-radius:8px;background:#f8f7f6}.storefront-v84-checkout-page.checkout-success-shell{min-height:680px}.storefront-v84-checkout-page .checkout-success{border:1px solid var(--v84-line);border-left:8px solid var(--v84-orange);border-radius:8px;box-shadow:none}.storefront-v84-artist-entry-page{min-height:680px;padding-top:54px;padding-bottom:96px}.storefront-v84-artist-entry-hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;min-height:470px;border:1px solid #ffb37d;border-radius:8px;background:var(--v84-orange-soft);overflow:hidden}.storefront-v84-artist-entry-copy{display:grid;align-content:center;justify-items:start;padding:clamp(42px,7vw,88px)}.storefront-v84-artist-entry-copy h1{max-width:760px;margin:8px 0 22px;font-size:clamp(3rem,6.6vw,6.6rem);letter-spacing:-.065em;line-height:.9}.storefront-v84-artist-entry-copy .lead{max-width:670px;margin:0;color:var(--v84-muted);font-size:1.08rem;line-height:1.65}.storefront-v84-artist-entry-copy .actions{display:flex;gap:10px;margin-top:30px}.storefront-v84-artist-entry-copy .button{gap:8px;min-height:48px;border-radius:8px;white-space:nowrap}.storefront-v84-artist-entry-copy .button.primary{background:var(--v84-orange);box-shadow:none}.storefront-v84-artist-entry-mark{display:grid;align-content:center;justify-items:center;gap:22px;padding:40px;border-left:1px solid #ffb37d;background:var(--v84-orange);color:var(--v84-ink);text-align:center}.storefront-v84-artist-entry-mark strong{max-width:12ch;font-size:1.45rem;line-height:1.15}.storefront-v84-artist-entry-features{display:grid;grid-template-columns:1.1fr 1fr .9fr;border:1px solid var(--v84-line);border-radius:8px;margin-top:24px;background:#fffdfb;overflow:hidden}.storefront-v84-artist-entry-features article{min-height:210px;padding:32px}.storefront-v84-artist-entry-features article+article{border-left:1px solid var(--v84-line)}.storefront-v84-artist-entry-features svg{color:var(--v84-orange-dark)}.storefront-v84-artist-entry-features h2{margin:26px 0 8px;font-size:1.2rem}.storefront-v84-artist-entry-features p{margin:0;color:var(--v84-muted);line-height:1.55}.storefront-v84-artist-page{min-height:680px;padding-top:54px;padding-bottom:96px}.storefront-v84-artist-banner{width:100%;aspect-ratio:16 / 5;min-height:220px;max-height:420px;margin-bottom:16px;overflow:hidden;border:1px solid var(--v84-line);border-radius:8px;background:var(--v84-orange-soft)}.storefront-v84-artist-banner img{width:100%;height:100%;object-fit:cover}.storefront-v84-artist-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:26px;align-items:center;min-height:260px;padding:clamp(34px,5vw,64px);border:1px solid #ffb37d;border-radius:8px;background:var(--v84-orange-soft)}.storefront-v84-artist-avatar{display:grid;width:104px;height:104px;place-items:center;border:1px solid #ffb37d;border-radius:8px;background:#fffdfb;color:var(--v84-orange-dark);font-size:2.4rem;font-weight:800;overflow:hidden}.storefront-v84-artist-avatar img{width:100%;height:100%;object-fit:cover}.storefront-v84-artist-hero h1{margin:5px 0 8px;font-size:clamp(2.6rem,5vw,5rem);letter-spacing:-.055em;line-height:.96}.storefront-v84-artist-hero p:last-child{margin:0;color:var(--v84-muted)}.storefront-v84-artist-hero .button{border-radius:8px;white-space:nowrap}.storefront-v84-artist-section-head{margin-top:64px;padding-bottom:22px;border-bottom:1px solid var(--v84-line)}.storefront-v84-artists-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:clamp(36px,7vw,100px);align-items:end;padding:32px 0 44px;border-bottom:1px solid var(--v84-line)}.storefront-v84-artists-hero h1{max-width:850px;margin:8px 0 0;font-size:clamp(3.2rem,6vw,6.4rem);letter-spacing:-.065em;line-height:.9}.storefront-v84-artists-hero>p{margin:0;color:var(--v84-muted);font-size:1.02rem;line-height:1.65}.storefront-v84-featured-work-section{margin-top:54px}.storefront-v84-designer-directory{margin-top:92px}.storefront-v84-artists-section-heading{display:flex;gap:32px;align-items:end;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid var(--v84-line)}.storefront-v84-artists-section-heading h2,.storefront-v84-artists-section-heading p{margin:0}.storefront-v84-artists-section-heading h2{margin-top:7px;font-size:clamp(2rem,3.2vw,3.25rem);letter-spacing:-.045em;line-height:1}.storefront-v84-artists-section-heading>span{max-width:390px;color:var(--v84-muted);line-height:1.55;text-align:right}.storefront-v84-featured-work-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 18px;margin-top:28px}.storefront-v84-featured-work-card{min-width:0;color:inherit}.storefront-v84-featured-work-media{display:grid;width:100%;min-width:0;place-items:center;aspect-ratio:1;border:1px solid var(--v84-line);border-radius:8px;background:#f5f1ec;overflow:hidden}.storefront-v84-featured-work-media img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .18s ease}.storefront-v84-featured-work-media>span{display:grid;width:72px;height:72px;place-items:center;border:1px solid #ffb37d;border-radius:50%;background:var(--v84-orange-soft);color:var(--v84-orange-dark);font-size:1.15rem;font-weight:850}.storefront-v84-featured-work-card:hover .storefront-v84-featured-work-media{border-color:#ff9d56}.storefront-v84-featured-work-card:hover .storefront-v84-featured-work-media img{transform:scale(1.015)}.storefront-v84-featured-work-copy{display:grid;gap:10px;padding-top:13px}.storefront-v84-featured-work-copy>strong{min-width:0;overflow:hidden;font-size:1.02rem;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.storefront-v84-featured-work-copy>div{display:flex;min-width:0;gap:9px;align-items:center;color:var(--v84-muted);font-size:.88rem}.storefront-v84-featured-work-copy>div>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storefront-v84-featured-work-avatar{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border:1px solid var(--v84-line);border-radius:7px;background:var(--v84-orange-soft);color:var(--v84-orange-dark);overflow:hidden}.storefront-v84-featured-work-avatar img{width:100%;height:100%;object-fit:cover}.storefront-v84-featured-work-avatar svg{width:21px;height:21px}.storefront-v84-artists-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:28px}.storefront-v84-artist-card{min-width:0;border:1px solid var(--v84-line);border-radius:8px;background:#fffdfb;color:inherit;overflow:hidden}.storefront-v84-artist-card-banner{position:relative;display:grid;width:100%;min-width:0;place-items:center;aspect-ratio:16 / 5;border-bottom:1px solid var(--v84-line);background:var(--v84-orange);overflow:hidden}.storefront-v84-artist-card-banner img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .18s ease}.storefront-v84-artist-card-banner.is-default{grid-template-columns:auto minmax(0,1fr);gap:13px;justify-content:start;padding:18px 22px;background:#ff7818;color:#28211f}.storefront-v84-artist-card-banner.is-default:after{position:absolute;right:-36px;bottom:-55px;width:150px;height:150px;border:26px solid rgba(255,253,251,.38);border-radius:50%;content:""}.storefront-v84-default-banner-mark{display:grid;width:52px;height:52px;z-index:1;place-items:center;border:2px solid #28211f;border-radius:50%;font-size:1.45rem;font-weight:900}.storefront-v84-default-banner-copy{display:grid;z-index:1;gap:1px}.storefront-v84-default-banner-copy b{font-size:.94rem;letter-spacing:.045em}.storefront-v84-default-banner-copy small{font-size:.65rem;font-weight:800;letter-spacing:.12em}.storefront-v84-artist-card-copy{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:18px}.storefront-v84-artist-card-avatar{display:grid;width:46px;height:46px;place-items:center;border:1px solid #ffb37d;border-radius:8px;background:var(--v84-orange-soft);color:var(--v84-orange-dark);font-weight:800;overflow:hidden}.storefront-v84-artist-card-avatar img{width:100%;height:100%;object-fit:cover}.storefront-v84-artist-card-copy div{display:grid;gap:3px}.storefront-v84-artist-card-copy strong{font-size:1.08rem}.storefront-v84-artist-card-copy small{color:var(--v84-muted)}.storefront-v84-artist-card-copy>svg{color:var(--v84-orange-dark);transition:transform .18s ease}.storefront-v84-artist-card:hover{border-color:#ffb37d}.storefront-v84-artist-card:hover .storefront-v84-artist-card-banner img{transform:scale(1.02)}.storefront-v84-artist-card:hover .storefront-v84-artist-card-copy>svg{transform:translate(3px)}.storefront-v84-legal-page{min-height:680px;padding-top:54px;padding-bottom:96px}.storefront-v84-legal-page .legal-hero{min-height:340px;padding:clamp(36px,6vw,72px);border:1px solid #ffb37d;border-radius:8px;background:var(--v84-orange-soft);box-shadow:none}.storefront-v84-legal-page .legal-hero:after{display:none}.storefront-v84-legal-page .legal-hero h1{max-width:850px;font-size:clamp(2.8rem,5.5vw,5.4rem);letter-spacing:-.06em;line-height:.95}.storefront-v84-legal-page .legal-brand-art{border:1px solid #ffb37d;border-radius:8px;background:#fffdfb}.storefront-v84-legal-page .legal-page-switcher{top:72px;margin:20px 0 48px;padding:4px;border:1px solid var(--v84-line);border-radius:8px;background:#f5f5f5}.storefront-v84-legal-page .legal-page-switcher a{border-radius:5px}.storefront-v84-legal-page .legal-page-switcher a.active{background:#fffdfb;color:var(--v84-orange-dark);box-shadow:0 1px 4px #28211f1a}.storefront-v84-legal-page .legal-layout{grid-template-columns:260px minmax(0,1fr);gap:clamp(42px,7vw,96px)}.storefront-v84-legal-page .legal-toc{top:154px}.storefront-v84-legal-page .legal-toc a{grid-template-columns:1fr;border-radius:6px}.storefront-v84-legal-page .legal-section{grid-template-columns:36px minmax(0,1fr);gap:18px}.storefront-v84-legal-page .legal-section-number{width:36px;height:36px;border-radius:6px;background:var(--v84-orange-soft);color:var(--v84-orange-dark)}.storefront-v84-legal-page .legal-contact-panel{border:1px solid #ffb37d;border-radius:8px;background:var(--v84-orange-soft)}.storefront-v84-support-page .legal-layout{grid-template-columns:minmax(0,1fr)}.storefront-v84-support-page .legal-toc{position:static;display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:start}.storefront-v84-support-page .legal-toc nav{grid-template-columns:repeat(4,minmax(0,1fr))}.storefront-v84-not-found-page{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:clamp(48px,7vw,90px);align-items:center;min-height:680px;padding:72px 0 96px}.storefront-v84-not-found-copy{display:grid;justify-items:start}.storefront-v84-not-found-mark{display:flex;gap:14px;align-items:center;margin-bottom:28px;color:var(--v84-orange-dark)}.storefront-v84-not-found-mark strong{font-size:2.1rem}.storefront-v84-not-found-copy h1{max-width:780px;margin:10px 0 18px;font-size:clamp(3.4rem,7vw,7.2rem);letter-spacing:-.07em;line-height:.88}.storefront-v84-not-found-copy>p:not(.eyebrow){max-width:650px;margin:0;color:var(--v84-muted);font-size:1.05rem;line-height:1.6}.storefront-v84-not-found-copy .actions{display:flex;gap:10px;margin-top:30px}.storefront-v84-not-found-copy .button{gap:8px;min-height:48px;border-radius:8px;white-space:nowrap}.storefront-v84-not-found-copy .button.primary{background:var(--v84-orange);box-shadow:none}.storefront-v84-not-found-page>aside{padding:38px;border:1px solid #ffb37d;border-radius:8px;background:var(--v84-orange-soft)}.storefront-v84-not-found-page>aside svg{color:var(--v84-orange-dark)}.storefront-v84-not-found-page>aside h2{margin:26px 0 10px;font-size:1.5rem}.storefront-v84-not-found-page>aside p{margin:0;color:var(--v84-muted);line-height:1.6}.storefront-v84-product-page,.storefront-v84-cart-page,.storefront-v84-account-page,.storefront-v84-verification-page,.storefront-v84-recovery-page,.storefront-v84-orders-page{min-height:680px;padding-top:54px;padding-bottom:96px}.storefront-v84-product-page .crumbs{margin-bottom:24px;color:var(--v84-muted);font-size:.82rem;font-weight:650}.storefront-v84-product-page .detail-page{grid-template-columns:minmax(0,1.06fr) minmax(390px,.94fr);gap:clamp(48px,6vw,88px)}.storefront-v84-product-page .detail-gallery{min-width:0}.storefront-v84-product-page .detail-page>*{min-width:0}.storefront-v84-product-page .detail-gallery>.poster{overflow:hidden;border:1px solid #ffb37d;border-radius:8px;background:var(--v84-orange-soft);box-shadow:none}.storefront-v84-product-page .detail-gallery>.poster:not(.has-image){background:#eceae7}.storefront-v84-product-page .detail-gallery .poster-image{padding:clamp(20px,4vw,52px)}.storefront-v84-product-page .thumbnail-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:10px}.storefront-v84-product-page .thumbnail-row button{overflow:hidden;border:1px solid var(--v84-line);border-radius:8px;background:#f5f5f5}.storefront-v84-product-page .thumbnail-row button.on{border-color:var(--v84-orange);box-shadow:0 0 0 1px var(--v84-orange)}.storefront-v84-product-page .detail-info{align-self:start;padding-top:8px}.storefront-v84-product-intro{display:flex;gap:16px;align-items:center;justify-content:space-between}.storefront-v84-product-proof{display:inline-flex;gap:6px;align-items:center;color:#cc3850;font-size:.78rem;font-weight:750;white-space:nowrap}.storefront-v84-product-page .detail-info h1{max-width:13ch;margin:26px 0 16px;font-size:clamp(2.7rem,4.5vw,4.65rem);letter-spacing:-.05em;line-height:.98}.storefront-v84-product-page .price-row{margin:0 0 28px}.storefront-v84-product-page .price-row strong{font-size:1.75rem;letter-spacing:-.03em}.storefront-v84-product-page .save-badge{border-radius:6px;background:var(--v84-red-soft);color:#cc3850}.storefront-v84-product-page .option-group,.storefront-v84-product-page .product-quantity{margin-top:22px;padding-top:20px;border-top:1px solid var(--v84-line)}.storefront-v84-product-page .option-label{margin-bottom:10px}.storefront-v84-product-page .option-label small{color:var(--v84-orange-dark)}.storefront-v84-product-page .option-label,.storefront-v84-product-page .option-label small,.storefront-v84-product-page .variant-chips button{min-width:0;overflow-wrap:anywhere}.storefront-v84-product-page .variant-chips button{min-width:118px;min-height:48px;border:1px solid var(--v84-line);border-radius:8px;background:#fffdfb}.storefront-v84-product-page .variant-chips button.on{border-color:var(--v84-orange);background:var(--v84-orange-soft);color:var(--v84-orange-dark)}.storefront-v84-product-page .product-quantity>div{grid-template-columns:42px 58px 42px}.storefront-v84-product-page .product-quantity button,.storefront-v84-product-page .product-quantity input{height:42px;border-color:var(--v84-line);background:#fffdfb}.storefront-v84-product-page .buy-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,auto);gap:10px;margin-top:26px}.storefront-v84-product-page .buy-actions .button{min-height:50px;border-radius:8px;white-space:nowrap}.storefront-v84-product-page .buy-actions .button.primary{background:var(--v84-orange);box-shadow:none}.storefront-v84-product-page .buy-actions .button.primary:disabled{border-color:var(--v84-line);background:#eceae7;color:#8c837d}.storefront-v84-product-page .buy-actions .button.secondary{border-color:var(--v84-line);background:#fffdfb}.storefront-v84-product-page .buy-actions a.button{grid-column:1 / -1}.storefront-v84-product-page .product-description{margin:26px 0 0;padding-top:22px;border-top:1px solid var(--v84-line);color:var(--v84-muted);font-size:.96rem;line-height:1.7;white-space:pre-wrap}.storefront-v84-product-page .product-description-rich>:first-child{margin-top:0}.storefront-v84-product-page .product-description-rich>:last-child{margin-bottom:0}.storefront-v84-product-page .product-description-rich img{display:block;width:100%;height:auto;margin:1rem 0;border-radius:8px}.storefront-v84-product-page .product-description-rich blockquote{margin:1rem 0;padding-left:1rem;border-left:3px solid var(--v84-line)}.storefront-v84-product-page .cart-state{margin-top:16px;padding:12px 14px;border:1px solid var(--v84-line);border-radius:8px;background:#f5f5f5}.storefront-v84-product-assurances{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:24px;padding-top:20px;border-top:1px solid var(--v84-line)}.storefront-v84-product-assurances span{display:flex;gap:8px;align-items:center;color:var(--v84-muted);font-size:.8rem;font-weight:650}.storefront-v84-product-assurances svg{flex:0 0 auto;color:var(--v84-orange-dark)}.storefront-v84-heading-action{gap:8px;border-radius:8px;white-space:nowrap}.storefront-v84-product-page .button,.storefront-v84-cart-page .button,.storefront-v84-account-page .button,.storefront-v84-verification-page .button,.storefront-v84-recovery-page .button,.storefront-v84-orders-page .button,.storefront-v84-order-detail-page .button{white-space:nowrap}.storefront-v84-cart-page .page-heading,.storefront-v84-account-page .page-heading,.storefront-v84-verification-page .page-heading,.storefront-v84-recovery-page .page-heading,.storefront-v84-orders-page .page-heading,.storefront-v84-order-detail-page .page-heading{align-items:flex-end;margin-bottom:36px}.storefront-v84-cart-page .page-heading h1,.storefront-v84-account-page .page-heading h1,.storefront-v84-verification-page .page-heading h1,.storefront-v84-recovery-page .page-heading h1,.storefront-v84-orders-page .page-heading h1,.storefront-v84-order-detail-page .page-heading h1{margin:8px 0 0;font-size:clamp(2.7rem,4.4vw,4.4rem);letter-spacing:-.05em}.storefront-v84-cart-page .page-heading>div>p:last-child,.storefront-v84-orders-heading>div>p:last-child{max-width:620px;margin:14px 0 0;color:var(--v84-muted)}.storefront-v84-cart-page .cart-layout{grid-template-columns:minmax(0,1fr) minmax(310px,.37fr);gap:24px}.storefront-v84-cart-page .cart-groups{gap:18px}.storefront-v84-cart-page .cart-seller-group,.storefront-v84-cart-page .cart-summary,.storefront-v84-cart-page .cart-empty{border:1px solid var(--v84-line);border-radius:8px;background:#fffdfb;box-shadow:none}.storefront-v84-cart-page .cart-seller-group>header{padding:18px 20px;border-bottom-color:var(--v84-line);background:#f5f5f5}.storefront-v84-cart-page .cart-seller-group header small{color:var(--v84-orange-dark);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.storefront-v84-cart-page .cart-line{grid-template-columns:92px minmax(0,1fr) minmax(128px,auto) minmax(88px,auto);padding:20px}.storefront-v84-cart-page .cart-line-media{width:92px;height:92px;border:1px solid var(--v84-line);border-radius:8px;background:#eceae7}.storefront-v84-cart-page .cart-line-copy>a,.storefront-v84-cart-page .cart-line-copy>strong{font-size:1rem}.storefront-v84-cart-page .cart-line-quantity button,.storefront-v84-cart-page .cart-line-quantity input{border-color:var(--v84-line);background:#fffdfb}.storefront-v84-cart-page .cart-summary{top:94px;gap:16px;padding:22px}.storefront-v84-cart-page .cart-summary h2{font-size:1.35rem}.storefront-v84-cart-page .cart-summary dl{gap:0}.storefront-v84-cart-page .cart-summary dl div{padding:13px 0;border-bottom:1px solid var(--v84-line)}.storefront-v84-cart-page .cart-summary .button{width:100%;min-height:48px;border-radius:8px;white-space:nowrap}.storefront-v84-cart-page .cart-summary .button.primary{background:var(--v84-orange);box-shadow:none}.storefront-v84-cart-page .cart-summary .button.primary:disabled{border-color:var(--v84-line);background:#eceae7;color:#8c837d}.storefront-v84-cart-note{display:flex;gap:8px;align-items:flex-start;padding:12px;border-radius:8px;background:var(--v84-orange-soft);color:var(--v84-muted)!important;font-size:.78rem!important}.storefront-v84-cart-note svg{flex:0 0 auto;color:var(--v84-orange-dark)}.storefront-v84-cart-page .cart-empty{min-height:400px;place-content:center;color:var(--v84-muted)}.storefront-v84-cart-page .cart-empty>svg{color:var(--v84-orange)}.storefront-v84-account-page .account-auth-layout,.storefront-v84-verification-page .account-recovery-layout,.storefront-v84-recovery-page .account-recovery-layout{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:24px}.storefront-v84-account-page .account-auth-copy,.storefront-v84-verification-page .recovery-intro,.storefront-v84-recovery-page .recovery-intro{min-height:440px;align-content:center;padding:clamp(36px,5vw,64px);border:1px solid #ffb37d;border-radius:8px;background:var(--v84-orange-soft)}.storefront-v84-account-icon{display:grid;width:58px;height:58px;place-items:center;border:1px solid #ffb37d;border-radius:8px;background:#fffdfb;color:var(--v84-orange-dark)}.storefront-v84-account-page .account-auth-copy h2,.storefront-v84-verification-page .recovery-intro h2,.storefront-v84-recovery-page .recovery-intro h2{max-width:12ch;font-size:clamp(2.1rem,3.6vw,3.5rem);letter-spacing:-.045em;line-height:1.02}.storefront-v84-account-page .account-auth-form,.storefront-v84-account-page .account-card,.storefront-v84-verification-page .recovery-form,.storefront-v84-recovery-page .recovery-form{padding:clamp(28px,4vw,48px);border:1px solid var(--v84-line);border-radius:8px;background:#fffdfb;box-shadow:none}.storefront-v84-account-page .account-mode-toggle{gap:0;padding:4px;border:1px solid var(--v84-line);border-radius:8px;background:#f5f5f5}.storefront-v84-account-page .account-mode-toggle button{border:0;border-radius:5px;background:transparent}.storefront-v84-account-page .account-mode-toggle button.on{background:#fffdfb;color:var(--v84-orange-dark);box-shadow:0 1px 4px #28211f1a}.storefront-v84-account-page .form-grid input,.storefront-v84-verification-page input,.storefront-v84-recovery-page .form-grid input{min-height:46px;border:1px solid var(--v84-line);border-radius:8px;background:#fffdfb}.storefront-v84-account-page .account-auth-form>.button.primary,.storefront-v84-verification-page .recovery-form .button.primary,.storefront-v84-recovery-page .recovery-form>.button.primary{min-height:48px;border-radius:8px;background:var(--v84-orange);box-shadow:none}.storefront-v84-account-page .status-pill,.storefront-v84-orders-page .status-pill,.storefront-v84-order-detail-page .status-pill{display:inline-flex;gap:6px;align-items:center}.storefront-v84-account-page .authenticated-card{min-height:300px;border-left:8px solid var(--v84-orange)}.storefront-v84-account-page .account-actions .button{gap:8px;border-radius:8px;white-space:nowrap}.storefront-v84-verification-page .recovery-facts,.storefront-v84-recovery-page .recovery-facts,.storefront-v84-verification-page .recovery-facts div,.storefront-v84-recovery-page .recovery-facts div{border-color:#ffb37d}.storefront-v84-verification-page .recovery-facts dt,.storefront-v84-recovery-page .recovery-facts dt{color:var(--v84-orange-dark)}.verification-explore-list{display:grid;gap:14px;padding:0;margin:10px 0 0;list-style:none}.verification-explore-list li{display:flex;gap:12px;align-items:center;color:var(--v84-ink);font-weight:700}.verification-explore-list svg{flex:0 0 auto;color:var(--v84-orange-dark)}.storefront-v84-verification-page .verification-result{min-height:440px;align-content:center}.storefront-v84-verification-page .verification-result .status-pill,.storefront-v84-recovery-page .recovery-complete .status-pill{width:fit-content;border-radius:6px}.storefront-v84-verification-page .verification-progress{border-radius:4px}.storefront-v84-recovery-page .recovery-form{min-height:440px;align-content:center}.storefront-v84-recovery-page .recovery-step{color:var(--v84-orange-dark)!important}.storefront-v84-orders-heading{padding-bottom:28px;border-bottom:1px solid var(--v84-line)}.storefront-v84-orders-page .account-state,.storefront-v84-order-detail-page .order-detail-state{display:grid;grid-template-columns:auto minmax(180px,auto) minmax(0,1fr) auto;align-items:center;margin:0 0 24px;padding:16px 18px;border:1px solid var(--v84-line);border-radius:8px;background:#f5f5f5}.storefront-v84-orders-page .account-state>svg,.storefront-v84-order-detail-page .order-detail-state>svg{color:var(--v84-orange-dark)}.storefront-v84-orders-page .order-list{gap:18px}.storefront-v84-orders-page .order-card,.storefront-v84-order-detail-page .order-card{border:1px solid var(--v84-line);border-radius:8px;background:#fffdfb;box-shadow:none}.storefront-v84-orders-page .order-card-head,.storefront-v84-order-detail-page .order-card-head{justify-content:space-between;padding:18px 20px;border-bottom-color:var(--v84-line);background:#f5f5f5}.storefront-v84-orders-page .order-card-head>strong,.storefront-v84-order-detail-page .order-card-head>strong{color:var(--v84-orange-dark);font-size:1rem;letter-spacing:0}.storefront-v84-order-detail-page .order-card-head>.order-detail-number{font-size:clamp(1.35rem,3vw,1.75rem)}.storefront-v84-orders-page .order-card-body{grid-template-columns:minmax(0,1fr);gap:28px;align-items:start;padding:22px}.buyer-order-amount-summary{display:grid;gap:0;margin:18px 0 0;padding:12px 16px;border:1px solid var(--v84-line);border-radius:8px;background:#fff}.buyer-order-amount-summary>div{display:flex;align-items:baseline;justify-content:space-between;gap:24px;padding:7px 0;border-bottom:1px solid var(--v84-line)}.buyer-order-amount-summary>div:last-child{padding-top:10px;border-bottom:0;color:var(--v84-orange-dark);font-size:1.05rem;font-weight:800}.buyer-order-amount-summary dt,.buyer-order-amount-summary dd{margin:0}.storefront-v84-order-detail-page .verified-order>.buyer-order-amount-summary{margin:0 22px 22px}.storefront-v84-orders-page .order-card-body>strong{font-size:1.2rem;white-space:nowrap}.storefront-v84-orders-page .empty-order .order-card-body{grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.storefront-v84-orders-page .empty-order .order-detail-link{align-self:center;margin-top:0;white-space:nowrap}.storefront-v84-orders-page .buyer-child-order,.storefront-v84-order-detail-page .buyer-child-order,.storefront-v84-orders-page .buyer-delivery-rail,.storefront-v84-order-detail-page .buyer-delivery-rail{border-color:var(--v84-line);border-radius:8px;background:#f8f7f6}.storefront-v84-orders-page .buyer-delivery-step,.storefront-v84-order-detail-page .buyer-delivery-step{border-color:var(--v84-line)}.storefront-v84-orders-page .buyer-delivery-step.current,.storefront-v84-order-detail-page .buyer-delivery-step.current{background:var(--v84-orange-soft);color:var(--v84-orange-dark)}.storefront-v84-orders-page .buyer-delivery-delivered .buyer-delivery-step:last-child,.storefront-v84-order-detail-page .buyer-delivery-delivered .buyer-delivery-step:last-child{background:#e4f7ef;color:var(--success)}.storefront-v84-orders-page .status-stack,.storefront-v84-order-detail-page .order-detail-statuses{border-color:var(--v84-line)}.storefront-v84-orders-page .order-detail-link,.storefront-v84-order-detail-page .order-detail-link{color:var(--v84-orange-dark)}.storefront-v84-order-empty-icon{display:grid;width:58px;height:58px;place-items:center;border-radius:8px;background:var(--v84-orange-soft);color:var(--v84-orange-dark)}.storefront-v84-order-detail-page .order-detail-state{grid-template-columns:auto minmax(180px,auto) minmax(0,1fr) auto}.storefront-v84-order-detail-page .verified-order{display:grid;gap:0}.storefront-v84-order-detail-page .order-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:0;border-bottom:1px solid var(--v84-line)}.storefront-v84-order-detail-page .order-detail-grid div{min-height:100px;padding:22px;border-right:1px solid var(--v84-line)}.storefront-v84-order-detail-page .order-detail-grid div:last-child{border-right:0}.storefront-v84-order-detail-page .order-detail-grid strong{font-size:1.18rem}.storefront-v84-order-detail-page .verified-order>.buyer-order-content{padding:22px}.storefront-v84-order-detail-page .verified-order>.buyer-delivery-rail{margin:0 22px 22px}.storefront-v84-order-detail-page .order-detail-statuses{padding:0 22px 22px}.storefront-v84-order-detail-page .order-detail-statuses span{border-radius:6px;background:var(--v84-orange-soft);color:var(--v84-orange-dark)}.storefront-v84-order-detail-page .refund-detail,.storefront-v84-order-detail-page .shipment-panel{margin:0 22px 22px;border-radius:8px}.storefront-v84-order-detail-page .shipment-panel{border-color:var(--v84-line);background:#f8f7f6}.storefront-v84-order-detail-page .shipment-panel-head h2{display:flex;gap:8px;align-items:center}.storefront-v84-order-detail-page .shipment-panel-head h2 svg{color:var(--v84-orange-dark)}@media (max-width: 980px){.storefront-v84-product-page .detail-page,.storefront-v84-cart-page .cart-layout,.storefront-v84-account-page .account-auth-layout,.storefront-v84-verification-page .account-recovery-layout,.storefront-v84-recovery-page .account-recovery-layout,.storefront-v84-checkout-page .checkout-boundary-grid,.storefront-v84-artist-entry-hero,.storefront-v84-artists-hero,.storefront-v84-legal-page .legal-layout,.storefront-v84-not-found-page{grid-template-columns:1fr}.storefront-v84-product-page .detail-info,.storefront-v84-cart-page .cart-summary{position:static}.storefront-v84-account-page .account-auth-copy,.storefront-v84-verification-page .recovery-intro,.storefront-v84-recovery-page .recovery-intro{min-height:auto}.storefront-v84-orders-page .account-state,.storefront-v84-order-detail-page .order-detail-state{grid-template-columns:auto minmax(0,1fr)}.storefront-v84-orders-page .account-state .button,.storefront-v84-order-detail-page .order-detail-state .button{justify-self:start}.storefront-v84-checkout-page .cart-summary,.storefront-v84-legal-page .legal-toc{position:static}.storefront-v84-artist-entry-mark{min-height:220px;border-top:1px solid #ffb37d;border-left:0}.storefront-v84-artist-entry-features{grid-template-columns:1fr}.storefront-v84-artist-entry-features article+article{border-top:1px solid var(--v84-line);border-left:0}.storefront-v84-support-page .legal-toc{grid-template-columns:1fr}.storefront-v84-support-page .legal-toc nav{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-v84-legal-page .legal-toc{display:none}.storefront-v84-artists-section-heading{align-items:flex-start;flex-direction:column}.storefront-v84-artists-section-heading>span{max-width:520px;text-align:left}.storefront-v84-featured-work-grid,.storefront-v84-artists-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.storefront-v84-product-page,.storefront-v84-cart-page,.storefront-v84-account-page,.storefront-v84-verification-page,.storefront-v84-recovery-page,.storefront-v84-orders-page,.storefront-v84-checkout-page,.storefront-v84-artist-entry-page,.storefront-v84-artist-page,.storefront-v84-legal-page,.storefront-v84-not-found-page{padding-top:32px;padding-bottom:64px}.storefront-v84-product-page .detail-info h1{font-size:clamp(2.5rem,13vw,3.5rem)}.storefront-v84-product-intro,.storefront-v84-cart-page .page-heading,.storefront-v84-account-page .page-heading,.storefront-v84-verification-page .page-heading,.storefront-v84-recovery-page .page-heading,.storefront-v84-orders-page .page-heading,.storefront-v84-order-detail-page .page-heading{align-items:flex-start;flex-direction:column}.storefront-v84-product-page .buy-actions,.storefront-v84-product-assurances,.storefront-v84-order-detail-page .order-detail-grid{grid-template-columns:1fr}.storefront-v84-product-page .buy-actions a.button{grid-column:auto}.storefront-v84-cart-page .cart-line{grid-template-columns:72px minmax(0,1fr)}.storefront-v84-cart-page .cart-line-media{width:72px;height:72px}.storefront-v84-cart-page .cart-line-quantity,.storefront-v84-cart-page .cart-line-price{grid-column:2}.storefront-v84-orders-page .order-card-body{grid-template-columns:1fr}.storefront-v84-orders-page .order-card-head{flex-wrap:nowrap}.storefront-v84-orders-page .order-card-head>strong,.storefront-v84-orders-page .order-card-head>.status-pill{min-width:0;font-size:.82rem;white-space:nowrap}.storefront-v84-orders-page .order-card-head>strong{overflow:hidden;text-overflow:ellipsis}.buyer-delivery-step{gap:.3rem;padding-inline:.35rem;font-size:.72rem}.storefront-v84-orders-page .empty-order .order-card-body{grid-template-columns:auto minmax(0,1fr)}.storefront-v84-orders-page .empty-order .order-detail-link{grid-column:2;justify-self:start}.storefront-v84-order-detail-page .order-detail-grid div{border-right:0;border-bottom:1px solid var(--v84-line)}.storefront-v84-order-detail-page .order-detail-grid div:last-child{border-bottom:0}.storefront-v84-checkout-page .checkout-address-grid,.storefront-v84-checkout-page .checkout-quote-facts,.storefront-v84-checkout-page .checkout-payment-meta{grid-template-columns:1fr}.storefront-v84-checkout-page .checkout-address-wide{grid-column:auto}.storefront-v84-artist-entry-copy{padding:34px 24px}.storefront-v84-artist-entry-copy h1{font-size:clamp(3rem,15vw,4.7rem)}.storefront-v84-artist-entry-copy .actions,.storefront-v84-not-found-copy .actions{align-items:stretch;flex-direction:column;width:100%}.storefront-v84-artist-hero,.storefront-v84-legal-page .legal-hero{grid-template-columns:1fr;justify-items:start}.storefront-v84-legal-page .legal-brand-art{display:none}.storefront-v84-legal-page .legal-page-switcher{position:static;align-items:stretch;flex-direction:column}.storefront-v84-legal-page .legal-section{grid-template-columns:1fr}.storefront-v84-support-page .legal-toc nav{grid-template-columns:1fr}.storefront-v84-featured-work-grid,.storefront-v84-artists-grid{grid-template-columns:1fr}.storefront-v84-designer-directory{margin-top:68px}}
