/* ============================================
   O NAS - style specyficzne dla podstrony
   ============================================ */
.section-intro { margin-top: 12px; }

/* ============================================
   HERO (ciemny)
   ============================================ */
.page-hero { background: var(--dark); color: #fff; padding: 48px 0 64px; }
.page-hero-inner {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center;
}
.breadcrumb { font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 24px; }
.breadcrumb a { color: rgba(255,255,255,0.55); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb strong { color: rgba(255,255,255,0.9); font-weight: 500; }
.breadcrumb span { margin: 0 6px; }
.page-hero h1 { color: #fff; margin-bottom: 20px; }
.page-hero-desc { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.75); max-width: 520px; }
.page-hero-media .media-placeholder {
  aspect-ratio: 4/3; border-radius: var(--radius-media);
  background: repeating-linear-gradient(135deg, #4a4a49 0, #4a4a49 10px, #444443 10px, #444443 20px);
}
.page-hero-media .media-placeholder-label { color: rgba(255,255,255,0.4); }
.page-hero-media .media-placeholder-icon { color: rgba(255,255,255,0.35); }

@media (min-width: 901px) {
  .page-hero-media .media-placeholder { min-height: 300px; }
}
@media (max-width: 900px) {
  .page-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .page-hero-media .media-placeholder { min-height: 220px; }
}
@media (max-width: 600px) {
  .breadcrumb { display: none; }
  .page-hero-content { text-align: center; }
  .page-hero-desc { margin-left: auto; margin-right: auto; }
}

/* ============================================
   ZESPÓŁ LUNCHERBOX
   ============================================ */
.team-lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px; }
.team-lead-card {
  display: grid; grid-template-columns: 160px 1fr; align-items: stretch;
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-card);
  box-shadow: var(--shadow-sm); overflow: hidden;
}
.team-lead-media.media-placeholder { border-radius: 0; height: 100%; }
.team-lead-media.is-icon { background: var(--red-tint); display: flex; align-items: center; justify-content: center; }
.team-lead-media.is-icon svg { width: 64px; height: 64px; color: var(--red); stroke-width: 1.5; }
.team-lead-body { padding: 24px 28px; }
.team-lead-body h3 { font-size: 20px; margin-bottom: 4px; }
.team-lead-role { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; display: block; }
.team-lead-body p { font-size: 15px; color: var(--text-muted); line-height: 1.6; margin-bottom: 14px; }
.team-linkedin { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: #0A66C2; font-weight: 500; }
.team-linkedin svg { width: 24px; height: 24px; background: #0A66C2; color: #fff; border-radius: 4px; padding: 4px; flex-shrink: 0; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 24px; }
.model-card .role-label { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--red); margin-bottom: 10px; display: block; }

@media (max-width: 900px) { .team-lead-grid { grid-template-columns: 1fr; } .team-grid { grid-template-columns: 1fr; } }
@media (max-width: 600px) {
  .team-lead-card { grid-template-columns: 1fr; text-align: center; }
  .team-lead-media.media-placeholder, .team-lead-media.is-icon { min-height: 160px; }
  .team-linkedin { justify-content: center; }
}

/* ============================================
   MISJA (sekcja ciemna)
   ============================================ */
#misja { position: relative; overflow: hidden; }
.misja-bg { position: absolute; inset: 0; z-index: 0; }
.misja-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.14; }
#misja .container { position: relative; z-index: 1; }
.misja-columns { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; }
.misja-title-col h2 { font-size: 40px; line-height: 1.15; margin: 0; }
#misja h2 { color: #fff; }
#misja p { color: rgba(255,255,255,0.75); font-size: 20px; line-height: 1.65; margin-bottom: 16px; }
.misja-cta-row { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; margin-top: 40px; }
#misja .misja-question { color: #fff; font-weight: 600; font-size: 17px; margin: 0; }

@media (max-width: 900px) {
  .misja-columns { grid-template-columns: 1fr; gap: 20px; }
  .misja-title-col h2 { font-size: 32px; }
}
@media (max-width: 600px) {
  #misja p { text-align: center; }
}

/* ============================================
   KLUCZOWE WARTOŚCI
   ============================================ */
#wartosci .models-grid { margin-top: 32px; }
