.oem-v3 {
  --v3-ink: #111719;
  --v3-ink-soft: #1a2427;
  --v3-teal: #005362;
  --v3-orange: #f4511e;
  --v3-gold: #ffb000;
  --v3-mist: #eef3f4;
  --v3-rule: #cbd4d6;
  --v3-space-sm: 12px;
  --v3-space-md: 24px;
  --v3-space-lg: 48px;
  --v3-space-xl: 72px;
  --v3-space-2xl: 96px;
  color: var(--v3-ink);
  background: #fff;
}

.oem-v3 .nav {
  position: relative;
  z-index: 20;
}

.oem-v3 h1,
.oem-v3 h2,
.oem-v3 h3 {
  letter-spacing: 0;
}

.oem-v3-kicker {
  margin: 0 0 16px;
  color: var(--v3-orange);
  font-size: 12px;
  font-weight: 1000;
  line-height: 1.4;
  text-transform: uppercase;
}

.oem-v3-section {
  padding: 92px 0;
}

.oem-v3-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 52px;
}

.oem-v3-heading h2 {
  max-width: 780px;
  margin: 0;
  font-size: 48px;
  line-height: 1.03;
}

.oem-v3-heading > p {
  margin: 0;
  color: #5c696e;
  font-size: 17px;
  line-height: 1.72;
}

.oem-v3-hero {
  position: relative;
  display: grid;
  min-height: 680px;
  overflow: hidden;
  color: #fff;
  background: #3f494d;
}

.oem-v3-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(8, 15, 17, 0.3);
  content: "";
  pointer-events: none;
}

.oem-v3-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.oem-v3-hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 80px 0 150px;
}

.oem-v3-hero-content h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: 68px;
  line-height: 0.98;
  text-wrap: balance;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.34);
}

