html,
body {
  margin: 0;
  padding: 0;
}

body.home,
body.home .site-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.home {
  overflow-x: hidden;
}

html:has(.mpp-home),
body:has(.mpp-home) {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.home .site-content > .ast-container,
body.home .site-content .ast-container {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
}

body.home #primary,
body.home .site-main,
body.home article.page,
body.home .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.home .entry-header {
  display: none;
}

.mpp-home {
  --mpp-ink: #17191b;
  --mpp-charcoal: #25292c;
  --mpp-muted: #626970;
  --mpp-line: #dfe2e3;
  --mpp-canvas: #f4f4f1;
  --mpp-paper: #ffffff;
  --mpp-accent: #b85124;
  --mpp-accent-dark: #8f3d1b;
  --mpp-steel: #626c72;
  --mpp-max-width: 1240px;
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--mpp-ink);
  background: var(--mpp-paper);
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.mpp-home,
.mpp-home * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.mpp-home a {
  color: inherit;
  text-decoration: none;
}

.mpp-home img {
  display: block;
  max-width: 100%;
}

.mpp-home h1,
.mpp-home h2,
.mpp-home h3,
.mpp-home p,
.mpp-home figure {
  margin-top: 0;
}

.mpp-home button,
.mpp-home input {
  font: inherit;
}

.mpp-home a:focus-visible,
.mpp-home button:focus-visible,
.mpp-home input:focus-visible {
  outline: 3px solid #d8a487;
  outline-offset: 3px;
}

.mpp-hero {
  color: #ffffff;
  background: var(--mpp-charcoal);
}

.mpp-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  width: min(var(--mpp-max-width), calc(100% - 48px));
  min-height: 510px;
  margin: 0 auto;
  align-items: center;
  gap: 44px;
}

.mpp-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 52px 0 48px;
}

.mpp-section-label {
  margin-bottom: 11px;
  color: var(--mpp-accent-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mpp-hero .mpp-section-label {
  color: #b9c0c4;
}

.mpp-home h1 {
  max-width: 660px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 54px;
  font-weight: 780;
  line-height: 1.04;
}

.mpp-home h2 {
  margin-bottom: 0;
  color: var(--mpp-ink);
  font-size: 30px;
  font-weight: 750;
  line-height: 1.18;
}

.mpp-home h3 {
  margin-bottom: 8px;
  color: var(--mpp-ink);
  font-size: 18px;
  line-height: 1.28;
}

.mpp-hero-text {
  max-width: 590px;
  margin-bottom: 28px;
  color: #cdd1d3;
  font-size: 18px;
}

.mpp-hero-search {
  max-width: 650px;
}

.mpp-hero-search label {
  display: block;
  margin-bottom: 8px;
  color: #f3f4f4;
  font-size: 13px;
  font-weight: 700;
}

.mpp-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 142px;
  min-height: 56px;
  padding: 5px;
  background: #ffffff;
  border-radius: 5px;
}

.mpp-search-row input[type="search"] {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 14px;
  color: var(--mpp-ink);
  background: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}

.mpp-search-row input[type="search"]:focus {
  box-shadow: inset 0 0 0 2px rgba(98, 108, 114, 0.42);
}

.mpp-search-row button,
.mpp-support-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--mpp-accent);
  border: 1px solid var(--mpp-accent);
  border-radius: 4px;
  box-shadow: none;
  font-weight: 750;
  cursor: pointer;
  transition: background-color 150ms ease, border-color 150ms ease;
}

.mpp-search-row button {
  min-height: 46px;
  padding: 0 18px;
  font-size: 14px;
}

.mpp-search-row button:hover {
  color: #ffffff;
  background: var(--mpp-accent-dark);
  border-color: var(--mpp-accent-dark);
}

.mpp-search-example {
  margin: 8px 0 0;
  color: #aeb5b9;
  font-size: 12px;
}

.mpp-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 24px;
  color: #d8dcde;
  font-size: 13px;
}

.mpp-hero-facts span + span {
  padding-left: 24px;
  border-left: 1px solid #555b5f;
}

.mpp-hero-facts strong {
  color: #ffffff;
}

.mpp-hero-products {
  position: relative;
  min-height: 430px;
}

.mpp-hero-product {
  position: absolute;
  overflow: hidden;
  margin: 0;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.mpp-hero-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mpp-hero-product figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 9px 12px;
  color: #e8eaeb;
  background: rgba(31, 34, 36, 0.92);
  font-size: 12px;
  font-weight: 700;
}

.mpp-hero-product-main {
  top: 20px;
  right: 0;
  width: 76%;
  height: 318px;
}

.mpp-hero-product-main figcaption {
  display: none;
}

.mpp-hero-product-belt {
  bottom: 8px;
  left: 0;
  width: 44%;
  height: 180px;
}

