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

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

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

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

.oem-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,18,20,.74) 0%, rgba(10,18,20,.58) 46%, 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;
}

.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: 760px;
  margin: 18px 0 0;
  color: white;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0;
}

.oem-hero-copy p {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 18px;
  line-height: 1.68;
}

.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: white;
  box-shadow: 0 24px 70px rgba(16,31,35,.13);
}

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

.oem-info-strip span,
.process-list 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;
}

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

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

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

.oem-section h2,
.process-section h2,
.modular-link-section h2,
.platform-section h2,
.oem-cta h2 {
  margin-top: 14px;
  font-size: 42px;
  line-height: 1.06;
}

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

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

.model-grid article,
.why-grid article,
.audience-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  background: white;
}

.model-grid small {
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

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

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

.section-kicker {
  max-width: 800px;
  margin-bottom: 34px;
}

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

.process-section {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 56px;
  color: white;
  background: #101719;
}

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

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

.process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255,255,255,.12);
}

.process-list article {
  min-height: 172px;
  padding: 24px;
  background: #142225;
}

.process-list h3 {
  margin: 12px 0 0;
  color: white;
  font-size: 21px;
}

.capability-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.capability-cloud span {
  padding: 13px 18px;
  border: 1px solid rgba(0,143,145,.28);
  color: #123235;
  background: white;
  font-weight: 750;
}

.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: white;
}

.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 {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
}

.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-left: 20px;
  margin-right: 20px;
}

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

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

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

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

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

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

@media (max-width: 1100px) {
  .oem-hero-copy h1 { font-size: 46px; }
  .why-grid,
  .validation-grid,
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .oem-hero { min-height: 600px; }
  .oem-hero-copy { width: calc(100% - 40px); }
  .oem-hero-copy h1 { font-size: 38px; }
  .oem-hero-copy p { font-size: 15px; }
  .oem-info-strip,
  .model-grid,
  .why-grid,
  .process-section,
  .process-list,
  .modular-link-section,
  .validation-grid,
  .platform-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }
  .oem-info-strip { width: calc(100% - 32px); margin-top: -42px; }
  .oem-info-strip article { border-right: 0; border-bottom: 1px solid var(--line); }
  .oem-section,
  .process-section,
  .modular-link-section,
  .platform-section { padding: 64px 22px; }
  .oem-section h2,
  .process-section h2,
  .modular-link-section h2,
  .platform-section h2,
  .oem-cta h2 { font-size: 34px; }
  .oem-cta { flex-direction: column; align-items: flex-start; padding: 56px 22px; }
}