.oem-v3-hero-content > p:not(.oem-v3-kicker) {
  max-width: 620px;
  margin: 26px 0 0;
  color: #edf2f3;
  font-size: 17px;
  line-height: 1.65;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.oem-v3-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.oem-v3-hero .btn:not(.btn-fill) {
  border-color: #fff;
  color: #fff;
}

.oem-v3-hero-scope {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.oem-v3-hero-scope span {
  min-height: 82px;
  display: grid;
  place-items: center start;
  padding: 18px 24px;
  background: rgba(12, 20, 22, 0.78);
  color: #fff;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.oem-v3-hero-scope span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.oem-v3-test-media {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #d9dfe1;
}

.oem-v3-test-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oem-v3-process {
  background: var(--v3-ink);
  color: #fff;
}

.oem-v3-heading-light h2 {
  color: #fff;
}

.oem-v3-heading-light > p {
  color: #bdc9cc;
}

.oem-v3-process-list {
  counter-reset: oem-process-step;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}

.oem-v3-process-step {
  counter-increment: oem-process-step;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
  gap: clamp(48px, 6vw, 88px);
  align-items: center;
  padding: 64px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.oem-v3-process-artifact,
.oem-v3-route-board {
  width: 100%;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid #526267;
  border-radius: 6px;
  background: #1e2a2e;
}

.oem-v3-artifact-head {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 17px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.oem-v3-artifact-head span {
  color: var(--v3-gold);
  font-size: 11px;
  font-weight: 1000;
  text-transform: uppercase;
}

.oem-v3-artifact-head strong {
  color: #fff;
  font-size: 16px;
}

.oem-v3-brief-board dl {
  margin: 0;
}

.oem-v3-brief-board dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.oem-v3-brief-board dl div {
  min-width: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.oem-v3-brief-board dl div {
  min-height: 103px;
  padding: 22px 20px;
}

.oem-v3-brief-board dl div:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.oem-v3-process-artifact dt {
  margin-bottom: 9px;
  color: #92a2a7;
  font-size: 11px;
  font-weight: 1000;
  text-transform: uppercase;
}

.oem-v3-process-artifact dd {
  margin: 0;
  color: #edf2f3;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.oem-v3-brief-board > p {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 18px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.oem-v3-brief-board > p span {
  color: var(--v3-gold);
  font-size: 11px;
  text-transform: uppercase;
}

.oem-v3-route-board {
  display: grid;
  grid-template-rows: auto 1fr;
}

.oem-v3-route-board.oem-v3-scene-board {
  min-height: 0;
  aspect-ratio: auto;
  grid-template-rows: auto auto auto auto;
}

.oem-v3-scene-board .oem-v3-artifact-head {
  min-height: 52px;
  padding: 12px 18px;
}

.oem-v3-scene-stage {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #101719;
}

.oem-v3-scene-panel {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.oem-v3-scene-panel[hidden] {
  display: none;
}

.oem-v3-scene-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oem-v3-scene-summary {
  display: grid;
  gap: 4px;
  align-content: center;
  min-height: 70px;
  padding: 12px 18px;
  background: #182326;
}

.oem-v3-scene-summary strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.oem-v3-scene-summary span {
  color: #c4d0d3;
  font-size: 13px;
  line-height: 1.4;
}

.oem-v3-scene-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: rgba(8, 15, 17, 0.76);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.24);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 22px;
  line-height: 1;
  place-items: center;
}

.oem-v3-scene-board.is-enhanced .oem-v3-scene-arrow {
  display: grid;
}

.oem-v3-scene-arrow-prev {
  left: 16px;
}

.oem-v3-scene-arrow-next {
  right: 16px;
}

.oem-v3-scene-arrow:hover {
  background: rgba(8, 15, 17, 0.92);
}

.oem-v3-scene-arrow:focus-visible {
  outline: 3px solid var(--v3-gold);
  outline-offset: 3px;
}

.oem-v3-scene-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.oem-v3-scene-tabs button {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 60px;
  padding: 10px 12px;
  border: 0;
  background: #1e2a2e;
  color: #fff;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.oem-v3-scene-tabs button + button {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.oem-v3-scene-tabs button[aria-selected="true"] {
  background: #2a383c;
  box-shadow: inset 0 3px 0 var(--v3-gold);
}

.oem-v3-scene-tabs button:focus-visible {
  z-index: 1;
  outline: 2px solid #fff;
  outline-offset: -3px;
}

.oem-v3-scene-tabs strong {
  overflow-wrap: anywhere;
  font-size: 12px;
  line-height: 1.25;
}

.oem-v3-process-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  background: #263438;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18);
}

.oem-v3-process-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oem-v3-process-media-stack {
  display: grid;
  gap: 20px;
}

.oem-v3-process-media-stack figure {
  min-width: 0;
  margin: 0;
}

.oem-v3-process-photo-wide {
  aspect-ratio: 16 / 9;
}

.oem-v3-process-media-stack figcaption {
  margin-top: 9px;
  color: #aebdc0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.oem-v3-process-artifact.oem-v3-approval-board {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 500px;
  aspect-ratio: auto;
}

.oem-v3-release-list {
  display: grid;
  grid-template-rows: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.oem-v3-release-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 0;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.oem-v3-release-icon {
  width: 25px;
  height: 25px;
  color: var(--v3-gold);
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oem-v3-release-list strong {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.oem-v3-release-list p {
  margin: 4px 0 0;
  color: #aebdc0;
  font-size: 13px;
  line-height: 1.45;
}

.oem-v3-step-number {
  margin: 0 0 18px;
  color: var(--v3-gold);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.oem-v3-step-number::before {
  content: counter(oem-process-step, decimal-leading-zero) " / ";
}

.oem-v3-process-step h3 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1.06;
}

.oem-v3-process-step article > p:not(.oem-v3-step-number) {
  max-width: 580px;
  margin: 22px 0 0;
  color: #becacd;
  font-size: 17px;
  line-height: 1.68;
}

.oem-v3-handoff {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 30px 0 0;
}

.oem-v3-handoff div {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.oem-v3-handoff dt {
  margin-bottom: 7px;
  color: var(--v3-gold);
  font-size: 11px;
  font-weight: 1000;
  text-transform: uppercase;
}

.oem-v3-handoff dd {
  margin: 0;
  color: #c3ced1;
  font-size: 15px;
  line-height: 1.58;
}

.oem-v3-customization {
  background: var(--v3-mist);
}

.oem-v3-customization-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(48px, 6vw, 88px);
  align-items: center;
}

.oem-v3-custom-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.oem-v3-custom-media figure {
  min-width: 0;
  margin: 0;
}

.oem-v3-custom-media-wide {
  grid-column: 1 / -1;
}

.oem-v3-custom-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 6px;
  background: #d7dbdc;
  box-shadow: 0 4px 6px rgba(17, 23, 25, 0.08);
}

.oem-v3-custom-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oem-v3-custom-photo:not(.oem-v3-color-library) img {
  object-position: center 58%;
}

.oem-v3-color-library img {
  object-position: left center;
}

.oem-v3-color-beads {
  aspect-ratio: 16 / 9;
}

.oem-v3-color-beads img {
  object-position: center;
}

.oem-v3-custom-media figcaption {
  padding-top: 12px;
  color: #46545a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
}

.oem-v3-custom-content h2 {
  max-width: 620px;
  margin: 0;
  font-size: 48px;
  line-height: 1.03;
  text-wrap: balance;
}

.oem-v3-custom-intro {
  max-width: 620px;
  margin: 24px 0 0;
  color: #536167;
  font-size: 16px;
  line-height: 1.68;
}

.oem-v3-config-list {
  margin-top: 36px;
  border-top: 1px solid var(--v3-rule);
}

.oem-v3-config-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.44fr);
  gap: 24px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--v3-rule);
}

.oem-v3-config-list h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.oem-v3-config-list p {
  margin: 8px 0 0;
  color: #58666b;
  font-size: 14px;
  line-height: 1.58;
}

.oem-v3-config-list article > strong {
  color: var(--v3-teal);
  font-size: 11px;
  line-height: 1.45;
  text-align: right;
  text-transform: uppercase;
}

.oem-v3-products {
  background: #fff;
}

.oem-v3-products-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 6vw, 88px);
  align-items: start;
}

