/* Persönliche Profilseite, gemeinsames Design bleibt in styles.css. */
.about-intro h1.about-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.about-page { background: #1d1f21; }
.about-intro { padding: 44px 0 48px; background: linear-gradient(120deg, #24211e, #1d1f21 65%); }
.about-intro-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.35fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.about-portrait { margin: 0; overflow: hidden; border: 1px solid var(--light-line); border-radius: 16px; background: #272726; }
.about-portrait img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1.03; object-fit: contain; object-position: center bottom; }
.about-portrait figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 16px; padding: 13px 18px; background: #1a1c1e; font-size: 12px; }
.about-portrait figcaption span { color: var(--stone); }
.about-intro-copy { min-width: 0; }
.about-intro-copy .eyebrow { margin-bottom: 13px; }
.about-intro h1 { margin-bottom: 22px; font-size: clamp(3rem, 5vw, 4.8rem); font-weight: 680; line-height: 1.05; letter-spacing: -.055em; }
.about-intro-copy > p:not(.eyebrow) { margin-bottom: 18px; color: var(--stone); font-size: 17px; line-height: 1.75; }
.about-intro-copy > p.about-opening { color: var(--paper); font-size: 21px; line-height: 1.6; }
.about-jumps { display: flex; flex-wrap: wrap; gap: 10px 20px; padding-top: 6px; font-size: 12px; }
.about-jumps a { border-bottom: 1px solid rgba(217, 162, 124, .5); padding-bottom: 3px; }
.about-story { padding-bottom: 28px; }
.about-chapter { max-width: 760px; margin-inline: auto; padding: 32px 0; border-top: 1px solid var(--light-line); scroll-margin-top: 24px; }
.about-chapter:first-child { border-top: 0; }
.about-copy { min-width: 0; }
.about-copy p { margin-bottom: 20px; color: var(--stone); font-size: 17px; line-height: 1.8; }
.about-copy p:last-child { margin-bottom: 0; }
.about-quote { margin: 28px 0; padding: 4px 0 4px 20px; border-left: 2px solid var(--copper-light); }
.about-quote p { margin-bottom: 10px; color: var(--paper); }
.about-quote footer { font-size: 13px; color: var(--stone); }
.about-quote footer a { text-decoration: underline; text-underline-offset: 3px; }
.about-text-link { display: inline-block; color: var(--paper); font-size: 13px; border-bottom: 1px solid rgba(217, 162, 124, .5); padding-bottom: 4px; }
.about-text-link span { margin-left: 10px; color: var(--copper-light); }
.about-page a:hover { color: var(--copper-light); }
.about-page a:focus-visible { outline: 2px solid var(--copper-light); outline-offset: 5px; }
@media (max-width: 760px) {
  .about-intro { padding: 28px 0 32px; }
  .about-intro-grid { grid-template-columns: 1fr; gap: 24px; }
  .about-intro-copy { grid-row: 1; }
  .about-intro h1 { font-size: 48px; margin-bottom: 18px; }
  .about-intro-copy > p.about-opening { font-size: 20px; }
  .about-portrait { width: min(100%, 350px); justify-self: center; }
  .about-chapter { padding: 28px 0; }
  .about-copy p { font-size: 16px; line-height: 1.8; }
  .about-story { padding-bottom: 10px; }
}
