@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

html:has(.rd-center-page),
body:has(.rd-center-page) {
  margin: 0;
  background: #2c2c2c;
}

body:has(.rd-center-page) {
  font-family: "Outfit", Arial, sans-serif;
}

.rd-center-page,
.rd-center-page * {
  box-sizing: border-box;
}

.rd-center-page {
  --motion-ease: ease;
  --motion-soft-duration: 0.7s;
  --motion-interaction-fast: 0.22s;
  --motion-interaction: 0.35s;
  --motion-interaction-slow: 0.45s;
  width: 100%;
  color: #ffffff;
  background: #2c2c2c;
}

[data-motion-page].is-motion-loaded {
  animation: rd-page-fade var(--motion-interaction-slow) var(--motion-ease) both;
}

.motion-js [data-motion-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity var(--motion-soft-duration) var(--motion-ease) var(--motion-delay, 0ms),
    transform var(--motion-soft-duration) var(--motion-ease) var(--motion-delay, 0ms);
}

.motion-js [data-motion-reveal="fade"] {
  transform: none;
}

.motion-js [data-motion-reveal].is-motion-visible {
  opacity: 1;
  transform: none;
}

.rd-center-page h1,
.rd-center-page h2,
.rd-center-page h3,
.rd-center-page h4,
.rd-center-page p,
.rd-center-page ol {
  margin: 0;
}

.rd-center-page ol {
  padding: 0;
  list-style: none;
}

.rd-center-page a,
.rd-center-page a:hover,
.rd-center-page a:focus,
.rd-center-page a:focus-visible,
.rd-center-page a:visited,
.rd-center-page a:active {
  color: inherit;
  outline: none;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-tap-highlight-color: transparent;
}

.rd-center-page img {
  display: block;
  max-width: 100%;
}

.page-container {
  width: calc(100% - 80px);
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.capabilities-hero {
  position: relative;
  isolation: isolate;
  aspect-ratio: 16 / 5;
  background: #111315;
}

.capabilities-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.852);
}

.capabilities-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.23fr 1fr;
  gap: 150px;
  max-width: 1602px;
  padding-top: 94px;
  padding-bottom: 95px;
}

.hero-copy h1 {
  width: fit-content;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #ff7f17;
  background: linear-gradient(
    131deg,
    #ff9e1c 12%,
    #ff881f 31%,
    #ff5b24 65%,
    #ff302a 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-copy {
  padding-top: 5px;
}

.hero-copy > p {
  margin-top: 15px;
  color: #f0f0f2;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0;
}

.contact-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 102px;
  padding: 14px 32px 14px 22px;
  border: 2px solid #ee7700;
  border-radius: 999px;
  color: #ee7700 !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  transition:
    background-color var(--motion-interaction-fast) var(--motion-ease),
    border-color var(--motion-interaction-fast) var(--motion-ease),
    box-shadow var(--motion-interaction) var(--motion-ease),
    transform var(--motion-interaction-fast) var(--motion-ease);
}

.contact-action:link,
.contact-action:visited,
.contact-action:active {
  color: #ee7700 !important;
}

.contact-action .iconfont {
  font-size: 41px;
  line-height: 1;
  transition: transform var(--motion-interaction-fast) var(--motion-ease);
}

.hero-copy .contact-action {
  gap: 26px;
  margin-top: 107px;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: normal;
}

.contact-action:focus {
  outline: 0;
}

.contact-action:focus-visible {
  background-color: rgba(238, 119, 0, 0.16);
  box-shadow: 0 10px 24px rgba(238, 119, 0, 0.2);
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transform: translateY(-2px);
}

.contact-action:focus-visible .iconfont {
  transform: translateX(2px);
}

.hero-menu {
  margin-right: 2px;
  margin-left: 1px;
  border-top: 1px solid #999999;
}

.hero-menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  padding-bottom: 21px;
  border-bottom: 1px solid #999999;
  color: #999999 !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: color var(--motion-interaction-fast) var(--motion-ease);
}

