/* Podstrony informacyjne — editorial layout + agenda premium */

/* ── Hero podstron ── */
body.ppl-premium .page-hero-mini--content {
  padding: 2.5rem 0 1.75rem;
  background: linear-gradient(180deg, rgba(12, 28, 52, 0.5) 0%, transparent 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body.ppl-premium .page-hero-mini--content .section-eyebrow {
  margin-bottom: 0.5rem;
}

body.ppl-premium .page-hero-mini--content h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.85rem, 4.5vw, 2.5rem);
}

body.ppl-premium .page-hero-lead {
  margin: 0;
  max-width: 42ch;
  font-size: 1rem;
}

/* Tło sekcji — assets/css/subpages.css (jednolite na podstronach) */
body.ppl-premium:not(.page-home) .section-tone-content-page {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}

body.ppl-premium:not(.page-home) .section-agenda-page {
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
}

body.ppl-premium:not(.page-home) .section-guests-page {
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
}

/* ── Editorial: dwie kolumny ── */
.content-editorial-grid {
  display: grid;
  gap: 1.75rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  .content-editorial-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.25rem;
  }

  .content-editorial-grid--visual-left .content-editorial-visual {
    order: -1;
  }
}

.content-editorial-card {
  height: 100%;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.content-editorial-card .content-body {
  color: rgba(230, 238, 250, 0.92);
  line-height: 1.7;
  font-size: 0.9375rem;
}

.content-editorial-card .content-body p {
  margin: 0 0 1.1rem;
}

.content-editorial-card .content-body p:last-child {
  margin-bottom: 0;
}

.content-editorial-card .content-body ul,
.content-editorial-card .content-body ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.content-editorial-card .content-body li {
  margin-bottom: 0.45rem;
}

.content-editorial-card .content-body a {
  color: var(--gold-bright);
}

.content-editorial-card .content-body strong {
  color: #fff;
}

.content-visual-panel {
  position: relative;
  height: 100%;
  min-height: clamp(280px, 42vw, 420px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, rgba(18, 36, 68, 0.85) 0%, rgba(8, 16, 32, 0.95) 100%);
}

.content-visual-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-visual-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: inherit;
  padding: 2rem;
  text-align: center;
  position: relative;
}

.content-visual-placeholder-ring {
  position: absolute;
  width: min(72%, 220px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: radial-gradient(circle at 50% 40%, rgba(212, 175, 55, 0.08) 0%, transparent 65%);
  pointer-events: none;
}

.content-visual-placeholder-icon {
  position: relative;
  z-index: 1;
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  color: rgba(212, 175, 55, 0.55);
  margin-bottom: 1rem;
  line-height: 1;
}

.content-visual-placeholder-icon .bi {
  display: block;
}

.content-visual-placeholder-label {
  position: relative;
  z-index: 1;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.45);
}

.content-empty-msg {
  text-align: center;
  padding: 3rem 1rem;
}

/* ── Agenda (identycznie jak homepage) ── */
.agenda-premium-wrap {
  margin-top: 0.5rem;
}

.agenda-premium-foot {
  margin: 1.75rem 0 0;
  text-align: center;
  font-size: 0.875rem;
}

.agenda-premium-foot a {
  color: var(--gold-bright);
}

/* ── Goście na podstronie ── */
.content-guests-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .content-guests-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.content-guests-foot {
  margin-top: 1.75rem;
  text-align: center;
}

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

body.ppl-premium .section-guests-page .guest-featured-bio {
  font-size: 0.875rem;
  line-height: 1.65;
}

@media (max-width: 899px) {
  .content-visual-panel {
    min-height: 240px;
  }
}
