/* BostromLabs final header patch
   Goal: make the top logo bar match the wide example image:
   full-width black pill, large centered wordmark, no tiny pasted-in logo box. */

.wrap {
  max-width: 100%;
  padding: 0 26px 36px !important;
}

.brand-header {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.brand-banner-link {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 118px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  background: #020406 !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    inset 0 -1px 0 rgba(255, 255, 255, 0.04),
    0 22px 70px rgba(7, 17, 31, 0.18) !important;
}

.brand-banner-img {
  display: block !important;
  width: 100% !important;
  height: 118px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #020406 !important;
  filter: none !important;
}

.top-nav {
  max-width: 96%;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 900px) {
  .wrap {
    padding: 0 16px 30px !important;
  }

  .brand-header {
    margin-bottom: 18px !important;
  }

  .brand-banner-link {
    min-height: 92px !important;
    border-radius: 46px !important;
  }

  .brand-banner-img {
    height: 92px !important;
  }

  .top-nav {
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .wrap {
    padding: 0 10px 28px !important;
  }

  .brand-banner-link {
    min-height: 76px !important;
    border-radius: 38px !important;
  }

  .brand-banner-img {
    height: 76px !important;
  }
}
