/* OEM & ODM editorial workbench — scoped page implementation */

.oem-page-2026 {
  --oem-paper: #eef2ef;
  --oem-ivory: #f8faf7;
  --oem-ink: #102532;
  --oem-action: #2d6b5e;
  --oem-amber: #8aaa57;
  --oem-muted: #5c6d73;
  --oem-rule: rgba(16, 37, 50, 0.2);
  --oem-edge: max(24px, calc((100vw - 1360px) / 2));
  background: var(--oem-paper);
  color: var(--oem-ink);
}

.oem-page-2026 main {
  overflow: clip;
  background: var(--oem-paper);
}

.oem-page-2026 [id] {
  scroll-margin-top: 96px;
}

.oem2-container {
  width: min(1360px, calc(100vw - 48px));
  margin-inline: auto;
}

.oem2-section-head {
  margin-bottom: clamp(54px, 7vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: clamp(48px, 9vw, 150px);
}

.oem2-section-head h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3.1rem, 5.4vw, 6.2rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.oem2-section-head p {
  max-width: 520px;
  margin: 0;
  color: var(--oem-muted);
  font-size: clamp(1rem, 1.15vw, 1.16rem);
}

.oem2-hero {
  min-height: min(850px, calc(100svh - 16px));
  padding-top: 76px;
  display: grid;
  grid-template-columns: minmax(500px, 44fr) minmax(0, 56fr);
  border-bottom: 1px solid var(--oem-rule);
  background: var(--oem-ivory);
}

.oem2-scope-fallback {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--oem-ink);
  list-style: none;
}

.oem2-scope-fallback li {
  padding: 22px 0;
  border-bottom: 1px solid var(--oem-rule);
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1.55fr);
  gap: 28px;
}

.oem2-scope-fallback strong {
  color: var(--oem-action);
}

.oem2-hero-copy {
  min-width: 0;
  padding: clamp(72px, 7vw, 110px) 48px 46px var(--oem-edge);
  display: flex;
  flex-direction: column;
  justify-content: center;
  container-type: inline-size;
}

.oem2-hero h1 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(2.8rem, 10.5cqw, 5.4rem);
  line-height: 0.88;
  letter-spacing: -0.065em;
}

.oem2-hero h1 span {
  display: block;
  white-space: nowrap;
}

.oem2-hero-copy > p {
  max-width: 660px;
  margin: 38px 0 0;
  color: var(--oem-muted);
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
}

.oem2-hero-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.oem2-hero-actions > a:not(.button) {
  min-height: 46px;
  border-bottom: 1px solid var(--oem-ink);
  display: inline-flex;
  align-items: center;
  font-weight: 800;
}

.oem2-hero-ledger {
  margin: auto 0 0;
  padding-top: 34px;
  border-top: 1px solid var(--oem-rule);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.oem2-hero-ledger > div {
  min-width: 0;
  padding-right: 16px;
}

.oem2-hero-ledger > div + div {
  padding-left: 20px;
  border-left: 1px solid var(--oem-rule);
}

.oem2-hero-ledger dt {
  color: var(--oem-action);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
}

.oem2-hero-ledger dd {
  margin: 10px 0 0;
  font-size: 0.9rem;
  font-weight: 800;
}

.oem2-hero-media {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  grid-template-rows: 1fr 1fr;
  border-left: 1px solid var(--oem-rule);
  background: #fff;
}

.oem2-hero-media figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.oem2-hero-media figure + figure {
  border-left: 1px solid var(--oem-rule);
}

.oem2-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 700ms var(--ease);
}

.oem2-hero-media figure:hover img {
  transform: scale(1.025);
}

.oem2-hero-product {
  grid-row: 1 / 3;
}

.oem2-hero-product img,
.oem2-hero-pack img {
  padding: clamp(24px, 3.3vw, 58px);
  object-fit: contain;
}

.oem2-hero-production {
  border-top: 1px solid var(--oem-rule);
}

