
:root{
  --ink:#10151d;
  --ink-2:#1d2733;
  --muted:#677383;
  --line:#e2e8f0;
  --soft:#f4f7fb;
  --soft-2:#eef3f8;
  --white:#fff;
  --red:#d82228;
  --orange:#f27b24;
  --blue:#0c4c85;
  --dark:#07111f;
  --shadow:0 22px 60px rgba(15, 23, 42, .16);
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,"Helvetica Neue",sans-serif;color:var(--ink);background:#fff;line-height:1.65}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 42px));margin-inline:auto}.section{padding:88px 0}.muted-section{background:var(--soft)}
.announcement{height:34px;display:flex;align-items:center;justify-content:center;gap:18px;color:#fff;background:linear-gradient(90deg,var(--red),var(--orange));font-size:13px}.announcement a{font-weight:800;text-decoration:underline;text-underline-offset:3px}.site-header{position:sticky;top:0;z-index:40;background:rgba(7,17,31,.94);backdrop-filter:blur(16px);box-shadow:0 1px 0 rgba(255,255,255,.08)}.header-inner{height:78px;width:min(var(--max),calc(100% - 42px));margin:auto;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:14px;color:#fff;min-width:250px}.brand img{width:126px;height:auto}.brand strong,.brand em{display:block;font-style:normal}.brand strong{font-size:20px;letter-spacing:.06em}.brand em{font-size:11px;color:rgba(255,255,255,.68);margin-top:-4px}.main-nav{margin-left:auto;display:flex;align-items:center;gap:20px;color:rgba(255,255,255,.86);font-size:14px}.main-nav>a,.nav-dropdown>a{display:flex;align-items:center;height:78px}.main-nav a:hover,.main-nav a.active{color:#fff}.nav-cta{height:auto!important;padding:10px 15px;border:1px solid rgba(255,255,255,.3);border-radius:999px}.nav-dropdown{position:relative}.dropdown-menu{position:absolute;top:78px;left:-22px;min-width:260px;padding:14px;background:#fff;color:var(--ink);box-shadow:var(--shadow);border-radius:0 0 18px 18px;display:none}.dropdown-menu a{display:block;padding:12px 14px;border-radius:12px;color:var(--ink)}.dropdown-menu a:hover{background:var(--soft);color:var(--red)}.nav-dropdown:hover .dropdown-menu{display:block}.nav-toggle{display:none;margin-left:auto;background:transparent;color:#fff;border:0;font-size:28px}.hero-slider{position:relative;min-height:720px;background:#07111f;overflow:hidden;color:#fff}.hero-slide,.hero-slide img,.hero-layer{position:absolute;inset:0}.hero-slide img{width:100%;height:100%;object-fit:cover;filter:saturate(.85)}.hero-layer{background:linear-gradient(90deg,rgba(3,11,23,.88),rgba(3,11,23,.54) 48%,rgba(3,11,23,.18)),linear-gradient(0deg,rgba(3,11,23,.62),rgba(3,11,23,.05))}.hero-copy{position:relative;z-index:2;padding-top:170px}.eyebrow{margin:0 0 14px;color:var(--red);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hero-copy h1{
  max-width:760px;
  margin:0;
  font-size:clamp(54px,5vw,72px);
  line-height:.98;
  letter-spacing:-.045em;
}.hero-copy p:not(.eyebrow){
  max-width:620px;
  font-size:20px;
  line-height:1.55;
  color:rgba(255,255,255,.84);
  margin:26px 0 0;
}.hero-actions,.form-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;border:1px solid currentColor;font-weight:800;cursor:pointer}.btn.primary{background:linear-gradient(90deg,var(--red),var(--orange));border-color:transparent;color:#fff}.btn.ghost{color:#fff;border-color:rgba(255,255,255,.5)}.btn.outline{color:var(--red);border-color:rgba(216,34,40,.35);background:#fff}.btn.plain{border-color:var(--line);color:var(--muted);background:#fff}.hero-indicators{position:absolute;left:50%;bottom:34px;transform:translateX(-50%);display:flex;gap:10px}.hero-indicators span{width:46px;height:3px;background:rgba(255,255,255,.35)}.hero-indicators span:first-child{background:#fff}.section-head{margin-bottom:38px}.section-head.split{display:grid;grid-template-columns:1fr .78fr;gap:48px;align-items:end}.section-head.center{text-align:center;max-width:850px}.section-head h2,.about-grid h2,.manufacturing-card h2,.two-col h2,.page-hero h1,.contact-info h2{margin:0;font-size:40px;line-height:1.14;letter-spacing:-.03em}.section-head p,.about-grid p,.two-col p,.manufacturing-card p,.page-hero p,.quote-box p{color:var(--muted);margin-top:16px}.business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.business-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 12px 40px rgba(15,23,42,.08);transition:.22s ease;overflow:hidden}.business-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.business-card img{height:210px;width:100%;object-fit:cover;border-radius:18px}.business-card span{position:absolute;right:28px;top:190px;width:54px;height:54px;display:grid;place-items:center;background:var(--red);color:#fff;border-radius:16px;font-weight:900}.business-card h3{font-size:22px;margin:24px 0 8px}.business-card p{color:var(--muted);margin:0 0 14px}.business-card strong{color:var(--red)}.about-band{background:#07111f;color:#fff}.about-band p{color:rgba(255,255,255,.72)}.about-grid{display:grid;grid-template-columns:1fr .9fr;gap:54px;align-items:center}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:30px 0}.stat-row div{padding:18px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:18px}.stat-row strong{display:block;font-size:28px;color:#fff}.stat-row span{display:block;font-size:12px;color:rgba(255,255,255,.62)}.text-link{font-weight:900;color:var(--red)}.image-stack{position:relative;min-height:460px}.image-stack img{position:absolute;border-radius:26px;object-fit:cover;box-shadow:0 25px 70px rgba(0,0,0,.35)}.image-stack img:first-child{right:0;top:0;width:78%;height:310px}.image-stack img:last-child{left:0;bottom:0;width:62%;height:250px;border:8px solid #07111f}.product-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-mini-grid.three{grid-template-columns:repeat(3,1fr)}.product-mini-grid a,.product-mini-grid article,.card-row article{padding:22px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 12px 38px rgba(15,23,42,.07)}.product-mini-grid img{height:160px;width:100%;object-fit:cover;border-radius:16px;margin-bottom:18px}.product-mini-grid h3,.card-row h3{margin:0 0 10px}.product-mini-grid p,.card-row p{color:var(--muted);margin:0}.manufacturing-strip{background:linear-gradient(90deg,#12243a,#07111f);color:#fff}.manufacturing-card{display:grid;grid-template-columns:1fr .9fr auto;gap:36px;align-items:center}.capability-list{display:flex;flex-wrap:wrap;gap:10px}.capability-list span{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.12)}.case-grid,.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.case-grid article{position:relative;min-height:300px;border-radius:26px;padding:26px;color:#fff;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;background-image:linear-gradient(0deg,rgba(2,8,18,.86),rgba(2,8,18,.08)),var(--bg);background-size:cover;background-position:center}.case-grid h3{font-size:24px;margin:0}.case-grid p{color:rgba(255,255,255,.78);margin:8px 0 0}.partner-strip{background:var(--soft)}.partner-logos{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:20px}.partner-logos span{min-height:86px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;font-weight:900;font-size:22px;color:#233044}.page-hero{position:relative;min-height:420px;display:flex;align-items:center;background:#07111f;color:#fff;overflow:hidden}.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.82)}.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,11,23,.88),rgba(3,11,23,.52),rgba(3,11,23,.15))}.page-hero-content{position:relative;z-index:2;padding-top:10px}.page-hero h1{max-width:850px;font-size:52px}.page-hero p:not(.eyebrow){max-width:740px;color:rgba(255,255,255,.76);font-size:19px}.two-col{display:grid;grid-template-columns:1fr .86fr;gap:54px;align-items:start}.two-col.reverse{grid-template-columns:.86fr 1fr}.check-list{padding:0;margin:24px 0;list-style:none}.check-list li{position:relative;padding-left:32px;margin:12px 0;color:var(--ink-2)}.check-list li::before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;background:rgba(216,34,40,.1);color:var(--red);display:grid;place-items:center;font-weight:900;font-size:12px}.process-card,.quote-box,.image-card{padding:30px;background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 12px 38px rgba(15,23,42,.08)}.process-card.dark{background:#07111f;color:#fff}.process-card.dark li{color:rgba(255,255,255,.76)}.process-card h3,.quote-box h3{margin-top:0;font-size:24px}.process-card ol,.process-card ul{padding-left:20px;color:var(--muted)}.process-card li{margin:12px 0}.quote-box.wide{max-width:950px;margin:auto}.tag-cloud{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.tag-cloud span{padding:9px 12px;border-radius:999px;background:var(--soft);border:1px solid var(--line);font-size:14px;color:var(--ink-2)}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.timeline div{background:#fff;padding:24px;border-radius:22px;border:1px solid var(--line)}.timeline span{display:grid;place-items:center;width:44px;height:44px;background:var(--red);color:#fff;border-radius:50%;font-weight:900}.timeline h3{margin:18px 0 6px}.timeline p{color:var(--muted);margin:0}.product-catalog.alt{background:var(--soft)}.product-section-title{display:flex;align-items:end;gap:18px;margin-bottom:26px}.product-section-title h2{font-size:38px;margin:0}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.catalog-grid.three{grid-template-columns:repeat(3,1fr)}.catalog-grid article{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 12px 38px rgba(15,23,42,.07)}.catalog-grid img{height:180px;width:100%;object-fit:cover}.catalog-grid h3,.catalog-grid p,.catalog-grid a{margin-left:20px;margin-right:20px}.catalog-grid h3{margin-top:20px}.catalog-grid p{color:var(--muted)}.catalog-grid a{display:inline-block;margin-bottom:22px;color:var(--red);font-weight:900}.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.capability-grid article{padding:32px;border-radius:26px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 38px rgba(15,23,42,.07)}.capability-grid strong{font-size:46px;color:var(--red);letter-spacing:-.04em}.image-card img{border-radius:18px;margin-bottom:16px}.card-row{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.project-grid article{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 38px rgba(15,23,42,.07)}.project-grid img{height:205px;width:100%;object-fit:cover}.project-grid h3,.project-grid p{margin-left:22px;margin-right:22px}.project-grid p{color:var(--muted);margin-bottom:24px}.partner-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.partner-detail-grid article{padding:28px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 38px rgba(15,23,42,.07)}.partner-detail-grid span{display:inline-flex;margin-bottom:18px;padding:8px 12px;border-radius:999px;background:rgba(216,34,40,.08);color:var(--red);font-weight:900}.partner-detail-grid h3{margin:0 0 10px}.partner-detail-grid p{color:var(--muted);margin:0}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:44px;align-items:start}.contact-info dl{margin:28px 0}.contact-info dt{font-weight:900;color:var(--ink)}.contact-info dd{margin:5px 0 18px;color:var(--muted)}.local-data-box{padding:22px;border-radius:22px;background:var(--soft);border:1px solid var(--line)}.local-data-box h3{margin-top:0}.inquiry-form{padding:34px;border-radius:30px;background:#fff;box-shadow:var(--shadow);border:1px solid var(--line)}.inquiry-form h2{margin-top:0;font-size:32px}.inquiry-form label{display:block;margin:16px 0;font-weight:800}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{display:block;width:100%;margin-top:8px;border:1px solid var(--line);background:#f8fafc;border-radius:14px;padding:13px 14px;outline:none}.inquiry-form input:focus,.inquiry-form textarea:focus,.inquiry-form select:focus{border-color:var(--red);background:#fff}.form-note{font-size:13px;color:var(--muted)}.site-footer{background:#07111f;color:#fff}.footer-cta{width:min(var(--max),calc(100% - 42px));margin:auto;padding:56px 0;display:flex;align-items:center;justify-content:space-between;gap:28px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-cta h2{margin:0;font-size:34px}.footer-main{width:min(var(--max),calc(100% - 42px));margin:auto;padding:54px 0;display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:36px}.footer-brand img{width:150px;margin-bottom:18px}.footer-main h3{margin-top:0}.footer-main a,.footer-main p{display:block;color:rgba(255,255,255,.68);margin:7px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 21px;display:flex;justify-content:space-between;gap:18px;color:rgba(255,255,255,.5);font-size:12px}.chat-widget{position:fixed;right:24px;bottom:24px;z-index:60}.chat-launcher{display:flex;align-items:center;gap:10px;padding:14px 18px;border:0;border-radius:999px;background:linear-gradient(90deg,var(--red),var(--orange));color:#fff;box-shadow:0 18px 40px rgba(216,34,40,.32);font-weight:900;cursor:pointer}.chat-panel{position:absolute;right:0;bottom:64px;width:min(380px,calc(100vw - 42px));height:520px;background:#fff;border-radius:24px;box-shadow:var(--shadow);overflow:hidden;border:1px solid var(--line);display:none}.chat-panel.open{display:flex;flex-direction:column}.chat-head{padding:16px 18px;background:#07111f;color:#fff;display:flex;align-items:center;justify-content:space-between}.chat-head small{display:block;color:rgba(255,255,255,.6)}.chat-head button{border:0;background:transparent;color:#fff;font-size:24px;cursor:pointer}.chat-body{flex:1;overflow:auto;padding:18px;background:#f8fafc}.msg{max-width:86%;margin:0 0 12px;padding:11px 13px;border-radius:16px;background:#fff;border:1px solid var(--line);font-size:14px}.msg.user{margin-left:auto;background:#07111f;color:#fff;border-color:#07111f}.quick-actions{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.quick-actions button{border:1px solid rgba(216,34,40,.28);background:#fff;color:var(--red);border-radius:999px;padding:7px 10px;font-weight:800;cursor:pointer;font-size:12px}.chat-input{display:flex;border-top:1px solid var(--line);padding:10px;background:#fff}.chat-input input{flex:1;border:1px solid var(--line);border-radius:999px;padding:10px 12px;outline:0}.chat-input button{margin-left:8px;border:0;border-radius:999px;background:var(--red);color:#fff;padding:0 14px;font-weight:800}.toast{position:fixed;left:50%;bottom:26px;transform:translateX(-50%);background:#07111f;color:#fff;padding:12px 16px;border-radius:999px;box-shadow:var(--shadow);z-index:90}
@media (max-width:1020px){.nav-toggle{display:block}.main-nav{position:absolute;left:0;right:0;top:112px;display:none;flex-direction:column;align-items:stretch;gap:0;background:#07111f;padding:10px 21px 24px}.main-nav.open{display:flex}.main-nav>a,.nav-dropdown>a{height:auto;padding:13px 0}.dropdown-menu{position:static;display:block;background:rgba(255,255,255,.06);box-shadow:none;color:#fff;border-radius:14px}.dropdown-menu a{color:rgba(255,255,255,.78)}.hero-copy h1{font-size:46px}.section-head.split,.about-grid,.two-col,.two-col.reverse,.manufacturing-card,.contact-grid,.footer-main{grid-template-columns:1fr}.business-grid,.product-mini-grid,.catalog-grid,.catalog-grid.three,.catalog-grid.four,.case-grid,.project-grid,.partner-detail-grid,.capability-grid,.card-row,.timeline{grid-template-columns:repeat(2,1fr)}.partner-logos{grid-template-columns:repeat(3,1fr)}}
@media (max-width:680px){.announcement{height:auto;padding:7px 14px;text-align:center;flex-direction:column;gap:2px}.header-inner{height:70px}.brand img{width:96px}.brand em{display:none}.main-nav{top:104px}.hero-slider{min-height:640px}.hero-copy{padding-top:125px}.hero-copy h1,.page-hero h1{font-size:36px}.hero-copy p:not(.eyebrow),.page-hero p:not(.eyebrow){font-size:17px}.section{padding:62px 0}.section-head h2,.about-grid h2,.two-col h2,.contact-info h2{font-size:31px}.business-grid,.product-mini-grid,.product-mini-grid.three,.catalog-grid,.catalog-grid.three,.catalog-grid.four,.case-grid,.project-grid,.partner-detail-grid,.capability-grid,.card-row,.timeline,.stat-row,.partner-logos{grid-template-columns:1fr}.image-stack{min-height:auto}.image-stack img{position:static!important;width:100%!important;height:220px!important;border:0!important;margin-bottom:14px}.footer-cta{align-items:flex-start;flex-direction:column}.footer-bottom{flex-direction:column}.chat-widget{right:14px;bottom:14px}.chat-launcher span{display:none}}

.partner-logo-card{min-height:86px;padding:18px 28px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);border-radius:18px}
.partner-logo-card img{width:auto;height:auto;max-width:var(--partner-logo-width,100%);max-height:var(--partner-logo-height,54px);object-fit:contain}
.partner-logo-nhi{--partner-logo-width:82%;--partner-logo-height:46px}
.partner-logo-shunda{--partner-logo-width:72%;--partner-logo-height:74px}
.partner-logo-sanland{--partner-logo-width:44%;--partner-logo-height:76px}
.partner-logo-wangda{--partner-logo-width:82%;--partner-logo-height:54px}
.partner-logo-huatech{--partner-logo-width:100%;--partner-logo-height:54px}
.partner-logo-text{font-weight:900;font-size:22px;color:#233044}
.partner-strip .eyebrow{color:var(--muted)}

/* Keep the header in normal flow so page banners match the original height. */
.site-header{
  position:sticky;
  top:0;
  background:linear-gradient(180deg,rgba(7,17,31,.86),rgba(7,17,31,.42));
}

/* Brand lockup: logo above the short global-supply tagline. */
.brand{
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:3px;
  min-width:170px;
}
.brand img{
  width:112px;
}
.brand span{
  display:block;
  line-height:1;
}
.brand strong{
  display:none;
}
.brand em{
  display:block;
  margin-top:0;
  color:rgba(255,255,255,.72);
  font-size:12px;
  line-height:1.15;
  white-space:nowrap;
}

@media (max-width:680px){
  .brand{min-width:128px}
  .brand img{width:92px}
  .brand em{display:block;font-size:10px}
}

/* Homepage hero carousel. */
.hero-slide{
  opacity:0;
  pointer-events:none;
  transition:opacity .8s ease;
}
.hero-slide.active{
  opacity:1;
  pointer-events:auto;
}
.hero-indicators{
  z-index:3;
}
.hero-indicators button{
  width:46px;
  height:3px;
  padding:0;
  border:0;
  background:rgba(255,255,255,.35);
  cursor:pointer;
}
.hero-indicators button.active{
  background:#fff;
}

/* Home core-business intro: lower the right copy so it visually aligns with the title block. */
.business-section-head > p{
  transform:translateY(18px);
}
.product-section-head > p{
  transform:translateY(18px);
}

/* Home product/manufacturing sections: alternate dark and light bands. */
.product-preview#products{
  background:
    radial-gradient(circle at 78% 38%,rgba(242,123,36,.14),transparent 34%),
    linear-gradient(135deg,#132a3f 0%,#0b1b2c 58%,#07111f 100%);
  color:#fff;
}
.about-band{
  background:
    radial-gradient(circle at 78% 38%,rgba(242,123,36,.14),transparent 34%),
    linear-gradient(135deg,#132a3f 0%,#0b1b2c 58%,#07111f 100%);
}
.product-preview#products .section-head h2{
  color:#fff;
}
.product-preview#products .section-head > p{
  color:rgba(255,255,255,.7);
}
.product-preview#products .eyebrow{
  color:#90a4bc;
}
.product-preview#products .product-mini-grid a{
  background:rgba(255,255,255,.94);
  border-color:#d7e2ee;
  color:var(--ink);
  box-shadow:0 14px 36px rgba(29,47,72,.09);
}
.product-preview#products .product-mini-grid h3{
  color:var(--ink);
}
.product-preview#products .product-mini-grid p{
  color:var(--muted);
}
.product-preview#products .product-mini-grid img{
  background:#e8f0f6;
}
.manufacturing-strip{
  background:linear-gradient(180deg,#f7fafc 0%,#eef4f8 100%);
  color:var(--ink);
}
.manufacturing-strip .eyebrow{
  color:var(--red);
}
.manufacturing-strip .manufacturing-card h2{
  color:var(--ink);
}
.manufacturing-strip .manufacturing-card p{
  color:var(--muted);
}
.manufacturing-strip .capability-list span{
  background:#fff;
  border-color:#d7e2ee;
  color:var(--ink);
}

/* Shared intro-image settings. */
.hero-slider{
  position:relative;
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:4267 / 1613;
  overflow:hidden;
}
.hero-copy{
  padding-top:170px;
}
.page-hero{
  height:auto;
  min-height:420px;
}
.hero-slide img,
.page-hero.image-hero > img{
  width:100%;
  height:100%;
  object-position:center center;
  transform:none;
}
.hero-slide img{
  object-fit:contain;
}
.page-hero.image-hero > img{
  object-fit:cover;
}
.hero-slide-furnace img{
  object-position:center 58%;
}
.hero-layer{
  z-index:2;
}
.hero-copy{
  z-index:3;
}
.hero-indicators{
  z-index:4;
}
.page-hero-overlay{
  z-index:2;
}
.page-hero-content{
  z-index:3;
}

@media (max-width:680px){
  .hero-slider{
    min-height:0;
    aspect-ratio:4267 / 1613;
  }
  .hero-copy{
    padding-top:125px;
  }
}

.product-mini-grid a,
.product-mini-grid article{
  transition:.22s ease;
}
.product-mini-grid a:hover,
.product-mini-grid article:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow);
}

