/* Global footer - five-column information architecture and readable brand lockup. */
.footer .footer-main {
  padding: clamp(3.5rem, 5vw, 5rem) 0 !important;
}

.footer .footer-grid {
  align-items: start;
  gap: clamp(2rem, 3vw, 3.5rem) !important;
}

.footer .footer-brand {
  position: relative;
  min-width: 0;
}

.footer .footer-brand::before {
  content: "La Francilienne\A de Peinture";
  position: absolute;
  top: .3rem;
  left: 4.35rem;
  color: #fff;
  font: 400 1.05rem/1.1 "DM Serif Display", Georgia, serif;
  white-space: pre;
}

.footer .footer-logo {
  width: 56px !important;
  height: 56px !important;
  margin: 0 0 1.55rem !important;
  object-fit: contain;
}

.footer .footer-brand > p {
  max-width: 32rem;
  color: #b9c4d5 !important;
  font-size: .85rem !important;
  line-height: 1.65;
}

.footer .footer-title {
  margin-bottom: 1.15rem !important;
  padding-bottom: .75rem;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  font-family: "DM Sans", sans-serif !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer .footer-section li {
  margin-bottom: .48rem !important;
}

.footer .footer-section a:not(.btn) {
  font-size: .82rem !important;
  line-height: 1.45;
}

.footer .footer-contact p {
  margin-bottom: .9rem !important;
}

.footer .footer-cta {
  min-height: 46px;
  margin-top: .6rem !important;
  padding-inline: 1.15rem !important;
  font-size: .84rem !important;
}

.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

@media (min-width: 1200px) {
  .footer .footer-grid {
    grid-template-columns: minmax(240px, 1.35fr) minmax(150px, .82fr) minmax(160px, 1fr) minmax(170px, 1.05fr) minmax(210px, 1.2fr) !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .footer .footer-main {
    padding: 3rem 0 !important;
  }

  .footer .footer-grid {
    gap: 2.4rem !important;
  }

  .footer .footer-brand::before {
    left: 4rem;
  }
}
