.avatar{position:relative;width:168px;height:168px;flex:0 0 168px}
.masthead .avatar img{position:absolute;inset:0;display:block;width:100%;height:100%;margin:0;transition:opacity .2s ease}
.masthead .avatar-illustration{object-fit:contain;opacity:1}
.masthead .avatar-photo{object-fit:cover;opacity:0;filter:none;mix-blend-mode:normal;border-radius:4px}
.avatar.is-hovered .avatar-illustration{opacity:0}
.avatar.is-hovered .avatar-photo{opacity:1}
.detail-placeholder{min-height:160px;display:grid;place-items:center;text-align:center;padding:24px}
.detail-placeholder p{font-family:'Space Grotesk',Arial,sans-serif;color:var(--red);font-size:clamp(20px,2.4vw,28px);font-weight:500;margin:0;line-height:1.4}
@media(max-width:1050px){.avatar{width:136px;height:136px;flex-basis:136px}}
@media(max-width:740px){.masthead{grid-template-columns:104px minmax(0,1fr)}.avatar{width:104px;height:104px;grid-row:1/3;flex-basis:104px}.identity h1{font-size:clamp(26px,7vw,36px)}.masthead address{overflow-wrap:anywhere;min-width:0}.detail-placeholder{min-height:140px;padding:16px}}
@media(prefers-reduced-motion:reduce){.masthead .avatar img{transition:none}}
