/*
Theme Name: Hello Elementor Child INDUX MESH
Theme URI: https://induxmesh.com/
Description: INDUX MESH child theme for controlled B2B supplier site updates.
Author: INDUX MESH
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child-induxmesh
*/

:root {
  --im-ink: #111827;
  --im-muted: #4b5563;
  --im-line: #e5e7eb;
  --im-blue: #0f5f99;
  --im-orange: #e85b2a;
}

/* Product Center V3 */
.im-product-center {
  background: #fff;
}

.im-pc-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 34px;
  background:
    linear-gradient(90deg, rgba(10, 13, 18, 0.94), rgba(19, 29, 40, 0.82)),
    radial-gradient(circle at 88% 8%, rgba(232, 91, 42, 0.22), transparent 34%),
    #0b1118;
}

.im-pc-hero .im-wrap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: 54px;
  align-items: center;
  min-height: 520px;
}

.im-pc-hero .im-kicker {
  color: #f28b5c;
}

.im-pc-hero h1 {
  color: #fff;
  max-width: 620px;
  font-size: clamp(56px, 6.2vw, 96px);
  line-height: 0.94;
}

.im-pc-subtitle {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.68;
}

.im-pc-hero .im-btn.secondary {
  border-color: rgba(255, 255, 255, 0.58);
  background: transparent;
  color: #fff !important;
}

.im-pc-hero__visual {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(190px, 0.88fr);
  grid-template-rows: repeat(3, 160px);
  gap: 14px;
}

.im-pc-hero__visual figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #111827;
}

.im-pc-hero__visual figure.main {
  grid-row: 1 / span 3;
}

