.brand img {
  width: clamp(180px, 19vw, 250px);
  height: 68px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand img {
  width: 230px;
  height: auto;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .15));
}

.footer-brand {
  background: transparent;
  padding: 0;
  width: fit-content;
}

.site-header {
  background: rgba(255, 247, 239, .97);
  border-bottom-color: rgba(91, 42, 21, .16);
}

.button {
  background: #d96c2f;
  color: #25130b;
}

.slide {
  background-image: none;
  isolation: isolate;
}

.slide-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(36, 14, 6, .78) 0%, rgba(36, 14, 6, .45) 42%, rgba(36, 14, 6, .08) 74%);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero em,
.kicker.light,
.impact-stats strong {
  color: #ff9a5b;
}

.impact,
.contact-card {
  background-color: #5b2a15;
}

footer {
  background: #5b2a15;
  color: #fff7ef;
  border-top: 0;
}

footer p,
footer > small {
  color: #ead7c8;
}

.social-links {
  display: flex;
  align-items: center;
  gap: .7rem;
}

.social-links a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 247, 239, .42);
  border-radius: 50%;
  color: #fff7ef;
  text-decoration: none;
  font-size: 1.15rem;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  background: #d96c2f;
  border-color: #d96c2f;
  transform: translateY(-2px);
}

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

  .slide::after {
    background: linear-gradient(0deg, rgba(36, 14, 6, .91) 0%, rgba(36, 14, 6, .46) 65%, rgba(36, 14, 6, .1));
  }

  .social-links {
    justify-content: center;
  }
}
