.arche-core-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(1rem,3vw,2rem);margin:2rem 0}.arche-core-card,.arche-partner-card{overflow:hidden;border:1px solid #e8e5df;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(28,48,39,.07)}.arche-core-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.arche-core-card-body{padding:1.25rem}.arche-core-card h3{margin:0 0 .25rem}.arche-core-role{margin:.1rem 0 .8rem;color:#51715f;font-weight:700}.arche-partner-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));align-items:stretch}.arche-partner-card{display:flex;min-height:130px;align-items:center;justify-content:center;padding:1.25rem}.arche-partner-card a{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.arche-partner-card img{width:100%;max-width:190px;max-height:90px;object-fit:contain;filter:grayscale(15%);transition:.2s}.arche-partner-card a:hover img{filter:none;transform:scale(1.03)}