.business-card{
  display:flex;
  flex-direction:column;
}
.business-card strong{
  margin-top:auto;
}

.announcement{
  height:40px;
  font-size:13px;
}
.header-inner{
  height:92px;
}
.brand{
  min-width:210px;
  justify-content:center;
}
.brand img{
  width:122px;
}
.brand em{
  font-size:11px;
}
.main-nav{
  gap:18px;
  font-size:16px;
}
.nav-cta{
  height:38px!important;
  min-height:38px;
  padding:0 14px;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  font-size:16px;
  font-weight:500;
  color:rgba(255,255,255,.86);
}
.main-nav>a,
.nav-dropdown>a{
  height:92px;
}
.dropdown-menu{
  top:92px;
}

.cases-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:32px;
}
.cases-section-head h2{
  white-space:nowrap;
}
.cases-section-head .text-link{
  margin-left:auto;
  white-space:nowrap;
  text-align:right;
}

.footer-cta > div{
  flex:1 1 0;
  min-width:0;
  max-width:900px;
}
.footer-cta h2{
  line-height:1.22;
}
.footer-cta p:not(.eyebrow){
  max-width:720px;
  margin:12px 0 0;
  color:rgba(255,255,255,.68);
}
.footer-cta .btn{
  flex:0 0 auto;
  min-width:178px;
  padding-inline:30px;
  white-space:nowrap;
}