.im-pc-hero__visual img,
.im-pc-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.im-pc-quote-card {
  width: min(470px, 100%);
  margin-top: 28px;
  padding: 20px 22px;
  border-top: 5px solid var(--im-orange);
  border-radius: 0 0 8px 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.im-pc-quote-card span,
.im-pc-card-body > span,
.im-pc-finder span,
.im-pc-rfq-list span {
  display: block;
  color: var(--im-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.im-pc-quote-card strong {
  display: block;
  margin-top: 8px;
  color: var(--im-ink);
  font-size: 16px;
  line-height: 1.35;
}

.im-pc-quote-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--im-blue) !important;
  font-weight: 850;
}

.im-pc-strip {
  background: #101820;
}

.im-pc-strip .im-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.im-pc-strip div {
  min-height: 96px;
  padding: 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.im-pc-strip div:last-child {
  border-right: 0;
}

.im-pc-strip span {
  display: block;
  color: #f28b5c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.im-pc-strip strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
}

.im-pc-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.im-pc-product-grid article {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1fr);
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--im-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.im-pc-card-media {
  min-height: 100%;
  background: #eef2f5;
}

.im-pc-card-body {
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.im-pc-card-body h3 {
  margin-top: 10px;
  font-size: 25px;
}

.im-pc-card-body h3 a,
.im-pc-card-actions a,
.im-pc-finder a {
  color: var(--im-ink) !important;
  text-decoration: none !important;
}

.im-pc-card-body p {
  margin: 14px 0 0;
  color: var(--im-muted);
  font-size: 15px;
  line-height: 1.72;
}

.im-pc-card-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.im-pc-card-body li {
  padding: 6px 9px;
  border: 1px solid #d9e2ea;
  border-radius: 999px;
  background: #f7fafc;
  color: #263241;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.im-pc-card-actions {
  display: flex;
  gap: 16px;
  margin-top: auto;
  padding-top: 22px;
}

.im-pc-card-actions a,
.im-pc-finder a {
  color: var(--im-blue) !important;
  font-weight: 900;
}

.im-pc-finder,
.im-pc-future-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.im-pc-finder article,
.im-pc-future-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--im-line);
  border-radius: 8px;
  background: #fff;
}

.im-pc-finder h3,
.im-pc-future-grid h3 {
  margin-top: 12px;
}

.im-pc-finder p,
.im-pc-future-grid p {
  margin: 12px 0 0;
  color: var(--im-muted);
  font-size: 15px;
  line-height: 1.7;
}

.im-pc-finder a {
  display: inline-flex;
  margin-top: 18px;
}

.im-pc-rfq-board {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  gap: 42px;
  align-items: start;
  padding: 36px;
  border: 1px solid #d7e0e8;
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fafc, #fff);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
}

.im-pc-rfq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.im-pc-rfq-list div {
  min-height: 124px;
  padding: 20px;
  border-left: 4px solid var(--im-blue);
  background: #fff;
}

.im-pc-rfq-list strong {
  display: block;
  margin-top: 8px;
  color: var(--im-ink);
  font-size: 15px;
  line-height: 1.5;
}

.im-pc-future-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  .im-pc-hero .im-wrap,
  .im-pc-product-grid article,
  .im-pc-rfq-board {
    grid-template-columns: 1fr;
  }

  .im-pc-quote-card {
    position: static;
    width: auto;
  }

  .im-pc-product-grid,
  .im-pc-finder {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .im-pc-hero {
    padding: 46px 0 28px;
  }

  .im-pc-hero .im-wrap,
  .im-pc-strip .im-wrap,
  .im-pc-product-grid,
  .im-pc-finder,
  .im-pc-rfq-board,
  .im-pc-rfq-list,
  .im-pc-future-grid {
    grid-template-columns: 1fr;
  }

  .im-pc-hero h1 {
    max-width: 12ch !important;
    font-size: 46px;
    line-height: 1;
  }

  .im-pc-subtitle {
    max-width: 30ch;
    font-size: 17px;
  }

  .im-pc-hero__visual {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .im-pc-hero__visual figure,
  .im-pc-hero__visual figure.main {
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .im-pc-strip .im-wrap {
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .im-pc-strip div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .im-pc-product-grid article,
  .im-pc-finder article,
  .im-pc-future-grid article,
  .im-pc-rfq-board {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .im-pc-card-media {
    aspect-ratio: 4 / 3;
  }

  .im-pc-card-body,
  .im-pc-finder article,
  .im-pc-future-grid article,
  .im-pc-rfq-board {
    padding: 22px;
  }

  .im-pc-card-actions {
    display: grid;
    gap: 10px;
  }
}

body {
  text-rendering: optimizeLegibility;
}

.page-header {
  display: none;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.elementor-location-header {
  display: none !important;
}

#site-footer,
.site-footer,
.elementor-location-footer {
  display: none !important;
}

.im-global-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--im-line);
  background: #fff;
}

.im-global-header__inner {
  display: grid;
  grid-template-columns: minmax(210px, auto) 1fr auto;
  gap: 24px;
  width: calc(100% - 40px);
  max-width: 1220px;
  min-height: 76px;
  align-items: center;
  margin: 0 auto;
}

.im-global-brand {
  display: grid;
  grid-template-columns: auto auto;
  gap: 14px;
  align-items: center;
  color: var(--im-ink);
  text-decoration: none !important;
}

.im-global-brand__name {
  padding-right: 14px;
  border-right: 2px solid var(--im-orange);
  font-family: Oswald, Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.im-global-brand__tag {
  max-width: 150px;
  color: var(--im-muted);
  font-size: 13px;
  line-height: 1.35;
}

.im-global-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.im-global-nav a,
.im-nav-item > a {
  color: var(--im-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

.im-nav-item {
  position: relative;
}

.im-nav-item > a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}

.im-nav-item.has-submenu > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.im-subnav {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  display: grid;
  min-width: 250px;
  padding: 10px;
  border: 1px solid var(--im-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(6px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.im-subnav::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 12px;
}

.im-subnav a {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--im-ink);
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
}

.im-subnav a:hover,
.im-subnav a:focus {
  background: #f3f6f9;
  color: var(--im-blue);
}

.im-nav-item.has-submenu:hover .im-subnav,
.im-nav-item.has-submenu:focus-within .im-subnav {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.im-global-quote {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-bottom: 4px solid var(--im-orange);
  background: #111;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}

a {
  text-underline-offset: 0.18em;
}

.elementor-button,
button,
input[type="submit"] {
  letter-spacing: 0 !important;
}

@media (max-width: 767px) {
  .elementor-widget-heading h1,
  .elementor-widget-heading h2 {
    overflow-wrap: anywhere;
  }
}

.im-site {
  color: var(--im-ink);
  font-family: Inter, Arial, sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}

.im-site * {
  box-sizing: border-box;
}

.im-site picture {
  display: block;
  width: 100%;
  height: 100%;
}

.im-site picture > img {
  display: block;
  width: 100%;
  height: 100%;
}

.im-wrap {
  width: calc(100% - 40px);
  max-width: 1220px;
  margin: 0 auto;
}

.im-wrap--wide {
  max-width: 1360px;
}

.im-wrap--xl {
  width: calc(100% - 56px);
  max-width: 1480px;
  margin: 0 auto;
}

.im-hero {
  background: #f6f8fa;
  border-bottom: 1px solid var(--im-line);
  padding: 78px 0 64px;
}

.im-hero--supplier {
  padding: 72px 0 58px;
  background: linear-gradient(90deg, #f7f9fb 0%, #f7f9fb 58%, #eef3f6 58%, #eef3f6 100%);
}

.im-hero.has-media .im-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 42px;
  align-items: center;
}

.im-hero--supplier.has-media .im-wrap {
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
  gap: 56px;
}

.im-product-template .im-hero--supplier h1 {
  max-width: 780px;
  font-size: clamp(40px, 3.9vw, 54px);
  line-height: 1.08;
}

.im-hero-media,
.im-card-media,
.im-gallery-item {
  overflow: hidden;
  border: 1px solid var(--im-line);
  border-radius: 8px;
  background: #fff;
}

.im-hero-media img,
.im-card-media img,
.im-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.im-hero-media {
  aspect-ratio: 4 / 3;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.12);
}

.im-hero-media--large {
  aspect-ratio: 16 / 10;
}

.im-card-media {
  aspect-ratio: 4 / 3;
  margin: -8px -8px 18px;
}

.im-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.im-gallery.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.im-gallery-item {
  aspect-ratio: 4 / 3;
}

.im-kicker {
  margin: 0 0 16px;
  color: var(--im-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.im-site h1,
.im-site h2,
.im-site h3 {
  margin: 0;
  color: var(--im-ink);
  line-height: 1.12;
  letter-spacing: 0;
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
}

.im-site h1 {
  max-width: 860px;
  font-size: clamp(40px, 6vw, 68px);
}

.im-site h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.im-site h3 {
  font-size: 21px;
}

.im-lead {
  max-width: 780px;
  margin: 20px 0 0;
  color: var(--im-muted);
  font-size: 18px;
  line-height: 1.75;
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: anywhere;
}

.im-lead.small {
  font-size: 16px;
  line-height: 1.7;
}

.im-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.im-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--im-blue);
  border-radius: 4px;
  background: var(--im-blue);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
}

.im-btn.secondary {
  background: #fff;
  color: var(--im-blue) !important;
}

.im-section {
  padding: 62px 0;
}

.im-section--tight {
  padding: 32px 0;
}

.im-section.alt {
  background: #fafafa;
}

.im-section-head {
  max-width: 860px;
}

.im-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.im-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.im-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.im-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--im-line);
  border-radius: 8px;
  background: #fff;
}

.im-card--compact {
  padding: 22px;
}

.im-card p,
.im-site li,
.im-site td,
.im-site th {
  color: var(--im-muted);
  font-size: 15px;
  line-height: 1.7;
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: anywhere;
}

.im-card p {
  margin: 12px 0 0;
}

.im-card h3 a {
  color: var(--im-ink) !important;
  text-decoration: none !important;
}

.im-card h3 a:hover {
  color: var(--im-blue) !important;
}

.im-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 24px 0 0;
  padding-left: 20px;
}

.im-list--single {
  grid-template-columns: 1fr;
  margin-top: 18px;
}

.im-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 0;
}

.im-proof-strip div {
  padding: 16px;
  border: 1px solid #d9e2ea;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.im-proof-strip dt {
  color: var(--im-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.im-proof-strip dd {
  margin: 6px 0 0;
  color: var(--im-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.im-finder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid #d7e0e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.im-finder h2 {
  font-size: clamp(24px, 3vw, 36px);
}

.im-finder p {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--im-muted);
  line-height: 1.7;
}

.im-finder__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.im-text-link {
  color: var(--im-blue) !important;
  font-weight: 850;
  text-decoration: underline !important;
}

.im-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: 42px;
  align-items: start;
}

.im-split--balanced {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
}

.im-check-panel {
  padding: 28px;
  border: 1px solid var(--im-line);
  border-radius: 8px;
  background: #fff;
}

.im-table--spec th {
  width: 24%;
}

.im-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: 18px;
  margin-top: 30px;
}

.im-showcase figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--im-line);
  border-radius: 8px;
  background: #fff;
}

.im-showcase img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.im-showcase__main {
  aspect-ratio: 16 / 10;
}

.im-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.im-showcase__grid figure {
  aspect-ratio: 4 / 3;
}

.im-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0 0;
  padding: 0;
  counter-reset: im-process;
}

.im-process li {
  display: grid;
  gap: 12px;
  position: relative;
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--im-line);
  border-radius: 8px;
  background: #fff;
  list-style: none;
}

