/* VIOX Pop-up Socket — MCB-aligned industrial product-family landing page. */
body.page-id-17009 {
  font-family: var(--viox-font);
  font-weight: 400;
}

body.page-id-17009 .viox-page-shell,
body.page-id-17009 .viox-page-shell > .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

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

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

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

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

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

.viox-popup-landing img {
  max-width: 100%;
}

.viox-popup-eyebrow {
  margin-bottom: 16px;
  color: var(--popup-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.4;
}

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

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

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

.viox-popup-breadcrumb a:focus-visible,
.viox-popup-button:focus-visible,
.viox-popup-text-link:focus-visible,
.viox-popup-faq summary:focus-visible {
  outline: 3px solid var(--popup-red);
  outline-offset: 3px;
}

.viox-popup-hero {
  min-height: 680px;
  background: linear-gradient(116deg, #fff 0%, #f7f9fb 55%, #e8edf2 100%);
}

.viox-popup-hero__grid {
  display: grid;
  min-height: 620px;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  gap: 64px;
  align-items: center;
  padding: 26px 0 56px;
}

.viox-popup-hero__visual {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--popup-border);
  background: #f2f5f8;
}

.viox-popup-hero__visual > img {
  position: absolute;
  z-index: 2;
  right: 5%;
  bottom: -5%;
  width: min(88%, 530px);
  height: auto;
  object-fit: contain;
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}

.viox-popup-hero__visual:hover > img {
  transform: translateY(-8px);
}

.viox-popup-hero__surface {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 31%;
  left: 0;
  height: 2px;
  background: var(--popup-red);
}

.viox-popup-hero__surface::before {
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  height: 44px;
  background: linear-gradient(180deg, rgba(33, 39, 47, .12), rgba(33, 39, 47, 0));
  content: "";
}

.viox-popup-hero__surface span {
  position: absolute;
  top: 11px;
  left: 18px;
  color: var(--popup-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
}

.viox-popup-lift-scale {
  position: absolute;
  z-index: 4;
  top: 50px;
  left: 28px;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: var(--popup-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  writing-mode: vertical-rl;
}

.viox-popup-lift-scale i {
  position: relative;
  display: block;
  width: 1px;
  height: 220px;
  background: var(--popup-red);
}

.viox-popup-lift-scale i::before,
.viox-popup-lift-scale i::after {
  position: absolute;
  left: -3px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--popup-red);
  background: #fff;
  content: "";
  transform: rotate(45deg);
}

.viox-popup-lift-scale i::before { top: 0; }
.viox-popup-lift-scale i::after { bottom: 0; }

.viox-popup-hero__copy {
  position: relative;
  z-index: 5;
}

.viox-popup-hero h1 {
  max-width: 640px;
  margin-bottom: 24px;
  font-size: 64px !important;
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.04 !important;
}

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

.viox-popup-hero__lead {
  max-width: 610px;
  margin-bottom: 30px;
  color: var(--popup-copy);
  font-size: 17px;
  line-height: 1.7;
}

.viox-popup-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 34px;
  padding: 0;
  border-top: 1px solid var(--popup-border);
  border-bottom: 1px solid var(--popup-border);
  list-style: none;
}

.viox-popup-hero__facts li {
  padding: 18px 14px 18px 0;
}

.viox-popup-hero__facts li + li {
  padding-left: 18px;
  border-left: 1px solid var(--popup-border);
}

.viox-popup-hero__facts strong,
.viox-popup-hero__facts span {
  display: block;
}

.viox-popup-hero__facts strong {
  margin-bottom: 4px;
  color: var(--popup-ink);
  font-size: 13px;
  font-weight: 700;
}

.viox-popup-hero__facts span {
  color: var(--popup-muted);
  font-size: 11px;
  line-height: 1.45;
}

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

.viox-popup-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 14px 22px;
  border: 1px solid var(--popup-red);
  border-radius: 6px;
  background: var(--popup-red);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.viox-popup-button:hover {
  border-color: var(--popup-red-dark);
  background: var(--popup-red-dark);
  color: #fff !important;
  transform: translateY(-2px);
}

.viox-popup-button--secondary {
  border-color: #c5ccd4;
  background: transparent;
  color: var(--popup-ink) !important;
}

.viox-popup-button--secondary:hover {
  border-color: var(--popup-red);
  background: var(--popup-red);
  color: #fff !important;
}

.viox-popup-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--popup-red) !important;
}

