/* ---------- Иллюстрации разделов (19.09.2026) ---------- */
.shot{margin:22px 0;border:1px solid rgba(128,128,128,.28);border-radius:14px;overflow:hidden;background:transparent}
.shot img{display:block;width:100%;height:auto}
.shot figcaption{padding:12px 16px;font-size:13.5px;line-height:1.55;opacity:.72}
.shot figcaption a{color:inherit;text-decoration:underline}
.shots{display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin:22px 0}
.shots.two{grid-template-columns:repeat(2,1fr)}
.shots .shot{margin:0}
.shots .shot figcaption{font-size:12.5px;padding:10px 12px}
.shot.tight{max-width:520px;margin-left:auto;margin-right:auto}
.shot.bion{max-width:200px;text-align:center}
.shot.bion img{margin:0 auto;width:132px}
@media (max-width:820px){.shots{grid-template-columns:repeat(2,1fr)}.shots.two{grid-template-columns:1fr}}
@media (max-width:560px){.shots,.shots.two{grid-template-columns:1fr}}
