.hall-of-fame-page {
  margin-bottom: 4rem;
}

.hall-header {
  border-bottom: 1px solid rgba(204, 192, 127, 0.45);
}

.hall-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #7a6530;
  font-weight: 700;
}

.retired-staff-grid .retired-card {
  border: 1px solid #d8c88b;
  box-shadow: 0 12px 30px rgba(122, 101, 48, 0.12);
}

.retired-photo-container {
  background: linear-gradient(135deg, #294089 0%, #7a6530 100%);
}

.retired-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.retired-badge {
  background: #7a6530;
  color: #fff;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.active-years {
  margin: 0;
  font-size: 0.95rem;
  color: #4b3f1e;
}

@media (max-width: 768px) {
  .active-years {
    width: 100%;
    text-align: center;
  }
}
