/* =========================================================
   Page : OEM PRODUCT
   ========================================================= */

.page-oem {
  background: #ffffff;
}

.page-oem__frame {
  max-width: var(--site-max);
  margin: 0 auto;
  min-height: 100vh;
  background: #ffffff;
}

.page-oem__content {
  max-width: var(--site-max);
  margin: 0 auto;
  position: relative;
  padding: 0 0 90px;
}

@media (min-width: 835px) {
  .page-oem__content {
    display: grid;
    grid-template-columns: var(--sidebar-w) 1fr;
    align-items: start;
  }
}

@media (max-width: 834px) {
  .page-oem__content {
    padding-bottom: 0;
  }
}

.oem-hero {
  margin-top: 0;
  margin-bottom: var(--section-mb);
  padding: 0 30px;
}

.oem-hero__eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: 0.16em;
}

.oem-hero__title {
  margin: 0 0 16px;
  font-size: 42px;
  letter-spacing: 0.16em;
  font-weight: 300;
}

@media (max-width: 834px) {
  .oem-hero__title {
    font-size: 6vw;
    line-height: 9vw;
  }
}

.oem-hero__lead {
  margin: 60px 0 60px;
  font-size: clamp(11px, calc(11px + (100vw - 320px) / 514), 13px);
  line-height: 2.1;
  letter-spacing: 0.08em;
  padding-right: 4%;
  font-weight: 500;
}

.oem-hero__more:hover,
.oem-hero__more:focus-visible {
  background: #cccccc;
  color: #ffffff;
  border-color: #ffffff;
}

.oem-section {
  max-width: var(--site-max);
  padding: clamp(60px, calc(60px + (100vw - 835px) * 0.13483146), 120px) 0 !important;
}

.oem-section__header {
  margin: 0 0 24px;
  padding-left: var(--universal-gutter);
}

.oem-section__title {
  margin: 0;
  font-size: clamp(30px, calc(var(--universal-jan-fs) * 1.428571), 60px);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

.oem-section__logo-area {
  margin: 60px 0 30px;
  width: 100%;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}

.oem-section__logo-area img {
  display: block;
  width: 100%;
  height: auto;
}

.oem-section__body {
  margin-top: 16px;
  padding-left: var(--universal-gutter);
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.oem-section__text {
  font-size: clamp(11px, calc(11px + (100vw - 320px) / 514), 13px);
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-right: 4%;
}

@media (max-width: 834px) {
  .oem-section__text {
    padding: 0 7% 0 0;
  }
}

.oem-section__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #1a1a1a;
  text-decoration: none;
}

.oem-section__cta::after {
  content: \"\\2192\";
  font-size: 14px;
}

.oem-section__body .universal-hero__more {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 834px) {
  .oem-hero {
    padding-left: 5%;
    padding-right: 5%;
  }

  .oem-hero__lead,
  .oem-section__text {
    font-size: 13px;
  }

  .oem-section {
    padding: 0 !important;
  }

  .oem-section__logo-area {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    min-height: 200px;
  }

  .oem-section__logo-area img {
    width: 100%;
  }
}
