/* V23 — Footer plus vivant, cohérent avec la palette du refuge */
.footer-cta {
  background: #e5a72d;
  border-top: 1px solid rgba(23,61,49,.12);
}

.footer-cta_inner {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.footer-cta_text {
  display: grid;
  gap: 4px;
  color: #173d31;
}

.footer-cta_kicker {
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-cta_text strong {
  font-family: var(--display, Georgia, serif);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.08;
}

.footer-cta_actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-cta_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 850;
  border: 1px solid #173d31;
}

.footer-cta_link--animals {
  color: #173d31;
  background: rgba(255,255,255,.38);
}

.footer-cta_link--don {
  color: #fff;
  background: #173d31;
}

.site-footer-v23 {
  margin: 0 !important;
  padding: 0 !important;
  background: #2f4c62   !important;
  color: #fff;
}

.footer-v23_grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) .72fr 1fr 1fr;
  gap: 0;
  padding-top: 56px;
  padding-bottom: 46px;
}

.footer-v23_grid > section,
.footer-v23_grid > nav {
  min-width: 0;
  padding: 0 30px;
  border-left: 1px solid rgba(255,255,255,.12);
}

.footer-v23_grid > :first-child {
  padding-left: 0;
  border-left: 0;
}

.footer-v23_grid > :last-child {
  padding-right: 0;
}

.footer-v23_identity {
  display: block !important;
}

.footer-v23_logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff !important;
  text-decoration: none;
  font-family: var(--display, Georgia, serif);
  font-size: 1.35rem !important;
  font-weight: 750;
  line-height: 1.05;
}

.footer-v23_logo img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  background: #fff;
  mix-blend-mode: normal;
}

.footer-v23_intro {
  max-width: 430px;
  margin: 20px 0 18px !important;
  color: rgba(255,255,255,.76) !important;
  font-size: .92rem !important;
  line-height: 1.65;
}

.footer-v23_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.footer-v23_badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.78) !important;
  font-size: .76rem !important;
}

.footer-v23_facebook {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #f2c45c !important;
  font-weight: 800;
  text-decoration: none;
}

.footer-v23_title {
  margin: 0 0 18px !important;
  color: #fff !important;
  font-size: .74rem !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.footer-v23_col {
  display: flex;
  flex-direction: column;
  align-items: stretch !important;
  gap: 0 !important;
}

.footer-v23_col > a:not(.footer-v23_info),
.footer-v23_contact-link {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.78) !important;
  font-size: .89rem !important;
  text-decoration: none;
}

.footer-v23_col > a:hover,
.footer-v23_contact-link:hover,
.footer-v23_facebook:hover {
  color: #dca43b  !important;
}

.footer-v23_info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  color: rgba(255,255,255,.78) !important;
  font-size: .88rem !important;
  line-height: 1.5;
  text-decoration: none;
}

.footer-v23_info > div {
  display: grid;
  gap: 2px;
}

.footer-v23_icon {
  width: 20px;
  flex: 0 0 20px;
  color: #f2c45c !important;
  font-size: .9rem !important;
}

.footer-v23_horaires {
  display: block;
  white-space: pre-line;
  color: rgba(255,255,255,.76) !important;
  font-size: .86rem !important;
  line-height: 1.55;
}

.footer-v23_contact-link {
  margin-top: 12px;
  color: #f2c45c !important;
  font-weight: 800;
}

.footer-v23_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 22px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255,255,255,.15);
}

.footer-v23_legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: rgba(255,255,255,.5);
  font-size: .78rem;
}

.footer-v23_legal a {
  color: rgba(255,255,255,.65) !important;
  text-decoration: none;
}

.footer-v23_legal a:hover {
  color: #fff !important;
}

.footer-v23_credit {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  justify-content: end;
  column-gap: 6px;
  row-gap: 2px;
  text-align: right;
}

.footer-v23_credit-label {
  color: rgba(255,255,255,.48) !important;
  font-size: .74rem !important;
}

.footer-v23_credit a {
  color: #dca43b  !important;
  font-size: .8rem !important;
  font-weight: 900;
  text-decoration: none;
}

.footer-v23_credit small {
  grid-column: 1 / -1;
  color: rgba(255,255,255,.38);
  font-size: .68rem;
}

@media (max-width: 1100px) {
  .footer-v23_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 38px;
  }

  .footer-v23_grid > section,
  .footer-v23_grid > nav {
    padding: 0 24px;
  }

  .footer-v23_grid > :nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .footer-cta_inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-cta_actions {
    width: 100%;
  }

  .footer-cta_link {
    justify-content: center;
    flex: 1 1 160px;
  }

  .footer-v23_grid {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .footer-v23_grid > section,
  .footer-v23_grid > nav {
    padding: 26px 0;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.11);
  }

  .footer-v23_grid > :first-child {
    padding-top: 0;
    border-top: 0;
  }

  .footer-v23_bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-v23_credit {
    justify-content: start;
    text-align: left;
  }
}
