/* ==========================================================================
   Incubators & Accelerators — page-specific styles
   ========================================================================== */

/* Two-column intro: image on the start side, text on the end side */
.intro-split {
  align-items: center;
}

.intro-figure {
  margin: 0;
}

.intro-figure img {
  width: 100%;
  border-radius: var(--radius);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: var(--shadow-card);
}

.intro-content h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 800;
  margin-bottom: 1.1rem;
  line-height: 1.15;
}

.intro-content p {
  color: var(--text-muted);
  max-width: 520px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .intro-figure {
    margin-bottom: 2rem;
  }
  .intro-figure img {
    aspect-ratio: 16 / 11;
  }
}
