.site-footer {
  position: relative;
  z-index: 20;
  margin-top: 2.5rem;
  padding: 0.9rem 1.25rem 1.05rem;
  background: rgba(5, 5, 10, 0.94);
  border-top: 1px solid rgba(255, 225, 74, 0.22);
  color: #c8c8c8;
  text-align: center;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.9rem;
  box-sizing: border-box;
}

.site-footer-copy {
  margin: 0.15rem 0 0.4rem;
  color: #d4d4d4;
  font-size: 0.86rem;
}

.site-footer-debug {
  margin: 0;
  color: #8a8a8a;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
}

.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 0.65rem;
  margin: 0 0 0.55rem;
}

.site-footer-sep {
  color: #777;
  font-weight: 400;
}

body.auth-login .auth-wrap,
body.auth-signup .auth-wrap,
body.auth-reset .auth-wrap {
  min-height: auto;
}

.site-footer a {
  color: #ffe14a;
  text-decoration: none;
  font-weight: 700;
}

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

.site-footer-copy {
  margin: 0.15rem 0 0.45rem;
  color: #d4d4d4;
  font-size: 0.88rem;
}

.site-footer-debug {
  margin: 0;
  color: #8a8a8a;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}

.meet-us-page {
  width: min(960px, calc(100% - 2rem));
  margin: 0 auto 2rem;
  padding: 1.5rem 1rem 2rem;
  text-align: center;
}

.meet-us-page h1 {
  font-family: 'Orbitron', sans-serif;
  color: #ffe14a;
  margin-bottom: 1.25rem;
  letter-spacing: 0.06em;
}

.meet-us-art {
  display: block;
  width: min(100%, 820px);
  height: auto;
  margin: 0 auto 1rem;
}

.meet-us-caption {
  color: #f0f0f0;
  font-size: 1.15rem;
  margin: 0 0 1.25rem;
}

.meet-us-emails {
  color: #ddd;
  line-height: 1.7;
}

.meet-us-emails a {
  color: #00f3ff;
  font-weight: 700;
}
