/* VIOX MCB landing page — compact technical catalogue, version 1. */
body.page-id-14119,
body.page-id-13950,
body.page-id-22264,
body.page-id-22601,
body.page-id-17580,
body.page-id-23186,
body.page-id-17196,
body.page-id-22875,
body.page-id-23293 {
  font-family: var(--viox-font);
  font-weight: 400;
}

@media (max-width: 1100px) {
  body.page-id-8444 .viox-contact-rail,
  body.page-id-9486 .viox-contact-rail,
  body.page-id-23186 .viox-contact-rail {
    display: none !important;
  }
}

body.page-id-14119 .viox-page-shell,
body.page-id-14119 .viox-page-shell > .entry-content,
body.page-id-13950 .viox-page-shell,
body.page-id-13950 .viox-page-shell > .entry-content,
body.page-id-22264 .viox-page-shell,
body.page-id-22264 .viox-page-shell > .entry-content,
body.page-id-22601 .viox-page-shell,
body.page-id-22601 .viox-page-shell > .entry-content,
body.page-id-17580 .viox-page-shell,
body.page-id-17580 .viox-page-shell > .entry-content,
body.page-id-23186 .viox-page-shell,
body.page-id-23186 .viox-page-shell > .entry-content,
body.page-id-17196 .viox-page-shell,
body.page-id-17196 .viox-page-shell > .entry-content,
body.page-id-22875 .viox-page-shell,
body.page-id-22875 .viox-page-shell > .entry-content,
body.page-id-23293 .viox-page-shell,
body.page-id-23293 .viox-page-shell > .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.viox-mcb-landing {
  --mcb-ink: #1b2027;
  --mcb-copy: #3b4652;
  --mcb-muted: #687482;
  --mcb-border: #e1e6ec;
  --mcb-soft: #f5f7fa;
  --mcb-red: #d71920;
  --mcb-red-dark: #b51218;
  overflow: hidden;
  background: #fff;
  color: var(--mcb-ink);
  font-family: var(--viox-font);
  font-weight: 400;
}

.viox-mcb-landing *,
.viox-mcb-landing *::before,
.viox-mcb-landing *::after {
  box-sizing: border-box;
}

.viox-mcb-container {
  width: min(var(--viox-container), calc(100% - (2 * var(--viox-gutter-desktop))));
  margin-inline: auto;
}

.viox-mcb-landing h1,
.viox-mcb-landing h2,
.viox-mcb-landing h3,
.viox-mcb-landing p,
.viox-mcb-landing ul,
.viox-mcb-landing figure {
  margin-top: 0;
}

.viox-mcb-landing h1,
.viox-mcb-landing h2,
.viox-mcb-landing h3 {
  color: var(--mcb-ink);
  font-family: var(--viox-font) !important;
}

.viox-mcb-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  padding: 22px 0 10px;
  color: var(--mcb-muted);
  font-size: 12px;
  font-weight: 500;
}

.viox-mcb-breadcrumb a {
  color: var(--mcb-copy);
  text-decoration: none;
}

.viox-mcb-breadcrumb a:hover,
.viox-mcb-breadcrumb a:focus-visible {
  color: var(--mcb-red);
}

.viox-mcb-breadcrumb a:focus-visible,
.viox-mcb-button:focus-visible,
.viox-mcb-text-link:focus-visible,
.viox-mcb-series-card a:focus-visible,
.viox-mcb-section-heading > a:focus-visible {
  outline: 3px solid var(--mcb-red);
  outline-offset: 3px;
}

.viox-mcb-hero {
  min-height: 560px;
  background: linear-gradient(112deg, #fff 0%, #f7f9fb 54%, #e9edf2 100%);
}

.viox-mcb-hero__grid {
  display: grid;
  min-height: 505px;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  gap: 38px;
  align-items: center;
  padding: 24px 0 48px;
}

.viox-mcb-hero__copy {
  position: relative;
  z-index: 2;
}

.viox-mcb-hero h1 {
  margin-bottom: 4px;
  font-size: 64px !important;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.05 !important;
}

.viox-mcb-hero__subtitle {
  margin-bottom: 16px;
  color: var(--mcb-ink);
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 500;
  letter-spacing: -.025em;
}

.viox-mcb-hero__lead {
  max-width: 570px;
  margin-bottom: 25px;
  color: var(--mcb-copy);
  font-size: 16px;
  line-height: 1.65;
}

.viox-mcb-hero__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.viox-mcb-hero__features > div {
  display: flex;
  min-width: 0;
  gap: 8px;
  align-items: center;
}

.viox-mcb-hero__features > div > span,
.viox-mcb-key-features > div > span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215, 25, 32, .35);
  border-radius: 50%;
  background: #fff;
  color: var(--mcb-red);
}

.viox-mcb-hero__features svg,
.viox-mcb-key-features svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.viox-mcb-hero__features p,
.viox-mcb-key-features p {
  min-width: 0;
  margin: 0;
}

.viox-mcb-hero__features strong,
.viox-mcb-hero__features small,
.viox-mcb-key-features strong,
.viox-mcb-key-features small {
  display: block;
}

.viox-mcb-hero__features strong {
  font-size: 12px;
  line-height: 1.3;
}

.viox-mcb-hero__features small {
  margin-top: 2px;
  color: var(--mcb-muted);
  font-size: 11px;
  line-height: 1.45;
}

.viox-mcb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.viox-mcb-button {
	position: relative;
	z-index: 0;
  display: inline-flex;
	overflow: hidden;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 0 !important;
  border-radius: 6px;
  background: var(--mcb-red);
  box-shadow: none !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
	isolation: isolate;
  text-decoration: none;
	transition: color .25s ease;
}

.viox-mcb-actions .viox-mcb-button::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: var(--mcb-ink);
	content: "";
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .25s ease;
}

.viox-mcb-actions .viox-mcb-button:hover::before,
.viox-mcb-actions .viox-mcb-button:focus-visible::before,
.viox-mcb-actions .viox-mcb-button:active::before {
	transform: scaleX(1);
}

.viox-mcb-button--secondary {
  border: 1px solid var(--mcb-red) !important;
  background: #fff;
  color: var(--mcb-ink) !important;
}

.viox-mcb-actions .viox-mcb-button--secondary::before {
	background: var(--mcb-red);
}

.viox-mcb-actions .viox-mcb-button:hover,
.viox-mcb-actions .viox-mcb-button:focus-visible,
.viox-mcb-actions .viox-mcb-button:active,
.viox-mcb-actions .viox-mcb-button--secondary:hover,
.viox-mcb-actions .viox-mcb-button--secondary:focus-visible,
.viox-mcb-actions .viox-mcb-button--secondary:active {
  color: #fff !important;
}

.viox-mcb-arrow {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 10px;
  flex: 0 0 14px;
}

.viox-mcb-arrow::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
}

.viox-mcb-arrow::after {
  position: absolute;
  top: 1px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.viox-mcb-hero__visual {
  position: relative;
  min-height: 420px;
}

.viox-mcb-hero__stage {
  position: absolute;
  inset: 70px 0 20px;
}

.viox-mcb-hero__stage span {
  position: absolute;
  bottom: 18px;
  width: 170px;
  height: 150px;
  border: 1px solid #e3e7eb;
  background: rgba(255, 255, 255, .72);
}

.viox-mcb-hero__stage span:nth-child(1) { left: 7%; height: 105px; }
.viox-mcb-hero__stage span:nth-child(2) { left: 35%; height: 190px; }
.viox-mcb-hero__stage span:nth-child(3) { right: 3%; width: 210px; height: 135px; }

.viox-mcb-hero__products {
  position: absolute;
  inset: 0;
}

.viox-mcb-hero__product {
  position: absolute;
  z-index: 2;
  margin: 0;
}

.viox-mcb-hero__product img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(27, 32, 39, .12));
}

.viox-mcb-hero__product--1 { left: 2%; bottom: 24px; width: 25%; height: 54%; }
.viox-mcb-hero__product--2 { left: 26%; bottom: 36px; width: 26%; height: 70%; }
.viox-mcb-hero__product--3 { left: 48%; bottom: 46px; width: 25%; height: 82%; }
.viox-mcb-hero__product--4 { right: 0; bottom: 20px; width: 31%; height: 64%; }

.viox-mcb-hero__placeholder,
.viox-mcb-image-placeholder,
.viox-mcb-cutaway__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #bdc6cf;
  background: #eef1f4;
  color: var(--mcb-muted);
  font-size: 12px;
}

.viox-mcb-hero__placeholder {
  position: absolute;
  inset: 50px 0;
}

.viox-mcb-section {
  padding: 80px 0;
}

.viox-mcb-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}

.viox-mcb-section-heading--center {
  position: relative;
  align-items: center;
  text-align: center;
}

.viox-mcb-section-heading--center > div {
  margin-right: auto;
  margin-left: auto;
}

