.brand {
  width: 310px;
  height: 64px;
  max-width: none;
  flex: 0 0 auto;
  align-items: center;
  overflow: visible;
}

.brand img,
.footer__brand img {
  content: url("/ia-support-logo.svg");
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.footer__brand img {
  width: 260px;
  height: auto;
}

.hero-board img,
.product-card__image img,
.preview-card img {
  image-rendering: auto;
}

.preview-card img {
  padding: 8px;
  object-fit: contain;
  object-position: center;
  opacity: 1;
}

@media (max-width: 1220px) {
  .brand {
    width: 270px;
    height: 56px;
  }
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .brand {
    width: 250px;
    height: 52px;
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid #d6e0eb;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 18px 36px rgb(15 23 42 / 14%);
  }

  .primary-nav--open {
    display: flex;
  }

  .primary-nav__item {
    padding: 14px 12px;
    text-align: left;
  }

  .header-actions {
    justify-self: end;
  }

  .header-cta {
    display: none;
  }

  .menu-button {
    display: grid;
  }
}

@media (max-width: 720px) {
  .brand {
    width: 230px;
    height: 48px;
    max-width: calc(100vw - 84px);
  }
}
