@import url('/homepage.css?v=20260728-fde-v1');

.speaker-hero {
  min-height: auto;
}

.speaker-hero .hero-heading {
  max-width: 1120px;
}

.speaker-hero .hero-body {
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
}

.speaker-hero .hero-copy > p:not(.hero-lead) {
  max-width: 660px;
  margin-top: 24px;
  color: #294536;
  font-weight: 600;
}

.speaker-hero .hero-media {
  max-width: 470px;
  justify-self: end;
}

.speaker-hero .hero-media img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 24%;
}

.positioning .section-heading {
  max-width: 900px;
}

.speaker-story {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
}

.story-media img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.story-copy h2,
.speaker-cta h2 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(2.4rem, 4.6vw, 5rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .96;
}

.story-copy p:not(.eyebrow) {
  color: var(--muted);
}

.speaker-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  margin-bottom: clamp(70px, 9vw, 130px);
  border-radius: var(--radius);
  background: var(--mint-light);
}

.speaker-cta p:not(.eyebrow) {
  max-width: 650px;
  margin-bottom: 0;
}

.speaker-cta .button-primary {
  min-width: 240px;
  background: var(--accent-coral);
}

@media (max-width: 900px) {
  .speaker-hero .hero-body,
  .speaker-story,
  .speaker-cta {
    grid-template-columns: 1fr;
  }

  .speaker-hero .hero-media {
    max-width: 560px;
    justify-self: start;
  }

  .speaker-cta {
    align-items: start;
  }
}

@media (max-width: 640px) {
  .speaker-hero .hero-media {
    width: 100%;
  }

  .speaker-cta .button-primary {
    width: 100%;
  }
}