@media (max-width:680px){
  .announcement{
    height:auto;
    font-size:13px;
  }
  .header-inner{
    height:70px;
  }
  .brand{
    min-width:128px;
  }
  .brand img{
    width:92px;
  }
  .brand em{
    font-size:10px;
  }
  .main-nav>a,
  .nav-dropdown>a{
    height:auto;
  }
  .cases-section-head{
    align-items:flex-start;
    flex-direction:column;
    gap:18px;
  }
  .cases-section-head h2{
    white-space:normal;
  }
  .cases-section-head .text-link{
    margin-left:0;
    text-align:left;
  }
  .footer-cta > div{
    max-width:none;
  }
  .footer-cta .btn{
    min-width:0;
  }
}

body.search-open{
  overflow:hidden;
}
.site-search-button{
  height:38px;
  min-height:38px;
  min-width:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.86);
  cursor:pointer;
  font-size:16px;
  font-weight:500;
}
.site-search-button span,
.site-search-field span{
  position:relative;
  width:16px;
  height:16px;
  flex:0 0 auto;
  border:2px solid currentColor;
  border-radius:50%;
}
.site-search-button span::after,
.site-search-field span::after{
  content:"";
  position:absolute;
  right:-6px;
  bottom:-5px;
  width:8px;
  height:2px;
  border-radius:2px;
  background:currentColor;
  transform:rotate(45deg);
  transform-origin:left center;
}
.site-search-button em{
  font-style:normal;
  font-size:16px;
  font-weight:500;
}
.site-search-button:hover{
  background:#fff;
  color:var(--red);
}
.site-search-modal{
  position:fixed;
  inset:0;
  z-index:120;
  display:none;
}
.site-search-modal.open{
  display:block;
}
.site-search-backdrop{
  position:absolute;
  inset:0;
  background:rgba(3,11,23,.68);
  backdrop-filter:blur(8px);
}
.site-search-panel{
  position:relative;
  width:min(860px,calc(100% - 42px));
  max-height:min(760px,calc(100vh - 72px));
  margin:36px auto;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(226,232,240,.9);
  border-radius:20px;
  box-shadow:0 30px 90px rgba(2,8,18,.36);
}
.site-search-head{
  display:flex;
  align-items:center;
  gap:12px;
  padding:18px;
  background:linear-gradient(90deg,#07111f,#12243a);
}
.site-search-field{
  flex:1;
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  color:rgba(255,255,255,.72);
}
.site-search-field input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font-size:20px;
  font-weight:800;
}
.site-search-field input::placeholder{
  color:rgba(255,255,255,.56);
  font-weight:700;
}
.site-search-field input::-webkit-search-cancel-button,
.site-search-field input::-webkit-search-decoration{
  -webkit-appearance:none;
  appearance:none;
}
.site-search-field input[type="search"]{
  appearance:textfield;
}
.site-search-close{
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}
.site-search-close:hover{
  background:#fff;
  color:var(--red);
}
.site-search-status{
  padding:12px 18px;
  border-bottom:1px solid var(--line);
  color:var(--muted);
  font-size:13px;
}
.site-search-results{
  overflow:auto;
  padding:8px 18px 22px;
}
.site-search-notice{
  margin:14px 0;
  padding:12px 14px;
  border:1px solid rgba(216,34,40,.22);
  border-left:4px solid var(--red);
  background:rgba(216,34,40,.06);
  color:#7f1d1d;
  font-weight:800;
  border-radius:12px;
}
.site-search-help{
  margin-top:24px;
  padding:16px 18px;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  border:1px solid rgba(216,34,40,.16);
  border-left:4px solid var(--red);
  border-radius:14px;
  background:linear-gradient(90deg,rgba(216,34,40,.045),#fff);
}
.site-search-help h3{
  margin:0;
  color:var(--ink);
  font-size:18px;
  line-height:1.25;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.site-search-help p{
  margin:4px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.35;
}
.site-search-help-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-start;
}
.site-search-help-actions button,
.site-search-help-actions a{
  min-height:40px;
  min-width:224px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
  white-space:nowrap;
}
.site-search-help-actions button{
  border:0;
  background:linear-gradient(90deg,var(--red),var(--orange));
  color:#fff;
}
.site-search-help-actions a{
  border:1px solid rgba(216,34,40,.28);
  background:#fff;
  color:var(--red);
}
.site-search-group{
  padding-top:22px;
}
.site-search-group h3{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 12px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(226,232,240,.75);
  color:var(--ink);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.site-search-group h3::before{
  content:"";
  width:4px;
  height:18px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--red),var(--orange));
}
.site-search-result{
  display:block;
  padding:14px 0;
  border-top:1px solid var(--line);
}
.site-search-result:first-of-type{
  border-top:0;
}
.site-search-result-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.site-search-result-title strong{
  color:var(--ink);
  font-size:18px;
  line-height:1.25;
}
.site-search-result-title span{
  flex:0 0 auto;
  max-width:46%;
  padding:4px 9px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#f8fafc;
  color:var(--muted);
  font-size:11px;
  font-weight:900;
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.site-search-result p{
  margin:6px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}
.site-search-result:hover .site-search-result-title strong{
  color:var(--red);
}

@media (max-width:1020px){
  .site-search-button{
    justify-content:flex-start;
    width:100%;
    height:auto;
    margin:8px 0;
    padding:12px 0;
    border:0;
    border-radius:0;
    background:transparent;
  }
  .site-search-button:hover{
    background:transparent;
    color:#fff;
  }
}

@media (max-width:680px){
  .site-search-panel{
    width:100%;
    height:100%;
    max-height:none;
    margin:0;
    border-radius:0;
  }
  .site-search-head{
    padding:14px;
  }
  .site-search-field{
    gap:12px;
  }
  .site-search-field input{
    font-size:16px;
  }
  .site-search-close{
    width:38px;
    height:38px;
    font-size:24px;
  }
  .site-search-status{
    padding:11px 14px;
  }
  .site-search-results{
    padding:6px 14px 24px;
  }
  .site-search-help{
    padding:15px;
  }
  .site-search-help h3{
    white-space:normal;
  }
  .site-search-help-actions{
    width:100%;
  }
  .site-search-help-actions button,
  .site-search-help-actions a{
    width:100%;
    min-width:0;
  }
  .site-search-result-title strong{
    font-size:16px;
  }
  .site-search-result-title{
    align-items:flex-start;
    flex-direction:column;
    gap:6px;
  }
  .site-search-result-title span{
    max-width:100%;
  }
}

.product-category-nav{
  background:#fff;
  padding-bottom:72px;
}
.product-category-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.product-category-grid a{
  padding:22px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 38px rgba(15,23,42,.07);
  transition:.22s ease;
}
.product-category-grid a:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow);
}
.product-category-grid span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  margin-bottom:16px;
  border-radius:12px;
  background:rgba(216,34,40,.08);
  color:var(--red);
  font-weight:900;
}
.product-category-grid h3{
  margin:0 0 9px;
  font-size:20px;
  line-height:1.22;
}
.product-category-grid p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}
.product-section-title-text{
  align-items:flex-start;
}
.product-section-title-text > div{
  max-width:940px;
}
.product-section-title-text p:not(.eyebrow){
  margin:10px 0 0;
  color:var(--muted);
  max-width:920px;
}
.catalog-grid article{
  display:flex;
  flex-direction:column;
}
.catalog-grid.four{
  grid-template-columns:repeat(4,1fr);
}
.catalog-grid.three img,
.catalog-grid.four img{
  height:auto;
  aspect-ratio:3 / 2;
  object-fit:cover;
}
.catalog-grid small{
  display:block;
  margin:10px 20px 0;
  color:var(--ink-2);
  font-size:13px;
  line-height:1.45;
}
.catalog-grid a{
  margin-top:auto;
  padding-top:14px;
}
.spare-parts-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.spare-parts-grid article{
  padding:24px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 38px rgba(15,23,42,.07);
}
.spare-parts-grid h3{
  margin:0 0 10px;
  font-size:20px;
}
.spare-parts-grid p{
  margin:0;
  color:var(--muted);
}
.spare-parts-layout{
  grid-template-columns:1fr .64fr;
  align-items:stretch;
}
.spare-parts-visual{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.spare-parts-visual img{
  width:min(100%,380px);
  height:auto;
  margin:0;
  object-fit:contain;
}

.partner-detail-grid article{
  position:relative;
  min-height:210px;
  padding-right:118px;
}
.partner-card-logo{
  position:absolute;
  top:24px;
  right:24px;
  width:auto;
  max-width:82px;
  max-height:48px;
  object-fit:contain;
}
.partner-card-logo-nhi{
  max-width:94px;
  max-height:42px;
}
.partner-card-logo-shunda,
.partner-card-logo-wangda{
  max-width:78px;
  max-height:56px;
}
.partner-card-logo-sanland{
  max-width:54px;
  max-height:58px;
}
.partner-card-logo-huatech{
  max-width:92px;
  max-height:42px;
}

@media (max-width:680px){
  .partner-detail-grid article{
    min-height:0;
    padding-right:28px;
  }
  .partner-card-logo{
    position:static;
    display:block;
    margin:0 0 18px;
  }
}
.rfq-guide{
  background:var(--soft);
}
.rfq-guide-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}
.rfq-guide-note{
  margin-top:26px;
  padding:26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  border:1px solid var(--line);
  border-left:4px solid var(--red);
  border-radius:22px;
  background:var(--soft);
}
.rfq-guide-note p{
  margin:0;
  color:var(--muted);
}
.rfq-guide-note .btn{
  flex:0 0 auto;
}
.partners-hero h1{
  max-width:none;
}
.partners-hero p:not(.eyebrow){
  max-width:880px;
}

