.collaborators{display:grid;gap:2rem;margin:2rem 0 5rem}.collaborator-card{display:grid;grid-template-columns:1fr 1fr;border:1px solid #343434;background:#101010}.collaborator-visual{min-width:0;align-self:center}.collaborator-visual img,.collaborator-visual iframe{display:block;width:100%;aspect-ratio:16/9;object-fit:contain;border:0}.collaborator-body{padding:clamp(1.25rem,3vw,3rem);min-width:0}.collaborator-body h2{font-family:Arial,sans-serif;font-size:clamp(1.4rem,3vw,2.3rem);letter-spacing:0;line-height:1.2}.collaborator-body p{white-space:pre-line;line-height:1.75;color:#ccc;margin:1rem 0 1.5rem}.collaborator-body a{display:block;margin-top:1rem;color:#ddd}.collaborator-body audio,.collaborator-body video{width:100%}@media(max-width:760px){.collaborator-card{grid-template-columns:1fr}}