/* Joy Street — shared site footer */

footer.site-footer {
  padding: 40px 24px 32px;
  font-family: 'Cormorant Garamond', serif;
  color: #7a1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  position: relative;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
  opacity: 1;
}

footer.site-footer::before {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #7a1a1a;
  opacity: 0.5;
  margin-bottom: 6px;
}

footer.site-footer .foot-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.82;
}

footer.site-footer .foot-meta {
  font-size: 11px;
  letter-spacing: 0.18em;
  font-style: italic;
  opacity: 0.7;
  text-align: center;
}

footer.site-footer .foot-sep {
  display: inline-block;
  margin: 0;
  opacity: 0.7;
}

footer.site-footer .foot-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(122,26,26,0.25);
  text-underline-offset: 3px;
  opacity: 0.88;
  transition: opacity 0.2s ease, text-decoration-color 0.2s ease;
}

footer.site-footer .foot-link:hover {
  opacity: 1;
  text-decoration-color: #7a1a1a;
}
