/* ==========================================================================
   Logo integration
   Uses logo.png for brand marks instead of generic icons.
   ========================================================================== */
.brand-logo-img,
.feature-logo-img,
.inline-logo-img {
  display: block;
  object-fit: contain;
}

.brand-logo-img {
  width: 100%;
  height: 100%;
}

.feature-logo-img {
  width: 2.35rem;
  height: 2.35rem;
}

.inline-logo-img {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
}

.site-nav__logo-icon {
  position: relative;
  display: grid;
  place-items: center;
  height: 3.35rem;
  width: 5.45rem;
  aspect-ratio: 1574 / 966;
}

.footer-brand__icon {
  display: grid;
  place-items: center;
  height: 3.4rem;
  width: 5.55rem;
  aspect-ratio: 1574 / 966;
}

.hero-mobile-dl-btn {
  display: none;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  min-height: 3.5rem;
  padding: 0 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 767px) {
  .hero-mobile-dl-btn {
    display: inline-flex;
    width: 100%;
  }

  .hero-cta {
    display: none;
  }
}
