.project-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:32px}
.project-card{margin:0;min-width:0;background:#fff;border:1px solid var(--line);border-radius:7px;overflow:hidden}
.project-card>a{display:block;overflow:hidden;background:#eaf0f4}
.project-card img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;transition:transform .25s ease}
.project-card>a:hover img{transform:scale(1.025)}
.project-card>a:focus-visible{outline:3px solid var(--blue);outline-offset:-3px}
.project-card figcaption{padding:19px 21px}
.project-card h3{font-size:18px;line-height:1.5;margin:0;color:var(--navy);overflow-wrap:anywhere}
.partners-grid{list-style:none;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:28px 0 0;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.partners-grid li{padding:20px 24px;display:flex;align-items:center;min-height:82px;background:#fff;border-bottom:1px solid var(--line);border-right:1px solid var(--line);font-size:15px;line-height:1.65;overflow-wrap:anywhere}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}
.section-heading .text-link{color:var(--blue);font-size:14px;font-weight:700;white-space:nowrap;padding:8px 0}
.partners-note{color:var(--muted);font-size:13px;margin:16px 0 0}
.case-page .page-hero{padding:60px 0}
.case-page .section{padding:64px 0}
.project-consult{display:flex;justify-content:space-between;align-items:center;gap:28px}
.project-consult .btn{white-space:nowrap;margin-top:0}
@media(max-width:950px){.partners-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-gallery{gap:16px}.project-card figcaption{padding:16px}.project-card h3{font-size:16px}}
@media(max-width:800px){.project-gallery{grid-template-columns:1fr}.project-card img{aspect-ratio:3/2}.partners-grid li{padding:16px 14px;font-size:14px;min-height:78px}.case-page .section{padding:46px 0}.section-heading,.project-consult{align-items:flex-start;flex-direction:column;gap:10px}}
@media(prefers-reduced-motion:reduce){.project-card img{transition:none}.project-card>a:hover img{transform:none}}
