/* Goście specjalni — podstrona .section-guests-page */

.section-guests-page .content-guests-grid {
  margin-top: 0;
}

/* Box jak na stronie głównej, bez wewnętrznego paddingu — cover na pełną szerokość */
.section-guests-page .guest-featured-card.guest-page-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

/* Górna część: zdjęcie cover od krawędzi do krawędzi */
.section-guests-page .guest-page-cover {
  width: 100%;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}

.section-guests-page .guest-page-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: rgba(8, 16, 32, 0.5);
}

.section-guests-page .guest-page-media__blur {
  position: absolute;
  inset: -15%;
  background-size: cover;
  background-position: center;
  filter: blur(28px) saturate(1.1);
  transform: scale(1.15);
  opacity: 0.55;
  pointer-events: none;
}

.section-guests-page .guest-page-media__photo {
  position: relative;
  z-index: 1;
  display: block;
  height: 250px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Dolna część: treść z paddingiem */
.section-guests-page .guest-page-body {
  padding: 1.5rem 1.5rem 1.65rem;
}

.section-guests-page .guest-page-meta {
  text-align: left;
  margin-bottom: 1rem;
}

.section-guests-page .guest-page-name {
  margin: 0 0 0.4rem;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
}

.section-guests-page .guest-page-name::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2px;
  margin-top: 0.5rem;
  background: linear-gradient(90deg, var(--gold) 0%, transparent 100%);
  border-radius: 1px;
}

.section-guests-page .guest-page-tag {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold-bright);
  line-height: 1.4;
}

.section-guests-page .guest-page-role {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(200, 212, 230, 0.72);
  line-height: 1.4;
}

.section-guests-page .guest-page-bio p {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(230, 238, 250, 0.88);
  text-align: left;
}

.section-guests-page .guest-page-bio p:last-child {
  margin-bottom: 0;
}

.section-guests-page .content-guests-foot {
  margin-top: 2rem;
  text-align: center;
}

.section-guests-page .content-guests-foot a {
  color: var(--gold-bright);
}
