.brand-footer {
  padding: 80px 40px 100px;
  color: #756d63;
  background: #f2f1ee;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
}

.brand-footer-wordmark {
  display: block;
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin: 0 auto 80px;
}

.brand-footer-details {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid #e1ddd7;
}

.brand-footer-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}

.brand-footer p { margin: 0; }

.brand-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  font-weight: 500;
}

.brand-footer a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 4px;
  transition: color 150ms ease;
}

.brand-footer a:hover { color: #514a43; text-decoration: none; }

.brand-footer .brand-footer-disclaimer {
  margin-top: 8px;
  color: #ada69e;
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 700px) {
  .brand-footer { padding: 64px 16px 48px; }
  .brand-footer-wordmark { margin-bottom: 48px; }
  .brand-footer-row { flex-direction: column; gap: 20px; }
  .brand-footer .brand-footer-disclaimer { margin-top: 24px; }
}