@media (max-width:1020px){
  .product-category-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .spare-parts-grid,
  .rfq-guide-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:680px){
  .product-category-grid{
    grid-template-columns:1fr;
  }
  .product-section-title{
    align-items:flex-start;
  }
  .product-section-title-text{
    display:block;
  }
  .rfq-guide-note{
    align-items:flex-start;
    flex-direction:column;
  }
}

.contact-static-section{
  background:var(--soft);
}
.contact-static-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);
  gap:34px;
  align-items:start;
}
.company-profile-panel,
.contact-static-card{
  padding:34px;
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
  box-shadow:0 12px 38px rgba(15,23,42,.07);
}
.company-profile-panel h2,
.contact-static-card h2{
  margin:0;
  font-size:34px;
  line-height:1.16;
  letter-spacing:-.03em;
}
.company-profile-panel p,
.contact-static-card dd{
  color:var(--muted);
}
.profile-support-box{
  margin-top:26px;
  padding:24px;
  border-left:4px solid var(--red);
  border-radius:18px;
  background:var(--soft);
}
.profile-support-box h3{
  margin:0 0 10px;
}
.profile-support-box p{
  margin:0;
}
.contact-static-card{
  position:sticky;
  top:136px;
}
.contact-static-card dl{
  margin:28px 0 0;
}
.contact-static-card dt{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--ink);
}
.contact-static-card dd{
  margin:6px 0 18px;
  line-height:1.55;
}
.contact-static-card a:not(.btn){
  color:var(--red);
  font-weight:800;
}
.contact-static-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