.oem-v3-product-intro {
  position: sticky;
  top: 32px;
}

.oem-v3-product-intro h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1.04;
  text-wrap: balance;
}

.oem-v3-product-intro > p:not(.oem-v3-kicker) {
  margin: 24px 0 0;
  color: #59676c;
  font-size: 16px;
  line-height: 1.68;
}

.oem-v3-product-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--v3-rule);
}

.oem-v3-product-route-grid article {
  display: grid;
  min-width: 0;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 28px 24px;
  border-bottom: 1px solid var(--v3-rule);
}

.oem-v3-product-route-grid article:nth-child(even) {
  border-left: 1px solid var(--v3-rule);
}

.oem-v3-product-route-grid img {
  width: 84px;
  height: 154px;
  object-fit: contain;
}

.oem-v3-product-route-grid span {
  color: var(--v3-orange);
  font-size: 11px;
  font-weight: 1000;
  line-height: 1.35;
  text-transform: uppercase;
}

.oem-v3-product-route-grid h3 {
  margin: 8px 0 6px;
  font-size: 24px;
}

.oem-v3-product-route-grid p {
  min-height: 3em;
  margin: 0;
  color: #5b686d;
  font-size: 14px;
  line-height: 1.5;
}

.oem-v3-product-route-grid a {
  display: inline-block;
  margin-top: 13px;
  color: var(--v3-teal);
  font-size: 13px;
  font-weight: 1000;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.oem-v3-quality {
  background: var(--v3-mist);
}

.oem-v3-test-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.oem-v3-test-grid figure {
  min-width: 0;
  margin: 0;
}

.oem-v3-test-media {
  aspect-ratio: 4 / 3;
}

.oem-v3-test-media {
  border: 1px solid #bec8ca;
}

.oem-v3-test-media img {
  object-position: center;
}

.oem-v3-test-media span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.oem-v3-test-media::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 68px;
  background: rgba(7, 15, 17, 0.48);
  content: "";
  pointer-events: none;
}

