/* E3 Tech — Temperature Control Unit pages
   Palette: ink #0e0e0e, crimson #ee1b04, stone #f1f1f0, hero field #eceae5
   Type: Archivo (UI), IBM Plex Mono (labels, numerals) */

.e3-v2 {
  --e3-v2-ink: #0e0e0e;
  --e3-v2-crimson: #ee1b04;
  --e3-v2-stone: #f1f1f0;
  --e3-v2-field: #eceae5;
  --e3-v2-rule: #e2e2e0;
  --e3-v2-rule-dark: #d6d6d1;
  --e3-v2-muted: #4a4a46;
  --e3-v2-label: #77776f;
  --e3-v2-dim: #8f8f8a;
  --e3-v2-shell: 1360px;
  --e3-v2-gutter: 48px;
  --e3-v2-mono: 'IBM Plex Mono', ui-monospace, monospace;

  margin: 0;
  background: #fff;
  color: var(--e3-v2-ink);
  font-family: Archivo, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;

  /*font-family:"ITC Avant Garde Gothic Std Book";*/

}

header{
    font-family:"ITC Avant Garde Gothic Std Book";
}

.e3-v2, .e3-v2 * { box-sizing: border-box; }

.e3-v2 a { color: var(--e3-v2-ink); text-decoration: none; }
.e3-v2 a:hover { color: var(--e3-v2-crimson); }

.e3-v2 h1, .e3-v2 h2, .e3-v2 h3, .e3-v2 h4 { margin: 0; }

.e3-v2-wrap {
  max-width: var(--e3-v2-shell);
  margin: 0 auto;
  padding: 0 var(--e3-v2-gutter);
}

.e3-v2-dot { color: var(--e3-v2-crimson); }
.e3-v2-crimson { color: var(--e3-v2-crimson); }

/* ---------- masthead ---------- */