.viox-mcb-section-heading--center > a {
  position: absolute;
  right: 0;
}

.viox-mcb-section-heading h2 {
  margin-bottom: 12px;
  font-size: 40px !important;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.16 !important;
}

.viox-mcb-section-heading p {
  margin-bottom: 0;
  color: var(--mcb-muted);
  font-size: 16px;
  line-height: 1.7;
}

.viox-mcb-section-heading > a,
.viox-mcb-text-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: var(--mcb-red);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.viox-mcb-series {
  background: #fff;
}

.viox-mcb-series__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 24px;
}

/* Ceramic terminal blocks: preserve the original visual evidence while using
   the shared product-family spacing and interaction system. */
.viox-ceramic-terminal-block-landing .viox-mcb-hero {
  background: #fff;
}

.viox-ceramic-terminal-block-landing .viox-mcb-hero__grid {
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
}

.viox-ceramic-terminal-block-landing .viox-mcb-hero__visual {
  order: 1;
  min-height: 0;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #14191f;
}

.viox-ceramic-terminal-block-landing .viox-mcb-hero__copy { order: 2; }
.viox-ceramic-terminal-block-landing .viox-mcb-hero__visual-head { display: none; }
.viox-ceramic-terminal-block-landing .viox-mcb-hero__image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  flex: none;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
}
.viox-ceramic-terminal-block-landing .viox-mcb-hero__visual img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.viox-ceramic-terminal-block-landing .viox-mcb-series__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.viox-ceramic-terminal-block-landing .viox-mcb-series-card__facts,
.viox-ceramic-terminal-block-landing .viox-mcb-series-card__review,
.viox-ceramic-terminal-block-landing .viox-mcb-comparison {
  display: none;
}

.viox-ceramic-proof { background: var(--mcb-soft); }
.viox-ceramic-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.viox-ceramic-proof article { min-width: 0; background: #fff; }
.viox-ceramic-proof figure { margin: 0; overflow: hidden; background: #fff; }
.viox-ceramic-proof figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.viox-ceramic-proof article > div { padding: 24px; }
.viox-ceramic-proof h3 { margin: 0; font-size: 21px !important; }
.viox-ceramic-proof p { margin: 10px 0 0; color: var(--mcb-muted); }

.viox-ceramic-size { background: #fff; }
.viox-ceramic-size__charts { display: grid; gap: 36px; }
.viox-ceramic-size__chart {
  min-width: 0;
  border-top: 4px solid var(--mcb-red);
  background: var(--mcb-soft);
}
.viox-ceramic-size__chart > h3 {
  margin: 0;
  padding: 22px 24px;
  font-size: 22px !important;
}
.viox-ceramic-size__hint { display: none; }
.viox-ceramic-size__scroll { overflow-x: auto; background: #fff; }
.viox-ceramic-size table { width: 100%; min-width: 760px; border-collapse: collapse; }
.viox-ceramic-size th,
.viox-ceramic-size td { padding: 14px 18px; border-bottom: 1px solid var(--mcb-border); text-align: left; }
.viox-ceramic-size thead { background: var(--mcb-ink); color: #fff; }
.viox-ceramic-size tbody tr:nth-child(even) { background: var(--mcb-soft); }
.viox-ceramic-size tbody th { color: var(--mcb-ink); font-weight: 700; }

.viox-mcb-series-group + .viox-mcb-series-group {
  margin-top: clamp(48px, 6vw, 76px);
}

.viox-mcb-series-group__heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.viox-mcb-series-group__heading h3 {
  margin: 0;
  color: var(--mcb-ink);
  font-size: clamp(25px, 2.2vw, 34px) !important;
  line-height: 1.18 !important;
}

.viox-mcb-series-group__heading p {
  margin: 10px 0 0;
  color: var(--mcb-muted);
}

.viox-mcb-series-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--mcb-border);
  border-radius: 0;
  background: #fff;
  transition: border-color .28s ease, transform .28s ease, box-shadow .28s ease;
}

.viox-mcb-series-card::after {
  position: absolute;
  z-index: 4;
  top: 24%;
  left: -1px;
  width: 13px;
  height: 76px;
  background: linear-gradient(to bottom, var(--mcb-red) 0 50%, var(--mcb-ink) 50% 100%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateX(-10px);
  transition: opacity .2s ease, transform .3s ease;
}

.viox-mcb-series-card:hover,
.viox-mcb-series-card:focus-within {
  border-color: transparent;
  box-shadow: 0 20px 45px rgba(27, 32, 39, .12);
  transform: translateY(-5px);
}

.viox-mcb-series-card:hover::after,
.viox-mcb-series-card:focus-within::after {
  opacity: 1;
  transform: translateX(0);
}

.viox-mcb-series-card__link {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.viox-mcb-series-card__frame {
  position: absolute;
  z-index: 5;
  inset: -1px;
  display: block;
  color: var(--mcb-red);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.viox-mcb-series-card__frame i {
  position: absolute;
  display: block;
  background: var(--mcb-red);
}

.viox-mcb-series-card__frame .frame-left-start {
  top: 0;
  left: 0;
  width: 3px;
  height: 24.2%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .12s linear;
}

.viox-mcb-series-card__frame .frame-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .12s linear;
}

.viox-mcb-series-card__frame .frame-right {
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .12s linear;
}

.viox-mcb-series-card__frame .frame-bottom {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .12s linear;
}

.viox-mcb-series-card__frame .frame-left-end {
  bottom: 0;
  left: 0;
  width: 3px;
  height: calc(76% - 75px);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .12s linear;
}

.viox-mcb-series-card:hover .viox-mcb-series-card__frame,
.viox-mcb-series-card:focus-within .viox-mcb-series-card__frame {
  opacity: 1;
}

.viox-mcb-series-card:hover .frame-left-start,
.viox-mcb-series-card:focus-within .frame-left-start { transform: scaleY(1); transition: transform .14s linear; }
.viox-mcb-series-card:hover .frame-top,
.viox-mcb-series-card:focus-within .frame-top { transform: scaleX(1); transition: transform .18s linear .14s; }
.viox-mcb-series-card:hover .frame-right,
.viox-mcb-series-card:focus-within .frame-right { transform: scaleY(1); transition: transform .24s linear .32s; }
.viox-mcb-series-card:hover .frame-bottom,
.viox-mcb-series-card:focus-within .frame-bottom { transform: scaleX(1); transition: transform .18s linear .56s; }
.viox-mcb-series-card:hover .frame-left-end,
.viox-mcb-series-card:focus-within .frame-left-end { transform: scaleY(1); transition: transform .16s linear .74s; }

.viox-mcb-series-card__media {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f5f6f7;
}

.viox-mcb-series-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s cubic-bezier(.2, .8, .2, 1);
}

.viox-mcb-series-card:hover img {
  transform: scale(1.06);
}

.viox-mcb-series-card__media .viox-mcb-image-placeholder {
  width: 100%;
  height: 100%;
}

.viox-mcb-series-card__body {
  display: flex;
  min-height: 124px;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 25px 28px;
  text-align: left;
}

.viox-mcb-series-card h3,
.viox-mcb-series-card h4 {
  display: -webkit-box;
  min-height: 52px;
  margin: 0;
  overflow: hidden;
  font-size: 20px !important;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.3 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  transition: transform .3s ease;
}

.viox-mcb-series-card__arrow {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  color: var(--mcb-red);
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity .2s ease, transform .3s ease;
}

.viox-mcb-series-card__arrow svg {
  display: block;
  width: 32px;
  height: 32px;
}

.viox-mcb-series-card:hover h3,
.viox-mcb-series-card:focus-within h3,
.viox-mcb-series-card:hover h4,
.viox-mcb-series-card:focus-within h4 {
  transform: translateX(6px);
}

.viox-mcb-series-card:hover .viox-mcb-series-card__arrow,
.viox-mcb-series-card:focus-within .viox-mcb-series-card__arrow {
  opacity: 1;
  transform: translateX(0);
}

.viox-mcb-series__all-wrap {
  display: flex;
  justify-content: center;
  padding-top: 48px;
}

.viox-mcb-series__all {
  position: relative;
  display: inline-flex;
  width: max-content;
  min-width: 15rem;
  min-height: 3rem;
  align-items: center;
  color: var(--mcb-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}

.viox-mcb-series__all .circle {
  position: absolute;
  inset: 0 auto auto 0;
  display: block;
  width: 100%;
  height: 3rem;
  border-radius: 1.625rem;
  background: var(--mcb-red);
  clip-path: inset(0 calc(100% - 3rem) 0 0 round 1.625rem);
  transition: clip-path .45s cubic-bezier(.65, 0, .076, 1);
}

.viox-mcb-series__all .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform .45s cubic-bezier(.65, 0, .076, 1);
}

.viox-mcb-series__all .icon.arrow {
  left: .625rem;
  width: 1.125rem;
  height: .125rem;
}

.viox-mcb-series__all .icon.arrow::before {
  position: absolute;
  top: -.29rem;
  right: .0625rem;
  width: .625rem;
  height: .625rem;
  border-top: .125rem solid #fff;
  border-right: .125rem solid #fff;
  content: "";
  transform: rotate(45deg);
}

.viox-mcb-series__all .button-text {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  margin: 0 12px 0 3.5rem;
  color: var(--mcb-ink);
  line-height: 1.2;
  white-space: nowrap;
  transition: color .45s cubic-bezier(.65, 0, .076, 1);
}

.viox-mcb-series__all:hover .circle,
.viox-mcb-series__all:focus-visible .circle {
  clip-path: inset(0 0 0 0 round 1.625rem);
}

.viox-mcb-series__all:hover .icon.arrow,
.viox-mcb-series__all:focus-visible .icon.arrow {
  transform: translateX(1rem);
}

.viox-mcb-series__all:hover .button-text,
.viox-mcb-series__all:focus-visible .button-text {
  color: #fff;
}

.viox-mcb-series__all:focus-visible {
  outline: 3px solid rgba(215, 25, 32, .28);
  outline-offset: 3px;
}

.viox-mcb-features {
  border-top: 1px solid var(--mcb-border);
  border-bottom: 1px solid var(--mcb-border);
  background: var(--mcb-soft);
}

.viox-mcb-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 72px;
  align-items: center;
}

.viox-mcb-key-features > div {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}

.viox-mcb-key-features > div + div {
  margin-top: 20px;
}

.viox-mcb-key-features strong {
  font-size: 14px;
  line-height: 1.4;
}

.viox-mcb-key-features small {
  margin-top: 3px;
  color: var(--mcb-muted);
  font-size: 13px;
  line-height: 1.55;
}

.viox-mcb-cutaway {
  position: relative;
  min-height: 420px;
}

.viox-mcb-cutaway::before {
  position: absolute;
  inset: 20px 16%;
  border: 1px solid #e5e9ed;
  border-radius: 50%;
  background: rgba(255, 255, 255, .75);
  content: "";
}

.viox-mcb-cutaway > img,
.viox-mcb-cutaway__placeholder {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 50%;
  width: 48%;
  height: 380px;
  object-fit: contain;
  transform: translateX(-50%);
}

.viox-mcb-cutaway__label {
  position: absolute;
  z-index: 3;
  max-width: 130px;
  padding: 10px 12px;
  border: 1px solid var(--mcb-border);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(27, 32, 39, .05);
}

.viox-mcb-cutaway__label::after {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background: var(--mcb-red);
  content: "";
}

.viox-mcb-cutaway__label strong,
.viox-mcb-cutaway__label span {
  display: block;
}

.viox-mcb-cutaway__label strong { font-size: 12px; line-height: 1.4; }
.viox-mcb-cutaway__label span { margin-top: 2px; color: var(--mcb-muted); font-size: 11px; line-height: 1.4; }
.viox-mcb-cutaway__label--one { top: 80px; left: 0; }
.viox-mcb-cutaway__label--one::after,
.viox-mcb-cutaway__label--two::after { right: -50px; }
.viox-mcb-cutaway__label--two { bottom: 80px; left: 5px; }
.viox-mcb-cutaway__label--three { top: 190px; right: 0; }
.viox-mcb-cutaway__label--three::after { left: -50px; }

.viox-mcb-specifications__table {
  overflow: hidden;
  border: 1px solid var(--mcb-border);
  border-radius: 6px;
  background: #fff;
}

.viox-mcb-specifications__table > div {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  min-height: 52px;
  align-items: center;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.5;
}

.viox-mcb-specifications__table > div:nth-child(even) {
  background: var(--mcb-soft);
}

.viox-mcb-specifications__table strong {
  font-weight: 600;
}

.viox-mcb-specifications__table span {
  color: var(--mcb-copy);
}

.viox-mcb-specifications__note {
  margin: 12px 0 0;
  color: var(--mcb-muted);
  font-size: 12px;
  line-height: 1.5;
}

.viox-mcb-applications {
	padding: 64px 0;
  background: #fff;
}

.viox-mcb-applications .viox-mcb-section-heading {
	margin-bottom: 32px;
}

.viox-mcb-applications__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 24px;
}

.viox-mcb-application-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  color: var(--mcb-ink);
  border: 1px solid var(--mcb-border);
  border-radius: 6px;
  background: #fff;
  text-decoration: none;
  transition: border-color .22s ease, transform .32s cubic-bezier(.16, 1, .3, 1);
}

.viox-mcb-application-card__media {
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #edf1f4;
}

.viox-mcb-application-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .48s cubic-bezier(.16, 1, .3, 1);
}

