.brand-divider {
  background: rgba(132, 79, 8, 0.22);
  border: 0;
  height: 1px;
  margin: 30px 0 0;
  width: 100%;
}

.site-footer {
  background: #fff1d9;
  color: var(--sf-ink);
  border-top: 1px solid rgba(132, 79, 8, 0.12);
}

.footer-inner {
  margin: 0 auto;
  max-width: var(--sf-page-max);
  padding: 22px var(--sf-pad);
}

.footer-primary-row {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.footer-brand-block {
  display: grid;
  gap: 2px;
}

.footer-label {
  color: var(--sf-brand-dark);
  font-family: var(--sf-font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.footer-muted,
.footer-bottom-row {
  color: var(--sf-muted);
  font-size: 0.8rem;
}

.footer-links {
  display: flex;
  gap: 14px;
}

.site-footer a {
  color: var(--sf-brand-dark);
  font-weight: 750;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-info-row {
  border-top: 1px solid rgba(132, 79, 8, 0.14);
  display: grid;
  gap: 8px 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 14px;
}

.footer-info-item {
  align-items: center;
  color: var(--sf-muted);
  display: inline-flex;
  font-size: 0.82rem;
  gap: 7px;
  min-width: 0;
}

.footer-info-item svg {
  color: var(--sf-brand);
  flex: 0 0 auto;
  height: 15px;
  width: 15px;
}

.footer-bottom-row {
  border-top: 1px solid rgba(132, 79, 8, 0.12);
  margin-top: 14px;
  padding-top: 12px;
}

@media (max-width: 760px) {
  .footer-primary-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-info-row {
    grid-template-columns: 1fr;
  }
}
