:root {
  --ink: #17324d;
  --ink-2: #2b4359;
  --steel: #2f6f9f;
  --orange: #f28c28;
  --orange-deep: #db7114;
  --apricot: #ffe0bd;
  --apricot-pale: #fff5e9;
  --green: #1f8a70;
  --paper: #ffffff;
  --mist: #f4f7f8;
  --line: #dbe3e8;
  --muted: #657783;
  --shadow: 0 18px 50px rgba(23, 50, 77, .10);
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 13px; color: var(--orange-deep); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.blue { color: var(--steel); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); max-width: 900px; margin-bottom: 26px; }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.5rem); margin-bottom: 22px; }
h3 { font-size: 1.45rem; }
.lead { max-width: 720px; color: var(--ink-2); font-size: clamp(1.06rem, 2vw, 1.3rem); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid var(--ink); background: var(--ink); color: white; font-size: .84rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--steel); border-color: var(--steel); }
.button.orange { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.button.orange:hover { background: var(--orange-deep); color: white; border-color: var(--orange-deep); }
.button.ghost { background: transparent; color: var(--ink); }

.top-strip { min-height: 36px; background: var(--apricot); border-bottom: 1px solid #f7c793; font-size: .77rem; font-weight: 700; letter-spacing: .04em; }
.top-strip .wrap { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.top-strip span:last-child { color: var(--orange-deep); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.site-header .wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 1.42rem; font-weight: 850; letter-spacing: -.04em; }
.brand-logo { width: 178px; height: auto; max-height: 52px; object-fit: contain; object-position: left center; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; background: var(--ink); color: var(--orange); clip-path: polygon(25% 4%,75% 4%,100% 50%,75% 96%,25% 96%,0 50%); font-weight: 900; }
.brand span:last-child em { color: var(--orange); font-style: normal; }
.nav { display: flex; align-items: center; gap: 20px; font-size: .78rem; font-weight: 750; letter-spacing: .045em; text-transform: uppercase; }
.nav a:not(.button) { padding-block: 10px; border-bottom: 2px solid transparent; }
.nav a[aria-current="page"], .nav a:not(.button):hover { border-color: var(--orange); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: white; color: var(--ink); font-size: 1.3rem; }
.language-switch { display: flex; align-items: stretch; gap: 3px; margin-left: 2px; text-transform: none; }
.nav .language-option { min-width: 34px; padding: 4px 3px; display: grid; justify-items: center; gap: 1px; border: 1px solid transparent; border-bottom: 1px solid transparent; line-height: 1; }
.nav .language-option span { font-size: .92rem; }
.nav .language-option small { color: var(--muted); font-size: .52rem; font-weight: 850; letter-spacing: .01em; }
.nav .language-option:hover, .nav .language-option.is-active { border-color: var(--orange); background: var(--apricot-pale); }
.nav .language-option.is-active small { color: var(--orange-deep); }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(47,111,159,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(47,111,159,.055) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, transparent, #000 44%); }
.hero-grid { min-height: 675px; display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 70px; padding-block: 90px; }
.hero h1 span { color: var(--orange-deep); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { margin: 28px 0 0; color: var(--muted); font-size: .86rem; }
.process-board { position: relative; min-height: 470px; padding: 34px; background: var(--mist); border: 1px solid var(--line); box-shadow: var(--shadow); }
.process-board::after { content: "MX-01"; position: absolute; right: 20px; bottom: 13px; color: #9aa9b3; font: 700 .72rem/1 ui-monospace, monospace; letter-spacing: .16em; }
.board-head { display: flex; justify-content: space-between; margin-bottom: 58px; color: var(--muted); font: 700 .68rem/1 ui-monospace, monospace; letter-spacing: .12em; }
.machine-flow { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 10px; }
.machine { position: relative; min-height: 205px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 14px; padding-bottom: 12px; color: var(--ink); font-size: .74rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.machine:not(:last-child)::after { content: "→"; position: absolute; right: -17px; top: 84px; color: var(--orange); font-size: 1.5rem; }
.vessel { width: 86px; height: 122px; position: relative; border: 5px solid var(--steel); border-radius: 10px 10px 32px 32px; background: white; }
.vessel::before { content: ""; position: absolute; left: 50%; top: -30px; width: 5px; height: 76px; background: var(--orange); transform: translateX(-50%); }
.vessel::after { content: ""; position: absolute; left: -17px; right: -17px; bottom: 20px; height: 5px; background: var(--ink); }
.filler { width: 104px; height: 92px; border: 5px solid var(--steel); background: white; position: relative; }
.filler::before { content: ""; position: absolute; left: 15px; right: 15px; top: -38px; height: 28px; border: 5px solid var(--orange); border-bottom: 0; }
.filler::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: -19px; height: 12px; background: repeating-linear-gradient(90deg,var(--ink) 0 8px,transparent 8px 16px); }
.pallet { width: 104px; height: 104px; position: relative; background: linear-gradient(90deg,transparent 46%,var(--steel) 46% 54%,transparent 54%), linear-gradient(transparent 46%,var(--steel) 46% 54%,transparent 54%); border: 5px solid var(--steel); }
.pallet::after { content: ""; position: absolute; left: -8px; right: -8px; bottom: -20px; height: 9px; background: var(--orange); box-shadow: 0 7px 0 var(--orange); }

.metrics { background: var(--ink); color: white; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { min-height: 120px; padding: 28px; border-right: 1px solid rgba(255,255,255,.14); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; color: var(--orange); font-size: 1.08rem; }
.metric span { color: #c9d4dc; font-size: .84rem; }

.section { padding-block: 110px; }
.section.alt { background: var(--mist); }
.section-head { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: end; margin-bottom: 46px; }
.section-head p:last-child { max-width: 610px; margin-bottom: 8px; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.category-card { min-height: 290px; padding: 30px; position: relative; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: .22s ease; }
.category-card:hover { z-index: 1; transform: translateY(-5px); border-color: var(--orange); box-shadow: var(--shadow); }
.category-number { color: var(--orange-deep); font: 800 .75rem/1 ui-monospace, monospace; }
.category-card h3 { margin: auto 0 14px; max-width: 220px; }
.category-card p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.category-card .arrow { position: absolute; top: 26px; right: 28px; color: var(--steel); font-size: 1.4rem; }
.section-cta { margin-top: 30px; display: flex; justify-content: flex-end; }

.method { display: grid; grid-template-columns: .8fr 1.2fr; gap: 86px; align-items: start; }
.method-copy { position: sticky; top: 130px; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 76px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.step strong { color: var(--orange-deep); font: 800 1.15rem/1 ui-monospace, monospace; }
.step h3 { margin-bottom: 9px; }
.step p { margin: 0; color: var(--muted); }

.industries { display: flex; flex-wrap: wrap; gap: 10px; }
.industry { padding: 13px 18px; border: 1px solid #f0bf8a; background: var(--apricot-pale); font-size: .84rem; font-weight: 750; }
.delivery-band { background: var(--apricot); border-block: 1px solid #f2bf87; }
.delivery-band .wrap { min-height: 125px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.delivery-band strong { font-size: clamp(1.25rem,2.3vw,2rem); letter-spacing: -.02em; }
.delivery-band span { max-width: 500px; color: var(--ink-2); }

.quote-panel { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--ink); color: white; }
.quote-panel > div { padding: clamp(36px, 6vw, 74px); }
.quote-copy { border-right: 1px solid rgba(255,255,255,.15); }
.quote-copy p:not(.eyebrow) { color: #c7d2d9; }
.quote-copy a { color: var(--orange); font-weight: 750; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #dbe4e9; font-size: .78rem; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #486076; background: #203d58; color: white; padding: 13px 14px; outline: 0; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--orange); }
.field textarea { min-height: 130px; resize: vertical; }
.quote-form .button { grid-column: 1 / -1; justify-self: start; }
.form-note { grid-column: 1 / -1; margin: 0; color: #aebcc6; font-size: .75rem; }

.page-hero { padding-block: 86px 68px; background: linear-gradient(90deg,var(--apricot-pale),white 66%); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; }
.filter { min-height: 40px; padding: 0 16px; border: 1px solid var(--line); background: white; color: var(--ink); cursor: pointer; font-size: .75rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.filter:hover, .filter.is-active { background: var(--ink); color: white; border-color: var(--ink); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.catalog-card { display: flex; flex-direction: column; min-height: 390px; padding: 30px; border: 1px solid var(--line); background: white; }
.catalog-card[hidden] { display: none; }
.catalog-icon { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 42px; background: var(--apricot-pale); border: 1px solid #f4c99c; color: var(--orange-deep); font-size: 1.65rem; font-weight: 900; }
.catalog-card h2 { font-size: 1.75rem; margin-bottom: 14px; }
.catalog-card p { color: var(--muted); font-size: .9rem; }
.catalog-card ul { padding-left: 18px; margin: auto 0 26px; color: var(--ink-2); font-size: .87rem; }
.catalog-card a { color: var(--steel); font-size: .8rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.catalog-count { margin: -12px 0 30px; color: var(--muted); font-size: .9rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: white; transition: .22s ease; }
.product-card[hidden] { display: none; }
.product-card:hover { transform: translateY(-4px); border-color: var(--orange); box-shadow: var(--shadow); }
.product-media { position: relative; min-height: 260px; display: grid; place-items: center; overflow: hidden; background: #fff; border-bottom: 1px solid var(--line); }
.product-media > img { width: 100%; height: 260px; object-fit: contain; padding: 18px; }
.product-brand-mask { position: absolute; left: 0; top: 0; width: 134px; min-height: 86px; display: grid; place-items: center; padding: 14px; background: white; }
.product-brand-mask img { width: 108px; max-height: 42px; object-fit: contain; }
.product-brand-mask.large { width: 170px; min-height: 105px; padding: 18px; }
.product-brand-mask.large img { width: 138px; max-height: 50px; }
.product-brand-mask.source-logo-mask .brand-symbol-crop { width: 38px; height: 46px; display: block; overflow: hidden; }
.product-brand-mask.source-logo-mask .brand-symbol-crop img { width: auto; max-width: none; height: 46px; max-height: none; display: block; }
.product-brand-mask.large.source-logo-mask { min-height: 150px; }
.product-brand-mask.large.source-logo-mask .brand-symbol-crop { width: 46px; height: 58px; }
.product-brand-mask.large.source-logo-mask .brand-symbol-crop img { width: auto; height: 58px; max-height: none; }
.product-card-body { flex: 1; display: flex; flex-direction: column; padding: 25px; }
.product-family { margin-bottom: 10px; color: var(--orange-deep); font-size: .69rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.product-card h2 { margin-bottom: 9px; font-size: 1.42rem; line-height: 1.13; }
.product-models, .model-line { color: var(--steel); font: 750 .82rem/1.45 ui-monospace, SFMono-Regular, Menlo, monospace; }
.product-card-body > p:not(.product-family):not(.product-models) { color: var(--muted); font-size: .88rem; }
.product-link { margin-top: auto; padding-top: 18px; color: var(--steel); font-size: .76rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }

.product-hero { padding-block: 30px 78px; overflow: hidden; background: linear-gradient(90deg,var(--apricot-pale),white 62%); border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: var(--muted); font-size: .76rem; }
.breadcrumb a:hover { color: var(--orange-deep); }
.product-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; }
.product-visual { position: relative; min-height: 540px; display: grid; place-items: center; overflow: hidden; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.product-visual > img { width: 100%; height: 540px; padding: 28px; object-fit: contain; }
.product-copy h1 { max-width: 700px; font-size: clamp(2.7rem, 5.2vw, 5.6rem); }
.product-copy .lead { max-width: 650px; }
.product-feature-band { background: var(--ink); color: white; }
.product-feature-band .wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.product-feature-band article { min-height: 135px; padding: 28px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; border-right: 1px solid rgba(255,255,255,.14); }
.product-feature-band article:last-child { border-right: 0; }
.product-feature-band span { color: var(--orange); font: 800 .8rem/1 ui-monospace, monospace; }
.product-feature-band p { margin: 0; font-weight: 750; }
.product-detail-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 86px; align-items: start; }
.spec-card { overflow: hidden; border: 1px solid var(--line); background: white; }
.spec-card table { width: 100%; border-collapse: collapse; }
.spec-card th, .spec-card td { padding: 20px 22px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.spec-card tr:last-child th, .spec-card tr:last-child td { border-bottom: 0; }
.spec-card th { width: 36%; background: var(--mist); color: var(--ink); font-size: .77rem; letter-spacing: .04em; text-transform: uppercase; }
.spec-card td { color: var(--ink-2); }
.product-bottom-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 80px; align-items: start; }
.product-bottom-grid > div > p:not(.eyebrow) { max-width: 700px; color: var(--muted); }
.check-list { margin: 28px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 12px 0 12px 30px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.related-products { padding: 30px; background: white; border-top: 5px solid var(--orange); box-shadow: var(--shadow); }
.related-products h3 { margin-bottom: 18px; }
.related-products a { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); color: var(--steel); font-size: .9rem; font-weight: 750; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.values { display: grid; gap: 18px; }
.value { padding: 26px; border-left: 5px solid var(--orange); background: var(--mist); }
.value h3 { margin-bottom: 7px; }
.value p { margin-bottom: 0; color: var(--muted); }

.site-footer { padding-block: 54px 30px; background: #10283e; color: white; }
.site-footer .brand { width: fit-content; padding: 10px 14px; background: #fff; border: 1px solid rgba(255,255,255,.22); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 50px; padding-bottom: 50px; }
.footer-grid p, .footer-grid a { color: #b9c8d2; }
.footer-links { display: grid; align-content: start; gap: 9px; }
.footer-links strong { margin-bottom: 7px; color: var(--orange); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); color: #91a5b3; font-size: .76rem; }

@media (max-width: 1120px) {
  .menu-button { display: block; }
  .nav { display: none; position: absolute; left: 20px; right: 20px; top: 82px; padding: 24px; flex-direction: column; align-items: stretch; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }
  .language-switch { margin: 8px 0 0; padding-top: 14px; border-top: 1px solid var(--line); flex-wrap: wrap; }
  .hero-grid, .section-head, .method, .quote-panel, .about-grid, .product-hero-grid, .product-detail-grid, .product-bottom-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-block: 70px; gap: 45px; }
  .section-head { gap: 10px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .method-copy { position: static; }
  .quote-copy { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
}

@media (max-width: 640px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .top-strip .wrap { justify-content: center; text-align: center; }
  .top-strip span:last-child { display: none; }
  .hero-grid { min-height: auto; }
  .process-board { min-height: 380px; padding: 24px 15px; }
  .machine-flow { gap: 4px; }
  .machine { font-size: .62rem; }
  .vessel { width: 60px; height: 95px; }
  .filler, .pallet { width: 70px; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .metric { border-bottom: 1px solid rgba(255,255,255,.14); }
  .section { padding-block: 76px; }
  .category-grid, .catalog-grid, .product-grid, .product-feature-band .wrap { grid-template-columns: 1fr; }
  .product-visual { min-height: 390px; }
  .product-visual > img { height: 390px; padding: 18px; }
  .product-feature-band article { min-height: 100px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .spec-card th, .spec-card td { display: block; width: 100%; }
  .spec-card th { border-bottom: 0; padding-bottom: 7px; }
  .spec-card td { padding-top: 7px; }
  .delivery-band .wrap { padding-block: 28px; flex-direction: column; align-items: flex-start; }
  .quote-form { grid-template-columns: 1fr; }
  .field.full, .quote-form .button, .form-note { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
}
