:root{--ink:#29262a;--muted:#79716f;--line:#eae5e1;--paper:#fff;--page:#f5f3f1;--red:#8b2632;--red-dark:#842a35;--red-soft:#f8eeee;--white:#fff;--shadow:0 4px 16px #29262a0a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--page);margin:0;font-family:PingFang SC,Microsoft YaHei,Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{width:min(1180px,100% - 40px);margin-inline:auto}.site-header{z-index:20;background:var(--paper);border-bottom:1px solid var(--line);position:sticky;top:0}.header-inner{align-items:center;gap:40px;height:72px;display:flex}.brand{align-items:center;gap:11px;min-width:190px;display:flex}.brand-mark{flex:0 0 48px;width:48px;height:54px;display:block;position:relative;overflow:hidden}.brand-mark img{object-fit:contain;width:100%;height:100%;display:block}.footer-brand-logo{object-fit:contain;flex:none;width:66px;height:74px;display:block}.brand strong,.brand small{display:block}.brand strong{font-size:17px}.brand small{color:var(--muted);letter-spacing:.12em;margin-top:2px;font-size:11px}nav{gap:26px;font-size:14px;font-weight:500;display:flex}nav a:hover{color:var(--red)}.header-action{border:1px solid var(--line);color:var(--red);background:var(--paper);border-radius:10px;margin-left:auto;padding:10px 16px;font-size:14px;font-weight:500}.hero{background:var(--page)}.hero-inner{padding:28px 0 0}.eyebrow,.section-kicker{color:var(--red);letter-spacing:.16em;font-size:12px;font-weight:800}.hero h1{letter-spacing:-.035em;max-width:900px;margin:12px 0;font-family:Songti SC,STSong,serif;font-size:clamp(38px,4.4vw,58px);line-height:1.12}.hero p{max-width:760px;color:var(--muted);margin:0;font-size:16px;line-height:1.7}.search-bar{background:var(--paper);border:1px solid var(--line);border-radius:12px;align-items:center;max-width:900px;min-height:56px;margin-top:22px;padding:6px 6px 6px 16px;display:flex}.hero .search-bar{margin-top:0}.search-bar input{min-width:0;height:42px;color:var(--ink);background:0 0;border:0;outline:0;flex:1;padding:0 12px;font-size:15px}.search-bar button,.primary-button{color:#fff;background:var(--red);cursor:pointer;border:0;border-radius:9px;padding:0 24px;font-weight:500}.search-bar button:hover,.primary-button:hover{background:var(--red-dark)}.search-bar-compact{background:var(--paper);max-width:none;height:56px;margin:0 0 28px}.hero-stats{color:var(--muted);flex-wrap:wrap;gap:28px;margin-top:20px;font-size:13px;display:flex}.hero-stats strong{color:var(--ink);margin-right:5px;font-size:17px}.service-navigation{padding-top:24px}.service-navigation-grid{border:1px solid var(--line);background:var(--paper);border-radius:18px;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;padding:16px;display:grid}.service-navigation-grid>a,.service-navigation-grid>span{text-align:center;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:center;gap:6px;min-width:0;min-height:132px;padding:16px 8px;display:flex;position:relative}.service-navigation-grid>a:hover{color:var(--red);background:var(--page)}.service-navigation-icon{background:var(--red-soft);border-radius:12px;flex-shrink:0;place-items:center;width:48px;height:48px;margin-bottom:4px;display:grid}.service-navigation-icon img{object-fit:contain;width:28px;height:28px;display:block}.service-navigation-grid strong{overflow-wrap:anywhere;max-width:100%;font-size:14px;font-weight:500;line-height:1.5}.service-navigation-grid small{max-width:100%;color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.service-navigation-grid .is-coming{color:var(--muted)}.service-navigation-grid em{color:var(--muted);font-size:11px;font-style:normal}.promoted-banner{padding-top:28px}.promoted-banner a{border:1px solid var(--line);background:var(--paper);border-radius:18px;min-height:150px;display:block;position:relative;overflow:hidden}.promoted-banner img{object-fit:cover;width:100%;max-height:260px;display:block}.promoted-banner span{color:#fff;background:#241b1cb8;border-radius:999px;padding:4px 9px;font-size:11px;position:absolute;top:12px;left:12px}.promoted-banner strong{color:#fff;background:#241b1cb8;border-radius:8px;max-width:70%;padding:7px 11px;font-size:14px;position:absolute;bottom:12px;right:14px}.section{padding:40px 0}.section-tint{background:var(--page)}.section-head{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.section-head h2{margin:0;font-size:24px;font-weight:500;line-height:1.4}.section-head h2 small{color:var(--muted);font-size:16px}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.card{background:var(--paper);border:1px solid var(--line);border-radius:17px;min-width:0;padding:24px;transition:border-color .2s}.card:hover{border-color:#d6c8c5}.company-card,.offering-card{position:relative}.company-card-link:after,.offering-card-link:after{content:"";border-radius:inherit;position:absolute;inset:0}.company-card:focus-within,.offering-card:focus-within{outline-offset:3px;outline:3px solid #b4232d33}.company-card-head{align-items:flex-start;gap:14px;display:flex}.company-card-copy{flex:1;min-width:0}.monogram{width:50px;height:50px;color:var(--red);background:var(--red-soft);border-radius:12px;flex:none;place-items:center;display:grid;overflow:hidden}.monogram>img{object-fit:contain;background:#fff;width:100%;height:100%}.monogram>img,.monogram>span{grid-area:1/1}.monogram-large{border-radius:22px;width:84px;height:84px;font-size:26px}.card h3{overflow-wrap:anywhere;margin:10px 0;font-size:18px;font-weight:500;line-height:1.45}.card h3 a:hover{color:var(--red)}.badge-row{flex-wrap:wrap;align-items:center;gap:7px;min-width:0;display:flex}.badge{overflow-wrap:anywhere;max-width:100%;color:var(--muted);background:var(--page);border-radius:6px;padding:4px 8px;font-size:12px;display:inline-flex}.badge-demo{color:#7c5511;background:#fff0c7}.muted{color:var(--muted);line-height:1.7}.clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:3.4em;display:-webkit-box;overflow:hidden}.meta-row{color:var(--muted);flex-wrap:wrap;gap:12px;margin:16px 0;font-size:12px;display:flex}.meta-row>*+:before{content:"·";color:#b2bcb6;margin-right:12px}.tag-row{flex-wrap:wrap;gap:7px;margin:14px 0;display:flex}.tag-row span{color:var(--red);background:var(--red-soft);border-radius:8px;padding:5px 9px;font-size:12px}.text-link{color:var(--red);font-size:14px;font-weight:500}.offering-art{aspect-ratio:16/9;background:var(--page);color:var(--muted);border-radius:12px;place-items:center;margin:-12px -12px 18px;font-size:14px;display:grid;position:relative;overflow:hidden}.offering-art>img{object-fit:cover;object-position:center;background:#f7f7f7;width:100%;height:100%;position:absolute;inset:0}.trust-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.trust-strip>div{border:1px solid var(--line);background:var(--paper);border-radius:16px;grid-template-columns:48px minmax(0,1fr);column-gap:15px;padding:22px;display:grid}.trust-strip span{color:var(--red);grid-row:1/3;font-size:26px;font-weight:500;line-height:1}.trust-strip strong{overflow-wrap:anywhere;min-width:0;font-size:16px;font-weight:500;line-height:1.35}.trust-strip p{min-width:0;color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.6}.site-footer{color:var(--ink);background:var(--paper);border-top:1px solid var(--line);padding:36px 0}.footer-grid{grid-template-columns:minmax(0,1fr) minmax(260px,.7fr);align-items:center;gap:50px;display:grid}.footer-brand{align-items:center;gap:18px;min-width:0;display:flex}.footer-brand strong,.footer-brand span{display:block}.footer-brand strong{color:var(--ink);letter-spacing:.04em;font-size:20px;font-weight:500}.footer-brand span{color:var(--muted);letter-spacing:.25em;margin-top:3px;font-size:10px}.site-footer p{color:var(--muted);margin:10px 0 0;font-size:13px;line-height:1.7}.footer-note{justify-self:end;max-width:430px}.footer-note p{margin:0}.page-shell,.detail-shell{padding-top:55px;padding-bottom:90px}.page-heading{margin-bottom:30px}.page-heading h1{margin:8px 0;font-size:36px;font-weight:600;line-height:1.4}.page-heading p{color:var(--muted)}.result-heading{color:var(--muted);margin:14px 0 22px}.result-heading strong{color:var(--ink);font-size:21px}.result-heading span{font-size:13px}.listing-page{padding-top:28px}.listing-toolbar{grid-template-columns:minmax(220px,.6fr) minmax(420px,1.4fr);align-items:center;gap:32px;padding:0 0 22px;display:grid}.listing-toolbar h1{margin:0 0 8px;font-size:32px;font-weight:600;line-height:1.4}.listing-toolbar p{color:var(--muted);margin:0;font-size:14px}.listing-toolbar .search-bar-compact{margin:0}.search-result-section{padding:38px 0 24px}.search-result-section+.search-result-section{border-top:1px solid var(--line)}.pagination{justify-content:center;align-items:center;gap:18px;margin-top:34px;display:flex}.pagination a,.pagination .disabled{text-align:center;border:1px solid var(--line);border-radius:999px;min-width:88px;padding:10px 16px}.pagination a{color:var(--red);background:#fff;font-weight:700}.pagination a:hover{border-color:var(--red)}.pagination .disabled{color:#b8adaf;background:var(--paper)}.empty{text-align:center;color:var(--muted);background:var(--paper);border:1px dashed var(--line);border-radius:18px;padding:60px}.empty-page{text-align:center;place-content:center;justify-items:center;min-height:65vh;display:grid}.empty-page>span{color:#c9d5cd;font:100px/1 serif}.empty-page p{color:var(--muted)}.empty-page .primary-button{margin-top:18px;padding:14px 24px;display:inline-flex}.breadcrumbs{color:var(--muted);gap:10px;margin-bottom:20px;font-size:13px;display:flex}.breadcrumbs a:hover{color:var(--red)}.demo-notice{color:#704d12;background:#fff6db;border:1px solid #efd995;border-radius:12px;align-items:center;gap:14px;margin-bottom:18px;padding:12px 16px;font-size:13px;display:flex}.demo-notice span{flex:1}.demo-notice a{font-weight:700;text-decoration:underline}.company-hero{align-items:center;gap:24px;padding:34px;display:flex}.company-hero:hover,.prose:hover,.side-card:hover{transform:none}.company-hero-main{flex:1}.company-hero h1,.product-main h1{overflow-wrap:anywhere;margin:10px 0;font-size:32px;font-weight:600}.company-hero p{color:var(--muted)}.primary-button{min-height:46px}.primary-button:disabled{cursor:not-allowed;color:#8e9a94;background:#dfe5e1}.detail-grid{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:18px;margin-top:18px;display:grid}.prose{line-height:1.9}.prose h2{margin:0 0 12px;font-size:23px}.prose h2:not(:first-child){margin-top:30px}.prose p{color:var(--ink);white-space:pre-line}.side-card h3{margin-top:0}.side-card dl{margin:0}.side-card dl div{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:13px 0;display:flex}.side-card dt{color:var(--muted)}.side-card dd{text-align:right;margin:0}.product-layout{background:var(--paper);border:1px solid var(--line);border-radius:20px;grid-template-columns:1fr 1.3fr;align-items:center;gap:44px;padding:30px;display:grid}.product-visual{min-height:340px;color:var(--red);background:radial-gradient(circle,#fae9e2,#f1d5d4);border-radius:16px;place-items:center;font:44px serif;display:grid}.product-main .lead{color:var(--muted);line-height:1.8}.supplier-line{color:var(--muted);margin:24px 0}.supplier-line a{color:var(--red);font-weight:700}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.result-heading+.card-grid{margin-top:0}.chamber-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.chamber-directory-card{background:var(--paper);border:1px solid var(--line);border-radius:17px;gap:22px;min-width:0;padding:28px;display:flex}.chamber-directory-card:hover{border-color:#d6c8c5}.chamber-directory-mark{width:72px;height:72px;color:var(--red);background:var(--red-soft);border-radius:16px;flex:none;place-items:center;display:grid}.chamber-directory-mark:has(>img:not(.business-icon)){border:1px solid var(--line);background:#fff;border-radius:20px;overflow:hidden}.chamber-directory-mark>img:not(.business-icon){object-fit:contain;width:100%;height:100%}.chamber-directory-copy{min-width:0}.chamber-directory-copy h2{overflow-wrap:anywhere;margin:1px 0 5px;font-size:21px;font-weight:500;line-height:1.4}.chamber-directory-name-en{color:#9a8d8f;letter-spacing:.04em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:11px;overflow:hidden}.chamber-directory-summary{min-height:3.4em;color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:15px 0 17px;font-size:14px;line-height:1.7;display:-webkit-box;overflow:hidden}.chamber-directory-copy a{color:var(--red);font-size:14px;font-weight:500}@media (max-width:900px){.site-header nav{display:none}.listing-toolbar{grid-template-columns:1fr;gap:18px}.card-grid{grid-template-columns:repeat(2,1fr)}.product-layout{grid-template-columns:1fr}.product-visual{min-height:220px}.detail-grid{grid-template-columns:1fr}.company-hero{flex-wrap:wrap;align-items:flex-start}.company-hero .primary-button{width:100%}.trust-strip{grid-template-columns:1fr;gap:12px;padding-block:42px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-note{border-top:1px solid var(--line);justify-self:stretch;max-width:none;padding-top:24px}.service-navigation-grid{grid-template-columns:repeat(4,1fr)}.chamber-directory-grid{grid-template-columns:1fr}}@media (max-width:620px){.container{width:min(100% - 28px,1180px)}.header-inner{height:64px}.brand{min-width:0}.brand small,.header-action{display:none}.hero-inner{padding:22px 0 0}.hero h1{font-size:36px}.hero p{font-size:15px}.search-bar{height:54px}.search-bar button{padding:0 18px}.hero-stats{gap:12px 20px}.section{padding:28px 0}.listing-page{padding-top:18px}.listing-toolbar{gap:14px;padding:0 0 18px}.listing-toolbar h1{font-size:27px}.search-result-section{padding:30px 0 18px}.card-grid{grid-template-columns:1fr}.section-head{align-items:flex-start}.page-heading h1{font-size:28px}.company-hero{padding:23px}.monogram-large{width:64px;height:64px}.company-hero h1,.product-main h1{font-size:30px}.demo-notice{flex-wrap:wrap;align-items:flex-start}.demo-notice span{flex-basis:75%}.product-layout{padding:18px}.product-visual{min-height:180px}.service-navigation{padding-top:20px}.service-navigation-grid{grid-template-columns:repeat(3,1fr)}.service-navigation-grid>a,.service-navigation-grid>span{min-height:116px}.service-navigation-grid small{display:none}.trust-strip{padding-block:32px}.trust-strip>div{grid-template-columns:42px minmax(0,1fr);padding:18px}.trust-strip span{font-size:27px}.site-footer{padding:30px 0}.footer-brand-logo{width:54px;height:62px}.footer-brand{align-items:flex-start;gap:14px}.footer-note{padding-top:20px}.chamber-directory-card{padding:22px}.chamber-directory-mark{border-radius:14px;width:58px;height:58px}}.shop-page,.market-product-page{background:var(--page);min-height:100vh;padding-bottom:70px}.shop-page{--red:var(--storefront-color,#a11d27);--red-dark:color-mix(in srgb,var(--red) 72%,black)}.shop-breadcrumbs{color:#777;gap:9px;padding-top:18px;padding-bottom:18px;font-size:13px;display:flex}.shop-header{background:#fff;border-top:1px solid #eee}.shop-identity{align-items:center;gap:18px;min-height:116px;display:flex}.shop-logo{width:68px;height:68px;color:var(--red);background:var(--red-soft);border-radius:12px;place-items:center;display:grid;overflow:hidden}.shop-logo>img{object-fit:contain;background:#fff;width:100%;height:100%}.shop-logo>img,.shop-logo>span{grid-area:1/1}.logo-image-loading{opacity:0}.shop-identity h1{margin:0 0 9px;font-size:25px}.shop-identity p{color:#777;text-overflow:ellipsis;white-space:nowrap;max-width:820px;margin:0;overflow:hidden}.shop-trust{border-left:1px solid #eee;margin-left:auto;padding-left:30px}.shop-trust strong,.shop-trust span{display:block}.shop-trust strong{color:var(--red)}.shop-trust span{color:#888;margin-top:5px;font-size:12px}.shop-nav{color:#fff;background:var(--red-dark)}.shop-nav .container{display:flex}.shop-nav a{padding:15px 28px;font-size:14px}.shop-nav a:first-child,.shop-nav a:hover{color:#fff;background:var(--red)}.shop-main{padding-top:20px}.shop-banner{color:#fff;background:linear-gradient(120deg,var(--red-dark) 0%,var(--red) 60%,color-mix(in srgb,var(--red) 76%,white) 100%);background-position:50%;background-size:cover;align-items:center;min-height:330px;display:flex;position:relative;overflow:hidden}.shop-banner-copy{z-index:1;max-width:760px;padding:48px 62px;position:relative}.shop-banner-copy>span{color:#efbabd;letter-spacing:.2em;font-size:12px}.shop-banner-copy h2{max-width:720px;margin:14px 0;font:700 clamp(32px,4vw,46px)/1.2 Songti SC,serif}.shop-banner-copy p{color:#f2dfe0;max-width:680px;line-height:1.8}.shop-banner-actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.shop-banner-copy .primary-button,.shop-banner-copy .secondary-button{border-radius:11px;align-items:center;min-height:46px;padding:0 22px;font-weight:700;display:inline-flex}.shop-banner-copy .primary-button{color:var(--red-dark);background:#fff}.shop-banner-copy .secondary-button{color:#fff;border:1px solid #ffffffa6}.shop-banner-mark{color:#ffffff1a;font:360px/1 serif;position:absolute;bottom:-100px;right:50px}.shop-columns{grid-template-columns:250px 1fr;align-items:start;gap:18px;margin-top:18px;display:grid}.shop-sidebar{gap:18px;display:grid;position:sticky;top:92px}.shop-panel,.shop-section{background:#fff;border:1px solid #e5e5e5}.shop-panel h3{color:#fff;background:var(--red-dark);margin:0;padding:15px 18px;font-size:16px}.shop-panel dl{margin:0;padding:6px 17px}.shop-panel dl div{border-bottom:1px dashed #ddd;grid-template-columns:72px 1fr;gap:8px;padding:11px 0;font-size:13px;display:grid}.shop-panel dt{color:#888}.shop-panel dd{margin:0}.contact-panel{padding-bottom:17px}.contact-panel>strong,.contact-panel>p,.contact-panel>button{margin-left:17px;margin-right:17px}.contact-panel>strong{margin-top:18px;display:block}.contact-panel p{color:#777;font-size:12px;line-height:1.55}.contact-panel .shop-phone{color:var(--red);font-size:17px;font-weight:800}.contact-panel button{color:#fff;background:var(--red);border:0;width:calc(100% - 34px);padding:10px}.contact-panel button:disabled{background:#aaa}.shop-content{gap:18px;display:grid}.shop-title{border-bottom:2px solid var(--red);align-items:center;gap:14px;height:58px;padding:0 20px;display:flex}.shop-title h2{margin:0;font-size:19px}.shop-title span{color:#aaa;letter-spacing:.12em;font-size:11px}.storefront-sections{gap:18px;margin-top:18px;display:grid}.storefront-contact-grid{grid-template-columns:1fr 1fr;gap:42px;padding:28px;display:grid}.storefront-contact-grid dl{margin:0}.storefront-contact-grid dl>div{border-bottom:1px dashed #ddd;grid-template-columns:90px 1fr;gap:14px;padding:10px 0;display:grid}.storefront-contact-grid dt{color:#888}.storefront-contact-grid dd{margin:0}.storefront-contact-grid>div>strong{font-size:20px}.storefront-contact-grid p{color:#777}.storefront-contact-grid .shop-phone{color:var(--red);font-size:20px;font-weight:800}.storefront-inquiry-link{color:#fff;background:var(--red);margin-top:10px;padding:12px 26px;display:inline-flex}.storefront-contact-layout{grid-template-columns:minmax(280px,.8fr) minmax(0,1.55fr);align-items:start;gap:24px;padding:28px;display:grid}.storefront-contact-layout.contact-form-only{grid-template-columns:minmax(0,1fr)}.storefront-contact-card,.storefront-inquiry .inquiry-form{border:1px solid color-mix(in srgb,var(--red) 14%,#e5e5e5);border-radius:16px;overflow:hidden}.storefront-contact-intro{color:#fff;background:linear-gradient(135deg,var(--red-dark),var(--red));padding:20px}.storefront-contact-intro span{font-size:20px;font-weight:800}.storefront-contact-intro p{color:#ffffffc7;margin:7px 0 0;font-size:13px;line-height:1.65}.storefront-contact-channels{background:#fff;margin:0;padding:4px 20px}.storefront-contact-channels>div{border-bottom:1px solid #eee;min-width:0;padding:13px 0}.storefront-contact-channels>div:last-child{border-bottom:0}.storefront-contact-channels dt{color:#999;letter-spacing:.08em;margin-bottom:4px;font-size:11px}.storefront-contact-channels dd{overflow-wrap:anywhere;color:#292124;margin:0;font-size:14px;font-weight:650;line-height:1.55}.storefront-contact-channels a{color:var(--red-dark)}.storefront-contact-channels a:hover{text-decoration:underline}.storefront-social-actions{border-top:1px solid #eee;flex-wrap:wrap;align-items:center;gap:9px;padding:14px 20px;display:flex}.storefront-social-actions>a,.storefront-social-actions>.storefront-social-icon{width:38px;height:38px;color:var(--red-dark);background:color-mix(in srgb,var(--red) 9%,white);border:1px solid color-mix(in srgb,var(--red) 18%,#ddd);border-radius:50%;place-items:center;font-size:12px;font-weight:800;transition:all .18s;display:grid}.storefront-social-actions>a:hover{color:#fff;background:var(--red);border-color:var(--red);transform:translateY(-2px)}.storefront-social-actions>a:focus-visible{outline:2px solid var(--red-dark);outline-offset:3px}.storefront-contact-address{color:#777;background:#fafafa;border-top:1px solid #eee;padding:13px 20px 17px}.storefront-contact-address>span{color:#999;letter-spacing:.08em;font-size:11px}.storefront-contact-address p{margin:5px 0 0;font-size:12px;line-height:1.6}.storefront-inquiry{min-width:0}.storefront-inquiry .inquiry-form{padding:24px}.storefront-social-links{flex-wrap:wrap;gap:8px;margin:14px 0;display:flex}.storefront-social-links a,.storefront-social-links span{color:var(--red-dark);background:color-mix(in srgb,var(--red) 8%,white);padding:7px 10px;font-size:13px}.company-media-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:0 28px 28px;display:grid}.company-media-gallery figure{background:#f4f4f4;margin:0;overflow:hidden}.company-media-gallery img,.company-media-gallery video{aspect-ratio:4/3;object-fit:cover;background:#111;width:100%;display:block}.company-media-gallery figcaption{color:#666;padding:10px 12px;font-size:13px}.storefront-template-service .shop-banner{border-radius:18px;min-height:290px}.storefront-template-service .storefront-sections{grid-template-columns:1fr}.storefront-template-service .storefront-sections>div:first-child{grid-column:auto}.storefront-template-service .shop-section{border-top:4px solid var(--red);height:100%}.storefront-template-service .shop-title{border-bottom:1px solid #e5e5e5}.storefront-template-brand .shop-banner{min-height:470px;margin-inline:calc(-50vw + min(100vw - 32px,1180px)/2);padding-inline:max(16px,50vw - 590px)}.storefront-template-brand .shop-banner-copy{max-width:820px}.storefront-template-brand .shop-banner-copy h2{font-size:56px}.storefront-template-brand .storefront-sections{gap:44px;margin-top:44px}.storefront-template-brand .shop-section{background:0 0;border:0}.storefront-template-brand .shop-title{border-bottom:1px solid color-mix(in srgb,var(--red) 35%,#ddd);padding-inline:0}.storefront-template-brand .shop-rich-text{padding-inline:0;font-size:17px}.storefront-template-brand .shop-product-grid{background:0 0;grid-template-columns:repeat(2,1fr);gap:18px}.storefront-template-brand .shop-product{border:1px solid #e5e5e5;padding:24px}.storefront-template-brand .product-placeholder{height:230px}.shop-product-grid{background:#eee;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.shop-product{background:#fff;min-width:0;padding:14px}.shop-product:hover h3{color:var(--red)}.product-placeholder{color:#8f2931;background:linear-gradient(145deg,#f7e2e3,#e9c3c5);place-items:center;height:150px;font:700 24px serif;display:grid;overflow:hidden}.product-placeholder>img,.product-placeholder>span{grid-area:1/1}.product-placeholder>img{object-fit:cover;width:100%;height:100%}.product-placeholder-1{background:linear-gradient(145deg,#eee5db,#d7c3aa)}.product-placeholder-2{background:linear-gradient(145deg,#e6eaeb,#c3d1d4)}.product-placeholder-3{background:linear-gradient(145deg,#ece3ea,#d5bed0)}.shop-product h3{white-space:nowrap;text-overflow:ellipsis;margin:13px 0 7px;font-size:14px;overflow:hidden}.shop-product p{color:#888;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:36px;margin:0 0 10px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.shop-product>strong{color:var(--red);font-size:14px}.shop-rich-text{color:#4d4d4d;padding:28px;line-height:2}.shop-rich-text h2,.shop-rich-text h3{color:#222}.shop-rich-text blockquote{border-left:3px solid var(--red);background:#fff5f5;margin:18px 0;padding:12px 18px}.shop-rich-text a{color:var(--red);text-decoration:underline}.shop-rich-text img,.shop-rich-text video{border-radius:8px;max-width:100%;height:auto;margin:20px auto;display:block}.company-news-section{margin-top:24px}.company-news-grid{background:#e8e8e8;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.company-news-grid a{color:inherit;background:#fff;padding:22px}.company-news-grid time{color:#999;font-size:12px}.company-news-grid h3{margin:8px 0}.company-news-grid p{color:#666;margin:0;line-height:1.7}.company-news-page article>header{border-bottom:1px solid #eee;padding:38px 28px 24px}.company-news-page article>header span{color:var(--red);font-weight:700}.company-news-page article>header h1{margin:10px 0;font-size:38px}.company-news-page article>header p,.company-news-page article>header time{color:#777}.certificate-list{grid-template-columns:repeat(3,1fr);gap:14px;padding:24px;display:grid}.certificate-list>div{background:#faf7f7;border:1px solid #eadedf;align-items:center;gap:11px;padding:18px;display:flex}.certificate-list span{color:#fff;background:var(--red);border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.product-detail-card{background:#fff;border:1px solid #e3e3e3;grid-template-columns:minmax(320px,1fr) minmax(360px,1.2fr) 250px;gap:34px;padding:28px;display:grid}.product-main-image{color:#8d2028;background:linear-gradient(145deg,#f5e1e2,#dcbfc1);place-items:center;height:350px;font:700 38px serif;display:grid;overflow:hidden}.product-main-image>img,.product-main-image>span{grid-area:1/1}.product-main-image>img{object-fit:contain;background:#f7f7f7;width:100%;height:100%}.product-purchase h1{margin:13px 0;font-size:28px;line-height:1.45}.product-subtitle{color:#777;line-height:1.7}.product-price{background:#fff4f4;align-items:center;gap:25px;margin:22px 0;padding:18px;display:flex}.product-price small{color:#888}.product-price strong{color:var(--red);font-size:27px}.quick-specs{margin:0}.quick-specs div{padding:9px 0;font-size:13px;display:flex}.quick-specs dt{color:#999;width:88px}.quick-specs dd{margin:0}.purchase-actions{gap:12px;margin-top:24px;display:flex}.purchase-actions button,.purchase-actions a{border:1px solid var(--red);padding:13px 24px}.purchase-actions button{color:#fff;background:var(--red)}.purchase-actions button:disabled{color:#fff;background:#aaa;border-color:#aaa}.purchase-actions a{color:var(--red)}.purchase-actions .purchase-primary{color:#fff;background:var(--red)}.supplier-card{text-align:center;border-left:1px solid #eee;padding:20px}.supplier-avatar{color:#fff;background:var(--red-dark);place-items:center;width:64px;height:64px;margin:0 auto 14px;display:grid}.supplier-card h3{font-size:16px}.supplier-card span{color:#9a6a14;background:#fff0c7;padding:4px 8px;font-size:11px}.supplier-card p{color:#888;font-size:12px}.supplier-card a{color:var(--red);font-size:13px}.product-detail-columns{grid-template-columns:1fr 280px;align-items:start;gap:18px;margin-top:18px;display:grid}.product-description{min-height:520px}.product-tabs{border-bottom:1px solid #ddd;align-items:center;gap:34px;height:58px;padding:0 24px;display:flex}.product-tabs strong{color:var(--red);border-bottom:2px solid var(--red);align-self:stretch;align-items:center;display:flex}.product-tabs span{color:#777}.product-detail-columns>.shop-panel{position:sticky;top:92px}.security-note{color:#77550d;background:#fff8df;margin:16px;padding:14px;font-size:12px;line-height:1.6}.product-inquiry,.opportunity-inquiry{margin-top:18px}.inquiry-form{background:#fff;border:1px solid #e5e5e5;padding:28px}.inquiry-form h3{margin:0 0 20px;font-size:21px}.inquiry-fields{grid-template-columns:1fr 1fr;gap:15px;display:grid}.inquiry-fields label{color:#675b5d;gap:7px;font-size:13px;display:grid}.inquiry-fields .wide{grid-column:1/-1}.inquiry-form input,.inquiry-form textarea{border:1px solid #d8cdce;border-radius:6px;outline:0;width:100%;padding:11px 12px}.inquiry-form input:focus,.inquiry-form textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px color-mix(in srgb,var(--red) 12%,transparent)}.inquiry-form textarea{resize:vertical}.inquiry-form .consent{color:#74696a;align-items:flex-start;gap:8px;margin:17px 0;font-size:12px;line-height:1.6;display:flex}.inquiry-form .consent input{width:auto;margin-top:3px}.inquiry-form button{color:#fff;background:var(--red);cursor:pointer;border:0;border-radius:5px;padding:12px 28px}.inquiry-form button:disabled{opacity:.6;cursor:wait}.inquiry-honeypot{position:absolute;left:-10000px}.form-error{color:#b4232d;font-size:13px}.inquiry-success{color:#24543a;background:#eef8f1;border:1px solid #b9ddc4;padding:28px}.inquiry-success p{margin-bottom:0}.opportunity-detail .prose h1{overflow-wrap:anywhere;font-size:32px;font-weight:600;line-height:1.4}.opportunity-detail .prose>p{white-space:pre-line}@media (max-width:980px){.shop-product-grid,.storefront-template-service .shop-product-grid{grid-template-columns:repeat(2,1fr)}.storefront-template-service .storefront-sections{grid-template-columns:1fr}.storefront-template-service .storefront-sections>div:first-child{grid-column:auto}.product-detail-card{grid-template-columns:1fr 1fr}.supplier-card{border:0;border-top:1px solid #eee;grid-column:1/-1}.shop-banner-copy h2,.storefront-template-brand .shop-banner-copy h2{font-size:34px}}@media (max-width:720px){.shop-identity{align-items:flex-start;padding-block:20px}.shop-trust{display:none}.shop-nav .container{overflow:auto}.shop-nav a{flex:none;padding:14px 18px}.shop-banner,.storefront-template-brand .shop-banner{min-height:280px;margin-inline:0;padding-inline:0}.shop-banner-copy{padding:34px 26px}.shop-banner-copy h2{font-size:30px}.shop-columns,.product-detail-columns,.product-detail-card,.storefront-contact-grid,.storefront-contact-layout{grid-template-columns:1fr}.shop-sidebar{position:static}.product-main-image{height:260px}.certificate-list,.company-media-gallery{grid-template-columns:1fr}.supplier-card{grid-column:auto}.shop-product-grid,.storefront-template-brand .shop-product-grid{grid-template-columns:repeat(2,1fr)}.product-placeholder,.storefront-template-brand .product-placeholder{height:120px}.inquiry-fields{grid-template-columns:1fr}.inquiry-fields .wide{grid-column:auto}}.chamber-site{--chamber-primary:#173c61;--chamber-deep:color-mix(in srgb,var(--chamber-primary) 76%,#000);--chamber-soft:color-mix(in srgb,var(--chamber-primary) 7%,#fff);color:#292323;background:#fff}.chamber-hero{color:#fff;background:linear-gradient(125deg,var(--chamber-deep) 0%,var(--chamber-primary) 58%,color-mix(in srgb,var(--chamber-primary) 82%,#fff) 100%);position:relative;overflow:clip visible}.chamber-hero:before{content:"";aspect-ratio:1;border:1px solid #ffffff1a;border-radius:50%;width:580px;position:absolute;inset:-40% -10% auto 58%;box-shadow:0 0 0 70px #ffffff06,0 0 0 140px #ffffff05}.chamber-hero-grid{grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);align-items:center;gap:70px;min-height:560px;padding-block:76px 96px;display:grid;position:relative}.chamber-overline,.chamber-section-heading>span,.chamber-contact>.container>div>span{color:color-mix(in srgb,#fff 82%,var(--chamber-primary));letter-spacing:.2em;font-size:11px;font-weight:800}.chamber-hero h1{letter-spacing:.03em;max-width:780px;margin:18px 0 8px;font:700 clamp(42px,5.7vw,74px)/1.13 Songti SC,STSong,serif}.chamber-name-en{color:#d1dce7;letter-spacing:.06em;text-transform:uppercase;margin:0;font-family:Georgia,serif;font-size:clamp(17px,2vw,25px)}.chamber-tagline{color:#e3ebf1;letter-spacing:.06em;margin:30px 0 0;font-size:19px}.chamber-actions{gap:12px;margin-top:34px;display:flex}.chamber-actions a{border-radius:3px;align-items:center;min-height:47px;padding:0 22px;font-size:14px;font-weight:800;display:inline-flex}.chamber-primary{color:var(--chamber-deep);background:#fff}.chamber-secondary{color:#fff;border:1px solid #ffffff73}.chamber-emblem{z-index:1;text-align:center;position:relative}.chamber-emblem-ring{aspect-ratio:1;border:1px solid #ffffffb8;border-radius:50%;place-content:center;width:min(280px,70vw);margin:auto;display:grid;box-shadow:inset 0 0 0 12px #ffffff0a,inset 0 0 0 13px #ffffff38}.chamber-emblem-ring span{color:#fff;font:700 96px/1 Songti SC,serif}.chamber-emblem-ring small{color:#fff;letter-spacing:.32em;margin-top:10px}.chamber-emblem>p{color:#ffffffb3;letter-spacing:.24em;font-size:10px}.chamber-emblem-logo{aspect-ratio:1;object-fit:contain;background:#fff;border:10px solid #ffffffe6;border-radius:50%;width:min(290px,72vw);box-shadow:0 24px 60px #0003}.chamber-facts{color:#142336;background:#fff;border:1px solid #dfe5e9;grid-template-columns:repeat(4,1fr);margin-top:-68px;display:grid;position:relative;transform:translateY(50%);box-shadow:0 20px 55px #0f294521}.chamber-facts>div{border-right:1px solid #e4e9ec;flex-direction:column;justify-content:center;align-items:center;min-height:132px;display:flex}.chamber-facts>div:last-child{border:0}.chamber-facts strong{color:var(--chamber-primary);font:700 32px/1.1 Georgia,serif}.chamber-facts span{color:#778493;letter-spacing:.08em;margin-top:9px;font-size:12px}.chamber-subnav{z-index:10;background:#fff;border-bottom:1px solid #e6eaed;margin-top:66px;position:sticky;top:72px}.chamber-subnav .container{justify-content:center;align-items:center;gap:52px;height:58px;display:flex}.chamber-subnav a{color:#52606d;font-size:14px;font-weight:700}.chamber-subnav a:hover{color:var(--chamber-primary)}.chamber-section{padding-block:94px;scroll-margin-top:130px}.chamber-section-heading>span{color:var(--chamber-primary)}.chamber-section-heading h2,.chamber-contact h2{margin:9px 0 0;font:700 38px/1.25 Songti SC,serif}.chamber-section-heading.light h2{color:#fff}.chamber-about-grid{grid-template-columns:1.45fr .75fr;align-items:start;gap:70px;margin-top:36px;display:grid}.chamber-lead{color:#34465a;white-space:pre-line;margin:0;font:400 19px/2 Songti SC,serif}.chamber-history-note{background:var(--chamber-soft);border-top:3px solid var(--chamber-primary);padding:28px 30px}.chamber-history-note strong{color:var(--chamber-deep);font-size:18px}.chamber-history-note p{color:#667382;margin:13px 0 0;font-size:14px;line-height:1.9}.chamber-mission{color:#fff;background:var(--chamber-deep)}.mission-grid{background:#ffffff24;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:38px;display:grid}.mission-grid article{background:var(--chamber-deep);min-height:220px;padding:30px}.mission-grid article>span{color:color-mix(in srgb,#fff 78%,var(--chamber-primary));font:700 31px Georgia,serif}.mission-grid article p{color:#d9e1e8;margin:42px 0 0;line-height:1.85}.chamber-service-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:36px;display:grid}.chamber-service-grid article{background:var(--chamber-soft);border-top:3px solid var(--chamber-primary);min-height:190px;padding:28px}.chamber-service-grid strong{color:var(--chamber-deep);font-size:18px}.chamber-service-grid p{color:#6c7985;margin:18px 0 0;font-size:14px;line-height:1.8}.chamber-join{padding-bottom:20px}.chamber-join-guide{color:#445364;background:var(--chamber-soft);border-left:4px solid var(--chamber-primary);white-space:pre-line;margin:34px 0 0;padding:30px 34px;font-size:17px;line-height:2}.chamber-contact{color:#fff;background:linear-gradient(115deg,var(--chamber-primary),var(--chamber-deep));padding:76px 0;scroll-margin-top:130px}.chamber-contact-grid{grid-template-columns:.85fr 1.15fr;align-items:start;gap:80px;display:grid}.chamber-contact h2{font-size:40px}.chamber-contact p{color:#edd9db;max-width:470px;line-height:1.8}.chamber-contact dl{margin:0}.chamber-contact dl>div{border-bottom:1px solid #fff3;grid-template-columns:70px 1fr;gap:18px;padding:15px 0;display:grid}.chamber-contact dt{color:#dfb9bc}.chamber-contact dd{margin:0;line-height:1.7}.chamber-contact dd a{text-underline-offset:3px;text-decoration:underline}@media (max-width:900px){.chamber-hero-grid{text-align:center;grid-template-columns:1fr}.chamber-hero-copy{justify-items:center;display:grid}.chamber-emblem{display:none}.chamber-facts{grid-template-columns:repeat(2,1fr)}.chamber-facts>div:nth-child(2){border-right:0}.chamber-facts>div:nth-child(-n+2){border-bottom:1px solid #e4e9ec}.chamber-about-grid,.chamber-contact-grid{grid-template-columns:1fr;gap:34px}.mission-grid,.chamber-service-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.chamber-hero-grid{min-height:530px;padding-block:62px 105px}.chamber-hero h1{font-size:40px}.chamber-name-en{font-size:14px}.chamber-tagline{font-size:16px}.chamber-actions{justify-content:center;width:100%}.chamber-facts{margin-top:-90px}.chamber-facts>div{min-height:104px}.chamber-facts strong{font-size:25px}.chamber-subnav{top:64px;overflow:auto}.chamber-subnav .container{gap:28px;width:max-content;min-width:100%;padding-inline:20px}.chamber-section{padding-block:68px}.chamber-about-grid{margin-top:26px}.chamber-lead{font-size:17px}.mission-grid,.chamber-service-grid{grid-template-columns:1fr}.mission-grid article{min-height:165px}.mission-grid article p{margin-top:25px}.chamber-contact{padding:60px 0}}.service-error{min-height:45vh;padding-block:72px}.service-error h1{font-size:clamp(24px,4vw,36px)}.service-error-actions{align-items:center;gap:24px;margin-top:24px;display:flex}.service-error-actions button{background:var(--red);color:#fff;min-height:44px;font:inherit;cursor:pointer;border:0;border-radius:10px;padding:10px 24px}.service-error-actions a{align-items:center;min-height:44px;display:inline-flex}@media (max-width:900px){.header-inner{flex-wrap:wrap;gap:0 16px;height:auto;min-height:64px;padding-top:10px}.site-header nav{flex-wrap:wrap;order:3;gap:0 18px;width:100%;display:flex}.site-header nav a{align-items:center;min-height:44px;font-size:13px;display:inline-flex}}.product-tabs a{color:#555;align-items:center;min-height:44px;display:inline-flex}#specifications,#inquiry{scroll-margin-top:130px}a:focus-visible,button:focus-visible{outline-offset:3px;outline:3px solid #1d62ae}.shop-identity>div{min-width:0}.shop-logo{flex-shrink:0}.shop-identity h1{overflow-wrap:anywhere}@media (max-width:620px){.shop-identity p{white-space:normal;overflow-wrap:anywhere}.shop-breadcrumbs{overflow-wrap:anywhere;flex-wrap:wrap}}.storefront-hero{isolation:isolate;background:var(--storefront-color);color:#fff;align-items:center;min-height:190px;display:grid;position:relative;overflow:hidden}.storefront-hero>img{object-fit:cover;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.storefront-hero:after{content:"";z-index:-1;background:#0007;position:absolute;inset:0}.storefront-hero p{text-wrap:balance;white-space:pre-wrap;overflow-wrap:anywhere;max-width:1000px;padding:40px 0;font-size:clamp(22px,3vw,38px);line-height:1.5}.storefront-template-brand .storefront-hero{min-height:360px}.storefront-template-brand .shop-section{padding-block:40px}.storefront-template-service .shop-section{border-top:3px solid var(--storefront-color)}.storefront-template-service .shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-certifications{flex-wrap:wrap;gap:12px;padding:0;list-style:none;display:flex}.storefront-certifications li{border:1px solid #dce1e6;border-radius:8px;padding:12px 18px}.shop-rich-text table,.rich-text table{border-collapse:collapse;table-layout:fixed;width:100%}.shop-rich-text td,.shop-rich-text th,.rich-text td,.rich-text th{overflow-wrap:anywhere;border:1px solid #cbd5e1;padding:8px 12px}.shop-rich-text blockquote{border-left:3px solid var(--storefront-color);margin-left:0;padding-left:18px}@media (max-width:600px){.storefront-template-brand .storefront-hero{min-height:240px}.storefront-template-service .shop-product-grid{grid-template-columns:1fr}}.copy-contact{flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;display:inline-flex}.copy-contact button{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:5px 10px}.copy-contact button:focus-visible{outline:2px solid var(--storefront-color,#a11d27);outline-offset:2px}.copy-contact small{color:#475569}.business-icon{object-fit:contain;flex-shrink:0;width:24px;height:24px;display:block}.site-header nav a,.header-action{align-items:center;gap:8px;display:inline-flex}.site-header nav .business-icon,.header-action .business-icon{width:18px;height:18px}.search-bar button{align-self:stretch}.search-bar:focus-within{border-color:var(--red);outline:2px solid var(--red-soft);outline-offset:2px}.monogram>span,.shop-logo>span{place-items:center;display:grid}.offering-placeholder{color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:20px;font:400 14px/1.5 PingFang SC,Microsoft YaHei,sans-serif;display:flex}.offering-placeholder .business-icon{background:0 0;width:32px;height:32px;position:static}.product-placeholder,.product-placeholder-1,.product-placeholder-2,.product-placeholder-3,.product-main-image{background:var(--page)}.section-head .text-link{flex-shrink:0}.breadcrumbs{overflow-wrap:anywhere;flex-wrap:wrap}a:focus-visible,button:focus-visible{outline-color:var(--red)}@media (max-width:620px){.service-navigation-grid{gap:4px;padding:10px}.service-navigation-grid>a,.service-navigation-grid>span{min-height:112px;padding:12px 6px}.service-navigation-icon{width:44px;height:44px}.service-navigation-icon img{width:26px;height:26px}.service-navigation-grid strong{font-size:13px}.section-head{gap:12px}.section-head h2{font-size:22px}.section-head .text-link{font-size:13px}.site-header nav{gap:0 14px}.site-header nav a{gap:5px}.search-bar{padding-left:12px}.search-bar input{padding-inline:8px;font-size:14px}.empty{padding:36px 20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card{transition:none}}