.im-process li::before {
  counter-increment: im-process;
  content: counter(im-process);
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--im-blue);
  color: #fff;
  font-weight: 900;
}

.im-process strong {
  color: var(--im-ink);
  font-size: 20px;
}

.im-process span {
  color: var(--im-muted);
  line-height: 1.7;
}

.im-faq {
  display: grid;
  gap: 12px;
}

.im-faq details {
  border: 1px solid var(--im-line);
  border-radius: 8px;
  background: #fff;
}

.im-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--im-ink);
  font-weight: 850;
  line-height: 1.4;
}

.im-faq p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--im-muted);
  line-height: 1.7;
}

.im-final-cta {
  padding: 58px 0;
  background: #111827;
  color: #fff;
}

.im-final-cta .im-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}

.im-final-cta h2 {
  color: #fff;
}

.im-final-cta p:not(.im-kicker) {
  max-width: 820px;
  margin: 16px 0 0;
  color: #d1d5db;
  line-height: 1.7;
}

.im-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.im-v2-hero {
  padding: 58px 0 0;
  border-bottom: 1px solid var(--im-line);
  background: linear-gradient(90deg, #f6f8fa 0%, #f6f8fa 56%, #e9eff3 56%, #e9eff3 100%);
}

.im-v2-hero .im-wrap {
  display: grid;
  grid-template-columns: minmax(520px, 0.88fr) minmax(560px, 1fr);
  gap: 46px;
  align-items: center;
  position: relative;
  min-height: 620px;
}

.im-v2-hero__copy {
  padding: 28px 0 46px;
}

.im-v2-hero h1 {
  max-width: 680px;
  font-size: clamp(48px, 5.2vw, 74px);
  line-height: 1;
  overflow-wrap: normal;
  word-break: normal;
}

.im-v2-subtitle {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--im-muted);
  font-size: 22px;
  line-height: 1.55;
}

.im-v2-hero__image {
  overflow: hidden;
  margin: 0;
  border: 1px solid #d6e0e7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.16);
  aspect-ratio: 16 / 10;
}

.im-v2-hero__image img,
.im-v2-finder-grid img,
.im-v2-gallery img,
.im-v2-media-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.im-v2-quote-card {
  position: absolute;
  right: 34px;
  bottom: 34px;
  display: grid;
  gap: 8px;
  width: min(360px, 32vw);
  padding: 22px;
  border: 1px solid #cfd9e2;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.14);
}

.im-v2-quote-card span,
.im-v2-strip span,
.im-v2-spec-board span,
.im-v2-finder-grid span {
  color: var(--im-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.im-v2-quote-card strong {
  color: var(--im-ink);
  font-size: 18px;
  line-height: 1.35;
}

.im-v2-quote-card a {
  color: var(--im-blue) !important;
  font-weight: 900;
}

.im-v2-strip {
  background: #111827;
}

.im-v2-strip .im-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.im-v2-strip div {
  min-height: 118px;
  padding: 28px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.im-v2-strip span {
  color: #93c5fd;
}

.im-v2-strip strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.im-v2-section-head {
  max-width: 920px;
}

.im-v2-section-head p:not(.im-kicker) {
  max-width: 820px;
  margin: 16px 0 0;
  color: var(--im-muted);
  font-size: 17px;
  line-height: 1.75;
}

.im-v2-finder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.im-v2-finder-grid article {
  overflow: hidden;
  border: 1px solid var(--im-line);
  border-radius: 8px;
  background: #fff;
}

.im-v2-finder-grid img {
  aspect-ratio: 16 / 10;
}

.im-v2-finder-grid div {
  padding: 22px;
}

.im-v2-finder-grid h3,
.im-v2-solutions h3 {
  margin-top: 8px;
}

.im-v2-finder-grid p,
.im-v2-solutions p {
  margin: 12px 0 0;
  color: var(--im-muted);
  line-height: 1.7;
}

.im-v2-split {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1fr);
  gap: 56px;
  align-items: start;
}

.im-v2-split--media {
  grid-template-columns: minmax(520px, 0.95fr) minmax(0, 1fr);
  align-items: center;
}

.im-v2-mini-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
}

.im-v2-spec-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.im-v2-spec-board div {
  min-height: 138px;
  padding: 22px;
  border: 1px solid #d8e1e8;
  border-radius: 8px;
  background: #fff;
}

.im-v2-spec-board strong {
  display: block;
  margin-top: 10px;
  color: var(--im-ink);
  font-size: 17px;
  line-height: 1.45;
}

.im-v2-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) repeat(2, minmax(0, 0.82fr));
  gap: 18px;
  margin-top: 34px;
}

.im-v2-gallery figure,
.im-v2-media-card {
  overflow: hidden;
  position: relative;
  margin: 0;
  border: 1px solid var(--im-line);
  border-radius: 8px;
  background: #fff;
}

.im-v2-gallery figure {
  aspect-ratio: 4 / 3;
}

.im-v2-gallery .featured {
  grid-row: span 2;
  aspect-ratio: auto;
}

