.pp-sections-title-page {
  --title-page__overlay: var(--v-color__1--alpha1);
  --title-page__content-width: 40rem;
  --title-page__padding: calc( var(--v-spacing__md) * 1.5 );

  position: relative;
}

.pp-sections-title-page__picture {
  position: absolute;
  z-index: 10;
  inset: 0;
}

.pp-sections-title-page::before {
  content: "";
  position: absolute;
  z-index: 15;
  inset: 0;
  background: var(--title-page__overlay);
}

.pp-sections-title-page__inner {
  position: relative;
  z-index: 20;

  padding-top: var(--title-page__padding);
  padding-bottom: var(--title-page__padding);
}

.pp-sections-title-page__content {
  max-width: var(--title-page__content-width);
}
