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

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

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

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

@font-face {
  font-family: "Outfit UI Bold";
  src: url("/wp-content/themes/junj/assets/fonts/Outfit Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.oem-page {
  color-scheme: dark;
  --motion-ease: ease;
  --motion-soft-duration: 0.7s;
  --motion-interaction-fast: 0.22s;
  --motion-interaction: 0.35s;
  --oem-orange: #ee7700;
  --oem-red: #ff4335;
  --oem-black: #000;
  --oem-charcoal: #2c2c2c;
  --oem-white: #fff;
  --oem-soft-white: #f0f0f2;
  --oem-gray: #999;
  --oem-light-gray: #d9d9d9;
}

.oem-page,
.oem-page *,
.oem-page *::before,
.oem-page *::after {
  box-sizing: border-box;
}

.oem-page h1,
.oem-page h2,
.oem-page h3,
.oem-page p,
.oem-page figure,
.oem-page ul {
  margin: 0;
  padding: 0;
}

html:has(.oem-page) {
  scroll-behavior: smooth;
}

.oem-page a,
.oem-page a:hover,
.oem-page a:focus,
.oem-page a:focus-visible {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.oem-page {
  width: 100%;
  background: var(--oem-charcoal);
  color: var(--oem-white);
}

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

.oem-page__main {
  width: 100%;
}

.oem-container {
  width: 100%;
  max-width: 1648px;
  margin-inline: auto;
  padding-inline: 24px;
}

.oem-gradient-title {
  background: linear-gradient(90deg, #ff9b19 0%, #ff3e31 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.oem-hero {
  display: grid;
  background-color: #080a0b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.oem-hero > * {
  grid-area: 1 / 1;
}

.oem-hero__shade {
  background: rgba(0, 0, 0, 0.85);
}

.oem-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.31fr) minmax(0, 1fr);
  gap: 100px;
  align-items: start;
  padding-block: 94px 96px;
}

.oem-hero__intro h1 {
  width: fit-content;
  background-image: linear-gradient(90deg, #ffa51b 0%, #ff3729 100%);
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
}

.oem-hero__intro p {
  margin-top: 20px;
  color: #f0f0f2;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
}

.oem-hero__contact {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin-top: 107px;
  padding: 14px 32px 13px 18px;
  border: 2px solid var(--oem-orange);
  border-radius: 999px;
  color: var(--oem-orange);
  font-family: "Outfit UI Bold", "Outfit", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  transition: color var(--motion-interaction, 0.35s) ease, background-color var(--motion-interaction, 0.35s) ease;
}

.oem-hero__contact .iconfont {
  font-size: 40px;
  line-height: 1;
}

.oem-hero__contact:focus-visible {
  background: var(--oem-orange);
  color: var(--oem-black);
}

.oem-hero__directory {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.oem-hero__directory-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 21px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #999;
  font-family: "Outfit UI Bold", "Outfit", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  transition: color var(--motion-interaction, 0.35s) ease;
}

.oem-hero__directory-item:focus-visible,
.oem-hero__directory-item.is-active {
  color: var(--oem-orange);
}

.oem-hero__directory-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  border-radius: 6px;
  background: var(--oem-white);
  color: var(--oem-black);
}

.oem-hero__directory-icon .iconfont {
  display: block;
  font-size: 18px;
  transform: rotate(-45deg);
}

.oem-hero__directory-item.is-active .oem-hero__directory-icon {
  background: var(--oem-orange);
}

.oem-capabilities {
  position: relative;
  background: var(--oem-black);
  isolation: isolate;
  padding-block: 128px 111px;
}

.oem-capabilities__ring {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 21.5%;
  max-width: 413px;
  aspect-ratio: 413 / 481;
  height: auto;
  opacity: 0.26;
}

.oem-capabilities__heading {
  text-align: center;
}

.oem-capabilities__heading h2 {
  color: var(--oem-white);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
}

.oem-capabilities__heading p {
  margin-top: 32px;
  color: var(--oem-white);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.oem-capabilities__tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 63px;
  border: 1px solid #666;
  border-radius: 8px;
}

.oem-capabilities__tab {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 29px 18px 25px;
  color: var(--oem-white);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  transition: color var(--motion-interaction, 0.35s) ease, box-shadow var(--motion-interaction, 0.35s) ease;
}

.oem-capabilities__tab:focus-visible,
.oem-capabilities__tab.is-active {
  color: var(--oem-orange);
}

.oem-capabilities__tab.is-active {
  box-shadow: none;
}

.oem-capabilities__tab.is-active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: calc(50% - 1px);
  width: calc(100% - 32px);
  max-width: 190px;
  height: 1px;
  background: var(--oem-orange);
  transform: translateX(-50%);
}

