.page-hero.section {
  padding: 26px 0 18px !important;
  background: #fff !important;
}

.page-hero.section .narrow {
  width: min(100%, 940px);
  max-width: none;
  padding: 34px 40px;
  border: 1px solid #cfe2f7;
  border-radius: 18px;
  background: #eef6ff;
}

.page-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  gap: 34px;
  align-items: center;
}

.page-hero-grid > div:first-child {
  max-width: 700px;
}

.page-hero h1 {
  max-width: 720px;
  margin: 12px 0 15px !important;
  font-size: clamp(2.7rem, 4.2vw, 4rem) !important;
  line-height: 1.04 !important;
}

.page-hero p:not(.eyebrow) {
  max-width: 660px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.page-hero-media {
  height: 330px;
  overflow: hidden;
  border: 1px solid #cfe2f7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(22,74,132,.10);
}

.page-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 560px) {
  .page-hero.section {
    padding: 24px 0 18px !important;
  }

  .page-hero.section .narrow {
    padding: 22px 20px;
  }
}
