:root{
  --ink:#09231c;
  --muted:#5b6c65;
  --green-950:#03271f;
  --green-900:#052f26;
  --green-800:#074535;
  --green:#15a665;
  --bright:#20c875;
  --soft:#eef6f1;
  --line:#d9e6de;
  --white:#fff;
  --amber:#e9a83a;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--white);font-family:"Segoe UI",Arial,"Microsoft YaHei",sans-serif}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
:focus-visible{outline:3px solid rgba(32,200,117,.48);outline-offset:3px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.site-header{position:relative;z-index:1000;height:72px;display:flex;align-items:center;background:var(--green-950);color:#fff;border-bottom:1px solid rgba(255,255,255,.14)}
.nav{display:flex;align-items:center;gap:28px}
.mobile-menu-toggle{display:none;width:44px;height:42px;flex:0 0 44px;padding:0;border:1px solid rgba(255,255,255,.32);border-radius:8px;background:transparent;color:#fff;font-size:23px;cursor:pointer}
.brand{display:flex;align-items:center;gap:12px;margin-right:auto;font-weight:800}
.brand img{width:58px;height:48px;object-fit:contain;border-radius:7px;background:#fff;padding:3px}
.brand small{display:block;color:#afc9be;font-size:11px;font-weight:600;margin-top:3px}
.nav-links{display:flex;align-items:center;gap:24px;color:#dcece5;font-size:14px;font-weight:700}
.nav-links a:hover,.nav-links a[aria-current="true"]{color:#fff}
.language-select{width:72px;min-height:42px;border:1px solid rgba(255,255,255,.35);border-radius:8px;background:var(--green-900);color:#fff;padding:0 8px;font:700 13px/1 "Segoe UI",Arial,sans-serif;cursor:pointer}
.language-select:hover{border-color:rgba(255,255,255,.7)}
.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;border:1px solid transparent;border-radius:8px;font-weight:800;transition:background-color .18s ease,border-color .18s ease,color .18s ease}
.button-primary{background:var(--bright);color:var(--green-950)}
.button-primary:hover{background:#43dc8e}
.button-secondary{border-color:rgba(255,255,255,.5);color:#fff;background:rgba(3,39,31,.5)}
.button-secondary:hover{border-color:#fff;background:rgba(3,39,31,.72)}
/* PUBLIC_SERVICE_MOBILE_HEADER_V1342 */
.mobile-label{display:none}
.hero{position:relative;min-height:620px;display:flex;align-items:center;color:#fff;background-image:url("/assets/case-oversized.webp");background-position:center;background-size:cover;background-repeat:no-repeat}
.hero::before{content:"";position:absolute;inset:0;background:rgba(3,39,31,.76);pointer-events:none}
.hero .container{position:relative;z-index:1}
.hero-copy{max-width:790px;padding:74px 0}
/* PUBLIC_DETAIL_BREADCRUMB_I18N_V1381 */
.breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 18px;color:rgba(255,255,255,.78);font-size:13px;font-weight:700}
.breadcrumb a:hover{text-decoration:underline;text-underline-offset:3px}.breadcrumb [aria-current="page"]{color:#fff}.breadcrumb-separator{color:rgba(255,255,255,.5)}
.eyebrow{margin:0 0 16px;color:#76e9ad;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
h1{max-width:760px;margin:0;font-size:64px;line-height:1.04;letter-spacing:0}
.hero-lead{max-width:700px;margin:22px 0 0;color:#e1eee8;font-size:20px;line-height:1.65}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.route-line{display:flex;gap:9px;flex-wrap:wrap;margin-top:34px;color:#d6e7df;font-size:13px;font-weight:700}
.route-line span{padding:8px 10px;border-left:2px solid var(--bright);background:rgba(3,39,31,.44)}
.section{padding:86px 0}
.section-soft{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-dark{background:var(--green-950);color:#fff}
.section-head{max-width:760px;margin-bottom:42px}
.section-head h2{margin:0;font-size:46px;line-height:1.12;letter-spacing:0}
.section-head p{margin:18px 0 0;color:var(--muted);font-size:18px;line-height:1.7}
.section-dark .section-head p{color:#bcd1c8}
.intro-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.7fr);gap:72px;align-items:start}
.intro-copy p{margin:0 0 18px;color:var(--muted);font-size:18px;line-height:1.75}
.facts{border-top:1px solid var(--line)}
.fact{display:grid;grid-template-columns:38px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}
.fact i{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#dff4e8;color:var(--green-800);font-size:18px}
.fact strong{display:block;margin-bottom:5px}
.fact span{display:block;color:var(--muted);line-height:1.55}
.need-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #cbdcd2;border-left:1px solid #cbdcd2}
.need{min-height:174px;padding:24px;border-right:1px solid #cbdcd2;border-bottom:1px solid #cbdcd2}
.need b{display:block;margin-bottom:9px;font-size:18px}
.need p{margin:0;color:var(--muted);line-height:1.65}
.access-note{margin-top:28px;padding:20px 22px;border-left:4px solid var(--amber);background:#fff;color:#354b42;line-height:1.65}
.process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.2)}
.step{padding:28px 24px 12px 0;border-right:1px solid rgba(255,255,255,.16)}
.step:last-child{border-right:0;padding-left:24px}
.step:not(:first-child){padding-left:24px}
.step small{display:block;color:#72e5a8;font-size:13px;font-weight:800;margin-bottom:16px}
.step h3{margin:0 0 9px;font-size:20px}
.step p{margin:0;color:#bcd1c8;line-height:1.6}
.contact-band{display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center;padding:34px 0}
.contact-band h2{margin:0;font-size:34px;letter-spacing:0}
.contact-band p{margin:8px 0 0;color:#c0d5cb;line-height:1.55}
.contact-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
footer{padding:34px 0;background:#021d17;color:#a9c1b7;font-size:13px}
.footer-row{display:flex;justify-content:space-between;gap:24px;align-items:center}
.footer-row strong{color:#fff}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end}
.footer-links a:hover{color:#fff}
/* PUBLIC_MOBILE_NAV_CSS_V1397 */
@media(max-width:900px){
  .mobile-menu-toggle{display:grid;place-items:center}
  .nav-links{display:none}
  .nav-links.is-open{display:flex;position:fixed;z-index:1001;inset:72px 0 0;overflow-y:auto;flex-direction:column;align-items:stretch;gap:0;padding:22px max(20px,calc((100vw - var(--max))/2));background:var(--green-950);font-size:17px}
  .nav-links.is-open a{display:flex;align-items:center;min-height:52px;border-bottom:1px solid rgba(255,255,255,.14)}
  body.public-menu-open{overflow:hidden}
  h1{font-size:52px}
  .section-head h2{font-size:40px}
  .intro-grid{grid-template-columns:1fr;gap:38px}
  .need-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .process{grid-template-columns:repeat(2,minmax(0,1fr))}
  .step:nth-child(2){border-right:0}
  .contact-band{grid-template-columns:1fr}
  .contact-actions{justify-content:flex-start}
}
@media(max-width:600px){
  .container{width:min(var(--max),calc(100% - 28px))}
  .site-header{height:66px}
  .nav{gap:8px}
  .brand{gap:8px}
  .brand img{width:48px;height:40px}
  .brand span{font-size:14px}
  .brand small{display:none}
  .language-select{width:62px;min-height:40px;padding:0 5px}
  .nav>.button{width:42px;min-height:42px;padding:0;font-size:13px}
  .nav>.button .desktop-label,.nav>.button .mobile-label{display:none}
  .nav-links.is-open{inset:66px 0 0;padding-right:14px;padding-left:14px}
  .hero{min-height:570px;background-position:58% center}
  .hero-copy{padding:58px 0}
  h1{font-size:42px}
  .hero-lead{font-size:18px}
  .section{padding:64px 0}
  .section-head h2{font-size:34px}
  .section-head p,.intro-copy p{font-size:16px}
  .need-grid,.process{grid-template-columns:1fr}
  .need{min-height:0}
  .step,.step:not(:first-child),.step:last-child{padding:22px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}
  .step:last-child{border-bottom:0}
  .contact-band h2{font-size:29px}
  .contact-actions{display:grid;grid-template-columns:1fr;width:100%}
  .footer-row{align-items:flex-start;flex-direction:column}
  .footer-links{justify-content:flex-start}
}
@media(max-width:420px){.brand span{display:none}}
/* PUBLIC_SKIP_LINK_I18N_V1379 */
.skip-link{position:fixed;z-index:2000;top:12px;left:12px;transform:translateY(-160%);padding:11px 15px;border:2px solid #20c875;border-radius:6px;background:#fff;color:#052f26;font-size:14px;font-weight:800;white-space:nowrap;transition:transform .18s ease}
.skip-link:focus{transform:translateY(0)}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.skip-link{transition:none}}
/* PUBLIC_RESPONSIVE_HERO_CSS_V1378 */
@media(max-width:520px){.hero{background-image:url("/assets/case-oversized-600.webp")}}
/* PUBLIC_SHARED_SERVICE_DETAIL_VARIANTS_V1393 */
body.service-machinery .button-secondary:hover{border-color:#fff;background:rgba(255,255,255,.08)}
body.service-machinery .hero{background-image:url("/assets/case-machinery.webp")}
body.service-machinery .hero-copy{max-width:800px}
body.service-machinery .eyebrow{letter-spacing:0}
body.service-machinery h1{max-width:780px;hyphens:auto}
body.service-machinery .hero-lead{max-width:720px}
body.service-machinery .section-head{max-width:780px}

body.service-packaging .button-secondary:hover{border-color:#fff;background:rgba(255,255,255,.08)}
body.service-packaging .hero{background-image:url("/assets/case-machinery.webp");background-position:center}
body.service-packaging .hero-copy{max-width:820px}
body.service-packaging .eyebrow{letter-spacing:0}
body.service-packaging h1{max-width:800px;hyphens:auto}
body.service-packaging .hero-lead{max-width:730px}
body.service-packaging .section-head{max-width:800px}

body.service-heavy{overflow-x:hidden}
body.service-heavy .button-secondary:hover{border-color:#fff;background:rgba(255,255,255,.08)}
body.service-heavy .hero{min-height:600px}
body.service-heavy .hero-copy{max-width:800px;padding:70px 0}
body.service-heavy .eyebrow{letter-spacing:0}
body.service-heavy h1{max-width:780px;hyphens:auto}
body.service-heavy .hero-lead{max-width:740px}
body.service-heavy .section-head{max-width:800px}
body.service-heavy .section-head h2{hyphens:auto}
body.service-heavy .text-link{color:var(--green-800);font-weight:800;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}

@media(max-width:600px){
  body.service-machinery .hero{background-image:url("/assets/case-machinery-600.webp");background-position:55% center}
  body.service-machinery h1{font-size:38px}
  body.service-packaging .hero{background-image:url("/assets/case-machinery-600.webp");background-position:55% center}
  body.service-packaging h1{font-size:37px}
  body.service-heavy .nav>.button{min-height:44px}
  body.service-heavy .hero{min-height:550px;background-image:url("/assets/case-oversized-600.webp");background-position:58% center}
  body.service-heavy .hero-copy{padding:56px 0}
  body.service-heavy h1{font-size:38px}
}
@media(max-width:520px){body.service-machinery .hero{background-image:url("/assets/case-machinery-600.webp")}}
