/* ===== FOOTER ===== */
.site-footer {
  margin-top: 60px;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-family: 'Space Grotesk', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 11px;
  color: rgba(200,210,230,0.55);
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid rgba(239,125,0,0.35);
  opacity: 0.85;
}

.footer-avatar-placeholder {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(239,125,0,0.15);
  border: 1.5px solid rgba(239,125,0,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: rgba(239,125,0,0.8);
  flex-shrink: 0;
  overflow: hidden;
}

.footer-avatar-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.footer-copy {
  color: rgba(200,210,230,0.50);
  font-size: 11px;
}

.footer-center {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-center a {
  color: rgba(200,210,230,0.50);
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.footer-center a:hover { color: rgba(239,125,0,0.9); }

.footer-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-right a {
  color: rgba(200,210,230,0.45);
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.04em;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-right a:hover { color: rgba(239,125,0,0.9); }

.footer-right svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  flex-shrink: 0;
}
