/* MQS Brand Hero - cabecera avanzada para páginas de marca */
.mqs-brandhero {
  max-width: 1320px;
  margin: 0 auto 28px auto;
  border: 1px solid #e8edf2;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.035);
}

.mqs-brandhero__inner {
  display: grid;
  grid-template-columns: minmax(180px, 25%) 1fr;
  align-items: stretch;
  min-height: 210px;
}

.mqs-brandhero__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 26px;
  background: #fff;
  border-right: 1px solid #e8edf2;
}

.mqs-brandhero__logo {
  max-width: 100%;
  max-height: 155px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.mqs-brandhero__content {
  background: #f5f7f9;
  padding: 34px 42px 32px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mqs-brandhero__title-group {
  margin: 0 0 18px 0;
}

.mqs-brandhero__title {
  margin: 0 0 8px 0;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: .015em;
  color: #172334;
  text-transform: uppercase;
}

.mqs-brandhero__subtitle {
  margin: 0;
  font-size: 25px;
  line-height: 1.24;
  font-weight: 700;
  color: #0b83b7;
}

.mqs-brandhero__intro {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid #dfe6ec;
  font-size: 16px;
  line-height: 1.55;
  color: #44515f;
}

.mqs-brandhero__intro p:last-child {
  margin-bottom: 0;
}

.mqs-brandhero-debug {
  max-width: 1320px;
  margin: 10px auto;
  padding: 10px 14px;
  background: #fff3cd;
  border: 1px solid #ffe08a;
  color: #725900;
  font-size: 13px;
}

/* Si se activa la opción de ocultar título nativo en staging */
body.mqs-brandhero-hide-native-title main h1:first-of-type,
body.mqs-brandhero-hide-native-title #content-wrapper h1:first-of-type,
body.mqs-brandhero-hide-native-title .page-title h1:first-of-type,
body.mqs-brandhero-hide-native-title .manufacturer-title h1:first-of-type {
  display: none !important;
}

@media (max-width: 991px) {
  .mqs-brandhero__inner {
    grid-template-columns: 1fr;
  }

  .mqs-brandhero__logo-wrap {
    border-right: 0;
    border-bottom: 1px solid #e8edf2;
    padding: 26px 20px;
  }

  .mqs-brandhero__logo {
    max-height: 120px;
  }

  .mqs-brandhero__content {
    padding: 26px 24px;
  }

  .mqs-brandhero__title {
    font-size: 30px;
  }

  .mqs-brandhero__subtitle {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  .mqs-brandhero {
    margin-bottom: 20px;
  }

  .mqs-brandhero__content {
    padding: 22px 18px;
  }

  .mqs-brandhero__title {
    font-size: 25px;
  }

  .mqs-brandhero__subtitle {
    font-size: 18px;
  }

  .mqs-brandhero__intro {
    font-size: 15px;
  }
}