.viox-popup-button--light:hover {
  border-color: #fff;
  background: transparent;
  color: #fff !important;
}

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

.viox-popup-compliance__inner {
  display: grid;
  min-height: 178px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 70px;
  padding: 28px 0;
}

.viox-popup-compliance h2 {
  max-width: 610px;
  margin-bottom: 0;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.viox-popup-compliance__marks {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
}

.viox-popup-compliance__marks img {
  display: block;
  width: 72px;
  height: 72px;
  margin-inline: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .72;
}

.viox-popup-section {
  padding: 104px 0;
}

.viox-popup-selection {
  border-bottom: 1px solid var(--popup-border);
  background: var(--popup-soft);
}

.viox-popup-selection__table-wrap {
  overflow-x: auto;
  border: 1px solid var(--popup-border);
  background: #fff;
}

.viox-popup-selection__table-wrap:focus-visible {
  outline: 3px solid var(--popup-red);
  outline-offset: 3px;
}

.viox-popup-selection__table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  color: var(--popup-copy);
  font-size: 13px;
  line-height: 1.55;
}

.viox-popup-selection__table th,
.viox-popup-selection__table td {
  padding: 20px 22px;
  border-right: 1px solid var(--popup-border);
  border-bottom: 1px solid var(--popup-border);
  text-align: left;
  vertical-align: top;
}

.viox-popup-selection__table tr:last-child > * { border-bottom: 0; }
.viox-popup-selection__table tr > *:last-child { border-right: 0; }

.viox-popup-selection__table thead th {
  background: var(--popup-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.viox-popup-selection__table tbody th {
  color: var(--popup-ink);
  font-weight: 700;
}

.viox-popup-buying {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr);
  gap: 70px;
  margin-top: 72px;
  padding-top: 72px;
  border-top: 1px solid var(--popup-border);
}

.viox-popup-buying__intro h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.viox-popup-buying__intro > p:last-child {
  margin-bottom: 0;
  color: var(--popup-muted);
  font-size: 14px;
  line-height: 1.7;
}

.viox-popup-buying__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--popup-border);
  border-left: 1px solid var(--popup-border);
  background: #fff;
}

.viox-popup-buying__grid > div {
  min-height: 138px;
  padding: 24px;
  border-right: 1px solid var(--popup-border);
  border-bottom: 1px solid var(--popup-border);
}

.viox-popup-buying__grid dt {
  margin-bottom: 9px;
  color: var(--popup-ink);
  font-size: 13px;
  font-weight: 700;
}

.viox-popup-buying__grid dd {
  margin: 0;
  color: var(--popup-muted);
  font-size: 12px;
  line-height: 1.6;
}

.viox-popup-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 52px;
}

.viox-popup-section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(34px, 3.1vw, 44px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.viox-popup-section-heading > p {
  max-width: 540px;
  margin-bottom: 0;
  color: var(--popup-muted);
  font-size: 14px;
  line-height: 1.7;
}

.viox-popup-overview {
  padding-bottom: 0;
  background: #fff;
}

.viox-popup-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: 0;
  border: 1px solid var(--popup-border);
}

.viox-popup-overview__portrait {
  position: relative;
  min-height: 760px;
  margin: 0;
  overflow: hidden;
  background: var(--popup-soft);
}

.viox-popup-overview__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.viox-popup-overview__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(42px, 6vw, 86px);
  border-left: 1px solid var(--popup-border);
}

