:host { display:block; }
.footer { background-color:#5a5a5a; color:#ffffff; padding:20px 0; }
.footer-inner { max-width:1200px; margin:0 auto; padding:0 60px; display:grid; grid-template-columns:1fr 2fr 1fr; gap:32px; align-items:start; }
.footer-logo { height:15em; filter:grayscale(100%) brightness(1.2); }
.footer-left { display:flex; justify-content:center; }
.footer-org-title { font-size:28px; font-weight:800; text-align:center; margin:0 0 8px 0; }
.footer-legal { font-size:13px; color:rgba(255,255,255,0.75); text-align:center; margin:0 0 16px 0; }
.footer-paragraph { font-size:12px; color:rgba(255,255,255,0.92); line-height:1.7; text-align:center; margin:0 0 10px 0; }
.footer-branch-title { font-size:15px; font-weight:800; margin:0 0 8px 0; }
.footer-branch-text { font-size:12px; color:rgba(255,255,255,0.92); margin:2px 0; }
@media(max-width:768px){ .footer-inner{ padding:0 20px; grid-template-columns:1fr; text-align:center;} .footer-left,.footer-right{ justify-self:center; } }