/* ── Footer v5 — No CTA section, clean ── */
.site-footer { background: var(--navy); }

.footer-main { padding: 3.5rem 0 2rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.4fr;
  gap: 2.5rem;
}
@media (max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 600px)  { .footer-grid { grid-template-columns: 1fr; } }

.footer-logo { display: inline-flex; margin-bottom: 1rem; }
.footer-logo img { height: 52px; width: auto; }

.footer-tagline { color: rgba(255,255,255,.45); font-size: .875rem; line-height: 1.7; max-width: 250px; }
.footer-social   { display: flex; gap: .5rem; margin-top: 1.125rem; }
.social-ico {
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-sm); color: rgba(255,255,255,.5); text-decoration: none;
  transition: all 0.15s;
}
.social-ico:hover { background: var(--orange); border-color: var(--orange); color: #fff; }

.footer-heading {
  font-family: var(--font-display); font-size: .65rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.918); margin-bottom: 1.125rem;
}
.footer-links { display: flex; flex-direction: column; gap: .625rem; list-style: none; padding: 0; }
.footer-link {
  color: rgba(255,255,255,.55); font-size: .88rem;
  font-family: var(--font-display); transition: color .15s; text-decoration: none;
}
.footer-link:hover { color: var(--orange); }
.footer-company-link { display: flex; align-items: center; gap: .5rem; }

.footer-contact { display: flex; flex-direction: column; gap: .75rem; list-style: none; padding: 0; }
.footer-contact li { display: flex; align-items: flex-start; gap: .5rem; color: rgba(255,255,255,.5); font-size: .82rem; line-height: 1.6; }
.footer-contact svg { flex-shrink: 0; margin-top: 2px; color: var(--orange); }
.footer-contact a { color: rgba(255,255,255,.5); text-decoration: none; transition: color .15s; }
.footer-contact a:hover { color: var(--orange); }

.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 1.125rem 0; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
@media (max-width: 600px) { .footer-bottom-inner { flex-direction: column; text-align: center; } }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { color: rgba(255,255,255,.3); font-size: .75rem; text-decoration: none; transition: color .15s; }
.footer-legal a:hover { color: rgba(255,255,255,.65); }