.viox-popup-overview__content h2 {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(36px, 3.4vw, 50px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.viox-popup-overview__content > p:not(.viox-popup-eyebrow) {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--popup-copy);
  font-size: 16px;
  line-height: 1.75;
}

.viox-popup-overview__detail {
  width: 100%;
  margin: 0 0 24px;
  overflow: hidden;
  border: 1px solid var(--popup-border);
  background: #fff;
}

.viox-popup-overview__detail img {
  display: block;
  width: 100%;
  height: auto;
}

.viox-popup-text-link {
  color: var(--popup-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.viox-popup-finishes {
  padding-top: 104px;
}

.viox-popup-finishes__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--popup-border);
  border-left: 1px solid var(--popup-border);
}

.viox-popup-finishes__grid figure {
  margin: 0;
  border-right: 1px solid var(--popup-border);
  border-bottom: 1px solid var(--popup-border);
  background: #fff;
}

.viox-popup-finishes__grid figure > div {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--popup-soft);
}

.viox-popup-finishes__grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.viox-popup-finishes__grid figure:hover img {
  transform: scale(1.025);
}

.viox-popup-finishes__grid figcaption {
  min-height: 64px;
  padding: 21px 18px;
  color: var(--popup-ink);
  font-size: 13px;
  font-weight: 600;
}

.viox-popup-models {
  background: var(--popup-soft);
}

.viox-popup-models__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--popup-border);
  border-left: 1px solid var(--popup-border);
}

.viox-popup-model-card {
  position: relative;
  min-width: 0;
  border-right: 1px solid var(--popup-border);
  border-bottom: 1px solid var(--popup-border);
  background: #fff;
}

.viox-popup-model-card__index {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  color: var(--popup-red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
}

.viox-popup-model-card figure {
  height: 300px;
  margin: 0;
  overflow: hidden;
  background: #f8fafb;
}

.viox-popup-model-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .45s ease;
}

.viox-popup-model-card:hover img {
  transform: scale(1.035);
}

.viox-popup-model-card h3 {
  min-height: 86px;
  margin: 0;
  padding: 20px 16px;
  border-top: 1px solid var(--popup-border);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.viox-popup-centered-action {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.viox-popup-modules {
  background: #fff;
}

.viox-popup-modules__layout {
  display: grid;
  grid-template-columns: minmax(340px, .75fr) minmax(0, 1.25fr);
  border: 1px solid var(--popup-border);
}

.viox-popup-modules__diagram {
  display: flex;
  margin: 0;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  border-right: 1px solid var(--popup-border);
  background: var(--popup-soft);
}

.viox-popup-modules__diagram img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.viox-popup-modules__diagram figcaption {
  padding: 24px 8px 0;
}

.viox-popup-modules__diagram strong,
.viox-popup-modules__diagram span {
  display: block;
}

.viox-popup-modules__diagram strong {
  margin-bottom: 6px;
  font-size: 17px;
}

.viox-popup-modules__diagram span {
  color: var(--popup-muted);
  font-size: 12px;
}

.viox-popup-modules__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.viox-popup-modules__grid figure {
  margin: 0;
  padding: 18px 12px;
  border-right: 1px solid var(--popup-border);
  border-bottom: 1px solid var(--popup-border);
  text-align: center;
}

.viox-popup-modules__grid figure:nth-child(5n) { border-right: 0; }
.viox-popup-modules__grid figure:nth-last-child(-n+5) { border-bottom: 0; }

.viox-popup-modules__grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.viox-popup-modules__grid figcaption {
  margin-top: 8px;
  color: var(--popup-copy);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}

.viox-popup-features {
  background: var(--popup-soft);
}

.viox-popup-features__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--popup-border);
  border-left: 1px solid var(--popup-border);
}

.viox-popup-features__grid article {
  border-right: 1px solid var(--popup-border);
  border-bottom: 1px solid var(--popup-border);
  background: #fff;
}

.viox-popup-features__grid figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #edf1f4;
}

.viox-popup-features__grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.viox-popup-features__grid article:hover img {
  transform: scale(1.025);
}

