.catalog-page{padding:48px 0 85px;min-height:65vh}.catalog-breadcrumb{font-size:.875rem;color:var(--muted);margin-bottom:28px}.catalog-breadcrumb a:hover{color:var(--gold)}.catalog-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:32px}.catalog-heading h1{font-size:clamp(2.5rem,5vw,4.8rem);font-weight:500;line-height:1.12;letter-spacing:-.05em}.catalog-heading h1 span{color:var(--gold)}.catalog-heading p{font-size:1rem;color:var(--muted);max-width:460px;margin-top:17px}.catalog-heading>.catalog-brandline{color:var(--gold);font-size:.875rem;letter-spacing:.05em;max-width:250px;text-align:right;line-height:2}.catalog-filters{border:0;min-width:0;margin-inline:0;border-block:1px solid var(--line);padding:24px 0;margin-bottom:23px}.catalog-categories{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.category-tab{border:1px solid var(--line);background:transparent;color:var(--text);min-height:47px;padding:10px 22px;font-size:.875rem}.category-tab:hover,.category-tab[aria-pressed=true]{background:var(--gold);border-color:var(--gold);color:#161912}.catalog-field-row{display:grid;grid-template-columns:1fr minmax(180px,270px);gap:20px}.catalog-field{display:flex;flex-direction:column;gap:8px;font-size:.875rem;color:var(--muted)}.catalog-field input,.catalog-field select{min-width:0;width:100%;min-height:52px;padding:12px 15px;border:1px solid #505248;background:var(--surface);color:var(--text);font:inherit;font-size:1rem;border-radius:0}.catalog-field input::placeholder{color:#96998e}.catalog-field input:focus-visible,.catalog-field select:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.catalog-meta{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:23px 0;font-size:.875rem;color:var(--muted)}.catalog-meta strong{color:var(--text);font-weight:500}.catalog-reset{border:0;border-bottom:1px solid var(--gold);background:none;padding:8px 0;color:var(--gold);font-size:.875rem}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 24px}.product-card{min-width:0;display:flex;flex-direction:column;border:1px solid var(--line);background:#151715}.product-image{background:#fff;aspect-ratio:1/1;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%;padding:16px;transition:transform .35s}.product-card:hover .product-image img{transform:scale(1.025)}.product-image .image-unavailable{padding:25px;color:#42473f;font-size:.875rem;text-align:center}.product-content{padding:22px;display:flex;flex-direction:column;flex:1}.product-brand{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin-bottom:10px}.product-name{font-weight:500;font-size:1rem;line-height:1.65;overflow-wrap:anywhere}.product-code{font-size:.75rem;color:var(--muted);margin-top:12px}.product-source{font-size:.75rem;color:#bec1b6;text-decoration:underline;text-underline-offset:3px;align-self:start;margin-top:12px}.product-source:hover{color:var(--gold)}.product-bottom{padding-top:25px;margin-top:auto}.product-price{font-size:.875rem;color:var(--muted);margin-bottom:14px}.product-order{display:flex;align-items:center;justify-content:space-between;gap:14px;background:var(--gold);color:#161912;padding:13px 16px;min-height:49px;font-size:.875rem;font-weight:600}.product-order:hover{background:#ddc79e}.product-order .icon{width:18px;height:18px}.catalog-empty{border:1px solid var(--line);padding:40px;grid-column:1/-1}.catalog-empty h2{font-size:1.6rem;letter-spacing:-.03em;line-height:1.3;margin-bottom:14px}.catalog-empty p{font-size:1rem;max-width:620px;color:var(--muted)}.catalog-empty .button{margin-top:25px}.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:38px}.catalog-pagination button{min-height:48px;padding:12px 20px;border:1px solid var(--line);background:transparent;color:var(--text);font-size:.875rem}.catalog-pagination button:hover:not(:disabled){border-color:var(--gold);color:var(--gold)}.catalog-pagination button:disabled{opacity:.4;cursor:default}.catalog-pagination span{font-size:.875rem;color:var(--muted)}.catalog-note{margin-top:48px;padding-top:27px;border-top:1px solid var(--line);font-size:.875rem;color:var(--muted);max-width:900px;line-height:1.85}.catalog-note p+p{margin-top:10px}.catalog-note a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}.catalog-note .supplier-links{display:flex;gap:22px;flex-wrap:wrap;margin-top:18px}.catalog-noscript{padding:22px;border:1px solid var(--line);margin-bottom:25px}.catalog-loading-note{padding:18px 0;color:var(--muted)}[hidden]{display:none!important}.catalog-preview{border-top:1px solid var(--line)}.catalog-preview-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:32px}.catalog-preview-heading h2{margin-top:24px}.catalog-preview-heading .underlined-link{margin:0;flex-shrink:0}.catalog-teasers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.catalog-teaser{display:block;border:1px solid var(--line);background:var(--surface)}.catalog-teaser-visual{background:#fff;aspect-ratio:4/3;overflow:hidden}.catalog-teaser img{width:100%;height:100%;object-fit:contain;padding:15px;transition:transform .3s}.catalog-teaser:hover img{transform:scale(1.035)}.catalog-teaser-copy{padding:24px}.catalog-teaser h3{font-size:1.4rem;font-weight:500;display:flex;justify-content:space-between;align-items:center;gap:14px}.catalog-teaser h3 .icon{color:var(--gold)}.catalog-teaser p{font-size:.875rem;color:var(--muted);margin-top:9px}.catalog-preview-note{font-size:1rem;color:var(--muted);margin-top:24px;max-width:700px}.desktop-nav a[aria-current=page]{color:var(--gold)}
@media(max-width:1050px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-brandline{display:none}.catalog-teaser-copy{padding:18px}.desktop-nav{gap:19px}}
@media(max-width:720px){.catalog-page{padding-top:27px}.catalog-heading{display:block}.catalog-heading h1{font-size:2.65rem}.catalog-heading p{font-size:1rem}.catalog-breadcrumb{margin-bottom:23px}.catalog-field-row{grid-template-columns:1fr;gap:14px}.catalog-categories{gap:8px}.category-tab{padding:10px 17px;flex:1;white-space:nowrap}.catalog-meta{align-items:start}.product-grid{gap:20px 16px}.product-content{padding:18px}.catalog-preview-heading{display:block}.catalog-preview-heading .underlined-link{margin-top:22px;margin-bottom:0}.catalog-teasers{grid-template-columns:1fr;gap:20px}.catalog-teaser{display:grid;grid-template-columns:120px 1fr;align-items:center}.catalog-teaser-visual{aspect-ratio:1/1}.catalog-teaser img{padding:8px}.catalog-teaser h3{font-size:1.25rem}.catalog-teaser p{font-size:.875rem}.catalog-note{margin-top:35px}.catalog-empty{padding:28px}.catalog-pagination{gap:13px}.catalog-pagination button{padding:11px 16px}}
@media(max-width:550px){.product-grid{grid-template-columns:minmax(0,1fr)}.product-image{aspect-ratio:6/5}.product-image img{padding:20px}.product-name{font-size:1.0625rem}.catalog-meta{flex-wrap:wrap}.catalog-teaser{grid-template-columns:105px 1fr}.catalog-teaser-copy{padding:16px}.catalog-pagination{justify-content:space-between;gap:10px}}
@media(prefers-reduced-motion:reduce){.product-card:hover .product-image img,.catalog-teaser:hover img{transform:none}}

.product-series{background:#1c211d;color:var(--gold);border-bottom:1px solid var(--line);flex-direction:column;gap:24px;padding:30px;text-align:center}.series-label,.series-material{font-size:.75rem;letter-spacing:.15em;color:#bec3b4}.series-title{font-size:clamp(2rem,4vw,3.7rem);font-weight:500;line-height:1.15;overflow-wrap:anywhere}.series-material{padding-top:18px;border-top:1px solid #656a51}.catalog-brand-note{font-size:.875rem;color:var(--muted);margin:0 0 25px;padding:18px 20px;background:var(--surface);border-left:2px solid var(--gold)}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.catalog-heading .eyebrow{margin:0 0 18px}.product-source{font-size:.875rem}.catalog-loading-note a{text-decoration:underline;color:var(--gold)}

/* Brand subsections keep the existing dark surfaces and gold accents. */
.catalog-field-row{grid-template-columns:1fr}.catalog-subsections{margin:0 0 20px}.catalog-field-label{display:block;margin-bottom:10px;color:var(--muted);font-size:.875rem}.catalog-brands,.catalog-types{display:flex;flex-wrap:wrap;gap:10px}.brand-tab,.type-tab{border:1px solid var(--line);background:var(--surface);color:var(--text);min-height:46px;padding:10px 20px;font:inherit;font-size:.875rem;line-height:1.5;cursor:pointer}.brand-tab{font-weight:600;min-width:110px}.brand-tab:hover,.brand-tab[aria-pressed=true]{border-color:var(--gold);color:var(--gold);background:#25261f}.type-tab{background:transparent;min-height:44px;padding:9px 15px;color:var(--muted)}.type-tab:hover,.type-tab[aria-pressed=true]{border-color:var(--gold);color:var(--gold)}.brand-tab:focus-visible,.type-tab:focus-visible,.teaser-brand-links a:focus-visible,.service-brand-links a:focus-visible,.product-specs summary:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.product-color{font-size:.875rem;color:var(--gold);line-height:1.65;margin-top:10px;overflow-wrap:anywhere}.product-description{font-size:1rem;line-height:1.7;color:var(--muted);margin-top:12px}.product-specs{margin-top:16px;border-top:1px solid var(--line);font-size:.875rem}.product-specs summary{padding:14px 0;cursor:pointer;color:var(--text)}.product-specs dl{margin:0}.product-specs dl>div{padding:9px 0;border-top:1px solid var(--line)}.product-specs dt{color:var(--muted);margin-bottom:3px}.product-specs dd{margin:0;line-height:1.65;overflow-wrap:anywhere}.service-brand-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.service-brand-links a{display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid var(--line);color:var(--gold);padding:10px 14px;min-height:45px;font-size:.875rem}.service-brand-links a:hover{border-color:var(--gold)}.service-brand-links .icon{width:16px;height:16px}.catalog-teaser h3>a{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:44px}.teaser-brand-links{display:flex;gap:6px 16px;flex-wrap:wrap;margin-top:10px}.teaser-brand-links a{font-size:.875rem;color:var(--gold);min-height:44px;display:inline-flex;align-items:center;border-bottom:1px solid var(--line)}.teaser-brand-links a:hover{border-color:var(--gold)}
@media(max-width:720px){.brand-tab{min-width:0;flex:1 0 auto;padding:10px 16px}.catalog-brands,.catalog-types{gap:8px}.type-tab{padding:9px 13px}.catalog-teaser-copy{min-width:0}.teaser-brand-links{gap:3px 12px}.catalog-teaser h3{font-size:1.25rem}.catalog-categories .category-tab{white-space:normal;flex:1 0 auto}.catalog-heading h1{font-size:clamp(2rem,8vw,2.65rem)}}
