/* Stable logo geometry. This separate file intentionally avoids stale edge caches. */
.brand {
  width: 154px;
  height: 47px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  filter: none;
}

.brand img,
.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.core-mark img {
  width: 156px;
  height: 47px;
  object-fit: contain;
  margin-bottom: 20px;
}

.footer-brand {
  width: 164px;
  height: 50px;
  display: flex;
  align-items: center;
  filter: none;
}

@media (max-width: 860px) {
  .brand {
    width: 137px;
    height: 42px;
  }

  .footer-brand {
    width: 150px;
    height: 46px;
  }
}