.viox-popup-features__grid article > div {
  min-height: 190px;
  padding: 30px;
}

.viox-popup-features__grid h3 {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 700;
}

.viox-popup-features__grid p {
  margin-bottom: 0;
  color: var(--popup-muted);
  font-size: 14px;
  line-height: 1.7;
}

.viox-popup-installation {
  background: #fff;
}

.viox-popup-installation__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--popup-border);
  border-left: 1px solid var(--popup-border);
  list-style: none;
}

.viox-popup-installation__grid li {
  border-right: 1px solid var(--popup-border);
  border-bottom: 1px solid var(--popup-border);
  background: #fff;
}

.viox-popup-installation__grid figure {
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  background: var(--popup-soft);
}

.viox-popup-installation__grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.viox-popup-installation__grid li > div {
  min-height: 205px;
  padding: 28px 30px;
}

.viox-popup-installation__grid li > div > span {
  display: block;
  margin-bottom: 20px;
  color: var(--popup-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.viox-popup-installation__grid h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.viox-popup-installation__grid p {
  margin-bottom: 0;
  color: var(--popup-muted);
  font-size: 13px;
  line-height: 1.65;
}

.viox-popup-sample {
  background: var(--popup-red);
  color: #fff;
}

.viox-popup-sample__inner {
  display: grid;
  min-height: 390px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: center;
  gap: 90px;
  padding: 76px 0;
}

.viox-popup-sample .viox-popup-eyebrow {
  color: rgba(255,255,255,.72);
}

.viox-popup-sample h2 {
  max-width: 790px;
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.viox-popup-sample__inner > div:last-child p {
  margin-bottom: 28px;
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.75;
}

.viox-popup-support {
  background: var(--popup-soft);
}

.viox-popup-support__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--popup-border);
  border-left: 1px solid var(--popup-border);
}

.viox-popup-support__grid article {
  border-right: 1px solid var(--popup-border);
  border-bottom: 1px solid var(--popup-border);
  background: #fff;
}

.viox-popup-support__grid figure {
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  background: #e8edf2;
}

.viox-popup-support__grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.viox-popup-support__grid article > div {
  min-height: 190px;
  padding: 28px 26px;
}

.viox-popup-support__grid h3 {
  margin-bottom: 11px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.viox-popup-support__grid p {
  margin-bottom: 0;
  color: var(--popup-muted);
  font-size: 13px;
  line-height: 1.65;
}

.viox-popup-faq {
  background: #fff;
}

.viox-popup-faq__grid {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: 90px;
}

.viox-popup-faq__grid > div:first-child {
  position: sticky;
  top: 130px;
}

.viox-popup-faq h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 3.5vw, 48px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.1;
}

.viox-popup-faq__grid > div:first-child > p:last-child {
  max-width: 430px;
  margin-bottom: 0;
  color: var(--popup-muted);
  font-size: 15px;
  line-height: 1.7;
}

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

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

.viox-popup-faq summary {
  position: relative;
  padding: 26px 58px 26px 0;
  color: var(--popup-ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  list-style: none;
}

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

.viox-popup-faq summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 26px;
  height: 26px;
  border: 1px solid var(--popup-border);
  color: var(--popup-red);
  content: "+";
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  transform: translateY(-50%);
}

.viox-popup-faq details[open] summary::after { content: "−"; }

.viox-popup-faq details > div {
  max-width: 760px;
  padding: 0 58px 26px 0;
}

.viox-popup-faq details p {
  margin-bottom: 0;
  color: var(--popup-muted);
  font-size: 14px;
  line-height: 1.75;
}

.viox-popup-final {
  background: var(--popup-ink);
  color: #fff;
}

.viox-popup-related {
  padding: 72px 0;
  border-top: 1px solid var(--popup-border);
  background: var(--popup-soft);
}

.viox-popup-related__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}

.viox-popup-related__heading .viox-popup-eyebrow { margin-bottom: 10px; }

