.credits-main{max-width:1200px;margin:auto;padding:3rem 1.25rem}
.credits-heading{max-width:800px;margin-bottom:3rem}
.credits-heading h1{font-size:clamp(2.2rem,5vw,3.7rem);line-height:1.1}
.credits-heading>p{font-size:1rem;line-height:1.7}
.credits-section{padding:2rem 0;border-top:1px solid var(--line);scroll-margin-top:110px}
.credits-section h2{font-size:1.5rem;line-height:1.3;margin:0 0 1.5rem}
.credits-section h2 a:hover{color:var(--red)}
.credits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}
.credit-entry{min-width:0}
.credit-images{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}
.credit-images a{display:block;min-width:0;flex:1 1 100px}
.credit-images img{display:block;width:100%;height:145px;object-fit:cover}
.credit-copy{font-size:.875rem;line-height:1.7;overflow-wrap:anywhere}
.credit-copy a{text-decoration:underline;text-underline-offset:3px}
.credit-copy strong,.credit-copy span{display:inline;font-size:inherit;color:inherit}
@media(max-width:900px){.credits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.credits-grid{grid-template-columns:1fr}.credits-main{padding-top:2rem}.credits-section{scroll-margin-top:80px}}