.viox-mcb-application-card__body {
  display: flex;
	min-height: 150px;
  flex: 1;
  flex-direction: column;
	padding: 20px 22px 22px;
}

.viox-mcb-application-card h3 {
  margin: 0 0 10px;
  color: var(--mcb-ink);
  font-size: 22px !important;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.3 !important;
  transition: color .22s ease;
}

.viox-mcb-application-card p {
  margin: 0;
  color: var(--mcb-muted);
  font-size: 15px;
  line-height: 1.65;
}

.viox-mcb-application-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--mcb-red);
  font-size: 13px;
  font-weight: 700;
}

.viox-mcb-application-card__link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform .22s ease;
}

.viox-mcb-application-card:hover {
  border-color: rgba(215, 25, 32, .52);
  transform: translateY(-3px);
}

.viox-mcb-application-card:hover .viox-mcb-application-card__media img {
  transform: scale(1.035);
}

.viox-mcb-application-card:hover h3 {
  color: var(--mcb-red);
}

.viox-mcb-application-card:hover .viox-mcb-application-card__link svg {
  transform: translateX(5px);
}

.viox-mcb-application-card:focus-visible {
  outline: 3px solid var(--mcb-red) !important;
  outline-offset: 4px !important;
}

.viox-mcb-knowledge {
  border-top: 1px solid var(--mcb-border);
  background: var(--mcb-soft);
}

.viox-mcb-knowledge__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}

.viox-mcb-knowledge__heading h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 40px !important;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.16 !important;
}

.viox-mcb-knowledge__heading > a {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: var(--mcb-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.viox-mcb-knowledge__heading > a svg,
.viox-mcb-knowledge__rail > a > svg {
  transition: transform .22s ease;
}

.viox-mcb-knowledge__heading > a:hover,
.viox-mcb-knowledge__heading > a:focus-visible {
  color: var(--mcb-red);
}

.viox-mcb-knowledge__heading > a:hover svg,
.viox-mcb-knowledge__heading > a:focus-visible svg,
.viox-mcb-knowledge__rail > a:hover > svg,
.viox-mcb-knowledge__rail > a:focus-visible > svg {
  transform: translate(3px, -3px);
}

.viox-mcb-knowledge__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(390px, .95fr);
  gap: 24px;
  align-items: stretch;
}

.viox-mcb-knowledge__featured {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--mcb-border);
  border-radius: 6px;
  background: #fff;
  color: var(--mcb-ink);
  text-decoration: none;
  transition: border-color .22s ease, transform .22s ease;
}

.viox-mcb-knowledge__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e9edf1;
}

.viox-mcb-knowledge__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s cubic-bezier(.2, .8, .2, 1);
}

.viox-mcb-knowledge__placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: var(--mcb-muted);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.viox-mcb-knowledge__featured-copy {
  display: block;
  min-height: 164px;
  padding: 28px 32px 32px;
}