.viox-popup-related__heading h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -.035em;
}

.viox-popup-related__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--popup-border);
  border-left: 1px solid var(--popup-border);
}

.viox-popup-related__links a {
  position: relative;
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 62px 28px 28px;
  border-right: 1px solid var(--popup-border);
  border-bottom: 1px solid var(--popup-border);
  background: #fff;
  color: var(--popup-ink);
  text-decoration: none;
  transition: border-color .25s ease, color .25s ease;
}

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

.viox-popup-related__links a:focus-visible {
  outline: 3px solid var(--popup-red);
  outline-offset: 3px;
}

.viox-popup-related__links span {
  margin-bottom: 8px;
  color: var(--popup-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.viox-popup-related__links strong {
  font-size: 17px;
  line-height: 1.35;
}

.viox-popup-related__links i {
  position: absolute;
  right: 28px;
  bottom: 28px;
  color: var(--popup-red);
  font-style: normal;
  font-size: 20px;
}

.viox-popup-final__inner {
  display: grid;
  min-height: 410px;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  align-items: center;
  gap: 90px;
  padding: 80px 0;
}

.viox-popup-final h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(40px, 4.4vw, 62px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.06;
}

.viox-popup-final__inner > div:last-child p {
  margin-bottom: 30px;
  color: rgba(255,255,255,.7);
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 1180px) {
  .viox-popup-hero__grid {
    gap: 40px;
  }

  .viox-popup-hero h1 {
    font-size: 54px !important;
  }

  .viox-popup-models__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .viox-popup-modules__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .viox-popup-modules__grid figure:nth-child(5n) { border-right: 1px solid var(--popup-border); }
  .viox-popup-modules__grid figure:nth-last-child(-n+5) { border-bottom: 1px solid var(--popup-border); }
  .viox-popup-modules__grid figure:nth-child(3n) { border-right: 0; }
  .viox-popup-modules__grid figure:nth-last-child(-n+1) { border-bottom: 0; }

  .viox-popup-support__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .viox-popup-container {
    width: min(calc(100% - 48px), var(--viox-container));
  }

  .viox-popup-hero__grid,
  .viox-popup-compliance__inner,
  .viox-popup-overview__grid,
  .viox-popup-section-heading,
  .viox-popup-buying,
  .viox-popup-modules__layout,
  .viox-popup-sample__inner,
  .viox-popup-faq__grid,
  .viox-popup-final__inner {
    grid-template-columns: 1fr;
  }

  .viox-popup-buying {
    gap: 34px;
  }

  .viox-popup-related__links {
    grid-template-columns: 1fr;
  }

  .viox-popup-hero__grid {
    gap: 34px;
    padding-bottom: 48px;
  }

  .viox-popup-hero__visual {
    min-height: 500px;
    order: 2;
  }

  .viox-popup-hero__copy {
    padding-top: 20px;
  }

  .viox-popup-compliance__inner {
    gap: 28px;
    padding: 42px 0;
  }

  .viox-popup-section-heading {
    gap: 20px;
  }

  .viox-popup-overview__portrait {
    min-height: 660px;
  }

  .viox-popup-overview__content {
    border-top: 1px solid var(--popup-border);
    border-left: 0;
  }

  .viox-popup-finishes__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .viox-popup-models__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .viox-popup-model-card figure {
    height: 280px;
  }

  .viox-popup-modules__diagram {
    border-right: 0;
    border-bottom: 1px solid var(--popup-border);
  }

  .viox-popup-features__grid,
  .viox-popup-installation__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .viox-popup-sample__inner,
  .viox-popup-final__inner {
    gap: 35px;
  }

  .viox-popup-faq__grid {
    gap: 46px;
  }

  .viox-popup-faq__grid > div:first-child {
    position: static;
  }
}

@media (max-width: 600px) {
  .viox-popup-container {
    width: calc(100% - 32px);
  }

  .viox-popup-breadcrumb {
    padding-top: 18px;
  }

  .viox-popup-hero h1 {
    font-size: 38px !important;
    line-height: 1.08 !important;
  }

  .viox-popup-hero__lead {
    font-size: 15px;
  }

  .viox-popup-hero__facts {
    grid-template-columns: 1fr;
  }

  .viox-popup-hero__facts li,
  .viox-popup-hero__facts li + li {
    padding: 13px 0;
    border-top: 1px solid var(--popup-border);
    border-left: 0;
  }

  .viox-popup-hero__facts li:first-child { border-top: 0; }

  .viox-popup-actions,
  .viox-popup-actions .viox-popup-button {
    width: 100%;
  }

  .viox-popup-hero__visual {
    min-height: 390px;
  }

  .viox-popup-hero__visual > img {
    right: 1%;
    width: 94%;
  }

  .viox-popup-lift-scale {
    top: 35px;
    left: 17px;
  }

  .viox-popup-lift-scale i {
    height: 145px;
  }

  .viox-popup-compliance__marks {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }

  .viox-popup-compliance__marks img {
    width: 46px;
    height: 46px;
  }

  .viox-popup-section {
    padding: 72px 0;
  }

  .viox-popup-section-heading {
    margin-bottom: 34px;
  }

  .viox-popup-selection__table th,
  .viox-popup-selection__table td {
    padding: 16px;
  }

  .viox-popup-buying {
    margin-top: 54px;
    padding-top: 54px;
  }

  .viox-popup-buying__grid {
    grid-template-columns: 1fr;
  }

  .viox-popup-buying__grid > div {
    min-height: 0;
  }

  .viox-popup-section-heading h2,
  .viox-popup-overview__content h2 {
    font-size: 32px;
  }

  .viox-popup-overview__portrait {
    min-height: 520px;
  }

  .viox-popup-overview__content {
    padding: 34px 24px;
  }

  .viox-popup-finishes {
    padding-top: 72px;
  }

  .viox-popup-finishes__grid,
  .viox-popup-models__grid,
  .viox-popup-modules__grid,
  .viox-popup-features__grid,
  .viox-popup-installation__grid,
  .viox-popup-support__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .viox-popup-model-card figure {
    height: 245px;
  }

  .viox-popup-model-card h3 {
    min-height: 96px;
    padding: 18px 14px;
    font-size: 12px;
  }

  .viox-popup-modules__diagram {
    padding: 24px;
  }

  .viox-popup-modules__grid figure:nth-child(3n) { border-right: 1px solid var(--popup-border); }
  .viox-popup-modules__grid figure:nth-child(2n) { border-right: 0; }
  .viox-popup-modules__grid figure:nth-last-child(-n+2) { border-bottom: 0; }

  .viox-popup-features__grid article > div,
  .viox-popup-support__grid article > div {
    min-height: 0;
    padding: 22px 18px;
  }

  .viox-popup-features__grid h3,
  .viox-popup-support__grid h3 {
    font-size: 16px;
  }

  .viox-popup-features__grid p,
  .viox-popup-support__grid p {
    font-size: 12px;
  }

  .viox-popup-installation__grid li > div {
    min-height: 220px;
    padding: 22px 18px;
  }

  .viox-popup-installation__grid h3 {
    font-size: 16px;
  }

  .viox-popup-installation__grid p {
    font-size: 12px;
  }

  .viox-popup-sample__inner,
  .viox-popup-final__inner {
    min-height: 0;
    padding: 68px 0;
  }

  .viox-popup-sample h2,
  .viox-popup-final h2 {
    font-size: 36px;
  }

  .viox-popup-faq summary {
    padding-right: 46px;
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .viox-popup-finishes__grid {
    grid-template-columns: 1fr;
  }

  .viox-popup-finishes__grid figure > div {
    aspect-ratio: 4 / 4.5;
  }

  .viox-popup-model-card figure {
    height: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .viox-popup-landing *,
  .viox-popup-landing *::before,
  .viox-popup-landing *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}
