/* Full compositions, with transparent space around the characters and their work. */
.character-illustration{display:block;object-fit:contain;max-width:100%;height:auto;pointer-events:none;}
.audience-insight-top.character-fieldnote{display:grid;grid-template-columns:110px 1fr;gap:4px 16px;justify-content:start;align-items:center;margin-bottom:10px;}
.character-fieldnote .character-inspector{width:110px;grid-row:1 / 3;}
.character-fieldnote .audience-insight-count{align-self:end;font-size:12px;}
.character-fieldnote>span:last-child{align-self:start;font-size:12px;letter-spacing:.03em;}
.character-resource-guide .character-resources{width:min(100%,330px);margin:12px auto 12px;}
.capacity-model-results .character-capacity{width:min(100%,300px);margin:-8px auto 14px;}
.character-workshop-note{display:flex;align-items:center;gap:22px;margin:0 0 28px;}
.character-workshop-note .character-workshop{width:180px;flex:0 0 180px;}
.character-workshop-note p{font-size:16px;line-height:1.5;margin:0;color:var(--ink);}
.character-workshop-note p>span{display:block;font:12px/1.5 ui-monospace,monospace;letter-spacing:.05em;color:var(--muted);margin-bottom:6px;}
body.story-site .character-closing{position:relative;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,1fr);gap:24px;align-items:center;padding-right:var(--story-space);}
body.story-site .character-closing .closing-copy{min-width:0;padding-right:0;}
.character-closing-art{width:100%;max-width:320px;justify-self:center;}
@media(max-width:760px){
 body.story-site .character-closing{grid-template-columns:1fr;gap:0;padding-right:0;padding-bottom:32px;}
 .character-closing-art{width:calc(100% - 40px);max-width:360px;}
 body.story-site .character-closing .closing-copy{padding-right:var(--story-space);padding-bottom:18px;}
 .character-resource-guide .character-resources{max-width:270px;margin:0 auto 18px;}
 .audience-insight-top.character-fieldnote{grid-template-columns:90px 1fr;gap:4px 12px;}
 .character-fieldnote .character-inspector{width:90px;}
 .character-workshop-note{gap:16px;}
 .character-workshop-note .character-workshop{width:125px;flex-basis:125px;}
 .capacity-model-results .character-capacity{max-width:240px;}
}

/* Preserve the entire silhouette, including every antenna tip. */
body img.character-illustration{object-fit:contain;object-position:center;box-sizing:border-box;padding:10px 6px;clip-path:none;border:0;}
.character-workshop-note,.character-fieldnote{overflow:visible;}
.character-workshop-note{align-items:start;}

/* Dimensional miniatures retain full silhouettes at the smallest 90px placement. */
.character-illustration{isolation:isolate;filter:none;mix-blend-mode:normal;}
[data-theme="dark"] .character-illustration{filter:drop-shadow(0 3px 6px rgba(0,0,0,.28));}
@media (prefers-reduced-motion:reduce){.character-illustration{animation:none!important;transform:none!important;}}