.viox-mcb-knowledge__label {
  display: block;
  margin-bottom: 14px;
  color: var(--mcb-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.viox-mcb-knowledge__featured h3 {
  margin-bottom: 0;
  font-size: 28px !important;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.25 !important;
  transition: color .22s ease;
}

.viox-mcb-knowledge__featured:hover,
.viox-mcb-knowledge__featured:focus-visible {
  border-color: rgba(215, 25, 32, .65);
  transform: translateY(-3px);
}

.viox-mcb-knowledge__featured:hover img,
.viox-mcb-knowledge__featured:focus-visible img {
  transform: scale(1.035);
}

.viox-mcb-knowledge__featured:hover h3,
.viox-mcb-knowledge__featured:focus-visible h3 {
  color: var(--mcb-red);
}

.viox-mcb-knowledge__rail {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.viox-mcb-knowledge__rail > a {
  display: flex;
  min-height: 132px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  border: 1px solid var(--mcb-border);
  border-radius: 6px;
  background: #fff;
  color: var(--mcb-ink);
  text-decoration: none;
  transition: border-color .22s ease, transform .22s ease;
}

.viox-mcb-knowledge__rail > a > span {
  min-width: 0;
}

.viox-mcb-knowledge__rail .viox-mcb-knowledge__label {
  margin-bottom: 10px;
}

.viox-dc-isolator-switch-landing .viox-mcb-knowledge__featured-copy,
.viox-dc-isolator-switch-landing .viox-mcb-knowledge__rail > a > span {
  display: flex;
  flex-direction: column;
}

.viox-dc-isolator-switch-landing .viox-mcb-knowledge__featured h3,
.viox-dc-isolator-switch-landing .viox-mcb-knowledge__rail strong {
  order: 1;
}

.viox-dc-isolator-switch-landing .viox-mcb-knowledge__label {
  order: 2;
  margin-top: 12px;
  margin-bottom: 0;
}

.viox-dc-isolator-switch-landing .viox-mcb-knowledge__rail .viox-mcb-knowledge__label {
  margin-top: 9px;
  margin-bottom: 0;
}

.viox-mcb-knowledge__rail strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.viox-mcb-knowledge__rail > a > svg {
  flex: 0 0 22px;
  color: var(--mcb-red);
}

.viox-mcb-knowledge__rail > a:hover,
.viox-mcb-knowledge__rail > a:focus-visible {
  border-color: rgba(215, 25, 32, .65);
  transform: translateX(3px);
}

.viox-mcb-knowledge__heading > a:focus-visible,
.viox-mcb-knowledge__featured:focus-visible,
.viox-mcb-knowledge__rail > a:focus-visible {
  outline: 3px solid rgba(215, 25, 32, .28);
  outline-offset: 3px;
}

.viox-mcb-cta {
  padding: 30px 0;
  background: var(--mcb-ink);
  color: #fff;
}

.viox-mcb-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) auto minmax(440px, 1fr);
  gap: 34px;
  align-items: center;
}

.viox-mcb-cta h2 {
  margin-bottom: 5px;
  color: #fff !important;
  font-size: 32px !important;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.25 !important;
}

.viox-mcb-cta p {
  margin-bottom: 0;
  color: #c6ced7;
  font-size: 14px;
  line-height: 1.6;
}

.viox-mcb-button--light {
  border: 1px solid #fff !important;
  background: #fff;
  color: var(--mcb-ink) !important;
}

.viox-mcb-button--light:hover,
.viox-mcb-button--light:focus-visible {
  background: var(--mcb-red);
  color: #fff !important;
}

.viox-mcb-cta ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 0;
  padding: 0 0 0 30px;
  border-left: 1px solid rgba(255, 255, 255, .16);
  list-style: none;
}

.viox-mcb-cta li strong,
.viox-mcb-cta li span {
  display: block;
}

.viox-mcb-cta li strong { color: #fff; font-size: 13px; line-height: 1.4; }
.viox-mcb-cta li span { margin-top: 3px; color: #c6ced7; font-size: 11px; line-height: 1.45; }

.viox-mcb-empty {
  grid-column: 1 / -1;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--mcb-border);
  color: var(--mcb-muted);
}

.viox-mcb-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1120px) {
	body.page-id-7791 .viox-mcb-series__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	body.page-id-7810 .viox-mcb-series__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	body.page-id-16850 .viox-mcb-series__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .viox-mcb-hero__features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .viox-mcb-feature-layout { grid-template-columns: minmax(220px, .8fr) minmax(360px, 1.2fr); gap: 40px; }
  .viox-mcb-applications__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .viox-mcb-knowledge__grid { grid-template-columns: minmax(0, 1.1fr) minmax(350px, .9fr); }
  .viox-mcb-cta__inner { grid-template-columns: minmax(0, 1fr) auto; }
  .viox-mcb-cta ul { grid-column: 1 / -1; padding: 22px 0 0; border-top: 1px solid rgba(255, 255, 255, .16); border-left: 0; }
  .viox-ceramic-terminal-block-landing .viox-mcb-series__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1600px) {
  body.page-id-12488 .viox-contact-rail { display: none !important; }
}

@media (max-width: 820px) {
	body.page-id-7791 .viox-mcb-series__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	body.page-id-7810 .viox-mcb-series__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	body.page-id-16850 .viox-mcb-series__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .viox-mcb-container { width: calc(100% - (2 * var(--viox-gutter-tablet))); }
  .viox-mcb-hero__grid { grid-template-columns: 1fr; gap: 18px; }
  .viox-mcb-hero__visual { min-height: 390px; }
  .viox-mcb-series__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .viox-mcb-feature-layout { grid-template-columns: 1fr; }
  .viox-mcb-cutaway { max-width: 540px; width: 100%; margin-inline: auto; }
  .viox-mcb-applications__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .viox-mcb-knowledge__grid { grid-template-columns: 1fr; }
  .viox-mcb-knowledge__rail { grid-template-rows: none; }
  .viox-mcb-cta__inner { grid-template-columns: 1fr; }
  .viox-mcb-cta__inner > .viox-mcb-button { justify-self: start; }
  .viox-ceramic-terminal-block-landing .viox-mcb-hero__grid { grid-template-columns: 1fr; }
  .viox-ceramic-terminal-block-landing .viox-mcb-hero__copy { order: 1; }
  .viox-ceramic-terminal-block-landing .viox-mcb-hero__visual { order: 2; }
  .viox-ceramic-proof__grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
	body.page-id-7791 .viox-mcb-series__grid { grid-template-columns: 1fr; }
	body.page-id-7791 .viox-contact-rail { display: none !important; }
	body.page-id-7810 .viox-mcb-series__grid { grid-template-columns: 1fr; }
	body.page-id-7810 .viox-contact-rail { display: none !important; }
	body.page-id-16850 .viox-mcb-series__grid { grid-template-columns: 1fr; }
	body.page-id-16850 .viox-contact-rail { display: none !important; }
  .viox-mcb-container { width: calc(100% - (2 * var(--viox-gutter-mobile))); }
  .viox-mcb-breadcrumb { gap: 4px; padding-top: 12px; font-size: 11px; }
  .viox-mcb-breadcrumb a,
  .viox-mcb-breadcrumb span { display: inline-flex; min-height: 44px; align-items: center; }
  .viox-mcb-hero h1 { font-size: 40px !important; line-height: 1.1 !important; }
  .viox-mcb-hero__subtitle { font-size: 21px; }
  .viox-mcb-hero__features { grid-template-columns: 1fr 1fr; }
  .viox-mcb-actions { display: grid; grid-template-columns: 1fr; }
  .viox-mcb-hero__visual { min-height: 300px; }
  .viox-mcb-hero__stage span { width: 100px; height: 100px; }
  .viox-mcb-hero__stage span:nth-child(2) { height: 145px; }
  .viox-mcb-hero__stage span:nth-child(3) { width: 120px; }
  .viox-mcb-section { padding: 64px 0; }
	.viox-mcb-applications { padding: 48px 0; }
	.viox-mcb-applications .viox-mcb-section-heading { margin-bottom: 26px; }
	.viox-mcb-application-card__body { min-height: 0; padding: 18px 18px 20px; }
  .viox-mcb-section-heading { display: block; }
  .viox-mcb-section-heading--center { text-align: center; }
  .viox-mcb-section-heading--center > a { position: static; justify-content: center; }
  .viox-mcb-section-heading h2 { font-size: 30px !important; }
  .viox-mcb-knowledge__heading { display: block; margin-bottom: 32px; }
  .viox-mcb-knowledge__heading h2 { font-size: 30px !important; }
  .viox-mcb-knowledge__heading > a { margin-top: 14px; }
  .viox-mcb-knowledge__featured-copy { min-height: 0; padding: 22px 20px 24px; }
  .viox-mcb-knowledge__featured h3 { font-size: 22px !important; }
  .viox-mcb-knowledge__rail > a { min-height: 118px; padding: 20px; }
  .viox-mcb-knowledge__rail strong { font-size: 17px; }
  .viox-mcb-section-heading > a,
  .viox-mcb-text-link { min-height: 44px; margin-top: 14px; align-items: center; }
  .viox-mcb-series__grid { column-gap: 16px; row-gap: 20px; }
  .viox-mcb-applications__grid { grid-template-columns: 1fr; }
  .viox-mcb-series-card__body { min-height: 104px; gap: 8px; padding: 18px 14px; }
  .viox-mcb-series-card h3,
  .viox-mcb-series-card h4 { min-height: 44px; font-size: 17px !important; line-height: 1.3 !important; }
  .viox-mcb-series-card__arrow,
  .viox-mcb-series-card__arrow svg { width: 26px; height: 26px; flex-basis: 26px; }
  .viox-mcb-series__all-wrap { padding-top: 40px; }
  .viox-mcb-specifications__table > div { grid-template-columns: minmax(110px, .8fr) minmax(0, 1.2fr); padding: 10px 12px; font-size: 13px; }
  .viox-mcb-cutaway { min-height: 350px; }
  .viox-mcb-cutaway > img,
  .viox-mcb-cutaway__placeholder { height: 320px; }
  .viox-mcb-cutaway__label { max-width: 105px; padding: 8px; }
  .viox-mcb-cutaway__label::after { width: 24px; }
  .viox-mcb-cutaway__label--one::after,
  .viox-mcb-cutaway__label--two::after { right: -24px; }
  .viox-mcb-cutaway__label--three::after { left: -24px; }
  .viox-mcb-cta ul { grid-template-columns: 1fr; }
  .viox-ceramic-terminal-block-landing .viox-mcb-series__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .viox-ceramic-size__chart > h3 { padding: 18px; }
  .viox-ceramic-size__hint { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0; padding: 0 18px 14px; color: var(--mcb-muted); font-size: 12px; font-weight: 700; }
  .viox-ceramic-size__hint span { color: var(--mcb-red); font-size: 18px; }
}

