/*
Theme Name: DCJG Global Supply v3
Theme URI: https://sxdcjgmy.en.alibaba.com/
Author: Shaanxi Dechuang Jugang Trading Co., Ltd.
Description: Custom WordPress theme for DCJG Global Supply with managed product catalog. v1.6: fixed news/detail/taxonomy templates, WordPress page wiring and inquiry flow.
Version: 1.8.162
Text Domain: dcjg-global-supply
*/

html { scroll-behavior: smooth; }

/* Search-engine and screen-reader page heading; does not change the visual UI. */
.dcjg-seo-heading{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* All pages: match homepage nav font (Barlow) */
body, body *, button, input, textarea, select, body [class] { font-family: Barlow, Arial, Helvetica, 'Microsoft YaHei', sans-serif !important; font-style: normal !important; }


/* Reference-led reusable product detail template */
.dcjg-product-page{--ink:#171717;--muted:#666;--line:#444;--accent:#e75318;max-width:min(1700px,calc(100% - 120px));margin:0 auto;padding:99px 0 100px;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:#fff}
.dcjg-breadcrumb{display:flex;gap:10px;align-items:center;padding:26px 0;color:#777;font-size:13px;border-bottom:1px solid #ececec}
.dcjg-breadcrumb a{color:inherit;text-decoration:none}.dcjg-breadcrumb a:hover{color:var(--accent)}
.dcjg-back-link{display:inline-flex;align-items:center;gap:6px;margin-top:16px;padding:9px 16px;border:1px solid var(--line);border-radius:2px;color:var(--ink);text-decoration:none;font-size:13px;font-weight:700}
.dcjg-back-link:hover{border-color:var(--accent);color:var(--accent)}
a.header-contact-line{text-decoration:none!important;color:inherit!important}a.header-contact-line:hover{color:var(--accent)!important}



.dcjg-product-hero{display:grid;grid-template-columns:minmax(0,500px) minmax(380px,1fr);gap:clamp(26px,3.5vw,52px);padding:32px 0 40px}
.dcjg-product-gallery{max-width:500px;width:100%;justify-self:center}
.dcjg-product-main-image{position:relative;width:500px;max-width:100%;aspect-ratio:1/1;background:#f5f5f5;overflow:hidden;border-radius:12px}
.dcjg-product-main-image img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:contain;transition:opacity .25s ease;opacity:0;padding:8px;box-sizing:border-box}
.dcjg-product-image-placeholder{height:100%;display:grid;place-items:center;color:#999;text-transform:uppercase;letter-spacing:.12em}
.dcjg-product-main-image img.is-active{opacity:1}
.dcjg-product-main-image{cursor:zoom-in}.dcjg-gallery-zoom{display:inline-flex;align-items:center;gap:7px;margin-top:10px;border:1px solid #d6d6d6;background:#fff;color:#1c1c1c;padding:9px 13px;font:700 12px/1 Arial,sans-serif;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.dcjg-gallery-zoom:hover,.dcjg-gallery-zoom:focus-visible{border-color:#e75318;color:#e75318}.dcjg-image-lightbox[hidden]{display:none}.dcjg-image-lightbox{position:fixed;z-index:9999;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;padding:32px;background:rgba(8,8,8,.92)}.dcjg-lightbox-stage{width:min(1100px,92vw);height:min(74vh,800px);display:flex;align-items:center;justify-content:center}.dcjg-lightbox-stage img{display:block;max-width:100%;max-height:100%;object-fit:contain}.dcjg-lightbox-close{position:absolute;right:22px;top:16px;width:42px;height:42px;border:1px solid rgba(255,255,255,.45);background:#171717;color:#fff;font-size:31px;line-height:34px;cursor:pointer}.dcjg-lightbox-close:hover,.dcjg-lightbox-close:focus-visible{background:#e75318;border-color:#e75318}.dcjg-lightbox-original{display:inline-flex;gap:8px;align-items:center;background:#fff;color:#151515;padding:12px 16px;font:800 12px/1 Arial,sans-serif;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.dcjg-lightbox-original:hover,.dcjg-lightbox-original:focus-visible{background:#e75318;color:#fff}body.dcjg-lightbox-open{overflow:hidden}
.dcjg-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:rgba(20,20,20,.5);color:#fff;font-size:22px;line-height:1;border:0;cursor:pointer;z-index:2;display:grid;place-items:center;transition:background .2s ease}
.dcjg-gallery-arrow:hover{background:var(--accent)}
.dcjg-gallery-prev{left:10px}
.dcjg-gallery-next{right:10px}
.dcjg-product-thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto;padding:2px;-webkit-overflow-scrolling:touch}
.dcjg-product-thumb{flex:none;width:62px;height:62px;border:2px solid #e5e5e5;border-radius:10px;background:#fff;overflow:hidden;padding:0;cursor:pointer;transition:border-color .2s ease}
.dcjg-product-thumb img{width:100%;height:100%;object-fit:contain}
.dcjg-product-thumb.is-active{border-color:var(--accent)}
.dcjg-product-intro{padding-top:4px}.dcjg-product-intro h1{font-size:clamp(22px,2vw,32px);line-height:1.15;letter-spacing:-.02em;margin:0 0 16px;max-width:720px}
.dcjg-product-summary{font-size:17px;line-height:1.75;color:var(--muted);margin:0 0 32px}
.dcjg-product-facts{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);margin-bottom:32px}
.dcjg-product-facts>div{padding:21px 16px 21px 0;border-bottom:1px solid var(--line)}
.dcjg-product-facts>div:nth-child(odd){border-right:1px solid var(--line)}.dcjg-product-facts>div:nth-child(even){padding-left:22px}
.dcjg-product-facts span{display:block;text-transform:uppercase;letter-spacing:.08em;color:#888;font-size:11px;margin-bottom:8px}
.dcjg-product-facts strong{display:block;font-size:17px;line-height:1.35}
.dcjg-product-oemvin{display:flex;gap:16px;flex-wrap:wrap;margin:0 0 22px}
.dcjg-product-oemvin>div{flex:1 1 180px;border-left:3px solid var(--accent);padding:4px 0 4px 14px}
.dcjg-product-oemvin span{display:block;text-transform:uppercase;letter-spacing:.08em;color:#888;font-size:11px;font-weight:700;margin-bottom:4px}
.dcjg-product-oemvin strong{display:block;color:var(--accent);font-size:25px;line-height:1.2;letter-spacing:-.01em;word-break:break-all}
.dcjg-inquiry-button{display:flex;align-items:center;justify-content:space-between;width:min(100%,340px);padding:15px 24px;color:#fff;background:var(--accent);text-decoration:none;font-size:13px;font-weight:700;letter-spacing:.08em;transition:background .2s,transform .2s}
.dcjg-inquiry-button:hover{color:#fff;background:#c83e0a;transform:translateY(-2px)}.dcjg-inquiry-button span{font-size:20px;line-height:1}
.dcjg-intro-note{font-size:12px;line-height:1.6;color:#888;max-width:380px;margin-top:16px}
/* v1.7.33 — WhatsApp CTA + intro-cta row */
.dcjg-intro-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:18px}
.dcjg-whatsapp-button{display:flex;align-items:center;justify-content:center;gap:8px;width:min(100%,340px);background:#25D366;color:#fff;border:0;padding:15px 24px;font-size:13px;font-weight:700;letter-spacing:.08em;text-decoration:none;transition:background .2s}
.dcjg-whatsapp-button:hover{background:#1ebe57}
.dcjg-whatsapp-button span{font-weight:400;font-size:.92em;opacity:.92}
@media(max-width:560px){
  .dcjg-intro-cta{flex-direction:column}
  .dcjg-whatsapp-button,.dcjg-inquiry-button{justify-content:center;text-align:center}
}

.dcjg-product-section{padding:20px 0 90px}.dcjg-section-heading{display:grid;grid-template-columns:80px 1fr;align-items:end;border-bottom:2px solid var(--ink);padding-bottom:20px;margin-bottom:42px}
.dcjg-section-heading span{color:var(--accent);font-size:12px}.dcjg-section-heading h2{font-size:clamp(30px,4vw,56px);line-height:1;margin:0;letter-spacing:-.035em}
.dcjg-product-details-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,380px);gap:clamp(32px,4vw,56px);align-items:start}
.dcjg-product-details-main{min-width:0}
/* v1.7.32 — Related same-brand products in product sidebar */
.dcjg-product-sidebar{display:flex;flex-direction:column;gap:34px;min-width:0;position:sticky;top:225px}
.dcjg-related-products{display:flex;flex-direction:column}
.dcjg-related-heading{font-size:16px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin:0 0 16px;color:var(--ink)}
.dcjg-related-card{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid var(--line);text-decoration:none;color:var(--ink)}
.dcjg-related-card:last-child{border-bottom:0}
.dcjg-related-card:hover .dcjg-related-name{color:var(--accent)}
.dcjg-related-thumb{flex:0 0 64px;width:64px;height:64px;background:#f5f5f5;overflow:hidden;border-radius:4px}
.dcjg-related-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.dcjg-related-thumb--placeholder{background:repeating-linear-gradient(45deg,#f0f0f0,#f0f0f0 8px,#e6e6e6 8px,#e6e6e6 16px)}
.dcjg-related-name{font-size:14px;font-weight:600;line-height:1.35;flex:1;min-width:0}

.dcjg-product-spec-table{overflow-x:auto;margin:32px 0 8px}
.dcjg-product-spec-table table{width:100%!important;height:auto!important;border-collapse:collapse;font-size:14px;line-height:1.6;color:var(--ink)}
.dcjg-product-spec-table td,.dcjg-product-spec-table th{border:1px solid #e2e2e2!important;padding:11px 15px;height:auto!important;vertical-align:top;text-align:left}
.dcjg-product-spec-table td[colspan="3"]{background:#f6f6f6;font-weight:700;text-align:center!important;font-size:15px;text-transform:uppercase}
.dcjg-product-spec-table td[colspan="2"]{background:#f9f9f9;font-weight:700;width:220px}
.dcjg-product-editor-content{max-width:none;margin:0;font-size:16px;line-height:1.8;color:#3b3b3b}
.dcjg-product-editor-content>h1,.dcjg-product-editor-content>h2,.dcjg-product-editor-content>h3{color:var(--ink);line-height:1.2;margin:42px 0 16px}
.dcjg-product-editor-content>h1{font-size:34px}.dcjg-product-editor-content>p strong{display:block;color:var(--ink);font-size:22px;margin-top:34px}
.dcjg-product-editor-content ul{padding-left:20px}.dcjg-product-editor-content li{margin:8px 0}
.dcjg-product-editor-content figure.wp-block-table{margin:50px 0;width:100%;overflow-x:auto}
.dcjg-product-editor-content table{width:100%!important;border-collapse:collapse;font-size:15px}
.dcjg-product-editor-content td,.dcjg-product-editor-content th{padding:15px 18px!important;border:1px solid #d7d7d7!important;text-align:left}
.dcjg-product-editor-content tr:nth-child(even){background:#f7f7f7}.dcjg-product-editor-content td[colspan="2"]{background:#202020;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.dcjg-quote-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;background:#202020;color:#fff;padding:clamp(36px,5vw,72px);margin-top:20px}
.dcjg-quote-section>div>span{font-size:11px;letter-spacing:.12em;color:#ff7b3f}.dcjg-quote-section h2{font-size:clamp(34px,4vw,56px);line-height:1.05;letter-spacing:-.035em;margin:18px 0}.dcjg-quote-section p{color:#bfbfbf;line-height:1.7}
.dcjg-quote-form{display:grid;grid-template-columns:1fr 1fr;gap:22px}.dcjg-quote-form label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#aaa}.dcjg-quote-form input,.dcjg-quote-form textarea{display:block;box-sizing:border-box;width:100%;margin-top:8px;border:0;border-bottom:1px solid #666;background:transparent;color:#fff;padding:12px 0;font:15px Arial,sans-serif;outline:none}.dcjg-quote-form input:focus,.dcjg-quote-form textarea:focus{border-color:#ff7b3f}.dcjg-form-wide{grid-column:1/-1}.dcjg-quote-form button{grid-column:1/-1;display:flex;justify-content:space-between;border:0;background:var(--accent);color:#fff;padding:17px 22px;font-weight:700;letter-spacing:.08em;cursor:pointer}
@media(max-width:900px){.dcjg-product-hero{grid-template-columns:minmax(0,1fr);padding:26px 0 44px}.dcjg-product-intro h1{font-size:24px}.dcjg-quote-section{grid-template-columns:1fr;gap:34px}.dcjg-product-thumbnails{grid-template-columns:repeat(4,1fr)}.dcjg-product-details-layout{grid-template-columns:1fr;gap:34px}.dcjg-product-carousel{position:static;max-width:560px}}
@media(max-width:800px){.dcjg-product-page{padding-top:90px;transition:padding-top .3s cubic-bezier(.22,.61,.36,1)}}@media(max-width:560px){.dcjg-product-page{max-width:100%!important;padding-left:16px;padding-right:16px}.dcjg-product-hero{grid-template-columns:minmax(0,1fr)!important;gap:28px}.dcjg-product-gallery{width:100%!important;max-width:100%!important}.dcjg-product-main-image{width:100%!important;max-width:100%!important}.dcjg-product-intro{width:100%!important}.dcjg-product-intro h1{font-size:20px}.dcjg-product-facts{grid-template-columns:1fr}.dcjg-product-facts>div:nth-child(odd){border-right:0}.dcjg-product-facts>div:nth-child(even){padding-left:0}.dcjg-section-heading{grid-template-columns:42px 1fr}.dcjg-quote-section{margin-left:-16px;margin-right:-16px}.dcjg-quote-form{grid-template-columns:1fr}.dcjg-form-wide,.dcjg-quote-form button{grid-column:1}.dcjg-product-editor-content td,.dcjg-product-editor-content th{padding:12px!important}}

/* WordPress product detail */
.wp-product-detail{font-family:Manrope,Arial,sans-serif;background:#f3f0eb;color:#151515;min-height:100vh;padding:0 5vw 100px}.wp-product-header{height:110px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #c9c3bb}.wp-product-header a{color:#151515;text-decoration:none;font-size:13px}.wp-product-brand{font-weight:700;letter-spacing:2px}.wp-product-detail article{display:grid;grid-template-columns:1.1fr .9fr;gap:6vw;padding-top:72px;max-width:1500px;margin:auto}.wp-product-media img{width:100%;height:auto;display:block}.wp-product-copy>span{font:11px monospace;letter-spacing:1.2px;color:#ed6a22}.wp-product-copy h1{font-size:clamp(44px,5vw,82px);line-height:.95;letter-spacing:-.06em;margin:25px 0}.wp-product-summary{font-size:17px;line-height:1.7;color:#625e58}.wp-product-copy ul{list-style:none;padding:22px 0;margin:30px 0;border-top:1px solid #c9c3bb;border-bottom:1px solid #c9c3bb}.wp-product-copy li{padding:8px 0;font-size:14px}.wp-product-copy li:before{content:'-';color:#ed6a22;margin-right:10px}.wp-product-body{font-size:15px;line-height:1.8}.wp-product-contact{display:inline-block;margin-top:34px;color:#151515;text-decoration:none;border-bottom:1px solid #ed6a22;padding-bottom:8px}@media(max-width:800px){.wp-product-detail article{grid-template-columns:1fr}.wp-product-header{height:82px}.wp-product-copy h1{font-size:44px}}

/* News list page — list-style layout (inspired by shacman.cn.com/team-showcase) */
.dcjg-news-page{background:#fff}
/* v1.8.29 — fix news SPA content hidden under fixed nav (override jsx-runtime #root>main padding-top:0) */
@media(min-width:801px){
  #root > main.news-page.dcjg-news-page{padding-top:99px!important}
  html body #root > main{padding-top:99px!important}
  html body #root > main.faq-page{padding-top:99px!important}
  html body #root > main.applications-page{padding-top:99px!important}
  html body #root > main.catalog-redesign{padding-top:99px!important}
  html body #root > main.solution-detail-page{padding-top:99px!important}
}
@media(max-width:800px){
  #root > main.news-page.dcjg-news-page{padding-top:90px!important}
  html body #root > main.faq-page{padding-top:90px!important}
  html body #root > main.applications-page{padding-top:90px!important}
  html body #root > main.catalog-redesign{padding-top:90px!important}
  html body #root > main.solution-detail-page{padding-top:90px!important}
}
.dcjg-news-section{max-width:1170px;padding:60px 0 100px}
.dcjg-news-archive-header{margin:0 0 30px}
.dcjg-news-archive-header span{display:block;font-family:Arial,sans-serif;font-size:11px;line-height:2.18;font-weight:700;text-transform:uppercase;color:#e75318;letter-spacing:1.2px}
.dcjg-news-archive-header h1{font-size:28px;font-weight:700;color:#171717;margin:4px 0 0;letter-spacing:-.02em}
.dcjg-news-row{display:flex;gap:22px;align-items:flex-start;border-bottom:1px dashed #e3e3e3;padding:22px 0;cursor:pointer}
.dcjg-news-row:hover .dcjg-news-title a{color:#e75318}
.dcjg-news-row:focus-within{outline:2px solid #e75318;outline-offset:4px}
.dcjg-news-thumb{flex:0 0 160px;width:160px;height:120px;overflow:hidden;background:#f0f0f0}
.dcjg-news-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.dcjg-news-row:hover .dcjg-news-thumb img{transform:scale(1.05)}
.dcjg-news-content{flex:1;min-width:0}
.dcjg-news-content time{display:block;color:#999;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px}
.dcjg-news-title{margin:0 0 6px;font-size:16px;line-height:1.3;font-weight:700;clear:none}
.dcjg-news-title a{color:#171717;text-decoration:none}
.dcjg-news-content p{margin:0;font-size:14px;line-height:1.7;color:#666;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.dcjg-news-empty{text-align:center;border:1px dashed #e3e3e3;padding:60px 20px;color:#666}
@media (max-width:600px){.dcjg-news-thumb{flex-basis:110px;width:110px;height:86px}.dcjg-news-section{padding:34px 0 70px}.dcjg-news-archive-header h1{font-size:22px}.dcjg-news-content p{-webkit-line-clamp:4}}

/* v1.7.23 — News detail page redesigned (SHACMAN-inspired layout, DCJG theme) */
.dcjg-news-detail-wrapper{width:min(1480px,calc(100% - 120px));max-width:none;margin:0 auto;padding:0}
.dcjg-news-detail-wrapper .news-detail-back{display:block;margin:20px 0 30px;color:var(--accent,#e75318);text-decoration:none;font-size:14px;font-weight:700}
.dcjg-news-detail-wrapper .news-detail-back:hover{text-decoration:underline}
.dcjg-news-detail-wrapper .news-detail-back .news-back-arrow{display:inline-block;margin-right:6px;transition:transform .2s}
.dcjg-news-detail-wrapper .news-detail-back:hover .news-back-arrow{transform:translateX(-3px)}
.dcjg-news-detail-header{text-align:center;margin-bottom:40px;padding:0 0 30px;border-bottom:1px solid var(--line,#ddd)}
.dcjg-news-detail-title{font-size:clamp(24px,3.2vw,38px);line-height:1.25;letter-spacing:-.02em;margin:0 0 16px;color:var(--ink,#171717)}
.dcjg-news-detail-meta{display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap;font-size:13px;color:var(--muted,#666)}
.dcjg-news-detail-meta time{font-weight:600}
.dcjg-news-detail-meta .news-detail-sep{color:#ccc}
.dcjg-news-detail-meta a{color:var(--accent,#e75318);text-decoration:none}
.dcjg-news-detail-meta a:hover{text-decoration:underline}
.dcjg-news-detail-featured{margin:0 0 40px}
.dcjg-news-detail-featured img{width:100%;height:auto;display:block;border-radius:0}
.dcjg-news-detail-body{font-size:17px;line-height:1.85;color:var(--ink,#171717);margin-bottom:50px}
.dcjg-news-detail-body h2,.dcjg-news-detail-body h3,.dcjg-news-detail-body h4{margin:38px 0 16px;line-height:1.3}
.dcjg-news-detail-body h2{font-size:26px;letter-spacing:-.02em}
.dcjg-news-detail-body h3{font-size:21px}
.dcjg-news-detail-body p{margin:0 0 20px}
.dcjg-news-detail-body img{max-width:100%;height:auto;display:block;margin:30px auto}
.dcjg-news-detail-body a{color:var(--accent,#e75318);text-decoration:underline}
.dcjg-news-detail-body blockquote{border-left:3px solid var(--accent,#e75318);padding:12px 0 12px 22px;margin:28px 0;color:#555;font-style:italic}
.dcjg-news-detail-body ul,.dcjg-news-detail-body ol{margin:0 0 22px;padding-left:28px}
.dcjg-news-detail-body li{margin-bottom:10px}

/* Previous / Next pager */
.dcjg-news-pager{display:grid;grid-template-columns:1fr 1fr;gap:30px;border-top:1px solid var(--line,#ddd);padding-top:40px;margin-bottom:60px}
.dcjg-news-pager a{display:block;text-decoration:none;color:var(--ink,#171717);padding:22px 24px;border:1px solid var(--line,#ddd);transition:border-color .2s}
.dcjg-news-pager a:hover{border-color:var(--accent,#e75318)}
.dcjg-news-pager .news-pager-label{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--accent,#e75318);margin-bottom:8px}
.dcjg-news-pager .news-pager-title{display:block;font-size:16px;font-weight:700;line-height:1.3}
.dcjg-news-pager .news-pager-empty{opacity:.35;pointer-events:none}
/* v1.7.30 — News detail breadcrumb */
.dcjg-news-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:13px;color:var(--muted,#666);padding:14px 0;margin:0}
.dcjg-news-breadcrumb a{color:var(--accent,#e75318);text-decoration:none}
.dcjg-news-breadcrumb a:hover{text-decoration:underline}
.dcjg-news-breadcrumb .news-bc-sep{color:#ccc;margin:0 2px}
.dcjg-news-breadcrumb .news-bc-current{color:var(--ink,#171717);font-weight:600}

@media(max-width:800px){
  .dcjg-news-detail-wrapper{width:calc(100% - 32px);padding:0}
  .dcjg-news-pager{grid-template-columns:1fr;gap:16px}
  .dcjg-news-detail-body{font-size:16px;line-height:1.75}
  .dcjg-news-detail-header{margin-bottom:28px;padding-bottom:22px}
}
@media(max-width:560px){
  .dcjg-news-detail-title{font-size:22px}
  .dcjg-news-detail-body{font-size:15px}
  .dcjg-news-pager a{padding:16px 18px}
  .dcjg-news-pager .news-pager-title{font-size:14px}
}
/* ===== Server-rendered product catalog (products page) ===== */
.dcjg-catalog{--ink:#171717;--muted:#666;--line:#ddd;--accent:#e75318;max-width:none;margin:0;padding:99px 0 0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:#fff;transition:padding-top .3s cubic-bezier(.22,.61,.36,1)}
.dcjg-catalog-hero{display:flex;align-items:center;justify-content:space-between;gap:clamp(24px,4vw,64px);padding:20px clamp(20px,4vw,60px) 24px;border-bottom:1px solid var(--line)}
.dcjg-catalog-hero-copy{flex:1;min-width:0;max-width:720px}
.dcjg-catalog-kicker{display:block;color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:6px}
.dcjg-catalog-hero h1{font-size:clamp(24px,2.4vw,38px);line-height:1.1;letter-spacing:-.03em;margin:0 0 8px;color:var(--ink)}
.dcjg-catalog-hero p{color:var(--muted);font-size:14px;line-height:1.5;max-width:680px;margin:0}
.dcjg-catalog-search{display:flex;gap:10px;flex:0 0 auto;width:min(100%,380px)}
.dcjg-catalog-search input{flex:1;min-width:0;border:1px solid var(--line);padding:11px 14px;font-size:14px;border-radius:2px;color:var(--ink)}
.dcjg-catalog-search button{background:var(--accent);color:#fff;border:0;padding:11px 22px;font-size:14px;font-weight:700;cursor:pointer;border-radius:2px}
.dcjg-sidebar-search{width:100%;margin:0 0 18px;gap:6px}
.dcjg-sidebar-search input{font-size:13px;padding:9px 10px}
.dcjg-sidebar-search button{width:38px;height:38px;padding:0;display:grid;place-items:center;flex:0 0 38px}
.dcjg-sidebar-search button svg{width:16px;height:16px}
.dcjg-catalog-layout{display:grid;grid-template-columns:240px 1fr;gap:0;padding-top:0}
.dcjg-catalog-sidebar{position:sticky;top:99px;align-self:start;height:calc(100vh - 99px);overflow-y:auto;padding:0 12px 40px 30px;border-right:1px solid var(--line);background:#fff}.dcjg-catalog-sidebar h3{font-size:clamp(9px,0.8vw,13px);letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;padding-bottom:6px;border-bottom:2px solid var(--ink)}
.dcjg-all-products{display:block;color:var(--accent);font-size:clamp(10px,0.9vw,14px);font-weight:700;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;margin:0 0 14px;padding:0 4px}.dcjg-all-products:hover{text-decoration:underline}.dcjg-cat-list{font-size:clamp(11px,1vw,14px)}
.dcjg-cat-list details{border-bottom:1px solid var(--line)}
.dcjg-cat-list summary{list-style:none;cursor:pointer;padding:8px 4px 8px 0;position:relative;display:flex;align-items:center;gap:5px}
.dcjg-cat-list summary::-webkit-details-marker{display:none}
.dcjg-cat-list summary a{color:var(--ink);text-decoration:none;font-weight:700}
.dcjg-cat-list summary a.is-active{color:var(--accent)}
.dcjg-cat-list summary a.is-ancestor{color:var(--accent)}
.dcjg-cat-list summary a:hover{color:var(--accent)}
.dcjg-cat-twisty{flex:0 0 14px;font-size:10px;color:var(--muted);transition:transform .15s ease}
.dcjg-cat-twisty::before{content:'▸'}
.dcjg-cat-list details[open] summary .dcjg-cat-twisty{transform:rotate(90deg)}
.dcjg-cat-list ul{list-style:none;margin:0;padding:0 0 3px 12px}
.dcjg-cat-leaf{display:block;padding:6px 4px 6px 12px;color:var(--muted);text-decoration:none;font-size:clamp(10px,0.9vw,13px);border-left:2px solid transparent}
.dcjg-cat-leaf.dcjg-cat-level2{font-weight:700}
.dcjg-brand-list{display:flex;flex-direction:column}
.dcjg-brand-item{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:5px 4px;color:var(--ink);text-decoration:none;font-size:clamp(9px,0.8vw,12px);border-bottom:1px solid var(--line)}
.dcjg-brand-item:hover{color:var(--accent)}
.dcjg-brand-item.is-active{color:var(--accent);font-weight:700}
.dcjg-brand-count{color:var(--muted);font-size:clamp(7px,0.6vw,9px)}
.dcjg-cat-leaf:hover{color:var(--ink)}
.dcjg-cat-leaf.is-active{color:var(--accent);border-left-color:var(--accent);font-weight:700}
.dcjg-catalog-grid{display:flex;flex-direction:column;height:calc(100vh - 132px);padding:14px 16px 20px;box-sizing:border-box;overflow:hidden}.dcjg-catalog-count{font-size:12px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin:0 0 10px;flex:none}
.dcjg-catalog-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:10px;flex:1 1 auto;min-height:0}
.dcjg-catalog-cards.dcjg-cards-cols-4{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr)}
.dcjg-catalog-card{display:flex;flex-direction:column;height:100%;min-height:0;border:1px solid var(--line);background:#fff;text-decoration:none;color:inherit;border-radius:12px;overflow:hidden;transition:transform .1s ease,box-shadow .1s ease}
.dcjg-catalog-card:hover{transform:translateY(-1px);box-shadow:0 4px 10px rgba(0,0,0,.08)}
.dcjg-catalog-card-img{aspect-ratio:1/1;width:100%;margin:0;background:#f5f5f5;overflow:hidden;padding:4px;box-sizing:border-box}
.dcjg-catalog-card-img img{width:100%;height:100%;object-fit:cover;display:block}
/* v1.8.31 — desktop keeps v1.8.29 flex-fill card image */
@media(min-width:801px){
  .dcjg-catalog-card-img{aspect-ratio:auto;flex:1 1 auto;width:100%;min-height:0;margin:0}
}
.dcjg-catalog-noimg{display:grid;place-items:center;color:#999;text-transform:uppercase;letter-spacing:.04em;font-size:8px}
.dcjg-catalog-card-body{flex:none;padding:6px 8px 8px}
.dcjg-catalog-card-cat{display:block;text-align:center;color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;margin-bottom:2px}
.dcjg-catalog-card h3{font-size:14px;line-height:1.2;margin:0 0 3px;color:var(--ink)}
.dcjg-catalog-card p{font-size:11px;color:var(--muted);line-height:1.3;margin:0 0 5px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.dcjg-catalog-card-more{font-size:11px;color:var(--ink);font-weight:700}
.dcjg-catalog-empty{padding:80px 20px;text-align:center;color:var(--muted)}
.dcjg-type-list{display:flex;flex-direction:column}
.dcjg-type-item{display:block;padding:10px 4px;color:var(--ink);text-decoration:none;font-size:13px;line-height:1.35;font-weight:600;border-bottom:1px solid var(--line);word-break:break-word}
.dcjg-type-item:hover{color:var(--accent)}
.dcjg-type-item.is-active{color:var(--accent)}
.dcjg-type-sub{padding-left:16px;font-size:12px;font-weight:400;color:var(--muted)}
.dcjg-type-sub:hover{color:var(--accent)}
.dcjg-catalog-pagination{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:12px;flex:none}
.dcjg-catalog-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 10px;border:1px solid var(--line);color:var(--ink);text-decoration:none;font-size:17px;font-weight:600;background:#fff}
.dcjg-catalog-pagination .page-numbers.current{background:var(--accent);border-color:var(--accent);color:#fff}
.dcjg-catalog-pagination .page-numbers:hover{border-color:var(--accent);color:var(--accent)}
.dcjg-catalog-sidebar .dcjg-catalog-empty{padding:24px 8px;text-align:left;font-size:14px}
.dcjg-catalog-search button:hover{background:#c94614}
.dcjg-catalog-empty h2{font-size:24px;color:var(--ink);margin:0 0 10px}
.dcjg-catalog-empty p{margin:0}
.dcjg-catalog-empty a{color:var(--accent)}
.dcjg-catalog-brand-heading{margin-top:34px}
.dcjg-brand-list{display:flex;flex-direction:column}
.dcjg-brand-item{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:5px 4px;color:var(--ink);text-decoration:none;font-size:clamp(9px,0.8vw,12px);font-weight:600;border-bottom:1px solid var(--line);transition:color .15s ease}
.dcjg-brand-item:hover{color:var(--accent)}
.dcjg-brand-item.is-active{color:var(--accent);font-weight:700}
@media(max-width:900px){.dcjg-catalog{padding-top:99px}.dcjg-catalog-hero{display:block}.dcjg-catalog-hero-copy{max-width:none}.dcjg-catalog-search{width:100%;max-width:540px;margin-top:14px}.dcjg-catalog-layout{grid-template-columns:200px 1fr;gap:0}.dcjg-catalog-sidebar{position:sticky;top:99px;order:0;align-self:start;height:auto;max-height:calc(100vh - 99px);overflow-y:auto;padding:0 16px 32px;border-right:1px solid var(--line)}.dcjg-catalog-grid{padding:0 20px 60px}.dcjg-catalog-cards{grid-template-columns:repeat(2,1fr);gap:16px}}
@media(max-width:560px){.dcjg-catalog{padding-left:0;padding-right:0}.dcjg-catalog-cards{grid-template-columns:repeat(2,1fr);gap:10px}}
@media(min-width:901px){.dcjg-catalog-sidebar{top:99px;height:calc(100vh - 99px)}}
/* v1.7.70 — Caterpillar-style nav: dark utility bar (contact + social) over main bar (logo + links) */
@media(min-width:801px){
  html body .global-nav,html body .products-nav{height:99px!important;min-height:99px!important;display:block!important;grid-template-rows:none!important;grid-template-columns:none!important}
  html body .hero.hero-poster,html body .global-nav+main>.hero.hero-poster{margin-top:0!important}
  html body #root>.product-detail-front,html body #root>.news-detail-page,html body #root>.applications-page,html body .catalog-redesign,html body .news-page,html body .applications-page,html body .solution-detail-page{padding-top:99px!important}
  html body.site-scrolled .global-nav,html body.site-scrolled .products-nav,html body.site-scroll-down .global-nav,html body.site-scroll-down .products-nav,html body.site-scroll-up .global-nav,html body.site-scroll-up .products-nav{transform:none!important}
  html body .nav-utility{background:#171717!important;border-bottom:1px solid #333!important}
  html body .nav-utility-inner{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;height:32px!important;max-width:1600px!important;margin:0 auto!important;padding:0 28px!important}
  html body .nav-utility .header-contact-lockup{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:10px!important;flex-basis:auto!important;order:0!important;width:auto!important;min-width:0!important;margin:0!important;padding:0!important;border-left:0!important;border-top:0!important;position:static!important;top:auto!important;right:auto!important;transform:none!important;overflow:visible!important}
  html body .global-nav .nav-utility .header-contact-lockup .header-contact-line,html body .products-nav .nav-utility .header-contact-lockup .header-contact-line{display:inline-flex!important;flex:none!important;align-items:center!important;gap:6px!important;white-space:nowrap!important;font-size:19px!important;font-weight:600!important;line-height:1!important;color:#ffffff!important;width:auto!important;justify-content:flex-start!important;text-align:left!important}
  html body .nav-utility .header-contact-line svg{width:15px!important;height:15px!important;color:#e75318!important;stroke:#e75318!important;fill:none!important}
  html body .nav-utility .whatsapp-line svg{color:#25d366!important;stroke:none!important;fill:#25d366!important}
  html body .nav-utility .header-social-links{display:flex!important;align-items:center!important;gap:7px!important;margin:0 0 0 6px!important;line-height:1!important}
  html body .nav-utility .header-social-links a{display:grid!important;place-items:center!important;width:27px!important;height:27px!important;background:#333!important;border-radius:50%!important;color:#252525!important;position:static!important;transform:none!important;margin:0!important}
  html body .nav-utility .header-social-links svg{width:18px!important;height:18px!important;stroke:none!important}
  html body .nav-utility .header-social-links a>span{display:none!important}
  html body .nav-main{display:flex!important;align-items:center!important;justify-content:space-between!important;height:calc(99px - 32px)!important;max-width:1600px!important;margin:0 auto!important;padding:0 28px!important;background:#fff!important}
  html body .nav-main .partnership-lockup{display:flex!important;align-items:center!important;gap:10px!important;flex:none!important;max-width:none!important;height:auto!important;width:auto!important;margin:0!important;padding:0!important;position:static!important;top:auto!important;transform:none!important;grid-area:auto!important;justify-self:auto!important}
  html body .nav-main .dcjg-brand-logo{width:44px!important;height:44px!important;object-fit:contain!important;object-position:left center!important;transform:none!important}
  html body .nav-main .shacman-partner-logo{width:40px!important;height:40px!important;object-fit:contain!important;transform:none!important;filter:none!important;opacity:1!important}
  html body .nav-main .company-name-lockup{display:flex!important;flex-direction:column!important;justify-content:center!important;max-width:none!important;min-width:0!important;margin:0 0 0 6px!important;padding:0 0 0 12px!important;border-left:1px solid #e0dcd6!important;position:static!important;top:auto!important;transform:none!important}
  html body .nav-main .company-name-lockup strong{font-size:14px!important;font-weight:600!important;line-height:1.15!important;white-space:nowrap!important}
  html body .nav-main .company-name-lockup small{font-size:10px!important;font-weight:600!important;line-height:1.1!important;margin-top:2px!important;white-space:nowrap!important}
  html body .global-nav nav,html body .products-nav nav{display:flex!important;flex-flow:row nowrap!important;align-items:center!important;justify-content:flex-end!important;gap:2px!important;width:auto!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;position:static!important;inset:auto!important;overflow:visible!important;background:transparent!important;border-top:0!important;box-shadow:none!important;transform:none!important;grid-area:auto!important;justify-self:auto!important;border-radius:0!important}
  html body .global-nav nav a,html body .products-nav nav a{display:inline-block!important;flex:none!important;white-space:nowrap!important;text-align:center!important;padding:8px 11px!important;margin:0!important;font-size:19px!important;font-weight:600!important;line-height:1!important;color:#171717!important;text-shadow:none!important;border-bottom:0!important;border-radius:0!important;background:0 0!important}
  html body .global-nav nav a.active,html body .products-nav nav a.active{color:#e75318!important}
  html body .global-nav .nav-utility .header-contact-lockup,html body .products-nav .nav-utility .header-contact-lockup{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;align-self:auto!important;justify-content:center!important;gap:10px!important;flex:none!important;width:auto!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;position:static!important;inset:auto!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;transform:none!important}
  html body .global-nav .nav-utility .header-contact-line,html body .products-nav .nav-utility .header-contact-line{display:inline-flex!important;flex:none!important;width:auto!important;min-width:0!important;margin:0!important;padding:0!important;gap:6px!important}
}
/* v1.7.73 — responsive nav across window widths */
@media(min-width:801px) and (max-width:1180px){
  html body .nav-main,html body .nav-utility-inner{padding-left:20px!important;padding-right:20px!important}
  html body .global-nav nav a,html body .products-nav nav a{font-size:clamp(12px,1.25vw,17px)!important;padding:8px 8px!important}
  html body .nav-utility .header-contact-line{font-size:17px!important}
  html body .nav-utility .header-contact-line svg{width:14px!important;height:14px!important}
  html body .nav-main .company-name-lockup strong{font-size:13px!important}
}
@media(min-width:801px) and (max-width:980px){
  html body .nav-main .company-name-lockup small{display:none!important}
  html body .global-nav nav a,html body .products-nav nav a{padding:7px 6px!important}
  html body .nav-utility .header-contact-line{font-size:15px!important}
  html body .nav-utility-inner{gap:6px!important}
}
/* ===== v1.7.11: mobile restructure (Caterpillar-style) ===== */
@media(max-width:800px){
  html body .global-nav, html body .products-nav{height:auto!important;min-height:0!important;display:block!important;grid-template-rows:none!important;grid-template-columns:none!important;position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;padding:0!important;margin:0!important;transform:none!important;box-shadow:0 1px 0 #ece8e3,0 10px 30px rgba(20,24,27,.08)!important}
  html body .nav-utility{background:#171717!important;border-bottom:1px solid #333!important}
  html body .nav-utility-inner{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:5px!important;height:16px!important;padding:1px 10px!important;margin:0!important;max-width:none!important;overflow-x:auto!important;overflow-y:hidden!important}
  html body .nav-utility .header-contact-lockup{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:4px 8px!important;flex-basis:auto!important;order:0!important;width:auto!important;min-width:0!important;margin:0!important;padding:0!important;border-left:0!important;border-top:0!important;position:static!important;top:auto!important;right:auto!important;transform:none!important;overflow:visible!important}
  html body .nav-utility .header-contact-line{display:inline-flex!important;flex:none!important;align-items:center!important;gap:4px!important;white-space:nowrap!important;font-size:10px!important;font-weight:600!important;line-height:1!important;color:#ffffff!important;width:auto!important;justify-content:flex-start!important;text-align:left!important}
  html body .nav-utility .header-contact-line svg{width:10px!important;height:10px!important;color:#e75318!important;stroke:#e75318!important;fill:none!important}
  html body .nav-utility .whatsapp-line svg{color:#25d366!important;stroke:none!important;fill:#25d366!important}
  html body .nav-utility .header-social-links{display:flex!important;align-items:center!important;gap:4px!important;margin:0 0 0 4px!important;line-height:1!important}
  html body .nav-utility .header-social-links a{display:grid!important;place-items:center!important;width:15px!important;height:15px!important;background:#333!important;border-radius:50%!important;color:#252525!important;position:static!important;transform:none!important;margin:0!important}
  html body .nav-utility .header-social-links svg{width:11px!important;height:11px!important;stroke:none!important}
  html body .nav-utility .header-social-links a>span{display:none!important}
  html body .nav-main{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;height:auto!important;max-width:none!important;margin:0!important;padding:0 12px!important;background:#fff!important}
  html body .nav-main .partnership-lockup{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;flex:none!important;max-width:none!important;height:46px!important;width:100%!important;margin:0!important;padding:22px 0 1px!important;position:static!important;top:auto!important;transform:none!important;grid-area:auto!important;justify-self:auto!important}
  html body .nav-main .dcjg-brand-logo{width:24px!important;height:24px!important;object-fit:contain!important;object-position:left center!important;transform:none!important}
  html body .nav-main .shacman-partner-logo{width:22px!important;height:22px!important;object-fit:contain!important;transform:none!important;filter:none!important;opacity:1!important}
  html body .nav-main .company-name-lockup{display:flex!important;flex-direction:column!important;justify-content:center!important;max-width:none!important;min-width:0!important;margin:0 0 0 6px!important;padding:0 0 0 10px!important;border-left:1px solid #e0dcd6!important;position:static!important;top:auto!important;transform:none!important}
  html body .nav-main .company-name-lockup strong{font-size:10px!important;font-weight:600!important;line-height:1.15!important;white-space:nowrap!important}
  html body .nav-main .company-name-lockup small{font-size:8px!important;font-weight:600!important;line-height:1.1!important;margin-top:1px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  html body .global-nav nav,html body .products-nav nav{display:flex!important;flex-flow:row nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:0!important;width:100%!important;flex:1 1 100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;height:19px!important;padding:0 0 2px!important;position:static!important;inset:auto!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;background:transparent!important;border-top:0!important;box-shadow:none!important;transform:none!important;border-radius:0!important}
  html body .global-nav nav a,html body .products-nav nav a{display:inline-block!important;flex:none!important;white-space:nowrap!important;text-align:center!important;padding:4px 8px!important;margin:0!important;font-size:11px!important;font-weight:600!important;line-height:1!important;color:#171717!important;text-shadow:none!important;border-bottom:0!important;border-radius:0!important;background:0 0!important}
  html body .global-nav nav a.active,html body .products-nav nav a.active{color:#e75318!important}
  html body .global-nav .menu-toggle,html body .products-nav .mobile-nav-toggle{display:none!important}
  html body .global-nav .translation-plugin-slot,html body .products-nav .translation-plugin-slot{display:none!important}
  html body .global-nav .partnership-symbol,html body .products-nav .partnership-symbol{display:none!important}
  html body.site-scrolled .global-nav,html body.site-scrolled .products-nav,html body.site-scroll-down .global-nav,html body.site-scroll-down .products-nav,html body.site-scroll-up .global-nav,html body.site-scroll-up .products-nav{transform:none!important;top:0!important}
  html body .dcjg-catalog,html body .dcjg-product-page,html body .news-page,html body .catalog-redesign,html body .applications-page,html body .solution-detail-page,html body #root>.news-detail-page,html body #root>.product-detail-front,html body #root>.applications-page,html body.blog #root>*{padding-top:90px!important;overflow-x:hidden!important}
  html body .hero.hero-poster,html body .global-nav+main>.hero.hero-poster{margin-top:90px!important}
  html body.site-scrolled .hero.hero-poster,html body.site-scrolled .global-nav+main>.hero.hero-poster{margin-top:90px!important}
  html body.site-scrolled .dcjg-catalog,html body.site-scrolled .dcjg-product-page,html body.site-scrolled .news-page,html body.site-scrolled .catalog-redesign,html body.site-scrolled .applications-page,html body.site-scrolled .solution-detail-page,html body.site-scrolled #root>.news-detail-page,html body.site-scrolled #root>.product-detail-front,html body.site-scrolled #root>.applications-page,html body.site-scrolled.blog #root>*{padding-top:90px!important}
}
@media(max-width:560px){
  html body .dcjg-catalog .dcjg-catalog-layout{display:block!important;padding:0!important}
  html body .dcjg-catalog .dcjg-catalog-sidebar{position:static!important;width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important;padding:10px 12px!important;border-right:0!important;border-bottom:1px solid #eee!important;background:#fff!important}
  html body .dcjg-catalog .dcjg-catalog-sidebar .dcjg-catalog-search{display:none!important}
  html body .dcjg-catalog .dcjg-catalog-sidebar h3{font-size:11px!important;letter-spacing:.08em!important;margin:12px 0 8px!important;padding-bottom:4px!important}
  html body .dcjg-catalog .dcjg-all-products{display:inline-block!important;font-size:12px!important;margin:0 6px 6px 0!important;padding:6px 12px!important;border:1px solid var(--accent)!important;border-radius:16px!important;color:var(--accent)!important}
  html body .dcjg-catalog .dcjg-cat-list{display:block!important;overflow:visible!important;font-size:13px!important}
  html body .dcjg-catalog .dcjg-cat-list details{display:block!important;border-bottom:1px solid #eee!important}
  html body .dcjg-catalog .dcjg-cat-list details summary{list-style:none!important;padding:9px 2px!important;margin:0!important;display:flex!important;align-items:center!important;gap:6px!important}
  html body .dcjg-catalog .dcjg-cat-list details summary::-webkit-details-marker{display:none!important}
  html body .dcjg-catalog .dcjg-cat-list details summary .dcjg-cat-twisty{display:inline-block!important;flex:0 0 14px!important;font-size:11px!important}
  html body .dcjg-catalog .dcjg-cat-list details summary a{display:block!important;padding:0!important;border:0!important;border-radius:0!important;font-size:13px!important;color:var(--ink)!important;text-decoration:none!important;font-weight:700!important;background:transparent!important}
  html body .dcjg-catalog .dcjg-cat-list details summary a.is-active{color:var(--accent)!important}
  html body .dcjg-catalog .dcjg-cat-list details[open] summary a{color:var(--ink)!important;background:transparent!important;border-color:transparent!important}
  html body .dcjg-catalog .dcjg-cat-list details ul{display:none!important;padding:0 0 0 16px!important;margin:0!important}
  html body .dcjg-catalog .dcjg-cat-list details[open] ul{display:block!important}
  html body .dcjg-catalog .dcjg-cat-leaf{display:block!important;padding:7px 2px 7px 16px!important;font-size:12px!important;text-decoration:none!important;color:var(--ink)!important;background:transparent!important;border:0!important;border-radius:0!important}
  html body .dcjg-catalog .dcjg-cat-leaf.is-active{background:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important}
  html body .dcjg-catalog .dcjg-catalog-brand-heading{margin-top:4px!important}
  html body .dcjg-catalog .dcjg-brand-list{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:6px!important;padding-bottom:4px!important;-webkit-overflow-scrolling:touch!important}
  html body .dcjg-catalog .dcjg-brand-item{flex:none!important;white-space:nowrap!important;font-size:12px!important;padding:7px 12px!important;border:1px solid #ddd!important;border-radius:16px!important;background:#fff!important}
  html body .dcjg-catalog .dcjg-catalog-grid{height:auto!important;overflow:visible!important;padding:14px 12px 70px!important}
  html body .dcjg-catalog .dcjg-catalog-count{font-size:13px!important;margin:0 0 12px!important}
  html body .dcjg-catalog .dcjg-catalog-cards{grid-template-columns:repeat(2,1fr)!important;grid-template-rows:none!important;gap:10px!important;flex:none!important;min-height:0!important}
  html body .dcjg-catalog .dcjg-catalog-card{height:auto!important;min-height:0!important}
  html body .dcjg-catalog .dcjg-catalog-card-img{aspect-ratio:1/1!important;flex:none!important;height:auto!important}
  html body .dcjg-catalog .dcjg-catalog-card-body{padding:10px 10px 12px!important}
  html body .dcjg-catalog .dcjg-catalog-card-cat{display:none!important}
  html body .dcjg-catalog .dcjg-catalog-card h3{font-size:12px!important;margin:0 0 6px!important}
  html body .dcjg-catalog .dcjg-catalog-card p{font-size:13px!important;line-height:1.45!important;margin:0 0 8px!important;-webkit-line-clamp:2!important}
  html body .dcjg-catalog .dcjg-catalog-card-more{display:none!important}
  html body .dcjg-catalog-hero p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  html body .dcjg-product-page .dcjg-product-hero{gap:16px!important;padding:16px 0 22px!important}
  html body .dcjg-product-page .dcjg-product-facts{grid-template-columns:1fr 1fr!important}
  html body .dcjg-product-page .dcjg-product-facts>div{padding:14px 10px 14px 0!important}
  html body .dcjg-product-page .dcjg-product-facts span{font-size:10px!important;margin-bottom:5px!important}
  html body .dcjg-product-page .dcjg-product-facts strong{font-size:14px!important}
  html body .dcjg-product-page .dcjg-product-summary{font-size:14px!important;margin-bottom:22px!important}
	  html body .dcjg-product-page .dcjg-product-intro h1{font-size:20px!important;margin:0 0 12px!important;line-height:1.15!important}
}


/* v1.7.15 — enlarge desktop nav logo + company name (fill empty space) */
@media (min-width:801px){
  html body .global-nav .partnership-lockup .dcjg-brand-logo,
  html body .products-nav .partnership-lockup .dcjg-brand-logo,
  html body .global-nav .partnership-lockup .shacman-partner-logo,
  html body .products-nav .partnership-lockup .shacman-partner-logo{width:clamp(52px,5.8vw,92px)!important;height:clamp(46px,5vw,80px)!important;flex:0 0 clamp(52px,5.8vw,92px)!important;object-fit:contain!important;object-position:center!important}
  html body .global-nav .company-name-lockup strong,
  html body .products-nav .company-name-lockup strong{font-size:clamp(14px,1.35vw,21px)!important;font-weight:600!important;line-height:1.15!important}
  html body .global-nav .company-name-lockup small,
  html body .products-nav .company-name-lockup small{font-size:clamp(10px,1vw,15px)!important;font-weight:600!important;line-height:1.2!important;margin-top:4px!important;color:#3a3a3a!important}
  /* v1.7.21 — keep SPA pages clear of the taller desktop nav */
  html body .news-page,
  html body .catalog-redesign,
  html body .applications-page,
  html body .solution-detail-page,
  html body #root>.news-detail-page,
  html body #root>.product-detail-front,
  html body #root>.applications-page{padding-top:225px!important}
  html body.site-scrolled .news-page,
  html body.site-scrolled .catalog-redesign,
  html body.site-scrolled .applications-page,
  html body.site-scrolled .solution-detail-page,
  html body.site-scrolled #root>.news-detail-page,
  html body.site-scrolled #root>.product-detail-front,
  html body.site-scrolled #root>.applications-page{padding-top:60px!important}
  /* v1.7.47 — catalog side search removed only on products page (JS handles it) */
}
/* v1.7.47 — hide React catalog side search (only products page has this) */
html body .catalog-search{display:none!important}
/* v1.7.51 — Truck dropdown (product types + brands) in nav */
.global-nav nav .nav-item.has-dropdown, .products-nav nav .nav-item.has-dropdown{position:relative!important;display:inline-flex!important;align-items:center!important;flex:none!important}
.global-nav nav .nav-caret, .products-nav nav .nav-caret{display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;margin-left:6px;vertical-align:middle}
.global-nav nav .nav-dropdown, .products-nav nav .nav-dropdown{position:absolute!important;top:100%!important;left:0!important;min-width:240px!important;max-height:min(460px,calc(100vh - 140px))!important;overflow-y:auto!important;background:#fff!important;box-shadow:0 18px 44px rgba(0,0,0,.18)!important;border:1px solid #eee!important;border-radius:8px!important;padding:6px 0!important;opacity:0!important;visibility:hidden!important;transform:translateY(10px)!important;transition:opacity .18s ease,transform .18s ease,visibility .18s!important;z-index:300!important}
.global-nav nav .nav-item.has-dropdown:hover .nav-dropdown, .products-nav nav .nav-item.has-dropdown:hover .nav-dropdown{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}
.global-nav nav .nav-dropdown-group, .products-nav nav .nav-dropdown-group{padding:4px 0;border-bottom:1px solid #f3f3f3}
.global-nav nav .nav-dropdown-group:last-child, .products-nav nav .nav-dropdown-group:last-child{border-bottom:0}
.global-nav nav .nav-dropdown-title, .products-nav nav .nav-dropdown-title{display:block!important;padding:9px 18px 5px!important;font-weight:600!important;color:#151515!important;text-decoration:none!important;font-size:13px!important;letter-spacing:.05em!important;text-transform:uppercase!important;text-shadow:none!important}
.global-nav nav .nav-dropdown-link, .products-nav nav .nav-dropdown-link{display:block!important;padding:6px 18px 6px 22px!important;color:#555!important;text-decoration:none!important;font-size:13px!important;white-space:nowrap!important;text-shadow:none!important;font-weight:500!important}
.global-nav nav .nav-dropdown-link:hover, .products-nav nav .nav-dropdown-link:hover{color:var(--accent)!important;background:#faf6f3!important}
.global-nav nav .nav-dropdown-title, .products-nav nav .nav-dropdown-title, .global-nav nav .nav-dropdown-link, .products-nav nav .nav-dropdown-link{transform:none!important;position:static!important;width:auto!important;margin:0!important}
.global-nav nav .nav-dropdown-title:before, .products-nav nav .nav-dropdown-title:before, .global-nav nav .nav-dropdown-link:before, .products-nav nav .nav-dropdown-link:before, .global-nav nav .nav-dropdown-title:after, .products-nav nav .nav-dropdown-title:after, .global-nav nav .nav-dropdown-link:after, .products-nav nav .nav-dropdown-link:after{content:none!important;display:none!important}
.global-nav nav .nav-dropdown-title:hover, .products-nav nav .nav-dropdown-title:hover, .global-nav nav .nav-dropdown-link:hover, .products-nav nav .nav-dropdown-link:hover{transform:none!important}
@media(max-width:800px){
  .global-nav nav .nav-item.has-dropdown, .products-nav nav .nav-item.has-dropdown{display:contents!important}
  .global-nav nav .nav-caret, .products-nav nav .nav-caret{display:none!important}
  .global-nav nav .nav-dropdown, .products-nav nav .nav-dropdown{display:none!important}
}


/* ===== v1.7.93 — nav UI polish (structure unchanged) ===== */
html body .global-nav,html body .products-nav{box-shadow:0 2px 14px rgba(20,24,27,.07)}
html body .global-nav nav a,html body .products-nav nav a{position:relative!important;transition:color .2s ease}
html body .global-nav nav a:hover,html body .products-nav nav a:hover{color:#e75318!important}

/* ===== v1.8.77 — News 三栏布局 + 内容放大 ===== */
/* v1.8.101: Press-release card layout. Product-link sidebars were removed. */
.dcjg-press-page{min-height:65vh;background:#fff;color:#171717;padding:99px 0 100px}
.dcjg-press-hero{padding:68px 0 34px;border-bottom:1px solid #e8e8e8}
.dcjg-press-kicker{display:block;margin:0 0 10px;color:#e75318;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.dcjg-press-hero h1{max-width:820px;margin:0;color:#171717;font-size:clamp(32px,4.4vw,58px);line-height:1.05;letter-spacing:-.045em;font-weight:700}
.dcjg-press-hero p{max-width:710px;margin:18px 0 0;color:#666;font-size:17px;line-height:1.7}
.dcjg-press-list{padding-top:30px}
.dcjg-press-list-head{display:flex;justify-content:space-between;align-items:center;margin:0 0 22px;color:#555;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.dcjg-press-list-head span:last-child{color:#e75318}
.dcjg-press-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.dcjg-press-card{display:flex;min-width:0;flex-direction:column;background:#fff;border:1px solid #e7e7e7;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.dcjg-press-card:hover{border-color:#d6d6d6;box-shadow:0 16px 34px rgba(0,0,0,.1);transform:translateY(-4px)}
.dcjg-press-card-image{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#f2f2f2}
.dcjg-press-card-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}
.dcjg-press-card:hover .dcjg-press-card-image img{transform:scale(1.045)}
.dcjg-press-card-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#aaa;font-size:12px;font-weight:700;letter-spacing:.12em}
.dcjg-press-card-body{display:flex;flex:1;flex-direction:column;padding:20px 20px 22px}
.dcjg-press-card-meta{display:flex;gap:12px;align-items:center;margin-bottom:12px;color:#888;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.dcjg-press-card-meta span{color:#e75318}
.dcjg-press-card h2{margin:0 0 12px;font-size:21px;line-height:1.22;letter-spacing:-.02em;font-weight:700}
.dcjg-press-card h2 a{color:#171717;text-decoration:none}.dcjg-press-card h2 a:hover{color:#e75318}
.dcjg-press-card p{display:-webkit-box;margin:0 0 20px;overflow:hidden;color:#666;font-size:14px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.dcjg-press-readmore{display:inline-flex;gap:12px;align-items:center;margin-top:auto;color:#171717;font-size:12px;font-weight:800;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}
.dcjg-press-readmore span{color:#e75318;font-size:18px;line-height:1;transition:transform .2s ease}.dcjg-press-readmore:hover{color:#e75318}.dcjg-press-readmore:hover span{transform:translateX(4px)}
.dcjg-press-pagination{margin-top:42px}.dcjg-press-pagination .page-numbers{display:flex;justify-content:center;gap:6px;margin:0;padding:0;list-style:none}.dcjg-press-pagination a,.dcjg-press-pagination span{display:grid;width:38px;height:38px;place-items:center;border:1px solid #ddd;color:#222;font-size:13px;font-weight:700;text-decoration:none}.dcjg-press-pagination .current,.dcjg-press-pagination a:hover{border-color:#e75318;background:#e75318;color:#fff}.dcjg-press-empty{padding:60px 0;color:#777;text-align:center}
.global-nav nav .nav-item.has-dropdown:focus-within .nav-dropdown,.products-nav nav .nav-item.has-dropdown:focus-within .nav-dropdown{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}
@media(max-width:1050px){.dcjg-press-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.dcjg-press-page{padding:67px 0 60px}.dcjg-press-hero{padding:38px 16px 27px}.dcjg-press-list{padding:24px 16px 0}.dcjg-press-hero h1{font-size:31px}.dcjg-press-hero p{font-size:15px}.dcjg-press-list-head{margin-bottom:16px;font-size:10px}.dcjg-press-grid{grid-template-columns:1fr;gap:16px}.dcjg-press-card-body{padding:17px}.dcjg-press-card h2{font-size:19px}}

/* v1.8.146 — News archive and article conversion layout. */
.dcjg-press-hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:27px}.dcjg-press-hero-button{display:inline-flex;align-items:center;gap:18px;background:#e75318;color:#fff;padding:13px 18px;font-size:12px;font-weight:800;letter-spacing:.07em;text-decoration:none;text-transform:uppercase;transition:background .2s ease,transform .2s ease}.dcjg-press-hero-button:hover{background:#c9430d;transform:translateY(-2px)}.dcjg-press-hero-button span{font-size:18px;line-height:1}.dcjg-press-hero-note{color:#6d6d6d;font-size:12px;font-weight:600}.dcjg-press-card--lead{border-color:#d7d7d7}.dcjg-press-card--lead .dcjg-press-card-body{padding:25px}.dcjg-press-card--lead h2{font-size:25px}.dcjg-press-card--lead .dcjg-press-card-image{aspect-ratio:16/9}
.dcjg-news-detail-kicker{margin:0 0 14px;color:#e75318;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.dcjg-news-detail-kicker a{color:inherit;text-decoration:none}.dcjg-news-detail-summary{max-width:760px;margin:19px auto 0;color:#606060;font-size:18px;line-height:1.65}.dcjg-news-inquiry{display:flex;justify-content:space-between;gap:36px;align-items:center;margin:58px 0;padding:34px 38px;background:#191919;color:#fff}.dcjg-news-inquiry-kicker{display:block;margin-bottom:9px;color:#f0713f;font-size:11px;font-weight:800;letter-spacing:.13em}.dcjg-news-inquiry h2{margin:0 0 10px;color:#fff;font-size:26px;line-height:1.2}.dcjg-news-inquiry p{max-width:640px;margin:0;color:#d7d7d7;font-size:15px;line-height:1.65}.dcjg-news-inquiry-actions{display:flex;flex:0 0 auto;gap:10px;flex-wrap:wrap}.dcjg-news-inquiry-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 17px;font-size:12px;font-weight:800;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.dcjg-news-inquiry-primary{gap:14px;background:#e75318;color:#fff}.dcjg-news-inquiry-primary:hover{background:#f06b34}.dcjg-news-inquiry-secondary{border:1px solid #666;color:#fff}.dcjg-news-inquiry-secondary:hover{border-color:#fff}.dcjg-news-related{margin:0 0 60px}.dcjg-news-related-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px;padding-bottom:16px;border-bottom:2px solid #181818}.dcjg-news-related-heading span{color:#e75318;font-size:11px;font-weight:800;letter-spacing:.12em}.dcjg-news-related-heading h2{margin:0;font-size:27px;line-height:1.1}.dcjg-news-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dcjg-news-related-card{display:flex;min-height:190px;flex-direction:column;padding:20px;border:1px solid #e2e2e2;background:#fff}.dcjg-news-related-meta{margin-bottom:13px;color:#888;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.dcjg-news-related-card h3{margin:0 0 18px;font-size:18px;line-height:1.28}.dcjg-news-related-card h3 a{color:#171717;text-decoration:none}.dcjg-news-related-card h3 a:hover{color:#e75318}.dcjg-news-related-link{margin-top:auto;color:#171717;font-size:11px;font-weight:800;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.dcjg-news-related-link span{margin-left:7px;color:#e75318;font-size:16px}
@media(min-width:1051px){.dcjg-press-card--lead{grid-column:span 2}.dcjg-press-card--lead .dcjg-press-card-image{aspect-ratio:16/8}.dcjg-press-card--lead h2{font-size:28px}}@media(max-width:800px){.dcjg-news-detail-summary{font-size:16px}.dcjg-news-inquiry{align-items:flex-start;flex-direction:column;margin:40px 0;padding:27px 24px}.dcjg-news-inquiry h2{font-size:23px}.dcjg-news-related-grid{grid-template-columns:1fr}.dcjg-news-related-card{min-height:0}}@media(max-width:640px){.dcjg-press-hero-actions{align-items:flex-start;flex-direction:column;gap:13px}.dcjg-press-card--lead .dcjg-press-card-body{padding:18px}.dcjg-press-card--lead h2{font-size:21px}.dcjg-news-inquiry-actions{width:100%}.dcjg-news-inquiry-actions a{flex:1}.dcjg-news-related-heading{align-items:flex-start;flex-direction:column;gap:8px}.dcjg-news-related-heading h2{font-size:24px}}

/* v1.8.147 — Premium editorial treatment for News detail pages. */
.news-detail-page .dcjg-news-detail-wrapper{width:min(1180px,calc(100% - 80px));margin:0 auto}.news-detail-page .news-detail-back{width:min(910px,100%);margin:30px auto 20px;padding:0 4px;font-size:12px;letter-spacing:.06em;text-transform:uppercase}.news-detail-page .dcjg-news-breadcrumb{width:min(910px,100%);margin:0 auto 18px;padding:0 4px}.news-detail-page .dcjg-news-detail-header{position:relative;max-width:910px;margin:0 auto 54px;padding:50px 54px 46px;border:0;border-top:4px solid #e75318;background:linear-gradient(135deg,#f5f6f6 0%,#fff 72%);text-align:left}.news-detail-page .dcjg-news-detail-header:after{position:absolute;right:35px;bottom:31px;width:74px;height:1px;background:#c8c8c8;content:""}.news-detail-page .dcjg-news-detail-kicker{margin-bottom:17px;font-size:10px}.news-detail-page .dcjg-news-detail-title{max-width:810px;margin:0 0 17px;font-size:clamp(33px,4vw,54px);font-weight:750;line-height:1.08;letter-spacing:-.045em}.news-detail-page .dcjg-news-detail-meta{justify-content:flex-start;gap:10px;font-size:12px}.news-detail-page .dcjg-news-detail-summary{max-width:760px;margin:22px 0 0;color:#535353;font-size:19px;line-height:1.62}.news-detail-page .dcjg-news-detail-body{width:min(760px,100%);margin:0 auto 58px;color:#242424;font-size:18px;line-height:1.9}.news-detail-page .dcjg-news-detail-body>p:first-child{margin-bottom:29px;color:#3d3d3d;font-size:21px;line-height:1.67}.news-detail-page .dcjg-news-detail-body h2{position:relative;margin-top:54px;padding-top:19px;font-size:30px}.news-detail-page .dcjg-news-detail-body h2:before{position:absolute;top:0;left:0;width:34px;height:3px;background:#e75318;content:""}.news-detail-page .dcjg-news-detail-body h3{margin-top:38px;font-size:22px}.news-detail-page .dcjg-news-detail-body blockquote{margin:36px 0;padding:18px 0 18px 26px;border-left-width:4px;color:#4c4c4c;font-size:19px;line-height:1.65}.news-detail-page .dcjg-news-inquiry{width:min(910px,100%);box-sizing:border-box;margin:0 auto 64px;padding:39px 44px;background:linear-gradient(120deg,#161616,#2b2b2b)}.news-detail-page .dcjg-news-related{max-width:910px;margin:0 auto 64px}.news-detail-page .dcjg-news-related-card{padding:23px;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.news-detail-page .dcjg-news-related-card:hover{border-color:#c8c8c8;box-shadow:0 12px 26px rgba(0,0,0,.07);transform:translateY(-3px)}.news-detail-page .dcjg-news-pager{max-width:910px;margin:0 auto 72px;padding-top:26px}.news-detail-page .dcjg-news-detail-wrapper>.dcjg-news-breadcrumb:last-of-type{width:min(910px,100%);margin:0 auto 20px;padding:0 4px}
@media(max-width:800px){.news-detail-page .dcjg-news-detail-wrapper{width:calc(100% - 32px)}.news-detail-page .news-detail-back{margin-top:22px}.news-detail-page .dcjg-news-detail-header{margin-bottom:37px;padding:35px 26px 31px}.news-detail-page .dcjg-news-detail-header:after{right:25px;bottom:22px;width:46px}.news-detail-page .dcjg-news-detail-title{font-size:clamp(30px,9vw,42px)}.news-detail-page .dcjg-news-detail-summary{font-size:17px}.news-detail-page .dcjg-news-detail-body{font-size:16px;line-height:1.8}.news-detail-page .dcjg-news-detail-body>p:first-child{font-size:18px}.news-detail-page .dcjg-news-detail-body h2{margin-top:42px;font-size:26px}.news-detail-page .dcjg-news-inquiry{padding:30px 26px}.news-detail-page .dcjg-news-pager{margin-bottom:52px}}

/* v1.8.148 — Product detail clarity and conversion polish. */
.dcjg-product-page .dcjg-product-hero{padding-top:42px}.dcjg-product-page .dcjg-product-main-image{border:1px solid #e4e4e4;border-radius:0;background:linear-gradient(135deg,#fafafa,#f0f0f0)}.dcjg-product-page .dcjg-product-main-image:after{position:absolute;right:0;bottom:0;width:72px;height:3px;background:#e75318;content:""}.dcjg-product-page .dcjg-product-main-image img{padding:18px}.dcjg-product-page .dcjg-product-thumb{border-radius:0}.dcjg-product-page .dcjg-product-intro{position:relative;padding:10px 0 0}.dcjg-product-page .dcjg-product-intro-kicker{margin:0 0 14px;color:#e75318;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.dcjg-product-page .dcjg-product-intro h1{max-width:820px;font-size:clamp(28px,2.5vw,42px);line-height:1.1;letter-spacing:-.035em}.dcjg-product-page .dcjg-product-summary{max-width:760px;margin-bottom:27px;font-size:17px}.dcjg-product-page .dcjg-product-facts{border-top:2px solid #1b1b1b;margin-bottom:28px}.dcjg-product-page .dcjg-product-facts>div{padding-top:17px;padding-bottom:17px}.dcjg-product-page .dcjg-intro-cta{gap:10px;margin-bottom:14px}.dcjg-product-page .dcjg-inquiry-button,.dcjg-product-page .dcjg-whatsapp-button{min-height:50px;box-sizing:border-box}.dcjg-product-page .dcjg-intro-note{margin:0;color:#747474;font-size:13px;line-height:1.55}.dcjg-product-page .dcjg-product-trust{display:flex;gap:0;flex-wrap:wrap;margin-top:21px;border-top:1px solid #e4e4e4}.dcjg-product-page .dcjg-product-trust span{position:relative;padding:13px 17px 0 13px;color:#555;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.dcjg-product-page .dcjg-product-trust span:first-child{padding-left:0}.dcjg-product-page .dcjg-product-trust span+span:before{position:absolute;top:15px;left:0;width:1px;height:12px;background:#ccc;content:""}.dcjg-product-page .dcjg-related-products{border-top:2px solid #1b1b1b;padding-top:17px}.dcjg-product-page .dcjg-related-card{padding:12px 0}.dcjg-product-page .dcjg-quote-section{margin-top:0;background:linear-gradient(120deg,#181818,#292929)}
@media(max-width:560px){.dcjg-product-page .dcjg-product-hero{padding-top:24px}.dcjg-product-page .dcjg-product-main-image img{padding:10px}.dcjg-product-page .dcjg-product-intro-kicker{margin-bottom:10px}.dcjg-product-page .dcjg-product-intro h1{font-size:24px!important}.dcjg-product-page .dcjg-product-trust{display:grid;grid-template-columns:1fr 1fr}.dcjg-product-page .dcjg-product-trust span{padding:11px 8px 0 0;font-size:10px}.dcjg-product-page .dcjg-product-trust span+span:before{display:none}}

/* Homepage: latest-news board in place of the former capability cards. */
.dcjg-home-news{padding-top:72px!important;padding-bottom:88px!important}
.dcjg-home-news-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin:0 0 30px}
.dcjg-home-news-heading>div>span{display:block;margin-bottom:8px;color:#e75318;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.dcjg-home-news-heading h2{margin:0;color:#171717;font-size:clamp(32px,4vw,54px);line-height:1;letter-spacing:-.045em}.dcjg-home-news-heading h2 em{font-style:normal;font-weight:400}
.dcjg-home-news-heading>a{display:inline-flex;gap:12px;align-items:center;padding-bottom:7px;color:#171717;font-size:12px;font-weight:800;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;border-bottom:2px solid #e75318}.dcjg-home-news-heading>a:hover{color:#e75318}.dcjg-home-news-heading>a span{font-size:18px;line-height:1}
.dcjg-home-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #dedede;border-left:1px solid #dedede}
.dcjg-home-news-card{min-width:0;border-right:1px solid #dedede;border-bottom:1px solid #dedede;background:#fff}.dcjg-home-news-image{display:block;aspect-ratio:16/9;overflow:hidden;background:#efefef}.dcjg-home-news-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.dcjg-home-news-card:hover .dcjg-home-news-image img{transform:scale(1.045)}.dcjg-home-news-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#999;font-size:11px;font-weight:800;letter-spacing:.12em}
.dcjg-home-news-body{padding:19px 20px 21px}.dcjg-home-news-body time{display:block;margin-bottom:10px;color:#e75318;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dcjg-home-news-body h3{margin:0 0 10px;font-size:20px;line-height:1.24;letter-spacing:-.02em}.dcjg-home-news-body h3 a{color:#171717;text-decoration:none}.dcjg-home-news-body h3 a:hover{color:#e75318}.dcjg-home-news-body p{display:-webkit-box;min-height:66px;margin:0 0 16px;overflow:hidden;color:#777;font-size:14px;line-height:1.58;-webkit-box-orient:vertical;-webkit-line-clamp:3}.dcjg-home-news-read{display:inline-flex;gap:10px;align-items:center;color:#171717;font-size:11px;font-weight:800;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.dcjg-home-news-read:hover{color:#e75318}.dcjg-home-news-read span{color:#e75318;font-size:17px;line-height:1}

/* v1.8.114: three second-level categories per row; deeper levels stay in the catalog. */
@media(min-width:801px){
  .global-nav nav .nav-dropdown,.products-nav nav .nav-dropdown{left:50%!important;width:min(660px,calc(100vw - 32px))!important;min-width:0!important;max-height:min(480px,calc(100vh - 150px))!important;box-sizing:border-box!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-flow:row!important;align-items:stretch!important;gap:0!important;padding:12px!important;transform:translate(calc(-50% + var(--dcjg-dropdown-shift,0px)),10px)!important}
  .global-nav nav .nav-item.has-dropdown:hover .nav-dropdown,.products-nav nav .nav-item.has-dropdown:hover .nav-dropdown,.global-nav nav .nav-item.has-dropdown:focus-within .nav-dropdown,.products-nav nav .nav-item.has-dropdown:focus-within .nav-dropdown{transform:translate(calc(-50% + var(--dcjg-dropdown-shift,0px)),0)!important}
  .global-nav nav .nav-dropdown>.nav-dropdown-link,.products-nav nav .nav-dropdown>.nav-dropdown-link{display:flex!important;align-items:center!important;min-width:0!important;min-height:52px!important;box-sizing:border-box!important;padding:12px 16px!important;border-right:1px solid #e3e5e7!important;border-bottom:1px solid #eee!important;color:#4b4b4b!important;font-size:15px!important;font-weight:500!important;line-height:1.4!important;letter-spacing:0!important;text-transform:none!important;white-space:normal!important;overflow-wrap:anywhere!important;background:transparent!important}
  .global-nav nav .nav-dropdown>.nav-dropdown-link:nth-child(3n),.products-nav nav .nav-dropdown>.nav-dropdown-link:nth-child(3n){border-right:0!important}
  .global-nav nav .nav-dropdown>.nav-dropdown-link:hover,.products-nav nav .nav-dropdown>.nav-dropdown-link:hover,.global-nav nav .nav-dropdown>.nav-dropdown-link:focus-visible,.products-nav nav .nav-dropdown>.nav-dropdown-link:focus-visible{background:#faf6f3!important;color:#e75318!important}
  /* Product detail pages use a denser main navigation so every link aligns cleanly. */
  body.single-dcjg_product .products-nav .nav-main{padding-left:34px!important;padding-right:34px!important}
  body.single-dcjg_product .products-nav nav{gap:0!important}
  body.single-dcjg_product .products-nav nav>a,body.single-dcjg_product .products-nav nav>.nav-item>a{padding:8px 9px!important;font-size:clamp(15px,1.06vw,17px)!important;font-weight:600!important;letter-spacing:-.01em!important}
}
@media(max-width:700px){.dcjg-home-news{padding-top:44px!important;padding-bottom:56px!important}.dcjg-home-news-heading{align-items:flex-start;flex-direction:column;margin-bottom:22px}.dcjg-home-news-heading h2{font-size:33px}.dcjg-home-news-grid{grid-template-columns:1fr}.dcjg-home-news-body p{min-height:0}.dcjg-home-news-body h3{font-size:19px}}

/* v1.8.109: one navigation system. Remove historic grid and per-page gaps. */
@media(min-width:801px){
  html body .global-nav,html body .products-nav{height:126px!important;min-height:126px!important}
  html body .nav-main{height:94px!important;padding-top:0!important;padding-bottom:0!important}
  html body .global-nav .partnership-lockup,html body .products-nav .partnership-lockup{height:86px!important}
  html body #root>main{padding-top:126px!important}
  /* The server-rendered catalog is outside #root, so it needs the same header clearance. */
  html body .dcjg-catalog,html body .dcjg-product-page,html body .dcjg-press-page{padding-top:126px!important}
  html body .dcjg-catalog-sidebar{top:126px!important;height:calc(100vh - 126px)!important;max-height:calc(100vh - 126px)!important}

  /* Both the initial homepage nav and its post-load restructured form use this one rule. */
  html body header.global-nav>nav,html body header.products-nav>nav,
  html body .global-nav .nav-main>nav,html body .products-nav .nav-main>nav{
    display:flex!important;flex-flow:row nowrap!important;align-items:center!important;
    justify-content:flex-end!important;align-content:center!important;
    flex:0 1 auto!important;width:auto!important;min-width:0!important;
    column-gap:25px!important;row-gap:0!important;margin:0 45px 0 0!important;padding:0!important;
  }
  html body header.global-nav>nav>a,html body header.products-nav>nav>a,
  html body header.global-nav>nav>.nav-item,html body header.products-nav>nav>.nav-item,
  html body .global-nav .nav-main>nav>a,html body .products-nav .nav-main>nav>a,
  html body .global-nav .nav-main>nav>.nav-item,html body .products-nav .nav-main>nav>.nav-item{
    display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;
    flex:0 0 auto!important;width:auto!important;min-width:0!important;
    margin:0!important;padding:0!important;text-align:left!important;left:0!important;right:auto!important;transform:none!important;
  }
  html body header.global-nav>nav>a,html body header.products-nav>nav>a,
  html body header.global-nav>nav>.nav-item>a,html body header.products-nav>nav>.nav-item>a,
  html body .global-nav .nav-main>nav>a,html body .products-nav .nav-main>nav>a,
  html body .global-nav .nav-main>nav>.nav-item>a,html body .products-nav .nav-main>nav>.nav-item>a{
    display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;
    flex:0 0 auto!important;width:auto!important;min-width:0!important;
    margin:0!important;padding:8px 0!important;letter-spacing:0!important;text-align:left!important;left:0!important;right:auto!important;transform:none!important;
  }
  html body header.global-nav>nav .nav-caret,html body header.products-nav>nav .nav-caret,
  html body .global-nav .nav-main>nav .nav-caret,html body .products-nav .nav-main>nav .nav-caret{margin-left:4px!important}

  /* Product pages previously had a stronger rule forcing zero gap. Override it here. */
  html body.single-dcjg_product header.products-nav>nav,
  html body.single-dcjg_product .products-nav .nav-main>nav{column-gap:25px!important}
  html body.single-dcjg_product header.products-nav>nav>a,
  html body.single-dcjg_product header.products-nav>nav>.nav-item,
  html body.single-dcjg_product header.products-nav>nav>.nav-item>a,
  html body.single-dcjg_product .products-nav .nav-main>nav>a,
  html body.single-dcjg_product .products-nav .nav-main>nav>.nav-item,
  html body.single-dcjg_product .products-nav .nav-main>nav>.nav-item>a{margin:0!important;padding-left:0!important;padding-right:0!important}
}
@media(min-width:801px) and (max-width:1350px){
  html body header.global-nav>nav>a,html body header.products-nav>nav>a,
  html body header.global-nav>nav>.nav-item>a,html body header.products-nav>nav>.nav-item>a,
  html body .global-nav .nav-main>nav>a,html body .products-nav .nav-main>nav>a,
  html body .global-nav .nav-main>nav>.nav-item>a,html body .products-nav .nav-main>nav>.nav-item>a{font-size:clamp(13px,1.17vw,17px)!important}
}
/* ===== v1.8.83 — 产品卡片改为 Fudeng 参考风格（桌面端） ===== */
@media(min-width:801px){
  .dcjg-catalog-cards{gap:16px}
  .dcjg-catalog-card{border:1px solid #ececec;border-radius:8px;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}
  .dcjg-catalog-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(20,24,27,.1)}
  .dcjg-catalog-card-img{aspect-ratio:4/3!important;flex:none!important;padding:0!important}
  .dcjg-catalog-card-body{padding:12px 14px 14px;text-align:left}
  .dcjg-catalog-card-cat{text-align:left;letter-spacing:.06em;margin-bottom:4px}
  .dcjg-catalog-card h3{font-size:17px;line-height:1.25;margin:0 0 6px;font-weight:600}
  .dcjg-catalog-card p{font-size:13px;line-height:1.4;margin:0 0 8px}
  .dcjg-catalog-card-more{font-size:12px}
}

/* v1.8.85 — 固定式卡片：行高 auto，图片 4:3 固定，描述始终可见（14 寸笔记本不裁切） */
@media(min-width:801px){
  .dcjg-catalog-cards{grid-template-rows:none!important}
  .dcjg-catalog-card{height:auto!important}
}

/* v1.8.86 — 卡片下方只显示产品名（隐藏分类/描述/更多，参考 fudengtrailer） */
@media(min-width:801px){
  .dcjg-catalog-card-cat{display:none!important}
  .dcjg-catalog-card p{display:none!important}
  .dcjg-catalog-card-more{display:none!important}
  .dcjg-catalog-card-body{padding:14px;text-align:center}
  .dcjg-catalog-card h3{font-size:18px;font-weight:600;margin:0;line-height:1.3}
}
/* v1.8.87 — 产品页布局参考 fudengtrailer（桌面端） */
@media(min-width:901px){
  .dcjg-catalog-layout{grid-template-columns:200px 1fr!important}
  .dcjg-catalog-cards{grid-template-columns:repeat(3,1fr)!important}
  .dcjg-catalog-card-img{aspect-ratio:4/3!important;flex:none!important}
  .dcjg-cat-list details{border-bottom:1px solid #eee!important}
  .dcjg-cat-list summary{font-size:15px!important;padding:7px 4px 7px 0!important}
  .dcjg-cat-list .dcjg-cat-twisty{display:none!important}
  .dcjg-cat-list ul{padding:0 0 4px 6px!important}
  .dcjg-cat-leaf{font-size:13px!important;padding:5px 4px 5px 10px!important}
}
/* v1.8.88 — 产品页固定宽度 + hover（参考 fudengtrailer 构建/转换逻辑：卡片固定、列数断点变化） */
@media(min-width:901px){
  .dcjg-catalog{max-width:1280px!important;margin:0 auto!important}
  .dcjg-catalog-card-img{overflow:hidden}
  .dcjg-catalog-card-img img{transition:transform .4s ease}
  .dcjg-catalog-card:hover .dcjg-catalog-card-img img{transform:scale(1.05)}
}
@media(min-width:561px) and (max-width:900px){
  .dcjg-catalog-cards{grid-template-columns:repeat(3,1fr)!important}
}

/* ===== v1.8.89 — Fudeng-style product cards, without changing theme structure ===== */
.dcjg-catalog-card-img-link{display:block;color:inherit;text-decoration:none}
.dcjg-catalog-card-body h3 a{color:inherit;text-decoration:none}
.dcjg-catalog-card-inquiry{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;height:40px;background:#ddd;color:#034ca5;text-decoration:none;font-size:14px;font-weight:500;line-height:1;transition:background-color .18s ease,color .18s ease}
.dcjg-catalog-card-inquiry svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7}
.dcjg-catalog-card-inquiry:hover,.dcjg-catalog-card-inquiry:focus-visible{background:#034ca5;color:#fff;outline:none}

@media(min-width:901px){
  html body .dcjg-catalog{max-width:1200px!important;margin:0 auto!important}
  html body .dcjg-catalog-layout{grid-template-columns:280px minmax(0,1fr)!important;gap:20px!important}
  html body .dcjg-catalog-sidebar{height:auto!important;max-height:calc(100vh - 118px)!important;padding:18px 20px 40px!important;border-right:0!important;background:#f5f5f5!important}
  html body .dcjg-catalog-grid{height:auto!important;min-height:calc(100vh - 99px)!important;padding:18px 0 56px!important;overflow:visible!important}
  html body .dcjg-catalog-count{display:none!important}
  html body .dcjg-catalog-cards,
  html body .dcjg-catalog-cards.dcjg-cards-cols-4{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:none!important;gap:10px!important;flex:none!important}
  html body .dcjg-catalog-card{display:flex!important;height:auto!important;padding:5px!important;border:1px solid transparent!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;transform:none!important;overflow:hidden!important}
  html body .dcjg-catalog-card:hover{border-color:#ddd!important;box-shadow:0 4px 12px rgba(0,0,0,.08)!important;transform:none!important}
  html body .dcjg-catalog-card-img{aspect-ratio:1/1!important;width:100%!important;height:auto!important;min-height:0!important;padding:0!important;background:#f5f5f5!important}
  html body .dcjg-catalog-card-img img{width:100%!important;height:100%!important;object-fit:cover!important}
  html body .dcjg-catalog-card-body{padding:0!important;text-align:center!important}
  html body .dcjg-catalog-card-summary{display:block!important;max-width:100%!important;margin:7px 8px 0!important;overflow:hidden!important;color:#777!important;font-size:12px!important;font-weight:500!important;line-height:1.3!important;text-align:center!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  html body .dcjg-catalog-card h3{display:flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;margin:0!important;padding:8px 7px!important;font-size:16px!important;font-weight:700!important;line-height:1.25!important;text-align:center!important}
}

@media(max-width:900px){
  html body .dcjg-catalog .dcjg-catalog-cards,
  html body .dcjg-catalog .dcjg-catalog-cards.dcjg-cards-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:none!important;gap:10px!important}
  html body .dcjg-catalog .dcjg-catalog-card{display:flex!important;height:auto!important;padding:4px!important;border:1px solid #ececec!important;border-radius:0!important;background:#fff!important;overflow:hidden!important}
  html body .dcjg-catalog .dcjg-catalog-card-img{aspect-ratio:1/1!important;width:100%!important;height:auto!important;padding:0!important}
  html body .dcjg-catalog .dcjg-catalog-card-body{padding:0!important;text-align:center!important}
  html body .dcjg-catalog .dcjg-catalog-card-summary{display:block!important;max-width:100%!important;margin:6px 6px 0!important;overflow:hidden!important;color:#777!important;font-size:11px!important;font-weight:500!important;line-height:1.3!important;text-align:center!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  html body .dcjg-catalog .dcjg-catalog-card h3{display:flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;margin:0!important;padding:7px 5px!important;font-size:13px!important;font-weight:700!important;line-height:1.25!important;text-align:center!important}
  html body .dcjg-catalog .dcjg-catalog-card-inquiry{height:36px!important;font-size:12px!important}
  html body .dcjg-catalog .dcjg-catalog-card-inquiry svg{width:14px!important;height:14px!important}
}

/* v1.8.123: touch-friendly, persistent second-level category menus. */
@media(max-width:800px){
  html body .global-nav nav .nav-item.has-dropdown,
  html body .products-nav nav .nav-item.has-dropdown{display:inline-flex!important;position:static!important;align-items:center!important}
  html body .global-nav nav .nav-caret,
  html body .products-nav nav .nav-caret{display:inline-block!important;margin-left:4px!important;border-left-width:3px!important;border-right-width:3px!important;border-top-width:4px!important}
  html body .global-nav nav .nav-item.has-dropdown .nav-dropdown,
  html body .products-nav nav .nav-item.has-dropdown .nav-dropdown{display:none!important;position:fixed!important;top:83px!important;left:0!important;width:100vw!important;min-width:0!important;max-height:calc(100vh - 83px)!important;box-sizing:border-box!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;overflow-y:auto!important;background:#fff!important;border:1px solid #e6e6e6!important;border-radius:0!important;box-shadow:0 14px 28px rgba(0,0,0,.16)!important;padding:6px!important;opacity:1!important;visibility:visible!important;transform:none!important;z-index:1000!important}
  html body .global-nav nav .nav-item.has-dropdown.is-mobile-open .nav-dropdown,
  html body .products-nav nav .nav-item.has-dropdown.is-mobile-open .nav-dropdown{display:grid!important}
  html body .global-nav nav .nav-dropdown>.nav-dropdown-link,
  html body .products-nav nav .nav-dropdown>.nav-dropdown-link{display:flex!important;align-items:center!important;min-height:46px!important;box-sizing:border-box!important;padding:10px 12px!important;border-right:1px solid #ececec!important;border-bottom:1px solid #ececec!important;color:#404040!important;font-size:13px!important;font-weight:600!important;line-height:1.3!important;white-space:normal!important;text-decoration:none!important}
  html body .global-nav nav .nav-dropdown>.nav-dropdown-link:nth-child(2n),
  html body .products-nav nav .nav-dropdown>.nav-dropdown-link:nth-child(2n){border-right:0!important}
}

/* v1.8.132: restore the desktop catalog layout from the approved v1.8.89 reference package. */
@media(min-width:801px){
  html body .nav-main{justify-content:space-between!important}
  html body header.global-nav>nav,html body header.products-nav>nav,
  html body .global-nav .nav-main>nav,html body .products-nav .nav-main>nav{margin:0!important}
}
@media(min-width:901px){
  html body .dcjg-catalog{width:100%!important;max-width:1200px!important;margin:0 auto!important}
  html body .dcjg-catalog-layout{grid-template-columns:280px minmax(0,1fr)!important;gap:20px!important}
  html body .dcjg-catalog-sidebar{padding:18px 20px 40px!important}
  html body .dcjg-catalog-cards,
  html body .dcjg-catalog-cards.dcjg-cards-cols-4{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:none!important;gap:10px!important}
}
html body .dcjg-catalog-card-img{aspect-ratio:1/1!important}

/* Every category that contains third-level items gets an obvious, keyboard-friendly arrow. */
html body .dcjg-catalog .dcjg-cat-list .dcjg-cat-branch>summary{gap:8px!important}
html body .dcjg-catalog .dcjg-cat-list .dcjg-cat-branch>summary .dcjg-cat-twisty{display:inline-flex!important;align-items:center;justify-content:center;width:20px!important;height:20px!important;flex:0 0 20px!important;border:1px solid #d9d9d9!important;border-radius:50%!important;background:#fff!important;color:#e75318!important;font-size:12px!important;line-height:1!important;transition:background-color .16s ease,border-color .16s ease,transform .16s ease!important}
html body .dcjg-catalog .dcjg-cat-list .dcjg-cat-branch>summary .dcjg-cat-twisty::before{content:'+'!important}
html body .dcjg-catalog .dcjg-cat-list .dcjg-cat-branch[open]>summary .dcjg-cat-twisty{border-color:#e75318!important;background:#fff2eb!important;transform:none!important}
html body .dcjg-catalog .dcjg-cat-list .dcjg-cat-branch[open]>summary .dcjg-cat-twisty::before{content:'−'!important}
html body .dcjg-catalog .dcjg-cat-list .dcjg-cat-branch>summary:hover .dcjg-cat-twisty{border-color:#e75318!important;background:#fff2eb!important}

/* v1.8.136: give expandable product categories a fuller, more obvious hierarchy. */
html body .dcjg-catalog .dcjg-cat-list{margin-top:10px!important}
html body .dcjg-catalog .dcjg-cat-list .dcjg-cat-branch{margin:0 0 8px!important;border:1px solid #e7e7e7!important;background:#fff!important}
html body .dcjg-catalog .dcjg-cat-list .dcjg-cat-branch>summary{min-height:46px!important;box-sizing:border-box!important;padding:8px 10px!important;background:#fff!important;transition:background-color .16s ease!important}
html body .dcjg-catalog .dcjg-cat-list .dcjg-cat-branch>summary a{font-size:15px!important;font-weight:700!important}
html body .dcjg-catalog .dcjg-cat-list .dcjg-cat-branch>summary:hover{background:#fff7f3!important}
html body .dcjg-catalog .dcjg-cat-list .dcjg-cat-branch[open]{border-color:#f0b69d!important;box-shadow:0 3px 10px rgba(231,83,24,.08)!important}
html body .dcjg-catalog .dcjg-cat-list .dcjg-cat-branch[open]>summary{background:#fff3ec!important;border-left:3px solid #e75318!important;padding-left:7px!important}
html body .dcjg-catalog .dcjg-cat-list .dcjg-cat-branch>summary .dcjg-cat-twisty{order:2!important;margin-left:auto!important;width:26px!important;height:26px!important;flex:0 0 26px!important;border:0!important;border-radius:50%!important;background:#e75318!important;color:#fff!important;font-size:17px!important;font-weight:400!important}
html body .dcjg-catalog .dcjg-cat-list .dcjg-cat-branch[open]>summary .dcjg-cat-twisty{background:#c94614!important;color:#fff!important}
html body .dcjg-catalog .dcjg-cat-list .dcjg-cat-branch>ul{margin:0!important;padding:6px 10px 10px!important;background:#fffaf7!important;border-top:1px solid #f4d9cc!important}
html body .dcjg-catalog .dcjg-cat-list .dcjg-cat-branch>ul .dcjg-cat-leaf{margin:2px 0!important;padding:8px 8px 8px 12px!important;border-left:2px solid #f1c7b4!important;background:transparent!important;font-size:13px!important}
html body .dcjg-catalog .dcjg-cat-list .dcjg-cat-branch>ul .dcjg-cat-leaf:hover{border-left-color:#e75318!important;background:#fff!important;color:#e75318!important}

/* v1.8.139: consistent legal company name in the lower-left corner on every page. */
.dcjg-global-legal-footer{position:fixed;z-index:80;left:20px;bottom:14px;max-width:calc(100vw - 40px);padding:7px 10px;border:1px solid rgba(23,23,23,.1);background:rgba(255,255,255,.9);color:#6b6b6b;font:600 10px/1.25 Arial,Helvetica,sans-serif;letter-spacing:.08em;text-transform:uppercase;pointer-events:none;box-shadow:0 2px 8px rgba(20,24,27,.04)}
@media(max-width:560px){.dcjg-global-legal-footer{left:10px;bottom:10px;max-width:calc(100vw - 20px);font-size:8px;letter-spacing:.05em}}

/* v1.8.149: consistent product-card actions and a balanced home poster. */
html body .dcjg-catalog-card{height:100%!important}
html body .dcjg-catalog-card-body{display:flex!important;min-height:0!important;flex:1 1 auto!important;flex-direction:column!important}
html body .dcjg-catalog-card-summary{min-height:16px!important}
html body .dcjg-catalog-card h3{box-sizing:border-box!important;align-items:center!important;min-height:88px!important;height:88px!important;padding:8px 9px!important;overflow:hidden!important}
html body .dcjg-catalog-card h3 a{display:-webkit-box!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important}
html body .dcjg-catalog-card-inquiry{margin-top:auto!important;flex:0 0 auto!important}

@media(min-width:901px){
  html body .hero.hero-poster,html body .global-nav+main>.hero.hero-poster{height:clamp(390px,33vw,540px)!important;min-height:0!important}
  html body .hero-poster .hero-video{background-position:center center!important;background-size:cover!important}
}
@media(min-width:601px) and (max-width:900px){
  html body .hero.hero-poster,html body .global-nav+main>.hero.hero-poster{height:clamp(300px,43vw,410px)!important;min-height:0!important}
}
@media(max-width:900px){
  html body .dcjg-catalog .dcjg-catalog-card-summary{min-height:14px!important}
  html body .dcjg-catalog .dcjg-catalog-card h3{min-height:78px!important;height:78px!important;padding:7px 6px!important}
}
@media(max-width:600px){
  html body .hero.hero-poster,html body .global-nav+main>.hero.hero-poster{height:clamp(210px,57vw,310px)!important;min-height:0!important}
  html body .hero-poster .hero-video{background-position:center center!important;background-size:cover!important}
}

/* v1.8.150: one legal company name in every responsive header. */
html body .company-name-lockup{min-width:0!important;max-width:min(440px,48vw)!important}
html body .company-name-lockup small{display:none!important}
html body .company-name-lockup strong{display:block!important;overflow-wrap:anywhere!important;white-space:normal!important;text-wrap:balance!important}
@media(min-width:901px){
  html body .company-name-lockup strong{font-size:clamp(12px,1.15vw,17px)!important;line-height:1.16!important}
}
@media(min-width:601px) and (max-width:900px){
  html body .company-name-lockup{max-width:320px!important}
  html body .company-name-lockup strong{font-size:12px!important;line-height:1.18!important}
}
@media(max-width:600px){
  html body .nav-main .company-name-lockup{max-width:min(248px,calc(100vw - 80px))!important}
  html body .nav-main .company-name-lockup strong{font-size:10px!important;line-height:1.16!important;white-space:normal!important}
}

/* v1.8.150: phone navigation remains compact, but no longer uses undersized type. */
@media(max-width:800px){
  html body .global-nav nav,html body .products-nav nav{height:25px!important;padding:1px 0 3px!important}
  html body .global-nav nav a,html body .products-nav nav a{padding:6px 9px!important;font-size:12px!important;line-height:1.1!important}
}

/* v1.8.151: proper touch navigation instead of a compressed desktop menu. */
@media(max-width:800px){
  html body .global-nav,html body .products-nav{z-index:1000!important;display:block!important;width:100%!important;height:90px!important;min-height:90px!important;margin:0!important;background:#fff!important;position:fixed!important;inset:0 0 auto!important;box-shadow:0 2px 12px rgba(17,17,17,.10)!important}
  html body .nav-utility{display:block!important;height:28px!important;background:#202020!important;border:0!important}
  html body .nav-utility-inner{display:flex!important;align-items:center!important;justify-content:center!important;height:28px!important;padding:0 12px!important}
  html body .nav-utility .header-contact-lockup{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;min-width:0!important}
  html body .nav-utility .header-contact-line{max-width:132px!important;overflow:hidden!important;color:#f7f7f7!important;font-size:10px!important;font-weight:600!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  html body .nav-utility .header-contact-line svg{width:11px!important;height:11px!important;margin-right:3px!important}
  html body .nav-utility .header-social-links{display:none!important}
  html body .nav-main{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;height:62px!important;margin:0!important;padding:0 14px!important;background:#fff!important}
  html body .nav-main .partnership-lockup{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;width:calc(100% - 52px)!important;height:auto!important;margin:0!important;padding:0!important}
  html body .nav-main .dcjg-brand-logo{flex:0 0 34px!important;width:34px!important;height:34px!important;object-fit:contain!important}
  html body .nav-main .company-name-lockup{max-width:calc(100% - 44px)!important;margin:0!important;padding:0 0 0 8px!important;border-left:1px solid #e0dcd6!important}
  html body .nav-main .company-name-lockup strong{font-size:11px!important;font-weight:700!important;line-height:1.18!important;text-align:left!important}
  html body .mobile-nav-toggle,html body .global-nav .menu-toggle{z-index:1002!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;width:42px!important;height:42px!important;margin:0!important;padding:0!important;border:1px solid #e1ddd7!important;border-radius:8px!important;background:#fff!important;color:#1b1b1b!important;position:absolute!important;top:38px!important;right:14px!important;transform:none!important}
  html body .mobile-nav-toggle{flex-direction:column!important}
  html body .mobile-nav-toggle span{display:block!important;width:18px!important;height:2px!important;background:currentColor!important}
  html body .global-nav .menu-toggle{font-size:24px!important;line-height:1!important}
  html body .global-nav .nav-main>nav,html body .products-nav .nav-main>nav{display:none!important;z-index:1001!important;width:100%!important;max-height:calc(100dvh - 90px)!important;margin:0!important;padding:10px 20px 28px!important;background:#fff!important;border-top:1px solid #e6e2dc!important;position:absolute!important;top:90px!important;left:0!important;overflow-y:auto!important;box-shadow:0 18px 30px rgba(17,17,17,.13)!important}
  html body .global-nav .nav-main>nav.open,html body .products-nav.mobile-open .nav-main>nav{display:flex!important;flex-direction:column!important;align-items:stretch!important}
  html body .global-nav .nav-main>nav>a,html body .products-nav .nav-main>nav>a,html body .global-nav .nav-main>nav .nav-item>a,html body .products-nav .nav-main>nav .nav-item>a{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:48px!important;margin:0!important;padding:13px 2px!important;border-bottom:1px solid #eeeae5!important;color:#1c1c1c!important;font-size:15px!important;font-weight:700!important;line-height:1.2!important;text-align:left!important;white-space:normal!important}
  html body .global-nav .nav-main>nav .nav-item,html body .products-nav .nav-main>nav .nav-item{display:block!important;width:100%!important}
  html body .global-nav .nav-dropdown,html body .products-nav .nav-dropdown{display:none!important;width:100%!important;margin:0!important;padding:4px 0 8px 13px!important;background:#faf8f5!important;border-bottom:1px solid #eeeae5!important;position:static!important;opacity:1!important;transform:none!important;visibility:visible!important;box-shadow:none!important}
  html body .global-nav .nav-item.is-mobile-open .nav-dropdown,html body .products-nav .nav-item.is-mobile-open .nav-dropdown{display:block!important}
  html body .global-nav .nav-dropdown .nav-dropdown-link,html body .products-nav .nav-dropdown .nav-dropdown-link{display:block!important;min-height:39px!important;padding:10px 8px!important;border:0!important;color:#605d58!important;font-size:13px!important;font-weight:600!important;line-height:1.35!important}
  html body .global-nav .nav-caret,html body .products-nav .nav-caret{width:8px!important;height:8px!important;margin-left:auto!important;border-width:0 1.5px 1.5px 0!important;border-style:solid!important;border-color:currentColor!important;background:none!important;transform:rotate(45deg)!important}
  html body .global-nav .nav-item.is-mobile-open .nav-caret,html body .products-nav .nav-item.is-mobile-open .nav-caret{transform:rotate(225deg)!important}
  html body .dcjg-catalog,html body .dcjg-product-page,html body .news-page,html body .catalog-redesign,html body .applications-page,html body .solution-detail-page,html body #root>.news-detail-page,html body #root>.product-detail-front,html body #root>.applications-page,html body.blog #root>*{padding-top:90px!important}
}

/* v1.8.156: keep all 1800x600 home posters visible without cover-cropping. */
html body .hero.hero-poster,
html body .global-nav + main > .hero.hero-poster {
  width: 100% !important;
  height: calc(100vw / 3) !important;
  min-height: 0 !important;
  max-height: none !important;
}
html body .hero-poster .hero-video,
html body .hero-poster.show-all-poster .hero-video {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  animation: none !important;
}
@media (max-width: 800px) {
  html body .hero.hero-poster,
  html body .global-nav + main > .hero.hero-poster {
    height: max(140px, calc(100vw / 3)) !important;
  }
}
