[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page {
  overflow-x: clip;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero {
  display: grid;
  block-size: calc(100svh - var(--ct-header-total));
  min-block-size: 0;
  grid-template-rows: minmax(0, 1fr) 5rem;
  background: var(--ct-color-canvas);
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__stage {
  display: grid;
  overflow: hidden;
  min-block-size: 0;
  grid-template-columns: minmax(25rem, .82fr) minmax(0, 1.18fr);
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__copy {
  display: flex;
  min-inline-size: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.75rem, 5.5svh, 5rem) clamp(2.5rem, 4.65vw, 7.25rem);
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__overline {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: 0;
  color: var(--ct-color-muted);
  font-size: var(--ct-type-hub-overline);
  font-weight: var(--ct-font-weight-semibold);
  letter-spacing: .1em;
  line-height: 1.35;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__overline > span {
  inline-size: 2rem;
  block-size: 1px;
  background: var(--ct-color-line-strong);
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero h1 {
  max-inline-size: 42rem;
  margin: 1.25rem 0 0;
  font-size: var(--ct-type-h1);
  font-weight: 620;
  letter-spacing: -.043em;
  line-height: 1.035;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__lead {
  max-inline-size: 38rem;
  margin: 1.5rem 0 0;
  color: var(--ct-color-copy);
  font-size: var(--ct-type-page-copy);
  line-height: 1.58;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__action {
  display: inline-flex;
  inline-size: fit-content;
  min-block-size: 2.75rem;
  align-items: center;
  gap: .7rem;
  margin-block-start: 1.5rem;
  border-block-end: 1px solid var(--ct-color-line-strong);
  color: var(--ct-color-ink);
  font-size: var(--ct-type-nav);
  font-weight: var(--ct-font-weight-semibold);
  letter-spacing: .065em;
  text-decoration: none;
  white-space: nowrap;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__action > span {
  inline-size: .375rem;
  block-size: .375rem;
  border: 1px solid var(--ct-color-signal);
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__action b,
[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__transition b {
  color: var(--ct-color-signal);
  font-weight: var(--ct-font-weight-semibold);
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__media {
  position: relative;
  min-inline-size: 0;
  min-block-size: 0;
  margin: 0;
  overflow: hidden;
  border-inline-start: 1px solid var(--ct-color-line);
  background: #111;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__media img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  object-position: center;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__media figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: .25rem;
  padding: 1rem clamp(1.5rem, 2.4vw, 3rem);
  border-block-start: 1px solid rgb(255 255 255 / 34%);
  background: rgb(12 12 12 / 82%);
  color: #fff;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__media figcaption strong {
  font-size: var(--ct-type-nav);
  font-weight: var(--ct-font-weight-semibold);
  letter-spacing: .065em;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__media figcaption span {
  color: rgb(255 255 255 / 70%);
  font-size: var(--ct-type-micro);
  letter-spacing: .065em;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__transition {
  display: grid;
  min-inline-size: 0;
  grid-template-columns: minmax(8rem, 1fr) auto minmax(8rem, 1fr);
  align-items: center;
  padding-inline: clamp(2rem, 3.5vw, 5rem);
  border-block: 1px solid var(--ct-color-line);
  color: var(--ct-color-ink);
  font-size: var(--ct-type-nav);
  font-weight: var(--ct-font-weight-medium);
  letter-spacing: .065em;
  text-decoration: none;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__transition > span:last-child {
  justify-self: end;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__transition span:first-child {
  color: var(--ct-color-muted);
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__transition span:first-child b {
  margin-inline-end: .65rem;
  color: var(--ct-color-ink);
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-screen-two {
  display: grid;
  block-size: calc(100svh - var(--ct-header-total));
  min-block-size: 0;
  scroll-margin-block-start: var(--ct-header-total);
  grid-template-rows: minmax(0, 1fr) 12rem;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-screen-two > .ct-hub-footer {
  box-sizing: border-box;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-screen-two > .ct-hub-footer > .ct-hub-footer__main {
  min-block-size: 0;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck {
  block-size: auto;
  min-block-size: 0;
  grid-template-columns: minmax(0, 1.42fr) minmax(24rem, .94fr);
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-deck__media {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 4.25rem;
  background: linear-gradient(180deg, rgb(251 251 251 / 0%) 0%, #fbfbfb 10%, #fbfbfb 90%, rgb(251 251 251 / 0%) 100%);
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-render-stage {
  display: grid;
  overflow: hidden;
  min-block-size: 0;
  container-type: size;
  place-items: center;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-render-frame {
  overflow: hidden;
  inline-size: min(calc(100cqi - clamp(2rem, 3vw, 3.75rem)), calc((100cqb - clamp(1.5rem, 3svh, 3rem)) * 1.5));
  max-inline-size: calc(100% - 2rem);
  max-block-size: calc(100% - 1.5rem);
  aspect-ratio: 3 / 2;
  background: #fbfbfb;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-render-frame > img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 160ms ease;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-deck__media.is-switching .ct-manufacturing-render-frame > img {
  opacity: 0;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-deck__caption {
  position: static;
  align-self: stretch;
  align-items: center;
  min-block-size: 4.25rem;
  padding: .75rem clamp(1.5rem, 2.6vw, 3rem);
  border-block-start: 1px solid var(--ct-color-line);
  background: rgb(255 255 255 / 92%);
  color: var(--ct-color-ink);
  backdrop-filter: blur(.35rem);
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-deck__caption > span:first-child {
  background: var(--ct-color-line-strong);
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-deck__caption small {
  color: var(--ct-color-muted);
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option {
  padding-block: .8rem;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option.is-active {
  flex-grow: 3.2;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option.is-active .ct-direction-option__description,
[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option.is-active .ct-direction-option__action {
  margin-block-start: .6rem;
}

[data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option__action {
  max-inline-size: 18rem;
}

@media (max-width: 75rem) {
  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__stage {
    grid-template-columns: minmax(22rem, .9fr) minmax(0, 1.1fr);
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__copy {
    padding-inline: clamp(2rem, 3.5vw, 3.5rem);
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck {
    grid-template-columns: minmax(0, 1.08fr) minmax(22rem, .92fr);
  }
}

@media (max-width: 56.25rem) {
  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__stage {
    grid-template-columns: minmax(19rem, .96fr) minmax(0, 1.04fr);
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__copy {
    padding-inline: clamp(1.5rem, 3vw, 2.25rem);
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__transition {
    padding-inline: 1.5rem;
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 1fr);
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option {
    padding-inline: 1.25rem;
  }
}

@media (max-height: 52rem) and (min-width: 56.3125rem) {
  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-screen-two {
    grid-template-rows: minmax(0, 1fr) 10rem;
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option {
    padding-block: .45rem;
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option.is-active {
    flex-grow: 3.6;
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option.is-active .ct-direction-option__description,
  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option.is-active .ct-direction-option__action {
    margin-block-start: .3rem;
  }
}

@media (max-height: 44rem) and (min-width: 56.3125rem) {
  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-screen-two {
    grid-template-rows: minmax(0, 1fr) 9.25rem;
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option small,
  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option.is-active .ct-direction-option__description {
    display: none;
  }
}

@media (max-width: 44rem) {
  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__stage {
    grid-template-columns: minmax(18.5rem, 1fr) minmax(0, .94fr);
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__copy {
    padding-inline: 1.25rem;
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__lead {
    font-size: var(--ct-type-note);
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__transition {
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    padding-inline: 1rem;
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-hero__transition > strong {
    text-align: center;
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option {
    padding-block: .45rem;
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option.is-active {
    flex-grow: 1;
    grid-template-rows: auto;
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option.is-active .ct-direction-option__description,
  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option.is-active .ct-direction-option__action {
    display: none;
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option.is-active strong {
    font-size: var(--ct-type-direction-title);
    letter-spacing: .015em;
  }

  [data-cordtex-redesign="desktop-v1"].ct-manufacturing-page .ct-manufacturing-direction-deck .ct-direction-option.is-active small {
    display: none;
  }
}
