/* Real Samuel portrait: recognition at the beginning, evidence and next step. */
.samuel-presence{display:flex;align-items:center;gap:20px;margin:28px 0;color:inherit;max-width:56ch;text-align:left}
.samuel-presence__photo{display:block;position:relative;flex:0 0 96px;width:96px;height:112px;overflow:clip;border-radius:var(--r-md,8px)}
.samuel-presence__photo>img{display:block;position:absolute;width:360%;height:auto;max-width:none;left:-135%;top:-120%}
.samuel-presence__copy{min-width:0}
.samuel-presence__name{display:block;font:400 24px/1.2 var(--display);color:inherit}
.samuel-presence__role{display:block;margin-top:7px;font:400 13px/1.55 var(--ui);color:inherit;max-width:42ch}
.samuel-presence--entry{margin:20px 0 0;gap:16px}
.samuel-presence--entry .samuel-presence__photo{flex-basis:72px;width:72px;height:80px}
.samuel-presence--entry .samuel-presence__name{font-size:21px}
.samuel-presence--entry .samuel-presence__role{font-size:12px;margin-top:4px}
.samuel-presence--contact{margin:0 0 32px;padding-bottom:28px;border-bottom:1px solid currentColor}
.home-person img{object-position:50% 36%}
.pitch-visual .samuel-portrait{margin:0}
.samuel-portrait__frame{display:block;height:clamp(340px,42vw,520px);overflow:clip}
.pitch-visual .samuel-portrait__frame>img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 36%;transform:scale(1.65);transform-origin:51% 35%}
.pitch-visual .samuel-portrait>figcaption{font:400 14px/1.6 var(--ui);margin-top:14px;color:inherit}
.samuel-portrait>figcaption strong{display:block;font:400 28px/1.25 var(--display);margin-bottom:6px}
@media(max-width:640px){
  .samuel-presence{gap:16px}
  .samuel-presence__photo{flex-basis:80px;width:80px;height:96px}
  .samuel-presence__name{font-size:23px}
  .samuel-presence--entry .samuel-presence__name{font-size:21px}
  .samuel-presence--contact{align-items:flex-start}
  .samuel-portrait__frame{height:380px}
}
