/*
 * Tivra — Footer
 * ──────────────
 * Faixa inferior com um wash (imagem CAG subtil) e a marca
 * + cidade.
 *
 * Tokens consumidos: --line, --container-max, --gutter.
 */

footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
}

footer .wash {
  position: absolute;
  inset: 0;
  background: url("../../assets/cag-footer.webp") center center / min(520px, 55%) auto no-repeat;
}

footer .inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 28px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
