/* ── Velotrace site-wide footer ───────────────────────────── */
.vt-footer {
  background: var(--color-bg-race, oklch(22% 0.012 250));
  padding: 28px 24px 24px;
  text-align: center;
  flex-shrink: 0;
}

/* bleed full-width and stick to bottom inside padded content-page sections */
.content-page > .vt-footer {
  margin-top: auto;
  margin-left: calc(-1 * var(--space-2xl));
  margin-right: calc(-1 * var(--space-2xl));
  margin-bottom: calc(-1 * var(--space-xl));
}

.vt-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  max-width: 640px;
  margin: 0 auto;
}

.vt-footer__name {
  font-size: 13px;
  font-weight: 600;
  color: oklch(75% 0.006 250);
  letter-spacing: 0.01em;
}

.vt-footer__address {
  font-size: 12px;
  color: oklch(52% 0.008 250);
}

.vt-footer__copy {
  font-size: 12px;
  color: oklch(46% 0.008 250);
  margin-top: 4px;
}

.vt-footer__link {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  color: oklch(52% 0.008 250);
  text-decoration: none;
  border-bottom: 1px solid oklch(36% 0.007 250);
  padding-bottom: 1px;
  transition: color 0.12s, border-color 0.12s;
}

.vt-footer__link:hover {
  color: oklch(80% 0.005 250);
  border-bottom-color: oklch(60% 0.007 250);
}
