.footer {
  background: var(--bussiard-teal-deep);
  color: #fff;
  margin-top: 0;
  min-height: 35rem;
  overflow: hidden;
  padding: 3.7rem clamp(1.5rem, 4vw, 5rem) 1.5rem;
  position: relative;
}

.footer-menu,
.footer__legal,
.footer__legal > div:first-child,
.footer__payments,
.footer__newsletter-field,
.footer__socials > div {
  align-items: center;
  display: flex;
}

.footer-menu {
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 0;
}

.footer-menu a {
  color: #fff;
  font-size: 0.67rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer__inner {
  display: grid;
  gap: clamp(2rem, 3.35vw, 4rem);
  grid-template-columns: 0.9fr 1.15fr 0.8fr 1.12fr 1.28fr;
  margin: 0 auto;
  max-width: 110rem;
}

.footer__column,
.footer__direct,
.footer__reach,
.footer__newsletter {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.footer__column > span,
.footer__direct > span,
.footer__reach > span,
.footer__newsletter > span {
  color: var(--bussiard-gold);
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
}

.footer__column a {
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 0.55rem;
}

.footer__direct > div {
  display: grid;
  gap: 0.55rem;
}

.footer__direct i {
  font: 400 0.86rem/1.2 var(--font-display);
}

.footer__reach p,
.footer__newsletter > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  line-height: 1.6;
  margin: 0 0 0.35rem;
  max-width: 24rem;
}

.footer__newsletter > p {
  font-size: 0.62rem;
  line-height: 1.5;
  margin-bottom: 0.6rem;
  max-width: 20rem;
}

.footer__newsletter-field {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  max-width: 20rem;
  width: 100%;
}

.footer__newsletter-field input {
  background: transparent;
  border: 0;
  color: #fff;
  flex: 1;
  font: 0.65rem var(--font-ui);
  min-width: 0;
  padding: 0.45rem 0;
}

.footer__newsletter-field input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.footer__newsletter-field button {
  background: transparent;
  border: 0;
  color: #fff;
  font: 1rem var(--font-display);
}

.footer__socials {
  margin-top: 4.5rem;
}

.footer__socials > span {
  display: block;
  font: 0.9rem var(--font-display);
  margin-bottom: 0.55rem;
}

.footer__socials > div {
  gap: 1.25rem;
}

.footer__socials i {
  font: 700 0.86rem var(--font-display);
}

.footer__centre-brand {
  bottom: 4.85rem;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 42rem;
}

.footer__centre-brand img {
  display: block;
  height: 10.5rem;
  margin: 0 auto 0.38rem;
  object-fit: contain;
  width: 12.375rem;
}

.footer__centre-brand strong {
  display: block;
  font: 400 2.7rem/1 var(--font-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer__centre-brand a {
  color: rgba(255, 255, 255, 0.82);
  display: inline-block;
  font-size: 0.84rem;
  margin-top: 0.75rem;
}

.footer__legal {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.62rem;
  justify-content: space-between;
  left: clamp(1.5rem, 4vw, 5rem);
  letter-spacing: 0.08em;
  min-height: 4rem;
  position: absolute;
  right: clamp(1.5rem, 4vw, 5rem);
  text-transform: uppercase;
}

.footer__legal > div:first-child {
  gap: 2rem;
}

.footer__payments {
  gap: 0.4rem;
}

.footer__payments span {
  align-items: center;
  background: #f7f4ec;
  border-radius: 0.14rem;
  color: var(--bussiard-teal-deep);
  display: inline-flex;
  font-size: 0.4rem;
  font-weight: 700;
  height: 1.05rem;
  justify-content: center;
  letter-spacing: 0;
  min-width: 1.8rem;
  padding: 0 0.25rem;
  text-transform: none;
}

@media (max-width: 1180px) {
  .footer {
    min-height: 0;
    overflow: visible;
    padding-bottom: 2rem;
  }

  .footer__inner {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4rem;
  }

  .footer__centre-brand,
  .footer__legal {
    position: static;
  }

  .footer__centre-brand {
    margin: 0 auto 3rem;
    transform: none;
  }

  .footer__legal {
    min-height: 0;
    padding-top: 1.5rem;
  }
}

@media (max-width: 760px) {
  .footer__inner {
    grid-template-columns: 1fr;
  }

  .footer__centre-brand {
    max-width: 100%;
  }

  .footer__legal,
  .footer__legal > div:first-child {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer__legal {
    gap: 1.5rem;
  }

  .footer__payments {
    flex-wrap: wrap;
  }
}
