.site-header .brand {
  display: block;
  width: 150px;
  flex-shrink: 0;
}

.brand-header-image,
.brand-full-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.footer-brand.brand-full {
  display: block;
  width: 260px;
  max-width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  main {
    --mobile-logo-size: 126px;
    --mobile-header-padding: 18px;
    --mobile-content-gap: 24px;
  }

  .site-header .brand {
    width: var(--mobile-logo-size);
  }

  .hero {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100svh;
  }

  .hero-content {
    flex: 1 0 auto;
    height: auto;
    min-height: 0;
    justify-content: flex-start;
    padding-top: calc(var(--mobile-logo-size) + var(--mobile-header-padding) * 2 + var(--mobile-content-gap));
    padding-bottom: 36px;
  }

  .hero-proof {
    position: relative;
    inset: auto;
    width: calc(100% - 36px);
    flex-shrink: 0;
    margin: 0 auto 18px;
  }
}

@media (max-width: 360px) {
  main {
    --mobile-logo-size: 112px;
  }

  .site-header .header-cta {
    font-size: 9px;
  }
}