.oem-capabilities__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr);
  gap: 112px;
  align-items: center;
  margin-top: 71px;
}

.oem-capabilities__panel.is-copy-only {
  grid-template-columns: minmax(0, 1fr);
}

.oem-capabilities__copy {
  align-self: start;
  padding-top: 72px;
}

.oem-capabilities__copy h3 {
  color: var(--oem-orange);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.oem-capabilities__body {
  max-width: 764px;
  margin-top: 30px;
  color: var(--oem-light-gray);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.oem-capabilities__body p + p {
  margin-top: 21px;
}

.oem-capabilities__controls {
  display: flex;
  gap: 24px;
  margin-top: 68px;
}

.oem-capabilities__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--oem-orange);
  border-radius: 50%;
  color: var(--oem-orange);
  transition: color var(--motion-interaction, 0.35s) ease, background-color var(--motion-interaction, 0.35s) ease;
}

.oem-capabilities__control .iconfont {
  font-size: 26px;
}

.oem-capabilities__control:focus-visible {
  background: var(--oem-orange);
  color: var(--oem-black);
}

.oem-capabilities__figure {
  justify-self: end;
  width: 100%;
  max-width: 809px;
}

.oem-capabilities__figure img {
  width: 100%;
  aspect-ratio: 809 / 453;
  height: auto;
  border-radius: 18px;
}

.oem-capabilities__figure[hidden] {
  display: none;
}

@media (min-width: 1400px) {
  .oem-capabilities__inner {
    max-width: none;
    padding-inline: 0;
  }

  .oem-capabilities__heading,
  .oem-capabilities__tabs {
    width: calc(100% - 48px);
    max-width: 1600px;
    margin-inline: auto;
  }

  .oem-capabilities__tabs {
    padding-right: 2px;
    padding-left: 1px;
  }

  .oem-capabilities__panel {
    gap: 10.625%;
    padding-left: max(24px, calc((100% - 1600px) / 2));
  }
}

.oem-process {
  background: var(--oem-charcoal);
  padding-block: 160px 102px;
}

.oem-process__heading {
  width: 100%;
  max-width: 1135px;
  margin-inline: auto;
  padding-inline: 24px;
  text-align: center;
}

.oem-process__heading h2 {
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}