.hero-menu__item:link,
.hero-menu__item:visited,
.hero-menu__item:active {
  color: #999999 !important;
}

.hero-menu__item.is-active {
  color: #ee7700 !important;
}

.hero-menu__item:focus {
  outline: 0;
}

.hero-menu__item:focus-visible {
  color: #ee7700 !important;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.hero-menu__item:focus-visible .hero-menu__arrow {
  background: #ee7700;
  transform: translate(2px, -2px);
}

.diagonal-arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 5px;
  color: #111111;
  background: #ffffff;
  transition:
    background-color var(--motion-interaction-fast) var(--motion-ease),
    transform var(--motion-interaction-fast) var(--motion-ease);
}

.diagonal-arrow-glyph {
  display: block;
  font-size: 21px;
  line-height: 1;
  transform: rotate(-45deg);
}

.hero-menu__item.is-active .hero-menu__arrow {
  background: #ee7700;
}

.capability-intro {
  padding-top: 120px;
  padding-bottom: 55px;
  background: #2c2c2c;
}

.capability-intro > .page-container {
  max-width: 1580px;
}

.capability-intro__heading {
  text-align: center;
}

.capability-intro__heading h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.capability-intro__heading p {
  margin-top: 47px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.capability-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: calc(100% - 80px);
  max-width: 1194px;
  margin: 62px auto 0;
}

.capability-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px 13px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0;
  text-align: center;
  transition:
    background-color var(--motion-interaction-fast) var(--motion-ease),
    border-color var(--motion-interaction-fast) var(--motion-ease),
    box-shadow var(--motion-interaction) var(--motion-ease),
    transform var(--motion-interaction-fast) var(--motion-ease);
}

.capability-tab:link,
.capability-tab:visited,
.capability-tab:active {
  color: #ffffff !important;
}

.capability-tab.is-active {
  border-color: #ee7700;
  background: #ee7700;
  font-weight: 700;
}

.capability-tab:focus {
  outline: 0;
}

.capability-tab:focus-visible {
  border-color: #ee7700;
  box-shadow: 0 10px 22px rgba(238, 119, 0, 0.18);
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transform: translateY(-2px);
}

.company-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 158px;
  gap: 90px;
  margin-top: 156px;
}

.company-overview__copy h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: #ff761f;
  background: linear-gradient(90deg, #ff9819 0%, #ff4731 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.company-overview__copy {
  padding-left: 1px;
}

