.hog-player-profile {
  margin: 48px 0;
}

.hog-player-profile__header {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 32px;
}

.hog-player-profile__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

.hog-player-profile__eyebrow {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  opacity: .7;
  margin-bottom: 8px;
}

.hog-player-profile__title {
  margin: 0 0 8px;
}

.hog-player-profile__position {
  font-size: 20px;
  margin: 0;
}

.hog-player-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.hog-player-fact {
  background: #f7f3ee;
  border-radius: 18px;
  padding: 18px;
}

.hog-player-fact__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .7;
  margin-bottom: 8px;
}

.hog-player-fact__value {
  font-size: 20px;
  font-weight: 700;
}

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

.hog-player-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.hog-player-card__image img {
  width: 100%;
  height: auto;
  display: block;
}

.hog-player-card__body {
  padding: 18px;
}

.hog-player-card__number {
  font-size: 13px;
  opacity: .65;
  margin-bottom: 8px;
}

.hog-player-card__title {
  margin: 0 0 6px;
}

.hog-player-card__title a {
  text-decoration: none;
}

.hog-player-card__position {
  margin: 0;
  opacity: .8;
}

@media (max-width: 900px) {
  .hog-player-profile__header {
    grid-template-columns: 1fr;
  }
}