.oem-process__heading p {
  margin-top: 30px;
  color: var(--oem-gray);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.oem-process__carousel-frame {
  width: 100%;
  margin-top: 72px;
  overflow: hidden;
}

.oem-process__swiper {
  width: 100%;
  overflow: hidden;
}

.oem-process__slide {
  width: 100%;
}

.oem-process__step {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--oem-orange);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.oem-process__step span {
  height: 10px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  background: var(--oem-orange);
}

.oem-process__card {
  width: 100%;
  border-radius: 18px;
  background: #fdfefd;
  color: #383838;
}

.oem-process__media {
  width: 100%;
  aspect-ratio: 378 / 227;
}

.oem-process__media img {
  width: 100%;
  height: 100%;
  border-radius: 18px 18px 0 0;
  object-fit: cover;
}

.oem-process__card-copy {
  padding: 30px 20px 30px;
}

.oem-process__card-copy h3 {
  color: #383838;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.oem-process__card-copy p {
  margin-top: 13px;
  color: var(--oem-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

@media (min-width: 1400px) {
  .oem-process__heading {
    padding-inline: 0;
  }
}

@media (min-width: 1920px) {
  .oem-process__carousel-frame {
    padding-left: 160px;
  }

  .oem-process__swiper::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 0;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.22);
    pointer-events: none;
  }

  .oem-process__step {
    border-bottom-color: transparent;
  }
}

@media (min-width: 1921px) {
  .oem-process__carousel-frame {
    max-width: 1920px;
    margin-inline: auto;
  }
}

.oem-examples {
  background: var(--oem-charcoal);
  padding-block: 102px 215px;
}

.oem-examples__list {
  display: grid;
  gap: 171px;
}

.oem-example {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  align-items: center;
}

.oem-example__media {
  width: 100%;
  max-width: 647px;
}

.oem-example__media img {
  width: 100%;
  aspect-ratio: 647 / 390;
  height: auto;
  border-radius: 14px;
}

.oem-example__copy {
  width: 100%;
  max-width: 650px;
}

.oem-example__copy h2 {
  color: var(--oem-orange);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.12;
}

.oem-example__copy p {
  margin-top: 28px;
  color: var(--oem-light-gray);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.oem-example__copy ul {
  display: grid;
  gap: 20px;
  margin-top: 44px;
  color: var(--oem-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  list-style: none;
}

.oem-example__copy li {
  position: relative;
  padding-left: 16px;
}

.oem-example__copy li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  height: 6px;
  aspect-ratio: 1;
  background: var(--oem-orange);
}

.oem-example--reverse .oem-example__media {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

.oem-example--reverse .oem-example__copy {
  grid-column: 1;
  grid-row: 1;
}

@media (min-width: 1400px) {
  .oem-examples {
    padding-block: 103px 218px;
  }

  .oem-examples__list {
    gap: 178px;
  }

  .oem-example {
    gap: 36px;
    align-items: start;
  }

  .oem-example__copy {
    max-width: 750px;
    padding-top: 44px;
  }

  .oem-example__copy p {
    margin-top: 38px;
  }

  .oem-example__copy ul {
    gap: 23px;
    margin-top: 56px;
  }

  .oem-example__copy li {
    padding-left: 12px;
  }
}

.oem-why {
  display: grid;
  background-color: #17191a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.oem-why > * {
  grid-area: 1 / 1;
}

.oem-why__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.87fr) minmax(0, 1fr);
  gap: 120px;
  align-items: center;
  padding-block: 45px 62px;
}

.oem-why__intro h2 {
  font-size: 82px;
  font-weight: 700;
  line-height: 100px;
}

.oem-why__intro p {
  max-width: 535px;
  margin-top: 34px;
  color: var(--oem-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.oem-why__contact {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin-top: 108px;
  padding: 10px 12px 10px 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff9b19 0%, #ff3e31 100%);
  color: var(--oem-white);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.oem-why__contact .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--oem-white);
  color: var(--oem-orange);
  font-size: 24px;
  transition: color var(--motion-interaction, 0.35s) ease, background-color var(--motion-interaction, 0.35s) ease;
}

.oem-why__contact:focus-visible .iconfont {
  background: var(--oem-black);
  color: var(--oem-white);
}

.oem-why__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px 30px;
}

.oem-why__stat {
  width: 100%;
  aspect-ratio: 378 / 396;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.2);
}

.oem-why__stat strong {
  display: block;
  color: var(--oem-orange);
  font-size: 48px;
  font-weight: 700;
  line-height: 100px;
}

.oem-why__stat strong span {
  font: inherit;
}

