.site-footer {
  padding-top: 52px;
  color: #edf5ea;
  background: radial-gradient(circle at 15% 0, #116a2c, transparent 32%), var(--green-900);
}

.footer-grid {
  display: grid;
  padding-bottom: 42px;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 45px;
}

.footer-grid h3 {
  margin-bottom: 13px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.footer-grid a {
  display: block;
  margin: 5px 0;
  color: #edf5ea;
  font-size: 13px;
  transition: color .2s;
}

.footer-grid a:hover {
  color: #c9df9f;
}

.footer-grid p {
  font-size: 13px;
}

.socials {
  display: flex;
  margin-top: 18px;
  align-items: center;
  gap: 16px;
}

.socials a {
  display: flex;
  width: 44px;
  height: 44px;
  margin: 0;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.7);
  border-radius: 50%;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease, transform .3s ease;
}

.socials a:hover {
  color: #0b6623;
  background-color: #fff;
  border-color: #fff;
  transform: scale(1.08);
}

.socials a:focus-visible {
  color: #0b6623;
  background-color: #fff;
  border-color: #fff;
  outline: 3px solid rgba(255,255,255,.35);
  outline-offset: 3px;
}

.socials svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  .socials a {
    transition: none;
  }
}

.footer-bottom {
  padding: 15px 20px;
  text-align: center;
  background: rgba(0,0,0,.13);
  font-size: 12px;
}

.footer-bottom span {
  margin: 0 12px;
  color: #9bc36d;
}

@media (max-width: 820px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.site-footer {
  padding-top: 54px;
}

.footer-grid {
  padding-bottom: 44px;
  grid-template-columns: minmax(250px, 1.35fr) .75fr 1fr 1.2fr;
  gap: clamp(34px, 4vw, 58px);
}

.footer-grid a {
  margin: 6px 0;
}

.footer-grid a.active {
  color: #c9df9f;
  font-weight: 700;
}

.footer-grid p {
  line-height: 1.65;
}

.footer-contact {
  display: grid;
  gap: 8px;
}

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

.footer-contact__icon {
  width: 17px;
  flex: 0 0 auto;
  text-align: center;
}

.footer-bottom {
  padding: 16px 20px;
}

@media (max-width: 560px) {
  .footer-bottom span {
    margin: 0 7px;
  }
}

@media (max-width: 320px) {
  .footer-bottom span {
    display: none;
  }
}

.footer-wordmark {
  display: inline-flex;
  margin-bottom: 18px;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
}

.footer-wordmark span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 44px);
  line-height: .95;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.footer-wordmark small {
  margin-top: 8px;
  color: #f0cf77;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 3.2px;
}

.site-footer {
  padding-top: 66px;
  background: radial-gradient(circle at 12% 0, rgba(39,132,64,.45), transparent 32%), linear-gradient(145deg, #063918, #042b12);
}

.footer-grid {
  padding-bottom: 52px;
}

.footer-grid h3 {
  margin-bottom: 17px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-grid a {
  transition: color .3s ease, opacity .3s ease;
}

.socials {
  gap: 16px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.socials a {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  border-color: rgba(255,255,255,.72);
}

.socials svg {
  width: 20px;
  height: 20px;
}

.socials .social-icon--whatsapp {
  width: 22px;
  height: 22px;
}

.footer-bottom {
  display: grid;
  padding: 20px;
  gap: 5px;
  place-items: center;
  background: rgba(0,0,0,.18);
  border-top: 1px solid rgba(255,255,255,.07);
}

.footer-bottom p {
  color: rgba(255,255,255,.78);
  font-size: 12px;
  letter-spacing: .02em;
}

.designer-credit {
  color: rgba(255,255,255,.55);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .035em;
  transition: color .3s ease, opacity .3s ease;
}

.designer-credit:hover {
  color: #fff;
}

@media (max-width: 560px) {
  .footer-grid {
    gap: 36px;
  }

  .footer-bottom {
    padding: 19px 16px;
  }
}

@media (max-width: 390px) {
  .socials {
    gap: 12px;
  }
}

.designer-credit {
  cursor: default;
}

.socials a {
  min-width: 44px;
  min-height: 44px;
}

.footer-grid p,
.footer-grid a {
  font-size: clamp(.82rem, 1.3vw, .95rem);
}

.site-footer {
  padding-top: clamp(48px, 6vw, 66px);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.35fr) .75fr 1fr 1.2fr;
  gap: clamp(32px, 4vw, 58px);
}

.footer-wordmark {
  margin-bottom: 16px;
}

.footer-wordmark span {
  font-size: clamp(2.1rem, 3vw, 2.75rem);
}

.footer-wordmark small {
  overflow-wrap: anywhere;
  font-size: clamp(.62rem, 1vw, .72rem);
}

.socials {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-bottom {
  text-align: center;
}

@media (max-width: 991.98px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-contact,
  .footer-grid > div {
    display: grid;
    justify-items: center;
  }

  .footer-wordmark {
    align-items: center;
    text-align: center;
  }

  .socials {
    justify-content: center;
  }
}

/* Exact social brand colors */
.socials a {
  color: #fff;
  border-color: transparent;
}

.socials a[aria-label*="WhatsApp"] {
  background: #25D366;
}

.socials a[aria-label*="Instagram"] {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.socials a[aria-label*="YouTube"] {
  background: #FF0000;
}

.socials a[aria-label*="Facebook"] {
  background: #1877F2;
}

.socials a:hover,
.socials a:focus-visible {
  color: #fff;
  border-color: rgba(255,255,255,.8);
  filter: brightness(1.06);
}

.socials .brand-icon {
  fill: currentColor;
  stroke: none;
}

.designer-credit em {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: .02em;
}
