/*
 * JAILAXMI ENGINEERING CORPORATION - MODERN EDITION 3.0
 * Poppins typography / original brand colours / original client imagery.
 * Mobile-first safeguards; all information remains available without animation.
 * Font Awesome SVG icons are retained from the supplied website.
 */

/* 01. Design system and foundations --------------------------------------- */
:root {
  --red: #d92520;
  --red-hover: #b91d19;
  --navy: #182040;
  --navy-deep: #11182f;
  --ink: #222b42;
  --muted: #596477;
  --line: #e2e6ed;
  --paper: #f3f5f9;
  --pale: #f7f8fb;
  --radius: 20px;
  --shadow: 0 18px 55px rgba(24,32,64,.075);
  --shadow-hover: 0 26px 60px rgba(24,32,64,.12);
  --ease: cubic-bezier(.22,1,.36,1);
  --section-space: clamp(72px,7.5vw,112px);
  --font: 'Poppins', 'Segoe UI', Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 125px;
}
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.85;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea, select {
  font: inherit;
}
button, a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
a, button {
  transition: color .25s, background .25s, border-color .25s, box-shadow .3s, transform .35s var(--ease);
}
a:hover {
  color: var(--red);
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
h1, h2, h3, h4, p, figure {
  margin-top: 0;
}
h1, h2, h3, h4 {
  color: var(--navy);
  line-height: 1.25;
  font-weight: 600;
}
h1 {
  text-wrap: balance;
}
h2 {
  font-size: clamp(32px,3.1vw,46px);
  letter-spacing: -1.6px;
  margin-bottom: 25px;
}
h3 {
  font-size: 25px;
  letter-spacing: -.7px;
}
h4 {
  font-size: 20px;
  letter-spacing: -.4px;
}
p {
  margin-bottom: 24px;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid #5276dc;
  outline-offset: 5px;
}
::selection {
  color: var(--navy);
  background: #fbd9d7;
}
.container {
  width: min(1380px,calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: var(--section-space);
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  flex-shrink: 0;
  vertical-align: -.1em;
}
.diagonal {
  transform: rotate(-40deg);
}
.eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 1.8;
  color: var(--red);
  margin-bottom: 18px;
}
.muted-text {
  color: #717b8e;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 56px;
  padding: 15px 25px;
  border: 1px solid var(--red);
  border-radius: 12px;
  background: var(--red);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
.button:hover {
  background: var(--red-hover);
  border-color: var(--red-hover);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(217,37,32,.2);
}
.button .icon {
  transition: transform .35s var(--ease);
}
.button:hover .fa-arrow-right {
  transform: translateX(4px);
}
.button:active {
  transform: translateY(0);
}
.button:disabled {
  cursor: wait;
  opacity: .65;
  transform: none;
}
.button-small {
  min-height: 46px;
  padding: 11px 19px;
  font-size: 14px;
}
.button-white {
  color: var(--navy);
  background: #fff;
  border-color: #fff;
}
.button-white:hover {
  color: var(--red);
  background: #fff;
  border-color: #fff;
  box-shadow: 0 12px 35px #11182f25;
}
.button-outline {
  color: #fff;
  background: transparent;
  border-color: #ffffff60;
}
.button-outline:hover {
  color: var(--navy);
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}
.text-link, .hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  min-height: 44px;
}
.text-link .icon, .hero-secondary .icon {
  color: var(--red);
  transition: transform .3s var(--ease);
}
.text-link:hover .icon, .hero-secondary:hover .icon {
  transform: translateX(4px);
}
.text-link:hover .diagonal {
  transform: rotate(-40deg) translateX(4px);
}
.icon-button {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  font-size: 16px;
}
.icon-button:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  transform: translateY(-2px);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 42px;
}
.section-heading h2 {
  margin: 0;
}
.section-heading > .text-link {
  flex-shrink: 0;
  margin-bottom: 3px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 300;
  transform: translateY(-200%);
  padding: 12px 22px;
  background: var(--navy);
  color: white;
  border-radius: 8px;
}
.skip-link:focus {
  transform: none;
  color: white;
}
html:not(.js) .js-only {
  display: none !important;
}
/* 02. Header and navigation ---------------------------------------------- */
.topbar {
  background: var(--navy-deep);
  color: #e4e8f2;
  font-size: 12px;
}
.topbar > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  gap: 24px;
}
.topbar .container > span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: .6px;
  line-height: 1.5;
}
.topbar .container > span .icon {
  font-size: 15px;
  color: #f67c77;
}
.topbar .container > div {
  display: flex;
  gap: 24px;
  flex-shrink: 0;
}
.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.topbar a .icon {
  color: #f2847f;
}
.topbar a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: box-shadow .3s, background .3s;
}
.site-header.is-scrolled {
  box-shadow: 0 10px 35px #18204012;
  background: rgba(255,255,255,.98);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 98px;
  gap: 24px;
}
.brand {
  display: block;
  width: 300px;
  flex-shrink: 0;
}
.brand img {
  display: block;
  width: 100%;
  height: auto;
}
#primary-nav {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
#primary-nav > a:not(.button), .nav-parent > a {
  display: block;
  padding-block: 35px;
  position: relative;
}
#primary-nav > a:not(.button)::after, .nav-parent > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--ease);
}
#primary-nav > a:hover::after, #primary-nav > [aria-current='page']::after, .nav-parent > a:hover::after, .nav-group.is-current .nav-parent > a::after {
  transform: scaleX(1);
}
#primary-nav [aria-current='page']:not(.button), .nav-group.is-current > .nav-parent > a {
  color: var(--red);
}
.nav-group {
  position: relative;
}
.nav-parent {
  display: flex;
  align-items: center;
  gap: 3px;
}
.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 44px;
  font-size: 10px;
}
.dropdown-toggle .icon {
  transition: transform .25s;
}
.dropdown-toggle[aria-expanded='true'] .icon {
  transform: rotate(180deg);
}
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% - 7px);
  left: -18px;
  padding: 12px;
  min-width: 245px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--red);
  border-radius: 16px;
  box-shadow: var(--shadow-hover);
}
.dropdown a {
  display: block;
  padding: 12px 15px;
  white-space: normal;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 9px;
}
.dropdown a:hover, .dropdown [aria-current='page'] {
  background: #fdf0ef;
  color: var(--red);
}
.dropdown-label {
  display: block;
  padding: 9px 15px 15px;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 1.3px;
}
.products-nav .dropdown {
  width: 385px;
}
.nav-group.open > .dropdown {
  display: block;
  animation: dropdown-in .22s var(--ease);
}
@keyframes dropdown-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
html:not(.js) .nav-group:hover > .dropdown, html:not(.js) .nav-group:focus-within > .dropdown {
  display: block;
}
.menu-toggle {
  display: none;
}
/* 03. Home hero: oversized type and a dedicated machinery stage ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at 92% 0%,#fbe9e7 0,transparent 38%),linear-gradient(125deg,#f7f8fb,#f0f3f8);
}
.hero::before {
  content: '';
  position: absolute;
  width: 660px;
  height: 660px;
  right: -200px;
  top: 90px;
  border: 1px solid #18204009;
  border-radius: 50%;
  box-shadow: 0 0 0 65px #18204003,0 0 0 130px #18204002;
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 60px;
  padding-block: 60px 58px;
  min-height: 690px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero-copy > .eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 12px;
  letter-spacing: 2px;
}
.red-line {
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: var(--red);
  flex-shrink: 0;
}
.hero h1 {
  margin: 25px 0 25px;
  font-size: clamp(54px,4.4vw,72px);
  line-height: 1.13;
  letter-spacing: -3.1px;
  font-weight: 600;
  text-wrap: initial;
}
.hero h1 > span {
  color: var(--red);
  position: relative;
}
.hero h1 > span::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 2px;
  right: -3px;
  height: 8px;
  border-radius: 5px;
  background: #d9252012;
}
.hero-copy > p {
  max-width: 515px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 29px;
}
.hero-cert {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 33px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}
.hero-cert > .icon {
  width: 33px;
  height: 33px;
  color: var(--navy);
}
.hero-cert strong, .hero-cert div > span {
  display: block;
}
.hero-cert strong {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 2px;
}
.cert-divider {
  width: 1px;
  height: 38px;
  background: #d4d9e3;
  margin-inline: 5px;
}
.hero-visual {
  position: relative;
  height: 548px;
  min-width: 0;
  border: 1px solid #e0e4ed;
  border-radius: 24px;
  background: #fff;
  box-shadow: 18px 18px 0 #e5e9f0,0 25px 60px #1820400c;
  isolation: isolate;
  overflow: hidden;
}
.hero-visual::before {
  content: '';
  position: absolute;
  top: 27px;
  left: 27px;
  width: 38px;
  height: 4px;
  background: var(--red);
  border-radius: 3px;
  z-index: 4;
}
.technical-label {
  position: absolute;
  top: 22px;
  right: 25px;
  z-index: 4;
  font-size: 11px;
  letter-spacing: 1.45px;
  font-weight: 500;
  color: #697488;
}
.machine-ring, .hero-watermark {
  display: none;
}
.hero-slide {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.hero-machine {
  position: absolute;
  top: 64px;
  left: 18px;
  width: calc(100% - 36px);
  height: 288px;
  max-width: none;
  object-fit: contain;
}
.hero-slide:not([hidden]) .hero-machine {
  animation: machine-appear .65s var(--ease) both;
}
@keyframes machine-appear {
  from {
    opacity: 0;
    transform: translateY(14px) scale(.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.machine-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 82px;
  min-height: 112px;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  gap: 19px;
  background: var(--navy);
  color: #fff;
}
.machine-index {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  font-size: 23px;
  font-weight: 500;
  background: var(--red);
  border-radius: 12px;
}
.machine-caption > div > span {
  display: block;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 1.55px;
  color: #bbc5dc;
  margin-bottom: 6px;
}
.machine-caption a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  color: #fff;
  max-width: 440px;
}
.machine-caption a:hover {
  color: #ffaea7;
}
.machine-caption .icon {
  color: #fc847d;
  font-size: 14px;
  margin-left: 5px;
}
.hero-controls {
  position: absolute;
  bottom: 17px;
  left: 25px;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  z-index: 5;
}
.hero-controls .icon-button {
  width: 44px;
  height: 44px;
  font-size: 15px;
}
.hero-count {
  font-size: 13px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: 1px;
  padding-inline: 5px;
}
.hero-controls .hero-pause {
  width: 38px;
  height: 38px;
  font-size: 12px;
  margin-left: auto;
}
.hero-pause[aria-pressed='true'] {
  color: var(--red);
  background: #fdefee;
  border-color: #f7d4d1;
}
.hero-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid #dce1ea;
  padding-block: 21px;
}
.hero-bottom > span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #5d677a;
}
.hero-bottom b {
  color: var(--red);
  padding-inline: 19px;
}
.hero-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  color: var(--muted);
  min-height: 38px;
}
.hero-bottom a:hover {
  color: var(--red);
}
.hero-bottom .icon {
  color: var(--red);
}
/* 04. Trust metrics, company introduction and reasons --------------------- */
.stats {
  background: var(--navy);
  color: #fff;
  position: relative;
}
.stats::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
  height: 4px;
  background: var(--red);
}
.stats > .container {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  align-items: center;
  padding-block: 38px;
}
.stats .eyebrow {
  color: #efada9;
  font-size: 11px;
  letter-spacing: 1.6px;
  margin-bottom: 11px;
}
.stats-intro p {
  font-size: 19px;
  line-height: 1.65;
  margin: 0;
}
.stats > .container > div:not(:first-child) {
  border-left: 1px solid #ffffff24;
  padding-left: 50px;
}
.stats strong {
  display: block;
  color: #fff;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
  font-variant-numeric: tabular-nums;
}
.stats strong::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  margin-left: 12px;
  border-radius: 50%;
  background: #ef645e;
}
.stats .container > div > span:not(.eyebrow) {
  display: block;
  font-size: 14px;
  color: #c1c9db;
  margin-top: 8px;
}
.about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 80px;
}
.about-visual {
  position: relative;
  padding: 30px;
  border-radius: 24px;
  background: var(--pale);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.about-visual > img {
  display: block;
  width: 100%;
  height: 410px;
  object-fit: contain;
  border-radius: 15px;
}
.about-stamp {
  position: absolute;
  top: -30px;
  left: -22px;
  width: 158px;
  padding: 24px;
  color: #fff;
  background: var(--navy);
  border-radius: 16px;
  box-shadow: 0 15px 35px #18204022;
}
.about-stamp strong {
  font-size: 33px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -1px;
  display: block;
}
.about-stamp span {
  display: block;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 1px;
  border-top: 1px solid #ffffff30;
  padding-top: 13px;
  margin-top: 15px;
}
.about-caption {
  border-top: 1px solid var(--line);
  margin-top: 22px;
  padding-top: 20px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 1.15px;
}
.about-caption .icon {
  color: var(--red);
  margin-right: 8px;
}
.about-copy > .eyebrow {
  font-size: 11px;
  letter-spacing: 1.45px;
}
.about-copy h2 {
  font-size: clamp(32px,3vw,43px);
}
.about-tabs {
  display: flex;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--pale);
  margin: 29px 0;
  width: fit-content;
  max-width: 100%;
}
.about-tabs button {
  padding: 11px 22px;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
.about-tabs [aria-selected='true'] {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 5px 13px #18204014;
}
.about-copy .prose, .about-copy .prose h3 {
  font-size: 16px;
  line-height: 1.9;
}
.about-copy .prose h3 {
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0;
  margin: 0 0 20px;
}
.about-copy .prose h3 strong {
  font-weight: 500;
  color: var(--navy);
}
.about-copy .prose p {
  margin-bottom: 20px;
}
.about-copy > .text-link {
  margin-top: 7px;
}
.why-summary {
  min-height: 290px;
}
.reasons-section {
  background: var(--pale);
}
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
  counter-reset: reasons;
}
.reason-card {
  position: relative;
  counter-increment: reasons;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 20px;
  padding: 34px;
  box-shadow: 0 8px 25px #18204003;
  transition: transform .4s var(--ease),box-shadow .4s,border-color .3s;
}
.reason-card::after {
  content: counter(reasons,decimal-leading-zero);
  position: absolute;
  top: 26px;
  right: 28px;
  color: #a5adbb;
  font-size: 14px;
  font-weight: 500;
}
.reason-card:hover {
  transform: translateY(-7px);
  border-color: #f0b6b2;
  box-shadow: var(--shadow);
}
.reason-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #fdf0ef;
  color: var(--red);
  font-size: 24px;
  margin-bottom: 25px;
  transition: color .3s,background .3s,transform .4s var(--ease);
}
.reason-card:hover .reason-icon {
  background: var(--red);
  color: white;
  transform: rotate(-5deg);
}
.reason-card h3 {
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 15px;
  letter-spacing: -.6px;
}
.reason-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}
/* 05. Product catalogue: editorial feature card and clean filters --------- */
.catalogue-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0 26px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--line);
}
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filters button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
  color: #596477;
  font-size: 14px;
  line-height: 1.6;
}
.filters button span {
  font-size: 12px;
  opacity: .7;
}
.filters button[aria-pressed='true'] {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  box-shadow: 0 5px 15px #18204012;
}
.filters button:hover:not([aria-pressed='true']) {
  background: #fdf0ef;
  border-color: #f0c4c1;
  color: var(--red);
}
.product-search {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--pale);
  border: 1px solid var(--line);
  padding: 0 17px;
  border-radius: 10px;
  width: 250px;
  max-width: 100%;
  color: var(--muted);
}
.product-search:focus-within {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px #18204008;
}
.product-search input {
  font-size: 15px;
  border: 0;
  background: transparent;
  color: var(--ink);
  padding-block: 12px;
  width: 100%;
  min-width: 0;
}
.product-search input:focus {
  outline: 0;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 26px;
}
.product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  transition: transform .45s var(--ease),box-shadow .4s,border-color .3s;
}
.product-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-hover);
  border-color: #d2d8e4;
}
.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 288px;
  padding: 45px 24px 25px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .7s var(--ease);
}
.product-card:hover .product-image img {
  transform: scale(1.045);
}
.product-number {
  position: absolute;
  left: 22px;
  top: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #667286;
  z-index: 1;
}
.circle-arrow {
  position: absolute;
  right: 20px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 43px;
  height: 43px;
  color: var(--navy);
  font-size: 16px;
  transition: color .3s,background .3s,transform .4s var(--ease);
}
.product-card:hover .circle-arrow {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
  transform: rotate(-40deg);
}
.product-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 27px 28px;
}
.product-card-body > .eyebrow {
  font-size: 11px;
  letter-spacing: 1.35px;
  margin-bottom: 13px;
}
.product-card h3 {
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: -.6px;
  margin-bottom: 27px;
}
.product-card-body > .text-link {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  margin-top: auto;
}
/* A larger first product creates a balanced 9-column-unit layout for 8 products. */
.product-grid:not(.is-filtered) > .product-card:first-child {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  border-color: var(--navy);
  background: var(--navy);
}
.product-grid:not(.is-filtered) > .product-card:first-child .product-image {
  height: 100%;
  min-height: 375px;
  border: 0;
}
.product-grid:not(.is-filtered) > .product-card:first-child .product-card-body {
  justify-content: center;
  padding: 33px;
}
.product-grid:not(.is-filtered) > .product-card:first-child h3 {
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
}
.product-grid:not(.is-filtered) > .product-card:first-child .eyebrow {
  color: #ffaaa3;
}
.product-grid:not(.is-filtered) > .product-card:first-child .text-link {
  color: #fff;
  border-color: #ffffff30;
  margin-top: 10px;
}
.product-grid:not(.is-filtered) > .product-card:first-child .text-link .icon {
  color: #ff958e;
}
.empty-products {
  border: 1px dashed #cfd6e3;
  border-radius: 14px;
  padding: 35px;
  color: var(--muted);
  background: var(--pale);
  font-size: 16px;
}
/* 06. Values, clients, testimonials and news ------------------------------- */
.differences-section {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.differences-section::before {
  content: '';
  position: absolute;
  right: -120px;
  top: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid #ffffff10;
  border-radius: 50%;
  box-shadow: 0 0 0 60px #ffffff03,0 0 0 120px #ffffff02;
  pointer-events: none;
}
.differences-section .container {
  position: relative;
}
.differences-section .section-heading h2 {
  color: #fff;
}
.differences-section .section-heading .eyebrow {
  color: #ffaba3;
}
.difference-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 23px;
}
.difference-card {
  position: relative;
  border: 1px solid #ffffff20;
  border-radius: 18px;
  background: #fff;
  padding: 29px;
  transition: transform .4s var(--ease);
}
.difference-card:hover {
  transform: translateY(-7px);
}
.difference-card > img {
  width: 53px;
  height: 53px;
  object-fit: contain;
  margin-bottom: 26px;
}
.card-counter {
  position: absolute;
  top: 26px;
  right: 25px;
  font-size: 13px;
  color: #818da1;
}
.difference-card h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.difference-card p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
  margin: 0;
}
.clients-band {
  padding-block: 38px;
  border-bottom: 1px solid var(--line);
}
.clients-band > .container {
  display: flex;
  align-items: center;
  gap: 36px;
}
.clients-band .eyebrow {
  font-size: 11px;
  margin: 0;
  white-space: nowrap;
  max-width: 130px;
}
.client-logos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 26px;
  flex: 1;
  min-width: 0;
}
.client-logos img {
  width: 112px;
  height: 76px;
  object-fit: contain;
  transition: transform .35s var(--ease);
}
.client-logos img:hover {
  transform: translateY(-4px);
}
.clients-band .text-link {
  font-size: 13px;
  flex-shrink: 0;
}
.industry-statement {
  background: var(--pale);
  padding-block: var(--section-space);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.industry-statement::after {
  content: 'JEC';
  position: absolute;
  right: -35px;
  bottom: -30px;
  font-size: 320px;
  font-weight: 700;
  letter-spacing: -20px;
  line-height: 1;
  color: #e9ecf3;
  pointer-events: none;
}
.industry-statement .container {
  position: relative;
  z-index: 1;
}
.industry-statement h2 {
  color: #657086;
  max-width: 1110px;
  font-size: clamp(33px,3.8vw,54px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1.7px;
  margin-bottom: 35px;
}
.industry-statement em {
  font-style: normal;
  color: var(--navy);
  text-decoration: underline;
  text-decoration-color: #eb7771;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
.industry-statement .container > div {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.industry-statement .button-outline {
  border-color: #c7cedc;
  color: var(--navy);
}
.industry-statement .button-outline:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.industry-statement .button-white {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.industry-statement .button-white:hover {
  background: var(--red-hover);
}
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 25px;
}
.quote-card {
  display: flex;
  flex-direction: column;
  padding: 34px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(145deg,#fff,#fafbfe);
  transition: transform .4s var(--ease),box-shadow .4s;
}
.quote-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.quote-card > .icon {
  font-size: 36px;
  color: var(--red);
  margin-bottom: 24px;
}
.quote-card blockquote {
  flex: 1;
  font-size: 17px;
  color: #536077;
  line-height: 1.9;
  margin: 0 0 30px;
}
.quote-card figcaption {
  display: flex;
  gap: 14px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.quote-card figcaption img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
}
.quote-card figcaption strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
.quote-card figcaption span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin-top: 5px;
}
.news-home {
  background: var(--pale);
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 26px;
}
.news-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  transition: transform .4s var(--ease),box-shadow .4s;
}
.news-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.news-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 265px;
  padding: 24px;
  background: #f0f2f7;
  overflow: hidden;
}
.news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .7s var(--ease);
}
.news-card:hover .news-card-image img {
  transform: scale(1.03);
}
.news-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 28px;
}
.news-date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 16px;
}
.news-date .icon {
  color: var(--red);
}
.news-card h2 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -.6px;
  margin-bottom: 17px;
}
.news-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}
.news-card .text-link {
  margin-top: auto;
  font-size: 14px;
}
.news-home .news-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.original-showcase {
  padding-block: 78px;
}
.slider-controls {
  display: flex;
  gap: 10px;
}
.banner-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #c6cedd #f3f5f9;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid var(--line);
}
.banner-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  min-width: 0;
  background: var(--paper);
}
.banner-slide img {
  display: block;
  width: 100%;
  height: auto;
}
/* 07. Inner-page headers and readable editorial content ------------------ */
.page-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at 94% 130%,#8b292f 0,transparent 47%),linear-gradient(112deg,#141d3b,#202c51);
  color: #fff;
  isolation: isolate;
}
.page-hero::before {
  content: '';
  position: absolute;
  right: -30px;
  top: -150px;
  width: 680px;
  height: 680px;
  border: 1px solid #ffffff10;
  border-radius: 50%;
  box-shadow: 0 0 0 70px #ffffff03,0 0 0 140px #ffffff02;
  z-index: -1;
  pointer-events: none;
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 4px;
  background: var(--red);
}
.page-hero > .container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 64px;
  isolation: isolate;
}
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
  color: #c2cbe0;
  line-height: 1.75;
  margin-bottom: 35px;
}
.breadcrumb a {
  color: #d2d9e9;
}
.breadcrumb a:hover {
  color: #fff;
}
.breadcrumb > span:not([aria-current]) {
  color: #8e9ab3;
}
.breadcrumb > [aria-current] {
  color: #fff;
}
.page-hero .eyebrow {
  font-size: 11px;
  letter-spacing: 1.6px;
  color: #f4b0aa;
  margin-bottom: 16px;
}
.page-hero h1 {
  color: #fff;
  font-size: clamp(38px,4.2vw,60px);
  font-weight: 600;
  letter-spacing: -1.9px;
  line-height: 1.2;
  margin: 0;
  max-width: 1050px;
  overflow-wrap: break-word;
}
.page-hero-mark {
  position: absolute;
  right: -20px;
  bottom: -38px;
  font-size: 205px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -12px;
  color: #ffffff04;
  -webkit-text-stroke: 1px #ffffff12;
  z-index: -1;
  user-select: none;
}
.company-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  padding-block: 27px;
  border-bottom: 1px solid var(--line);
}
.company-nav a {
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: var(--pale);
  color: var(--muted);
  font-size: 15px;
}
.company-nav [aria-current='page'] {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 6px 16px #18204012;
}
.company-nav a:hover:not([aria-current]) {
  background: #fdf0ef;
  border-color: #f4d7d4;
  color: var(--red);
}
.company-layout, .product-layout, .article-layout, .news-layout, .career-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 340px;
  gap: 52px;
  align-items: start;
}
.company-layout > *, .product-layout > *, .article-layout > *, .news-layout > *, .career-layout > *, .contact-layout > * {
  min-width: 0;
}
.company-section {
  padding-top: 57px;
}
.prose {
  font-size: 17px;
  line-height: 1.95;
  color: var(--muted);
  overflow-wrap: break-word;
}
.prose h2, .prose h3 {
  font-size: 29px;
  letter-spacing: -.85px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--navy);
  margin: 38px 0 21px;
}
.prose h3:first-child, .prose h2:first-child {
  margin-top: 0;
}
.prose h4 {
  font-size: 21px;
  margin: 27px 0 15px;
}
.prose strong, .prose b {
  font-weight: 600;
  color: var(--navy);
}
.prose ul, .prose ol {
  padding-left: 23px;
  margin: 20px 0 29px;
}
.prose li {
  padding-left: 7px;
  margin-bottom: 12px;
}
.prose li::marker {
  color: var(--red);
}
.prose a:not(.button) {
  color: var(--red);
}
.prose img {
  border-radius: 14px;
  margin-block: 18px;
}
.prose .lead {
  font-size: 18px;
  line-height: 1.95;
}
.prose .title-normal {
  font-weight: 500;
}
.prose .row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin: 28px 0;
}
.prose .row > div {
  flex: 1 1 245px;
  min-width: 0;
}
.prose .box {
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--pale);
  height: 100%;
}
.prose .box-title {
  margin-top: 0;
}
.prose .box-content {
  font-size: 16px;
}
.original-copy .article-content > img {
  width: 100%;
}
.original-copy .article-content > p > img {
  display: block;
  width: 100%;
  max-height: 470px;
  object-fit: contain;
  background: var(--pale);
  padding: 14px;
  border: 1px solid var(--line);
}
.original-copy .article-content > .pull-right {
  max-width: 45%;
  float: right;
  margin: 0 0 25px 28px;
}
.original-copy .article-content::after {
  content: '';
  display: block;
  clear: both;
}
/* Separate original chapters visually without changing their wording. */
.editorial-chapter {
  padding: 33px;
  margin-bottom: 25px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 7px 22px #18204003;
}
.editorial-chapter > :last-child {
  margin-bottom: 0;
}
.editorial-chapter > h3:first-child, .editorial-chapter > h2:first-child {
  margin-top: 0;
  padding-left: 18px;
  border-left: 3px solid var(--red);
}
.editorial-chapter p > img {
  display: block;
  width: 100%;
  max-height: 480px;
  object-fit: contain;
  padding: 15px;
  background: var(--pale);
  border: 1px solid var(--line);
}
.company-aside {
  position: sticky;
  top: 126px;
}
.quote-box {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--navy);
  border-radius: 20px;
  background: linear-gradient(145deg,#182040,#26335a);
  color: #d2d9e8;
  font-size: 15px;
  margin-bottom: 25px;
}
.quote-box::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border: 1px solid #ffffff0b;
  border-radius: 50%;
  right: -80px;
  top: -65px;
  pointer-events: none;
}
.quote-box > .eyebrow {
  color: #ffb1aa;
  font-size: 11px;
  letter-spacing: 1.5px;
}
.quote-box h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 15px;
}
.quote-box p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 13px;
}
.quote-box > a:not(.button) {
  display: block;
  font-size: 15px;
  color: #fff;
  overflow-wrap: anywhere;
}
.quote-box > a.expert-phone {
  font-size: 21px;
  letter-spacing: -.4px;
}
.quote-box .expert-phone > .icon {
  color: #ff9d94;
  font-size: 16px;
  margin-right: 7px;
}
.quote-box > span:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.8;
}
.quote-line {
  height: 1px;
  background: #ffffff28;
  margin-block: 24px;
}
.quote-box .button {
  padding: 14px 15px;
  font-size: 14px;
  gap: 12px;
  width: 100%;
  margin-top: 25px;
}
.company-note {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px;
  background: var(--pale);
}
.company-note h3 {
  font-size: 27px;
  line-height: 1.4;
}
.company-note .eyebrow {
  font-size: 11px;
}
.who-we-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 17px;
  margin-top: 30px;
}
.who-we-box {
  padding: 25px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--red);
  border-radius: 12px;
  background: var(--pale);
  transition: transform .3s var(--ease),border-color .3s;
}
.who-we-box:hover {
  transform: translateY(-4px);
  border-color: #eac0bd;
}
.prose .who-we-box .box-title {
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
  font-weight: 400;
}
/* 08. Product detail, technical tables and related links ------------------ */
.product-section {
  padding-top: 54px;
}
.product-gallery {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}
.gallery-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 440px;
  padding: 35px;
  border: 1px solid #edf0f4;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}
