.brand {
  align-items: center;
}

.brand-logo {
  display: block;
  height: 58px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  object-position: left center;
}

.gallery-item-9 {
  grid-area: span 3 / span 6;
}

.gallery-item-10 {
  grid-area: span 3 / span 6;
}

.gallery-item-11 {
  grid-area: span 2 / span 6;
}

.gallery-item-12 {
  grid-area: span 2 / span 6;
}

.gallery-item-9 img,
.gallery-item-10 img,
.gallery-item-12 img,
.gallery-item-13 img {
  object-position: center 35%;
}

.gallery-item-11 img,
.gallery-item-14 img {
  object-position: center 45%;
}

.gallery-item-13 {
  grid-area: span 3 / span 6;
}

.gallery-item-14 {
  grid-area: span 3 / span 6;
}

.footer-social {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 6px;
}

.footer-social a {
  color: var(--oak-light);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
}

.footer-social a:hover {
  color: var(--cream);
}

.offer-disclaimer {
  color: var(--oak-dark);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 22px 0 0;
  font-size: 11px;
  font-weight: 700;
}

@media (width <= 800px) {
  .brand-logo {
    height: 44px;
    max-width: 124px;
  }

  .footer-social {
    justify-content: flex-start;
  }
}
