.site-footer {
  margin-top: auto;
  flex-shrink: 0;
  border-top: 1px solid var(--gray-200, #e5e7eb);
  background: var(--white, #fff);
  padding: 16px 20px;
}

.site-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-size: 13px;
  color: var(--gray-600, #4b5563);
}

.site-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  color: var(--gray-900, #111827);
  letter-spacing: 0.01em;
}

.site-footer-heart {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  fill: #e11d48;
  transform: translateY(0.5px);
  filter: drop-shadow(0 1px 1px rgba(225, 29, 72, 0.28));
}

.site-footer-copy {
  font-size: 12px;
  color: var(--gray-500, #6b7280);
}

/* On desktop the fixed bottom nav is hidden — don't leave empty space under the footer */
@media (min-width: 1024px) {
  body.has-app-m-bottom-nav {
    padding-bottom: 0;
  }
}