@media (max-width:1020px){
  .contact-static-grid{
    grid-template-columns:1fr;
  }
  .contact-static-card{
    position:static;
  }
}

@media (max-width:680px){
  .company-profile-panel,
  .contact-static-card{
    padding:24px;
    border-radius:22px;
  }
  .company-profile-panel h2,
  .contact-static-card h2{
    font-size:28px;
  }
}

.about-profile-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.88fr);
  gap:64px;
  align-items:start;
}
.about-profile-copy h2,
.about-contact-copy h2{
  margin:0;
  font-size:40px;
  line-height:1.14;
  letter-spacing:-.03em;
}
.about-profile-copy p,
.about-contact-copy p{
  color:var(--muted);
}
.about-card-stack{
  display:grid;
  gap:20px;
}
.about-card-stack .quote-box,
.about-card-stack .process-card{
  border-radius:22px;
}
.about-contact-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.82fr);
  gap:28px;
  align-items:stretch;
}
.about-contact-card{
  padding:32px;
  border:1px solid var(--line);
  border-left:4px solid var(--red);
  border-radius:26px;
  background:#fff;
  box-shadow:0 12px 38px rgba(15,23,42,.07);
}
.about-contact-card h2{
  margin:0;
  font-size:30px;
  line-height:1.18;
  letter-spacing:-.03em;
}
.contact-rfq-note{
  max-width:680px;
  margin:12px 0 0;
  color:var(--muted);
}
.about-contact-card dl{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px 24px;
  margin:28px 0 0;
}
.about-contact-card dt{
  margin-bottom:5px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--ink);
}
.about-contact-card dd{
  margin:0;
  color:var(--ink);
  line-height:1.5;
}
.about-contact-card a:not(.btn){
  color:var(--ink);
  font-weight:800;
}
.about-contact-card a:not(.btn):hover{
  color:var(--red);
}
.about-contact-card .form-note{
  margin-top:18px;
}
.about-contact-image-card{
  min-height:100%;
  margin:0;
  border:1px solid var(--line);
  border-radius:26px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 12px 38px rgba(15,23,42,.07);
}
.about-contact-image-card img{
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
}

