.site-header{z-index:var(--z-header);border-bottom:1px solid var(--hairline);background:var(--surface);min-height:5rem;box-shadow:var(--shadow-sticky);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:auto minmax(12rem,1fr) auto;align-items:center;gap:.8rem clamp(.9rem,1.8vw,1.35rem);padding:.82rem clamp(1rem,3vw,2.5rem);display:grid;position:sticky;top:0}.brand-lockup{align-items:center;width:clamp(9.4rem,13vw,12.5rem);display:inline-flex}.main-nav{justify-self:start;min-width:min(100%,14rem);position:relative}.main-nav a,.nav-toggle,.print-button,.primary-link,.secondary-link,.product-detail-link{transition:background-color var(--duration-fast) ease, border-color var(--duration-fast) ease, color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, transform var(--duration-fast) ease}.nav-toggle{border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;min-width:14rem;min-height:2.75rem;color:var(--ink);background:var(--surface);box-shadow:var(--shadow-card);cursor:pointer;justify-content:space-between;align-items:center;gap:.9rem;padding:.38rem .5rem .38rem .84rem;display:inline-flex}.nav-toggle:hover,.main-nav.is-open .nav-toggle{border-color:color-mix(in srgb, var(--blue-strong) 26%, var(--surface));color:var(--blue-ink);background:var(--brand-primary-wash);box-shadow:0 10px 24px var(--line)}.nav-toggle span:first-child,.nav-item-copy{text-align:left;gap:.08rem;min-width:0;display:grid}.nav-toggle strong,.nav-item-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:700;line-height:1.08;overflow:hidden}.nav-toggle small,.nav-item-copy small{color:var(--muted-2);letter-spacing:.04em;text-transform:uppercase;font-size:.7rem;font-weight:500;line-height:1.08}.nav-toggle-icon{border-radius:var(--radius-sm);width:1.75rem;height:1.75rem;color:var(--blue-ink);background:color-mix(in srgb, var(--brand-primary) 12%, var(--surface));flex:none;place-items:center;display:inline-grid;position:relative}.nav-toggle-icon:before{content:"";width:0;height:0;transition:border-color var(--duration-fast) ease, transform var(--duration-fast) ease;border-top:.34rem solid;border-left:.28rem solid #0000;border-right:.28rem solid #0000;display:block;transform:translateY(.04rem)}.main-nav.is-open .nav-toggle-icon:before{border-top:0;border-bottom:.34rem solid;transform:translateY(-.04rem)}.nav-menu{z-index:var(--z-header);border:1px solid var(--line);border-radius:var(--radius);width:min(24rem,100vw - 2rem);max-height:min(31rem,100vh - 7.5rem);box-shadow:var(--shadow-xl);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffffa;padding:.48rem;display:grid;position:absolute;top:calc(100% + .55rem);left:0;overflow-y:auto}.nav-menu a{border-radius:var(--radius-tight);color:var(--muted);border:1px solid #0000;grid-template-columns:2.05rem minmax(0,1fr);align-items:center;gap:.68rem;padding:.58rem .64rem .58rem .78rem;text-decoration:none;display:grid;position:relative;overflow:hidden}.nav-menu a:before{content:"";border-radius:var(--radius-sm);background:var(--category-color,var(--blue-deep));opacity:0;width:3px;transition:opacity var(--duration-fast) ease;position:absolute;top:18%;bottom:18%;left:.34rem}:is(.nav-menu a:hover,.nav-menu a:focus-visible,.nav-menu a[aria-current=page]){border-color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 22%, var(--surface));color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 72%, var(--ink));background:color-mix(in srgb, var(--category-color,var(--blue-deep)) 8%, var(--surface))}.nav-menu a:hover:before,.nav-menu a[aria-current=page]:before{opacity:1}.nav-menu a:focus-visible:before{opacity:1}.nav-item-index{border-radius:var(--radius-sm);width:2.05rem;height:2.05rem;color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 72%, var(--ink));background:color-mix(in srgb, var(--category-color,var(--blue-deep)) 10%, var(--surface));place-items:center;font-size:.74rem;font-weight:800;display:inline-grid}.header-actions{align-items:center;gap:.62rem;display:flex}.search-box,.language-picker{color:var(--muted-2);letter-spacing:.065em;text-transform:uppercase;gap:.2rem;font-size:.74rem;font-weight:800;display:grid}.search-box input{border:1px solid var(--line);border-radius:var(--radius-sm);width:min(23vw,17.5rem);min-width:12rem;min-height:2.75rem;color:var(--ink);background:var(--surface);transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, background-color var(--duration-fast) ease;outline:none;padding:.54rem .92rem;font-size:.93rem;font-weight:700;box-shadow:inset 0 1px #ffffffe6}.language-picker select{border:1px solid var(--line);border-radius:var(--radius-sm);min-width:9rem;min-height:2.75rem;color:var(--ink);background:var(--surface);transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, background-color var(--duration-fast) ease;outline:none;padding:.54rem 2rem .54rem .92rem;font-size:.93rem;font-weight:700;box-shadow:inset 0 1px #ffffffe6}.search-box input:hover,.language-picker select:hover{border-color:color-mix(in srgb, var(--blue-strong) 24%, var(--surface));background:var(--surface)}.search-box input:focus,.language-picker select:focus{border-color:var(--blue-deep);box-shadow:0 0 0 3px var(--blue-ring)}.layout-variant-picker{color:var(--muted-2);letter-spacing:.065em;text-transform:uppercase;gap:.2rem;font-size:.74rem;font-weight:800;display:grid}.layout-variant-picker select{border:1px solid var(--line);border-radius:var(--radius-sm);min-width:8.6rem;min-height:2.75rem;color:var(--ink);background:var(--surface);transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, background-color var(--duration-fast) ease;outline:none;padding:.54rem 2rem .54rem .92rem;font-size:.93rem;font-weight:700;box-shadow:inset 0 1px #ffffffe6}.layout-variant-picker select:hover{border-color:color-mix(in srgb, var(--blue-strong) 24%, var(--surface));background:var(--surface)}.layout-variant-picker select:focus{border-color:var(--blue-deep);box-shadow:0 0 0 3px var(--blue-ring)}.print-button,.primary-link,.secondary-link{border:1px solid var(--blue-strong);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;min-height:2.75rem;padding:.58rem 1.1rem;font-size:.91rem;font-weight:700;line-height:1;text-decoration:none}.print-button,.primary-link{color:var(--on-primary);background:var(--brand-gradient);box-shadow:inset 0 1px #ffffff2e}.print-button.print-button-subtle{color:var(--blue-ink);background:var(--brand-gradient-soft);box-shadow:none}.secondary-link{color:var(--blue-ink);background:var(--brand-gradient-soft)}.print-button:hover,.primary-link:hover,.secondary-link:hover,.product-detail-link:hover{box-shadow:0 10px 24px color-mix(in srgb, var(--blue-strong) 18%, transparent);transform:translateY(-1px)}.page-section{width:min(var(--content-width), calc(100% - clamp(1.75rem, 4vw, 3.6rem)));margin:0 auto}.hero{grid-template-columns:minmax(0,1.15fr) minmax(22rem,.85fr);align-items:center;gap:clamp(1.65rem,3vw,3.1rem);min-height:auto;padding:clamp(2.2rem,4vw,3.35rem) 0 clamp(2.65rem,4vw,3.95rem);display:grid}.hero:not(:has(.hero-board,.hero-product,.hero-visual,.detail-showcase-visual)){grid-template-columns:minmax(0,1fr);max-width:52rem}.eyebrow,.section-kicker{color:var(--blue-deep);letter-spacing:.075em;text-transform:uppercase;margin:0 0 .75rem;font-size:.79rem;font-weight:700}.hero h1,.catalog-heading h2,.brand-card-main h2{font-family:var(--font-display);letter-spacing:0;text-wrap:balance;margin:0;line-height:1.02}.hero h1{max-width:13ch;color:var(--ink);letter-spacing:-.025em;font-size:clamp(2.85rem,4.6vw,4.8rem);font-weight:800}.lead{max-width:38rem;color:var(--ink-soft);text-wrap:pretty;margin:1.4rem 0 0;font-size:clamp(1.08rem,1.62vw,1.28rem);font-weight:400;line-height:1.5}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.hero-board{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:11.2rem;gap:1.05rem;display:grid}.hero-product,.brand-card,.product-card{border:1px solid var(--line-heavy);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#ffffffd1}.hero-product{transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, transform var(--duration-fast) ease;place-items:center;padding:1.08rem;display:grid;position:relative;overflow:hidden}.hero-product:after{content:"";background:var(--surface);height:38%;position:absolute;inset:auto 0 0}.hero-product img{object-fit:contain;width:100%;height:100%;transition:transform var(--duration-base) ease;transform:translateY(-.2rem)}.hero-product span{z-index:var(--z-base);color:var(--ink-soft);text-transform:uppercase;letter-spacing:.06em;text-wrap:balance;font-size:.83rem;font-weight:800;position:absolute;bottom:.85rem;left:1rem;right:1rem}.hero-product-large{grid-row:span 2}.hero-product-wide{background:var(--brand-primary-wash)}.hero-product:hover{box-shadow:var(--shadow-medium);border-color:#247aa647;transform:translateY(-2px)}.hero-product:hover img{transform:translateY(-.35rem)scale(1.025)}.catalog-heading h2{letter-spacing:-.02em;font-size:clamp(2rem,4vw,3.8rem);font-weight:800}.brand-card-main h2{font-size:clamp(1.65rem,2.4vw,2.35rem)}.brand-grid{grid-template-columns:1.3fr repeat(4,minmax(0,1fr));gap:1.05rem;display:grid}.brand-card{background:var(--surface);flex-direction:column;justify-content:space-between;min-height:15rem;padding:1.22rem;display:flex}.brand-card img{object-fit:contain;object-position:left center;width:10rem;max-height:4.5rem}.brand-card strong{color:var(--blue-deep);font-family:var(--font-display);font-size:1.3rem;font-weight:800}.brand-card h2,.brand-card h3{color:var(--ink-strong);font-family:var(--font-display);margin:1rem 0 .45rem;font-weight:800}.brand-card p{color:var(--muted);text-wrap:pretty;margin:0;line-height:1.48}.brand-card-main{background:var(--brand-primary-wash)}.brand-card:nth-child(4){background:#9f7a431f;border-color:#9f7a4333}.catalog{padding:clamp(2.8rem,5vw,4.6rem) 0 clamp(4.5rem,8vw,6.8rem);scroll-margin-top:6.5rem}.brand-system{scroll-margin-top:6.5rem}.catalog-heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:1.55rem;display:flex}.result-count{color:var(--muted);margin:0;font-weight:500}.category-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,2vw,1.35rem);display:grid}.category-overview-card{border:1px solid var(--line-heavy);border-radius:var(--radius);background:var(--category-color,var(--blue-deep)) var(--surface);transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, transform var(--duration-fast) ease;align-content:start;gap:1.05rem;padding:clamp(1.02rem,2vw,1.28rem);scroll-margin-top:6.5rem;display:grid;position:relative;overflow:hidden}.category-overview-card:before{content:"";background:var(--category-color,var(--blue-deep));height:3px;position:absolute;inset:0 0 auto}.category-overview-card:hover{border-color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 34%, var(--surface));box-shadow:var(--shadow-medium);transform:translateY(-2px)}.category-overview-main{color:inherit;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.9rem;text-decoration:none;display:grid}.category-overview-main h3{color:var(--ink-strong);font-family:var(--font-display);text-wrap:balance;margin:.25rem 0 .48rem;font-size:clamp(1.35rem,2.4vw,2.05rem);font-weight:800;line-height:1.05}.category-overview-main p{color:var(--muted);text-wrap:pretty;margin:0;line-height:1.48}.category-count{border-radius:var(--radius-sm);width:2.6rem;height:2.6rem;color:var(--on-primary);background:var(--category-color,var(--blue-deep));box-shadow:0 10px 24px color-mix(in srgb, var(--category-color,var(--blue-deep)) 20%, transparent);font-family:var(--font-display);place-items:center;font-size:1.1rem;font-weight:900;display:none}.overview-product-list{gap:.56rem;display:grid}.overview-product{border:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 10%, var(--line));border-radius:var(--radius);min-height:4.8rem;color:inherit;transition:border-color var(--duration-fast) ease, background-color var(--duration-fast) ease, transform var(--duration-fast) ease;background:#ffffffb8;grid-template-columns:4.35rem minmax(0,1fr);align-items:center;gap:.78rem;padding:.62rem .66rem;text-decoration:none;display:grid}.overview-product:hover{border-color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 35%, var(--surface));background:var(--surface);transform:translate(2px)}.overview-product img{object-fit:contain;border-radius:var(--radius-sm);background:color-mix(in srgb, var(--category-color,var(--blue-deep)) 6%, var(--brand-primary-wash));width:4.35rem;height:3.4rem}.overview-product strong{color:var(--ink-strong);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;font-weight:800;line-height:1.18;display:-webkit-box;overflow:hidden}.overview-product small{color:var(--muted);margin-top:.2rem;font-size:.75rem;font-weight:700;line-height:1.25;display:block}.category-open-link{border:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 45%, var(--surface));border-radius:var(--radius-sm);min-height:2.75rem;color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 72%, var(--ink));background:var(--surface);transition:color var(--duration-fast) ease, background-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, transform var(--duration-fast) ease;justify-self:start;padding:.42rem .74rem;font-size:.82rem;font-weight:800;line-height:1;text-decoration:none}.category-open-link:hover{color:var(--on-primary);background:var(--category-color,var(--blue-deep));box-shadow:0 9px 22px color-mix(in srgb, var(--category-color,var(--blue-deep)) 18%, transparent);transform:translateY(-1px)}.breadcrumb-nav{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:clamp(1.2rem,2.4vw,1.8rem);font-size:.84rem;font-weight:700;display:flex}.breadcrumb-nav a{color:var(--blue-deep);text-decoration:none}.breadcrumb-nav a:hover{text-decoration:underline}.category-page-grid{grid-template-columns:minmax(0,1.05fr) minmax(18rem,.68fr);align-items:start;gap:clamp(1.35rem,2.8vw,2.25rem);display:grid}.category-page-copy h1{max-width:13ch;color:var(--ink-strong);font-family:var(--font-display);text-wrap:balance;margin:0;font-size:clamp(2.35rem,4.7vw,4.35rem);font-weight:900;line-height:1.01}.category-page-copy>p:not(.eyebrow){max-width:48rem;color:var(--muted);text-wrap:pretty;margin:1.1rem 0 0;font-size:clamp(1rem,1.4vw,1.14rem);line-height:1.54}.category-page-copy .category-meta{justify-content:flex-start;margin-top:1.2rem}.brand-filter-block{gap:.64rem;margin-top:1.18rem;display:grid}.brand-filter-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;font-weight:800}.brand-filter-bar{flex-wrap:wrap;gap:.55rem;display:flex}.brand-filter{border:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 14%, var(--line));border-radius:var(--radius-sm);min-height:2.75rem;color:var(--muted);background:var(--surface);cursor:pointer;transition:border-color var(--duration-fast) ease, color var(--duration-fast) ease, background-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease;align-items:center;gap:.55rem;padding:.45rem .78rem;font-size:.84rem;font-weight:700;display:inline-flex}.brand-filter strong{color:var(--category-color,var(--blue-deep));font-size:.8rem;font-weight:900}.brand-filter:hover,.brand-filter.is-active{border-color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 50%, var(--surface));color:var(--category-color,var(--blue-deep));background:color-mix(in srgb, var(--category-color,var(--blue-deep)) 7%, var(--surface));box-shadow:0 8px 18px color-mix(in srgb, var(--category-color,var(--blue-deep)) 12%, transparent)}.category-page-actions{flex-wrap:wrap;gap:.7rem;margin-top:1.7rem;display:flex}.category-hero-stack{gap:.72rem;display:grid}.category-hero-product{border:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 14%, var(--line));border-radius:var(--radius);min-height:6.15rem;color:inherit;background:var(--brand-primary-soft);box-shadow:inset 3px 0 0 color-mix(in srgb, var(--category-color,var(--blue-deep)) 52%, transparent);transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, transform var(--duration-fast) ease;grid-template-columns:6.1rem minmax(0,1fr);align-items:center;gap:.78rem;padding:.7rem .78rem;text-decoration:none;display:grid}.category-hero-product:hover{border-color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 38%, var(--surface));box-shadow:var(--shadow-panel);transform:translateY(-2px)}.category-hero-product img{object-fit:contain;width:6.1rem;height:4.85rem}.category-hero-copy{gap:.28rem;min-width:0;display:grid}.category-hero-copy strong{color:var(--ink-strong);font-family:var(--font-display);text-wrap:balance;font-size:1.02rem;font-weight:800;line-height:1.14}.category-hero-copy small{color:var(--muted);font-size:.76rem;font-weight:700;line-height:1.25}.category-products-section{border-top:1px solid var(--line);padding:clamp(2.55rem,5vw,4.2rem) 0 clamp(3.35rem,6vw,5.2rem);scroll-margin-top:6.5rem}.category-products-section .catalog-heading h2,.related-categories .catalog-heading h2{color:var(--ink-strong);font-family:var(--font-display);margin:0;font-size:clamp(1.85rem,3.5vw,3.1rem);font-weight:800;line-height:1.05}.category-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.related-categories{padding:0 0 clamp(4.6rem,7vw,6.15rem)}.related-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.related-category-card{border:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 16%, var(--line));border-radius:var(--radius);min-height:10.9rem;color:inherit;background:var(--surface);transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, transform var(--duration-fast) ease;align-content:start;gap:.76rem;padding:1rem;text-decoration:none;display:grid}.related-category-card:hover{border-color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 40%, var(--surface));box-shadow:var(--shadow-panel);transform:translateY(-2px)}.related-category-card strong{color:var(--ink-strong);font-family:var(--font-display);font-size:1.1rem;font-weight:800;line-height:1.12}.related-category-card small{color:var(--muted);font-size:.78rem;font-weight:700}.category-section{border-top:1px solid var(--line);padding:2.4rem 0 3.3rem;scroll-margin-top:6.5rem;position:relative}.category-section:before{content:"";background:var(--category-color,var(--blue-deep));width:min(15rem,42vw);height:2px;position:absolute;top:-1px;left:0}.category-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:clamp(1.25rem,3vw,2rem);margin-bottom:1.5rem;display:grid}.category-title-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.category-header h3{color:var(--ink-strong);font-family:var(--font-display);letter-spacing:0;margin:0;font-size:clamp(1.55rem,3vw,2.65rem);font-weight:800;line-height:1.05}.category-header p{max-width:52rem;color:var(--muted);text-wrap:pretty;margin:.65rem 0 0;line-height:1.5}.category-number{border-radius:var(--radius-sm);width:2.28rem;height:2.28rem;color:var(--on-primary);background:var(--category-color,var(--blue-deep));box-shadow:0 9px 24px color-mix(in srgb, var(--category-color,var(--blue-deep)) 22%, transparent);place-items:center;font-weight:800;display:inline-grid}.category-meta{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;display:flex}.chip,.source-chip,.status-chip{border-radius:var(--radius-sm);align-items:center;width:fit-content;min-height:2.75rem;padding:.32rem .62rem;font-size:.78rem;font-weight:700;display:inline-flex}.chip{color:var(--ink-soft);background:color-mix(in srgb, var(--category-color,var(--blue-deep)) 8%, var(--brand-primary-wash))}.source-chip{color:var(--blue-deep);background:var(--brand-primary-soft)}.status-chip{color:var(--brand-warning);background:var(--brand-warning)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.12rem;display:grid}.product-card{isolation:isolate;background:var(--surface);min-height:30.75rem;box-shadow:var(--shadow-soft);transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, transform var(--duration-fast) ease;grid-template-rows:clamp(12.15rem,15vw,13rem) 1fr;display:grid;position:relative;overflow:hidden}.product-card:before{content:"";z-index:var(--z-above);background:var(--category-color,var(--blue-deep));height:3px;position:absolute;inset:0 0 auto}.product-card:hover{border-color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 42%, var(--surface));box-shadow:var(--shadow-medium);transform:translateY(-3px)}.product-card.featured{grid-column:span 2;grid-template-rows:auto;grid-template-columns:minmax(17rem,.8fr) minmax(0,1fr);min-height:23.8rem}.product-media{background:var(--surface);min-width:0;box-shadow:inset 0 -1px 0 var(--line-medium);place-items:center;padding:1.15rem;display:grid;overflow:hidden}.product-media img{object-fit:contain;width:100%;height:100%;max-height:11rem;filter:drop-shadow(0 12px 18px var(--line-medium));transition:transform var(--duration-base) ease, filter var(--duration-base) ease}.product-card:hover .product-media img{filter:drop-shadow(0 16px 22px var(--line-strong));transform:scale(1.035)}.product-body{flex-direction:column;min-width:0;padding:1.12rem 1.12rem 1.08rem;display:flex}.product-kicker{color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 72%, var(--ink));letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.product-card h4{color:var(--ink-strong);font-family:var(--font-display);-webkit-line-clamp:2;line-clamp:2;text-wrap:balance;-webkit-box-orient:vertical;min-height:2.75em;margin:.42rem 0 .62rem;font-size:1.18rem;font-weight:800;line-height:1.14;display:-webkit-box;overflow:hidden}.product-card.featured h4{-webkit-line-clamp:3;line-clamp:3;min-height:auto;font-size:clamp(1.35rem,2vw,2rem)}.product-description{color:var(--muted);-webkit-line-clamp:3;line-clamp:3;text-wrap:pretty;-webkit-box-orient:vertical;min-height:4.35em;margin:0;font-size:.94rem;line-height:1.54;display:-webkit-box;overflow:hidden}.product-card.featured .product-description{-webkit-line-clamp:4;line-clamp:4;min-height:auto}.facts{flex-wrap:wrap;gap:.42rem;min-height:0;margin:.88rem 0 0;display:flex}.fact{border-radius:var(--radius-sm);color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 58%, var(--ink-soft));background:color-mix(in srgb, var(--category-color,var(--blue-deep)) 9%, #f4f8fa);padding:.31rem .58rem;font-size:.75rem;font-weight:700}.details-table{border-collapse:collapse;table-layout:fixed;width:100%;margin-top:1rem;font-size:.77rem;line-height:1.32}.details-table th,.details-table td{border-top:1px solid var(--line);vertical-align:top;text-align:left;overflow-wrap:anywhere;padding:.43rem 0}.details-table th{width:6.8rem;color:var(--muted);font-weight:800}.details-table td{color:var(--muted)}.product-footer{border-top:1px solid var(--brand-primary-soft);flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:.96rem;display:flex}.product-detail-link{border:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 48%, var(--surface));border-radius:var(--radius-sm);min-height:2.75rem;color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 72%, var(--ink));background:var(--surface);justify-content:center;align-items:center;padding:.4rem .74rem;font-size:.79rem;font-weight:800;line-height:1;text-decoration:none;display:inline-flex}.shortlist-add{border:1px solid var(--line);border-radius:var(--radius-sm);min-height:2.75rem;color:var(--muted);background:var(--surface);cursor:pointer;font:inherit;transition:background-color var(--duration-fast) ease, border-color var(--duration-fast) ease, color var(--duration-fast) ease, transform var(--duration-fast) ease, box-shadow var(--duration-fast) ease;justify-content:center;align-items:center;padding:.4rem .74rem;font-size:.79rem;font-weight:800;line-height:1;display:inline-flex}.shortlist-add:hover{border-color:var(--category-color,var(--blue-deep));color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 72%, var(--ink));transform:translateY(-1px)}.shortlist-add.is-selected{border-color:var(--category-color,var(--blue-deep));color:var(--on-primary);background:var(--category-color,var(--blue-deep))}.product-detail-link:hover{color:var(--on-primary);background:var(--category-color,var(--blue-deep))}.detail-body{background:var(--subtle)}.detail-category-nav,.selection-category-nav{min-width:min(100%,15rem)}.detail-header .header-actions{justify-content:end}.detail-nav{flex-wrap:nowrap;align-items:center;gap:.5rem;display:flex}.detail-nav a{border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--muted);background:var(--surface);white-space:nowrap;padding:.48rem .8rem;font-size:.87rem;font-weight:700;line-height:1;text-decoration:none}.detail-nav a:hover{border-color:var(--blue-deep);color:var(--blue-deep)}.detail-body-aesthetic{background:#367fb60f}.detail-body-aesthetic .site-header{background:#fffffff0}.detail-body-aesthetic .detail-nav a:hover{border-color:var(--blue-strong);color:var(--blue-ink)}.detail-screen-panel{gap:1rem;margin-bottom:1.25rem;padding:1rem 0 .15rem;display:grid}.detail-stage[data-detail-theme=aesthetic]{padding-top:1.35rem}.detail-stage[data-detail-theme=aesthetic] .detail-screen-panel{gap:1.15rem;padding-top:1.25rem}.detail-screen-summary h2{color:var(--ink-strong);font-family:var(--font-display);margin:.3rem 0 .45rem;font-size:clamp(1.45rem,2.5vw,2.15rem);font-weight:900;line-height:1.04}.detail-screen-summary p:last-child{max-width:62rem;color:var(--muted);margin:0;line-height:1.5}.detail-screen-summary-aesthetic .eyebrow{color:var(--detail-color-deep,var(--detail-color,var(--blue-deep)))}.detail-stage[data-detail-theme=aesthetic] .detail-screen-summary h2{font-size:clamp(1.45rem,2vw,1.95rem)}.detail-stage[data-detail-theme=aesthetic] .detail-screen-summary p:last-child{max-width:48rem;color:var(--muted);font-size:.96rem}.detail-showcase{grid-template-columns:minmax(21rem,.95fr) minmax(20rem,1.05fr);align-items:stretch;gap:1.15rem;display:grid}.detail-showcase-visual{isolation:isolate;border:1px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 20%, var(--line));border-radius:var(--radius);background:var(--detail-color,var(--blue-deep)) var(--surface);min-height:29rem;box-shadow:inset 0 1px 0 #fffffff0, 0 24px 60px var(--line);place-items:center;padding:1.05rem;display:grid;position:relative;overflow:hidden}.detail-showcase-visual:after{content:none}.detail-showcase-visual img{object-fit:contain;width:100%;height:100%;max-height:28rem;filter:drop-shadow(0 22px 28px var(--line-strong));transform:scale(1.08)}.detail-showcase-copy{align-content:start;gap:.88rem;padding:.45rem .25rem .3rem;display:grid}.detail-showcase-copy .eyebrow{color:var(--detail-color-deep,var(--detail-color,var(--blue-deep)));margin:0}.detail-showcase-copy h3{color:var(--ink-strong);font-family:var(--font-display);text-wrap:balance;margin:0;font-size:clamp(2.35rem,4.35vw,4rem);font-weight:900;line-height:.98}.detail-showcase-lead{max-width:42rem;color:var(--muted);margin:0;font-size:1.01rem;line-height:1.58}.detail-showcase-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:.72rem;display:grid}.detail-showcase-facts .detail-fact{border-radius:var(--radius-sm);min-height:3.35rem;padding:.72rem .82rem;font-size:.84rem;line-height:1.24;box-shadow:inset 0 1px #ffffffe0}.detail-showcase-note{border-left:2px solid var(--detail-color-deep,var(--detail-color,var(--blue-deep)));border-radius:0 var(--radius) var(--radius) 0;background:var(--surface);max-width:42rem;padding:1rem 1.1rem}.detail-showcase-note strong{color:var(--ink-strong);font-size:.95rem;font-weight:800;display:block}.detail-showcase-note p{color:var(--muted);margin:.45rem 0 0;font-size:.93rem;line-height:1.56}.detail-showcase-standard{grid-template-columns:minmax(18rem,.72fr) minmax(0,1.28fr)}.detail-showcase-standard .detail-showcase-visual{min-height:clamp(18rem,32vw,27rem)}.detail-showcase-standard .detail-showcase-copy{align-content:start;gap:.78rem;padding-top:0}.detail-showcase-standard .detail-showcase-facts,.detail-showcase-standard .detail-screen-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-screen-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.detail-screen-metrics article{border:1px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 18%, var(--line));border-radius:var(--radius-sm);background:var(--brand-primary-soft);min-height:4.65rem;padding:.78rem .9rem}.detail-screen-metrics strong{color:var(--detail-color,var(--blue-deep));font-family:var(--font-display);font-size:clamp(1.28rem,2vw,1.78rem);font-weight:900;line-height:1;display:block}.detail-screen-metrics span{color:var(--muted);margin-top:.45rem;font-size:.88rem;font-weight:700;line-height:1.38;display:block}.detail-stage[data-detail-theme=aesthetic] .detail-screen-metrics article{background:var(--surface);min-height:5.95rem;box-shadow:var(--shadow-panel)}.detail-stage[data-detail-theme=aesthetic] .detail-screen-metrics strong{color:var(--detail-color-deep,var(--detail-color,var(--blue-deep)))}.detail-screen-actions{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.detail-screen-cta{cursor:pointer;border:0}.detail-stage[data-detail-theme=aesthetic] .detail-screen-actions .primary-link{background:var(--brand-gradient);box-shadow:0 18px 30px color-mix(in srgb, var(--blue-strong) 18%, transparent)}.detail-stage[data-detail-theme=aesthetic] .detail-screen-actions .secondary-link{color:var(--blue-ink);border-color:color-mix(in srgb, var(--blue-deep) 24%, var(--line));background:#fffffff5}.detail-stage[data-detail-theme=aesthetic] .detail-screen-actions .secondary-link:hover{background:var(--detail-surface,#f7fbfc);border-color:var(--detail-color,var(--blue-deep))}html[data-catalog-variant=editorial]{--content-width:1280px;--section-gap:clamp(3.4rem, 6vw, 6.2rem)}html[data-catalog-variant=editorial] body{background:var(--brand-primary-wash)}html[data-catalog-variant=editorial] .site-header{background:var(--surface);min-height:5.35rem}html[data-catalog-variant=editorial] .lead{max-width:34rem;font-size:clamp(1.08rem,1.7vw,1.34rem)}html[data-catalog-variant=editorial] .hero-board{grid-template-columns:1.15fr .85fr;grid-auto-rows:12.8rem;gap:1rem}html[data-catalog-variant=editorial] .hero-product{border-color:color-mix(in srgb, var(--blue-deep) 16%, var(--surface));background:var(--brand-primary-soft);box-shadow:var(--shadow-xl)}html[data-catalog-variant=editorial] .hero-product-large{grid-row:span 2}html[data-catalog-variant=editorial] .category-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}html[data-catalog-variant=editorial] .category-overview-card:first-child,html[data-catalog-variant=editorial] .category-overview-card:nth-child(4){grid-column:span 2}html[data-catalog-variant=editorial] .category-overview-card{background:var(--category-color,var(--blue-deep)) var(--surface);min-height:28rem;padding:clamp(1.2rem,2.5vw,1.65rem)}html[data-catalog-variant=editorial] .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}html[data-catalog-variant=editorial] .product-card{min-height:32rem}html[data-catalog-variant=editorial] .product-card.featured{grid-column:span 2;min-height:25rem}html[data-catalog-variant=editorial] .category-page-grid{grid-template-columns:minmax(0,.85fr) minmax(22rem,1.15fr);gap:clamp(1.6rem,3vw,3rem)}html[data-catalog-variant=editorial] .category-page-copy h1{max-width:11ch;font-size:clamp(2.8rem,5.6vw,5.4rem)}html[data-catalog-variant=editorial] .category-hero-stack{grid-template-columns:repeat(2,minmax(0,1fr));align-content:stretch}html[data-catalog-variant=editorial] .category-hero-product{min-height:13.5rem;box-shadow:inset 0 3px 0 color-mix(in srgb, var(--category-color,var(--blue-deep)) 45%, transparent);grid-template-columns:1fr;align-content:start}html[data-catalog-variant=editorial] .category-hero-product:first-child{grid-row:span 2;min-height:28rem}html[data-catalog-variant=editorial] .category-hero-product img{width:100%;height:9rem}html[data-catalog-variant=editorial] .category-hero-product:first-child img{height:18rem}html[data-catalog-variant=editorial] .detail-showcase{grid-template-columns:minmax(21rem,.85fr) minmax(26rem,1.15fr);gap:1.65rem}html[data-catalog-variant=editorial] .detail-showcase-copy h3{font-size:clamp(2.8rem,5vw,4.8rem)}html[data-catalog-variant=compact]{--content-width:1360px;--section-gap:clamp(2rem, 4vw, 3.5rem);--card-pad:.92rem}html[data-catalog-variant=compact] .site-header{grid-template-columns:auto minmax(10rem,.8fr) auto;min-height:4.5rem;padding-top:.58rem;padding-bottom:.58rem}html[data-catalog-variant=compact] .brand-lockup{width:clamp(8rem,11vw,10.8rem)}html[data-catalog-variant=compact] .search-box input{width:min(20vw,15.5rem)}html[data-catalog-variant=compact] .hero{grid-template-columns:minmax(0,.92fr) minmax(22rem,1.08fr);gap:clamp(1.3rem,2.8vw,2.5rem);padding-top:clamp(1.7rem,3vw,2.55rem);padding-bottom:clamp(1.8rem,3.2vw,2.8rem)}html[data-catalog-variant=compact] .lead{max-width:46rem;font-size:1.03rem;line-height:1.48}html[data-catalog-variant=compact] .hero-actions{margin-top:1.35rem}html[data-catalog-variant=compact] .hero-board{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:9.2rem;gap:.72rem}html[data-catalog-variant=compact] .hero-product,html[data-catalog-variant=compact] .hero-product-large,html[data-catalog-variant=compact] .hero-product-wide{grid-area:auto}html[data-catalog-variant=compact] .catalog{padding-top:clamp(2rem,4vw,3.2rem)}html[data-catalog-variant=compact] .category-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.86rem}html[data-catalog-variant=compact] .category-overview-card{gap:.75rem;min-height:0;padding:.88rem}html[data-catalog-variant=compact] .category-overview-main h3{font-size:clamp(1.18rem,1.8vw,1.55rem)}html[data-catalog-variant=compact] .category-overview-main p{font-size:.9rem;line-height:1.42}html[data-catalog-variant=compact] .overview-product-list{gap:.42rem}html[data-catalog-variant=compact] .overview-product{grid-template-columns:3.75rem minmax(0,1fr);min-height:4rem;padding:.5rem}html[data-catalog-variant=compact] .overview-product img{width:3.75rem;height:2.85rem}html[data-catalog-variant=compact] .category-page-hero{padding-top:clamp(1.3rem,2.5vw,2.2rem);padding-bottom:clamp(1.4rem,2.8vw,2.35rem)}html[data-catalog-variant=compact] .category-page-grid{grid-template-columns:minmax(0,1fr) minmax(24rem,.88fr)}html[data-catalog-variant=compact] .category-page-copy h1{max-width:18ch;font-size:clamp(2.1rem,4vw,3.65rem)}html[data-catalog-variant=compact] .category-hero-stack{gap:.55rem}html[data-catalog-variant=compact] .category-hero-product{grid-template-columns:5rem minmax(0,1fr);min-height:5.2rem;padding:.52rem .58rem}html[data-catalog-variant=compact] .category-hero-product img{width:5rem;height:3.8rem}html[data-catalog-variant=compact] .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.86rem}html[data-catalog-variant=compact] .product-card{grid-template-rows:9.8rem 1fr;min-height:26rem}html[data-catalog-variant=compact] .product-card.featured{grid-column:span 2;grid-template-columns:minmax(12rem,.72fr) minmax(0,1fr);min-height:20.5rem}html[data-catalog-variant=compact] .product-card.featured .product-media{min-height:20rem}html[data-catalog-variant=compact] .product-media{padding:.8rem}html[data-catalog-variant=compact] .product-media img{max-height:8.5rem}html[data-catalog-variant=compact] .product-card.featured .product-media img{max-height:15rem}html[data-catalog-variant=compact] .product-card h4{min-height:2.75em;font-size:1.02rem}html[data-catalog-variant=compact] .product-description{min-height:3.9em;font-size:.86rem}html[data-catalog-variant=compact] .facts{gap:.32rem;margin-top:.68rem}html[data-catalog-variant=compact] .fact{padding:.26rem .48rem;font-size:.7rem}html[data-catalog-variant=compact] .details-table{margin-top:.72rem;font-size:.71rem}html[data-catalog-variant=compact] .detail-showcase{grid-template-columns:minmax(20rem,.88fr) minmax(22rem,1.12fr);gap:1rem}html[data-catalog-variant=compact] .detail-showcase-visual{min-height:27rem}html[data-catalog-variant=compact] .detail-showcase-copy h3{font-size:clamp(2.2rem,3.8vw,3.45rem)}html[data-catalog-variant=compact] .detail-showcase-lead{font-size:.95rem}html[data-catalog-variant=compact] .detail-screen-metrics article{min-height:4.8rem;padding:.78rem .84rem}:root{--control-radius:6px;--control-radius-tight:4px;--control-bg:var(--surface);--control-bg-subtle:var(--brand-primary-wash);--control-border:var(--line-strong)}.catalog-workflow{border:1px solid var(--hairline);border-radius:var(--radius);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;grid-template-columns:repeat(4,minmax(0,1fr));gap:.28rem;margin-top:.72rem;margin-bottom:.3rem;padding:.34rem;display:grid}.catalog-workflow-step{border-radius:var(--control-radius);min-width:0;color:var(--muted);transition:border-color var(--duration-fast) ease, background-color var(--duration-fast) ease, color var(--duration-fast) ease;background:0 0;border:1px solid #0000;grid-template-columns:2.15rem minmax(0,1fr);align-items:center;gap:.66rem;padding:.58rem .66rem;text-decoration:none;display:grid;position:relative}.catalog-workflow-step:before{content:"";border-radius:var(--radius-sm);background:var(--blue-strong);opacity:0;width:3px;position:absolute;top:.55rem;bottom:.55rem;left:0}:is(.catalog-workflow-step:hover,.catalog-workflow-step:focus-visible){border-color:color-mix(in srgb, var(--blue-strong) 22%, var(--control-border));color:var(--blue-ink);background:var(--brand-primary-wash)}.catalog-workflow-step.is-active{border-color:color-mix(in srgb, var(--blue-strong) 28%, var(--control-border));color:var(--ink-strong);background:var(--surface)}.catalog-workflow-step.is-next{border-color:color-mix(in srgb, var(--green) 18%, var(--control-border))}.catalog-workflow-step.is-active:before{opacity:1}.catalog-workflow-index{border:1px solid var(--control-border);border-radius:var(--control-radius-tight);width:2.05rem;height:2.05rem;color:var(--blue-ink);background:var(--surface);place-items:center;font-size:.72rem;font-weight:800;line-height:1;display:inline-grid}.catalog-workflow-step.is-active .catalog-workflow-index{border-color:var(--blue-strong);color:var(--on-primary);background:var(--blue-strong)}.catalog-workflow-copy{gap:.04rem;min-width:0;display:grid}.catalog-workflow-copy strong,.catalog-workflow-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.catalog-workflow-copy strong{color:inherit;font-size:.84rem;font-weight:800;line-height:1.12}.catalog-workflow-copy small{color:var(--muted);font-size:.72rem;font-weight:700;line-height:1.18}.nav-toggle,.search-box input,.language-picker select,.layout-variant-picker select,.print-button,.primary-link,.secondary-link,.product-detail-link,.shortlist-add,.category-open-link,.brand-filter,.detail-nav a{border-radius:var(--control-radius);box-shadow:none}.nav-toggle,.search-box input,.language-picker select,.layout-variant-picker select,.secondary-link,.product-detail-link,.shortlist-add,.category-open-link,.brand-filter,.detail-nav a{border-color:var(--control-border);background:var(--control-bg)}.print-button,.primary-link{background:var(--brand-primary)}.print-button.print-button-subtle,.secondary-link{color:var(--blue-ink);background:var(--control-bg-subtle)}.print-button:hover,.primary-link:hover,.secondary-link:hover,.product-detail-link:hover,.shortlist-add:hover,.category-open-link:hover,.brand-filter:hover{box-shadow:var(--shadow-hover);transform:translateY(-1px)}.nav-toggle-icon,.nav-item-index,.category-number,.category-count{border-radius:var(--control-radius-tight);box-shadow:none}.nav-toggle-icon{border:1px solid var(--control-border);background:var(--surface)}.chip,.source-chip,.status-chip,.fact,.detail-fact,.detail-brand-strip-head span,.selection-screen-chip,.selection-product-facts span,.selection-product-badge,.selection-product-note{border-radius:var(--control-radius-tight)}.chip,.fact{border:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 14%, var(--line))}.hero-product:hover,.category-overview-card:hover,.product-card:hover,.related-category-card:hover,.detail-brand-card:hover{transform:translateY(-1px)}.product-card,.category-overview-card,.brand-card,.hero-product,.related-category-card,.category-hero-product{box-shadow:var(--shadow-card)}.detail-brand-strip{gap:.76rem;display:grid}.detail-stage[data-detail-theme=aesthetic] .detail-brand-strip{border-top:1px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 18%, var(--line));padding-top:1rem}.detail-brand-strip-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem 1rem;display:flex}.detail-brand-strip-head strong{color:var(--ink-strong);font-family:var(--font-display);font-size:1.02rem;font-weight:600}.detail-brand-strip-head span{color:var(--detail-color,var(--blue-deep));font-size:.86rem;font-weight:600}.detail-brand-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;display:grid}.detail-brand-card{border:1px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 12%, var(--line));border-radius:var(--radius);min-height:5.35rem;color:inherit;background:var(--surface);transition:border-color var(--duration-fast) ease, transform var(--duration-fast) ease, box-shadow var(--duration-fast) ease;grid-template-columns:4.75rem minmax(0,1fr);align-items:center;gap:.72rem;padding:.72rem;text-decoration:none;display:grid}.detail-brand-card:hover{border-color:color-mix(in srgb, var(--detail-color,var(--blue-deep)) 40%, var(--surface));box-shadow:0 16px 32px var(--line);transform:translateY(-2px)}.detail-brand-card img{object-fit:contain;width:4.75rem;height:4rem}.detail-brand-card strong,.detail-brand-card small{display:block}.detail-brand-card strong{color:var(--ink-strong);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.89rem;font-weight:600;line-height:1.2;display:-webkit-box;overflow:hidden}.detail-brand-card small{color:var(--muted);margin-top:.24rem;font-size:.75rem;font-weight:500}.detail-stage[data-detail-theme=aesthetic] .detail-brand-card{border-radius:var(--radius);background:var(--surface)}.product-detail-sheet{isolation:isolate;border-radius:var(--radius);width:210mm;min-height:297mm;box-shadow:var(--shadow-modal);background:#f7fbfdf0;border:1px solid #57798a2e;grid-template-rows:auto 1fr auto;margin:16px auto;padding:13mm 14mm 12mm;display:grid;position:relative;overflow:hidden}.detail-stage[data-detail-theme=aesthetic] .product-detail-sheet{border-color:color-mix(in srgb, var(--detail-color,var(--blue-deep)) 22%, #57798a1f);box-shadow:var(--shadow-modal);background:#faf7f3f2}.product-detail-sheet:before{content:"";z-index:0;background:var(--detail-color,var(--blue-deep));width:3mm;position:absolute;inset:0 auto 0 0}.detail-stage[data-detail-theme=aesthetic] .product-detail-sheet:before{background:var(--detail-color-deep,var(--detail-color,var(--blue-deep)));width:3.6mm}.product-detail-sheet>*{z-index:var(--z-base);position:relative}.detail-sheet-header,.detail-sheet-footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.detail-sheet-header{min-height:15mm;box-shadow:inset 0 -1px 0 var(--line);border-bottom:0;padding-bottom:4.5mm}.detail-sheet-header img{width:44mm}.detail-sheet-header div{text-align:right}.detail-sheet-header strong{color:var(--ink);font-family:var(--font-display);font-size:10.2pt;font-weight:800;line-height:1.12;display:block}.detail-sheet-header span,.detail-sheet-footer{color:var(--muted);font-size:8pt;font-weight:700}.detail-main-grid{grid-template-columns:.94fr 1.06fr;align-items:start;gap:8.5mm;padding:8mm 0 5.6mm;display:grid}.detail-visual{border:1px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 20%, var(--line));border-radius:var(--radius-sm);background:var(--detail-color,var(--blue-deep)) var(--surface);place-items:center;height:109mm;padding:7.5mm;display:grid;box-shadow:inset 0 1px #ffffffe6}.detail-stage[data-detail-theme=aesthetic] .detail-visual{background:var(--detail-color,var(--blue-deep)) var(--surface);box-shadow:inset 0 1px 0 #ffffffeb, 0 14px 34px var(--line-soft)}.detail-visual img{object-fit:contain;width:100%;height:100%;filter:drop-shadow(0 14px 18px var(--line-medium));transform:scale(1.035)}.detail-stage[data-detail-theme=aesthetic] .detail-visual img{filter:drop-shadow(0 18px 24px var(--line-medium))}.detail-copy .eyebrow{color:var(--detail-color,var(--blue-deep));margin-bottom:3mm;font-size:7.4pt}.detail-copy h1{color:var(--ink-strong);font-family:var(--font-display);letter-spacing:0;margin:0;font-size:28.6pt;font-weight:900;line-height:1.03}.detail-stage[data-detail-theme=aesthetic] .detail-copy h1{text-wrap:balance;font-size:30pt;line-height:1.01}.detail-lead{color:var(--muted);margin:4.4mm 0 0;font-size:10.35pt;line-height:1.44}.detail-stage[data-detail-theme=aesthetic] .detail-lead{color:var(--muted)}.detail-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.4mm;margin:6.3mm 0 0;display:grid}.detail-fact{border:1px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 18%, var(--line));border-radius:var(--radius-sm);min-height:16mm;color:var(--ink-soft);background:color-mix(in srgb, var(--detail-color,var(--blue-deep)) 6%, var(--surface));padding:2.8mm;font-size:8.3pt;font-weight:800;line-height:1.2}.detail-stage[data-detail-theme=aesthetic] .detail-fact{background:var(--surface)}.detail-commerce-note{border-left:1.4mm solid var(--detail-color,var(--blue-deep));background:color-mix(in srgb, var(--detail-color,var(--blue-deep)) 6%, var(--surface));margin-top:5.4mm;padding:3.6mm 4.5mm}.detail-stage[data-detail-theme=aesthetic] .detail-commerce-note{border-left-color:var(--detail-color-deep,var(--detail-color,var(--blue-deep)));border-radius:var(--radius-sm);background:var(--surface)}.detail-commerce-note strong{color:var(--ink);font-size:9pt;line-height:1.16;display:block}.detail-commerce-note p{color:var(--muted);margin:1.5mm 0 0;font-size:8.6pt;line-height:1.36}.detail-actions{flex-wrap:wrap;gap:.5rem;margin-top:4.4mm;display:flex}.shortlist-large{min-height:2.75rem;padding:.5rem .85rem;font-size:.86rem}.detail-panels{grid-template-columns:.9fr 1.1fr;gap:4.6mm;display:grid}.detail-panel{border:1px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 15%, var(--line));border-top:2px solid var(--detail-color,var(--blue-deep));border-radius:var(--radius-sm);background:var(--surface);padding:4.6mm}.detail-stage[data-detail-theme=aesthetic] .detail-panel{border-top-color:var(--detail-color-deep,var(--detail-color,var(--blue-deep)));background:var(--surface)}.detail-panel h2{color:var(--ink-strong);font-family:var(--font-display);margin:0 0 2.7mm;font-size:14.2pt;font-weight:800;line-height:1.08}.detail-panel ul{color:var(--muted);margin:0;padding-left:5mm;font-size:8.9pt;font-weight:700;line-height:1.32}.detail-table{border-collapse:collapse;width:100%;font-size:8.3pt;line-height:1.3}.detail-table th,.detail-table td{border-top:1px solid var(--line);vertical-align:top;text-align:left;padding:2mm 0}.detail-table tr:first-child th,.detail-table tr:first-child td{border-top:0}.detail-table th{width:32mm;color:var(--muted);font-weight:500}.detail-insight-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2.8mm;margin-top:4.4mm;display:grid}.detail-insight-card{border:1px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 13%, var(--line));border-radius:var(--radius-sm);background:var(--brand-primary-soft);padding:3.4mm}.detail-insight-card h2{color:var(--ink-strong);font-family:var(--font-display);margin:0 0 2.2mm;font-size:10.8pt;font-weight:600;line-height:1.12}.detail-insight-card ul{color:var(--muted);margin:0;padding-left:4.3mm;font-size:7.6pt;font-weight:600;line-height:1.28}.detail-insight-card li+li{margin-top:1.3mm}.detail-insight-card p{color:var(--muted);margin:0;font-size:7.7pt;line-height:1.32}.related-products{margin-top:6.2mm}.related-products h2{color:var(--ink-strong);font-family:var(--font-display);margin:0 0 2.7mm;font-size:14.2pt;font-weight:800;line-height:1.08}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.8mm;display:grid}.related-card{border:1px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 12%, var(--line));border-radius:var(--radius-sm);min-height:27mm;color:inherit;background:var(--brand-primary-soft);transition:border-color var(--duration-fast) ease, transform var(--duration-fast) ease, box-shadow var(--duration-fast) ease;grid-template-columns:24mm 1fr;gap:3mm;padding:2.8mm;text-decoration:none;display:grid}.detail-stage[data-detail-theme=aesthetic] .related-card{background:var(--brand-primary-wash)}.related-card:hover{border-color:var(--detail-color,var(--blue-deep));box-shadow:var(--shadow-card);transform:translateY(-1px)}.related-card img{object-fit:contain;width:100%;height:21mm}.related-card strong{color:var(--ink-strong);font-family:var(--font-display);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.92rem;font-weight:600;line-height:1.14;display:-webkit-box;overflow:hidden}.related-card span{color:var(--detail-color,var(--blue-deep));margin-top:1mm;font-size:.78rem;font-weight:500;display:block}.detail-sheet-footer{border-top:1px solid var(--line);padding-top:3.8mm}.detail-sheet-online{min-width:0;color:inherit;grid-template-columns:18mm minmax(0,1fr);align-items:center;gap:2.4mm;text-decoration:none;display:grid}.detail-sheet-qr{border:1px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 18%, var(--line));border-radius:var(--radius-sm);background:var(--surface);place-items:center;width:18mm;height:18mm;padding:1mm;display:grid}.detail-sheet-qr-code{width:100%;height:100%;color:var(--ink-strong)}.detail-sheet-online span:last-child{gap:.8mm;min-width:0;display:grid}.detail-sheet-online strong{color:var(--ink-strong);font-size:8pt;line-height:1.08}.detail-sheet-online small{color:var(--detail-color,var(--blue-deep));text-transform:uppercase;font-size:6.2pt;font-weight:800;line-height:1.12}.detail-missing{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);width:min(720px,100% - 2rem);margin:5rem auto;padding:2rem}.empty-state{border:1px solid var(--line);border-radius:var(--radius);text-align:center;color:var(--muted);background:var(--surface);padding:3rem}.site-footer{border-top:1px solid var(--line);color:var(--muted);background:var(--page);justify-content:space-between;gap:2rem;padding:2rem clamp(1rem,3vw,2.5rem);font-size:.88rem;font-weight:400;display:flex}.site-footer img{width:10rem;margin-bottom:.6rem}.site-footer p{max-width:42rem;margin:0}.site-footer-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.45rem .8rem;display:flex}.site-footer-nav a{color:var(--muted);transition:color var(--duration-fast) ease;font-weight:500;text-decoration:none}.site-footer-nav a:hover{color:var(--brand-primary);text-underline-offset:.15em;text-decoration:underline}.skip-link{z-index:var(--z-max);clip-path:inset(50%);border-radius:var(--radius-sm);width:1px;height:1px;color:var(--on-primary);background:var(--brand-primary-ink);padding:.72rem .95rem;font-weight:800;position:fixed;top:1rem;left:1rem;overflow:hidden;transform:translateY(-240%)}:is(.skip-link:focus,.skip-link:focus-visible){clip-path:none;width:auto;height:auto;overflow:visible;transform:translateY(0)}:where(a,button,input,select,textarea,summary):focus-visible{outline-offset:3px;outline:3px solid #ffbf3f}:where(button,[role=button],input,select,textarea,summary,.primary-link,.secondary-link,.print-button){min-height:2.75rem}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto;transition-duration:.01ms;animation-duration:.01ms;animation-iteration-count:1}}[hidden]{display:none}.shortlist-widget,.catalog-advisor{transition:opacity var(--duration-fast) ease, transform var(--duration-fast) ease}body:not(.catalog-dock-visible) .shortlist-widget:not(.is-open),body:not(.catalog-dock-visible) .catalog-advisor:not(.is-open){pointer-events:none;opacity:0;transform:translateY(calc(100% + 1rem))}@media (max-width:1180px){.detail-header,.selection-body .site-header{grid-template-columns:auto minmax(13rem,1fr) auto}.detail-header .header-actions,.selection-body .site-header .header-actions{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-end;display:flex}}@media (max-width:1050px){.site-header{grid-template-columns:minmax(9rem,1fr) auto}html[data-catalog-variant=editorial] .hero,html[data-catalog-variant=compact] .hero,html[data-catalog-variant=editorial] .category-page-grid,html[data-catalog-variant=compact] .category-page-grid,html[data-catalog-variant=editorial] .detail-showcase,html[data-catalog-variant=compact] .detail-showcase{grid-template-columns:1fr}html[data-catalog-variant=editorial] .category-overview-grid,html[data-catalog-variant=compact] .category-overview-grid,html[data-catalog-variant=editorial] .product-grid,html[data-catalog-variant=compact] .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-catalog-variant=editorial] .category-overview-card:first-child,html[data-catalog-variant=editorial] .category-overview-card:nth-child(4),html[data-catalog-variant=editorial] .product-card.featured,html[data-catalog-variant=compact] .product-card.featured{grid-column:span 2}.detail-showcase,.detail-showcase-facts{grid-template-columns:1fr}.detail-showcase-visual{min-height:24rem}.detail-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.main-nav{justify-self:end}.nav-menu{left:auto;right:0}.header-actions{grid-column:1/-1;grid-template-columns:minmax(14rem,1fr) auto auto auto;align-items:end;display:grid}.search-box input,.layout-variant-picker select{width:100%}.hero,.brand-grid,.category-page-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-board,.product-grid,.category-overview-grid,.related-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card.featured{grid-column:span 2;grid-template-columns:1fr}}@media (max-width:860px){.detail-header{grid-template-columns:1fr}.detail-showcase-copy h3{font-size:clamp(2.05rem,5vw,2.9rem)}.detail-screen-metrics,.detail-brand-grid{grid-template-columns:1fr}.product-detail-sheet{width:calc(100vw - 1.5rem);min-height:auto;padding:clamp(1rem,4vw,14mm)}.detail-main-grid,.detail-panels,.detail-insight-grid{grid-template-columns:1fr}.detail-visual{height:20rem}}@media (max-width:700px){body{padding-bottom:4.1rem}.site-header{grid-template-columns:1fr;padding:.85rem 1rem 1rem;position:static}html[data-catalog-variant] .site-header,html[data-catalog-variant] .detail-header,html[data-catalog-variant] .selection-body .site-header{grid-template-columns:1fr}.brand-lockup,.main-nav,.nav-toggle{width:100%;min-width:0}.brand-lockup{max-width:11.5rem}.main-nav{justify-self:stretch}.nav-menu{width:100%;max-height:22rem;left:0;right:auto}.header-actions{grid-template-columns:1fr 1fr;align-items:stretch;gap:.62rem;display:grid}.detail-header .header-actions,.selection-body .site-header .header-actions{grid-column:auto;grid-template-columns:1fr;justify-content:stretch;width:100%;display:grid}.search-box{grid-column:1/-1}.layout-variant-picker,.language-picker,.search-box input,.layout-variant-picker select,.language-picker select{width:100%;min-width:0}.print-button{width:100%;min-height:2.62rem;padding-inline:.78rem}.detail-nav{flex-wrap:wrap;justify-self:stretch;width:100%}.hero{gap:1.45rem;padding:1.8rem 0 2.4rem}html[data-catalog-variant=editorial] .hero,html[data-catalog-variant=compact] .hero,html[data-catalog-variant=editorial] .category-page-grid,html[data-catalog-variant=compact] .category-page-grid,html[data-catalog-variant=editorial] .category-hero-stack,html[data-catalog-variant=compact] .category-hero-stack,html[data-catalog-variant=editorial] .detail-showcase,html[data-catalog-variant=compact] .detail-showcase{grid-template-columns:1fr}html[data-catalog-variant=editorial] .hero h1,html[data-catalog-variant=compact] .hero h1{max-width:9ch;font-size:clamp(2.86rem,15vw,3.35rem)}html[data-catalog-variant=editorial] .hero-board,html[data-catalog-variant=compact] .hero-board,html[data-catalog-variant=editorial] .category-overview-grid,html[data-catalog-variant=compact] .category-overview-grid,html[data-catalog-variant=editorial] .product-grid,html[data-catalog-variant=compact] .product-grid{grid-template-columns:1fr}html[data-catalog-variant=editorial] .category-overview-card:first-child,html[data-catalog-variant=editorial] .category-overview-card:nth-child(4),html[data-catalog-variant=editorial] .product-card.featured,html[data-catalog-variant=compact] .product-card.featured{grid-column:auto}html[data-catalog-variant=compact] .product-card.featured{grid-template-columns:1fr}.hero h1{max-width:8ch;font-size:3.35rem;line-height:.98}.lead{margin-top:1.15rem;font-size:1.05rem;line-height:1.52}.hero-actions{gap:.62rem;margin-top:1.6rem}.hero-actions>*{flex:calc(50% - .31rem);justify-content:center}.hero-actions>:last-child{flex-basis:100%}.hero-board,.product-grid,.category-overview-grid,.related-category-grid{grid-template-columns:1fr}.category-overview-main{grid-template-columns:auto minmax(0,1fr)}.category-count{grid-column:1/-1;justify-self:start}.category-hero-product{grid-template-columns:5.4rem minmax(0,1fr)}.category-hero-product img{width:5.4rem;height:4.7rem}.hero-product-large,.product-card.featured{grid-area:auto}.hero-board{grid-auto-rows:12rem}.category-header,.catalog-heading,.site-footer{display:block}.catalog-heading h2{font-size:clamp(1.5rem,4vw,2.58rem);line-height:1}.category-page-copy h1{font-size:clamp(1.8rem,5vw,3.08rem);line-height:.98}.category-page-copy>p:not(.eyebrow){font-size:1rem;line-height:1.56}.category-meta{justify-content:flex-start;margin-top:.8rem}.product-card,.product-card.featured{min-height:auto}.product-card h4{font-size:1.12rem}.product-description{font-size:.92rem;line-height:1.52}.detail-facts,.detail-showcase-facts,.related-grid{grid-template-columns:1fr}.detail-showcase-visual{min-height:18.5rem;padding:1rem}.detail-showcase-copy{gap:.7rem;padding-inline:0}.detail-screen-summary h2{font-size:1.78rem}.detail-showcase-copy h3{font-size:2.24rem;line-height:1.01}.detail-showcase-lead{font-size:.98rem;line-height:1.56}.detail-screen-metrics article{min-height:0;padding:.88rem .92rem}.detail-screen-metrics strong{font-size:1.48rem}.detail-screen-actions{grid-template-columns:1fr;display:grid}.related-card{grid-template-columns:4.5rem 1fr}}@media (max-width:460px){.hero h1{font-size:2.98rem}.catalog-heading h2{font-size:2.16rem}.category-page-copy h1{font-size:2.58rem}.detail-screen-summary h2{font-size:1.62rem}.detail-showcase-copy h3{font-size:1.94rem}}:root{--type-hero:4rem;--type-hero-editorial:4.2rem;--type-section-title:2.85rem;--type-page-title:3.15rem;--type-card-title:1.36rem;--rhythm-section:3.6rem;--rhythm-card-gap:.86rem}body{line-height:1.5}.site-header{min-height:4.65rem;padding-top:.66rem;padding-bottom:.66rem}.header-actions{gap:.5rem}.search-box,.language-picker,.layout-variant-picker{letter-spacing:.055em;gap:.14rem;font-size:.68rem}.search-box input,.language-picker select,.layout-variant-picker select{padding-top:.46rem;padding-bottom:.46rem;font-size:.88rem}.nav-toggle{padding:.34rem .46rem .34rem .74rem}.nav-toggle strong,.nav-item-copy strong{font-size:.86rem}.nav-toggle small,.nav-item-copy small{font-size:.65rem}.catalog-workflow{gap:.22rem;margin-top:.52rem;margin-bottom:0;padding:.26rem}.catalog-workflow-step{grid-template-columns:1.9rem minmax(0,1fr);gap:.52rem;padding:.46rem .54rem}.catalog-workflow-index{width:1.78rem;height:1.78rem}.catalog-workflow-copy small{font-size:.68rem}.hero{gap:2rem;padding:2rem 0 2.75rem}.hero h1{max-width:18ch;font-size:var(--type-hero);line-height:1.03}.lead{max-width:44rem;margin-top:1rem;font-size:1.08rem;line-height:1.48}.hero-actions{gap:.56rem;margin-top:1.35rem}.hero-board{grid-auto-rows:10.5rem;gap:.82rem}.hero-product{padding:.88rem}.hero-product span{font-size:.76rem;bottom:.7rem;left:.78rem;right:.78rem}.catalog{padding:2.45rem 0 4rem}.brand-system{padding:3.35rem 0 4.1rem}.catalog-heading{gap:1rem;margin-bottom:1.08rem}.catalog-heading h2{font-size:var(--type-section-title);line-height:1.06}.category-overview-grid{gap:.92rem}.category-overview-card{gap:.74rem;padding:.96rem}.category-overview-main{grid-template-columns:2rem minmax(0,1fr) auto;gap:.72rem}.category-overview-main h3{font-size:var(--type-card-title);margin:.18rem 0 .38rem;line-height:1.08}.category-overview-main p:not(.product-kicker){-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;line-height:1.45;display:-webkit-box;overflow:hidden}.category-number,.category-count{width:2rem;height:2rem;font-size:.82rem}.category-count{width:2.2rem;height:2.2rem}.category-meta{gap:.34rem}.chip,.source-chip,.status-chip,.fact{min-height:2.75rem;padding:.26rem .5rem;font-size:.72rem;line-height:1.15}.overview-product-list{gap:.44rem}.overview-product-list .overview-product:nth-child(n+3){display:none}.overview-product{grid-template-columns:3.75rem minmax(0,1fr);gap:.62rem;min-height:3.85rem;padding:.46rem .52rem}.overview-product img{width:3.75rem;height:2.95rem}.overview-product strong{font-size:.84rem}.overview-product small{font-size:.69rem}.category-open-link,.product-detail-link,.shortlist-add{min-height:2.75rem;padding:.38rem .64rem;font-size:.76rem}.category-page-hero{padding:1.7rem 0 2.35rem}.category-page-grid{gap:1.2rem}.category-page-copy h1{max-width:18ch;font-size:var(--type-page-title);line-height:1.04}.category-page-copy>p:not(.eyebrow){margin-top:.78rem;font-size:1rem;line-height:1.5}.brand-filter-block{gap:.48rem;margin-top:.92rem}.brand-filter-bar{gap:.42rem}.brand-filter{min-height:2.75rem;padding:.36rem .64rem;font-size:.78rem}.category-page-actions{gap:.52rem;margin-top:1.2rem}.category-hero-stack{gap:.52rem}.category-hero-product{grid-template-columns:5.35rem minmax(0,1fr);gap:.62rem;min-height:5.35rem;padding:.55rem .62rem}.category-hero-product img{width:5.35rem;height:4.05rem}.category-hero-copy strong{font-size:.94rem}.category-products-section{padding:2.45rem 0 4rem}.category-products-section .catalog-heading h2,.related-categories .catalog-heading h2{font-size:2.35rem;line-height:1.08}.product-grid{gap:.92rem}.product-card{grid-template-rows:11.2rem 1fr;min-height:27.4rem}.product-card.featured{min-height:21.8rem}.product-card.featured .product-media{min-height:21rem}.product-body{padding:.96rem}.product-card h4{min-height:2.75em;margin:.34rem 0 .5rem;font-size:1.05rem;line-height:1.15}.product-card.featured h4{font-size:1.5rem;line-height:1.12}.product-description{min-height:3.95em;font-size:.88rem;line-height:1.48}.facts{gap:.32rem;margin-top:.68rem}.details-table{margin-top:.72rem;font-size:.72rem}.product-footer{gap:.42rem;padding-top:.74rem}.detail-stage{padding:.95rem 0 2.6rem}.detail-screen-panel{gap:.85rem;margin-bottom:1rem;padding-top:.72rem}.detail-screen-summary h2{font-size:1.72rem;line-height:1.08}.detail-screen-summary p:last-child,.detail-showcase-lead{font-size:.95rem;line-height:1.5}.detail-showcase{gap:.95rem}.detail-showcase-copy{gap:.7rem}.detail-showcase-copy h3{max-width:17ch;font-size:2.75rem;line-height:1.02}.detail-screen-metrics{gap:.62rem}.detail-screen-metrics article{min-height:5rem;padding:.78rem .86rem}.detail-copy h1{font-size:25pt;line-height:1.06}.detail-stage[data-detail-theme=aesthetic] .detail-copy h1{font-size:26pt;line-height:1.04}.detail-main-grid{gap:7mm;padding:6.6mm 0 4.8mm}.detail-lead{margin-top:3.6mm;font-size:9.75pt}.detail-facts{gap:2mm;margin-top:5mm}.detail-fact{min-height:14mm;padding:2.4mm}.detail-commerce-note{margin-top:4.4mm;padding:3mm 3.7mm}.site-footer{align-items:center;padding-top:1.55rem;padding-bottom:1.55rem;font-size:.82rem}.site-footer img{width:8.8rem}html[data-catalog-variant=editorial] .hero{grid-template-columns:minmax(0,.96fr) minmax(26rem,1.04fr);gap:2.6rem;padding-top:3rem;padding-bottom:3.4rem}html[data-catalog-variant=editorial] .hero h1{max-width:16ch;font-size:var(--type-hero-editorial);line-height:1.01}html[data-catalog-variant=editorial] .lead{max-width:39rem;font-size:1.12rem;line-height:1.48}html[data-catalog-variant=editorial] .hero-board{grid-auto-rows:11rem}html[data-catalog-variant=editorial] .category-overview-card{min-height:0}html[data-catalog-variant=editorial] .category-overview-main h3{font-size:1.72rem}html[data-catalog-variant=compact] .hero{padding-top:1.55rem;padding-bottom:2rem}html[data-catalog-variant=compact] .hero h1{max-width:18ch;font-size:3.35rem}html[data-catalog-variant=compact] .hero-board{grid-auto-rows:8.2rem}html[data-catalog-variant=compact] .category-overview-card,html[data-catalog-variant=compact] .product-card{min-height:0}html[data-catalog-variant=compact] .product-card{grid-template-rows:9rem 1fr}@media (max-width:1050px){:root{--type-hero:3.25rem;--type-hero-editorial:3.45rem;--type-section-title:2.35rem;--type-page-title:2.65rem;--type-card-title:1.28rem}.header-actions{grid-template-columns:minmax(13rem,1fr) auto auto auto}.catalog-workflow{width:min(var(--content-width), calc(100% - 1.75rem))}html[data-catalog-variant=editorial] .hero,html[data-catalog-variant=compact] .hero{gap:1.3rem}.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){:root{--type-hero:2.35rem;--type-hero-editorial:2.35rem;--type-section-title:1.92rem;--type-page-title:2.08rem;--type-card-title:1.18rem}body{padding-bottom:3.45rem}.site-header{gap:.46rem;padding:.62rem .86rem .76rem}.brand-lockup{max-width:9.4rem}.nav-toggle{min-height:2.2rem}.header-actions,.detail-header .header-actions,.selection-body .site-header .header-actions{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:.42rem;width:100%;display:grid}.search-box{grid-column:1/-1}.search-box,.language-picker,.layout-variant-picker,.print-button{gap:.08rem;width:100%;min-width:0;font-size:.62rem}.search-box input,.language-picker select,.layout-variant-picker select,.print-button,.primary-link,.secondary-link{min-height:2.22rem;font-size:.8rem}.search-box input,.language-picker select,.layout-variant-picker select{width:100%;min-width:0}html[data-catalog-variant=compact] .search-box input,html[data-catalog-variant=editorial] .search-box input{width:100%}.print-button{grid-column:auto;padding-inline:.58rem}body:not(.detail-body):not(.selection-body) .site-header .header-actions>.print-button{grid-column:1/-1}.detail-nav{gap:.4rem}.detail-nav a{flex:calc(50% - .2rem);justify-content:center;min-height:2.16rem;padding:.42rem .55rem;font-size:.78rem}.catalog-workflow{grid-template-columns:repeat(4,minmax(0,1fr));gap:.12rem;margin-top:.48rem;padding:.18rem}.catalog-workflow-step{text-align:center;grid-template-columns:1fr;place-items:center;gap:.18rem;padding:.34rem .18rem}.catalog-workflow-index{width:1.32rem;height:1.32rem;font-size:.62rem}.catalog-workflow-copy strong{white-space:normal;font-size:.62rem;line-height:1.08}.catalog-workflow-copy small{display:none}.hero,html[data-catalog-variant=editorial] .hero,html[data-catalog-variant=compact] .hero{grid-template-columns:1fr;gap:1rem;padding:1.25rem 0 1.9rem}.hero h1,html[data-catalog-variant=editorial] .hero h1,html[data-catalog-variant=compact] .hero h1{max-width:100%;font-size:var(--type-hero);line-height:1.06}.lead,html[data-catalog-variant=editorial] .lead,html[data-catalog-variant=compact] .lead{margin-top:.74rem;font-size:.96rem;line-height:1.45}.hero-actions{gap:.44rem;margin-top:1rem}.hero-board,html[data-catalog-variant=editorial] .hero-board,html[data-catalog-variant=compact] .hero-board{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:7.35rem;gap:.54rem}.brand-grid{grid-template-columns:1fr;gap:.72rem}.brand-card{padding:.9rem}.brand-card h2,.brand-card h3,.brand-card p,.category-overview-main h3,.category-overview-main p,.overview-product strong,.overview-product small{overflow-wrap:anywhere}.hero-product{padding:.5rem}.hero-product span{font-size:.62rem;line-height:1.1;bottom:.45rem;left:.48rem;right:.48rem}.catalog{padding:1.8rem 0 2.8rem}.catalog-heading{gap:.42rem;margin-bottom:.78rem;display:grid}.catalog-heading h2,.category-products-section .catalog-heading h2,.related-categories .catalog-heading h2{font-size:var(--type-section-title);line-height:1.08}.result-count{font-size:.82rem}.category-overview-grid{gap:.72rem}.category-overview-card{gap:.58rem;padding:.78rem}.category-overview-main{grid-template-columns:1.72rem minmax(0,1fr) 1.9rem;gap:.56rem}.category-overview-main h3,html[data-catalog-variant=editorial] .category-overview-main h3{font-size:var(--type-card-title)}.category-number{width:1.7rem;height:1.7rem;font-size:.68rem}.category-count{width:1.88rem;height:1.88rem;font-size:.78rem}.overview-product{grid-template-columns:3.25rem minmax(0,1fr);min-height:3.35rem;padding:.4rem}.overview-product img{width:3.25rem;height:2.55rem}.category-page-hero{padding:1.25rem 0 1.8rem}.category-page-copy h1{font-size:var(--type-page-title);line-height:1.06}.category-page-copy>p:not(.eyebrow){font-size:.94rem}.category-hero-product{grid-template-columns:4.65rem minmax(0,1fr);min-height:4.75rem}.category-hero-product img{width:4.65rem;height:3.55rem}.product-grid,html[data-catalog-variant=compact] .product-grid,html[data-catalog-variant=editorial] .product-grid{gap:.72rem}.product-card,html[data-catalog-variant=compact] .product-card,html[data-catalog-variant=editorial] .product-card{grid-template-rows:9.3rem 1fr;min-height:0}.product-body{padding:.82rem}.product-card h4{font-size:1rem}.product-description{min-height:0;font-size:.84rem}.detail-header{gap:.46rem}.detail-stage{padding-top:.72rem}.detail-showcase-visual{min-height:16.5rem}.detail-showcase-copy h3{font-size:1.82rem;line-height:1.06}.detail-screen-metrics{gap:.5rem}.detail-copy h1,.detail-stage[data-detail-theme=aesthetic] .detail-copy h1{font-size:21pt;line-height:1.08}.site-footer{gap:.72rem;padding:1.25rem .86rem;display:grid}.site-footer-nav{justify-content:flex-start}}.page-progress{inset:var(--shell-loader-offset,0px) auto auto 0;z-index:var(--z-overlay);pointer-events:none;opacity:0;transform-origin:0;background:var(--blue-strong);width:100%;height:3px;transition:opacity var(--duration-fast) ease, transform var(--duration-base) ease;position:fixed;transform:scaleX(0)}body.is-loading-ui .page-progress{opacity:1;transform:scaleX(.38)}body.is-navigating .page-progress{opacity:1;animation:.92s cubic-bezier(.2,.8,.2,1) forwards sanicura-progress}@keyframes sanicura-progress{0%{transform:scaleX(.12)}55%{transform:scaleX(.72)}to{transform:scaleX(.94)}}main,.product-card,.category-overview-card,.overview-product,.category-hero-product,.selection-product,.detail-showcase-visual img,.product-media img{transition:opacity var(--duration-fast) ease, transform var(--duration-fast) ease, border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, filter var(--duration-fast) ease}body.is-view-transitioning main,body.is-navigating main{opacity:.88;transform:translateY(2px)}body.is-filtering .product-grid,body.is-filtering .category-overview-grid{opacity:.9}body.is-loading-ui .product-card,body.is-loading-ui .category-overview-card,body.is-loading-ui .selection-product{position:relative}body.is-loading-ui .product-card:after,body.is-loading-ui .category-overview-card:after,body.is-loading-ui .selection-product:after{content:"";z-index:var(--z-sticky);pointer-events:none;background:var(--surface);animation:.98s ease-out sanicura-skeleton;position:absolute;inset:0;transform:translate(-110%)}@keyframes sanicura-skeleton{to{transform:translate(110%)}}.catalog-loading-skeleton,.selection-loading-skeleton,.checkout-loading-skeleton,.category-loading-skeleton{gap:clamp(1rem,2vw,1.35rem);display:grid}.catalog-loading-skeleton,.selection-loading-skeleton,.checkout-loading-skeleton .loading-grid,.category-loading-skeleton .loading-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-loading-skeleton,.checkout-loading-skeleton .loading-grid,.category-loading-skeleton .loading-grid{display:grid}.detail-loading-skeleton{grid-template-columns:minmax(20rem,.95fr) minmax(18rem,1.05fr);align-items:stretch;gap:1.15rem;padding:2rem 0 3rem;display:grid}.loading-card,.loading-copy{border:1px solid var(--line-heavy);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.loading-card{gap:.9rem;min-height:13.5rem;padding:1rem;display:grid}.loading-card-media{min-height:28rem}.loading-copy{align-content:center;gap:.78rem;padding:clamp(1.25rem,3vw,2rem);display:grid}.loading-card:after,.loading-copy:after,.is-media-loading:after{content:"";z-index:var(--z-sticky);pointer-events:none;background:var(--surface);animation:1.1s ease-in-out infinite sanicura-skeleton;position:absolute;inset:0;transform:translate(-110%)}.skeleton-media,.skeleton-line{border-radius:var(--radius-tight);background:var(--brand-primary-soft);display:block}.skeleton-media{min-height:7rem}.loading-card-media .skeleton-media{min-height:25rem}.skeleton-line{width:88%;height:.78rem}.skeleton-line-strong{width:62%;height:1.05rem}.skeleton-line-title{width:min(30rem,84%);height:clamp(2.25rem,5vw,4.1rem)}.skeleton-line-kicker,.skeleton-line-short{width:38%}.is-media-loading{position:relative;overflow:hidden}img[data-sanicura-image]{transition:opacity var(--duration-base) ease, transform var(--duration-base) ease, filter var(--duration-fast) ease}img.is-image-loading{opacity:0;transform:scale(.985)}img.is-image-ready{opacity:1}body.has-scroll-loader [data-reveal]{transition:opacity .46s cubic-bezier(.2, .72, .18, 1), transform .52s cubic-bezier(.2, .72, .18, 1), filter .46s ease, border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease;transition-delay:calc(min(var(--reveal-index,0), 8) * 34ms)}body.has-scroll-loader [data-reveal=pending]{opacity:0;filter:blur(4px);transform:translateY(18px)}body.has-scroll-loader [data-reveal=visible]{opacity:1;filter:none}.will-reveal{will-change:opacity, transform, filter}@media screen{@supports (content-visibility:auto){.category-section,.category-overview-card,.product-card,.brand-system,.related-categories,.detail-panel,.detail-insight-card,.detail-brand-strip,.related-products,.selection-page,.selection-product{content-visibility:auto}.category-section,.brand-system,.related-categories{contain-intrinsic-size:auto 42rem}.category-overview-card,.product-card,.selection-product{contain-intrinsic-size:auto 31rem}.detail-panel,.detail-insight-card,.detail-brand-strip,.related-products{contain-intrinsic-size:auto 18rem}}}@media (max-width:760px){.catalog-loading-skeleton,.selection-loading-skeleton,.category-loading-skeleton .loading-grid,.detail-loading-skeleton{grid-template-columns:1fr}.loading-card-media,.loading-card-media .skeleton-media{min-height:18rem}}.is-pressed{transform:translateY(1px)scale(.992)}.shortlist-add.is-adding{color:#0000;position:relative}.shortlist-add.is-adding:after{content:"";border-radius:var(--radius-sm);width:.9rem;height:.9rem;color:var(--on-primary);border:2px solid;border-right-color:#0000;animation:.64s linear infinite sanicura-spin;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}@keyframes sanicura-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}html[data-catalog-variant=commerce]{--content-width:1420px;--section-gap:clamp(2rem, 3.2vw, 3.4rem);--commerce-accent:var(--brand-primary);--commerce-accent-soft:var(--brand-primary-soft);--commerce-line:var(--line);--commerce-surface:#f6f8fa;--commerce-shadow:0 2px 8px var(--line)}html[data-catalog-variant=commerce] body{background:var(--subtle)}html[data-catalog-variant=commerce] .site-header{border-bottom-color:var(--line);min-height:4.55rem;box-shadow:0 2px 14px var(--line);background:#fffffff7;padding-top:.56rem;padding-bottom:.56rem}html[data-catalog-variant=commerce] .brand-lockup{width:clamp(8.6rem,10vw,10.9rem)}html[data-catalog-variant=commerce] .nav-toggle,html[data-catalog-variant=commerce] .search-box input,html[data-catalog-variant=commerce] .language-picker select,html[data-catalog-variant=commerce] .layout-variant-picker select{background:var(--surface);border-color:var(--commerce-line)}html[data-catalog-variant=commerce] .search-box input{border-color:color-mix(in srgb, var(--blue-strong) 32%, var(--commerce-line));width:min(27vw,24rem);box-shadow:inset 0 0 0 1px #367fb60f}html[data-catalog-variant=commerce] .search-box input:focus{border-color:var(--commerce-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--commerce-accent) 24%, transparent)}html[data-catalog-variant=commerce] .print-button,html[data-catalog-variant=commerce] .primary-link,html[data-catalog-variant=commerce] .shortlist-add:not(.is-selected){color:var(--on-primary);background:var(--brand-primary);border-color:var(--brand-primary);box-shadow:var(--shadow-hover)}html[data-catalog-variant=commerce] .secondary-link,html[data-catalog-variant=commerce] .product-detail-link,html[data-catalog-variant=commerce] .category-open-link,html[data-catalog-variant=commerce] .brand-filter{color:var(--blue-ink);background:var(--surface);border-color:var(--commerce-line)}html[data-catalog-variant=commerce] .catalog-workflow{background:var(--surface);border-color:var(--commerce-line);box-shadow:var(--commerce-shadow)}html[data-catalog-variant=commerce] .catalog-workflow-step.is-active{background:var(--commerce-accent-soft);border-color:color-mix(in srgb, var(--commerce-accent) 46%, var(--commerce-line))}html[data-catalog-variant=commerce] .hero{grid-template-columns:minmax(0,.86fr) minmax(28rem,1.14fr);gap:clamp(1.4rem,3vw,2.7rem);padding-top:clamp(1.65rem,3vw,2.7rem);padding-bottom:clamp(1.8rem,3vw,2.9rem)}html[data-catalog-variant=commerce] .hero h1{max-width:15ch;font-size:clamp(2.6rem,4.8vw,4.8rem);line-height:1.02}html[data-catalog-variant=commerce] .lead{max-width:45rem;font-size:1.04rem}html[data-catalog-variant=commerce] .hero-board{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:8.5rem;gap:.72rem}html[data-catalog-variant=commerce] .hero-product,html[data-catalog-variant=commerce] .hero-product-large,html[data-catalog-variant=commerce] .hero-product-wide{border-color:var(--commerce-line);background:var(--surface);box-shadow:var(--commerce-shadow);grid-area:auto}html[data-catalog-variant=commerce] .catalog{padding-top:clamp(1.65rem,3vw,2.6rem)}html[data-catalog-variant=commerce] .catalog-heading{border-bottom:1px solid var(--commerce-line);align-items:end;padding-bottom:.85rem}html[data-catalog-variant=commerce] .catalog-heading h2{font-size:clamp(2rem,3.4vw,3.3rem)}html[data-catalog-variant=commerce] .result-count{border:1px solid var(--commerce-line);background:var(--surface);padding:.44rem .62rem;font-weight:800}html[data-catalog-variant=commerce] .category-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.74rem}html[data-catalog-variant=commerce] .category-overview-card{border-color:var(--commerce-line);background:var(--surface);min-height:0;box-shadow:var(--commerce-shadow);gap:.66rem;padding:.82rem}html[data-catalog-variant=commerce] .category-overview-card:hover,html[data-catalog-variant=commerce] .product-card:hover,html[data-catalog-variant=commerce] .overview-product:hover{border-color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 40%, var(--commerce-line));box-shadow:var(--shadow-hover);transform:translateY(-2px)}html[data-catalog-variant=commerce] .category-overview-main{grid-template-columns:2rem minmax(0,1fr) auto;gap:.58rem}html[data-catalog-variant=commerce] .category-overview-main h3{font-size:1.28rem;line-height:1.1}html[data-catalog-variant=commerce] .category-overview-main p:not(.product-kicker){-webkit-line-clamp:2;line-clamp:2;font-size:.86rem}html[data-catalog-variant=commerce] .category-meta{gap:.28rem}html[data-catalog-variant=commerce] .chip,html[data-catalog-variant=commerce] .fact{background:var(--commerce-surface);border-color:var(--commerce-line)}html[data-catalog-variant=commerce] .overview-product-list{gap:.4rem}html[data-catalog-variant=commerce] .overview-product{border-color:var(--commerce-line);background:var(--surface);grid-template-columns:3.3rem minmax(0,1fr);min-height:3.35rem;padding:.38rem}html[data-catalog-variant=commerce] .overview-product img{background:var(--surface);width:3.3rem;height:2.55rem}html[data-catalog-variant=commerce] .overview-product strong{font-size:.8rem}html[data-catalog-variant=commerce] .category-open-link{justify-content:center;width:100%}html[data-catalog-variant=commerce] .category-page-hero{padding-top:1.55rem;padding-bottom:2rem}html[data-catalog-variant=commerce] .category-page-grid{grid-template-columns:minmax(0,.8fr) minmax(25rem,1.2fr);gap:clamp(1rem,2.4vw,2rem)}html[data-catalog-variant=commerce] .category-page-copy h1{max-width:18ch;font-size:clamp(2.2rem,4.2vw,3.9rem)}html[data-catalog-variant=commerce] .brand-filter-block{border:1px solid var(--commerce-line);background:var(--surface);padding:.72rem}html[data-catalog-variant=commerce] .brand-filter-bar{flex-wrap:wrap;padding-bottom:0;overflow:visible}html[data-catalog-variant=commerce] .brand-filter{border-radius:var(--control-radius);white-space:nowrap;justify-content:space-between}html[data-catalog-variant=commerce] .brand-filter.is-active{color:var(--ink);background:var(--commerce-accent-soft);border-color:color-mix(in srgb, var(--commerce-accent) 48%, var(--commerce-line))}html[data-catalog-variant=commerce] .category-hero-stack{gap:.54rem}html[data-catalog-variant=commerce] .category-hero-product{border-color:var(--commerce-line);background:var(--surface);min-height:5.2rem;box-shadow:var(--commerce-shadow);grid-template-columns:5rem minmax(0,1fr);padding:.52rem}html[data-catalog-variant=commerce] .category-hero-product img{width:5rem;height:3.8rem}html[data-catalog-variant=commerce] .product-grid,html[data-catalog-variant=commerce] .category-product-grid{grid-template-columns:1fr;gap:.72rem}html[data-catalog-variant=commerce] .product-card,html[data-catalog-variant=commerce] .product-card.featured{border:1px solid var(--commerce-line);background:var(--surface);min-height:0;box-shadow:var(--shadow-xs);grid-column:auto;grid-template-rows:auto;grid-template-columns:minmax(12rem,15rem) minmax(0,1fr)}html[data-catalog-variant=commerce] .product-media,html[data-catalog-variant=commerce] .product-card.featured .product-media{border-right:1px solid var(--commerce-line);background:var(--surface);border-bottom:0;min-height:11.4rem;padding:.9rem}html[data-catalog-variant=commerce] .product-media img,html[data-catalog-variant=commerce] .product-card.featured .product-media img{max-height:9.4rem}html[data-catalog-variant=commerce] .product-card:hover .product-media img{transform:scale(1.035)}html[data-catalog-variant=commerce] .product-body{padding:.92rem 1.05rem}html[data-catalog-variant=commerce] .product-kicker{color:var(--blue-ink)}html[data-catalog-variant=commerce] .product-card h4,html[data-catalog-variant=commerce] .product-card.featured h4{min-height:0;margin:.24rem 0 .38rem;font-size:clamp(1.08rem,1.7vw,1.32rem);line-height:1.16}html[data-catalog-variant=commerce] .product-description{-webkit-line-clamp:2;line-clamp:2;max-width:58rem;min-height:0;font-size:.92rem}html[data-catalog-variant=commerce] .facts{margin-top:.58rem}html[data-catalog-variant=commerce] .details-table{max-width:38rem;margin-top:.64rem}html[data-catalog-variant=commerce] .product-footer{justify-content:flex-start;margin-top:.2rem}html[data-catalog-variant=commerce] .detail-screen-panel,html[data-catalog-variant=commerce] .product-detail-sheet,html[data-catalog-variant=commerce] .selection-screen-summary,html[data-catalog-variant=commerce] .selection-page{border-color:var(--commerce-line);background:var(--surface);box-shadow:var(--commerce-shadow)}html[data-catalog-variant=commerce] .detail-showcase{grid-template-columns:minmax(23rem,.92fr) minmax(0,1.08fr);gap:1.1rem}html[data-catalog-variant=commerce] .detail-showcase-visual{border-color:var(--commerce-line);background:var(--surface)}html[data-catalog-variant=commerce] .detail-screen-actions{padding-top:.2rem}html[data-catalog-variant=commerce] .detail-screen-metrics article,html[data-catalog-variant=commerce] .detail-brand-card,html[data-catalog-variant=commerce] .related-card,.detail-screen-metrics article,.detail-brand-card,.related-card{min-width:0}html[data-catalog-variant=commerce] .detail-screen-metrics strong,html[data-catalog-variant=commerce] .detail-screen-metrics span,html[data-catalog-variant=commerce] .detail-fact,html[data-catalog-variant=commerce] .detail-brand-card strong,html[data-catalog-variant=commerce] .detail-brand-card small,html[data-catalog-variant=commerce] .related-card strong,html[data-catalog-variant=commerce] .related-card span,.detail-screen-metrics strong,.detail-screen-metrics span,.detail-fact,.detail-brand-card strong,.detail-brand-card small,.related-card strong,.related-card span{overflow-wrap:anywhere;min-width:0}html[data-catalog-variant=commerce] .detail-screen-metrics article,html[data-catalog-variant=commerce] .detail-brand-card,html[data-catalog-variant=commerce] .related-card{border-color:var(--commerce-line);background:var(--surface)}html[data-catalog-variant=commerce] .selection-screen-summary{padding:clamp(1rem,2vw,1.45rem)}html[data-catalog-variant=commerce] .selection-product{border-color:var(--commerce-line);background:var(--surface);box-shadow:var(--shadow-xs)}html[data-catalog-variant=commerce] .shortlist-toggle,html[data-catalog-variant=commerce] .chatbot-toggle,html[data-catalog-variant=commerce] .chatbot-send{background:var(--brand-primary)}@media (max-width:1180px){html[data-catalog-variant=commerce] .hero,html[data-catalog-variant=commerce] .category-page-grid,html[data-catalog-variant=commerce] .detail-showcase{grid-template-columns:1fr}html[data-catalog-variant=commerce] .category-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-catalog-variant=commerce] .search-box input{width:100%}}@media (max-width:700px){.detail-showcase-standard{grid-template-columns:1fr}.detail-showcase-standard .detail-showcase-visual{min-height:14.5rem;padding:.9rem}.detail-showcase-standard .detail-showcase-visual img{max-height:12rem;transform:none}.detail-showcase-standard .detail-showcase-facts,.detail-showcase-standard .detail-screen-metrics{grid-template-columns:1fr}.detail-showcase-standard .detail-showcase-facts .detail-fact,.detail-showcase-standard .detail-screen-metrics article{min-height:0}body.detail-body,body.selection-body{padding-bottom:5.9rem}.page-progress{height:2px}html[data-catalog-variant=commerce] .hero{gap:1rem;padding-top:1.15rem}html[data-catalog-variant=commerce] .hero-board{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:7.25rem}html[data-catalog-variant=commerce] .category-overview-grid,html[data-catalog-variant=commerce] .product-grid,html[data-catalog-variant=commerce] .category-product-grid{grid-template-columns:1fr}html[data-catalog-variant=commerce] .brand-filter-block{padding:.68rem}html[data-catalog-variant=commerce] .brand-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr));gap:.48rem;display:grid}html[data-catalog-variant=commerce] .brand-filter{white-space:normal;overflow-wrap:anywhere;min-width:0;min-height:2.36rem;padding:.48rem .58rem;line-height:1.16}html[data-catalog-variant=commerce] .product-card,html[data-catalog-variant=commerce] .product-card.featured{grid-template-columns:1fr}html[data-catalog-variant=commerce] .product-media,html[data-catalog-variant=commerce] .product-card.featured .product-media{border-right:0;border-bottom:1px solid var(--commerce-line);min-height:10.2rem}html[data-catalog-variant=commerce] .product-media img,html[data-catalog-variant=commerce] .product-card.featured .product-media img{max-height:8.6rem}html[data-catalog-variant=commerce] .catalog-heading{align-items:start}html[data-catalog-variant=commerce] .detail-stage[data-detail-theme=aesthetic] .detail-screen-panel{gap:.82rem}html[data-catalog-variant=commerce] .detail-showcase{gap:.78rem}html[data-catalog-variant=commerce] .detail-showcase-visual{min-height:15.5rem;padding:.9rem}html[data-catalog-variant=commerce] .detail-showcase-visual img{max-height:13.5rem;transform:none}html[data-catalog-variant=commerce] .detail-showcase-copy{gap:.62rem;padding:0}html[data-catalog-variant=commerce] .detail-showcase-copy h3{font-size:1.72rem;line-height:1.05}html[data-catalog-variant=commerce] .detail-showcase-lead,html[data-catalog-variant=commerce] .detail-showcase-note p{font-size:.9rem;line-height:1.46}html[data-catalog-variant=commerce] .detail-showcase-facts{grid-template-columns:1fr;gap:.42rem}html[data-catalog-variant=commerce] .detail-showcase-facts .detail-fact{min-height:0;padding:.62rem .7rem}html[data-catalog-variant=commerce] .detail-showcase-note{padding:.72rem .82rem}}html[data-catalog-variant=commerce] .catalog-home-body{background:var(--brand-primary-wash) 0}html[data-catalog-variant=commerce] .catalog-home-body .hero{isolation:isolate;border-bottom:1px solid #66849529;position:relative;overflow:hidden}html[data-catalog-variant=commerce] .catalog-home-body .hero:before{content:"";z-index:-1;background:#367fb617;position:absolute;inset:0}html[data-catalog-variant=commerce] .catalog-home-body .hero h1{letter-spacing:0;max-width:13ch;font-size:clamp(3.1rem,5.4vw,5.5rem)}html[data-catalog-variant=commerce] .catalog-home-body .lead{max-width:40rem;color:var(--muted);font-size:clamp(1.02rem,1.3vw,1.16rem)}html[data-catalog-variant=commerce] .catalog-home-body .hero-board{grid-template-columns:1.14fr .86fr .86fr;grid-auto-rows:clamp(7.7rem,10vw,9.8rem);gap:.9rem}html[data-catalog-variant=commerce] .catalog-home-body .hero-product{border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow-panel)}html[data-catalog-variant=commerce] .catalog-home-body .hero-product-large{grid-row:span 2}html[data-catalog-variant=commerce] .catalog-home-body .hero-product-wide{background:#d89a241c;grid-column:span 2}html[data-catalog-variant=commerce] .catalog-home-body .catalog-heading{border-bottom:0}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.9rem,1.7vw,1.15rem)}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card{border-left:4px solid var(--category-color,var(--blue-deep));border-radius:var(--radius-sm);background:var(--category-color,var(--blue-deep)) var(--surface);box-shadow:0 14px 36px var(--line);padding:1rem}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card:before{background:var(--brand-primary-soft);height:1px}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-main{grid-template-columns:2.15rem minmax(0,1fr)}html[data-catalog-variant=commerce] .catalog-home-body .category-count{border:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 28%, var(--commerce-line));border-radius:var(--radius-sm);width:auto;height:auto;color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 72%, var(--ink));background:var(--surface);box-shadow:none;grid-column:1/-1;justify-self:start;padding:.34rem .55rem;font-size:.86rem}html[data-catalog-variant=commerce] .catalog-home-body .overview-product{border-radius:var(--radius-sm);background:var(--brand-primary-wash);box-shadow:none}html[data-catalog-variant=commerce] .catalog-home-body .brand-grid{grid-template-columns:minmax(18rem,1.45fr) repeat(2,minmax(0,1fr))}html[data-catalog-variant=commerce] .catalog-home-body .brand-card{border-radius:var(--radius-sm);min-height:13.4rem}html[data-catalog-variant=commerce] .category-body{background:var(--brand-primary-wash) 0}html[data-catalog-variant=commerce] .category-body .category-page-hero{border-bottom:1px solid var(--commerce-line);background:var(--brand-primary-soft)}html[data-catalog-variant=commerce] .category-body .category-page-grid{grid-template-columns:minmax(0,.74fr) minmax(28rem,1.26fr)}html[data-catalog-variant=commerce] .category-body .category-page-copy{border-left:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 42%, var(--commerce-line));padding-left:clamp(.95rem,1.6vw,1.25rem)}html[data-catalog-variant=commerce] .category-body .category-page-copy h1{font-size:clamp(2.5rem,4.8vw,4.4rem);line-height:.98}html[data-catalog-variant=commerce] .category-body .brand-filter-block{border-radius:var(--radius-sm);background:#ffffffdb;box-shadow:inset 0 1px #ffffffe6}html[data-catalog-variant=commerce] .category-body .brand-filter{border-radius:var(--radius-sm);font-size:.78rem}html[data-catalog-variant=commerce] .category-body .category-hero-stack{border:1px solid var(--commerce-line);border-radius:var(--radius-sm);background:var(--surface);box-shadow:0 18px 42px var(--line);padding:.65rem}html[data-catalog-variant=commerce] .category-body .category-hero-product{border-radius:var(--radius-sm);box-shadow:none}html[data-catalog-variant=commerce] .category-body .category-products-section{padding-top:clamp(1.8rem,3vw,2.75rem)}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card{border-left:3px solid var(--category-color,var(--blue-deep));border-radius:var(--radius-sm);box-shadow:none}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-media{background:var(--surface)}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card h4{font-size:clamp(1.12rem,1.45vw,1.42rem)}html[data-catalog-variant=commerce] .detail-body{background:var(--brand-primary-wash) 0}html[data-catalog-variant=commerce] .detail-body .detail-stage{padding-top:clamp(1rem,2vw,1.9rem)}html[data-catalog-variant=commerce] .detail-body .detail-screen-panel{border:1px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 18%, var(--commerce-line));border-radius:var(--radius-sm);background:var(--detail-color,var(--blue-deep)) var(--surface);box-shadow:var(--shadow-panel);padding:clamp(1rem,2vw,1.35rem)}html[data-catalog-variant=commerce] .detail-body .detail-screen-summary{border-bottom:1px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 13%, var(--commerce-line));padding-bottom:.95rem}html[data-catalog-variant=commerce] .detail-body .detail-showcase-visual{border-radius:var(--radius-sm);background:var(--surface)}html[data-catalog-variant=commerce] .detail-body .detail-screen-metrics article{border-radius:var(--radius-sm);box-shadow:none}html[data-catalog-variant=commerce] .detail-body .product-detail-sheet{border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow-xl)}html[data-catalog-variant=commerce] .detail-body .detail-visual,html[data-catalog-variant=commerce] .detail-body .detail-panel,html[data-catalog-variant=commerce] .detail-body .related-card{border-radius:var(--radius-sm)}html[data-catalog-variant=commerce] .detail-body .detail-copy h1{font-size:clamp(2rem,4.4vw,4.35rem);line-height:.99}@media (min-width:1181px){html[data-catalog-variant=commerce] .detail-body .site-header.detail-header{grid-template-columns:auto minmax(12rem,.82fr) auto minmax(31rem,auto);align-items:end}html[data-catalog-variant=commerce] .detail-body .detail-header .header-actions{flex-wrap:nowrap;grid-column:auto;justify-content:end;display:flex}html[data-catalog-variant=commerce] .detail-body .detail-nav{flex-wrap:nowrap;justify-content:end}html[data-catalog-variant=commerce] .detail-body .detail-header .language-picker select{min-width:9.8rem}html[data-catalog-variant=commerce] .detail-body .detail-header .layout-variant-picker select{min-width:10.2rem}html[data-catalog-variant=commerce] .detail-body .detail-header .print-button{padding-inline:.82rem}}html[data-catalog-variant=commerce] .selection-body{background:var(--brand-primary-wash) 0}html[data-catalog-variant=commerce] .selection-body .site-header{border-bottom-color:color-mix(in srgb, var(--commerce-accent) 28%, var(--commerce-line))}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-grid{grid-template-columns:repeat(12,minmax(0,1fr));align-items:stretch;gap:clamp(.85rem,1.45vw,1.1rem)}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card{border:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 16%, var(--commerce-line));border-radius:var(--radius-sm);background:var(--surface);min-height:23.5rem;box-shadow:var(--shadow-hover);isolation:isolate;border-left-width:1px;grid-column:span 4;padding:clamp(.92rem,1.4vw,1.12rem)}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card:before{opacity:.72;background:var(--brand-primary-soft);height:1px;inset:0 0 auto}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card:hover{border-color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 30%, var(--commerce-line));box-shadow:var(--shadow-panel)}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-main{grid-template-columns:auto minmax(0,1fr);gap:.74rem}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-main h3{overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;font-size:clamp(1.42rem,2.05vw,2rem);line-height:1.02}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-main p:not(.product-kicker){color:var(--muted);-webkit-line-clamp:3;line-clamp:3;font-size:.93rem;line-height:1.42}html[data-catalog-variant=commerce] .catalog-home-body .category-count{border-radius:var(--radius-sm);border:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 28%, var(--commerce-line));min-width:2.35rem;height:2.35rem;color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 72%, var(--ink));background:var(--surface);box-shadow:none;grid-column:auto;place-self:start end;padding:0 .42rem;font-size:.92rem}html[data-catalog-variant=commerce] .catalog-home-body .category-number{border-radius:var(--radius-sm)}html[data-catalog-variant=commerce] .catalog-home-body .category-meta{gap:.36rem}html[data-catalog-variant=commerce] .catalog-home-body .chip{border-radius:var(--radius-sm);background:var(--surface);padding:.36rem .52rem}html[data-catalog-variant=commerce] .catalog-home-body .overview-product-list{gap:.52rem}html[data-catalog-variant=commerce] .catalog-home-body .overview-product{border-radius:var(--radius-sm);border-color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 14%, var(--commerce-line));background:#ffffffd1;min-height:3.75rem}html[data-catalog-variant=commerce] .catalog-home-body .overview-product img{border-radius:var(--radius-sm);background:var(--surface)}html[data-catalog-variant=commerce] .catalog-home-body .category-open-link{border-radius:var(--radius-sm);width:auto;min-height:2.75rem;color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 88%, var(--ink));background:var(--surface);padding:.58rem .76rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1{background:var(--category-color,var(--blue-deep)) var(--surface);grid-column:span 6;min-height:24.8rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1 .category-overview-main{align-items:center}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1 .category-overview-main h3{max-width:11ch;font-size:clamp(1.8rem,2.8vw,2.72rem)}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1 .category-meta{max-width:31rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1 .overview-product-list{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:.08rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1 .overview-product{grid-template-columns:1fr;align-content:start;min-height:9rem;padding:.5rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1 .overview-product img{width:100%;height:5.25rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-2{background:var(--surface);grid-column:span 3}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-2 .category-overview-main{grid-template-columns:minmax(0,1fr) auto}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-2 .category-number{grid-area:1/2;justify-self:end}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-2 .category-overview-main>div{grid-area:1/1}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-2 .category-count{grid-column:1/-1;justify-self:start;width:auto;height:auto;margin-top:.1rem;padding:.32rem .52rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-2 .overview-product{border-width:0;border-top:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 13%, var(--commerce-line));border-radius:var(--radius-sm);background:0 0;grid-template-columns:2.9rem minmax(0,1fr);min-height:3.42rem;padding:.5rem 0}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-2 .overview-product:first-child{border-top-width:0}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-2 .overview-product img{width:2.9rem;height:2.25rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-2 .category-open-link{justify-content:space-between;width:100%}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-3{background:var(--category-color,var(--blue-deep)) var(--surface);grid-column:span 3}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-3 .category-number{color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 72%, var(--ink));background:color-mix(in srgb, var(--category-color,var(--blue-deep)) 10%, var(--surface))}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-3 .overview-product-list{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-3 .overview-product{grid-template-columns:1fr;min-height:7.65rem;padding:.48rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-3 .overview-product:first-child{grid-column:1/-1;grid-template-columns:4.7rem minmax(0,1fr);min-height:4.75rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-3 .overview-product img{width:100%;height:4.1rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-3 .overview-product:first-child img{width:4.7rem;height:3.5rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-4{background:var(--category-color,var(--blue-deep)) var(--surface);grid-column:span 6;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);grid-template-areas:"main products""meta products""action products";align-content:stretch}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-4 .category-overview-main{grid-area:main}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-4 .category-meta{grid-area:meta;align-content:start}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-4 .overview-product-list{border-left:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 12%, var(--commerce-line));grid-area:products;align-self:stretch;padding-left:clamp(.7rem,1vw,.95rem)}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-4 .category-open-link{grid-area:action;align-self:end}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-4 .overview-product{background:var(--surface);min-height:4.6rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-5{background:var(--category-color,var(--blue-deep)) var(--surface);grid-column:span 4}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-5 .category-count{position:absolute;top:1rem;right:1rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-5 .category-overview-main{grid-template-columns:auto minmax(0,1fr);padding-right:0}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-5 .overview-product-list{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-5 .overview-product:first-child{grid-column:1/-1;grid-template-columns:5rem minmax(0,1fr);min-height:5rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-5 .overview-product:not(:first-child){grid-template-columns:1fr;min-height:7.2rem;padding:.48rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-5 .overview-product:not(:first-child) img{width:100%;height:3.8rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-6{background:var(--surface);grid-column:span 4}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-6 .category-meta{justify-content:end}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-6 .overview-product-list{border:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 13%, var(--commerce-line));border-radius:var(--radius-sm);background:#ffffffb3;padding:.42rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-6 .overview-product{border-width:0;border-bottom:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 10%, var(--commerce-line));border-radius:var(--radius-sm);background:0 0}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-6 .overview-product:last-child{border-bottom-width:0}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card{border-radius:var(--radius-sm);background:var(--surface);border-left-width:1px}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card:before{content:"";background:var(--brand-primary-soft);height:1px;position:absolute;inset:0 0 auto}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-2 .product-media{border-right:0;border-left:1px solid var(--commerce-line);background:var(--brand-primary-soft);order:2}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-2 .product-body{order:1}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-3{background:var(--surface)}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-3 .product-media{background:var(--category-color,var(--blue-deep)) var(--surface);min-height:10.6rem}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-4{grid-template-columns:1fr}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-4 .product-media{border-right:0;border-bottom:1px solid var(--commerce-line);min-height:12rem}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-4 .facts .fact{background:color-mix(in srgb, var(--category-color,var(--blue-deep)) 7%, var(--surface))}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-5 .product-detail-link{color:var(--on-primary);background:color-mix(in srgb, var(--category-color,var(--blue-deep)) 88%, var(--ink));border-color:#0000}@media (max-width:1180px){html[data-catalog-variant=commerce] .catalog-home-body .category-overview-grid{grid-template-columns:repeat(6,minmax(0,1fr))}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-2,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-3,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-4,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-5,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-6{grid-column:span 3}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-4{grid-column:1/-1}html[data-catalog-variant=commerce] .catalog-home-body .brand-grid,html[data-catalog-variant=commerce] .category-body .category-page-grid{grid-template-columns:1fr}}@media (max-width:700px){html[data-catalog-variant=commerce] .catalog-home-body .hero h1{max-width:10ch;font-size:clamp(2.62rem,13vw,3.25rem)}html[data-catalog-variant=commerce] .catalog-home-body .hero-board{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:7.1rem}html[data-catalog-variant=commerce] .catalog-home-body .hero-product-large,html[data-catalog-variant=commerce] .catalog-home-body .hero-product-wide{grid-area:auto}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-grid,html[data-catalog-variant=commerce] .catalog-home-body .brand-grid{grid-template-columns:1fr}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-2,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-3,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-4,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-5,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-6{grid-column:1/-1;min-height:0;padding:.9rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1 .overview-product-list,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-3 .overview-product-list,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-5 .overview-product-list{grid-template-columns:1fr}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1 .overview-product,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-3 .overview-product,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-3 .overview-product:first-child,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-5 .overview-product,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-5 .overview-product:first-child,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-5 .overview-product:not(:first-child){grid-template-columns:4.2rem minmax(0,1fr);min-height:4.6rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1 .overview-product img,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-3 .overview-product img,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-3 .overview-product:first-child img,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-5 .overview-product img,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-5 .overview-product:not(:first-child) img{width:4.2rem;height:3.2rem}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-4{grid-template-columns:1fr;grid-template-areas:"main""meta""products""action"}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-4 .overview-product-list{border-left:0;padding-left:0}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-2 .product-media,html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-2 .product-body{order:initial}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-2 .product-media{border-left:0}html[data-catalog-variant=commerce] .category-body .category-page-copy{padding-left:.82rem}html[data-catalog-variant=commerce] .category-body .category-page-copy h1{font-size:clamp(2.35rem,12vw,3.05rem)}html[data-catalog-variant=commerce] .category-body .category-hero-stack{padding:.5rem}html[data-catalog-variant=commerce] .detail-body .detail-screen-panel{padding:.88rem}html[data-catalog-variant=commerce] .detail-body .detail-copy h1{font-size:clamp(1.9rem,8vw,2.45rem)}}html[data-catalog-variant=classic] .catalog-home-body{background:var(--brand-primary-soft) 0}html[data-catalog-variant=classic] .catalog-home-body .hero{border-bottom:1px solid #698a9b2e}html[data-catalog-variant=classic] .catalog-home-body .category-overview-card,html[data-catalog-variant=classic] .category-body .category-product-grid .product-card,html[data-catalog-variant=classic] .detail-body .detail-screen-panel{border-radius:var(--radius-sm)}html[data-catalog-variant=classic] .catalog-home-body .category-overview-card{box-shadow:0 18px 42px var(--line)}html[data-catalog-variant=classic] .catalog-home-body .category-overview-card:before{background:var(--category-color,var(--blue-deep));height:2px}html[data-catalog-variant=classic]{--content-width:1260px;--section-gap:clamp(3.2rem, 5.2vw, 5.3rem);--control-radius:7px;--control-radius-tight:5px;--elegant-ink:var(--ink);--elegant-muted:var(--muted);--elegant-line:#65859733;--elegant-blue:var(--muted);--elegant-blue-soft:var(--brand-primary-soft);--elegant-champagne:#c79a46}html[data-catalog-variant=classic] body,html[data-catalog-variant=classic] .catalog-home-body,html[data-catalog-variant=classic] .category-body,html[data-catalog-variant=classic] .detail-body,html[data-catalog-variant=classic] .selection-body{color:var(--elegant-ink);background:var(--brand-primary-wash) 0}html[data-catalog-variant=classic] .site-header{min-height:5.25rem;box-shadow:var(--shadow-md);background:#fffffff0;border-bottom:1px solid #5f829529}html[data-catalog-variant=classic] .brand-lockup{width:clamp(10.5rem,13vw,13rem)}html[data-catalog-variant=classic] .nav-toggle,html[data-catalog-variant=classic] .search-box input,html[data-catalog-variant=classic] .language-picker select,html[data-catalog-variant=classic] .layout-variant-picker select,html[data-catalog-variant=classic] .secondary-link,html[data-catalog-variant=classic] .product-detail-link,html[data-catalog-variant=classic] .category-open-link,html[data-catalog-variant=classic] .brand-filter,html[data-catalog-variant=classic] .detail-nav a{border-color:var(--elegant-line);background:#fffffff0}html[data-catalog-variant=classic] .print-button,html[data-catalog-variant=classic] .primary-link,html[data-catalog-variant=classic] .detail-screen-cta{background:var(--brand-primary-soft);box-shadow:var(--shadow-hover);border-color:#0000}html[data-catalog-variant=classic] .print-button:hover,html[data-catalog-variant=classic] .primary-link:hover,html[data-catalog-variant=classic] .detail-screen-cta:hover{box-shadow:var(--shadow-lg)}html[data-catalog-variant=classic] .print-button.print-button-subtle{border-color:var(--elegant-line);color:var(--muted);box-shadow:none;background:#fffffff0}html[data-catalog-variant=classic] .print-button.print-button-subtle:hover{border-color:color-mix(in srgb, var(--elegant-blue) 24%, var(--elegant-line));background:var(--elegant-blue-soft);box-shadow:var(--shadow-hover)}html[data-catalog-variant=classic] .secondary-link,html[data-catalog-variant=classic] .product-detail-link,html[data-catalog-variant=classic] .category-open-link,html[data-catalog-variant=classic] .detail-nav a{color:var(--muted)}html[data-catalog-variant=classic] .catalog-workflow{box-shadow:var(--shadow-md);background:#ffffffb8;border-color:#5f829524}html[data-catalog-variant=classic] .catalog-workflow-step.is-active{border-color:color-mix(in srgb, var(--elegant-blue) 28%, var(--elegant-line));background:var(--surface)}html[data-catalog-variant=classic] .catalog-workflow-step.is-active .catalog-workflow-index,html[data-catalog-variant=classic] .category-number,html[data-catalog-variant=classic] .nav-item-index{background:var(--elegant-blue)}html[data-catalog-variant=classic] .catalog-home-body .hero{isolation:isolate;border:1px solid var(--elegant-line);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow-xl);grid-template-columns:minmax(0,.92fr) minmax(25rem,1.08fr);gap:clamp(1.8rem,3.8vw,3.8rem);margin-top:clamp(.7rem,1.8vw,1.25rem);padding:clamp(2.1rem,4vw,3.45rem);position:relative}html[data-catalog-variant=classic] .catalog-home-body .hero:before{content:"";z-index:-1;border-radius:inherit;background:#2f7ead1c;position:absolute;inset:0}html[data-catalog-variant=classic] .catalog-home-body .hero:after{content:"";background:#c79a4675;height:1px;position:absolute;top:0;left:clamp(1.4rem,3vw,2.4rem);right:clamp(1.4rem,3vw,2.4rem)}html[data-catalog-variant=classic] .catalog-home-body .hero h1{max-width:13ch;font-size:clamp(2.95rem,5.1vw,5.05rem);line-height:1}html[data-catalog-variant=classic] .catalog-home-body .lead,html[data-catalog-variant=classic] .category-page-copy>p,html[data-catalog-variant=classic] .detail-showcase-lead{color:var(--elegant-muted);font-size:clamp(1.04rem,1.35vw,1.18rem);line-height:1.58}html[data-catalog-variant=classic] .catalog-home-body .eyebrow,html[data-catalog-variant=classic] .category-page-copy .eyebrow,html[data-catalog-variant=classic] .detail-copy .eyebrow,html[data-catalog-variant=classic] .section-kicker{color:var(--elegant-blue)}html[data-catalog-variant=classic] .catalog-home-body .hero-board{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:clamp(7.1rem,8.4vw,8.8rem);align-self:stretch;gap:.72rem}html[data-catalog-variant=classic] .catalog-home-body .hero-product{border:1px solid var(--elegant-line);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow-md)}html[data-catalog-variant=classic] .catalog-home-body .hero-product-large{grid-area:span 2/span 2}html[data-catalog-variant=classic] .catalog-home-body .hero-product-wide{background:#c79a4614;grid-column:span 2}html[data-catalog-variant=classic] .catalog-home-body .hero-product span{color:var(--ink-soft);letter-spacing:.07em;font-size:.76rem}html[data-catalog-variant=classic] .catalog-heading{border-bottom:1px solid #65859729;align-items:end;padding-bottom:1.05rem}html[data-catalog-variant=classic] .catalog-heading h2{max-width:18ch;font-size:clamp(2.45rem,4.3vw,4.25rem);line-height:1}html[data-catalog-variant=classic] .result-count{color:var(--elegant-muted);background:0 0}html[data-catalog-variant=classic] .catalog-home-body .category-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,1.7vw,1.28rem)}html[data-catalog-variant=classic] .catalog-home-body .category-overview-card{border:1px solid color-mix(in srgb, var(--category-color,var(--elegant-blue)) 16%, var(--elegant-line));border-radius:var(--radius-sm);background:var(--surface);min-height:24.2rem;box-shadow:var(--shadow-panel);padding:clamp(1rem,1.6vw,1.25rem)}html[data-catalog-variant=classic] .catalog-home-body .category-overview-card:before{background:var(--brand-primary-soft);width:1px;height:auto;inset:0 auto 0 0}html[data-catalog-variant=classic] .catalog-home-body .category-overview-card:hover{border-color:color-mix(in srgb, var(--category-color,var(--elegant-blue)) 28%, var(--elegant-line));box-shadow:var(--shadow-xl)}html[data-catalog-variant=classic] .catalog-home-body .category-number{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--category-color,var(--elegant-blue)) 78%, var(--elegant-blue));width:2.35rem;height:2.35rem;box-shadow:0 10px 22px color-mix(in srgb, var(--category-color,var(--elegant-blue)) 20%, transparent)}html[data-catalog-variant=classic] .catalog-home-body .category-overview-main h3{margin-top:.12rem;font-size:clamp(1.55rem,2.25vw,2.15rem);line-height:1.02}html[data-catalog-variant=classic] .catalog-home-body .category-overview-main p:not(.product-kicker){color:var(--muted);-webkit-line-clamp:3;line-clamp:3;font-size:.96rem;line-height:1.48}html[data-catalog-variant=classic] .catalog-home-body .chip,html[data-catalog-variant=classic] .category-body .chip,html[data-catalog-variant=classic] .detail-body .detail-fact{border-color:color-mix(in srgb, var(--category-color,var(--elegant-blue)) 14%, var(--elegant-line));background:#ffffffd1}html[data-catalog-variant=classic] .catalog-home-body .overview-product{border-radius:var(--radius-sm);background:#ffffffd1;border-color:#65859733;grid-template-columns:4.4rem minmax(0,1fr);min-height:4.75rem}html[data-catalog-variant=classic] .catalog-home-body .overview-product img{width:4.4rem;height:3.45rem}html[data-catalog-variant=classic] .brand-system{border-top:1px solid #65859724}html[data-catalog-variant=classic] .brand-card{border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow-panel);border-color:#6585972e}html[data-catalog-variant=classic] .category-body .category-page-hero,html[data-catalog-variant=classic] .detail-body .detail-stage,html[data-catalog-variant=classic] .selection-body .selection-stage{padding-top:clamp(2rem,4vw,3.4rem)}html[data-catalog-variant=classic] .category-body .category-page-grid{grid-template-columns:minmax(0,.86fr) minmax(25rem,1.14fr);gap:clamp(1.8rem,3.3vw,3.2rem)}html[data-catalog-variant=classic] .category-body .category-page-copy h1,html[data-catalog-variant=classic] .detail-body .detail-copy h1{max-width:13ch;font-size:clamp(2.75rem,5vw,4.9rem);line-height:.98}html[data-catalog-variant=classic] .category-body .category-hero-product,html[data-catalog-variant=classic] .category-body .category-product-grid .product-card,html[data-catalog-variant=classic] .detail-body .detail-screen-panel,html[data-catalog-variant=classic] .detail-body .related-card,html[data-catalog-variant=classic] .selection-body .selection-panel,html[data-catalog-variant=classic] .selection-body .selection-product{border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow-panel);border-color:#65859733}html[data-catalog-variant=classic] .detail-body .detail-showcase{gap:clamp(1.4rem,2.8vw,2.4rem)}html[data-catalog-variant=classic] .detail-body .detail-showcase-visual{border-radius:var(--radius-sm);background:var(--surface);min-height:clamp(23rem,43vw,36rem)}html[data-catalog-variant=classic] .detail-body .detail-screen-metrics article{background:var(--surface);border-color:#65859733}html[data-catalog-variant=classic] .main-nav a,html[data-catalog-variant=classic] .category-section,html[data-catalog-variant=classic] .category-overview-card,html[data-catalog-variant=classic] .category-page-hero,html[data-catalog-variant=classic] .category-products-section,html[data-catalog-variant=classic] .related-category-card,html[data-catalog-variant=compact] .main-nav a,html[data-catalog-variant=compact] .category-section,html[data-catalog-variant=compact] .category-overview-card,html[data-catalog-variant=compact] .category-page-hero,html[data-catalog-variant=compact] .category-products-section,html[data-catalog-variant=compact] .related-category-card{--category-color:var(--blue-strong)}html[data-catalog-variant=classic] .detail-stage,html[data-catalog-variant=classic] .detail-screen-panel,html[data-catalog-variant=classic] .product-detail-sheet,html[data-catalog-variant=compact] .detail-stage,html[data-catalog-variant=compact] .detail-screen-panel,html[data-catalog-variant=compact] .product-detail-sheet{--detail-color:var(--blue-strong);--detail-color-deep:var(--blue-ink);--detail-surface:var(--brand-primary-wash);--detail-glow:#367fb629}html[data-catalog-variant=classic] .catalog-home-body .category-overview-card,html[data-catalog-variant=classic] .category-body .category-hero-product,html[data-catalog-variant=classic] .category-body .category-product-grid .product-card{border-color:#56829d33}html[data-catalog-variant=classic] .catalog-home-body .category-overview-card:before,html[data-catalog-variant=classic] .category-section:before,html[data-catalog-variant=classic] .product-card:before{background:#367fb69e}html[data-catalog-variant=classic] .catalog-home-body .category-number,html[data-catalog-variant=classic] .category-number,html[data-catalog-variant=classic] .nav-item-index{background:var(--blue-strong);box-shadow:var(--shadow-hover)}html[data-catalog-variant=classic] .chip,html[data-catalog-variant=classic] .fact,html[data-catalog-variant=classic] .detail-fact{background:#ffffffdb;border-color:#56829d2e}html[data-catalog-variant=compact]{--compact-brand:var(--blue-deep);--compact-brand-ink:var(--blue-deep);--compact-brand-soft:var(--brand-primary-soft);--compact-line:#d7e4ec}html[data-catalog-variant=compact] .category-number,html[data-catalog-variant=compact] .nav-item-index,html[data-catalog-variant=compact] .catalog-workflow-step.is-active .catalog-workflow-index{color:var(--on-primary);border-color:var(--compact-brand);background:var(--compact-brand)}html[data-catalog-variant=compact] .product-kicker,html[data-catalog-variant=compact] .category-open-link,html[data-catalog-variant=compact] .detail-copy .eyebrow,html[data-catalog-variant=compact] .category-page-copy .eyebrow{color:var(--compact-brand-ink)}html[data-catalog-variant=compact] .catalog-home-body .category-overview-card,html[data-catalog-variant=compact] .category-body .category-product-grid .product-card,html[data-catalog-variant=compact] .detail-body .detail-screen-panel,html[data-catalog-variant=compact] .selection-body .selection-panel{border-color:var(--compact-line)}html[data-catalog-variant=compact] .catalog-home-body .chip,html[data-catalog-variant=compact] .category-body .chip,html[data-catalog-variant=compact] .fact,html[data-catalog-variant=compact] .detail-fact{border-color:var(--compact-line);background:var(--compact-brand-soft)}html[data-catalog-variant=compact] .catalog-home-body .category-open-link:hover{color:var(--compact-brand)}@media (max-width:1180px){html[data-catalog-variant=classic] .catalog-home-body .hero,html[data-catalog-variant=classic] .category-body .category-page-grid,html[data-catalog-variant=classic] .detail-body .detail-showcase{grid-template-columns:1fr}html[data-catalog-variant=classic] .catalog-home-body .hero-board{grid-template-columns:repeat(4,minmax(0,1fr))}html[data-catalog-variant=classic] .catalog-home-body .category-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){html[data-catalog-variant=classic] .catalog-home-body .hero{margin-top:.75rem;padding:clamp(1.25rem,6vw,1.75rem)}html[data-catalog-variant=classic] .catalog-home-body .hero h1{font-size:clamp(2.45rem,12vw,3.3rem)}html[data-catalog-variant=classic] .catalog-home-body .hero-board{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:7.1rem}html[data-catalog-variant=classic] .catalog-home-body .hero-product-large,html[data-catalog-variant=classic] .catalog-home-body .hero-product-wide{grid-area:auto}html[data-catalog-variant=classic] .catalog-home-body .category-overview-grid{grid-template-columns:1fr}html[data-catalog-variant=classic] .catalog-heading h2{font-size:clamp(2rem,10vw,2.75rem)}}html[data-catalog-variant=editorial] .catalog-home-body,html[data-catalog-variant=editorial] .category-body,html[data-catalog-variant=editorial] .detail-body{background:var(--brand-primary-wash) 0}html[data-catalog-variant=editorial] .site-header{border-bottom-color:#5b7d8f24}html[data-catalog-variant=editorial] .catalog-home-body .hero{border-bottom:1px solid #57798a29;grid-template-columns:minmax(0,.82fr) minmax(28rem,1.18fr);min-height:min(74vh,46rem);position:relative}html[data-catalog-variant=editorial] .catalog-home-body .hero:before{content:"";z-index:-1;background:var(--surface);width:50vw;position:absolute;inset:0 auto 0 50%}html[data-catalog-variant=editorial] .catalog-home-body .hero h1{max-width:11ch;font-size:clamp(3.6rem,6.5vw,6.45rem);line-height:.96}html[data-catalog-variant=editorial] .catalog-home-body .hero-board{grid-template-columns:1.28fr .72fr;grid-auto-rows:clamp(9rem,12vw,12.6rem);gap:.9rem}html[data-catalog-variant=editorial] .catalog-home-body .hero-product{border-radius:var(--radius-sm);box-shadow:var(--shadow-xl);border-color:#5b7d8f2e}html[data-catalog-variant=editorial] .catalog-home-body .category-overview-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(1rem,1.8vw,1.35rem)}html[data-catalog-variant=editorial] .catalog-home-body .category-overview-card{border-radius:var(--radius-sm);border-color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 16%, #7997a633);background:var(--category-color,var(--blue-deep)) var(--surface);min-height:27rem;box-shadow:var(--shadow-xl);grid-column:span 4}html[data-catalog-variant=editorial] .catalog-home-body .category-overview-card:before{height:1px}html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-1,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-4{grid-column:span 7;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);grid-template-areas:"main products""meta products""action products";min-height:29rem}html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-2,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-5{grid-column:span 5}html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-3,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-6{grid-column:span 6}html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-1 .category-overview-main,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-4 .category-overview-main{grid-area:main}html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-1 .category-meta,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-4 .category-meta{grid-area:meta;align-self:start}html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-1 .overview-product-list,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-4 .overview-product-list{grid-area:products;align-self:stretch}html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-1 .category-open-link,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-4 .category-open-link{grid-area:action}html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-1 .category-overview-main h3,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-4 .category-overview-main h3{font-size:clamp(2rem,3.5vw,3.1rem)}html[data-catalog-variant=editorial] .catalog-home-body .category-overview-main,html[data-catalog-variant=editorial] .catalog-home-body .category-overview-main h3,html[data-catalog-variant=classic] .catalog-home-body .category-overview-main p:not(.product-kicker),html[data-catalog-variant=classic] .catalog-home-body .category-overview-main h3,html[data-catalog-variant=classic] .catalog-home-body .brand-card p{overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;min-width:0}.catalog-home-body .category-overview-card .category-count{display:none}.catalog-home-body .category-overview-main,html[data-catalog-variant=commerce] .catalog-home-body .category-overview-main,html[data-catalog-variant=compact] .catalog-home-body .category-overview-main,html[data-catalog-variant=editorial] .catalog-home-body .category-overview-main{grid-template-columns:auto minmax(0,1fr)}.catalog-home-body .category-meta{max-width:100%}.catalog-home-body .category-meta .chip:nth-child(n+4){display:none}html[data-catalog-variant=editorial] .catalog-home-body .overview-product{border-radius:var(--radius-sm);background:#ffffffd1}html[data-catalog-variant=editorial] .category-body .category-page-hero{border-bottom:1px solid #5b7d8f29;padding-top:clamp(2.4rem,4vw,4.6rem)}html[data-catalog-variant=editorial] .category-body .category-page-copy h1{overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;max-width:10ch;font-size:clamp(3rem,6vw,5.4rem)}html[data-catalog-variant=editorial] .category-body .category-hero-product{border-radius:var(--radius-sm);box-shadow:0 18px 38px var(--line)}html[data-catalog-variant=editorial] .category-body .category-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}html[data-catalog-variant=editorial] .category-body .category-product-grid .product-card,html[data-catalog-variant=editorial] .category-body .category-product-grid .product-card.featured{border-radius:var(--radius-sm);grid-template-rows:clamp(12rem,18vw,16rem) 1fr;grid-template-columns:1fr}html[data-catalog-variant=editorial] .category-body .category-product-grid .product-card-style-1,html[data-catalog-variant=editorial] .category-body .category-product-grid .product-card-style-4{grid-column:span 2;grid-template-rows:auto;grid-template-columns:minmax(16rem,.9fr) minmax(0,1.1fr)}html[data-catalog-variant=editorial] .category-body .category-product-grid .product-card-style-1 .product-media,html[data-catalog-variant=editorial] .category-body .category-product-grid .product-card-style-4 .product-media{border-bottom:0;border-right:1px solid #7997a638;align-items:start;min-height:100%;padding-top:clamp(1.4rem,2vw,2rem)}html[data-catalog-variant=editorial] .detail-body .detail-screen-panel{border-radius:var(--radius-sm);box-shadow:var(--shadow-modal);padding:clamp(1.2rem,2.6vw,2rem)}html[data-catalog-variant=editorial] .detail-body .detail-showcase{grid-template-columns:minmax(26rem,1.08fr) minmax(25rem,.92fr);gap:clamp(1.25rem,2.7vw,2.2rem)}html[data-catalog-variant=editorial] .detail-body .detail-showcase-visual{border-radius:var(--radius-sm);min-height:clamp(28rem,50vw,42rem)}html[data-catalog-variant=editorial] .detail-body .detail-showcase-copy h3{max-width:12ch;font-size:clamp(3rem,5.6vw,5.3rem);line-height:.95}html[data-catalog-variant=compact] body{background:var(--surface)}html[data-catalog-variant=compact] .site-header{border-bottom:1px solid var(--line);box-shadow:none}html[data-catalog-variant=compact] .print-button,html[data-catalog-variant=compact] .primary-link,html[data-catalog-variant=compact] .secondary-link,html[data-catalog-variant=compact] .product-detail-link,html[data-catalog-variant=compact] .shortlist-add,html[data-catalog-variant=compact] .category-open-link,html[data-catalog-variant=compact] .detail-nav a,html[data-catalog-variant=compact] .brand-filter,html[data-catalog-variant=compact] .language-picker select,html[data-catalog-variant=compact] .layout-variant-picker select,html[data-catalog-variant=compact] .search-box input{border-radius:var(--radius-sm)}html[data-catalog-variant=compact] .catalog-home-body .hero{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,.72fr) minmax(24rem,1.28fr);gap:clamp(1rem,2vw,1.7rem);padding-top:1.25rem;padding-bottom:1.45rem}html[data-catalog-variant=compact] .catalog-home-body .hero h1{max-width:15ch;font-size:clamp(2.35rem,3.6vw,3.55rem);line-height:1}html[data-catalog-variant=compact] .catalog-home-body .lead{max-width:42rem;font-size:.98rem;line-height:1.42}html[data-catalog-variant=compact] .catalog-home-body .hero-board{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:clamp(6.4rem,8vw,8rem);gap:.52rem}html[data-catalog-variant=compact] .catalog-home-body .hero-product{border-radius:var(--radius-sm);box-shadow:none}html[data-catalog-variant=compact] .catalog-home-body .category-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.62rem}html[data-catalog-variant=compact] .catalog-home-body .category-overview-card{border-radius:var(--radius-sm);background:var(--surface);box-shadow:none;gap:.46rem;padding:.68rem}html[data-catalog-variant=compact] .catalog-home-body .category-overview-card:before{display:none}html[data-catalog-variant=compact] .catalog-home-body .category-overview-main{grid-template-columns:1.8rem minmax(0,1fr);gap:.48rem}html[data-catalog-variant=compact] .catalog-home-body .category-overview-main h3{margin:.12rem 0 .25rem;font-size:clamp(1.02rem,1.3vw,1.2rem);line-height:1.1}html[data-catalog-variant=compact] .catalog-home-body .category-overview-main p:not(.product-kicker){-webkit-line-clamp:2;line-clamp:2;font-size:.78rem;line-height:1.32}html[data-catalog-variant=compact] .catalog-home-body .category-number,html[data-catalog-variant=compact] .catalog-home-body .category-count{border-radius:var(--radius-sm);width:1.75rem;height:1.75rem;font-size:.72rem}html[data-catalog-variant=compact] .catalog-home-body .category-meta{gap:.26rem}html[data-catalog-variant=compact] .catalog-home-body .chip{border-radius:var(--radius-sm);padding:.25rem .38rem;font-size:.68rem}html[data-catalog-variant=compact] .catalog-home-body .category-open-link{width:auto;min-height:2.75rem;box-shadow:none;background:0 0;border-color:#0000;justify-self:start;padding:.34rem 0}html[data-catalog-variant=compact] .catalog-home-body .category-open-link:hover{color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 72%, var(--ink));box-shadow:none;background:0 0;transform:translate(2px)}html[data-catalog-variant=compact] .catalog-home-body .overview-product{border-radius:var(--radius-sm);background:var(--brand-primary-wash);grid-template-columns:2.7rem minmax(0,1fr);min-height:3.05rem;padding:.32rem}html[data-catalog-variant=compact] .catalog-home-body .overview-product:nth-child(n+3){display:none}html[data-catalog-variant=compact] .catalog-home-body .overview-product img{border-radius:var(--radius-sm);width:2.7rem;height:2.1rem}html[data-catalog-variant=compact] .category-body .category-page-hero{border-bottom:1px solid var(--line);padding-top:1.1rem;padding-bottom:1.3rem}html[data-catalog-variant=compact] .category-body .category-page-grid{grid-template-columns:minmax(0,.86fr) minmax(30rem,1.14fr);gap:1rem}html[data-catalog-variant=compact] .category-body .category-page-copy h1{font-size:clamp(2rem,3.4vw,3.35rem)}html[data-catalog-variant=compact] .category-body .brand-filter-block,html[data-catalog-variant=compact] .category-body .category-hero-stack{border-radius:var(--radius-sm);box-shadow:none}html[data-catalog-variant=compact] .category-body .category-hero-product{border-radius:var(--radius-sm);min-height:4.45rem}html[data-catalog-variant=compact] .category-body .category-product-grid,html[data-catalog-variant=compact] .product-grid{grid-template-columns:1fr;gap:.54rem}html[data-catalog-variant=compact] .category-body .category-product-grid .product-card,html[data-catalog-variant=compact] .category-body .category-product-grid .product-card.featured,html[data-catalog-variant=compact] .product-card,html[data-catalog-variant=compact] .product-card.featured{border-radius:var(--radius-sm);min-height:0;box-shadow:none;grid-template-rows:auto;grid-template-columns:minmax(8rem,12rem) minmax(0,1fr)}html[data-catalog-variant=compact] .product-media,html[data-catalog-variant=compact] .product-card.featured .product-media{border-right:1px solid var(--line);border-bottom:0;min-height:8.5rem}html[data-catalog-variant=compact] .product-media img,html[data-catalog-variant=compact] .product-card.featured .product-media img{max-height:7.4rem}html[data-catalog-variant=compact] .product-body{padding:.68rem .78rem}html[data-catalog-variant=compact] .product-card h4,html[data-catalog-variant=compact] .product-card.featured h4{min-height:0;margin:.18rem 0 .34rem;font-size:clamp(1rem,1.3vw,1.18rem)}html[data-catalog-variant=compact] .product-description{-webkit-line-clamp:2;line-clamp:2;min-height:0;font-size:.82rem;line-height:1.38}html[data-catalog-variant=compact] .facts{margin-top:.45rem}html[data-catalog-variant=compact] .detail-body .detail-screen-panel{border-radius:var(--radius-sm);box-shadow:none;padding:.86rem}html[data-catalog-variant=compact] .detail-body .detail-showcase{grid-template-columns:minmax(15rem,.55fr) minmax(0,1.45fr);gap:.82rem}html[data-catalog-variant=compact] .detail-body .detail-showcase-visual{border-radius:var(--radius-sm);min-height:20rem}html[data-catalog-variant=compact] .detail-body .detail-showcase-copy h3{font-size:clamp(1.9rem,3.2vw,3rem)}html[data-catalog-variant=compact] .detail-body .detail-screen-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}html[data-catalog-variant=compact] .detail-body .detail-screen-metrics article,html[data-catalog-variant=compact] .detail-body .related-card,html[data-catalog-variant=compact] .detail-body .detail-brand-card{border-radius:var(--radius-sm);box-shadow:none}html[data-catalog-variant=commerce] .catalog-home-body .category-open-link:after{content:"›";margin-left:.35rem;font-size:1.05em;line-height:1}html[data-catalog-variant=commerce] .detail-body .detail-screen-cta,html[data-catalog-variant=commerce] .selection-screen-cta{box-shadow:var(--shadow-hover)}@media (max-width:1180px){html[data-catalog-variant=editorial] .catalog-home-body .hero,html[data-catalog-variant=compact] .catalog-home-body .hero,html[data-catalog-variant=compact] .category-body .category-page-grid,html[data-catalog-variant=compact] .detail-body .detail-showcase{grid-template-columns:1fr}html[data-catalog-variant=editorial] .catalog-home-body .category-overview-grid{grid-template-columns:repeat(6,minmax(0,1fr))}html[data-catalog-variant=editorial] .catalog-home-body .category-overview-card,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-1,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-2,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-3,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-4,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-5,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-6{grid-column:span 3;grid-template-columns:1fr;grid-template-areas:"main""meta""products""action"}html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-1,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-4{grid-column:1/-1}html[data-catalog-variant=editorial] .category-body .category-product-grid,html[data-catalog-variant=compact] .catalog-home-body .category-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-catalog-variant=editorial] .category-body .category-product-grid .product-card-style-1,html[data-catalog-variant=editorial] .category-body .category-product-grid .product-card-style-4{grid-column:auto;grid-template-rows:clamp(12rem,18vw,16rem) 1fr;grid-template-columns:1fr}html[data-catalog-variant=editorial] .category-body .category-product-grid .product-card-style-1 .product-media,html[data-catalog-variant=editorial] .category-body .category-product-grid .product-card-style-4 .product-media{border-bottom:1px solid #7997a638;border-right:0}}@media (max-width:700px){html[data-catalog-variant=editorial] .catalog-home-body .hero h1,html[data-catalog-variant=compact] .catalog-home-body .hero h1{font-size:clamp(2.35rem,12vw,3.1rem)}html[data-catalog-variant=editorial] .catalog-home-body .category-overview-grid,html[data-catalog-variant=compact] .catalog-home-body .category-overview-grid,html[data-catalog-variant=editorial] .category-body .category-product-grid{grid-template-columns:1fr}html[data-catalog-variant=editorial] .catalog-home-body .category-overview-card,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-1,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-2,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-3,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-4,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-5,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-6{grid-column:1/-1;min-height:0}html[data-catalog-variant=editorial] .category-body .category-product-grid .product-card,html[data-catalog-variant=compact] .category-body .category-product-grid .product-card,html[data-catalog-variant=compact] .product-card,html[data-catalog-variant=compact] .product-card.featured{grid-template-columns:1fr}html[data-catalog-variant=compact] .product-media,html[data-catalog-variant=compact] .product-card.featured .product-media{border-right:0;border-bottom:1px solid var(--line);min-height:9.6rem}html[data-catalog-variant=compact] .detail-body .detail-screen-metrics{grid-template-columns:1fr}}html[data-catalog-variant=commerce]{--commerce-brand:var(--brand-primary);--commerce-brand-ink:var(--brand-primary-ink);--commerce-brand-deep:var(--muted);--commerce-brand-soft:var(--brand-primary-soft);--commerce-brand-wash:var(--brand-primary-wash);--commerce-accent:var(--commerce-brand);--commerce-accent-soft:var(--commerce-brand-soft);--commerce-line:#d4e1ea;--commerce-surface:var(--brand-primary-wash);--control-radius:4px;--control-radius-tight:3px}html[data-catalog-variant=commerce] .main-nav a,html[data-catalog-variant=commerce] .category-section,html[data-catalog-variant=commerce] .category-overview-card,html[data-catalog-variant=commerce] .category-page-hero,html[data-catalog-variant=commerce] .category-products-section,html[data-catalog-variant=commerce] .related-category-card,html[data-catalog-variant=commerce] .category-hero-product,html[data-catalog-variant=commerce] .product-card,html[data-catalog-variant=commerce] .overview-product,html[data-catalog-variant=commerce] .brand-filter{--category-color:var(--commerce-brand)}html[data-catalog-variant=commerce] .detail-screen-panel,html[data-catalog-variant=commerce] .product-detail-sheet,html[data-catalog-variant=commerce] .detail-stage{--detail-color:var(--commerce-brand);--detail-color-deep:var(--commerce-brand-ink);--detail-surface:var(--commerce-brand-wash);--detail-glow:#347fb426}html[data-catalog-variant=commerce] .catalog-home-body,html[data-catalog-variant=commerce] .category-body,html[data-catalog-variant=commerce] .detail-body,html[data-catalog-variant=commerce] .selection-body{background:var(--brand-primary-wash) 0}html[data-catalog-variant=commerce] .page-progress{background:var(--commerce-brand)}html[data-catalog-variant=commerce] .nav-toggle,html[data-catalog-variant=commerce] .search-box input,html[data-catalog-variant=commerce] .language-picker select,html[data-catalog-variant=commerce] .layout-variant-picker select,html[data-catalog-variant=commerce] .print-button,html[data-catalog-variant=commerce] .primary-link,html[data-catalog-variant=commerce] .secondary-link,html[data-catalog-variant=commerce] .product-detail-link,html[data-catalog-variant=commerce] .shortlist-add,html[data-catalog-variant=commerce] .category-open-link,html[data-catalog-variant=commerce] .brand-filter,html[data-catalog-variant=commerce] .detail-nav a,html[data-catalog-variant=commerce] .chip,html[data-catalog-variant=commerce] .fact,html[data-catalog-variant=commerce] .detail-fact,html[data-catalog-variant=commerce] .catalog-workflow-step,html[data-catalog-variant=commerce] .catalog-workflow-index{border-radius:var(--control-radius)}html[data-catalog-variant=commerce] .layout-variant-picker select{min-width:10.8rem}html[data-catalog-variant=commerce] .print-button,html[data-catalog-variant=commerce] .primary-link,html[data-catalog-variant=commerce] .shortlist-add:not(.is-selected),html[data-catalog-variant=commerce] .detail-screen-cta,html[data-catalog-variant=commerce] .selection-screen-cta{color:var(--on-primary);border-color:var(--commerce-brand);background:var(--brand-primary);box-shadow:inset 0 1px #ffffff2e,0 8px 18px #347fb429}html[data-catalog-variant=commerce] .print-button:hover,html[data-catalog-variant=commerce] .primary-link:hover,html[data-catalog-variant=commerce] .shortlist-add:not(.is-selected):hover,html[data-catalog-variant=commerce] .detail-screen-cta:hover,html[data-catalog-variant=commerce] .selection-screen-cta:hover{border-color:var(--commerce-brand-ink);background:var(--brand-primary-deep);box-shadow:var(--shadow-lg)}html[data-catalog-variant=commerce] .secondary-link,html[data-catalog-variant=commerce] .product-detail-link,html[data-catalog-variant=commerce] .category-open-link,html[data-catalog-variant=commerce] .brand-filter,html[data-catalog-variant=commerce] .detail-nav a{color:var(--commerce-brand-ink);border-color:var(--commerce-line);background:var(--surface);box-shadow:none}html[data-catalog-variant=commerce] .catalog-workflow-step.is-active,html[data-catalog-variant=commerce] .brand-filter.is-active{color:var(--commerce-brand-deep);border-color:color-mix(in srgb, var(--commerce-brand) 34%, var(--commerce-line));background:var(--commerce-brand-soft)}html[data-catalog-variant=commerce] .catalog-workflow-step.is-active .catalog-workflow-index,html[data-catalog-variant=commerce] .category-number,html[data-catalog-variant=commerce] .nav-item-index{color:var(--on-primary);border-radius:var(--control-radius);border-color:var(--commerce-brand);background:var(--commerce-brand);box-shadow:none}html[data-catalog-variant=commerce] .catalog-home-body .hero{border-bottom:1px solid var(--commerce-line);background:#347fb414}html[data-catalog-variant=commerce] .catalog-home-body .hero:before{background:#347fb414}html[data-catalog-variant=commerce] .catalog-home-body .hero-product,html[data-catalog-variant=compact] .catalog-home-body .hero-product{justify-content:center;align-items:center;min-width:0;min-height:0;padding:.55rem .68rem 1.62rem;display:flex}html[data-catalog-variant=commerce] .catalog-home-body .hero-product{border-color:var(--commerce-line);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow-md)}html[data-catalog-variant=commerce] .catalog-home-body .hero-product-wide{background:var(--surface)}html[data-catalog-variant=commerce] .catalog-home-body .hero-product-wide img{object-fit:contain;object-position:center;height:100%;max-height:calc(100% - 1.1rem);transform:none}html[data-catalog-variant=commerce] .catalog-home-body .hero-product img,html[data-catalog-variant=compact] .catalog-home-body .hero-product img{object-fit:contain;object-position:center;width:100%;height:100%;max-height:none}html[data-catalog-variant=commerce] .catalog-home-body .hero-product span,html[data-catalog-variant=compact] .catalog-home-body .hero-product span{overflow-wrap:anywhere;bottom:.64rem;left:.72rem;right:.72rem}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-2,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-3,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-4,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-5,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-6{border-color:var(--commerce-line);border-radius:var(--radius-sm);background:var(--surface)}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card:before,html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card:before{background:var(--commerce-brand);height:2px}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card:hover,html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card:hover,html[data-catalog-variant=commerce] .overview-product:hover{border-color:color-mix(in srgb, var(--commerce-brand) 28%, var(--commerce-line));box-shadow:var(--shadow-md)}html[data-catalog-variant=commerce] .catalog-home-body .overview-product,html[data-catalog-variant=compact] .catalog-home-body .overview-product,html[data-catalog-variant=commerce] .category-hero-product,html[data-catalog-variant=compact] .category-hero-product{align-items:center}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card .overview-product-list{background:0 0;border:0;grid-template-columns:1fr;gap:.5rem;padding:0}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card .overview-product,html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card .overview-product:first-child,html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card .overview-product:not(:first-child),html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card .overview-product:last-child{border:1px solid var(--commerce-line);border-radius:var(--radius-sm);background:var(--surface);grid-column:auto;grid-template-columns:4.4rem minmax(0,1fr);align-content:center;align-items:center;min-height:4.45rem;padding:.42rem}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card .overview-product img,html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card .overview-product:first-child img,html[data-catalog-variant=commerce] .catalog-home-body .category-overview-card .overview-product:not(:first-child) img{border-radius:var(--radius-sm);width:4.4rem;max-width:4.4rem;height:3.35rem;max-height:3.35rem}html[data-catalog-variant=commerce] .catalog-home-body .overview-product img,html[data-catalog-variant=compact] .catalog-home-body .overview-product img,html[data-catalog-variant=commerce] .category-hero-product img,html[data-catalog-variant=compact] .category-hero-product img,html[data-catalog-variant=commerce] .detail-brand-card img,html[data-catalog-variant=compact] .detail-brand-card img,html[data-catalog-variant=commerce] .related-card img,html[data-catalog-variant=compact] .related-card img{object-fit:contain;object-position:center;background:var(--surface)}html[data-catalog-variant=commerce] .category-body .category-page-hero{background:#347fb414}html[data-catalog-variant=commerce] .category-body .category-page-copy{border-left-color:color-mix(in srgb, var(--commerce-brand) 32%, var(--commerce-line))}html[data-catalog-variant=commerce] .category-body .category-hero-stack,html[data-catalog-variant=commerce] .detail-body .detail-screen-panel,html[data-catalog-variant=commerce] .detail-body .product-detail-sheet,html[data-catalog-variant=commerce] .selection-body .selection-panel,html[data-catalog-variant=commerce] .selection-body .selection-product{border-color:var(--commerce-line);border-radius:var(--radius-sm);background:var(--surface)}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card,html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card.featured,html[data-catalog-variant=commerce] .product-grid .product-card,html[data-catalog-variant=commerce] .product-grid .product-card.featured{border:1px solid var(--commerce-line);border-radius:var(--radius-sm);background:var(--surface);min-height:0;box-shadow:none;grid-column:auto;grid-template-rows:auto;grid-template-columns:minmax(11.5rem,14rem) minmax(0,1fr)}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-2 .product-media,html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-2 .product-body{order:initial}html[data-catalog-variant=commerce] .product-media,html[data-catalog-variant=commerce] .product-card.featured .product-media,html[data-catalog-variant=compact] .product-media,html[data-catalog-variant=compact] .product-card.featured .product-media{border-right:1px solid var(--commerce-line,#dfe8ed);background:var(--surface);border-bottom:0;justify-content:center;align-items:center;min-height:10.6rem;padding:1rem;display:flex}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-2 .product-media,html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-3 .product-media,html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-4 .product-media{border-right:1px solid var(--commerce-line);background:var(--surface);border-bottom:0;border-left:0;min-height:10.6rem}html[data-catalog-variant=commerce] .product-media img,html[data-catalog-variant=commerce] .product-card.featured .product-media img,html[data-catalog-variant=compact] .product-media img,html[data-catalog-variant=compact] .product-card.featured .product-media img{object-fit:contain;object-position:center;width:100%;max-width:11.8rem;height:auto;max-height:8.7rem}html[data-catalog-variant=commerce] .detail-showcase-visual,html[data-catalog-variant=compact] .detail-showcase-visual,html[data-catalog-variant=commerce] .detail-visual,html[data-catalog-variant=compact] .detail-visual{background:var(--surface);place-items:center;display:grid}html[data-catalog-variant=commerce] .detail-showcase-visual img,html[data-catalog-variant=compact] .detail-showcase-visual img,html[data-catalog-variant=commerce] .detail-visual img,html[data-catalog-variant=compact] .detail-visual img{object-fit:contain;object-position:center;width:100%;max-width:min(100%,28rem);height:auto;max-height:min(80vh,31rem)}.related-card strong{-webkit-box-orient:initial;-webkit-line-clamp:initial;line-clamp:initial;display:block;overflow:visible}html[data-catalog-variant=commerce] .detail-panel,html[data-catalog-variant=compact] .detail-panel,html[data-catalog-variant=commerce] .detail-body .detail-panel,html[data-catalog-variant=compact] .detail-body .detail-panel,html[data-catalog-variant=commerce] .detail-body .product-detail-sheet,html[data-catalog-variant=compact] .detail-body .product-detail-sheet,html[data-catalog-variant=commerce] .detail-body .detail-visual,html[data-catalog-variant=compact] .detail-body .detail-visual,html[data-catalog-variant=commerce] .detail-body .related-card,html[data-catalog-variant=compact] .detail-body .related-card,html[data-catalog-variant=commerce] .detail-body .detail-brand-card,html[data-catalog-variant=compact] .detail-body .detail-brand-card,html[data-catalog-variant=commerce] .catalog-home-body .brand-card,html[data-catalog-variant=compact] .catalog-home-body .brand-card,html[data-catalog-variant=commerce] .catalog-home-body .overview-product,html[data-catalog-variant=compact] .catalog-home-body .overview-product,html[data-catalog-variant=commerce] .category-body .related-category-card,html[data-catalog-variant=compact] .category-body .related-category-card{border-radius:var(--radius-sm)}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-main p:not(.product-kicker),html[data-catalog-variant=compact] .catalog-home-body .category-overview-main p:not(.product-kicker),html[data-catalog-variant=commerce] .product-description,html[data-catalog-variant=compact] .product-description{-webkit-box-orient:initial;-webkit-line-clamp:initial;line-clamp:initial;min-height:0;display:block;overflow:visible}html[data-catalog-variant=commerce] .catalog-home-body .hero-product img,html[data-catalog-variant=compact] .catalog-home-body .hero-product img{max-width:calc(100% - .4rem);max-height:calc(100% - 1.25rem)}.catalog-home-body .hero-product img{width:auto;max-width:calc(100% - .4rem);height:auto;max-height:5rem;transform:none}.catalog-home-body .hero-product-large img{max-height:11.2rem}.catalog-home-body .hero-product-wide img{max-height:5.2rem}html[data-catalog-variant=editorial] .catalog-home-body .hero-product-large img{max-height:16rem}html[data-catalog-variant=editorial] .catalog-home-body .hero-product-wide img{max-height:7.8rem}.product-media img,.product-card.featured .product-media img{width:auto;max-width:100%;height:auto;max-height:8.8rem}.product-card.featured .product-media img{max-height:18rem}@media (max-width:700px){html[data-catalog-variant=classic] .catalog-home-body .hero-product-large img{max-height:4.9rem}.product-media img,.product-card.featured .product-media img{max-height:7rem}html[data-catalog-variant] .detail-body .detail-screen-panel{width:100%;min-width:0;max-width:100%;overflow:hidden}html[data-catalog-variant] .detail-body .detail-showcase,html[data-catalog-variant] .detail-body .detail-showcase-standard,html[data-catalog-variant=editorial] .detail-body .detail-showcase,html[data-catalog-variant=compact] .detail-body .detail-showcase,html[data-catalog-variant=commerce] .detail-body .detail-showcase{grid-template-columns:minmax(0,1fr);gap:.9rem;min-width:0}html[data-catalog-variant] .detail-body .detail-showcase-visual,html[data-catalog-variant=editorial] .detail-body .detail-showcase-visual,html[data-catalog-variant=compact] .detail-body .detail-showcase-visual,html[data-catalog-variant=commerce] .detail-body .detail-showcase-visual{min-width:0;min-height:clamp(15rem,74vw,21rem);padding:.95rem}html[data-catalog-variant] .detail-body .detail-showcase-copy,html[data-catalog-variant] .detail-body .detail-showcase-note,html[data-catalog-variant] .detail-body .detail-showcase-lead{min-width:0;max-width:100%}}@media (min-width:701px) and (max-width:1180px){html[data-catalog-variant=editorial] .catalog-home-body .hero-product-wide img{max-height:7rem}}html[data-catalog-variant=commerce] .catalog-home-body .hero{padding-top:clamp(1.5rem,2.4vw,2.35rem);padding-bottom:clamp(1.65rem,2.6vw,2.55rem)}html[data-catalog-variant=commerce] .catalog-home-body .hero h1{max-width:14ch;font-size:clamp(2.65rem,3.6vw,4rem);line-height:1.04}html[data-catalog-variant=commerce] .catalog-home-body .lead{max-width:38rem;font-size:clamp(.98rem,1.05vw,1.08rem);line-height:1.5}html[data-catalog-variant=commerce] .catalog-home-body .catalog-heading{border-bottom:1px solid var(--commerce-line);align-items:end;gap:1.2rem;padding-bottom:.75rem}html[data-catalog-variant=commerce] .catalog-home-body .catalog-heading h2{max-width:18ch;font-size:clamp(2.05rem,2.55vw,3rem);line-height:1.06}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-main h3{font-size:clamp(1.35rem,1.75vw,2rem);line-height:1.08}html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1 .category-overview-main h3{font-size:clamp(1.7rem,2.2vw,2.35rem)}html[data-catalog-variant=commerce] .category-body .category-page-copy h1,html[data-catalog-variant=commerce] .detail-body .detail-showcase-copy h3{font-size:clamp(2.05rem,3.2vw,3.45rem);line-height:1.04}html[data-catalog-variant=commerce] .category-products-section .catalog-heading h2,html[data-catalog-variant=commerce] .related-categories .catalog-heading h2{font-size:clamp(1.85rem,2.35vw,2.7rem);line-height:1.08}html[data-catalog-variant=compact] .catalog-home-body .hero h1{font-size:clamp(2.25rem,3vw,3.2rem);line-height:1.04}html[data-catalog-variant=compact] .catalog-home-body .catalog-heading h2{font-size:clamp(1.9rem,2.25vw,2.65rem);line-height:1.08}@media (max-width:700px){html[data-catalog-variant=commerce] .catalog-home-body .hero h1{max-width:12ch;font-size:clamp(2.1rem,9vw,2.65rem)}html[data-catalog-variant=commerce] .catalog-home-body .catalog-heading h2{max-width:14ch;font-size:clamp(1.85rem,8vw,2.35rem)}html[data-catalog-variant=commerce] .catalog-home-body .category-overview-main h3{font-size:clamp(1.45rem,7vw,1.9rem)}html[data-catalog-variant=commerce] .catalog-home-body .hero-product,html[data-catalog-variant=compact] .catalog-home-body .hero-product{padding:.52rem .6rem 1.58rem}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card,html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card.featured,html[data-catalog-variant=commerce] .product-grid .product-card,html[data-catalog-variant=commerce] .product-grid .product-card.featured,html[data-catalog-variant=compact] .category-body .category-product-grid .product-card,html[data-catalog-variant=compact] .category-body .category-product-grid .product-card.featured,html[data-catalog-variant=compact] .product-grid .product-card,html[data-catalog-variant=compact] .product-grid .product-card.featured{grid-template-columns:1fr}html[data-catalog-variant=commerce] .product-media,html[data-catalog-variant=commerce] .product-card.featured .product-media,html[data-catalog-variant=compact] .product-media,html[data-catalog-variant=compact] .product-card.featured .product-media{border-right:0;border-bottom:1px solid var(--commerce-line,#dfe8ed);min-height:11.4rem}html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-2 .product-media,html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-3 .product-media,html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-4 .product-media{border-right:0;border-bottom:1px solid var(--commerce-line)}html[data-catalog-variant=commerce] .product-media img,html[data-catalog-variant=commerce] .product-card.featured .product-media img,html[data-catalog-variant=compact] .product-media img,html[data-catalog-variant=compact] .product-card.featured .product-media img{max-width:12.6rem;max-height:9.6rem}}@media (min-width:1181px) and (max-width:1500px){html[data-catalog-variant=commerce] .detail-body .site-header.detail-header,html[data-catalog-variant=compact] .detail-body .site-header.detail-header{grid-template-columns:auto minmax(13rem,1fr) minmax(34rem,auto);align-items:center;gap:.45rem clamp(.9rem,1.4vw,1.2rem);min-height:6.4rem}html[data-catalog-variant=commerce] .detail-body .detail-header .brand-lockup,html[data-catalog-variant=compact] .detail-body .detail-header .brand-lockup{grid-row:1/span 2}html[data-catalog-variant=commerce] .detail-body .detail-category-nav,html[data-catalog-variant=compact] .detail-body .detail-category-nav{grid-area:1/2}html[data-catalog-variant=commerce] .detail-body .detail-nav,html[data-catalog-variant=compact] .detail-body .detail-nav{flex-wrap:wrap;grid-area:2/2}html[data-catalog-variant=commerce] .detail-body .detail-header .header-actions,html[data-catalog-variant=compact] .detail-body .detail-header .header-actions{flex-wrap:wrap;grid-area:1/3/span 2;justify-content:flex-end;max-width:40rem}}@media screen{.hero h1,.catalog-heading h2,.category-page-copy h1,.detail-showcase-copy h3,.detail-copy h1,.detail-screen-summary h2,.related-products h2,.category-overview-main h3,.brand-card h2,.brand-card h3,.product-card h4{letter-spacing:0;font-weight:700}.hero h1{max-width:14ch;font-size:clamp(2.45rem,3.7vw,3.75rem);line-height:1.05}.catalog-heading h2{max-width:20ch;font-size:clamp(1.95rem,2.55vw,2.9rem);line-height:1.08}.category-page-copy h1,.detail-showcase-copy h3{max-width:15ch;font-size:clamp(2.05rem,3.25vw,3.45rem);line-height:1.06}.category-products-section .catalog-heading h2,.related-categories .catalog-heading h2,.related-products h2{font-size:clamp(1.75rem,2.2vw,2.55rem);line-height:1.1}.category-overview-main h3{font-size:clamp(1.3rem,1.55vw,1.85rem);line-height:1.12}.category-card-style-1 .category-overview-main h3,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1 .category-overview-main h3{font-size:clamp(1.45rem,1.9vw,2.15rem)}.product-card h4{font-size:clamp(1.05rem,1.18vw,1.32rem);line-height:1.16}.product-card.featured h4{font-size:clamp(1.22rem,1.55vw,1.72rem)}.detail-screen-summary h2{font-size:clamp(1.55rem,2.05vw,2.35rem);line-height:1.1}.eyebrow,.section-kicker,.product-kicker,.detail-kicker,.category-kicker,.metric-label,.product-card .product-category{letter-spacing:.055em;font-weight:700}.lead,.catalog-heading p,.category-page-copy p,.detail-showcase-copy p,.detail-screen-summary p,.product-card p{font-weight:400}.hero-product,.category-hero-product,.product-media,.detail-showcase-visual{overflow:hidden}.hero-product img,.category-hero-product img,.product-media img,.detail-showcase-visual img{object-fit:contain;object-position:center}html[data-catalog-variant=classic] .catalog-home-body .hero h1{font-size:clamp(2.4rem,3.55vw,3.65rem)}html[data-catalog-variant=classic] .catalog-heading h2{font-size:clamp(1.9rem,2.4vw,2.75rem)}html[data-catalog-variant=classic] .category-body .category-page-copy h1,html[data-catalog-variant=classic] .detail-body .detail-showcase-copy h3{font-size:clamp(2rem,3.15vw,3.35rem)}html[data-catalog-variant=editorial] .catalog-home-body{background:var(--brand-primary-wash) 0}html[data-catalog-variant=editorial] .catalog-home-body .hero{min-height:min(58vh,36rem);padding-top:clamp(2rem,3vw,3rem);padding-bottom:clamp(2rem,3.4vw,3.2rem)}html[data-catalog-variant=editorial] .catalog-home-body .hero h1{font-size:clamp(2.45rem,3.75vw,3.95rem);line-height:1.05}html[data-catalog-variant=editorial] .category-body .category-page-copy h1,html[data-catalog-variant=editorial] .detail-body .detail-showcase-copy h3{font-size:clamp(2.05rem,3.2vw,3.45rem)}html[data-catalog-variant=editorial] .catalog-home-body .hero-product,html[data-catalog-variant=editorial] .catalog-home-body .brand-card,html[data-catalog-variant=editorial] .category-body .product-card,html[data-catalog-variant=classic] .catalog-home-body .hero-product,html[data-catalog-variant=classic] .catalog-home-body .brand-card,html[data-catalog-variant=classic] .category-body .product-card{box-shadow:var(--shadow-md)}html[data-catalog-variant=editorial] .catalog-home-body .hero-product-wide{border-color:color-mix(in srgb, var(--blue-strong) 18%, var(--line));background:var(--surface)}html[data-catalog-variant=editorial] .catalog-home-body .hero-product-wide:before,html[data-catalog-variant=classic] .catalog-home-body .hero-product-wide:before{background:#367fb614}html[data-catalog-variant=compact] .catalog-home-body .hero h1,html[data-catalog-variant=commerce] .catalog-home-body .hero h1{font-size:clamp(2.25rem,3.15vw,3.45rem)}html[data-catalog-variant=compact] .catalog-home-body .catalog-heading h2,html[data-catalog-variant=commerce] .catalog-home-body .catalog-heading h2{font-size:clamp(1.85rem,2.25vw,2.6rem)}html[data-catalog-variant=compact] .category-body .category-page-copy h1,html[data-catalog-variant=compact] .detail-body .detail-showcase-copy h3,html[data-catalog-variant=commerce] .category-body .category-page-copy h1,html[data-catalog-variant=commerce] .detail-body .detail-showcase-copy h3{font-size:clamp(1.95rem,3vw,3.2rem)}.detail-panel h2,.category-products-section .catalog-heading h2,.related-categories .catalog-heading h2{font-weight:700}.detail-panel h2{font-size:clamp(1.08rem,1.25vw,1.28rem);line-height:1.14}.detail-copy h1,.detail-stage[data-detail-theme=aesthetic] .detail-copy h1,html[data-catalog-variant=classic] .detail-body .detail-copy h1,html[data-catalog-variant=editorial] .detail-body .detail-copy h1,html[data-catalog-variant=compact] .detail-body .detail-copy h1,html[data-catalog-variant=commerce] .detail-body .detail-copy h1{max-width:15ch;font-size:clamp(2rem,3.15vw,3.4rem);font-weight:700;line-height:1.06}html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-1 .category-overview-main h3,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-4 .category-overview-main h3{font-size:clamp(1.45rem,2.25vw,2.32rem);line-height:1.12}}@media screen and (max-width:700px){.hero h1,html[data-catalog-variant=classic] .catalog-home-body .hero h1,html[data-catalog-variant=editorial] .catalog-home-body .hero h1,html[data-catalog-variant=compact] .catalog-home-body .hero h1,html[data-catalog-variant=commerce] .catalog-home-body .hero h1{max-width:12.5ch;font-size:clamp(2rem,8vw,2.55rem);line-height:1.07}.catalog-heading h2,html[data-catalog-variant=classic] .catalog-heading h2,html[data-catalog-variant=compact] .catalog-home-body .catalog-heading h2,html[data-catalog-variant=commerce] .catalog-home-body .catalog-heading h2{max-width:16ch;font-size:clamp(1.68rem,7.1vw,2.2rem);line-height:1.1}.category-page-copy h1,.detail-showcase-copy h3,html[data-catalog-variant=classic] .category-body .category-page-copy h1,html[data-catalog-variant=classic] .detail-body .detail-showcase-copy h3,html[data-catalog-variant=editorial] .category-body .category-page-copy h1,html[data-catalog-variant=editorial] .detail-body .detail-showcase-copy h3,html[data-catalog-variant=compact] .category-body .category-page-copy h1,html[data-catalog-variant=compact] .detail-body .detail-showcase-copy h3,html[data-catalog-variant=commerce] .category-body .category-page-copy h1,html[data-catalog-variant=commerce] .detail-body .detail-showcase-copy h3{max-width:14ch;font-size:clamp(1.85rem,7.4vw,2.42rem);line-height:1.09}.category-products-section .catalog-heading h2,.related-categories .catalog-heading h2,.related-products h2{font-size:clamp(1.55rem,6.5vw,2.05rem)}.category-overview-main h3,.category-card-style-1 .category-overview-main h3,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1 .category-overview-main h3{font-size:clamp(1.32rem,6.4vw,1.78rem)}.product-card.featured h4,.product-card h4{font-size:clamp(1.04rem,5vw,1.28rem)}.detail-copy h1,.detail-stage[data-detail-theme=aesthetic] .detail-copy h1,html[data-catalog-variant=classic] .detail-body .detail-copy h1,html[data-catalog-variant=editorial] .detail-body .detail-copy h1,html[data-catalog-variant=compact] .detail-body .detail-copy h1,html[data-catalog-variant=commerce] .detail-body .detail-copy h1{font-size:clamp(1.78rem,7.1vw,2.42rem);line-height:1.09}.detail-panel h2{font-size:1.02rem}}@media screen{.hero-product:after,.detail-showcase-visual:after{content:none;display:none}.detail-showcase-visual,html[data-catalog-variant=commerce] .detail-showcase-visual,html[data-catalog-variant=compact] .detail-showcase-visual{border-color:color-mix(in srgb, var(--detail-color,var(--blue-deep)) 12%, var(--line));background:var(--surface);box-shadow:var(--shadow-md);padding:clamp(.9rem,1.8vw,1.25rem)}.detail-showcase-visual img,html[data-catalog-variant=commerce] .detail-showcase-visual img,html[data-catalog-variant=compact] .detail-showcase-visual img{border-radius:var(--radius-sm);width:100%;max-width:min(100%,32rem);height:auto;max-height:clamp(17rem,38vw,27rem);box-shadow:none;filter:none;background:0 0;border:0;transform:none}.detail-visual,html[data-catalog-variant=commerce] .detail-visual,html[data-catalog-variant=compact] .detail-visual{background:var(--surface);box-shadow:none}.detail-visual img,html[data-catalog-variant=commerce] .detail-visual img,html[data-catalog-variant=compact] .detail-visual img{border-radius:var(--radius-sm);box-shadow:none;filter:none;background:0 0;border:0;transform:none}.hero-product,.category-hero-product,.overview-product,.product-media{background:var(--surface)}.product-media{box-shadow:inset 0 -1px 0 var(--line-medium);border:0}html[data-catalog-variant=editorial] .category-body .category-product-grid .product-media,html[data-catalog-variant=compact] .product-media,html[data-catalog-variant=compact] .product-card.featured .product-media,html[data-catalog-variant=commerce] .product-media,html[data-catalog-variant=commerce] .product-card.featured .product-media,html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-2 .product-media,html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-3 .product-media,html[data-catalog-variant=commerce] .category-body .category-product-grid .product-card-style-4 .product-media{border:0}.hero-product img,.category-hero-product img,.overview-product img,.product-media img,.product-card.featured .product-media img,.related-card img,.detail-brand-card img,html[data-catalog-variant=commerce] .catalog-home-body .overview-product img,html[data-catalog-variant=compact] .catalog-home-body .overview-product img,html[data-catalog-variant=commerce] .category-hero-product img,html[data-catalog-variant=compact] .category-hero-product img,html[data-catalog-variant=commerce] .detail-brand-card img,html[data-catalog-variant=compact] .detail-brand-card img,html[data-catalog-variant=commerce] .related-card img,html[data-catalog-variant=compact] .related-card img{border-radius:var(--radius-sm);box-shadow:none;filter:none;background:0 0;border:0;transform:none}.product-card:hover .product-media img,.hero-product:hover img,.overview-product:hover img,.category-hero-product:hover img{filter:none;transform:none}}@media (prefers-reduced-motion:reduce){.page-progress,body.is-loading-ui .product-card:after,body.is-loading-ui .category-overview-card:after,body.is-loading-ui .selection-product:after,.loading-card:after,.loading-copy:after,.is-media-loading:after,.shortlist-add.is-adding:after{animation:none}main,body.has-scroll-loader [data-reveal],.product-card,.category-overview-card,.overview-product,.category-hero-product,.selection-product,.detail-showcase-visual img,.product-media img{transition:none}}.site-header{min-height:4.25rem;box-shadow:var(--shadow-card);background:#fffffff5;grid-template-columns:auto minmax(13rem,.72fr) minmax(36rem,1fr);align-items:end;gap:.5rem clamp(.8rem,1.4vw,1.15rem);padding:.54rem clamp(1rem,2.8vw,2.2rem)}.detail-header{grid-template-columns:auto minmax(13rem,.62fr) auto minmax(34rem,1.25fr)}.selection-body .site-header{grid-template-columns:auto minmax(13rem,.8fr) auto minmax(18rem,auto)}.brand-lockup{width:clamp(8.5rem,10vw,10.7rem)}.main-nav{min-width:min(100%,13.5rem)}.nav-toggle{min-width:13.5rem}.header-actions{grid-template-columns:minmax(17rem,1fr) auto auto auto;justify-self:stretch;align-items:end;gap:.42rem;display:grid}.detail-header .header-actions{grid-area:auto;grid-template-columns:minmax(16rem,1fr) auto auto auto auto;max-width:none}html[data-catalog-variant] .detail-body .site-header.detail-header{grid-template-columns:auto minmax(13rem,.62fr) auto minmax(34rem,1.25fr);align-items:end;min-height:4.25rem}html[data-catalog-variant] .detail-body .detail-header .brand-lockup,html[data-catalog-variant] .detail-body .detail-category-nav,html[data-catalog-variant] .detail-body .detail-nav,html[data-catalog-variant] .detail-body .detail-header .header-actions{grid-area:auto}html[data-catalog-variant] .detail-body .detail-header .header-actions{flex-wrap:nowrap;grid-template-columns:minmax(16rem,1fr) auto auto auto;justify-content:stretch;max-width:none;display:grid}.selection-body .site-header .header-actions{flex-wrap:nowrap;justify-content:end;display:flex}.header-actions .search-box,.detail-search-box{min-width:0}.search-box,.language-picker,.layout-variant-picker{color:var(--muted);letter-spacing:.05em;font-size:.64rem}.search-box input,.language-picker select,.layout-variant-picker select,.nav-toggle,.print-button,.primary-link,.secondary-link{min-height:2.75rem}.search-box input{width:100%;min-width:14rem}.language-picker select{min-width:8.4rem}.print-button,.primary-link,.secondary-link{padding:.5rem .76rem;font-size:.83rem}.header-inquiry-link,.print-button.print-button-subtle.header-inquiry-link{border-color:var(--control-border);color:var(--blue-ink);background:var(--surface)}.header-actions .layout-variant-picker{display:none}html[data-layout-switcher-visible=true] .header-actions .layout-variant-picker{display:grid}.catalog-workflow{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;gap:.36rem;margin-top:.46rem;margin-bottom:.16rem;padding:0}.catalog-workflow-step{border-color:var(--line);background:#ffffffd1;grid-template-columns:1.66rem minmax(0,1fr);gap:.45rem;min-height:2.28rem;padding:.42rem .52rem}.catalog-workflow-step:before{width:2px;top:.42rem;bottom:.42rem;left:.24rem}.catalog-workflow-index{width:1.48rem;height:1.48rem;font-size:.64rem}.catalog-workflow-copy{gap:0}.catalog-workflow-copy strong{font-size:.78rem}.catalog-workflow-copy small{display:none}.catalog-workflow-step.is-active{border-color:color-mix(in srgb, var(--blue-strong) 32%, var(--line));background:var(--surface);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--blue-strong) 12%, transparent)}@media (max-width:1180px){.detail-header,.selection-body .site-header{grid-template-columns:auto minmax(13rem,1fr) auto;align-items:center}.detail-nav{justify-self:end}.detail-header .header-actions,.selection-body .site-header .header-actions{grid-column:1/-1;grid-template-columns:minmax(17rem,1fr) auto auto auto;justify-content:stretch;width:100%;display:grid}.detail-header .header-actions{grid-template-columns:minmax(17rem,1fr) auto auto auto auto}}@media (max-width:1050px){.site-header,.detail-header,.selection-body .site-header{grid-template-columns:minmax(8.5rem,1fr) auto}.main-nav{justify-self:end}.header-actions,.detail-header .header-actions,.selection-body .site-header .header-actions{grid-template-columns:minmax(14rem,1fr) repeat(3,auto)}.detail-header .header-actions{grid-template-columns:minmax(14rem,1fr) repeat(4,auto)}}@media (max-width:760px){.site-header,.detail-header,.selection-body .site-header,html[data-catalog-variant] .site-header,html[data-catalog-variant] .detail-header,html[data-catalog-variant] .selection-body .site-header{grid-template-columns:1fr;align-items:stretch;gap:.5rem;padding:.7rem .86rem .78rem;position:static}.brand-lockup{max-width:9.6rem}.main-nav,.nav-toggle{width:100%;min-width:0}.header-actions,.detail-header .header-actions,.selection-body .site-header .header-actions{grid-column:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:.42rem}.search-box,.detail-search-box,.header-actions .language-picker{grid-column:1/-1}.search-box input,.language-picker select,.layout-variant-picker select,.print-button{width:100%;min-width:0}body:not(.detail-body):not(.selection-body) .site-header .header-actions>.print-button,.detail-header .header-actions>.print-button,.selection-body .site-header .header-actions>.print-button{grid-column:auto}.catalog-workflow{width:min(var(--content-width), calc(100% - 1.35rem));gap:.14rem;margin-top:.34rem}.catalog-workflow-step{text-align:center;grid-template-columns:1fr;place-items:center;gap:.16rem;min-height:2.34rem;padding:.3rem .16rem}.catalog-workflow-step:before{display:none}.catalog-workflow-index{width:1.2rem;height:1.2rem;font-size:.58rem}.catalog-workflow-copy strong{white-space:normal;font-size:.6rem}html[data-catalog-variant] .detail-body .site-header.detail-header{grid-template-columns:minmax(8.5rem,.9fr) minmax(10.8rem,1.1fr);align-items:center}html[data-catalog-variant] .detail-body .brand-lockup,html[data-catalog-variant] .detail-body .main-nav{grid-area:auto}html[data-catalog-variant] .detail-body .main-nav{justify-self:stretch;width:100%}html[data-catalog-variant] .detail-body .detail-nav,html[data-catalog-variant] .detail-body .detail-header .header-actions{display:none}html[data-catalog-variant] .detail-body .detail-showcase-standard .detail-showcase-visual img{max-width:min(100%,18rem);max-height:clamp(15.8rem,65vw,21rem)}}.site-trustbar{min-height:2.75rem;color:var(--trustbar-fg);background:var(--trustbar-bg);font-size:var(--trustbar-font-size);letter-spacing:var(--trustbar-letter-spacing);border-bottom:1px solid #0003;justify-content:center;align-items:center;gap:.9rem 1.45rem;padding:.38rem clamp(1rem,3vw,2.5rem);font-weight:500;line-height:1.2;display:flex}.site-trustbar a{color:var(--on-primary);transition:color var(--duration-fast) ease;text-decoration:none}.site-trustbar a:hover{color:var(--on-primary);text-underline-offset:.18em;text-decoration:underline}.site-trustbar span,.site-trustbar a{white-space:nowrap;position:relative}.site-trustbar span+span:before,.site-trustbar span+a:before,.site-trustbar a+span:before,.site-trustbar a+a:before{content:"";border-radius:var(--radius-sm);background:#ffffff2e;width:1px;height:.78rem;position:absolute;top:50%;left:-.78rem;transform:translateY(-50%)}.product-commerce-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:.48rem;margin-top:.82rem;display:grid}.product-commerce-metric{border:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 14%, #dfe9ef);border-radius:var(--radius-sm);background:var(--surface);min-width:0;padding:.55rem .62rem}.product-commerce-metric span,.detail-buybox-price span,.detail-buybox-grid span,.detail-quantity-control span{color:var(--muted);letter-spacing:.055em;text-transform:uppercase;font-size:.68rem;font-weight:800;line-height:1.15;display:block}.product-commerce-metric strong{color:var(--ink-soft);overflow-wrap:anywhere;margin-top:.2rem;font-size:.82rem;font-weight:800;line-height:1.24;display:block}.product-commerce-price strong{color:var(--brand-accent-green)}.product-card-cta{color:var(--on-primary);border-color:var(--brand-accent-green);background:var(--brand-accent-green)}.product-card-cta:hover{border-color:var(--brand-accent-green);background:var(--brand-accent-green)}.detail-buybox{border-radius:var(--radius-sm);background:var(--surface);max-width:44rem;box-shadow:inset 0 0 0 1px var(--line);border:0;gap:.72rem;margin-top:.25rem;padding:clamp(.82rem,1.4vw,1.1rem);display:grid}.detail-buybox-price{gap:.22rem;display:grid}.detail-buybox-price strong{color:var(--brand-accent-green);font-family:var(--font-display);font-size:clamp(1.2rem,1.8vw,1.6rem);font-weight:700;line-height:1.05}.detail-buybox-price small{color:var(--muted);font-size:.82rem;line-height:1.35}.detail-buybox-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.58rem;display:grid}.detail-buybox-grid article{border-radius:var(--radius-sm);background:var(--surface);border:0;min-width:0;padding:.52rem .62rem}.detail-buybox-grid strong{color:var(--ink);overflow-wrap:anywhere;margin-top:.22rem;font-size:.92rem;font-weight:600;line-height:1.22;display:block}.detail-quantity-control{border-radius:var(--radius-sm);background:0 0;border:0;grid-template-columns:minmax(0,1fr) 5.5rem;align-items:center;gap:.62rem;padding:0;display:grid}.detail-quantity-control input{border:1px solid var(--line-medium);border-radius:var(--radius-sm);width:100%;min-height:2.5rem;color:var(--ink);text-align:center;background:var(--surface);padding:.38rem .5rem;font-size:.92rem;font-weight:600}.detail-buybox-actions{grid-template-columns:minmax(10rem,1.2fr) minmax(9rem,1fr);gap:.52rem;display:grid}.detail-buybox-actions .secondary-link{min-height:2.85rem}.selection-empty-screen{gap:1.2rem;width:min(1120px,100% - 2rem);margin:clamp(2rem,5vw,4.5rem) auto;display:grid}.selection-empty-copy,.selection-empty-steps,.selection-empty-recommendations{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);box-shadow:0 14px 34px var(--line-soft)}.selection-empty-copy{padding:clamp(1.35rem,3vw,2.2rem)}.selection-empty-copy h1{max-width:14ch;color:var(--ink-strong);font-family:var(--font-display);margin:.2rem 0 .65rem;font-size:clamp(2.2rem,5vw,4rem);font-weight:800;line-height:.98}.selection-empty-copy p:not(.eyebrow){max-width:44rem;color:var(--muted);margin:0;font-size:1rem;line-height:1.6}.selection-empty-actions{flex-wrap:wrap;gap:.65rem;margin-top:1.1rem;display:flex}.selection-empty-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid;overflow:hidden}.selection-empty-steps article{border-left:1px solid var(--line);min-width:0;padding:1rem}.selection-empty-steps article:first-child{border-left:0}.selection-empty-steps span{border-radius:var(--radius-sm);width:2rem;height:2rem;color:var(--on-primary);background:var(--blue-strong);place-items:center;font-size:.78rem;font-weight:800;display:inline-grid}.selection-empty-steps strong{color:var(--ink-strong);margin-top:.7rem;font-size:1rem;font-weight:800;display:block}.selection-empty-steps p{color:var(--muted);margin:.28rem 0 0;font-size:.9rem;line-height:1.42}.selection-empty-recommendations{padding:clamp(1rem,2vw,1.35rem)}.selection-empty-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-top:.95rem;display:grid}.selection-empty-product{border:1px solid var(--line);border-radius:var(--radius-sm);min-width:0;color:inherit;background:var(--surface);transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, transform var(--duration-fast) ease;grid-template-rows:7.4rem 1fr;gap:.68rem;padding:.72rem;text-decoration:none;display:grid}.selection-empty-product:hover{border-color:color-mix(in srgb, var(--blue-strong) 28%, var(--line));box-shadow:0 10px 22px var(--line);transform:translateY(-1px)}.selection-empty-product img{object-fit:contain;width:100%;height:100%}.selection-empty-product strong,.selection-empty-product small{display:block}.selection-empty-product strong{color:var(--ink-strong);font-size:.94rem;font-weight:800;line-height:1.18}.selection-empty-product small{color:var(--muted);margin-top:.28rem;font-size:.78rem;font-weight:600;line-height:1.28}@media (max-width:980px){.site-trustbar{scrollbar-width:none;justify-content:flex-start;overflow-x:auto}.site-trustbar::-webkit-scrollbar{display:none}.product-commerce-strip,.detail-buybox-grid,.selection-empty-steps,.selection-empty-products,.detail-buybox-actions{grid-template-columns:1fr}}@media (max-width:700px){.site-trustbar{min-height:2.35rem;padding-inline:.9rem;font-size:.78rem}.product-commerce-strip{grid-template-columns:1fr}html[data-catalog-variant] .detail-body .site-header.detail-header{grid-template-columns:1fr;align-items:stretch}html[data-catalog-variant] .detail-body .detail-header .brand-lockup,html[data-catalog-variant] .detail-body .detail-category-nav,html[data-catalog-variant] .detail-body .detail-nav,html[data-catalog-variant] .detail-body .detail-header .header-actions{grid-column:auto;width:100%}html[data-catalog-variant] .detail-body .detail-header .header-actions{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%;display:grid}html[data-catalog-variant] .detail-body .detail-header .detail-search-box{grid-column:1/-1}.detail-quantity-control{grid-template-columns:1fr}.selection-empty-screen{width:min(100% - 1rem,1120px);margin-block:1rem}}@media print{@page{size:A4;margin:12mm}body{background:var(--surface);font-size:10.5pt}.site-header,.hero-actions,.detail-nav,.site-footer,.detail-screen-panel{display:none}.page-section{width:100%}.hero{break-after:page;min-height:250mm;padding:16mm 0}.brand-system,.category-section{break-inside:avoid;page-break-inside:avoid}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{break-inside:avoid;min-height:98mm;box-shadow:none;grid-template-rows:38mm auto}.product-card.featured{grid-column:span 2;grid-template-columns:.75fr 1fr;min-height:90mm}.product-card.featured .product-media{min-height:90mm}.product-media img{max-height:70mm}.hero-product,.brand-card,.product-card{box-shadow:none}.detail-stage{padding:0}.product-detail-sheet{border-radius:var(--radius-sm);width:210mm;min-height:297mm;box-shadow:none;break-after:page;page-break-after:always;margin:0}}:is(.detail-showcase-visual:has(.detail-gallery),.detail-visual:has(.detail-gallery)){grid-template-rows:minmax(0,1fr) auto;align-content:stretch;justify-items:stretch;gap:.78rem;display:grid}.detail-gallery-stage{z-index:var(--z-base);overflow-anchor:none;border-radius:var(--radius-sm);background:var(--surface);place-items:center;width:100%;min-width:0;min-height:0;display:grid;position:relative;overflow:hidden}.detail-showcase-visual .detail-gallery-stage{aspect-ratio:1.04;min-height:clamp(19rem,38vw,27.5rem)}.detail-visual .detail-gallery-stage{aspect-ratio:1;height:100%;max-height:calc(100% - 15mm)}.detail-showcase-visual .detail-gallery-stage>img[data-gallery-main],.detail-visual .detail-gallery-stage>img[data-gallery-main],html[data-catalog-variant] .detail-showcase-visual .detail-gallery-stage>img[data-gallery-main],html[data-catalog-variant] .detail-visual .detail-gallery-stage>img[data-gallery-main]{box-sizing:border-box;object-fit:contain;object-position:center;border-radius:var(--radius-sm);width:100%;max-width:none;height:100%;min-height:0;max-height:none;box-shadow:none;filter:none;background:0 0;border:0;padding:clamp(.28rem,1.35vw,.9rem);display:block;transform:none}.detail-gallery{z-index:var(--z-above);overflow-anchor:none;overscroll-behavior-x:contain;scrollbar-width:thin;grid-auto-columns:clamp(4.2rem,7vw,5.2rem);grid-auto-flow:column;justify-content:start;gap:.48rem;width:100%;max-width:100%;padding:.12rem .08rem .3rem;display:grid;position:relative;overflow-x:auto}.detail-gallery-thumb{aspect-ratio:1;border:1px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 15%, var(--line));border-radius:var(--radius-sm);background:var(--surface);min-width:0;box-shadow:inset 0 1px 0 #fffffff2, 0 5px 14px var(--line-ghost);cursor:pointer;transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, transform var(--duration-fast) ease;place-items:center;padding:.34rem;display:grid;position:relative}.detail-gallery-thumb:hover{border-color:color-mix(in srgb, var(--detail-color,var(--blue-deep)) 38%, var(--line));transform:translateY(-1px)}.detail-gallery-thumb:focus-visible{outline:2px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 58%, var(--surface));outline-offset:2px}.detail-gallery-thumb.is-active{border-color:var(--detail-color,var(--blue-deep));box-shadow:0 0 0 2px color-mix(in srgb, var(--detail-color,var(--blue-deep)) 18%, transparent), 0 8px 18px var(--line-soft), inset 0 1px 0 #fffffff0}.detail-gallery-thumb img,.detail-showcase-visual .detail-gallery-thumb img,.detail-visual .detail-gallery-thumb img,html[data-catalog-variant] .detail-showcase-visual .detail-gallery-thumb img,html[data-catalog-variant] .detail-visual .detail-gallery-thumb img{object-fit:contain;object-position:center;filter:none;width:100%;max-width:none;height:100%;max-height:none;transform:none}.detail-gallery-material{aspect-ratio:1;border:1px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 24%, var(--line));border-radius:var(--radius-sm);min-width:0;color:var(--blue-ink);background:var(--brand-primary-wash);box-shadow:inset 0 1px 0 #fffffff2, 0 5px 14px var(--line-soft);text-align:center;transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, transform var(--duration-fast) ease;grid-template-rows:1fr auto;place-items:center;gap:.28rem;padding:.42rem .32rem;text-decoration:none;display:grid;position:relative}.detail-gallery-material:hover{border-color:color-mix(in srgb, var(--detail-color,var(--blue-deep)) 45%, var(--line));box-shadow:0 0 0 2px color-mix(in srgb, var(--detail-color,var(--blue-deep)) 12%, transparent), 0 8px 18px var(--line-soft), inset 0 1px 0 #fffffff2;transform:translateY(-1px)}.detail-gallery-material:focus-visible{outline:2px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 58%, var(--surface));outline-offset:2px}.detail-gallery-material-icon{border:1px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 34%, var(--line));border-radius:var(--radius-sm);width:2.2rem;height:2.55rem;color:var(--brand-primary-ink);letter-spacing:0;background:0;place-items:end center;padding-bottom:.32rem;font-size:.54rem;font-weight:800;line-height:1;display:grid}.detail-gallery-material-label{max-width:100%;color:var(--ink-soft);overflow-wrap:anywhere;font-size:.68rem;font-weight:700;line-height:1.08;display:block}.detail-gallery-arrow{z-index:var(--z-sticky);border:1px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 16%, var(--line));border-radius:var(--radius-sm);width:2.65rem;height:4.15rem;color:var(--ink);box-shadow:0 12px 30px var(--line-medium), inset 0 1px 0 #fffffff2;cursor:pointer;touch-action:manipulation;transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, background-color var(--duration-fast) ease;background:#ffffffe0;place-items:center;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.detail-gallery-arrow span{margin-top:-.08em;font-size:1.72rem;line-height:1;display:block}.detail-gallery-arrow:hover{border-color:color-mix(in srgb, var(--detail-color,var(--blue-deep)) 42%, var(--line));box-shadow:0 14px 34px var(--line-strong), inset 0 1px 0 #fffffffa;transform:translateY(-50%)}.detail-gallery-arrow:active,.detail-gallery-arrow.is-pressed{transform:translateY(-50%)}.detail-gallery-arrow:focus-visible{outline:2px solid color-mix(in srgb, var(--detail-color,var(--blue-deep)) 58%, var(--surface));outline-offset:2px}.detail-gallery-arrow-prev{left:.7rem}.detail-gallery-arrow-next{right:.7rem}.detail-visual .detail-gallery{grid-auto-columns:minmax(12.5mm,1fr);gap:1.5mm;padding-bottom:0}.detail-visual .detail-gallery-thumb{border-radius:var(--radius-sm);padding:1mm}.detail-visual .detail-gallery-arrow{display:none}@media (max-width:760px){.detail-showcase-visual .detail-gallery-stage{aspect-ratio:1;min-height:clamp(16.5rem,70vw,22rem)}.detail-gallery{grid-auto-columns:clamp(3.65rem,18vw,4.8rem)}.detail-gallery-arrow{width:2.25rem;height:3.45rem}.detail-gallery-arrow-prev{left:.45rem}.detail-gallery-arrow-next{right:.45rem}}@media screen{html,body{overflow-x:clip}.site-header{grid-template-columns:auto minmax(13rem,auto) minmax(0,1fr);align-items:center}.detail-header,.selection-body .site-header{grid-template-columns:auto minmax(13rem,auto) auto minmax(0,1fr)}html[data-catalog-variant] .detail-body .site-header.detail-header{grid-template-columns:auto minmax(13rem,auto) auto minmax(0,1fr);align-items:center}.header-actions,.detail-header .header-actions,html[data-catalog-variant] .detail-body .detail-header .header-actions{grid-template-columns:minmax(12rem,1fr) minmax(8.3rem,9.4rem) minmax(7.4rem,8.7rem) minmax(4.8rem,auto) minmax(5.8rem,auto);justify-self:stretch;align-items:end;gap:.38rem;min-width:0;max-width:none;display:grid}.selection-body .site-header .header-actions{flex-wrap:wrap;justify-content:flex-end;gap:.38rem;display:flex}.search-box,.language-picker,.layout-variant-picker{min-width:0;line-height:1.1}.search-box input,.language-picker select,.layout-variant-picker select{width:100%;min-width:0;max-width:100%;min-height:2.18rem;padding-top:.42rem;padding-bottom:.42rem}.print-button,.primary-link,.secondary-link,.product-detail-link,.shortlist-add,.category-open-link{text-align:center;justify-content:center;align-items:center;min-height:2.18rem;display:inline-flex}.header-actions .print-button{padding-inline:.68rem}.nav-toggle{min-height:2.28rem}.catalog-workflow{margin-top:.42rem}}@media screen and (min-width:1181px){.site-header{min-height:4.6rem}.brand-lockup,.main-nav,.detail-nav,.header-actions{align-self:center}}@media screen and (max-width:1180px){.header-actions,.detail-header .header-actions,.selection-body .site-header .header-actions{grid-template-columns:minmax(12rem,1fr) minmax(8rem,9.2rem) minmax(7.3rem,8.6rem) auto auto}}@media screen and (max-width:700px){.site-header,.detail-header,.selection-body .site-header,html[data-catalog-variant] .site-header,html[data-catalog-variant] .detail-header,html[data-catalog-variant] .selection-body .site-header{gap:.42rem;padding:.64rem .86rem .72rem}.header-actions,.detail-header .header-actions,.selection-body .site-header .header-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.38rem}.selection-body .site-header .header-actions{display:grid}.search-box>span,.language-picker>span,.layout-variant-picker>span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.search-box,.detail-search-box{grid-column:1/-1}.header-actions .language-picker{grid-column:auto}.search-box input,.language-picker select,.layout-variant-picker select,.print-button{min-height:2.24rem}.catalog-workflow{margin-top:.3rem}}@media screen{html[data-catalog-variant] .header-actions .search-box input,html[data-catalog-variant] .header-actions .language-picker select,html[data-catalog-variant] .header-actions .layout-variant-picker select,html[data-catalog-variant=commerce] .search-box input,html[data-catalog-variant=commerce] .header-actions .language-picker select,html[data-catalog-variant=commerce] .header-actions .layout-variant-picker select,html[data-catalog-variant=commerce] .detail-body .detail-header .language-picker select,html[data-catalog-variant=commerce] .detail-body .detail-header .layout-variant-picker select{width:100%;min-width:0;max-width:100%}.detail-body{--content-width:1480px;background:var(--brand-primary-wash) 0}.detail-body .catalog-workflow{display:none}.detail-stage{padding:clamp(1rem,2vw,2rem) 0 clamp(2.5rem,5vw,4.5rem)}.detail-screen-panel.detail-shop-panel,html[data-catalog-variant] .detail-body .detail-screen-panel.detail-shop-panel{border-radius:var(--radius-sm);width:min(1480px,100% - clamp(2rem,5vw,7rem));max-width:1480px;box-shadow:none;background:0 0;border:0;margin:0 auto;padding:0;display:block;overflow:visible}.detail-body .product-detail-sheet{display:none}.detail-breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.35rem;margin:0 0 clamp(.8rem,1.5vw,1.2rem);font-size:.82rem;line-height:1.35;display:flex}.detail-breadcrumb a{color:inherit;text-decoration:none}.detail-breadcrumb a:hover{color:var(--detail-color-deep,var(--blue-ink))}.detail-breadcrumb span[aria-current=page]{color:var(--ink)}.detail-showcase.detail-shop-showcase,.detail-showcase.detail-showcase-standard.detail-shop-showcase,html[data-catalog-variant] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=editorial] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=compact] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=commerce] .detail-body .detail-showcase.detail-shop-showcase{grid-template-columns:minmax(28rem,1.15fr) minmax(24rem,.85fr);align-items:start;gap:clamp(1.8rem,3.5vw,3.5rem);display:grid}.detail-showcase-visual.detail-shop-media,html[data-catalog-variant] .detail-body .detail-showcase-visual.detail-shop-media,html[data-catalog-variant=compact] .detail-body .detail-showcase-visual.detail-shop-media,html[data-catalog-variant=commerce] .detail-body .detail-showcase-visual.detail-shop-media{border-radius:var(--radius-sm);min-height:0;box-shadow:none;background:0 0;border:0;padding:0;overflow:visible}.detail-shop-media .detail-gallery-stage,.detail-showcase-visual.detail-shop-media .detail-gallery-stage{aspect-ratio:1;border-radius:var(--radius-sm);background:var(--surface);min-height:0;max-height:36rem;box-shadow:inset 0 0 0 1px var(--line-soft)}.detail-shop-media .detail-gallery-stage>img[data-gallery-main],html[data-catalog-variant] .detail-shop-media .detail-gallery-stage>img[data-gallery-main]{object-fit:contain;object-position:center;padding:clamp(.5rem,1.5vw,1.4rem)}.detail-shop-media .detail-gallery{grid-auto-columns:clamp(3.8rem,5vw,4.8rem);gap:.48rem;padding-top:.52rem}.detail-shop-media .detail-gallery-thumb{border-radius:var(--radius-sm);box-shadow:none}.detail-shop-media .detail-gallery-arrow{border-radius:var(--radius-sm);width:2.1rem;height:3.6rem;box-shadow:var(--shadow-md);background:#fffffff0}.detail-showcase-copy.detail-shop-copy{align-content:start;gap:.65rem;padding:clamp(.25rem,.8vw,.6rem) 0 0;display:grid}.detail-shop-copy .eyebrow{color:var(--detail-color-deep,var(--blue-ink));letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:600}.detail-shop-copy h1{max-width:18ch;color:var(--ink);font-family:var(--font-display);letter-spacing:-.015em;text-wrap:balance;margin:0;font-size:clamp(1.7rem,2.6vw,2.5rem);font-weight:500;line-height:1.1}.detail-shop-article{color:var(--muted);margin:.15rem 0 0;font-size:.85rem;line-height:1.35}.detail-shop-article strong{color:var(--ink);font-weight:600}.detail-shop-copy .detail-showcase-lead{max-width:38rem;color:var(--muted);margin:.1rem 0 0;font-size:clamp(.92rem,1.05vw,1.02rem);font-weight:400;line-height:1.6}.detail-shop-availability{width:fit-content;color:var(--brand-accent-green);align-items:center;gap:.45rem;margin-top:.1rem;font-size:.88rem;line-height:1.3;display:inline-flex}.detail-shop-availability span{border-radius:var(--radius-full);background:var(--brand-accent-green);width:.62rem;height:.62rem;box-shadow:var(--shadow-focus-green)}.detail-shop-availability strong{font-weight:600}.detail-shop-meta{border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:.25rem;display:grid}.detail-shop-meta article{border-right:1px solid var(--line-soft);min-width:0;padding:.62rem .82rem}.detail-shop-meta article:last-child{border-right:0}.detail-shop-meta span,.detail-shop-meta strong{display:block}.detail-shop-meta span{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:.68rem;font-weight:600}.detail-shop-meta strong{color:var(--ink);overflow-wrap:anywhere;margin-top:.15rem;font-size:clamp(.88rem,1vw,1rem);font-weight:600;line-height:1.2}.detail-shop-copy .detail-showcase-facts{flex-wrap:wrap;gap:.42rem;margin-top:.05rem;display:flex}.detail-shop-copy .detail-fact{border:1px solid var(--line);border-radius:var(--radius-xs);min-height:0;color:var(--ink-soft);background:var(--surface);box-shadow:none;padding:.36rem .58rem;font-size:.78rem;font-weight:500;line-height:1.2}.detail-shop-actions{gap:.55rem;margin-top:.35rem}.detail-shop-actions .primary-link,.detail-shop-actions .shortlist-add,.detail-shop-actions .secondary-link{border-radius:var(--radius-sm);min-height:2.85rem;padding:.62rem 1rem;font-size:.92rem;font-weight:600}.detail-shop-actions .primary-link{background:var(--brand-accent-green);border-color:var(--brand-accent-green);min-width:11rem;box-shadow:var(--shadow-hover)}.detail-shop-actions .shortlist-add{color:var(--blue-ink);background:var(--surface);border-color:var(--line-strong)}.detail-shop-actions .secondary-link{color:var(--ink-soft);background:var(--surface);border-color:var(--line)}.detail-shop-actions .secondary-link.detail-print-inline{min-height:2.4rem;padding:.5rem .82rem;font-size:.84rem}.detail-shop-backlink{width:fit-content;color:var(--muted);text-underline-offset:.18em;font-size:.84rem;text-decoration:underline}.detail-shop-description{border-top:1px solid var(--line-soft);margin-top:clamp(1.2rem,2.4vw,2rem);padding-top:clamp(1rem,1.8vw,1.6rem)}.detail-shop-description h2,.detail-shop-data h2,.detail-shop-related h2{color:var(--ink);font-family:var(--font-display);letter-spacing:-.01em;margin:0 0 .72rem;font-size:clamp(1.4rem,2vw,2rem);font-weight:500;line-height:1.1}.detail-shop-description-name{color:var(--ink-soft);margin:0 0 .5rem;font-size:.92rem;font-style:italic;line-height:1.45}.detail-shop-description p:not(.detail-shop-description-name){max-width:42rem;color:var(--ink-soft);margin:0;font-size:clamp(.92rem,1.05vw,1rem);font-weight:400;line-height:1.55}.detail-shop-description p+p{margin-top:.62rem}.detail-shop-content{border-top:1px solid var(--line-soft);grid-template-columns:minmax(0,1fr);gap:clamp(.85rem,1.5vw,1.25rem);margin-top:clamp(1.5rem,2.8vw,2.5rem);padding-top:clamp(1rem,2vw,1.6rem);display:grid}.detail-shop-data{grid-template-columns:minmax(11rem,.25fr) minmax(0,.75fr);align-items:start;gap:clamp(.85rem,1.8vw,1.6rem);display:grid}.detail-shop-data h2{margin-bottom:0;font-size:clamp(1.2rem,1.6vw,1.5rem)}.detail-shop-data .detail-table{border-collapse:collapse;width:100%;font-size:.88rem;line-height:1.4}.detail-shop-data .detail-table th,.detail-shop-data .detail-table td{border-top:1px solid var(--line-soft);vertical-align:top;padding:.56rem 0}.detail-shop-data .detail-table tr:first-child th,.detail-shop-data .detail-table tr:first-child td{border-top:0}.detail-shop-data .detail-table th{width:34%;color:var(--muted);font-weight:500}.detail-shop-data .detail-table td{color:var(--ink);font-weight:500}.detail-shop-data .detail-table tbody tr:nth-child(2n){background:var(--line-faint)}.detail-shop-data .detail-table tbody tr:hover{background:#0066cc08}.detail-shop-panel>.detail-insight-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.72rem;margin-top:clamp(1.5rem,2.8vw,2.5rem)}.detail-shop-panel>.detail-insight-grid .detail-insight-card{border-radius:var(--radius-sm);background:var(--surface);box-shadow:inset 0 0 0 1px var(--line-soft);padding:.82rem}.detail-shop-panel>.detail-insight-grid h2{margin-bottom:.5rem;font-size:.92rem;font-weight:600;line-height:1.2}.detail-shop-panel>.detail-insight-grid ul,.detail-shop-panel>.detail-insight-grid p{color:var(--muted);font-size:.82rem;font-weight:400;line-height:1.45}.detail-shop-panel>.detail-insight-grid li+li{margin-top:.28rem}.detail-shop-related{margin-top:clamp(1.5rem,2.8vw,2.5rem)}.detail-shop-related h2{font-size:clamp(1.2rem,1.6vw,1.6rem)}.detail-shop-related .related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.72rem}.detail-shop-related .related-card{border-radius:var(--radius-sm);background:var(--surface);min-height:5.5rem;box-shadow:inset 0 0 0 1px var(--line-soft);transition:box-shadow var(--duration-base) ease;grid-template-columns:4.5rem minmax(0,1fr);gap:.62rem;padding:.72rem}.detail-shop-related .related-card img{border-radius:var(--radius-xs);background:var(--subtle);width:4.5rem;height:4rem}.detail-shop-related .related-card strong{font-size:.88rem;font-weight:600;line-height:1.16}.detail-shop-related .related-card span{font-size:.76rem;font-weight:400}@media (hover:hover){.detail-shop-related .related-card:hover{box-shadow:inset 0 0 0 1px #0066cc2e}.detail-shop-related .related-card:hover img{transform:scale(1.04)}}.detail-shop-related .related-card img{transition:transform var(--duration-base) ease}.detail-shop-panel .detail-brand-strip{border-top:1px solid var(--line-soft);margin-top:clamp(1.5rem,2.8vw,2.5rem);padding-top:clamp(1rem,1.8vw,1.6rem)}.detail-shop-panel .detail-brand-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.72rem}.detail-shop-panel .detail-brand-card{border-radius:var(--radius-sm);box-shadow:inset 0 0 0 1px var(--line-soft)}}@media screen and (max-width:1180px){.detail-showcase.detail-shop-showcase,.detail-showcase.detail-showcase-standard.detail-shop-showcase,html[data-catalog-variant] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=editorial] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=compact] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=commerce] .detail-body .detail-showcase.detail-shop-showcase{grid-template-columns:minmax(0,1fr);gap:clamp(1.6rem,4vw,2.8rem)}.detail-shop-copy h1{max-width:20ch}.detail-shop-media .detail-gallery-stage,.detail-showcase-visual.detail-shop-media .detail-gallery-stage{aspect-ratio:1/.85;min-height:0;max-height:32rem}.detail-shop-data{grid-template-columns:1fr}.detail-shop-panel>.detail-insight-grid,.detail-shop-panel .detail-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:700px){.detail-stage{padding-top:1rem}.detail-screen-panel.detail-shop-panel,html[data-catalog-variant] .detail-body .detail-screen-panel.detail-shop-panel{width:min(100% - 1.1rem,1480px)}.detail-breadcrumb{margin-bottom:1rem;font-size:.78rem}.detail-shop-copy h1{max-width:18ch;font-size:clamp(1.5rem,7vw,2.1rem);line-height:1.1}.detail-shop-copy .detail-showcase-lead,.detail-shop-description p:not(.detail-shop-description-name){font-size:.9rem;line-height:1.55}.detail-shop-media .detail-gallery-stage,.detail-showcase-visual.detail-shop-media .detail-gallery-stage{aspect-ratio:1;min-height:0;max-height:24rem}.detail-shop-media .detail-gallery{grid-auto-columns:clamp(3.65rem,18vw,4.7rem)}.detail-shop-meta{grid-template-columns:1fr}.detail-shop-meta article,.detail-shop-meta article:last-child{border-right:0;border-bottom:1px solid var(--line-soft)}.detail-shop-meta article:last-child{border-bottom:0}.detail-shop-actions{grid-template-columns:1fr;display:grid}.detail-shop-actions .primary-link,.detail-shop-actions .shortlist-add,.detail-shop-actions .secondary-link,.detail-shop-actions .secondary-link.detail-print-inline{width:100%;min-height:3rem;padding:.76rem 1rem}.detail-shop-description h2,.detail-shop-data h2,.detail-shop-related h2{font-size:clamp(1.65rem,8vw,2.25rem)}.detail-shop-data .detail-table th,.detail-shop-data .detail-table td{width:100%;padding:.56rem 0 0;display:block}.detail-shop-data .detail-table td{padding:.14rem 0 .56rem}.detail-shop-panel>.detail-insight-grid,.detail-shop-related .related-grid,.detail-shop-panel .detail-brand-grid{grid-template-columns:1fr}.detail-shop-related .related-card,.detail-shop-panel .detail-brand-card{grid-template-columns:5.4rem minmax(0,1fr)}}@media screen and (max-width:760px){html[data-catalog-variant] .detail-body .site-header.detail-header{grid-template-columns:1fr;align-items:stretch}html[data-catalog-variant] .detail-body .detail-header .brand-lockup,html[data-catalog-variant] .detail-body .detail-category-nav,html[data-catalog-variant] .detail-body .detail-nav,html[data-catalog-variant] .detail-body .detail-header .header-actions{grid-column:auto;width:100%;max-width:100%}html[data-catalog-variant] .detail-body .detail-header .header-actions{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;display:grid}html[data-catalog-variant] .detail-body .detail-header .detail-search-box{grid-column:1/-1}}@media print{.detail-gallery,.detail-gallery-arrow{display:none}body.product-pdf-export{background:var(--surface);margin:0}body.product-pdf-export .site-trustbar,body.product-pdf-export .site-header,body.product-pdf-export .site-footer,body.product-pdf-export .detail-screen-panel{display:none}body.product-pdf-export .detail-stage{padding:0}body.product-pdf-export .product-detail-sheet{page:product-sheet;border-radius:var(--radius-sm);width:210mm;min-height:297mm;box-shadow:none;break-after:auto;page-break-after:auto;border:0;margin:0;display:grid}}@page product-sheet{size:A4;margin:0}@media screen{:root{--type-caption:.75rem;--type-meta:.8125rem;--type-small:.875rem;--type-body:1rem;--type-body-large:1.125rem;--type-card-title:1.125rem;--type-section-title:2.375rem;--type-page-title:3.25rem;--type-hero-title:4rem;--leading-tight:1.08;--leading-title:1.12;--leading-copy:1.58;--leading-long:1.68}html{font-size:100%}body,button,input,select,textarea{letter-spacing:0}body{font-size:var(--type-body);line-height:var(--leading-copy)}h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td,a,button,label,span,small,strong,em,input,select,textarea{letter-spacing:0}.eyebrow,.section-kicker,.product-kicker,.search-box,.language-picker,.layout-variant-picker,.brand-filter-label,.chip,.source-chip,.status-chip,.fact,.product-commerce-metric span,.detail-buybox-price span,.detail-buybox-grid span,.detail-quantity-control span,.detail-shop-meta span{font-size:var(--type-caption);letter-spacing:0;line-height:1.2}.hero h1,html[data-catalog-variant=classic] .catalog-home-body .hero h1,html[data-catalog-variant=editorial] .catalog-home-body .hero h1,html[data-catalog-variant=compact] .catalog-home-body .hero h1,html[data-catalog-variant=commerce] .catalog-home-body .hero h1{max-width:13ch;font-size:var(--type-hero-title);font-weight:800;line-height:1.04}.category-page-copy h1,.detail-showcase-copy h3,.detail-shop-copy h1,.selection-empty-copy h1,html[data-catalog-variant=classic] .category-body .category-page-copy h1,html[data-catalog-variant=classic] .detail-body .detail-showcase-copy h3,html[data-catalog-variant=editorial] .category-body .category-page-copy h1,html[data-catalog-variant=editorial] .detail-body .detail-showcase-copy h3,html[data-catalog-variant=compact] .category-body .category-page-copy h1,html[data-catalog-variant=compact] .detail-body .detail-showcase-copy h3,html[data-catalog-variant=commerce] .category-body .category-page-copy h1,html[data-catalog-variant=commerce] .detail-body .detail-showcase-copy h3{max-width:15ch;font-size:var(--type-page-title);line-height:var(--leading-tight);font-weight:700}.detail-shop-copy h1{max-width:16ch;color:var(--ink-strong);font-weight:600}.catalog-heading h2,.brand-card-main h2,.category-products-section .catalog-heading h2,.related-categories .catalog-heading h2,.detail-shop-description h2,.detail-shop-data h2,.detail-shop-related h2,.selection-empty-copy h1{font-size:var(--type-section-title);line-height:var(--leading-title);font-weight:700}.category-overview-main h3,.category-card-style-1 .category-overview-main h3,.category-card-style-4 .category-overview-main h3,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-1 .category-overview-main h3,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-4 .category-overview-main h3,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1 .category-overview-main h3{font-size:1.625rem;line-height:var(--leading-title);font-weight:700}.brand-card h3,.related-category-card strong,.detail-panel h2,.detail-shop-panel>.detail-insight-grid h2,.related-products h2{font-size:1.25rem;line-height:var(--leading-title);font-weight:700}.product-card h4,.product-card.featured h4,.category-hero-copy strong,.overview-product strong,.detail-brand-card strong,.selection-empty-product strong,.selection-empty-steps strong,.detail-shop-related .related-card strong{font-size:var(--type-card-title);font-weight:700;line-height:1.18}.lead,.category-page-copy>p:not(.eyebrow),.detail-showcase-lead,.detail-shop-copy .detail-showcase-lead,.detail-shop-description p:not(.detail-shop-description-name),.selection-empty-copy p:not(.eyebrow){font-size:var(--type-body-large);line-height:var(--leading-long);font-weight:400}.category-overview-main p,.brand-card p,.product-description,.category-header p,.detail-screen-summary p:last-child,.detail-buybox-price small,.detail-shop-panel>.detail-insight-grid ul,.detail-shop-panel>.detail-insight-grid p,.selection-empty-steps p,.selection-empty-product small{font-size:var(--type-body);line-height:var(--leading-copy)}.detail-shop-data .detail-table,.detail-table,.details-table{font-size:var(--type-body);line-height:1.5}.site-trustbar,.breadcrumb-nav,.detail-breadcrumb,.result-count,.detail-nav a,.overview-product small,.category-hero-copy small,.detail-brand-card small,.related-card span,.detail-shop-article,.detail-shop-backlink{font-size:var(--type-small);line-height:1.35}.nav-toggle strong,.nav-item-copy strong,.catalog-workflow-copy strong,.product-commerce-metric strong,.detail-buybox-grid strong,.detail-shop-meta strong{font-size:var(--type-small);line-height:1.2}.nav-toggle small,.nav-item-copy small,.catalog-workflow-copy small{font-size:var(--type-caption);line-height:1.2}.print-button,.primary-link,.secondary-link,.product-detail-link,.shortlist-add,.category-open-link,.brand-filter,.detail-shop-actions .primary-link,.detail-shop-actions .shortlist-add,.detail-shop-actions .secondary-link{font-size:.9375rem;line-height:1.15}}@media screen and (max-width:1180px){:root{--type-body-large:1.0625rem;--type-section-title:2.125rem;--type-page-title:2.875rem;--type-hero-title:3.375rem}}@media screen and (max-width:760px){:root{--type-caption:.75rem;--type-meta:.8125rem;--type-small:.875rem;--type-body:1rem;--type-body-large:1rem;--type-card-title:1.125rem;--type-section-title:1.875rem;--type-page-title:2.25rem;--type-hero-title:2.375rem;--leading-tight:1.1;--leading-title:1.14;--leading-copy:1.56;--leading-long:1.6}body{font-size:var(--type-body)}.hero h1,html[data-catalog-variant=classic] .catalog-home-body .hero h1,html[data-catalog-variant=editorial] .catalog-home-body .hero h1,html[data-catalog-variant=compact] .catalog-home-body .hero h1,html[data-catalog-variant=commerce] .catalog-home-body .hero h1{max-width:12ch;font-size:var(--type-hero-title);line-height:var(--leading-tight)}.category-page-copy h1,.detail-showcase-copy h3,.detail-shop-copy h1,html[data-catalog-variant=classic] .category-body .category-page-copy h1,html[data-catalog-variant=classic] .detail-body .detail-showcase-copy h3,html[data-catalog-variant=editorial] .category-body .category-page-copy h1,html[data-catalog-variant=editorial] .detail-body .detail-showcase-copy h3,html[data-catalog-variant=compact] .category-body .category-page-copy h1,html[data-catalog-variant=compact] .detail-body .detail-showcase-copy h3,html[data-catalog-variant=commerce] .category-body .category-page-copy h1,html[data-catalog-variant=commerce] .detail-body .detail-showcase-copy h3{max-width:13ch;font-size:var(--type-page-title);line-height:var(--leading-tight)}.catalog-heading h2,.brand-card-main h2,.category-products-section .catalog-heading h2,.related-categories .catalog-heading h2,.detail-shop-description h2,.detail-shop-data h2,.detail-shop-related h2,.selection-empty-copy h1{max-width:18ch;font-size:var(--type-section-title);line-height:var(--leading-title)}.category-overview-main h3,.category-card-style-1 .category-overview-main h3,.category-card-style-4 .category-overview-main h3,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-1 .category-overview-main h3,html[data-catalog-variant=editorial] .catalog-home-body .category-card-style-4 .category-overview-main h3,html[data-catalog-variant=commerce] .catalog-home-body .category-card-style-1 .category-overview-main h3{font-size:1.375rem;line-height:var(--leading-title)}.brand-card h3,.related-category-card strong,.detail-panel h2,.detail-shop-panel>.detail-insight-grid h2,.related-products h2{font-size:1.125rem}.lead,.category-page-copy>p:not(.eyebrow),.detail-showcase-lead,.detail-shop-copy .detail-showcase-lead,.detail-shop-description p:not(.detail-shop-description-name),.selection-empty-copy p:not(.eyebrow){font-size:var(--type-body-large);line-height:var(--leading-long)}.print-button,.primary-link,.secondary-link,.product-detail-link,.shortlist-add,.category-open-link,.brand-filter,.detail-shop-actions .primary-link,.detail-shop-actions .shortlist-add,.detail-shop-actions .secondary-link{font-size:.9375rem}}@media screen and (max-width:380px){:root{--type-section-title:1.75rem;--type-page-title:2.0625rem;--type-hero-title:2.1875rem}}@media screen{:root{--type-category-title:1.625rem;--type-panel-title:1.25rem;--type-price:2rem;--type-badge:.8125rem}html{font-size:100%}body{font-size:var(--type-body)}body,body *{letter-spacing:0}.hero h1,html[data-catalog-variant] .catalog-home-body .hero h1{font-size:var(--type-hero-title);line-height:1.04}.category-page-copy h1,.detail-showcase-copy h3,.detail-shop-copy h1,html[data-catalog-variant] .category-body .category-page-copy h1,html[data-catalog-variant] .detail-body .detail-showcase-copy h3,html[data-catalog-variant] .detail-body .detail-shop-copy h1{font-size:var(--type-page-title);line-height:var(--leading-tight)}.catalog-heading h2,.brand-card-main h2,.category-products-section .catalog-heading h2,.related-categories .catalog-heading h2,.detail-shop-description h2,.detail-shop-data h2,.detail-shop-related h2,.selection-empty-copy h1,html[data-catalog-variant] .catalog-home-body .catalog-heading h2,html[data-catalog-variant] .category-body .catalog-heading h2,html[data-catalog-variant] .detail-body .detail-shop-description h2,html[data-catalog-variant] .detail-body .detail-shop-data h2{font-size:var(--type-section-title);line-height:var(--leading-title)}.category-overview-main h3,.category-card-style-1 .category-overview-main h3,.category-card-style-4 .category-overview-main h3,html[data-catalog-variant] .catalog-home-body .category-overview-main h3{font-size:var(--type-category-title);line-height:var(--leading-title)}.brand-card h3,.related-category-card strong,.brand-card strong,.detail-panel h2,.detail-shop-panel>.detail-insight-grid h2,.related-products h2{font-size:var(--type-panel-title);line-height:var(--leading-title)}.product-card h4,.product-card.featured h4,.category-hero-copy strong,.overview-product strong,.detail-brand-card strong,.selection-empty-product strong,.selection-empty-steps strong,.detail-shop-related .related-card strong,html[data-catalog-variant] .category-body .category-product-grid .product-card h4{font-size:var(--type-card-title);line-height:1.2}.lead,.category-page-copy>p:not(.eyebrow),.detail-showcase-lead,.detail-shop-copy .detail-showcase-lead,.detail-shop-description p:not(.detail-shop-description-name),.selection-empty-copy p:not(.eyebrow),html[data-catalog-variant] .catalog-home-body .lead,html[data-catalog-variant] .category-body .category-page-copy>p:not(.eyebrow),html[data-catalog-variant] .detail-body .detail-shop-description p:not(.detail-shop-description-name){font-size:var(--type-body-large);line-height:var(--leading-long)}.category-overview-main p,.brand-card p,.product-card p,.product-description,.category-header p,.detail-screen-summary p:last-child,.detail-shop-description p.detail-shop-description-name,.detail-buybox-price small,.detail-shop-panel>.detail-insight-grid ul,.detail-shop-panel>.detail-insight-grid p,.selection-empty-steps p,.selection-empty-product small,html[data-catalog-variant] .category-body .category-product-grid .product-card p{font-size:var(--type-body);line-height:var(--leading-copy)}.detail-shop-data .detail-table,.detail-table,.details-table{font-size:var(--type-body);line-height:1.5}.detail-buybox-price strong{font-size:var(--type-price);line-height:1.08}.catalog-workflow-index,.category-number,.detail-fact,.shortlist-count{font-size:var(--type-badge);line-height:1.2}.site-trustbar,.site-footer,.site-footer p,.breadcrumb-nav,.detail-breadcrumb,.result-count,.detail-nav a,.overview-product small,.category-hero-copy small,.detail-brand-card small,.related-card span,.detail-shop-article,.detail-shop-backlink{font-size:var(--type-small);line-height:1.35}.print-button,.primary-link,.secondary-link,.product-detail-link,.shortlist-add,.category-open-link,.brand-filter,.detail-shop-actions .primary-link,.detail-shop-actions .shortlist-add,.detail-shop-actions .secondary-link,.advisor-toggle,.shortlist-toggle{font-size:.9375rem;line-height:1.15}}@media screen and (max-width:760px){:root{--type-category-title:1.375rem;--type-panel-title:1.125rem;--type-price:1.5rem;--type-badge:.75rem}.site-trustbar{text-align:center;flex-wrap:wrap;justify-content:center;gap:.18rem .78rem;min-height:auto;padding:.35rem .75rem;overflow:visible}.site-trustbar>:nth-child(n+3){display:none}.site-trustbar span,.site-trustbar a{white-space:normal}.site-trustbar span+span:before,.site-trustbar span+a:before,.site-trustbar a+span:before,.site-trustbar a+a:before{left:-.48rem}html[data-catalog-variant] .detail-body .detail-header .brand-lockup{justify-self:center;width:min(13.5rem,62vw);max-width:13.5rem}}.catalog-workflow{display:none}@media screen{body{font-synthesis-weight:none;font-weight:400}.hero h1,html[data-catalog-variant] .catalog-home-body .hero h1{font-weight:600}.category-page-copy h1,.detail-showcase-copy h3,.selection-empty-copy h1,html[data-catalog-variant] .category-body .category-page-copy h1,html[data-catalog-variant] .detail-body .detail-showcase-copy h3{font-weight:500}.detail-shop-copy h1,html[data-catalog-variant] .detail-body .detail-shop-copy h1{font-weight:400}.catalog-heading h2,.brand-card-main h2,.category-products-section .catalog-heading h2,.related-categories .catalog-heading h2,.detail-shop-description h2,.detail-shop-data h2,.detail-shop-related h2,html[data-catalog-variant] .catalog-home-body .catalog-heading h2,html[data-catalog-variant] .category-body .catalog-heading h2,html[data-catalog-variant] .detail-body .detail-shop-description h2,html[data-catalog-variant] .detail-body .detail-shop-data h2,.category-overview-main h3,.category-card-style-1 .category-overview-main h3,.category-card-style-4 .category-overview-main h3,html[data-catalog-variant] .catalog-home-body .category-overview-main h3,.brand-card h3,.related-category-card strong,.brand-card strong,.detail-panel h2,.detail-shop-panel>.detail-insight-grid h2,.related-products h2{font-weight:500}.product-card h4,.product-card.featured h4,.category-hero-copy strong,.overview-product strong,.detail-brand-card strong,.selection-empty-product strong,.selection-empty-steps strong,.detail-shop-related .related-card strong,html[data-catalog-variant] .category-body .category-product-grid .product-card h4{font-weight:600}.lead,.category-page-copy>p:not(.eyebrow),.detail-showcase-lead,.detail-shop-copy .detail-showcase-lead,.detail-shop-description p:not(.detail-shop-description-name),.selection-empty-copy p:not(.eyebrow),html[data-catalog-variant] .catalog-home-body .lead,html[data-catalog-variant] .category-body .category-page-copy>p:not(.eyebrow),html[data-catalog-variant] .detail-body .detail-shop-description p:not(.detail-shop-description-name),.category-overview-main p,.brand-card p,.product-card p,.product-description,.category-header p,.detail-screen-summary p:last-child,.detail-shop-description p.detail-shop-description-name,.detail-buybox-price small,.detail-shop-panel>.detail-insight-grid ul,.detail-shop-panel>.detail-insight-grid p,.selection-empty-steps p,.selection-empty-product small,html[data-catalog-variant] .category-body .category-product-grid .product-card p{font-weight:400}.eyebrow,.product-kicker,.source-chip,.status-chip,.fact,.detail-fact,.detail-shop-meta span,.detail-buybox-grid span,.detail-quantity-control span,.detail-shop-data .detail-table th,.detail-table th,.details-table th{letter-spacing:0;font-weight:600}.detail-shop-data .detail-table td,.detail-table td,.details-table td{font-weight:400}.detail-buybox-price strong,.product-commerce-metric strong,.detail-buybox-grid strong,.detail-shop-meta strong,.catalog-workflow-index,.category-number,.shortlist-count{font-weight:600}.print-button,.primary-link,.secondary-link,.product-detail-link,.shortlist-add,.category-open-link,.brand-filter,.detail-shop-actions .primary-link,.detail-shop-actions .shortlist-add,.detail-shop-actions .secondary-link,.advisor-toggle,.shortlist-toggle,button,input,select,textarea{letter-spacing:0;font-weight:600}:root{--button-radius:7px;--button-blue-start:var(--blue);--button-blue-mid:var(--brand-primary);--button-blue-end:var(--blue-deep);--button-blue-shadow:#206c9a38;--button-blue-shadow-strong:#206c9a4d;--button-blue-border:color-mix(in srgb, var(--button-blue-mid) 76%, var(--surface));--button-secondary-border:color-mix(in srgb, var(--button-blue-mid) 34%, var(--line-strong));--button-secondary-bg:var(--surface);--button-secondary-hover-bg:var(--brand-primary-soft)}button,.print-button,.primary-link,.secondary-link,.product-detail-link,.shortlist-add,.category-open-link,.brand-filter,.detail-shop-actions .primary-link,.detail-shop-actions .shortlist-add,.detail-shop-actions .secondary-link,.advisor-toggle,.shortlist-toggle{border-radius:var(--button-radius);transition:transform var(--duration-fast) ease, border-color var(--duration-fast) ease, background-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, color var(--duration-fast) ease, filter var(--duration-fast) ease;-webkit-tap-highlight-color:transparent}.print-button,.primary-link,.shortlist-add:not(.is-selected),.detail-shop-actions .primary-link,.detail-shop-actions .shortlist-add:not(.is-selected),.advisor-toggle,.shortlist-toggle{isolation:isolate;border:1px solid var(--button-blue-border);color:var(--ink);background:var(--surface);box-shadow:0 12px 22px var(--button-blue-shadow), inset 0 1px 0 #ffffff57, inset 0 -1px 0 #0c436847;position:relative;overflow:hidden}.print-button.print-button-subtle,.secondary-link,.product-detail-link,.category-open-link,.brand-filter,.shortlist-add.is-selected,.detail-shop-actions .secondary-link,.detail-shop-actions .secondary-link.detail-print-inline{border:1px solid var(--button-secondary-border);color:var(--muted);background:var(--button-secondary-bg);box-shadow:0 8px 18px #1f679714,inset 0 1px #ffffffdb}.brand-filter.is-active,html[data-catalog-variant=commerce] .brand-filter.is-active{border-color:color-mix(in srgb, var(--button-blue-mid) 48%, var(--surface));color:var(--blue-deep);background:var(--brand-primary-soft);box-shadow:0 9px 18px #1f67971f,inset 0 0 0 1px #ffffff9e}.print-button:hover,.primary-link:hover,.shortlist-add:not(.is-selected):hover,.detail-shop-actions .primary-link:hover,.detail-shop-actions .shortlist-add:not(.is-selected):hover,.advisor-toggle:hover,.shortlist-toggle:hover{filter:saturate(1.06)brightness(1.02);box-shadow:0 16px 30px var(--button-blue-shadow-strong), inset 0 1px 0 #fff6, inset 0 -1px 0 #0c43684d;transform:translateY(-1px)}.print-button.print-button-subtle:hover,.secondary-link:hover,.product-detail-link:hover,.category-open-link:hover,.brand-filter:hover,.shortlist-add.is-selected:hover,.detail-shop-actions .secondary-link:hover,.detail-shop-actions .secondary-link.detail-print-inline:hover{border-color:color-mix(in srgb, var(--button-blue-mid) 58%, var(--surface));color:var(--muted);background:var(--button-secondary-hover-bg);transform:translateY(-1px);box-shadow:0 12px 24px #1f679724,inset 0 1px #ffffffe6}.print-button:active,.primary-link:active,.secondary-link:active,.product-detail-link:active,.shortlist-add:active,.category-open-link:active,.brand-filter:active,.advisor-toggle:active,.shortlist-toggle:active{transform:translateY(0);box-shadow:0 7px 14px #1f679726,inset 0 1px 2px #0c43682e}button:disabled,button[aria-disabled=true],.print-button[aria-disabled=true],.primary-link[aria-disabled=true],.secondary-link[aria-disabled=true],.product-detail-link[aria-disabled=true],.shortlist-add[aria-disabled=true]{cursor:not-allowed;filter:grayscale(.12);opacity:.58;transform:none}:is(.print-button:focus-visible,.primary-link:focus-visible,.secondary-link:focus-visible,.product-detail-link:focus-visible,.shortlist-add:focus-visible,.category-open-link:focus-visible,.brand-filter:focus-visible,.advisor-toggle:focus-visible,.shortlist-toggle:focus-visible){outline:0;box-shadow:0 0 0 3px #8fbadf61,0 0 0 6px #2f86bf29,0 12px 24px #1f679729}}@media screen and (max-width:760px){.print-button,.primary-link,.secondary-link,.product-detail-link,.shortlist-add,.category-open-link,.brand-filter,.detail-shop-actions .primary-link,.detail-shop-actions .shortlist-add,.detail-shop-actions .secondary-link{min-height:2.46rem}}@media screen{.detail-showcase.detail-shop-showcase,.detail-showcase.detail-showcase-standard.detail-shop-showcase,html[data-catalog-variant] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=editorial] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=compact] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=commerce] .detail-body .detail-showcase.detail-shop-showcase{grid-template-columns:minmax(26rem,1.15fr) minmax(22rem,.85fr);gap:clamp(1.5rem,3vw,3rem)}.detail-shop-media .detail-gallery-stage,.detail-showcase-visual.detail-shop-media .detail-gallery-stage{aspect-ratio:1;min-height:0;max-height:34rem}.detail-showcase-copy.detail-shop-copy{gap:.65rem}.detail-shop-copy h1,html[data-catalog-variant] .detail-body .detail-shop-copy h1{max-width:18ch;font-size:clamp(1.7rem,2.6vw,2.5rem);line-height:1.1}.detail-shop-copy .detail-showcase-lead{max-width:38rem;margin-top:0;line-height:1.55}.detail-buybox{gap:.58rem;max-width:none;margin-top:.1rem;padding:clamp(.82rem,1.2vw,1rem)}.detail-buybox-price strong{font-size:clamp(1.15rem,1.6vw,1.45rem)}.detail-buybox-price small{font-size:.8rem}.detail-quantity-control{grid-template-columns:minmax(0,1fr) 5rem;gap:.5rem;padding:0}.detail-quantity-control input{min-height:2.12rem}.detail-buybox-actions{grid-template-columns:minmax(10rem,1.1fr) minmax(9rem,.9fr);gap:.45rem;margin-top:.05rem}.detail-buybox-actions .detail-checkout-cta{grid-column:1/2}.detail-buybox-actions .detail-quote-cta{grid-column:2/3}.detail-buybox-actions .shortlist-large,.detail-buybox-actions .detail-selection-link{min-height:2.4rem}.detail-buybox-actions .detail-print-inline{display:none}.detail-buybox-trust{color:var(--muted);margin:-.15rem 0 .05rem;font-size:.82rem;font-weight:500;line-height:1.38}.detail-buybox-grid{gap:.5rem}.detail-buybox-grid article{padding:.52rem .6rem}.selection-screen-actions{align-items:stretch}.selection-screen-actions .selection-screen-cta{min-width:min(14rem,100%)}}@media screen and (min-width:1181px){.detail-showcase-copy.detail-shop-copy{position:sticky;top:5.5rem}}@media screen and (max-width:1180px){.detail-showcase.detail-shop-showcase,.detail-showcase.detail-showcase-standard.detail-shop-showcase,html[data-catalog-variant] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=editorial] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=compact] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=commerce] .detail-body .detail-showcase.detail-shop-showcase{grid-template-columns:minmax(0,1fr)}}@media screen and (max-width:760px){.detail-showcase-visual.detail-shop-media{order:2}.detail-showcase-copy.detail-shop-copy{order:1}.detail-shop-copy h1,html[data-catalog-variant] .detail-body .detail-shop-copy h1{font-size:clamp(1.5rem,6vw,2rem)}.detail-shop-copy .detail-showcase-lead{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.detail-shop-media .detail-gallery-stage,.detail-showcase-visual.detail-shop-media .detail-gallery-stage{min-height:clamp(16.5rem,74vw,23rem)}.detail-buybox{gap:.52rem;padding:.72rem}.detail-quantity-control{order:3;grid-template-columns:minmax(0,1fr) 5rem}.detail-buybox-actions{order:2;grid-template-columns:repeat(2,minmax(0,1fr))}.detail-buybox-trust{order:4}.detail-buybox-grid{order:5}.detail-buybox-actions .detail-checkout-cta{grid-column:1/-1}.detail-buybox-actions .detail-quote-cta,.detail-buybox-actions .shortlist-large{grid-column:auto}.detail-buybox-actions .detail-selection-link{display:none}.detail-buybox-grid{grid-template-columns:1fr}.selection-screen-actions{grid-template-columns:1fr;display:grid}}@media (prefers-reduced-motion:reduce){.print-button,.primary-link,.secondary-link,.product-detail-link,.shortlist-add,.category-open-link,.brand-filter,.advisor-toggle,.shortlist-toggle,button{transition:none}.print-button:hover,.primary-link:hover,.secondary-link:hover,.product-detail-link:hover,.shortlist-add:hover,.category-open-link:hover,.brand-filter:hover,.advisor-toggle:hover,.shortlist-toggle:hover{transform:none}}@media screen and (min-width:761px){.catalog-home-body .site-header .header-actions,.category-body .site-header .header-actions,.detail-body .site-header .header-actions{grid-template-columns:minmax(10rem,1fr) minmax(7.3rem,8.6rem) repeat(4,max-content);align-items:end;display:grid}.selection-body .site-header .header-actions,.checkout-body .site-header .header-actions{flex-wrap:wrap;justify-content:flex-end;display:flex}html[data-catalog-variant] .detail-body .site-header.detail-header .header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:end;display:flex}html[data-catalog-variant] .detail-body .site-header.detail-header .header-actions .print-button{width:auto;min-width:max-content}html[data-catalog-variant] .detail-body .site-header.detail-header .detail-search-box{flex:12rem;max-width:14rem}html[data-catalog-variant] .detail-body .site-header.detail-header .language-picker{flex:0 0 8.6rem}}@media screen{html[data-catalog-variant=classic] .catalog-home-body .catalog{padding-top:clamp(2.45rem,4vw,3.75rem)}html[data-catalog-variant=classic] .catalog-home-body .catalog-heading{border-bottom:1px solid #758b9924;align-items:end;margin-bottom:1.15rem;padding-bottom:.9rem}html[data-catalog-variant=classic] .catalog-home-body .catalog-heading h2{max-width:17ch;font-size:clamp(2.15rem,3.35vw,3.15rem);font-weight:700;line-height:1.04}html[data-catalog-variant=classic] .catalog-home-body .result-count{color:var(--muted);font-weight:600}html[data-catalog-variant=classic] .catalog-home-body .category-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.9rem,1.5vw,1.18rem)}html[data-catalog-variant=classic] .catalog-home-body .category-overview-card,html[data-catalog-variant=classic] .catalog-home-body .category-card-style-1,html[data-catalog-variant=classic] .catalog-home-body .category-card-style-2,html[data-catalog-variant=classic] .catalog-home-body .category-card-style-3,html[data-catalog-variant=classic] .catalog-home-body .category-card-style-4,html[data-catalog-variant=classic] .catalog-home-body .category-card-style-5,html[data-catalog-variant=classic] .catalog-home-body .category-card-style-6{border:1px solid var(--line-bold);border-radius:var(--radius-sm);background:var(--surface);min-height:22.5rem;box-shadow:var(--shadow-panel);gap:.82rem;padding:clamp(1rem,1.35vw,1.18rem)}html[data-catalog-variant=classic] .catalog-home-body .category-overview-card:before{opacity:0;width:0}html[data-catalog-variant=classic] .catalog-home-body .category-overview-card:hover{box-shadow:var(--shadow-panel);border-color:#4b779438;transform:translateY(-1px)}html[data-catalog-variant=classic] .catalog-home-body .category-overview-main{grid-template-columns:2.25rem minmax(0,1fr);gap:.78rem}html[data-catalog-variant=classic] .catalog-home-body .category-number{border-radius:var(--radius-sm);width:2.25rem;height:2.25rem;color:var(--muted);background:var(--brand-primary-wash);box-shadow:none;border:1px solid #487ea433;font-size:.86rem;font-weight:700}html[data-catalog-variant=classic] .catalog-home-body .category-overview-main .product-kicker{color:var(--muted);margin-bottom:.28rem;font-size:.84rem;font-weight:600}html[data-catalog-variant=classic] .catalog-home-body .category-overview-main h3{color:var(--muted);margin:0 0 .52rem;font-size:clamp(1.34rem,1.6vw,1.55rem);font-weight:700;line-height:1.1}html[data-catalog-variant=classic] .catalog-home-body .category-overview-main p:not(.product-kicker){color:var(--muted);font-size:.95rem;font-weight:400;line-height:1.5}html[data-catalog-variant=classic] .catalog-home-body .category-meta{justify-content:flex-end;gap:.36rem}html[data-catalog-variant=classic] .catalog-home-body .chip{border-color:var(--line-bold);border-radius:var(--radius-sm);color:var(--muted);background:#fafcfdc7;padding:.34rem .52rem;font-size:.76rem;font-weight:600}html[data-catalog-variant=classic] .catalog-home-body .overview-product-list{gap:.5rem}html[data-catalog-variant=classic] .catalog-home-body .overview-product,html[data-catalog-variant=classic] .catalog-home-body .category-overview-card .overview-product,html[data-catalog-variant=classic] .catalog-home-body .category-overview-card .overview-product:first-child,html[data-catalog-variant=classic] .catalog-home-body .category-overview-card .overview-product:not(:first-child){border:1px solid var(--line-strong);border-radius:var(--radius-sm);min-height:4.25rem;box-shadow:none;background:#ffffffb3;grid-template-columns:4rem minmax(0,1fr);padding:.54rem .58rem}html[data-catalog-variant=classic] .catalog-home-body .overview-product:hover{background:var(--surface);border-color:#487ea43d;transform:translateY(-1px)}html[data-catalog-variant=classic] .catalog-home-body .overview-product img,html[data-catalog-variant=classic] .catalog-home-body .category-overview-card .overview-product img{border-radius:var(--radius-sm);background:var(--brand-primary-wash);width:4rem;height:3.05rem}html[data-catalog-variant=classic] .catalog-home-body .overview-product strong{color:var(--ink-soft);font-size:1rem;font-weight:700;line-height:1.17}html[data-catalog-variant=classic] .catalog-home-body .overview-product small{color:var(--muted);margin-top:.18rem;font-size:.82rem;font-weight:600;line-height:1.28}html[data-catalog-variant=classic] .catalog-home-body .category-open-link{border-radius:var(--radius-sm);width:max-content;min-height:2.14rem;color:var(--muted);box-shadow:none;background:#ffffffb8;border:1px solid #2d6e9d38;padding:.52rem .72rem;font-size:.9rem;font-weight:600}html[data-catalog-variant=classic] .catalog-home-body .category-open-link:hover{color:var(--muted);background:var(--surface);transform:translateY(-1px)}}@media screen and (max-width:1180px){html[data-catalog-variant=classic] .catalog-home-body .category-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:760px){html[data-catalog-variant=classic] .catalog-home-body .catalog-heading{align-items:start;gap:.75rem}html[data-catalog-variant=classic] .catalog-home-body .category-overview-grid{grid-template-columns:1fr}html[data-catalog-variant=classic] .catalog-home-body .category-overview-card,html[data-catalog-variant=classic] .catalog-home-body .category-card-style-1,html[data-catalog-variant=classic] .catalog-home-body .category-card-style-2,html[data-catalog-variant=classic] .catalog-home-body .category-card-style-3,html[data-catalog-variant=classic] .catalog-home-body .category-card-style-4,html[data-catalog-variant=classic] .catalog-home-body .category-card-style-5,html[data-catalog-variant=classic] .catalog-home-body .category-card-style-6{min-height:0}}@media screen{.catalog-finder{border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow-md);gap:.9rem;margin:0 0 1.1rem;padding:clamp(.85rem,1.4vw,1.08rem);display:grid}.catalog-finder-head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.catalog-finder-head>div{flex-wrap:wrap;align-items:baseline;gap:.42rem .7rem;display:flex}.catalog-finder-head strong{color:var(--muted);font-size:1rem;font-weight:700}.catalog-finder-head span{color:var(--muted);font-size:.9rem;font-weight:600}.catalog-finder-controls{grid-template-columns:repeat(4,minmax(0,1fr));gap:.62rem;display:grid}.catalog-finder-controls label{min-width:0;color:var(--muted);text-transform:uppercase;gap:.22rem;font-size:.72rem;font-weight:700;display:grid}.catalog-finder-controls select{border:1px solid var(--line-heavy);border-radius:var(--radius-sm);width:100%;min-width:0;min-height:2.34rem;color:var(--ink-soft);background:var(--surface);font:inherit;outline:none;padding:.48rem .7rem;font-size:.92rem;font-weight:600;box-shadow:inset 0 1px #ffffffe6}.catalog-finder-controls select:focus-visible{outline-offset:2px;outline:2px solid #2d6e9dcc}.catalog-query-presets button:focus-visible{outline-offset:2px;outline:2px solid #2d6e9dcc}.catalog-clear-filters:focus-visible{outline-offset:2px;outline:2px solid #2d6e9dcc}.catalog-result-card a:focus-visible{outline-offset:2px;outline:2px solid #2d6e9dcc}.catalog-result-card button:focus-visible{outline-offset:2px;outline:2px solid #2d6e9dcc}.catalog-query-presets{flex-wrap:wrap;gap:.42rem;display:flex}.catalog-query-presets button,.catalog-clear-filters{border:1px solid var(--line-bold);border-radius:var(--radius-sm);min-height:2.08rem;color:var(--muted);font:inherit;cursor:pointer;background:#ffffffb8;padding:.44rem .62rem;font-size:.84rem;font-weight:600}.catalog-query-presets button:hover,.catalog-query-presets button[aria-pressed=true],.catalog-clear-filters:hover{color:var(--blue-deep);background:var(--surface);border-color:#2d6e9d47}.catalog-result-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.86rem;display:grid}.catalog-result-card{border:1px solid var(--line-strong);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);background:#ffffffe6;grid-template-rows:auto auto;grid-template-columns:7.2rem minmax(0,1fr);align-items:start;gap:.78rem .95rem;padding:.86rem;display:grid}.catalog-result-media{border-radius:var(--radius-sm);background:#f8fbfce6;place-items:center;min-height:7rem;text-decoration:none;display:grid}.catalog-result-media img{object-fit:contain;width:100%;height:6.2rem}.catalog-result-copy{min-width:0}.catalog-result-copy>p:first-child{color:var(--muted);margin:0 0 .2rem;font-size:.78rem;font-weight:600}.catalog-result-copy h3{color:var(--muted);margin:0;font-size:1.12rem;font-weight:700;line-height:1.16}.catalog-result-copy h3 a{color:inherit;text-decoration:none}.catalog-result-id{color:var(--muted);margin-top:.25rem;font-size:.82rem;font-weight:600;display:block}.catalog-result-description{color:var(--muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:.48rem 0 0;font-size:.9rem;line-height:1.42;display:-webkit-box;overflow:hidden}.catalog-result-facts{flex-wrap:wrap;gap:.32rem;margin-top:.56rem;display:flex}.catalog-result-facts span{border:1px solid var(--line-strong);border-radius:var(--radius-sm);color:var(--muted);background:#f8fbfcc7;padding:.24rem .4rem;font-size:.76rem;font-weight:600}.catalog-result-actions{flex-wrap:wrap;grid-column:2;align-items:center;gap:.44rem;display:flex}.catalog-empty-panel{border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);padding:clamp(1.2rem,2vw,1.6rem)}.catalog-empty-panel h3{margin:.15rem 0 .4rem;font-size:1.35rem}.catalog-empty-panel p{color:var(--muted);margin:0 0 .9rem}}@media screen and (max-width:900px){.catalog-finder-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-result-grid{grid-template-columns:1fr}}@media screen and (max-width:560px){.catalog-finder-head{flex-direction:column;align-items:flex-start}.catalog-finder-controls{grid-template-columns:1fr}.catalog-result-card{grid-template-columns:5.4rem minmax(0,1fr);gap:.68rem}.catalog-result-media{min-height:5.8rem}.catalog-result-media img{height:5rem}.catalog-result-actions{grid-column:1/-1}}@media screen{.site-header .header-actions .header-inquiry-link.print-button.print-button-subtle{color:var(--ink);background:var(--surface);border-color:#2f86bf75;box-shadow:0 12px 24px #1f67972e,inset 0 1px #ffffff57}.site-header .header-actions .header-inquiry-link.print-button.print-button-subtle:hover{color:var(--ink);background:var(--surface);border-color:#246e9f94;box-shadow:0 16px 30px #1f67973d,inset 0 1px #ffffff61}.site-header .header-actions .header-checkout-link.print-button.print-button-subtle{color:var(--muted);background:var(--surface);border-color:#458f704d}.catalog-finder{background:var(--surface);border-color:#537f9b29;position:relative;overflow:hidden}.catalog-finder:before{content:"";background:#2f86bfb8;height:3px;position:absolute;top:0;left:0;right:0}.catalog-finder-controls select:hover{background:var(--surface);border-color:#2f86bf57}.catalog-query-presets button[aria-pressed=true]{color:var(--blue-deep);background:var(--surface);border-color:#2f86bf61;box-shadow:inset 0 0 0 1px #ffffffd6,0 8px 16px #1f679714}.catalog-result-card{min-height:12.25rem;transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, transform var(--duration-fast) ease}.catalog-result-card:hover{box-shadow:var(--shadow-panel);border-color:#2f86bf38;transform:translateY(-1px)}.catalog-result-actions .product-detail-link,.catalog-result-actions .shortlist-add{min-height:2.25rem;padding-inline:.66rem;font-size:.84rem}.detail-buybox-assurance{flex-wrap:wrap;gap:.36rem;display:flex}.detail-buybox-assurance span{border-radius:var(--radius-sm);color:var(--muted);background:#f9fdfaf5;border:1px solid #5a816729;padding:.32rem .52rem;font-size:.78rem;font-weight:600;line-height:1.15}.detail-buybox-grid article{background:var(--surface)}}@media screen and (max-width:760px){.hero-actions>.primary-link{flex-basis:100%;min-width:0}.hero-actions>.secondary-link{min-width:0}.site-header .header-actions .header-inquiry-link.print-button.print-button-subtle{min-height:2.48rem}.detail-buybox-assurance{order:5}.detail-buybox-grid{order:6}.detail-buybox-actions{bottom:max(.62rem, env(safe-area-inset-bottom));z-index:var(--z-header);border:1px solid var(--line-bold);border-radius:var(--radius-sm);box-shadow:var(--shadow-panel);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;margin-inline:-.28rem;padding:.44rem;position:sticky}.catalog-result-card{min-height:0}}@media screen{.site-trustbar{min-height:1.62rem;padding-block:.22rem;font-size:.75rem;font-weight:500}.site-header,html[data-catalog-variant] .site-header,html[data-catalog-variant] .detail-body .site-header.detail-header,.selection-body .site-header,.checkout-body .site-header{z-index:var(--z-overlay);border-bottom:1px solid var(--line-medium);min-height:3.5rem;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;align-items:center;gap:.44rem clamp(.62rem,1.25vw,1rem);padding:.42rem clamp(.82rem,2.2vw,1.55rem);position:sticky;top:0}.site-header{grid-template-columns:auto minmax(10.5rem,.68fr) minmax(25rem,1fr)}.detail-header,html[data-catalog-variant] .detail-body .site-header.detail-header{grid-template-columns:auto minmax(10.5rem,.58fr) auto minmax(24rem,1fr)}.selection-body .site-header{grid-template-columns:auto minmax(10.5rem,.7fr) auto minmax(9rem,auto)}.checkout-body .site-header{grid-template-columns:auto minmax(13rem,1fr) minmax(9rem,auto)}.brand-lockup,html[data-catalog-variant] .detail-body .detail-header .brand-lockup{width:clamp(7.45rem,8.4vw,9rem)}.brand-lockup img{object-fit:contain;max-height:2.35rem}.main-nav{min-width:min(100%,11.4rem)}.nav-toggle{min-width:11.4rem;min-height:2.5rem;padding-block:.4rem}.detail-nav a{min-height:2.5rem;padding:.42rem .68rem;font-size:.82rem}.catalog-home-body .site-header .header-actions,.category-body .site-header .header-actions,.detail-body .site-header .header-actions,html[data-catalog-variant] .detail-body .site-header.detail-header .header-actions{grid-template-columns:minmax(12.5rem,1fr) minmax(7rem,8rem) max-content max-content;justify-content:stretch;justify-self:stretch;align-items:end;gap:.36rem;max-width:none;display:grid}.selection-body .site-header .header-actions{grid-template-columns:max-content max-content;justify-content:end;gap:.36rem;display:grid}.checkout-body .site-header .header-actions{grid-template-columns:minmax(7rem,8rem) max-content;justify-content:end;align-items:end;gap:.36rem;display:grid}.header-actions .search-box,.detail-search-box,.header-actions .language-picker{letter-spacing:.055em;gap:.12rem;min-width:0;font-size:.58rem}.search-box input,.language-picker select{border-radius:var(--radius-sm);min-width:0;min-height:2.5rem;padding-block:.38rem;font-size:.84rem}.site-header .print-button,.site-header .primary-link,.site-header .secondary-link,.site-header .header-more-toggle,.site-header .header-primary-action{white-space:nowrap;min-height:2.5rem;padding:.44rem .68rem;font-size:.82rem;line-height:1.1}.header-primary-action{justify-self:end}.header-more-menu{justify-self:end;display:block;position:relative}.header-more-menu summary{list-style:none}.header-more-menu summary::-webkit-details-marker{display:none}.header-more-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.35rem;display:inline-flex}.header-more-toggle:after{content:"";width:.42rem;height:.42rem;transition:transform var(--duration-fast) ease;border-bottom:1.8px solid;border-right:1.8px solid;transform:translateY(-.12rem)rotate(45deg)}.header-more-menu[open] .header-more-toggle:after{transform:translateY(.08rem)rotate(225deg)}.header-more-panel{z-index:var(--z-modal);border:1px solid var(--line-bold);border-radius:var(--radius-sm);min-width:13.8rem;box-shadow:0 18px 44px var(--line-strong);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffffa;gap:.2rem;padding:.38rem;display:grid;position:absolute;top:calc(100% + .45rem);right:0}.header-menu-item{border-radius:var(--radius-sm);width:100%;min-height:2.24rem;color:var(--ink-soft);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;padding:.48rem .6rem;font-size:.86rem;font-weight:700;line-height:1.2;text-decoration:none;display:flex}:is(.header-menu-item:hover,.header-menu-item:focus-visible){color:var(--muted);background:#f0f7fdeb;outline:0}button.header-menu-item{-webkit-appearance:none;appearance:none}}@media screen and (max-width:1120px){.site-header{grid-template-columns:auto minmax(10.2rem,.55fr) minmax(21rem,1fr)}.detail-header,html[data-catalog-variant] .detail-body .site-header.detail-header{grid-template-columns:auto minmax(10.2rem,.58fr) minmax(22rem,1fr)}.detail-header .detail-nav{display:none}.catalog-home-body .site-header .header-actions,.category-body .site-header .header-actions,.detail-body .site-header .header-actions,html[data-catalog-variant] .detail-body .site-header.detail-header .header-actions{grid-template-columns:minmax(10.5rem,1fr) minmax(6.8rem,7.5rem) max-content max-content}}@media screen and (max-width:760px){.site-trustbar{text-align:left;flex-wrap:nowrap;justify-content:flex-start;gap:.4rem .9rem;min-height:1.38rem;padding:.18rem .82rem;font-size:.69rem;line-height:1.15;overflow:hidden}.site-trustbar>:not(:nth-child(2)){display:none}.site-trustbar span,.site-trustbar a{white-space:nowrap}.site-header,.detail-header,.selection-body .site-header,.checkout-body .site-header,html[data-catalog-variant] .site-header,html[data-catalog-variant] .detail-body .site-header.detail-header,html[data-catalog-variant] .selection-body .site-header{grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:.44rem;padding:.52rem .72rem .62rem;position:sticky}.checkout-body .site-header{grid-template-columns:minmax(0,1fr)}.brand-lockup,html[data-catalog-variant] .detail-body .detail-header .brand-lockup{width:min(8.3rem,48vw);max-width:8.3rem}html[data-catalog-variant] .detail-body .detail-header .brand-lockup{justify-self:start;width:min(8.3rem,48vw);max-width:8.3rem}.brand-lockup img{max-height:2.2rem}.main-nav,html[data-catalog-variant] .detail-body .main-nav{justify-self:stretch;width:100%;min-width:0}.nav-toggle{width:100%;min-width:0}.detail-nav,.selection-body .detail-nav,.checkout-body .detail-nav{grid-column:1/-1;justify-self:stretch}.detail-nav a{justify-content:center;width:100%}.catalog-home-body .site-header .header-actions,.category-body .site-header .header-actions,.detail-body .site-header .header-actions,html[data-catalog-variant] .detail-body .site-header.detail-header .header-actions{grid-column:1/-1;grid-template-columns:minmax(0,1fr) max-content max-content;gap:.38rem;width:100%;display:grid}.selection-body .site-header .header-actions,.checkout-body .site-header .header-actions{grid-column:1/-1;grid-template-columns:minmax(0,1fr) max-content;width:100%;display:grid}.checkout-body .site-header .header-actions{grid-template-columns:minmax(0,1fr) max-content}.search-box,.detail-search-box{grid-column:1/-1}.header-actions .language-picker{grid-column:auto}.search-box input,.language-picker select,.site-header .print-button,.site-header .header-more-toggle,.site-header .header-primary-action{width:100%;min-width:0}.site-header .header-primary-action{justify-content:center;min-width:5.7rem}.header-more-menu{justify-self:stretch}.header-more-toggle{justify-content:center}.header-more-panel{min-width:min(17.5rem,100vw - 1.44rem);right:0}}@media screen{:root{--button-blue-start:var(--muted);--button-blue-mid:var(--brand-primary);--button-blue-end:var(--blue-deep);--button-blue-shadow:#1d6f9f33;--button-blue-shadow-strong:#1d6f9f47;--button-blue-border:color-mix(in srgb, var(--button-blue-mid) 70%, var(--surface));--button-secondary-border:color-mix(in srgb, var(--button-blue-mid) 28%, var(--line));--button-secondary-bg:var(--surface);--button-secondary-hover-bg:var(--surface)}.site-trustbar{color:#ffffffd1;background:var(--ink);box-shadow:none;border-bottom:1px solid #0003}.site-trustbar a{color:#ffffffeb}.site-trustbar a:hover{color:var(--on-primary)}.site-trustbar span+span:before,.site-trustbar span+a:before,.site-trustbar a+span:before,.site-trustbar a+a:before{border-radius:var(--radius-sm);background:#ffffff2e;width:1px;height:.82rem}.site-header .header-actions .header-inquiry-link.print-button.print-button-subtle{background:var(--surface);border-color:#2f86bf6b;box-shadow:0 12px 24px #1d6f9f2e,inset 0 1px #ffffff57}.site-header .header-actions .header-inquiry-link.print-button.print-button-subtle:hover{background:var(--surface);border-color:#1d6f9f8f}.site-header .header-actions .header-checkout-link.print-button.print-button-subtle{color:var(--blue-deep);background:var(--surface);border-color:#2f86bf3d}.catalog-finder:before{background:#2178b0bd}.product-commerce-price strong,.detail-buybox-price strong{color:var(--brand-accent-green)}.product-card-cta{border-color:color-mix(in srgb, var(--blue-strong) 76%, var(--surface));background:var(--surface)}.product-card-cta:hover{border-color:color-mix(in srgb, var(--blue-ink) 70%, var(--surface));background:var(--surface)}.detail-buybox{background:var(--surface);box-shadow:inset 0 0 0 1px var(--line);border:0}.detail-buybox-assurance span{color:var(--blue-deep);background:#fafdfffa;border-color:#2f86bf24}}@media screen and (max-width:760px){.site-trustbar span+span:before,.site-trustbar span+a:before,.site-trustbar a+span:before,.site-trustbar a+a:before{display:none}}@media screen{body{font-family:var(--font-sans);letter-spacing:0;font-weight:400}h1,h2,h3,h4,p,a,button,input,select,textarea,small,strong,span{letter-spacing:0;font-synthesis-weight:none}.hero h1,html[data-catalog-variant] .catalog-home-body .hero h1,.detail-shop-copy h1,html[data-catalog-variant] .detail-body .detail-shop-copy h1{color:var(--ink);font-family:var(--font-display);text-wrap:balance;font-weight:500;line-height:1.1}.catalog-heading h2,html[data-catalog-variant=classic] .catalog-home-body .catalog-heading h2,html[data-catalog-variant] .catalog-home-body .catalog-heading h2,html[data-catalog-variant] .category-body .catalog-heading h2,.category-page-copy h1,.selection-empty-copy h1{color:var(--ink);text-wrap:balance;font-weight:500;line-height:1.03}.category-overview-main h3,html[data-catalog-variant=classic] .catalog-home-body .category-overview-main h3,html[data-catalog-variant] .catalog-home-body .category-overview-main h3,.catalog-result-copy h3,.product-card h4,.overview-product strong,.brand-card h3,.related-card strong,.detail-brand-card strong{color:var(--ink);text-wrap:balance;font-weight:600;line-height:1.09}.lead,.hero .lead,html[data-catalog-variant] .catalog-home-body .lead,.category-overview-main p:not(.product-kicker),html[data-catalog-variant] .catalog-home-body .category-overview-main p:not(.product-kicker),html[data-catalog-variant=classic] .catalog-home-body .category-overview-main p:not(.product-kicker),.catalog-result-description,.product-description,.detail-showcase-lead,.detail-shop-copy .detail-showcase-lead,.detail-shop-description p,.selection-empty-copy p:not(.eyebrow),.brand-card p{color:var(--muted);text-wrap:pretty;font-weight:400;line-height:1.58}.eyebrow,.product-kicker,.catalog-finder-head strong,.catalog-finder-controls label,.search-box,.language-picker,.detail-buybox-price span,.detail-buybox-grid span,.detail-quantity-control span,.product-commerce-metric span,.catalog-result-copy>p:first-child,.catalog-result-id,.overview-product small,.chip,.catalog-result-facts span,.detail-buybox-assurance span{letter-spacing:0;font-weight:500}.site-header .print-button,.site-header .header-more-toggle,.site-header .header-primary-action,.header-menu-item,.primary-link,.secondary-link,.product-detail-link,.shortlist-add,.category-open-link,.catalog-query-presets button,.catalog-clear-filters,button,input,select{font-weight:600}.hero,.catalog-finder,.category-overview-card,.catalog-result-card,.brand-card,.detail-buybox,.product-card,.related-card,.detail-brand-card{isolation:isolate;position:relative}.catalog-finder,.category-overview-card,.catalog-result-card,.brand-card,.product-card{overflow:hidden}.category-overview-card:after,.catalog-result-card:after,.brand-card:after,.product-card:after,.catalog-finder:after{content:"";z-index:-1;pointer-events:none;border-radius:inherit;background:var(--surface);opacity:0;transition:opacity var(--duration-base) ease, transform var(--duration-slow) ease;position:absolute;inset:0;transform:translate(-10%)}.category-overview-card:hover:after,.catalog-result-card:hover:after,.brand-card:hover:after,.product-card:hover:after,.catalog-finder:hover:after{opacity:1;transform:translate(0)}.category-overview-card,.catalog-result-card,.brand-card,.product-card{transition:transform var(--duration-base) ease, border-color var(--duration-base) ease, box-shadow var(--duration-base) ease, background-color var(--duration-base) ease}.category-overview-card:hover,.catalog-result-card:hover,.brand-card:hover,.product-card:hover{box-shadow:var(--shadow-panel);border-color:#2f86bf33;transform:translateY(-2px)}.site-header{box-shadow:0 1px #2f86bf1a,0 12px 26px #12344b0b}.hero{background:var(--surface)}}@supports ((-webkit-background-clip:text)){@media screen{.hero h1,html[data-catalog-variant] .catalog-home-body .hero h1{color:#0000;background:var(--ink);-webkit-background-clip:text;background-clip:text}}}@media screen and (prefers-reduced-motion:no-preference){@keyframes sanicura-soft-rise{0%{opacity:.72;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@supports (animation-timeline:view()){.category-overview-card,.catalog-result-card,.brand-card,.product-card,.detail-panel,.related-card{animation:both sanicura-soft-rise;animation-timeline:view();animation-range:entry cover 22%}}}@media screen and (prefers-reduced-motion:reduce){.category-overview-card:after,.catalog-result-card:after,.brand-card:after,.detail-buybox:after,.product-card:after,.catalog-finder:after{display:none}}@media screen{:root{--ink:var(--ink);--ink-strong:var(--ink);--muted:var(--muted);--muted-2:var(--muted);--line:var(--line-heavy);--hairline:var(--line-strong);--blue:#6fb0d6;--blue-deep:var(--blue-deep);--blue-strong:var(--brand-primary);--blue-ink:var(--brand-primary-ink);--blue-soft:var(--brand-primary-soft);--blue-wash:var(--brand-primary-wash);--blue-ring:#0096cf33;--shadow-soft:0 8px 22px var(--line-ghost);--shadow-medium:0 14px 34px var(--line-soft);--shadow-strong:0 18px 48px var(--line-medium);--shadow:var(--shadow-medium);--shadow-hover:0 16px 36px var(--line);--button-blue-start:var(--brand-primary);--button-blue-mid:var(--brand-primary);--button-blue-end:var(--brand-primary);--button-blue-shadow:#00669e2e;--button-blue-shadow-strong:#0056883d;--button-blue-border:#00466e6b;--button-secondary-border:#466f8b38;--button-secondary-bg:var(--surface);--button-secondary-hover-bg:var(--brand-primary-wash)}body{color:var(--ink);background:var(--surface);font-weight:400}.site-header,html[data-catalog-variant] .site-header,html[data-catalog-variant] .detail-body .site-header.detail-header,.selection-body .site-header,.checkout-body .site-header{border-bottom:1px solid var(--line-bold);box-shadow:0 8px 22px var(--line-ghost);background:#fffffff7}.site-trustbar{color:var(--muted);background:var(--brand-primary-wash);border-bottom:1px solid var(--line-strong);box-shadow:none}.hero,html[data-catalog-variant] .catalog-home-body .hero{background:var(--surface)}.hero h1,html[data-catalog-variant] .catalog-home-body .hero h1,.detail-shop-copy h1,html[data-catalog-variant] .detail-body .detail-shop-copy h1{color:var(--ink-strong);-webkit-text-fill-color:currentColor;text-shadow:none;background:0 0;-webkit-background-clip:border-box;background-clip:border-box;font-weight:600}.catalog-heading h2,html[data-catalog-variant] .catalog-home-body .catalog-heading h2,.category-page-copy h1,.selection-empty-copy h1{color:var(--ink);font-weight:600}.lead,.hero .lead,.category-overview-main p:not(.product-kicker),html[data-catalog-variant=classic] .catalog-home-body .category-overview-main p:not(.product-kicker),.catalog-result-description,.product-description,.detail-showcase-lead,.detail-shop-copy .detail-showcase-lead,.detail-shop-description p,.selection-empty-copy p:not(.eyebrow),.brand-card p{color:var(--muted);font-weight:400;line-height:1.55}.eyebrow,.section-kicker,.product-kicker{color:var(--blue-strong);font-weight:600}.search-box input,.language-picker select,.nav-toggle,.primary-link,.secondary-link,.product-detail-link,.category-open-link,.shortlist-add,.product-card-cta,.detail-add-to-selection,.site-header .print-button,.site-header .primary-link,.site-header .secondary-link,.site-header .header-more-toggle,.site-header .header-primary-action,.catalog-query-presets button,.catalog-clear-filters,.catalog-finder input,.catalog-finder select,.detail-quantity-step,.detail-quantity-control{box-shadow:none;border-width:1px;border-color:#466f8b3d}.site-header .header-actions .header-inquiry-link.print-button.print-button-subtle,.primary-link,.product-card-cta,.detail-add-to-selection,.whatsapp-conversion-cta{color:var(--brand-primary-ink);background:var(--brand-primary);border-color:#00466e5c;box-shadow:0 11px 26px #00669e2e}.site-header .header-actions .header-inquiry-link.print-button.print-button-subtle:hover,.primary-link:hover,.product-card-cta:hover,.detail-add-to-selection:hover{background:var(--brand-primary-deep);border-color:#003d6175;box-shadow:0 13px 30px #0056883d}.secondary-link,.category-open-link,.product-detail-link,.shortlist-add,.site-header .header-more-toggle,.site-header .header-actions .header-checkout-link.print-button.print-button-subtle,.hero-actions>.secondary-link{color:var(--blue-ink);background:var(--surface);box-shadow:none;border-color:#006ea93d}.primary-link,.secondary-link,.product-detail-link,.shortlist-add,.category-open-link,.product-card-cta,.detail-add-to-selection,.site-header .print-button,.site-header .header-more-toggle,.site-header .header-primary-action{border-width:1px}.site-header .header-actions .header-inquiry-link.print-button.print-button-subtle,.primary-link,.product-card-cta,.detail-add-to-selection{border:0;box-shadow:inset 0 0 0 1px #00466e6b,inset 0 1px #ffffff38,0 11px 26px #00669e2e}.secondary-link,.category-open-link,.product-detail-link,.shortlist-add,.site-header .header-more-toggle,.site-header .header-actions .header-checkout-link.print-button.print-button-subtle,.hero-actions>.secondary-link{border:0;box-shadow:inset 0 0 0 1px #006ea93d}.category-overview-card,html[data-catalog-variant=classic] .catalog-home-body .category-overview-card,.catalog-result-card,.brand-card,.detail-buybox,.product-card,.related-card,.detail-brand-card,.catalog-finder,.overview-product,.detail-panel,.hero-product{border-width:1px;border-color:var(--line-bold);background:var(--surface);box-shadow:0 10px 28px var(--line-ghost)}.category-overview-card:before,.catalog-finder:before,.category-section:before,.detail-panel:before{opacity:.46;background:var(--blue-strong)}.category-overview-card:after,.catalog-result-card:after,.brand-card:after,.detail-buybox:after,.product-card:after,.catalog-finder:after{display:none}.category-overview-card:hover,.catalog-result-card:hover,.brand-card:hover,.product-card:hover,.detail-buybox:hover,.overview-product:hover{box-shadow:0 14px 34px var(--line-soft);border-color:#006ea93d;transform:translateY(-1px)}.chip,.catalog-result-facts span,.overview-tags span,.detail-buybox-assurance span,.product-commerce-metric,.category-count{color:var(--muted);border-width:1px;border-color:var(--line-bold);background:var(--surface)}.header-more-panel{border-width:1px;border-color:var(--line-bold);background:var(--surface);box-shadow:0 16px 34px var(--line-medium)}.header-menu-item{color:var(--ink-soft);font-weight:600}:is(.header-menu-item:hover,.header-menu-item:focus-visible){color:var(--blue-ink);background:var(--brand-primary-wash)}}@media screen and (prefers-reduced-motion:no-preference){.category-overview-card,.catalog-result-card,.brand-card,.product-card,.detail-panel,.related-card{animation-range:entry cover 14%}}.whatsapp-conversion-cta{left:1.1rem;bottom:max(1.1rem, env(safe-area-inset-bottom));z-index:var(--z-dock);min-width:10.5rem;color:var(--brand-primary-ink);border-radius:var(--radius-sm);background:var(--brand-accent-green);grid-template-rows:auto auto;grid-template-columns:2rem auto;align-items:center;column-gap:.58rem;padding:.7rem .9rem .72rem .72rem;text-decoration:none;display:inline-grid;position:fixed;box-shadow:0 14px 28px #123c2a38}.whatsapp-conversion-cta span{border-radius:var(--radius-sm);background:#ffffff29;grid-row:1/span 2;place-items:center;width:2rem;height:2rem;font-size:.72rem;font-weight:800;display:grid}.whatsapp-conversion-cta strong{font-size:.92rem;line-height:1.05}.whatsapp-conversion-cta small{color:#ffffffd1;margin-top:.1rem;font-size:.72rem;line-height:1.1}.whatsapp-conversion-cta:hover{background:var(--brand-accent-green);transform:translateY(-1px)}@media (max-width:720px){.whatsapp-conversion-cta{left:.75rem;bottom:max(.55rem, env(safe-area-inset-bottom));min-width:0;padding:.62rem}.whatsapp-conversion-cta strong,.whatsapp-conversion-cta small{display:none}}@media screen{.lead,.hero .lead,html[data-catalog-variant] .catalog-home-body .lead,html[data-catalog-variant=classic] .catalog-home-body .lead,.category-overview-main p:not(.product-kicker),html[data-catalog-variant] .catalog-home-body .category-overview-main p:not(.product-kicker),.catalog-result-description,.product-description,.detail-showcase-lead,.detail-shop-copy .detail-showcase-lead,.detail-shop-description p,.brand-card p{color:var(--muted);font-weight:400}.category-overview-card,html[data-catalog-variant=classic] .catalog-home-body .category-overview-card,.catalog-result-card,.brand-card,.detail-buybox,.product-card,.related-card,.detail-brand-card,.catalog-finder,.overview-product,.detail-panel,.hero-product{box-shadow:inset 0 0 0 1px var(--line-bold), 0 10px 28px var(--line-ghost);border:0}.category-overview-card:hover,.catalog-result-card:hover,.brand-card:hover,.product-card:hover,.detail-buybox:hover,.overview-product:hover,.hero-product:hover{box-shadow:inset 0 0 0 1px #006ea93d, 0 14px 34px var(--line-soft)}.search-box input,.language-picker select,.nav-toggle,.header-more-panel,.catalog-finder input,.catalog-finder select,.detail-quantity-control,.detail-quantity-step{border:0;box-shadow:inset 0 0 0 1px #466f8b3d}.site-header .header-actions .header-inquiry-link.print-button.print-button-subtle,.primary-link,.product-card-cta,.detail-add-to-selection{border:0;box-shadow:inset 0 0 0 1px #00466e6b,inset 0 1px #ffffff38,0 11px 26px #00669e2e}.secondary-link,.category-open-link,.product-detail-link,.shortlist-add,.site-header .header-more-toggle,.site-header .header-actions .header-checkout-link.print-button.print-button-subtle,.hero-actions>.secondary-link{border:0;box-shadow:inset 0 0 0 1px #006ea93d}html[data-catalog-variant=classic] .catalog-home-body,html[data-catalog-variant] .catalog-home-body{background:var(--surface)}html[data-catalog-variant=classic] .catalog-home-body .hero,html[data-catalog-variant] .catalog-home-body .hero{background:var(--surface);box-shadow:inset 0 0 0 1px var(--line-bold), 0 10px 28px var(--line-ghost);border:0}html[data-catalog-variant=classic] .catalog-home-body .hero:before,html[data-catalog-variant=classic] .catalog-home-body .hero:after,html[data-catalog-variant] .catalog-home-body .hero:before,html[data-catalog-variant] .catalog-home-body .hero:after{display:none}.detail-stage{padding-top:clamp(1.1rem,2vw,1.8rem)}.detail-screen-panel.detail-shop-panel,html[data-catalog-variant] .detail-body .detail-screen-panel.detail-shop-panel{width:min(100% - clamp(1.2rem,4vw,4.5rem),1480px);padding-top:clamp(1rem,1.8vw,1.6rem)}.detail-breadcrumb{margin-bottom:clamp(.8rem,1.4vw,1.15rem)}.detail-showcase.detail-shop-showcase,.detail-showcase.detail-showcase-standard.detail-shop-showcase,html[data-catalog-variant] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=editorial] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=compact] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=commerce] .detail-body .detail-showcase.detail-shop-showcase{grid-template-columns:minmax(27rem,.9fr) minmax(30rem,1fr);align-items:start;gap:clamp(1.25rem,3vw,2.8rem)}.detail-showcase-visual.detail-shop-media,html[data-catalog-variant] .detail-body .detail-showcase-visual.detail-shop-media{border-radius:var(--radius-sm);background:var(--surface);box-shadow:inset 0 0 0 1px var(--line-bold), 0 12px 30px var(--line-soft);padding:clamp(.65rem,1vw,.9rem)}.detail-shop-media .detail-gallery-stage,.detail-showcase-visual.detail-shop-media .detail-gallery-stage{aspect-ratio:1.08;border-radius:var(--radius-sm);background:var(--surface);min-height:clamp(22rem,34vw,31rem)}.detail-shop-media .detail-gallery{grid-auto-columns:clamp(4.1rem,5vw,4.8rem);gap:.48rem;padding-top:.48rem}.detail-showcase-copy.detail-shop-copy{gap:.62rem;padding-top:.05rem}.detail-shop-copy .eyebrow{padding:.24rem .5rem;font-size:.72rem}.detail-shop-copy h1,html[data-catalog-variant] .detail-body .detail-shop-copy h1{max-width:24ch;font-size:clamp(2rem,2.9vw,3.18rem);line-height:1.07}.detail-shop-article{margin-top:-.05rem;font-size:.9rem}.detail-shop-copy .detail-showcase-lead{max-width:48rem;color:var(--muted);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-top:0;font-size:.98rem;line-height:1.48;display:-webkit-box;overflow:hidden}.detail-shop-copy .detail-showcase-facts{gap:.42rem;margin-top:0}.detail-shop-copy .detail-fact{padding:.38rem .58rem;font-size:.78rem;line-height:1.18}.detail-shop-availability{color:var(--muted);gap:.45rem;margin-top:0;font-size:.92rem}.detail-shop-availability span{width:.62rem;height:.62rem}.detail-shop-meta{border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:.52rem;margin-top:0;display:grid}.detail-shop-meta article,.detail-shop-meta article:last-child{border-radius:var(--radius-sm);background:var(--surface);min-width:0;box-shadow:inset 0 0 0 1px var(--line-bold);border:0;padding:.62rem .7rem}.detail-shop-meta span{color:var(--muted);font-size:.68rem;font-weight:600;line-height:1.16}.detail-shop-meta strong{margin-top:.16rem;font-size:.94rem;line-height:1.18}.detail-buybox{border-radius:var(--radius-sm);gap:.54rem;margin-top:.06rem;padding:clamp(.78rem,1vw,.95rem)}.detail-buybox-price{gap:.12rem}.detail-buybox-price strong{font-size:clamp(1.22rem,1.65vw,1.62rem);line-height:1.12}.detail-buybox-price small,.detail-buybox-trust{font-size:.8rem;line-height:1.32}.detail-quantity-control{grid-template-columns:minmax(0,1fr) 4.8rem;min-height:2.72rem;padding:.42rem .55rem}.detail-quantity-control input{min-height:2rem;font-size:.92rem}.detail-buybox-actions{box-shadow:none;background:0 0;grid-template-columns:repeat(2,minmax(0,1fr));gap:.46rem;margin:0;padding:0;display:grid}.detail-buybox-actions .shortlist-large,.detail-buybox-actions .shortlist-add.shortlist-large{order:1;grid-column:1/-1;min-height:2.48rem;padding:.66rem .86rem;font-size:.9rem}.detail-buybox-actions .detail-quote-cta{order:2;grid-column:auto}.detail-buybox-actions .detail-checkout-cta{order:3;grid-column:auto}.detail-buybox-actions .detail-checkout-cta,.detail-buybox-actions .detail-quote-cta{min-height:2.34rem;padding:.56rem .72rem;font-size:.84rem;line-height:1.16}.detail-buybox-actions .detail-selection-link,.detail-buybox-actions .detail-print-inline{display:none}.detail-request-context{color:var(--muted);gap:.4rem;margin-top:-.02rem;display:grid}.detail-request-context p{margin:0;font-size:.84rem;line-height:1.36}.detail-request-context>div{flex-wrap:wrap;gap:.36rem;display:flex}.detail-request-context span{border-radius:var(--radius-sm);color:var(--ink-soft);background:var(--surface);box-shadow:inset 0 0 0 1px var(--line-bold);align-items:center;gap:.28rem;padding:.3rem .48rem;font-size:.72rem;line-height:1.14;display:inline-flex}.detail-request-context strong{color:var(--ink);font-weight:600}.detail-buybox-trust{margin:0}.detail-buybox-assurance{gap:.32rem}.detail-buybox-assurance span{padding:.28rem .44rem;font-size:.72rem;line-height:1.14}.detail-buybox-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.42rem}.detail-buybox-grid article{padding:.46rem .5rem}.detail-buybox-grid strong{font-size:.82rem;line-height:1.18}.detail-shop-backlink{margin-top:.05rem;font-size:.86rem}.detail-shop-product-info{border-top:1px solid var(--line-bold);grid-template-columns:minmax(0,.62fr) minmax(23rem,.38fr);align-items:start;gap:clamp(1rem,2vw,1.6rem);margin-top:clamp(1.3rem,2.4vw,2.1rem);padding-top:clamp(1rem,1.8vw,1.45rem);display:grid}.detail-shop-product-info .detail-shop-description,.detail-shop-product-info .detail-shop-data{border-radius:var(--radius-sm);background:var(--surface);box-shadow:inset 0 0 0 1px var(--line-bold), 0 10px 26px var(--line-ghost);border:0;margin:0;padding:clamp(1rem,1.65vw,1.35rem);display:block}.detail-section-heading{gap:.22rem;margin-bottom:.82rem;display:grid}.detail-section-heading span{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:600;line-height:1.15}.detail-shop-description h2,.detail-shop-data h2,html[data-catalog-variant] .detail-body .detail-shop-description h2,html[data-catalog-variant] .detail-body .detail-shop-data h2{color:var(--ink);margin:0;font-size:clamp(1.42rem,2vw,1.95rem);font-weight:600;line-height:1.1}.detail-shop-description-name{color:var(--ink-soft);margin:0 0 .72rem;font-size:.95rem;font-style:normal;font-weight:600;line-height:1.35}.detail-shop-description-body{gap:.72rem;display:grid}.detail-shop-description p:not(.detail-shop-description-name),html[data-catalog-variant] .detail-body .detail-shop-description p:not(.detail-shop-description-name){max-width:none;color:var(--muted);margin:0;font-size:.98rem;font-weight:400;line-height:1.58}.detail-shop-data .detail-table,.detail-table{font-size:.94rem;line-height:1.42}.detail-shop-data .detail-table th,.detail-shop-data .detail-table td,.detail-table th,.detail-table td{padding:.58rem 0}.detail-shop-data .detail-table th,.detail-table th{width:38%;color:var(--muted);padding-right:.9rem;font-size:.86rem;font-weight:600}.detail-shop-data .detail-table td,.detail-table td{color:var(--ink);font-weight:500}.detail-shop-panel>.detail-insight-grid{grid-template-columns:repeat(auto-fit,minmax(min(24rem,100%),1fr));gap:1rem;margin-top:clamp(1rem,2.2vw,1.8rem)}.detail-shop-panel>.detail-insight-grid .detail-insight-card{border-radius:var(--radius-sm);background:var(--surface);box-shadow:inset 0 0 0 1px var(--line-bold), 0 10px 26px var(--line-ghost);padding:clamp(1rem,1.5vw,1.25rem)}.detail-shop-panel>.detail-insight-grid h2{color:var(--ink);margin-bottom:.72rem;font-size:1.1rem;font-weight:600}.detail-shop-panel>.detail-insight-grid ul,.detail-shop-panel>.detail-insight-grid p{color:var(--muted);font-size:.96rem;line-height:1.5}}@media screen and (min-width:1181px){.detail-showcase-copy.detail-shop-copy{top:6.4rem}}@media screen and (max-width:1180px){.detail-showcase.detail-shop-showcase,.detail-showcase.detail-showcase-standard.detail-shop-showcase,html[data-catalog-variant] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=editorial] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=compact] .detail-body .detail-showcase.detail-shop-showcase,html[data-catalog-variant=commerce] .detail-body .detail-showcase.detail-shop-showcase,.detail-shop-product-info{grid-template-columns:minmax(0,1fr)}.detail-showcase-copy.detail-shop-copy{position:static}.detail-shop-media .detail-gallery-stage,.detail-showcase-visual.detail-shop-media .detail-gallery-stage{min-height:clamp(19rem,56vw,30rem)}}@media screen and (max-width:760px){.detail-screen-panel.detail-shop-panel,html[data-catalog-variant] .detail-body .detail-screen-panel.detail-shop-panel{width:min(100% - 1rem,1480px);padding-top:.85rem}.detail-showcase-visual.detail-shop-media{order:1}.detail-showcase-copy.detail-shop-copy{order:2;gap:.58rem}.detail-shop-copy h1,html[data-catalog-variant] .detail-body .detail-shop-copy h1{font-size:clamp(1.95rem,9vw,2.45rem)}.detail-shop-copy .detail-showcase-lead{-webkit-line-clamp:3;line-clamp:3}.detail-shop-meta,.detail-buybox-grid,.detail-buybox-actions{grid-template-columns:1fr}.detail-buybox-actions .detail-checkout-cta,.detail-buybox-actions .detail-quote-cta,.detail-buybox-actions .shortlist-large,.detail-buybox-actions .shortlist-add.shortlist-large{grid-column:1/-1}.detail-shop-product-info{margin-top:1rem}.detail-shop-product-info .detail-shop-description,.detail-shop-product-info .detail-shop-data,.detail-shop-panel>.detail-insight-grid .detail-insight-card{padding:.95rem}.detail-shop-data .detail-table th,.detail-shop-data .detail-table td,.detail-table th,.detail-table td{width:100%;padding:.46rem 0 0;display:block}.detail-shop-data .detail-table td,.detail-table td{padding:.12rem 0 .5rem}}.onepager-highlight-slider{--active-onepager-color:var(--blue-deep);border-radius:var(--radius-sm);background:var(--surface);box-shadow:0 18px 42px var(--line-soft), inset 0 1px 0 #fffffff2;border:1px solid #3e749a26;margin:0 0 1.35rem;padding:clamp(.68rem,1.2vw,.95rem);scroll-margin-top:6.2rem;position:relative;overflow:hidden}.onepager-highlight-slider:before{content:"";background:var(--active-onepager-color);pointer-events:none;height:4px;position:absolute;inset:0 0 auto}.onepager-slider-head{border-bottom:1px solid var(--line-medium);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:clamp(.75rem,1.5vw,1.1rem);margin-bottom:.7rem;padding:.08rem 0 .64rem;display:grid}.onepager-slider-head .eyebrow{color:color-mix(in srgb, var(--active-onepager-color) 58%, var(--muted));opacity:.85;margin-bottom:.15rem}.onepager-slider-head h3{color:var(--ink-strong);font-family:var(--font-display);letter-spacing:0;overflow-wrap:anywhere;opacity:.72;margin:0;font-size:clamp(1.05rem,1.4vw,1.28rem);font-weight:600;line-height:1.15}.onepager-slider-meta{min-width:7rem;color:var(--muted);font-variant-numeric:tabular-nums;justify-items:end;gap:.3rem;font-size:.74rem;font-weight:700;line-height:1;display:grid}.onepager-slider-meter{border-radius:var(--radius-sm);background:var(--line-strong);width:7rem;max-width:18vw;height:.26rem;display:block;overflow:hidden}.onepager-slider-meter span{border-radius:inherit;background:var(--brand-primary-soft);width:16.7%;height:100%;transition:width var(--duration-base) ease;display:block}.onepager-slider-controls{align-items:center;gap:.5rem;display:flex}.onepager-arrow{aspect-ratio:1;border:1px solid color-mix(in srgb, var(--active-onepager-color) 28%, var(--line-heavy));border-radius:var(--radius-sm);width:2.58rem;color:var(--brand-primary-ink);background:var(--surface);box-shadow:0 10px 22px var(--line-soft), inset 0 1px 0 #fffffff2;cursor:pointer;transition:border-color var(--duration-fast) ease, background var(--duration-fast) ease, box-shadow var(--duration-fast) ease, transform var(--duration-fast) ease;flex:none;place-items:center;display:inline-grid}:is(.onepager-arrow:hover,.onepager-arrow:focus-visible){border-color:color-mix(in srgb, var(--active-onepager-color) 52%, var(--line-heavy));background:var(--surface);box-shadow:0 16px 34px color-mix(in srgb, var(--active-onepager-color) 16%, var(--line)), inset 0 1px 0 #fffffffa;transform:translateY(-1px)}.onepager-arrow span{aspect-ratio:1;border-top:2px solid;border-right:2px solid;width:.68rem;display:block}.onepager-arrow-prev span{transform:rotate(-135deg)translate(-1px,-1px)}.onepager-arrow-next span{transform:rotate(45deg)translate(-1px,1px)}.onepager-track{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;align-items:flex-start;gap:1rem;scroll-padding-inline:0;display:flex;overflow-x:auto}.onepager-track::-webkit-scrollbar{display:none}.onepager-track:focus-visible{outline:2px solid color-mix(in srgb, var(--active-onepager-color) 62%, var(--surface));outline-offset:4px;border-radius:var(--radius-sm)}.onepager-slide{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 100%;min-width:0}.onepager-slide .noro-home-focus{height:auto;margin:0}.onepager-slide[aria-hidden=true] .noro-home-focus{display:none}.onepager-dots{justify-content:center;align-items:center;gap:.38rem;min-height:.9rem;margin-top:.72rem;display:flex}.onepager-dots button{border-radius:var(--radius-sm);cursor:pointer;width:clamp(1.15rem,2.8vw,2.35rem);min-width:0;height:.28rem;min-height:0;transition:width var(--duration-fast) ease, background var(--duration-fast) ease, opacity var(--duration-fast) ease;background:#33587533;border:0;padding:0}.onepager-dots button[aria-current=true]{background:var(--active-onepager-color);width:clamp(2rem,4vw,3.8rem)}.noro-home-focus{isolation:isolate;box-sizing:border-box;border-radius:var(--radius-sm);background:var(--surface) 0;grid-template-columns:minmax(16rem,.88fr) minmax(24rem,1.12fr);align-items:center;gap:clamp(.9rem,2vw,1.8rem);min-height:clamp(17rem,20vw,20.75rem);margin:0 0 clamp(1rem,2vw,1.35rem);padding:clamp(.95rem,1.9vw,1.55rem);display:grid;position:relative;overflow:hidden}.onepager-focus-panel:before{content:"";background:var(--surface);z-index:-1;width:1px;position:absolute;inset:clamp(.7rem,1.3vw,1.1rem) auto clamp(.7rem,1.3vw,1.1rem) 50.8%}.onepager-slide-number{color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 54%, var(--muted));font-variant-numeric:tabular-nums;letter-spacing:0;z-index:var(--z-above);align-items:center;gap:.4rem;font-size:.76rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:clamp(1rem,2vw,1.45rem);right:clamp(1rem,2.2vw,1.65rem)}.onepager-slide-number span:first-child:after{content:"";vertical-align:middle;opacity:.45;background:currentColor;width:1.2rem;height:1px;margin-left:.4rem;display:inline-block}.noro-home-copy,.noro-home-actions,.noro-home-products,.onepager-product-card,.onepager-product-copy{min-width:0}.noro-home-copy{z-index:var(--z-base);max-width:48rem;position:relative}.noro-home-copy h3{color:var(--ink-strong);font-family:var(--font-display);letter-spacing:0;text-wrap:balance;overflow-wrap:anywhere;margin:0;font-size:clamp(1.78rem,2.55vw,2.72rem);font-weight:700;line-height:1.04}.noro-inline-logo{width:clamp(5.6rem,10vw,8.1rem);max-width:100%;height:auto;filter:drop-shadow(0 8px 16px var(--line-soft));margin:0 0 .72rem;display:block}.dr-berger-inline-logo{align-items:center;width:max-content;max-width:100%;margin:0 0 .62rem;display:inline-flex}.dr-berger-wordmark{color:var(--muted);font-family:var(--font-display);font-size:clamp(1.04rem,1.45vw,1.34rem);font-weight:700;line-height:1}.noro-home-copy p:not(.eyebrow){max-width:36rem;color:var(--muted);overflow-wrap:anywhere;margin:.7rem 0 0;font-size:clamp(.92rem,.98vw,1rem);line-height:1.48}.noro-home-actions{flex-wrap:wrap;gap:.54rem;margin-top:.82rem;display:flex}.onepager-focus-panel .product-detail-link{border-color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 82%, var(--ink));color:var(--brand-primary-ink);background:var(--brand-primary-soft);box-shadow:0 12px 28px color-mix(in srgb, var(--category-color,var(--blue-deep)) 22%, transparent)}.onepager-focus-panel .noro-resource-link{color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 68%, var(--ink));box-shadow:none;text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 35%, transparent);text-decoration-color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 35%, transparent);opacity:.78;transition:opacity var(--duration-fast) ease, text-decoration-color var(--duration-fast) ease;background:0 0;border:none;padding:0;font-size:.84rem;font-weight:600}:is(.onepager-focus-panel .noro-resource-link:hover,.onepager-focus-panel .noro-resource-link:focus-visible){opacity:1;-webkit-text-decoration-color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 65%, transparent);text-decoration-color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 65%, transparent)}.noro-home-products{z-index:var(--z-base);grid-template-columns:repeat(2,minmax(0,1fr));align-self:center;gap:clamp(.54rem,.8vw,.72rem);display:grid;position:relative}.noro-home-products a{border:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 17%, var(--line-bold));border-radius:var(--radius-sm);min-height:clamp(5.1rem,5.9vw,5.9rem);color:inherit;background:var(--surface);box-shadow:0 12px 26px var(--line-soft), inset 0 1px 0 #fffffff2;transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, transform var(--duration-fast) ease;grid-template-columns:clamp(3.55rem,4.7vw,4.55rem) minmax(0,1fr);align-items:center;gap:clamp(.5rem,.72vw,.68rem);padding:clamp(.46rem,.68vw,.62rem);text-decoration:none;display:grid}:is(.noro-home-products a:hover,.noro-home-products a:focus-visible){border-color:color-mix(in srgb, var(--category-color,var(--blue-deep)) 48%, var(--line-heavy));box-shadow:0 20px 42px color-mix(in srgb, var(--category-color,var(--blue-deep)) 13%, var(--line)), inset 0 1px 0 #fffffffa;transform:translateY(-2px)}.onepager-product-media{aspect-ratio:1;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);place-items:center;width:100%;display:grid;overflow:hidden}.noro-home-products img{object-fit:contain;width:100%;height:100%}.onepager-product-copy strong{color:var(--ink);-webkit-hyphens:auto;hyphens:auto;overflow-wrap:normal;text-wrap:balance;font-size:clamp(.84rem,.9vw,.96rem);font-weight:700;line-height:1.14;display:block}.noro-home-products small{color:var(--muted);overflow-wrap:break-word;margin-top:.22rem;font-size:clamp(.66rem,.7vw,.73rem);font-weight:600;line-height:1.22;display:block}.onepager-home-products:not(.is-single) a:nth-child(3):last-child{grid-column:1/-1;grid-template-columns:clamp(4.8rem,6.6vw,5.8rem) minmax(0,1fr);min-height:clamp(5.55rem,6.4vw,6.45rem)}.onepager-home-products.is-single{grid-template-columns:minmax(0,1fr)}.onepager-home-products.is-single a{grid-template-columns:minmax(6.2rem,.34fr) minmax(0,1fr);min-height:8.4rem}.onepager-home-products.is-single .onepager-product-media,.onepager-home-products .onepager-preview-product .onepager-product-media{aspect-ratio:4/3}.onepager-home-products .onepager-preview-product img{border-radius:var(--radius-sm);object-fit:cover;object-position:top center;background:var(--surface)}.noro-resource-card{border:1px solid color-mix(in srgb, var(--category-color,var(--blue-deep)) 18%, var(--line-heavy));border-radius:var(--radius-sm);background:var(--category-color,var(--blue-deep)) var(--surface);box-shadow:inset 0 0 0 1px var(--line-medium), 0 12px 28px var(--line-ghost);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(.85rem,2vw,1.45rem);padding:clamp(1rem,2vw,1.35rem);display:grid}.noro-category-resource{margin-top:clamp(-.3rem,-.4vw,0rem);margin-bottom:clamp(1.1rem,2.6vw,1.9rem)}.detail-shop-panel .noro-detail-resource{margin-top:clamp(1rem,2vw,1.6rem)}.noro-resource-card h2{color:var(--ink-strong);font-family:var(--font-display);margin:0;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:600;line-height:1.08}.noro-resource-card .noro-inline-logo{width:clamp(5.8rem,9vw,8.2rem);margin-bottom:.7rem}.detail-shop-copy>.noro-inline-logo,.product-detail-sheet .detail-copy>.noro-inline-logo{width:clamp(6.4rem,10vw,9rem);margin:0 0 .65rem}.noro-resource-card p:not(.eyebrow){max-width:58rem;color:var(--muted);margin:.45rem 0 0;font-size:.96rem;line-height:1.48}.noro-resource-link{white-space:nowrap}.beat-home-focus,.dr-berger-home-focus,.summer-home-focus,.sleep-home-focus,.safesip-home-focus{background:var(--surface) 0}.beat-inline-logo{border-radius:var(--radius-sm);width:max-content;min-width:clamp(8.2rem,14vw,11rem);max-width:100%;min-height:clamp(3.15rem,5vw,4rem);box-shadow:0 10px 24px var(--line-soft), inset 0 0 0 1px #ffffffe0;background:#ffffffe6;border:1px solid #0d8c7929;align-content:center;justify-items:start;margin:0 0 .9rem;padding:.65rem .82rem;display:inline-grid}.beat-inline-logo strong{color:var(--brand-accent-green);font-family:var(--font-display);letter-spacing:0;font-size:clamp(1.3rem,2.2vw,1.85rem);font-weight:800;line-height:.95}.beat-inline-logo small{color:var(--brand-accent-green);letter-spacing:.04em;margin-top:.22rem;font-size:clamp(.58rem,.8vw,.7rem);font-weight:800;line-height:1}.beat-home-products a,.beat-resource-card{border-color:color-mix(in srgb, var(--brand-accent-green) 22%, var(--line-heavy))}.sleep-home-focus .noro-home-products a{border-color:color-mix(in srgb, #6a5bb3 22%, var(--line-heavy))}.beat-resource-card{background:var(--surface)}.beat-resource-card .beat-inline-logo{margin-bottom:.7rem}.beat-resource-link{border-color:color-mix(in srgb, var(--brand-accent-green) 42%, var(--line));color:var(--brand-accent-green);background:color-mix(in srgb, var(--brand-accent-green) 8%, var(--surface))}@media screen and (min-width:701px) and (max-width:900px){.onepager-highlight-slider{scroll-margin-top:7.7rem}.onepager-slider-head{gap:.7rem;margin-bottom:.62rem;padding-bottom:.58rem}.onepager-slider-head h3{font-size:clamp(1.36rem,3.2vw,1.72rem)}.onepager-arrow{width:2.42rem}.noro-home-focus{grid-template-columns:minmax(16rem,.9fr) minmax(22rem,1.1fr);gap:clamp(.7rem,1.55vw,.9rem);min-height:0;padding:clamp(.82rem,1.55vw,1rem)}.onepager-focus-panel:before{left:50%}.noro-home-copy h3{font-size:clamp(1.64rem,3.6vw,2.08rem);line-height:1.035}.onepager-focus-panel .noro-home-copy p:not(.eyebrow){-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.noro-home-actions{margin-top:.72rem}.noro-home-products{gap:.52rem}.noro-home-products a{grid-template-columns:clamp(3.1rem,6vw,4rem) minmax(0,1fr);gap:.48rem;min-height:clamp(4.8rem,10.6vw,5.55rem);padding:clamp(.42rem,.95vw,.52rem)}.onepager-product-copy strong{text-wrap:auto;font-size:clamp(.74rem,1.75vw,.88rem);line-height:1.12}.noro-home-products small{margin-top:.18rem;font-size:clamp(.6rem,1.45vw,.68rem);line-height:1.16}.onepager-home-products:not(.is-single) a:nth-child(3):last-child{grid-template-columns:clamp(4.2rem,9vw,5rem) minmax(0,1fr);min-height:clamp(5rem,10.8vw,5.72rem)}.onepager-home-products.is-single a{grid-template-columns:clamp(4.8rem,12vw,5.8rem) minmax(0,1fr);min-height:6.8rem}}@media screen and (max-width:700px){.onepager-slider-head{grid-template-columns:minmax(0,1fr) auto;align-items:center}.onepager-slider-meta{grid-column:1/-1;justify-items:start;min-width:0}.onepager-slider-meter{width:11rem;max-width:100%}.noro-home-focus,.noro-resource-card{grid-template-columns:minmax(0,1fr)}.noro-home-focus{min-height:0}.onepager-focus-panel:before{width:auto;height:1px;inset:48% 0 auto}.noro-home-copy h3{font-size:clamp(1.82rem,5.4vw,2.45rem)}.onepager-focus-panel .noro-home-copy p:not(.eyebrow){-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.noro-home-products{grid-template-columns:minmax(0,1fr)}.onepager-home-products:not(.is-single) a:nth-child(3):last-child{grid-template-columns:clamp(4.1rem,16vw,5.8rem) minmax(0,1fr);min-height:clamp(5.2rem,14vw,6.35rem)}.onepager-home-products.is-single a{min-height:8.6rem}.noro-resource-link{white-space:normal;justify-self:start}}@media screen and (max-width:620px){.onepager-highlight-slider{margin-bottom:1.25rem;padding:.72rem;scroll-margin-top:7.45rem}.onepager-slider-head{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.65rem;margin-bottom:.72rem;padding-bottom:.72rem;display:grid}.onepager-slider-head h3{font-size:1.38rem;line-height:1.12}.onepager-slider-meta{gap:.3rem;font-size:.72rem}.onepager-slider-meter{width:min(10rem,46vw)}.onepager-slider-controls{flex-shrink:0}.onepager-arrow{width:2.36rem}.onepager-dots{margin-top:.7rem}.noro-home-focus{background:var(--surface) 0;gap:.86rem;padding:1rem}.onepager-focus-panel:before,.onepager-slide-number{display:none}.noro-inline-logo,.dr-berger-inline-logo,.beat-inline-logo{margin-bottom:.62rem}.noro-home-copy h3{font-size:clamp(1.58rem,8vw,2rem);line-height:1.08}.noro-home-copy p:not(.eyebrow){margin-top:.58rem;font-size:.92rem;line-height:1.45}.onepager-focus-panel .noro-home-copy p:not(.eyebrow){-webkit-line-clamp:3;line-clamp:3}.noro-home-actions{gap:.48rem;margin-top:.78rem}.noro-resource-link{white-space:normal}.noro-home-products{gap:.55rem}.noro-home-products a{grid-template-columns:4.1rem minmax(0,1fr);gap:.52rem;min-height:5.2rem;padding:.55rem}.onepager-product-copy strong{font-size:.88rem;line-height:1.14}.noro-home-products small{margin-top:.24rem;font-size:.72rem;line-height:1.16}.onepager-home-products.is-single a{grid-template-columns:4.1rem minmax(0,1fr)}.onepager-home-products:not(.is-single) a:nth-child(3):last-child{grid-template-columns:4.1rem minmax(0,1fr);min-height:5.2rem}.onepager-product-media,.onepager-home-products.is-single .onepager-product-media,.onepager-home-products .onepager-preview-product .onepager-product-media{aspect-ratio:1}.onepager-home-products .onepager-preview-product img{max-height:11rem}}.detail-gallery-arrow,.detail-shop-media .detail-gallery-arrow,.detail-showcase-visual.detail-shop-media .detail-gallery-arrow{color:var(--ink);box-shadow:0 14px 34px var(--line-medium), inset 0 1px 0 #fffffff5;-webkit-backdrop-filter:blur(14px)saturate(1.06);backdrop-filter:blur(14px)saturate(1.06);background:#ffffffc7;border-color:#8ec4e5bd}.detail-gallery-arrow:hover,.detail-shop-media .detail-gallery-arrow:hover,.detail-showcase-visual.detail-shop-media .detail-gallery-arrow:hover{color:var(--muted);box-shadow:0 16px 38px var(--line-bold), inset 0 1px 0 #fffffffa;background:#ffffffeb;border-color:#69b1dbdb}@media screen{.detail-shop-copy h1,html[data-catalog-variant] .detail-body .detail-shop-copy h1{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.detail-shop-copy .detail-showcase-lead{-webkit-line-clamp:4;line-clamp:4}}@media screen and (max-width:760px){.detail-shop-copy h1,html[data-catalog-variant] .detail-body .detail-shop-copy h1{font-size:clamp(1.4rem,5.5vw,1.85rem);line-height:1.1}.detail-shop-copy .detail-showcase-lead{-webkit-line-clamp:initial;line-clamp:initial;max-height:none;display:block;overflow:visible}}@media screen and (max-width:380px){.detail-shop-copy h1,html[data-catalog-variant] .detail-body .detail-shop-copy h1{font-size:1.55rem}}