/* TransSP global site footer */
.tsp-footer{padding:3.5rem 0 0;background:var(--color-navy-dark);color:var(--color-white);font-family:var(--font-body)}
.tsp-footer__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);gap:clamp(2.5rem,6vw,6rem);align-items:center;width:min(1180px,calc(100% - 40px));margin-inline:auto}
.tsp-footer__brand>a{display:inline-block}
.tsp-footer__brand img{display:block;width:min(390px,100%);height:auto}
.tsp-footer__brand h2{max-width:580px;margin:1.5rem 0 .75rem;color:var(--color-white);font-family:var(--font-heading);font-size:1.15rem;line-height:1.35;letter-spacing:-.02em}
.tsp-footer__brand p{max-width:560px;margin:0;color:#bac7cd;font-size:.9rem;line-height:1.65}
.tsp-footer__links{display:flex;flex-wrap:wrap;gap:.75rem 1.4rem;margin-top:1.5rem}
.tsp-footer__links a{min-height:44px;display:inline-flex;align-items:center;color:var(--color-white);font-size:.83rem;font-weight:600;text-decoration:none}
.tsp-footer__links a:hover{color:var(--color-white)}
.tsp-footer__links a:focus-visible,.tsp-footer__bottom a:focus-visible{outline:3px solid var(--color-yellow);outline-offset:3px}
.tsp-footer__visual{display:block;width:100%;height:auto;max-height:280px;object-fit:cover;border-radius:6px}
.tsp-footer__bottom{display:flex;justify-content:space-between;gap:1rem;width:min(1180px,calc(100% - 40px));margin:3rem auto 0;padding:1.25rem 0;border-top:1px solid rgba(255,255,255,.13);color:#aebcc2;font-size:.72rem}
.tsp-footer__bottom a{color:inherit;text-decoration:none}
.tsp-footer__bottom a:hover{color:var(--color-white)}
@media(max-width:800px){.tsp-footer__inner{grid-template-columns:1fr}.tsp-footer__visual{max-height:240px}.tsp-footer__bottom{flex-direction:column;margin-top:2.5rem}}
@media(max-width:600px){.tsp-footer{padding-top:2.75rem}.tsp-footer__inner,.tsp-footer__bottom{width:min(100% - 28px,1180px)}.tsp-footer__brand h2{font-size:1.05rem}.tsp-footer__visual{max-height:200px}.tsp-footer__bottom{margin-top:2rem}}

/* Global footer presentation used across every project page. */
.elementor-location-footer:not(.tsp-footer){display:none!important}
.tsp-footer{padding:2.75rem 0 0;background:#b40000;color:#fff}
.tsp-footer__inner{grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:clamp(3rem,8vw,8rem);align-items:center}
.tsp-footer__brand img{width:min(400px,100%)}
.tsp-footer__brand h2{max-width:440px;margin:1rem 0 .65rem;font-size:1rem;line-height:1.25}
.tsp-footer__brand p{max-width:480px;color:#fff;font-size:.75rem;line-height:1.45}
.tsp-footer__links{margin-top:1rem}
.tsp-footer__visual{max-height:300px;border-radius:0;object-position:center}
.tsp-footer__bottom{width:100%;max-width:none;margin:2.75rem 0 0;padding:1rem max(20px,calc((100% - 1180px)/2));background:#fff;border-top:0;color:var(--color-navy-dark);font-size:.68rem}

@media(max-width:800px){
  .tsp-footer__inner{grid-template-columns:1fr;gap:2rem}
  .tsp-footer__visual{max-height:260px}
  .tsp-footer__bottom{margin-top:2.25rem}
}
@media(max-width:600px){
  .tsp-footer{padding-top:2.25rem}
  .tsp-footer__brand h2{font-size:.95rem}
  .tsp-footer__visual{max-height:210px}
  .tsp-footer__bottom{padding:1rem 14px}
}
