/* Manufacturing page integration styles. */
body.trinitech-capability {
  --okd-body-background-color: #f5f7f6;
  --okd-body-text-color: #101713;
  --okd-line-color: rgb(16 23 19 / 0.2);
  background: #f5f7f6;
  color: #101713;
}

body.trinitech-capability:not(.is-shell-loading) {
  animation: trinitech-page-ready 0.24s ease both;
}

@keyframes trinitech-page-ready {
  from { opacity: 0; }
  to { opacity: 1; }
}

body.trinitech-capability .header {
  background: rgb(245 247 246 / 0.88);
  color: #101713;
}

body.trinitech-capability .inline_logo_img {
  height: auto;
  max-width: 184px;
  object-fit: contain;
}

body.trinitech-capability .menu_dot {
  background-color: #101713 !important;
}

body.trinitech-capability .header_nav_link,
body.trinitech-capability .inline_cta-btn {
  --btn-text-color: #101713;
  --btn-text-color-hover: #101713;
  color: #101713 !important;
}

body.trinitech-capability .hero-fs,
body.trinitech-capability .sticky-steps,
body.trinitech-capability .metrics,
body.trinitech-capability .ctext {
  --okd-line-color: rgb(16 23 19 / 0.2);
  background-color: #f5f7f6 !important;
  color: #101713 !important;
}

body.trinitech-capability .hero-fs__bg::after {
  background: rgb(245 247 246 / 0.76);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

body.trinitech-capability .hero-fs__shell {
  position: relative;
  z-index: 2;
}

body.trinitech-capability .hero-fs__line--h::before,
body.trinitech-capability .hero-fs__line--h::after {
  display: none !important;
}

body.trinitech-capability .hero-fs__upper,
body.trinitech-capability .hero-fs__title,
body.trinitech-capability .hero-fs__body,
body.trinitech-capability .sticky-steps__upper,
body.trinitech-capability .sticky-steps__title,
body.trinitech-capability .sticky-steps__descr,
body.trinitech-capability .metrics__heading,
body.trinitech-capability .metrics__text,
body.trinitech-capability .metrics__number,
body.trinitech-capability .metrics__suffix,
body.trinitech-capability .metrics__label,
body.trinitech-capability .ctext__title,
body.trinitech-capability .ctext__text {
  -webkit-text-fill-color: currentColor !important;
  color: #101713 !important;
}

body.trinitech-capability .sticky-steps__text {
  background: #f5f7f6;
}

@media (min-width: 769px) {
  body.trinitech-capability .sticky-steps__upper {
    display: none !important;
  }
}

@media (max-width: 768px) {
  body.trinitech-capability .sticky-steps__upper {
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
  }
}

body.trinitech-capability section.ctext .ctext__cta.u-btn--1 {
  --btn-background-color: #101713;
  --btn-background-color-hover: #101713;
  --btn-text-color: #fff;
  --btn-text-color-hover: #fff;
  color: #fff !important;
}

body.trinitech-capability section.ctext .ctext__cta.u-btn--1 .btn_label,
body.trinitech-capability section.ctext .ctext__cta.u-btn--1:is(:hover, :focus-visible),
body.trinitech-capability section.ctext .ctext__cta.u-btn--1:is(:hover, :focus-visible) .btn_label {
  color: #fff !important;
}

body.trinitech-capability .metrics__bg-slot::after {
  background: rgb(245 247 246 / 0.7);
  content: "";
  inset: 0;
  position: absolute;
}

body.trinitech-capability .manufacturing-process {
  --process-line: rgb(255 255 255 / 0.28);
  --process-muted: rgb(255 255 255 / 0.72);
  --process-soft: rgb(255 255 255 / 0.09);
  --okd-line-color: rgb(255 255 255 / 0.72);
  background: #06111f;
  color: #fff;
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}

body.trinitech-capability .manufacturing-process > .okd-block-container-lines {
  --line-color: rgb(255 255 255 / 0.72);
  z-index: 3;
}

body.trinitech-capability .manufacturing-process > .okd-block-container-lines::before,
body.trinitech-capability .manufacturing-process > .okd-block-container-lines::after {
  background-color: rgb(255 255 255 / 0.72) !important;
}

.manufacturing-process__background,
.manufacturing-process__wash {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.manufacturing-process__background img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.manufacturing-process__wash {
  background:
    linear-gradient(180deg, rgb(2 9 17 / 0.68), rgb(2 9 17 / 0.76)),
    radial-gradient(circle at 50% 42%, rgb(13 48 78 / 0.3), transparent 42%);
  backdrop-filter: blur(0.5px);
}

.manufacturing-process__content {
  display: grid;
  grid-template-rows: minmax(190px, 34vh) minmax(430px, 1fr);
  min-height: 100svh;
  position: relative;
  z-index: 1;
}

.manufacturing-process__content.okd-block-container {
  padding-inline: var(--okd-line-gutter);
}

.manufacturing-process__intro {
  align-content: center;
  display: grid;
  justify-items: center;
  margin-inline: auto;
  max-width: 760px;
  padding: 40px 24px 30px;
  text-align: center;
}

.manufacturing-process__eyebrow {
  color: rgb(255 255 255 / 0.62);
  font-size: 12px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.manufacturing-process__intro h2 {
  font-size: clamp(34px, 3.3vw, 58px);
  font-weight: 400;
  line-height: 1.02;
}

.manufacturing-process__intro > p:last-child {
  color: var(--process-muted);
  font-size: 17px;
  line-height: 1.45;
  margin-top: 18px;
  max-width: 620px;
}

.manufacturing-process__stage {
  border-top: 1px solid var(--process-line);
  min-height: 430px;
  position: relative;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.1);
}

.manufacturing-process__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
  min-height: 430px;
  transition: opacity 0.34s ease, visibility 0s linear 0s;
}

.manufacturing-process__card {
  align-content: start;
  border-bottom: 1px solid var(--process-line);
  border-right: 1px solid var(--process-line);
  display: grid;
  grid-template-columns: 1fr 56px;
  grid-template-rows: auto 1fr auto;
  min-height: 215px;
  padding: 22px 0 0 24px;
  position: relative;
  transition:
    background-color 0.28s ease,
    opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--stage-index) * 24ms);
}

