body.photo-header-page main {
  padding-top: 0;
}

.page-hero.page-photo-header {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: 520px;
  padding: 190px 0 76px;
  overflow: hidden;
  background: #24444e;
  color: #fff;
}

.page-photo-header .header-picture {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--header-focus, 58% 50%);
}

.page-hero.page-photo-header::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 25, 36, .24) 0%, rgba(8, 25, 36, .12) 44%, transparent 72%);
  pointer-events: none;
}

.page-hero.page-photo-header::after {
  content: none;
}

.page-photo-header .page-hero-grid {
  position: relative;
  z-index: 2;
  display: block;
}

.page-photo-header .header-copy {
  max-width: 660px;
}

.page-photo-header .eyebrow {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.6px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .9), 0 2px 6px rgba(0, 0, 0, .55);
}

.page-hero.page-photo-header h1 {
  margin: 10px 0 16px;
  color: #fff;
  font-size: clamp(48px, 5.4vw, 76px);
  line-height: 1.06;
  overflow-wrap: anywhere;
  text-wrap: balance;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .8), 0 3px 8px rgba(0, 0, 0, .45);
}

.page-hero.page-photo-header p {
  max-width: 600px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.55;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .9), 0 2px 6px rgba(0, 0, 0, .55);
}

.page-photo-header .facts {
  margin-top: 24px;
  gap: 12px;
}

.page-photo-header .fact {
  padding: 15px 12px;
  color: #16305b;
  font-size: 16px;
  line-height: 1.35;
}

.page-photo-header .legal-meta {
  color: #16305b;
}

.page-photo-header .header-wave {
  position: absolute;
  z-index: 3;
  inset: auto 0 -1px;
  display: block;
  width: 100%;
  height: 44px;
  fill: var(--header-surface, #fff);
  pointer-events: none;
}

@media (max-width: 980px) {
  .page-hero.page-photo-header {
    min-height: 510px;
    padding: 180px 0 62px;
  }

  .page-photo-header .header-picture {
    object-position: var(--header-focus-mobile, 60% 50%);
  }

  .page-hero.page-photo-header::before {
    background: linear-gradient(180deg, transparent 0%, transparent 34%, rgba(8, 25, 36, .12) 64%, rgba(8, 25, 36, .24) 100%);
  }

  .page-hero.page-photo-header h1 {
    font-size: clamp(36px, 10vw, 54px);
  }

  .page-hero.page-photo-header p {
    font-size: 18px;
  }

  .page-photo-header .facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
  }

  .page-photo-header .fact {
    min-height: 54px;
    padding: 12px 10px;
    font-size: 15px;
  }

  .page-photo-header .header-wave {
    height: 34px;
  }
}
