:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f6f7f8;--surface:#fff;--surface-raised:#fff;--surface-muted:#eef1f3;--text:#17191c;--muted:#5f6670;--border:#d9dde3;--primary:#d71920;--primary-fill:#d71920;--primary-hover:#b5121b;--primary-pressed:#941018;--primary-soft:#fff3f3;--success:#17753b;--success-soft:#ecf8f0;--warning:#8a5400;--warning-soft:#fff7df;--focus:#0b63ce;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--shadow-sm:0 4px 14px #1a1f2c12;--shadow:0 18px 45px #1a1f2c1a;font-family:Inter,Manrope,Segoe UI,Roboto,Arial,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#0c0e11;--surface:#15181d;--surface-raised:#1b1f25;--surface-muted:#22272f;--text:#f5f6f7;--muted:#adb4bf;--border:#39404a;--primary:#ff666b;--primary-fill:#bd1720;--primary-hover:#d71920;--primary-pressed:#c72128;--primary-soft:#351619;--success:#65ca83;--success-soft:#15291c;--warning:#ffc766;--warning-soft:#332814;--focus:#7eb2ff;--shadow-sm:0 4px 14px #0000003d;--shadow:0 18px 45px #0000005c}@media (prefers-color-scheme:dark){:root[data-theme=system]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#0c0e11;--surface:#15181d;--surface-raised:#1b1f25;--surface-muted:#22272f;--text:#f5f6f7;--muted:#adb4bf;--border:#39404a;--primary:#ff666b;--primary-fill:#bd1720;--primary-hover:#d71920;--primary-pressed:#c72128;--primary-soft:#351619;--success:#65ca83;--success-soft:#15291c;--warning:#ffc766;--warning-soft:#332814;--focus:#7eb2ff;--shadow-sm:0 4px 14px #0000003d;--shadow:0 18px 45px #0000005c}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);min-height:100vh;color:var(--text);margin:0;font-size:16px;line-height:1.55}body,button,input,select{font:inherit}button,input,select{color:inherit}select option{color:#17191c;background:#fff}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}input[type=search]::-webkit-search-cancel-button{appearance:none}img,svg{display:block}a{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance;line-height:1.12}h1{letter-spacing:-.045em;font-size:clamp(2.1rem,5vw,4rem)}h2{letter-spacing:-.025em;font-size:clamp(1.55rem,3vw,2.35rem)}address{font-style:normal}:focus-visible{outline:3px solid color-mix(in srgb, var(--focus) 75%, transparent);outline-offset:3px}.sr-only{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.skip-link{z-index:10000;border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow);padding:.7rem 1rem;font-weight:800;position:fixed;top:.5rem;left:.5rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.shell{width:min(1280px,100% - 2rem);margin-inline:auto}.page{min-height:60vh;padding-block:2rem 5rem}.section{padding-block:clamp(2.75rem,7vw,5rem)}.section.compact{padding-top:1rem}.eyebrow{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.55rem;font-size:.82rem;font-weight:900}.text-link{color:var(--primary);align-items:center;gap:.35rem;font-weight:800;text-decoration:none;display:inline-flex}.text-link:hover{text-decoration:underline}.text-link svg{width:18px;height:18px}.button{border-radius:var(--radius-sm);text-align:center;border:1px solid #0000;justify-content:center;align-items:center;gap:.55rem;min-height:46px;padding:.65rem 1rem;font-weight:800;line-height:1.2;text-decoration:none;transition:background .15s,color .15s,border-color .15s,transform .15s;display:inline-flex}.button svg{width:20px;height:20px}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(0)}.button:disabled{filter:saturate(.45);transform:none}.button-primary{background:var(--primary-fill);color:#fff}.button-primary:hover{background:var(--primary-hover)}.button-primary:active{background:var(--primary-pressed)}.button-secondary{border-color:var(--border);background:var(--surface);color:var(--text)}.button-secondary:hover{border-color:var(--primary);color:var(--primary)}.button-ghost{color:var(--muted);background:0 0;border-color:#0000}.button-row{flex-wrap:wrap;gap:.75rem;display:flex}.site-header{z-index:100;border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--surface) 93%, var(--background));position:sticky;top:0}.header-top{align-items:center;gap:.75rem;min-height:82px;display:flex}.header-top>*,.brand-copy,.desktop-search,main,section,article{min-width:0}.brand{color:var(--text);flex:none;align-items:center;gap:.65rem;text-decoration:none;display:inline-flex}.brand-emblem{object-fit:cover;background:#fff;border-radius:50%;flex:none;width:56px;height:56px}.brand-copy{line-height:1;display:grid}.brand-copy strong{color:var(--primary);letter-spacing:-.035em;font-size:1.24rem;font-weight:950}.brand-copy small{color:var(--muted);white-space:nowrap;margin-top:.28rem;font-size:.68rem;font-weight:750}.catalog-trigger{border-radius:var(--radius-sm);background:var(--primary-fill);color:#fff;border:0;align-items:center;gap:.45rem;min-height:44px;padding-inline:.9rem;font-weight:850;text-decoration:none;transition:background .2s,box-shadow .2s,transform .2s;display:inline-flex}.catalog-trigger:hover{background:var(--primary-hover);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.desktop-search{flex:520px;min-width:260px}.header-links{align-items:center;gap:1rem;display:flex}.header-links a{white-space:nowrap;align-items:center;gap:.38rem;padding-block:.8rem;font-size:.9rem;font-weight:750;text-decoration:none;display:inline-flex}.header-links svg{width:18px;height:18px;color:var(--primary)}.header-links a:hover{color:var(--primary)}.header-phone{color:var(--text);white-space:nowrap;align-items:center;gap:.38rem;font-size:.82rem;font-weight:850;text-decoration:none;display:inline-flex}.header-phone:hover{color:var(--primary)}.header-phone svg{width:18px;height:18px;color:var(--primary)}.icon-button{border:1px solid var(--border);background:var(--surface);border-radius:50%;flex:none;place-items:center;width:44px;height:44px;transition:border-color .2s,background .2s,color .2s,transform .2s;display:inline-grid}.icon-button:hover{border-color:var(--primary);color:var(--primary)}.favorites-link{border-radius:var(--radius-sm);align-items:center;gap:.4rem;min-height:44px;padding-inline:.7rem;font-size:.9rem;font-weight:750;text-decoration:none;display:inline-flex;position:relative}.favorites-link:hover{background:var(--primary-soft);color:var(--primary)}.favorites-link b{background:var(--primary-fill);color:#fff;border-radius:999px;flex:0 0 20px;align-self:center;place-items:center;min-width:20px;height:20px;font-size:.7rem;line-height:1;display:inline-grid;transform:translateY(1px)}.header-menu-toggle,.mobile-search,.mobile-bottom-nav{display:none}.header-promo-nav{border-top:1px solid var(--border);background:var(--surface);position:relative}.header-promo-scroll{scrollbar-width:none;min-width:0;overflow-x:auto}.header-promo-scroll::-webkit-scrollbar{display:none}.header-promo-scroll>.shell{align-items:stretch;gap:clamp(.25rem,2vw,1.25rem);min-height:42px;display:flex}.header-promo-nav a{min-height:42px;color:var(--muted);white-space:nowrap;align-items:center;gap:.38rem;padding-inline:.45rem;font-size:.82rem;font-weight:800;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:inline-flex}.header-promo-nav a:hover{color:var(--primary)}.header-promo-nav svg{width:18px;height:18px;color:var(--primary)}.header-promo-nav a small{background:var(--surface-muted);min-width:20px;color:var(--muted);text-align:center;border-radius:999px;padding:.05rem .34rem;font-size:.66rem}.header-promo-nav a.promo-collection-active{background:var(--primary-soft);color:var(--primary)}.header-promo-nav a.promo-collection-active small{background:var(--primary-fill);color:#fff}.header-promo-nav .promo-contact-link{margin-left:auto}.horizontal-scroll-cue{pointer-events:none;display:none}.mega-menu{border-block:1px solid var(--border);background:var(--surface-raised);width:100%;box-shadow:var(--shadow);position:absolute}.mega-menu>.shell{padding-block:1.2rem 1.5rem}.mega-menu-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.mega-menu-head strong{font-size:1.2rem}.mega-menu-head a{color:var(--primary);font-weight:800}.mega-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.mega-menu-grid .mega-menu-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);grid-template-columns:68px minmax(0,1fr) 18px;align-items:center;gap:.8rem;padding:.65rem;text-decoration:none;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s;display:grid}.mega-menu-grid .mega-menu-card:hover{border-color:color-mix(in srgb, var(--primary) 45%, var(--border));background:var(--primary-soft)}.mega-menu-card>span:not(.mega-menu-artwork){gap:.15rem;min-width:0;display:grid}.mega-menu-card small{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.3;display:-webkit-box;overflow:hidden}.mega-menu-card>svg{width:18px;color:var(--muted)}.mega-menu-artwork{background:var(--surface-muted);border-radius:12px;place-items:center;width:68px;height:68px;display:grid;position:relative;overflow:hidden}.mega-menu-artwork img{object-fit:cover;width:100%;height:100%}.mega-menu-artwork .category-artwork-fallback{place-items:center;width:100%;height:100%;display:grid}.mega-menu-artwork .category-icon{width:46px;height:46px}.mobile-menu{width:100%;max-width:none;height:100dvh;max-height:none;color:var(--text);background:0 0;border:0;margin:0;padding:0;inset:0}.mobile-menu::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a0d129e}.mobile-menu-panel{width:min(92vw,430px);height:100%;padding:max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) 1rem;background:var(--surface-raised);box-shadow:var(--shadow);overscroll-behavior:contain;flex-direction:column;margin-left:auto;display:flex}.mobile-menu-panel>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;min-height:58px;display:flex}.mobile-menu-panel>header strong{font-size:1.3rem}.mobile-menu nav{overscroll-behavior:contain;flex:1;align-content:start;padding-block:.7rem 1rem;display:grid;overflow-y:auto}.mobile-menu a{border-bottom:1px solid var(--border);align-items:center;gap:.65rem;min-height:50px;font-weight:750;text-decoration:none;display:flex}.mobile-menu a:hover,.mobile-menu a:focus-visible{color:var(--primary)}.mobile-menu a svg{width:21px}.mobile-menu-categories{background:var(--surface-muted);padding:.35rem .45rem;display:grid}.mobile-menu-categories a{border-bottom-color:color-mix(in srgb, var(--border) 72%, transparent);min-height:48px;color:var(--muted);gap:.55rem;padding-inline:.35rem;font-size:.9rem}.mobile-menu-category-icon{border:1px solid var(--border);background:var(--surface);width:34px;height:34px;color:var(--primary);border-radius:10px;flex:0 0 34px;place-items:center;display:grid}.mobile-menu-category-icon .category-icon{background:0 0;border-radius:9px;width:28px;height:28px;padding:6px}.mobile-menu hr{border:0;border-top:1px solid var(--border);width:100%}.search-box{z-index:3;width:100%;position:relative}.search-form{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);align-items:center;gap:.65rem;min-height:50px;padding-left:.9rem;transition:border .15s,box-shadow .15s;display:flex}.search-box-compact .search-form{min-height:44px}.search-form:focus-within{border-color:var(--focus);box-shadow:0 0 0 3px color-mix(in srgb, var(--focus) 15%, transparent)}.search-form>svg{color:var(--muted);flex:none}.search-form input{background:0 0;border:0;outline:0;flex:1;align-self:stretch;min-width:0;font-size:1rem}.search-form input::placeholder{color:color-mix(in srgb, var(--muted) 80%, transparent)}.search-clear-input{width:44px;height:44px;color:var(--muted);background:0 0;border:0;border-radius:50%;flex:0 0 44px;place-items:center;padding:0;transition:background .2s,color .2s,transform .2s;display:grid}.search-clear-input:hover{background:var(--surface-muted);color:var(--primary);transform:scale(1.04)}.search-submit{background:var(--primary-fill);color:#fff;border:0;border-radius:0 9px 9px 0;justify-content:center;align-self:stretch;align-items:center;gap:.35rem;min-width:82px;font-weight:800;display:inline-flex}.search-submit svg{display:none}.search-submit:hover{background:var(--primary-hover)}.search-popover{z-index:110;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-raised);width:100%;max-height:min(70dvh,520px);box-shadow:var(--shadow);position:absolute;top:calc(100% + .4rem);overflow:auto}.search-popover>a{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;min-height:52px;padding:.65rem .9rem;text-decoration:none;display:flex}.search-popover>a:last-child{border-bottom:0}.search-popover>a:hover,.search-popover>a.active{background:var(--primary-soft);color:var(--primary)}.search-popover small{min-width:0;color:var(--muted);text-align:right;text-overflow:ellipsis;flex:0 46%;overflow:hidden}.search-suggestion-group{border-bottom:1px solid var(--border);background:var(--surface-muted);color:var(--muted);letter-spacing:.065em;text-transform:uppercase;padding:.42rem .9rem .3rem;font-size:.68rem;font-weight:900}.search-all-products{background:color-mix(in srgb, var(--primary-soft) 64%, var(--surface-raised))}.search-all-products strong{color:var(--primary)}.search-all-products .search-suggestion-icon{border-color:color-mix(in srgb, var(--primary) 28%, var(--border));color:var(--primary);background:var(--surface-raised)}.search-suggestion-main{flex:54%;align-items:center;gap:.65rem;min-width:0;display:flex}.search-suggestion-main>span:last-child{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.search-suggestion-icon{border:1px solid var(--border);background:var(--surface);border-radius:11px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid;position:relative;overflow:hidden}.search-suggestion-icon img{object-fit:contain;width:100%;height:100%}.search-suggestion-icon .category-artwork{border-radius:0;width:100%;height:100%}.search-suggestion-icon .category-icon{border-radius:9px;width:36px;height:36px;padding:8px}.search-suggestion-icon .image-load-indicator{inset:0}.search-suggestion-icon .spinner{width:18px;height:18px}.search-suggestion-icon-fallback{color:var(--primary);font-size:1.2rem;font-weight:900}.search-category-shortcuts a{padding:.25rem .6rem .25rem .25rem!important}.search-category-shortcuts .search-suggestion-icon{flex-basis:34px;width:34px;height:34px}.search-note,.search-empty-focus{color:var(--muted);margin:0;padding:.9rem}.search-note[role=alert]{color:var(--warning);background:var(--warning-soft);font-weight:700}.search-empty-focus{gap:.85rem;display:grid}.search-empty-focus section{gap:.45rem;display:grid}.search-empty-focus section>header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.search-empty-focus section>div,.search-empty-focus>div,.chip-list{flex-wrap:wrap;gap:.45rem;display:flex}.search-empty-focus button,.search-empty-focus section a,.chip-list a{border:1px solid var(--border);background:var(--surface);border-radius:999px;align-items:center;min-height:44px;padding:.35rem .7rem;text-decoration:none;display:inline-flex}.search-empty-focus .search-clear-recent{min-height:36px;color:var(--primary);border:0;font-size:.8rem;font-weight:800}@media (max-width:720px){html.search-overlay-open{overscroll-behavior:none;overflow:hidden}html.search-overlay-open body{top:var(--search-overlay-scroll-y);width:100%;position:fixed;inset-inline:0;overflow:hidden}.search-popover{top:var(--search-popover-top,120px);left:var(--search-popover-left,.625rem);width:var(--search-popover-width,calc(100% - 1.25rem));max-height:var(--search-popover-max-height,calc(100dvh - 196px));overscroll-behavior:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;position:fixed;overflow-y:auto}.search-popover>a{gap:.65rem;padding-inline:.65rem}.search-popover>a>small{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box}}.hero{background:var(--background);position:relative;overflow:hidden}.hero-season-heading{margin-top:1.1rem}.hero-season-heading strong{letter-spacing:-.02em;font-size:clamp(1.15rem,2.2vw,1.55rem);line-height:1.2;display:block}.hero-stage{border:1px solid var(--border);min-height:clamp(500px,49vw,620px);box-shadow:var(--shadow);isolation:isolate;background:#222;border-radius:clamp(20px,2.5vw,34px);align-items:center;margin-block:.75rem 0;display:flex;position:relative;overflow:hidden}.hero-background{z-index:-3;object-fit:cover;object-position:center;animation:.45s both hero-image-in}.hero-image-loader{z-index:-2;background:linear-gradient(110deg,#24282e 22%,#343940 40%,#24282e 58%) 0 0/220% 100%;place-items:center;animation:1.4s linear infinite shimmer;display:grid;position:absolute;inset:0}.hero-image-loader .spinner{border-color:#fff #ffffff52 #ffffff52;width:34px;height:34px}.hero-scrim{z-index:-1;background:linear-gradient(90deg,#0d0f12e0 0%,#0d0f12bd 35%,#0d0f123b 67%,#0000 100%);position:absolute;inset:0}.hero-copy{color:#fff;width:min(610px,58%);padding:clamp(2rem,5vw,4.5rem)}.hero-copy .eyebrow{color:#ffb6b8}.hero-copy h1{text-shadow:0 2px 22px #0000003d;max-width:11ch;margin-bottom:1.1rem}.hero-copy>p:not(.eyebrow,.hero-note){color:#ffffffd6;max-width:53ch;font-size:clamp(1rem,1.7vw,1.22rem)}.hero-copy .button-row{margin-top:1.45rem}.button-on-hero{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#11141861;border-color:#ffffff75}.button-on-hero:hover{background:#1114189e;border-color:#fff}.hero-carousel-controls{align-items:center;gap:.6rem;display:flex;position:absolute;bottom:1.25rem;right:1.25rem}.hero-carousel-arrow{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#11141870;border:1px solid #ffffff6b;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.hero-carousel-arrow:hover{background:#111418b3}.hero-carousel-arrow svg{width:21px;height:21px}.hero-carousel-dots{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#11141870;border-radius:999px;align-items:center;gap:.35rem;padding:.45rem .55rem;display:flex}.hero-carousel-dots button{touch-action:manipulation;background:0 0;border:0;border-radius:50%;width:28px;height:28px;padding:0;position:relative}.hero-carousel-dots button:before{content:"";background:#ffffff7a;border-radius:99px;width:22px;height:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-carousel-dots button.active:before{background:#fff}@keyframes hero-image-in{0%{opacity:.72;transform:scale(1.012)}to{opacity:1;transform:scale(1)}}.hero-note{color:var(--muted);margin:1rem 0 0;font-size:.9rem}.hero-visual{border:1px solid color-mix(in srgb, var(--border) 70%, transparent);min-height:380px;box-shadow:var(--shadow);background:url(/ui-v2/brand/hero-assortment-desktop.webp) 50%/cover no-repeat;border-radius:30px}.home-benefits{z-index:2;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--border);box-shadow:var(--shadow-sm);grid-template-columns:repeat(3,1fr);gap:1px;margin-top:-1.25rem;display:grid;position:relative;overflow:hidden}.home-benefits p{background:var(--surface);gap:.15rem;margin:0;padding:1rem 1.25rem;display:grid}.home-benefits span{color:var(--muted);font-size:.9rem}.section-heading{justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:1.5rem;display:flex}.section-heading.inline{align-items:center}.section-heading h2{margin-bottom:.4rem}.section-heading p:last-child{max-width:68ch;color:var(--muted);margin-bottom:0}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.category-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);min-width:0;min-height:176px;box-shadow:var(--shadow-sm);grid-template-columns:116px minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.8rem 1rem .8rem .8rem;text-decoration:none;transition:transform .15s,border .15s,box-shadow .15s;display:grid;position:relative;overflow:hidden}.category-card:hover{border-color:color-mix(in srgb, var(--primary) 45%, var(--border));box-shadow:var(--shadow);transform:translateY(-3px)}.category-icon{background:var(--primary-soft);width:54px;height:54px;color:var(--primary);border-radius:16px;padding:12px}.category-artwork{background:var(--surface-muted);border-radius:16px;place-items:center;width:116px;height:148px;display:grid;position:relative;overflow:hidden}.category-artwork img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.category-card:hover .category-artwork img{transform:scale(1.045)}.category-artwork>.category-artwork-fallback{place-items:center;width:100%;height:100%;display:grid}.category-artwork-fallback .category-icon{width:70px;height:70px}.category-card span{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;gap:.35rem;min-width:0;display:grid}.category-card strong{font-size:1.08rem;line-height:1.25}.category-card small{color:var(--muted)}.category-card em{color:var(--muted);font-size:.75rem;font-style:normal}.category-arrow{width:20px;color:var(--muted)}.home-categories-section{padding-bottom:1.25rem}.home-recommendations-section{padding-top:1.5rem}.category-rail-shell{position:relative}.home-category-rail{scroll-snap-type:x mandatory;scrollbar-width:none;gap:.85rem;padding:.2rem .15rem .65rem;scroll-padding-inline:.15rem;display:flex;overflow-x:auto}.home-category-rail::-webkit-scrollbar{display:none}.category-rail-arrow{z-index:3;border:1px solid var(--border);background:var(--surface-raised);width:44px;height:44px;color:var(--text);box-shadow:var(--shadow-sm);border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.category-rail-arrow:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.category-rail-arrow:disabled{visibility:hidden}.category-rail-arrow svg{width:20px;height:20px}.category-rail-arrow-back{left:0}.category-rail-arrow-forward{right:0}.home-category-card{aspect-ratio:1;scroll-snap-align:start;grid-template-rows:1fr auto;grid-template-columns:1fr;align-items:stretch;gap:.55rem;width:168px;min-width:168px;min-height:168px;padding:.55rem;display:grid}.home-category-card .category-artwork{border-radius:14px;width:100%;height:auto;min-height:0}.home-category-card>span{place-items:center;min-height:2.5rem;display:grid}.home-category-card strong{text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.25;display:-webkit-box;overflow:hidden}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.catalog-view-list .product-grid,html[data-catalog-view=list] .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-view-list .product-card,html[data-catalog-view=list] .product-card{grid-template-columns:minmax(170px,42%) minmax(0,1fr);display:grid}.catalog-view-list .product-card-media,html[data-catalog-view=list] .product-card-media{aspect-ratio:auto;min-height:230px}.catalog-view-list .product-card-body,html[data-catalog-view=list] .product-card-body{min-height:0}.product-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);flex-direction:column;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.product-card-media{aspect-ratio:1;background:#fff;position:relative;overflow:hidden}.product-card-media>a{position:absolute;inset:0}.product-card-media img{object-fit:contain;padding:.75rem;transition:transform .2s}.product-card:hover .product-card-media img{transform:scale(1.025)}.loadable-image{opacity:0}.loadable-image.is-loaded{opacity:1}.product-card-media img.loadable-image{transition:opacity .2s,transform .2s}.product-gallery img.loadable-image,.category-artwork img.loadable-image{transition:opacity .2s,transform .25s}.image-load-indicator{z-index:1;background:linear-gradient(110deg, var(--surface-muted) 22%, var(--surface) 40%, var(--surface-muted) 58%);pointer-events:none;background-size:220% 100%;place-items:center;animation:1.4s linear infinite shimmer;display:grid;position:absolute;inset:0}.image-load-indicator .spinner{background:color-mix(in srgb, var(--surface) 78%, transparent);width:30px;height:30px;box-shadow:0 0 0 7px color-mix(in srgb, var(--surface) 72%, transparent)}.image-placeholder{background:var(--surface-muted);width:100%;height:100%;color:var(--muted);text-align:center;place-items:center;padding:1rem;font-weight:700;display:grid}.product-media-placeholder{background:radial-gradient(circle at 50% 35%, var(--surface) 0 12%, transparent 42%), linear-gradient(145deg, var(--primary-soft), var(--surface-muted));color:var(--primary);place-content:center;justify-items:center;gap:.55rem;display:grid;position:absolute;inset:0;overflow:hidden}.product-media-placeholder:before,.product-media-placeholder:after{border:1px solid color-mix(in srgb, var(--primary) 14%, transparent);content:"";border-radius:50%;width:8rem;height:8rem;position:absolute}.product-media-placeholder:before{inset:-3rem auto auto -2rem}.product-media-placeholder:after{inset:auto -3rem -3rem auto}.product-media-placeholder img{filter:saturate(.94);border-radius:20px;width:clamp(58px,28%,96px);height:auto;padding:0;position:relative}.product-media-placeholder span{letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:900;position:relative}.badge-stack{z-index:2;pointer-events:none;flex-wrap:wrap;gap:.35rem;max-width:calc(100% - 4rem);display:flex;position:absolute;top:.65rem;left:.65rem}.badge-stack.static{margin-bottom:.6rem;position:static}.badge{border-radius:999px;align-items:center;padding:.25rem .5rem;font-size:.72rem;font-weight:900;display:inline-flex}.badge-hit{color:#12632f;background:#eaf7ee}.badge-value{background:var(--primary-soft);color:var(--primary)}.badge-clearance{color:#fff;background:#7f1d1d}.badge-new{color:#1759a6;background:#e8f1ff}.favorite-button{z-index:3;border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 93%, transparent);width:44px;height:44px;color:var(--text);border-radius:50%;place-items:center;display:grid;position:absolute;bottom:.55rem;right:.55rem}.favorite-button:hover,.favorite-button.active,.is-favorite{border-color:var(--primary);color:var(--primary)}.favorite-button.active svg,.is-favorite svg{fill:currentColor}.product-card-body{flex-direction:column;flex:1;min-height:230px;padding:.9rem;display:flex}.availability{color:var(--success);align-items:center;gap:.4rem;margin-bottom:.6rem;font-size:.8rem;font-weight:800;display:inline-flex}.availability>span{background:currentColor;border-radius:50%;width:8px;height:8px}.availability-low_stock{color:var(--warning)}.availability-out_of_stock,.availability-unknown{color:var(--muted)}.product-card h3{margin-bottom:.55rem;font-size:1rem;line-height:1.35}.product-card h3 a{text-decoration:none}.product-card h3 a:hover{color:var(--primary)}.product-card-taxonomy{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:-.1rem 0 .55rem;font-size:.74rem;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card-taxonomy a{color:inherit;text-decoration:none}.product-card-taxonomy a:hover{color:var(--primary);text-decoration:underline}.product-card-taxonomy span{margin-inline:.3rem}.product-variant{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.7rem;font-size:.84rem;display:-webkit-box;overflow:hidden}.product-price{letter-spacing:-.02em;margin:auto 0 0;font-size:1.35rem;font-weight:900}.product-price small{color:var(--muted);font-size:.75rem;font-weight:600}.freshness-note{border-left:3px solid var(--warning);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--warning-soft);color:var(--text);margin-top:1rem;padding:.8rem 1rem;font-size:.83rem}.store-callout,.channel-callout{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);grid-template-columns:1.1fr .9fr;gap:2rem;padding:clamp(1.5rem,4vw,3rem);display:grid}.store-callout h2,.channel-callout h2{margin-bottom:.8rem}.store-callout address{color:var(--muted);margin:.75rem 0 1.3rem;font-size:1.1rem}.open-status{color:var(--muted);align-items:center;gap:.4rem;font-weight:750;display:inline-flex}.open-status i{background:currentColor;border-radius:50%;width:9px;height:9px}.open-status.is-open{color:var(--success)}.open-status.is-closed{color:var(--warning)}.store-facts{gap:.7rem;display:grid}.store-facts p{border-radius:var(--radius-sm);background:var(--surface-muted);gap:.2rem;margin:0;padding:.9rem 1rem;display:grid}.store-facts span{color:var(--muted)}.external-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.external-widget{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden}.external-widget-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;min-height:100px;padding:1rem 1.25rem;display:flex}.external-widget-head h2{margin:0;font-size:1.45rem}.external-widget-head .eyebrow{margin-bottom:.2rem}.embed-placeholder{min-height:330px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.embed-placeholder>svg{color:var(--primary)}.embed-placeholder p{max-width:46ch}.embed-frame{background:var(--surface-muted);min-height:400px;position:relative}.embed-frame iframe{background:#fff;border:0;display:block}.map-interaction-control{display:none}.embed-loading{z-index:2;background:var(--surface-muted);justify-content:center;align-items:center;gap:.7rem;display:flex;position:absolute;inset:0}.about-map .external-widget{max-width:980px;margin-inline:auto}.theme-preference-control{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);flex-wrap:wrap;gap:.6rem;margin:0 0 1.5rem;padding:1rem;display:flex}.theme-preference-control legend{width:100%;padding-inline:.25rem;font-weight:850}.theme-preference-control label{border:1px solid var(--border);min-height:46px;color:var(--text);border-radius:999px;align-items:center;gap:.5rem;padding:.55rem .8rem;font-weight:750;display:inline-flex}.theme-preference-control label:has(input:checked){border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.theme-preference-control input{width:20px;height:20px;accent-color:var(--primary)}.spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.channel-callout{background:linear-gradient(120deg, var(--surface), var(--primary-soft));grid-template-columns:minmax(0,1fr);align-items:center;margin-bottom:4rem}.channel-callout p:last-child{color:var(--muted);margin-bottom:0}.channel-links{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:.75rem;width:100%;display:grid}.channel-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);width:100%;min-width:0;box-shadow:var(--shadow-sm);grid-template-columns:44px minmax(0,1fr) 20px;align-items:center;gap:.8rem;padding:.8rem .9rem;text-decoration:none;transition:border-color .22s,color .22s,box-shadow .22s,transform .22s;display:grid}.channel-card:hover{border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow);transform:translateY(-2px)}.channel-card>span:nth-child(2){gap:.1rem;min-width:0;display:grid}.channel-card strong,.channel-card small{overflow-wrap:anywhere}.channel-card small{color:var(--muted);font-size:.73rem;line-height:1.25}.channel-card>svg{width:18px;height:18px;color:var(--muted)}.channel-icon{background:color-mix(in srgb, var(--surface-muted) 74%, transparent);width:44px;height:44px;color:var(--primary);border-radius:13px;place-items:center;display:grid}.channel-icon svg{width:24px;height:24px}.channel-brand-icon{object-fit:contain;width:30px;height:30px}.seo-copy{max-width:920px;color:var(--muted)}.seo-copy h2{color:var(--text)}.page-intro{max-width:880px;padding-block:1rem 2rem}.page-intro h1{margin-bottom:.8rem}.page-intro>p:last-of-type{max-width:70ch;color:var(--muted);font-size:1.08rem}.breadcrumbs{color:var(--muted);margin-bottom:1.4rem;font-size:.85rem}.breadcrumbs ol{flex-wrap:wrap;gap:.25rem .35rem;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li,.breadcrumbs a{align-items:center;min-height:24px;display:inline-flex}.breadcrumbs li:not(:last-child):after{content:"/";color:var(--border);margin-left:.35rem}.breadcrumbs a:hover{color:var(--primary)}.catalog-categories{margin-top:0}.catalog-section-disclosure{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm);margin:0 0 1.25rem}.catalog-section-disclosure>summary{cursor:pointer;grid-template-columns:minmax(0,1fr) auto 24px;align-items:center;gap:1rem;min-height:76px;padding:.9rem 1rem;list-style:none;display:grid}.catalog-section-disclosure>summary:focus-visible{border-radius:inherit;box-shadow:inset 0 0 0 2px var(--focus);outline:0}.catalog-section-disclosure>summary::-webkit-details-marker{display:none}.catalog-section-disclosure>summary>span{display:grid}.catalog-section-disclosure>summary .eyebrow{margin:0;font-size:.7rem}.catalog-section-disclosure>summary strong{font-size:1.3rem}.catalog-section-disclosure>summary>small{color:var(--muted)}.catalog-section-disclosure>summary>svg{width:22px;transition:transform .18s}.catalog-section-disclosure[open]>summary>svg{transform:rotate(180deg)}.catalog-section-disclosure .catalog-category-browser{padding:0 1rem 1rem}.catalog-category-search{border:1px solid var(--border);background:var(--surface-muted);border-radius:14px;align-items:center;gap:.65rem;min-height:52px;margin-bottom:1rem;padding:0 .45rem 0 .9rem;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.catalog-category-search:focus-within{border-color:var(--focus);background:var(--surface);box-shadow:0 0 0 3px color-mix(in srgb, var(--focus) 15%, transparent)}.catalog-category-search>svg{color:var(--muted);flex:none}.catalog-category-search input{background:0 0;border:0;outline:0;flex:1;align-self:stretch;min-width:0}.catalog-category-search input::-webkit-search-cancel-button{appearance:none}.catalog-category-search button{width:44px;height:44px;color:var(--muted);background:0 0;border:0;border-radius:50%;flex:0 0 44px;place-items:center;padding:0;display:grid}.catalog-category-search button:hover{background:var(--primary-soft);color:var(--primary)}.catalog-category-search-status,.catalog-category-search-more{color:var(--muted);margin:0 0 .75rem;font-size:.86rem}.catalog-category-results{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;display:grid}.catalog-category-results>a{border:1px solid var(--border);background:var(--surface);border-radius:13px;grid-template-columns:52px minmax(0,1fr) 18px;align-items:center;gap:.7rem;min-width:0;min-height:80px;padding:.65rem;text-decoration:none;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s;display:grid}.catalog-category-results>a:hover{border-color:color-mix(in srgb, var(--primary) 50%, var(--border));background:var(--primary-soft);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.catalog-category-results>a>span:nth-child(2){gap:.12rem;min-width:0;display:grid}.catalog-category-results strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.catalog-category-results small{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.72rem;line-height:1.25;display:-webkit-box;overflow:hidden}.catalog-category-results>a>svg{width:18px;color:var(--muted)}.catalog-category-result-artwork{background:var(--surface-muted);border-radius:11px;place-items:center;width:52px;height:52px;display:grid;position:relative;overflow:hidden}.catalog-category-result-artwork img{object-fit:contain;width:100%;height:100%;padding:.15rem}.catalog-category-result-artwork .category-artwork-fallback{place-items:center;width:100%;height:100%;display:grid}.catalog-category-result-artwork .category-icon{width:38px;height:38px}.search-suggestion-icon .category-icon-variant-0,.catalog-category-result-icon .category-icon-variant-0,.mobile-menu-category-icon .category-icon-variant-0{color:#d81b24}.search-suggestion-icon .category-icon-variant-1,.catalog-category-result-icon .category-icon-variant-1,.mobile-menu-category-icon .category-icon-variant-1{color:#1677c8}.search-suggestion-icon .category-icon-variant-2,.catalog-category-result-icon .category-icon-variant-2,.mobile-menu-category-icon .category-icon-variant-2{color:#168a57}.search-suggestion-icon .category-icon-variant-3,.catalog-category-result-icon .category-icon-variant-3,.mobile-menu-category-icon .category-icon-variant-3{color:#b75d00}.search-suggestion-icon .category-icon-variant-4,.catalog-category-result-icon .category-icon-variant-4,.mobile-menu-category-icon .category-icon-variant-4{color:#7651c9}.search-suggestion-icon .category-icon-variant-5,.catalog-category-result-icon .category-icon-variant-5,.mobile-menu-category-icon .category-icon-variant-5{color:#00838f}.search-suggestion-icon .category-icon-variant-6,.catalog-category-result-icon .category-icon-variant-6,.mobile-menu-category-icon .category-icon-variant-6{color:#c33d78}.search-suggestion-icon .category-icon-variant-7,.catalog-category-result-icon .category-icon-variant-7,.mobile-menu-category-icon .category-icon-variant-7{color:#58656f}.listing-controls{margin-bottom:1.25rem;scroll-margin-top:140px;position:relative}.listing-results-anchor{scroll-margin-top:140px}.listing-toolbar{grid-template-columns:auto minmax(220px,270px) minmax(0,1fr) auto auto;align-items:center;gap:.65rem;display:grid}.advanced-filter-trigger{border-color:var(--primary-fill);background:var(--primary-fill);color:#fff;min-height:44px;box-shadow:0 6px 18px color-mix(in srgb, var(--primary-fill) 22%, transparent);border-radius:999px;flex:none;grid-area:1/1}.advanced-filter-trigger:hover{border-color:var(--primary-hover);background:var(--primary-hover);color:#fff}.advanced-filter-trigger b{min-width:22px;height:22px;color:var(--primary-fill);font-variant-numeric:tabular-nums;text-align:center;background:#fff;border-radius:999px;justify-content:center;align-items:center;font-family:Arial,sans-serif;font-size:.72rem;font-weight:800;line-height:1;display:inline-flex}.listing-toolbar-sort{grid-area:1/2;width:100%;min-width:0}.listing-toolbar-sort .sort-control.compact{width:100%}.quick-filter-scroll{grid-area:2/1/auto/-1;width:100%;min-width:0;display:flex;position:relative;overflow:hidden}.quick-filter-form{scrollbar-width:none;scroll-snap-type:x proximity;align-items:center;gap:.5rem;width:100%;min-width:0;padding:.2rem .1rem;scroll-padding-inline:42px;display:flex;overflow-x:auto}.quick-filter-form::-webkit-scrollbar{display:none}.quick-filter-chip{border:1px solid var(--border);background:var(--surface-muted);white-space:nowrap;cursor:pointer;scroll-snap-align:start;border-radius:999px;flex:none;align-items:center;gap:.38rem;min-height:42px;padding:.5rem .82rem;font-size:.84rem;font-weight:750;transition:border-color .2s,background .2s,color .2s,transform .2s,box-shadow .2s;display:inline-flex;position:relative}.quick-filter-chip>svg{width:17px;height:17px;color:var(--primary)}.quick-filter-state{border:1.5px solid color-mix(in srgb, var(--muted) 65%, transparent);background:var(--surface);border-radius:5px;flex:0 0 18px;place-items:center;width:18px;height:18px;transition:border-color .2s,background .2s,color .2s;display:inline-grid}.quick-filter-state svg{opacity:0;width:13px;height:13px;transition:opacity .18s,transform .18s;transform:scale(.72)}.quick-filter-chip:hover{border-color:color-mix(in srgb, var(--primary) 55%, var(--border));transform:translateY(-1px)}.quick-filter-chip:has(input:checked){border-color:var(--primary-fill);background:var(--primary-fill);color:#fff;box-shadow:0 4px 12px color-mix(in srgb, var(--primary-fill) 20%, transparent)}.quick-filter-chip:has(input:checked)>svg{color:#fff}.quick-filter-chip:has(input:checked) .quick-filter-state{color:var(--primary-fill);background:#fff;border-color:#fff}.quick-filter-chip:has(input:checked) .quick-filter-state svg{opacity:1;transform:scale(1)}.quick-filter-chip input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.quick-filter-apply{border-color:var(--border);background:var(--surface);border-radius:999px;flex:none;min-height:42px}.filter-fields{border:0;flex-wrap:wrap;gap:.25rem .85rem;margin:0;padding:0;display:flex}.filter-fields legend{width:100%;color:var(--muted);margin-bottom:.1rem;font-size:.78rem}.filter-fields label{border-radius:var(--radius-sm);align-items:center;gap:.55rem;min-height:46px;padding-inline:.45rem;font-weight:700;display:flex}.filter-fields label:hover{background:var(--surface-muted)}.filter-fields input{width:22px;height:22px;accent-color:var(--primary);flex:none}.price-filter-fields{min-width:min(100%,320px)}.price-filter-fields>small{width:100%;max-width:40ch;color:var(--muted);font-size:.74rem}.price-filter-fields .unit-filter{min-width:150px;color:var(--muted);gap:.25rem;font-size:.78rem;display:grid}.price-filter-inputs{flex-wrap:wrap;gap:.5rem;display:flex}.price-filter-inputs label{min-width:112px;color:var(--muted);gap:.25rem;font-size:.78rem;display:grid}.price-filter-inputs input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:112px;height:46px;color:var(--text);padding:.5rem .65rem;font-size:1rem}.price-range{width:100%;height:36px;margin-block:.15rem;position:relative}.price-range-track{background:linear-gradient(to right, var(--border) 0 var(--range-start), var(--primary-fill) var(--range-start) var(--range-end), var(--border) var(--range-end) 100%);border-radius:999px;height:6px;position:absolute;inset:15px 6px auto}.price-range input[type=range]{appearance:none;pointer-events:none;background:0 0;border:0;outline:0;width:100%;height:36px;margin:0;position:absolute;inset:0}.price-range input[type=range]::-webkit-slider-runnable-track{background:0 0;height:6px}.price-range input[type=range]::-webkit-slider-thumb{appearance:none;border:3px solid var(--surface);background:var(--primary-fill);width:20px;height:20px;box-shadow:0 0 0 1px var(--primary);cursor:ew-resize;pointer-events:auto;border-radius:50%;margin-top:-7px}.price-range input[type=range]::-moz-range-track{background:0 0;height:6px}.price-range input[type=range]::-moz-range-progress{background:0 0;height:6px}.price-range input[type=range]::-moz-range-thumb{border:3px solid var(--surface);background:var(--primary-fill);width:16px;height:16px;box-shadow:0 0 0 1px var(--primary);cursor:ew-resize;pointer-events:auto;border-radius:50%}.category-filter-select{min-width:min(100%,250px);color:var(--muted);align-items:start;gap:.25rem;font-size:.78rem;display:grid}.styled-select{width:100%;min-width:0;color:var(--text);position:relative}.styled-select-trigger{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;min-height:46px;color:var(--text);font:inherit;text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:.55rem;padding:.5rem .65rem .5rem .75rem;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.styled-select-trigger:hover,.styled-select-trigger[aria-expanded=true]{border-color:color-mix(in srgb, var(--primary) 58%, var(--border));box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 12%, transparent)}.styled-select-trigger:focus-visible{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 16%, transparent);outline:0}.styled-select-trigger strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.styled-select-trigger>svg{flex:none;width:17px;height:17px;transition:transform .2s}.styled-select-trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.sort-control{color:var(--muted);gap:.35rem;font-size:.78rem;display:grid;position:relative}.sort-control-caption{align-items:center;gap:.45rem;display:inline-flex}.sort-control-caption>svg{width:18px;height:18px;color:var(--primary)}.sort-menu-trigger{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;min-height:46px;color:var(--text);font:inherit;cursor:pointer;justify-content:space-between;align-items:center;gap:.45rem;padding:.5rem .65rem .5rem .75rem;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.sort-menu-trigger:hover,.sort-menu-trigger[aria-expanded=true]{border-color:color-mix(in srgb, var(--primary) 58%, var(--border));box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 12%, transparent)}.sort-menu-trigger>svg{flex:none;width:17px;height:17px;transition:transform .2s}.sort-menu-trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.sort-menu-popover{border:1px solid var(--border);background:var(--surface-raised);max-height:min(280px,100dvh - 16px);color:var(--text);border-radius:14px;margin:0;padding:.42rem;position:fixed;inset:auto;overflow:auto;box-shadow:0 18px 46px #12182038}.sort-menu-popover::backdrop{background:0 0}.sort-menu-popover button{width:100%;min-height:44px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:.7rem;padding:.58rem .7rem;font-weight:720;transition:color .18s,background .18s,transform .18s;display:flex}.sort-menu-popover button:hover,.sort-menu-popover button:focus-visible{background:var(--primary-soft);color:var(--primary);outline:0}.sort-menu-popover button[aria-selected=true]{background:var(--primary-fill);color:#fff}.sort-menu-popover button svg{opacity:0;width:17px;height:17px}.sort-menu-popover button[aria-selected=true] svg{opacity:1}.sort-control.compact{border:1px solid var(--border);background:var(--surface-muted);min-height:42px;color:var(--text);white-space:nowrap;border-radius:999px;flex:none;padding:0;font-size:.78rem;font-weight:750;display:block}.sort-control.compact .sort-control-caption{color:var(--muted)}.sort-control.compact .sort-menu-trigger{width:100%;max-width:none;min-height:40px;box-shadow:none;background:0 0;border:0;border-radius:999px;justify-content:flex-start;padding:.4rem .55rem .4rem .7rem;font-size:.84rem}.sort-control.compact .sort-menu-trigger strong{text-overflow:ellipsis;overflow:hidden}.sort-control.compact .sort-menu-trigger>svg{margin-left:auto}.catalog-view-toggle{border:1px solid var(--border);background:var(--surface-muted);border-radius:12px;flex:none;grid-area:1/4;grid-template-columns:40px 40px;padding:3px;display:inline-grid}.catalog-view-toggle button{width:40px;height:36px;color:var(--muted);background:0 0;border:0;border-radius:9px;place-items:center;padding:0;transition:color .2s,background .2s,box-shadow .2s,transform .2s;display:grid}.catalog-view-toggle button:hover{color:var(--primary);transform:translateY(-1px)}.catalog-view-toggle button[aria-pressed=true]{background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm)}.catalog-view-toggle svg{width:20px;height:20px}.page-size-control{border:1px solid var(--border);background:var(--surface-muted);min-height:44px;color:var(--muted);white-space:nowrap;border-radius:12px;flex:none;grid-area:1/5;align-items:center;padding:.2rem;font-size:.74rem;font-weight:750;display:inline-flex}.page-size-select{width:104px}.page-size-control .styled-select-trigger{background:var(--surface);min-height:44px;box-shadow:none;border:0;border-radius:8px;padding:.3rem .45rem .3rem .55rem;font-weight:850}.page-size-control:focus-within{border-color:color-mix(in srgb, var(--primary) 58%, var(--border));box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 12%, transparent)}.subcategory-disclosure{margin-bottom:2rem}.subcategory-search{margin-bottom:.75rem}.subcategory-grid{grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:.7rem;display:grid}.subcategory-tile{aspect-ratio:1;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);grid-template-rows:minmax(0,1fr) auto;gap:.45rem;padding:.5rem;text-decoration:none;transition:border .15s,box-shadow .15s,transform .15s;display:grid}.subcategory-tile:hover{border-color:color-mix(in srgb, var(--primary) 45%, var(--border));box-shadow:var(--shadow);transform:translateY(-2px)}.subcategory-tile-image{background:var(--surface-muted);border-radius:11px;place-items:center;width:100%;height:100%;min-height:0;display:grid;position:relative;overflow:hidden}.subcategory-tile-image img{object-fit:contain;width:100%;height:100%;padding:.2rem}.subcategory-tile-image .category-artwork-fallback{place-items:center;width:100%;height:100%;display:grid}.subcategory-tile-image .category-icon{width:58px;height:58px}.subcategory-tile>span:last-child{gap:.1rem;min-width:0;display:grid}.subcategory-tile strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.25;display:-webkit-box;overflow:hidden}.subcategory-tile small{color:var(--muted);font-size:.68rem}.result-count{min-width:0;color:var(--muted);white-space:nowrap;grid-area:1/3;justify-self:end;margin:0}.listing-update-status{z-index:120;top:max(1rem, env(safe-area-inset-top));border:1px solid var(--border);background:color-mix(in srgb, var(--surface-raised) 98%, transparent);min-height:42px;color:var(--text);box-shadow:var(--shadow);border-radius:999px;align-items:center;gap:.55rem;padding:.55rem .9rem;font-size:.84rem;font-weight:850;display:inline-flex;position:fixed;left:50%;transform:translate(-50%)}.listing-update-status .spinner{border-width:2px;width:20px;height:20px}.global-navigation-status{z-index:130;top:max(1rem, env(safe-area-inset-top));border:1px solid var(--border);background:color-mix(in srgb, var(--surface-raised) 98%, transparent);min-height:44px;color:var(--text);box-shadow:var(--shadow-lg);border-radius:999px;align-items:center;gap:.55rem;padding:.6rem .95rem;font-size:.86rem;font-weight:850;display:inline-flex;position:fixed;left:50%;transform:translate(-50%)}.global-navigation-status[hidden]{display:none}.global-navigation-status .spinner{border-width:2px;width:20px;height:20px}.listing-loading{min-height:70vh;padding-top:clamp(2rem,5vw,4rem)}.listing-loading>.skeleton-line:first-child{width:9rem;height:18px}.listing-loading-toolbar{width:100%;height:78px;margin-block:2rem 1.25rem}html[data-listing-pending=true] .product-grid{opacity:.68;transition:opacity .18s}html[data-listing-pending=true] .listing-toolbar{cursor:progress}html[data-listing-pending=true] .quick-filter-form{pointer-events:none;opacity:.72}.no-js-catalog-fallback{width:min(calc(100% - 2rem), var(--shell));border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);margin:1rem auto;padding:1rem}.no-js-catalog-fallback p{color:var(--muted);margin:.45rem 0 .8rem}.no-js-catalog-fallback .button{white-space:normal;text-align:center;width:fit-content;max-width:100%}.filter-dialog{border:0;border-left:1px solid var(--border);background:var(--surface-raised);width:min(460px,100%);max-width:none;height:100dvh;max-height:none;color:var(--text);box-shadow:var(--shadow);border-radius:22px 0 0 22px;margin:0 0 0 auto;padding:0;inset:0 0 0 auto;overflow:hidden}.filter-dialog[open],:is(html:has(.filter-dialog[open]),body:has(.filter-dialog[open])){overflow:hidden}.filter-dialog::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a0d1294}.filter-sheet{overscroll-behavior:contain;flex-direction:column;gap:.85rem;height:100%;padding:1.25rem;display:flex;overflow:auto}.filter-sheet>:not(.filter-sheet-footer){flex:none}.filter-sheet header{justify-content:space-between;align-items:start;gap:1rem;display:flex}.filter-sheet header h2,.filter-sheet header .eyebrow{margin-bottom:0}.filter-sheet>p{color:var(--muted);margin-bottom:0}.filter-dialog-close{border:1px solid var(--border);background:var(--surface);border-radius:50%;flex:none;place-items:center;width:44px;height:44px;padding:0;line-height:1;display:grid}.filter-dialog-close svg{width:20px;height:20px}.filter-dialog-close:hover{border-color:var(--primary);color:var(--primary)}.filter-sheet .filter-fields,.filter-sheet .filter-accordion,.filter-sheet>.sort-control{border:0;border-bottom:1px solid var(--border);background:0 0;border-radius:0;gap:.45rem;padding:.85rem 0 1rem;display:grid}.filter-accordion>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;min-height:42px;font-weight:850;display:flex}.filter-accordion>summary small{color:var(--primary)}.filter-accordion .category-filter-fields{border:0;margin-top:.55rem;padding:0}.filter-sheet .filter-fields label{border:0;min-height:48px;padding-inline:.65rem}.filter-sheet .filter-fields:not(.price-filter-fields,.category-filter-fields)>label{background:var(--surface-muted);border-radius:11px}.filter-sheet .price-filter-fields .unit-filter,.filter-sheet .price-filter-inputs label{background:0 0;min-height:0;padding-inline:0}.filter-sheet select:focus-visible,.filter-sheet input:focus-visible{outline-offset:1px;outline-width:2px}.filter-sheet .brand-filter-fields{max-height:none;overflow:visible}.filter-sheet .sort-menu-trigger,.filter-apply{width:100%;min-height:48px}.filter-sheet .price-filter-fields{display:grid}.filter-sheet .price-filter-fields .unit-filter,.filter-sheet .price-filter-fields select,.filter-sheet .price-filter-inputs,.filter-sheet .price-filter-inputs label,.filter-sheet .price-filter-inputs input{width:100%}.filter-sheet-footer{z-index:2;padding:.9rem 1.25rem max(.9rem, env(safe-area-inset-bottom));border-top:1px solid var(--border);background:color-mix(in srgb, var(--surface-raised) 95%, transparent);grid-template-columns:auto minmax(160px,1fr);align-items:center;gap:.75rem;margin:auto -1.25rem -1.25rem;display:grid;position:sticky;bottom:-1.25rem;box-shadow:0 -8px 20px #14181e14}.search-correction{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--primary-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;padding:1rem;display:flex}.search-correction p{margin:0}.search-empty-state{margin-top:0}.zero-result-filter-disclosure{border-top:1px solid var(--border);margin-top:1rem}.zero-result-filter-disclosure>summary{width:fit-content;min-height:44px;color:var(--primary);cursor:pointer;align-items:center;font-weight:800;display:flex}.zero-result-filter-disclosure[open]>summary{margin-bottom:.75rem}.pagination{justify-content:center;align-items:center;margin-top:2rem;display:flex}.pagination ol{border:1px solid var(--border);background:var(--surface-muted);border-radius:14px;justify-content:center;align-items:center;gap:.35rem;margin:0;padding:.35rem;list-style:none;display:flex}.pagination a,.pagination ol span{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.4rem .7rem;font-weight:800;text-decoration:none;transition:border-color .22s,color .22s,background .22s,box-shadow .22s,transform .22s;display:inline-flex}.pagination a:hover{border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.pagination ol span[aria-current=page]{border-color:var(--primary-fill);background:var(--primary-fill);color:#fff}.pagination-control svg{width:19px;height:19px}.pagination-control[aria-disabled=true]{color:var(--muted);opacity:.42}.pagination-ellipsis{min-width:1.25rem;color:var(--muted);text-align:center}.standalone-search{max-width:760px;margin-top:1.3rem}.search-category-results-section{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);margin-block:1.25rem 1.5rem;padding:clamp(1rem,2.2vw,1.5rem)}.search-category-results-section .section-heading{margin-bottom:1rem}.search-category-results-section .section-heading>small{color:var(--muted)}.search-start{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:1.5rem}.search-start h2{font-size:1.2rem}.empty-state{border:1px dashed var(--border);border-radius:var(--radius-lg);background:var(--surface);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:350px;padding:2rem;display:flex}.empty-state>span{color:var(--primary);font-size:3rem;font-weight:900}.empty-state p{max-width:56ch;color:var(--muted)}.product-page{max-width:1220px}.product-detail{grid-template-columns:minmax(0,1.02fr) minmax(350px,.98fr);gap:clamp(1.5rem,5vw,4rem);margin-top:1.5rem;display:grid}.product-gallery{align-content:start;gap:.75rem;min-width:0;display:grid}.product-gallery-stage{aspect-ratio:1;border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;position:relative;overflow:hidden}.product-gallery-stage>img{object-fit:contain;padding:clamp(.75rem,3vw,2rem)}.product-gallery-arrows{pointer-events:none;justify-content:space-between;display:flex;position:absolute;inset:50% .65rem auto;transform:translateY(-50%)}.product-gallery-arrows button{border:1px solid color-mix(in srgb, var(--text) 14%, transparent);background:color-mix(in srgb, var(--surface) 92%, transparent);width:44px;height:44px;color:var(--text);box-shadow:var(--shadow-sm);pointer-events:auto;border-radius:50%;font-size:2rem;line-height:1}.product-gallery-arrows button:hover{border-color:var(--primary);color:var(--primary)}.product-gallery-arrows button:active{transform:scale(.96)}.product-gallery-thumbnails{overscroll-behavior-inline:contain;scrollbar-width:thin;scroll-snap-type:inline proximity;gap:.55rem;max-width:100%;padding:.12rem .12rem .3rem;display:flex;overflow-x:auto}.product-gallery-thumbnails>div{scroll-snap-align:start;flex:0 0 72px}.product-gallery-thumbnails button{border:2px solid var(--border);background:#fff;border-radius:14px;width:72px;height:72px;position:relative;overflow:hidden}.product-gallery-thumbnails button:hover{border-color:color-mix(in srgb, var(--primary) 62%, var(--border))}.product-gallery-thumbnails button.is-active{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--primary) 20%, transparent)}.product-gallery-thumbnails img{object-fit:contain;width:100%;height:100%}.product-summary{align-self:start;padding-top:.5rem}.product-summary h1{margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem)}.product-summary h1.product-title-long{font-size:clamp(1.65rem,3.15vw,2.5rem);line-height:1.04}.product-taxonomy{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.25rem .35rem;margin-bottom:.55rem;font-size:.84rem;display:flex}.product-taxonomy-item{align-items:center;gap:.35rem;min-height:24px;display:inline-flex}.product-taxonomy a{min-height:24px;color:inherit;align-items:center;text-decoration:none;display:inline-flex}.product-taxonomy a:hover{color:var(--primary);text-decoration:underline}.product-taxonomy-item>span{color:color-mix(in srgb, var(--muted) 65%, transparent)}.product-code{color:var(--muted);margin-bottom:.5rem;font-size:.8rem}.detail-price{letter-spacing:-.04em;margin:1rem 0;font-size:clamp(2rem,5vw,3rem);font-weight:900}.detail-price small{color:var(--muted);letter-spacing:0;font-size:.95rem;font-weight:600}.product-price-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-block:1rem;display:flex}.product-price-row .detail-price{min-width:0;margin:0}.product-price-row .button{flex:none;margin-left:auto}.product-actions{flex-wrap:wrap;gap:.75rem;margin-block:1rem;display:flex}.scroll-to-top{z-index:90;right:max(1.25rem, env(safe-area-inset-right));bottom:max(1.25rem, env(safe-area-inset-bottom));border:1px solid color-mix(in srgb, var(--primary) 65%, var(--border));background:var(--primary-fill);color:#fff;width:48px;height:48px;box-shadow:var(--shadow-lg);cursor:pointer;border-radius:50%;place-items:center;transition:transform .18s,box-shadow .18s,background .18s;animation:.18s ease-out scroll-to-top-in;display:grid;position:fixed}.scroll-to-top:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 28px #0000003d}.scroll-to-top:active{transform:translateY(0)scale(.96)}.scroll-to-top svg{width:23px;height:23px}@keyframes scroll-to-top-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.offline-purchase-note{border-radius:var(--radius-md);background:var(--surface-muted);margin-top:1.5rem;padding:1.2rem}.offline-purchase-note p{color:var(--muted);margin:.35rem 0 .75rem}.offline-purchase-note a{color:var(--primary);align-items:center;gap:.45rem;font-weight:800;display:inline-flex}.offline-purchase-note svg{width:20px}.product-info{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);grid-template-columns:1fr 1fr;gap:2rem;margin-top:1.5rem;padding:clamp(1.25rem,4vw,2.5rem);display:grid}.product-info.product-info-single{grid-template-columns:1fr}.product-info h2{font-size:1.45rem}.product-info p{color:var(--muted)}.product-info dl{margin:0}.product-info dl>div{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;gap:1rem;padding-block:.65rem;display:grid}.product-info dt{color:var(--muted)}.product-info dd{margin:0;font-weight:650}.product-category-trail{line-height:1.55}.prose-grid{grid-template-columns:minmax(0,1fr) 360px;gap:2rem;display:grid}.prose-grid article,.prose{max-width:800px}.prose-grid p,.prose p,.prose li{color:var(--muted)}.prose h2,.prose-grid h2{margin-top:2rem;font-size:1.55rem}.prose li{margin-bottom:.45rem}.info-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);height:fit-content;box-shadow:var(--shadow-sm);gap:.75rem;padding:1.4rem;display:grid}.info-card h2,.info-card p{margin-bottom:0}.contact-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.contact-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:1.4rem}.contact-card h2{margin:.9rem 0 .6rem;font-size:1.3rem}.contact-card p,.contact-card address{color:var(--muted)}.contact-icon{background:var(--primary-soft);width:46px;height:46px;color:var(--primary);border-radius:14px;place-items:center;font-size:1.25rem;font-weight:900;display:grid}.contact-icon svg{width:24px}.contact-phone{color:var(--primary);margin-bottom:.7rem;font-size:1.2rem;font-weight:900;display:block}.contact-phone.small{word-break:break-all;font-size:.95rem}.steps{counter-reset:steps;gap:1rem;padding:0;list-style:none;display:grid}.steps li{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);grid-template-columns:48px 54px 1fr;align-items:start;gap:1rem;padding:1.4rem;display:grid;position:relative}.steps li>span{background:var(--primary-fill);color:#fff;border-radius:50%;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.steps li>svg{background:var(--primary-soft);width:48px;height:48px;color:var(--primary);border-radius:14px;padding:10px}.steps h2{margin-bottom:.4rem;font-size:1.3rem}.steps p{color:var(--muted);margin-bottom:.5rem}.notice-card,.legal-notice{border:1px solid color-mix(in srgb, var(--warning) 35%, var(--border));border-radius:var(--radius-md);background:var(--warning-soft);margin-block:1.5rem;padding:1.1rem 1.25rem}.notice-card p,.legal-notice p{margin:.35rem 0 0}.favorite-unavailable-section{margin-top:1.5rem}.favorite-unavailable-list{gap:1rem;display:grid}.favorite-unavailable-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);grid-template-columns:auto minmax(0,1fr);gap:1rem;padding:1.25rem;display:grid}.favorite-unavailable-card h3{margin-bottom:.4rem;font-size:1.15rem}.favorite-unavailable-card p:not(.eyebrow){max-width:68ch;color:var(--muted)}.favorite-unavailable-icon{background:var(--surface-raised);width:48px;height:48px;color:var(--muted);border-radius:50%;place-items:center;font-size:1.7rem;font-weight:800;display:grid}.local-data-controls{margin-top:1.2rem}.local-data-controls p{min-height:1.5rem;margin-top:.75rem}.analytics-opt-out-control{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);margin-block:1rem 1.5rem;padding:1rem}.analytics-opt-out-control label{min-height:44px;color:var(--text);align-items:center;gap:.7rem;font-weight:750;display:flex}.analytics-opt-out-control input{width:22px;height:22px;accent-color:var(--primary);flex:none}.analytics-opt-out-control p{min-height:1.5rem;margin:.6rem 0 0}.analytics-disabled-status{border-radius:var(--radius-sm);background:var(--surface-muted);color:var(--muted);margin-block:1rem 1.5rem;padding:.9rem 1rem}.analytics-consent-settings{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);margin-block:1rem 1.5rem;padding:1rem}.analytics-consent-settings>p{margin:0 0 .75rem}.external-analytics-consent{z-index:95;right:max(1rem, env(safe-area-inset-right));bottom:max(calc(var(--mobile-nav-height,0px) + 1rem), env(safe-area-inset-bottom));border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:color-mix(in srgb, var(--surface) 96%, transparent);width:min(560px,100vw - 2rem);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:1rem;position:fixed}.external-analytics-consent p{color:var(--muted);margin:0 0 .85rem}.external-analytics-consent strong{color:var(--text)}.external-analytics-consent .button-row{align-items:center;gap:.65rem}@media (max-width:720px){.external-analytics-consent{right:.75rem;bottom:calc(var(--mobile-nav-height,70px) + .75rem);width:calc(100vw - 1.5rem);padding:.9rem}.external-analytics-consent .button-row{grid-template-columns:1fr 1fr;display:grid}.external-analytics-consent .text-link{grid-column:1/-1;justify-self:center}}.system-page{flex-direction:column;justify-content:center;align-items:flex-start;min-height:65vh;padding-block:4rem;display:flex}.system-page h1{max-width:18ch}.system-page>p:not(.system-code){max-width:58ch;color:var(--muted);font-size:1.08rem}.system-code{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.6rem;font-size:1.1rem;font-weight:900}.skeleton-line,.skeleton-card{background:linear-gradient(90deg, var(--surface-muted), var(--surface), var(--surface-muted));background-size:200% 100%;animation:1.4s infinite shimmer}.skeleton-line{border-radius:6px;width:45%;height:22px;margin-block:1rem}.skeleton-line.wide{width:min(70%,680px);height:54px}.skeleton-card{min-height:420px}@keyframes shimmer{to{background-position:-200% 0}}.site-footer{border-top:1px solid var(--border);background:var(--surface)}.footer-grid{grid-template-columns:1.25fr .65fr .7fr .9fr 1.15fr;gap:clamp(1rem,2vw,2rem);padding-block:3rem;display:grid}.footer-grid>div:first-child p{max-width:40ch;color:var(--muted);margin-top:1rem}.footer-grid h2{letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem;font-size:.85rem}.footer-grid>div{min-width:0}.footer-grid>div:not(:first-child),.footer-grid address{flex-direction:column;align-items:flex-start;gap:.5rem;min-width:0;display:flex}.footer-grid a{color:var(--muted);text-decoration:none}.footer-grid a:hover{color:var(--primary);text-decoration:underline}.footer-grid address span{color:var(--muted)}.site-footer .brand-emblem{width:68px;height:68px}.footer-social-links{gap:.55rem;display:grid}.footer-social-links>a{grid-template-columns:38px minmax(0,1fr);align-items:center;gap:.65rem;min-width:0;text-decoration:none;display:grid}.footer-social-links>a>span:last-child{gap:.05rem;min-width:0;display:grid}.footer-social-links strong{overflow-wrap:anywhere;color:var(--text);font-size:.88rem}.footer-social-links small{overflow-wrap:anywhere;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.footer-social-icon{flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.footer-social-icon .channel-brand-icon{width:34px;height:34px}.footer-bottom{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;gap:1rem;padding-block:1rem;font-size:.8rem;display:flex}.footer-bottom p{margin:0}@media (max-width:1400px){.favorites-link span,.desktop-wide{display:none}.header-menu-toggle{display:inline-grid}.header-links{gap:.55rem}.header-links a{font-size:.82rem}.listing-toolbar{grid-template-columns:auto minmax(210px,260px) minmax(0,1fr) auto auto;align-items:center;display:grid}.advanced-filter-trigger{grid-area:1/1}.listing-toolbar-sort{grid-area:1/2}.quick-filter-scroll{grid-area:2/1/auto/-1;width:100%;overflow:hidden}.quick-filter-form{padding-right:38px}.listing-controls .result-count{white-space:nowrap;grid-area:1/3;margin-left:0}.catalog-view-toggle{grid-area:1/4}.page-size-control{grid-area:1/5}}@media (max-width:1280px){.header-phone{display:none}}@media (max-width:1120px){.desktop-wide{display:none}.header-menu-toggle{display:inline-grid}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid:not(.home-category-rail),.mega-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.listing-toolbar{grid-template-columns:auto minmax(200px,245px) minmax(0,1fr) auto auto;align-items:center;display:grid}.advanced-filter-trigger{grid-area:1/1}.listing-toolbar-sort{grid-area:1/2}.quick-filter-scroll{grid-area:2/1/auto/-1;width:100%;overflow:hidden}.quick-filter-form{padding-right:38px}.listing-controls .result-count{white-space:nowrap;grid-area:1/3;margin-left:0}.catalog-view-toggle{grid-area:1/4}.page-size-control{grid-area:1/5}.footer-grid{grid-template-columns:1.2fr .8fr .9fr}.footer-brand{grid-row:1/span 2}.footer-buyers{grid-area:1/2}.footer-about{grid-area:2/2}.footer-contact{grid-area:1/3}.footer-social{grid-area:2/3}}@media (max-width:800px){body{padding-bottom:68px}.page{padding-bottom:2rem}.page>.section:last-child{padding-bottom:1rem}.shell{width:min(100% - 1.25rem,1280px)}.desktop-only,.desktop-search{display:none!important}.site-header{display:contents;position:static}.listing-controls,.listing-results-anchor{scroll-margin-top:72px}.header-top{z-index:100;border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--surface) 96%, var(--background));width:100%;margin-inline:0;padding-inline:.625rem;position:sticky;top:0}.mobile-search{z-index:4;background:var(--surface);display:block;position:relative}.mobile-search.mobile-search-current-page{display:none}.header-top{min-height:58px}.header-top .brand{margin-right:auto}.brand-emblem{border-radius:50%;width:48px;height:48px}.brand-copy strong{font-size:1.08rem}.brand-copy small{font-size:.62rem}.mobile-search{padding-block:.35rem .55rem}.header-promo-nav{grid-template-columns:auto minmax(0,1fr) auto;display:grid}.header-promo-scroll{scrollbar-width:none;grid-area:1/2;min-width:0;overflow-x:auto}.header-promo-scroll::-webkit-scrollbar{display:none}.header-promo-scroll>.shell{width:max-content;min-width:calc(100% - 1.25rem)}.header-promo-nav .promo-contact-link{margin-left:.35rem}.header-promo-cue,.quick-filter-cue{z-index:3;width:44px;min-height:44px;color:var(--primary);cursor:pointer;pointer-events:auto;border:0;place-items:center;display:grid}.header-promo-cue{background:var(--surface);grid-row:1;position:static}.header-promo-cue-left{border-right:1px solid var(--border);grid-column:1}.header-promo-cue-right{border-left:1px solid var(--border);grid-column:3}.site-header:has(.search-popover) .header-promo-cue{visibility:hidden;pointer-events:none}.quick-filter-cue{background:linear-gradient(90deg, transparent, var(--surface) 56%);position:absolute;top:0;bottom:0}.quick-filter-cue-right{right:0}.quick-filter-cue-left{background:linear-gradient(270deg, transparent, var(--surface) 56%);left:0}.header-promo-cue svg,.quick-filter-cue svg{width:18px;height:18px;animation:1.25s ease-in-out infinite horizontal-cue}.mobile-bottom-nav{z-index:95;border-top:1px solid var(--border);background:color-mix(in srgb, var(--surface) 96%, var(--background));min-height:64px;padding-bottom:env(safe-area-inset-bottom);grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-nav a{min-width:0;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:.2rem;font-size:.66rem;font-weight:700;text-decoration:none;display:flex}.mobile-bottom-nav a.active{color:var(--primary)}.mobile-bottom-nav svg{width:21px;height:21px}.scroll-to-top{right:.8rem;bottom:calc(76px + env(safe-area-inset-bottom));width:46px;height:46px}.hero-stage{align-items:flex-start;min-height:clamp(430px,118vw,500px);margin-top:.65rem}.hero-background{object-position:64% center}.hero-scrim{background:linear-gradient(#0d0f12e0 0%,#0d0f129c 52%,#0d0f1224 100%)}.hero-copy{width:100%;padding:clamp(1.5rem,7vw,2.6rem)}.hero-copy h1{max-width:12ch;font-size:clamp(2.3rem,10vw,3.4rem)}.hero-copy>p:not(.eyebrow,.hero-note){max-width:42ch}.hero-carousel-controls{justify-content:space-between;bottom:.85rem;left:.85rem;right:.85rem}.home-benefits{grid-template-columns:1fr;margin-top:-1rem}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.product-card-body{min-height:220px;padding:.75rem}.product-card h3{font-size:.95rem}.store-callout,.channel-callout,.external-grid,.product-detail,.product-info,.prose-grid{grid-template-columns:1fr}.external-widget-head{min-height:88px}.channel-links{grid-template-columns:1fr;justify-content:flex-start}.channel-callout{margin-bottom:1.5rem}.contact-grid{grid-template-columns:1fr}.listing-toolbar{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;display:grid}.advanced-filter-trigger{grid-area:1/1/auto/-1;width:100%}.listing-toolbar-sort{grid-area:2/1/auto/-1;width:100%}.listing-toolbar-sort .sort-control.compact{width:100%;max-width:none}.quick-filter-scroll{grid-area:3/1/auto/-1;width:100%;overflow:hidden}.quick-filter-form{scrollbar-width:none;width:100%;padding-right:38px;overflow-x:auto}.quick-filter-form::-webkit-scrollbar{display:none}.listing-controls .result-count{white-space:nowrap;grid-area:4/1;min-width:0;margin-left:0;font-size:.84rem}.page-size-control{grid-area:4/2;justify-self:end}.page-size-control>span{display:none}.catalog-view-toggle{grid-area:4/3;justify-self:end}.catalog-category-results{grid-template-columns:repeat(2,minmax(0,1fr))}.embed-controlled.is-scroll-safe iframe{pointer-events:none}.embed-controlled.is-interactive iframe{pointer-events:auto}.map-interaction-control{z-index:4;pointer-events:none;background:linear-gradient(#0000 20%,#0f121685);flex-direction:column;justify-content:center;align-items:center;gap:.35rem;display:flex;position:absolute;inset:0}.map-interaction-control button{color:#fff;min-height:44px;font:inherit;pointer-events:auto;background:#0f1216e0;border:1px solid #ffffff8c;border-radius:999px;padding:.62rem .9rem;font-weight:800}.map-interaction-control small{color:#fff;text-shadow:0 1px 4px #000c}.map-interaction-control.is-active{background:0 0;align-items:flex-end;inset:.65rem .65rem auto auto}.map-interaction-control.is-active small{display:none}.catalog-view-list .product-grid,html[data-catalog-view=list] .product-grid{grid-template-columns:1fr}.sort-control.compact{width:min(260px,100vw - 40px);max-width:none}.sort-control.compact .sort-menu-trigger{width:100%;max-width:none;min-height:44px}.sort-control.compact .sort-control-caption{flex:none}.sort-control.compact .sort-menu-trigger strong{text-align:left;flex:auto;min-width:0}.catalog-view-toggle{grid-template-columns:44px 44px}.catalog-view-toggle button{width:44px;height:44px}.filter-dialog{border-width:1px 0 0;border-radius:22px 22px 0 0;width:100%;max-width:none;max-height:min(82dvh,760px);margin:auto 0 0;inset:auto 0 0}.filter-sheet{padding:1.25rem max(1rem, env(safe-area-inset-right)) max(1.25rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left))}.filter-sheet-footer{margin-inline:-1rem}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand{grid-area:auto/1/auto/-1}.footer-buyers,.footer-about,.footer-contact,.footer-social{grid-area:auto}.footer-bottom{flex-direction:column}.header-top .brand{flex:auto}.brand-copy strong{overflow-wrap:anywhere}.mobile-bottom-nav span{overflow-wrap:anywhere;text-align:center;max-width:100%;line-height:1.05}}@media (max-width:520px){h1{font-size:2.25rem}.brand-copy small{display:block}.search-form{min-height:46px;padding-left:.7rem}.search-form input{font-size:.92rem}.search-submit{width:48px;min-width:48px}.search-submit span{display:none}.search-submit svg{display:block}.section{padding-block:2.7rem}.section-heading{flex-direction:column;align-items:flex-start;gap:.5rem}.hero-season-heading{margin-top:.9rem}.hero-season-heading strong{font-size:1.1rem}.category-grid:not(.home-category-rail){grid-template-columns:1fr}.catalog-categories{gap:.55rem;grid-template-columns:repeat(2,minmax(0,1fr))!important}.catalog-categories .category-card{border-radius:14px;grid-template-rows:112px auto;grid-template-columns:1fr;align-items:stretch;gap:.45rem;min-height:184px;padding:.48rem}.catalog-categories .category-artwork{border-radius:10px;width:100%;height:112px}.catalog-categories .category-card>span{align-content:start;gap:.12rem}.catalog-categories .category-card strong{font-size:.76rem;line-height:1.2}.catalog-categories .category-card small{font-size:.66rem}.catalog-categories .category-arrow{display:none}.category-card{grid-template-columns:92px minmax(0,1fr) auto;min-height:124px;padding:.65rem .8rem .65rem .65rem}.category-artwork{border-radius:13px;width:92px;height:108px}.home-category-rail{padding-inline:.15rem}.category-rail-arrow-back{left:0}.category-rail-arrow-forward{right:0}.home-category-card{grid-template-rows:1fr auto;grid-template-columns:1fr;width:146px;min-width:146px;min-height:146px;padding:.48rem;display:grid}.home-category-card .category-artwork{width:100%;height:auto}.category-icon{width:46px;height:46px;padding:10px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card-media img{padding:.4rem}.badge{font-size:.63rem}.favorite-button{bottom:.35rem;right:.35rem}.product-card-body{min-height:205px}.product-card-taxonomy{font-size:.68rem}.product-card-taxonomy a{align-items:center;min-height:24px;display:inline-flex}.product-variant{font-size:.76rem}.product-price{font-size:1.12rem}.listing-controls{align-items:stretch}.catalog-section-disclosure>summary{grid-template-columns:minmax(0,1fr) 22px}.catalog-section-disclosure>summary>small{display:none}.subcategory-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.subcategory-tile{border-radius:12px;padding:.38rem}.subcategory-tile-image{border-radius:9px}.subcategory-tile strong{font-size:.7rem}.catalog-category-results{grid-template-columns:1fr}.pagination{width:100%}.pagination ol{justify-content:center;gap:.22rem;width:100%;padding:.25rem}.pagination a,.pagination ol>span{min-width:44px;min-height:44px;padding:.25rem}.pagination .pagination-ellipsis{min-width:14px}.product-price-row{align-items:center;gap:.65rem}.product-price-row .detail-price{font-size:clamp(1.8rem,10vw,2.5rem)}.product-price-row .button{white-space:nowrap;min-width:0;padding-inline:.85rem}.product-info dl>div{grid-template-columns:1fr;gap:.2rem}.steps li{grid-template-columns:40px 1fr}.steps li>svg{display:none}.site-footer{background:var(--background)}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;padding-block:1rem}.footer-brand,.footer-buyers,.footer-about,.footer-contact,.footer-social{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:.75rem}.footer-brand{grid-area:auto/1/auto/-1}.footer-buyers{grid-area:auto/1}.footer-about{grid-area:auto/2}.footer-contact{grid-area:auto/1}.footer-social{grid-area:auto/2}.footer-brand{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.7rem;display:grid}.footer-grid>.footer-brand p{margin:0;font-size:.86rem;line-height:1.42}.site-footer .brand-emblem{width:52px;height:52px}.site-footer .brand-copy strong{font-size:1rem}.site-footer .brand-copy small{font-size:.58rem}.footer-buyers,.footer-about{grid-template-columns:1fr;gap:.25rem;display:grid!important}.footer-grid h2{grid-column:1/-1;margin:0 0 .25rem}.footer-buyers a,.footer-about a{background:var(--surface-muted);min-height:44px;color:var(--text);border-radius:9px;align-items:center;padding:.35rem .45rem;font-size:.82rem;display:flex}.footer-mobile-duplicate{display:flex}.footer-contact{grid-template-columns:1fr;gap:.25rem;display:grid!important}.footer-contact a,.footer-contact span{overflow-wrap:anywhere;align-items:center;min-height:44px;padding-inline:.1rem;font-size:.78rem;display:flex}.footer-contact a{color:var(--text);font-weight:750}.footer-social-links{grid-template-columns:1fr;gap:.35rem}.footer-social-links>a{background:var(--surface-muted);border-radius:10px;padding:.45rem}.footer-social-links small{font-size:.66rem}.footer-bottom{gap:.35rem;padding-block:.85rem 1.15rem;font-size:.75rem;line-height:1.4}.button-row>.button{flex:auto}.hero-stage{min-height:clamp(400px,108vw,440px)}.hero-copy{padding:1rem 1.35rem}.hero-copy .eyebrow{margin-bottom:.5rem;font-size:.7rem}.hero-copy h1{margin-bottom:.65rem;font-size:clamp(2rem,8.4vw,2.48rem);line-height:1.06}.hero-copy>p:not(.eyebrow,.hero-note){font-size:.88rem;line-height:1.32}.hero-copy .button-row{gap:.45rem;margin-top:.7rem;display:grid}.hero-copy .button{min-height:43px}.hero-carousel-controls{pointer-events:none;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:.5rem;display:grid;inset:auto .75rem 1rem}.hero-carousel-arrow{pointer-events:auto;width:44px;height:44px;position:static;transform:none}.hero-carousel-arrow:first-child{justify-self:start}.hero-carousel-arrow:last-child{justify-self:end}.hero-carousel-dots{pointer-events:auto;background:#111418b8;justify-self:center;gap:.18rem;padding:.2rem .42rem;position:static;transform:none;box-shadow:0 3px 14px #0000003d}.hero-carousel-dots button{width:44px;height:44px}.hero-carousel-dots button:before{background:#ffffffad;width:16px;height:4px}.hero-carousel-dots button.active:before{background:#fff;width:18px}.channel-links,.channel-card{width:100%}}@media (max-width:340px){.pagination ol>li:nth-child(2),.pagination ol>li:nth-last-child(2){display:none}.hero-carousel-controls{grid-template-columns:40px minmax(0,1fr) 40px;gap:.25rem;inset-inline:.5rem}.hero-carousel-arrow{width:40px;height:40px}.hero-carousel-dots{gap:.1rem;padding:.15rem .25rem}.hero-carousel-dots button{width:32px;height:40px}}@keyframes horizontal-cue{0%,to{opacity:.58;transform:translate(-2px)}50%{opacity:1;transform:translate(2px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
