/* TLC Footer */
.tlc-footer {
  border-top: 1px solid color-mix(in srgb, var(--tlc-brass) 10%, transparent);
  background: var(--tlc-ink);
  padding: 4rem 1.5rem 2.5rem;
}
.tlc-footer__inner { margin: 0 auto; max-width: 72rem; }

.tlc-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 640px) { .tlc-footer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .tlc-footer__grid { grid-template-columns: repeat(4, 1fr); } }

.tlc-footer__logo { height: 2.5rem; width: auto; display: block; }
.tlc-footer__tagline { margin: 1rem 0 0; font-size: 0.875rem; line-height: 1.625; color: var(--tlc-fog); }

.tlc-footer__col-head {
  margin: 0;
  font-family: var(--tlc-font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--tlc-brass-soft);
}
.tlc-footer__list { list-style: none; margin: 1rem 0 0; padding: 0; }
.tlc-footer__list > li + li { margin-top: 0.5rem; }

.tlc-footer__link {
  font-size: 0.875rem;
  color: var(--tlc-fog);
  text-decoration: none;
  transition: color 0.2s ease;
}
.tlc-footer__link:hover { color: var(--tlc-brass-soft); }

.tlc-footer__address { font-style: normal; margin-top: 1rem; font-size: 0.875rem; color: var(--tlc-fog); }
.tlc-footer__address > p { margin: 0 0 0.5rem; }
.tlc-footer__address-link { display: block; }
.tlc-footer__address-link + .tlc-footer__address-link { margin-top: 0.25rem; }

.tlc-footer__bottom {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 1px solid color-mix(in srgb, var(--tlc-brass) 10%, transparent);
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  color: var(--tlc-fog);
}
.tlc-footer__bottom p { margin: 0; }
@media (min-width: 768px) { .tlc-footer__bottom { flex-direction: row; text-align: left; } }
.tlc-footer__policies { display: flex; gap: 1.25rem; }
