.builder-info-grid{gap:2rem;grid-template-columns:1fr 1fr 1fr}.builder-info-card{display:flex;flex-direction:column;overflow:hidden}.builder-photo{height:240px;margin-bottom:0;overflow:hidden;position:relative;width:100%}.builder-photo img{display:block;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.builder-info-card:hover .builder-photo img{transform:scale(1.05)}.builder-logo{align-items:center;background:#f9fafb;border-radius:8px;display:flex;justify-content:center;margin-bottom:1rem;padding:.75rem}.builder-logo img{display:block;height:auto;max-height:130px;max-width:280px;object-fit:contain;width:auto}.builder-name{color:var(--text-900);font-family:var(--heading);font-size:1.5rem;margin:0 0 1rem;text-align:center}.builder-info-item{align-items:flex-start;color:#374151;display:flex;font-size:.95rem;gap:.75rem;line-height:1.5;margin-bottom:.75rem}.info-icon{color:var(--brand,#405814);flex-shrink:0;margin-top:2px}.builder-button-wrapper{display:flex;justify-content:center;margin-top:1.5rem}.builder-button{align-items:center;background:var(--brand,#405814);border:1px solid transparent;border-radius:9999px;color:#fff;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:.2s ease}.builder-button:hover{background:var(--brand-600,#1f6b9a);box-shadow:0 4px 12px rgba(0,0,0,.15);color:#fff;text-decoration:none;transform:translateY(-2px)}.builder-button:focus{outline:2px solid var(--brand,#405814);outline-offset:2px}.button-icon{flex-shrink:0;transition:transform .2s ease}.builder-button:hover .button-icon{transform:translate(2px,-2px)}.builder-info-card .builder-photo+.card-body{padding:1.5rem}@media (max-width:768px){.builder-info-grid{gap:1.5rem;grid-template-columns:1fr}.builder-photo{height:200px}.builder-logo img{max-height:60px;max-width:150px}.builder-name{font-size:1.25rem}.builder-button{justify-content:center;width:100%}}