.oem-v3-test-media span {
  z-index: 2;
}

.oem-v3-test-grid figcaption {
  padding: 16px 0 22px;
  border-bottom: 1px solid var(--v3-rule);
  color: #536066;
  font-size: 14px;
  line-height: 1.55;
}

.oem-v3-document-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 50px;
  border-top: 2px solid var(--v3-ink);
  border-bottom: 1px solid var(--v3-rule);
}

.oem-v3-document-strip > div {
  display: grid;
  gap: 8px;
  padding: 24px;
}

.oem-v3-document-strip > div + div {
  border-left: 1px solid var(--v3-rule);
}

.oem-v3-document-strip span {
  color: var(--v3-orange);
  font-size: 11px;
  font-weight: 1000;
  text-transform: uppercase;
}

.oem-v3-document-strip strong {
  font-size: 16px;
}

.oem-v3-document-strip a {
  color: var(--v3-teal);
  font-size: 13px;
  font-weight: 1000;
}

.oem-v3-why {
  background: var(--v3-ink);
  color: #fff;
}

.oem-v3-why-heading {
  display: flex;
  gap: 40px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 48px;
}

.oem-v3-why-heading > div {
  max-width: 780px;
}

.oem-v3-why .oem-v3-kicker {
  margin-bottom: 20px;
  color: var(--v3-gold);
  font-size: 18px;
  line-height: 1.25;
}

.oem-v3-why h2 {
  margin: 0;
  color: #fff;
  font-size: 44px;
  line-height: 1.04;
  text-wrap: balance;
}

.oem-v3-why-heading .btn {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 44px;
  align-items: center;
  border-color: rgba(255, 255, 255, 0.82);
  color: #fff;
}

.oem-v3-why-heading .btn:hover,
.oem-v3-why-heading .btn:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--v3-ink);
}

.oem-v3-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.oem-v3-why-grid article {
  min-width: 0;
  padding: 34px 28px 38px;
}

.oem-v3-why-grid article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.oem-v3-why-icon {
  width: 44px;
  height: 44px;
  color: var(--v3-gold);
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oem-v3-why-grid h3 {
  margin: 24px 0 14px;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.oem-v3-why-grid p {
  margin: 0;
  color: #c3ced1;
  font-size: 16px;
  line-height: 1.62;
}

.oem-v3-faq {
  background: #fff;
}

.oem-v3-faq h2 {
  max-width: 780px;
  margin: 0;
  font-size: 44px;
  line-height: 1.04;
}

.oem-v3-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 50px;
  margin-top: 48px;
  border-top: 1px solid var(--v3-rule);
}

.oem-v3-faq details {
  border-bottom: 1px solid var(--v3-rule);
}

.oem-v3-faq summary {
  padding: 22px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 1000;
}

.oem-v3-faq details p {
  margin: 0;
  padding: 0 0 22px;
  color: #5b686d;
  font-size: 15px;
  line-height: 1.62;
}

.oem-v3-inquiry {
  padding: 92px 0 110px;
  background: var(--v3-teal);
  color: #fff;
}

.oem-v3-inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.58fr);
  gap: 72px;
  align-items: start;
}

.oem-v3-form {
  display: block;
  padding: 40px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: var(--v3-ink);
}

.oem-v3-form h2,
.oem-v3-inquiry aside h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.06;
}

.oem-v3-form > p:not(.oem-v3-kicker) {
  max-width: 660px;
  margin: 18px 0 0;
  color: #5d6a6f;
  font-size: 16px;
  line-height: 1.62;
}