.oem-why__stat h3 {
  margin-top: 78px;
  color: var(--oem-white);
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.oem-why__stat p {
  margin-top: 18px;
  color: var(--oem-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

@media (min-width: 1400px) {
  .oem-why {
    background-position: center top;
    background-size: 100% auto;
  }

  .oem-why__content {
    align-items: start;
    padding-block: 44px 62px;
  }

  .oem-why__intro {
    padding-top: 101px;
  }

  .oem-why__intro p {
    margin-top: 32px;
  }

  .oem-why__contact {
    gap: 46px;
    margin-top: 107px;
    padding-block: 11px;
  }

  .oem-why__stats {
    width: 100%;
    max-width: 786px;
    row-gap: 26px;
    justify-self: end;
  }

  .oem-why__stat {
    padding: 37px 30px 30px;
  }

  .oem-why__stat h3 {
    margin-top: 86px;
  }

  .oem-why__stat p {
    max-width: 310px;
  }
}

@media (max-width: 1399px) {
  .oem-hero__content {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 56px;
    padding-block: 72px;
  }

  .oem-hero__intro h1 {
    font-size: 96px;
  }

  .oem-hero__contact {
    margin-top: 72px;
  }

  .oem-hero__directory-item {
    padding-block: 15px;
    font-size: 20px;
    line-height: 32px;
  }

  .oem-capabilities__panel,
  .oem-example {
    gap: 56px;
  }

  .oem-capabilities__tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .oem-capabilities__tab {
    min-width: 0;
    flex: none;
  }

  .oem-why__content {
    gap: 56px;
  }

  .oem-why__intro h2 {
    font-size: 64px;
    line-height: 1.15;
  }

  .oem-why__contact {
    margin-top: 64px;
  }

  .oem-why__stat {
    aspect-ratio: auto;
    padding: 24px;
  }

  .oem-why__stat h3 {
    margin-top: 40px;
  }
}

@media (max-width: 899px) {
  .oem-hero__content,
  .oem-capabilities__panel,
  .oem-example,
  .oem-why__content {
    grid-template-columns: minmax(0, 1fr);
  }

  .oem-hero__content {
    gap: 56px;
    padding-block: 64px;
  }

  .oem-hero__intro h1 {
    font-size: 82px;
  }

  .oem-hero__intro p {
    font-size: 22px;
    line-height: 32px;
  }

  .oem-hero__contact {
    margin-top: 48px;
  }

  .oem-capabilities {
    padding-block: 88px;
  }

  .oem-capabilities__heading h2 {
    font-size: 42px;
  }

  .oem-capabilities__tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 48px;
  }

  .oem-capabilities__panel {
    gap: 48px;
    margin-top: 56px;
  }

  .oem-capabilities__figure {
    justify-self: start;
  }

  .oem-process {
    padding-block: 104px 88px;
  }

  .oem-process__heading h2 {
    font-size: 52px;
  }

  .oem-process__carousel-frame {
    margin-top: 56px;
  }

  .oem-examples {
    padding-block: 88px 112px;
  }

  .oem-examples__list {
    gap: 96px;
  }

  .oem-example {
    gap: 40px;
  }

  .oem-example--reverse .oem-example__media,
  .oem-example--reverse .oem-example__copy {
    grid-column: 1;
    grid-row: auto;
  }

  .oem-example--reverse .oem-example__media {
    justify-self: start;
  }

  .oem-why__content {
    gap: 64px;
    padding-block: 72px;
  }

  .oem-why__intro p {
    max-width: 650px;
  }

  .oem-why__contact {
    margin-top: 48px;
  }
}

@media (max-width: 599px) {
  .oem-container,
  .oem-process__heading {
    padding-inline: 16px;
  }

  .oem-hero__content {
    gap: 44px;
    padding-block: 48px;
  }

  .oem-hero__intro h1 {
    font-size: 56px;
  }

  .oem-hero__intro p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .oem-hero__contact {
    gap: 12px;
    margin-top: 36px;
    padding: 7px 18px 7px 14px;
    font-size: 20px;
  }

  .oem-hero__contact .iconfont {
    font-size: 32px;
  }

  .oem-hero__directory-item {
    gap: 16px;
    font-size: 17px;
    line-height: 26px;
  }

  .oem-capabilities {
    padding-block: 72px;
  }

  .oem-capabilities__ring {
    width: 48%;
  }

  .oem-capabilities__heading h2 {
    font-size: 34px;
  }

  .oem-capabilities__heading p {
    margin-top: 22px;
    font-size: 18px;
  }

  .oem-capabilities__tabs {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 40px;
  }

  .oem-capabilities__tab {
    padding: 18px 14px;
    font-size: 18px;
  }

  .oem-capabilities__panel {
    gap: 40px;
    margin-top: 48px;
  }

  .oem-capabilities__copy h3 {
    font-size: 30px;
  }

  .oem-capabilities__body {
    font-size: 17px;
  }

  .oem-capabilities__controls {
    margin-top: 40px;
  }

  .oem-process {
    padding-block: 80px 72px;
  }

  .oem-process__heading h2 {
    font-size: 42px;
  }

  .oem-process__heading p {
    margin-top: 24px;
    font-size: 17px;
    line-height: 24px;
  }

  .oem-process__step {
    margin-bottom: 36px;
  }

  .oem-process__card-copy {
    padding: 24px 18px 26px;
  }

  .oem-process__card-copy h3 {
    font-size: 22px;
  }

  .oem-examples {
    padding-block: 72px 88px;
  }

  .oem-examples__list {
    gap: 72px;
  }

  .oem-example {
    gap: 30px;
  }

  .oem-example__copy h2 {
    font-size: 34px;
  }

  .oem-example__copy p,
  .oem-example__copy ul {
    font-size: 17px;
  }

  .oem-example__copy ul {
    margin-top: 32px;
  }

  .oem-why__content {
    gap: 48px;
    padding-block: 56px;
  }

  .oem-why__intro h2 {
    font-size: 52px;
    line-height: 1.08;
  }

  .oem-why__intro p {
    margin-top: 28px;
  }

  .oem-why__contact {
    gap: 20px;
    margin-top: 40px;
    font-size: 24px;
  }

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

  .oem-why__stat {
    aspect-ratio: auto;
    padding: 28px;
  }

  .oem-why__stat strong {
    font-size: 44px;
    line-height: 1.4;
  }

  .oem-why__stat h3 {
    margin-top: 44px;
  }
}

@media (max-width: 1108px) {
  .oem-hero__content,
  .oem-capabilities__panel,
  .oem-why__content {
    grid-template-columns: minmax(0, 1fr);
  }

  .oem-hero__content {
    gap: 48px;
    padding-block: 56px;
  }

  .oem-hero__intro h1 {
    font-size: 64px;
  }

  .oem-hero__intro p {
    font-size: 20px;
    line-height: 30px;
  }

  .oem-hero__contact {
    margin-top: 40px;
  }

  .oem-capabilities {
    padding-block: 72px;
  }

  .oem-capabilities__heading h2 {
    font-size: 36px;
  }

  .oem-capabilities__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 48px;
  }

  .oem-capabilities__panel {
    gap: 32px;
    margin-top: 48px;
  }

  .oem-capabilities__copy {
    padding-top: 0;
  }

  .oem-capabilities__figure {
    justify-self: start;
  }

  .oem-process {
    padding-block: 88px 72px;
  }

  .oem-process__heading h2 {
    font-size: 44px;
  }

  .oem-why__content {
    gap: 48px;
    padding-block: 64px;
  }

  .oem-why__intro h2 {
    font-size: 48px;
    line-height: 1.1;
  }

  .oem-why__intro p {
    max-width: 650px;
  }

  .oem-why__contact {
    margin-top: 40px;
  }

  .oem-why__stats {
    width: 100%;
    max-width: 786px;
    justify-self: start;
  }
}

@media (max-width: 852px) {
  .oem-hero__intro h1,
  .oem-capabilities__heading h2,
  .oem-capabilities__copy h3,
  .oem-process__heading h2,
  .oem-process__card-copy h3,
  .oem-example__copy h2,
  .oem-why__intro h2,
  .oem-why__stat h3 {
    font-size: 20px;
    line-height: 1.25;
  }

  .oem-hero__content {
    gap: 32px;
    padding-block: 48px;
  }

  .oem-hero__intro p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 26px;
  }

  .oem-hero__contact {
    gap: 12px;
    margin-top: 32px;
    padding: 8px 16px 8px 12px;
    font-size: 18px;
  }

  .oem-hero__contact .iconfont {
    font-size: 28px;
  }

  .oem-hero__directory-item {
    gap: 16px;
    padding-block: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .oem-hero__directory-item > span:first-child {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .oem-capabilities {
    padding-block: 64px;
  }

  .oem-capabilities__ring {
    width: 36%;
  }

  .oem-capabilities__heading p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.4;
  }

  .oem-capabilities__tabs {
    margin-top: 36px;
  }

  .oem-capabilities__tab {
    padding: 16px 12px;
    font-size: 16px;
  }

  .oem-capabilities__panel {
    gap: 28px;
    margin-top: 40px;
  }

  .oem-capabilities__body {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.4;
  }

  .oem-capabilities__body p + p {
    margin-top: 16px;
  }

  .oem-capabilities__controls {
    gap: 16px;
    margin-top: 32px;
  }

  .oem-capabilities__control {
    width: 44px;
    height: 44px;
  }

  .oem-capabilities__control .iconfont {
    font-size: 22px;
  }

  .oem-capabilities__figure img {
    border-radius: 12px;
  }

  .oem-process {
    padding-block: 64px;
  }

  .oem-process__heading p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 22px;
  }

  .oem-process__carousel-frame {
    margin-top: 40px;
  }

  .oem-process__step {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .oem-process__card-copy {
    padding: 20px;
  }

  .oem-process__card-copy p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .oem-examples {
    padding-block: 64px 72px;
  }

  .oem-examples__list {
    gap: 56px;
  }

  .oem-example {
    gap: 24px;
  }

  .oem-example__copy p,
  .oem-example__copy ul {
    font-size: 15px;
    line-height: 1.4;
  }

  .oem-example__copy p {
    margin-top: 18px;
  }

  .oem-example__copy ul {
    gap: 12px;
    margin-top: 24px;
  }

  .oem-why__content {
    gap: 40px;
    padding-block: 56px;
  }

  .oem-why__intro p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.45;
  }

  .oem-why__contact {
    gap: 16px;
    margin-top: 32px;
    padding: 8px 10px 8px 16px;
    font-size: 18px;
  }

  .oem-why__contact .iconfont {
    height: 36px;
    font-size: 20px;
  }

  .oem-why__stats {
    gap: 16px;
  }

  .oem-why__stat {
    padding: 20px;
  }

  .oem-why__stat strong {
    font-size: 36px;
    line-height: 1.2;
  }

  .oem-why__stat h3 {
    margin-top: 28px;
  }

  .oem-why__stat p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 599px) {
  .oem-hero__content {
    padding-block: 40px;
  }

  .oem-capabilities {
    padding-block: 56px;
  }

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

  .oem-capabilities__ring {
    width: 42%;
  }

  .oem-process {
    padding-block: 56px;
  }

  .oem-process__heading p {
    font-size: 14px;
    line-height: 20px;
  }

  .oem-examples {
    padding-block: 56px 64px;
  }

  .oem-examples__list {
    gap: 48px;
  }

  .oem-why__content {
    gap: 32px;
    padding-block: 48px;
  }

  .oem-why__contact {
    font-size: 16px;
  }
}

