/* Larger, uncropped brand marks for clearer recognition. */
.header-inner {
  height: 106px;
}

.brand {
  width: 220px;
  height: 94px;
  flex: 0 0 auto;
  border: 1px solid rgba(102, 223, 137, 0.3);
  border-radius: 1rem;
  background: #0e542f;
  box-shadow: 0 10px 26px rgba(11, 72, 41, 0.18);
}

.brand img {
  object-fit: contain;
  object-position: center;
}

.footer-brand {
  display: flex;
  width: 240px;
  height: 132px;
  border: 1px solid rgba(102, 223, 137, 0.3);
  border-radius: 1rem;
  background: #0e542f;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.22);
}

.footer-brand img {
  object-fit: contain;
  object-position: center;
}

@media (max-width: 900px) {
  .site-header.open nav {
    top: 105px;
  }
}

@media (max-width: 600px) {
  .header-inner {
    height: 90px;
  }

  .brand {
    width: 176px;
    height: 76px;
  }

  .site-header.open nav {
    top: 89px;
  }

  .footer-brand {
    width: 220px;
    height: 120px;
  }
}