.company-description {
  max-width: 990px;
  margin-top: 37px;
  color: #fff4ea;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}

.company-description p + p {
  margin-top: 20px;
}

.company-overview__copy .contact-action {
  margin-top: 82px;
  padding-bottom: 13px;
  padding-right: 31px;
  margin-left: -4px;
  border-color: transparent;
  background: linear-gradient(#2c2c2c, #2c2c2c) padding-box,
    linear-gradient(90deg, #ff9819 0%, #ff4731 100%) border-box;
}

.company-overview__copy .contact-action .iconfont {
  font-size: 40px;
}

.company-metrics {
  padding-top: 18px;
}

.company-metric + .company-metric {
  margin-top: 90px;
}

.company-metric {
  text-align: center;
}

.company-metric strong {
  display: block;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: #ff761f;
  background: linear-gradient(90deg, #ff9819 0%, #ff4731 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.company-metric span {
  display: block;
  margin-top: 10px;
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

.laboratory-gallery {
  padding-top: 47px;
  padding-bottom: 145px;
  background: #2c2c2c;
}

.laboratory-carousel-frame {
  width: 100%;
  overflow: hidden;
}

.laboratory-carousel {
  width: 100%;
  overflow: hidden;
}

.laboratory-slide {
  width: 100%;
}

.laboratory-slide img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.innovation-philosophy {
  padding-top: 88px;
  padding-bottom: 72px;
  background: #ff7a36 url("/wp-content/uploads/2026/08/rd-19.png") center / cover no-repeat;
}

.innovation-philosophy__heading {
  text-align: center;
}

.innovation-philosophy__heading h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

.innovation-philosophy__heading p {
  margin-top: 21px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

.innovation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 29px;
  margin-top: 44px;
}

.innovation-card {
  padding: 81px 24px 29px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  text-align: center;
  transition:
    background-color var(--motion-interaction) var(--motion-ease),
    border-color var(--motion-interaction) var(--motion-ease),
    box-shadow var(--motion-interaction) var(--motion-ease),
    transform var(--motion-interaction) var(--motion-ease);
}

.innovation-icon {
  width: 68px;
  height: 68px;
  margin-right: auto;
  margin-left: auto;
}

.innovation-card--sustainability {
  padding-top: 77px;
}

.innovation-card--performance {
  padding-top: 75px;
}

.innovation-icon--sustainability {
  width: 76px;
  height: 76px;
}

.innovation-icon--performance {
  width: 92px;
  height: 92px;
}

.innovation-card h3 {
  margin-top: 65px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.innovation-card--sustainability h3 {
  margin-top: 61px;
}

.innovation-card--performance h3 {
  margin-top: 47px;
}

.rd-capabilities {
  padding-top: 124px;
  padding-bottom: 79px;
  color: #000000;
  background: #f5f1ee;
}

.rd-capabilities__layout {
  display: grid;
  grid-template-columns: 650px minmax(0, 1fr);
  gap: 92px;
  max-width: 1602px;
}

.rd-capabilities__media img {
  width: 100%;
  height: auto;
}

.rd-capabilities__content {
  padding-top: 116px;
}

.rd-capabilities__content h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.rd-capabilities__description {
  max-width: 830px;
  margin-top: 29px;
  color: #595656;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.rd-capabilities__description p + p {
  margin-top: 20px;
}

.capability-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px;
  margin-top: 69px;
}

.capability-list {
  display: grid;
  gap: 50px;
}

.capability-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #595656;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
}

.capability-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  color: #ffffff;
  background: #ee7700;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.development-process {
  padding-top: 53px;
  padding-bottom: 101px;
  color: #000000;
  background: #f5f1ee;
}

.process-container {
  width: calc(100% - 80px);
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
}

.development-process__heading {
  text-align: center;
}

.development-process__heading h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.development-process__heading p {
  margin-top: 18px;
  color: #999999;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.process-map {
  position: relative;
  margin-top: 51px;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 100px;
}

.process-stage {
  position: relative;
  z-index: 1;
}

.process-stage > h3 {
  color: #ee7700;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
}

.process-card-list {
  margin-top: 17px;
}

.process-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 19px 13px;
  border: 1px solid #ee7700;
  border-radius: 20px;
  background: #f5f1ee;
}

.process-marker,
.feedback-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  color: #ffffff;
  background: #ee7700;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.process-card h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0;
}

.process-card p {
  color: #999999;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0;
}

.process-arrow-icon {
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: flex-end;
  justify-content: center;
  width: 13px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 7px;
  color: #ee7700;
  font-size: 13px;
  line-height: 1;
}

.process-arrow-icon::after {
  position: absolute;
  top: 7px;
  bottom: 13px;
  left: 6px;
  width: 1px;
  background: #ee7700;
  content: "";
}

.process-bridge-icon {
  position: absolute;
  top: 74px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ee7700;
  font-size: 13px;
  line-height: 1;
}

.process-bridge-icon::before {
  transform: rotate(-90deg);
}

.process-bridge-icon--first {
  left: 31.8%;
}

.process-bridge-icon--second {
  left: 68.3%;
}

.process-return-arrow,
.process-feedback-arrow {
  display: none;
}

.process-feedback {
  position: relative;
  z-index: 1;
  margin-top: 90px;
  padding-right: 20px;
}

.process-feedback > p {
  max-width: 250px;
  margin-bottom: 4px;
  margin-left: 30px;
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
}

.feedback-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: #ee7700;
}

.feedback-marker {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
  color: #ee7700;
  background: #ffffff;
}