.gallery-main-image {
  width: 100%;
  height: 400px;
  object-fit: contain;
  transition: transform .65s var(--ease);
}
.gallery-main:hover .gallery-main-image {
  transform: scale(1.025);
}
.zoom-label {
  position: absolute;
  right: 16px;
  bottom: 15px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255,255,255,.95);
  color: var(--navy);
  font-size: 12px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 9px;
  box-shadow: 0 6px 17px #18204008;
}
.gallery-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 23px 3px 15px;
}
.gallery-bottom .eyebrow {
  font-size: 11px;
  letter-spacing: 1.4px;
  margin: 0;
  color: var(--muted);
}
.gallery-count {
  color: var(--muted);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.gallery-thumbs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  max-width: 100%;
  scrollbar-width: thin;
  padding: 4px 2px 9px;
}
.gallery-thumb {
  flex: 0 0 97px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border: 2px solid transparent;
  border-radius: 12px;
  background: var(--pale);
}
.gallery-thumb[aria-current='true'] {
  background: #fff;
  border-color: var(--red);
  box-shadow: 0 4px 13px #d9252010;
}
.gallery-thumb:hover {
  border-color: #c9d0dd;
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 27px 0 44px;
}
.product-prose {
  padding-top: 7px;
}
.product-prose h3 {
  padding-top: 6px;
}
.product-gallery, .product-prose, .article-content, .table-scroll {
  min-width: 0;
  max-width: 100%;
}
.sidebar-nav, .sidebar-news {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  padding: 23px;
  margin-bottom: 26px;
}
.sidebar-nav h3, .sidebar-news h3 {
  font-size: 22px;
  margin-bottom: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.sidebar-nav > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 10px;
  font-size: 14px;
  padding: 13px 14px;
  line-height: 1.7;
  margin-bottom: 4px;
}
.sidebar-nav > a > .icon {
  font-size: 12px;
  color: #8c98ad;
}
.sidebar-nav > a[aria-current='page'] {
  color: #fff;
  background: var(--red);
  box-shadow: 0 6px 14px #d9252014;
}
.sidebar-nav > a[aria-current='page'] > .icon {
  color: #fff;
}
.sidebar-nav > a:not([aria-current]):hover {
  background: var(--pale);
  color: var(--red);
  transform: translateX(3px);
}
.sidebar-news > a {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.sidebar-news > a:last-child {
  padding-bottom: 0;
  border: 0;
}
.sidebar-news > a > span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 8px;
}
.sidebar-news > a > strong {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}
.table-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-block: 28px;
  scrollbar-width: thin;
  scrollbar-color: #99a6bc var(--pale);
  background: #fff;
}
.table-scroll:focus-visible {
  outline-offset: 3px;
}
.spec-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 640px;
  font-size: 14px;
  line-height: 1.8;
}
.spec-table td, .spec-table th {
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  vertical-align: middle;
}
.spec-table tr:last-child > * {
  border-bottom: 0;
}
.spec-table tr > *:last-child {
  border-right: 0;
}
.spec-table tr:first-child > * {
  background: var(--navy);
  color: white;
  font-weight: 500;
  min-width: 120px;
  white-space: normal;
}
.spec-table th[scope='row'] {
  min-width: 185px;
  text-align: left;
  color: var(--navy);
  background: #f0f3f9;
  font-weight: 500;
}
.spec-table tr:nth-child(2n+1) td {
  background: #fafbfe;
}
.spec-table tr:hover td {
  background: #fff3f2;
}
.spec-table p {
  margin: 0;
}
.related-products {
  padding-block: 65px;
  background: var(--pale);
  border-top: 1px solid var(--line);
}
.related-products h2 {
  font-size: 35px;
}
.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.related-links a {
  padding: 14px 19px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: white;
  font-size: 14px;
}
.related-links a:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
  transform: translateY(-3px);
}
/* 09. Team, client logos and alternating service layouts ------------------ */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 28px;
  margin-bottom: 72px;
}
.team-grid:last-child {
  margin-bottom: 0;
}
.team-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg,#f3f5f9,#fff);
  transition: transform .4s var(--ease),box-shadow .4s;
}
.team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.team-card > img {
  width: 100%;
  height: 330px;
  object-fit: contain;
  padding: 28px;
}
.team-card > div {
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 28px;
}
.team-card h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 10px;
}
.team-card p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}
.clients-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 26px;
}
.client-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 225px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  transition: transform .4s var(--ease),box-shadow .4s;
}
.client-tile:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.client-tile img {
  max-width: 100%;
  width: auto;
  max-height: 145px;
  object-fit: contain;
}
.service-row {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 60px;
  padding: 37px;
  margin-bottom: 32px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 30px #18204003;
}
.service-row:last-child {
  margin-bottom: 0;
}
.service-row:nth-child(even) {
  background: var(--pale);
}
.service-row:nth-child(even) .service-visual {
  order: 2;
}
.service-visual {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 25px;
}
.service-visual > a {
  display: block;
  position: relative;
}
.service-visual img {
  width: 100%;
  height: 330px;
  object-fit: contain;
  transition: transform .65s var(--ease);
}
.service-visual:hover img {
  transform: scale(1.025);
}
.service-copy h2 {
  font-size: 34px;
  line-height: 1.35;
  letter-spacing: -1px;
}
.service-copy > .eyebrow {
  font-size: 11px;
}
.original-service-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 13px;
}
.service-copy .prose {
  font-size: 17px;
}
.service-copy .text-link {
  margin-top: 10px;
}
/* 10. News, career and accessible accordions ------------------------------ */
.news-list {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.news-list .news-card h2 {
  font-size: 24px;
}
.news-list .news-card-image {
  height: 270px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 42px 0 13px;
}
.pagination > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 15px;
}
.pagination [aria-current='page'] {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.page-count {
  font-size: 14px;
  color: var(--muted);
  text-align: center;
}
.original-widgets {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  font-size: 16px;
}
.original-widgets h3 {
  font-size: 23px;
}
.original-widgets .t3-module + .t3-module {
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 27px;
}
.original-widgets p {
  margin-bottom: 20px;
}
.original-widgets .content-accordion > div {
  padding: 10px 0 18px;
}
.original-widgets .content-accordion summary {
  font-size: 16px;
}
.article-meta {
  color: var(--muted);
  font-size: 14px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
  margin-bottom: 27px;
}
.news-full-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--pale);
}
.news-full-image img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
}
.news-copy {
  padding-block: 38px;
  font-size: 18px;
  line-height: 1.95;
}
.career-intro {
  font-size: 37px;
  line-height: 1.4;
  letter-spacing: -1.1px;
  margin-bottom: 35px;
  max-width: 780px;
}
.career-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  padding: 34px;
  margin-bottom: 30px;
  box-shadow: 0 9px 28px #18204004;
}
.career-card > h2 {
  font-size: 32px;
  margin-bottom: 25px;
}
.career-card > .button {
  margin-top: 28px;
}
.content-accordion {
  border-top: 1px solid var(--line);
}
.content-accordion summary {
  cursor: pointer;
  padding: 23px 0;
  font-size: 17px;
  font-weight: 500;
  color: var(--navy);
  list-style-position: inside;
  line-height: 1.7;
}
.content-accordion summary::marker {
  color: var(--red);
}
.content-accordion summary > .icon {
  float: right;
  font-size: 14px;
  margin: 7px 0 0 10px;
  color: var(--red);
  transition: transform .3s;
}
.content-accordion[open] summary > .icon {
  transform: rotate(45deg);
}
.content-accordion > div {
  padding: 0 7px 22px;
}
.content-accordion .prose {
  font-size: 16px;
}
/* 11. Contact and larger form controls ----------------------------------- */
.contact-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: start;
  gap: 75px;
}
.contact-details > h2 {
  font-size: 40px;
  line-height: 1.35;
  margin-bottom: 18px;
}
.contact-details > h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 30px;
}
.contact-row {
  display: flex;
  gap: 19px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.contact-row > .icon {
  color: var(--red);
  font-size: 21px;
  margin-top: 6px;
  width: 24px;
}
.contact-row strong {
  display: block;
  font-size: 16px;
  color: var(--navy);
  font-weight: 500;
  margin-bottom: 7px;
}
.contact-row p {
  font-size: 16px;
  line-height: 1.9;
  color: var(--muted);
  margin: 0;
  overflow-wrap: anywhere;
}
.map-card {
  min-height: 350px;
  position: relative;
  overflow: hidden;
  background: var(--navy);
  border-radius: 20px;
  margin-top: 28px;
}
.map-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  padding: 32px;
  text-align: center;
  color: #d0d8e9;
  background-image: linear-gradient(#ffffff07 1px,transparent 1px),linear-gradient(90deg,#ffffff07 1px,transparent 1px);
  background-size: 38px 38px;
}
.map-placeholder > .icon {
  font-size: 34px;
  color: #ff938a;
  margin-bottom: 17px;
}
.map-placeholder h3 {
  font-size: 27px;
  color: #fff;
  margin-bottom: 12px;
}
.map-placeholder p {
  font-size: 14px;
  margin-bottom: 22px;
}
.map-placeholder > a {
  color: #fff;
  font-size: 13px;
  margin-top: 19px;
}
.map-placeholder .button {
  font-size: 14px;
  min-height: 48px;
}
.map-card iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
}
.contact-form-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 40px;
  background: #fff;
  box-shadow: var(--shadow);
  position: relative;
}
.contact-form-card::before {
  content: '';
  position: absolute;
  height: 4px;
  top: 0;
  left: 40px;
  right: 40px;
  background: var(--red);
  border-radius: 0 0 4px 4px;
}
.contact-form-card h2 {
  font-size: 38px;
  line-height: 1.35;
  margin-bottom: 16px;
}
.contact-form-card > p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 30px;
}
.form-field {
  min-width: 0;
  margin-bottom: 23px;
}
.form-field label {
  display: block;
  color: var(--navy);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 9px;
}
.form-field label > span {
  color: var(--red);
}
.form-field input, .form-field textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid #d8dfeb;
  border-radius: 10px;
  background: var(--pale);
  padding: 15px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  transition: border-color .2s,background .2s,box-shadow .2s;
}
.form-field input:focus, .form-field textarea:focus {
  outline: none;
  border-color: #7584a4;
  background: #fff;
  box-shadow: 0 0 0 4px #18204008;
}
.form-field input::placeholder, .form-field textarea::placeholder {
  color: #778196;
}
.form-field textarea {
  resize: vertical;
  min-height: 175px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 19px;
}
.field-note {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 8px;
}
.form-delivery-note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin: 16px 0 24px;
  padding: 17px;
  background: var(--pale);
  border-radius: 12px;
}
.form-delivery-note > .icon {
  color: var(--red);
  margin-top: 5px;
}
.form-delivery-note p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}
.form-submit {
  min-height: 58px;
}
.copy-enquiry {
  display: flex;
  font-size: 14px;
  margin-top: 15px;
  padding: 8px 0;
  min-height: 44px;
}
#form-status {
  font-size: 15px;
  color: var(--navy);
  margin-top: 18px;
  overflow-wrap: anywhere;
}
#form-status:not(:empty) {
  padding: 18px;
  background: #f2f5fa;
  border-left: 3px solid var(--navy);
  border-radius: 0 10px 10px 0;
}
#form-status.is-error {
  border-color: var(--red);
  color: var(--red-hover);
}
#form-status a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
/* 12. Closing CTA and footer -------------------------------------------- */
.contact-strip {
  position: relative;
  overflow: hidden;
  padding-block: 63px;
  color: #fff;
  background: linear-gradient(108deg,#bd211f,#df2a24);
}
.contact-strip::before {
  content: '';
  position: absolute;
  right: 15%;
  top: -165px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 1px solid #ffffff18;
  box-shadow: 0 0 0 60px #ffffff06,0 0 0 120px #ffffff03;
  pointer-events: none;
}
.contact-strip > .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}
.contact-strip .eyebrow {
  color: #ffe0dc;
  font-size: 12px;
  margin-bottom: 13px;
}
.contact-strip h2 {
  color: #fff;
  font-size: clamp(31px,3.1vw,46px);
  letter-spacing: -1.5px;
  font-weight: 500;
  margin: 0;
}
.contact-strip .button {
  min-width: 230px;
  padding: 18px 26px;
  flex-shrink: 0;
}
.site-footer {
  background: var(--navy-deep);
  color: #b6c1d6;
  padding-top: 73px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1.2fr .8fr 1.02fr;
  gap: 43px;
  padding-bottom: 58px;
}
.footer-brand {
  display: block;
  padding: 13px;
  border-radius: 9px;
  background: #fff;
  margin-bottom: 25px;
  max-width: 325px;
}
.footer-brand img {
  display: block;
  width: 100%;
}
.footer-intro > p {
  font-size: 15px;
  line-height: 1.9;
  color: #b6c1d6;
  margin-bottom: 21px;
}
.since {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  color: #e1e6f1;
}
.socials {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #ffffff26;
  border-radius: 11px;
  color: #d4ddec;
  font-size: 17px;
}
.socials a:hover {
  transform: translateY(-4px);
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}
.footer-grid h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.3px;
  margin: 0 0 26px;
}
.footer-grid > div > a:not(.footer-brand) {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 12px;
}
.footer-grid a:hover {
  color: #fff;
}
.footer-grid > div:not(.footer-contact) > a:not(.footer-brand):hover {
  transform: translateX(3px);
}
.footer-contact > div {
  display: flex;
  gap: 13px;
  margin-bottom: 22px;
}
.footer-contact > div > .icon {
  margin-top: 6px;
  color: #f69b93;
}
.footer-contact > div p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}
.footer-contact p strong {
  display: block;
  color: #e5eaf5;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.footer-contact > a {
  overflow-wrap: anywhere;
}
.footer-contact > a > .icon {
  color: #f69b93;
  margin-right: 8px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  border-top: 1px solid #ffffff1a;
  padding-block: 26px;
  font-size: 12px;
  line-height: 1.8;
  color: #aab6cf;
}
.footer-bottom a:hover {
  color: #fff;
}
.back-top {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 38px;
}
/* 13. Lightboxes and unobtrusive motion controls -------------------------- */
.image-dialog {
  border: 1px solid #ffffff30;
  padding: 0;
  border-radius: 20px;
  width: min(1100px,94vw);
  max-height: 92dvh;
  box-shadow: 0 30px 100px #0005;
  overflow: auto;
  color: var(--ink);
}
.image-dialog::backdrop {
  background: #0a1029da;
  backdrop-filter: blur(7px);
}
.image-dialog[open] {
  animation: dialog-in .28s var(--ease);
}
@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.dialog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 17px 23px;
  border-bottom: 1px solid var(--line);
}
.dialog-toolbar > span {
  font-size: 12px;
  letter-spacing: 1.3px;
  color: var(--muted);
}
.dialog-image {
  display: block;
  width: 100%;
  height: min(63vh,680px);
  object-fit: contain;
  padding: 24px;
}
.dialog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 17px 23px;
}
.dialog-footer p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
}
.error-page {
  text-align: center;
}
.error-page .button {
  margin-right: 24px;
}
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 150;
  transform-origin: left;
  transform: scaleX(0);
  background: var(--red);
  pointer-events: none;
}
.floating-back-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 23px;
  bottom: 23px;
  z-index: 65;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff33;
  border-radius: 13px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 9px 30px #1820402b;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
}
.floating-back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.floating-back-top:hover {
  background: var(--red);
  color: #fff;
  transform: translateY(-4px);
}
.motion-ready .hero-copy {
  animation: hero-copy-in .8s var(--ease) both;
}
.motion-ready .hero-visual {
  animation: hero-copy-in .9s .08s var(--ease) both;
}
@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* A JS/animation failure never leaves information invisible. Reveal effects
   are played with the Web Animations API, not a permanent opacity:0 class. */