.e3-v2-masthead { background: var(--e3-v2-ink); color: #fff; }

.e3-v2-masthead-inner {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.e3-v2-logo { height: 19px; width: auto; display: block; }

.e3-v2-pillars {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: var(--e3-v2-mono);
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.e3-v2-pillars a {
  color: var(--e3-v2-dim);
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}

.e3-v2-pillars a:hover { color: #fff; }
.e3-v2-pillars a.e3-v2-is-current { color: #fff; border-bottom-color: var(--e3-v2-crimson); }

/* ---------- sub navigation ---------- */

.e3-v2-subnav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid var(--e3-v2-rule);
}


.e3-v2-subnav-inner {
  height: 58px;
  display: flex;
  align-items: stretch;
  gap: 34px;
}

.e3-v2-subnav a {
  display: flex;
  align-items: center;
  color: #9a9a94;
  font-size: 13.5px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

.e3-v2-subnav a:hover { color: var(--e3-v2-ink); }
.e3-v2-subnav a.e3-v2-is-current { color: var(--e3-v2-ink); border-bottom-color: var(--e3-v2-crimson); }

/* ---------- hero ---------- */

.e3-v2-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  border-bottom: 1px solid var(--e3-v2-rule);
}

.e3-v2-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 84px 56px 84px max(var(--e3-v2-gutter), calc(100% - 640px));
}

.e3-v2-hero-copy h1 {
  font-size: 70px;
  line-height: .9;
  font-weight: 800;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.e3-v2-descriptor {
  margin: 28px 0 0;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 600;
  max-width: 22ch;
}

.e3-v2-lead {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--e3-v2-muted);
  max-width: 46ch;
}

.e3-v2-stats {
  display: flex;
  margin: 46px 0 0;
  border-top: 2px solid var(--e3-v2-crimson);
}

.e3-v2-stats > div { flex: 1; padding: 16px 20px 0 0; }
.e3-v2-stats > div:first-child { border-right: 1px solid var(--e3-v2-rule); }
.e3-v2-stats > div:last-child { padding: 16px 0 0 20px; }

.e3-v2-stats dt {
  font-family: var(--e3-v2-mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--e3-v2-label);
}

.e3-v2-stats dd { margin: 8px 0 0; font-size: 19px; font-weight: 700; }

.e3-v2-hero-stage {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  background: var(--e3-v2-field);
  display: flex;
  align-items: flex-end;
}

.e3-v2-plinth {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 54px;
  background: var(--e3-v2-ink);
}

.e3-v2-hero-collage {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  padding: 44px 36px 54px;
}

.e3-v2-hero-collage img {
  min-width: 0;
  object-fit: contain;
  object-position: bottom center;
}

.e3-v2-hero-collage .e3-v2-c1 { flex: 1 1 0; max-width: 34%; height: 66%; margin-right: -6%; }
.e3-v2-hero-collage .e3-v2-c2 { flex: 1.22 1 0; max-width: 40%; height: 92%; position: relative; z-index: 2; }
.e3-v2-hero-collage .e3-v2-c3 { flex: 1 1 0; max-width: 34%; height: 58%; margin-left: -6%; }

/* ---------- section headings ---------- */

.e3-v2 h2 {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

/* ---------- temperature envelope ---------- */

.e3-v2-envelope { padding: 78px 0 90px; }
.e3-v2-envelope h2 { margin-bottom: 34px; }

.e3-v2-bars { list-style: none; margin: 0; padding: 0; }

.e3-v2-bars li {
  display: flex;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--e3-v2-rule);
  padding: 15px 0;
}

.e3-v2-bars .e3-v2-code { width: 196px; flex: none; font-size: 17px; font-weight: 700; letter-spacing: -.01em; }

.e3-v2-bars .e3-v2-bar {
  flex: 1;
  position: relative;
  height: 12px;
  background: #edede9;
}

.e3-v2-bars .e3-v2-bar i { position: absolute; top: 0; bottom: 0; max-width: 100%; background: var(--e3-v2-ink); }

.e3-v2-bars .e3-v2-bar u {
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: 20.45%;
  width: 1px;
  background: var(--e3-v2-crimson);
}

.e3-v2-bars .e3-v2-range {
  width: 170px;
  flex: none;
  text-align: right;
  font-family: var(--e3-v2-mono);
  font-size: 12px;
  letter-spacing: .04em;
}

.e3-v2-bars .e3-v2-note {
  width: 112px;
  flex: none;
  text-align: right;
  font-family: var(--e3-v2-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--e3-v2-crimson);
}

.e3-v2-axis {
  position: relative;
  height: 14px;
  margin: 10px 306px 0 220px;
  font-family: var(--e3-v2-mono);
  font-size: 10px;
  letter-spacing: .1em;
  color: var(--e3-v2-label);
  border-top: 1px solid var(--e3-v2-ink);
  padding-top: 10px;
}

.e3-v2-axis span { position: absolute; transform: translateX(-50%); }
.e3-v2-axis span:nth-child(1) { left: 0; transform: none; }
.e3-v2-axis span:nth-child(2) { left: 20.45%; color: var(--e3-v2-crimson); }
.e3-v2-axis span:nth-child(3) { left: 43.2%; }
.e3-v2-axis span:nth-child(4) { left: 65.9%; }
.e3-v2-axis span:nth-child(5) { right: 0; left: auto; transform: none; }

/* ---------- machines + offerings ---------- */

.e3-v2-band { background: var(--e3-v2-stone); }
.e3-v2-band > .e3-v2-wrap { padding-top: 90px; padding-bottom: 90px; }

.e3-v2-machine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin-top: 40px;
}

.e3-v2-machine-grid figure { margin: 0; }

.e3-v2-shot {
  background: #fff;
  height: 400px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.e3-v2-shot img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }

.e3-v2-machine-grid figcaption { display: block; margin-top: 16px; }
.e3-v2-machine-grid figcaption b { display: block; font-size: 17px; }
.e3-v2-machine-grid figcaption span { display: block; margin-top: 6px; font-size: 14.5px; color: #5a5a55; line-height: 1.5; }

.e3-v2-offerings { margin-top: 96px; }
.e3-v2-offerings h2 { margin-bottom: 26px; }

.e3-v2-rail {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 14px;
  margin-bottom: 34px;
}

.e3-v2-chip {
  scroll-snap-align: start;
  flex: none;
  min-width: 186px;
  background: var(--e3-v2-ink);
  color: #fff;
  padding: 18px 26px 18px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  overflow: hidden;
}

.e3-v2-chip::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--e3-v2-crimson);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .32s cubic-bezier(.4, 0, .2, 1);
}

.e3-v2-chip:hover::before { transform: scaleY(1); transform-origin: top; }

.e3-v2-chip-top { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; }
.e3-v2-chip-top b { font-size: 19px; font-weight: 700; letter-spacing: -.015em; white-space: nowrap; }

.e3-v2-chip-top em {
  font-style: normal;
  font-family: var(--e3-v2-mono);
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--e3-v2-dim);
  white-space: nowrap;
}

