/* ── Attendees Page ────────────────────────────────────────── */
.att-row { width: 100%; }
.att-inner { max-width: 800px; margin: 0 auto; }
.att-head {
  display: flex;
  align-items: center;
  gap: .9rem;
  border-bottom: 3px solid var(--gold);
  padding-bottom: .9rem;
  margin-bottom: 1.6rem;
}
.att-icon {
  width: 46px; height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  color: var(--white);
}
.att-head h2 { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; color: var(--near-black); }
.att-sub { font-size: .85rem; color: #999; margin-top: .15rem; }
.att-names { font-size: 1.05rem; line-height: 2.1; color: var(--text); }
.att-dot { color: #ccc0a8; margin: 0 .5rem; }
