.site-footer {
  background: var(--sand);
  color: #5b4732;
  padding: 1rem clamp(1rem, 4vw, 2rem) 2rem;
  font-size: clamp(0.8rem, 2vw, 0.9rem);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; 
  gap: 0.5rem;
  font-weight: 600;
  color: #000000;
}

.footer-left {
  text-align: left;
}

.footer-right {
  text-align: right;
}

.site-footer a {
  text-decoration: none;
  font-weight: 800;
    color: #000000;
}

.site-footer a:hover {
  text-decoration: underline;
}