.im-v2-gallery figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(17, 24, 39, 0.82);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.im-v2-solutions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.im-v2-solutions article {
  display: grid;
  min-height: 250px;
  align-content: start;
  padding: 26px;
  border: 1px solid #d8e1e8;
  border-radius: 8px;
  background: #fff;
}

.im-v2-solutions a {
  align-self: end;
  margin-top: 20px;
  color: var(--im-blue) !important;
  font-weight: 900;
}

.im-v2-media-card {
  aspect-ratio: 16 / 10;
}

.im-v2-final {
  padding: 62px 0;
  background: #0f172a;
}

.im-v2-final .im-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}

.im-v2-final h2 {
  color: #fff;
}

.im-v2-final p:not(.im-kicker) {
  max-width: 760px;
  margin: 16px 0 0;
  color: #d1d5db;
  font-size: 17px;
  line-height: 1.7;
}

.im-table {
  width: 100%;
  margin-top: 26px;
  border-collapse: collapse;
  background: #fff;
}

.im-table th,
.im-table td {
  padding: 14px 16px;
  border: 1px solid var(--im-line);
  text-align: left;
  vertical-align: top;
}

.im-table th {
  width: 30%;
  color: var(--im-ink);
  font-weight: 800;
}

.im-rfq {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid var(--im-line);
  border-radius: 8px;
  background: #fff;
}

.im-rfq__notice {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-left: 4px solid #16803c;
  background: #ecfdf3;
  color: #14532d;
  font-weight: 700;
  line-height: 1.5;
}

.im-rfq__notice.error {
  border-left-color: #b42318;
  background: #fff1f0;
  color: #7a271a;
}

.im-rfq__form,
.im-rfq__form label {
  display: grid;
  gap: 10px;
}

.im-rfq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.im-rfq span {
  color: var(--im-ink);
  font-size: 14px;
  font-weight: 800;
}

.im-rfq input,
.im-rfq select,
.im-rfq textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  background: #fff;
  color: var(--im-ink);
  font: inherit;
}

.im-rfq textarea {
  min-height: 150px;
  resize: vertical;
}

.im-rfq input:focus,
.im-rfq select:focus,
.im-rfq textarea:focus {
  border-color: var(--im-blue);
  box-shadow: 0 0 0 3px rgba(15, 95, 153, 0.16);
  outline: none;
}

.im-global-footer {
  border-top: 1px solid #172033;
  background:
    linear-gradient(180deg, #101820 0%, #0b1118 100%);
  color: #d1d5db;
}

.im-global-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(160px, 0.65fr));
  gap: 42px;
  width: calc(100% - 40px);
  max-width: 1480px;
  margin: 0 auto;
  padding: 48px 0 38px;
}

.im-global-footer strong {
  display: block;
  color: #fff;
  font-family: Oswald, Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.im-global-footer p {
  max-width: 430px;
  margin: 14px 0 0;
  color: #cbd5e1;
  line-height: 1.7;
}

.im-footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 520px;
  margin-top: 22px;
}

.im-footer-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #dbeafe;
  font-size: 12px;
  font-weight: 800;
}

.im-global-footer h2 {
  margin: 0 0 14px;
  color: #93c5fd;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.im-global-footer ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.im-global-footer a {
  color: #dbeafe;
  text-decoration: none !important;
}

.im-global-footer a:hover {
  color: #fff;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.im-global-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: calc(100% - 40px);
  max-width: 1480px;
  margin: 0 auto;
  padding: 16px 0 24px;
  border-top: 1px solid #263244;
  color: #9ca3af;
  font-size: 13px;
}