.manufacturing-process__card:hover {
  background: rgb(255 255 255 / 0.055);
}

.manufacturing-process__card:nth-child(3n) {
  border-right: 0;
}

.manufacturing-process__number {
  color: rgb(255 255 255 / 0.52);
  font-size: 12px;
}

.manufacturing-process__icon {
  align-self: start;
  grid-column: 1 / 3;
  grid-row: 2;
  margin-top: 14px;
}

.manufacturing-process__icon img,
.manufacturing-process__detail-visual img {
  filter: drop-shadow(0 14px 30px rgb(0 0 0 / 0.24));
  height: clamp(78px, 6vw, 118px);
  object-fit: contain;
  opacity: 0.92;
  width: clamp(78px, 6vw, 118px);
}

.manufacturing-process__card-copy {
  align-self: end;
  grid-column: 1;
  max-width: 340px;
  padding: 0 16px 22px 0;
}

.manufacturing-process__card-copy h3 {
  font-size: clamp(20px, 1.55vw, 27px);
  font-weight: 400;
  line-height: 1.1;
}

.manufacturing-process__card-copy p {
  color: rgb(255 255 255 / 0.66);
  font-size: 14px;
  line-height: 1.35;
  margin-top: 9px;
}

.manufacturing-process__open,
.manufacturing-process__close {
  align-items: center;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid var(--process-line);
  display: flex;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  width: 56px;
}

.manufacturing-process__open {
  align-self: end;
  grid-column: 2;
  grid-row: 3;
  justify-self: end;
  margin-bottom: -1px;
  margin-right: -1px;
}

.manufacturing-process__open img,
.manufacturing-process__close img {
  height: 35px;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
  width: 35px;
}

.manufacturing-process__open:hover,
.manufacturing-process__close:hover {
  background: rgb(255 255 255 / 0.2);
  border-color: rgb(255 255 255 / 0.64);
}

