/* ============================================================
   Timora Website — Unified Footer Styles
   Shared across all static pages
   ============================================================ */

.site-footer {
  backdrop-filter: saturate(140%) blur(6px);
}

.site-footer .site-footer__title {
  letter-spacing: 0.08em;
}

.site-footer .site-footer__link {
  position: relative;
  text-decoration: none;
}

.site-footer .site-footer__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 180ms ease;
}

.site-footer .site-footer__link:hover::after,
.site-footer .site-footer__link:focus-visible::after {
  width: 100%;
}

.site-footer .site-footer__bottom {
  border-top-style: solid;
}
