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

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

.site-header nav a[aria-current="page"],
.product-nav nav a[aria-current="page"] {
  color: var(--brand);
}

.oem-hero {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

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

.oem-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,18,20,.78) 0%, rgba(10,18,20,.62) 50%, rgba(10,18,20,.18) 100%),
    linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.34));
}

.oem-hero-copy {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 72px 0 110px;
}

.oem-hero-copy > span,
.eyebrow,
.section-kicker > span,
.oem-cta span {
  display: block;
  color: #58d3d0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.oem-hero-copy h1 {
  max-width: 900px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(42px, 4.2vw, 52px);
  line-height: .98;
  letter-spacing: -.025em;
}

.oem-hero-copy p {
  max-width: 790px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  line-height: 1.62;
}

.oem-hero-copy .oem-hero-brief {
  max-width: 720px;
  margin-top: 12px;
  color: rgba(255,255,255,.7);
  font-size: 15px;
}

.oem-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.oem-info-strip {
  position: relative;
  z-index: 3;
  width: min(1120px, calc(100% - 64px));
  margin: -72px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fff;
  box-shadow: 0 24px 70px rgba(16,31,35,.13);
}

.oem-info-strip article {
  min-height: 195px;
  padding: 30px;
  border-right: 1px solid var(--line);
}

.oem-info-strip article:last-child {
  border-right: 0;
}

.oem-info-strip span,
.process-list > article > span,
.practice-grid > article > span,
.capability-groups > article > span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.oem-info-strip strong {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.2;
}

.oem-info-strip p,
.oem-section p,
.process-section p,
.platform-grid p,
.validation-grid p,
.oem-cta p,
.project-input-section p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.oem-info-strip p {
  font-size: 14px;
}

.oem-section,
.process-section,
.modular-link-section,
.platform-section,
.project-input-section {
  padding: 96px max(32px, calc((100vw - 1200px) / 2));
}

.oem-section h2,
.process-section h2,
.modular-link-section h2,
.platform-section h2,
.project-input-section h2,
.oem-cta h2 {
  margin-top: 14px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -.02em;
}

.section-kicker {
  max-width: 880px;
  margin-bottom: 44px;
}

.section-kicker > p {
  max-width: 760px;
  margin: 18px 0 0;
}

.project-audiences {
  padding-top: 110px;
}

.project-audiences .section-kicker h2 {
  font-size: clamp(34px, 3.6vw, 42px);
}

.audience-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.audience-pair article {
  min-width: 0;
  padding: 42px 46px 46px 0;
}

.audience-pair article + article {
  padding-right: 0;
  padding-left: 46px;
  border-left: 1px solid var(--line);
}

.audience-pair small,
.model-grid small {
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.audience-pair h3 {
  max-width: 500px;
  margin: 14px 0 0;
  font-size: 28px;
  line-height: 1.12;
}

.audience-pair article > p {
  margin: 24px 0 0;
}

.audience-pair ul,
.capability-groups ul {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 24px;
  list-style: none;
}

.audience-pair li,
.capability-groups li {
  position: relative;
  padding-left: 17px;
  color: #344246;
  font-size: 14px;
  line-height: 1.5;
}

.audience-pair li::before,
.capability-groups li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--brand);
}

.china-note {
  max-width: 920px;
  margin: 30px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--brand);
  font-size: 14px !important;
}

.project-input-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
  background: var(--soft);
}

.project-input-image {
  min-width: 0;
}

.project-input-image img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.project-input-copy > p {
  margin: 24px 0 0;
}

.project-input-list {
  margin-top: 30px;
  border-top: 1px solid #cfd8da;
}

.project-input-list p {
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid #cfd8da;
  color: #243235;
  font-size: 15px;
  font-weight: 750;
}

.project-input-copy > strong {
  display: block;
  margin-top: 26px;
  color: var(--brand-dark);
  font-size: 17px;
}

.oem-intro {
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: 56px;
  align-items: start;
}

.oem-intro > div:first-child > p {
  margin-top: 22px;
}

.model-grid,
.validation-grid,
.platform-grid {
  display: grid;
  gap: 18px;
}

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

.model-grid article {
  min-width: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: #fff;
}

.model-grid h3,
.validation-grid h3,
.review-points h3 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.16;
}

.model-grid article > p {
  margin: 18px 0 0;
}