.manufacturing-process__open:hover img,
.manufacturing-process__close:hover img {
  opacity: 1;
  transform: translate(3px, 3px);
}

.manufacturing-process__detail {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateY(28px);
  transition:
    opacity 0.34s ease 0.18s,
    transform 0.52s cubic-bezier(0.22, 1, 0.36, 1) 0.18s,
    visibility 0s linear 0.6s;
  visibility: hidden;
}

.manufacturing-process__detail-visual,
.manufacturing-process__detail-copy {
  align-content: center;
  display: grid;
  padding: clamp(34px, 5vw, 82px);
}

.manufacturing-process__detail-visual {
  border-left: 1px solid var(--process-line);
  border-right: 1px solid var(--process-line);
  color: #fff;
  justify-items: center;
  position: relative;
}

.manufacturing-process__detail-visual img {
  height: clamp(150px, 18vw, 270px);
  opacity: 0.94;
  width: clamp(150px, 18vw, 270px);
}

.manufacturing-process__detail-copy {
  background:
    linear-gradient(90deg, rgb(255 255 255 / 0.08), rgb(255 255 255 / 0.015));
  padding-right: clamp(80px, 9vw, 150px);
}

.manufacturing-process__detail-kicker {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-bottom: 22px;
}

.manufacturing-process__detail-kicker > span {
  color: rgb(255 255 255 / 0.82);
  font-size: 15px;
}

.manufacturing-process__detail-kicker .manufacturing-process__eyebrow {
  margin: 0;
}

.manufacturing-process__detail-copy h3 {
  font-size: clamp(56px, 7vw, 118px);
  font-weight: 400;
  line-height: 1;
}

.manufacturing-process__detail-copy > p {
  color: rgb(255 255 255 / 0.76);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.55;
  margin-top: 28px;
  max-width: 860px;
}

.manufacturing-process__outputs {
  border-top: 1px solid var(--process-line);
  margin-top: 36px;
  padding-top: 16px;
}

.manufacturing-process__outputs > span {
  color: rgb(255 255 255 / 0.62);
  font-size: 12px;
  text-transform: uppercase;
}

.manufacturing-process__outputs ul {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
}

.manufacturing-process__outputs li {
  border-left: 1px solid var(--process-line);
  font-size: 15px;
  padding: 8px 16px;
  color: rgb(255 255 255 / 0.78);
}

.manufacturing-process__close {
  position: absolute;
  right: -1px;
  top: -1px;
}

.manufacturing-process.is-detail-open .manufacturing-process__grid {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0.42s;
  visibility: hidden;
}

.manufacturing-process.is-detail-open .manufacturing-process__card {
  opacity: 0;
  transform: translateY(-20px);
}