@media (max-width: 820px) {
  .im-global-header,
  .im-hero,
  .im-section {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .im-global-header__inner {
    grid-template-columns: 1fr;
    gap: 14px;
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    padding: 16px 0;
  }

  .im-global-brand {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .im-global-brand__name {
    width: max-content;
    max-width: 100%;
    padding-right: 0;
    border-right: 0;
    border-bottom: 3px solid var(--im-orange);
    font-size: 31px;
    overflow-wrap: anywhere;
  }

  .im-global-brand__tag {
    max-width: none;
  }

  .im-global-nav {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    gap: 10px 14px;
  }

  .im-global-nav a,
  .im-nav-item > a {
    font-size: 13px;
  }

  .im-nav-item {
    position: static;
  }

  .im-nav-item.has-submenu {
    display: grid;
    gap: 8px;
  }

  .im-nav-item > a {
    min-height: 0;
  }

  .im-subnav {
    position: static;
    display: grid;
    min-width: 0;
    padding: 0 0 0 10px;
    border: 0;
    border-left: 2px solid var(--im-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .im-subnav::before {
    display: none;
  }

  .im-subnav a {
    padding: 3px 0;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    white-space: normal;
  }

  .im-global-quote {
    width: fit-content;
  }

  .im-global-footer__inner {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    gap: 24px;
  }

  .im-global-footer__bottom {
    display: grid;
    width: calc(100% - 28px);
  }

  .im-wrap {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
  }

  .im-wrap--xl {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .im-site h1 {
    width: auto !important;
    max-width: 16ch !important;
    font-size: 30px;
    line-height: 1.18;
    overflow-wrap: break-word;
    word-break: normal !important;
  }

  .im-site h2 {
    width: auto !important;
    max-width: 20ch !important;
    font-size: 25px;
    line-height: 1.18;
    overflow-wrap: break-word;
    word-break: normal !important;
  }

  .im-lead {
    width: auto !important;
    max-width: 31ch !important;
    font-size: 16px;
    line-height: 1.65;
    overflow-wrap: break-word;
    word-break: normal !important;
  }

  .im-card {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    min-width: 0;
    overflow: hidden;
  }

  .im-card p,
  .im-site li {
    width: auto !important;
    max-width: 28ch !important;
    overflow-wrap: break-word;
    word-break: normal !important;
  }

  .im-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(100% - 16px);
    max-width: calc(100vw - 64px);
  }

  .im-btn {
    width: 100%;
    max-width: calc(100vw - 64px);
  }

  .im-hero {
    padding: 54px 0 44px;
  }

  .im-grid,
  .im-grid.two,
  .im-grid.four,
  .im-gallery,
  .im-gallery.two,
  .im-list,
  .im-proof-strip,
  .im-finder,
  .im-split,
  .im-split--balanced,
  .im-showcase,
  .im-process,
  .im-rfq__grid {
    grid-template-columns: 1fr;
  }

  .im-hero--supplier {
    background: #f6f8fa;
  }

  .im-hero.has-media .im-wrap {
    display: block;
  }

  .im-hero--supplier.has-media .im-wrap {
    display: block;
  }

  .im-hero-media {
    margin-top: 28px;
  }

  .im-hero-media--large,
  .im-showcase__main {
    aspect-ratio: 4 / 3;
  }

  .im-card-media {
    margin: -4px -4px 16px;
  }

  .im-finder {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    padding: 22px;
  }

  .im-finder__actions,
  .im-final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .im-check-panel {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    padding: 22px;
  }

  .im-table--spec th,
  .im-table--spec td {
    display: block;
    width: 100%;
  }

  .im-showcase__grid {
    grid-template-columns: 1fr;
  }

  .im-process li {
    min-height: 0;
    padding: 22px;
  }

  .im-final-cta .im-wrap {
    grid-template-columns: 1fr;
  }

  .im-v2-hero {
    padding: 38px 0 0;
    background: #f6f8fa;
  }

  .im-v2-hero .im-wrap,
  .im-v2-strip .im-wrap,
  .im-v2-finder-grid,
  .im-v2-split,
  .im-v2-split--media,
  .im-v2-spec-board,
  .im-v2-gallery,
  .im-v2-solutions,
  .im-v2-final .im-wrap {
    grid-template-columns: 1fr;
  }

  .im-v2-hero .im-wrap {
    min-height: 0;
    gap: 24px;
  }

  .im-v2-hero h1 {
    max-width: 10ch !important;
    font-size: 44px;
    line-height: 1;
  }

  .im-v2-subtitle {
    max-width: 30ch;
    font-size: 17px;
    line-height: 1.6;
  }

  .im-v2-hero__image {
    aspect-ratio: 4 / 3;
  }

  .im-v2-quote-card {
    position: static;
    width: auto;
    margin-bottom: 24px;
  }

  .im-v2-strip .im-wrap {
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .im-v2-strip div {
    min-height: 0;
    padding: 18px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .im-v2-section-head p:not(.im-kicker) {
    max-width: 31ch;
    font-size: 16px;
  }

  .im-v2-gallery .featured {
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .im-v2-solutions article,
  .im-v2-spec-board div {
    min-height: 0;
  }

  .im-v2-final {
    padding: 48px 0;
  }

  .im-rfq {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    padding: 20px;
  }

}

/* Product Center final overrides: keep this after global mobile rules. */
.im-product-center .im-pc-hero h1 {
  color: #fff;
  max-width: 620px;
  font-size: clamp(56px, 6.2vw, 96px);
  line-height: 0.94;
}

.im-product-center .im-pc-subtitle {
  max-width: 610px;
}

@media (max-width: 767px) {
  .im-product-center .im-pc-hero h1 {
    max-width: 12ch !important;
    font-size: 46px;
    line-height: 1;
  }

  .im-product-center .im-pc-subtitle {
    max-width: 30ch !important;
  }
}

/* 2026-08-22 visual scale update: full-bleed industrial pages. */
.im-site.im-product-template,
.im-site.im-product-center {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
}

.im-product-template .im-v2-hero,
.im-product-template .im-v2-strip,
.im-product-template .im-section,
.im-product-template .im-v2-final,
.im-product-center .im-pc-hero,
.im-product-center .im-pc-strip,
.im-product-center .im-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.im-product-template .im-v2-hero {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: 0;
  border-bottom: 0;
  background: #0f172a;
}

.im-product-template .im-v2-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(9, 14, 25, 0.9) 0%, rgba(9, 14, 25, 0.72) 38%, rgba(9, 14, 25, 0.24) 72%, rgba(9, 14, 25, 0.46) 100%),
    linear-gradient(0deg, rgba(9, 14, 25, 0.52) 0%, rgba(9, 14, 25, 0) 42%);
  pointer-events: none;
}

.im-product-template .im-v2-hero .im-wrap {
  display: block;
  position: relative;
  min-height: 720px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.im-product-template .im-v2-hero__copy {
  position: relative;
  z-index: 2;
  width: min(760px, 56vw);
  padding: 0;
  animation: im-rise-in 680ms ease-out both;
}

.im-product-template .im-v2-hero .im-kicker,
.im-product-template .im-v2-hero h1,
.im-product-template .im-v2-hero .im-v2-subtitle {
  color: #fff;
}

.im-product-template .im-v2-hero .im-kicker {
  color: #bfdbfe;
}

.im-product-template .im-v2-hero h1 {
  max-width: 760px;
  font-size: clamp(60px, 6.8vw, 108px);
  line-height: 0.94;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.im-product-template .im-v2-subtitle {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(20px, 1.65vw, 27px);
  line-height: 1.5;
}

.im-product-template .im-v2-hero .im-btn.secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.im-product-template .im-v2-hero__image {
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: 0;
  width: 100vw;
  height: 100%;
  margin: 0;
  transform: translateX(-50%);
  border: 0;
  border-radius: 0;
  background: #0f172a;
  box-shadow: none;
  aspect-ratio: auto;
}

.im-product-template .im-v2-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: im-hero-drift 16s ease-in-out infinite alternate;
}

.im-product-template .im-v2-quote-card {
  z-index: 3;
  right: max(28px, calc((100vw - 1480px) / 2 + 28px));
  bottom: 64px;
  width: min(420px, 32vw);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  animation: im-rise-in 780ms ease-out 120ms both;
}

.im-product-template .im-v2-strip {
  position: relative;
  z-index: 2;
  margin-top: 0;
}

.im-product-template .im-v2-strip .im-wrap {
  max-width: 1480px;
}

.im-product-template .im-section .im-wrap,
.im-product-template .im-v2-final .im-wrap,
.im-product-center .im-section .im-wrap,
.im-product-center .im-pc-strip .im-wrap {
  max-width: 1480px;
}

.im-product-template .im-v2-solutions article,
.im-product-template .im-v2-spec-board div,
.im-product-center .im-pc-product-grid article,
.im-product-center .im-pc-finder article,
.im-product-center .im-pc-future-grid article {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.im-product-template .im-v2-solutions article:hover,
.im-product-template .im-v2-spec-board div:hover,
.im-product-center .im-pc-product-grid article:hover,
.im-product-center .im-pc-finder article:hover,
.im-product-center .im-pc-future-grid article:hover {
  transform: translateY(-4px);
  border-color: #b9c8d6;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.im-product-template .im-showcase img,
.im-product-template .im-v2-media-card img,
.im-product-center .im-pc-card-media img,
.im-product-center .im-pc-hero__visual img {
  transition: transform 420ms ease;
}

.im-product-template .im-showcase figure:hover img,
.im-product-template .im-v2-media-card:hover img,
.im-product-center .im-pc-card-media:hover img,
.im-product-center .im-pc-hero__visual figure:hover img {
  transform: scale(1.035);
}

@keyframes im-rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes im-hero-drift {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.045);
  }
}

@media (prefers-reduced-motion: reduce) {
  .im-product-template .im-v2-hero__copy,
  .im-product-template .im-v2-quote-card,
  .im-product-template .im-v2-hero__image img,
  .im-product-template .im-v2-solutions article,
  .im-product-template .im-v2-spec-board div,
  .im-product-template .im-showcase img,
  .im-product-template .im-v2-media-card img,
  .im-product-center .im-pc-product-grid article,
  .im-product-center .im-pc-finder article,
  .im-product-center .im-pc-future-grid article,
  .im-product-center .im-pc-card-media img,
  .im-product-center .im-pc-hero__visual img {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1024px) {
  .im-product-template .im-v2-hero,
  .im-product-template .im-v2-hero .im-wrap {
    min-height: 640px;
  }

  .im-product-template .im-v2-hero .im-wrap {
    padding-top: 78px;
    padding-bottom: 190px;
  }

  .im-product-template .im-v2-hero__copy {
    width: min(760px, calc(100vw - 56px));
  }

  .im-product-template .im-v2-quote-card {
    right: 28px;
    bottom: 42px;
    width: min(440px, calc(100vw - 56px));
  }
}

@media (max-width: 767px) {
  .im-product-template .im-v2-hero,
  .im-product-template .im-v2-hero .im-wrap {
    min-height: 650px;
  }

  .im-product-template .im-v2-hero .im-wrap {
    width: calc(100% - 32px);
    padding-top: 56px;
    padding-bottom: 218px;
  }

  .im-product-template .im-v2-hero::before {
    background:
      linear-gradient(180deg, rgba(9, 14, 25, 0.88) 0%, rgba(9, 14, 25, 0.76) 48%, rgba(9, 14, 25, 0.44) 100%),
      linear-gradient(90deg, rgba(9, 14, 25, 0.74), rgba(9, 14, 25, 0.18));
  }

  .im-product-template .im-v2-hero h1 {
    max-width: 11ch !important;
    font-size: clamp(48px, 14vw, 64px);
    line-height: 0.96;
  }

  .im-product-template .im-v2-subtitle {
    max-width: 30ch !important;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
  }

  .im-product-template .im-v2-quote-card {
    right: 16px;
    bottom: 26px;
    width: calc(100vw - 32px);
    background: #fff;
    backdrop-filter: none;
  }

  .im-product-template .im-v2-strip .im-wrap {
    width: calc(100% - 32px);
  }

  .im-product-template .im-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}

/* 2026-08-22 core page redesign: Home / Applications / About / Contact. */
.im-site.im-core-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
}

.im-core-hero,
.im-core-strip,
.im-core-page .im-section,
.im-core-page .im-v2-final,
.im-core-feature-band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.im-core-hero {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background: #0f172a;
}

.im-core-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 12, 22, 0.9) 0%, rgba(7, 12, 22, 0.76) 42%, rgba(7, 12, 22, 0.26) 76%, rgba(7, 12, 22, 0.5) 100%),
    linear-gradient(0deg, rgba(7, 12, 22, 0.58) 0%, rgba(7, 12, 22, 0) 50%);
  pointer-events: none;
}

.im-core-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}

.im-core-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: im-hero-drift 16s ease-in-out infinite alternate;
}

.im-core-hero .im-wrap {
  position: relative;
  min-height: 720px;
  padding-top: 122px;
  padding-bottom: 124px;
}

.im-core-hero__copy {
  position: relative;
  z-index: 2;
  width: min(790px, 58vw);
  animation: im-rise-in 680ms ease-out both;
}

.im-core-hero .im-kicker,
.im-core-hero h1,
.im-core-subtitle {
  color: #fff;
}

.im-core-hero .im-kicker {
  color: #bfdbfe;
}

.im-core-hero h1 {
  max-width: 840px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(58px, 7vw, 108px);
  line-height: 0.94;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
}

.im-core-subtitle {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(20px, 1.7vw, 27px);
  line-height: 1.5;
}

.im-core-hero .im-btn.secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.im-core-hero__panel {
  position: absolute;
  right: max(28px, calc((100vw - 1480px) / 2 + 28px));
  bottom: 64px;
  z-index: 3;
  display: grid;
  gap: 8px;
  width: min(430px, 32vw);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
  animation: im-rise-in 780ms ease-out 120ms both;
}

.im-core-hero__panel span,
.im-core-product-grid span,
.im-core-application-grid span,
.im-core-strip span,
.im-contact-aside .im-kicker {
  color: var(--im-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.im-core-hero__panel strong {
  color: var(--im-ink);
  font-size: 20px;
  line-height: 1.35;
}

.im-core-hero__panel a {
  color: var(--im-blue) !important;
  font-weight: 900;
}

.im-contact-panel strong {
  font-size: 18px;
}

.im-core-strip {
  background: #111827;
}

.im-core-strip .im-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1480px;
}

.im-core-strip div {
  min-height: 118px;
  padding: 28px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.im-core-strip span {
  color: #93c5fd;
}

.im-core-strip strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.im-core-product-grid,
.im-core-application-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.im-core-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.im-core-product-grid article,
.im-core-application-grid article,
.im-core-principles article,
.im-contact-aside {
  overflow: hidden;
  border: 1px solid #d8e1e8;
  border-radius: 8px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.im-core-product-grid article:hover,
.im-core-application-grid article:hover,
.im-core-principles article:hover,
.im-contact-aside:hover {
  transform: translateY(-4px);
  border-color: #b9c8d6;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.im-core-product-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  transition: transform 420ms ease;
}

.im-core-product-grid a:hover img {
  transform: scale(1.035);
}

.im-core-product-grid article > div,
.im-core-application-grid article,
.im-core-principles article,
.im-contact-aside {
  padding: 26px;
}

.im-core-product-grid h3,
.im-core-application-grid h3,
.im-contact-aside h3 {
  margin-top: 10px;
}

.im-core-product-grid h3 a {
  color: var(--im-ink) !important;
}

.im-core-product-grid p,
.im-core-application-grid p {
  margin: 12px 0 0;
  color: var(--im-muted);
  line-height: 1.7;
}

.im-core-application-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.im-core-application-grid article {
  display: grid;
  min-height: 260px;
  align-content: start;
}

.im-core-application-grid a {
  align-self: end;
  margin-top: 20px;
  color: var(--im-blue) !important;
  font-weight: 900;
}

.im-core-split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1fr);
  gap: 58px;
  align-items: start;
}

.im-core-split--media {
  grid-template-columns: minmax(520px, 0.95fr) minmax(0, 1fr);
  align-items: center;
}

.im-core-steps,
.im-core-principles {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.im-core-steps {
  counter-reset: im-core-step;
}

.im-core-steps li {
  position: relative;
  min-height: 104px;
  padding: 22px 22px 22px 74px;
  border: 1px solid #d8e1e8;
  border-radius: 8px;
  background: #fff;
}

.im-core-steps li::before {
  counter-increment: im-core-step;
  content: counter(im-core-step);
  position: absolute;
  top: 22px;
  left: 22px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--im-blue);
  color: #fff;
  font-weight: 900;
}

.im-core-steps strong,
.im-core-principles strong {
  display: block;
  color: var(--im-ink);
  font-size: 18px;
  line-height: 1.35;
}

.im-core-steps span,
.im-core-principles span {
  display: block;
  margin-top: 8px;
  color: var(--im-muted);
  line-height: 1.65;
}

.im-core-principles {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.im-core-media-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid #d8e1e8;
  border-radius: 8px;
  background: #fff;
  aspect-ratio: 16 / 10;
}

.im-core-media-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.im-core-media-card:hover img {
  transform: scale(1.035);
}

.im-core-feature-band {
  padding: 70px 0;
  background: #0f172a;
}

.im-core-feature-band .im-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}

.im-core-feature-band h2 {
  max-width: 940px;
  color: #fff;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.03;
}

.im-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.65fr);
  gap: 36px;
  align-items: start;
}