.best-when {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.best-when strong,
.best-when span {
  display: block;
}

.best-when strong {
  color: var(--brand-dark);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.best-when span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.odm-accordion-section {
  padding: 0 max(32px, calc((100vw - 1200px) / 2)) 96px;
  background: #fff;
}

.odm-accordion {
  height: 470px;
  display: flex;
  gap: 10px;
  overflow: hidden;
}

.odm-accordion-panel {
  position: relative;
  min-width: 0;
  flex: 0 1 9%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 2px;
  background: #dfe5e6;
  color: #fff;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: flex-basis 560ms cubic-bezier(.2,.75,.25,1), filter 240ms ease;
}

.odm-accordion-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(4,12,14,.78) 100%);
  pointer-events: none;
}

.odm-accordion-panel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88);
  transition: transform 700ms ease, filter 240ms ease;
}

.odm-accordion-panel span {
  position: absolute;
  z-index: 1;
  right: 50%;
  bottom: 26px;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(50%) rotate(-90deg);
  transform-origin: center;
  transition: right 360ms ease, transform 360ms ease, font-size 360ms ease;
}

.odm-accordion-panel.is-active {
  flex-basis: 64%;
}

.odm-accordion-panel.is-active img {
  filter: saturate(1);
  transform: scale(1.015);
}

.odm-accordion-panel.is-active span {
  right: auto;
  left: 28px;
  font-size: 17px;
  transform: none;
}

.odm-accordion-panel:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: -3px;
}

.why-anova,
.custom-section {
  background: var(--soft);
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #cfd8da;
}

.practice-grid article {
  min-height: 150px;
  padding: 28px 34px 28px 0;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-content: start;
  border-bottom: 1px solid #cfd8da;
}

.practice-grid article:nth-child(even) {
  padding-right: 0;
  padding-left: 34px;
  border-left: 1px solid #cfd8da;
}

.practice-grid p {
  margin: 0;
  color: #344246;
}

.process-section {
  display: grid;
  grid-template-columns: .58fr 1.42fr;
  gap: 64px;
  align-items: start;
  max-height: 1030px;
  overflow: hidden;
  box-sizing: border-box;
  color: #fff;
  background: #101719;
}

.process-section h2,
.process-section .eyebrow {
  color: #fff;
}

.process-section p {
  color: rgba(255,255,255,.68);
}

.process-copy {
  position: sticky;
  top: 98px;
}

.process-copy > p {
  margin-top: 22px;
}

.process-copy img {
  width: 100%;
  margin-top: 30px;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.process-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: transparent;
}

.process-list::before {
  content: "";
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 21px;
  width: 1px;
  background: linear-gradient(180deg, #58d3d0, rgba(88,211,208,.16));
}

.process-list article {
  position: relative;
  min-height: 94px;
  padding: 19px 0;
  display: grid;
  grid-template-columns: 44px minmax(170px, .72fr) minmax(260px, 1.28fr);
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: transparent;
}

.process-list article:first-child {
  border-top: 1px solid rgba(255,255,255,.12);
}

.process-list article > span {
  position: relative;
  z-index: 1;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(88,211,208,.55);
  border-radius: 50%;
  color: #58d3d0;
  background: #101719;
}

.process-list h3 {
  margin: 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.25;
}

.process-list article > p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.capability-groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cfd8da;
  border-bottom: 1px solid #cfd8da;
}

.capability-groups article {
  min-width: 0;
  padding: 32px 28px;
  border-right: 1px solid #cfd8da;
}

.capability-groups article:first-child {
  padding-left: 0;
}

.capability-groups article:last-child {
  padding-right: 0;
  border-right: 0;
}

.capability-groups h3 {
  margin: 18px 0 0;
  font-size: 21px;
  line-height: 1.2;
}

.capability-groups ul {
  grid-template-columns: 1fr;
  gap: 9px;
}

.modular-link-section {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 64px;
  align-items: center;
}

.modular-image {
  padding: 42px;
  background: var(--soft);
}

.modular-image img {
  width: 100%;
  display: block;
  aspect-ratio: 1.55;
  object-fit: contain;
  background: #fff;
}

.modular-copy > p {
  margin: 22px 0 0;
}

.modular-logic {
  margin: 28px 0 30px;
  border-top: 1px solid var(--line);
}

