.brand img {
  width: 84px;
  height: 70px;
}

.utility-tender {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 3px 11px;
  border: 1px solid #e0b358;
  border-radius: 999px;
  background: #e0b358;
  color: #193c2e;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.utility-tender:hover {
  border-color: #f1d594;
  background: #f1d594;
}

.home-hero {
  background: #073b4c;
}

.home-hero > img {
  opacity: .3;
}

.home-hero::after {
  background:
    radial-gradient(circle at 82% 22%, rgba(224, 179, 88, .24), transparent 34%),
    linear-gradient(90deg, rgba(5, 38, 55, .96), rgba(7, 67, 76, .78) 58%, rgba(18, 87, 91, .38));
}

.partner-grid .partner-card {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 16px 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  text-align: center;
}

.partner-mark {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #0b5663, #12392d);
  color: #fff;
  font-family: Georgia, serif;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.partner-logo-placeholder {
  width: 92px;
  height: 64px;
  display: grid;
  place-content: center;
  gap: 2px;
  border: 1px dashed #91aaa0;
  border-radius: 9px;
  background: #f4f7f5;
  color: #6f837a;
}

.partner-logo-placeholder > span {
  font-size: 1.35rem;
  line-height: 1;
}

.partner-logo-placeholder small {
  color: inherit;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.partner-card strong {
  color: var(--forest-950);
  font-size: .76rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.partner-card small {
  color: var(--muted);
  font-size: .65rem;
  line-height: 1.2;
}

.site-footer {
  border-top: 4px solid #e0b358;
}

.footer-logo {
  width: 118px;
}

.footer-project-name {
  margin: 10px 0 4px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.site-footer a {
  transition: color 160ms ease, transform 160ms ease;
}

.site-footer a:hover {
  color: #f1d594;
  transform: translateX(2px);
}

.footer-contact p,
.footer-contact a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-contact small {
  display: block;
  margin-top: 14px;
}

#back-to-top {
  border: 0;
  background: transparent;
  color: #f1d594;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
}

#back-to-top:hover {
  color: #fff;
}

@media (max-width: 650px) {
  .brand img {
    width: 66px;
    height: 56px;
  }
}