@media (max-width: 389px) {
  .oem-container,
  .oem-process__heading {
    padding-inline: 14px;
  }

  .oem-hero__content {
    gap: 28px;
    padding-block: 36px;
  }

  .oem-hero__intro p {
    font-size: 16px;
    line-height: 24px;
  }

  .oem-hero__directory-item {
    font-size: 14px;
    line-height: 22px;
  }

  .oem-capabilities,
  .oem-process {
    padding-block: 48px;
  }

  .oem-capabilities__tab {
    padding: 14px 10px;
    font-size: 14px;
  }

  .oem-capabilities__panel {
    margin-top: 36px;
  }

  .oem-capabilities__body,
  .oem-example__copy p,
  .oem-example__copy ul {
    font-size: 14px;
  }

  .oem-process__card-copy h3,
  .oem-why__stat h3 {
    font-size: 18px;
  }

  .oem-examples {
    padding-block: 48px 56px;
  }

  .oem-why__content {
    padding-block: 44px;
  }

  .oem-why__stat {
    padding: 16px;
  }

  .oem-why__stat strong {
    font-size: 32px;
  }
}

@media (max-width: 1919px) {
  .oem-process__step {
    padding-inline: 16px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .oem-capabilities__tab {
    min-width: 0;
    flex: 1 1 0;
    padding-inline: 12px;
    font-size: 18px;
  }
}

@media (min-width: 600px) and (max-width: 852px) {
  .oem-container,
  .oem-process__heading {
    padding-inline: 20px;
  }
}

.oem-hero__contact,
.oem-hero__directory-item,
.oem-capabilities__tab,
.oem-capabilities__control,
.oem-why__contact {
  -webkit-tap-highlight-color: transparent;
}

.oem-hero__contact:focus,
.oem-hero__directory-item:focus,
.oem-capabilities__tab:focus,
.oem-capabilities__control:focus,
.oem-why__contact:focus {
  outline: none;
}

.oem-hero__contact:link,
.oem-hero__contact:visited,
.oem-hero__contact:active,
.oem-capabilities__control:link,
.oem-capabilities__control:visited,
.oem-capabilities__control:active {
  color: var(--oem-orange);
}

.oem-hero__directory-item:link,
.oem-hero__directory-item:visited,
.oem-hero__directory-item:active {
  color: var(--oem-gray);
}

.oem-hero__directory-item.is-active,
.oem-hero__directory-item.is-active:visited,
.oem-hero__directory-item.is-active:active,
.oem-capabilities__tab.is-active,
.oem-capabilities__tab.is-active:visited,
.oem-capabilities__tab.is-active:active {
  color: var(--oem-orange);
}

.oem-capabilities__tab:link,
.oem-capabilities__tab:visited,
.oem-capabilities__tab:active,
.oem-why__contact:link,
.oem-why__contact:visited,
.oem-why__contact:active {
  color: var(--oem-white);
}

.oem-hero__contact:focus-visible,
.oem-capabilities__control:focus-visible {
  background: var(--oem-orange);
  color: var(--oem-black);
}

.oem-hero__directory-item:focus-visible,
.oem-capabilities__tab:focus-visible {
  color: var(--oem-orange);
}

.oem-hero__contact {
  transition: color var(--motion-interaction-fast) var(--motion-ease),
    background-color var(--motion-interaction-fast) var(--motion-ease),
    box-shadow var(--motion-interaction) var(--motion-ease),
    transform var(--motion-interaction-fast) var(--motion-ease);
}

.oem-hero__directory-item {
  transition: color var(--motion-interaction-fast) var(--motion-ease);
}

.oem-hero__directory-icon {
  transition: color var(--motion-interaction-fast) var(--motion-ease),
    background-color var(--motion-interaction-fast) var(--motion-ease),
    transform var(--motion-interaction-fast) var(--motion-ease);
}

.oem-capabilities__tab {
  transition: color var(--motion-interaction-fast) var(--motion-ease),
    box-shadow var(--motion-interaction-fast) var(--motion-ease);
}

.oem-capabilities__tab::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: calc(50% - 1px);
  width: calc(100% - 32px);
  max-width: 190px;
  height: 1px;
  background: var(--oem-orange);
  opacity: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: opacity var(--motion-interaction-fast) var(--motion-ease),
    transform var(--motion-interaction) var(--motion-ease);
}

