.vvv-site-footer {
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.9rem 1rem 1.1rem;
  border-top: 1px solid var(--border-soft);
  background: var(--panel-soft);
  color: var(--muted);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vvv-site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  max-width: var(--container);
  margin: 0 auto;
}

.vvv-site-footer__contact,
.vvv-site-footer__hosting {
  border-radius: 0.4rem;
  outline-offset: 0.2rem;
}

.vvv-site-footer__contact {
  color: var(--burgundy);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration-color: rgba(109, 31, 36, 0.36);
  text-underline-offset: 0.18em;
}

.vvv-site-footer__contact:hover {
  text-decoration-color: currentColor;
}

.vvv-site-footer__separator {
  color: var(--gold);
  font-size: 0.72rem;
  line-height: 1;
}

.vvv-site-footer__hosting {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-height: 24px;
  padding: 0.26rem 0.56rem;
  border: 1px solid rgba(243, 128, 32, 0.58);
  background: rgba(243, 128, 32, 0.09);
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  text-decoration: none;
  white-space: nowrap;
}

.vvv-site-footer__hosting:hover {
  border-color: #f38020;
  background: rgba(243, 128, 32, 0.15);
}

.vvv-site-footer__hosting-mark {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #f38020;
  box-shadow: 0 0 0 2px rgba(243, 128, 32, 0.16);
}

.vvv-site-footer__contact:focus-visible,
.vvv-site-footer__hosting:focus-visible {
  outline: 2px solid var(--focus);
}

@media (max-width: 480px) {
  .vvv-site-footer {
    padding-block: 0.8rem 1rem;
  }

  .vvv-site-footer__inner {
    gap: 0.5rem;
  }

  .vvv-site-footer__contact {
    font-size: 0.8rem;
  }

  .vvv-site-footer__hosting {
    font-size: 0.69rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vvv-site-footer__contact,
  .vvv-site-footer__hosting {
    scroll-behavior: auto;
  }
}
