
:root{
  --bg:#f6f6f3;
  --surface:#ffffff;
  --text:#1e211f;
  --muted:#6f716e;
  --line:#dedfd9;
  --dark:#1b211d;
  --accent:#355746;
  --accent-soft:#e8eee9;
  --max:1320px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg);line-height:1.5}
a{text-decoration:none;color:inherit}
img{display:block;width:100%;height:100%;object-fit:cover}
.container{width:min(calc(100% - 40px),var(--max));margin:0 auto}
.section{padding:92px 0}
.section-tight{padding:64px 0}
.eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--accent);margin-bottom:14px}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(46px,6vw,82px);line-height:.98;letter-spacing:-.055em;max-width:900px;margin-bottom:26px}
h2{font-size:clamp(34px,4vw,56px);line-height:1.05;letter-spacing:-.04em;margin-bottom:18px}
h3{font-size:20px;line-height:1.2;letter-spacing:-.02em}
.lead{font-size:20px;color:var(--muted);max-width:720px}
.muted{color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:4px;border:1px solid var(--dark);font-weight:700;font-size:14px}
.btn-dark{background:#1f2621;color:#fff}
.btn-light{background:#fff;color:var(--dark)}
.btn-accent{background:var(--accent);border-color:var(--accent);color:#fff}
.header{position:sticky;top:0;z-index:50;background:rgba(246,246,243,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.logo{font-size:27px;font-weight:800;letter-spacing:-.045em}
.nav{display:flex;gap:24px;justify-content:center;font-size:14px}
.nav a{color:#3b3d3a}
.nav a:hover{color:#000}
.header-actions{display:flex;gap:10px;align-items:center}
.lang,.signin{font-size:13px;font-weight:700;color:#343633;padding:10px 6px}
.lang{padding-right:12px;border-right:1px solid var(--line)}
.hero{padding:42px 0 46px}
.hero-grid{display:block}
.hero-media{position:relative;min-height:610px;overflow:hidden;border-radius:3px;background:#2a211b}
.hero-media:before{content:"";position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1758448755778-90ebf4d0f1e7?auto=format&fit=crop&w=2000&q=90') center 56%/cover no-repeat;transform:scale(1.002)}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,13,11,.68) 0%,rgba(15,13,11,.42) 35%,rgba(15,13,11,.08) 62%,rgba(15,13,11,0) 78%)}
.hero-copy{position:absolute;z-index:2;left:clamp(34px,5vw,76px);top:50%;transform:translateY(-50%);width:min(520px,48%);color:#fff}
.hero-copy .eyebrow{color:rgba(255,255,255,.72)}
.hero-copy h1{font-size:clamp(44px,4.5vw,68px);line-height:1.02;max-width:520px;margin:10px 0 20px;color:#fff}
.hero-copy .lead{font-size:18px;line-height:1.58;color:rgba(255,255,255,.86);max-width:500px}
.hero-actions{display:flex;gap:12px;margin-top:28px}
.hero-copy .btn-light{background:#fff;color:#161917;border-color:#fff}
.hero-copy .btn-dark{background:#fff;color:#161917;border-color:#fff}
.hero-search{padding:22px 0 0}
.search-label{font-size:11px;letter-spacing:.13em;font-weight:800;color:#535650;margin-bottom:8px}
.search-wrap{display:flex;border:1px solid #989b94;background:#fff;max-width:none;margin:0 0 14px;border-radius:4px;overflow:hidden;box-shadow:0 1px 0 rgba(0,0,0,.03)}
.search-wrap input{flex:1;border:0;padding:17px 18px;font-size:16px;outline:none;background:transparent}
.search-wrap button{border:0;background:var(--dark);color:#fff;padding:0 26px;font-weight:700}
.quick{display:flex;gap:10px;flex-wrap:wrap}
.chip{padding:8px 11px;border:1px solid var(--line);border-radius:999px;font-size:13px;background:#fff}
.stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface)}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:22px 0;text-align:center;border-right:1px solid var(--line)}
.stat:last-child{border-right:0}
.stat strong{display:block;font-size:22px}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}
.section-head p{max-width:640px;margin-bottom:0}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.style-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.style-card{position:relative;height:310px;overflow:hidden;background:#ddd}
.style-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.68))}
.style-card img{position:absolute;inset:0}
.style-card>div{position:absolute;left:20px;right:20px;bottom:18px;z-index:2;color:#fff}
.style-card h3{font-size:24px;margin-bottom:3px}
.style-card span{font-size:12px;color:#eee}
.card{background:var(--surface);border:1px solid var(--line)}
.category-card{min-height:330px;position:relative;overflow:hidden}
.category-card .media{height:260px;background:#ddd}
.category-card .body{padding:16px 16px 18px}
.category-card h3{margin-bottom:4px}
.category-card span{font-size:13px;color:var(--muted)}
.supplier-card .media{height:220px;background:#ddd}
.native-sponsored{position:relative}
.native-sponsored .sponsored-badge{position:absolute;top:12px;left:12px;z-index:3;background:rgba(255,255,255,.94);border:1px solid rgba(0,0,0,.08);padding:6px 8px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:800;color:#4f534e}
.native-sponsored .body{position:relative}
.native-sponsored-note{font-size:11px;color:var(--muted);margin-top:10px}
.supplier-card .body{padding:18px}
.tag-row{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 16px}
.tag{font-size:11px;padding:6px 8px;background:var(--accent-soft);color:var(--accent);border-radius:999px;font-weight:700}
.supplier-meta{display:flex;justify-content:space-between;gap:10px;font-size:13px;color:var(--muted)}
.supplier-facts{display:flex;justify-content:space-between;gap:10px;margin-top:13px;padding-top:13px;border-top:1px solid var(--line);font-size:12px;color:#4e514d}
.product-card .media{height:320px;background:#ddd}
.product-card .body{padding:16px}
.product-card h3{margin-bottom:8px}
.product-card .supplier{font-size:13px;color:var(--muted)}
.product-card .foot{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}
.product-card .foot a{font-weight:700;font-size:13px}
.steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.step{padding:30px 26px 34px;border-right:1px solid var(--line)}
.step:last-child{border-right:0}
.step .num{font-size:12px;font-weight:800;color:var(--accent);margin-bottom:24px}
.step p{margin-bottom:0;color:var(--muted);font-size:14px}
.foshan-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.foshan-media{height:560px;background:#ddd;overflow:hidden}
.foshan-collage{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:7px;background:transparent}
.foshan-collage .factory{grid-row:1/3;background:url('https://images.unsplash.com/photo-1581092160607-ee22621dd758?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat}
.foshan-collage .showroom{background:url('https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=900&q=80') center/cover no-repeat}
.foshan-collage .detail{background:url('https://images.unsplash.com/photo-1493663284031-b7e3aefcae8e?auto=format&fit=crop&w=900&q=80') center/cover no-repeat}
.benefits{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:30px}
.benefit{padding-top:16px;border-top:1px solid var(--line)}
.benefit h3{font-size:16px;margin-bottom:7px}
.benefit p{font-size:14px;color:var(--muted);margin-bottom:0}
.quality-section{background:#f1f3ef}
.quality-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.quality-item{background:#fff;border:1px solid var(--line);padding:24px;min-height:190px}
.quality-item span{display:block;font-size:11px;letter-spacing:.1em;color:var(--accent);font-weight:800;margin-bottom:24px}
.quality-item h3{font-size:18px;margin-bottom:10px}
.quality-item p{font-size:14px;color:var(--muted);margin-bottom:0}
.verification-note{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}
.verification-note>div{display:flex;gap:12px;align-items:flex-start;padding:16px 18px;background:#fff;border-left:3px solid var(--accent)}
.verification-note strong{font-size:13px;white-space:nowrap}
.verification-note span{font-size:12px;color:var(--muted)}
.service-card{padding:24px;min-height:170px}
.service-card .icon{width:32px;height:32px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;margin-bottom:24px;font-size:13px}
.service-card p{font-size:14px;color:var(--muted);margin-bottom:0}
.rfq-band{background:#202820;color:#fff}
.rfq-inner{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:54px 0}
.rfq-inner p{color:#b9bcb8;max-width:700px;margin-bottom:0}
.rfq-proof{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;font-size:13px;color:#d7dad5}
.insight-card .media{height:230px;background:#ddd}
.insight-card .body{padding:18px}
.insight-card .kicker{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-weight:700}
.founder-section{background:#eef0eb}
.founder-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;align-items:start}
.founder-grid .lead{max-width:760px}
.founder-grid .btn{margin-top:10px}
.manufacturer-band{background:#e9ece6;border-top:1px solid var(--line)}
.manufacturer-cta{padding:26px 0}
.manufacturer-cta .manufacturer-grid{grid-template-columns:1fr auto;gap:24px}
.manufacturer-cta .eyebrow{margin-bottom:6px}
.manufacturer-cta h2{font-size:22px;line-height:1.2;margin:0 0 5px}
.manufacturer-cta .lead{font-size:14px;line-height:1.5;margin:0}
.manufacturer-cta .btn{white-space:nowrap}
.manufacturer-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.manufacturer-actions{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.manufacturer-actions span{font-size:12px;color:var(--muted);max-width:320px}
.footer{padding:64px 0 28px;border-top:1px solid var(--line);background:#f0f0ec}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:34px}
.footer h4{font-size:13px;margin:0 0 14px}
.footer a{display:block;font-size:13px;color:var(--muted);margin:9px 0}






















.sponsored-strip-reverse 
.sponsored-strip-reverse 








.manufacturer-ad-strip{margin-top:20px;height:108px;border:1px solid var(--line);background:#fff;display:grid;grid-template-columns:170px 1fr auto;align-items:center;gap:18px;padding:0 18px 0 0;overflow:hidden}
.manufacturer-ad-thumb{height:108px;background:#ddd}.manufacturer-ad-thumb img{width:100%;height:100%;object-fit:cover}.manufacturer-ad-copy{display:flex;flex-direction:column;gap:2px;min-width:0}
.ad-kicker{font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:var(--accent)}
.manufacturer-ad-copy strong{font-size:17px;letter-spacing:-.015em}
.manufacturer-ad-copy small{font-size:12px;color:var(--muted)}
.ad-cta{border:1px solid var(--dark);padding:10px 14px;font-size:12px;font-weight:800;white-space:nowrap;background:#fff}
.collection-showcase{margin-top:24px;display:grid;grid-template-columns:55% 45%;min-height:250px;background:#fff;border:1px solid var(--line);overflow:hidden}
.collection-showcase-media{min-height:250px;background:#ddd}
.collection-showcase-media img{width:100%;height:100%;object-fit:cover}
.collection-showcase-copy{padding:28px 30px;display:flex;flex-direction:column;justify-content:center}
.collection-showcase-copy h3{font-size:28px;letter-spacing:-.035em;margin:8px 0 10px}
.collection-showcase-copy p{font-size:14px;color:var(--muted);max-width:520px;margin:0 0 18px}
.collection-cta{font-size:13px;font-weight:800}

.social-row{display:flex;gap:18px;align-items:center;margin-top:20px}
.social-link{display:inline-grid;place-items:center;color:#757973;line-height:1;transition:color .18s ease,transform .18s ease}
.social-link svg{width:18px;height:18px;fill:currentColor;display:block}
.social-link:hover{color:#161917;transform:translateY(-1px)}
.social-pinterest svg{width:17px;height:17px}
.sponsor-slot{margin-top:24px;border:1px dashed #b9bbb5;background:#fbfbf8;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.sponsor-slot .label{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#7a7d77;font-weight:800}
.sponsor-slot h3{margin:4px 0 2px;font-size:18px}
.sponsor-slot p{margin:0;color:var(--muted);font-size:13px}
.sponsor-slot .btn{white-space:nowrap}
.featured-collection{margin-top:22px;display:grid;grid-template-columns:1.1fr .9fr;min-height:260px;border:1px solid var(--line);background:#fff}
.featured-collection .visual{background:url('https://images.unsplash.com/photo-1615529162924-f8605388461d?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat}
.featured-collection .content{padding:32px;display:flex;flex-direction:column;justify-content:center}
.featured-collection .content .label{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#7a7d77;font-weight:800;margin-bottom:10px}
.featured-collection .content h3{font-size:28px;margin-bottom:10px}
.featured-collection .content p{color:var(--muted);margin-bottom:18px}
.footer-note{border-top:1px solid var(--line);margin-top:44px;padding-top:22px;font-size:12px;color:var(--muted);display:flex;justify-content:space-between;gap:20px}
.taxonomy-note{font-size:12px;color:var(--muted);margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}
@media(max-width:1000px){
  .manufacturer-ad-strip{grid-template-columns:140px 1fr auto}
  .nav{display:none}
  .foshan-grid{grid-template-columns:1fr}
  .hero-media{min-height:540px}
  .hero-copy{width:min(560px,62%)}
  .grid-4,.grid-5{grid-template-columns:repeat(2,1fr)}
  .grid-3,.style-grid,.quality-grid,.verification-note{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .step:nth-child(2){border-right:0}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .featured-collection{grid-template-columns:1fr}
  .featured-collection .visual{min-height:240px}
}
@media(max-width:680px){
  .manufacturer-ad-strip{height:auto;grid-template-columns:1fr;padding:0}
  .manufacturer-ad-thumb{height:180px}.manufacturer-ad-copy{padding:18px 18px 0}.manufacturer-ad-strip .ad-cta{display:inline-block;margin:0 18px 18px}
  .collection-showcase{grid-template-columns:1fr}
  .collection-showcase-media{min-height:220px}
  .sponsored-strip,
  .sponsored-strip-reverse .sponsored-strip-media,.sponsored-strip-reverse 
  
  .premium-feature,.premium-feature-product{grid-template-columns:1fr}
  .premium-feature-product .premium-feature-media,.premium-feature-product .premium-feature-copy{order:initial}
  .premium-feature-media{min-height:220px}
  .container{width:min(calc(100% - 24px),var(--max))}
  .header-inner{height:auto;min-height:76px;grid-template-columns:1fr auto;gap:0;padding:12px 0 10px}
  .logo{font-size:24px}
  .header-actions{display:grid;grid-template-columns:auto;gap:0;align-items:center}
  .header-actions .lang{display:none}
  .header-actions .signin{font-size:12px;padding:8px 2px;text-align:right}
  .header-actions .btn-light,.header-actions .btn-dark{position:absolute;top:58px;display:inline-flex;min-height:38px;padding:0 12px;font-size:11px;white-space:nowrap}
  .header-actions .btn-light{right:calc(50% + 4px);width:calc(50% - 16px)}
  .header-actions .btn-dark{left:calc(50% + 4px);right:12px;width:auto}
  .header{padding-bottom:48px}
  .section{padding:68px 0}
  .hero{padding-top:18px}
  .hero-media{height:560px;min-height:0}
  .hero-media:before{background-position:62% 68%}
  .hero-media:after{background:linear-gradient(180deg,rgba(15,13,11,.72) 0%,rgba(15,13,11,.48) 35%,rgba(15,13,11,.08) 61%,rgba(15,13,11,0) 76%)}
  .hero-copy{left:24px;right:24px;top:34px;transform:none;width:auto}
  .hero-copy h1{font-size:38px;line-height:1.04;max-width:330px;margin:8px 0 14px}
  .hero-copy .lead{font-size:15px;line-height:1.48;max-width:330px}
  .hero-actions{margin-top:18px;gap:8px;flex-wrap:wrap}
  .hero-actions .btn{padding:12px 15px}
  .hero-search{padding-top:18px}
  .search-wrap input{min-width:0;padding:14px 13px;font-size:14px}
  .search-wrap button{padding:0 16px}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .stat:nth-child(2){border-right:0}
  .grid-4,.grid-5,.grid-3,.style-grid,.quality-grid,.verification-note,.benefits,.steps{grid-template-columns:1fr}
  .step{border-right:0;border-bottom:1px solid var(--line)}
  .step:last-child{border-bottom:0}
  .section-head,.rfq-inner,.manufacturer-grid,.founder-grid{display:block}
  .section-head .btn{margin-top:14px}
  
  .rfq-inner .btn,.manufacturer-grid .btn{margin-top:24px}
  .manufacturer-cta .lead{font-size:13px}
  .manufacturer-cta .manufacturer-actions{display:block}
  .manufacturer-cta .manufacturer-actions .btn{display:inline-block;margin-top:14px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:first-child{grid-column:1/-1}
}

.browse-hero{padding:46px 0 28px;border-bottom:1px solid var(--line)}.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:18px}.breadcrumbs a{color:inherit}.browse-title{display:flex;justify-content:space-between;gap:30px;align-items:end}.browse-title h1{font-size:clamp(36px,5vw,64px);line-height:.98;letter-spacing:-.045em;margin:0;max-width:760px}.browse-title p{max-width:510px;margin:0;color:var(--muted);font-size:14px}.searchbar{margin-top:28px;display:grid;grid-template-columns:1fr auto;max-width:780px;border:1px solid var(--line);background:#fff}.searchbar input{border:0;background:transparent;padding:16px 18px;font:inherit;outline:none;min-width:0}.searchbar button{border:0;border-left:1px solid var(--line);background:var(--text);color:#fff;padding:0 24px;font-weight:700}.browse-tools{padding:18px 0;border-bottom:1px solid var(--line);position:sticky;top:76px;z-index:30;background:rgba(246,246,243,.96);backdrop-filter:blur(12px)}.tools-inner{display:flex;justify-content:space-between;gap:18px;align-items:center}.result-count{font-size:13px;color:var(--muted)}.tool-actions{display:flex;gap:8px}.tool-btn,.sort-select{min-height:40px;border:1px solid var(--line);background:#fff;padding:0 14px;font:inherit;font-size:12px;font-weight:650}.filter-trigger{display:none}.browse-layout{display:grid;grid-template-columns:238px minmax(0,1fr);gap:34px;padding:34px 0 70px}.filters{border-right:1px solid var(--line);padding-right:26px}.filter-group{padding:0 0 22px;margin:0 0 22px;border-bottom:1px solid var(--line)}.filter-group:last-child{border-bottom:0}.filter-group h3{font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 14px}.filter-option{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:13px;margin:10px 0;color:#3e3e3b}.filter-option label{display:flex;gap:9px;align-items:center}.filter-option input{accent-color:#171716}.filter-option span:last-child{font-size:11px;color:var(--muted)}.active-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.filter-chip{display:inline-flex;gap:8px;align-items:center;padding:8px 10px;border:1px solid var(--line);background:#fff;font-size:11px}.filter-chip b{font-size:14px;font-weight:500}.results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.results-grid .product-card{min-width:0}.results-grid .product-card .media{height:250px}.results-grid .product-card h3{font-size:16px;line-height:1.25}.procurement-meta{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px;margin-top:13px;font-size:11px;color:var(--muted)}.procurement-meta strong{display:block;color:var(--text);font-size:12px;font-weight:650;margin-top:2px}.product-link{display:block}.product-card .body{min-width:0}.supplier{overflow-wrap:anywhere}.pagination{display:flex;justify-content:center;gap:6px;margin-top:42px}.page-btn{width:40px;height:40px;border:1px solid var(--line);display:grid;place-items:center;background:#fff;font-size:12px}.page-btn.active{background:var(--text);color:#fff;border-color:var(--text)}.sourcing-cta{margin:0 0 72px}.sourcing-box{background:#191918;color:#fff;padding:46px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.sourcing-box h2{font-size:clamp(28px,4vw,46px);line-height:1.02;letter-spacing:-.035em;margin:0 0 12px}.sourcing-box p{margin:0;color:#b9b9b3;max-width:680px}.sourcing-box .btn{background:#fff;color:#171716;border-color:#fff;white-space:nowrap}@media(max-width:1050px){.results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.browse-layout{grid-template-columns:210px minmax(0,1fr)}}@media(max-width:760px){.browse-hero{padding:28px 0 22px}.browse-title{display:block}.browse-title h1{font-size:40px}.browse-title p{margin-top:16px}.searchbar{margin-top:22px}.browse-tools{top:124px;padding:10px 0}.result-count{font-size:12px}.filter-trigger{display:inline-flex;align-items:center}.sort-select{max-width:126px}.browse-layout{display:block;padding:22px 0 50px}.filters{display:none}.filters.mobile-open{display:block;position:fixed;z-index:80;inset:0;background:#f6f6f3;padding:28px 22px;overflow:auto;border:0}.filters.mobile-open:before{content:"Filters — tap Filters again to close";display:block;font-size:22px;font-weight:700;margin-bottom:24px}.results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.results-grid .product-card .media{height:180px}.results-grid .product-card .body{padding:12px}.results-grid .product-card h3{font-size:14px;margin-bottom:6px}.results-grid .product-card .supplier{font-size:11px}.results-grid .tag-row{gap:4px;margin-top:9px}.results-grid .tag{font-size:9px;padding:4px 6px}.procurement-meta{grid-template-columns:1fr;gap:5px;margin-top:10px}.procurement-meta>div:nth-child(2){display:none}.product-card .foot{display:block;margin-top:11px;padding-top:10px}.product-card .foot a{display:block;margin-top:6px}.active-filters{margin-bottom:14px}.sourcing-box{padding:28px 22px;display:block}.sourcing-box .btn{margin-top:20px}.sourcing-cta{margin-bottom:50px}.pagination{margin-top:30px}.page-btn{width:36px;height:36px}}@media(max-width:760px){
  .tools-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}
  .result-count{line-height:1.35;min-width:0}
  .tool-actions{display:grid;grid-template-columns:auto minmax(112px,1fr);gap:8px;min-width:0}
  .sort-select{width:100%;max-width:150px;min-width:0}
  .results-grid .product-card{display:flex;flex-direction:column;height:100%;overflow:hidden}
  .results-grid .product-card .media{aspect-ratio:1/1;height:auto}
  .results-grid .product-card .media img{width:100%;height:100%;object-fit:cover}
  .results-grid .product-card .body{display:flex;flex-direction:column;flex:1;padding:11px 10px 12px}
  .results-grid .product-card h3{font-size:14px;line-height:1.25;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:35px}
  .results-grid .product-card .supplier{font-size:10.5px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .results-grid .tag-row{margin-top:8px}
  .results-grid .tag-row .tag:nth-child(n+2){display:none}
  .results-grid .procurement-meta{display:none}
  .results-grid .product-card .foot{margin-top:9px;padding-top:0;border-top:0;display:block}
  .results-grid .product-card .foot .muted{font-size:11px;line-height:1.3;color:var(--muted)}
  .results-grid .product-card .foot a{display:none}
  .pagination{max-width:100%;gap:5px;overflow:visible;flex-wrap:nowrap;padding:0 2px}
  .page-btn{flex:0 0 36px;width:36px;height:36px}
}
@media(max-width:430px){
  .tools-inner{grid-template-columns:1fr}
  .tool-actions{grid-template-columns:1fr 1.45fr;width:100%}
  .tool-btn,.sort-select{width:100%;max-width:none;padding:0 10px}
  .result-count{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .pagination{gap:4px}
  .page-btn{flex-basis:34px;width:34px;height:34px}
}
@media(max-width:760px){
  /* Compact mobile browse card: discovery first, details on product page */
  .results-grid .product-card .body{display:block!important;flex:none!important;padding:10px 10px 11px!important;min-height:0!important}
  .results-grid .product-card h3{margin:0 0 5px!important;min-height:0!important;font-size:14px;line-height:1.22}
  .results-grid .product-card .supplier{font-size:10.5px;line-height:1.25;margin:0 0 4px;color:var(--muted)}
  .results-grid .product-card .supplier .mobile-verified{display:none}
  .results-grid .tag-row{display:none!important}
  .results-grid .procurement-meta{display:none!important}
  .results-grid .product-card .foot{margin:0!important;padding:0!important;border:0!important;line-height:1.2}
  .results-grid .product-card .foot .muted{font-size:10.5px!important;line-height:1.2}
  .results-grid .product-card .foot a{display:none!important}
}
@media(max-width:390px){.browse-title h1{font-size:36px}.searchbar button{padding:0 16px}.results-grid{gap:8px}.results-grid .product-card .body{padding:10px 9px 11px}.results-grid .product-card h3{font-size:13px;min-height:33px}.results-grid .product-card .supplier{font-size:10px}.results-grid .tag{font-size:8px;padding:4px 5px}.page-btn{flex-basis:32px;width:32px;height:32px}}

/* V1.5 filter interaction */
.mobile-filter-head,.mobile-filter-actions{display:none}
.filter-chip{cursor:pointer}.filter-chip button{border:0;background:transparent;padding:0;font:inherit;font-size:14px;cursor:pointer;color:inherit}
.no-results{display:none;padding:48px 24px;border:1px solid var(--line);background:#fff;text-align:center}.no-results h3{margin:0 0 8px;font-size:22px}.no-results p{margin:0 0 18px;color:var(--muted);font-size:13px}
@media(max-width:760px){
  .filters.mobile-open{padding:0 18px 92px;overscroll-behavior:contain}
  .filters.mobile-open:before{display:none!important;content:none!important}
  .mobile-filter-head{display:flex;position:sticky;top:0;z-index:3;align-items:center;justify-content:space-between;background:#f6f6f3;padding:18px 0 14px;border-bottom:1px solid var(--line);margin-bottom:18px;font-size:20px}
  .filter-close{width:40px;height:40px;border:1px solid var(--line);background:#fff;font-size:24px;line-height:1;cursor:pointer}
  .mobile-filter-actions{display:grid;grid-template-columns:.8fr 1.2fr;gap:10px;position:fixed;z-index:4;left:0;right:0;bottom:0;padding:12px 18px max(12px,env(safe-area-inset-bottom));background:#f6f6f3;border-top:1px solid var(--line)}
  .mobile-filter-actions button{min-height:48px;border:1px solid var(--text);font:inherit;font-size:12px;font-weight:750}
  .clear-filters{background:#fff;color:var(--text)}.show-results{background:var(--text);color:#fff}
  body.filters-open{overflow:hidden}
}

.empty-results{padding:52px 24px;text-align:center;border:1px solid var(--line);background:#fff}.empty-results h2{margin:0 0 10px}.empty-results p{max-width:560px;margin:0 auto 20px;color:var(--muted)}.product-card[hidden]{display:none!important}

/* v1.0.32 — unified all-products filtering */
.filter-option.is-empty{opacity:.42}
.filter-option.is-empty label{cursor:not-allowed}
.filter-option.filter-all{font-weight:700;margin-bottom:14px}
.results-grid .product-card .media{position:relative}
.results-grid .product-card .media>.fs-save-form{position:absolute;top:10px;right:10px;z-index:4}
.results-grid .product-card .media>.fs-save-form button{background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.12)}

/* v1.0.33 — complete filter hierarchy */
.filters .filter-group{padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid var(--line)}
.filters .filter-group h3{margin-bottom:13px}
.filter-option{min-height:28px}
.filter-option label{display:flex;align-items:center;gap:8px}
.filter-option span{font-variant-numeric:tabular-nums}


/* v1.0.35 — global Categories quick-filter dropdown on Products Archive */
.header .nav .fs-cat-menu{position:relative;display:flex;align-items:center}
.header .nav .fs-cat-trigger{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}
.header .nav .fs-cat-trigger span{font-size:9px;transition:transform .16s ease}
.header .nav .fs-cat-dropdown{
  position:absolute;top:calc(100% + 14px);left:50%;
  transform:translateX(-50%) translateY(7px);
  width:270px;padding:8px;background:#fff;border:1px solid var(--line);
  box-shadow:0 18px 42px rgba(0,0,0,.12);
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .16s ease,transform .16s ease;
  z-index:9999
}
.header .nav .fs-cat-dropdown:before{content:"";position:absolute;left:0;right:0;top:-16px;height:16px}
.header .nav .fs-cat-dropdown a{
  display:block;padding:10px 12px;margin:0;
  font-size:12px;line-height:1.25;color:#31312d
}
.header .nav .fs-cat-dropdown a:hover,
.header .nav .fs-cat-dropdown a:focus{background:#f2f0ea;color:#171714}
.header .nav .fs-cat-menu:hover .fs-cat-dropdown,
.header .nav .fs-cat-menu:focus-within .fs-cat-dropdown{
  opacity:1;visibility:visible;pointer-events:auto;
  transform:translateX(-50%) translateY(0)
}
.header .nav .fs-cat-menu:hover .fs-cat-trigger span,
.header .nav .fs-cat-menu:focus-within .fs-cat-trigger span{transform:rotate(180deg)}
.filter-hint{font-size:12px;line-height:1.55;color:var(--muted);margin:0}
@media(max-width:900px){.header .nav .fs-cat-dropdown{display:none}}

/* v1.0.36 — harden archive header dropdown against inherited nav rules */
.header .nav .fs-cat-menu>.fs-cat-dropdown{
  display:block;
  flex:none;
  white-space:normal;
}
.header .nav .fs-cat-menu:not(:hover):not(:focus-within)>.fs-cat-dropdown{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.header .nav .fs-cat-menu:hover>.fs-cat-dropdown,
.header .nav .fs-cat-menu:focus-within>.fs-cat-dropdown{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

/* v1.0.37 — discovery-first product cards */
.results-grid .product-card .foot{
  justify-content:flex-start;
  padding-top:12px;
  margin-top:12px;
}
.results-grid .product-card .foot .muted{
  font-size:12px;
  line-height:1.4;
  letter-spacing:0;
}

/* v1.0.38 — product card hierarchy + interactive filter chips */
.results-grid .product-card .body{padding:15px 16px 14px}
.results-grid .product-card h3{font-size:15px;line-height:1.35;margin:0 0 7px}
.results-grid .product-card .supplier{font-size:10px;line-height:1.4;color:var(--muted);margin-bottom:9px}
.fs-card-meta{display:flex;gap:6px;flex-wrap:wrap;min-height:0}
.fs-card-meta span{display:inline-flex;padding:4px 7px;border:1px solid var(--line);font-size:9px;line-height:1.2;color:#5e5c55;background:#faf9f6}
.results-grid .product-card .foot{border-top:1px solid var(--line);margin-top:12px;padding-top:11px}
.results-grid .product-card .foot .muted{font-size:11px;color:var(--muted)}
.active-filters{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:14px}
.active-filters:empty{display:none}
.active-filters .filter-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid var(--line);background:#fff;color:var(--ink);text-decoration:none;font-size:10px}
.active-filters .filter-chip:hover{background:#f2f0ea}
.active-filters .filter-chip span{font-size:13px;line-height:1}

/* v1.0.39 — RFQ button corner consistency */
.fs-rfq-btn{border-radius:5px !important}