.oem-capabilities__tab:focus-visible::after {
  opacity: 0.65;
  transform: translateX(-50%) scaleX(0.72);
}

.oem-capabilities__tab.is-active::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.oem-capabilities__control {
  transition: color var(--motion-interaction-fast) var(--motion-ease),
    background-color var(--motion-interaction-fast) var(--motion-ease),
    box-shadow var(--motion-interaction) var(--motion-ease),
    transform var(--motion-interaction-fast) var(--motion-ease);
}

.oem-why__contact {
  transition: box-shadow var(--motion-interaction) var(--motion-ease),
    transform var(--motion-interaction-fast) var(--motion-ease);
}

.oem-why__contact .iconfont {
  transition: color var(--motion-interaction-fast) var(--motion-ease),
    background-color var(--motion-interaction-fast) var(--motion-ease),
    transform var(--motion-interaction-fast) var(--motion-ease);
}

.oem-hero__directory-item:focus-visible .oem-hero__directory-icon {
  background: var(--oem-orange);
  transform: translateX(3px);
}

.oem-hero__contact:active,
.oem-capabilities__control:active,
.oem-why__contact:active {
  transform: scale(0.98);
}

[data-count-up] {
  font-variant-numeric: tabular-nums;
}

.oem-motion-reveal {
  transition: opacity var(--motion-soft-duration) cubic-bezier(0.22, 1, 0.36, 1),
    transform var(--motion-soft-duration) cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--oem-motion-delay, 0ms);
}