.mpp-hero-product-cable {
  right: 5%;
  bottom: 0;
  width: 42%;
  height: 190px;
}

.mpp-fitment-bar,
.mpp-content-section,
.mpp-service-band,
.mpp-support-band {
  width: min(var(--mpp-max-width), calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.mpp-fitment-bar {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 20px;
  background: var(--mpp-canvas);
  border-left: 4px solid var(--mpp-accent);
}

.mpp-fitment-bar div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
}

.mpp-fitment-bar strong {
  font-size: 14px;
}

.mpp-fitment-bar span {
  color: var(--mpp-muted);
  font-size: 14px;
}

.mpp-fitment-bar a,
.mpp-text-link {
  flex: 0 0 auto;
  color: #3f474c;
  font-size: 14px;
  font-weight: 750;
}

.mpp-fitment-bar a:hover,
.mpp-text-link:hover,
.mpp-category-card:hover .mpp-category-copy span,
.mpp-brand-list a:hover {
  color: #24292c;
}

.mpp-content-section {
  padding-top: 68px;
  padding-bottom: 20px;
}

.mpp-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 17px;
  border-bottom: 2px solid var(--mpp-ink);
}

.mpp-section-heading .mpp-section-label,
.mpp-brand-intro .mpp-section-label,
.mpp-support-band .mpp-section-label {
  margin-bottom: 8px;
}

.mpp-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mpp-category-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 172px;
  gap: 17px;
  padding: 17px;
  background: #ffffff;
  border: 1px solid var(--mpp-line);
  border-radius: 4px;
  transition: border-color 150ms ease, transform 150ms ease;
}

.mpp-category-card:hover {
  border-color: #aeb4b7;
  transform: translateY(-2px);
}

.mpp-category-image {
  display: grid;
  width: 112px;
  height: 112px;
  align-self: center;
  place-items: center;
  overflow: hidden;
  background: var(--mpp-canvas);
  border-radius: 3px;
}

.mpp-category-image img {
  width: 88%;
  height: 88%;
  object-fit: contain;
}

.mpp-category-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.mpp-category-copy h3 {
  margin-bottom: 7px;
}

.mpp-category-copy p {
  margin-bottom: 12px;
  color: var(--mpp-muted);
  font-size: 13px;
}

.mpp-category-copy span {
  color: var(--mpp-accent-dark);
  font-size: 13px;
  font-weight: 750;
}

.mpp-category-copy span::after {
  content: "  >";
}

.mpp-product-section {
  padding-top: 76px;
}

.mpp-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mpp-product-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--mpp-line);
  border-top: 3px solid var(--mpp-charcoal);
  border-radius: 4px;
}

.mpp-product-image {
  display: grid;
  height: 224px;
  place-items: center;
  background: var(--mpp-canvas);
  border-bottom: 1px solid var(--mpp-line);
}

.mpp-product-image img {
  width: 84%;
  height: 84%;
  margin: 0;
  object-fit: contain;
  transition: transform 180ms ease;
}

.mpp-product-card:hover .mpp-product-image img {
  transform: scale(1.025);
}

.mpp-product-body {
  padding: 17px 18px 19px;
}

.mpp-product-type {
  display: block;
  min-height: 18px;
  margin-bottom: 6px;
  color: var(--mpp-muted);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.mpp-product-body h3 {
  min-height: 46px;
  margin-bottom: 5px;
  font-size: 17px;
}

.mpp-product-body h3 a:hover {
  color: #40474b;
}

.mpp-product-sku {
  display: block;
  margin-bottom: 14px;
  color: var(--mpp-muted);
  font-size: 13px;
}

.mpp-product-price {
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.mpp-product-price strong {
  color: var(--mpp-ink);
  font-size: 20px;
}

.mpp-product-price del {
  color: #8b9195;
  font-size: 13px;
  opacity: 1;
}

.mpp-product-price ins,
.mpp-product-price .woocommerce-Price-amount {
  color: inherit;
  background: none;
  text-decoration: inherit;
}

.mpp-products-notice {
  margin: 0;
  padding: 16px;
  color: #5f686d;
  background: var(--mpp-canvas);
  border: 1px solid var(--mpp-line);
}

.mpp-service-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 74px;
  color: var(--mpp-ink);
  background: #f1f3f2;
  border-top: 1px solid #d8dcdd;
  border-bottom: 1px solid #d8dcdd;
}

.mpp-service-item {
  display: block;
  min-height: 196px;
  padding: 27px 28px 25px;
  transition: background-color 150ms ease;
}

.mpp-service-item:hover {
  color: var(--mpp-ink);
  background: #e9ecea;
}

.mpp-service-item + .mpp-service-item {
  border-left: 1px solid #d8dcdd;
}

.mpp-service-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 18px;
  fill: none;
  stroke: #252a2d;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mpp-service-item h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

.mpp-service-item p {
  margin-bottom: 0;
  color: #5f686d;
  font-size: 14px;
}

.mpp-brand-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1.22fr);
  align-items: end;
  gap: 64px;
  padding-top: 76px;
  padding-bottom: 70px;
}