/* Timer Relay Manufacturer — timing sequence to controlled OEM release. */
body.page-id-14763 .viox-mcb-hero__products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  min-height: 430px;
  padding: 34px 26px 22px;
  background: #eef1f4;
}

body.page-id-14763 .viox-mcb-hero__product {
  min-width: 0;
}

body.page-id-14763 .viox-mcb-hero__product img {
  width: 100%;
  height: 310px;
  object-fit: contain;
}

body.page-id-14763 .viox-mcb-series__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.viox-timer-mfr-crosslink {
  background: #1b2027;
  color: #fff;
  border-bottom: 1px solid #313841;
}

.viox-timer-mfr-crosslink .viox-mcb-container {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.viox-timer-mfr-crosslink p {
  margin: 0;
  color: #d7dee6;
}

.viox-timer-mfr-crosslink strong { color: #fff; }

.viox-timer-mfr-crosslink a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.viox-timer-mfr-buyers {
  padding: 72px 0 86px;
  background: #fff;
  border-bottom: 1px solid var(--mcb-border);
}

.viox-timer-mfr-buyers__heading,
.viox-timer-mfr-oem__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .8fr);
  align-items: end;
  gap: 56px;
  margin-bottom: 42px;
}

.viox-timer-mfr-buyers__heading h2,
.viox-timer-mfr-oem__heading h2,
.viox-timer-mfr-proof__copy h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.viox-timer-mfr-buyers__heading p,
.viox-timer-mfr-oem__heading p {
  margin: 0;
  color: var(--mcb-muted);
  font-size: 17px;
}

.viox-timer-mfr-buyers__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--mcb-border);
  border-bottom: 1px solid var(--mcb-border);
}

.viox-timer-mfr-buyers__grid article {
  min-height: 178px;
  padding: 28px 26px;
  border-right: 1px solid var(--mcb-border);
}

.viox-timer-mfr-buyers__grid article:last-child { border-right: 0; }
.viox-timer-mfr-buyers__grid h3 { margin: 0 0 14px; font-size: 19px; }
.viox-timer-mfr-buyers__grid p { margin: 0; color: var(--mcb-muted); font-size: 14px; line-height: 1.65; }

.viox-timer-mfr-proof {
  padding: 104px 0;
  background: var(--mcb-ink);
  color: #fff;
}

.viox-timer-mfr-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
  gap: 72px;
  align-items: stretch;
}

.viox-timer-mfr-proof__media {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 12px;
  min-height: 620px;
}