@media (max-width:1020px){
  .about-profile-grid,
  .about-contact-grid{
    grid-template-columns:1fr;
  }
  .about-profile-copy h2,
  .about-contact-copy h2{
    font-size:34px;
  }
}

@media (max-width:680px){
  .about-profile-grid,
  .about-contact-grid{
    gap:28px;
  }
  .about-contact-card{
    padding:24px;
    border-radius:22px;
  }
  .about-contact-image-card{
    border-radius:22px;
  }
  .about-contact-card dl{
    grid-template-columns:1fr;
  }
  .about-profile-copy h2,
  .about-contact-copy h2,
  .about-contact-card h2{
    font-size:28px;
  }
}

.manufacturing-image-panel{
  align-self:center;
}
.manufacturing-image-stack{
  position:relative;
  min-height:365px;
}
.manufacturing-image-stack img{
  position:absolute;
  object-fit:cover;
  border-radius:26px;
  box-shadow:0 24px 60px rgba(15,23,42,.22);
}
.manufacturing-image-stack img:first-child{
  right:0;
  top:0;
  width:78%;
  height:285px;
}
.manufacturing-image-stack img:last-child{
  left:-82px;
  bottom:34px;
  z-index:2;
  width:66%;
  height:250px;
  border:8px solid var(--soft);
}
.manufacturing-image-panel p{
  max-width:520px;
  margin:12px 0 0 -82px;
  color:var(--muted);
}

@media (max-width:1020px){
  .manufacturing-image-panel{
    max-width:680px;
  }
}

@media (max-width:680px){
  .manufacturing-image-stack{
    min-height:auto;
  }
  .manufacturing-image-stack img,
  .manufacturing-image-stack img:first-child,
  .manufacturing-image-stack img:last-child{
    position:static;
    width:100%;
    height:220px;
    margin-bottom:14px;
    border:0;
  }
  .manufacturing-image-panel p{
    margin-top:4px;
    margin-left:0;
  }
}
