/* Native Qualifikationszeilen: nur der bestätigte Home-Porträtabschnitt. */
.page-home .home-founder{scroll-margin-top:88px}
.page-home .home-founder .founder-grid>*{min-width:0}
.page-home .founder-credentials{margin-top:32px;border-top:1px solid rgba(184,155,106,.5)}
.page-home .founder-credentials details{margin:0;border:0;border-bottom:1px solid rgba(184,155,106,.3);background:transparent}
.page-home .founder-credentials summary{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:88px;padding:20px 0;cursor:pointer;list-style:none;color:var(--text-light);transition:background-color .25s ease}
.page-home .founder-credentials summary::-webkit-details-marker{display:none}
.page-home .founder-credentials summary::after{content:none}
.page-home .founder-credentials summary>span:first-child{min-width:0}
.page-home .founder-credential-title{display:block;font-family:var(--serif);font-size:clamp(25px,2.3vw,30px);line-height:1.16;font-weight:400;color:var(--text-light)}
.page-home .founder-credential-preview{display:block;margin-top:7px;font-family:var(--sans);font-size:12.5px;font-weight:400;line-height:1.65;color:#bcb4a9}
.page-home .founder-credential-icon{position:relative;flex:0 0 20px;width:20px;height:20px;margin-right:3px}
.page-home .founder-credential-icon::before,.page-home .founder-credential-icon::after{content:"";position:absolute;left:3px;right:3px;top:9px;height:1px;background:var(--gold-light)}
.page-home .founder-credential-icon::after{transform:rotate(90deg);transition:transform .25s ease}
.page-home .founder-credentials details[open] .founder-credential-icon::after{transform:rotate(0)}
.page-home .founder-credentials summary:focus-visible{outline:2px solid var(--gold-light);outline-offset:4px;background:rgba(184,155,106,.07)}
.page-home .founder-credential-body{padding:0 32px 23px 0;color:#c5bdb3;font-size:14px;line-height:1.85}
.page-home .founder-credential-body p{margin:0 0 14px}
.page-home .founder-credential-body p:last-child{margin-bottom:0}
.page-home .founder-credential-body strong{font-weight:500;color:var(--text-light)}
.page-home .founder-credential-body a{display:inline-block;color:var(--gold-light);font-size:13px;line-height:1.7;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}
.page-home .founder-credential-body a span{display:inline-block;margin-left:6px}
@media(hover:hover) and (pointer:fine){.page-home .founder-credentials summary:hover{background:rgba(184,155,106,.05)}}
@media(max-width:560px){
  .page-home .founder-credentials summary{gap:14px;padding:20px 0}
  .page-home .founder-credential-title{font-size:26px}
  .page-home .founder-credential-body{padding-right:0}
}
@media(prefers-reduced-motion:reduce){
  .page-home .founder-credentials summary,.page-home .founder-credential-icon::after{transition:none}
}
