.site-header,
.site-footer,
.site-brand,
.site-nav,
.site-footer-nav,
.site-footer-note {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-header {
  padding: 10px 0 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 28px;
}

.site-header-inner,
.site-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.site-brand {
  color: inherit;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.01em;
}

.site-nav,
.site-footer-nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
  color: inherit;
}

.site-nav a,
.site-footer-nav a {
  color: inherit;
  text-decoration: none;
  opacity: 0.72;
}

.site-nav a[aria-current="page"],
.site-footer-nav a[aria-current="page"] {
  opacity: 1;
}

.site-footer {
  margin-top: 56px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.site-footer-note {
  width: 100%;
  font-size: 13px;
  line-height: 1.7;
  opacity: 0.78;
}

@media (max-width: 720px) {
  .site-header {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  .site-header-inner,
  .site-footer-inner {
    align-items: flex-start;
  }

  .site-nav,
  .site-footer-nav {
    gap: 14px;
  }
}