.oem-v3 .oem-form-heading > p:last-child {
  max-width: 660px;
  margin: 18px 0 0;
  color: #5d6a6f;
  font-size: 16px;
  line-height: 1.62;
}

.oem-v3 .vesta-form-status {
  margin-top: 18px;
}

.oem-v3 .oem-v3-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.oem-v3 .oem-v3-form-grid label {
  display: grid;
  gap: 7px;
  color: #59666b;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.oem-v3 .oem-v3-form-grid input,
.oem-v3 .oem-v3-form-grid select,
.oem-v3 .oem-v3-form-grid textarea {
  width: 100%;
  border: 1px solid #bac6c9;
  border-radius: 3px;
  background: #fff;
  font: inherit;
  font-size: 16px;
}

.oem-v3 .oem-v3-form-grid input,
.oem-v3 .oem-v3-form-grid select {
  min-height: 46px;
}

.oem-v3 .oem-v3-form-grid textarea {
  min-height: 130px;
}

.oem-v3 .oem-v3-form-grid .oem-v3-wide {
  grid-column: 1 / -1;
}

.oem-v3 .inquiry-form .oem-v3-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 24px 0;
  color: #5c696e;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.oem-v3 .inquiry-form .oem-v3-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
}

.oem-v3 .oem-v3-form .oem-form-file-note {
  margin: 18px 0 0;
  padding-top: 15px;
  border-top: 1px solid var(--v3-rule);
  color: #5d6a6f;
  font-size: 13px;
  line-height: 1.55;
}

.oem-v3-inquiry aside {
  padding-top: 30px;
}

.oem-v3-inquiry aside .oem-v3-kicker {
  color: var(--v3-gold);
}

.oem-v3-inquiry aside h2 {
  color: #fff;
}

.oem-v3-inquiry aside ul {
  display: grid;
  gap: 0;
  margin: 34px 0 30px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  list-style: none;
}

.oem-v3-inquiry aside li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  color: #d1dcde;
  font-size: 15px;
  line-height: 1.45;
}

.oem-v3-inquiry aside .btn {
  border-color: #fff;
  color: #fff;
}

@media (max-width: 1100px) {
  .oem-v3-heading {
    gap: 42px;
  }

  .oem-v3-process-step {
    gap: 44px;
  }

  .oem-v3-customization-layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: 44px;
  }

  .oem-v3-products-layout {
    grid-template-columns: minmax(280px, 0.64fr) minmax(0, 1.36fr);
    gap: 44px;
  }

  .oem-v3-product-route-grid article {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
    padding: 24px 18px;
  }

  .oem-v3-product-route-grid img {
    width: 72px;
    height: 142px;
  }

  .oem-v3-scene-tabs button {
    padding-right: 8px;
    padding-left: 8px;
  }

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

  .oem-v3-why-grid article:nth-child(odd) {
    border-left: 0;
  }

  .oem-v3-why-grid article:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
  }
}

