.oem-page { color: #252525; background: #fff; }
.oem-page main { overflow: hidden; }
.oem-page main * { letter-spacing: 0; }
.oem-hero { position: relative; min-height: 640px; display: flex; align-items: center; overflow: hidden; background: #eef5f2; }
.oem-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.oem-hero-layout { position: relative; z-index: 1; }
.oem-hero-copy { width: 48%; padding: 84px 0; }
.oem-hero-copy .eyebrow { color: #497364; }
.oem-hero-copy h1 { margin: 0; color: #202927; font-size: 54px; font-weight: 500; line-height: 1.28; }
.oem-hero-copy > p:not(.eyebrow) { max-width: 480px; margin: 26px 0 34px; color: #3f4d48; font-size: 15px; line-height: 2; text-shadow: 0 1px 10px rgba(255,255,255,.95); }
.oem-hero-actions { display: flex; align-items: center; gap: 28px; }
.oem-hero-actions .button-dark { background: #171918; border-color: #171918; }
.oem-facts { background: #edf4f0; border-top: 1px solid #d5e1db; border-bottom: 1px solid #d5e1db; }
.oem-facts-grid { min-height: 132px; display: grid; grid-template-columns: repeat(4, 1fr); }
.oem-facts-grid > div { padding: 28px 34px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #d5e1db; }
.oem-facts-grid > div:first-child { border-left: 1px solid #d5e1db; }
.oem-facts strong { color: #176b49; font-size: 32px; font-weight: 400; line-height: 1; }
.oem-facts strong sup, .oem-facts strong small { font-size: 13px; font-weight: 400; }
.oem-facts span { margin-top: 12px; color: #53645d; font-size: 11px; }
.oem-intro, .oem-factory, .oem-process { padding: 105px 0; }
.oem-intro { background: #fff; }
.oem-section-heading { margin-bottom: 52px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: end; }
.oem-section-heading h2, .oem-factory-copy h2, .oem-process-heading h2 { margin: 0; color: #222a27; font-size: 40px; font-weight: 500; line-height: 1.45; }
.oem-section-heading > p { max-width: 470px; margin: 0 0 5px; color: #65716d; font-size: 14px; line-height: 2; }
.oem-value-grid { display: grid; grid-template-columns: 1.15fr .85fr; border-top: 1px solid #d9e2dd; border-left: 1px solid #d9e2dd; }
.oem-value-card { min-height: 245px; padding: 38px 42px; border-right: 1px solid #d9e2dd; border-bottom: 1px solid #d9e2dd; background: #fff; }
.oem-value-card > span, .oem-card-copy > span { color: #497364; font-size: 9px; }
.oem-value-card h3 { margin: 42px 0 12px; color: #242b29; font-size: 24px; font-weight: 500; }
.oem-value-card p { max-width: 430px; margin: 0; color: #64706c; font-size: 13px; line-height: 1.9; }
.oem-value-featured { min-height: 490px; padding: 0; grid-row: span 2; display: grid; grid-template-rows: 1fr auto; }
.oem-card-image { min-height: 290px; overflow: hidden; background: #eef3f1; }
.oem-card-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.oem-card-copy { padding: 32px 42px 36px; }
.oem-card-copy h3 { margin-top: 13px; }
.oem-value-orange { background: #eaf2ee; }
.oem-value-orange > span { color: #497364; }
.oem-value-orange h3 { color: #242b29; }
.oem-value-orange p { color: #64706c; }
.oem-categories { padding: 105px 0; color: #252525; background: #f4f7f6; }
.oem-heading-light h2 { color: #222a27; }
.oem-heading-light .eyebrow { color: #497364; }
.oem-heading-light > p { color: #65716d; }
.oem-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #ccd9d2; border-left: 1px solid #ccd9d2; }
.oem-category-grid > div { position: relative; min-height: 170px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid #ccd9d2; border-bottom: 1px solid #ccd9d2; background: rgba(255,255,255,.55); transition: background .2s ease; }
.oem-category-grid > div:hover { background: #e4efe9; }
.oem-category-grid b { position: absolute; top: 20px; right: 22px; color: #8da098; font-size: 10px; font-weight: 400; }
.oem-category-grid span { color: #26302c; font-size: 21px; font-weight: 500; }
.oem-category-grid small { margin-top: 7px; color: #71827a; font-size: 8px; }
.oem-factory { background: #fff; }
.oem-factory-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; }
.oem-factory-media { position: relative; min-height: 520px; overflow: hidden; background: #edf2f0; }
.oem-factory-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.oem-factory-media span { position: absolute; right: 20px; bottom: 18px; padding: 7px 10px; color: #fff; background: rgba(23,25,24,.72); font-size: 8px; }
.oem-factory-copy { padding: 50px 10px 45px 70px; align-self: center; }
.oem-factory-copy > p:not(.eyebrow) { margin: 26px 0 32px; color: #64706c; font-size: 14px; line-height: 2; }
.oem-factory-copy ul { margin: 0; padding: 0; list-style: none; }
.oem-factory-copy li { padding: 14px 0; border-top: 1px solid #d9e2dd; color: #52615b; font-size: 13px; }
.oem-factory-copy li:last-child { border-bottom: 1px solid #d9e2dd; }
.oem-factory-copy li span { margin-right: 25px; color: #497364; font-size: 9px; }
.oem-models { padding: 105px 0; background: #edf4f0; }
.oem-model-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #cbd9d2; border-left: 1px solid #cbd9d2; }
.oem-model-grid article { padding: 42px; border-right: 1px solid #cbd9d2; border-bottom: 1px solid #cbd9d2; background: rgba(255,255,255,.7); }
.oem-model-grid article > span { color: #176b49; font-size: 34px; font-weight: 400; }
.oem-model-grid h3 { margin: 45px 0 13px; color: #252c29; font-size: 23px; font-weight: 500; }
.oem-model-grid p { max-width: 470px; color: #63706b; font-size: 13px; line-height: 1.9; }
.oem-model-grid a { margin-top: 24px; display: inline-flex; align-items: center; gap: 14px; color: #176b49; font-size: 12px; }
.oem-model-grid a b { font-size: 15px; font-weight: 400; }
.oem-process { background: #fff; }
.oem-process-heading { margin-bottom: 48px; text-align: center; }
.oem-process-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); list-style: none; border-top: 1px solid #cbd9d2; border-left: 1px solid #cbd9d2; }
.oem-process-list li { position: relative; min-height: 185px; padding: 22px; border-right: 1px solid #cbd9d2; border-bottom: 1px solid #cbd9d2; }
.oem-process-list b { color: #497364; font-size: 10px; font-weight: 400; }
.oem-process-list strong { margin-top: 55px; display: block; color: #27302d; font-size: 16px; font-weight: 500; }
.oem-process-list span { margin-top: 8px; display: block; color: #718078; font-size: 11px; line-height: 1.65; }
.oem-contact { padding: 100px 0; color: #252525; background: #edf3f1; border-top: 1px solid #d3dfd9; }
.oem-contact-inner { text-align: center; }
.oem-contact-inner > p { margin: 0; color: #497364; font-size: 9px; }
.oem-contact h2 { margin: 17px 0 21px; font-size: 44px; font-weight: 500; line-height: 1.35; }
.oem-contact-inner > span { color: #65716d; }
.oem-contact-actions { margin-top: 34px; display: flex; justify-content: center; align-items: center; gap: 32px; }
.oem-contact .button-light { color: #fff; border-color: #171918; background: #171918; }
.oem-mail-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid #83928b; font-size: 12px; }
.oem-mail-link b { font-size: 15px; font-weight: 400; }
@media (max-width: 1000px) {
  .oem-hero { min-height: 590px; }
  .oem-hero-copy h1 { font-size: 46px; }
  .oem-section-heading { gap: 40px; }
  .oem-factory-copy { padding-left: 45px; }
  .oem-process-list { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .oem-hero { min-height: 680px; align-items: flex-start; }
  .oem-hero-image { height: 52%; top: auto; object-position: 68% center; }
  .oem-hero-copy { width: 100%; padding: 65px 0 330px; }
  .oem-facts-grid { grid-template-columns: repeat(2, 1fr); }
  .oem-section-heading { grid-template-columns: 1fr; gap: 20px; }
  .oem-value-grid { grid-template-columns: 1fr; }
  .oem-value-featured { min-height: 540px; grid-row: auto; }
  .oem-category-grid { grid-template-columns: repeat(2, 1fr); }
  .oem-factory-layout { grid-template-columns: 1fr; }
  .oem-factory-media { min-height: 430px; }
  .oem-factory-copy { padding: 50px 0 0; }
}
@media (max-width: 560px) {
  .oem-hero { min-height: 650px; }
  .oem-hero-layout { width: calc(100% - 40px); }
  .oem-hero-copy { padding: 48px 0 300px; }
  .oem-hero-copy h1 { font-size: 38px; }
  .oem-hero-copy > p:not(.eyebrow) { font-size: 13px; }
  .oem-hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .oem-facts-grid > div { padding: 23px 17px; }
  .oem-facts strong { font-size: 27px; }
  .oem-intro, .oem-factory, .oem-process, .oem-categories, .oem-models { padding: 70px 0; }
  .oem-section-heading h2, .oem-factory-copy h2, .oem-process-heading h2 { font-size: 31px; }
  .oem-value-card { min-height: 225px; padding: 30px 24px; }
  .oem-value-card h3 { margin-top: 38px; }
  .oem-value-featured { min-height: 470px; padding: 0; }
  .oem-card-copy { padding: 27px 24px 31px; }
  .oem-card-copy h3 { margin-top: 12px; }
  .oem-category-grid > div { min-height: 140px; padding: 18px; }
  .oem-category-grid span { font-size: 18px; }
  .oem-factory-media { min-height: 310px; }
  .oem-model-grid { grid-template-columns: 1fr; }
  .oem-model-grid article { padding: 31px 25px; }
  .oem-model-grid h3 { margin-top: 35px; }
  .oem-process-list { grid-template-columns: repeat(2, 1fr); }
  .oem-process-list li { min-height: 165px; padding: 18px; }
  .oem-process-list strong { margin-top: 42px; }
  .oem-contact { padding: 72px 0; }
  .oem-contact h2 { font-size: 33px; }
  .oem-contact-actions { align-items: center; flex-direction: column; gap: 20px; }
}
