:root {
  --ix-footer-border: #e5e5e5;
  --ix-footer-text: #737373;
  --ix-footer-link: #525252;
  --ix-footer-link-hover: #171717;
  --ix-footer-accent: #a16207;
}

.site-footer {
  border-top: 1px solid var(--ix-footer-border);
  padding: 2rem 0 2.5rem;
  color: var(--ix-footer-text);
  font-size: 0.8125rem;
  background: #fff;
  margin-top: auto;
}

.site-footer-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  align-items: flex-start;
}

.site-footer-brand {
  font-weight: 700;
  color: #171717;
  letter-spacing: -0.02em;
}

.site-footer-brand span {
  color: var(--ix-footer-accent);
}

.site-footer-copy {
  margin: 0.35rem 0 0;
  color: var(--ix-footer-text);
}

.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.1rem;
}

.site-footer-nav a {
  color: var(--ix-footer-link);
  text-decoration: none;
  font-weight: 500;
}

.site-footer-nav a:hover {
  color: var(--ix-footer-link-hover);
}

.site-footer-nav a[aria-current="page"] {
  color: var(--ix-footer-accent);
}