@media (max-width: 900px) {
  .oem-v3-section {
    padding: 72px 0;
  }

  .oem-v3-heading,
  .oem-v3-customization-layout,
  .oem-v3-process-step,
  .oem-v3-products-layout,
  .oem-v3-inquiry-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .oem-v3-heading {
    align-items: start;
    margin-bottom: 40px;
  }

  .oem-v3-custom-content,
  .oem-v3-product-intro {
    max-width: 720px;
  }

  .oem-v3-product-intro {
    position: static;
  }

  .oem-v3-heading h2,
  .oem-v3-faq h2,
  .oem-v3-why h2 {
    font-size: 40px;
  }

  .oem-v3-custom-content h2,
  .oem-v3-product-intro h2 {
    font-size: 42px;
  }

  .oem-v3-process-step {
    padding: 52px 0;
  }

  .oem-v3-process-artifact,
  .oem-v3-route-board {
    aspect-ratio: auto;
    min-height: 420px;
  }

  .oem-v3-scene-board {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .oem-v3-process-media-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .oem-v3-process-photo-wide {
    aspect-ratio: 4 / 3;
  }

  .oem-v3-inquiry-layout {
    gap: 48px;
  }
}

@media (max-width: 760px) {
  .oem-v3-section {
    padding: 64px 0;
  }

  .oem-v3-hero {
    min-height: 720px;
  }

  .oem-v3-hero::after {
    background: rgba(8, 15, 17, 0.5);
  }

  .oem-v3-hero-content h1 {
    font-size: 42px;
  }

  .oem-v3-hero-image {
    object-position: 72% center;
  }

  .oem-v3-hero-content {
    min-width: 0;
    padding-bottom: 210px;
  }

  .oem-v3-hero-scope {
    grid-template-columns: 1fr;
  }

  .oem-v3-hero-scope span {
    min-height: 48px;
  }

  .oem-v3-hero-scope span + span {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 0;
  }

  .oem-v3-process-artifact,
  .oem-v3-route-board {
    min-height: 360px;
  }

  .oem-v3-process-step h3 {
    font-size: 32px;
  }

  .oem-v3-handoff,
  .oem-v3-process-media-stack,
  .oem-v3-test-grid,
  .oem-v3-document-strip,
  .oem-v3-faq-grid,
  .oem-v3 .oem-v3-form-grid {
    grid-template-columns: 1fr;
  }

  .oem-v3-why-heading {
    display: grid;
    gap: 28px;
    align-items: start;
    margin-bottom: 38px;
  }

  .oem-v3-why .oem-v3-kicker {
    font-size: 16px;
  }

  .oem-v3-why-heading .btn {
    justify-self: start;
  }

  .oem-v3-why-grid {
    grid-template-columns: 1fr;
  }

  .oem-v3-why-grid article {
    padding: 28px 4px 30px;
  }

  .oem-v3-why-grid article + article,
  .oem-v3-why-grid article:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 0;
  }

  .oem-v3-why-grid h3 {
    margin-top: 20px;
  }

  .oem-v3-document-strip > div + div {
    border-top: 1px solid var(--v3-rule);
    border-left: 0;
  }

  .oem-v3-custom-content h2,
  .oem-v3-product-intro h2 {
    font-size: 38px;
  }

  .oem-v3-config-list article {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .oem-v3-config-list article > strong {
    text-align: left;
  }

  .oem-v3 .oem-v3-form-grid .oem-v3-wide {
    grid-column: auto;
  }

  .oem-v3-form {
    padding: 28px 22px;
  }
}

@media (max-width: 460px) {
  .oem-v3-scene-board .oem-v3-artifact-head {
    min-height: 48px;
    padding: 10px 16px;
  }

  .oem-v3-scene-summary {
    min-height: 72px;
    padding: 12px 16px;
  }

  .oem-v3-scene-arrow {
    width: 44px;
    height: 44px;
  }

  .oem-v3-scene-arrow-prev {
    left: 10px;
  }

  .oem-v3-scene-arrow-next {
    right: 10px;
  }

  .oem-v3-scene-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oem-v3-scene-tabs button {
    min-height: 56px;
    padding: 9px 12px;
  }

  .oem-v3-scene-tabs button:nth-child(3) {
    border-left: 0;
  }

  .oem-v3-scene-tabs button:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .oem-v3-custom-media {
    gap: 10px;
  }

  .oem-v3-custom-media figcaption {
    font-size: 12px;
  }

  .oem-v3-product-route-grid {
    grid-template-columns: 1fr;
  }

  .oem-v3-product-route-grid article:nth-child(even) {
    border-left: 0;
  }

  .oem-v3-brief-board dl {
    grid-template-columns: 1fr;
  }

  .oem-v3-brief-board dl div {
    min-height: 82px;
  }

  .oem-v3-brief-board dl div:nth-child(odd) {
    border-right: 0;
  }
}
