:root{--navy:#0b1d35;--ink:#10151f;--muted:#667085;--paper:#f8f4ef;--line:#e4dbd1;--copper:#c8783a;--white:#fff;--shadow:0 22px 70px rgba(16,21,31,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.wrap{max-width:1180px;margin:0 auto}.eyebrow{margin:0 0 12px;color:var(--copper);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.lead{color:var(--muted);font-size:17px;line-height:1.72}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:999px;border:1px solid transparent;font-size:14px;font-weight:900;white-space:nowrap}.btn.copper{background:var(--copper);color:#fff;box-shadow:0 16px 35px rgba(200,120,58,.24)}.btn.navy{background:var(--navy);color:#fff}.btn.light{border-color:var(--line);background:#fff;color:var(--navy)}
.topbar{height:38px;display:flex;align-items:center;justify-content:center;background:#10151f;color:#fff;font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.nav{position:sticky;top:0;z-index:30;height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 34px;background:rgba(250,247,242,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px}.brand img{width:48px;height:48px;border-radius:8px;object-fit:contain}.brand strong{display:block;color:var(--navy);font-size:22px;letter-spacing:.1em}.brand small{display:block;color:var(--copper);font-size:10px;font-weight:900;letter-spacing:.22em}.menu{display:flex;align-items:center;gap:22px;color:#1c2c42;font-size:14px;font-weight:850}
.hero{padding:54px 34px 72px;background:linear-gradient(180deg,#fbf8f4 0%,#fff 100%)}.breadcrumbs{display:flex;gap:8px;align-items:center;color:#7b8492;font-size:13px;margin-bottom:24px;flex-wrap:wrap}.breadcrumbs a{color:var(--navy);font-weight:800}.hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:center}.hero-media{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.hero-media img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#fff}.hero-copy h1{margin:0;color:var(--navy);font-size:52px;line-height:1.02;letter-spacing:-.045em}.hero-copy p{max-width:650px}.hero-pills{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.hero-pills span{border:1px solid #ead8c5;border-radius:999px;background:#fff8f0;color:#9f5727;padding:9px 12px;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.section{padding:76px 34px}.section.paper{background:var(--paper)}.section.dark{background:#10151f;color:#fff}.section.dark h2{color:#fff}.section h2{margin:0;color:var(--navy);font-size:40px;line-height:1.08;letter-spacing:-.04em}.section-head{display:grid;grid-template-columns:1fr minmax(260px,.55fr);gap:28px;align-items:end;margin-bottom:28px}.category-grid,.product-grid,.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.category-card,.product-card,.info-card,.contact-card{border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 14px 38px rgba(16,21,31,.05);overflow:hidden}.category-card{display:grid;grid-template-columns:.9fr 1.1fr;align-items:stretch}.category-card img,.product-card img{width:100%;height:100%;object-fit:cover;background:#fff}.category-copy,.product-copy,.info-card,.contact-card{padding:24px}.category-copy h3,.product-copy h3,.info-card h3{margin:0;color:var(--navy);font-size:24px;letter-spacing:-.025em}.category-copy p,.product-copy p,.info-card p,.contact-card p{color:var(--muted);font-size:14px;line-height:1.65}.meta-list{display:grid;gap:9px;margin:16px 0}.meta-list div{display:flex;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:8px;background:#fbf8f4;padding:11px 12px}.meta-list span{color:var(--muted)}.meta-list b{color:var(--navy);text-align:right}.product-card{display:grid;grid-template-columns:.82fr 1.18fr}.product-media{min-height:280px}.product-actions,.category-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.compare-note{margin-top:16px;border:1px solid #ead8c5;border-radius:8px;background:#fff8f0;color:#9f5727;padding:13px 14px;font-size:13px;font-weight:850;line-height:1.55}.faq-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}.faq{border:1px solid var(--line);border-radius:8px;background:#fff;padding:18px}.faq summary{cursor:pointer;color:var(--navy);font-weight:900}.faq p{margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.footer{background:#090f18;color:rgba(255,255,255,.68);padding:38px 34px}.footer-inner{max-width:1180px;margin:0 auto;display:flex;justify-content:space-between;gap:24px;align-items:center}.footer strong{display:block;color:#fff;letter-spacing:.1em}
@media(max-width:900px){.menu{display:none}.hero-grid,.section-head,.category-grid,.product-grid,.info-grid,.category-card,.product-card{grid-template-columns:1fr}.hero-copy h1{font-size:42px}.category-card img,.product-card img{aspect-ratio:4/3}.faq-list{grid-template-columns:1fr}}
@media(max-width:640px){.topbar{height:auto;min-height:34px;padding:7px 14px;text-align:center;font-size:9px}.nav{height:64px;padding:0 16px}.brand img{width:38px;height:38px}.brand strong{font-size:17px}.brand small{display:none}.hero,.section{padding:42px 16px}.hero-copy h1{font-size:34px}.lead{font-size:15px}.section h2{font-size:30px}.category-copy,.product-copy,.info-card,.contact-card{padding:20px}.footer{padding:30px 16px}.footer-inner{display:grid;font-size:13px;line-height:1.55}.meta-list div{display:grid}.meta-list b{text-align:left}}

.catalog-page{background:#f5f7fb}.catalog-shell{max-width:1200px;margin:0 auto;padding:24px 24px 70px;display:grid;grid-template-columns:230px minmax(0,1fr);gap:20px}.category-sidebar{position:sticky;top:96px;align-self:start;border:1px solid #d9e2f2;background:#fff}.sidebar-title{margin:0;padding:18px 20px;border-top:2px solid #4f91ff;border-bottom:1px solid #d9e2f2;color:#4f91ff;font-size:18px;font-weight:900}.sidebar-list{list-style:none;margin:0;padding:10px 0}.sidebar-list li{position:relative}.sidebar-list a,.sidebar-list span{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:32px;padding:0 18px;color:#182437;font-size:14px}.sidebar-list a:hover{color:#182437;background:#f7f8fb}.sidebar-list a.is-active,.sidebar-list a.active,.sidebar-list a.is-active:hover,.sidebar-list a.active:hover{color:#c8783a;background:#fff8f0}.sidebar-list a::after,.sidebar-list span.has-more::after{content:"";width:7px;height:7px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(-45deg);opacity:.68}.catalog-main{min-width:0}.catalog-toolbar{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;background:#fff;border:1px solid #edf0f5;padding:20px}.catalog-toolbar h1{margin:0;color:var(--navy);font-size:24px;letter-spacing:-.02em}.catalog-crumbs{display:flex;align-items:center;gap:8px;margin-top:8px;color:#697586;font-size:13px}.catalog-crumbs a{color:#1f2937}.catalog-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.catalog-badges span{border:1px solid #d8dee9;border-radius:999px;background:#fff;padding:6px 14px;color:#101828;font-size:13px}.view-icons{display:flex;gap:12px;color:#1f2937}.view-icons span{display:grid;width:20px;height:20px;grid-template-columns:repeat(2,1fr);gap:3px}.view-icons span i{border:2px solid currentColor}.view-icons span:first-child{grid-template-columns:1fr}.subcategory-strip{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 0}.subcategory-strip a,.subcategory-strip span{border:1px solid #d8dee9;border-radius:999px;background:#fff;padding:8px 14px;color:#344054;font-size:13px;font-weight:800}.subcategory-strip .is-active{border-color:#c8783a;color:#9f5727;background:#fff8f0}.catalog-group-heading{margin-top:18px;border:1px solid #edf0f5;border-radius:8px;background:#fff;padding:18px 20px;box-shadow:0 8px 22px rgba(16,21,31,.05)}.catalog-group-heading span{display:block;color:#c8783a;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.catalog-group-heading h2{margin:7px 0 0;color:var(--navy);font-size:24px;line-height:1.16;letter-spacing:-.03em}.catalog-group-heading p{max-width:820px;margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.catalog-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px}.listing-card{display:flex;flex-direction:column;border:1px solid #e3e7ef;border-radius:8px;background:#fff;box-shadow:0 8px 22px rgba(16,21,31,.08);overflow:hidden}.listing-media{position:relative;display:block;background:#fff}.listing-media img{width:100%;aspect-ratio:1/1;object-fit:contain;object-position:center;background:#fff}.play-mark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:46px;height:46px;border:2px solid rgba(255,255,255,.8);border-radius:999px;background:rgba(16,21,31,.34)}.play-mark::after{content:"";position:absolute;left:18px;top:13px;border-left:13px solid #fff;border-top:9px solid transparent;border-bottom:9px solid transparent}.listing-copy{padding:14px 14px 16px;display:flex;flex-direction:column;flex:1}.listing-copy h2{margin:0;color:#111827;font-size:15px;line-height:1.38;letter-spacing:0}.listing-price{margin:10px 0 4px;color:#111827;font-size:24px;font-weight:900;letter-spacing:-.03em}.listing-meta{color:#697586;font-size:13px}.listing-actions{display:flex;gap:8px;margin-top:auto;padding-top:16px}.listing-actions a{flex:1;min-height:38px;border:1px solid #111827;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#111827;font-size:13px;font-weight:900}.listing-actions a:hover{background:#111827;color:#fff}
.buyer-guide{margin-top:18px;border:1px solid #edf0f5;border-radius:8px;background:#fff;padding:24px;box-shadow:0 10px 28px rgba(16,21,31,.06)}.guide-head{max-width:760px}.guide-head h2{margin:0;color:var(--navy);font-size:28px;line-height:1.12;letter-spacing:-.03em}.guide-head p{margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.72}.buyer-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}.buyer-detail{border:1px solid var(--line);border-radius:8px;background:#fbf8f4;padding:16px}.buyer-detail summary{cursor:pointer;color:var(--navy);font-weight:900;line-height:1.35}.buyer-detail p{margin:11px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.quote-checklist{display:grid;grid-template-columns:auto 1fr;gap:12px;margin-top:16px;border:1px solid #ead8c5;border-radius:8px;background:#fff8f0;padding:15px;color:#9f5727;font-size:13px;line-height:1.55}.quote-checklist b{color:#7d421e}
@media(max-width:900px){.catalog-shell{grid-template-columns:1fr}.category-sidebar{position:static}.catalog-products{grid-template-columns:repeat(2,minmax(0,1fr))}.buyer-guide-grid{grid-template-columns:1fr}}
@media(max-width:640px){.catalog-shell{padding:16px 12px 48px}.catalog-toolbar{grid-template-columns:1fr}.catalog-products{grid-template-columns:1fr}.listing-media img{aspect-ratio:4/3}.buyer-guide{padding:20px}.guide-head h2{font-size:24px}.quote-checklist{grid-template-columns:1fr}}

.sidebar-list .sidebar-child a{min-height:30px;padding-left:34px;background:#f8fafc;color:#344054;font-size:13px}.sidebar-list .sidebar-child a:hover{background:#eef2f7;color:#344054}.sidebar-list .sidebar-child a.is-active,.sidebar-list .sidebar-child a.active,.sidebar-list .sidebar-child a.is-active:hover,.sidebar-list .sidebar-child a.active:hover{background:#fff8f0;color:#c8783a}.sidebar-list .sidebar-child a::before{content:"";width:8px;height:1px;background:currentColor;opacity:.45}

.view-icons{display:flex;align-items:center;gap:8px}.view-toggle{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid transparent;border-radius:8px;background:#fff;color:#1f2937;cursor:pointer}.view-toggle:hover,.view-toggle.is-active{border-color:#c8783a;background:#fff8f0;color:#9f5727}.view-toggle:focus-visible{outline:3px solid rgba(200,120,58,.28);outline-offset:2px}.view-icons .view-toggle span{display:grid;width:20px;height:20px;gap:3px}.view-icons .view-toggle .list-icon{grid-template-columns:1fr}.view-icons .view-toggle .grid-icon{grid-template-columns:repeat(2,1fr)}.view-icons .view-toggle i{border:2px solid currentColor}.catalog-products.is-list-view{grid-template-columns:1fr}.catalog-products.is-list-view .listing-card{display:grid;grid-template-columns:minmax(170px,220px) minmax(0,1fr);align-items:stretch}.catalog-products.is-list-view .listing-media img{height:100%;aspect-ratio:4/3;object-fit:contain;background:#fff}.catalog-products.is-list-view .listing-copy{padding:18px}.catalog-products.is-list-view .listing-actions{max-width:320px}

@media(max-width:640px){.view-icons{display:none}.catalog-products.is-list-view .listing-card{display:flex}.catalog-products.is-list-view .listing-media img{height:auto;aspect-ratio:4/3}}

.catalog-toolbar .view-icons{display:flex;align-items:center;justify-content:flex-end;gap:10px;color:#101828}.catalog-toolbar .view-toggle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:4px;background:transparent;color:#273142;cursor:pointer}.catalog-toolbar .view-toggle:hover,.catalog-toolbar .view-toggle.is-active{color:#10151f}.catalog-toolbar .view-toggle:focus-visible{outline:2px solid rgba(16,21,31,.24);outline-offset:3px}.catalog-toolbar .view-icon-shape{display:grid;width:20px;height:20px;gap:3px}.catalog-toolbar .view-icon-shape i{display:block;border:0}.catalog-toolbar .grid-icon{grid-template-columns:repeat(2,1fr)}.catalog-toolbar .grid-icon i{border:1.8px solid currentColor}.catalog-toolbar .view-toggle.is-active .grid-icon i{background:currentColor}.catalog-toolbar .list-icon{grid-template-rows:repeat(3,1fr);gap:2px;width:21px}.catalog-toolbar .list-icon i{position:relative;height:5px}.catalog-toolbar .list-icon i::before{content:"";position:absolute;left:0;top:0;width:4px;height:4px;border:1.6px solid currentColor}.catalog-toolbar .list-icon i::after{content:"";position:absolute;left:8px;top:1px;width:11px;height:2px;background:currentColor}.catalog-toolbar .view-toggle.is-active .list-icon i::before{background:currentColor}.catalog-products.is-list-view{grid-template-columns:1fr}.catalog-products.is-list-view .listing-card{display:grid;grid-template-columns:minmax(170px,220px) minmax(0,1fr);align-items:stretch}.catalog-products.is-list-view .listing-media img{height:100%;aspect-ratio:4/3;object-fit:contain;background:#fff}.catalog-products.is-list-view .listing-copy{padding:18px}.catalog-products.is-list-view .listing-actions{max-width:320px}
.catalog-toolbar .view-toggle .grid-icon{grid-template-columns:repeat(2,1fr)}.catalog-toolbar .view-toggle .list-icon{grid-template-columns:1fr;grid-template-rows:repeat(3,1fr)}

@media(max-width:640px){.catalog-toolbar .view-icons{display:none}.catalog-products.is-list-view .listing-card{display:flex}.catalog-products.is-list-view .listing-media img{height:auto;aspect-ratio:4/3}}

/* All products catalog page */
.all-products-page .catalog-shell{max-width:1380px;grid-template-columns:240px minmax(0,1fr);gap:28px;padding-top:30px}
.all-products-page .catalog-toolbar{border-color:var(--yx-line);border-radius:10px;box-shadow:0 18px 50px rgba(17,21,29,.06)}
.all-products-page .catalog-toolbar h1{font-size:clamp(30px,3.2vw,48px);line-height:1;letter-spacing:-.03em}
.all-products-page .catalog-toolbar p{max-width:760px;margin:10px 0 0;color:var(--yx-muted);font-size:15px;line-height:1.65}
.all-products-page .category-sidebar{border-color:var(--yx-line);border-radius:10px;overflow:hidden;box-shadow:0 18px 45px rgba(17,21,29,.04)}
.all-products-page .sidebar-title{border-top-color:var(--yx-ink);color:var(--yx-ink);font-size:17px}
.all-products-page .sidebar-list a{min-height:36px}
.all-products-page .sidebar-list a.is-active,.all-products-page .sidebar-list a.active{background:#fff8f0;color:#9b5a32}
.all-products-controls{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0 0}
.all-products-filters{display:flex;gap:8px;flex-wrap:wrap}
.filter-chip{min-height:36px;padding:0 14px;border:1px solid #ded8d0;border-radius:999px;background:#fff;color:#334155;font-size:13px;font-weight:850;cursor:pointer}
.filter-chip:hover,.filter-chip.is-active{border-color:var(--yx-ink);background:var(--yx-ink);color:#fff}
.all-product-count{color:var(--yx-muted);font-size:13px;white-space:nowrap}
.all-products-page .catalog-products{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}
.all-products-page .listing-card{border-radius:8px;box-shadow:0 8px 22px rgba(16,21,31,.08)}
.all-products-page .listing-card:hover{border-color:#d3c6b7}
.all-products-page .listing-media img{aspect-ratio:1/1;object-fit:contain;background:#fff}
.all-products-page .listing-image-link{display:block}
.all-video-button{position:absolute;left:50%;top:50%;z-index:2;display:grid;place-items:center;width:52px;height:52px;padding:0;transform:translate(-50%,-50%);border:2px solid rgba(255,255,255,.84);border-radius:999px;background:rgba(17,24,39,.36);box-shadow:0 10px 28px rgba(17,24,39,.2);cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.all-video-button:hover{transform:translate(-50%,-50%) scale(1.06);background:rgba(17,24,39,.5);box-shadow:0 14px 34px rgba(17,24,39,.28)}
.all-video-button:focus-visible{outline:3px solid rgba(255,255,255,.75);outline-offset:3px}
.all-video-button span{display:block;width:0;height:0;margin-left:4px;border-left:15px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}
.all-products-page .listing-copy{padding:14px 14px 16px}
.all-products-page .listing-copy h2{font-size:15px;line-height:1.38;display:block;overflow:visible}
.all-card-label{color:var(--yx-copper);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.all-card-price{margin:1px 0 0;color:#111827;font-size:16px;font-weight:950;line-height:1.22;letter-spacing:0}
.all-card-desc{min-height:42px;margin:0;color:var(--yx-muted);font-size:13px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.all-card-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:2px}
.all-card-meta span{border:1px solid #ead8c5;border-radius:999px;background:#fff8f0;color:#8a4d2d;padding:5px 9px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.all-products-page .listing-actions{gap:8px;padding-top:16px}
.all-products-page .listing-actions a{min-height:38px;border-radius:999px;font-size:13px}
.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin:28px 0 0}
.catalog-pagination button{min-width:38px;height:38px;border:1px solid #ded8d0;border-radius:999px;background:#fff;color:#182437;font-weight:900;cursor:pointer}
.catalog-pagination button:hover,.catalog-pagination button.is-active{border-color:var(--yx-ink);background:var(--yx-ink);color:#fff}
.catalog-pagination button:disabled{opacity:.4;cursor:not-allowed}
.catalog-pagination span{color:#98a2b3;font-weight:900}
.empty-products{display:none;margin-top:20px;border:1px solid var(--yx-line);border-radius:10px;background:#fff;padding:28px;color:var(--yx-muted);text-align:center}
.empty-products.is-visible{display:block}
.all-products-cta{margin-top:30px;border:1px solid #ead8c5;border-radius:12px;background:#fff8f0;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.all-products-cta h2{margin:0;color:var(--yx-ink);font-size:24px;letter-spacing:-.02em}
.all-products-cta p{margin:8px 0 0;color:var(--yx-muted);font-size:14px;line-height:1.6}
.all-products-cta .btn{flex:0 0 auto}
.all-products-page .footer{background:#090f18;color:rgba(255,255,255,.68);border-top:none}
.all-products-page .footer strong{color:#fff}
.all-video-modal{position:fixed;inset:0;z-index:120;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(8,14,22,.86)}
.all-video-modal.is-open{display:flex}
.all-video-dialog{position:relative;width:min(920px,100%);border:1px solid rgba(255,255,255,.18);border-radius:12px;background:#0b111b;padding:46px 18px 18px;box-shadow:0 28px 80px rgba(0,0,0,.38)}
.all-video-dialog video{display:block;width:100%;max-height:72vh;border-radius:8px;background:#000}
.all-video-title{position:absolute;left:18px;top:16px;right:58px;color:#fff;font-size:14px;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.all-video-close{position:absolute;right:14px;top:10px;width:34px;height:34px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:24px;line-height:1;cursor:pointer}
.all-video-close:hover{background:rgba(255,255,255,.16)}

@media(max-width:1180px){.all-products-page .catalog-products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.all-products-page .catalog-shell{grid-template-columns:1fr;gap:18px}.all-products-page .category-sidebar{position:static}.all-products-page .sidebar-list{display:block;padding:10px 0}.all-products-page .sidebar-title{display:block}.all-products-page .catalog-products{grid-template-columns:repeat(2,minmax(0,1fr))}.all-products-controls{align-items:flex-start;flex-direction:column}.all-product-count{white-space:normal}.all-products-cta{display:grid}}
@media(max-width:640px){.all-products-page .catalog-shell{padding:16px 14px 52px}.all-products-page .catalog-toolbar{padding:20px}.all-products-page .catalog-products{grid-template-columns:1fr;gap:16px}.all-products-page .listing-media img{aspect-ratio:4/3}.all-products-page .listing-copy{padding:15px}.all-products-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.filter-chip{width:100%;padding:0 10px}.catalog-pagination{flex-wrap:wrap}.all-products-cta h2{font-size:21px}}

/* Mobile catalog layout polish */
.all-products-page .catalog-products{align-items:stretch}
.all-products-page .listing-card{min-width:0}
.all-products-page .listing-copy h2{overflow-wrap:break-word}
@media(max-width:900px){
  .all-products-page .catalog-shell{padding-left:18px;padding-right:18px}
  .all-products-page .catalog-products{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:18px}
  .all-products-page .listing-card{width:100%}
  .all-products-page .footer .footer-inner{align-items:start}
}
@media(max-width:640px){
  .all-products-page .catalog-shell{padding:14px 12px 34px}
  .all-products-page .catalog-toolbar{padding:18px 16px;border-radius:10px}
  .all-products-page .catalog-toolbar h1{font-size:30px;line-height:1.05}
  .all-products-page .catalog-toolbar p{font-size:13px;line-height:1.55}
  .all-products-page .catalog-products{grid-template-columns:minmax(0,1fr);gap:14px}
  .all-products-page .listing-media img{aspect-ratio:16/11;object-fit:contain}
  .all-products-page .listing-copy{padding:16px}
  .all-products-page .listing-copy h2{font-size:15px;line-height:1.42}
  .all-products-page .listing-price{font-size:24px;margin-top:12px}
  .all-products-page .listing-actions{gap:10px;padding-top:16px}
  .all-products-page .listing-actions a{min-height:40px}
  .catalog-pagination{margin-top:24px;gap:7px}
  .all-products-cta{margin-top:26px;padding:20px 16px;gap:16px;border-radius:10px}
  .all-products-cta .btn{width:100%;min-height:46px}
  .all-products-page .footer{padding:26px 18px 34px}
  .all-products-page .footer-inner{display:grid;grid-template-columns:1fr;gap:12px;font-size:13px;line-height:1.5;align-items:start}
  .all-products-page .footer strong{font-size:13px;letter-spacing:.12em}
}

@media(max-width:900px){
  .category-sidebar{display:none}
}

.subcategory-strip{align-items:center}
.subcategory-strip a,.subcategory-strip span{white-space:nowrap}
@media(max-width:900px){
  .subcategory-strip{flex-wrap:nowrap;overflow-x:auto;margin:14px -4px 0;padding:0 4px 8px;scrollbar-width:none;overscroll-behavior-x:contain}
  .subcategory-strip::-webkit-scrollbar{display:none}
  .subcategory-strip a,.subcategory-strip span{flex:0 0 auto}
}
@media(max-width:640px){
  .subcategory-strip{gap:8px;margin-top:12px}
  .subcategory-strip a,.subcategory-strip span{padding:8px 12px;font-size:12px}
}