.manufacturing-process.is-detail-open .manufacturing-process__detail {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

@media (max-width: 1024px) {
  .manufacturing-process__content {
    grid-template-rows: minmax(220px, auto) auto;
  }

  .manufacturing-process__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .manufacturing-process__card:nth-child(3n) {
    border-right: 1px solid var(--process-line);
  }

  .manufacturing-process__card:nth-child(2n) {
    border-right: 0;
  }

  .manufacturing-process__detail {
    grid-template-columns: 1.25fr 0.75fr;
  }
}

@media (max-width: 680px) {
  body.trinitech-capability .manufacturing-process {
    min-height: auto;
  }

  .manufacturing-process__content {
    min-height: auto;
    padding-inline: var(--okd-line-gutter);
  }

  .manufacturing-process__intro {
    min-height: 270px;
  }

  .manufacturing-process__intro h2 {
    font-size: 38px;
  }

  .manufacturing-process__grid {
    grid-template-columns: 1fr;
  }

  .manufacturing-process__card,
  .manufacturing-process__card:nth-child(3n) {
    border-right: 0;
    min-height: 220px;
  }

  .manufacturing-process__detail {
    grid-template-columns: 1fr;
    min-height: 1180px;
  }

  .manufacturing-process__detail-visual {
    border-left: 0;
    border-bottom: 1px solid var(--process-line);
    border-right: 0;
    min-height: 360px;
    order: -1;
  }

  .manufacturing-process__detail-copy {
    align-content: start;
    padding: 48px 24px 84px;
  }

  .manufacturing-process__detail-copy h3 {
    font-size: clamp(48px, 17vw, 72px);
  }

  .manufacturing-process__outputs ul {
    grid-template-columns: 1fr;
  }

  .manufacturing-process__outputs li {
    border-bottom: 1px solid var(--process-line);
    padding-block: 13px;
  }
}

body.trinitech-capability .footer,
body.trinitech-capability .footer a,
body.trinitech-capability .footer_heading,
body.trinitech-capability .footer_copyright {
  color: #fff;
}

body.trinitech-capability .footer_credit {
  display: none;
}

body.trinitech-capability .footer [data-okd-scroll-reveal],
body.trinitech-capability .footer [data-okd-scroll-text-reveal] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

body.trinitech-capability .other-capabilities {
  --okd-line-color: rgb(16 23 19 / 0.22);
  --okd-block-border-line-color: rgb(16 23 19 / 0.22);
  background: #f5f7f6;
  color: #101713;
  overflow: hidden;
  position: relative;
}

.other-capabilities__inner.okd-block-container {
  padding-inline: var(--okd-line-gutter);
}

.other-capabilities__heading {
  align-items: center;
  border-bottom: 1px solid var(--okd-line-color);
  display: flex;
  min-height: clamp(92px, 10vw, 132px);
  padding-inline: clamp(18px, 2.2vw, 40px);
}

.other-capabilities__heading h2 {
  font-size: clamp(20px, 1.6vw, 28px);
  font-weight: 400;
  line-height: 1.2;
}

.other-capabilities__grid {
  display: grid;
  gap: clamp(20px, 2vw, 32px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: clamp(20px, 2vw, 32px);
}

.other-capabilities__card {
  color: #fff;
  display: block;
  min-height: clamp(280px, 25vw, 430px);
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition:
    color 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.other-capabilities__card::after {
  border: 1px solid rgb(255 255 255 / 0.22);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: border-color 0.36s ease;
  z-index: 3;
}

.other-capabilities__media,
.other-capabilities__image {
  inset: 0;
  position: absolute;
}

.other-capabilities__image {
  height: 100%;
  object-fit: cover;
  transition:
    opacity 0.58s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.other-capabilities__image--light {
  opacity: 0;
}

.other-capabilities__content {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: inherit;
  padding: clamp(28px, 3vw, 54px);
  position: relative;
  z-index: 2;
}

.other-capabilities__title {
  font-size: clamp(25px, 2.2vw, 42px);
  line-height: 1.08;
}

.other-capabilities__description {
  align-self: center;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.42;
  max-width: 620px;
}

.other-capabilities__cta.u-btn--1 {
  --btn-background-color: transparent;
  --btn-background-color-hover: transparent;
  --btn-text-color: currentColor;
  --btn-text-color-hover: currentColor;
  align-self: end;
  justify-self: start;
  padding: 4px 0;
}

.other-capabilities__cta.u-btn--1::before {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .other-capabilities__card:hover {
    color: #101713;
    transform: translateY(-6px) scale(1.012);
  }

  .other-capabilities__card:hover::after {
    border-color: rgb(16 23 19 / 0.24);
  }

  .other-capabilities__card:hover .other-capabilities__image--dark {
    opacity: 0;
    transform: scale(1.035);
  }

  .other-capabilities__card:hover .other-capabilities__image--light {
    opacity: 1;
    transform: scale(1.018);
  }
}

@media (max-width: 768px) {
  .other-capabilities__grid {
    grid-template-columns: 1fr;
  }

  .other-capabilities__card {
    min-height: 360px;
  }
}

body.trinitech-capability.is-local-reveal-fallback [data-okd-scroll-text-reveal],
body.trinitech-capability.is-local-reveal-fallback [data-okd-scroll-reveal] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

@media (max-width: 1024px) {
  body.trinitech-capability .header_mobile {
    background: rgb(245 247 246 / 0.95);
    color: #101713;
  }
}