.mpp-brand-intro h2 {
  max-width: 410px;
}

.mpp-brand-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 24px;
}

.mpp-brand-list a {
  padding: 14px 0;
  border-bottom: 1px solid var(--mpp-line);
  font-size: 14px;
  font-weight: 700;
  transition: color 150ms ease;
}

.mpp-support-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 62px;
  padding: 30px 32px;
  color: var(--mpp-ink);
  background: #eceeed;
  border-top: 4px solid var(--mpp-accent);
}

.mpp-support-band h2 {
  margin-bottom: 7px;
}

.mpp-support-band p:last-child {
  margin-bottom: 0;
  color: var(--mpp-muted);
}

.mpp-support-button {
  min-width: 174px;
  min-height: 46px;
  padding: 0 18px;
  background: var(--mpp-charcoal);
  border-color: var(--mpp-charcoal);
  font-size: 14px;
}

.mpp-support-button:hover {
  color: #ffffff;
  background: #111416;
  border-color: #111416;
}

@media (max-width: 1040px) {
  .mpp-hero-inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  }

  .mpp-home h1 {
    font-size: 46px;
  }

  .mpp-hero-product-main {
    width: 82%;
  }

  .mpp-category-grid,
  .mpp-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .mpp-hero-inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 12px;
  }

  .mpp-hero-copy {
    max-width: 720px;
    padding-bottom: 26px;
  }

  .mpp-hero-products {
    min-height: 330px;
    margin-bottom: 34px;
  }

  .mpp-hero-product-main {
    right: 7%;
    width: 58%;
    height: 280px;
  }

  .mpp-hero-product-belt {
    left: 7%;
    width: 34%;
    height: 150px;
  }

  .mpp-hero-product-cable {
    right: 4%;
    width: 34%;
    height: 160px;
  }

  .mpp-service-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mpp-service-item {
    min-height: 178px;
  }

  .mpp-service-item:nth-child(odd) {
    border-left: 0;
  }

  .mpp-service-item:nth-child(n + 3) {
    border-top: 1px solid #d8dcdd;
  }

  .mpp-brand-section {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 26px;
  }
}

@media (max-width: 620px) {
  .mpp-hero-inner,
  .mpp-fitment-bar,
  .mpp-content-section,
  .mpp-service-band,
  .mpp-support-band {
    width: min(100% - 32px, var(--mpp-max-width));
  }

  .mpp-home h1 {
    font-size: 37px;
  }

  .mpp-home h2 {
    font-size: 25px;
  }

  .mpp-hero-text {
    font-size: 16px;
  }

  .mpp-search-row {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 5px;
  }

  .mpp-search-row input[type="search"],
  .mpp-search-row button {
    min-height: 48px;
  }

  .mpp-hero-facts {
    flex-direction: column;
    gap: 6px;
  }

  .mpp-hero-facts span + span {
    padding-left: 0;
    border-left: 0;
  }

  .mpp-hero-products {
    min-height: 275px;
  }

  .mpp-hero-product-main {
    right: 2%;
    width: 70%;
    height: 230px;
  }

  .mpp-hero-product-belt {
    left: 0;
    width: 40%;
    height: 128px;
  }

  .mpp-hero-product-cable {
    display: none;
  }

  .mpp-fitment-bar,
  .mpp-section-heading,
  .mpp-support-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .mpp-content-section {
    padding-top: 54px;
  }

  .mpp-section-heading {
    display: flex;
    gap: 15px;
  }

  .mpp-category-grid,
  .mpp-product-grid,
  .mpp-brand-list {
    grid-template-columns: 1fr;
  }

  .mpp-category-card {
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 148px;
  }

  .mpp-category-image {
    width: 92px;
    height: 92px;
  }

  .mpp-product-image {
    height: 250px;
  }

  .mpp-product-body h3 {
    min-height: auto;
  }

  .mpp-service-band {
    grid-template-columns: 1fr;
    margin-top: 56px;
  }

  .mpp-service-item {
    min-height: auto;
    padding: 23px 20px;
  }

  .mpp-service-item + .mpp-service-item,
  .mpp-service-item:nth-child(odd) {
    border-top: 1px solid #d8dcdd;
    border-left: 0;
  }

  .mpp-brand-list a {
    padding: 12px 0;
  }

  .mpp-support-button {
    width: 100%;
  }
}