.modular-logic > span {
  padding: 14px 0;
  display: block;
  border-bottom: 1px solid var(--line);
  color: #344246;
  font-size: 15px;
  font-weight: 750;
}

.modular-logic strong {
  margin: 0 7px;
  color: var(--brand);
}

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

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

.validation-grid article,
.platform-grid a {
  min-width: 0;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.validation-grid img,
.platform-grid img {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: cover;
  background: var(--soft);
}

.validation-grid h3,
.validation-grid p,
.platform-grid strong,
.platform-grid p {
  margin-right: 20px;
  margin-left: 20px;
}

.validation-grid p,
.platform-grid p {
  margin-bottom: 24px;
}

.platform-grid strong {
  display: block;
  margin-top: 22px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.2;
}

.review-points {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.review-points article {
  padding: 28px 30px;
  border-right: 1px solid var(--line);
}

.review-points article:first-child {
  padding-left: 0;
}

.review-points article:last-child {
  padding-right: 0;
  border-right: 0;
}

.review-points h3 {
  margin-top: 0;
  font-size: 19px;
}

.review-points p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.secondary-audience-note {
  margin-top: 18px !important;
  font-size: 14px !important;
}

.oem-cta {
  padding: 76px max(32px, calc((100vw - 1200px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  color: #fff;
  background: var(--brand);
}

.oem-cta > div {
  max-width: 800px;
}

.oem-cta h2,
.oem-cta p,
.oem-cta span {
  color: #fff;
}

.oem-cta p {
  max-width: 760px;
  color: rgba(255,255,255,.86);
}

.oem-page > footer {
  min-height: 0;
  padding: 0;
  display: block;
  border-top: 4px solid var(--brand);
  background: #0f1719;
}

.oem-footer-inner {
  width: min(1200px, calc(100% - 64px));
  max-width: none !important;
  margin: 0 auto;
  padding: 64px 0 68px;
  display: grid;
  grid-template-columns: 1.25fr 1.45fr repeat(3, 1fr);
  align-items: start;
  gap: 48px;
  text-align: left !important;
}

.oem-footer-inner section,
.oem-footer-inner nav {
  min-width: 0;
  text-align: center;
}

.oem-footer h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1.18;
}

.oem-footer p,
.oem-footer address,
.oem-footer a {
  color: rgba(255,255,255,.86);
  font-size: 14px;
  line-height: 1.55;
}

.oem-footer p {
  margin: 20px auto 0;
}

.oem-footer address {
  margin: 0 0 18px;
  font-style: normal;
}

.oem-footer a {
  display: block;
  text-decoration: none;
}

.oem-footer nav a + a,
.oem-footer-company a + a {
  margin-top: 7px;
}

.oem-footer a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.oem-footer-brand img {
  width: 190px;
  max-width: 100%;
  height: auto;
}

.oem-footer-brand p {
  max-width: 210px;
}

.oem-footer-company address {
  max-width: 255px;
  margin-right: auto;
  margin-left: auto;
}

@media (hover: hover) {
  .model-grid article,
  .validation-grid article,
  .platform-grid a {
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .model-grid article:hover,
  .validation-grid article:hover,
  .platform-grid a:hover {
    transform: translateY(-3px);
    border-color: rgba(0,143,145,.35);
    box-shadow: 0 16px 34px rgba(16,31,35,.08);
  }
}

@media (max-width: 1100px) {
  .oem-info-strip article { min-height: 210px; padding: 26px; }
  .oem-intro { grid-template-columns: 1fr; }
  .model-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .validation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability-groups article:nth-child(2) { border-right: 0; }
  .capability-groups article:nth-child(n + 3) { border-top: 1px solid #cfd8da; }
  .capability-groups article:nth-child(3) { padding-left: 0; }
  .oem-footer-inner { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .oem-footer-brand,
  .oem-footer-company { grid-column: span 1; }
}

@media (max-width: 900px) {
  .oem-hero { min-height: 680px; }
  .oem-hero-copy { width: calc(100% - 40px); padding-bottom: 92px; }
  .oem-hero-copy h1 { font-size: 43px; }
  .oem-hero-copy p { font-size: 16px; }
  .oem-info-strip,
  .audience-pair,
  .model-grid,
  .practice-grid,
  .process-section,
  .process-list,
  .project-input-section,
  .modular-link-section,
  .platform-grid,
  .review-points {
    grid-template-columns: 1fr;
  }
  .oem-info-strip { width: calc(100% - 32px); margin-top: -42px; }
  .oem-info-strip article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .oem-info-strip article:last-child { border-bottom: 0; }
  .oem-section,
  .process-section,
  .project-input-section,
  .modular-link-section,
  .platform-section { padding: 72px 24px; }
  .odm-accordion-section { padding: 0 24px 72px; }
  .audience-pair article,
  .audience-pair article + article { padding: 32px 0; border-left: 0; }
  .audience-pair article + article { border-top: 1px solid var(--line); }
  .project-input-section { gap: 42px; }
  .project-input-copy { max-width: 720px; }
  .practice-grid article,
  .practice-grid article:nth-child(even) { padding: 24px 0; border-left: 0; }
  .process-section { max-height: none; overflow: visible; }
  .process-copy { position: static; }
  .process-copy img { max-width: 650px; }
  .process-list article {
    min-height: 0;
    grid-template-columns: 44px minmax(145px, .75fr) minmax(220px, 1.25fr);
    gap: 16px;
  }
  .modular-image { padding: 28px; }
  .review-points article,
  .review-points article:first-child,
  .review-points article:last-child { padding: 24px 0; border-right: 0; }
  .review-points article + article { border-top: 1px solid var(--line); }
  .oem-cta { align-items: flex-start; flex-direction: column; padding: 64px 24px; }
  .oem-footer-inner { width: min(100% - 48px, 720px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 32px; }
  .oem-footer-inner section,
  .oem-footer-inner nav { text-align: left; }
  .oem-footer-brand p,
  .oem-footer-company address { margin-left: 0; }
}

@media (max-width: 620px) {
  .oem-footer-inner { width: calc(100% - 40px); padding: 48px 0 52px; grid-template-columns: 1fr; gap: 38px; }
  .oem-hero { min-height: 740px; }
  .oem-hero-copy { width: calc(100% - 32px); padding: 58px 0 88px; }
  .oem-hero-copy h1 { font-size: 38px; line-height: 1.02; }
  .oem-actions { flex-direction: column; }
  .oem-actions a { width: 100%; text-align: center; justify-content: center; }
  .oem-section,
  .process-section,
  .project-input-section,
  .modular-link-section,
  .platform-section { padding: 62px 20px; }
  .odm-accordion-section { padding: 0 20px 62px; }
  .odm-accordion { height: 620px; flex-direction: column; }
  .odm-accordion-panel { width: 100%; flex: 0 1 10%; }
  .odm-accordion-panel.is-active { flex-basis: 60%; }
  .odm-accordion-panel span,
  .odm-accordion-panel.is-active span {
    right: auto;
    left: 20px;
    bottom: 17px;
    font-size: 13px;
    transform: none;
  }
  .oem-section h2,
  .process-section h2,
  .modular-link-section h2,
  .platform-section h2,
  .project-input-section h2,
  .oem-cta h2 { font-size: 34px; }
  .audience-pair ul { grid-template-columns: 1fr; }
  .audience-pair h3 { font-size: 25px; }
  .project-input-image img { aspect-ratio: 4 / 3; }
  .model-grid article { padding: 24px; }
  .practice-grid article { grid-template-columns: 34px 1fr; }
  .process-list::before { left: 20px; }
  .process-list article {
    min-height: 0;
    padding: 20px 0;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px 16px;
  }
  .process-list article > span { grid-row: 1 / span 3; width: 41px; height: 41px; }
  .process-list article > p { grid-column: 2; }
  .capability-groups { grid-template-columns: 1fr; }
  .capability-groups article,
  .capability-groups article:first-child,
  .capability-groups article:last-child,
  .capability-groups article:nth-child(3) { padding: 28px 0; border-right: 0; }
  .capability-groups article + article { border-top: 1px solid #cfd8da; }
  .validation-grid { grid-template-columns: 1fr; }
  .validation-grid img,
  .platform-grid img { height: 225px; }
  .oem-cta { padding: 56px 20px; }
  .oem-cta .primary-btn { width: 100%; justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .odm-accordion-panel,
  .odm-accordion-panel img,
  .odm-accordion-panel span {
    transition: none;
  }
}