.e3-v2-chip-range { font-family: var(--e3-v2-mono); font-size: 12.5px; color: var(--e3-v2-crimson); white-space: nowrap; }

.e3-v2-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 56px;
  border-top: 2px solid var(--e3-v2-crimson);
}

.e3-v2-features li {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--e3-v2-rule-dark);
  padding: 15px 0;
  animation: e3-v2-rise .5s cubic-bezier(.22, 1, .36, 1) both;
  animation-timeline: view();
  animation-range: entry 0% cover 22%;
}

.e3-v2-features .e3-v2-num {
  font-family: var(--e3-v2-mono);
  font-size: 10.5px;
  letter-spacing: .06em;
  color: var(--e3-v2-crimson);
  flex: none;
  width: 22px;
}

.e3-v2-features li > span:last-child { font-size: 16.5px; line-height: 1.35; font-weight: 500; letter-spacing: -.01em; }

@keyframes e3-v2-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

/* ---------- heat transfer fluid ---------- */

.e3-v2-htf { background: var(--e3-v2-ink); color: #fff; }

.e3-v2-htf-inner {
  padding: 74px var(--e3-v2-gutter) 78px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
}

.e3-v2-htf-name { margin: 24px 0 0; font-size: 38px; font-weight: 700; line-height: 1.1; letter-spacing: -.02em; }
.e3-v2-htf-inner p { margin: 0; font-size: 16.5px; line-height: 1.6; color: #c8c8c2; max-width: 44ch; }

.e3-v2-htf-tag {
  margin-top: 30px !important;
  padding-top: 18px;
  border-top: 2px solid var(--e3-v2-crimson);
  font-family: var(--e3-v2-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #fff !important;
}

/* ---------- clients marquee ---------- */

.e3-v2-clients { padding: 90px 0 96px; overflow: hidden; }
.e3-v2-clients h2 { margin-bottom: 40px; }

.e3-v2-marquee { display: flex; flex-direction: column; gap: 14px; }

.e3-v2-track {
  display: flex;
  gap: 14px;
  width: max-content;
}

.e3-v2-track-left { animation: e3-v2-slide-left 52s linear infinite; }
.e3-v2-track-right { animation: e3-v2-slide-right 60s linear infinite; }
.e3-v2-track:hover { animation-play-state: paused; }

@keyframes e3-v2-slide-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes e3-v2-slide-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.e3-v2-tile {
  flex: none;
  width: 214px;
  height: 104px;
  border: 1px solid var(--e3-v2-rule);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.25;
  text-wrap: balance;
  overflow-wrap: anywhere;
  transition: border-color .15s, color .15s;
}

.e3-v2-tile:hover { border-color: var(--e3-v2-crimson); color: var(--e3-v2-crimson); }
.e3-v2-tile img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.75;
  transition: filter .15s, opacity .15s;
}

.e3-v2-tile:hover img { filter: grayscale(0%); opacity: 1; }

/* ---------- why E3 Tech ---------- */

.e3-v2-why { padding: 86px 0 90px; border-top: 1px solid var(--e3-v2-rule); }

.e3-v2-why-head { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }

.e3-v2-why-head h2 {
  font-size: 88px;
  line-height: .86;
  letter-spacing: -.035em;
}

.e3-v2-why-head p { margin: 0; font-size: 17px; line-height: 1.6; color: var(--e3-v2-muted); max-width: 52ch; }

.e3-v2-why-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 64px;
  border-top: 1px solid var(--e3-v2-ink);
}

.e3-v2-why-cols article { display: flex; flex-direction: column; padding: 26px 40px 0 0; }
.e3-v2-why-cols article:not(:last-child) { border-right: 1px solid var(--e3-v2-rule); }
.e3-v2-why-cols article:nth-child(2) { padding: 26px 40px 0; }
.e3-v2-why-cols article:last-child { padding: 26px 0 0 40px; }

.e3-v2-kicker {
  font-family: var(--e3-v2-mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--e3-v2-label);
}

.e3-v2-why-cols h3 {
  margin-top: 44px;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.e3-v2-sub {
  margin-top: 12px;
  font-family: var(--e3-v2-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--e3-v2-crimson);
}

.e3-v2-why-cols p { margin: 20px 0 40px; font-size: 15px; line-height: 1.6; color: var(--e3-v2-muted); }

.e3-v2-tag {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--e3-v2-rule);
  font-family: var(--e3-v2-mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* ---------- enquiry form ---------- */

.e3-v2-enquiry-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
  align-items: start;
}

.e3-v2-enquiry-title {
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -.025em;
  text-transform: none;
  max-width: 16ch;
}

.e3-v2-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.e3-v2-grid-2 + .e3-v2-grid-2 { margin-top: 26px; }
.e3-v2-grid-2 > *:last-child:nth-child(odd) { grid-column: 1 / -1; }

.e3-v2-enquiry-form{ overflow: hidden; }
/*.e3-v2-enquiry-form { overflow: visible; }  */
/*.e3-v2-enquiry-form .g-recaptcha { max-width: 50%; overflow: hidden; }*/

.e3-v2-enquiry-form label { display: block; }
.e3-v2-enquiry-form label.e3-v2-full { margin-top: 26px; }

.e3-v2-enquiry-form label > span {
  display: block;
  font-family: var(--e3-v2-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--e3-v2-label);
  margin-bottom: 9px;
}

.e3-v2-enquiry-form select,
.e3-v2-enquiry-form input,
.e3-v2-enquiry-form textarea {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  color: var(--e3-v2-ink);
  background: #fff;
  border: 1px solid #d2d2ce;
  border-radius: 0;
  padding: 14px 16px;
}

.e3-v2-enquiry-form select { appearance: none; cursor: pointer; }
.e3-v2-enquiry-form textarea { resize: vertical; }

.e3-v2-enquiry-form select:focus,
.e3-v2-enquiry-form input:focus,
.e3-v2-enquiry-form textarea:focus { outline: 2px solid var(--e3-v2-crimson); outline-offset: -2px; }
.e3-v2-enquiry-form select {
  appearance: none;
  cursor: pointer;
  line-height: 1.3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%234a4a46'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
  padding-right: 40px; /* room for the arrow so text doesn't sit under it */
}


.e3-v2-enquiry-form button {
  margin-top: 30px;
  appearance: none;
  border: 0;
  background: var(--e3-v2-crimson);
  color: #fff;
  padding: 18px 40px;
  font-family: var(--e3-v2-mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
}

.e3-v2-enquiry-form button:hover { background: var(--e3-v2-ink); }

.e3-v2-enquiry-form .g-recaptcha { margin-top: 26px; }

.e3-v2-form-message {
  margin: 0 0 22px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--e3-v2-rule);
  background: var(--e3-v2-stone);
  color: var(--e3-v2-ink);
}

.e3-v2-form-message.alert-success { border-color: #1f8a3d; background: #eaf7ee; color: #1f8a3d; }
.e3-v2-form-message.alert-warning { border-color: #b8860b; background: #fdf3dc; color: #8a6400; }
.e3-v2-form-message.alert-danger { border-color: var(--e3-v2-crimson); background: #fdeceb; color: var(--e3-v2-crimson); }

/* ---------- contact ---------- */

.e3-v2-contact {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  padding-top: 76px;
  padding-bottom: 80px;
}

.e3-v2-contact dt {
  border-top: 2px solid var(--e3-v2-crimson);
  padding-top: 18px;
  font-family: var(--e3-v2-mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--e3-v2-label);
}

.e3-v2-contact dd { margin: 12px 0 0; font-size: 15.5px; font-weight: 600; }
.e3-v2-contact dd.e3-v2-addr { font-size: 14.5px; font-weight: 400; line-height: 1.55; color: var(--e3-v2-muted); }

/* ---------- footer ---------- */

.e3-v2-footer { background: var(--e3-v2-ink); color: #fff; }

.e3-v2-footer-inner {
  padding-top: 70px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 56px;
}

.e3-v2-logo-lg { height: 26px; width: auto; display: block; }
.e3-v2-tagline { margin: 16px 0 0; font-size: 13.5px; letter-spacing: .02em; color: var(--e3-v2-dim); }

.e3-v2-footer h4 { font-size: 17px; font-weight: 700; }
.e3-v2-footer p { margin: 14px 0 0; font-size: 14.5px; line-height: 1.6; color: #c8c8c2; }
.e3-v2-footer a { color: #c8c8c2; }
.e3-v2-footer a:hover { color: #fff; }
.e3-v2-footer a.e3-v2-strong { color: #fff; }

.e3-v2-stack { display: flex; flex-direction: column; gap: 11px; margin-top: 18px; font-size: 14.5px; }

.e3-v2-copyright {
  margin-top: 56px;
  padding-top: 22px;
  padding-bottom: 44px;
  border-top: 1px solid #2a2a28;
  font-family: var(--e3-v2-mono);
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--e3-v2-label);
}

/* ---------- responsive ---------- */

.e3-v2 { -webkit-text-size-adjust: 100%; overflow-x: hidden; }
.e3-v2 img { max-width: 100%; }

/* ----- tablet / small desktop ----- */
@media (max-width: 1100px) {
  .e3-v2-hero { grid-template-columns: 1fr; }
  .e3-v2-hero-copy { padding: 64px var(--e3-v2-gutter); }
  .e3-v2-hero-stage { min-height: 520px; }
  .e3-v2-why-cols { grid-template-columns: 1fr; }
  .e3-v2-why-cols article,
  .e3-v2-why-cols article:nth-child(2),
  .e3-v2-why-cols article:last-child {
    padding: 26px 0 34px;
    border-right: 0;
    border-bottom: 1px solid var(--e3-v2-rule);
  }
    
  .e3-v2-enquiry-inner { grid-template-columns: 1fr; }
  .e3-v2-machine-grid { grid-template-columns: 1fr; }
  .e3-v2-htf-inner { grid-template-columns: 1fr; gap: 32px; }
  .e3-v2-contact { grid-template-columns: 1fr 1fr; }
  .e3-v2-footer-inner { grid-template-columns: 1fr; gap: 40px; }
  .e3-v2-features { grid-template-columns: 1fr; }
  .e3-v2-pillars { display: none; }

  /* temperature envelope: stop trying to fit code / bar / range / note
     on one fixed-width row once the column no longer has room; wrap the
     bar onto its own full-width line instead of letting it get squeezed
     past the edge of the page. */
  .e3-v2-bars li { flex-wrap: wrap; row-gap: 10px; }
  .e3-v2-bars .e3-v2-code { width: auto; }
  .e3-v2-bars .e3-v2-range { width: auto; }
  .e3-v2-bars .e3-v2-note { width: auto; }
  .e3-v2-bars .e3-v2-bar {
    order: 4;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .e3-v2-axis { display: none; }
}

     /* ----- large screens: extra side padding for envelope + why sections ----- */
@media (max-width: 1400px) {
    .e3-v2-wrap.e3-v2-envelope,
    .e3-v2-wrap.e3-v2-why {
    padding-left: 16px;
    padding-right: 16px;
    }
}

/* ----- large phone / small tablet ----- */
@media (max-width: 860px) {
  .e3-v2-band > .e3-v2-wrap { padding-top: 64px; padding-bottom: 64px; }
  .e3-v2-envelope { padding: 56px 0 64px; }
  .e3-v2-clients { padding: 64px 0 70px; }
  .e3-v2-why { padding: 60px 0 64px; }
  .e3-v2-why-cols { margin-top: 44px; }
  .e3-v2-offerings { margin-top: 64px; }
  .e3-v2-shot { height: 300px; padding: 22px; }
  .e3-v2-machine-grid { gap: 26px; }
  .e3-v2 h2 { font-size: 28px; }
}

/* ----- mobile ----- */
@media (max-width: 720px) {
  .e3-v2 { --e3-v2-gutter: 20px; }
  .e3-v2-masthead-inner { height: 58px; }
  .e3-v2-logo { height: 16px; }
  .e3-v2-hero-copy { padding: 48px var(--e3-v2-gutter); }
  .e3-v2-hero-copy h1 { font-size: 40px; }
  .e3-v2-descriptor { font-size: 18px; max-width: none; }
  .e3-v2-lead { font-size: 15px; max-width: none; }
  .e3-v2-hero-stage { min-height: 380px; }
  .e3-v2-hero-collage { padding: 28px 16px 36px; }
  .e3-v2-stats { flex-wrap: wrap; margin-top: 34px; gap: 16px 0; }
  .e3-v2-stats > div { flex: 1 1 45%; padding: 14px 16px 0 0 !important; }
  .e3-v2-stats > div:first-child { border-right: 1px solid var(--e3-v2-rule); }
  .e3-v2-stats dd { font-size: 16px; }
  .e3-v2-why-head { grid-template-columns: 1fr; gap: 24px; }
  .e3-v2-why-head h2 { font-size: 48px; }
  .e3-v2-why-head p { max-width: none; }
  .e3-v2-why-cols h3 { font-size: 24px; margin-top: 34px; }
  .e3-v2-enquiry-title { font-size: 28px; max-width: none; }
  .e3-v2-grid-2 { grid-template-columns: 1fr; gap: 18px; }
  .e3-v2-grid-2 + .e3-v2-grid-2 { margin-top: 18px; }
  .e3-v2-contact { grid-template-columns: 1fr; gap: 24px; padding-top: 56px; padding-bottom: 56px; }
  .e3-v2-subnav-inner {
    gap: 22px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .e3-v2-subnav-inner::-webkit-scrollbar { display: none; }
  .e3-v2-subnav a { white-space: nowrap; }
  .e3-v2-bars li { gap: 10px 16px; }
  .e3-v2-htf-inner { padding: 52px var(--e3-v2-gutter) 56px; gap: 24px; }
  .e3-v2-htf-name { font-size: 30px; }
  .e3-v2-htf-inner p { max-width: none; }
  .e3-v2-marquee { gap: 10px; }
  .e3-v2-track { gap: 10px; }
  .e3-v2-tile { width: 168px; height: 84px; font-size: 13px; padding: 10px 14px; }
  .e3-v2-footer-inner { padding-top: 52px; gap: 34px; }
  .e3-v2-copyright { margin-top: 40px; }
}

/* ----- small phone ----- */
@media (max-width: 480px) {
  .e3-v2 { --e3-v2-gutter: 16px; }
  .e3-v2-pillars { gap: 20px; }
  .e3-v2-hero-copy h1 { font-size: 32px; }
  .e3-v2-hero-copy { padding: 40px var(--e3-v2-gutter); }
  .e3-v2-hero-stage { min-height: 300px; }
  .e3-v2-stats { flex-wrap: wrap; }
  .e3-v2-stats > div { flex: 1 1 100%; }
  .e3-v2-stats > div:first-child { border-right: 0; border-bottom: 1px solid var(--e3-v2-rule); padding-bottom: 14px !important; }
  .e3-v2 h2 { font-size: 24px; }
  .e3-v2-why-head h2 { font-size: 36px; }
  .e3-v2-why-cols h3 { font-size: 21px; }
  .e3-v2-enquiry-title { font-size: 24px; }
  .e3-v2-enquiry-form button { width: 100%; padding: 16px 24px; }
  .e3-v2-machine-grid figcaption b { font-size: 15.5px; }
  .e3-v2-chip { min-width: 158px; padding: 15px 20px 15px 18px; }
  .e3-v2-htf-name { font-size: 25px; }
  .e3-v2-tile { width: 140px; height: 74px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .e3-v2-track { animation: none !important; }
  .e3-v2-features li { animation: none !important; opacity: 1; }
}

.header-svg-icon img {
    max-width: 24px !important;
}