.viox-timer-mfr-proof__media figure { margin: 0; overflow: hidden; background: #252b33; }
.viox-timer-mfr-proof__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.16,1,.3,1); }
.viox-timer-mfr-proof__media figure:hover img { transform: scale(1.035); }
.viox-timer-mfr-proof__copy { align-self: center; }
.viox-timer-mfr-proof__copy h2 { color: #fff; }
.viox-timer-mfr-proof__copy > p { margin: 26px 0 38px; color: #d7dee6; font-size: 17px; line-height: 1.72; }
.viox-timer-mfr-proof dl { margin: 0; border-top: 1px solid #424a54; }
.viox-timer-mfr-proof dl > div { display: grid; grid-template-columns: 160px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid #424a54; }
.viox-timer-mfr-proof dt { color: #fff; font-weight: 700; }
.viox-timer-mfr-proof dd { margin: 0; color: #c8d0d9; }

.viox-timer-mfr-oem { padding: 104px 0; background: #f5f7fa; }
.viox-timer-mfr-oem__steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; counter-reset: timer-oem; border-top: 1px solid var(--mcb-border); border-left: 1px solid var(--mcb-border); }
.viox-timer-mfr-oem__steps li { counter-increment: timer-oem; min-height: 190px; padding: 28px; background: #fff; border-right: 1px solid var(--mcb-border); border-bottom: 1px solid var(--mcb-border); }
.viox-timer-mfr-oem__steps li::before { content: counter(timer-oem, decimal-leading-zero); display: block; margin-bottom: 30px; color: var(--mcb-red); font-size: 13px; font-weight: 700; letter-spacing: .14em; }
.viox-timer-mfr-oem__steps strong { display: block; margin-bottom: 10px; font-size: 18px; }
.viox-timer-mfr-oem__steps span { color: var(--mcb-muted); font-size: 14px; line-height: 1.65; }
.viox-timer-mfr-oem__action { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; margin-top: 48px; padding: 38px 42px; background: var(--mcb-red); color: #fff; }
.viox-timer-mfr-oem__action h3 { margin: 0 0 10px; color: #fff; font-size: 28px; }
.viox-timer-mfr-oem__action p { max-width: 780px; margin: 0; color: #fff; }
.viox-timer-mfr-oem__action .viox-mcb-button { background: #fff; color: var(--mcb-ink); border-color: #fff; }

@media (max-width: 1600px) {
  body.page-id-14763 .viox-contact-rail { display: none !important; }
}

@media (max-width: 1120px) {
  body.page-id-14763 .viox-mcb-series__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .viox-timer-mfr-buyers__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .viox-timer-mfr-buyers__grid article:nth-child(2) { border-right: 0; }
  .viox-timer-mfr-buyers__grid article:nth-child(-n+2) { border-bottom: 1px solid var(--mcb-border); }
  .viox-timer-mfr-proof__grid { gap: 42px; }
}

@media (max-width: 820px) {
  body.page-id-14763 .viox-mcb-series__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .viox-timer-mfr-buyers__heading,
  .viox-timer-mfr-oem__heading,
  .viox-timer-mfr-proof__grid { grid-template-columns: 1fr; }
  .viox-timer-mfr-proof__media { min-height: 460px; }
  .viox-timer-mfr-oem__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .viox-timer-mfr-oem__action { grid-template-columns: 1fr; }
  .viox-timer-mfr-oem__action .viox-mcb-button { justify-self: start; }
}

@media (max-width: 560px) {
  body.page-id-14763 .viox-mcb-series__grid,
  .viox-timer-mfr-buyers__grid,
  .viox-timer-mfr-oem__steps { grid-template-columns: 1fr; }
  body.page-id-14763 .viox-mcb-hero__products { min-height: 300px; padding: 20px 14px; }
  body.page-id-14763 .viox-mcb-hero__product img { height: 210px; }
  .viox-timer-mfr-buyers { padding: 58px 0; }
  .viox-timer-mfr-buyers__heading,
  .viox-timer-mfr-oem__heading { gap: 18px; margin-bottom: 30px; }
  .viox-timer-mfr-buyers__grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--mcb-border); }
  .viox-timer-mfr-proof,
  .viox-timer-mfr-oem { padding: 68px 0; }
  .viox-timer-mfr-proof__media { grid-template-columns: 1fr; min-height: 0; }
  .viox-timer-mfr-proof__media figure { aspect-ratio: 4 / 3; }
  .viox-timer-mfr-proof dl > div { grid-template-columns: 1fr; gap: 6px; }
  .viox-timer-mfr-oem__steps li { min-height: 0; }
  .viox-timer-mfr-oem__action { padding: 30px 24px; }
  .viox-timer-mfr-oem__action .viox-mcb-button { width: 100%; }
  .viox-timer-mfr-crosslink .viox-mcb-container { align-items: flex-start; flex-direction: column; padding-top: 20px; padding-bottom: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .viox-timer-mfr-proof__media img { transition: none; }
}

/* Cable Gland Manufacturer — specification-to-production procurement path. */
body.page-id-12488 .viox-mcb-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.page-id-12488 .viox-mcb-series__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.viox-gland-spec {
  padding: 38px 0 44px;
  border-bottom: 1px solid var(--mcb-border);
  background: #fff;
}

.viox-gland-spec__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 28px;
}

.viox-gland-spec__heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--mcb-ink);
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.03em;
}

.viox-gland-spec__heading p,
.viox-gland-spec__action p {
  margin: 0;
  color: var(--mcb-muted);
  font-size: 15px;
  line-height: 1.65;
}

.viox-gland-spec__path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--mcb-ink);
  border-bottom: 1px solid var(--mcb-border);
  list-style: none;
  counter-reset: gland-spec;
}

.viox-gland-spec__path li {
  position: relative;
  min-height: 190px;
  padding: 24px 28px 24px 22px;
  border-right: 1px solid var(--mcb-border);
  counter-increment: gland-spec;
}

.viox-gland-spec__path li:last-child { border-right: 0; }

.viox-gland-spec__path li::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -7px;
  width: 13px;
  height: 13px;
  border-top: 1px solid var(--mcb-red);
  border-right: 1px solid var(--mcb-red);
  background: #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.viox-gland-spec__path li:last-child::after { display: none; }

.viox-gland-spec__path span,
.viox-gland-spec__path strong,
.viox-gland-spec__path small { display: block; }

.viox-gland-spec__path span {
  margin-bottom: 18px;
  color: var(--mcb-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.viox-gland-spec__path span::before {
  margin-right: 8px;
  color: var(--mcb-muted);
  content: "0" counter(gland-spec);
  font-variant-numeric: tabular-nums;
}

.viox-gland-spec__path strong {
  color: var(--mcb-ink);
  font-size: 16px;
  line-height: 1.45;
}

.viox-gland-spec__path small {
  margin-top: 12px;
  color: var(--mcb-muted);
  font-size: 13px;
  line-height: 1.55;
}

.viox-gland-spec__action {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding-top: 26px;
}

.viox-gland-spec__action p { max-width: 50ch; }

.viox-gland-manufacturing { background: var(--mcb-soft); }

.viox-gland-manufacturing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.viox-gland-manufacturing__grid article {
  overflow: hidden;
  border: 1px solid var(--mcb-border);
  background: #fff;
}

.viox-gland-manufacturing__grid figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #e9edf1;
}

.viox-gland-manufacturing__grid img,
.viox-gland-quality figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}

.viox-gland-manufacturing__grid article:hover img { transform: scale(1.035); }

.viox-gland-manufacturing__grid article > div { padding: 24px; }

.viox-gland-manufacturing__grid h3 {
  margin: 0 0 10px;
  color: var(--mcb-ink);
  font-size: 21px !important;
  line-height: 1.3 !important;
}

.viox-gland-manufacturing__grid p {
  margin: 0;
  color: var(--mcb-muted);
  font-size: 15px;
  line-height: 1.65;
}

.viox-gland-quality {
  background: var(--mcb-ink);
  color: #fff;
}

.viox-gland-quality__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
}

.viox-gland-quality figure {
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  background: #252b33;
}

.viox-gland-quality__copy h2 {
  max-width: 720px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(38px, 4vw, 54px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em;
}

.viox-gland-quality__copy > p {
  max-width: 64ch;
  margin: 22px 0 32px;
  color: #d7dee6;
  font-size: 16px;
  line-height: 1.72;
}

.viox-gland-quality dl { margin: 0; }

.viox-gland-quality dl > div {
  display: grid;
  grid-template-columns: minmax(150px, .42fr) minmax(0, 1fr);
  gap: 26px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.17);
}

.viox-gland-quality dt {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.viox-gland-quality dd {
  margin: 0;
  color: #c6ced7;
  font-size: 14px;
  line-height: 1.6;
}

.viox-gland-quality__copy > a,
.viox-gland-oem .viox-mcb-section-heading > a,
.viox-gland-manufacturing .viox-mcb-section-heading > a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 28px;
  color: var(--mcb-red);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.viox-gland-manufacturing .viox-mcb-section-heading > a,
.viox-gland-oem .viox-mcb-section-heading > a { margin-top: 0; }

.viox-gland-oem { background: #fff; }

.viox-gland-oem__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--mcb-ink);
  list-style: none;
  counter-reset: gland-oem;
}

.viox-gland-oem__steps li {
  min-height: 170px;
  padding: 26px 28px 30px 54px;
  border-right: 1px solid var(--mcb-border);
  border-bottom: 1px solid var(--mcb-border);
  counter-increment: gland-oem;
}

.viox-gland-oem__steps li:nth-child(3n) { border-right: 0; }

.viox-gland-oem__steps li::before {
  display: block;
  margin-bottom: 16px;
  margin-left: -32px;
  color: var(--mcb-red);
  content: "0" counter(gland-oem);
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.viox-gland-oem__steps strong,
.viox-gland-oem__steps span { display: block; }

.viox-gland-oem__steps strong {
  color: var(--mcb-ink);
  font-size: 17px;
  line-height: 1.4;
}

.viox-gland-oem__steps span {
  margin-top: 8px;
  color: var(--mcb-muted);
  font-size: 14px;
  line-height: 1.6;
}

.viox-gland-rfq {
  padding: 68px 0;
  background: var(--mcb-red);
  color: #fff;
}

.viox-gland-rfq__inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .8fr) auto;
  gap: 44px;
  align-items: center;
}

.viox-gland-rfq h2 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(34px, 3.8vw, 50px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em;
}

.viox-gland-rfq p {
  max-width: 60ch;
  margin: 18px 0 0;
  color: rgba(255,255,255,.9);
  font-size: 15px;
  line-height: 1.65;
}

.viox-gland-rfq ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.viox-gland-rfq li {
  position: relative;
  padding-left: 17px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}

.viox-gland-rfq li::before {
  position: absolute;
  top: .62em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #fff;
  content: "";
}

body.page-id-12488 .viox-mcb-comparison__scroll { min-width: 0; }
body.page-id-12488 .viox-mcb-comparison table { min-width: 860px; }

@media (max-width: 1120px) {
  body.page-id-12488 .viox-mcb-series__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .viox-gland-spec__path { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .viox-gland-spec__path li:nth-child(2) { border-right: 0; }
  .viox-gland-spec__path li:nth-child(2)::after { display: none; }
  .viox-gland-spec__path li:nth-child(-n+2) { border-bottom: 1px solid var(--mcb-border); }
  .viox-gland-rfq__inner { grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); }
  .viox-gland-rfq__inner > .viox-mcb-button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 820px) {
  body.page-id-12488 .viox-mcb-series__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .viox-gland-spec__heading,
  .viox-gland-quality__grid,
  .viox-gland-rfq__inner { grid-template-columns: 1fr; }
  .viox-gland-spec__heading { gap: 14px; }
  .viox-gland-manufacturing__grid { grid-template-columns: 1fr; }
  .viox-gland-manufacturing__grid article { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1fr); }
  .viox-gland-quality figure { min-height: 420px; }
  .viox-gland-oem__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .viox-gland-oem__steps li:nth-child(3n) { border-right: 1px solid var(--mcb-border); }
  .viox-gland-oem__steps li:nth-child(2n) { border-right: 0; }
}

@media (max-width: 560px) {
  body.page-id-12488 .viox-mcb-series__grid { grid-template-columns: 1fr; }
  body.page-id-12488 .viox-contact-rail { display: none !important; }
  .viox-gland-spec { padding: 30px 0 36px; }
  .viox-gland-spec__path { grid-template-columns: 1fr; }
  .viox-gland-spec__path li,
  .viox-gland-spec__path li:nth-child(2) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--mcb-border); }
  .viox-gland-spec__path li::after,
  .viox-gland-spec__path li:nth-child(2)::after { display: block; top: auto; right: auto; bottom: -7px; left: 24px; transform: rotate(135deg); }
  .viox-gland-spec__path li:last-child::after { display: none; }
  .viox-gland-spec__action { display: grid; }
  .viox-gland-spec__action .viox-mcb-button { width: 100%; }
  .viox-gland-manufacturing__grid article { display: block; }
  .viox-gland-quality figure { min-height: 300px; }
  .viox-gland-quality dl > div { grid-template-columns: 1fr; gap: 6px; }
  .viox-gland-oem__steps { grid-template-columns: 1fr; }
  .viox-gland-oem__steps li,
  .viox-gland-oem__steps li:nth-child(2n),
  .viox-gland-oem__steps li:nth-child(3n) { min-height: 0; border-right: 0; }
  .viox-gland-rfq { padding: 56px 0; }
  .viox-gland-rfq__inner > .viox-mcb-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .viox-gland-manufacturing__grid img { transition: none; }
}

body.page-id-7791 .viox-mcb-hero__product:nth-child(n+2) img {
	mix-blend-mode: multiply;
	transform: scale(1.22);
}

@media (max-width: 359px) {
  .viox-mcb-series__grid { grid-template-columns: 1fr; row-gap: 20px; }
  .viox-mcb-series-card__body { min-height: 104px; }
  .viox-mcb-series-card h3,
  .viox-mcb-series-card h4 { font-size: 19px !important; }
}