.oem2-hero-media figcaption,
.oem2-evidence-grid figcaption {
  min-height: 44px;
  padding: 0 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(16, 37, 50, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.oem2-scope,
.oem2-responsibilities,
.oem2-timeline,
.oem2-evidence {
  padding: clamp(96px, 10vw, 162px) 0;
}

.oem2-scope {
  background: var(--oem-paper);
}

.oem2-scope-workspace {
  border-top: 1px solid var(--oem-ink);
  border-bottom: 1px solid var(--oem-ink);
}

.oem2-scope-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.oem2-scope-tabs button {
  min-width: 0;
  min-height: 78px;
  padding: 14px 20px;
  border: 0;
  border-bottom: 1px solid var(--oem-rule);
  background: transparent;
  color: var(--oem-ink);
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.oem2-scope-tabs button + button {
  border-left: 1px solid var(--oem-rule);
}

.oem2-scope-tabs button span {
  color: var(--oem-action);
  font-family: var(--mono);
  font-size: 0.67rem;
}

.oem2-scope-tabs button:hover,
.oem2-scope-tabs button.is-active {
  background: var(--oem-ink);
  color: #fff;
}

.oem2-scope-tabs button.is-active span {
  color: var(--oem-amber);
}

.oem2-scope-panel {
  min-height: 630px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  outline: 0;
}

.oem2-scope-panel figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid var(--oem-rule);
  background: #fff;
}

.oem2-scope-panel img {
  width: 100%;
  height: 100%;
  padding: clamp(40px, 6vw, 90px);
  object-fit: contain;
  transition: opacity 180ms ease, transform 420ms var(--ease);
}

.oem2-scope-panel.is-scene img {
  padding: 0;
  object-fit: cover;
}

.oem2-scope-panel.is-changing img {
  opacity: 0.25;
  transform: translateX(18px);
}

.oem2-scope-copy {
  padding: clamp(46px, 6vw, 86px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oem2-scope-copy > span {
  color: var(--oem-action);
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 700;
}

.oem2-scope-copy h3 {
  max-width: 570px;
  margin: 34px 0 24px;
  font-size: clamp(2.6rem, 3.5vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.oem2-scope-copy > p {
  max-width: 580px;
  margin: 0;
  color: var(--oem-muted);
  font-size: 1.05rem;
}

.oem2-scope-copy dl {
  margin: 44px 0 0;
  border-top: 1px solid var(--oem-ink);
}

.oem2-scope-copy dl > div {
  padding: 17px 0;
  border-bottom: 1px solid var(--oem-rule);
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
}

.oem2-scope-copy dt {
  color: var(--oem-action);
  font-size: 0.78rem;
  font-weight: 800;
}

.oem2-scope-copy dd {
  margin: 0;
}

.oem2-process {
  padding: clamp(88px, 7vw, 120px) 0;
  background: var(--oem-ink);
  color: #fff;
}

.oem2-process-intro {
  margin-bottom: clamp(48px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  align-items: end;
  gap: clamp(48px, 9vw, 150px);
}

.oem2-process-intro h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.3rem, 5.4vw, 6.2rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.oem2-process-intro p {
  max-width: 520px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 1.06rem;
}

.oem2-process-intro > a {
  width: fit-content;
  min-height: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  display: inline-flex;
  align-items: center;
  font-weight: 800;
}

.oem2-process-track {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.oem2-process-step {
  min-width: 0;
  min-height: 360px;
  padding: clamp(28px, 2.6vw, 42px);
  display: flex;
  flex-direction: column;
  opacity: 0.68;
  transition: background 240ms ease, opacity 240ms ease;
}

.oem2-process-step + .oem2-process-step {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.oem2-process-step:hover,
.oem2-process-step.is-current {
  background: rgba(255, 255, 255, 0.035);
  opacity: 1;
}

.oem2-process-marker {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.oem2-process-marker span {
  color: var(--oem-amber);
  font-family: var(--mono);
  font-size: 0.75rem;
}

.oem2-process-marker svg {
  width: 52px;
  height: 52px;
  color: var(--oem-amber);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.oem2-process-step h3 {
  margin: auto 0 0;
  font-size: clamp(1.55rem, 2vw, 2.3rem);
  line-height: 1.02;
}

.oem2-process-step > p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.oem2-responsibilities {
  background: var(--oem-ivory);
}

.oem2-ledger {
  border-top: 1px solid var(--oem-ink);
  border-bottom: 1px solid var(--oem-ink);
}

.oem2-ledger > div {
  min-height: 74px;
  border-bottom: 1px solid var(--oem-rule);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.oem2-ledger > div:last-child {
  border-bottom: 0;
}

.oem2-ledger span {
  padding: 22px clamp(22px, 3vw, 46px);
  display: flex;
  align-items: center;
}

.oem2-ledger span + span {
  border-left: 1px solid var(--oem-rule);
}

.oem2-ledger-head {
  min-height: 54px !important;
  color: var(--oem-action);
  font-size: 0.78rem;
  font-weight: 800;
}

.oem2-workbench {
  padding: clamp(96px, 10vw, 162px) 0;
  background: var(--oem-ink);
  color: #fff;
}

.oem2-section-head-light p {
  color: rgba(255, 255, 255, 0.65);
}

.oem2-configurator {
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
}

.oem2-config-image {
  min-width: 0;
  margin: 0;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  background: #fff;
}

.oem2-config-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  padding: clamp(28px, 5vw, 78px);
  display: block;
  object-fit: contain;
  transition: transform 500ms var(--ease);
}

.oem2-config-image:hover img {
  transform: scale(1.025);
}

.oem2-config-image figcaption {
  min-height: 48px;
  padding: 0 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(16, 37, 50, 0.92);
  display: flex;
  align-items: center;
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 700;
}

.oem2-config-controls {
  min-width: 0;
  padding: clamp(36px, 5vw, 72px);
  display: flex;
  flex-direction: column;
}

.oem2-config-controls fieldset {
  margin: 0;
  padding: 0 0 34px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.oem2-config-controls fieldset + fieldset {
  padding-top: 34px;
}

.oem2-config-controls legend {
  padding: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
}

.oem2-config-controls fieldset > div {
  margin-top: 16px;
  display: flex;
}

.oem2-config-controls button {
  min-width: 126px;
  min-height: 50px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.oem2-config-controls button + button {
  border-left: 0;
}

.oem2-config-controls button:hover,
.oem2-config-controls button.is-active {
  background: var(--oem-amber);
  color: var(--oem-ink);
}

.oem2-config-summary {
  margin-top: auto;
  padding-top: 42px;
}

.oem2-config-summary span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.76rem;
}

.oem2-config-summary strong {
  margin: 12px 0 22px;
  display: block;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.15;
}

.oem2-config-summary a {
  min-height: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  font-weight: 800;
}

.oem2-packaging {
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  background: #dfe8e3;
}

.oem2-packaging-media {
  min-width: 0;
  position: relative;
  overflow: hidden;
  border-right: 1px solid var(--oem-rule);
  background: #fff;
}

.oem2-packaging-media img {
  width: 100%;
  height: 100%;
  padding: clamp(32px, 5vw, 80px);
  object-fit: contain;
}

.oem2-packaging-media p {
  margin: 0;
  padding: 14px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--oem-ink);
  color: #fff;
  font-family: var(--mono);
  font-size: 0.68rem;
}

.oem2-packaging-copy {
  padding: clamp(62px, 8vw, 126px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oem2-packaging-copy h2 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(3rem, 4.8vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.oem2-packaging-copy > p {
  max-width: 650px;
  margin: 32px 0 0;
  color: var(--oem-muted);
}

.oem2-packaging-copy ol {
  margin: 48px 0 0;
  padding: 0;
  border-top: 1px solid var(--oem-ink);
  list-style: none;
}

.oem2-packaging-copy li {
  min-height: 76px;
  padding: 15px 0;
  border-bottom: 1px solid var(--oem-rule);
  display: grid;
  grid-template-columns: 46px 170px 1fr;
  align-items: center;
  gap: 18px;
}

.oem2-packaging-copy li span {
  color: var(--oem-action);
  font-family: var(--mono);
  font-size: 0.7rem;
}

.oem2-packaging-copy li small {
  color: var(--oem-muted);
}

.oem2-timeline {
  background: var(--oem-ivory);
}

.oem2-timeline-track {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--oem-ink);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
}

.oem2-timeline-track li {
  min-width: 0;
  min-height: 250px;
  padding: 24px 24px 34px 0;
  border-bottom: 1px solid var(--oem-ink);
  display: flex;
  flex-direction: column;
}

.oem2-timeline-track li + li {
  padding-left: 24px;
  border-left: 1px solid var(--oem-rule);
}

.oem2-timeline-track span {
  color: var(--oem-action);
  font-family: var(--mono);
  font-size: 0.72rem;
}

.oem2-timeline-track strong {
  margin-top: auto;
  font-size: 1.35rem;
}

.oem2-timeline-track p {
  margin: 12px 0 0;
  color: var(--oem-muted);
  font-size: 0.9rem;
}

.oem2-evidence {
  background: var(--oem-paper);
}

.oem2-evidence-grid {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  grid-template-rows: 1fr 1fr;
  border-top: 1px solid var(--oem-ink);
  border-bottom: 1px solid var(--oem-ink);
}

.oem2-evidence-grid figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.oem2-evidence-grid figure:not(.oem2-evidence-main) {
  border-left: 1px solid var(--oem-rule);
}

.oem2-evidence-grid figure:last-child {
  border-top: 1px solid var(--oem-rule);
}

.oem2-evidence-main {
  grid-row: 1 / 3;
}

.oem2-evidence-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oem2-evidence-grid figure:last-child img {
  padding: 22px;
  object-fit: contain;
}

.oem2-evidence-grid figcaption {
  justify-content: space-between;
}

.oem2-evidence-grid figcaption span {
  color: var(--oem-amber);
}

.oem2-enquiry {
  padding: clamp(96px, 10vw, 162px) var(--oem-edge);
  background: var(--oem-action);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(58px, 9vw, 142px);
}

.oem2-enquiry-intro h2 {
  max-width: 620px;
  margin: 0 0 28px;
  font-size: clamp(3.1rem, 5vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.oem2-enquiry-intro > p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.72);
}

.oem2-enquiry-intro > strong {
  margin-top: 34px;
  display: block;
  line-height: 1.8;
}

.oem2-live-summary {
  margin-top: 48px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.oem2-live-summary span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.76rem;
}

.oem2-live-summary p {
  margin: 10px 0 0;
  font-weight: 800;
}

.oem2-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}

.oem2-field {
  min-width: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.oem2-field-wide {
  grid-column: 1 / -1;
}

.oem2-field label {
  margin-bottom: 8px;
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.79rem;
  font-weight: 800;
}

.oem2-field input,
.oem2-field select,
.oem2-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 7px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  outline: 0;
}

.oem2-field select option {
  color: var(--oem-ink);
}

.oem2-field textarea {
  min-height: 118px;
  resize: vertical;
}

.oem2-field input::placeholder,
.oem2-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.oem2-field:focus-within {
  border-bottom-color: #fff;
}

.oem2-form-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.oem2-form-actions .button {
  background: #fff;
  color: var(--oem-action);
}

.oem2-form-actions .button::after {
  background: var(--oem-ink);
  color: #fff;
}

#oem-form-status {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
}

.oem-page-2026 :focus-visible {
  outline: 3px solid var(--oem-amber);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .oem-page-2026 .menu-toggle {
    display: grid;
    place-items: center;
  }

  .oem-page-2026 .nav-links {
    position: fixed;
    inset: 76px 0 auto;
    padding: 24px;
    border-bottom: 1px solid var(--oem-ink);
    background: #fff;
    display: none;
    flex-direction: column;
    align-items: stretch;
  }

  .oem-page-2026.menu-open .nav-links {
    display: flex;
  }

  .oem-page-2026 .nav-links > a:not(.button) {
    min-height: 48px;
    display: flex;
    align-items: center;
  }

  .oem-page-2026 .nav-links .button {
    width: 100%;
  }

  .oem2-hero {
    grid-template-columns: minmax(430px, 48fr) minmax(0, 52fr);
  }

  .oem2-hero-copy {
    padding-left: 34px;
  }

  .oem2-hero h1 {
    font-size: clamp(2.8rem, 10.5cqw, 5.2rem);
  }

  .oem2-hero-media {
    grid-template-columns: 1fr;
    grid-template-rows: 1.25fr 0.75fr;
  }

  .oem2-hero-product {
    grid-row: auto;
  }

  .oem2-hero-pack {
    display: none;
  }

  .oem2-hero-production {
    border-top: 1px solid var(--oem-rule);
    border-left: 0 !important;
  }

  .oem2-scope-panel {
    min-height: 560px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  }

  .oem2-process-step {
    min-height: 360px;
    padding: 28px 20px;
  }

  .oem2-process-marker svg {
    width: 44px;
    height: 44px;
  }

  .oem2-configurator {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
  }

  .oem2-packaging {
    min-height: 720px;
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.95fr);
  }
}

@media (max-width: 820px) {
  .oem2-container {
    width: min(100% - 40px, 720px);
  }

  .oem2-section-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .oem2-section-head h2 {
    max-width: 720px;
    font-size: clamp(3rem, 9vw, 5rem);
  }

  .oem2-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .oem2-hero-copy {
    min-height: 680px;
    padding: 130px 32px 42px;
  }

  .oem2-hero h1 {
    font-size: clamp(4rem, 11vw, 6rem);
  }

  .oem2-hero h1 span {
    white-space: normal;
  }

  .oem2-hero-media {
    min-height: 620px;
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-rows: 1fr;
    border-top: 1px solid var(--oem-rule);
    border-left: 0;
  }

  .oem2-hero-production {
    border-top: 0;
    border-left: 1px solid var(--oem-rule) !important;
  }

  .oem2-scope-tabs {
    overflow-x: auto;
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    scrollbar-width: none;
  }

  .oem2-scope-tabs::-webkit-scrollbar {
    display: none;
  }

  .oem2-scope-panel {
    grid-template-columns: 1fr;
  }

  .oem2-scope-panel figure {
    aspect-ratio: 16 / 10;
    border-right: 0;
    border-bottom: 1px solid var(--oem-rule);
  }

  .oem2-scope-panel img {
    padding: 42px;
  }

  .oem2-process {
    padding: clamp(88px, 12vw, 120px) 0;
  }

  .oem2-process-intro {
    margin-bottom: 48px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .oem2-process-track {
    border-right: 0;
    border-left: 0;
    grid-template-columns: 1fr;
  }

  .oem2-process-step {
    min-height: auto;
    padding: 34px 0;
    display: grid;
    grid-template-columns: 76px minmax(190px, 0.7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: 26px;
    opacity: 1;
  }

  .oem2-process-step + .oem2-process-step {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .oem2-process-marker {
    flex-direction: column;
    gap: 20px;
  }

  .oem2-process-marker svg {
    width: 42px;
    height: 42px;
  }

  .oem2-process-step h3,
  .oem2-process-step > p {
    margin: 0;
  }

  .oem2-ledger span {
    padding: 20px;
  }

  .oem2-configurator,
  .oem2-packaging {
    grid-template-columns: 1fr;
  }

  .oem2-config-image,
  .oem2-packaging-media {
    border-right: 0;
    border-bottom: 1px solid var(--oem-rule);
  }

  .oem2-config-image img {
    max-height: none;
  }

  .oem2-packaging-media {
    min-height: 620px;
  }

  .oem2-timeline-track {
    overflow-x: auto;
    grid-template-columns: repeat(5, minmax(220px, 1fr));
  }

  .oem2-evidence-grid {
    min-height: 1040px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.35fr 0.65fr;
  }

  .oem2-evidence-main {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .oem2-evidence-grid figure:not(.oem2-evidence-main) {
    border-top: 1px solid var(--oem-rule);
    border-left: 0;
  }

  .oem2-evidence-grid figure:last-child {
    border-left: 1px solid var(--oem-rule);
  }

  .oem2-enquiry {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 561px) and (max-width: 820px) {
  .oem2-hero h1 {
    font-size: clamp(3.4rem, 8.2vw, 4rem);
    line-height: 0.9;
  }

  .oem2-hero h1 span {
    white-space: nowrap;
  }
}

@media (max-width: 560px) {
  .oem-page-2026 {
    --oem-edge: 20px;
  }

  .oem2-scope-fallback li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .oem2-container {
    width: calc(100% - 40px);
  }

  .oem2-section-head {
    margin-bottom: 44px;
  }

  .oem2-section-head h2 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .oem2-hero-copy {
    min-height: 660px;
    padding: 116px 20px 30px;
  }

  .oem2-hero h1 {
    font-size: clamp(3.7rem, 16vw, 5rem);
  }

  .oem2-hero-copy > p {
    margin-top: 28px;
    font-size: 1rem;
  }

  .oem2-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .oem2-hero-actions .button {
    width: 100%;
  }

  .oem2-hero-ledger {
    padding-top: 24px;
  }

  .oem2-hero-ledger dd {
    font-size: 0.72rem;
  }

  .oem2-hero-media {
    min-height: 520px;
    grid-template-columns: 1fr;
  }

  .oem2-hero-production {
    display: none;
  }

  .oem2-scope,
  .oem2-responsibilities,
  .oem2-timeline,
  .oem2-evidence,
  .oem2-workbench {
    padding: 84px 0;
  }

  .oem2-scope-tabs button {
    min-height: 66px;
  }

  .oem2-scope-panel figure {
    aspect-ratio: 1;
  }

  .oem2-scope-panel img {
    padding: 28px;
  }

  .oem2-scope-copy {
    padding: 38px 20px;
  }

  .oem2-scope-copy h3 {
    margin-top: 24px;
    font-size: 2.55rem;
  }

  .oem2-scope-copy dl > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .oem2-process-intro h2 {
    font-size: 3.15rem;
  }

  .oem2-process-step {
    padding: 40px 0;
    grid-template-columns: 58px 1fr;
    gap: 18px;
  }

  .oem2-process-step h3 {
    margin: 0;
    font-size: 2rem;
  }

  .oem2-process-step > p {
    grid-column: 2;
    margin-top: -4px;
  }

  .oem2-ledger > div {
    grid-template-columns: 1fr;
  }

  .oem2-ledger span + span {
    border-top: 1px solid var(--oem-rule);
    border-left: 0;
  }

  .oem2-ledger-head {
    display: none !important;
  }

  .oem2-ledger span::before {
    margin-right: 12px;
    color: var(--oem-action);
    font-size: 0.68rem;
    font-weight: 800;
  }

  .oem2-ledger span:first-child::before {
    content: "BUYER";
  }

  .oem2-ledger span:last-child::before {
    content: "YMG";
  }

  .oem2-config-controls {
    padding: 36px 20px;
  }

  .oem2-config-controls fieldset > div,
  .oem2-config-controls button {
    width: 100%;
  }

  .oem2-config-controls button {
    min-width: 0;
  }

  .oem2-packaging-media {
    min-height: 440px;
  }

  .oem2-packaging-copy {
    padding: 70px 20px;
  }

  .oem2-packaging-copy h2 {
    font-size: 3.1rem;
  }

  .oem2-packaging-copy li {
    grid-template-columns: 36px 1fr;
  }

  .oem2-packaging-copy li small {
    grid-column: 2;
  }

  .oem2-evidence-grid {
    min-height: 1080px;
    grid-template-columns: 1fr;
    grid-template-rows: 1.1fr 0.9fr 0.9fr;
  }

  .oem2-evidence-main {
    grid-column: auto;
  }

  .oem2-evidence-grid figure:last-child {
    border-left: 0;
  }

  .oem2-enquiry {
    padding: 84px 20px;
    gap: 52px;
  }

  .oem2-enquiry-intro h2 {
    font-size: 3.2rem;
  }

  .oem2-form-grid {
    grid-template-columns: 1fr;
  }

  .oem2-field-wide {
    grid-column: auto;
  }

  .oem2-form-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .oem2-form-actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oem-page-2026 *,
  .oem-page-2026 *::before,
  .oem-page-2026 *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .oem2-process-step {
    opacity: 1;
  }
}