.oem-motion-reveal.is-motion-pending {
  opacity: 0;
  transform: translateY(18px);
}

.oem-motion-reveal.is-motion-visible {
  opacity: 1;
  transform: translateY(0);
}

.oem-page.is-motion-mounted .oem-hero__intro {
  animation: oemHeroEnter 0.62s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.oem-page.is-motion-mounted .oem-hero__directory {
  animation: oemHeroEnter 0.68s 80ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes oemHeroEnter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .oem-hero__contact:hover {
    background: var(--oem-orange);
    box-shadow: 0 12px 26px rgba(238, 119, 0, 0.16);
    color: var(--oem-black);
    transform: translateY(-2px);
  }

  .oem-hero__directory-item:hover {
    color: var(--oem-orange);
  }

  .oem-hero__directory-item:hover .oem-hero__directory-icon {
    background: var(--oem-orange);
    transform: translateX(3px);
  }

  .oem-capabilities__tab:hover {
    color: var(--oem-orange);
  }

  .oem-capabilities__tab:hover::after {
    opacity: 0.45;
    transform: translateX(-50%) scaleX(0.72);
  }

  .oem-capabilities__tab.is-active:hover::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }

  .oem-capabilities__control:hover {
    background: var(--oem-orange);
    box-shadow: 0 10px 22px rgba(238, 119, 0, 0.14);
    color: var(--oem-black);
    transform: translateY(-2px);
  }

  .oem-why__contact:hover {
    box-shadow: 0 12px 26px rgba(255, 67, 53, 0.18);
    transform: translateY(-2px);
  }

  .oem-why__contact:hover .iconfont {
    background: var(--oem-black);
    color: var(--oem-white);
    transform: translateX(2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .oem-page.is-motion-mounted .oem-hero__intro,
  .oem-page.is-motion-mounted .oem-hero__directory {
    animation: none;
  }

  .oem-motion-reveal,
  .oem-motion-reveal.is-motion-pending,
  .oem-motion-reveal.is-motion-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
