﻿/*
Theme Name: HengMing Sigma Mixer
Theme URI: https://hmmachinary.com/
Author: NanTong HengMing Machinary Co.,Ltd
Description: Static prototype theme for HengMing Sigma Mixer website preview.
Version: 0.1.0
Text Domain: hengming-sigma
*/
:root {
  --orange: #f08317;
  --blue: #27358c;
  --ink: #252323;
  --charcoal: #111318;
  --steel: #66717b;
  --line: #dfe3e7;
  --paper: #f6f6f3;
  --white: #fff;
  --panel: #eceff2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.topbar {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  padding: 8px 36px;
  background: var(--charcoal);
  color: rgba(255,255,255,.82);
  font-size: 13px;
}
.topbar a { text-decoration: none; }

.hm-cookie-notice {
  position: fixed;
  z-index: 10050;
  left: 50%;
  bottom: 24px;
  width: min(760px, calc(100vw - 32px));
  display: flex;
  gap: 14px;
  align-items: center;
  transform: translateX(-50%);
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #173b5a;
  color: #fff;
  box-shadow: 0 16px 34px rgba(10, 30, 48, .24);
  font-size: 13px;
  line-height: 1.45;
}

.hm-cookie-notice[hidden] { display: none; }

.hm-cookie-notice p { flex: 1 1 auto; margin: 0; }
.hm-cookie-notice a { color: #fff; text-decoration: underline; }
.hm-cookie-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.hm-cookie-notice button {
  flex: 0 0 auto;
  border: 0;
  padding: 9px 13px;
  background: #f18b32;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.hm-cookie-notice [data-hm-cookie-reject] {
  border: 1px solid rgba(255, 255, 255, .72);
  background: transparent;
}

@media (max-width: 640px) {
  .hm-cookie-notice { bottom: 16px; align-items: flex-start; flex-direction: column; }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr) 165px;
  align-items: center;
  gap: 18px;
  padding: 12px 34px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 72px;
  min-width: 0;
  text-decoration: none;
}
.brand img {
  width: 190px;
  height: 72px;
  object-fit: contain;
  object-position: left center;
}
.header-slogan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 72px;
  color: var(--blue);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.26;
  text-align: center;
  text-transform: none;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Approved Custom Discharge System V3 product-detail layout. */
