/* Martins gewählte Über-mich-Seite. Nur hier wird Augenhöhe dunkel. */
.augenhoehe.about .p-stage {
  background: var(--bg);
  color: var(--ink);
}

.augenhoehe.about .poster-name {
  color: #30312b;
}

.augenhoehe.about .poster-heading em {
  color: var(--brass);
}

.augenhoehe.about .portrait-band {
  background: #181916;
  color: var(--ink);
}

.augenhoehe.about .portrait-band .copy {
  color: #d1d0c8;
}

/* Die neue Titelzeile bleibt auch auf Desktop in einem Stück lesbar. */
@media (min-width: 801px) {
  .augenhoehe.about .poster-heading {
    max-width: 36vw;
  }

  .augenhoehe.about .poster-heading h1 {
    font-size: clamp(2.25rem, 4.8vw, 5.2rem);
  }
}
