/* =========================
   Registry Page
   ========================= */

.registry-intro p {
  max-width: 70ch;
  line-height: 1.7;
}

.registry-section {
  margin-top: 28px;
}

.registry-lede {
  max-width: 70ch;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 14px;
}

.registry-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.registry-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.registry-card .card-meta {
  margin-top: 0;
  color: var(--mauve-dark);
}

.registry-placeholder {
  display: inline-block;
  margin-top: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(176, 122, 141, 0.12);
  color: var(--mauve-dark);
  font-weight: 600;
  font-size: 0.95rem;
  word-break: break-word;
}

.registry-placeholder[href] {
  text-decoration: none;
}

.registry-placeholder[href]:hover,
.registry-placeholder[href]:focus-visible {
  text-decoration: underline;
}

.registry-qr-img {
  display: block;
  width: min(220px, 100%);
  margin-top: 10px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(176, 122, 141, 0.2);
  background: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.registry-contact {
  margin-top: 28px;
}
