:root{color-scheme:light;--font-ui:var(--font-inter),-apple-system,BlinkMacSystemFont,Inter,"Segoe UI",sans-serif;--bg:#ffffff;--surface:#ffffff;--surface-subtle:#f2f4f2;--surface-sunken:#f7f8f7;--text:#172019;--text-2:#59615b;--text-3:#69716b;--ink:#14251d;--ink-hover:#263a30;--brand:#1f6549;--brand-soft:#e8f1eb;--accent:var(--brand);--accent-strong:#174d39;--on-ink:#f8fbf9;--positive:#137548;--success:var(--positive);--hairline:rgba(20,37,29,0.1);--hairline-strong:rgba(20,37,29,0.17);--shadow-1:0 1px 2px rgba(20,37,29,0.06);--shadow-2:0 1px 2px rgba(20,37,29,0.05),0 12px 28px -16px rgba(20,37,29,0.26);--shadow-3:0 2px 6px rgba(20,37,29,0.07),0 24px 60px -20px rgba(20,37,29,0.3);--radius-xs:6px;--radius-ctl:12px;--radius-surface:16px;--radius-large:22px;--radius-pill:999px;--dur-1:140ms;--dur-2:200ms;--dur-3:280ms;--ease:cubic-bezier(0.32,0.72,0,1);--ease-soft:cubic-bezier(0.4,0,0.2,1);--dur:var(--dur-2);--dur-slow:var(--dur-3);--art-light:#e7ece8;--art-mid:#c8d1ca;--art-dark:#68746c;--focus-ring:0 0 0 4px rgba(31,101,73,0.17);--gutter:20px;--measure:1160px}@media (min-width:768px){:root{--gutter:32px}}*,:after,:before{box-sizing:border-box}html{height:100%;scroll-behavior:smooth;-webkit-tap-highlight-color:transparent;scrollbar-color:var(--hairline-strong) transparent}body{margin:0;min-height:100%;font-family:var(--font-ui);font-size:16px;line-height:1.55;color:var(--text);background:var(--bg);text-wrap:pretty;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg{display:block}a{color:inherit;text-decoration:none}button{border:0;background:none;cursor:pointer}button,input,select{font:inherit;color:inherit}dd,dl,figure,h1,h2,h3,p{margin:0}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}::selection{background:var(--brand-soft)}:focus{outline:none}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:var(--radius-xs)}section[id]{scroll-margin-top:92px}h1{font-size:32px;line-height:1.16;letter-spacing:-.024em;font-weight:700}h2{font-size:20px;line-height:1.3;letter-spacing:-.014em;font-weight:650}h3{font-weight:600;letter-spacing:-.01em}.eyebrow{display:block;font-size:12px;font-weight:650;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.origin-chip{margin-left:6px;padding:0 5px;border:1px solid var(--hairline-strong);border-radius:var(--radius-pill);color:var(--text-2);font-weight:700;letter-spacing:.06em;line-height:1.5;vertical-align:1px}.age-chip,.origin-chip{display:inline-flex;align-items:center;font-size:12px}.age-chip{margin-left:7px;padding:1px 6px;border:1px solid;border-radius:var(--radius-pill);color:#8f351f;font-weight:760;letter-spacing:.04em;line-height:1.4}.subtle{color:var(--text-2);font-size:14px;line-height:1.5}.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}.skip-link{position:fixed;top:12px;left:12px;z-index:200;padding:10px 18px;border-radius:var(--radius-ctl);background:var(--surface);color:var(--text);font-weight:600;font-size:14px;box-shadow:var(--shadow-3);transform:translateY(-160%);transition:transform var(--dur-3) var(--ease)}.skip-link:focus-visible{transform:translateY(0)}@keyframes rise{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes panel-in{0%{opacity:0;transform:translate3d(0,-6px,0) scale(.98)}to{opacity:1;transform:none}}@keyframes sheet-in{0%{opacity:0;transform:translate3d(0,22px,0)}to{opacity:1;transform:none}}@keyframes dialog-in{0%{opacity:0;transform:translate(-50%,-48%) scale(.97)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes loading-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{to{transform:rotate(1turn)}}.about-heading,.about-sections,.catalog-section,.category-nav,.error-state,.home-search,.not-found,.product-hero,.search-heading{animation:rise var(--dur-3) var(--ease) both}.category-nav{animation-delay:40ms}.catalog-section{animation-delay:80ms}.product-list>*{animation:rise var(--dur-3) var(--ease) both}.product-list>:first-child{animation-delay:20ms}.product-list>:nth-child(2){animation-delay:45ms}.product-list>:nth-child(3){animation-delay:70ms}.product-list>:nth-child(4){animation-delay:90ms}.product-list>:nth-child(5){animation-delay:105ms}.product-list>:nth-child(n+6){animation-delay:.12s}.page{width:100%;max-width:var(--measure);margin-inline:auto;--page-top:44px;padding:var(--page-top) var(--gutter) 104px}main:focus-visible{outline:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 20px;border:1px solid transparent;border-radius:var(--radius-ctl);background:var(--ink);color:var(--bg);font-size:15px;font-weight:600;letter-spacing:-.005em;white-space:nowrap;cursor:pointer;touch-action:manipulation;transition:background-color var(--dur-1) var(--ease-soft),border-color var(--dur-1) var(--ease-soft),color var(--dur-1) var(--ease-soft),box-shadow var(--dur-2) var(--ease),transform var(--dur-1) var(--ease)}.button:hover{background:var(--ink-hover)}.button:active{transform:scale(.975)}.button:disabled{opacity:.4;cursor:not-allowed}.button svg{flex:none}.button.secondary{background:var(--surface);color:var(--text);border-color:var(--hairline-strong)}.button.secondary:hover{background:var(--surface-subtle);border-color:var(--text-3)}.text-button{min-height:40px;padding:4px 12px;border-radius:var(--radius-ctl);color:var(--text);font-size:14px;font-weight:600;transition:background-color var(--dur-1) var(--ease-soft),transform var(--dur-1) var(--ease)}.text-button:hover{background:var(--surface-subtle)}.text-button:active{transform:scale(.97)}.icon-button{display:grid;place-items:center;width:44px;height:44px;border-radius:var(--radius-ctl);color:var(--text-2);transition:background-color var(--dur-1) var(--ease-soft),color var(--dur-1) var(--ease-soft),transform var(--dur-1) var(--ease)}.icon-button:hover{background:var(--surface-subtle);color:var(--text)}.icon-button:active{transform:scale(.94)}select{appearance:none;-webkit-appearance:none;min-height:44px;padding:0 36px 0 14px;border:1px solid var(--hairline-strong);border-radius:var(--radius-ctl);background-color:var(--surface);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2386868d' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;font-size:15px;cursor:pointer;touch-action:manipulation;transition:border-color var(--dur-1) var(--ease-soft),background-color var(--dur-1) var(--ease-soft),transform var(--dur-1) var(--ease)}select:hover{border-color:var(--text-3)}select:active{transform:scale(.99)}select:disabled{background-color:var(--surface-subtle);color:var(--text-3);border-color:var(--hairline);cursor:not-allowed;opacity:1}.search-box{display:flex;align-items:center;gap:10px;width:min(680px,100%);min-height:52px;padding:0 6px 0 16px;background:var(--surface);border:1px solid var(--hairline-strong);border-radius:var(--radius-ctl);transition:border-color var(--dur-2) var(--ease-soft),box-shadow var(--dur-2) var(--ease-soft)}.search-box:focus-within{border-color:var(--text-3);box-shadow:var(--focus-ring)}.search-box>svg{flex:none;color:var(--text-3);transition:color var(--dur-2) var(--ease-soft)}.search-box:focus-within>svg{color:var(--text)}.search-box input{flex:1;min-width:0;height:44px;border:0;background:none;outline:none;font-size:16px}.search-box input::placeholder{color:var(--text-3)}.search-input-wrap{position:relative;display:flex;flex:1;min-width:0}.search-input-wrap input{width:100%}.search-example{position:absolute;inset:0;display:flex;align-items:center;gap:7px;pointer-events:none;color:var(--text-3);white-space:nowrap;font-size:17px}.search-example-window{min-width:0;overflow:hidden}.search-example-window>span{display:block;overflow:hidden;text-overflow:ellipsis;color:var(--text-2)}.search-guidance{display:flex;align-items:center;justify-content:flex-end;min-height:32px;color:var(--text-3);font-size:12px}.search-guidance button{display:grid;place-items:center;width:44px;height:44px;border-radius:50%}.search-guidance button:hover{background:var(--surface-subtle)}.suggest-heading{padding:10px 12px;color:var(--text-2);font-size:12px}.search-starter-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:0 6px 10px}.search-starter-options button{display:flex;align-items:center;gap:10px;text-align:left;padding:12px;min-height:48px;border-radius:var(--radius-ctl);background:var(--surface-sunken);font-size:13px;transition:background var(--dur-1),transform var(--dur-1)}.search-starter-options button:hover{background:var(--surface-subtle)}.search-starter-options button:active{transform:scale(.98)}.search-starter-options button span{flex:1;min-width:0;overflow-wrap:anywhere}.search-starter-options button svg{flex:none;color:var(--text-3)}.search-starter-tip{padding:10px 12px;border-top:1px solid var(--hairline);font-size:12px;color:var(--text-2)}.search-working{animation:search-breathe .8s ease-in-out infinite alternate}@keyframes search-breathe{to{opacity:.35}}.suggest-row .product-image{width:40px;height:40px;border-radius:var(--radius-ctl);background:var(--surface)}.suggest-all{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 12px;border-top:1px solid var(--hairline);font-size:13px}.suggest-all span{min-width:0;overflow-wrap:anywhere}.suggest-all svg{flex:none}.suggest-all:hover{background:var(--surface-subtle);border-radius:var(--radius-ctl)}.search-box button{display:grid;place-items:center;flex:none;width:44px;height:44px;border-radius:var(--radius-ctl);color:var(--text-3);transition:background-color var(--dur-1) var(--ease-soft),color var(--dur-1) var(--ease-soft),transform var(--dur-1) var(--ease)}.search-box button:hover{background:var(--surface-subtle);color:var(--text)}.search-box button:active{transform:scale(.92)}.search-shell:has(.search-box.large){width:min(620px,100%)}.search-box.large{min-height:60px}.search-box.large input{font-size:17px}.search-box .search-submit{background:var(--ink);color:var(--surface)}.search-box .search-submit:hover{background:var(--ink-hover);color:var(--surface)}.search-box.large{border-radius:var(--radius-large);box-shadow:var(--shadow-2)}.search-shell{position:relative;z-index:5;width:min(680px,100%)}.search-shell .search-box{width:100%}.search-hint{flex:none;display:none;padding:2px 7px;border:1px solid var(--hairline-strong);border-radius:var(--radius-xs);color:var(--text-3);font-family:var(--font-ui);font-size:12px;font-weight:600;line-height:1.4;transition:opacity var(--dur-1) var(--ease-soft)}@media (hover:hover) and (min-width:768px){.search-hint{display:block}}.search-box:focus-within .search-hint{opacity:0}.suggest-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:45;padding:6px;border:1px solid var(--hairline);border-radius:var(--radius-surface);background:var(--surface);box-shadow:var(--shadow-3);transform-origin:top center;text-align:left}.suggest-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;padding:8px 10px;border-radius:var(--radius-ctl);transition:background-color var(--dur-1) var(--ease-soft)}.suggest-row.is-category{grid-template-columns:minmax(0,1fr) auto;padding-left:12px}.suggest-row.is-active{background:var(--surface-subtle)}.suggest-row .product-art{width:40px;height:40px;border-radius:var(--radius-ctl)}.suggest-row .product-art svg{width:30px}.suggest-copy{display:flex;flex-direction:column;min-width:0}.suggest-copy strong{font-size:15px;font-weight:600;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggest-copy small{color:var(--text-3);font-size:12px}.suggest-price{color:var(--text-2);font-size:13px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.suggest-row.is-category svg{color:var(--text-3)}.site-header{position:sticky;top:0;z-index:40;background:color-mix(in srgb,#ffffff 90%,transparent);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);box-shadow:0 1px 0 var(--hairline)}@supports not (backdrop-filter:blur(1px)){.site-header{background:var(--bg)}}.header-inner{width:100%;max-width:var(--measure);margin-inline:auto;min-height:64px;padding:0 var(--gutter);display:flex;align-items:center;gap:28px}.wordmark{order:1;font-size:20px;font-weight:850;letter-spacing:-.045em;white-space:nowrap;transition:opacity var(--dur-1) var(--ease-soft)}.wordmark:hover{opacity:.6}.wordmark span{color:var(--brand)}.wordmark.small{font-size:16px}.header-search{order:2;flex:1 1 180px;min-width:0;max-width:420px}.header-search .search-shell{width:100%}.header-search .search-box{min-height:44px;padding:0 4px 0 14px;border-radius:var(--radius-pill)}.header-search .search-box input{height:40px;font-size:14px}.header-search .search-box button{width:36px;height:36px}.header-search .search-hint{display:none}@media (max-width:767px){.header-search{display:none}}.main-nav{order:3;display:flex;align-items:center;align-self:stretch;gap:28px;margin-left:8px}.main-nav a{position:relative;display:inline-flex;align-items:center;min-height:44px;padding:0 1px;white-space:nowrap;color:var(--text-2);font-size:14px;font-weight:560;transition:color var(--dur-1) var(--ease-soft),opacity var(--dur-1) var(--ease-soft)}.main-nav a:after{position:absolute;right:0;bottom:0;left:0;height:2px;border-radius:2px 2px 0 0;background:var(--ink);content:"";opacity:0;transform:scaleX(.55);transition:opacity var(--dur-2) var(--ease-soft),transform var(--dur-2) var(--ease)}.main-nav a:hover{color:var(--text)}.main-nav a:active{opacity:.58}.main-nav a[aria-current=page]{color:var(--text)}.main-nav a[aria-current=page]:after{opacity:1;transform:scaleX(1)}.main-menu{display:none}.header-actions{order:4;display:flex;align-items:center;gap:10px;margin-left:auto;min-width:0}.dept-bar{width:100%;max-width:var(--measure);margin-inline:auto;padding:0 var(--gutter) 8px}.dept-bar nav{display:flex;align-items:center;flex-wrap:nowrap;column-gap:2px;min-width:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-padding-inline:var(--gutter);-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 40px),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 40px),transparent)}.dept-bar nav::-webkit-scrollbar{display:none}.dept-bar nav a{flex:none;padding:8px 12px;border-radius:var(--radius-ctl);color:var(--text-2);font-size:13px;font-weight:550;white-space:nowrap;transition:color var(--dur-1) var(--ease-soft),background-color var(--dur-1) var(--ease-soft)}.dept-bar nav a:hover{color:var(--text);background:var(--surface-subtle)}.dept-bar nav a.dept-all{margin-left:6px;border-left:1px solid var(--hairline-strong);border-radius:0 var(--radius-ctl) var(--radius-ctl) 0;color:var(--text);font-weight:650}@media (max-width:767px){.dept-bar{padding-bottom:6px}.main-nav{display:none}.header-actions{order:3;margin-left:auto}.main-menu{position:relative;order:4;display:block}.main-menu>summary{display:grid;place-items:center;width:40px;height:40px;border:1px solid transparent;border-radius:var(--radius-pill);background:var(--surface);transition:background-color var(--dur-1) var(--ease-soft),border-color var(--dur-1) var(--ease-soft),transform var(--dur-1) var(--ease)}.main-menu>summary:hover,.main-menu[open]>summary{border-color:var(--hairline);background:var(--surface-subtle)}.main-menu>summary:active{transform:scale(.95)}.main-menu-close,.main-menu[open] .main-menu-open{display:none}.main-menu[open] .main-menu-close{display:block}.main-menu-panel{position:absolute;top:calc(100% + 8px);right:0;z-index:55;width:min(292px,calc(100vw - 2 * var(--gutter)));padding:6px 14px;border:1px solid var(--hairline);border-radius:var(--radius-large);background:var(--surface);box-shadow:0 18px 48px -24px rgba(20,37,29,.34),var(--shadow-1);transform-origin:top right;animation:panel-in var(--dur-3) var(--ease) both}.main-menu-panel nav{display:flex;flex-direction:column}.main-menu-panel nav a{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 2px;border-bottom:1px solid var(--hairline);color:var(--text-2);font-size:15px;font-weight:560;transition:color var(--dur-1) var(--ease-soft),padding var(--dur-2) var(--ease)}.main-menu-panel nav a:last-child{border-bottom:0}.main-menu-panel nav a:hover{padding-left:6px;color:var(--text)}.main-menu-panel nav a[aria-current=page]{color:var(--text);font-weight:680}}.demo-badge{padding:5px 11px;border:1px solid var(--hairline);border-radius:var(--radius-pill);color:var(--text-3);font-size:12px;font-weight:600;white-space:nowrap}.loc-menu{position:relative}.loc-trigger{display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 12px;border:1px solid var(--hairline-strong);border-radius:var(--radius-pill);background:var(--surface);color:var(--text);font-size:13px;font-weight:600;white-space:nowrap;transition:background-color var(--dur-1) var(--ease-soft),border-color var(--dur-1) var(--ease-soft),transform var(--dur-1) var(--ease)}.loc-trigger:hover{border-color:var(--text-3)}.loc-trigger:active{transform:scale(.97)}.loc-trigger>svg:first-child{color:var(--text-3);flex:none}.loc-trigger .loc-code{display:none}.loc-trigger .loc-caret{flex:none;color:var(--text-3);transition:transform var(--dur-2) var(--ease)}.loc-menu[open] .loc-trigger{background:var(--surface-subtle)}.loc-menu[open] .loc-caret{transform:rotate(180deg)}.loc-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:50;width:288px;padding:8px;border:1px solid var(--hairline);border-radius:var(--radius-surface);background:var(--surface);box-shadow:var(--shadow-3);transform-origin:top right;animation:panel-in var(--dur-3) var(--ease) both}.loc-title{padding:6px 10px 8px;font-size:12px;font-weight:650;letter-spacing:.06em;text-transform:uppercase;color:var(--text-3)}.loc-rows{display:flex;flex-direction:column;border-radius:12px;background:var(--surface-sunken);overflow:hidden}.loc-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:0 4px 0 12px;border-bottom:1px solid var(--hairline)}.loc-row:last-child{border-bottom:0}.loc-row>label{font-size:14px;color:var(--text-2);white-space:nowrap}.loc-row select{min-height:36px;max-width:62%;padding:0 26px 0 8px;border:0;border-radius:var(--radius-ctl);background-color:transparent;background-position:right 6px center;font-size:14px;font-weight:600;text-align:right;text-align-last:right}.loc-row select:hover{background-color:var(--surface-subtle)}.loc-row select:disabled{background-color:transparent;color:var(--text-3);font-weight:500}.loc-panel .button{width:100%;min-height:40px;margin-top:8px;font-size:14px}.loc-panel .loc-hint{padding:8px 10px 2px;color:var(--text-3);font-size:12px;line-height:1.45}.site-footer{margin-top:48px;border-top:0;background:var(--ink);color:rgba(248,251,249,.72);font-size:14px}.site-footer>div{padding:28px var(--gutter)}.site-footer>div,.site-footer>nav{width:100%;max-width:var(--measure);margin-inline:auto;display:flex;align-items:center;flex-wrap:wrap;gap:8px 26px}.site-footer>nav{padding:0 var(--gutter) 20px}.site-footer>div:last-child{padding-bottom:36px;border-top:1px solid rgba(248,251,249,.12);margin-top:4px;padding-top:20px;color:rgba(248,251,249,.52);font-size:13px;gap:6px 26px}.site-footer>div:first-child span{color:rgba(248,251,249,.58)}.site-footer .wordmark{color:var(--on-ink)}.site-footer .wordmark span{color:#62bd8f}.site-footer a{transition:color var(--dur-1) var(--ease-soft)}.site-footer a:hover{color:var(--on-ink)}.home-hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(32px,5vw,80px);padding:72px 0 88px}.home-hero.without-discovery{grid-template-columns:1fr}.home-search{position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:0;max-width:580px;padding:0}.home-search h1{font-size:clamp(40px,4.6vw,60px);line-height:1.07;letter-spacing:-.038em;max-width:22ch}.home-search h1>span{color:var(--brand)}.home-search>p{margin-top:22px;font-size:17px;color:var(--text-2);max-width:43ch;line-height:1.65}.home-search .search-shell{margin-top:26px}.home-shortcuts{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;font-size:12px}.home-shortcuts>span{margin-right:4px;color:var(--text-3);font-size:13px}.home-shortcuts a{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:0 15px;border:1px solid var(--hairline);border-radius:var(--radius-pill);background:var(--surface);color:var(--text);font-size:13px;font-weight:550;transition:border-color var(--dur-1) var(--ease-soft),background-color var(--dur-1) var(--ease-soft)}.home-shortcuts a svg{display:none}.home-shortcuts a:hover{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.hero-gap,.home-discovery{min-width:0;width:100%;max-width:480px;justify-self:end;padding:22px 24px 16px;border:1px solid var(--hairline);border-radius:var(--radius-surface);background:var(--surface-sunken);box-shadow:var(--shadow-1)}.discovery-caption{display:flex;justify-content:space-between;gap:12px;color:var(--text-2);font-size:12px}.discovery-caption>span:first-child{font-weight:600}.discovery-caption>span:first-child,.discovery-total{display:inline-flex;align-items:center;gap:6px}.discovery-query{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:48px;margin-top:16px;padding:0 12px 0 14px;border:1px solid var(--hairline-strong);border-radius:var(--radius-surface);background:var(--surface);box-shadow:var(--shadow-1);transition:border-color var(--dur-2) var(--ease-soft),box-shadow var(--dur-2) var(--ease-soft)}.discovery-query:hover{border-color:var(--text-3);box-shadow:var(--shadow-2)}.discovery-query svg{color:var(--text-3)}.discovery-query strong{overflow:hidden;font-size:13px;font-weight:570;text-overflow:ellipsis;white-space:nowrap}.discovery-query kbd{display:grid;place-items:center;width:26px;height:26px;border-radius:var(--radius-ctl);background:var(--ink);color:var(--surface);font:inherit;font-size:12px;transition:transform var(--dur-2) var(--ease)}.discovery-query:hover kbd{transform:translateX(1px)}.discovery-reading{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin:0;padding:12px 2px 10px;color:var(--text-2);font-size:12px;font-weight:550}.discovery-reading svg{margin-right:2px;color:var(--success)}@keyframes discovery-swap{0%{opacity:0;transform:translate3d(0,4px,0)}to{opacity:1;transform:none}}.discovery-panel{animation:discovery-swap .18s var(--ease) both}@media (prefers-reduced-motion:reduce){.discovery-panel{animation:none}}.home-search h1{max-width:14ch}.home-search>p{max-width:54ch}.home-editorial .section-heading span,.magazine-heading>p,.story-boundary>div>span,.story-hero>div:first-child>span,.story-principles>div>span,.story-search>div>span,.story-section-heading>span,.story-statement>span{display:block;margin:0 0 16px;color:currentColor;opacity:.58;font-size:12px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.editorial-action,.story-link{display:inline-flex;align-items:center;gap:8px;margin-top:28px;font-size:14px;font-weight:650}.editorial-action svg,.home-editorial-list>a>svg,.magazine-arrow,.story-link svg{transition:transform var(--dur-2) var(--ease)}.home-editorial-list>a:hover>svg,.magazine-lead:hover .editorial-action svg,.magazine-list>a:hover .magazine-arrow,.story-link:hover svg{transform:translateX(3px)}.home-editorial{margin:clamp(72px,9vw,112px) 0 64px}.home-editorial .section-heading{align-items:end;margin-bottom:18px}.home-editorial .section-heading span{margin-bottom:10px}.home-editorial .section-heading h2{font-size:clamp(28px,3vw,40px);letter-spacing:-.035em}.home-editorial .section-heading>a{min-height:44px;display:inline-flex;align-items:center;font-size:14px;font-weight:600}.home-editorial-list{border-top:1px solid var(--hairline-strong)}.home-editorial-list>a{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:24px;align-items:start;padding:26px 4px;border-bottom:1px solid var(--hairline);transition:padding var(--dur-2) var(--ease),background-color var(--dur-1) var(--ease-soft)}.home-editorial-list>a:hover{padding-inline:12px;background:var(--surface-sunken)}.home-editorial-list>a>span,.magazine-index{color:var(--text-3);font-size:12px;font-variant-numeric:tabular-nums}.editorial-meta,.home-editorial-list small{color:var(--text-3);font-size:12px;font-weight:600}.home-editorial-list h3{margin-top:5px;font-size:19px;letter-spacing:-.02em}.home-editorial-list p{max-width:70ch;margin-top:6px;color:var(--text-2);font-size:14px}.home-editorial-list>a>svg{margin-top:18px}.article-page,.magazine-page,.story-page{padding-top:clamp(48px,7vw,96px)}.story-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:clamp(48px,8vw,120px);align-items:end;padding-bottom:clamp(64px,9vw,120px)}.story-hero h1{max-width:12ch;font-size:clamp(44px,6vw,76px);line-height:.98;letter-spacing:-.055em}.story-hero-copy p{color:var(--text-2);font-size:18px;line-height:1.65}.story-link{padding-bottom:5px;border-bottom:1px solid var(--text)}.story-statement{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:32px 72px;padding:clamp(48px,8vw,96px) 0;border-block:1px solid var(--hairline-strong)}.story-statement>span{grid-row:1/span 2}.story-statement h2{max-width:16ch;font-size:clamp(34px,4.5vw,58px);line-height:1.05;letter-spacing:-.045em}.story-statement p{max-width:56ch;color:var(--text-2);font-size:17px;line-height:1.7}.story-process{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:clamp(40px,8vw,112px);padding:clamp(72px,10vw,128px) 0}.story-boundary h2,.story-principles h2,.story-search h2,.story-section-heading h2{font-size:clamp(28px,3.4vw,44px);line-height:1.08;letter-spacing:-.04em}.story-principles ul,.story-process ol{list-style:none;margin:0;padding:0}.story-process li{display:grid;grid-template-columns:38px minmax(0,1fr);gap:18px;padding:24px 0 30px;border-top:1px solid var(--hairline-strong)}.story-process li>span{color:var(--text-3);font-size:12px}.story-process h3{font-size:20px;letter-spacing:-.02em}.story-process p{max-width:60ch;margin-top:8px;color:var(--text-2);line-height:1.65}.story-principles{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:clamp(40px,8vw,112px);padding:clamp(48px,7vw,80px);border-radius:var(--radius-large);background:var(--surface-subtle)}.story-principles h2{max-width:12ch}.story-principles li{display:grid;grid-template-columns:20px minmax(0,1fr);gap:12px;padding:18px 0;border-top:1px solid var(--hairline)}.story-principles li svg{margin-top:3px;color:var(--positive)}.story-principles li p{color:var(--text-2);line-height:1.6}.story-principles li strong{color:var(--text)}.story-boundary{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:clamp(40px,8vw,112px);margin:clamp(72px,10vw,128px) 0;padding:clamp(44px,6vw,72px);border-radius:var(--radius-large);background:var(--ink);color:var(--surface)}.story-boundary h2{max-width:15ch}.story-boundary>p{align-self:end;color:rgba(255,255,255,.68);font-size:16px;line-height:1.7}.story-boundary a{color:var(--surface);text-decoration:underline;text-underline-offset:3px}.story-search{max-width:760px;margin-bottom:48px}.story-search>div{margin-bottom:22px}.story-search .search-shell{width:min(640px,100%)}.story-search>p{margin-top:14px;color:var(--text-2);font-size:14px}.story-search>p a{color:var(--text);font-weight:600;text-decoration:underline;text-underline-offset:3px}.magazine-heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:32px 88px;align-items:end;padding-bottom:clamp(48px,7vw,88px)}.magazine-heading>p{grid-column:1/-1;margin-bottom:-6px}.magazine-heading h1{max-width:13ch;font-size:clamp(44px,6vw,74px);line-height:.98;letter-spacing:-.055em}.magazine-heading>div{max-width:42ch;color:var(--text-2);font-size:17px;line-height:1.7}.magazine-lead{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:clamp(40px,7vw,96px);align-items:center;padding:clamp(32px,5vw,64px);border-radius:var(--radius-large);background:var(--surface-subtle)}.magazine-lead-mark{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:280px;padding:20px;border-radius:var(--radius-surface);overflow:hidden;background:var(--ink);color:var(--surface)}.magazine-lead-mark span{font-size:12px;opacity:.6}.magazine-lead-mark strong{font-size:clamp(120px,18vw,220px);font-weight:500;line-height:.68;letter-spacing:-.09em;transform:translate(10px,12px)}.magazine-lead h2{max-width:16ch;margin-top:12px;font-size:clamp(30px,4vw,48px);line-height:1.06;letter-spacing:-.045em}.magazine-lead p{max-width:56ch;margin-top:16px;color:var(--text-2);font-size:16px;line-height:1.65}.magazine-list{margin-top:clamp(56px,8vw,96px);border-top:1px solid var(--hairline-strong)}.magazine-list>a{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:24px;padding:34px 4px;border-bottom:1px solid var(--hairline)}.magazine-list h2{margin-top:6px;font-size:clamp(22px,2.5vw,32px);letter-spacing:-.03em}.magazine-list p{max-width:66ch;margin-top:10px;color:var(--text-2)}.magazine-arrow{align-self:center}.article-page{max-width:var(--measure)}.article-back{display:inline-flex;align-items:center;gap:7px;min-height:44px;color:var(--text-2);font-size:14px;font-weight:600}.article-heading{max-width:930px;padding:36px 0 clamp(56px,8vw,104px)}.article-heading h1{max-width:18ch;margin-top:14px;font-size:clamp(42px,6vw,72px);line-height:1;letter-spacing:-.052em}.article-heading p{max-width:62ch;margin-top:24px;color:var(--text-2);font-size:19px;line-height:1.65}.merchant-list{max-width:760px;margin-top:8px;padding:0;list-style:none}.merchant-list li+li{border-top:1px solid var(--hairline)}.merchant-list a{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2px 16px;padding:14px 0;font-size:16px}.merchant-list a strong{font-weight:600}.merchant-list a .subtle{grid-column:1;color:var(--text-3);font-size:13px}.merchant-list a>span:last-child{grid-column:2;grid-row:1;color:var(--text-3);font-size:13px;font-variant-numeric:tabular-nums}.merchant-heading{max-width:760px;padding:36px 0 clamp(32px,5vw,56px)}.merchant-heading h1{margin-top:12px;font-size:clamp(34px,5vw,56px);line-height:1.05;letter-spacing:-.045em}.merchant-answer{max-width:60ch;margin-top:18px;color:var(--text-2);font-size:17px;line-height:1.6}.merchant-answer time{color:var(--text-3);font-variant-numeric:tabular-nums}.merchant-facts{padding:28px 0;border-top:1px solid var(--hairline-strong)}.merchant-departments h2,.merchant-facts h2{font-size:12px;font-weight:650;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3)}.merchant-facts dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:22px 32px;margin-top:20px;max-width:900px}.merchant-facts dt{color:var(--text-3);font-size:13px;line-height:1.4}.merchant-facts dd{margin-top:5px;font-size:clamp(22px,3vw,28px);font-weight:600;letter-spacing:-.025em;line-height:1.15}.merchant-facts dd span{display:block;margin-top:5px;color:var(--text-3);font-size:13px;font-weight:400;letter-spacing:0;line-height:1.45}.merchant-facts .subtle{max-width:68ch;margin-top:22px;color:var(--text-3);font-size:13px;line-height:1.6}.merchant-departments{padding:28px 0;border-top:1px solid var(--hairline)}.merchant-departments ul{max-width:760px;margin-top:14px;padding:0;list-style:none}.merchant-departments li+li{border-top:1px solid var(--hairline)}.merchant-departments a{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:baseline;gap:16px;padding:13px 0;font-size:16px}.merchant-departments a span{color:var(--text-3);font-variant-numeric:tabular-nums}.merchant-boundary,.merchant-departments a svg{color:var(--text-3)}.merchant-boundary{max-width:68ch;padding:24px 0 8px;border-top:1px solid var(--hairline);font-size:14px;line-height:1.65}.brand-departments{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.brand-departments a{display:inline-flex;align-items:baseline;gap:7px;padding:7px 13px;border:1px solid var(--hairline);border-radius:999px;color:var(--text);font-size:13px;font-weight:600;line-height:1.2;transition:border-color .16s ease}.brand-departments a:hover{border-color:var(--hairline-strong)}.brand-departments a span{color:var(--text-3);font-weight:400;font-variant-numeric:tabular-nums}@media (prefers-reduced-motion:reduce){.brand-departments a{transition:none}}.product-answer{max-width:56ch;margin-top:14px;color:var(--text-2);font-size:14px;line-height:1.6}.product-answer time{color:var(--text-3);font-variant-numeric:tabular-nums}.article-heading .article-byline{max-width:62ch;margin-top:28px;padding-top:18px;border-top:1px solid var(--hairline)}.article-heading .article-byline p{display:flex;flex-wrap:wrap;align-items:baseline;gap:2px 12px;max-width:none;margin-top:0;color:var(--text);font-size:13px;font-weight:600;line-height:1.6}.article-heading .article-byline p+p{margin-top:2px}.article-heading .article-byline .subtle{color:var(--text-3);font-weight:400}.article-heading .article-byline time{color:var(--text-3);font-weight:400;font-variant-numeric:tabular-nums}.article-layout{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:clamp(48px,9vw,132px);align-items:start}.article-layout>aside{position:sticky;top:140px;padding-top:18px;border-top:2px solid var(--text)}.article-layout>aside>span,.article-related>span{color:var(--text-3);font-size:12px;font-weight:650;text-transform:uppercase;letter-spacing:.08em}.article-layout>aside p{margin-top:12px;font-size:17px;font-weight:600;line-height:1.55}.article-layout article{max-width:720px}.article-layout article section{padding:0 0 52px}.article-layout article h2{margin-bottom:16px;font-size:clamp(25px,3vw,34px);line-height:1.18;letter-spacing:-.03em}.article-layout article p{margin-bottom:17px;color:var(--text-2);font-size:17px;line-height:1.78}.article-related{margin-top:36px;padding:36px 0;border-top:1px solid var(--hairline-strong)}.article-related ul{max-width:760px;margin-top:14px;list-style:none;padding:0}.article-related li+li{border-top:1px solid var(--hairline)}.article-related a{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:4px 20px;padding:16px 0}.article-related a strong{font-size:clamp(18px,2vw,21px);font-weight:600;line-height:1.3;letter-spacing:-.02em}.article-related a span{grid-column:1;color:var(--text-3);font-size:14px;line-height:1.5}.article-related a svg{grid-column:2;grid-row:1;color:var(--text-3);transition:transform .18s ease}.article-related a:hover svg{transform:translateX(3px)}@media (prefers-reduced-motion:reduce){.article-related a svg{transition:none}.article-related a:hover svg{transform:none}}.legal-page .about-heading{max-width:780px}.policy-page{max-width:1180px;padding-top:clamp(48px,8vw,104px)}.policy-hero{max-width:820px;margin-bottom:56px}.policy-hero h1{max-width:16ch;margin:12px 0 18px;font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.055em}.policy-hero>p{max-width:62ch;margin:0;color:var(--text-2);font-size:clamp(18px,2vw,22px);line-height:1.5}.policy-date{display:block;margin-top:20px;color:var(--text-3);font-size:12px}.draft-banner{max-width:68ch;margin-top:24px;padding:14px 16px;border:1px solid #e5c99f;border-radius:var(--radius-medium);background:#fff9ee;color:#6f4612;font-size:13px;line-height:1.55}.policy-layout{display:grid;grid-template-columns:220px minmax(0,700px);gap:clamp(48px,8vw,104px);align-items:start}.policy-layout>aside{position:sticky;top:132px}.policy-layout>aside>span{color:var(--text-3);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.policy-layout>aside nav{display:grid;gap:4px;margin-top:12px}.policy-layout>aside a{min-height:40px;display:flex;align-items:center;padding:0 10px;margin-left:-10px;border-radius:var(--radius-ctl);color:var(--text-2);font-size:14px;transition:color var(--dur-1),background var(--dur-1)}.policy-layout>aside a:hover{color:var(--text-1);background:var(--surface-sunken)}.policy-content{min-width:0}.policy-content section{padding:0 0 40px;margin:0 0 40px;border-bottom:1px solid var(--hairline)}.policy-content section:last-child{border-bottom:0}.policy-content h2{margin:0 0 15px;font-size:25px;letter-spacing:-.025em}.policy-content h3{margin:26px 0 8px;font-size:17px}.policy-content li,.policy-content p{max-width:68ch;color:var(--text-2);font-size:16px;line-height:1.75}.policy-content a{color:var(--accent)}.policy-content a,.ranking-link{text-decoration:underline;text-underline-offset:3px}.ranking-link{min-height:44px;display:inline-flex;align-items:center;color:var(--text-2);font-size:13px}.compliance-form{display:grid;gap:22px;padding:28px;border:1px solid var(--hairline);border-radius:var(--radius-large);background:var(--surface);box-shadow:var(--shadow-1)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field label{font-size:14px;font-weight:650;color:var(--text-1)}.field input,.field select,.field textarea{width:100%;min-height:46px;padding:11px 13px;border:1px solid var(--hairline-strong);border-radius:var(--radius-ctl);background:var(--surface);color:var(--text-1);font:inherit;font-size:16px;transition:border-color var(--dur-1),box-shadow var(--dur-1)}.field textarea{min-height:160px;resize:vertical;line-height:1.5}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 16%,transparent)}.field small,.form-privacy{color:var(--text-3);font-size:12px;line-height:1.5}.form-error{color:#a12e24;font-size:14px}.form-success{padding:24px;border:1px solid #aad5bb;border-radius:var(--radius-large);background:#f2fbf5}.form-success p{margin-bottom:0}@media (max-width:760px){.policy-hero{margin-bottom:36px}.policy-layout{grid-template-columns:1fr;gap:36px}.policy-layout>aside{position:static}.policy-layout>aside nav{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid{grid-template-columns:1fr}.compliance-form{padding:20px}}.legal-layout{display:grid;grid-template-columns:190px minmax(0,700px);gap:clamp(48px,8vw,112px);align-items:start;margin-top:28px}.legal-page .about-sections{margin-top:0}.legal-toc{position:sticky;top:132px;display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding-top:20px;border-top:1px solid var(--hairline-strong)}.legal-toc>span{margin-bottom:8px;color:var(--text-3);font-size:12px;font-weight:650;text-transform:uppercase;letter-spacing:.08em}.legal-toc a{min-height:36px;display:inline-flex;align-items:center;color:var(--text-2);font-size:13px;transition:color var(--dur-1) var(--ease-soft)}.legal-toc a:hover{color:var(--text)}.legal-page .about-sections section{scroll-margin-top:140px}@media (max-width:767px){.article-layout,.legal-layout,.magazine-heading,.magazine-lead,.story-boundary,.story-hero,.story-principles,.story-process,.story-statement{grid-template-columns:1fr}.magazine-lead,.story-boundary,.story-principles{padding:28px 24px}.home-editorial-list>a{grid-template-columns:28px minmax(0,1fr);gap:14px}.home-editorial-list>a>svg{display:none}.story-hero{gap:28px}.article-heading h1,.magazine-heading h1,.story-hero h1{font-size:clamp(39px,12vw,54px)}.story-statement>span{grid-row:auto}.story-process,.story-statement{gap:32px}.story-boundary,.story-principles{gap:36px}.magazine-heading{gap:22px}.magazine-heading>p{grid-column:auto;margin-bottom:0}.magazine-lead{gap:30px}.magazine-lead-mark{min-height:210px}.magazine-list>a{grid-template-columns:32px minmax(0,1fr);gap:14px}.magazine-list .magazine-arrow{display:none}.article-layout>aside,.legal-toc{position:static}.legal-toc{display:flex;flex-direction:row;flex-wrap:nowrap;gap:16px;overflow-x:auto;padding-bottom:10px;scrollbar-width:none}.legal-toc>span{display:none}.legal-toc a{flex:none}}.discovery-product{display:grid;grid-template-columns:minmax(118px,.72fr) minmax(0,1fr);align-items:center;gap:18px;padding:12px 16px 12px 10px;border:1px solid transparent;border-radius:14px;background:var(--surface);transition:background var(--dur-2) var(--ease-soft),border-color var(--dur-2) var(--ease-soft),transform var(--dur-2) var(--ease)}.discovery-product:hover{border-color:var(--hairline-strong);background:var(--surface);transform:translateY(-1px)}.discovery-art{height:142px;display:grid;place-items:center}.discovery-art .product-art,.discovery-art .product-image{width:100%;height:100%;background:transparent;border:0;border-radius:0}.discovery-art .product-image .product-photo{object-fit:contain;padding:10px;max-height:142px;min-height:0}.discovery-art .product-art svg{width:150px;max-width:100%;height:100%}.discovery-details{padding:8px 0}.discovery-details h2{font-size:18px;letter-spacing:-.025em;line-height:1.3;margin:7px 0 10px;height:2.6em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.discovery-price{display:flex;align-items:baseline;gap:8px}.discovery-price strong{font-size:22px;letter-spacing:-.035em;font-variant-numeric:tabular-nums}.discovery-price>span{color:var(--text-2);font-size:12px}.discovery-price-label{order:-1}.discovery-action{display:flex;justify-content:space-between;align-items:center;color:var(--text-2);font-size:12px;margin-top:10px}.discovery-action svg{color:var(--text);transition:transform var(--dur-2) var(--ease)}.discovery-product:hover .discovery-action svg{transform:translate(2px,-2px)}.discovery-tabs{display:flex;gap:4px;margin-top:8px;padding-top:10px;border-top:1px solid var(--hairline)}.discovery-tabs button{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;min-width:0;padding:10px 7px;border-radius:var(--radius-ctl);font-size:12px;min-height:44px;color:var(--text-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.discovery-tabs button[aria-selected=true]{color:var(--text)}.discovery-tab-selection{position:absolute;inset:0;border-radius:12px;background:var(--brand-soft);box-shadow:var(--shadow-1)}.discovery-tab-label{position:relative;display:-webkit-box;width:100%;overflow:hidden;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.25;text-wrap:balance}.discovery-thumb{position:relative;width:44px;height:36px}.discovery-thumb .product-art,.discovery-thumb .product-image{width:44px;height:36px;background:transparent;border-radius:var(--radius-xs)}.discovery-thumb .product-image .product-photo{max-height:36px}.discovery-thumb svg{max-width:40px;max-height:36px}.discovery-art .product-image{transition:transform .24s var(--ease)}.discovery-trust{display:flex;justify-content:center;flex-wrap:wrap;gap:4px 7px;margin-top:10px;padding:10px 2px 0;border-top:1px solid var(--hairline);color:var(--text-3);font-size:11px}@media (hover:hover) and (prefers-reduced-motion:no-preference){.discovery-product:hover .discovery-art .product-image{transform:scale(1.035)}}.search-box.large:focus-within{border-color:var(--text-2);box-shadow:0 0 0 4px var(--surface-subtle),var(--shadow-2)}@media (prefers-reduced-motion:reduce){.search-working{animation:none}}@media (max-width:900px){.home-hero{gap:24px}.hero-gap,.home-discovery{padding-inline:18px}.discovery-caption>span:last-child{display:none}}@media (max-width:820px){.home-hero{grid-template-columns:1fr;gap:28px}.hero-gap,.home-discovery,.home-search{width:100%;max-width:none}.home-search .search-shell:has(.search-box.large){width:100%}}@media (max-width:640px){.home-hero{grid-template-columns:1fr;gap:8px;padding-top:8px;padding-bottom:24px}.hero-gap,.home-discovery{padding:16px;border-radius:var(--radius-large)}.discovery-product{display:grid;grid-template-columns:100px minmax(0,1fr);gap:18px;align-items:center}.discovery-art{height:130px}.discovery-art .product-image .product-photo{padding:0;max-height:130px}.discovery-details{padding-block:12px}.discovery-details h2{font-size:16px;margin-block:4px 8px}.discovery-price strong{font-size:18px}.discovery-price{flex-wrap:wrap;gap:2px 8px}.discovery-tabs{padding-top:8px}}.category-nav{position:relative;z-index:1;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;justify-content:flex-start;padding:6px var(--gutter) 56px;margin-inline:calc(var(--gutter) * -1);scroll-padding-inline:var(--gutter)}.category-nav::-webkit-scrollbar{display:none}.category-nav a{flex:0 0 auto;display:inline-flex;align-items:center;min-height:44px;padding:8px 15px;border:1px solid var(--hairline);border-radius:var(--radius-pill);background:var(--surface);color:var(--text-2);font-size:14px;font-weight:500;transition:color var(--dur-1) var(--ease-soft),background-color var(--dur-1) var(--ease-soft),border-color var(--dur-1) var(--ease-soft),transform var(--dur-1) var(--ease)}.category-nav a:hover{color:var(--text);border-color:var(--text-3)}.category-nav a:active{transform:scale(.97)}.category-nav a.active,.category-nav a.selected{background:var(--ink);border-color:var(--ink);color:var(--bg);font-weight:600}@media (min-width:768px){.category-nav{flex-wrap:wrap;justify-content:center;overflow:visible}}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:4px 16px;margin-bottom:6px}.section-heading>.subtle{white-space:nowrap}.section-heading h2{margin-bottom:2px}.section-heading p.subtle{margin-top:3px}.catalog-section .section-heading>.subtle{font-variant-numeric:tabular-nums;padding-bottom:3px}.catalog-section{padding-top:8px}.product-list{display:flex;flex-direction:column;margin-top:12px}.product-row{position:relative;display:grid;grid-template-columns:76px minmax(0,1fr) auto 18px;gap:20px;align-items:center;padding:16px 14px;margin-inline:-14px;border-radius:var(--radius-surface);transition:background-color var(--dur-2) var(--ease-soft),transform var(--dur-2) var(--ease)}.product-list.is-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(232px,1fr));gap:24px 16px;margin-inline:0}.is-grid .product-row{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto 1fr;gap:12px;align-content:start;padding:14px;margin-inline:0}.is-grid .product-row:after{display:none}.is-grid .product-art,.is-grid .product-image{width:100%;height:192px}.is-grid .product-image .product-photo{object-fit:contain;padding:20px;background:var(--surface)}.is-grid .product-art svg{width:76px}.is-grid .product-copy .eyebrow,.is-grid .product-copy>p,.is-grid .row-chevron{display:none}.is-grid .product-copy h3{font-size:15px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.is-grid .product-copy .subtle{display:block;margin-top:6px}.is-grid .product-price{align-self:end;flex-direction:row;align-items:baseline;gap:6px;text-align:left;flex-wrap:wrap}.is-grid .product-price strong{font-size:19px}@media (max-width:620px){.product-list.is-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.is-grid .product-row{gap:10px;padding:10px}.is-grid .product-art,.is-grid .product-image{height:140px}.is-grid .product-copy h3{font-size:14px}.is-grid .product-price strong{font-size:17px}}.product-row:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:1px;background:var(--hairline);transition:opacity var(--dur-2) var(--ease-soft)}.product-row:last-child:after{display:none}.product-row:hover{background:var(--surface-subtle)}.is-grid .product-row:hover{transform:translateY(-2px);box-shadow:var(--shadow-1)}.product-row:hover+.product-row:after,.product-row:hover:after{opacity:0}.product-row:active{transform:scale(.995)}.product-art{width:76px;height:76px;flex:none;border-radius:var(--radius-surface);background:var(--surface-subtle);display:grid;place-items:center;overflow:hidden;transition:transform var(--dur-3) var(--ease)}.product-row:hover .product-art{background:var(--surface)}.product-art svg{width:60px;height:auto}.product-art.art-large{width:100%;height:auto;background:none;padding:0;overflow:visible}.product-art.art-large svg{width:min(340px,86%)}.product-image{position:relative;width:76px;height:76px;flex:none;border-radius:var(--radius-surface);background:var(--surface-subtle);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image:not(.art-large)>.product-image-pending{position:absolute;inset:0;border-radius:inherit;background:var(--surface-subtle)}.product-image .product-photo{width:100%;height:100%;object-fit:contain;display:block}.product-image:not(.art-large) .product-photo{position:relative;z-index:1;opacity:0;transition:opacity var(--dur-2) var(--ease-soft)}.product-image:not(.art-large) .product-photo.is-loaded{opacity:1}.product-image.art-large{width:100%;height:auto;background:none;display:block}.product-image.art-large .product-photo{width:min(340px,86%);height:auto;object-fit:contain;border-radius:12px;margin:0 auto;background:#fff}.product-copy{min-width:0}.product-copy .eyebrow{font-size:12px;margin-bottom:3px}.product-copy h3{font-size:17px;line-height:1.35;overflow-wrap:anywhere}.product-copy>p{margin:4px 0 6px;color:var(--text-2);font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-copy mark{padding:1px 4px;border-radius:var(--radius-xs);background:color-mix(in srgb,var(--accent) 9%,transparent);color:var(--text);font-weight:650}.product-copy .subtle{font-size:13px;color:var(--text-3)}.product-price{display:flex;flex-direction:column;align-items:flex-end;gap:0;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.price-note,.product-price .subtle{font-size:12px;color:var(--text-3)}.price-note{white-space:nowrap}.product-price strong{font-size:21px;font-weight:700;letter-spacing:-.015em}.row-chevron{flex:none;color:var(--text-3);opacity:.55;transition:opacity var(--dur-2) var(--ease-soft),color var(--dur-2) var(--ease-soft),transform var(--dur-2) var(--ease)}.product-row:hover .row-chevron{color:var(--text);opacity:1;transform:translateX(3px)}.row-pending{position:absolute;left:14px;right:14px;bottom:0;height:2px;border-radius:var(--radius-pill);background:var(--text);transform:scaleX(0);transform-origin:left;opacity:0;pointer-events:none}.row-pending.is-pending{opacity:1;animation:row-pending-fill .9s var(--ease-soft) both}@keyframes row-pending-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.nav-progress{position:fixed;inset:0 0 auto;height:2px;z-index:60;opacity:0;pointer-events:none;transition:opacity var(--dur-1) var(--ease-soft)}.nav-progress>span{display:block;height:100%;background:var(--brand);transform:scaleX(0);transform-origin:left}.nav-progress.is-active{opacity:1}.nav-progress.is-active>span{animation:nav-progress-fill 9s var(--ease-soft) both}@keyframes nav-progress-fill{0%{transform:scaleX(.06)}to{transform:scaleX(.92)}}@media (prefers-reduced-motion:reduce){.nav-progress.is-active>span{animation:none;transform:scaleX(.35)}}.view-product{display:inline-flex;align-items:center;gap:4px;margin-top:4px;color:var(--text-3);font-size:13px;font-weight:500;transition:color var(--dur-2) var(--ease-soft),transform var(--dur-2) var(--ease)}.product-row:hover .view-product{color:var(--text);transform:translateX(2px)}.browse-link{display:inline-flex;align-items:center;gap:6px;margin-top:24px;padding:8px 12px;margin-left:-12px;border-radius:var(--radius-ctl);color:var(--text);font-weight:600;font-size:15px;transition:background-color var(--dur-1) var(--ease-soft),gap var(--dur-2) var(--ease)}.browse-link:hover{background:var(--surface-subtle);gap:10px}.recent{margin-bottom:40px;animation:rise var(--dur-3) var(--ease) both}.recent h2{margin-bottom:10px;font-size:15px;font-weight:650;color:var(--text-2)}.recent-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}.recent-item{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 14px;border-radius:var(--radius-surface);background:var(--surface-sunken);transition:background-color var(--dur-1) var(--ease-soft),transform var(--dur-2) var(--ease)}.recent-item:hover{background:var(--surface-subtle)}.recent-item:active{transform:scale(.99)}.recent-art{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex:none;border-radius:var(--radius-surface);background:var(--surface-subtle);overflow:hidden}.recent-art .product-art,.recent-art .product-image{width:100%;height:100%;background:none;border-radius:0}.recent-art .product-art svg{width:60%;height:auto}.recent-name{min-width:0;font-weight:600;overflow:hidden;text-overflow:ellipsis}.recent-name,.recent-price{font-size:14px;white-space:nowrap}.recent-price{font-weight:650;font-variant-numeric:tabular-nums}.recent-item svg{color:var(--text-3)}.data-note{display:flex;align-items:flex-start;gap:11px;margin-top:48px;padding:14px 18px;border-radius:var(--radius-surface);background:var(--surface-sunken)}.data-note p{color:var(--text-2);font-size:13px;line-height:1.55;max-width:74ch}.status-dot{flex:none;width:7px;height:7px;margin-top:7px;border-radius:50%;background:var(--positive)}.search-page{padding-top:28px}.search-page .search-command>.search-shell{width:100%;z-index:6}.search-page .search-command>.search-shell .search-box{width:100%;min-height:58px;padding-left:18px;border-radius:16px;box-shadow:var(--shadow-1)}.search-command{display:grid;gap:10px}.search-context{display:flex;align-items:center;flex-wrap:wrap;gap:5px;padding-inline:4px;color:var(--text-3);font-size:12px;line-height:1.45}.search-context .status-dot{width:6px;height:6px;margin:0 2px 0 0}.search-context strong{color:var(--text-2);font-weight:600}.search-brief{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:6px 12px;margin-top:18px;padding:13px 14px;border:1px solid color-mix(in srgb,var(--accent) 18%,var(--hairline));border-radius:var(--radius-surface);background:color-mix(in srgb,var(--accent) 4%,var(--surface));animation:search-brief-in var(--dur-2) var(--ease) both}.search-brief-icon{display:grid;grid-row:span 2;place-items:center;width:34px;height:34px;border-radius:var(--radius-ctl);background:var(--surface);color:var(--accent);box-shadow:inset 0 0 0 1px var(--hairline)}.search-brief-copy{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 8px;min-width:0;font-size:13px}.search-brief-copy span,.search-brief-note{color:var(--text-3)}.search-brief-copy strong{color:var(--text);font-weight:650}.search-brief-parsed{flex-basis:100%}.search-brief-filters{display:flex;justify-content:flex-end;gap:6px}.search-brief-chip{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:0 10px;border:1px solid var(--hairline-strong);border-radius:var(--radius-pill);background:var(--surface);color:var(--text);font-size:12px;font-weight:650;font-variant-numeric:tabular-nums;transition:border-color var(--dur-1) var(--ease-soft),transform var(--dur-1) var(--ease)}.search-brief-chip:hover{border-color:var(--text-3)}.search-brief-chip:active{transform:scale(.97)}.search-brief-note{grid-column:2/-1;font-size:12px}@keyframes search-brief-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:none}}.search-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:34px 0 20px}.search-heading h1{margin:6px 0 0;max-width:24ch;font-size:clamp(30px,4.2vw,42px);line-height:1.04;overflow-wrap:anywhere}.search-page .breadcrumbs{padding-top:16px}.search-page .breadcrumbs+.search-heading{padding-top:12px}.result-count{flex:none;margin-bottom:4px;color:var(--text-3);font-size:13px;font-variant-numeric:tabular-nums;font-weight:550}.search-results{min-width:0}.discovery-toolbar{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:8px 16px;min-height:52px;padding:6px 0 12px;border-bottom:1px solid var(--hairline)}.discovery-toolbar .category-chips{flex:1 1 320px}.category-chips{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-width:0}.category-chip{display:inline-flex;align-items:center;gap:7px;flex:none;min-height:34px;padding:0 13px;border:1px solid var(--hairline);border-radius:999px;color:var(--text-2);font-size:13px;font-weight:550;white-space:nowrap;transition:color var(--dur-1) var(--ease-soft),background-color var(--dur-1) var(--ease-soft),transform var(--dur-1) var(--ease)}.category-chip:hover{border-color:var(--hairline-strong);color:var(--text)}.category-chip.active{border-color:var(--ink);background:var(--ink);color:var(--on-ink)}.category-chip.active span{color:var(--on-ink);opacity:.72}.category-chip:active{transform:scale(.97)}.category-chip span{color:var(--text-3);font-size:12px;font-variant-numeric:tabular-nums}.result-actions{flex:none}.active-filter-bar,.result-actions{display:flex;align-items:center;gap:6px}.active-filter-bar{flex-wrap:wrap;padding:10px 0 4px}.active-filter-bar>span{margin-right:2px;color:var(--text-3);font-size:12px;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.active-filter-bar a{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border:1px solid var(--hairline-strong);border-radius:var(--radius-pill);background:var(--surface);color:var(--text-2);font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;transition:border-color var(--dur-1) var(--ease-soft),color var(--dur-1) var(--ease-soft),transform var(--dur-1) var(--ease)}.active-filter-bar a:hover{border-color:var(--text-3);color:var(--text)}.active-filter-bar a:active{transform:scale(.97)}.filter-trigger{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:0 11px;border-radius:var(--radius-ctl);color:var(--text-2);font-size:13px;font-weight:550;white-space:nowrap;transition:background-color var(--dur-1) var(--ease-soft)}.filter-trigger.active,.filter-trigger:hover{background:var(--surface-subtle)}.filter-trigger.active{color:var(--text)}.filter-dot{width:5px;height:5px;margin-left:-2px;border-radius:50%;background:var(--accent)}.filter-clear{display:inline-flex;align-items:center;gap:5px;min-height:36px;padding:0 12px;border-radius:999px;color:var(--text-2);font-size:13px;font-weight:550;white-space:nowrap;transition:background-color var(--dur-1) var(--ease-soft),color var(--dur-1) var(--ease-soft)}.filter-clear:hover{background:var(--surface-subtle);color:var(--text)}.sort-form{display:flex;align-items:center;gap:8px}.sort-form label{color:var(--text-3);font-size:13px;font-weight:600}.sort-form select{min-height:34px;min-width:142px;padding:0 28px 0 10px;border-radius:var(--radius-ctl);font-size:13px;font-weight:550}.js-auto .sort-apply{display:none}.pager{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-top:28px;padding-top:20px;border-top:1px solid var(--hairline)}.pager>:first-child{justify-self:start}.pager>:last-child{justify-self:end}.pager-position{color:var(--text-2);font-size:13px;white-space:nowrap}.pager-position,.result-range{font-variant-numeric:tabular-nums}.result-range{color:var(--text-3)}@media (max-width:560px){.pager .button{padding:0 12px;font-size:14px}}.empty-state{display:grid;justify-items:center;gap:8px;padding:80px 24px;text-align:center;animation:rise var(--dur-3) var(--ease) both}.empty-state h2{font-size:21px}.empty-state p{color:var(--text-2)}.empty-state .button{margin-top:10px}.product-page{padding-top:24px}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:4px 0 28px;color:var(--text-3);font-size:13px}.breadcrumbs svg{color:var(--text-3);opacity:.6}.breadcrumbs a{color:var(--text-2);transition:color var(--dur-1) var(--ease-soft)}.breadcrumbs a:hover{color:var(--text)}.breadcrumbs>span{overflow-wrap:anywhere}.product-hero{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:52px;align-items:start}.product-visual{display:flex;flex-direction:column;align-items:center;gap:6px;padding:44px 40px 18px;border-radius:var(--radius-large);background:var(--surface-subtle)}.illustration-label{color:var(--text-3);font-size:12px;text-align:center}.product-detail{padding-top:2px}.product-detail h1{margin-top:8px;overflow-wrap:anywhere}.product-spec-line{margin-top:8px;color:var(--text-2);font-size:15px}.all-offers-link{display:inline-flex;align-items:center;gap:6px;margin-top:14px;padding:8px 12px;margin-left:-12px;border-radius:var(--radius-ctl);color:var(--text-2);font-size:14px;font-weight:600;transition:background-color var(--dur-1) var(--ease-soft),color var(--dur-1) var(--ease-soft),gap var(--dur-2) var(--ease)}.all-offers-link:hover{background:var(--surface-subtle);color:var(--text);gap:10px}.product-specifications{margin-top:40px;border-block:1px solid var(--hairline);padding-block:12px}.product-specifications summary{display:flex;align-items:center;gap:16px;min-height:52px}.product-specifications summary h2{flex:1}.product-specifications summary svg{transition:transform var(--dur-2) var(--ease)}.product-specifications[open] summary svg{transform:rotate(90deg)}.product-specifications .quick-specs{max-width:760px;margin-top:12px}@media (max-width:620px){.breadcrumbs>span{display:none}.breadcrumbs a{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumbs>svg:last-of-type{display:none}.product-detail>.eyebrow{font-size:12px}}.quick-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;margin-top:22px;padding-top:16px;border-top:1px solid var(--hairline)}.quick-specs>div{display:flex;align-items:baseline;gap:12px;padding:5px 0}.quick-specs dt{flex:none;color:var(--text-3);font-size:13px;width:9ch}.quick-specs dd{font-size:14px;font-weight:500;overflow-wrap:anywhere}.hero-price{display:flex;flex-direction:column;gap:1px;margin-top:26px;font-variant-numeric:tabular-nums}.hero-price strong{font-size:34px;line-height:1.15;letter-spacing:-.025em;font-weight:700}.product-detail>.button{margin-top:22px}.demo-disclaimer{margin-top:18px;color:var(--text-3);font-size:12px;line-height:1.5;max-width:46ch}.regulatory-notice{display:grid;grid-template-columns:auto 1fr;gap:12px;max-width:60ch;margin-top:20px;padding:16px 18px;border:1px solid color-mix(in srgb,#a9472d 28%,var(--hairline));border-radius:var(--radius-medium);background:color-mix(in srgb,#fff4ed 64%,var(--surface));color:var(--text-1)}.regulatory-notice>svg{color:#a9472d;margin-top:1px}.regulatory-notice p{margin:5px 0 0;color:var(--text-2);font-size:13px;line-height:1.55}.product-report-link a,.regulatory-notice a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.product-report-link{margin-top:28px;color:var(--text-2);font-size:13px}.affiliate-note{margin:10px 0 0;color:var(--text-3);font-size:12px;line-height:1.5;max-width:62ch}.offers-section{margin-top:64px}.verdict{display:grid;gap:14px;margin-top:20px;padding:20px 22px;border-radius:var(--radius-large);background:var(--surface-sunken);animation:rise var(--dur-3) var(--ease) both}.verdict-main{min-width:0}.verdict-caption{font-size:12px;font-weight:650;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.verdict-price{margin-top:6px}.provider-price,.verdict-price{display:block;font-size:34px;font-weight:700;letter-spacing:-.025em;line-height:1.1;font-variant-numeric:tabular-nums}.provider-price{margin-top:-5px}.provider-buy-button{display:inline-flex;align-items:center;gap:8px}.verdict-merchant{margin-top:4px;font-size:15px;font-weight:600;overflow-wrap:anywhere}.verdict-breakdown{margin-top:2px;color:var(--text-2);font-size:13px;font-variant-numeric:tabular-nums}.verdict-go{width:100%}.verdict-note{padding-top:14px;border-top:1px solid var(--hairline);color:var(--text-2);font-size:13px;line-height:1.55;max-width:70ch}.verdict-open .verdict-note{padding-top:8px;border-top:0}.verdict-links{padding-top:14px;border-top:1px solid var(--hairline);color:var(--text-2);font-size:13px;line-height:1.55}.verdict-links a{color:var(--accent)}.verdict-links a:hover{text-decoration:underline}.offer-best-chip{display:inline-block;margin-top:5px;padding:1px 8px;border-radius:var(--radius-xs);background:color-mix(in srgb,var(--positive) 14%,transparent);font-size:12px;font-weight:700;letter-spacing:.04em;line-height:1.5}.offer-best-chip,.offer-row.is-best .total-price{color:var(--positive)}.offer-variants{display:inline-block;margin-top:5px;margin-left:6px;padding:1px 7px;border-radius:var(--radius-xs);border:1px solid var(--hairline-strong);color:var(--text-2);font-size:12px;font-weight:600;letter-spacing:.03em;line-height:1.5}.offer-group-note{padding:18px 12px 8px;color:var(--text-3);font-size:12px;line-height:1.5}.total-unknown{color:var(--text-3);font-size:13px;font-weight:500}.offer-table{margin-top:10px}.offer-head{display:grid;grid-template-columns:minmax(0,2.2fr) 1fr 1.4fr 1fr auto;gap:16px;align-items:center;padding:0 12px 8px;border-bottom:1px solid var(--hairline)}.offer-head span{color:var(--text-3);font-size:12px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.offer-row{display:grid;grid-template-columns:minmax(0,2.2fr) 1fr 1.4fr 1fr auto;gap:16px;align-items:center;padding:14px 12px;margin-inline:-12px;border-bottom:1px solid var(--hairline);border-radius:12px;transition:background-color var(--dur-2) var(--ease-soft)}.offer-row:hover{background:var(--surface-subtle)}.offer-row>div:first-child strong{display:block;font-size:15px;font-weight:600}.offer-row small{display:block;margin-top:3px;color:var(--text-3);font-size:12px}.stock{display:inline-flex;align-items:center;gap:7px;color:var(--positive);font-size:14px;font-weight:600}.stock:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.offer-row .subtle{font-size:14px}.offer-row>div:nth-of-type(3){font-size:15px;font-weight:600;font-variant-numeric:tabular-nums}.total-price{font-size:16px;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.offer-row .button.secondary{justify-self:end;min-height:36px;padding:0 12px;border-color:transparent;background:transparent;color:var(--text-2);font-size:14px}.offer-row:hover .button.secondary{border-color:var(--hairline-strong);background:var(--surface);color:var(--text)}.offer-row .button.secondary:focus-visible{border-color:var(--hairline-strong);background:var(--surface);color:var(--text)}.history-section{margin-top:64px}.history-section h2{margin-bottom:4px}.history-list{font-variant-numeric:tabular-nums}.history-empty,.history-list{margin-top:16px;border-top:1px solid var(--hairline)}.history-empty{padding:18px 4px;color:var(--text-2);font-size:14px;line-height:1.5}.history-list>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr) auto;gap:16px;align-items:baseline;padding:11px 4px;border-bottom:1px solid var(--hairline);font-size:14px}.history-list span{color:var(--text-2)}.history-list strong{font-weight:600;white-space:nowrap}.xb-section{border-top:1px solid var(--hairline);margin-top:40px;padding-top:26px}.xb-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:16px 0 22px;font-variant-numeric:tabular-nums}.xb-card{display:flex;flex-direction:column;gap:3px;padding:16px 18px;border-radius:var(--radius-surface);background:var(--surface-sunken)}.xb-card-accent{box-shadow:inset 0 0 0 1px var(--hairline-strong)}.xb-price{font-size:21px;font-weight:700;letter-spacing:-.015em}.xb-saving{margin-top:6px;align-self:flex-start;font-size:13px;font-weight:650;color:var(--positive)}.xb-warn{color:var(--text-2);font-size:12px}.xb-table{border-top:1px solid var(--hairline)}.xb-head,.xb-row{display:grid;grid-template-columns:2fr 1.2fr 1.6fr .6fr;gap:12px;padding:10px 2px;border-bottom:1px solid var(--hairline);align-items:baseline}.xb-head{font-size:12px;color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;font-weight:650}.xb-tnum{font-variant-numeric:tabular-nums}.xb-note{margin-top:12px}.about-page{padding-top:48px}.about-page .about-heading,.about-page .about-search,.about-page .about-sections,.about-page .data-note{max-width:700px}.about-heading h1{margin:10px 0 12px}.about-heading .subtle{font-size:16px;max-width:60ch}.about-sections{display:flex;flex-direction:column;margin-top:12px}.about-sections section{padding:24px 0;border-top:1px solid var(--hairline)}.about-sections h2{margin-bottom:8px}.about-sections p{color:var(--text-2);max-width:66ch}.about-page .data-note{margin-top:36px}.about-search{margin-top:52px}.about-search h2{margin-bottom:14px}.about-search .search-shell{width:min(560px,100%)}.about-search p{margin-top:14px}.about-search a{font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--hairline-strong);transition:text-decoration-color var(--dur-1) var(--ease-soft)}.about-search a:hover{text-decoration-color:currentColor}.error-state,.not-found{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;max-width:640px;padding-top:88px}.error-state h1,.not-found h1{margin:8px 0 10px}.not-found .search-shell{margin-top:24px}.not-found-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.error-state .button{margin-top:16px}.loading{padding-top:48px}.skeleton{background:var(--surface-subtle);border-radius:var(--radius-ctl);animation:loading-pulse 1.6s var(--ease-soft) infinite}.skeleton-eyebrow{width:130px;height:10px;border-radius:var(--radius-xs);margin-bottom:22px}.skeleton-title{width:min(380px,72%);height:36px;border-radius:var(--radius-ctl);margin-bottom:16px}.skeleton-line{width:min(520px,88%);height:14px;border-radius:var(--radius-xs);margin-bottom:48px}.skeleton-list{border-top:1px solid var(--hairline)}.skeleton-row{display:flex;align-items:center;gap:20px;padding:16px 0;border-bottom:1px solid var(--hairline)}.skeleton-art{flex:none;width:76px;height:76px;border-radius:var(--radius-surface)}.skeleton-copy{flex:1;height:16px;border-radius:var(--radius-ctl)}.spinner{width:20px;height:20px;border:2px solid var(--hairline-strong);border-top-color:var(--text-2);border-radius:50%;animation:spin .7s linear infinite}.dialog-backdrop{position:fixed;inset:0;z-index:500;background:rgba(12,12,14,.4);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:fade-in var(--dur-2) var(--ease-soft)}.dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:501;width:min(calc(100vw - 32px),480px);max-height:calc(100dvh - 32px);overflow-y:auto;padding:20px;border-radius:var(--radius-large);background:var(--surface);box-shadow:var(--shadow-3);animation:dialog-in var(--dur-3) var(--ease)}.dialog .section-heading{align-items:center;margin-bottom:2px}.dialog form{display:flex;flex-direction:column;gap:12px;margin-top:14px}.dialog label{display:block;margin-bottom:6px;font-size:13px;font-weight:600;color:var(--text-2)}.dialog select{width:100%}.dialog .button{width:100%;margin-top:2px}.dialog .filter-field{display:flex;flex-direction:column;gap:6px}.dialog .filter-label{font-size:13px;font-weight:600;color:var(--text-2)}.filter-price{display:flex;align-items:center;gap:8px}.filter-price input{flex:1 1 0;min-width:0;min-height:44px;padding:0 12px;border:1px solid var(--hairline-strong);border-radius:var(--radius-ctl);background:var(--surface);font-size:15px;font-variant-numeric:tabular-nums;transition:border-color var(--dur-1) var(--ease-soft),box-shadow var(--dur-1) var(--ease-soft)}.filter-price input:focus{outline:none;border-color:var(--text-3);box-shadow:var(--focus-ring)}.filter-price input::placeholder{color:var(--text-3)}.filter-price-sep{flex:none;color:var(--text-3);font-size:13px}.filter-currency{flex:none;min-width:30px;color:var(--text-2);font-size:14px;font-weight:600}.dialog .filter-check{display:flex;align-items:center;gap:10px;margin:0;font-size:14px;font-weight:550;color:var(--text-2);cursor:pointer}.filter-check input{width:17px;height:17px;accent-color:var(--accent);cursor:pointer}@media (max-width:1023px){.product-hero{gap:36px}.offer-head,.offer-row{grid-template-columns:minmax(0,2fr) 1fr 1.3fr 1fr auto;gap:12px}}@media (max-width:767px){.page{padding:28px var(--gutter) 72px}.header-inner{min-height:56px;gap:14px}.wordmark{font-size:18px}.home-search{padding-top:12px;padding-bottom:16px}.home-search>p{font-size:16px;margin-top:14px}.home-search .search-shell{margin-top:26px}.category-nav{padding-bottom:36px}.search-page{padding-top:22px}.search-command{position:sticky;top:96px;z-index:12;margin:-8px;padding:8px;border-radius:var(--radius-large);background:color-mix(in srgb,var(--surface) 88%,transparent);box-shadow:0 1px 0 color-mix(in srgb,var(--hairline) 70%,transparent);backdrop-filter:blur(18px) saturate(1.2)}.search-context .context-detail{display:none}.search-brief{grid-template-columns:auto minmax(0,1fr);margin-top:14px}.search-brief-icon{grid-row:1}.search-brief-filters,.search-brief-note{grid-column:2;justify-content:flex-start}.sort-form label{display:none}.search-heading{display:block;padding:26px 0 16px}.search-heading h1{max-width:none;font-size:clamp(28px,8.6vw,34px);line-height:1.06}.result-count{margin-top:10px}.discovery-toolbar{align-items:stretch;flex-direction:column;gap:8px}.category-chips{width:calc(100% + var(--gutter));padding-right:var(--gutter);flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 28px),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 28px),transparent)}.category-chips::-webkit-scrollbar{display:none}.discovery-toolbar .category-chips{flex:none}.result-actions{justify-content:space-between}.filter-trigger,.sort-form select{min-height:40px}.product-row{grid-template-columns:58px minmax(0,1fr) auto 14px;gap:12px;padding:14px 12px;margin-inline:-12px}.product-row:after{left:12px;right:12px}.product-art{width:58px;height:58px;border-radius:var(--radius-surface)}.product-art svg{width:45px}.product-copy .subtle{display:none}.product-price strong{font-size:18px}.view-product{display:none}.product-page{padding-top:16px}.product-page .breadcrumbs{padding:0 0 18px}.product-hero{grid-template-columns:104px minmax(0,1fr);column-gap:16px;row-gap:0;align-items:start}.product-detail{display:contents}.product-detail>.eyebrow{grid-column:2;grid-row:1;align-self:end;margin-bottom:0}.product-detail>h1{grid-column:2;grid-row:2;align-self:start;margin-top:5px;font-size:clamp(24px,7.2vw,30px);line-height:1.08;letter-spacing:-.025em}.product-detail>:not(.eyebrow):not(h1){grid-column:1/-1}.product-visual{grid-column:1;grid-row:1/span 2;width:104px;min-height:104px;justify-content:center;padding:8px;border-radius:var(--radius-surface)}.product-art.art-large svg{width:84px}.product-image.art-large .product-photo{width:100%;max-height:88px}.illustration-label{display:none}.quick-specs{grid-template-columns:1fr}.quick-specs dt{width:10ch}.hero-price strong{font-size:30px}.history-section,.offers-section{margin-top:52px}.verdict{margin-top:20px;padding:18px 0;border-block:1px solid var(--hairline-strong);border-radius:0;background:transparent}.verdict-price{font-size:30px}.offer-head{display:none}.offer-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"merch go" "avail tot" "price tot";column-gap:16px;row-gap:5px;padding:16px 12px}.offer-row>div:first-child{grid-area:merch}.offer-row>div:nth-of-type(2){grid-area:avail}.offer-row>div:nth-of-type(3){grid-area:price}.offer-row .total-price{grid-area:tot;justify-self:end;align-self:center;font-size:18px}.offer-row .button.secondary{grid-area:go;border-color:var(--hairline-strong);background:var(--surface);color:var(--text)}.history-list>div{grid-template-columns:minmax(0,1fr) auto;gap:6px 14px}.history-list>div>span:nth-child(2){grid-column:1/-1;order:3}.about-page{padding-top:36px}.dialog{top:auto;bottom:0;left:0;transform:none;width:100%;border-radius:var(--radius-large) var(--radius-large) 0 0;padding:20px 20px calc(20px + env(safe-area-inset-bottom));animation:sheet-in var(--dur-3) var(--ease)}.error-state,.not-found{padding-top:56px}.loading{padding-top:36px}.skeleton-art{width:60px;height:60px;border-radius:var(--radius-surface)}}@media (max-width:620px){.demo-badge,.loc-trigger .loc-label{display:none}.loc-trigger .loc-code{display:inline}.loc-trigger{padding:0 10px;gap:5px}.loc-panel{width:min(300px,calc(100vw - 24px))}.product-copy>p{white-space:normal;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}}@media (hover:none){.offer-row:hover,.product-row:hover{background:transparent}.product-row:hover .row-chevron,.product-row:hover .view-product{transform:none}}::view-transition{pointer-events:none}.site-header{view-transition-name:site-header}.site-footer{view-transition-name:site-footer}::view-transition-group(site-footer),::view-transition-group(site-header){animation:none}::view-transition-old(site-footer),::view-transition-old(site-header){display:none}::view-transition-new(site-footer),::view-transition-new(site-header){animation:none}::view-transition-group(site-header){z-index:100}::view-transition-group(.morph){animation-duration:.36s;animation-timing-function:var(--ease)}::view-transition-image-pair(.morph){animation-name:morph-blur}@keyframes morph-blur{30%{filter:blur(2px)}}::view-transition-old(.reveal-out){animation:.13s var(--ease-soft) both reveal-fade reverse,.13s var(--ease-soft) both reveal-shift reverse}::view-transition-new(.reveal-in){animation:.2s var(--ease-soft) .13s both reveal-fade,.36s var(--ease) both reveal-shift}@keyframes reveal-fade{0%{opacity:0;filter:blur(2px)}to{opacity:1;filter:blur(0)}}@keyframes reveal-shift{0%{transform:translate3d(0,8px,0)}to{transform:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}::view-transition-group(*),::view-transition-new(*),::view-transition-old(*){animation-duration:0s!important;animation-delay:0s!important}*,:after,:before{animation-duration:.01ms!important;animation-delay:0s!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.market-search-inline{position:relative;min-width:0;border-bottom:1px solid var(--hairline)}.search-results>.product-list:has(.market-search-inline)~.empty-state{display:none}.market-search-progress{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:20px;min-height:156px;max-width:760px;padding:20px 0 24px}.market-search-mark{position:relative;display:grid;grid-row:1/span 2;place-items:center;width:72px;height:72px}.market-search-core{position:relative;z-index:1;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:var(--ink);background:var(--surface);box-shadow:inset 0 0 0 1px var(--hairline-strong),var(--shadow-1)}.market-search-orbit{position:absolute;inset:2px;border:1px solid var(--hairline);border-radius:50%;animation:market-orbit 3.2s linear infinite}.market-search-orbit i{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--text-3);box-shadow:0 0 0 4px var(--surface)}.market-search-orbit i:first-child{top:-3px;left:calc(50% - 3px)}.market-search-orbit i:nth-child(2){right:4px;bottom:8px}.market-search-orbit i:nth-child(3){left:4px;bottom:8px}.market-search-copy h2{margin:3px 0 5px;font-size:clamp(21px,2.4vw,27px);letter-spacing:-.028em}.market-search-copy>p{margin:0;color:var(--text-2);font-size:13px}.market-search-route{display:grid;grid-column:2;grid-template-columns:max-content minmax(32px,92px) max-content;align-items:center;gap:10px;margin-top:18px;color:var(--text-2);font-size:12px;font-weight:600}.market-search-route>span:not(.market-search-line){display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.market-search-route .is-complete{color:var(--text-2)}.market-search-route .is-active{color:var(--text)}.market-search-line{position:relative;height:1px;overflow:hidden;background:var(--hairline-strong)}.market-search-line i{position:absolute;top:-1px;left:-18px;width:18px;height:3px;border-radius:var(--radius-pill);background:var(--ink);animation:market-scan 1.35s var(--ease-soft) infinite}@keyframes market-orbit{to{transform:rotate(1turn)}}@keyframes market-scan{60%,to{transform:translateX(120px)}}@media (max-width:520px){.market-search-progress{grid-template-columns:52px minmax(0,1fr);gap:14px;min-height:144px}.market-search-mark{width:52px;height:52px}.market-search-core{width:34px;height:34px}.market-search-orbit{inset:0}.market-search-route{grid-column:1/-1;grid-template-columns:max-content minmax(18px,1fr) max-content;gap:7px;margin-top:2px}}@media (max-width:360px){.result-actions{flex-wrap:wrap}.result-actions .sort-form{flex:1 0 100%;justify-content:flex-end;min-width:0}.result-actions .sort-form select{min-width:0}.market-search-route{grid-template-columns:max-content minmax(10px,1fr) max-content;gap:3px;font-size:11px}}.product-row.is-external{color:var(--text)}.product-row.is-external .product-copy h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.product-row.is-external .product-copy .eyebrow{color:var(--text-3);text-transform:none;letter-spacing:0;font-size:12px;font-weight:500}.product-row.is-external .row-chevron{transform:none}.product-row.is-external:hover .row-chevron{transform:translateX(2px)}@media (max-width:767px){.product-row.is-external{grid-template-columns:58px minmax(0,1fr) 14px;grid-template-rows:auto auto;align-items:center}.product-row.is-external .product-art,.product-row.is-external .product-image{grid-row:1/span 2}.product-row.is-external .product-copy h3{-webkit-line-clamp:3;line-clamp:3}.product-row.is-external .product-price{grid-column:2;align-items:baseline;flex-direction:row;flex-wrap:wrap;gap:2px 7px;text-align:left}.product-row.is-external .row-chevron{grid-column:3;grid-row:1/span 2}}.market-age{margin-top:14px;font-size:12.5px;max-width:68ch}@media (prefers-reduced-motion:reduce){.market-search-line i,.market-search-orbit{animation:none}.market-search-line i{left:calc(50% - 9px)}}.adult-gate{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:var(--gutter,20px);background:color-mix(in srgb,var(--bg,#fff) 82%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.adult-gate-card{max-width:520px;width:100%;padding:32px 28px;border:1px solid var(--hairline-strong,rgba(0,0,0,.12));border-radius:var(--radius-surface,16px);background:var(--surface,#fff);box-shadow:0 18px 50px rgba(0,0,0,.12);text-align:center}.adult-gate-card h2{margin:0 0 12px;font-size:1.3rem;letter-spacing:-.01em}.adult-gate-warning{margin:0 0 24px;font-size:14.5px;line-height:1.55;color:var(--ink,inherit);opacity:.85}.adult-gate-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.adult-gate-enter,.adult-gate-leave{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 26px;border-radius:var(--radius-pill,999px);font-size:14.5px;font-weight:600;text-decoration:none;transition:background var(--dur,.18s) var(--ease,ease),transform var(--dur,.18s) var(--ease,ease)}.adult-gate-enter{border:0;cursor:pointer;color:#fff;background:var(--accent-strong,var(--accent,#0a0a0a))}.adult-gate-enter:hover{transform:translateY(-1px)}.adult-gate-leave{color:var(--ink,inherit);background:transparent;border:1px solid var(--hairline-strong,rgba(0,0,0,.12))}.adult-gate-leave:hover{background:var(--surface-alt,rgba(0,0,0,.04))}.consent{position:fixed;right:20px;bottom:20px;z-index:400;width:min(480px,calc(100vw - 40px));background:var(--surface);border:1px solid var(--hairline-strong);border-radius:var(--radius-large);box-shadow:var(--shadow-3);animation:sheet-in var(--dur-3) var(--ease) both}.consent-inner{width:100%;padding:20px}.consent-copy{min-width:0}.consent-copy h2{font-size:15px;margin-bottom:4px}.consent-copy p{font-size:13.5px;line-height:1.5;color:var(--text-2);max-width:48ch}.consent-copy a{text-decoration:underline;text-underline-offset:2px}.consent-actions{display:flex;gap:10px;margin-top:16px}.consent-actions .button{flex:1 1 0;min-width:0}.consent-reopen{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer;transition:color var(--dur-1) var(--ease-soft)}.consent-reopen:hover{color:var(--text)}@media (max-width:620px){.consent{right:10px;bottom:10px;width:calc(100vw - 20px)}.consent-inner{padding:14px}.consent-copy h2{margin-bottom:2px;font-size:13px}.consent-copy p{font-size:14px;line-height:1.4}.consent-actions{gap:8px;margin-top:12px}.consent-actions .button{flex:1 1 0;min-width:0;min-height:44px;padding-block:8px;font-size:13px}}.product-row-slot{position:relative}.compare-toggle{position:absolute;top:23px;left:42px;z-index:2;width:28px;height:28px;padding:0;display:grid;place-items:center;border-radius:var(--radius-pill);border:1px solid var(--hairline-strong);background:var(--surface);color:var(--text-2);box-shadow:var(--shadow-1);cursor:pointer;transition:background-color var(--dur-2) var(--ease-soft),color var(--dur-2) var(--ease-soft),border-color var(--dur-2) var(--ease-soft),transform var(--dur-1) var(--ease)}.compare-toggle svg{display:block}.compare-toggle:hover{border-color:var(--ink);color:var(--ink)}.compare-toggle:active{transform:scale(.94)}.compare-toggle:focus-visible{outline:none;box-shadow:var(--focus-ring)}.compare-toggle.is-on{background:var(--ink);border-color:var(--ink);color:var(--surface)}.compare-toggle.is-on:hover{background:var(--ink-hover);border-color:var(--ink-hover)}.compare-toggle.is-action{position:static;width:auto;height:auto;display:inline-flex;align-items:center;gap:7px;margin-top:16px;padding:7px 13px;box-shadow:none;font-size:13.5px;font-weight:600;line-height:1.2}.compare-dock{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:70;display:flex;align-items:center;gap:16px;max-width:min(680px,calc(100vw - 24px));padding:10px 12px 10px 10px;border-radius:var(--radius-large);border:1px solid var(--hairline);background:var(--surface);box-shadow:var(--shadow-3)}.compare-dock-summary{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.compare-dock-badge{flex:none;min-width:26px;height:26px;padding:0 7px;display:grid;place-items:center;border-radius:var(--radius-pill);background:var(--ink);color:var(--surface);font-size:13px;font-weight:650}.compare-dock-text{display:flex;flex-direction:column;gap:1px;min-width:0;margin:0}.compare-dock-title{font-size:13px;font-weight:650;line-height:1.3}.compare-dock-names{font-size:12.5px;line-height:1.35;color:var(--text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compare-dock-actions{display:flex;align-items:center;gap:8px;flex:none}.compare-dock .button{padding:8px 15px;font-size:14px}.compare-dock .button.is-disabled{opacity:.5;pointer-events:none}.compare-dock .text-button{font-size:13.5px}@media (max-width:620px){.compare-dock{left:12px;right:12px;bottom:12px;transform:none;gap:10px}.compare-dock-names{max-width:42vw}}.compare-scroll{margin:10px -6px 0;padding:0 6px 6px;overflow-x:auto;scrollbar-color:var(--hairline-strong) transparent}.compare-table{width:100%;min-width:720px;border-collapse:separate;border-spacing:0}.compare-table td,.compare-table th{vertical-align:top;text-align:left;padding:14px 16px;border-bottom:1px solid var(--hairline)}.compare-table tbody tr:last-child td,.compare-table tbody tr:last-child th{border-bottom:none}.compare-table td:first-child,.compare-table th:first-child{width:130px;padding-left:2px}.compare-table thead th{padding-top:0;padding-bottom:18px;min-width:200px}.compare-table thead th:first-child{min-width:130px}.compare-table tbody th{padding-top:18px;font-size:12px;font-weight:650;letter-spacing:.02em;text-transform:uppercase;color:var(--text-3)}.compare-table td{font-size:15px}.compare-table td strong{font-size:18px;font-weight:650;letter-spacing:-.01em}.compare-product{display:flex;flex-direction:column;gap:8px;color:inherit}.compare-product:hover .compare-product-name{text-decoration:underline;text-decoration-color:var(--hairline-strong);text-underline-offset:3px}.compare-product .product-art,.compare-product .product-image{width:100%;height:150px}.compare-product .product-image .product-photo{object-fit:contain;padding:18px;background:var(--surface-sunken)}.compare-product .product-art svg{width:64px}.compare-product-name{font-size:15px;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.stock-out{color:var(--text-3);font-weight:600;font-size:14px}.compare-merchants{font-size:14px;line-height:1.45;color:var(--text-2)}.compare-note{margin-top:16px}.intent-offer{display:flex;align-items:center;gap:12px;margin:0 0 20px;padding:14px 16px;border:1px solid var(--hairline);border-radius:var(--radius-surface);background:var(--surface-sunken);color:var(--text-2);animation:intent-arrive var(--dur-3) var(--ease) both}.intent-offer>svg{flex:none;color:var(--accent)}.intent-offer-text{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;margin:0;min-width:0;font-size:14px}.intent-offer-lead{color:var(--text-2);font-weight:500}.intent-offer-chips{display:flex;flex-wrap:wrap;gap:6px}.intent-chip{padding:2px 10px;border-radius:var(--radius-pill);background:var(--surface);border:1px solid var(--hairline);color:var(--text);font-size:13px;font-variant-numeric:tabular-nums;white-space:nowrap}.intent-offer-apply{flex:none;margin-left:auto;padding-inline:16px}@keyframes intent-arrive{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.intent-offer{animation-duration:1ms}}@media (max-width:560px){.intent-offer{flex-wrap:wrap}.intent-offer-apply{margin-left:0;width:100%;text-align:center}}.search-approximate{margin:4px 0 0;color:var(--text-2);font-size:15px}.home-hero{position:relative;isolation:isolate}.home-hero-bg{position:absolute;top:calc(var(--page-top) * -1);bottom:0;left:50%;width:100vw;margin-left:-50vw;z-index:0;overflow:hidden;pointer-events:none}.home-hero-bg img{object-fit:cover;object-position:72% 42%}.home-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,var(--bg) 0,color-mix(in srgb,var(--bg) 92%,transparent) 30%,color-mix(in srgb,var(--bg) 55%,transparent) 46%,color-mix(in srgb,var(--bg) 12%,transparent) 62%,transparent 78%),linear-gradient(to bottom,transparent 70%,var(--bg) 100%)}.home-hero>:not(.home-hero-bg){position:relative;z-index:1}@media (max-width:860px){.home-hero-bg{display:none}}.catalog-heading{align-items:flex-end;gap:24px}.catalog-heading .kicker{display:block;margin-bottom:10px;color:var(--brand);font-size:12px;font-weight:650;letter-spacing:.07em;text-transform:uppercase}.catalog-heading h2{font-size:clamp(30px,3.4vw,44px);line-height:1.08;letter-spacing:-.032em}.catalog-heading>div>p{max-width:52ch;margin-top:10px}.catalog-count{display:inline-flex;align-items:center;gap:9px;flex:none;padding:10px 16px;border-radius:var(--radius-pill);background:var(--surface-subtle);color:var(--text-2);white-space:nowrap}.catalog-count strong{color:var(--text);font-size:14px;font-weight:600;font-variant-numeric:tabular-nums}.catalog-more{display:flex;justify-content:center;margin-top:36px}.browse-cta{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:0 26px;border-radius:var(--radius-pill);background:var(--ink);color:var(--on-ink);font-size:15px;font-weight:600;transition:background-color var(--dur-1) var(--ease-soft),transform var(--dur-1) var(--ease-soft)}.browse-cta:hover{background:var(--ink-hover)}.browse-cta svg{transition:transform var(--dur-1) var(--ease-soft)}.browse-cta:hover svg{transform:translateX(3px)}@media (prefers-reduced-motion:reduce){.browse-cta,.browse-cta svg{transition:none}.browse-cta:hover svg{transform:none}}@media (max-width:720px){.catalog-heading{align-items:flex-start}}.drops-section{margin-top:72px}.drops-title{display:flex;align-items:center;gap:10px}.drops-title svg{color:var(--positive)}.drops-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;margin-top:26px}.drop-card{display:flex;flex-direction:column;gap:6px;min-width:0}.drop-art{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1;padding:10px;margin-bottom:8px;border-radius:var(--radius-surface);background:var(--surface-sunken);overflow:hidden}.drop-art .product-art,.drop-art .product-image{width:100%;height:100%;background:none;border-radius:0}.drop-art .product-art svg{width:58%;height:auto}.drop-badge{position:absolute;z-index:2;top:8px;left:8px;padding:3px 9px;border-radius:var(--radius-pill);background:var(--positive);color:var(--on-ink);font-size:12px;font-weight:650;font-variant-numeric:tabular-nums}.drop-card h3{font-size:14px;font-weight:600;line-height:1.32;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.drop-prices{display:flex;align-items:baseline;gap:8px;margin-top:2px;font-variant-numeric:tabular-nums}.drop-prices strong{color:var(--text);font-size:16px;font-weight:650}.drop-prices s{color:var(--text-3);font-size:13px;text-decoration-thickness:1px}.drop-merchant{font-size:12px}@media (max-width:1040px){.drops-row{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:620px){.drops-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}.hero-kicker{display:block;margin-bottom:18px;color:var(--text-3);font-size:12px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.home-cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px 40px;margin-top:72px;padding:44px clamp(24px,4vw,56px);border-radius:var(--radius-large);background:var(--brand-soft)}.home-cta h2{max-width:18ch;font-size:clamp(26px,3vw,38px);line-height:1.12;letter-spacing:-.028em}.home-cta p{margin-top:12px;max-width:46ch;color:var(--text-2)}@media (max-width:720px){.home-cta{padding:32px 24px}}.home-cta{position:relative;isolation:isolate;overflow:hidden}.home-cta-bg{position:absolute;inset:0;z-index:0;pointer-events:none}.home-cta-bg img{object-fit:cover;object-position:62% 50%}.home-cta-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,color-mix(in srgb,var(--brand-soft) 94%,transparent) 0,color-mix(in srgb,var(--brand-soft) 88%,transparent) 34%,color-mix(in srgb,var(--brand-soft) 45%,transparent) 58%,transparent 82%)}.home-cta>:not(.home-cta-bg){position:relative;z-index:1}.discovery-caption:has(.discovery-total:only-child){justify-content:flex-end}.drops-page-heading{align-items:flex-end}.drops-page-heading h1{font-size:clamp(28px,3.2vw,42px);line-height:1.1;letter-spacing:-.03em}.drops-page-heading p{max-width:62ch;margin-top:12px}.drops-page-heading+.drops-row,.drops-page-heading~.drops-section{margin-top:28px}.drops-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px 18px;margin-top:24px}.drops-filter-field{display:flex;flex-direction:column;gap:6px;min-width:0}.drops-filter-label{font-size:13px;font-weight:600;color:var(--text-2)}.drops-filters select{min-width:168px}.drops-filter-price{flex:1 1 220px;min-width:200px;max-width:320px}.drops-filters .filter-price input{min-width:68px}.drops-filter-submit{min-height:44px}.drops-empty{margin-top:40px}@media (max-width:767px){.drops-filters{gap:12px}.drops-filters>*{flex:1 1 100%;max-width:none}.drops-filter-submit,.drops-filters select{width:100%}.drops-filters .filter-clear{justify-content:center}}.hero-gap-kicker{margin-bottom:14px}.hero-gap-product{display:block}.hero-gap-art{position:relative;display:flex;align-items:center;justify-content:center;height:210px;margin-bottom:18px;border-radius:var(--radius-surface);background:var(--surface);overflow:hidden}.hero-gap-art .illustration-label{position:absolute;right:12px;bottom:8px;left:12px}.hero-gap-art .product-art.art-large,.hero-gap-art .product-image.art-large{width:100%;height:100%;background:none;border-radius:0;overflow:visible}.hero-gap-art .product-image.art-large .product-photo{width:auto;max-width:100%;height:100%;max-height:100%;margin:0 auto;padding:10px;object-fit:contain;border-radius:0;background:none}.hero-gap-art .product-art.art-large svg{width:150px;max-width:100%;height:100%}.hero-gap-name{margin:0 0 14px;font-size:19px;font-weight:640;line-height:1.3;letter-spacing:-.02em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-gap-prices{display:grid;gap:6px}.hero-gap-price{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-variant-numeric:tabular-nums}.hero-gap-price span{color:var(--text-2);font-size:14px}.hero-gap-price strong{font-size:20px;font-weight:650;letter-spacing:-.02em}.hero-gap-difference{margin-top:14px;padding-top:12px;border-top:1px solid var(--hairline);font-size:15px;font-weight:600;font-variant-numeric:tabular-nums}.hero-gap-merchants{margin-top:4px;color:var(--text-2);font-size:13px}.hero-gap-fallback-prices{display:flex;align-items:baseline;gap:10px;font-variant-numeric:tabular-nums}.hero-gap-fallback-prices strong{font-size:22px;font-weight:650;letter-spacing:-.025em}.hero-gap-fallback-prices s{color:var(--text-3);font-size:14px;text-decoration-thickness:1px}.hero-gap-cta{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:var(--brand);font-size:15px;font-weight:600}.hero-gap-cta svg{transition:transform var(--dur-1) var(--ease-soft)}.hero-gap-product:hover .hero-gap-cta svg{transform:translateX(3px)}@media (prefers-reduced-motion:reduce){.hero-gap-cta svg,.hero-gap-product:hover .hero-gap-cta svg{transition:none;transform:none}}.home-search>p.hero-proof{margin-top:10px;font-size:14px;color:var(--text-3);max-width:46ch}.home-drops .drops-section{margin-top:26px}.categories-page h1{max-width:20ch}.categories-section{margin-top:40px}.categories-section h2{margin-bottom:10px}.categories-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--hairline-strong)}.categories-list a{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:56px;padding:8px 4px;border-bottom:1px solid var(--hairline);transition:padding var(--dur-2) var(--ease),background-color var(--dur-1) var(--ease-soft)}.categories-list a:hover{padding-inline:12px;background:var(--surface-sunken)}.categories-name{font-size:17px;font-weight:600;letter-spacing:-.01em}.categories-count{color:var(--text-3);font-size:13px;font-variant-numeric:tabular-nums;white-space:nowrap}.home-hero{z-index:3;padding:40px 0 48px;gap:48px}.home-hero.without-discovery .home-search{max-width:760px}.home-search h1{font-size:clamp(30px,3.2vw,42px);line-height:1.14;letter-spacing:-.035em}.home-search h1>span{color:var(--text)}.home-search>p{font-size:16px;line-height:1.55;margin-top:16px}.home-demo-note{padding:12px 0;border-block:1px solid var(--hairline);color:var(--text-2);font-size:13px;line-height:1.5}.compare-dock:not(:has(a.button)) .compare-dock-names{display:block;white-space:normal}@media (max-width:640px){.home-hero{padding:24px 0 32px;gap:24px}.compare-table[data-columns="2"]{min-width:0;table-layout:fixed}.compare-table[data-columns="2"] td,.compare-table[data-columns="2"] th{min-width:0;padding:12px 6px;overflow-wrap:anywhere;font-size:13px}.compare-table[data-columns="2"] th:first-child{width:82px;padding-left:0;font-size:11px;text-transform:none;letter-spacing:0}.compare-table[data-columns="2"] .compare-product-name{font-size:14px}.compare-table[data-columns="2"] .product-art,.compare-table[data-columns="2"] .product-image{height:96px}.compare-table[data-columns="2"] td strong{display:block;font-size:16px}}body:has(.consent) .compare-dock{bottom:calc(var(--consent-height, 220px) + 32px)}.catalog-heading h2,.home-editorial .section-heading h2{font-size:clamp(24px,2.2vw,30px);line-height:1.2}.home-shopping-actions{display:flex;flex-wrap:wrap;gap:8px 24px;margin-top:16px}.hero-all-deals,.home-browse-all,.home-shopping-actions a{display:inline-flex;align-items:center;gap:8px;min-height:44px;font-size:14px;font-weight:550}.home-shopping-actions a:first-child{color:var(--brand)}.hero-all-deals:hover,.home-browse-all:hover,.home-shopping-actions a:hover{text-decoration:underline;text-underline-offset:4px}.hero-deals-empty{padding:28px;box-shadow:none}.hero-deals-empty>svg{margin-bottom:20px;color:var(--text-2)}.hero-deals-empty h2{font-size:26px;line-height:1.2;margin-bottom:12px;letter-spacing:-.025em}.hero-deals-empty>p{font-size:15px;line-height:1.5;color:var(--text-2)}.hero-deals-status{margin-top:24px;padding-top:20px;border-top:1px solid var(--hairline)}.hero-deals-status strong{font-size:13px}.hero-deals-status p{margin-top:6px;font-size:13px;line-height:1.5;color:var(--text-2)}.hero-deals-empty .hero-gap-cta{margin-top:20px;min-height:44px}.hero-drop-merchant{margin-top:12px;font-size:13px}.hero-drop-basis{margin-top:4px;color:var(--text-2);font-size:12px;line-height:1.5}.hero-all-deals{margin-top:12px;border-top:1px solid var(--hairline);width:100%;justify-content:space-between}.home-browse{margin:40px 0}.home-browse h2{font-size:clamp(22px,2vw,28px)}.home-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;margin-top:16px}.home-category-grid>a{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;min-width:0;padding:12px 4px;border-radius:var(--radius-ctl);transition:background var(--dur-2)}.home-category-grid>a:hover{background:var(--surface-sunken)}.home-category-grid .product-art,.home-category-grid .product-image{width:80px;height:72px;margin-bottom:6px;background:var(--surface-sunken)}.home-category-grid .product-art svg{width:44px;height:44px}.home-category-grid strong{font-size:14px;line-height:1.3}.home-category-grid>a>span:last-child{font-size:12px;color:var(--text-2)}.drop-basis{margin:8px 0 16px;font-size:13px}.drops-empty h2{font-size:22px;margin-bottom:8px}.drops-empty .button{margin-top:20px}@media (max-width:820px){.shopping-hero{gap:24px}.home-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hero-deals-empty{padding:20px}.hero-deals-empty>svg{display:none}.hero-deals-empty h2{font-size:22px}.hero-deals-status{margin-top:16px;padding-top:12px}.hero-deals-empty .hero-gap-cta{margin-top:8px}.shopping-hero .hero-gap-art{height:140px}}@media (max-width:400px){.home-browse .section-heading{align-items:flex-start;flex-direction:column;gap:0}}.home-buying-guide{margin:56px 0}.home-buying-guide h2{font-size:clamp(22px,2vw,28px)}.buying-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:20px}.buying-guide-grid>a{padding:20px 0;border-top:1px solid var(--hairline)}.buying-guide-grid h3{font-size:16px;line-height:1.4;margin-bottom:8px}.buying-guide-grid p{color:var(--text-2);font-size:14px;line-height:1.5}.buying-guide-grid svg{margin-top:16px}.buying-guide-grid a:hover h3{text-decoration:underline;text-underline-offset:4px}@media (max-width:640px){.buying-guide-grid{grid-template-columns:1fr;gap:0}}.shopping-hero{padding-top:56px;padding-bottom:64px}.shopping-hero .home-search h1>span{color:var(--brand)}.shopping-hero .hero-gap{background:var(--surface)}@media (min-width:768px) and (max-width:1150px){.header-inner{gap:18px}.main-nav{gap:18px;margin-left:0}.header-actions .demo-badge{display:none}.header-search{min-width:140px}.loc-trigger .loc-label{display:none}.loc-trigger .loc-code{display:inline}}@media (max-width:640px){.shopping-hero{padding-top:24px;padding-bottom:32px}.home-cta{min-height:260px;align-content:space-between}.home-cta-bg img{object-position:70% center}.home-cta h2{max-width:14ch}.home-cta .browse-cta{min-height:44px}}.category-symbol{display:grid;place-items:center;width:80px;height:72px;margin-bottom:6px;border-radius:var(--radius-surface);color:var(--brand);background:var(--surface-sunken)}.language-picker{display:flex;align-items:center;flex:none}.language-picker select{max-width:116px;min-height:44px;padding:8px 24px 8px 10px;border:1px solid var(--hairline);border-radius:var(--radius-ctl);background-color:var(--surface);font-size:13px}.language-picker.js-auto button{display:none}.language-picker button{min-height:44px;padding:8px}.loc-destination{padding:12px 0;border-bottom:1px solid var(--hairline)}.loc-destination>span{display:block;color:var(--text-2);font-size:12px}.loc-destination strong{display:block;margin-top:4px}.loc-destination p{margin-top:8px;font-size:13px;color:var(--text-2);line-height:1.5}.home-search>.home-market-promise{margin:0 0 16px;font-size:13px;line-height:1.4;font-weight:550;color:var(--brand)}.home-drops{margin-top:40px}.home-drops .catalog-more{margin-top:20px}.home-drops-empty{margin-top:20px;padding:20px 0;border-block:1px solid var(--hairline);color:var(--text-2);font-size:14px}@media (min-width:621px) and (max-width:1100px){.home-drops .drops-row{grid-template-columns:repeat(4,minmax(0,1fr))}.home-drops .drop-card:nth-child(n+9){display:none}}@media (max-width:620px){.home-drops .drops-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px}.home-drops .drop-card:nth-child(n+5){display:none}.header-actions{gap:8px}.language-picker select{width:92px;padding-left:8px;font-size:12px}.home-drops .section-heading h2{font-size:23px}}@media (min-width:768px) and (max-width:1250px){.header-inner{gap:12px}.main-nav{gap:14px;margin-left:0}.main-nav a{font-size:13px}.header-search{min-width:100px}.header-actions{gap:8px}.header-actions .demo-badge,.loc-trigger .loc-label{display:none}.loc-trigger .loc-code{display:inline}}@media (min-width:768px) and (max-width:1000px){.header-inner{flex-wrap:wrap;padding-top:8px;row-gap:0}.header-search{max-width:none}.main-nav{order:5;flex-basis:100%;justify-content:space-between;min-height:44px}}@media (max-width:767px){.header-inner{gap:10px}}.search-submit-label{display:none}.search-submit-icon{display:grid;place-items:center;width:20px;height:20px}.search-spinner{animation:search-spin .8s linear infinite}@keyframes search-spin{to{transform:rotate(1turn)}}.search-box .search-submit:disabled{cursor:progress;opacity:1;background:var(--ink);color:var(--on-ink);transform:none}.search-shell:has(form[data-pending=true]) .suggest-panel{pointer-events:none}.search-box[data-pending=true] .search-hint{opacity:0}@media (min-width:600px){.search-box.large .search-submit{display:flex;width:auto;gap:10px;padding-inline:16px}.search-submit-label{display:grid;font-size:14px;font-weight:600;line-height:1}.search-submit-label>span{grid-area:1/1;transition:opacity var(--dur-1) var(--ease-soft),transform var(--dur-1) var(--ease)}.search-submit-label>span[data-visible=false]{opacity:0;transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.search-spinner{animation:none}.search-submit-label>span{transition:none;transform:none}}.suggest-placeholders{padding:2px 0}.suggest-placeholder{display:grid;grid-template-columns:40px minmax(0,1fr) 70px;gap:12px;align-items:center;padding:8px 10px}.suggest-placeholder>span{height:10px;border-radius:var(--radius-xs);background:var(--surface-subtle)}.suggest-placeholder>span:first-child{height:40px;border-radius:var(--radius-ctl)}.suggest-placeholder>span:nth-child(2){max-width:180px}