@media (max-width: 780px) {
  body.page-id-14119 .viox-whatsapp {
    display: none !important;
  }

  body.page-id-14119 .viox-site-header .viox-mobile-menu > summary {
    width: 44px;
    height: 44px;
    border: 0;
    background:
      linear-gradient(var(--viox-ink), var(--viox-ink)) center calc(50% - 8px) / 28px 2px no-repeat,
      linear-gradient(var(--viox-ink), var(--viox-ink)) center / 28px 2px no-repeat,
      linear-gradient(var(--viox-ink), var(--viox-ink)) center calc(50% + 8px) / 28px 2px no-repeat;
  }

  body.page-id-14119 .viox-site-header .viox-mobile-menu > summary::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .viox-mcb-button,
	.viox-mcb-actions .viox-mcb-button::before,
  .viox-mcb-series-card,
  .viox-mcb-series-card::after,
  .viox-mcb-series-card__frame,
  .viox-mcb-series-card__frame i,
  .viox-mcb-series-card__media img,
  .viox-mcb-series-card h3,
  .viox-mcb-series-card__arrow,
  .viox-mcb-knowledge__heading svg,
  .viox-mcb-knowledge__featured,
  .viox-mcb-knowledge__featured img,
  .viox-mcb-knowledge__featured h3,
  .viox-mcb-knowledge__rail > a,
  .viox-mcb-knowledge__rail > a > svg,
  .viox-mcb-application-card,
  .viox-mcb-application-card__media img,
  .viox-mcb-application-card h3,
  .viox-mcb-application-card__link svg,
  .viox-mcb-series__all .circle,
  .viox-mcb-series__all .icon,
  .viox-mcb-series__all .button-text {
    transition: none;
  }
}

/* Category landing v2 — selection-first hierarchy. */
.viox-mcb-hero {
  min-height: 0;
  border-bottom: 1px solid var(--mcb-border);
  background: var(--mcb-soft);
}

.viox-mcb-hero__grid {
  min-height: 580px;
  grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr);
  gap: 64px;
  padding: 36px 0 64px;
}

.viox-mcb-hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(52px, 5vw, 72px) !important;
  line-height: 1.04 !important;
}

.viox-mcb-hero h1 span {
  color: var(--mcb-red);
}

.viox-mcb-hero__lead {
  max-width: 680px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.7;
}

.viox-mcb-hero__features {
  gap: 16px;
  margin-bottom: 32px;
}

.viox-mcb-hero__visual {
  position: relative;
  display: flex;
  min-height: 470px;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--mcb-border);
  border-radius: 6px;
  background: #e9edf2;
}

.viox-mcb-hero__visual-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 2px 2px 16px;
  color: var(--mcb-muted);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.viox-mcb-hero__visual-head strong {
  color: var(--mcb-ink);
  font-size: 12px;
  letter-spacing: .1em;
}

.viox-mcb-hero__image {
  position: relative;
  display: flex;
  min-height: 0;
  flex: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
}

.viox-mcb-hero__image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1100px) {
  .viox-acb-landing .viox-mcb-series__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.viox-mcb-hero__products {
  position: relative;
  inset: auto;
  display: grid;
  min-height: 0;
  flex: 1;
  grid-template-columns: 1.18fr .82fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.viox-mcb-hero__product {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(27, 32, 39, .08);
  border-radius: 4px;
  background: #fff;
  color: var(--mcb-ink);
  text-decoration: none;
}

.viox-mcb-hero__product:first-child {
  grid-row: 1 / 3;
}

.viox-mcb-hero__product img {
  display: block;
  width: 100%;
  min-height: 0;
  flex: 1;
  padding: 10px;
  object-fit: contain;
  filter: none;
  transition: transform .3s ease;
}

.viox-mcb-hero__product:hover img,
.viox-mcb-hero__product:focus-visible img {
  transform: scale(1.025);
}

.viox-mcb-hero__model {
  display: block;
  padding: 10px 13px;
  border-top: 1px solid var(--mcb-border);
  color: var(--mcb-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}

.viox-mcb-definition {
  background: #fff;
}

.viox-mcb-definition__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: 80px;
  align-items: center;
}

.viox-mcb-definition__copy h2,
.viox-mcb-faq__grid h2 {
  margin-bottom: 22px;
  font-size: 40px !important;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.16 !important;
}

.viox-mcb-definition__copy p,
.viox-mcb-faq__grid > div:first-child p {
  max-width: 65ch;
  margin-bottom: 16px;
  color: var(--mcb-copy);
  font-size: 16px;
  line-height: 1.75;
}

.viox-mcb-definition__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 26px;
}

.viox-mcb-definition__links a {
  color: var(--mcb-red);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.viox-mcb-function-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
  align-items: stretch;
  border-top: 1px solid var(--mcb-border);
  border-bottom: 1px solid var(--mcb-border);
}

.viox-mcb-function-flow > div {
  padding: 32px 8px;
}

.viox-mcb-function-flow strong,
.viox-mcb-function-flow span {
  display: block;
}

.viox-mcb-function-flow strong {
  margin-bottom: 10px;
  color: var(--mcb-ink);
  font-size: 17px;
}

.viox-mcb-function-flow span {
  color: var(--mcb-muted);
  font-size: 13px;
  line-height: 1.65;
}

.viox-mcb-function-flow i {
  position: relative;
}

.viox-mcb-function-flow i::before,
.viox-mcb-function-flow i::after {
  position: absolute;
  top: 50%;
  content: "";
}

.viox-mcb-function-flow i::before {
  right: 7px;
  left: 7px;
  height: 1px;
  background: var(--mcb-red);
}

.viox-mcb-function-flow i::after {
  right: 7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--mcb-red);
  border-right: 1px solid var(--mcb-red);
  transform: translateY(-3px) rotate(45deg);
}

.viox-mcb-series {
  border-top: 1px solid var(--mcb-border);
  background: var(--mcb-soft);
}

.viox-mcb-series-card__media img {
  object-fit: contain;
}

.viox-mcb-series-card__body {
  display: block;
  min-height: 212px;
  padding: 22px;
}

.viox-mcb-series-card h3,
.viox-mcb-series-card h4 {
  display: block;
  min-height: 0;
  margin: 0 0 5px;
  overflow: visible;
  font-size: 22px !important;
  line-height: 1.25 !important;
  text-overflow: clip;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

.viox-mcb-series-card__type {
  display: block;
  color: var(--mcb-muted);
  font-size: 13px;
  line-height: 1.45;
}

.viox-mcb-series-card__facts {
  margin: 20px 0 0;
  border-top: 1px solid var(--mcb-border);
}

.viox-mcb-series-card__facts > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--mcb-border);
}

.viox-mcb-series-card__facts dt,
.viox-mcb-series-card__facts dd {
  margin: 0;
}

.viox-mcb-series-card__facts dt {
  color: var(--mcb-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.4;
  text-transform: uppercase;
}

.viox-mcb-series-card__facts dd {
  color: var(--mcb-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}

.viox-mcb-series-card__review {
  display: block;
  margin-top: 22px;
  padding-top: 12px;
  border-top: 1px solid var(--mcb-border);
  color: var(--mcb-muted);
  font-size: 12px;
}

.viox-mcb-selection {
  border-top: 1px solid var(--mcb-border);
  border-bottom: 1px solid var(--mcb-border);
  background: #fff;
}

.viox-mcb-selection__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  gap: 80px;
  align-items: stretch;
}

.viox-mcb-selection__factors article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--mcb-border);
}

.viox-mcb-selection__factors article:first-child {
  padding-top: 0;
}

.viox-mcb-selection__factors article > span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215, 25, 32, .3);
  border-radius: 50%;
  color: var(--mcb-red);
}

.viox-mcb-selection__factors svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.viox-mcb-selection__factors h3 {
  margin: 0 0 6px;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.35 !important;
}

.viox-mcb-selection__factors p {
  margin: 0;
  color: var(--mcb-muted);
  font-size: 14px;
  line-height: 1.65;
}

.viox-mcb-curves {
  padding: 40px;
  border-radius: 6px;
  background: var(--mcb-ink);
  color: #fff;
}

.viox-mcb-curves h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 30px !important;
  line-height: 1.2 !important;
}

.viox-mcb-curves > p {
  margin-bottom: 26px;
  color: #c6ced7;
  font-size: 14px;
  line-height: 1.7;
}

.viox-mcb-curves__list {
  margin-bottom: 24px;
}

.viox-mcb-curves__list > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.viox-mcb-curves__list strong {
  color: var(--mcb-red);
  font-size: 24px;
}

.viox-mcb-curves__list span {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.viox-mcb-curves > a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.viox-mcb-comparison {
  background: var(--mcb-soft);
}

.viox-mcb-comparison__scroll {
  overflow-x: auto;
  border: 1px solid var(--mcb-border);
  border-radius: 6px;
  background: #fff;
}

.viox-mcb-comparison table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 14px;
}

.viox-mcb-comparison th,
.viox-mcb-comparison td {
  padding: 17px 20px;
  border-bottom: 1px solid var(--mcb-border);
  text-align: left;
}

