.case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--sp-4);align-items:stretch}@media(max-width:1024px){.case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.case-grid{grid-template-columns:minmax(0,1fr)}}.case-card{display:flex;flex-direction:column;align-items:stretch;width:100%;background:#fff;border:none;border-radius:var(--radius-lg);overflow:hidden;transition:transform .28s var(--ease),box-shadow .28s var(--ease);box-shadow:0 8px 28px -6px #0000001a,0 4px 12px -4px #0000000f}.case-card:nth-child(odd){box-shadow:0 8px 28px -6px #d32f2f24,0 4px 12px -4px #0000000f}.case-card:nth-child(2n){box-shadow:0 8px 28px -6px #0d47a129,0 4px 12px -4px #0000000f}.case-card:hover{transform:translateY(-3px);box-shadow:0 20px 44px -12px #00000024,0 8px 20px -8px #0d47a11a}.case-card__img{flex:0 0 auto;width:100%;aspect-ratio:4 / 3;min-height:220px;max-height:320px;overflow:hidden;align-self:stretch;background:linear-gradient(135deg,#0b1220,#1a2540);position:relative}.case-card:nth-child(odd) .case-card__img{box-shadow:inset 0 3px 0 0 var(--accent)}.case-card:nth-child(2n) .case-card__img{box-shadow:inset 0 3px 0 0 var(--trust)}.case-card__img img{width:100%;height:100%;min-height:100%;object-fit:cover;transition:transform .5s var(--ease)}.case-card:hover .case-card__img img{transform:scale(1.04)}.case-card__placeholder{width:100%;height:100%;min-height:220px;display:flex;align-items:center;justify-content:center;font-size:clamp(2.1rem,5vw,3rem);color:#d32f2f1f}.case-card__body{padding:var(--sp-3);flex:1;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;background:linear-gradient(180deg,#fff,#fcfcfd)}.case-card__client{display:inline-flex;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.5rem}.case-card__client i{font-size:.625rem}.case-card__body h3{font-size:1.125rem;font-weight:700;color:var(--text);margin-bottom:.5rem;line-height:1.3}.case-card__body p{font-size:var(--small);color:var(--muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 var(--sp-2)}.case-card__tags{display:flex;gap:.375rem;flex-wrap:wrap;margin-top:auto;padding-top:var(--sp-2);border-top:1px solid rgba(0,0,0,.05)}.case-card__tag{font-size:.625rem;font-weight:700;padding:.2rem .6rem;background:var(--accent-soft);color:var(--accent);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em}@media(prefers-reduced-motion:reduce){.case-card:hover,.case-card:hover .case-card__img img{transform:none}}
