.site-footer-unified{box-sizing:border-box;border-top:1px solid rgba(255,255,255,.12);padding:3rem 0 2rem;background:#171b1f;color:#fff}
.site-footer-unified *{box-sizing:border-box}
.site-footer-unified__inner{width:100%;max-width:1180px;margin:0 auto;padding:0 1.5rem}
.site-footer-unified__grid{display:grid;grid-template-columns:minmax(280px,1fr) auto auto;justify-content:space-between;gap:4rem;margin-bottom:2rem}
.site-footer-unified__brand{max-width:22rem}
.site-footer-unified__logo-link{display:block;width:max-content;padding:0}
.site-footer-unified__logo{display:block;width:auto;height:45px;filter:brightness(0) invert(1);opacity:.92}
.site-footer-unified__tagline{margin:1.15rem 0 0;color:#fff;font-size:.9rem;line-height:1.5;white-space:nowrap}
.site-footer-unified__social{display:flex;gap:.55rem;margin:1.15rem 0 1rem}
.site-footer-unified__social a{display:flex;width:44px;height:44px;align-items:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,.72);border-radius:50%;color:#fff;transition:background .2s,color .2s,border-color .2s}
.site-footer-unified__social a:hover,.site-footer-unified__social a:focus-visible{border-color:#fff;background:#fff;color:#171b1f}
.site-footer-unified__social svg{width:21px;height:21px;fill:currentColor}
.site-footer-unified__contact{display:grid;gap:.65rem}
.site-footer-unified__contact a,.site-footer-unified__contact address{padding:0;color:rgba(255,255,255,.82);font-size:.94rem;font-style:normal;line-height:1.5;text-decoration:none}
.site-footer-unified__contact a:hover{color:#fff;text-decoration:underline}
.site-footer-unified__column h3{margin:0 0 1rem;color:rgba(255,255,255,.5);font-family:'Nunito',sans-serif;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.site-footer-unified__column a{display:block;padding:.25rem 0;color:rgba(255,255,255,.88);font-size:.92rem;line-height:1.5;text-decoration:none}
.site-footer-unified__column a:hover,.site-footer-unified__column a:focus-visible{color:#fff}
.site-footer-unified__bottom{padding-top:1.1rem;border-top:1px solid rgba(255,255,255,.18);color:#ffe58a;font-size:.8rem;line-height:1.6;text-align:center}
.site-footer-unified__bottom a{color:inherit;text-decoration:underline;text-underline-offset:3px}
@media(max-width:760px){
  .site-footer-unified{padding:2.5rem 0 1.5rem}
  .site-footer-unified__grid{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}
  .site-footer-unified__brand{grid-column:1/-1;max-width:none}
  .site-footer-unified__tagline{white-space:normal}
}