.viox-mcb-comparison thead {
  background: var(--mcb-ink);
  color: #fff;
}

.viox-mcb-comparison thead th {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.viox-mcb-comparison tbody tr:nth-child(even) {
  background: var(--mcb-soft);
}

.viox-mcb-comparison tbody tr:last-child th,
.viox-mcb-comparison tbody tr:last-child td {
  border-bottom: 0;
}

.viox-mcb-comparison tbody a {
  color: var(--mcb-red);
  font-weight: 700;
  text-decoration: none;
}

.viox-mcb-applications__more {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.viox-mcb-applications__more a {
  position: relative;
  display: grid;
  gap: 7px;
  padding: 20px 34px 20px 0;
  border-top: 1px solid var(--mcb-border);
  border-bottom: 1px solid var(--mcb-border);
  color: var(--mcb-ink);
  text-decoration: none;
}

.viox-mcb-applications__more strong {
  font-size: 16px;
  line-height: 1.4;
}

.viox-mcb-applications__more span {
  color: var(--mcb-muted);
  font-size: 13px;
  line-height: 1.55;
}

.viox-mcb-applications__more i {
  position: absolute;
  top: 20px;
  right: 2px;
  color: var(--mcb-red);
  font-style: normal;
}

.viox-mcb-faq {
  border-top: 1px solid var(--mcb-border);
  background: #fff;
}

.viox-mcb-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(520px, 1.25fr);
  gap: 100px;
  align-items: start;
}

.viox-mcb-faq__items {
  border-top: 1px solid var(--mcb-ink);
}

.viox-mcb-faq details {
  border-bottom: 1px solid var(--mcb-border);
}

.viox-mcb-faq summary {
  position: relative;
  display: flex;
  min-height: 68px;
  align-items: center;
  padding: 16px 46px 16px 0;
  color: var(--mcb-ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  list-style: none;
}

.viox-mcb-faq summary::-webkit-details-marker {
  display: none;
}

.viox-mcb-faq summary::before,
.viox-mcb-faq summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 16px;
  height: 2px;
  background: var(--mcb-red);
  content: "";
  transition: transform .2s ease;
}

.viox-mcb-faq summary::after {
  transform: rotate(90deg);
}

.viox-mcb-faq details[open] summary::after {
  transform: rotate(0);
}

.viox-mcb-faq details > div {
  padding: 0 48px 22px 0;
}

.viox-mcb-faq details p {
  max-width: 68ch;
  margin: 0;
  color: var(--mcb-copy);
  font-size: 15px;
  line-height: 1.7;
}

.viox-mcb-faq details:focus,
.viox-mcb-faq summary:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.viox-keyboard-focus .viox-mcb-faq summary:focus-visible {
	border-radius: 4px;
	outline: 3px solid rgba(215, 25, 32, .34) !important;
	outline-offset: 3px !important;
}

.viox-mcb-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 440px;
  padding: 0;
  background: var(--mcb-red);
}

.viox-mcb-cta::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, .085);
  content: "VIOX";
  font-family: var(--viox-font);
  font-size: clamp(180px, 25vw, 360px);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: .76;
  pointer-events: none;
  transform: translate(-50%, -48%);
  white-space: nowrap;
}

.viox-mcb-cta__inner {
  display: grid;
  min-height: 440px;
  grid-template-columns: 1fr;
  place-items: center;
  text-align: center;
}

.viox-mcb-cta__copy {
  display: flex;
  width: min(920px, 100%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 76px 0 72px;
}

.viox-mcb-cta h2 {
  max-width: 900px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(50px, 4.5vw, 64px) !important;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.04 !important;
  text-wrap: balance;
}

.viox-mcb-cta p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 17px;
  line-height: 1.7;
}

.viox-mcb-cta .viox-mcb-button--light {
  min-width: 210px;
  margin-top: 32px;
  border: 0 !important;
  background: #fff;
  color: var(--mcb-ink) !important;
}

.viox-mcb-cta .viox-mcb-button--light::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--mcb-ink);
  content: "";
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .25s ease;
}

.viox-mcb-cta .viox-mcb-button--light:hover,
.viox-mcb-cta .viox-mcb-button--light:focus-visible,
.viox-mcb-cta .viox-mcb-button--light:active {
  color: #fff !important;
}

.viox-mcb-cta .viox-mcb-button--light:hover::before,
.viox-mcb-cta .viox-mcb-button--light:focus-visible::before,
.viox-mcb-cta .viox-mcb-button--light:active::before {
  transform: scaleX(1);
}

@media (max-width: 1120px) {
  .viox-mcb-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr);
    gap: 40px;
  }

  .viox-mcb-definition__grid,
  .viox-mcb-selection__grid {
    gap: 52px;
  }

  .viox-mcb-faq__grid {
    gap: 64px;
  }
}

@media (max-width: 820px) {
  .viox-mcb-hero__grid,
  .viox-mcb-definition__grid,
  .viox-mcb-selection__grid,
  .viox-mcb-faq__grid {
    grid-template-columns: 1fr;
  }

  .viox-mcb-hero__grid {
    min-height: 0;
    gap: 38px;
    padding-bottom: 52px;
  }

  .viox-mcb-hero__visual {
    min-height: 420px;
  }

  .viox-mcb-definition__grid,
  .viox-mcb-selection__grid,
  .viox-mcb-faq__grid {
    gap: 44px;
  }

  .viox-mcb-applications__more {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 560px) {
  .viox-mcb-hero h1 {
    margin-bottom: 20px;
    font-size: 40px !important;
  }

  .viox-mcb-hero__lead {
    font-size: 16px;
  }

  .viox-mcb-hero__visual {
    min-height: 330px;
    padding: 10px;
  }

  .viox-mcb-hero__visual-head {
    padding: 3px 2px 11px;
    font-size: 9px;
  }

  .viox-mcb-hero__visual-head strong {
    font-size: 10px;
  }

  .viox-mcb-hero__model {
    padding: 7px 8px;
    font-size: 10px;
  }

  .viox-mcb-definition__copy h2,
  .viox-mcb-faq__grid h2 {
    font-size: 30px !important;
  }

  .viox-mcb-function-flow {
    grid-template-columns: 1fr;
  }

  .viox-mcb-function-flow > div {
    padding: 22px 0;
  }

  .viox-mcb-function-flow i {
    height: 26px;
  }

  .viox-mcb-function-flow i::before {
    top: 0;
    bottom: 0;
    left: 3px;
    width: 1px;
    height: auto;
  }

  .viox-mcb-function-flow i::after {
    top: auto;
    right: auto;
    bottom: 1px;
    left: 0;
    transform: rotate(135deg);
  }

  .viox-mcb-series-card__body {
    min-height: 196px;
    padding: 16px 14px;
  }

  .viox-mcb-series-card h3,
  .viox-mcb-series-card h4 {
    min-height: 0;
    margin-bottom: 4px;
    font-size: 17px !important;
    overflow: visible;
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }

  .viox-mcb-series-card__type {
    font-size: 11px;
  }

  .viox-mcb-series-card__facts {
    margin-top: 14px;
  }

  .viox-mcb-series-card__facts > div {
    display: block;
    padding: 6px 0;
  }

  .viox-mcb-series-card__facts dd {
    margin-top: 2px;
    text-align: left;
  }

  .viox-mcb-selection__grid {
    gap: 32px;
  }

  .viox-mcb-curves {
    padding: 28px 24px;
  }

  .viox-mcb-curves h3 {
    font-size: 25px !important;
  }

  .viox-mcb-comparison__scroll {
    margin-right: calc(-1 * var(--viox-gutter-mobile));
  }

  .viox-mcb-faq summary {
    min-height: 62px;
    font-size: 16px;
  }

  .viox-mcb-cta,
  .viox-mcb-cta__inner {
    min-height: 430px;
  }

  .viox-mcb-cta::before {
    font-size: clamp(130px, 46vw, 210px);
    transform: translate(-50%, -54%);
  }

  .viox-mcb-cta__copy {
    padding: 64px 0 60px;
  }

  .viox-mcb-cta h2 {
    max-width: 13ch;
    font-size: clamp(36px, 10.4vw, 44px) !important;
    line-height: 1.08 !important;
  }

  .viox-mcb-cta p {
    max-width: 34ch;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.68;
  }

  body.page-id-14119 .viox-contact-rail,
  body.page-id-13950 .viox-contact-rail,
  body.page-id-22264 .viox-contact-rail,
  body.page-id-22601 .viox-contact-rail,
  body.page-id-17580 .viox-contact-rail,
  body.page-id-17196 .viox-contact-rail,
  body.page-id-22875 .viox-contact-rail,
  body.page-id-23293 .viox-contact-rail,
  body.page-id-15021 .viox-contact-rail {
    display: none !important;
  }
}
