/* Kontakt — QR & Instagram (alle Seiten) */
.contact-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-qr {
  flex-shrink: 0;
  display: block;
  padding: 1px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  line-height: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-qr:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.contact-qr img {
  display: block;
  width: 96px;
  height: 96px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.07);
  transform-origin: center;
}

.contact-meta {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.contact-kicker {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(201, 169, 98, 0.75);
}

.contact-social {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: var(--gold2, #f1d58b);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 169, 98, 0.35);
  width: fit-content;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.contact-social:hover {
  color: #fff;
  border-color: rgba(241, 213, 139, 0.7);
}

.contact-ig-icon {
  flex-shrink: 0;
  width: 1.15em;
  height: 1.15em;
  opacity: 0.92;
}

.contact-mail {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: rgba(217, 221, 225, 0.72);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  width: fit-content;
  margin-top: 0.15rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.contact-mail:hover {
  color: var(--gold2, #f1d58b);
  border-color: rgba(201, 169, 98, 0.45);
}

.gate-footer .contact-mail {
  font-size: 12px;
}

.contact-hint {
  font-size: 12px;
  color: var(--muted, #8a919c);
  letter-spacing: 0.06em;
}

.sub-footer .contact-block {
  max-width: 520px;
}

/* Startseite — schmaler Footer */
.gate-footer {
  pointer-events: auto;
}

.gate-footer .contact-block {
  justify-content: center;
  margin-bottom: 0.65rem;
  padding-bottom: 0.65rem;
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.gate-footer .contact-qr {
  padding: 0;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
}

.gate-footer .contact-qr img {
  width: 68px;
  height: 68px;
  transform: scale(1.08);
}

.gate-footer .contact-meta {
  text-align: left;
}

.gate-footer .contact-social {
  font-size: 13px;
}

.gate-footer > p {
  margin: 0;
  pointer-events: none;
}

@media (max-width: 760px) {
  .gate-footer .contact-block {
    gap: 1rem;
  }
}
