.p-page-content { padding-bottom: 4rem; }
.p-page {
  background: var(--color-surface);
}
.p-page-hero {
  background:
    linear-gradient(90deg, rgba(17, 24, 32, 0.58) 0%, rgba(17, 24, 32, 0.36) 48%, rgba(247, 248, 249, 0.18) 100%),
    url("../../images/top/hero.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: calc(var(--header-height) + clamp(4rem, 7vw, 6rem)) 0 clamp(3.5rem, 6vw, 5rem);
}
.p-page-hero__eyebrow {
  align-items: center;
  color: var(--color-silver-light);
  display: inline-flex;
  font-size: 0.82rem;
  gap: 16px;
  letter-spacing: 0.18em;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.p-page-hero__eyebrow::before {
  background: currentColor;
  content: "";
  height: 1px;
  opacity: 0.7;
  width: 48px;
}
.p-page-hero__title {
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 5vw, 3.8rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.45;
  margin: 0;
}
.p-page-hero__lead {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 2;
  margin: 1.25rem 0 0;
  max-width: 760px;
}
.p-page-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.p-page--access .p-home-access__button {
  margin-top: 2rem;
}