.published-product-custom-discharge-system .published-detail-layout { display:block; max-width:1160px; }
.published-product-custom-discharge-system .published-article { width:100%; max-width:none; }
.published-product-custom-discharge-system .published-sidebar { display:none; }
.published-product-detail-page.published-product-custom-discharge-system .published-detail-hero { grid-template-columns:repeat(2,minmax(0,1fr)); gap:32px; }
.published-product-detail-page.published-product-custom-discharge-system .published-main-image.has-detail-image { display:flex; align-items:center; justify-content:center; height:485px; padding:22px; background:#fff; }
.published-product-detail-page.published-product-custom-discharge-system .published-main-image.has-detail-image img { width:100%; height:100%; max-height:none; object-fit:contain; object-position:center; transform:scale(1.16); transform-origin:center center; }
.published-product-custom-discharge-system .section-kicker { font-family:Arial,Helvetica,sans-serif; text-align:left; }
.published-product-custom-discharge-system .hmdischarge { --hmd-orange:#ef7e20; --hmd-blue:#173d78; --hmd-deep:#132d63; --hmd-line:#d9e1e8; --hmd-text:#506174; }
.published-product-custom-discharge-system .hmdischarge section { margin:32px 0; padding:28px; border:0; }
.published-product-custom-discharge-system .hmdischarge h2 { margin:0 0 12px; color:var(--hmd-blue); font-size:30px; line-height:1.16; }
.published-product-custom-discharge-system .hmdischarge h3 { margin:0 0 10px; color:#1f334d; font-size:18px; line-height:1.15; }
.published-product-custom-discharge-system .hmdischarge p { color:var(--hmd-text); }
.published-product-custom-discharge-system .hmdischarge .eyebrow { margin:0 0 15px; color:var(--hmd-orange); font-family:Arial,Helvetica,sans-serif; font-size:14px; font-weight:700; letter-spacing:1.7px; text-align:left; }
.published-product-custom-discharge-system .hmdischarge .intro { margin:0 0 24px; padding:24px 26px; border-left:5px solid var(--hmd-orange); background:#f8fafb; }
.published-product-custom-discharge-system .hmdischarge .intro h2 { font-size:26px; }
.published-product-custom-discharge-system .hmdischarge .route { padding:30px; background:var(--hmd-deep); }
.published-product-custom-discharge-system .hmdischarge .route h2,.published-product-custom-discharge-system .hmdischarge .route h3,.published-product-custom-discharge-system .hmdischarge .route p { color:#fff; }
.published-product-custom-discharge-system .hmdischarge .route .eyebrow { color:#ff9e45; }
.published-product-custom-discharge-system .hmdischarge .route > p { margin:14px 0 22px; }
.published-product-custom-discharge-system .hmdischarge .route-grid,.published-product-custom-discharge-system .hmdischarge .point-grid,.published-product-custom-discharge-system .hmdischarge .evidence-list,.published-product-custom-discharge-system .hmdischarge .pdi-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.published-product-custom-discharge-system .hmdischarge .route-grid article,.published-product-custom-discharge-system .hmdischarge .pdi-grid article { padding:18px 16px; border:1px solid rgba(255,255,255,.38); text-align:center; }
.published-product-custom-discharge-system .hmdischarge .route-grid .step { display:block; margin-bottom:9px; color:#ffac60; font-size:13px; font-weight:700; letter-spacing:1px; }
.published-product-custom-discharge-system .hmdischarge .route-grid p,.published-product-custom-discharge-system .hmdischarge .pdi-grid p { margin:0; font-size:13px; line-height:1.48; text-align:center; }
.published-product-custom-discharge-system .hmdischarge .split { display:grid; grid-template-columns:1fr 1fr; gap:38px; align-items:center; }
.published-product-custom-discharge-system .hmdischarge .split-copy { align-self:center; }
.published-product-custom-discharge-system .hmdischarge .split-copy p { margin:15px 0 0; font-size:15px; line-height:1.65; }
.published-product-custom-discharge-system .hmdischarge .outlet-diagram { padding:25px 22px; background:#f4f7f9; text-align:center; }
.published-product-custom-discharge-system .hmdischarge .pipe { display:grid; grid-template-columns:1fr 42px 1fr 42px 1fr; align-items:center; }
.published-product-custom-discharge-system .hmdischarge .pipe .node { min-height:126px; padding:17px 12px; background:#fff; border-top:4px solid var(--hmd-orange); display:flex; align-items:center; justify-content:center; color:var(--hmd-blue); font-size:17px; font-weight:700; line-height:1.25; }
.published-product-custom-discharge-system .hmdischarge .pipe .arrow { color:var(--hmd-orange); font-size:32px; font-weight:700; }
.published-product-custom-discharge-system .hmdischarge .outlet-diagram p { margin:15px 0 0; font-size:13px; line-height:1.5; }
.published-product-custom-discharge-system .hmdischarge .evidence-copy { margin-top:21px; padding:26px 30px; background:#f4f7f9; }
.published-product-custom-discharge-system .hmdischarge .evidence-copy > p { margin:0; font-size:15px; line-height:1.65; }
.published-product-custom-discharge-system .hmdischarge .evidence-list { margin-top:21px; }
.published-product-custom-discharge-system .hmdischarge .evidence-list div,.published-product-custom-discharge-system .hmdischarge .point-grid article { padding:17px 15px; background:#fff; border-top:3px solid var(--hmd-orange); text-align:center; }
.published-product-custom-discharge-system .hmdischarge .evidence-list b { display:block; margin-bottom:7px; color:#17202b; font-size:15px; }
.published-product-custom-discharge-system .hmdischarge .evidence-list span,.published-product-custom-discharge-system .hmdischarge .point-grid p { font-size:13px; line-height:1.48; }
.published-product-custom-discharge-system .hmdischarge .point-grid { margin-top:22px; }
.published-product-custom-discharge-system .hmdischarge .point-grid article { padding:21px 18px; background:#f2f5f8; border-top-width:4px; }
.published-product-custom-discharge-system .hmdischarge .point-grid p { margin:0; }
.published-product-custom-discharge-system .hmdischarge table { width:100%; margin:18px 0 10px; border-collapse:collapse; }
.published-product-custom-discharge-system .hmdischarge th,.published-product-custom-discharge-system .hmdischarge td { padding:12px 14px; border:1px solid var(--hmd-line); text-align:center; vertical-align:middle; }
.published-product-custom-discharge-system .hmdischarge th { width:31%; background:#f1f5f8; color:#203a61; }
.published-product-custom-discharge-system .hmdischarge td { color:var(--hmd-text); }
.published-product-custom-discharge-system .hmdischarge .note { margin:10px 0 0; color:#6f7d8c; font-size:13px; font-style:italic; text-align:center; }
.published-product-custom-discharge-system .hmdischarge .pdi { padding:30px; background:#f6f8fa; }
.published-product-custom-discharge-system .hmdischarge .pdi > p { margin:14px 0 22px; font-size:15px; line-height:1.6; }
.published-product-custom-discharge-system .hmdischarge .pdi-grid article { border:0; border-top:3px solid var(--hmd-orange); background:#fff; }
.published-product-custom-discharge-system .hmdischarge .pdi-grid h3 { margin-bottom:9px; }
.published-product-custom-discharge-system .hmdischarge .pdi-grid p { color:var(--hmd-text); }
.published-product-custom-discharge-system .hmdischarge .brand-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:0; margin-top:22px; }
.published-product-custom-discharge-system .hmdischarge .brand { box-sizing:border-box; min-height:290px; padding:18px 14px 20px; border:1px solid var(--hmd-line); display:grid; grid-template-rows:132px 52px minmax(44px,auto); gap:0; align-content:start; text-align:center; }
.published-product-custom-discharge-system .hmdischarge .brand-media { display:flex; align-items:center; justify-content:center; height:132px; }
.published-product-custom-discharge-system .hmdischarge .brand-media img { width:100%; height:132px; object-fit:contain; object-position:center; }
.published-product-custom-discharge-system .hmdischarge .brand-name { display:flex; align-items:center; justify-content:center; min-height:52px; color:#1f5da8; font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight:800; line-height:1.12; letter-spacing:.7px; }
.published-product-custom-discharge-system .hmdischarge .brand-copy { margin:0; color:var(--hmd-text); font-size:14px; line-height:1.4; text-align:center; transform:translateY(-10px); }
.published-product-custom-discharge-system .hmdischarge .brand:nth-child(4) { grid-template-rows:132px 64px minmax(44px,auto); }
.published-product-custom-discharge-system .hmdischarge .certificates { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:22px; }
.published-product-custom-discharge-system .hmdischarge .certificates figure { margin:0; padding:14px; background:#f3f6f8; display:flex; flex-direction:column; align-items:center; text-align:center; }
.published-product-custom-discharge-system .hmdischarge .certificates img { display:block; height:260px; max-width:100%; margin:0 auto; object-fit:contain; object-position:center; }
.published-product-custom-discharge-system .hmdischarge .hm-product-faq { margin-top:34px; padding-top:28px; border-top:1px solid var(--hmd-line); }
.published-product-custom-discharge-system .hmdischarge .hm-product-faq .eyebrow { margin-bottom:20px; }
@media (max-width:700px) { .published-product-custom-discharge-system .hmdischarge .route-grid,.published-product-custom-discharge-system .hmdischarge .evidence-list,.published-product-custom-discharge-system .hmdischarge .point-grid,.published-product-custom-discharge-system .hmdischarge .pdi-grid,.published-product-custom-discharge-system .hmdischarge .brand-grid,.published-product-custom-discharge-system .hmdischarge .certificates,.published-product-custom-discharge-system .hmdischarge .split { grid-template-columns:1fr; } .published-product-custom-discharge-system .hmdischarge .pipe { grid-template-columns:1fr; } .published-product-custom-discharge-system .hmdischarge .pipe .arrow { transform:rotate(90deg); } }

/* Approved Small-Batch Custom Mixer V2 product-detail layout. */
.published-product-small-batch-custom-mixer .published-detail-layout { display:block; max-width:1160px; }
.published-product-small-batch-custom-mixer .published-article { width:100%; max-width:none; }
.published-product-small-batch-custom-mixer .published-sidebar { display:none; }
.published-product-detail-page.published-product-small-batch-custom-mixer .published-detail-hero { grid-template-columns:repeat(2,minmax(0,1fr)); }
.published-product-detail-page.published-product-small-batch-custom-mixer .published-main-image.has-detail-image { display:flex; align-items:center; justify-content:center; }
.published-product-detail-page.published-product-small-batch-custom-mixer .published-main-image.has-detail-image img { width:min(100%,400px); height:430px; max-height:none; object-fit:cover; object-position:center 63%; }
.published-product-small-batch-custom-mixer .section-kicker { font-family:Arial,Helvetica,sans-serif; text-align:left; }
.published-product-small-batch-custom-mixer .hmsbm { --hmsbm-orange:#ef7e20; --hmsbm-blue:#173d78; --hmsbm-line:#d9e1e8; --hmsbm-text:#506174; }
.published-product-small-batch-custom-mixer .hmsbm section { margin:32px 0; padding:28px; border:0; }
.published-product-small-batch-custom-mixer .hmsbm h2 { margin:0 0 12px; color:var(--hmsbm-blue); font-size:30px; line-height:1.16; }
.published-product-small-batch-custom-mixer .hmsbm h3 { margin:0 0 12px; color:#1f334d; font-size:18px; line-height:1.15; }
.published-product-small-batch-custom-mixer .hmsbm p { color:var(--hmsbm-text); }
.published-product-small-batch-custom-mixer .hmsbm .eyebrow { margin:0 0 15px; color:var(--hmsbm-orange); font-family:Arial,Helvetica,sans-serif; font-size:14px; font-weight:700; letter-spacing:1.7px; text-align:left; }
.published-product-small-batch-custom-mixer .hmsbm .intro { margin:0 0 24px; padding:24px 26px; border-left:5px solid var(--hmsbm-orange); background:#f8fafb; }
.published-product-small-batch-custom-mixer .hmsbm .intro h2 { font-size:26px; }
.published-product-small-batch-custom-mixer .hmsbm .cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:22px 0 34px; }
.published-product-small-batch-custom-mixer .hmsbm .cards article { min-height:174px; padding:21px 18px; border-top:4px solid var(--hmsbm-orange); background:#f4f6f8; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.published-product-small-batch-custom-mixer .hmsbm .cards p { margin:0; font-size:14px; text-align:center; }
.published-product-small-batch-custom-mixer .hmsbm .split { display:grid; grid-template-areas:"label ." "copy media"; grid-template-columns:1.08fr .92fr; grid-template-rows:auto minmax(0,1fr); gap:14px 38px; align-items:stretch; }
.published-product-small-batch-custom-mixer .hmsbm .split.reverse { grid-template-areas:". label" "media copy"; grid-template-columns:.92fr 1.08fr; }
.published-product-small-batch-custom-mixer .hmsbm .split > .eyebrow { grid-area:label; }
.published-product-small-batch-custom-mixer .hmsbm .split-copy { grid-area:copy; align-self:center; }
.published-product-small-batch-custom-mixer .hmsbm .split-copy p:last-child { margin-bottom:0; }
.published-product-small-batch-custom-mixer .hmsbm .evidence-photo { grid-area:media; align-self:center; min-height:365px; margin:0; padding:14px; background:#f3f6f8; display:flex; flex-direction:column; align-items:center; text-align:center; }
.published-product-small-batch-custom-mixer .hmsbm .evidence-photo img { display:block; width:100%; height:330px; object-fit:contain; object-position:center; background:#eef2f5; }
.published-product-small-batch-custom-mixer .hmsbm figcaption { margin-top:10px; color:var(--hmsbm-text); font-size:13px; text-align:center; }
.published-product-small-batch-custom-mixer .hmsbm table { width:100%; margin:18px 0 10px; border-collapse:collapse; }
.published-product-small-batch-custom-mixer .hmsbm th,.published-product-small-batch-custom-mixer .hmsbm td { padding:12px 14px; border:1px solid var(--hmsbm-line); text-align:center; vertical-align:middle; }
.published-product-small-batch-custom-mixer .hmsbm th { width:31%; background:#f1f5f8; color:#203a61; }
.published-product-small-batch-custom-mixer .hmsbm td { color:var(--hmsbm-text); }
.published-product-small-batch-custom-mixer .hmsbm .note { margin:10px 0 0; color:#6f7d8c; font-size:13px; font-style:italic; text-align:center; }
.published-product-small-batch-custom-mixer .hmsbm .pdi { padding:30px; background:#122c61; color:#fff; }
.published-product-small-batch-custom-mixer .hmsbm .pdi h2,.published-product-small-batch-custom-mixer .hmsbm .pdi h3,.published-product-small-batch-custom-mixer .hmsbm .pdi p { color:#fff; }
.published-product-small-batch-custom-mixer .hmsbm .pdi .eyebrow { color:#ff9e45; }
.published-product-small-batch-custom-mixer .hmsbm .pdi-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:22px; }
.published-product-small-batch-custom-mixer .hmsbm .pdi-grid article { padding:18px 16px; border:1px solid rgba(255,255,255,.38); text-align:center; }
.published-product-small-batch-custom-mixer .hmsbm .pdi-grid p { margin:0; font-size:13px; text-align:center; }
.published-product-small-batch-custom-mixer .hmsbm .brands > p { margin-bottom:20px; }
.published-product-small-batch-custom-mixer .hmsbm .brand-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:0; margin-top:22px; }
.published-product-small-batch-custom-mixer .hmsbm .brand { box-sizing:border-box; min-height:290px; padding:18px 14px 20px; border:1px solid var(--hmsbm-line); display:grid; grid-template-rows:132px 52px minmax(44px,auto); gap:0; align-content:start; text-align:center; }
.published-product-small-batch-custom-mixer .hmsbm .brand-media { display:flex; align-items:center; justify-content:center; height:132px; }
.published-product-small-batch-custom-mixer .hmsbm .brand-media img { width:100%; height:132px; object-fit:contain; object-position:center; }
.published-product-small-batch-custom-mixer .hmsbm .brand-name { display:flex; align-items:center; justify-content:center; min-height:52px; color:#1f5da8; font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight:800; line-height:1.12; letter-spacing:.7px; }
.published-product-small-batch-custom-mixer .hmsbm .brand-copy { margin:0; color:var(--hmsbm-text); font-size:14px; line-height:1.4; text-align:center; transform:translateY(-10px); }
.published-product-small-batch-custom-mixer .hmsbm .brand:nth-child(4) { grid-template-rows:132px 64px minmax(44px,auto); }
.published-product-small-batch-custom-mixer .hmsbm .certificates { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:22px; }
.published-product-small-batch-custom-mixer .hmsbm .certificates figure { margin:0; padding:14px; background:#f3f6f8; display:flex; flex-direction:column; align-items:center; text-align:center; }
.published-product-small-batch-custom-mixer .hmsbm .certificates img { display:block; height:260px; max-width:100%; margin:0 auto; object-fit:contain; object-position:center; }
.published-product-small-batch-custom-mixer .hmsbm .hm-product-faq { margin-top:34px; padding-top:28px; border-top:1px solid var(--hmsbm-line); }
.published-product-small-batch-custom-mixer .hmsbm .hm-product-faq .eyebrow { margin-bottom:20px; }
@media (max-width:700px) {
  .published-product-small-batch-custom-mixer .hmsbm .cards,
  .published-product-small-batch-custom-mixer .hmsbm .pdi-grid,
  .published-product-small-batch-custom-mixer .hmsbm .brand-grid,
  .published-product-small-batch-custom-mixer .hmsbm .certificates { grid-template-columns:1fr; }
  .published-product-small-batch-custom-mixer .hmsbm .split,
  .published-product-small-batch-custom-mixer .hmsbm .split.reverse { grid-template-areas:"label" "copy" "media"; grid-template-columns:1fr; }
}

/* Approved Material Trial Mixer V1 product-detail layout. */
.published-product-material-trial-mixer .published-detail-layout { display:block; max-width:1160px; }
.published-product-material-trial-mixer .published-article { width:100%; max-width:none; }
.published-product-material-trial-mixer .published-sidebar { display:none; }
.published-product-detail-page.published-product-material-trial-mixer .published-detail-hero { grid-template-columns:repeat(2,minmax(0,1fr)); }
.published-product-detail-page.published-product-material-trial-mixer .published-main-image.has-detail-image img { width:100%; max-height:430px; object-fit:contain; object-position:center; }
.published-product-material-trial-mixer .section-kicker { font-family:Arial,Helvetica,sans-serif; text-align:left; }
.published-product-material-trial-mixer .hmtrial { --hmtrial-orange:#ef7e20; --hmtrial-blue:#173d78; --hmtrial-line:#d9e1e8; --hmtrial-text:#506174; }
.published-product-material-trial-mixer .hmtrial section { margin:32px 0; padding:28px; border:0; }
.published-product-material-trial-mixer .hmtrial h2 { margin:0 0 12px; color:var(--hmtrial-blue); font-size:30px; line-height:1.16; }
.published-product-material-trial-mixer .hmtrial h3 { margin:0 0 16px; color:#1f334d; font-size:18px; line-height:1.15; }
.published-product-material-trial-mixer .hmtrial p { color:var(--hmtrial-text); }
.published-product-material-trial-mixer .hmtrial .eyebrow { margin:0 0 15px; color:var(--hmtrial-orange); font-family:Arial,Helvetica,sans-serif; font-size:14px; font-weight:700; letter-spacing:1.7px; text-align:left; }
.published-product-material-trial-mixer .hmtrial .intro { margin:0 0 24px; padding:24px 26px; border-left:5px solid var(--hmtrial-orange); background:#f8fafb; }
.published-product-material-trial-mixer .hmtrial .intro h2 { font-size:26px; }
.published-product-material-trial-mixer .hmtrial .cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:22px 0 34px; }
.published-product-material-trial-mixer .hmtrial .cards article { min-height:174px; padding:21px 18px; border-top:4px solid var(--hmtrial-orange); background:#f4f6f8; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.published-product-material-trial-mixer .hmtrial .cards p { margin:0; font-size:14px; text-align:center; }
.published-product-material-trial-mixer .hmtrial .split { display:grid; grid-template-areas:"label ." "copy media"; grid-template-columns:1.08fr .92fr; grid-template-rows:auto minmax(0,1fr); gap:14px 38px; align-items:stretch; }
.published-product-material-trial-mixer .hmtrial .split.reverse { grid-template-areas:". label" "media copy"; grid-template-columns:.92fr 1.08fr; }
.published-product-material-trial-mixer .hmtrial .split > .eyebrow { grid-area:label; }
.published-product-material-trial-mixer .hmtrial .split-copy { grid-area:copy; align-self:center; }
.published-product-material-trial-mixer .hmtrial .split-copy p:last-child { margin-bottom:0; }
.published-product-material-trial-mixer .hmtrial .evidence-photo { grid-area:media; align-self:center; min-height:270px; margin:0; padding:14px; background:#f3f6f8; display:flex; flex-direction:column; align-items:center; text-align:center; }
.published-product-material-trial-mixer .hmtrial .evidence-photo img { display:block; width:100%; height:230px; object-fit:contain; object-position:center; }
.published-product-material-trial-mixer .hmtrial figcaption { margin-top:10px; color:var(--hmtrial-text); font-size:13px; text-align:center; }
.published-product-material-trial-mixer .hmtrial table { width:100%; margin:18px 0 10px; border-collapse:collapse; }
.published-product-material-trial-mixer .hmtrial th,.published-product-material-trial-mixer .hmtrial td { padding:12px 14px; border:1px solid var(--hmtrial-line); text-align:center; vertical-align:middle; }
.published-product-material-trial-mixer .hmtrial th { width:31%; background:#f1f5f8; color:#203a61; }
.published-product-material-trial-mixer .hmtrial td { color:var(--hmtrial-text); }
.published-product-material-trial-mixer .hmtrial .note { margin:10px 0 0; color:#6f7d8c; font-size:13px; font-style:italic; text-align:center; }
.published-product-material-trial-mixer .hmtrial .machine-reference { display:grid; grid-template-columns:1.08fr .92fr; gap:24px; align-items:center; margin-top:20px; padding:18px; background:#f3f6f8; }
.published-product-material-trial-mixer .hmtrial .machine-reference img { display:block; width:100%; height:270px; object-fit:contain; object-position:center; }
.published-product-material-trial-mixer .hmtrial .machine-reference p { margin:0; }
.published-product-material-trial-mixer .hmtrial .process { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:20px; }
.published-product-material-trial-mixer .hmtrial .process article { text-align:center; }
.published-product-material-trial-mixer .hmtrial .process img { width:100%; height:122px; object-fit:contain; object-position:center; }
.published-product-material-trial-mixer .hmtrial .process h3 { margin-top:10px; }
.published-product-material-trial-mixer .hmtrial .process p { margin:0; font-size:13px; text-align:center; }
.published-product-material-trial-mixer .hmtrial .brands > p { margin-bottom:20px; }
.published-product-material-trial-mixer .hmtrial .brand-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; margin-top:22px; }
.published-product-material-trial-mixer .hmtrial .brand { box-sizing:border-box; min-height:290px; padding:18px 14px; border:1px solid var(--hmtrial-line); display:grid; grid-template-rows:132px 52px minmax(44px,auto); gap:0; align-content:start; text-align:center; }
.published-product-material-trial-mixer .hmtrial .brand-media { display:flex; align-items:center; justify-content:center; height:132px; }
.published-product-material-trial-mixer .hmtrial .brand-media img { width:100%; height:132px; object-fit:contain; object-position:center; }
.published-product-material-trial-mixer .hmtrial .brand-name { display:flex; align-items:center; justify-content:center; min-height:52px; color:#1f5da8; font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight:800; line-height:1.12; letter-spacing:.7px; }
.published-product-material-trial-mixer .hmtrial .brand-copy { margin:0; color:var(--hmtrial-text); font-size:14px; line-height:1.4; text-align:center; transform:translateY(-10px); }
.published-product-material-trial-mixer .hmtrial .brand:nth-child(4) { grid-template-rows:132px 64px minmax(44px,auto); }
.published-product-material-trial-mixer .hmtrial .certificates { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:22px; }
.published-product-material-trial-mixer .hmtrial .certificates figure { margin:0; padding:14px; background:#f3f6f8; display:flex; flex-direction:column; align-items:center; text-align:center; }
.published-product-material-trial-mixer .hmtrial .certificates img { display:block; height:260px; max-width:100%; margin:0 auto; object-fit:contain; }
.published-product-material-trial-mixer .hmtrial .hm-product-faq { margin-top:34px; padding-top:28px; border-top:1px solid var(--hmtrial-line); }
.published-product-material-trial-mixer .hmtrial .hm-product-faq .eyebrow { margin-bottom:20px; }
@media (max-width:700px) {
  .published-product-material-trial-mixer .hmtrial .cards,
  .published-product-material-trial-mixer .hmtrial .process,
  .published-product-material-trial-mixer .hmtrial .brand-grid,
  .published-product-material-trial-mixer .hmtrial .certificates,
  .published-product-material-trial-mixer .hmtrial .machine-reference { grid-template-columns:1fr; }
  .published-product-material-trial-mixer .hmtrial .split,
  .published-product-material-trial-mixer .hmtrial .split.reverse { grid-template-areas:"label" "copy" "media"; grid-template-columns:1fr; }
}

/* Approved Stainless Steel Sigma Mixer with PLC V3 product-detail layout. */
.published-stainless-steel-sigma-mixer-with-plc .published-detail-layout { display:block; max-width:1160px; }
.published-stainless-steel-sigma-mixer-with-plc .published-article { width:100%; max-width:none; }
.published-stainless-steel-sigma-mixer-with-plc .published-sidebar { display:none; }
.published-product-detail-page.published-stainless-steel-sigma-mixer-with-plc .published-detail-hero { grid-template-columns:repeat(2,minmax(0,1fr)); }
.published-product-detail-page.published-stainless-steel-sigma-mixer-with-plc .published-main-image.has-detail-image img { width:100%; max-height:430px; object-fit:contain; object-position:center; }
.published-stainless-steel-sigma-mixer-with-plc .section-kicker { font-family:Arial,Helvetica,sans-serif; text-align:left; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc { --hmplc-orange:#ef7e20; --hmplc-blue:#173d78; --hmplc-line:#d9e1e8; --hmplc-text:#506174; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc section { margin:32px 0; padding:28px; border:0; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc h2 { margin:0 0 12px; color:var(--hmplc-blue); font-size:30px; line-height:1.16; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc h3 { margin:0 0 16px; color:#1f334d; font-size:18px; line-height:1.15; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc p { color:var(--hmplc-text); }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .eyebrow { margin:0 0 15px; color:var(--hmplc-orange); font-family:Arial,Helvetica,sans-serif; font-size:14px; font-weight:700; letter-spacing:1.7px; text-align:left; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .intro { margin:0 0 24px; padding:24px 26px; border-left:5px solid var(--hmplc-orange); background:#f8fafb; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .intro h2 { font-size:26px; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:22px 0 34px; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .cards article { min-height:174px; padding:21px 18px; border-top:4px solid var(--hmplc-orange); background:#f4f6f8; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .cards p { margin:0; font-size:14px; text-align:center; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .split { display:grid; grid-template-areas:"label ." "copy media"; grid-template-columns:1.08fr .92fr; grid-template-rows:auto minmax(0,1fr); gap:14px 38px; align-items:stretch; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .split.reverse { grid-template-areas:". label" "media copy"; grid-template-columns:.92fr 1.08fr; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .split > .eyebrow { grid-area:label; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .split-copy { grid-area:copy; align-self:center; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .split-copy p:last-child { margin-bottom:0; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .control-illustration { grid-area:media; align-self:center; min-height:270px; margin:0; padding:0; background:#030b17; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; overflow:hidden; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .control-illustration img { display:block; width:100%; height:250px; object-fit:cover; object-position:center; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .control-illustration figcaption { padding:11px 14px; color:#d8e8f9; font-size:13px; text-align:center; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .evidence-photo { grid-area:media; align-self:center; min-height:270px; margin:0; padding:14px; background:#f3f6f8; display:grid; place-items:center; text-align:center; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .evidence-photo img { display:block; width:100%; height:250px; object-fit:contain; object-position:center; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc figcaption { margin-top:10px; color:var(--hmplc-text); font-size:13px; text-align:center; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc table { width:100%; margin:18px 0 10px; border-collapse:collapse; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc th,.published-stainless-steel-sigma-mixer-with-plc .hmplc td { padding:12px 14px; border:1px solid var(--hmplc-line); text-align:center; vertical-align:middle; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc th { width:31%; background:#f1f5f8; color:#203a61; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc td { color:var(--hmplc-text); }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .note { margin:10px 0 0; color:#6f7d8c; font-size:13px; font-style:italic; text-align:center; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .machine-reference { display:grid; grid-template-columns:1.08fr .92fr; gap:24px; align-items:center; margin-top:20px; padding:18px; background:#f3f6f8; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .machine-reference img { display:block; width:100%; height:270px; object-fit:contain; object-position:center; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .machine-reference p { margin:0; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .process { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:20px; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .process article { text-align:center; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .process img { width:100%; height:122px; object-fit:contain; object-position:center; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .process h3 { margin-top:10px; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .process p { margin:0; font-size:13px; text-align:center; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .brands > p { margin-bottom:20px; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .brand-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; margin-top:22px; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .brand { box-sizing:border-box; min-height:290px; padding:18px 14px; border:1px solid var(--hmplc-line); display:grid; grid-template-rows:132px 52px minmax(44px,auto); gap:0; align-content:start; text-align:center; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .brand-media { display:flex; align-items:center; justify-content:center; height:132px; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .brand-media img { width:100%; height:132px; object-fit:contain; object-position:center; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .brand-name { display:flex; align-items:center; justify-content:center; min-height:52px; color:#1f5da8; font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight:800; line-height:1.12; letter-spacing:.7px; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .brand-copy { margin:0; color:var(--hmplc-text); font-size:14px; line-height:1.4; text-align:center; transform:translateY(-10px); }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .brand:nth-child(4) { grid-template-rows:132px 64px minmax(44px,auto); }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .certificates { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:22px; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .certificates figure { margin:0; padding:14px; background:#f3f6f8; display:flex; flex-direction:column; align-items:center; text-align:center; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .certificates img { display:block; height:260px; max-width:100%; margin:0 auto; object-fit:contain; }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .hm-product-faq { margin-top:34px; padding-top:28px; border-top:1px solid var(--hmplc-line); }
.published-stainless-steel-sigma-mixer-with-plc .hmplc .hm-product-faq .eyebrow { margin-bottom:20px; }
@media (max-width:700px) {
  .published-stainless-steel-sigma-mixer-with-plc .hmplc .cards,
  .published-stainless-steel-sigma-mixer-with-plc .hmplc .process,
  .published-stainless-steel-sigma-mixer-with-plc .hmplc .brand-grid,
  .published-stainless-steel-sigma-mixer-with-plc .hmplc .certificates,
  .published-stainless-steel-sigma-mixer-with-plc .hmplc .machine-reference { grid-template-columns:1fr; }
  .published-stainless-steel-sigma-mixer-with-plc .hmplc .split,
  .published-stainless-steel-sigma-mixer-with-plc .hmplc .split.reverse { grid-template-areas:"label" "copy" "media"; grid-template-columns:1fr; }
}

/* Approved Sigma Mixer V1 product-detail layout. */
.published-product-sigma-mixer .published-detail-layout { display:block; max-width:1160px; }
.published-product-sigma-mixer .published-article { width:100%; max-width:none; }
.published-product-sigma-mixer .published-sidebar { display:none; }
.published-product-detail-page.published-product-sigma-mixer .published-detail-hero { grid-template-columns:repeat(2,minmax(0,1fr)); }
.published-product-detail-page.published-product-sigma-mixer .published-main-image.has-detail-image img { width:calc(100% - 18px); object-fit:contain; object-position:center; }
.published-product-sigma-mixer .section-kicker { font-family:Arial,Helvetica,sans-serif; text-align:left; }
.published-product-sigma-mixer .hmsigma { --hmsigma-orange:#ef7e20; --hmsigma-blue:#173d78; --hmsigma-line:#d9e1e8; --hmsigma-text:#506174; }
.published-product-sigma-mixer .hmsigma section { margin:32px 0; padding:28px; border:0; }
.published-product-sigma-mixer .hmsigma h2 { margin:0 0 12px; color:var(--hmsigma-blue); font-size:30px; line-height:1.16; }
.published-product-sigma-mixer .hmsigma h3 { margin:0 0 16px; color:#1f334d; font-size:18px; line-height:1.15; }
.published-product-sigma-mixer .hmsigma p { color:var(--hmsigma-text); }
.published-product-sigma-mixer .hmsigma .eyebrow { margin:0 0 15px; color:var(--hmsigma-orange); font-family:Arial,Helvetica,sans-serif; font-size:14px; font-weight:700; letter-spacing:1.7px; text-align:left; }
.published-product-sigma-mixer .hmsigma .intro { margin:0 0 24px; padding:24px 26px; border-left:5px solid var(--hmsigma-orange); background:#f8fafb; }
.published-product-sigma-mixer .hmsigma .intro h2 { font-size:26px; }
.published-product-sigma-mixer .hmsigma .cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:22px 0 34px; }
.published-product-sigma-mixer .hmsigma .cards article { min-height:174px; padding:21px 18px; border-top:4px solid var(--hmsigma-orange); background:#f4f6f8; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.published-product-sigma-mixer .hmsigma .cards p { margin:0; font-size:14px; text-align:center; }
.published-product-sigma-mixer .hmsigma .split { display:grid; grid-template-areas:"label ." "copy media"; grid-template-columns:1.08fr .92fr; grid-template-rows:auto minmax(0,1fr); gap:14px 38px; align-items:stretch; }
.published-product-sigma-mixer .hmsigma .split.reverse { grid-template-areas:". label" "media copy"; grid-template-columns:.92fr 1.08fr; }
.published-product-sigma-mixer .hmsigma .split > .eyebrow { grid-area:label; }
.published-product-sigma-mixer .hmsigma .split-copy { grid-area:copy; align-self:center; }
.published-product-sigma-mixer .hmsigma .split-copy p:last-child { margin-bottom:0; }
.published-product-sigma-mixer .hmsigma .evidence-photo { grid-area:media; align-self:center; min-height:270px; margin:0; padding:16px; background:#f3f6f8; display:grid; place-items:center; text-align:center; }
.published-product-sigma-mixer .hmsigma .evidence-photo img { width:100%; height:250px; object-fit:contain; object-position:center; }
.published-product-sigma-mixer .hmsigma figcaption { margin-top:10px; color:var(--hmsigma-text); font-size:13px; text-align:center; }
.published-product-sigma-mixer .hmsigma table { width:100%; margin:18px 0 10px; border-collapse:collapse; }
.published-product-sigma-mixer .hmsigma th,.published-product-sigma-mixer .hmsigma td { padding:12px 14px; border:1px solid var(--hmsigma-line); text-align:center; vertical-align:middle; }
.published-product-sigma-mixer .hmsigma th { width:31%; background:#f1f5f8; color:#203a61; }
.published-product-sigma-mixer .hmsigma td { color:var(--hmsigma-text); }
.published-product-sigma-mixer .hmsigma .note { margin:10px 0 0; color:#6f7d8c; font-size:13px; font-style:italic; text-align:center; }
.published-product-sigma-mixer .hmsigma .two-photos { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:20px; }
.published-product-sigma-mixer .hmsigma .two-photos figure { margin:0; padding:14px; background:#f3f6f8; text-align:center; }
.published-product-sigma-mixer .hmsigma .two-photos img { display:block; width:100%; height:245px; object-fit:contain; object-position:center; }
.published-product-sigma-mixer .hmsigma .process { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:20px; }
.published-product-sigma-mixer .hmsigma .process article { text-align:center; }
.published-product-sigma-mixer .hmsigma .process img { width:100%; height:122px; object-fit:contain; object-position:center; }
.published-product-sigma-mixer .hmsigma .process h3 { margin-top:10px; }
.published-product-sigma-mixer .hmsigma .process p { margin:0; font-size:13px; text-align:center; }
.published-product-sigma-mixer .hmsigma .brands > p { margin-bottom:20px; }
.published-product-sigma-mixer .hmsigma .brand-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; margin-top:22px; }
.published-product-sigma-mixer .hmsigma .brand { box-sizing:border-box; min-height:290px; padding:18px 14px; border:1px solid var(--hmsigma-line); display:grid; grid-template-rows:132px 52px minmax(44px,auto); gap:0; align-content:start; text-align:center; }
.published-product-sigma-mixer .hmsigma .brand-media { display:flex; align-items:center; justify-content:center; height:132px; }
.published-product-sigma-mixer .hmsigma .brand-media img { width:100%; height:132px; object-fit:contain; object-position:center; }
.published-product-sigma-mixer .hmsigma .brand-name { display:flex; align-items:center; justify-content:center; min-height:52px; color:#1f5da8; font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight:800; line-height:1.12; letter-spacing:.7px; }
.published-product-sigma-mixer .hmsigma .brand-copy { margin:0; color:var(--hmsigma-text); font-size:14px; line-height:1.4; text-align:center; transform:translateY(-10px); }
.published-product-sigma-mixer .hmsigma .brand:nth-child(4) { grid-template-rows:132px 64px minmax(44px,auto); }
.published-product-sigma-mixer .hmsigma .certificates { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:22px; }
.published-product-sigma-mixer .hmsigma .certificates figure { margin:0; padding:14px; background:#f3f6f8; display:flex; flex-direction:column; align-items:center; text-align:center; }
.published-product-sigma-mixer .hmsigma .certificates img { display:block; height:260px; max-width:100%; margin:0 auto; object-fit:contain; }
.published-product-sigma-mixer .hmsigma .hm-product-faq { margin-top:34px; padding-top:28px; border-top:1px solid var(--hmsigma-line); }
.published-product-sigma-mixer .hmsigma .hm-product-faq .eyebrow { margin-bottom:20px; }

/* Approved Sigma Mixer with Spraying System V1 product-detail layout. */
.published-sigma-mixer-with-spraying-system .published-detail-layout { display:block; max-width:1160px; }
.published-sigma-mixer-with-spraying-system .published-article { width:100%; max-width:none; }
.published-sigma-mixer-with-spraying-system .published-sidebar { display:none; }
.published-product-detail-page.published-sigma-mixer-with-spraying-system .published-detail-hero { grid-template-columns:repeat(2,minmax(0,1fr)); }
.published-product-detail-page.published-sigma-mixer-with-spraying-system .published-main-image.has-detail-image img { width:100%; max-height:430px; object-fit:contain; object-position:center; }
.published-sigma-mixer-with-spraying-system .section-kicker { font-family:Arial,Helvetica,sans-serif; text-align:left; }
.published-sigma-mixer-with-spraying-system .hmspray { --hmspray-orange:#ef7e20; --hmspray-blue:#173d78; --hmspray-line:#d9e1e8; --hmspray-text:#506174; }
.published-sigma-mixer-with-spraying-system .hmspray section { margin:32px 0; padding:28px; border:0; }
.published-sigma-mixer-with-spraying-system .hmspray h2 { margin:0 0 12px; color:var(--hmspray-blue); font-size:30px; line-height:1.16; }
.published-sigma-mixer-with-spraying-system .hmspray h3 { margin:0 0 16px; color:#1f334d; font-size:18px; line-height:1.15; }
.published-sigma-mixer-with-spraying-system .hmspray p { color:var(--hmspray-text); }
.published-sigma-mixer-with-spraying-system .hmspray .eyebrow { margin:0 0 15px; color:var(--hmspray-orange); font-family:Arial,Helvetica,sans-serif; font-size:14px; font-weight:700; letter-spacing:1.7px; text-align:left; }
.published-sigma-mixer-with-spraying-system .hmspray .intro { margin:0 0 24px; padding:24px 26px; border-left:5px solid var(--hmspray-orange); background:#f8fafb; }
.published-sigma-mixer-with-spraying-system .hmspray .intro h2 { font-size:26px; }
.published-sigma-mixer-with-spraying-system .hmspray .cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:22px 0 34px; }
.published-sigma-mixer-with-spraying-system .hmspray .cards article { min-height:174px; padding:21px 18px; border-top:4px solid var(--hmspray-orange); background:#f4f6f8; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.published-sigma-mixer-with-spraying-system .hmspray .cards p { margin:0; font-size:14px; text-align:center; }
.published-sigma-mixer-with-spraying-system .hmspray .split { display:grid; grid-template-areas:"label ." "copy media"; grid-template-columns:1.08fr .92fr; grid-template-rows:auto minmax(0,1fr); gap:14px 38px; align-items:stretch; }
.published-sigma-mixer-with-spraying-system .hmspray .split.reverse { grid-template-areas:". label" "media copy"; grid-template-columns:.92fr 1.08fr; }
.published-sigma-mixer-with-spraying-system .hmspray .split > .eyebrow { grid-area:label; }
.published-sigma-mixer-with-spraying-system .hmspray .split-copy { grid-area:copy; align-self:center; }
.published-sigma-mixer-with-spraying-system .hmspray .split-copy p:last-child { margin-bottom:0; }
.published-sigma-mixer-with-spraying-system .hmspray .evidence-photo { grid-area:media; align-self:center; min-height:270px; margin:0; padding:14px; background:#f3f6f8; display:grid; place-items:center; text-align:center; }
.published-sigma-mixer-with-spraying-system .hmspray .spray-photo-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; width:100%; align-items:start; }
.published-sigma-mixer-with-spraying-system .hmspray .spray-photo-grid figure { margin:0; }
.published-sigma-mixer-with-spraying-system .hmspray .spray-photo-grid figure:last-child { grid-column:1 / span 2; width:50%; margin:0 auto; }
.published-sigma-mixer-with-spraying-system .hmspray .spray-photo-grid img { width:100%; height:150px; object-fit:contain; object-position:center; }
.published-sigma-mixer-with-spraying-system .hmspray .spray-photo-grid figure:last-child img { height:125px; }
.published-sigma-mixer-with-spraying-system .hmspray figcaption { margin-top:10px; color:var(--hmspray-text); font-size:13px; text-align:center; }
.published-sigma-mixer-with-spraying-system .hmspray table { width:100%; margin:18px 0 10px; border-collapse:collapse; }
.published-sigma-mixer-with-spraying-system .hmspray th,.published-sigma-mixer-with-spraying-system .hmspray td { padding:12px 14px; border:1px solid var(--hmspray-line); text-align:center; vertical-align:middle; }
.published-sigma-mixer-with-spraying-system .hmspray th { width:31%; background:#f1f5f8; color:#203a61; }
.published-sigma-mixer-with-spraying-system .hmspray td { color:var(--hmspray-text); }
.published-sigma-mixer-with-spraying-system .hmspray .note { margin:10px 0 0; color:#6f7d8c; font-size:13px; font-style:italic; text-align:center; }
.published-sigma-mixer-with-spraying-system .hmspray .machine-reference { display:grid; grid-template-columns:1.08fr .92fr; gap:24px; align-items:center; margin-top:20px; padding:18px; background:#f3f6f8; }
.published-sigma-mixer-with-spraying-system .hmspray .machine-reference img { display:block; width:100%; height:270px; object-fit:contain; object-position:center; }
.published-sigma-mixer-with-spraying-system .hmspray .machine-reference p { margin:0; }
.published-sigma-mixer-with-spraying-system .hmspray .process { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:20px; }
.published-sigma-mixer-with-spraying-system .hmspray .process article { text-align:center; }
.published-sigma-mixer-with-spraying-system .hmspray .process img { width:100%; height:122px; object-fit:contain; object-position:center; }
.published-sigma-mixer-with-spraying-system .hmspray .process h3 { margin-top:10px; }
.published-sigma-mixer-with-spraying-system .hmspray .process p { margin:0; font-size:13px; text-align:center; }
.published-sigma-mixer-with-spraying-system .hmspray .brands > p { margin-bottom:20px; }
.published-sigma-mixer-with-spraying-system .hmspray .brand-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; margin-top:22px; }
.published-sigma-mixer-with-spraying-system .hmspray .brand { box-sizing:border-box; min-height:290px; padding:18px 14px; border:1px solid var(--hmspray-line); display:grid; grid-template-rows:132px 52px minmax(44px,auto); gap:0; align-content:start; text-align:center; }
.published-sigma-mixer-with-spraying-system .hmspray .brand-media { display:flex; align-items:center; justify-content:center; height:132px; }
.published-sigma-mixer-with-spraying-system .hmspray .brand-media img { width:100%; height:132px; object-fit:contain; object-position:center; }
.published-sigma-mixer-with-spraying-system .hmspray .brand-name { display:flex; align-items:center; justify-content:center; min-height:52px; color:#1f5da8; font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight:800; line-height:1.12; letter-spacing:.7px; }
.published-sigma-mixer-with-spraying-system .hmspray .brand-copy { margin:0; color:var(--hmspray-text); font-size:14px; line-height:1.4; text-align:center; transform:translateY(-10px); }
.published-sigma-mixer-with-spraying-system .hmspray .brand:nth-child(4) { grid-template-rows:132px 64px minmax(44px,auto); }
.published-sigma-mixer-with-spraying-system .hmspray .certificates { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:22px; }
.published-sigma-mixer-with-spraying-system .hmspray .certificates figure { margin:0; padding:14px; background:#f3f6f8; display:flex; flex-direction:column; align-items:center; text-align:center; }
.published-sigma-mixer-with-spraying-system .hmspray .certificates img { display:block; height:260px; max-width:100%; margin:0 auto; object-fit:contain; }
.published-sigma-mixer-with-spraying-system .hmspray .hm-product-faq { margin-top:34px; padding-top:28px; border-top:1px solid var(--hmspray-line); }
.published-sigma-mixer-with-spraying-system .hmspray .hm-product-faq .eyebrow { margin-bottom:20px; }
@media (max-width:700px) {
  .published-sigma-mixer-with-spraying-system .hmspray .cards,
  .published-sigma-mixer-with-spraying-system .hmspray .process,
  .published-sigma-mixer-with-spraying-system .hmspray .brand-grid,
  .published-sigma-mixer-with-spraying-system .hmspray .certificates,
  .published-sigma-mixer-with-spraying-system .hmspray .machine-reference { grid-template-columns:1fr; }
  .published-sigma-mixer-with-spraying-system .hmspray .split,
  .published-sigma-mixer-with-spraying-system .hmspray .split.reverse { grid-template-areas:"label" "copy" "media"; grid-template-columns:1fr; }
}
@media (max-width:700px) {
  .published-product-sigma-mixer .hmsigma .cards,
  .published-product-sigma-mixer .hmsigma .process,
  .published-product-sigma-mixer .hmsigma .brand-grid,
  .published-product-sigma-mixer .hmsigma .certificates,
  .published-product-sigma-mixer .hmsigma .two-photos { grid-template-columns:1fr; }
  .published-product-sigma-mixer .hmsigma .split,
  .published-product-sigma-mixer .hmsigma .split.reverse { grid-template-areas:"label" "copy" "media"; grid-template-columns:1fr; }
}

/* 300L explosion-proof sigma kneader content blocks. */
.published-300l-explosion-proof-sigma-kneader .hm300 {
  --hm300-orange: #ef7e20;
  --hm300-blue: #173d78;
  --hm300-line: #d9e1e8;
  --hm300-text: #506174;
}

.published-300l-explosion-proof-sigma-kneader .hm300 section {
  margin: 28px 0;
  padding: 28px;
  border: 1px solid var(--hm300-line);
}

.published-300l-explosion-proof-sigma-kneader .hm300 h2 { color: var(--hm300-blue); font-size: 28px; line-height: 1.2; }
.published-300l-explosion-proof-sigma-kneader .hm300 p { color: var(--hm300-text); }
.published-300l-explosion-proof-sigma-kneader .hm300 .k { color: var(--hm300-orange); font-size: 12px; font-weight: 700; letter-spacing: 1.6px; }
.published-300l-explosion-proof-sigma-kneader .hm300 .eyebrow { display: block; color: var(--hm300-orange); font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 1.8px; text-align: left; }
.published-300l-explosion-proof-sigma-kneader .section-kicker { font-family: Arial, Helvetica, sans-serif; text-align: left; }
.published-300l-explosion-proof-sigma-kneader .hm300 .intro { border-left: 5px solid var(--hm300-orange); background: #f8fafb; }
.published-300l-explosion-proof-sigma-kneader .hm300 .cards,
.published-300l-explosion-proof-sigma-kneader .hm300 .evidence,
.published-300l-explosion-proof-sigma-kneader .hm300 .brands,
.published-300l-explosion-proof-sigma-kneader .hm300 .process,
.published-300l-explosion-proof-sigma-kneader .hm300 .certs { display: grid; gap: 16px; }
.published-300l-explosion-proof-sigma-kneader .hm300 .cards,
.published-300l-explosion-proof-sigma-kneader .hm300 .process { grid-template-columns: repeat(3, 1fr); }
.published-300l-explosion-proof-sigma-kneader .hm300 .evidence,
.published-300l-explosion-proof-sigma-kneader .hm300 .certs { grid-template-columns: 1fr 1fr; }
.published-300l-explosion-proof-sigma-kneader .hm300 .brands { grid-template-columns: repeat(5, 1fr); }
.published-300l-explosion-proof-sigma-kneader .hm300 .cards > div { padding: 18px; background: #f3f6f8; border-top: 4px solid var(--hm300-orange); text-align: center; }
.published-300l-explosion-proof-sigma-kneader .hm300 figure { margin: 0; padding: 14px; background: #f5f7f8; text-align: center; }
.published-300l-explosion-proof-sigma-kneader .hm300 figure img { width: 100%; height: 230px; object-fit: contain; }
.published-300l-explosion-proof-sigma-kneader .hm300 figcaption,
.published-300l-explosion-proof-sigma-kneader .hm300 .process h3,
.published-300l-explosion-proof-sigma-kneader .hm300 .process p { text-align: center; }
.published-300l-explosion-proof-sigma-kneader .hm300 figcaption { font-size: 13px; color: var(--hm300-text); }
.published-300l-explosion-proof-sigma-kneader .hm300 table { width: 100%; border-collapse: collapse; text-align: center; }
.published-300l-explosion-proof-sigma-kneader .hm300 th,
.published-300l-explosion-proof-sigma-kneader .hm300 td { padding: 11px; border: 1px solid var(--hm300-line); text-align: center; }
.published-300l-explosion-proof-sigma-kneader .hm300 th { color: #213a61; background: #f1f5f8; }
.published-300l-explosion-proof-sigma-kneader .hm300 .note { font-size: 13px; font-style: italic; text-align: center; }
.published-300l-explosion-proof-sigma-kneader .hm300 .brands > div { padding: 12px; border: 1px solid var(--hm300-line); text-align: center; }
.published-300l-explosion-proof-sigma-kneader .hm300 .brands img { width: 100%; height: 100px; object-fit: contain; }
.published-300l-explosion-proof-sigma-kneader .hm300 .brands b { color: #294866; font-size: 13px; }
.published-300l-explosion-proof-sigma-kneader .hm300 .process img { width: 100%; height: 120px; object-fit: contain; background: #f5f7f8; }
.published-300l-explosion-proof-sigma-kneader .hm300 .certs img { height: 270px; }
.published-300l-explosion-proof-sigma-kneader .hm300 .split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: center; }
.published-300l-explosion-proof-sigma-kneader .hm300 .split.reverse { grid-template-columns: .9fr 1.1fr; }
.published-300l-explosion-proof-sigma-kneader .hm300 .card { min-height: 185px; padding: 22px 20px; border-top: 4px solid var(--hm300-orange); background: #f3f6f8; text-align: center; }
.published-300l-explosion-proof-sigma-kneader .hm300 .card p { font-size: 15px; }
.published-300l-explosion-proof-sigma-kneader .hm300 .photo { min-height: 285px; padding: 15px; border: 1px solid var(--hm300-line); background: #f3f6f8; }
.published-300l-explosion-proof-sigma-kneader .hm300 .photo img { height: 205px; }
.published-300l-explosion-proof-sigma-kneader .hm300 .brand-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 22px; }
.published-300l-explosion-proof-sigma-kneader .hm300 .certificates { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
.published-300l-explosion-proof-sigma-kneader .hm300 .brand { min-height: 270px; padding: 18px 14px; border: 1px solid var(--hm300-line); display: grid; grid-template-rows: 132px 52px auto; gap: 0; align-items: center; align-content: start; text-align: center; }
.published-300l-explosion-proof-sigma-kneader .hm300 .brand img { width: 100%; height: 132px; object-fit: contain; }
.published-300l-explosion-proof-sigma-kneader .hm300 .brand b { display: flex; align-items: center; justify-content: center; min-height: 52px; margin: 0; padding: 0; color: #1f5da8; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: 800; line-height: 1.12; letter-spacing: .7px; }
.published-300l-explosion-proof-sigma-kneader .hm300 .brand p { margin: 0; color: var(--hm300-text); font-size: 14px; line-height: 1.4; text-align: center; transform: translateY(-8px); }
.published-300l-explosion-proof-sigma-kneader .hm300 .brand:nth-child(5) img { transform: translateX(28px); }
.published-300l-explosion-proof-sigma-kneader .hm300 .brand:nth-child(4) { grid-template-rows: 132px 64px auto; }
.published-300l-explosion-proof-sigma-kneader .hm300 .brand:nth-child(4) p { transform: none; }

/* Approved Food Grade Sigma Z Blade Mixer detail-page layout. */
.published-food-grade-sigma-z-blade-mixer .hmfood {
  --hmfood-orange: #ef7e20;
  --hmfood-blue: #173d78;
  --hmfood-line: #d9e1e8;
  --hmfood-text: #506174;
}
.published-food-grade-sigma-z-blade-mixer .published-detail-layout { display:block; max-width:1160px; }
.published-food-grade-sigma-z-blade-mixer .published-article { width:100%; max-width:none; }
.published-food-grade-sigma-z-blade-mixer .published-sidebar { display:none; }
.published-product-detail-page.published-food-grade-sigma-z-blade-mixer .published-detail-hero { grid-template-columns:repeat(2, minmax(0, 1fr)); }
.published-product-detail-page.published-food-grade-sigma-z-blade-mixer .published-main-image.has-detail-image img { width:calc(100% - 12px); object-fit:contain; object-position:center; }
.published-food-grade-sigma-z-blade-mixer .section-kicker { font-family:Arial,Helvetica,sans-serif; text-align:left; }
.published-food-grade-sigma-z-blade-mixer .hmfood section { margin:32px 0; padding:28px; border:0; }
.published-food-grade-sigma-z-blade-mixer .hmfood h2 { margin:0 0 12px; color:var(--hmfood-blue); font-size:30px; line-height:1.16; }
.published-food-grade-sigma-z-blade-mixer .hmfood h3 { margin:0 0 16px; color:#1f334d; font-size:18px; line-height:1.15; }
.published-food-grade-sigma-z-blade-mixer .hmfood p { color:var(--hmfood-text); }
.published-food-grade-sigma-z-blade-mixer .hmfood .eyebrow { margin:0 0 10px; color:var(--hmfood-orange); font-family:Arial,Helvetica,sans-serif; font-size:14px; font-weight:700; letter-spacing:1.7px; text-align:left; }
.published-food-grade-sigma-z-blade-mixer .hmfood .intro { margin:0 0 24px; padding:24px 26px; border-left:5px solid var(--hmfood-orange); background:#f8fafb; }
.published-food-grade-sigma-z-blade-mixer .hmfood .intro h2 { font-size:26px; }
.published-food-grade-sigma-z-blade-mixer .hmfood .cards { display:grid; grid-template-columns:repeat(3, 1fr); gap:16px; margin:22px 0 34px; }
.published-food-grade-sigma-z-blade-mixer .hmfood .cards article { min-height:174px; padding:21px 18px; border-top:4px solid var(--hmfood-orange); background:#f4f6f8; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.published-food-grade-sigma-z-blade-mixer .hmfood .cards p { margin:0; font-size:14px; text-align:center; }
.published-food-grade-sigma-z-blade-mixer .hmfood .split { display:grid; grid-template-areas:"label ." "copy media"; grid-template-columns:1.1fr .9fr; grid-template-rows:auto minmax(0,1fr); gap:12px 34px; align-items:stretch; }
.published-food-grade-sigma-z-blade-mixer .hmfood .split.reverse { grid-template-areas:". label" "media copy"; grid-template-columns:.9fr 1.1fr; }
.published-food-grade-sigma-z-blade-mixer .hmfood .split > .eyebrow { grid-area:label; }
.published-food-grade-sigma-z-blade-mixer .hmfood .split-copy { grid-area:copy; align-self:center; }
.published-food-grade-sigma-z-blade-mixer .hmfood .split-copy p:last-child { margin-bottom:0; }
.published-food-grade-sigma-z-blade-mixer .hmfood .evidence-photo { grid-area:media; align-self:center; min-height:270px; margin:0; padding:16px; border:1px solid var(--hmfood-line); background:#f3f6f8; display:grid; place-items:center; text-align:center; }
.published-food-grade-sigma-z-blade-mixer .hmfood .evidence-photo img { width:100%; height:205px; object-fit:contain; }
.published-food-grade-sigma-z-blade-mixer .hmfood figcaption { margin-top:10px; color:var(--hmfood-text); font-size:13px; text-align:center; }
.published-food-grade-sigma-z-blade-mixer .hmfood table { width:100%; margin:18px 0 10px; border-collapse:collapse; }
.published-food-grade-sigma-z-blade-mixer .hmfood th,.published-food-grade-sigma-z-blade-mixer .hmfood td { padding:12px 14px; border:1px solid var(--hmfood-line); text-align:center; vertical-align:middle; }
.published-food-grade-sigma-z-blade-mixer .hmfood th { width:31%; background:#f1f5f8; color:#203a61; }
.published-food-grade-sigma-z-blade-mixer .hmfood td { color:var(--hmfood-text); }
.published-food-grade-sigma-z-blade-mixer .hmfood .note { margin:10px 0 0; color:#6f7d8c; font-size:13px; font-style:italic; text-align:center; }
.published-food-grade-sigma-z-blade-mixer .hmfood .process { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:20px; }
.published-food-grade-sigma-z-blade-mixer .hmfood .process article { text-align:center; }
.published-food-grade-sigma-z-blade-mixer .hmfood .process img { width:100%; height:118px; object-fit:contain; }
.published-food-grade-sigma-z-blade-mixer .hmfood .process h3 { margin-top:10px; }
.published-food-grade-sigma-z-blade-mixer .hmfood .process p { margin:0; font-size:13px; text-align:center; }
.published-food-grade-sigma-z-blade-mixer .hmfood .brand-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; margin-top:22px; }
.published-food-grade-sigma-z-blade-mixer .hmfood .brand { box-sizing:border-box; min-height:290px; padding:18px 14px; border:1px solid var(--hmfood-line); display:grid; grid-template-rows:132px 52px minmax(44px,auto); align-content:start; text-align:center; }
.published-food-grade-sigma-z-blade-mixer .hmfood .brand-media { display:flex; align-items:center; justify-content:center; height:132px; }
.published-food-grade-sigma-z-blade-mixer .hmfood .brand-media img { width:100%; height:132px; object-fit:contain; }
.published-food-grade-sigma-z-blade-mixer .hmfood .brand-name { display:flex; align-items:center; justify-content:center; min-height:52px; color:#1f5da8; font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight:800; line-height:1.12; letter-spacing:.7px; }
.published-food-grade-sigma-z-blade-mixer .hmfood .brand-copy { margin:0; color:var(--hmfood-text); font-size:14px; line-height:1.4; text-align:center; transform:translateY(-10px); }
.published-food-grade-sigma-z-blade-mixer .hmfood .brand:nth-child(4) { grid-template-rows:132px 64px auto; }
.published-food-grade-sigma-z-blade-mixer .hmfood .brand:nth-child(4) p { transform:none; }
.published-food-grade-sigma-z-blade-mixer .hmfood .brand:nth-child(5) .brand-media img { transform:translateX(28px); }
.published-food-grade-sigma-z-blade-mixer .hmfood .certificates { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:22px; }
.published-food-grade-sigma-z-blade-mixer .hmfood .certificates figure { margin:0; padding:14px; background:#f3f6f8; display:flex; flex-direction:column; align-items:center; text-align:center; }
.published-food-grade-sigma-z-blade-mixer .hmfood .certificates img { display:block; height:260px; max-width:100%; margin:0 auto; object-fit:contain; }
.published-food-grade-sigma-z-blade-mixer .hmfood .hm-product-faq { margin-top:34px; padding-top:28px; border-top:1px solid var(--hmfood-line); }
.published-food-grade-sigma-z-blade-mixer .hmfood .hm-product-faq .eyebrow { margin-bottom:20px; }

/* Approved Hydraulic Tilting Sigma Mixer for Putty detail-page layout. */
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty { --hmputty-orange:#ef7e20; --hmputty-blue:#173d78; --hmputty-line:#d9e1e8; --hmputty-text:#506174; }
.published-hydraulic-tilting-sigma-mixer-for-putty .published-detail-layout { display:block; max-width:1160px; }
.published-hydraulic-tilting-sigma-mixer-for-putty .published-article { width:100%; max-width:none; }
.published-hydraulic-tilting-sigma-mixer-for-putty .published-sidebar { display:none; }
.published-product-detail-page.published-hydraulic-tilting-sigma-mixer-for-putty .published-detail-hero { grid-template-columns:repeat(2,minmax(0,1fr)); }
.published-product-detail-page.published-hydraulic-tilting-sigma-mixer-for-putty .published-main-image.has-detail-image img { width:calc(100% - 12px); object-fit:contain; object-position:center; }
.published-hydraulic-tilting-sigma-mixer-for-putty .section-kicker { font-family:Arial,Helvetica,sans-serif; text-align:left; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty section { margin:32px 0; padding:28px; border:0; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty h2 { margin:0 0 12px; color:var(--hmputty-blue); font-size:30px; line-height:1.16; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty h3 { margin:0 0 16px; color:#1f334d; font-size:18px; line-height:1.15; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty p { color:var(--hmputty-text); }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .eyebrow { margin:0 0 12px; color:var(--hmputty-orange); font-family:Arial,Helvetica,sans-serif; font-size:14px; font-weight:700; letter-spacing:1.7px; text-align:left; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .intro { margin:0 0 24px; padding:24px 26px; border-left:5px solid var(--hmputty-orange); background:#f8fafb; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .intro h2 { font-size:26px; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:22px 0 34px; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .cards article { min-height:174px; padding:21px 18px; border-top:4px solid var(--hmputty-orange); background:#f4f6f8; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .cards p { margin:0; font-size:14px; text-align:center; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .split { display:grid; grid-template-areas:"label ." "copy media"; grid-template-columns:1.1fr .9fr; grid-template-rows:auto minmax(0,1fr); gap:12px 34px; align-items:stretch; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .split.reverse { grid-template-areas:". label" "media copy"; grid-template-columns:.9fr 1.1fr; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .split > .eyebrow { grid-area:label; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .split-copy { grid-area:copy; align-self:center; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .split-copy p:last-child { margin-bottom:0; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .evidence-photo { grid-area:media; align-self:center; min-height:270px; margin:0; padding:16px; background:#f3f6f8; display:grid; place-items:center; text-align:center; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .evidence-photo img { width:100%; height:205px; object-fit:contain; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty figcaption { margin-top:10px; color:var(--hmputty-text); font-size:13px; text-align:center; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty table { width:100%; margin:18px 0 10px; border-collapse:collapse; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty th,.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty td { padding:12px 14px; border:1px solid var(--hmputty-line); text-align:center; vertical-align:middle; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty th { width:31%; background:#f1f5f8; color:#203a61; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty td { color:var(--hmputty-text); }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .note { margin:10px 0 0; color:#6f7d8c; font-size:13px; font-style:italic; text-align:center; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .two-photos { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:20px; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .two-photos figure { margin:0; padding:14px; background:#f3f6f8; text-align:center; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .two-photos img { display:block; width:100%; height:220px; object-fit:contain; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .process { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:20px; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .process article { text-align:center; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .process img { width:100%; height:118px; object-fit:contain; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .process h3 { margin-top:10px; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .process p { margin:0; font-size:13px; text-align:center; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .brand-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; margin-top:22px; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .brand { box-sizing:border-box; min-height:290px; padding:18px 14px; border:1px solid var(--hmputty-line); display:grid; grid-template-rows:132px 52px minmax(44px,auto); gap:0; align-content:start; text-align:center; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .brand-media { display:flex; align-items:center; justify-content:center; height:132px; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .brand-media img { width:100%; height:132px; object-fit:contain; object-position:center; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .brand-name { display:flex; align-items:center; justify-content:center; min-height:52px; color:#1f5da8; font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight:800; line-height:1.12; letter-spacing:.7px; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .brand-copy { margin:0; color:var(--hmputty-text); font-size:14px; line-height:1.4; text-align:center; transform:translateY(-10px); }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .brand:nth-child(4) { grid-template-rows:132px 64px minmax(44px,auto); }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .certificates { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:22px; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .certificates figure { margin:0; padding:14px; background:#f3f6f8; display:flex; flex-direction:column; align-items:center; text-align:center; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .certificates img { display:block; height:260px; max-width:100%; margin:0 auto; object-fit:contain; }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .hm-product-faq { margin-top:34px; padding-top:28px; border-top:1px solid var(--hmputty-line); }
.published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .hm-product-faq .eyebrow { margin-bottom:20px; }
@media (max-width:700px) {
  .published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .cards,
  .published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .process,
  .published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .brand-grid,
  .published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .certificates,
  .published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .two-photos { grid-template-columns:1fr; }
  .published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .split,
  .published-hydraulic-tilting-sigma-mixer-for-putty .hmputty .split.reverse { grid-template-areas:"label" "copy" "media"; grid-template-columns:1fr; }
}
@media (max-width:700px) {
  .published-food-grade-sigma-z-blade-mixer .hmfood .cards,
  .published-food-grade-sigma-z-blade-mixer .hmfood .process,
  .published-food-grade-sigma-z-blade-mixer .hmfood .brand-grid,
  .published-food-grade-sigma-z-blade-mixer .hmfood .certificates { grid-template-columns:1fr; }
  .published-food-grade-sigma-z-blade-mixer .hmfood .split,
  .published-food-grade-sigma-z-blade-mixer .hmfood .split.reverse { grid-template-areas:"label" "copy" "media"; grid-template-columns:1fr; }
}
.published-300l-explosion-proof-sigma-kneader .hm300 .hm-product-faq { padding-top: 22px; }

/* Approved Lab Sigma Mixer detail-page layout. */
.published-lab-sigma-mixer .hmlab { --hmlab-orange:#ef7e20; --hmlab-blue:#173d78; --hmlab-line:#d9e1e8; --hmlab-text:#506174; }
.published-lab-sigma-mixer .published-detail-layout { display:block; max-width:1160px; }
.published-lab-sigma-mixer .published-article { width:100%; max-width:none; }
.published-lab-sigma-mixer .published-sidebar { display:none; }
.published-product-detail-page.published-lab-sigma-mixer .published-detail-hero { grid-template-columns:repeat(2,minmax(0,1fr)); }
.published-product-detail-page.published-lab-sigma-mixer .published-main-image.has-detail-image img { width:calc(100% - 12px); object-fit:contain; object-position:center; }
.published-lab-sigma-mixer .section-kicker { font-family:Arial,Helvetica,sans-serif; text-align:left; }
.published-lab-sigma-mixer .hmlab section { margin:32px 0; padding:28px; border:0; }
.published-lab-sigma-mixer .hmlab h2 { margin:0 0 12px; color:var(--hmlab-blue); font-size:30px; line-height:1.16; }
.published-lab-sigma-mixer .hmlab h3 { margin:0 0 16px; color:#1f334d; font-size:18px; line-height:1.15; }
.published-lab-sigma-mixer .hmlab p { color:var(--hmlab-text); }
.published-lab-sigma-mixer .hmlab .eyebrow { margin:0 0 12px; color:var(--hmlab-orange); font-family:Arial,Helvetica,sans-serif; font-size:14px; font-weight:700; letter-spacing:1.7px; text-align:left; }
.published-lab-sigma-mixer .hmlab .intro { margin:0 0 24px; padding:24px 26px; border-left:5px solid var(--hmlab-orange); background:#f8fafb; }
.published-lab-sigma-mixer .hmlab .intro h2 { font-size:26px; }
.published-lab-sigma-mixer .hmlab .cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:22px 0 34px; }
.published-lab-sigma-mixer .hmlab .cards article { min-height:174px; padding:21px 18px; border-top:4px solid var(--hmlab-orange); background:#f4f6f8; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.published-lab-sigma-mixer .hmlab .cards p { margin:0; font-size:14px; text-align:center; }
.published-lab-sigma-mixer .hmlab .split { display:grid; grid-template-areas:"label ." "copy media"; grid-template-columns:1.08fr .92fr; grid-template-rows:auto minmax(0,1fr); gap:12px 34px; align-items:stretch; }
.published-lab-sigma-mixer .hmlab .split.reverse { grid-template-areas:". label" "media copy"; grid-template-columns:.92fr 1.08fr; }
.published-lab-sigma-mixer .hmlab .split > .eyebrow { grid-area:label; }
.published-lab-sigma-mixer .hmlab .split-copy { grid-area:copy; align-self:center; }
.published-lab-sigma-mixer .hmlab .split-copy p:last-child { margin-bottom:0; }
.published-lab-sigma-mixer .hmlab .evidence-photo { grid-area:media; align-self:center; min-height:270px; margin:0; padding:16px; background:#f3f6f8; display:grid; place-items:center; text-align:center; }
.published-lab-sigma-mixer .hmlab .evidence-photo img { width:100%; height:245px; object-fit:contain; object-position:center; }
.published-lab-sigma-mixer .hmlab figcaption { margin-top:10px; color:var(--hmlab-text); font-size:13px; text-align:center; }
.published-lab-sigma-mixer .hmlab table { width:100%; margin:18px 0 10px; border-collapse:collapse; }
.published-lab-sigma-mixer .hmlab th,.published-lab-sigma-mixer .hmlab td { padding:12px 14px; border:1px solid var(--hmlab-line); text-align:center; vertical-align:middle; }
.published-lab-sigma-mixer .hmlab th { width:31%; background:#f1f5f8; color:#203a61; }
.published-lab-sigma-mixer .hmlab td { color:var(--hmlab-text); }
.published-lab-sigma-mixer .hmlab .note { margin:10px 0 0; color:#6f7d8c; font-size:13px; font-style:italic; text-align:center; }
.published-lab-sigma-mixer .hmlab .process { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:20px; }
.published-lab-sigma-mixer .hmlab .process article { text-align:center; }
.published-lab-sigma-mixer .hmlab .process img { width:100%; height:118px; object-fit:contain; object-position:center; }
.published-lab-sigma-mixer .hmlab .process h3 { margin-top:10px; }
.published-lab-sigma-mixer .hmlab .process p { margin:0; font-size:13px; text-align:center; }
.published-lab-sigma-mixer .hmlab .brands > p { margin-bottom:20px; }
.published-lab-sigma-mixer .hmlab .brand-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; margin-top:22px; }
.published-lab-sigma-mixer .hmlab .brand { box-sizing:border-box; min-height:290px; padding:18px 14px; border:1px solid var(--hmlab-line); display:grid; grid-template-rows:132px 52px minmax(44px,auto); gap:0; align-content:start; text-align:center; }
.published-lab-sigma-mixer .hmlab .brand-media { display:flex; align-items:center; justify-content:center; height:132px; }
.published-lab-sigma-mixer .hmlab .brand-media img { width:100%; height:132px; object-fit:contain; object-position:center; }
.published-lab-sigma-mixer .hmlab .brand-name { display:flex; align-items:center; justify-content:center; min-height:52px; color:#1f5da8; font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight:800; line-height:1.12; letter-spacing:.7px; }
.published-lab-sigma-mixer .hmlab .brand-copy { margin:0; color:var(--hmlab-text); font-size:14px; line-height:1.4; text-align:center; transform:translateY(-10px); }
.published-lab-sigma-mixer .hmlab .brand:nth-child(4) { grid-template-rows:132px 64px minmax(44px,auto); }
.published-lab-sigma-mixer .hmlab .certs { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:22px; }
.published-lab-sigma-mixer .hmlab .certs figure { margin:0; padding:14px; background:#f3f6f8; display:flex; flex-direction:column; align-items:center; text-align:center; }
.published-lab-sigma-mixer .hmlab .certs img { display:block; height:260px; max-width:100%; margin:0 auto; object-fit:contain; }
.published-lab-sigma-mixer .hmlab .hm-product-faq { margin-top:34px; padding-top:28px; border-top:1px solid var(--hmlab-line); }
.published-lab-sigma-mixer .hmlab .hm-product-faq .eyebrow { margin-bottom:20px; }
@media (max-width:700px) {
  .published-lab-sigma-mixer .hmlab .cards,
  .published-lab-sigma-mixer .hmlab .process,
  .published-lab-sigma-mixer .hmlab .brand-grid,
  .published-lab-sigma-mixer .hmlab .certs { grid-template-columns:1fr; }
  .published-lab-sigma-mixer .hmlab .split,
  .published-lab-sigma-mixer .hmlab .split.reverse { grid-template-areas:"label" "copy" "media"; grid-template-columns:1fr; }
}

/* The published WordPress wrapper includes the product prefix in its class name. */
.published-product-lab-sigma-mixer .published-detail-layout { display:block; max-width:1160px; }
.published-product-lab-sigma-mixer .published-article { width:100%; max-width:none; }
.published-product-lab-sigma-mixer .published-sidebar { display:none; }
.published-product-detail-page.published-product-lab-sigma-mixer .published-detail-hero { grid-template-columns:repeat(2,minmax(0,1fr)); }
.published-product-detail-page.published-product-lab-sigma-mixer .published-main-image.has-detail-image img { width:calc(100% - 12px); object-fit:contain; object-position:center; }
.published-product-lab-sigma-mixer .section-kicker { font-family:Arial,Helvetica,sans-serif; text-align:left; }
.published-product-lab-sigma-mixer .hmlab section { margin:32px 0; padding:28px; border:0; }
.published-product-lab-sigma-mixer .hmlab h2 { margin:0 0 12px; color:var(--hmlab-blue); font-size:30px; line-height:1.16; }
.published-product-lab-sigma-mixer .hmlab h3 { margin:0 0 16px; color:#1f334d; font-size:18px; line-height:1.15; }
.published-product-lab-sigma-mixer .hmlab p { color:var(--hmlab-text); }
.published-product-lab-sigma-mixer .hmlab .eyebrow { margin:0 0 12px; color:var(--hmlab-orange); font-family:Arial,Helvetica,sans-serif; font-size:14px; font-weight:700; letter-spacing:1.7px; text-align:left; }
.published-product-lab-sigma-mixer .hmlab .intro { margin:0 0 24px; padding:24px 26px; border-left:5px solid var(--hmlab-orange); background:#f8fafb; }
.published-product-lab-sigma-mixer .hmlab .intro h2 { font-size:26px; }
.published-product-lab-sigma-mixer .hmlab .cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:22px 0 34px; }
.published-product-lab-sigma-mixer .hmlab .cards article { min-height:174px; padding:21px 18px; border-top:4px solid var(--hmlab-orange); background:#f4f6f8; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.published-product-lab-sigma-mixer .hmlab .cards p { margin:0; font-size:14px; text-align:center; }
.published-product-lab-sigma-mixer .hmlab .split { display:grid; grid-template-areas:"label ." "copy media"; grid-template-columns:1.08fr .92fr; grid-template-rows:auto minmax(0,1fr); gap:12px 34px; align-items:stretch; }
.published-product-lab-sigma-mixer .hmlab .split.reverse { grid-template-areas:". label" "media copy"; grid-template-columns:.92fr 1.08fr; }
.published-product-lab-sigma-mixer .hmlab .split > .eyebrow { grid-area:label; }
.published-product-lab-sigma-mixer .hmlab .split-copy { grid-area:copy; align-self:center; }
.published-product-lab-sigma-mixer .hmlab .split-copy p:last-child { margin-bottom:0; }
.published-product-lab-sigma-mixer .hmlab .evidence-photo { grid-area:media; align-self:center; min-height:270px; margin:0; padding:16px; background:#f3f6f8; display:grid; place-items:center; text-align:center; }
.published-product-lab-sigma-mixer .hmlab .evidence-photo img { width:100%; height:245px; object-fit:contain; object-position:center; }
.published-product-lab-sigma-mixer .hmlab figcaption { margin-top:10px; color:var(--hmlab-text); font-size:13px; text-align:center; }
.published-product-lab-sigma-mixer .hmlab table { width:100%; margin:18px 0 10px; border-collapse:collapse; }
.published-product-lab-sigma-mixer .hmlab th,.published-product-lab-sigma-mixer .hmlab td { padding:12px 14px; border:1px solid var(--hmlab-line); text-align:center; vertical-align:middle; }
.published-product-lab-sigma-mixer .hmlab th { width:31%; background:#f1f5f8; color:#203a61; }
.published-product-lab-sigma-mixer .hmlab td { color:var(--hmlab-text); }
.published-product-lab-sigma-mixer .hmlab .note { margin:10px 0 0; color:#6f7d8c; font-size:13px; font-style:italic; text-align:center; }
.published-product-lab-sigma-mixer .hmlab .process { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:20px; }
.published-product-lab-sigma-mixer .hmlab .process article { text-align:center; }
.published-product-lab-sigma-mixer .hmlab .process img { width:100%; height:118px; object-fit:contain; object-position:center; }
.published-product-lab-sigma-mixer .hmlab .process h3 { margin-top:10px; }
.published-product-lab-sigma-mixer .hmlab .process p { margin:0; font-size:13px; text-align:center; }
.published-product-lab-sigma-mixer .hmlab .brands > p { margin-bottom:20px; }
.published-product-lab-sigma-mixer .hmlab .brand-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; margin-top:22px; }
.published-product-lab-sigma-mixer .hmlab .brand { box-sizing:border-box; min-height:290px; padding:18px 14px; border:1px solid var(--hmlab-line); display:grid; grid-template-rows:132px 52px minmax(44px,auto); gap:0; align-content:start; text-align:center; }
.published-product-lab-sigma-mixer .hmlab .brand-media { display:flex; align-items:center; justify-content:center; height:132px; }
.published-product-lab-sigma-mixer .hmlab .brand-media img { width:100%; height:132px; object-fit:contain; object-position:center; }
.published-product-lab-sigma-mixer .hmlab .brand-name { display:flex; align-items:center; justify-content:center; min-height:52px; color:#1f5da8; font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight:800; line-height:1.12; letter-spacing:.7px; }
.published-product-lab-sigma-mixer .hmlab .brand-copy { margin:0; color:var(--hmlab-text); font-size:14px; line-height:1.4; text-align:center; transform:translateY(-10px); }
.published-product-lab-sigma-mixer .hmlab .brand:nth-child(4) { grid-template-rows:132px 64px minmax(44px,auto); }
.published-product-lab-sigma-mixer .hmlab .certs { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:22px; }
.published-product-lab-sigma-mixer .hmlab .certs figure { margin:0; padding:14px; background:#f3f6f8; display:flex; flex-direction:column; align-items:center; text-align:center; }
.published-product-lab-sigma-mixer .hmlab .certs img { display:block; height:260px; max-width:100%; margin:0 auto; object-fit:contain; }
.published-product-lab-sigma-mixer .hmlab .hm-product-faq { margin-top:34px; padding-top:28px; border-top:1px solid var(--hmlab-line); }
.published-product-lab-sigma-mixer .hmlab .hm-product-faq .eyebrow { margin-bottom:20px; }
@media (max-width:700px) {
  .published-product-lab-sigma-mixer .hmlab .cards,
  .published-product-lab-sigma-mixer .hmlab .process,
  .published-product-lab-sigma-mixer .hmlab .brand-grid,
  .published-product-lab-sigma-mixer .hmlab .certs { grid-template-columns:1fr; }
  .published-product-lab-sigma-mixer .hmlab .split,
  .published-product-lab-sigma-mixer .hmlab .split.reverse { grid-template-areas:"label" "copy" "media"; grid-template-columns:1fr; }
}

/* Keep this approved V2 page as a full-width product narrative. */
.published-300l-explosion-proof-sigma-kneader .published-detail-layout {
  display: block;
  max-width: 1160px;
}

.published-300l-explosion-proof-sigma-kneader .published-article {
  width: 100%;
  max-width: none;
}

.published-300l-explosion-proof-sigma-kneader .published-sidebar { display: none; }

.published-product-detail-page.published-300l-explosion-proof-sigma-kneader .published-detail-hero {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.published-product-detail-page.published-300l-explosion-proof-sigma-kneader .published-main-image.has-detail-image img {
  width: calc(100% - 32px);
}

.published-300l-explosion-proof-sigma-kneader .hm300 .split > .photo {
  grid-area: photo;
  align-self: center;
}

.published-300l-explosion-proof-sigma-kneader .hm300 .split {
  grid-template-areas:
    "label ."
    "main photo";
  grid-template-rows: auto minmax(0, 1fr);
  align-items: stretch;
  row-gap: 12px;
}

.published-300l-explosion-proof-sigma-kneader .hm300 .split.reverse {
  grid-template-areas:
    ". label"
    "photo main";
}

.published-300l-explosion-proof-sigma-kneader .hm300 .split > .eyebrow {
  grid-area: label;
  margin: 0;
}

.published-300l-explosion-proof-sigma-kneader .hm300 .split > .split-copy-main {
  grid-area: main;
}

.published-300l-explosion-proof-sigma-kneader .hm300 section {
  border: 0;
}

.published-300l-explosion-proof-sigma-kneader .hm300 .intro {
  border-left: 5px solid var(--hm300-orange);
}

@media (max-width: 700px) {
  .published-300l-explosion-proof-sigma-kneader .hm300 .cards,
  .published-300l-explosion-proof-sigma-kneader .hm300 .evidence,
  .published-300l-explosion-proof-sigma-kneader .hm300 .brands,
  .published-300l-explosion-proof-sigma-kneader .hm300 .process,
  .published-300l-explosion-proof-sigma-kneader .hm300 .certs,
  .published-300l-explosion-proof-sigma-kneader .hm300 .split,
  .published-300l-explosion-proof-sigma-kneader .hm300 .split.reverse,
  .published-300l-explosion-proof-sigma-kneader .hm300 .brand-grid { grid-template-columns: 1fr; }

  .published-300l-explosion-proof-sigma-kneader .hm300 .split,
  .published-300l-explosion-proof-sigma-kneader .hm300 .split.reverse {
    grid-template-areas:
      "label"
      "main"
      "photo";
  }
}
.main-nav > a,
.nav-item > a {
  display: inline-flex;
  align-items: center;
  min-height: 74px;
  padding: 0 9px;
  text-decoration: none;
  white-space: nowrap;
}
.main-nav > a:hover,
.nav-item:hover > a { color: var(--orange); }
.nav-item { position: relative; }

.dropdown {
  position: absolute;
  top: 74px;
  left: 0;
  z-index: 80;
  display: grid;
  min-width: 270px;
  max-width: 360px;
  padding: 18px;
  background: var(--white);
  border-top: 4px solid var(--orange);
  box-shadow: 0 26px 70px rgba(0,0,0,.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 160ms ease;
  text-transform: none;
}
.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown a {
  display: block;
  padding: 10px 4px;
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.28;
  white-space: normal;
}
.dropdown a:hover { color: var(--orange); }
.dropdown strong {
  display: block;
  margin: 0 0 9px;
  color: var(--blue);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-menu {
  grid-template-columns: 200px 245px 270px;
  gap: 28px;
  width: 790px;
  max-width: calc(100vw - 72px);
}
.product-menu a {
  white-space: normal;
}
.service-menu {
  width: 360px;
}
.service-menu a {
  white-space: normal;
}
.lang-menu {
  right: 0;
  left: auto;
  min-width: 180px;
}
.lang-menu a {
  white-space: nowrap;
}
#hm-google-translate,
.goog-te-banner-frame.skiptranslate,
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}
body {
  top: 0 !important;
}
.goog-text-highlight {
  background: transparent !important;
  box-shadow: none !important;
}
html[dir="rtl"] .site-header,
html[dir="rtl"] .topbar,
html[dir="rtl"] .floating-contact,
html[dir="rtl"] .site-footer {
  direction: ltr;
}
html[data-hm-language="ar"],
html[data-hm-language="fa"] {
  direction: rtl;
}
html[data-hm-language="ar"] body,
html[data-hm-language="fa"] body {
  font-family: Arial, Tahoma, Helvetica, sans-serif;
}
html[data-hm-language]:not([data-hm-language="en"]) :is(
  .hero-content h1,
  .hero-seo-line,
  .page-hero h1,
  .product-list-hero h1,
  .published-summary h1,
  .published-detail-hero h1,
  .service-hero h1,
  .about-hero h1,
  .detail-hero h1,
  .bachiller-copy h1,
  .button,
  .quote-link
) {
  overflow-wrap: anywhere;
  word-break: normal;
}
html[data-hm-language]:not([data-hm-language="en"]) .hero-seo-line {
  max-width: min(100%, 660px);
  letter-spacing: 0;
  line-height: 1.16;
}
html[data-hm-language]:not([data-hm-language="en"]) .main-nav > a,
html[data-hm-language]:not([data-hm-language="en"]) .nav-item > a,
html[data-hm-language]:not([data-hm-language="en"]) .quote-link {
  white-space: normal;
  line-height: 1.16;
  text-align: center;
}
html[data-hm-language="ar"] :is(.hero-content, .page-hero, .product-list-hero, .published-summary, .published-detail-hero, .service-hero, .about-hero, .detail-hero, .bachiller-copy),
html[data-hm-language="fa"] :is(.hero-content, .page-hero, .product-list-hero, .published-summary, .published-detail-hero, .service-hero, .about-hero, .detail-hero, .bachiller-copy) {
  text-align: right;
}
html[data-hm-language="ar"] .home-hero .hero-content,
html[data-hm-language="fa"] .home-hero .hero-content {
  padding-inline: clamp(24px, 3vw, 48px);
}
html[data-hm-language="ar"] :is(.page-hero, .product-list-hero, .about-hero, .detail-hero, .service-hero, .bachiller-copy),
html[data-hm-language="fa"] :is(.page-hero, .product-list-hero, .about-hero, .detail-hero, .service-hero, .bachiller-copy) {
  padding-inline: clamp(24px, 3vw, 48px);
}

.quote-link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 0;
  text-decoration: none;
  font-weight: 800;
}

/* Keep every conversion CTA visually consistent without changing its resting state. */
.quote-link,
.button,
.application-support > a,
.floating-contact a,
.side-quote,
.product-list-cta,
.service-hero-cta,
.capacity-quote a,
.published-actions a,
.published-product-actions a {
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, filter 180ms ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .quote-link:hover,
  .button:hover,
  .application-support > a:hover,
  .floating-contact a:hover,
  .side-quote:hover,
  .product-list-cta:hover,
  .service-hero-cta:hover,
  .capacity-quote a:hover,
  .published-actions a:hover,
  .published-product-actions a:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 0 3px rgba(240, 131, 23, .2), 0 10px 20px rgba(8, 13, 20, .2);
  }

  .home-hero .hero-actions .button:hover {
    box-shadow: 0 0 0 3px rgba(240, 131, 23, .26), 0 14px 28px rgba(0, 0, 0, .36);
  }
  .home-hero .hero-actions .button.primary:hover {
    background: #ff941d;
    filter: saturate(1.12) brightness(1.04);
  }
  .home-hero .hero-actions .button.outline:hover {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .92);
  }
}

.quote-link:focus-visible,
.button:focus-visible,
.application-support > a:focus-visible,
.floating-contact a:focus-visible,
.side-quote:focus-visible,
.product-list-cta:focus-visible,
.service-hero-cta:focus-visible,
.capacity-quote a:focus-visible,
.published-actions a:focus-visible,
.published-product-actions a:focus-visible {
  outline: 3px solid rgba(240, 131, 23, .58);
  outline-offset: 3px;
  transform: translateY(-2px);
  box-shadow: 0 0 0 3px rgba(240, 131, 23, .2), 0 10px 20px rgba(8, 13, 20, .2);
}
.quote-link,
.button.primary {
  background: var(--orange);
  color: var(--white);
}
.button.outline {
  border: 1px solid var(--white);
  color: var(--white);
}
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: calc(100vh - 124px);
  display: grid;
  align-items: stretch;
  background: var(--charcoal);
  overflow: hidden;
}
.home-hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 42%, rgba(240,131,23,.2), transparent 30%),
    linear-gradient(115deg, #07090d 0%, #111827 48%, #1b2946 100%);
}
.home-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent 0, #000 38%, #000 100%);
  opacity: .42;
}
.home-hero::after {
  position: absolute;
  right: -12vw;
  bottom: -16vw;
  z-index: 0;
  width: 46vw;
  height: 46vw;
  min-width: 560px;
  min-height: 560px;
  content: "";
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.08), transparent 63%);
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7,9,13,.96) 0%, rgba(7,9,13,.78) 40%, rgba(7,9,13,.2) 100%);
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.1) contrast(1.05);
}
.hero-industrial-media::after {
  display: none;
}
.hero-industrial-media.has-video::after {
  display: block;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7,9,13,.94) 0%, rgba(7,9,13,.72) 42%, rgba(7,9,13,.22) 100%);
}
.home-hero:has(.hero-industrial-media.has-video)::after {
  display: none;
}
.hero-industrial-media.has-video .industrial-stage {
  display: none;
}
.home-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.industrial-stage {
  position: absolute;
  right: max(28px, calc((100vw - 1180px) / 2));
  top: 50%;
  width: min(520px, 42vw);
  height: min(520px, 42vw);
  transform: translateY(-46%);
}
.industrial-stage::before,
.industrial-stage::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}
.industrial-stage::before {
  inset: 6%;
  border: 1px solid rgba(255,255,255,.24);
}
.industrial-stage::after {
  inset: 24%;
  border: 26px solid rgba(240,131,23,.34);
  box-shadow: 0 0 80px rgba(240,131,23,.18);
}
.industrial-drum {
  position: absolute;
  left: 18%;
  top: 25%;
  width: 64%;
  height: 46%;
  border: 1px solid rgba(255,255,255,.24);
  background:
    linear-gradient(120deg, rgba(255,255,255,.22), rgba(255,255,255,.04) 38%, rgba(240,131,23,.28)),
    rgba(23,31,48,.76);
  box-shadow: inset 0 0 38px rgba(255,255,255,.08), 0 28px 80px rgba(0,0,0,.36);
}
.industrial-blade {
  position: absolute;
  left: 31%;
  top: 38%;
  width: 38%;
  height: 8%;
  border: 1px solid rgba(255,255,255,.3);
  transform: rotate(-18deg);
  background: rgba(255,255,255,.18);
}
.industrial-base {
  position: absolute;
  left: 27%;
  bottom: 16%;
  width: 46%;
  height: 10%;
  background: rgba(240,131,23,.72);
}
.industrial-rail {
  position: absolute;
  left: 9%;
  width: 82%;
  height: 1px;
  background: rgba(255,255,255,.2);
}
.rail-a { top: 18%; }
.rail-b { bottom: 24%; }
.media-label {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 3;
  padding: 10px 14px;
  background: rgba(255,255,255,.9);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 48px));
  margin-left: max(48px, calc((100vw - 1540px) / 2));
  align-self: center;
  padding: 90px 0 112px;
  color: var(--white);
}
.section-kicker {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { line-height: 1.08; letter-spacing: 0; }
h1 {
  max-width: 820px;
  margin-bottom: 14px;
  font-size: clamp(44px, 5.8vw, 82px);
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  text-transform: uppercase;
}
h3 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 800;
}
.hero-lead {
  max-width: 660px;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.62;
}
.hero-seo-line {
  display: block;
  max-width: 520px;
  margin: 0 0 30px;
  padding: 0;
  background: transparent;
  border-left: 0;
  color: var(--orange);
  font-size: clamp(25px, 2.55vw, 38px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0;
}
.hero-actions .button {
  min-width: 230px;
}
.hero-actions .button.outline {
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(6px);
}
.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(122px, 1fr));
  width: min(760px, 100%);
  margin-top: 34px;
  border-top: 1px solid rgba(255,255,255,.2);
  border-left: 1px solid rgba(255,255,255,.14);
}
.hero-proof span {
  display: grid;
  gap: 5px;
  min-height: 86px;
  padding: 16px 14px;
  border-right: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.72);
  font-size: 13px;
}
.hero-proof strong {
  color: var(--white);
  font-size: 20px;
  line-height: 1.05;
}
.quote-link {
  width: 165px;
  padding-right: 14px;
  padding-left: 14px;
  white-space: nowrap;
}

.quality-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid rgba(36,49,116,.16);
}
.quality-flow a {
  position: relative;
  min-height: 126px;
  padding: 18px 24px 18px;
  border-right: 1px solid rgba(36,49,116,.16);
  border-bottom: 1px solid rgba(36,49,116,.16);
  background: transparent;
  text-decoration: none;
  transition: background 220ms ease, transform 220ms ease;
}
.quality-flow a:nth-child(2n),
.quality-flow a:last-child {
  border-right: 0;
}
.quality-flow a:nth-last-child(-n+2) {
  border-bottom: 0;
}
.quality-flow a::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 3px;
  content: "";
  background: var(--orange);
  transition: width 220ms ease;
}
.quality-flow a:hover {
  background: rgba(255,255,255,.6);
  transform: translateY(-4px);
}
.quality-flow a:hover::before {
  width: 100%;
}
.quality-flow span {
  position: relative;
  display: block;
  margin-bottom: 10px;
  color: rgba(36,49,116,.72);
  font-size: clamp(30px, 2.7vw, 42px);
  font-weight: 700;
  line-height: .9;
  letter-spacing: 0;
  text-transform: uppercase;
}
.quality-flow strong {
  position: relative;
  display: block;
  min-height: 0;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.18;
}
.quality-flow p {
  position: relative;
  margin-bottom: 0;
  color: #465365;
  font-size: 15px;
  line-height: 1.5;
}
.product-showcase {
  position: relative;
  scroll-margin-top: 110px;
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(580px, .9fr) minmax(520px, 1.1fr);
  column-gap: clamp(48px, 5vw, 92px);
  align-items: stretch;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(255,255,255,.2) 0 34%, transparent 34% 100%),
    linear-gradient(105deg, #dce3e8 0 50%, #bfc8d0 50% 78%, #cdd5dc 78% 100%);
}
.product-showcase::before,
.product-showcase::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}
.product-showcase::before {
  background:
    linear-gradient(105deg, transparent 0 49%, rgba(113,122,132,.36) 49% 72%, transparent 72% 100%),
    radial-gradient(circle at 7% 88%, rgba(255,255,255,.22), transparent 18%);
}
.product-showcase::after {
  background-image:
    linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .18;
}
.product-showcase-copy,
.product-showcase-visual,
.product-counter {
  position: relative;
  z-index: 2;
}
.product-showcase-copy {
  padding: 196px 0 0 max(24px, calc((100vw - 1620px) / 2));
}
.product-showcase-copy h1,
.product-showcase-copy h2 {
  width: min(560px, calc(100vw - 48px));
  margin-bottom: 34px;
  color: #07090d;
  font-size: clamp(46px, 4.9vw, 76px);
  text-align: center;
}
.product-showcase-page {
  min-height: 720px;
}
.product-showcase-page .product-showcase-copy {
  padding-top: 80px;
  padding-bottom: 108px;
}
.product-range-section {
  width: min(1540px, calc(100% - 72px));
  padding-top: 78px;
}
.product-range-section .section-head {
  width: min(1160px, 100%);
  max-width: none;
  margin-left: 0;
}
.product-range-section .section-head h2 {
  max-width: 1040px;
  font-size: clamp(34px, 3.2vw, 54px);
  line-height: 1.02;
}
.product-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 26px;
  width: min(560px, calc(100vw - 48px));
  margin-bottom: 36px;
}
.product-tabs button {
  display: grid;
  grid-template-rows: 76px auto;
  place-items: center;
  min-height: 122px;
  padding: 10px 8px 12px;
  border: 0;
  border-bottom: 4px solid transparent;
  background: transparent;
  color: #202832;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.product-tab-image {
  position: relative;
  width: 108px;
  height: 72px;
  opacity: .82;
}
.product-tab-image.has-image {
  display: grid;
  place-items: center;
  overflow: hidden;
}
.product-tab-image.has-image::before,
.product-tab-image.has-image::after {
  display: none;
}
.product-tab-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 180ms ease;
}
.product-tabs button[data-product-panel="sigma"] .product-tab-image.has-image img {
  transform: scale(1.32);
}
.product-tabs button[data-product-panel="discharge"] .product-tab-image.has-image img {
  transform: scale(1.08);
}
.product-tab-image::before,
.product-tab-image::after {
  position: absolute;
  content: "";
}
.product-tab-image::before {
  left: 10px;
  right: 10px;
  top: 13px;
  height: 22px;
  border: 1px solid rgba(16,28,42,.22);
  background: linear-gradient(120deg, rgba(255,255,255,.82), rgba(223,231,236,.62));
}
.product-tab-image::after {
  left: 30px;
  top: 18px;
  width: 30px;
  height: 12px;
  border: 4px solid rgba(39,53,140,.5);
  border-radius: 50%;
}
.product-tabs button:nth-child(2) .product-tab-image::before {
  left: 28px;
  right: 28px;
  top: 8px;
  height: 30px;
}
.product-tabs button:nth-child(2) .product-tab-image::after {
  left: 38px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-color: rgba(240,131,23,.62);
}
.product-tabs button:nth-child(3) .product-tab-image::before {
  left: 12px;
  right: 12px;
  top: 17px;
  height: 18px;
}
.product-tabs button:nth-child(3) .product-tab-image::after {
  left: 22px;
  top: 12px;
  width: 46px;
  height: 16px;
  border-width: 3px;
  border-color: rgba(233,0,36,.55);
}
.product-tabs button:hover,
.product-tabs button.is-active {
  color: #e90024;
  border-bottom-color: #e90024;
  transform: translateY(-2px);
}
.product-panel {
  display: none;
  width: min(570px, calc(100vw - 48px));
}
.product-panel.is-active {
  display: block;
  animation: panelFade 220ms ease both;
}
@keyframes panelFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 20px 34px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.product-panel li {
  position: relative;
  padding-left: 22px;
  color: #16202b;
  font-size: 19px;
  line-height: 1.4;
}
.product-panel li::before {
  position: absolute;
  left: 0;
  top: .6em;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background: #16202b;
}
.product-panel li:first-child,
.product-panel li:first-child a {
  color: #e90024;
}
.product-panel li:first-child::before {
  background: #e90024;
}
.product-panel a {
  text-decoration: none;
}
.product-panel a:hover {
  color: var(--orange);
}
.product-panel.is-link-previewing li,
.product-panel.is-link-previewing li a {
  color: #16202b;
}
.product-panel.is-link-previewing li::before {
  background: #16202b;
}
.product-panel.is-link-previewing li.is-link-preview,
.product-panel.is-link-previewing li.is-link-preview a {
  color: #e90024;
}
.product-panel.is-link-previewing li.is-link-preview::before {
  background: #e90024;
}
@media (min-width: 1181px) and (hover: hover) and (pointer: fine) {
  .product-panel.is-link-previewing li,
  .product-panel.is-link-previewing li a {
    color: #16202b;
  }
  .product-panel.is-link-previewing li::before {
    background: #16202b;
  }
  .product-panel.is-link-previewing li.is-link-preview,
  .product-panel.is-link-previewing li.is-link-preview a {
    color: #e90024;
  }
  .product-panel.is-link-previewing li.is-link-preview::before {
    background: #e90024;
  }
}
.product-more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  color: #16202b;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.product-more::after {
  content: ">>";
  letter-spacing: .12em;
}
.product-showcase-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 92px max(80px, calc((100vw - 1420px) / 2)) 92px 0;
  overflow: hidden;
}
.product-ghost-title {
  position: absolute;
  top: 92px;
  left: clamp(16px, 3vw, 70px);
  right: 0;
  max-width: min(760px, calc(100% - 24px));
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(36px, 3.9vw, 72px);
  font-style: italic;
  font-weight: 800;
  line-height: .9;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}
.showcase-machine {
  position: relative;
  width: min(570px, 45vw);
  aspect-ratio: 1.32;
  margin-top: 110px;
  transition: transform 220ms ease;
}
.product-showcase-custom-image {
  display: block;
  width: min(620px, 46vw);
  height: min(510px, 42vw);
  max-height: 510px;
  margin-top: 110px;
  object-fit: contain;
  object-position: center;
  transform: translateY(var(--product-visual-offset-y, 0px)) scale(var(--product-visual-scale, 1));
  transition: transform 220ms ease, opacity 180ms ease;
}
.product-showcase-custom-image[hidden] {
  display: none;
}
.product-showcase-custom-image.is-changing {
  opacity: .7;
}
.showcase-machine.is-changing {
  transform: translateY(8px) scale(.98);
}
.machine-pot,
.machine-blade,
.machine-motor,
.machine-base,
.machine-panel {
  position: absolute;
  display: block;
}
.machine-pot {
  left: 12%;
  top: 23%;
  width: 60%;
  height: 45%;
  border: 2px solid rgba(255,255,255,.72);
  background:
    linear-gradient(120deg, rgba(255,255,255,.86), rgba(232,237,240,.52) 46%, rgba(240,131,23,.18)),
    #d7dee4;
  box-shadow: inset 0 0 38px rgba(255,255,255,.45), 0 26px 60px rgba(68,75,84,.18);
}
.machine-pot::before {
  position: absolute;
  inset: 14% 11%;
  content: "";
  border: 14px solid color-mix(in srgb, var(--active-machine, var(--orange)) 78%, #6e7480);
  border-radius: 50%;
}
.machine-blade {
  left: 24%;
  top: 40%;
  width: 38%;
  height: 9%;
  border: 1px solid rgba(25,34,48,.32);
  background: rgba(255,255,255,.42);
}
.blade-one { transform: rotate(-16deg); }
.blade-two {
  transform: rotate(17deg);
  opacity: .58;
}
.machine-motor {
  left: 0;
  top: 37%;
  width: 16%;
  height: 20%;
  background: #edf2f4;
  border: 1px solid rgba(25,34,48,.18);
}
.machine-panel {
  right: 8%;
  top: 26%;
  width: 16%;
  height: 44%;
  background: #f7f9f9;
  border: 1px solid rgba(25,34,48,.18);
}
.machine-panel::before {
  position: absolute;
  inset: 14% 18% auto;
  height: 30%;
  content: "";
  background: #223149;
}
.machine-base {
  left: 20%;
  bottom: 15%;
  width: 54%;
  height: 10%;
  background: color-mix(in srgb, var(--active-machine, var(--orange)) 82%, #4b4f57);
}
.product-counter {
  position: absolute;
  left: max(70px, calc((100vw - 1420px) / 2));
  bottom: 50px;
  display: flex;
  align-items: flex-start;
  color: rgba(255,255,255,.9);
}
.product-counter strong {
  font-size: clamp(96px, 9vw, 150px);
  line-height: .8;
}
.product-counter span {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 700;
}
.home-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1420px, calc(100% - 96px));
  margin: 0 auto;
  padding: 70px 0 76px;
  background: transparent;
  color: #182331;
}
.home-stats div {
  position: relative;
  min-height: 120px;
  padding: 18px 38px 16px;
  border-right: 1px solid #dbe2ea;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 220ms ease;
}
.home-stats div:hover {
  z-index: 1;
  transform: translateY(-4px);
}
.home-stats div:last-child {
  border-right: 0;
}
.home-stats strong {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 52px;
  margin-bottom: 16px;
  color: #07090d;
  font-size: clamp(30px, 2.7vw, 40px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: color 220ms ease, transform 220ms ease;
}
.home-stats span {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 48px;
  max-width: 260px;
  margin: 0 auto;
  color: #465365;
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
  transition: color 220ms ease;
}
.home-stats div:hover strong {
  color: var(--orange);
  transform: translateY(-2px);
}
.home-stats div:hover span {
  color: #243174;
}
.section.home-quality {
  position: relative;
  display: grid;
  grid-template-columns: minmax(700px, 1.05fr) minmax(560px, .9fr);
  gap: clamp(46px, 3.6vw, 74px);
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 36px max(92px, calc((100vw - 1460px) / 2)) 42px max(0px, calc((100vw - 1640px) / 2));
  overflow: hidden;
  box-sizing: border-box;
  background:
    linear-gradient(180deg, #f8fafc, #f5f8fc),
    radial-gradient(circle at 28% 48%, rgba(79,111,174,.1), transparent 42%);
}
.section.home-quality::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    radial-gradient(circle, rgba(36,49,116,.11) 1px, transparent 1.5px);
  background-size: 16px 16px;
  mask-image: linear-gradient(90deg, transparent 0 3%, #000 18%, #000 92%, transparent 100%);
  opacity: .32;
  pointer-events: none;
}
.home-quality .section-head {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-bottom: 0;
  margin-left: clamp(12px, 1.2vw, 26px);
}
.home-quality .section-head h2 {
  max-width: 700px;
  margin-top: 0;
  font-size: clamp(36px, 3.5vw, 52px);
  line-height: 1.04;
}
.home-quality .section-head > p:last-of-type {
  max-width: 760px;
  color: #344457;
  font-size: 16px;
  line-height: 1.58;
}
.quality-visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 500px;
  overflow: visible;
}
.quality-visual::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 46% 52%, rgba(79,111,174,.08), transparent 48%),
    linear-gradient(180deg, #f8fafc, #f5f8fc);
}
.quality-visual img {
  display: block;
  width: min(900px, 55vw);
  max-width: none;
  height: auto;
  opacity: 1;
  filter: brightness(1.045) saturate(1.01) contrast(.99);
  transform: translateX(-8%);
}
.quality-system::before {
  position: absolute;
  inset: 3% 5% 5% 1%;
  content: "";
  border-radius: 44% 56% 52% 48%;
  background:
    radial-gradient(circle at 34% 34%, rgba(255,255,255,.98), rgba(218,229,243,.72) 54%, rgba(79,111,174,.16)),
    linear-gradient(135deg, rgba(79,111,174,.18), rgba(240,131,23,.08));
  box-shadow:
    inset -34px -34px 78px rgba(36,49,116,.1),
    0 30px 90px rgba(36,49,116,.08);
}
.quality-ring {
  position: absolute;
  left: 10%;
  top: 6%;
  width: 76%;
  aspect-ratio: 1;
  border: 1px solid rgba(36,49,116,.22);
  border-radius: 50%;
  transform: rotate(-16deg) skew(-4deg);
}
.quality-ring::before,
.quality-ring::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}
.quality-ring::before {
  inset: 22%;
  border: 18px solid rgba(240,131,23,.28);
}
.quality-ring::after {
  left: 18%;
  top: 50%;
  width: 68%;
  height: 1px;
  background: rgba(36,49,116,.2);
  transform: rotate(-18deg);
}
.quality-panel,
.quality-track,
.quality-node,
.quality-bar {
  position: absolute;
  display: block;
}
.quality-panel {
  border: 1px solid rgba(255,255,255,.86);
  background:
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.34)),
    linear-gradient(120deg, rgba(36,49,116,.24), rgba(240,131,23,.13));
  box-shadow: 0 26px 74px rgba(28,42,68,.16);
  backdrop-filter: blur(8px);
}
.panel-primary {
  left: 18%;
  top: 28%;
  width: 64%;
  height: 34%;
}
.panel-primary::before,
.panel-primary::after,
.panel-secondary::before,
.panel-secondary::after {
  position: absolute;
  content: "";
  height: 1px;
  background: rgba(36,49,116,.16);
}
.panel-primary::before {
  left: 10%;
  right: 10%;
  top: 34%;
}
.panel-primary::after {
  left: 10%;
  right: 28%;
  top: 62%;
}
.panel-secondary {
  left: 33%;
  top: 18%;
  width: 42%;
  height: 22%;
  opacity: .82;
  transform: translateY(-6px);
}
.panel-secondary::before {
  left: 14%;
  right: 14%;
  top: 42%;
}
.panel-secondary::after {
  left: 14%;
  right: 30%;
  top: 66%;
}
.quality-track {
  left: 23%;
  top: 70%;
  width: 58%;
  height: 4px;
  background: linear-gradient(90deg, #243174, var(--orange));
  box-shadow: 0 12px 28px rgba(36,49,116,.18);
}
.quality-node {
  width: 18px;
  height: 18px;
  border: 4px solid rgba(255,255,255,.9);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 10px 24px rgba(240,131,23,.22);
}
.node-a {
  left: 22%;
  top: 68%;
}
.node-b {
  left: 50%;
  top: 68%;
  background: #243174;
}
.node-c {
  left: 79%;
  top: 68%;
}
.quality-bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(36,49,116,.16);
}
.bar-a {
  left: 26%;
  top: 80%;
  width: 44%;
}
.bar-b {
  left: 26%;
  top: 86%;
  width: 30%;
  background: rgba(240,131,23,.24);
}
.home-applications,
.home-equipment {
  position: relative;
}
.section.home-applications {
  scroll-margin-top: 110px;
  width: 100%;
  padding: 76px 64px 86px;
  box-sizing: border-box;
}
.home-equipment::before {
  position: absolute;
  top: 62px;
  right: 0;
  width: 150px;
  height: 4px;
  content: "";
  background: var(--orange);
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0;
}
.section-head {
  max-width: 780px;
  margin-bottom: 36px;
}
.section-head p:last-child { color: var(--steel); }
.page-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 74px 0 52px;
}
.page-hero p:last-child {
  max-width: 760px;
  color: var(--steel);
  font-size: 18px;
}

.overview-grid,
.equipment-grid,
.service-grid,
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}
.equipment-grid {
  grid-template-columns: repeat(4, 1fr);
}
.product-entry-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  background: transparent;
  align-items: stretch;
  grid-auto-rows: 1fr;
}
.overview-grid article,
.equipment-grid a,
.service-grid a,
.news-grid article {
  min-height: 210px;
  padding: 26px;
  background: var(--white);
  text-decoration: none;
}
.equipment-grid a:hover,
.service-grid a:hover,
.news-grid article:hover,
.overview-grid article:hover {
  background: #fff8f1;
}
.overview-grid span,
.equipment-grid span,
.service-grid span,
.news-grid span {
  display: inline-block;
  margin-bottom: 30px;
  color: var(--orange);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.overview-grid p,
.equipment-grid p,
.news-grid p {
  color: var(--steel);
}
.equipment-grid strong,
.service-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.16;
}
.product-entry-grid a {
  position: relative;
  display: grid;
  grid-template-rows: 250px auto auto auto auto;
  min-height: 460px;
  height: 100%;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
  overflow: hidden;
}
.product-entry-grid a:hover {
  background: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(0,0,0,.12);
}
.product-entry-grid .product-photo {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 250px;
  margin: 0;
  background:
    linear-gradient(135deg, rgba(39,53,140,.72), rgba(240,131,23,.72)),
    linear-gradient(180deg, #e9edf1, #d4dae0);
  color: rgba(255,255,255,.8);
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.product-entry-grid em,
.product-entry-grid strong,
.product-entry-grid p {
  margin-right: 34px;
  margin-left: 34px;
}
.product-entry-grid em {
  margin-top: 28px;
  margin-bottom: 16px;
  color: var(--orange);
  font-style: normal;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.product-entry-grid strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.18;
}
.product-entry-grid p {
  max-width: 330px;
  margin-bottom: 0;
  color: #596674;
  font-size: 16px;
  line-height: 1.58;
}
.product-entry-grid a::after {
  content: "View Details";
  display: inline-flex;
  width: fit-content;
  margin: 22px 34px 32px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--orange);
}
.product-center-intro {
  padding: 56px 0 42px;
  background:
    linear-gradient(180deg, #fff 0%, #fff 72%, #f4f8fc 72% 100%);
}
.product-center-intro-inner {
  display: grid;
  grid-template-columns: minmax(260px, .55fr) minmax(520px, 1fr);
  column-gap: clamp(52px, 7vw, 118px);
  row-gap: 34px;
  align-items: center;
  width: min(1480px, calc(100% - 96px));
  margin: 0 auto;
  text-align: left;
}
.product-center-intro h1 {
  margin: 0;
  color: #05070a;
  font-size: clamp(54px, 5.6vw, 98px);
  line-height: 1;
  text-transform: uppercase;
}
.product-center-intro p {
  max-width: 760px;
  margin: 0;
  color: #1c2734;
  font-size: 16px;
  line-height: 1.75;
}
.product-category-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column: 1 / -1;
  gap: 1px;
  width: 100%;
  margin: 18px auto 0;
  border-top: 4px solid var(--orange);
  background: #d8e0e9;
  box-shadow: 0 24px 54px rgba(20,31,45,.08);
}
.product-category-row a {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  min-height: 122px;
  gap: 22px;
  padding: 18px 30px;
  background: rgba(255,255,255,.92);
  color: #1b2330;
  text-decoration: none;
}
.product-category-row a:hover {
  background: #f8fbff;
  color: var(--orange);
}
.product-category-icon {
  position: relative;
  width: 96px;
  height: 58px;
  opacity: .78;
  transition: transform 180ms ease, opacity 180ms ease;
}
.product-category-row a:hover .product-category-icon {
  transform: translateY(-4px);
  opacity: 1;
}
.product-category-icon.has-image {
  overflow: hidden;
  background: rgba(255,255,255,.56);
}
.product-category-icon.has-image::before,
.product-category-icon.has-image::after {
  display: none;
}
.product-category-icon.has-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 180ms ease;
}
.product-category-row a:nth-child(1) .product-category-icon.has-image img {
  transform: scale(1.24);
}
.product-category-row a:nth-child(3) .product-category-icon.has-image img {
  transform: scale(1.05);
}
.product-category-icon::before,
.product-category-icon::after {
  position: absolute;
  content: "";
}
.sigma-icon::before {
  inset: 18px 16px;
  border: 4px solid rgba(39,53,140,.5);
  border-radius: 50%;
}
.sigma-icon::after {
  left: 22px;
  right: 22px;
  top: 25px;
  height: 4px;
  background: rgba(240,131,23,.62);
  transform: rotate(-10deg);
}
.lab-icon::before {
  left: 34px;
  top: 8px;
  width: 28px;
  height: 40px;
  border: 2px solid rgba(39,53,140,.42);
  background: rgba(255,255,255,.45);
}
.lab-icon::after {
  left: 39px;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(240,131,23,.68);
  border-radius: 50%;
}
.discharge-icon::before {
  left: 16px;
  right: 16px;
  top: 21px;
  height: 18px;
  border: 4px solid rgba(233,0,36,.42);
  border-radius: 50%;
}
.discharge-icon::after {
  left: 8px;
  right: 8px;
  top: 28px;
  height: 3px;
  background: rgba(39,53,140,.34);
}
.product-category-row strong {
  font-size: 20px;
  line-height: 1.2;
}
.product-center-sections {
  background: #f4f8fc;
}
.product-center-block {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, .9fr) minmax(560px, 1.1fr);
  align-items: center;
  gap: clamp(46px, 6vw, 112px);
  min-height: 600px;
  padding: clamp(58px, 6.6vw, 88px) max(54px, calc((100vw - 1480px) / 2));
  overflow: hidden;
}
.product-center-block::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 78% 48%, rgba(255,255,255,.74), transparent 28%),
    linear-gradient(120deg, rgba(255,255,255,.68) 0 38%, rgba(216,228,240,.44) 38% 100%);
  pointer-events: none;
}
.product-center-block::after {
  position: absolute;
  right: -4vw;
  bottom: -14vw;
  width: min(560px, 40vw);
  height: min(560px, 40vw);
  content: "";
  border: 44px solid rgba(79,111,174,.08);
  border-radius: 50%;
  pointer-events: none;
}
.product-center-block:nth-child(even)::before {
  background:
    radial-gradient(circle at 26% 42%, rgba(255,255,255,.8), transparent 28%),
    linear-gradient(120deg, rgba(221,231,243,.5) 0 54%, rgba(255,255,255,.72) 54% 100%);
}
.product-center-block-reverse {
  grid-template-columns: minmax(560px, 1.1fr) minmax(420px, .9fr);
}
.product-center-block-reverse .product-center-copy {
  order: 2;
}
.product-center-block-reverse .product-center-media {
  order: 1;
}
.product-center-copy,
.product-center-media {
  position: relative;
  z-index: 1;
}
.product-center-media-custom-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 26px;
  box-sizing: border-box;
}
@media (min-width: 981px) {
  #sigma-center .product-center-media-custom-image {
    transform: translateX(7%) scale(1.24);
    transform-origin: center;
  }
}
.product-center-copy {
  max-width: 620px;
}
.product-center-index {
  display: block;
  margin-bottom: 24px;
  color: rgba(39,53,140,.16);
  font-size: clamp(76px, 7vw, 118px);
  font-weight: 800;
  line-height: .72;
}
.product-center-copy .section-kicker {
  margin: 0 0 16px;
}
.product-center-copy h2 {
  margin: 0 0 24px;
  color: #05070a;
  font-size: clamp(44px, 4.8vw, 76px);
  line-height: .96;
  text-transform: uppercase;
}
.product-center-copy > p:not(.section-kicker) {
  max-width: 590px;
  margin: 0 0 28px;
  color: #344254;
  font-size: 17px;
  line-height: 1.78;
}
.product-center-actions,
.product-center-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.product-center-actions {
  margin: 34px 0 22px;
}
.product-center-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 146px;
  height: 44px;
  padding: 0 22px;
  border: 1px solid var(--orange);
  color: var(--orange);
  font-weight: 800;
  text-decoration: none;
}
.product-center-actions a:first-child {
  background: var(--orange);
  color: #fff;
}
.product-center-actions a:hover {
  transform: translateY(-2px);
}
.product-center-links a {
  padding: 9px 12px;
  border: 1px solid rgba(39,53,140,.18);
  background: rgba(255,255,255,.62);
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.product-center-links a:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.product-center-media {
  display: grid;
  place-items: center;
  min-height: 390px;
  background:
    linear-gradient(135deg, rgba(39,53,140,.62), rgba(240,131,23,.68)),
    linear-gradient(180deg, #eef3f8, #d9e1ea);
  box-shadow: 0 30px 78px rgba(21,31,45,.14);
  color: rgba(255,255,255,.88);
  text-decoration: none;
  overflow: hidden;
}
.product-center-media.has-image {
  background: #eef3f8;
}
.product-center-media.has-image::before,
.product-center-media.has-image::after {
  display: none;
}
.product-center-media::before {
  position: absolute;
  inset: 34px;
  content: "";
  border: 1px solid rgba(255,255,255,.5);
}
.product-center-media::after {
  position: absolute;
  right: 13%;
  top: 16%;
  width: 130px;
  height: 130px;
  content: "";
  border: 2px solid rgba(255,255,255,.46);
  border-radius: 50%;
}
.product-center-media span {
  position: relative;
  z-index: 1;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.product-center-media:hover {
  transform: translateY(-4px);
  box-shadow: 0 36px 92px rgba(21,31,45,.18);
}
.service-grid small {
  color: var(--steel);
  font-size: 15px;
}
.service-grid span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  background: var(--blue);
  color: var(--white);
}

.service-hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(42px, 5vw, 82px);
  align-items: end;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0 54px;
}
.service-hub-hero h1 {
  max-width: 860px;
  margin-bottom: 20px;
  font-size: clamp(40px, 4.3vw, 72px);
  line-height: .98;
}
.service-hub-hero p:last-child {
  max-width: 850px;
  color: var(--steel);
  font-size: 18px;
}
.service-hub-hero aside {
  display: grid;
  gap: 1px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(39,53,140,.92), rgba(79,111,174,.82)),
    var(--blue);
  color: var(--white);
}
.service-hub-hero aside strong {
  padding: 12px 14px 16px;
  font-size: 22px;
}
.service-hub-hero aside span {
  padding: 13px 14px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.92);
  font-size: 15px;
}
.service-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 94px;
  border-top: 4px solid var(--orange);
  background: var(--line);
  gap: 1px;
}
.service-hub-grid a {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 255px;
  padding: 32px 30px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.service-hub-grid a:nth-child(even) {
  background: #fbf6ef;
}
.service-hub-grid a:hover {
  z-index: 2;
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 20px 46px rgba(12,24,42,.12);
}
.service-hub-grid span {
  margin-bottom: 28px;
  color: var(--orange);
  font-size: 34px;
  font-weight: 800;
  line-height: .9;
}
.service-hub-grid strong {
  max-width: 290px;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.12;
}
.service-hub-grid p {
  max-width: 310px;
  margin: 0;
  color: var(--steel);
  font-size: 16px;
  line-height: 1.52;
}

.application-page {
  padding-top: 20px;
}
.application-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(184px, 1fr));
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.application-grid.full {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  overflow: visible;
}
.application-grid a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 330px;
  padding: 30px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.78)),
    linear-gradient(135deg, color-mix(in srgb, var(--tone) 82%, white), #111318);
  text-decoration: none;
  overflow: hidden;
}
.application-grid a::before {
  position: absolute;
  inset: 18px;
  content: "";
  border: 1px solid rgba(255,255,255,.34);
}
.application-grid a::after {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 62px;
  height: 62px;
  content: "";
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
}
.application-grid a:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(0,0,0,.16);
}
.application-grid strong,
.application-grid span {
  position: relative;
  z-index: 2;
}
.application-grid strong {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.12;
}
.application-grid span {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  line-height: 1.35;
}
.application-grid em {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
  font-style: normal;
  white-space: nowrap;
}

.home-applications .section-head {
  max-width: 880px;
  margin-left: 0;
  margin-bottom: 34px;
}
.home-applications .section-head h1,
.home-applications .section-head h2 {
  font-size: clamp(44px, 4.4vw, 74px);
  line-height: .98;
}
.applications-directory {
  width: min(1780px, calc(100% - 72px));
  padding-top: 92px;
  padding-bottom: 88px;
}
.applications-directory .section-head {
  margin-bottom: 42px;
}
.applications-directory .section-head p {
  max-width: 780px;
  color: var(--steel);
  font-size: 18px;
}
.applications-wall-section {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 820px;
  padding: 88px clamp(42px, 6vw, 122px) 104px;
  background:
    linear-gradient(90deg, rgba(248,250,252,.42) 0%, rgba(248,250,252,.22) 42%, rgba(248,250,252,.04) 100%),
    linear-gradient(180deg, rgba(248,250,252,.18), rgba(231,239,247,.16)),
    url("assets/applications-industrial-bg.png") center top / cover no-repeat;
  box-sizing: border-box;
}
.applications-wall-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0) 58%, rgba(255,255,255,.08)),
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.28), transparent 24%);
  pointer-events: none;
}
.applications-wall-section .section-head {
  max-width: 860px;
  margin: 0 0 42px;
}
.applications-wall-section .section-head h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 4.4vw, 70px);
  line-height: 1;
}
.applications-page .application-grid.full {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  overflow: visible;
}
.applications-page .application-grid.full a {
  isolation: isolate;
  min-height: 320px;
  padding: 32px 34px;
  align-items: flex-start;
  justify-content: flex-end;
  background: var(--tone);
  border: 0;
  box-shadow: 0 20px 58px rgba(24,35,49,.18);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.applications-page .application-grid.full a::before {
  inset: 0;
  z-index: -2;
  border: 0;
  background:
    linear-gradient(180deg, rgba(8,13,20,.05), rgba(8,13,20,.55)),
    radial-gradient(circle at 70% 18%, rgba(255,255,255,.35), transparent 14%),
    linear-gradient(135deg, color-mix(in srgb, var(--tone) 78%, #ffffff), #07101a 88%);
  transform: scale(1);
  transition: transform 360ms ease, filter 260ms ease;
}
.applications-page .application-grid.full a.has-card-image::before {
  z-index: 2;
  background: linear-gradient(180deg, rgba(8,13,20,.04), rgba(8,13,20,.62)) !important;
}
.applications-page .application-grid.full a.has-card-image::after {
  z-index: 2;
}
.applications-page .application-grid.full .application-card-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.applications-page .application-grid.full a.has-card-image > strong,
.applications-page .application-grid.full a.has-card-image > span {
  z-index: 3;
}
.applications-page .application-grid.full a::after {
  inset: 0;
  top: auto;
  right: auto;
  width: 100%;
  height: 58%;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, transparent, rgba(3,8,14,.74));
  pointer-events: none;
}
.applications-page .application-grid.full a:hover,
.applications-page .application-grid.full a:focus {
  transform: translateY(-3px);
  box-shadow: 0 26px 62px rgba(24,35,49,.18);
}
.applications-page .application-grid.full a:hover::before,
.applications-page .application-grid.full a:focus::before {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}
.applications-page .application-grid.full strong {
  max-width: 360px;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 500;
  line-height: 1.12;
  text-shadow: 0 2px 14px rgba(0,0,0,.24);
}
.applications-page .application-grid.full .split-title {
  display: inline-grid;
  justify-items: start;
}
.applications-page .application-grid.full .split-title span {
  display: block;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.applications-page .application-grid.full .split-title span:nth-child(2) {
  width: var(--amp-line-width, auto);
  text-align: center;
}
.applications-page .application-grid.full a > span {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 420px;
  opacity: .94;
  transform: none;
}
.applications-page .application-grid.full em {
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.36);
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
}
.applications-page .application-grid.full a:nth-child(1)::before {
  background:
    linear-gradient(180deg, rgba(8,13,20,.04), rgba(8,13,20,.62)),
    radial-gradient(circle at 72% 24%, rgba(255,207,160,.32), transparent 16%),
    linear-gradient(135deg, #946337, #101720 82%);
}
.applications-page .application-grid.full a:nth-child(2)::before {
  background:
    linear-gradient(180deg, rgba(8,13,20,.02), rgba(8,13,20,.64)),
    radial-gradient(circle at 70% 20%, rgba(125,149,230,.42), transparent 16%),
    linear-gradient(135deg, #4d5c9c, #08111d 84%);
}
.applications-page .application-grid.full a:nth-child(3)::before {
  background:
    linear-gradient(180deg, rgba(8,13,20,.03), rgba(8,13,20,.64)),
    radial-gradient(circle at 72% 24%, rgba(255,225,190,.28), transparent 15%),
    linear-gradient(135deg, #6d533f, #111013 84%);
}
.applications-page .application-grid.full a:nth-child(4)::before {
  background:
    linear-gradient(180deg, rgba(8,13,20,.03), rgba(8,13,20,.64)),
    radial-gradient(circle at 72% 24%, rgba(170,210,198,.3), transparent 15%),
    linear-gradient(135deg, #607f76, #081217 84%);
}
.applications-page .application-grid.full a:nth-child(5)::before {
  background:
    linear-gradient(180deg, rgba(8,13,20,.02), rgba(8,13,20,.64)),
    radial-gradient(circle at 72% 24%, rgba(242,154,193,.34), transparent 15%),
    linear-gradient(135deg, #924f73, #100b16 84%);
}
.applications-page .application-grid.full a:nth-child(6)::before {
  background:
    linear-gradient(180deg, rgba(8,13,20,.02), rgba(8,13,20,.66)),
    radial-gradient(circle at 72% 24%, rgba(255,255,255,.2), transparent 15%),
    linear-gradient(135deg, #3b434b, #05070a 84%);
}
.applications-page .application-grid.full a:nth-child(7)::before {
  background:
    linear-gradient(180deg, rgba(8,13,20,.02), rgba(8,13,20,.64)),
    radial-gradient(circle at 72% 24%, rgba(135,186,226,.32), transparent 15%),
    linear-gradient(135deg, #3e627d, #06111b 84%);
}
.application-support {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 34px;
  align-items: center;
  width: min(1660px, calc(100% - 84px));
  margin: 0 auto 92px;
  padding: 34px 0 0;
  border-top: 0;
}
.application-support::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 4px;
  content: "";
  background: var(--blue);
  transform: translateX(-50%);
}
.application-support h2 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(32px, 3vw, 50px);
  line-height: 1.05;
}
.application-support p:last-child {
  max-width: 720px;
  color: var(--steel);
  font-size: 16px;
  line-height: 1.58;
}
.application-support > a {
  display: flex;
  min-height: 54px;
  align-self: center;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
}
.home-applications .application-grid.full {
  display: flex;
  grid-template-columns: none;
  gap: 12px;
  width: 100%;
  min-height: 560px;
  overflow: hidden;
}
.home-applications .application-grid.full a {
  --card-image: radial-gradient(circle at 68% 22%, color-mix(in srgb, var(--tone) 48%, white), transparent 18%);
  flex: 1 1 0;
  min-width: 0;
  min-height: 560px;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  background:
    linear-gradient(180deg, rgba(5,10,16,.04), rgba(5,10,16,.82)),
    var(--card-image),
    linear-gradient(135deg, color-mix(in srgb, var(--tone) 74%, #dfe6ec), #121720 72%);
  background-position: center;
  background-size: cover;
  transition: flex 360ms ease, padding 260ms ease, transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}
.home-applications .application-grid.full a:first-child {
  flex: 1.7 1 0;
}
.home-applications .application-grid.full:hover a,
.home-applications .application-grid.full:focus-within a {
  flex: .82 1 0;
  align-items: center;
  justify-content: center;
  filter: saturate(.82) brightness(.88);
}
.home-applications .application-grid.full a:hover,
.home-applications .application-grid.full a:focus {
  flex: 2.7 1 0;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 42px 48px 54px;
  filter: none;
  transform: translateY(0);
  box-shadow: 0 28px 70px rgba(0,0,0,.2);
}
.home-applications .application-grid.full a::before,
.home-applications .application-grid.full a::after {
  display: none;
}
.home-applications .application-grid.full strong {
  max-width: 150px;
  margin-bottom: 0;
  font-size: clamp(18px, 1.2vw, 22px);
  font-weight: 500;
  line-height: 1.18;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0,0,0,.28);
  transition: max-width 260ms ease, margin 260ms ease, font-size 260ms ease, transform 280ms ease;
}
.home-applications .application-grid.full .split-title {
  display: inline-grid;
  justify-items: center;
}
.home-applications .application-grid.full .split-title span {
  display: block;
  flex-wrap: nowrap;
  gap: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.home-applications .application-grid.full .split-title span:nth-child(2) {
  width: var(--amp-line-width, auto);
  text-align: center;
}
.home-applications .application-grid.full:hover a:not(:hover),
.home-applications .application-grid.full:focus-within a:not(:focus) {
  padding-right: 20px;
  padding-left: 20px;
}
.home-applications .application-grid.full a:hover strong,
.home-applications .application-grid.full a:focus strong {
  align-self: flex-start;
  max-width: 360px;
  margin-bottom: 18px;
  font-size: clamp(25px, 1.9vw, 32px);
  font-weight: 500;
  text-align: left;
}
.home-applications .application-grid.full a:hover .split-title,
.home-applications .application-grid.full a:focus .split-title {
  justify-items: start;
}
.home-applications .application-grid.full a:hover .split-title span:nth-child(2),
.home-applications .application-grid.full a:focus .split-title span:nth-child(2) {
  width: auto;
  text-align: left;
}
.home-applications .application-grid.full a:hover strong,
.home-applications .application-grid.full a:focus strong {
  transform: none;
}
.home-applications .application-grid.full a > span {
  position: absolute;
  max-width: 390px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 260ms ease, transform 260ms ease;
}
.home-applications .application-grid.full:hover a:not(:hover) > span,
.home-applications .application-grid.full:focus-within a:not(:focus) > span {
  opacity: 0;
  transform: translateY(18px);
}
.home-applications .application-grid.full a:hover > span,
.home-applications .application-grid.full a:focus > span {
  position: relative;
  align-self: flex-start;
  opacity: 1;
  transform: translateY(0);
}
.home-applications .application-grid.full em {
  background: rgba(255,255,255,.11);
  backdrop-filter: blur(8px);
}

.evidence-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 86px;
}
.evidence-copy {
  max-width: 680px;
  margin-bottom: 28px;
}
.evidence-copy p:last-child { color: var(--steel); }
.evidence-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.evidence-row figure {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
}
.evidence-row img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.evidence-row figcaption {
  padding: 14px 16px;
  color: var(--steel);
  font-weight: 800;
}

.about-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  border-top: 1px solid var(--line);
}
@media (min-width: 981px) {
  .about-section > div:first-child {
    margin-top: 96px;
  }
}
.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: clamp(40px, 5vw, 78px);
  align-items: end;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0 54px;
}
.about-hero h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(40px, 4.3vw, 72px);
  line-height: .98;
}
.about-hero p:last-child {
  max-width: 820px;
  color: var(--steel);
  font-size: 18px;
}
.about-hero aside {
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(240,131,23,.12), rgba(79,111,174,.12)),
    var(--white);
  border-top: 5px solid var(--orange);
}
.about-hero aside strong,
.about-hero aside span {
  display: block;
}
.about-hero aside strong {
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 38px;
  line-height: 1;
}
.about-hero aside span {
  color: var(--steel);
  font-weight: 700;
  line-height: 1.35;
}
.about-copy {
  color: var(--steel);
  font-size: 18px;
}

.news-strip {
  padding-top: 64px;
}
.news-grid.compact article {
  min-height: 190px;
}
.news-grid p { color: var(--steel); }
.news-grid a {
  color: var(--orange);
  font-weight: 800;
}
.home-news {
  --news-gap: clamp(34px, 3vw, 54px);
  width: min(1660px, calc(100% - 72px));
  margin: 0 auto;
  padding-bottom: 72px;
}
.home-news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 44px;
}
.home-news-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 3.2vw, 52px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.home-news-tabs {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.home-news-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 42px;
  padding: 0 22px;
  border: 1px solid #b9c0ca;
  border-radius: 999px;
  color: #697382;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}
.home-news-tabs a.active,
.home-news-tabs a:hover {
  border-color: var(--orange);
  background: rgba(240,131,23,.06);
  color: var(--orange);
}
.home-news-viewport {
  overflow: hidden;
}
.home-news-grid {
  display: flex;
  gap: var(--news-gap);
  align-items: stretch;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.home-news-grid::-webkit-scrollbar {
  display: none;
}
.home-news-grid article,
.home-news-grid a {
  min-width: 0;
}
.home-news-grid article {
  flex: 0 0 calc((100% - (var(--news-gap) * 2)) / 3);
  background: transparent;
  scroll-snap-align: start;
}
.home-news-grid a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.home-news-thumb {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  aspect-ratio: 1.68 / 1;
  margin-bottom: 28px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(36,49,116,.18), rgba(240,131,23,.18)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.34) 0 1px, transparent 1px 80px),
    linear-gradient(135deg, #d8dee8, #eef2f7 46%, #c6d0de);
}
.home-news-thumb::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(115deg, rgba(255,255,255,.78) 0 30%, transparent 31% 58%, rgba(36,49,116,.16) 59%),
    radial-gradient(circle at 82% 18%, rgba(240,131,23,.34), transparent 18%);
  opacity: .75;
}
.home-news-thumb::after {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 112px;
  height: 56px;
  content: "";
  border: 1px solid rgba(255,255,255,.68);
  background: rgba(255,255,255,.22);
  transform: skewX(-18deg);
}
.home-news-thumb span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 18px 22px;
  background: linear-gradient(90deg, rgba(36,49,116,.82), rgba(36,49,116,.22));
  color: var(--white);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.thumb-pdi {
  background:
    linear-gradient(135deg, rgba(36,49,116,.26), rgba(240,131,23,.12)),
    repeating-linear-gradient(0deg, rgba(255,255,255,.28) 0 1px, transparent 1px 70px),
    linear-gradient(135deg, #cfd8e5, #f4f6f9 52%, #b8c4d4);
}
.thumb-trial {
  background:
    linear-gradient(135deg, rgba(240,131,23,.22), rgba(36,49,116,.14)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.3) 0 1px, transparent 1px 76px),
    linear-gradient(135deg, #e2e5ea, #f7f8fa 48%, #cbd5e3);
}
.thumb-sop {
  background:
    linear-gradient(135deg, rgba(36,49,116,.28), rgba(240,131,23,.1)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.32) 0 1px, transparent 1px 72px),
    linear-gradient(135deg, #cad4e2, #f4f7fb 50%, #bcc8d8);
}
.thumb-loading {
  background:
    linear-gradient(135deg, rgba(240,131,23,.2), rgba(36,49,116,.2)),
    repeating-linear-gradient(0deg, rgba(255,255,255,.28) 0 1px, transparent 1px 64px),
    linear-gradient(135deg, #dfe4ec, #f8f8f8 48%, #c5cfdd);
}
.thumb-certificate {
  background:
    linear-gradient(135deg, rgba(36,49,116,.2), rgba(240,131,23,.16)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.28) 0 1px, transparent 1px 68px),
    linear-gradient(135deg, #d5dde8, #f4f6f9 50%, #bdc9d9);
}
.home-news-grid time {
  display: block;
  margin: 0 0 18px;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.35;
}
.home-news-grid h3 {
  display: -webkit-box;
  min-height: 68px;
  margin: 0 0 22px;
  overflow: hidden;
  color: #242424;
  font-size: clamp(24px, 1.55vw, 30px);
  font-weight: 500;
  line-height: 1.28;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 180ms ease;
}
.home-news-grid p {
  display: -webkit-box;
  min-height: 48px;
  margin: 0;
  overflow: hidden;
  color: #66707d;
  font-size: 16px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-news-grid article:hover h3 {
  color: var(--orange);
}
.news-directory {
  width: min(1660px, calc(100% - 72px));
  margin: 0 auto;
  padding: 86px 0 96px;
}
.news-directory-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 46px;
}
.news-directory-head h1 {
  margin-bottom: 14px;
  font-size: clamp(42px, 4.4vw, 76px);
  line-height: .98;
}
.news-directory-head p:last-child {
  max-width: 760px;
  color: var(--steel);
  font-size: 18px;
}
.news-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 3vw, 54px);
}
.news-directory-grid article,
.news-directory-grid a {
  min-width: 0;
}
.news-directory-grid a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.news-directory-grid .home-news-thumb {
  margin-bottom: 26px;
}
.news-directory-grid time {
  display: block;
  margin-bottom: 18px;
  color: #28323d;
  font-size: 14px;
}
.news-directory-grid h2 {
  max-width: 520px;
  margin-bottom: 18px;
  color: #2b2d31;
  font-size: clamp(23px, 1.55vw, 30px);
  line-height: 1.24;
  text-transform: none;
}
.news-directory-grid p {
  max-width: 520px;
  color: #626a72;
  font-size: 16px;
}
.news-directory-grid article:hover h2 {
  color: var(--orange);
}
.home-news-axis {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 30px;
  width: min(1320px, calc(100% - 190px));
  margin: 58px auto 0;
  color: #343434;
}
.axis-prev,
.axis-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #333;
  cursor: pointer;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}
.axis-prev:disabled,
.axis-next:disabled {
  cursor: default;
  opacity: .28;
}
.axis-line {
  position: relative;
  display: block;
  height: 18px;
  cursor: grab;
  touch-action: none;
}
.axis-line::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  height: 2px;
  content: "";
  background: #c4c8cf;
}
.axis-line i {
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: var(--news-progress, 0%);
  height: 2px;
  background: var(--orange);
  pointer-events: none;
}
.axis-line b {
  position: absolute;
  left: var(--news-progress, 0%);
  top: 50%;
  width: 20px;
  height: 20px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 8px 20px rgba(240,131,23,.28);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.axis-line.is-dragging {
  cursor: grabbing;
}

.contact-section {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 46px;
  align-items: start;
}
.hint-box {
  padding: 24px;
  background: var(--blue);
  color: var(--white);
}
.hint-box strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}
.hint-box p { color: rgba(255,255,255,.86); }
.hint-box small { color: rgba(255,255,255,.72); }
address {
  margin-top: 28px;
  color: var(--steel);
  font-style: normal;
}
address a { color: var(--blue); }

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 28px;
  background: var(--white);
  border-top: 6px solid var(--orange);
  box-shadow: 0 22px 70px rgba(0,0,0,.12);
}
.inquiry-form label {
  display: grid;
  gap: 7px;
  color: #4b535a;
  font-size: 14px;
  font-weight: 700;
}
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fafafa;
  color: var(--ink);
  font: inherit;
}
.volume-field,
.power-field,
.file-field,
.message-field,
.inquiry-form button { grid-column: 1 / -1; }
.volume-field > span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}
.power-field > span {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 14px;
  align-items: center;
}
.unit-input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: stretch;
}
.unit-input input {
  border-right: 0;
}
.unit-input b {
  display: grid;
  place-items: center;
  min-height: 45px;
  border: 1px solid var(--line);
  background: #f0f1f2;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}
.check {
  display: inline-flex !important;
  grid-auto-flow: column;
  align-items: center;
  gap: 8px !important;
  white-space: nowrap;
}
.check input { width: auto; }
.file-field small {
  color: var(--steel);
  font-weight: 500;
}
.custom-file-upload {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 48px;
  border: 1px solid var(--line);
  background: #fafafa;
  overflow: hidden;
}
.custom-file-upload input {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.file-button,
.file-name {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 14px;
}
.file-button {
  justify-content: center;
  background: var(--blue);
  color: var(--white);
  font-weight: 800;
}
.file-name {
  color: var(--steel);
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.floating-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: grid;
  gap: 8px;
}
.floating-contact a {
  min-width: 112px;
  padding: 11px 14px;
  background: var(--charcoal);
  color: var(--white);
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}
.floating-contact a:first-child { background: #1f8f5b; }
.floating-contact a:nth-child(2) { background: var(--blue); }
.floating-contact a:last-child { background: var(--orange); }
.home-page .floating-contact {
  opacity: 0;
  pointer-events: none;
  transform: translateX(16px);
  transition: opacity 180ms ease, transform 180ms ease;
}
.home-page.floating-contact-visible .floating-contact {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.site-footer {
  display: grid;
  grid-template-columns: 190px minmax(420px, 1fr) minmax(170px, 220px);
  column-gap: clamp(26px, 3vw, 44px);
  align-items: center;
  min-height: 176px;
  padding: 34px clamp(148px, 10vw, 210px) 34px clamp(42px, 5vw, 82px);
  background:
    linear-gradient(112deg, rgba(255,255,255,.28) 0 22%, transparent 22% 100%),
    linear-gradient(135deg, #eef4fb 0%, #e4edf8 48%, #d8e5f4 100%);
  color: #122033;
  border-top: 1px solid rgba(79,111,174,.18);
}
.site-footer img {
  width: 190px;
  height: 66px;
  padding: 0;
  background: transparent;
  object-fit: contain;
}
.site-footer p { margin: 0; }
.footer-brand-copy {
  justify-self: start;
  width: max-content;
  max-width: 100%;
  text-align: left;
}
.footer-company,
.footer-slogan {
  display: block;
  width: 100%;
  max-width: 100%;
}
.footer-company {
  color: #071424;
  font-weight: 800;
  font-size: 21px;
  line-height: 1.25;
  white-space: nowrap;
}
.footer-slogan {
  margin-top: 5px !important;
  color: #20388f;
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 21px;
  line-height: 1.25;
  text-align: center;
}
.site-footer nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-self: end;
  gap: 9px;
  min-width: 160px;
  margin-left: 0;
}
.site-footer a { text-decoration: none; }
.site-footer nav a {
  color: #10213a;
  font-size: 15px;
  font-weight: 600;
}
.site-footer nav a:hover {
  color: var(--orange);
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr);
  gap: 46px;
  align-items: end;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 78px 0 52px;
}
.detail-hero h1 {
  max-width: 760px;
}
.detail-hero p:last-child {
  max-width: 740px;
  color: var(--steel);
  font-size: 18px;
}
.detail-media {
  min-height: 320px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(240,131,23,.74), rgba(39,53,140,.78)),
    linear-gradient(180deg, #f3f4f4, #d9dee3);
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.84);
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.detail-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 340px;
  gap: 44px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 86px;
}
.detail-main,
.detail-side {
  display: grid;
  gap: 18px;
}
.detail-card {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
}
.detail-card h2,
.detail-card h3 {
  text-transform: none;
}
.detail-card h2 {
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 30px;
}
.detail-card p,
.detail-card li {
  color: var(--steel);
}
.detail-card ul {
  margin: 0;
  padding-left: 20px;
}
.detail-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.detail-links a {
  padding: 9px 12px;
  border: 1px solid var(--line);
  color: var(--blue);
  text-decoration: none;
  font-weight: 800;
}
.detail-links a:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.detail-cta {
  background: var(--blue);
  color: var(--white);
}
.detail-cta p {
  color: rgba(255,255,255,.84);
}
.detail-cta .button {
  margin-top: 8px;
}

.bachiller-product-page {
  background: var(--white);
}
.bachiller-hero {
  display: grid;
  grid-template-columns: 38% minmax(0, 62%);
  gap: 54px;
  width: min(1160px, calc(100% - 42px));
  margin: 0 auto;
  padding: 78px 0 44px;
  align-items: center;
}
.bachiller-product-image {
  display: grid;
  place-items: center;
  min-height: 360px;
  background:
    linear-gradient(135deg, rgba(39,53,140,.78), rgba(240,131,23,.72)),
    linear-gradient(180deg, #e9edf1, #d4dae0);
  color: rgba(255,255,255,.84);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bachiller-product-image.has-product-image,
.application-image,
.published-main-image.has-detail-image {
  overflow: hidden;
  background: #f4f6f7;
}
.bachiller-product-image.has-product-image,
.application-image,
.published-main-image.has-detail-image {
  min-height: 320px;
  height: min(440px, 36vw);
}
.bachiller-product-image.has-product-image img,
.application-image img,
.published-main-image.has-detail-image img {
  display: block;
  position: static;
  inset: auto;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}
.product-model {
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.bachiller-product-copy h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: #4c4c4c;
  font-size: clamp(34px, 3.7vw, 54px);
  font-weight: 500;
  line-height: 1.08;
  text-transform: none;
}
.product-subtitle {
  max-width: 720px;
  margin: 0 0 20px;
  color: var(--steel);
  font-size: 18px;
  line-height: 1.45;
}
.capacity-quote {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) 168px 294px;
  gap: 14px;
  align-items: stretch;
  max-width: 910px;
}
.capacity-quote p,
.capacity-quote a {
  min-height: 46px;
  margin: 0;
  display: flex;
  align-items: center;
}
.capacity-quote p {
  padding: 0 14px;
  background: #f2f2f2;
  color: var(--ink);
  font-size: 15px;
}
.capacity-quote a {
  justify-content: center;
  background: var(--orange);
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.capacity-quote .products-list-button {
  background: var(--blue);
}
.bachiller-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 285px;
  gap: 38px;
  width: min(1160px, calc(100% - 42px));
  margin: 0 auto;
  padding: 44px 0 94px;
  align-items: start;
}
.bachiller-main-copy {
  max-width: 850px;
  color: #3f454b;
  font-size: 16px;
  line-height: 1.5;
}
.bachiller-main-copy p {
  margin-bottom: 18px;
}
.product-accordions {
  display: grid;
  gap: 20px;
  margin-top: 38px;
}
.product-accordions details {
  background: #f7f7f7;
  border: 1px solid #ebebeb;
}
.product-accordions summary {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 20px;
  color: var(--orange);
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  list-style: none;
}
.product-accordions summary::-webkit-details-marker {
  display: none;
}
.product-accordions summary span {
  color: #555;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}
.product-accordions details[open] summary span {
  color: transparent;
  position: relative;
  transform: none;
}
.product-accordions details[open] summary span::after {
  position: absolute;
  inset: 0;
  color: #555;
  content: "-";
}
.product-accordions ul {
  margin: 0;
  padding: 0 28px 24px 62px;
  color: var(--steel);
}
.product-accordions li {
  margin-bottom: 8px;
}
.accordion-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0 22px 22px 62px;
}
.accordion-links a {
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  text-decoration: none;
}
.accordion-links strong,
.accordion-links small {
  display: block;
}
.accordion-links strong {
  margin-bottom: 5px;
  color: var(--blue);
}
.accordion-links small {
  color: var(--steel);
  line-height: 1.35;
}
.accordion-text {
  margin: 0;
  padding: 0 28px 24px 62px;
  color: var(--steel);
}
.bachiller-side-panel {
  padding-top: 6px;
}
.sidebar-kicker {
  margin-top: 26px;
}
.application-image {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(82,112,107,.76), rgba(240,131,23,.7)),
    linear-gradient(180deg, #e9edf1, #d4dae0);
}
.application-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.application-quote {
  grid-template-columns: minmax(0, 1fr) 260px;
}
.side-links {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}
.side-links a {
  padding: 11px 13px;
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  color: var(--blue);
  text-decoration: none;
  font-weight: 800;
}
.side-quote {
  display: block;
  padding: 16px;
  background: var(--blue);
  color: var(--white);
  text-align: center;
  text-decoration: none;
  font-weight: 800;
}
.product-list-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 22px;
  border: 2px solid var(--orange);
  color: var(--orange);
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
}
.product-list-cta:hover {
  background: var(--orange);
  color: var(--white);
}

.product-list-page {
  background: var(--paper);
}
.product-list-hero {
  width: min(1160px, calc(100% - 42px));
  margin: 0 auto;
  padding: 72px 0 42px;
}
.product-list-hero h1 {
  max-width: 900px;
  font-size: clamp(36px, 4vw, 58px);
}
.product-list-hero p:last-child {
  max-width: 780px;
  color: var(--steel);
  font-size: 18px;
}
.product-list-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
  width: min(1160px, calc(100% - 42px));
  margin: 0 auto;
  padding: 0 0 90px;
  align-items: start;
}
.published-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.published-product-grid article {
  display: grid;
  grid-template-rows: 190px 1fr;
  min-height: 410px;
  background: var(--white);
  border: 1px solid var(--line);
}
.published-product-media {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(39,53,140,.75), rgba(240,131,23,.7)),
    linear-gradient(180deg, #e9edf1, #d4dae0);
  color: rgba(255,255,255,.84);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.published-product-media img,
.published-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.published-product-media img {
  object-fit: contain;
  object-position: center;
}
.published-main-image.has-product-image {
  overflow: hidden;
  background: #f4f6f7;
}
.published-main-image.has-product-image img {
  object-fit: contain;
  object-position: center;
}
.published-product-empty {
  grid-column: 1 / -1;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--steel);
}
.published-product-copy {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  padding: 20px;
}
.published-product-copy > span {
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.published-product-copy h2 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.18;
  text-transform: none;
}
.published-product-copy p {
  color: var(--steel);
  font-size: 15px;
}
.published-product-actions {
  display: flex;
  gap: 10px;
}
.published-product-actions a {
  flex: 1;
  padding: 9px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
}
.published-product-actions a:first-child {
  background: var(--orange);
  color: var(--white);
}
.published-product-actions a:last-child {
  border: 1px solid var(--line);
  color: var(--blue);
}
.pagination-preview,
.product-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.pagination-preview a,
.pagination-preview span,
.product-tag-cloud a,
.product-tag-cloud span {
  padding: 8px 11px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--blue);
  text-decoration: none;
  font-weight: 700;
}
.product-list-sidebar {
  display: grid;
  gap: 18px;
}
.sidebar-block {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
}
.sidebar-block h2 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 24px;
  text-transform: none;
}
.sidebar-block > a:not(.side-quote) {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--blue);
  text-decoration: none;
  font-weight: 800;
}
.contact-block p {
  max-width: 240px;
  margin-inline: auto;
  color: var(--steel);
  font-size: 15px;
  text-align: center;
}
.contact-block {
  text-align: center;
}
.contact-block .side-quote {
  margin-inline: auto;
}

.published-product-copy h2 a {
  color: inherit;
  text-decoration: none;
}
.published-product-media {
  text-decoration: none;
}
.published-detail-page {
  background: var(--paper);
}
.published-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr);
  gap: 34px;
  width: min(1160px, calc(100% - 42px));
  margin: 0 auto;
  padding: 72px 0 44px;
  align-items: start;
}
.published-gallery {
  display: grid;
  gap: 12px;
}
.published-main-image {
  display: grid;
  place-items: center;
  min-height: 470px;
  background:
    linear-gradient(135deg, rgba(39,53,140,.76), rgba(240,131,23,.7)),
    linear-gradient(180deg, #e9edf1, #d4dae0);
  color: rgba(255,255,255,.86);
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.published-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.published-thumbs span {
  min-height: 82px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(39,53,140,.52), rgba(240,131,23,.48)),
    #e9edf1;
}
.published-summary {
  padding: 30px;
  background: var(--white);
  border-top: 5px solid var(--orange);
}
.published-summary h1 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(32px, 3.4vw, 48px);
  text-transform: none;
}
.published-summary > p:not(.section-kicker) {
  color: var(--steel);
  font-size: 17px;
}
.published-summary dl {
  display: grid;
  margin: 24px 0;
  border-top: 1px solid var(--line);
}
.published-summary dl div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.published-summary dt {
  color: var(--ink);
  font-weight: 800;
}
.published-summary dd {
  margin: 0;
  color: var(--steel);
}
.published-actions {
  display: flex;
  gap: 12px;
}
.published-actions a {
  flex: 1;
  padding: 12px 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
}
.published-actions a:first-child {
  background: var(--orange);
  color: var(--white);
}
.published-actions a:last-child {
  border: 1px solid var(--line);
  color: var(--blue);
}
.published-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
  width: min(1160px, calc(100% - 42px));
  margin: 0 auto;
  padding: 0 0 90px;
  align-items: start;
}
.published-article {
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
}
.published-article h2 {
  margin: 30px 0 14px;
  color: var(--blue);
  font-size: 28px;
  text-transform: none;
}
.published-article h2:first-child {
  margin-top: 0;
}
.published-article p,
.published-article li {
  color: var(--steel);
  font-size: 16px;
}
.published-article li {
  margin-bottom: 8px;
}
.published-product-detail-page .published-article table {
  width: 100%;
  margin: 22px 0 8px;
  border-collapse: collapse;
}
.published-product-detail-page .published-article th,
.published-product-detail-page .published-article td {
  padding: 13px 16px;
  border: 1px solid var(--line);
  text-align: center;
  vertical-align: middle;
}
.published-product-detail-page .published-article th {
  color: var(--ink);
  background: var(--paper);
  font-weight: 800;
}
.hm-component-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 28px;
}
.hm-component-grid div {
  display: grid;
  gap: 4px;
  padding: 18px 12px;
  border: 1px solid var(--line);
  color: var(--blue);
  background: var(--white);
  text-align: center;
}
.hm-component-grid strong {
  font-size: 15px;
}
.hm-component-grid span {
  color: var(--steel);
  font-size: 13px;
}
.hm-component-grid.hm-component-grid-visual {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.hm-component-grid figure {
  display: grid;
  gap: 10px;
  margin: 0;
  text-align: center;
}
.hm-component-grid figcaption {
  display: grid;
  gap: 4px;
  justify-items: center;
  text-align: center;
}
.hm-component-grid figcaption strong {
  text-transform: uppercase;
}
.hm-component-grid figure img {
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 8px;
  object-fit: contain;
  background: var(--paper);
}
.hm-reference-photo-grid,
.hm-document-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0 30px;
}
.hm-reference-photo-grid figure,
.hm-document-grid figure {
  margin: 0;
}
.hm-reference-photo-grid img,
.hm-document-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: var(--paper);
}
.hm-reference-photo-grid.hm-reference-photo-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hm-reference-photo-grid.hm-reference-photo-grid-two img {
  aspect-ratio: 2.15 / 1;
}
.hm-reference-photo-grid.hm-production-detail-grid img {
  aspect-ratio: 4 / 3;
}
.hm-product-decision-grid,
.hm-product-option-grid {
  display: grid;
  gap: 14px;
  margin: 24px 0 28px;
}
.hm-product-decision-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hm-product-option-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hm-product-decision-grid > div,
.hm-product-option-grid > div {
  border: 1px solid var(--line);
  padding: 18px;
  text-align: center;
}
.hm-product-decision-grid > div {
  border-top: 3px solid var(--orange);
  background: var(--panel);
}
.hm-product-decision-grid h3,
.hm-product-option-grid h3 {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 19px;
}
.hm-product-decision-grid p,
.hm-product-option-grid p {
  margin: 0;
  color: var(--steel);
}
.hm-product-trust-band {
  margin: 38px -34px -46px;
  padding: 38px 34px 43px;
  background: #142552;
  color: #fff;
}
.hm-product-trust-band h2,
.hm-product-trust-band h3 {
  color: #fff;
}
.hm-product-trust-band > p,
.hm-product-trust-band article p {
  color: #d8e3f7;
}
.hm-product-trust-band > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}
.hm-product-trust-band article {
  border: 1px solid rgba(255, 255, 255, 0.26);
  padding: 18px;
  text-align: center;
}
.hm-product-trust-band article h3 {
  margin-bottom: 8px;
  font-size: 18px;
}
.hm-product-trust-band article p {
  margin: 0;
}
.hm-inline-reference-photo {
  max-width: 760px;
  margin: 20px 0 32px;
}
.hm-inline-reference-photo img {
  display: block;
  width: 100%;
  max-height: 540px;
  object-fit: contain;
  background: var(--paper);
}
.hm-inline-reference-photo figcaption {
  padding-top: 9px;
  color: var(--steel);
  font-size: 13px;
  line-height: 1.55;
}
.hm-document-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hm-document-grid img {
  object-fit: contain;
  border: 1px solid var(--line);
}
.hm-reference-photo-grid figcaption,
.hm-document-grid figcaption,
.hm-inline-reference-photo figcaption {
  padding-top: 9px;
  color: var(--steel);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}
.hm-product-specification-note {
  text-align: center;
}
@media (max-width: 980px) {
  .hm-component-grid.hm-component-grid-visual {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hm-product-decision-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .hm-component-grid.hm-component-grid-visual,
  .hm-reference-photo-grid,
  .hm-document-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hm-reference-photo-grid.hm-reference-photo-grid-two {
    grid-template-columns: 1fr;
  }
  .hm-product-option-grid,
  .hm-product-trust-band > div {
    grid-template-columns: 1fr;
  }
  .hm-product-trust-band {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hm-reference-photo-grid figure:last-child {
    grid-column: 1 / -1;
  }
}
.hm-product-faq {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.hm-product-faq details {
  border-bottom: 1px solid var(--line);
}
.hm-product-faq summary {
  position: relative;
  padding: 16px 32px 16px 0;
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}
.hm-product-faq summary::-webkit-details-marker {
  display: none;
}
.hm-product-faq summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  color: var(--orange);
  font-size: 22px;
  line-height: 1;
}
.hm-product-faq details[open] summary::after {
  content: "-";
}
.hm-product-faq details p {
  margin: 0 0 16px;
}
.published-sidebar {
  display: grid;
  gap: 18px;
}

.service-detail-page {
  background: var(--paper);
}
.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
  align-items: end;
  width: min(1160px, calc(100% - 42px));
  margin: 0 auto;
  padding: 72px 0 44px;
}
.service-hero h1 {
  max-width: 850px;
}
.service-hero p:last-child {
  max-width: 760px;
  color: var(--steel);
  font-size: 18px;
}
.service-hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  width: 100%;
  background: var(--orange);
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
}
.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
  width: min(1160px, calc(100% - 42px));
  margin: 0 auto;
  padding: 0 0 90px;
  align-items: start;
}
.service-main {
  display: grid;
  gap: 24px;
}
.service-process,
.service-card-block,
.service-evidence {
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
}
.process-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}
.process-list article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 92px;
  background: var(--white);
}
.process-list span {
  display: grid;
  place-items: center;
  background: var(--blue);
  color: var(--white);
  font-weight: 800;
}
.process-list p {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 18px 22px;
  color: var(--steel);
}
.service-card-block h2,
.service-evidence h2 {
  color: var(--ink);
  font-size: 34px;
  text-transform: none;
}
.service-card-block p {
  color: var(--steel);
}
.service-evidence-grid {
  display: grid;
  gap: 18px;
}
.service-evidence-grid figure {
  margin: 0;
  border: 1px solid var(--line);
}
.service-evidence-grid img {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
}
.service-evidence-grid figcaption {
  padding: 14px 16px;
  color: var(--steel);
  font-weight: 800;
}
.service-cta-block {
  border-top: 5px solid var(--orange);
}
.service-sidebar {
  display: grid;
  gap: 18px;
}

@media (max-width: 1180px) {
  .site-header { grid-template-columns: minmax(250px, 1fr) auto auto; }
  .brand {
    gap: 16px;
  }
  .brand img {
    width: 170px;
    height: 64px;
  }
  .header-slogan {
    width: 170px;
    height: 64px;
    font-size: 16px;
  }
  .menu-toggle {
    justify-self: end;
    display: inline-flex;
    padding: 10px 12px;
    background: var(--white);
    border: 1px solid var(--line);
    font-weight: 800;
  }
  .main-nav {
    position: absolute;
    top: 95px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 22px 70px rgba(0,0,0,.16);
  }
  .main-nav.open { display: flex; }
  .main-nav > a,
  .nav-item > a {
    min-height: 44px;
    padding: 11px 12px;
  }
  .dropdown {
    position: static;
    display: none;
    width: auto;
    min-width: 0;
    max-width: none;
    padding: 10px 18px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .nav-item.open .dropdown { display: grid; }
  .product-menu { grid-template-columns: 1fr; }
  .quote-link { display: none; }
  .product-range-section {
    width: min(1180px, calc(100% - 48px));
  }
  .overview-grid,
  .equipment-grid,
  .home-equipment-grid,
  .quality-flow,
  .home-stats,
  .product-entry-grid,
  .service-grid,
  .evidence-row,
  .about-section,
  .about-hero,
  .news-grid,
  .contact-section,
  .bachiller-hero,
  .bachiller-body,
  .product-list-layout,
  .published-product-grid,
  .published-detail-hero,
  .published-detail-layout,
  .service-hero,
  .service-layout,
  .service-hub-hero,
  .application-grid.full,
  .detail-hero,
  .detail-layout { grid-template-columns: 1fr 1fr; }
  .service-hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer {
    grid-template-columns: 190px minmax(280px, 1fr);
    padding-right: 44px;
  }
  .site-footer nav {
    grid-column: 1 / -1;
    justify-self: start;
    display: flex;
    flex-flow: row wrap;
    gap: 10px 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(79,111,174,.22);
  }
  .section.home-quality {
    grid-template-columns: 1fr;
    padding: 64px 32px 76px;
  }
  .home-news {
    width: min(100% - 48px, 1180px);
  }
  .home-news-grid {
    gap: 38px 30px;
  }
  .home-news-grid article {
    flex-basis: calc((100% - 30px) / 2);
  }
  .news-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-news-axis {
    width: min(720px, calc(100% - 52px));
  }
  .quality-visual {
    min-height: 320px;
  }
  .quality-visual img {
    width: min(680px, 92vw);
    max-width: 100%;
    transform: none;
  }
  .floating-contact {
    left: 16px;
    right: 16px;
    bottom: 12px;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .floating-contact a {
    min-width: 0;
    padding: 13px 8px;
  }
  body {
    padding-bottom: 70px;
  }
  .industrial-stage {
    right: -80px;
    width: 430px;
    height: 430px;
    opacity: .7;
  }
  .media-label {
    display: none;
  }
  .product-showcase {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .product-showcase-copy {
    padding: 58px 32px 24px;
  }
  .product-showcase-copy h1,
  .product-showcase-copy h2 {
    font-size: clamp(42px, 8vw, 70px);
  }
  .product-showcase-visual {
    min-height: 380px;
    padding: 8px 32px 96px;
  }
  .product-ghost-title {
    top: auto;
    right: 32px;
    bottom: 306px;
    font-size: clamp(48px, 9vw, 86px);
  }
  .showcase-machine {
    width: min(480px, 76vw);
    margin: 80px auto 0;
  }
  .product-counter {
    left: 32px;
    bottom: 30px;
  }
  .section.home-applications {
    width: 100%;
    padding: 62px 20px 76px;
  }
  .home-applications .application-grid.full {
    min-height: 460px;
    overflow-x: auto;
    padding-bottom: 14px;
  }
  .home-applications .application-grid.full a,
  .home-applications .application-grid.full a:first-child,
  .home-applications .application-grid.full:hover a,
  .home-applications .application-grid.full:focus-within a {
    flex: 0 0 300px;
    min-height: 460px;
    filter: none;
  }
  .home-applications .application-grid.full a:hover,
  .home-applications .application-grid.full a:focus {
    flex-basis: 380px;
  }
}

@media (max-width: 720px) {
  .topbar { display: none; }
  .site-header {
    top: 0;
    grid-template-columns: 1fr auto;
    padding: 10px 16px;
  }
  .brand img {
    width: 156px;
    height: 56px;
  }
  .header-slogan {
    display: none;
  }
  .main-nav { top: 77px; }
  h1 {
    font-size: 33px;
    line-height: 1.12;
  }
  h2 {
    font-size: 28px;
  }
  .page-hero h1,
  .product-list-hero h1,
  .published-summary h1,
  .published-detail-hero h1,
  .service-hero h1,
  .bachiller-copy h1 {
    font-size: 32px;
    line-height: 1.14;
  }
  body {
    padding-bottom: 48px;
  }
  .hero {
    min-height: 680px;
  }
  .home-hero::before {
    mask-image: none;
    opacity: .28;
  }
  .home-hero::after,
  .industrial-stage {
    display: none;
  }
  .hero-media::after {
    background: linear-gradient(180deg, rgba(17,19,24,.9), rgba(17,19,24,.7), rgba(17,19,24,.55));
  }
  .hero-industrial-media.has-video::after {
    background: linear-gradient(180deg, rgba(17,19,24,.88), rgba(17,19,24,.7), rgba(17,19,24,.58));
  }
  .hero-media img {
    filter: grayscale(.2) contrast(1.08) brightness(.78);
  }
  .hero-content {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 54px 0 78px;
  }
  .hero-content h1 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 1.04;
  }
  .hero-seo-line {
    margin-bottom: 24px;
    font-size: 25px;
    line-height: 1.1;
  }
  .hero-lead {
    font-size: 16px;
    line-height: 1.58;
  }
  .section-kicker {
    font-size: 13px;
    letter-spacing: .14em;
  }
  .hero-actions {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
  }
  .hero-actions .button {
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 13px 16px;
  }
  .hero-proof {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 28px;
  }
  .hero-proof span {
    min-height: 58px;
    padding: 10px 12px;
    font-size: 11px;
  }
  .hero-proof strong {
    font-size: 16px;
  }
  .product-range-section {
    width: calc(100% - 32px);
  }
  .overview-grid,
  .equipment-grid,
  .home-equipment-grid,
  .quality-flow,
  .home-stats,
  .product-entry-grid,
  .service-grid,
  .evidence-row,
  .about-section,
  .about-hero,
  .news-grid,
  .contact-section,
  .inquiry-form,
  .site-footer,
  .bachiller-hero,
  .bachiller-body,
  .capacity-quote,
  .accordion-links,
  .product-list-layout,
  .published-product-grid,
  .published-detail-hero,
  .published-detail-layout,
  .service-hero,
  .service-layout,
  .service-hub-hero,
  .service-hub-grid,
  .application-grid.full,
  .detail-hero,
  .detail-layout { grid-template-columns: 1fr; }
  .service-hub-hero {
    padding: 56px 0 34px;
  }
  .service-hub-hero aside {
    max-width: 420px;
  }
  .service-hub-grid a {
    min-height: 220px;
    padding: 26px 22px;
  }
  .service-hub-grid span {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .bachiller-hero {
    gap: 26px;
    width: calc(100% - 28px);
    padding: 46px 0 28px;
  }
  .bachiller-product-image {
    min-height: 280px;
  }
  .bachiller-body {
    width: calc(100% - 28px);
    padding: 30px 0 72px;
  }
  .product-list-hero,
  .product-list-layout,
  .published-detail-hero,
  .published-detail-layout,
  .service-hero,
  .service-layout {
    width: calc(100% - 28px);
  }
  .process-list article {
    grid-template-columns: 58px minmax(0, 1fr);
  }
  .published-main-image {
    min-height: 320px;
  }
  .published-summary dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .published-actions {
    flex-direction: column;
  }
  .published-actions a {
    min-width: 0;
  }
  .published-service-detail-page .published-summary {
    min-width: 0;
  }
  .published-service-detail-page .published-summary h1,
  .published-service-detail-page .published-summary p {
    overflow-wrap: anywhere;
  }
  .published-service-detail-page .published-summary h1 {
    font-size: 28px;
  }
  .published-service-detail-page .published-summary,
  .published-service-detail-page .published-gallery,
  .published-service-detail-page .published-main-image {
    width: 100%;
    max-width: 100%;
  }
  .product-accordions summary {
    padding: 0 14px;
  }
  .product-accordions ul,
  .accordion-links,
  .accordion-text {
    padding-left: 42px;
  }
  .product-showcase {
    min-height: auto;
    grid-template-columns: 1fr;
    background:
      linear-gradient(105deg, rgba(255,255,255,.18) 0 42%, transparent 42% 100%),
      linear-gradient(120deg, #dce3e8, #c4ced7);
  }
  .product-showcase-copy {
    padding: 42px 16px 22px;
  }
  .product-showcase-copy h1,
  .product-showcase-copy h2 {
    margin-bottom: 24px;
    font-size: 38px;
  }
  .product-tabs {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin-bottom: 24px;
  }
  .product-tabs button {
    grid-template-columns: 86px minmax(0, 1fr);
    grid-template-rows: 1fr;
    justify-items: start;
    min-height: 68px;
    padding: 10px 14px;
    font-size: 14px;
  }
  .product-tab-image {
    width: 74px;
    height: 50px;
  }
  .product-panel {
    width: 100%;
  }
  .product-panel ul {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 16px;
  }
  .product-panel li {
    font-size: 16px;
  }
  .product-more {
    font-size: 16px;
  }
  .product-showcase-visual {
    min-height: 312px;
    padding: 4px 16px 76px;
  }
  .product-ghost-title {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0 0 10px;
    font-size: 42px;
    white-space: normal;
  }
  .showcase-machine {
    width: min(330px, 88vw);
    margin: 18px auto 0;
  }
  .product-counter {
    left: 16px;
    bottom: 18px;
  }
  .product-counter strong {
    font-size: 72px;
  }
  .product-counter span {
    margin-top: 6px;
    font-size: 18px;
  }
  .product-entry-grid a {
    min-height: 420px;
    grid-template-rows: 220px auto auto auto;
  }
  .section.home-applications {
    width: 100%;
    padding: 54px 14px 70px;
  }
  .home-applications .application-grid.full {
    gap: 10px;
    min-height: 430px;
    overflow-x: auto;
  }
  .home-applications .application-grid.full a,
  .home-applications .application-grid.full a:first-child,
  .home-applications .application-grid.full:hover a,
  .home-applications .application-grid.full:focus-within a,
  .home-applications .application-grid.full a:hover,
  .home-applications .application-grid.full a:focus {
    flex: 0 0 78vw;
    min-height: 430px;
    padding: 26px;
    filter: none;
    box-shadow: none;
  }
  .home-applications .application-grid.full a > span,
  .home-applications .application-grid.full:hover a:not(:hover) > span,
  .home-applications .application-grid.full:focus-within a:not(:focus) > span {
    opacity: 1;
    transform: none;
  }
  .application-support {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
  }
  .news-directory {
    width: calc(100% - 28px);
    padding: 54px 0 76px;
  }
  .news-directory-head {
    flex-direction: column;
  }
  .news-directory-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .site-footer {
    row-gap: 18px;
    align-items: start;
    min-height: 0;
    padding: 28px 20px 82px;
    text-align: left;
  }
  .site-footer img {
    width: 156px;
    height: auto;
    justify-self: start;
  }
  .footer-brand-copy,
  .footer-company,
  .footer-slogan {
    width: 100%;
  }
  .footer-brand-copy {
    text-align: left;
  }
  .footer-company {
    max-width: 330px;
    font-size: 18px;
  }
  .footer-slogan {
    max-width: 330px;
    font-size: 18px;
    text-align: center;
  }
  .site-footer nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    gap: 8px 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(79,111,174,.24);
  }
  .site-footer nav a {
    padding: 4px 0;
    font-size: 14px;
  }
  .home-equipment-grid a,
  .quality-flow a {
    min-height: 250px;
    padding: 26px;
  }
  .section.home-quality {
    padding: 48px 14px 58px;
  }
  .quality-visual {
    min-height: 230px;
  }
  .quality-visual img {
    width: min(430px, 94vw);
    max-width: 100%;
    transform: none;
  }
  .home-quality .section-head h2 {
    font-size: 34px;
  }
  .quality-flow {
    margin-top: 34px;
  }
  .quality-flow a {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(36,49,116,.16);
  }
  .quality-flow a:last-child {
    border-bottom: 0;
  }
  .home-news {
    width: calc(100% - 28px);
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .home-news-head {
    display: block;
    margin-bottom: 30px;
  }
  .home-news-head h2 {
    margin-bottom: 18px;
    font-size: 34px;
  }
  .home-news-tabs {
    gap: 10px;
  }
  .home-news-tabs a {
    min-width: 0;
    height: 38px;
    padding: 0 16px;
    font-size: 12px;
  }
  .home-news-grid {
    gap: 34px;
  }
  .home-news-grid article {
    flex-basis: min(86vw, 360px);
  }
  .home-news-thumb {
    margin-bottom: 20px;
  }
  .home-news-grid h3 {
    min-height: 0;
    margin-bottom: 14px;
    font-size: 24px;
  }
  .home-news-grid p {
    min-height: 0;
  }
  .home-news-axis {
    grid-template-columns: 18px minmax(0, 1fr) 18px;
    gap: 16px;
    width: calc(100% - 18px);
    margin-top: 36px;
  }
  .axis-prev,
  .axis-next {
    font-size: 26px;
  }
  .application-grid a {
    min-height: 270px;
  }
  .home-stats {
    width: calc(100% - 28px);
    padding: 42px 0 48px;
  }
  .home-stats div {
    min-height: auto;
    padding: 24px 18px;
    border-right: 0;
    border-bottom: 1px solid #dbe2ea;
  }
  .home-stats div:last-child {
    border-bottom: 0;
  }
  .home-stats strong {
    font-size: 32px;
  }
  .section {
    width: calc(100% - 28px);
    padding: 62px 0;
  }
  .page-hero {
    width: calc(100% - 28px);
    padding: 52px 0 30px;
  }
  .volume-field > span,
  .power-field > span { grid-template-columns: 1fr; }
  .custom-file-upload { grid-template-columns: 124px minmax(0, 1fr); }
  .floating-contact {
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 -6px 16px rgba(0,0,0,.1);
  }
  .floating-contact a {
    min-height: 42px;
    padding: 9px 6px;
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .product-center-intro {
    padding: 54px 0 46px;
  }
  .product-center-intro-inner {
    grid-template-columns: 1fr;
    row-gap: 24px;
    width: calc(100% - 40px);
  }
  .product-center-intro p {
    max-width: 760px;
    margin: 0;
  }
  .product-category-row {
    gap: 20px;
    margin-top: 20px;
    border-top-width: 3px;
    background: transparent;
    box-shadow: none;
  }
  .product-category-row a {
    grid-template-columns: 96px minmax(0, 1fr);
    padding: 16px 20px;
    border: 1px solid #dce4ed;
  }
  .product-center-block,
  .product-center-block-reverse {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: auto;
    padding: 64px 28px;
  }
  .product-center-block-reverse .product-center-copy,
  .product-center-block-reverse .product-center-media {
    order: initial;
  }
  .product-center-media {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .product-center-intro {
    padding: 42px 0 36px;
  }
  .product-center-intro h1 {
    font-size: 34px;
  }
  .product-center-intro p {
    font-size: 15px;
    line-height: 1.7;
  }
  .product-category-row {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
    border-top-width: 3px;
  }
  .product-category-row a {
    grid-template-columns: 78px minmax(0, 1fr);
    justify-items: start;
    min-height: 66px;
    padding: 10px 14px;
    border: 1px solid #dce4ed;
    background: rgba(255,255,255,.78);
  }
  .product-category-icon {
    width: 72px;
    height: 44px;
  }
  .product-center-block,
  .product-center-block-reverse {
    padding: 48px 18px;
  }
  .product-center-index {
    margin-bottom: 20px;
    font-size: 68px;
  }
  .product-center-copy h2 {
    font-size: 36px;
  }
  .product-center-copy > p:not(.section-kicker) {
    font-size: 15px;
  }
  .product-center-actions a {
    width: 100%;
  }
  .product-center-links a {
    font-size: 13px;
  }
  .product-center-media {
    min-height: 240px;
  }
}

@media (max-width: 380px) {
  body {
    padding-bottom: 58px;
  }
  h1 {
    font-size: 30px;
  }
  .page-hero h1,
  .product-list-hero h1,
  .published-summary h1,
  .published-detail-hero h1,
  .service-hero h1,
  .bachiller-copy h1 {
    font-size: 29px;
  }
  .hero-content h1 {
    font-size: 30px;
  }
  .hero-seo-line {
    font-size: 22px;
  }
  .product-tabs button {
    min-height: 50px;
    font-size: 13px;
  }
  .product-ghost-title {
    font-size: 36px;
  }
  .showcase-machine {
    width: min(300px, 88vw);
  }
  .hero-proof {
    display: none;
  }
  .floating-contact {
    left: 10px;
    right: 10px;
    bottom: 7px;
  }
}

@media (min-width: 981px) {
  .published-detail-hero {
    grid-template-columns: minmax(360px, .72fr) minmax(0, 1.08fr);
    gap: 24px;
    align-items: start;
  }
}
.bachiller-product-image.has-product-image,
.application-image,
.published-main-image.has-detail-image {
  min-height: 0;
  height: auto;
}
.bachiller-product-image.has-product-image img,
.application-image img,
.published-main-image.has-detail-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px;
}
@media (min-width: 981px) {
  .published-main-image.has-detail-image {
    height: 500px;
  }
  .published-summary {
    display: flex;
    flex-direction: column;
    min-height: 500px;
    padding: 36px 30px 60px;
  }
  .published-summary .section-kicker {
    margin-bottom: 20px;
  }
  .published-summary h1 {
    margin: 0 0 24px;
  }
  .published-summary > p:not(.section-kicker) {
    margin: 0;
  }
  .published-summary .published-actions {
    margin-top: auto;
  }
  .published-main-image.has-detail-image img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center top;
  }
  .published-service-detail-page .published-detail-hero {
    grid-template-columns: minmax(500px, .92fr) minmax(0, 1.08fr);
    align-items: stretch;
  }
  .published-service-detail-page .published-gallery {
    display: grid;
  }
  .published-service-detail-page .published-main-image.has-detail-image {
    height: 100%;
    min-height: 100%;
  }
  .published-service-detail-page .published-summary {
    min-height: 0;
    padding-bottom: 36px;
  }
  .published-service-detail-page .published-summary .published-actions {
    margin-top: 54px;
  }
  .published-service-detail-page .published-main-image.has-detail-image img {
    object-fit: fill;
    object-position: center;
  }
  .published-service-sop-quality-control .published-main-image.has-detail-image img,
  .published-service-pre-delivery-inspection-report .published-main-image.has-detail-image img {
    object-fit: cover;
  }
  .published-product-detail-page .published-main-image.has-detail-image {
    min-height: 0;
    height: 100%;
    overflow: hidden;
    background: var(--white);
  }
  .published-product-detail-page .published-summary {
    min-height: 0;
    padding: 26px 30px;
  }
  .published-product-detail-page .published-main-image.has-detail-image img {
    object-fit: contain;
    object-position: center;
  }
  .published-5l-lab-scale-sigma-blade-mixer .published-main-image.has-detail-image img {
    transform: scale(1.26);
  }
  .published-product-heating-cooling-sigma-mixer .published-main-image.has-detail-image img {
    transform: scale(1.3);
  }
  .published-product-detail-page .published-detail-hero {
    grid-template-columns: minmax(440px, 1.08fr) minmax(420px, .88fr);
    gap: 42px;
    align-items: stretch;
    padding-top: 46px;
  }
  .published-product-detail-page .published-gallery {
    display: grid;
  }
}

/* Mobile keeps a readable fallback while a large autoplay video is still loading. */
@media (max-width: 720px) {
  .hero-industrial-media.has-video {
    background:
      linear-gradient(180deg, rgba(17,19,24,.42), rgba(17,19,24,.76)),
      url("/wp-content/uploads/2026/07/Sigma-Mixer.png") center / cover no-repeat;
  }

  .product-showcase-visual {
    display: flex;
    min-height: 0;
    padding: 0 20px 48px;
    align-items: center;
    flex-direction: column;
  }

  .product-showcase-custom-image {
    width: min(440px, 100%);
    height: 300px;
    max-height: none;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
  }

  .home-applications .application-grid.full {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    overflow: visible;
  }

  .home-applications .application-grid.full a,
  .home-applications .application-grid.full a:first-child,
  .home-applications .application-grid.full:hover a,
  .home-applications .application-grid.full:focus-within a,
  .home-applications .application-grid.full a:hover,
  .home-applications .application-grid.full a:focus {
    display: flex;
    flex: none;
    min-height: 220px;
    padding: 18px;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .home-applications .application-grid.full strong,
  .home-applications .application-grid.full a:hover strong,
  .home-applications .application-grid.full a:focus strong {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: clamp(18px, 5vw, 24px);
    text-align: left;
  }

  .home-applications .application-grid.full .split-title,
  .home-applications .application-grid.full a:hover .split-title,
  .home-applications .application-grid.full a:focus .split-title {
    justify-items: start;
  }

  .home-applications .application-grid.full .split-title span:nth-child(2),
  .home-applications .application-grid.full a:hover .split-title span:nth-child(2),
  .home-applications .application-grid.full a:focus .split-title span:nth-child(2) {
    width: auto;
    text-align: left;
  }

  .home-applications .application-grid.full a > span,
  .home-applications .application-grid.full:hover a:not(:hover) > span,
  .home-applications .application-grid.full:focus-within a:not(:focus) > span {
    position: relative;
    opacity: 1;
    transform: none;
  }

  .home-applications .application-grid.full em {
    padding: 5px 7px;
    font-size: 11px;
  }
}

/* Keep the homepage composition stable when Google Translate switches to RTL. */
@media (min-width: 981px) {
  html[data-hm-language="ar"] .product-showcase,
  html[data-hm-language="fa"] .product-showcase,
  html[data-hm-language="ar"] .home-stats,
  html[data-hm-language="fa"] .home-stats,
  html[data-hm-language="ar"] .section.home-quality,
  html[data-hm-language="fa"] .section.home-quality {
    direction: ltr;
  }

  html[data-hm-language="ar"] .product-showcase-copy,
  html[data-hm-language="fa"] .product-showcase-copy,
  html[data-hm-language="ar"] .home-quality .section-head,
  html[data-hm-language="fa"] .home-quality .section-head {
    direction: rtl;
    text-align: right;
  }

  html[data-hm-language="ar"] .product-showcase-copy,
  html[data-hm-language="fa"] .product-showcase-copy {
    box-sizing: border-box;
    padding-right: clamp(32px, 4vw, 76px);
  }

  html[data-hm-language="ar"] .product-tabs,
  html[data-hm-language="fa"] .product-tabs,
  html[data-hm-language="ar"] .product-panel ul,
  html[data-hm-language="fa"] .product-panel ul,
  html[data-hm-language="ar"] .quality-flow,
  html[data-hm-language="fa"] .quality-flow {
    direction: ltr;
  }

  html[data-hm-language="ar"] .product-tabs button,
  html[data-hm-language="fa"] .product-tabs button,
  html[data-hm-language="ar"] .product-panel li,
  html[data-hm-language="fa"] .product-panel li,
  html[data-hm-language="ar"] .home-stats div,
  html[data-hm-language="fa"] .home-stats div,
  html[data-hm-language="ar"] .quality-flow a,
  html[data-hm-language="fa"] .quality-flow a {
    direction: rtl;
    text-align: right;
  }

  html[data-hm-language="ar"] .product-panel li,
  html[data-hm-language="fa"] .product-panel li {
    padding-right: 22px;
    padding-left: 0;
  }

  html[data-hm-language="ar"] .product-panel li::before,
  html[data-hm-language="fa"] .product-panel li::before {
    right: 0;
    left: auto;
  }

  html[data-hm-language="ar"] .home-stats div,
  html[data-hm-language="fa"] .home-stats div {
    text-align: center;
  }

  html[data-hm-language="ar"] .home-quality .section-head,
  html[data-hm-language="fa"] .home-quality .section-head {
    min-width: 0;
  }

  html[data-hm-language="ar"] .home-quality .section-head h2,
  html[data-hm-language="fa"] .home-quality .section-head h2 {
    overflow-wrap: anywhere;
  }
}

