.page-header {
  padding: 1.5rem 1.25rem 0.5rem;
  border-bottom: 2px solid var(--yellow);
  margin-bottom: 0;
}

.page-header h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 8vw, 3rem);
  color: var(--yellow);
  letter-spacing: 0.06em;
  margin-bottom: 0.2rem;
}

.page-header p {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  padding-bottom: 1rem;
}

.wiki-body {
  padding: 1.5rem 1.25rem 2rem;
  max-width: 700px;
  margin: 0 auto;
}

.wiki-section {
  margin-bottom: 2.25rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid var(--light);
}

.wiki-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.wiki-section h2 {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--yellow);
  margin-bottom: 0.85rem;
}

.wiki-section p {
  font-size: 0.95rem;
  color: #C0C6E8;
  line-height: 1.75;
  margin-bottom: 0.85rem;
}

.wiki-section p:last-child { margin-bottom: 0; }

.honours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.honour-card {
  background: var(--mid);
  border: 1px solid var(--light);
  border-radius: 12px;
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}

.honour-count {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  color: var(--yellow);
  line-height: 1;
}

.honour-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-align: center;
}

.rules-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.rules-list li {
  font-size: 0.95rem;
  color: #C0C6E8;
  line-height: 1.6;
  padding-left: 1.25rem;
  position: relative;
}

.rules-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--yellow);
  opacity: 0.5;
}