/* 14. Responsive layouts ------------------------------------------------ */
@media (min-width: 1441px) {
  .hero h1 {
    font-size: 72px;
  }
  .hero-grid {
    min-height: 725px;
  }
  .hero-visual {
    height: 570px;
  }
  .hero-machine {
    height: 310px;
  }
}
@media (max-width: 1400px) {
  .brand {
    width: 265px;
  }
  #primary-nav {
    gap: 13px;
  }
  .header-inner {
    gap: 18px;
  }
  .hero-grid {
    gap: 43px;
  }
  .hero h1 {
    font-size: 59px;
    letter-spacing: -2.9px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    padding-inline: 21px;
    gap: 17px;
  }
  .hero-secondary {
    font-size: 14px;
    gap: 10px;
  }
  .about-grid {
    gap: 60px;
  }
  .difference-card {
    padding: 26px;
  }
  .footer-grid {
    gap: 28px;
  }
}
@media (max-width: 1280px) {
  .container {
    width: calc(100% - 64px);
  }
  .brand {
    width: 320px;
  }
  .header-inner {
    min-height: 89px;
  }
  .menu-toggle {
    display: inline-flex;
    width: auto;
    min-width: 102px;
    padding: 0 17px;
    border-radius: 11px;
    gap: 11px;
  }
  .menu-label {
    font-size: 14px;
    font-weight: 500;
  }
  .js #primary-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: calc(100dvh - 100px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 18px 32px 28px;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 20px 40px #18204018;
    white-space: normal;
  }
  .js #primary-nav.is-open {
    display: block;
    animation: dropdown-in .2s var(--ease);
  }
  #primary-nav > a:not(.button), .nav-parent > a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
  }
  #primary-nav > a:not(.button)::after, .nav-parent > a::after {
    display: none;
  }
  #primary-nav > .button {
    margin-top: 17px;
    min-width: 190px;
    font-size: 15px;
  }
  .nav-parent {
    justify-content: space-between;
    gap: 15px;
  }
  .nav-group {
    border-bottom: 1px solid var(--line);
  }
  .dropdown {
    position: static;
    min-width: 0;
    width: 100% !important;
    border: 0;
    border-left: 2px solid var(--red);
    border-radius: 0 12px 12px 0;
    background: var(--pale);
    box-shadow: none;
    padding: 6px 10px 12px;
    margin-bottom: 12px;
  }
  .dropdown a {
    padding: 12px 15px;
    font-size: 15px;
  }
  .dropdown-toggle {
    width: 44px;
    height: 44px;
    font-size: 13px;
    border-radius: 9px;
    background: var(--pale);
  }
  html:not(.js) .header-inner {
    flex-wrap: wrap;
    padding-block: 22px;
  }
  html:not(.js) #primary-nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    white-space: normal;
  }
  html:not(.js) .menu-toggle {
    display: none;
  }
  .topbar .container > span {
    max-width: 54%;
    font-size: 10px;
  }
  .hero h1 {
    font-size: 55px;
    letter-spacing: -2.6px;
  }
  .hero-grid {
    gap: 35px;
    min-height: 670px;
  }
  .hero-copy > p {
    font-size: 17px;
  }
  .hero-visual {
    height: 535px;
  }
  .hero-machine {
    height: 280px;
  }
  .machine-caption a {
    font-size: 17px;
  }
  .machine-caption {
    padding-inline: 21px;
    gap: 16px;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-secondary {
    min-height: 40px;
  }
  .hero-cert {
    gap: 11px;
  }
  .hero-cert strong {
    font-size: 12px;
  }
  .hero-cert > .icon {
    width: 29px;
    height: 29px;
  }
  .stats > .container > div:not(:first-child) {
    padding-left: 35px;
  }
  .about-grid {
    gap: 50px;
    grid-template-columns: .85fr 1.15fr;
  }
  .about-visual {
    padding: 25px;
  }
  .about-visual > img {
    height: 390px;
  }
  .about-stamp {
    left: -15px;
  }
  .about-copy h2 {
    font-size: 36px;
  }
  .difference-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .product-card h3 {
    font-size: 22px;
  }
  .product-grid:not(.is-filtered) > .product-card:first-child h3 {
    font-size: 27px;
  }
  .product-grid:not(.is-filtered) > .product-card:first-child .product-card-body {
    padding: 28px;
  }
  .clients-band .text-link {
    display: none;
  }
  .company-layout, .product-layout, .article-layout, .news-layout, .career-layout {
    grid-template-columns: minmax(0,1fr) 315px;
    gap: 34px;
  }
  .quote-box {
    padding: 26px;
  }
  .gallery-main {
    min-height: 390px;
    padding: 25px;
  }
  .gallery-main-image {
    height: 345px;
  }
  .news-list {
    grid-template-columns: 1fr;
  }
  .service-row {
    gap: 40px;
    padding: 30px;
  }
  .service-copy h2 {
    font-size: 31px;
  }
  .service-visual img {
    height: 310px;
  }
  .contact-layout {
    gap: 45px;
  }
  .contact-form-card {
    padding: 33px;
  }
  .footer-grid {
    grid-template-columns: 1.1fr 1.2fr .8fr 1fr;
    gap: 23px;
  }
  .footer-grid > div > a:not(.footer-brand), .footer-contact > div p {
    font-size: 13px;
  }
}
@media (max-width: 1050px) {
  .hero-grid {
    gap: 26px;
    grid-template-columns: 1fr 1fr;
  }
  .hero h1 {
    font-size: 49px;
    letter-spacing: -2.3px;
  }
  .hero-copy > .eyebrow {
    font-size: 11px;
    letter-spacing: 1.45px;
  }
  .hero-cert {
    flex-wrap: wrap;
    row-gap: 6px;
    font-size: 11px;
  }
  .hero-cert strong {
    font-size: 12px;
  }
  .hero-cert .cert-divider {
    margin-inline: 0;
  }
  .hero-visual {
    height: 526px;
    box-shadow: 10px 12px 0 #e5e9f0,0 20px 40px #18204008;
  }
  .hero-machine {
    top: 66px;
    height: 265px;
  }
  .technical-label {
    font-size: 10px;
    right: 19px;
    letter-spacing: .95px;
  }
  .hero-visual::before {
    left: 20px;
    width: 26px;
  }
  .machine-caption {
    min-height: 120px;
    padding-inline: 18px;
    gap: 13px;
  }
  .machine-index {
    width: 45px;
    height: 45px;
    font-size: 21px;
  }
  .machine-caption a {
    font-size: 16px;
  }
  .machine-caption > div > span {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .stats strong {
    font-size: 46px;
  }
  .stats > .container > div:not(:first-child) {
    padding-left: 25px;
  }
  .stats-intro p {
    font-size: 17px;
  }
  .about-grid {
    gap: 38px;
  }
  .about-visual > img {
    height: 330px;
  }
  .about-copy h2 {
    font-size: 32px;
  }
  .about-tabs button {
    padding-inline: 17px;
    font-size: 14px;
  }
  .reasons-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .product-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .product-grid:not(.is-filtered) > .product-card:first-child {
    grid-template-columns: 1.1fr 1fr;
  }
  .product-grid:not(.is-filtered) > .product-card:first-child h3 {
    font-size: 34px;
  }
  .product-grid:not(.is-filtered) > .product-card:first-child .product-image {
    min-height: 365px;
  }
  .product-grid:not(.is-filtered) > .product-card:first-child .product-card-body {
    padding: 40px;
  }
  .catalogue-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }
  .product-search {
    width: 100%;
  }
  .quote-grid, .news-grid:not(.news-list) {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .quote-grid > :last-child, .news-grid:not(.news-list) > :last-child {
    grid-column: 1 / -1;
  }
  .quote-grid > :last-child blockquote {
    max-width: 780px;
  }
  .client-logos {
    gap: 18px;
    flex-wrap: wrap;
  }
  .clients-band .container {
    gap: 23px;
  }
  .client-logos img {
    width: 96px;
    height: 68px;
  }
  .footer-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 42px 60px;
  }
  .footer-grid > div > a:not(.footer-brand), .footer-contact > div p {
    font-size: 14px;
  }
  .company-layout, .product-layout, .article-layout, .news-layout, .career-layout {
    grid-template-columns: minmax(0,1fr);
  }
  .company-aside {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    align-items: start;
  }
  .company-aside .quote-box {
    margin: 0;
  }
  .product-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 25px;
  }
  .product-sidebar .sidebar-nav, .product-sidebar .quote-box {
    margin-bottom: 0;
  }
  .product-sidebar .sidebar-news {
    grid-column: 1 / -1;
  }
  .news-list {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .news-sidebar, .article-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .service-row {
    gap: 30px;
    padding: 26px;
  }
  .service-visual {
    padding: 15px;
  }
  .service-copy h2 {
    font-size: 29px;
  }
  .service-copy .prose {
    font-size: 16px;
  }
  .service-visual img {
    height: 285px;
  }
  .contact-layout {
    gap: 34px;
  }
  .contact-details > h2 {
    font-size: 35px;
  }
  .contact-form-card {
    padding: 27px;
  }
  .contact-form-card h2 {
    font-size: 33px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-strip h2 {
    font-size: 36px;
  }
}
@media (max-width: 820px) {
  :root {
    --section-space: 73px;
  }
  .container {
    width: calc(100% - 48px);
  }
  .topbar .container > span {
    display: none;
  }
  .topbar .container > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
  }
  .topbar > .container {
    min-height: 40px;
  }
  .brand {
    width: 310px;
  }
  .hero-grid {
    grid-template-columns: minmax(0,1fr);
    padding-top: 43px;
    padding-bottom: 40px;
    gap: 36px;
  }
  .hero h1 {
    font-size: clamp(53px,8.8vw,69px);
    max-width: 680px;
    letter-spacing: -3px;
    margin-top: 22px;
  }
  .hero-copy > p {
    font-size: 18px;
    max-width: 590px;
  }
  .hero-actions {
    gap: 27px;
  }
  .hero-secondary {
    font-size: 15px;
  }
  .hero-cert {
    gap: 15px;
    font-size: 12px;
    margin-top: 28px;
    flex-wrap: nowrap;
  }
  .hero-cert strong {
    font-size: 13px;
  }
  .hero-visual {
    width: 100%;
    height: 550px;
    max-width: 720px;
  }
  .hero-machine {
    height: 305px;
    top: 60px;
  }
  .technical-label {
    font-size: 11px;
    top: 21px;
    right: 25px;
  }
  .hero-visual::before {
    left: 25px;
  }
  .machine-caption {
    min-height: 103px;
    padding: 21px 26px;
  }
  .machine-caption a {
    font-size: 19px;
  }
  .machine-caption > div > span {
    font-size: 11px;
    letter-spacing: 1.3px;
  }
  .machine-index {
    width: 51px;
    height: 51px;
    font-size: 23px;
  }
  .hero-bottom > span {
    font-size: 11px;
    letter-spacing: 1.4px;
  }
  .hero-bottom b {
    padding-inline: 12px;
  }
  .hero-bottom a {
    font-size: 12px;
    gap: 10px;
  }
  .stats > .container {
    grid-template-columns: repeat(3,minmax(0,1fr));
    padding-block: 30px;
    row-gap: 28px;
  }
  .stats-intro {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border-bottom: 1px solid #ffffff23;
    padding-bottom: 23px;
  }
  .stats-intro .eyebrow {
    margin: 0;
  }
  .stats-intro p {
    font-size: 17px;
  }
  .stats > .container > div:nth-child(2) {
    padding-left: 0;
    border-left: 0;
  }
  .stats > .container > div:not(:first-child) {
    padding-left: 25px;
  }
  .stats > .container > div:nth-child(2) {
    padding-left: 0;
  }
  .stats strong {
    font-size: 44px;
  }
  .stats .container > div > span:not(.eyebrow) {
    font-size: 13px;
  }
  .about-grid {
    grid-template-columns: minmax(0,1fr);
    gap: 45px;
  }
  .about-visual {
    margin-top: 20px;
    padding: 27px;
  }
  .about-visual > img {
    height: 395px;
  }
  .about-stamp {
    left: 20px;
    top: -22px;
  }
  .about-copy h2 {
    font-size: 38px;
  }
  .about-copy > .eyebrow {
    max-width: 560px;
  }
  .section-heading {
    gap: 25px;
  }
  .section-heading h2 {
    font-size: 35px;
  }
  .product-grid:not(.is-filtered) > .product-card:first-child .product-card-body {
    padding: 28px;
  }
  .product-grid:not(.is-filtered) > .product-card:first-child h3 {
    font-size: 28px;
  }
  .product-card h3 {
    font-size: 22px;
  }
  .product-card-body {
    padding: 24px;
  }
  .product-image {
    height: 270px;
  }
  .reason-card {
    padding: 28px;
  }
  .clients-band > .container {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .clients-band .eyebrow {
    max-width: none;
    text-align: center;
  }
  .client-logos {
    gap: 18px;
  }
  .client-logos img {
    width: 105px;
  }
  .quote-card {
    padding: 28px;
  }
  .quote-card blockquote {
    font-size: 16px;
  }
  .industry-statement h2 {
    font-size: 37px;
    letter-spacing: -1.2px;
  }
  .page-hero > .container {
    padding-bottom: 48px;
  }
  .page-hero h1 {
    font-size: 44px;
    letter-spacing: -1.5px;
  }
  .page-hero .eyebrow {
    font-size: 11px;
    letter-spacing: 1.15px;
  }
  .page-hero-mark {
    font-size: 175px;
    bottom: -23px;
  }
  .breadcrumb {
    font-size: 13px;
    margin-bottom: 29px;
  }
  .company-nav a {
    font-size: 14px;
    padding-inline: 15px;
  }
  .editorial-chapter {
    padding: 29px;
  }
  .prose .lead {
    font-size: 17px;
  }
  .team-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px;
  }
  .team-card > img {
    height: 290px;
    padding: 23px;
  }
  .team-card > div {
    padding: 24px;
  }
  .team-card h3 {
    font-size: 22px;
  }
  .clients-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .service-row {
    grid-template-columns: minmax(0,1fr);
    padding: 30px;
    gap: 29px;
  }
  .service-row:nth-child(even) .service-visual {
    order: 0;
  }
  .service-visual img {
    height: 320px;
  }
  .service-copy h2 {
    font-size: 32px;
  }
  .contact-layout {
    grid-template-columns: minmax(0,1fr);
    gap: 42px;
  }
  .contact-form-card {
    padding: 36px;
  }
  .form-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
  }
  .contact-strip > .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
  }
  .contact-strip {
    padding-block: 45px;
  }
  .contact-strip h2 {
    font-size: 38px;
  }
  .footer-grid {
    gap: 40px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 12px 25px;
  }
  .footer-bottom > span:first-child {
    flex-basis: 100%;
  }
  .back-top {
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  :root {
    --section-space: 61px;
  }
  html {
    scroll-padding-top: 104px;
  }
  body {
    font-size: 16px;
  }
  .container {
    width: calc(100% - 36px);
  }
  h2 {
    font-size: 31px;
    letter-spacing: -1px;
  }
  .eyebrow {
    font-size: 11px;
    letter-spacing: 1.4px;
  }
  .topbar {
    font-size: 12px;
  }
  .topbar > .container {
    min-height: 36px;
  }
  .topbar .container > div {
    gap: 4px 12px;
    flex-wrap: wrap;
    padding-block: 6px;
  }
  .topbar a {
    gap: 5px;
    white-space: nowrap;
  }
  .topbar a .icon {
    font-size: 11px;
  }
  .header-inner {
    min-height: 80px;
    gap: 15px;
  }
  .brand {
    width: min(245px,calc(100% - 65px));
  }
  .menu-toggle {
    width: 46px;
    height: 46px;
    min-width: 46px;
    padding: 0;
  }
  .menu-label {
    display: none;
  }
  .js #primary-nav {
    padding: 15px 20px 24px;
    max-height: calc(100dvh - 90px);
  }
  #primary-nav > a:not(.button), .nav-parent > a {
    font-size: 16px;
  }
  .dropdown a {
    font-size: 14px;
  }
  .hero-grid {
    padding-top: 34px;
    padding-bottom: 30px;
    gap: 31px;
  }
  .hero h1 {
    font-size: clamp(40px,9.2vw,53px);
    letter-spacing: -1.9px;
    line-height: 1.17;
    margin: 21px 0 21px;
  }
  .hero-copy > .eyebrow {
    font-size: 11px;
    letter-spacing: 1.4px;
    gap: 10px;
    margin-bottom: 14px;
  }
  .red-line {
    width: 23px;
    height: 2px;
  }
  .hero-copy > p {
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 21px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 23px;
  }
  .hero-actions .button {
    width: 100%;
    justify-content: space-between;
    padding-inline: 22px;
    font-size: 15px;
    min-height: 56px;
  }
  .hero-secondary {
    justify-content: center;
    font-size: 14px;
    min-height: 40px;
    gap: 11px;
  }
  .hero-cert {
    margin-top: 23px;
    gap: 10px;
    font-size: 12px;
    line-height: 1.7;
  }
  .hero-cert > .icon {
    width: 26px;
    height: 26px;
  }
  .hero-cert strong {
    font-size: 12px;
  }
  .cert-divider {
    height: 34px;
  }
  .hero-visual {
    height: 442px;
    border-radius: 20px;
    box-shadow: 7px 9px 0 #e5e9f0;
  }
  .hero-visual::before {
    top: 24px;
    left: 19px;
    width: 26px;
    height: 3px;
  }
  .technical-label {
    top: 20px;
    right: 18px;
    font-size: 10px;
    letter-spacing: 1.05px;
  }
  .hero-machine {
    top: 55px;
    left: 9px;
    width: calc(100% - 18px);
    height: 215px;
  }
  .machine-caption {
    padding: 16px 18px;
    min-height: 100px;
    gap: 13px;
    bottom: 74px;
  }
  .machine-index {
    width: 43px;
    height: 45px;
    border-radius: 10px;
    font-size: 20px;
  }
  .machine-caption > div > span {
    font-size: 10px;
    letter-spacing: .8px;
  }
  .machine-caption a {
    font-size: 15px;
    line-height: 1.6;
  }
  .machine-caption .icon {
    font-size: 12px;
  }
  .hero-controls {
    bottom: 14px;
    left: 18px;
    right: 18px;
    gap: 10px;
  }
  .hero-controls .icon-button {
    width: 43px;
    height: 43px;
    font-size: 14px;
  }
  .hero-count {
    font-size: 12px;
  }
  .hero-controls .hero-pause {
    width: 37px;
    height: 37px;
  }
  .hero-bottom {
    padding-block: 17px;
    justify-content: center;
  }
  .hero-bottom > span {
    font-size: 10px;
    letter-spacing: 1.8px;
  }
  .hero-bottom b {
    padding-inline: 12px;
  }
  .hero-bottom a {
    display: none;
  }
  .stats > .container {
    row-gap: 25px;
    padding-block: 29px;
  }
  .stats-intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    padding-bottom: 20px;
  }
  .stats-intro .eyebrow {
    font-size: 10px;
  }
  .stats-intro p {
    font-size: 18px;
    line-height: 1.55;
  }
  .stats > .container > div:not(:first-child) {
    padding-left: 14px;
  }
  .stats > .container > div:nth-child(2) {
    padding-left: 0;
  }
  .stats strong {
    font-size: clamp(33px,8.2vw,42px);
    letter-spacing: -1px;
  }
  .stats strong::after {
    width: 5px;
    height: 5px;
    margin-left: 5px;
  }
  .stats .container > div > span:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.65;
    margin-top: 7px;
  }
  .about-grid {
    gap: 36px;
  }
  .about-visual {
    padding: 19px;
    border-radius: 20px;
  }
  .about-visual > img {
    height: 305px;
  }
  .about-stamp {
    width: 130px;
    padding: 19px;
    top: -18px;
    left: 14px;
    border-radius: 12px;
  }
  .about-stamp strong {
    font-size: 27px;
  }
  .about-stamp span {
    font-size: 9px;
    letter-spacing: .6px;
  }
  .about-caption {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .about-copy h2 {
    font-size: 31px;
    letter-spacing: -1.2px;
    line-height: 1.35;
  }
  .about-copy > .eyebrow {
    font-size: 10px;
    letter-spacing: 1.3px;
  }
  .about-copy .prose, .about-copy .prose h3 {
    font-size: 16px;
    line-height: 1.9;
  }
  .about-tabs {
    margin-block: 25px;
    width: 100%;
  }
  .about-tabs button {
    flex: 1;
    font-size: 14px;
    padding: 11px 10px;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 31px;
    letter-spacing: -1px;
  }
  .section-heading > .text-link {
    margin: 0;
  }
  .reasons-grid {
    grid-template-columns: minmax(0,1fr);
    gap: 18px;
  }
  .reason-card {
    padding: 28px;
  }
  .reason-card h3 {
    font-size: 23px;
  }
  .reason-card p {
    font-size: 16px;
  }
  .reason-icon {
    width: 53px;
    height: 53px;
    margin-bottom: 22px;
  }
  .catalogue-toolbar {
    gap: 17px;
    padding-bottom: 23px;
    margin-bottom: 25px;
  }
  .filters {
    gap: 7px;
  }
  .filters button {
    font-size: 13px;
    padding: 10px 12px;
    gap: 8px;
  }
  .filters button span {
    font-size: 11px;
  }
  .product-search input {
    font-size: 16px;
  }
  .product-grid {
    grid-template-columns: minmax(0,1fr);
    gap: 24px;
  }
  .product-grid:not(.is-filtered) > .product-card:first-child {
    grid-column: auto;
    display: flex;
  }
  .product-grid:not(.is-filtered) > .product-card:first-child .product-image {
    min-height: 0;
    height: 283px;
  }
  .product-grid:not(.is-filtered) > .product-card:first-child .product-card-body {
    padding: 27px;
  }
  .product-grid:not(.is-filtered) > .product-card:first-child h3 {
    font-size: 26px;
  }
  .product-card h3 {
    font-size: 24px;
    line-height: 1.45;
  }
  .product-image {
    height: 283px;
    padding: 44px 23px 27px;
  }
  .product-card-body {
    padding: 27px;
  }
  .product-card-body > .eyebrow {
    font-size: 11px;
  }
  .product-card-body > .text-link {
    font-size: 14px;
  }
  .difference-grid {
    grid-template-columns: minmax(0,1fr);
    gap: 18px;
  }
  .difference-card {
    padding: 29px;
  }
  .difference-card p {
    font-size: 16px;
  }
  .difference-card h3 {
    font-size: 23px;
  }
  .client-logos {
    justify-content: center;
    gap: 18px 23px;
  }
  .client-logos img {
    width: 88px;
    height: 67px;
  }
  .industry-statement h2 {
    font-size: 31px;
    line-height: 1.5;
    letter-spacing: -.9px;
  }
  .industry-statement::after {
    font-size: 200px;
    letter-spacing: -12px;
    right: -10px;
    bottom: -15px;
  }
  .industry-statement .container > div {
    gap: 12px;
  }
  .industry-statement .button {
    font-size: 14px;
    padding-inline: 19px;
    gap: 17px;
  }
  .quote-grid, .news-grid, .news-list {
    grid-template-columns: minmax(0,1fr);
    gap: 22px;
  }
  .quote-grid > :last-child, .news-grid:not(.news-list) > :last-child {
    grid-column: auto;
  }
  .quote-card {
    padding: 28px;
  }
  .quote-card blockquote {
    font-size: 16px;
  }
  .news-card h2, .news-list .news-card h2 {
    font-size: 24px;
  }
  .news-card-image, .news-list .news-card-image {
    height: 285px;
  }
  .news-card-body {
    padding: 27px;
  }
  .original-showcase {
    padding-block: 52px;
  }
  .original-showcase .section-heading {
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
  .original-showcase .section-heading h2 {
    font-size: 25px;
  }
  .original-showcase .eyebrow {
    font-size: 10px;
  }
  .slider-controls {
    gap: 7px;
  }
  .slider-controls .icon-button {
    width: 41px;
    height: 41px;
    font-size: 14px;
  }
  .banner-track {
    border-radius: 12px;
  }
  .page-hero > .container {
    padding-top: 23px;
    padding-bottom: 39px;
  }
  .breadcrumb {
    font-size: 12px;
    gap: 9px;
    margin-bottom: 27px;
    line-height: 1.75;
  }
  .page-hero .eyebrow {
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 1.8;
    max-width: 340px;
  }
  .page-hero h1 {
    font-size: clamp(32px,8.8vw,43px);
    letter-spacing: -1.1px;
    line-height: 1.28;
  }
  .page-hero-mark {
    font-size: 138px;
    letter-spacing: -8px;
    bottom: -16px;
    right: -7px;
  }
  .company-nav {
    gap: 7px;
    padding-block: 21px;
  }
  .company-nav a {
    font-size: 13px;
    padding: 10px 13px;
    border-radius: 8px;
  }
  .company-section, .product-section {
    padding-top: 35px;
  }
  .prose {
    font-size: 16px;
    line-height: 1.9;
  }
  .prose h2, .prose h3 {
    font-size: 26px;
    letter-spacing: -.7px;
    line-height: 1.45;
  }
  .prose .lead {
    font-size: 16px;
  }
  .prose h4 {
    font-size: 21px;
  }
  .editorial-chapter {
    padding: 24px 21px;
    border-radius: 16px;
  }
  .editorial-chapter > h3:first-child, .editorial-chapter > h2:first-child {
    padding-left: 13px;
  }
  .editorial-chapter p > img {
    padding: 7px;
  }
  .prose .row {
    gap: 17px;
  }
  .original-copy .article-content > .pull-right {
    float: none;
    max-width: 100%;
    margin: 0 0 24px;
  }
  .company-aside, .product-sidebar, .news-sidebar, .article-sidebar {
    display: block;
  }
  .company-aside .quote-box, .product-sidebar .quote-box, .product-sidebar .sidebar-nav {
    margin-bottom: 24px;
  }
  .company-note, .quote-box {
    padding: 27px;
    border-radius: 17px;
  }
  .quote-box > a.expert-phone {
    font-size: 22px;
  }
  .quote-box .button {
    font-size: 14px;
  }
  .who-we-box-wrapper {
    grid-template-columns: minmax(0,1fr);
  }
  .product-gallery {
    padding: 12px;
    border-radius: 17px;
  }
  .gallery-main {
    min-height: 285px;
    padding: 16px;
    border-radius: 11px;
  }
  .gallery-main-image {
    height: 258px;
  }
  .zoom-label {
    font-size: 11px;
    padding: 8px 11px;
    right: 10px;
    bottom: 10px;
  }
  .gallery-bottom {
    padding-top: 20px;
  }
  .gallery-bottom .eyebrow {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .gallery-thumb {
    flex-basis: 77px;
    height: 68px;
    border-radius: 9px;
  }
  .gallery-thumbs {
    gap: 9px;
  }
  .product-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 34px;
  }
  .product-actions .button {
    width: 100%;
  }
  .sidebar-nav, .sidebar-news {
    padding: 24px;
    border-radius: 17px;
  }
  .sidebar-nav > a {
    font-size: 15px;
  }
  .spec-table {
    font-size: 14px;
  }
  .spec-table td, .spec-table th {
    padding: 14px 15px;
  }
  .related-products {
    padding-block: 45px;
  }
  .related-products h2 {
    font-size: 30px;
  }
  .related-links {
    gap: 10px;
  }
  .related-links a {
    font-size: 13px;
    padding: 13px 15px;
  }
  .team-grid {
    grid-template-columns: minmax(0,1fr);
    gap: 24px;
    margin-bottom: 46px;
  }
  .team-card > img {
    height: 310px;
    padding: 24px;
  }
  .team-card > div {
    padding: 25px;
  }
  .team-card h3 {
    font-size: 25px;
  }
  .team-card p {
    font-size: 16px;
  }
  .clients-grid {
    gap: 16px;
  }
  .client-tile {
    min-height: 160px;
    padding: 22px;
    border-radius: 14px;
  }
  .client-tile img {
    max-height: 105px;
  }
  .service-row {
    padding: 20px;
    gap: 25px;
    margin-bottom: 25px;
    border-radius: 18px;
  }
  .service-visual {
    padding: 13px;
    border-radius: 12px;
  }
  .service-visual img {
    height: 255px;
  }
  .service-copy h2 {
    font-size: 28px;
    letter-spacing: -.8px;
  }
  .service-copy .prose {
    font-size: 16px;
  }
  .service-copy > .eyebrow {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .service-copy .prose li {
    padding-left: 3px;
  }
  .news-full-image {
    padding: 17px;
    border-radius: 16px;
  }
  .news-copy {
    padding-block: 29px;
    font-size: 16px;
  }
  .article-meta {
    font-size: 13px;
  }
  .career-intro {
    font-size: 30px;
    line-height: 1.4;
  }
  .career-card {
    padding: 27px 23px;
    border-radius: 17px;
  }
  .career-card > h2 {
    font-size: 28px;
  }
  .content-accordion summary {
    font-size: 16px;
    padding-block: 20px;
  }
  .content-accordion .prose {
    font-size: 16px;
  }
  .contact-layout {
    gap: 32px;
  }
  .contact-details > h2 {
    font-size: 32px;
  }
  .contact-details > h3 {
    font-size: 18px;
    line-height: 1.7;
  }
  .contact-row p {
    font-size: 16px;
  }
  .contact-form-card {
    padding: 29px 23px;
    border-radius: 18px;
  }
  .contact-form-card::before {
    left: 25px;
    right: 25px;
  }
  .contact-form-card h2 {
    font-size: 31px;
  }
  .contact-form-card > p {
    font-size: 16px;
  }
  .form-grid {
    grid-template-columns: minmax(0,1fr);
    gap: 0;
  }
  .form-submit {
    width: 100%;
  }
  .form-delivery-note {
    padding: 15px;
    gap: 10px;
  }
  .map-placeholder {
    padding: 27px;
  }
  .map-placeholder h3 {
    font-size: 25px;
  }
  .contact-strip h2 {
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: -.8px;
  }
  .contact-strip {
    padding-block: 41px;
  }
  .contact-strip .button {
    min-width: 0;
    min-height: 55px;
    padding: 15px 22px;
  }
  .site-footer {
    padding-top: 50px;
  }
  .footer-grid {
    grid-template-columns: minmax(0,1fr);
    gap: 33px;
    padding-bottom: 36px;
  }
  .footer-brand {
    max-width: 320px;
  }
  .footer-intro > p {
    max-width: 380px;
    font-size: 15px;
  }
  .footer-grid h3 {
    font-size: 18px;
    margin-bottom: 21px;
  }
  .footer-grid > div > a:not(.footer-brand), .footer-contact > div p {
    font-size: 15px;
  }
  .footer-grid > div:not(:first-child) {
    border-top: 1px solid #ffffff1a;
    padding-top: 27px;
  }
  .footer-grid > div > a:not(.footer-brand) {
    margin-bottom: 11px;
  }
  .footer-bottom {
    font-size: 11px;
    padding-block: 23px;
    gap: 11px 20px;
    padding-right: 47px;
  }
  .footer-bottom > span {
    flex-basis: 100%;
  }
  .footer-bottom .back-top {
    margin-left: 0;
  }
  .floating-back-top {
    width: 43px;
    height: 43px;
    right: 14px;
    bottom: 15px;
    border-radius: 11px;
  }
  .dialog-toolbar {
    padding: 14px;
  }
  .dialog-toolbar > span {
    font-size: 10px;
    letter-spacing: .7px;
  }
  .dialog-image {
    height: 53vh;
    padding: 14px;
  }
  .dialog-footer {
    padding: 14px;
    gap: 12px;
  }
  .dialog-footer p {
    font-size: 12px;
  }
  .dialog-footer .icon-button {
    width: 41px;
    height: 41px;
  }
  .error-page .button {
    margin: 0 0 22px;
  }
  .error-page .text-link {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 360px) {
  .container {
    width: calc(100% - 30px);
  }
  .topbar {
    font-size: 12px;
  }
  .topbar a {
    gap: 4px;
  }
  .hero h1 {
    font-size: 37px;
    letter-spacing: -1.7px;
  }
  .hero-cert {
    gap: 8px;
    font-size: 10px;
  }
  .hero-cert strong {
    font-size: 10px;
  }
  .hero-cert > .icon {
    width: 22px;
    height: 22px;
  }
  .hero-visual {
    height: 446px;
  }
  .technical-label {
    font-size: 8px;
    letter-spacing: .8px;
  }
  .machine-caption a {
    font-size: 14px;
  }
  .machine-caption {
    padding-inline: 13px;
    gap: 10px;
  }
  .machine-index {
    width: 37px;
    height: 43px;
    font-size: 19px;
  }
  .machine-caption > div > span {
    font-size: 8px;
    letter-spacing: .75px;
  }
  .stats .container > div > span:not(.eyebrow) {
    font-size: 12px;
  }
  .stats > .container > div:not(:first-child) {
    padding-left: 9px;
  }
  .stats > .container > div:nth-child(2) {
    padding-left: 0;
  }
  .stats strong {
    font-size: 32px;
  }
  .about-tabs button {
    font-size: 13px;
    padding-inline: 7px;
  }
  .reason-card, .product-card-body, .quote-card {
    padding: 24px;
  }
  .contact-form-card {
    padding-inline: 20px;
  }
  .page-hero h1 {
    font-size: 31px;
  }
  .contact-strip h2 {
    font-size: 30px;
  }
}
/* 15. Motion preference and print safety --------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .motion-ready .hero-copy, .motion-ready .hero-visual {
    opacity: 1;
    transform: none;
  }
}
@media print {
  .topbar, .site-header, .contact-strip, .site-footer, .product-sidebar, .company-aside, .hero-controls, .js-only, .product-actions, .related-products, .image-dialog, .reading-progress, .floating-back-top {
    display: none !important;
  }
  .container {
    width: 100%;
  }
  .section {
    padding: 20px 0;
  }
  body {
    font-size: 11pt;
    background: #fff;
  }
  .page-hero {
    background: #fff;
    color: #111;
  }
  .page-hero h1, .page-hero .eyebrow, .breadcrumb, .breadcrumb a, .breadcrumb > [aria-current] {
    color: #111;
  }
  .page-hero-mark {
    display: none;
  }
  .product-layout, .company-layout, .article-layout, .contact-layout {
    display: block;
  }
  .table-scroll {
    overflow: visible;
  }
  .spec-table {
    min-width: 0;
    font-size: 9pt;
  }
  a {
    color: inherit !important;
  }
  h2, h3, .product-gallery, .editorial-chapter {
    break-inside: avoid;
  }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    box-shadow: none !important;
  }
}
/* =========================================================
   LOCATION-WISE MORE PRODUCTS
========================================================= */
.location-product-hero .page-hero-mark {
  opacity:.05
}
.location-product-media {
  position:relative;
  border:1px solid var(--line,#dfe3ea);
  background:#fff;
  overflow:hidden;
  margin-bottom:36px;
  min-height:420px;
  display:flex;
  align-items:center;
  justify-content:center
}
.location-product-media img {
  display:block;
  width:100%;
  max-height:620px;
  object-fit:contain;
  padding:28px
}
.location-product-badge {
  position:absolute;
  left:22px;
  bottom:22px;
  background:#182040;
  color:#fff;
  padding:12px 18px;
  box-shadow:0 12px 28px rgba(24,32,64,.18)
}
.location-product-badge span {
  display:block;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  opacity:.72
}
.location-product-badge strong {
  font-size:18px
}
.location-context-note {
  border-left:4px solid #d71920;
  background:#f7f8fb;
  padding:18px 20px;
  margin:28px 0!important
}
.location-highlights {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:30px 0 42px
}
.location-highlights>div {
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:16px 18px;
  background:#fff;
  border:1px solid #e4e7ed
}
.location-highlights span {
  width:8px;
  height:8px;
  border-radius:50%;
  background:#d71920;
  margin-top:8px;
  flex:0 0 auto
}
.location-highlights p {
  margin:0!important;
  font-size:15px
}
.location-seo-block {
  position:relative;
  margin:34px 0;
  padding:30px 32px;
  border:1px solid #e2e5eb;
  background:linear-gradient(135deg,#fff 0%,#f8f9fc 100%);
  overflow:hidden
}
.location-seo-block:before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:4px;
  height:100%;
  background:#d71920
}
.location-seo-block:nth-of-type(2):before {
  background:#182040
}
.location-seo-block:nth-of-type(3):before {
  background:#6d7486
}
.location-seo-kicker {
  display:block;
  font-size:11px;
  font-weight:700;
  letter-spacing:.13em;
  color:#d71920;
  margin-bottom:9px
}
.location-seo-block h2 {
  font-size:clamp(24px,3vw,34px);
  line-height:1.25;
  margin:0 0 18px
}
.location-seo-block p:last-child {
  margin-bottom:0
}
.location-product-cta {
  margin-top:42px;
  padding:28px 30px;
  background:#182040;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}
.location-product-cta h3 {
  color:#fff;
  margin:5px 0 8px;
  font-size:26px
}
.location-product-cta p {
  margin:0!important;
  color:rgba(255,255,255,.78)
}
.location-product-cta .eyebrow {
  color:#fff
}
.location-product-cta .button {
  flex:0 0 auto
}
@media(max-width:767px) {
  .location-product-media {
    min-height:260px
  }
  .location-product-media img {
    padding:14px
  }
  .location-highlights {
    grid-template-columns:1fr
  }
  .location-seo-block {
    padding:24px 22px
  }
  .location-product-cta {
    align-items:flex-start;
    flex-direction:column
  }
  .location-product-cta .button {
    width:100%;
    text-align:center
  }
  .location-product-badge {
    left:14px;
    bottom:14px
  }
}