.im-contact-aside {
  position: sticky;
  top: 96px;
}

.im-contact-aside .im-list {
  margin-top: 18px;
}

.im-insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.im-insight-card {
  display: grid;
  min-height: 280px;
  align-content: start;
  padding: 28px;
  border: 1px solid #d8e1e8;
  border-radius: 8px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.im-insight-card--media {
  padding: 0;
}

.im-insight-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid #d8e1e8;
  background: #e5e7eb;
}

.im-insight-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.im-insight-card--media:hover .im-insight-card__media img {
  transform: scale(1.035);
}

.im-insight-card--media > span,
.im-insight-card--media > h3,
.im-insight-card--media > p,
.im-insight-card--media > .im-insight-card__link {
  margin-left: 24px;
  margin-right: 24px;
}

.im-insight-card--media > span {
  margin-top: 22px;
}

.im-insight-card--media > .im-insight-card__link {
  margin-bottom: 24px;
}

.im-insight-card:hover {
  transform: translateY(-4px);
  border-color: #b9c8d6;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.im-insight-card span {
  color: var(--im-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.im-insight-card h3 {
  margin-top: 12px;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.08;
}

.im-insight-card h3 a {
  color: var(--im-ink) !important;
  text-decoration: none !important;
}

.im-insight-card p {
  margin: 14px 0 0;
  color: var(--im-muted);
  line-height: 1.7;
}

.im-insight-card__link {
  align-self: end;
  margin-top: 24px;
  color: var(--im-blue) !important;
  font-weight: 900;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.im-insight-card--dark {
  border-color: #1f2937;
  background: #111827;
}

.im-insight-card--dark span {
  color: #93c5fd;
}

.im-insight-card--dark h3,
.im-insight-card--dark p {
  color: #fff;
}

.im-insight-card--dark .im-insight-card__link {
  color: #fff !important;
}

.im-article-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
  background: #fff;
}

.im-article-hero {
  display: grid;
  gap: 36px;
  width: calc(100% - 48px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 54px 0 36px;
}

.im-article-hero figure {
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #e5e7eb;
  aspect-ratio: 16 / 7;
}

.im-article-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.im-article-hero__copy {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.im-article-hero__copy h1 {
  margin: 14px 0 0;
  color: var(--im-ink);
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.02;
}

.im-article-hero__copy p:not(.im-kicker) {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--im-muted);
  font-size: 20px;
  line-height: 1.6;
}

.im-article-body {
  width: calc(100% - 48px);
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 0 76px;
}

.im-article-lead,
.im-article-body > p {
  color: #334155;
  font-size: 18px;
  line-height: 1.78;
}

.im-article-lead {
  font-size: 21px;
}

.im-article-body h2 {
  margin: 42px 0 14px;
  color: var(--im-ink);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
}

.im-article-callout {
  display: grid;
  gap: 8px;
  margin: 32px 0;
  padding: 24px;
  border-left: 4px solid var(--im-blue);
  background: #f8fafc;
}

.im-article-callout strong {
  color: var(--im-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.im-article-callout span {
  color: var(--im-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}

.im-article-rfq {
  width: 100vw;
  margin: 64px 0 0 calc(50% - 50vw);
  padding: 34px max(24px, calc((100vw - 1280px) / 2));
  border-top: 3px solid var(--im-blue);
  background: #0f172a;
  color: #fff;
}

.im-article-rfq__head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 18px;
  text-align: center;
}

.im-article-rfq .im-kicker {
  margin: 0;
  color: #fff;
}

.im-article-rfq h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
}

.im-article-rfq__notice {
  max-width: 1280px;
  margin: 0 auto 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 800;
}

.im-article-rfq__notice.error {
  background: rgba(15, 23, 42, 0.2);
}

.im-article-rfq__form {
  display: grid;
  grid-template-columns: minmax(150px, 0.78fr) minmax(220px, 1.2fr) minmax(160px, 0.8fr) minmax(190px, 1fr) auto;
  gap: 10px;
  max-width: 1280px;
  margin: 0 auto;
}

.im-article-rfq__form label {
  display: grid;
  gap: 6px;
}

.im-article-rfq__form span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.im-article-rfq__form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 800;
}

.im-article-rfq__form input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.im-article-rfq__form button {
  align-self: end;
  min-height: 48px;
  padding: 0 28px;
  border: 0;
  border-radius: 4px;
  background: var(--im-orange);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.comment-respond,
.comments-area,
#comments {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .im-core-hero__media img,
  .im-core-hero__copy,
  .im-core-hero__panel,
  .im-core-product-grid article,
  .im-core-application-grid article,
  .im-core-principles article,
  .im-core-product-grid img,
  .im-core-media-card img,
  .im-contact-aside {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1024px) {
  .im-core-hero,
  .im-core-hero .im-wrap {
    min-height: 650px;
  }

  .im-core-hero .im-wrap {
    padding-top: 82px;
    padding-bottom: 190px;
  }

  .im-core-hero__copy {
    width: min(760px, calc(100vw - 56px));
  }

  .im-core-hero__panel {
    right: 28px;
    bottom: 42px;
    width: min(440px, calc(100vw - 56px));
  }

  .im-core-product-grid,
  .im-core-application-grid,
  .im-core-principles,
  .im-insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .im-core-split,
  .im-core-split--media,
  .im-contact-layout {
    grid-template-columns: 1fr;
  }

  .im-contact-aside {
    position: static;
  }
}

@media (max-width: 767px) {
  .im-article-hero {
    width: calc(100% - 32px);
    padding-top: 36px;
  }

  .im-article-hero figure {
    aspect-ratio: 4 / 3;
  }

  .im-article-hero__copy {
    text-align: left;
  }

  .im-article-hero__copy h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .im-article-hero__copy p:not(.im-kicker),
  .im-article-lead,
  .im-article-body > p {
    font-size: 17px;
  }

  .im-article-body {
    width: calc(100% - 32px);
    padding-bottom: 58px;
  }

  .im-article-rfq {
    margin-top: 46px;
    padding: 28px 16px;
  }

  .im-article-rfq__head {
    justify-content: flex-start;
    text-align: left;
  }

  .im-article-rfq__form {
    grid-template-columns: 1fr;
  }

  .im-article-rfq__form button {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .im-global-header__inner {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px 14px !important;
    min-height: auto;
    padding: 10px 0 !important;
  }

  .im-global-brand {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }

  .im-global-brand__name {
    font-size: 24px !important;
    border-bottom-width: 2px !important;
  }

  .im-global-brand__tag {
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  .im-global-quote {
    grid-column: 2;
    grid-row: 1;
    min-height: 38px;
    padding: 0 12px;
    font-size: 11px;
  }

  .im-global-nav {
    grid-column: 1 / -1;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px 14px !important;
  }

  .im-global-nav a,
  .im-nav-item > a {
    font-size: 12px !important;
  }

  .im-nav-item {
    position: relative !important;
  }

  .im-nav-item.has-submenu {
    display: block !important;
  }

  .im-subnav {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    z-index: 30;
    display: grid !important;
    min-width: 220px !important;
    padding: 10px !important;
    border: 1px solid var(--im-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(6px) !important;
    transition: opacity 160ms ease, transform 160ms ease !important;
  }

  .im-subnav a {
    padding: 8px 10px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  .im-nav-item.has-submenu:hover .im-subnav,
  .im-nav-item.has-submenu:focus-within .im-subnav {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }
}

@media (max-width: 767px) {
  .im-core-hero__media img,
  .im-core-hero__copy,
  .im-core-hero__panel,
  .im-product-template .im-v2-hero__copy,
  .im-product-template .im-v2-hero__image img,
  .im-product-center .im-pc-hero__visual img {
    animation: none !important;
  }

  .im-core-hero,
  .im-core-hero .im-wrap {
    min-height: 760px;
  }

  .im-core-hero .im-wrap {
    width: calc(100% - 32px);
    padding-top: 56px;
    padding-bottom: 260px;
  }

  .im-core-hero::before {
    background:
      linear-gradient(180deg, rgba(7, 12, 22, 0.88) 0%, rgba(7, 12, 22, 0.76) 48%, rgba(7, 12, 22, 0.44) 100%),
      linear-gradient(90deg, rgba(7, 12, 22, 0.74), rgba(7, 12, 22, 0.18));
  }

  .im-core-hero h1 {
    max-width: 100% !important;
    font-size: clamp(42px, 12vw, 58px);
    line-height: 0.96;
    overflow-wrap: normal;
    word-break: normal;
  }

  .im-core-subtitle {
    max-width: 30ch !important;
    font-size: 18px;
  }

  .im-core-hero__panel {
    right: 16px;
    bottom: 26px;
    width: calc(100vw - 32px);
    background: #fff;
  }

  .im-core-strip .im-wrap,
  .im-core-product-grid,
  .im-core-application-grid,
  .im-core-principles,
  .im-insights-grid,
  .im-core-feature-band .im-wrap {
    grid-template-columns: 1fr;
  }

  .im-core-strip .im-wrap {
    width: calc(100% - 32px);
  }

  .im-core-strip div {
    min-height: auto;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .im-core-feature-band {
    padding: 54px 0;
  }

  .im-core-feature-band .im-wrap {
    justify-items: start;
  }
}
