.site-footer img {
  width: 160px;
  height: auto;
  aspect-ratio: auto;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-nav a {
  font-size: .85rem;
}

.compact-header {
  position: static;
}

.board-page .board-grid {
  margin: 45px 0 30px;
}

.european-callout {
  margin-top: 30px;
  padding: 22px;
  background: #f6f2eb;
  border-left: 5px solid #e3a329;
}

.european-callout strong {
  color: #aa6d00;
}

.european-callout p {
  margin: 7px 0 0;
}

.contact-ready a {
  display: block;
  margin: 8px 0;
  font-size: 1.25rem;
  font-weight: 800;
}

@media (max-width: 580px) {
  .footer-nav {
    flex-direction: column;
    gap: 10px;
  }
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-actions .button {
  margin-top: 1rem;
}

.button-light {
  background: #fff;
  color: #171717;
}

.button-light:hover,
.button-light:focus {
  background: #f6f2eb;
}