.feedback-bar strong,
.feedback-bar div > span {
  display: block;
  letter-spacing: 0;
}

.feedback-bar strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.feedback-bar div > span {
  padding-left: 25.5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.lifecycle-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 52px;
  color: #595656;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0;
}

.lifecycle-list b {
  font-weight: 500;
}

@media (min-width: 1441px) {
  .process-map::before {
    position: absolute;
    top: 90px;
    left: -29px;
    width: 384px;
    height: 515px;
    border-bottom: 1px dashed #999999;
    border-left: 1px dashed #999999;
    content: "";
    pointer-events: none;
  }

  .process-return-arrow {
    position: absolute;
    top: 84px;
    left: -29px;
    display: block;
    color: #999999;
    font-size: 10px;
    line-height: 1;
    pointer-events: none;
    transform: rotate(-90deg);
  }

  .process-bridge-icon::after {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 54px;
    height: 318px;
    background:
      linear-gradient(#ee7700, #ee7700) 27px 0 / 27px 1px no-repeat,
      linear-gradient(#ee7700, #ee7700) 27px 0 / 1px 100% no-repeat,
      linear-gradient(#ee7700, #ee7700) 0 100% / 28px 1px no-repeat;
    content: "";
    pointer-events: none;
  }

  .process-feedback::before {
    position: absolute;
    top: -82px;
    left: calc(50% - 10px);
    width: 36.6%;
    height: 92px;
    background:
      linear-gradient(#ee7700, #ee7700) right top / 1px 48px no-repeat,
      linear-gradient(#ee7700, #ee7700) left 47px / 100% 1px no-repeat,
      linear-gradient(#ee7700, #ee7700) left 47px / 1px 45px no-repeat;
    content: "";
    pointer-events: none;
  }

  .process-feedback-arrow {
    position: absolute;
    top: 7px;
    left: calc(50% - 15px);
    display: block;
    color: #ee7700;
    font-size: 10px;
    line-height: 1;
    pointer-events: none;
  }
}

.testing-verification {
  padding-top: 142px;
  padding-bottom: 83px;
  background: #000000;
}

.testing-layout {
  display: grid;
  grid-template-columns: 34.6% minmax(0, 1fr);
  gap: 71px;
  width: calc(100% - max(40px, calc((100% - 1600px) / 2)));
  margin-left: auto;
}

.testing-copy {
  padding-top: 90px;
}

.testing-copy h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #ff761f;
  background: linear-gradient(90deg, #ff9819 0%, #ff4731 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testing-copy > p {
  max-width: 530px;
  margin-top: 40px;
  padding-left: 2px;
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.testing-controls {
  display: flex;
  gap: 23px;
  margin-top: 81px;
}

.testing-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border: 1px solid #ee7700;
  border-radius: 50%;
  color: #ee7700 !important;
  font-size: 23px;
  transition:
    background-color var(--motion-interaction-fast) var(--motion-ease),
    border-color var(--motion-interaction-fast) var(--motion-ease),
    box-shadow var(--motion-interaction) var(--motion-ease),
    color var(--motion-interaction-fast) var(--motion-ease),
    transform var(--motion-interaction-fast) var(--motion-ease);
}

.testing-arrow:link,
.testing-arrow:visited,
.testing-arrow:active {
  color: #ee7700 !important;
}

.testing-arrow .iconfont {
  transition: transform var(--motion-interaction-fast) var(--motion-ease);
}

.testing-arrow:focus {
  outline: 0;
}

.testing-arrow:focus-visible {
  color: #ffffff !important;
  background: #ee7700;
  box-shadow: 0 8px 20px rgba(238, 119, 0, 0.24);
  transform: translateY(-2px);
}

.testing-prev:focus-visible .iconfont {
  transform: translateX(-2px);
}

.testing-next:focus-visible .iconfont {
  transform: translateX(2px);
}

@media (hover: hover) and (pointer: fine) {
  .contact-action:hover {
    background-color: rgba(238, 119, 0, 0.12);
    box-shadow: 0 10px 24px rgba(238, 119, 0, 0.2);
    transform: translateY(-2px);
  }

  .contact-action:hover .iconfont {
    transform: translateX(2px);
  }

  .hero-menu__item:hover {
    color: #ee7700 !important;
  }

  .hero-menu__item:hover .hero-menu__arrow {
    background: #ee7700;
    transform: translate(2px, -2px);
  }

  .capability-tab:hover {
    border-color: #ee7700;
    box-shadow: 0 10px 22px rgba(238, 119, 0, 0.18);
    transform: translateY(-2px);
  }

  .innovation-card:hover {
    border-color: rgba(255, 255, 255, 0.84);
    background-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 30px rgba(123, 42, 8, 0.16);
    transform: translateY(-3px);
  }

  .testing-arrow:hover {
    color: #ffffff !important;
    background: #ee7700;
    box-shadow: 0 8px 20px rgba(238, 119, 0, 0.24);
    transform: translateY(-2px);
  }

  .testing-prev:hover .iconfont {
    transform: translateX(-2px);
  }

  .testing-next:hover .iconfont {
    transform: translateX(2px);
  }
}

.testing-carousel-frame {
  width: 100%;
  overflow: hidden;
}

.testing-carousel {
  width: 100%;
  overflow: hidden;
}

.testing-slide {
  width: 100%;
}

.testing-slide img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.testing-slide h3 {
  margin-top: 45px;
  color: #d9d9d9;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0;
  text-align: center;
}

.engineering-team {
  position: relative;
  isolation: isolate;
  padding-top: 109px;
  padding-bottom: 86px;
  background: #2c2c2c;
}

.engineering-team__wordmark {
  position: absolute;
  z-index: -1;
  right: 24px;
  bottom: 0;
  left: 26px;
  width: calc(100% - 50px);
  height: auto;
}

.engineering-team__content {
  position: relative;
  z-index: 1;
}

.team-heading {
  width: calc(100% - 80px);
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team-heading h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

.team-heading p {
  margin-top: 38px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.team-carousel-frame {
  width: 100%;
  margin-top: 57px;
  overflow: hidden;
}

.team-carousel {
  width: 100%;
  overflow: visible;
}

.team-carousel .swiper-slide {
  height: auto;
}

.team-card {
  width: 100%;
  transform: scale(0.9);
  transform-origin: center top;
  transition: transform var(--motion-interaction) var(--motion-ease);
}

.team-carousel .swiper-slide-active .team-card,
.team-carousel .swiper-slide:hover .team-card {
  transform: scale(1);
}

.team-portrait {
  width: 100%;
  padding: 15px;
  border-radius: 20px;
  background: #ffffff;
}

.team-portrait img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.team-card__info {
  max-height: 0;
  margin-top: 0;
  padding: 0 15px;
  overflow: hidden;
  border-radius: 15px;
  opacity: 0;
  color: #000000;
  background: #ffffff;
  transition:
    max-height var(--motion-interaction) var(--motion-ease),
    margin-top var(--motion-interaction) var(--motion-ease),
    padding var(--motion-interaction) var(--motion-ease),
    opacity var(--motion-interaction) var(--motion-ease);
}

.team-carousel .swiper-slide-active .team-card__info,
.team-carousel .swiper-slide:hover .team-card__info {
  max-height: 280px;
  margin-top: 16px;
  padding: 24px 15px 25px;
  opacity: 1;
}

.team-card__info h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0;
}

.team-card__info p {
  margin-top: 7px;
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

@media (prefers-reduced-motion: reduce) {
  .team-card,
  .team-card__info {
    transition: none;
  }
}

@media (max-width: 1440px) {
  .hero-layout {
    gap: 90px;
  }

  .hero-copy h1 {
    font-size: 92px;
  }

  .hero-copy > p,
  .hero-menu__item,
  .contact-action {
    font-size: 21px;
  }

  .company-overview {
    gap: 55px;
  }

  .rd-capabilities__layout {
    grid-template-columns: 40.625% minmax(0, 1fr);
    gap: 5.6875%;
  }

  .testing-layout {
    grid-template-columns: 35% minmax(0, 1fr);
    gap: 48px;
  }
}

@media (max-width: 1279px) {
  .capabilities-hero {
    aspect-ratio: auto;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-copy h1 {
    font-size: 64px;
  }

  .hero-copy > p,
  .hero-menu__item,
  .contact-action {
    font-size: 18px;
  }

  .hero-copy .contact-action {
    margin-top: 44px;
  }

  .company-overview {
    grid-template-columns: minmax(0, 1fr) minmax(0, 240px);
    gap: 35px;
  }

  .capability-intro__heading h2,
  .company-overview__copy h2,
  .rd-capabilities__content h2,
  .development-process__heading h2,
  .testing-copy h2 {
    font-size: 32px;
  }

  .capability-intro__heading p,
  .development-process__heading p {
    font-size: 18px;
    line-height: 26px;
  }

  .capability-tab {
    font-size: 20px;
  }

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

  .innovation-philosophy__heading h2,
  .team-heading h2 {
    font-size: 36px;
  }

  .innovation-philosophy__heading p {
    font-size: 20px;
  }

  .innovation-card h3 {
    font-size: 20px;
  }

  .rd-capabilities__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  .rd-capabilities__media {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }

  .rd-capabilities__content {
    padding-top: 0;
  }

  .process-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  .process-bridge-icon {
    display: none;
  }

  .process-stage {
    width: 100%;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }

  .process-card h4 {
    font-size: 20px;
    line-height: 25px;
  }

  .process-feedback {
    margin-top: 48px;
    padding-right: 0;
  }

  .process-feedback > p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .lifecycle-list {
    flex-wrap: wrap;
    row-gap: 14px;
    font-size: 16px;
    line-height: 22px;
  }

  .testing-verification {
    padding-top: 72px;
  }

  .testing-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
    width: calc(100% - 80px);
    margin-right: auto;
  }

  .testing-copy {
    padding-top: 0;
  }

  .testing-copy > p {
    max-width: 720px;
  }

  .testing-slide h3,
  .team-card__info h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .testing-controls {
    margin-top: 32px;
  }
}

@media (max-width: 852px) {
  .page-container,
  .process-container,
  .team-heading,
  .testing-layout {
    width: calc(100% - 40px);
  }

  .hero-layout {
    gap: 36px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-copy h1 {
    font-size: 20px;
    line-height: 26px;
  }

  .hero-copy > p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-menu__item {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-copy .contact-action {
    margin-top: 32px;
  }

  .contact-action {
    gap: 16px;
    padding: 10px 18px;
    font-size: 16px;
  }

  .contact-action .iconfont {
    font-size: 24px;
  }

  .diagonal-arrow-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .capability-intro {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .capability-intro__heading h2,
  .company-overview__copy h2,
  .rd-capabilities__content h2,
  .development-process__heading h2,
  .testing-copy h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .capability-intro__heading p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .capability-tabs {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    margin-top: 32px;
  }

  .capability-tab {
    padding: 10px 18px;
    font-size: 16px;
    line-height: 24px;
  }

  .company-overview {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    margin-top: 64px;
  }

  .company-overview__copy .contact-action {
    margin-top: 32px;
  }

  .company-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-top: 0;
  }

  .company-metric + .company-metric {
    margin-top: 0;
  }

  .company-metric strong {
    font-size: 40px;
  }

  .laboratory-gallery {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .innovation-philosophy {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .innovation-philosophy__heading h2,
  .team-heading h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .innovation-philosophy__heading p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .innovation-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    margin-top: 32px;
  }

  .innovation-card {
    padding: 28px 20px 24px;
  }

  .innovation-icon {
    width: 52px;
    height: 52px;
  }

  .innovation-icon--sustainability {
    width: 56px;
    height: 56px;
  }

  .innovation-icon--performance {
    width: 64px;
    height: 64px;
  }

  .innovation-card h3,
  .innovation-card--sustainability h3,
  .innovation-card--performance h3 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .rd-capabilities {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .rd-capabilities__layout {
    gap: 32px;
  }

  .capability-lists {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin-top: 32px;
  }

  .capability-list {
    gap: 16px;
  }

  .capability-list li {
    font-size: 16px;
    line-height: 22px;
  }

  .capability-marker {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: 14px;
  }

  .development-process {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .development-process__heading p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .process-map {
    margin-top: 32px;
  }

  .process-grid {
    gap: 40px;
  }

  .process-stage {
    max-width: 720px;
  }

  .process-stage > h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .process-card h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .process-card p {
    font-size: 14px;
    line-height: 20px;
  }

  .process-marker {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 18px;
  }

  .process-feedback {
    margin-top: 40px;
  }

  .feedback-bar {
    gap: 12px;
    padding: 10px 12px;
    border-radius: 20px;
  }

  .feedback-bar strong {
    font-size: 16px;
    line-height: 22px;
  }

  .feedback-bar div > span {
    font-size: 14px;
    line-height: 20px;
  }

  .lifecycle-list {
    gap: 12px;
    margin-top: 32px;
    font-size: 14px;
    line-height: 20px;
  }

  .testing-verification {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .testing-layout {
    gap: 32px;
  }

  .testing-copy > p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .testing-controls {
    gap: 12px;
    margin-top: 24px;
  }

  .testing-arrow {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    font-size: 18px;
  }

  .testing-slide h3 {
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px;
  }

  .engineering-team {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .team-heading p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .team-carousel-frame {
    margin-top: 32px;
  }

  .team-portrait {
    padding: 12px;
    border-radius: 16px;
  }

  .team-card__info {
    margin-top: 12px;
    padding: 18px 14px;
  }

  .team-card__info h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .team-card__info p {
    font-size: 14px;
    line-height: 20px;
  }

  .engineering-team__wordmark {
    right: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
}

@media (max-width: 440px) {
  .hero-copy h1 {
    font-size: 20px;
  }

  .hero-copy > p br {
    display: none;
  }

  .hero-menu__item {
    gap: 14px;
    font-size: 16px;
  }

  .diagonal-arrow-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .capability-intro__heading h2,
  .company-overview__copy h2,
  .rd-capabilities__content h2,
  .development-process__heading h2,
  .testing-copy h2 {
    font-size: 20px;
  }

  .innovation-philosophy__heading h2,
  .team-heading h2 {
    font-size: 20px;
  }

  .company-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  .process-card {
    gap: 12px;
    padding: 16px 12px;
  }

  .process-marker {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 18px;
  }

  .process-card h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .process-card p {
    font-size: 14px;
    line-height: 19px;
  }

  .feedback-bar {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
  }

  .feedback-bar div > span {
    padding-left: 0;
  }

  .feedback-marker {
    margin-right: auto;
    margin-left: auto;
  }

  .lifecycle-list b {
    display: none;
  }
}

@keyframes rd-page-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-motion-page].is-motion-loaded {
    animation: none;
  }

  .motion-js [data-motion-reveal] {
    opacity: 1;
    transform: none;
    transition-duration: 0.01ms;
  }

  .contact-action:focus-visible,
  .capability-tab:focus-visible,
  .testing-arrow:focus-visible,
  .contact-action:focus-visible .iconfont,
  .hero-menu__item:focus-visible .hero-menu__arrow,
  .testing-prev:focus-visible .iconfont,
  .testing-next:focus-visible .iconfont {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) and (hover: hover) and (pointer: fine) {
  .contact-action:hover,
  .capability-tab:hover,
  .innovation-card:hover,
  .testing-arrow:hover,
  .contact-action:hover .iconfont,
  .hero-menu__item:hover .hero-menu__arrow,
  .testing-prev:hover .iconfont,
  .testing-next:hover .iconfont {
    transform: none;
  }
}
