@font-face {
  font-family: "LCD Cormorant";
  src: url("../fonts/cormorant-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 700;
}

@font-face {
  font-family: "LCD Figtree";
  src: url("../fonts/figtree-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 800;
}

.lcd-site-footer-2026 {
  --lcd-footer-green: #17382f;
  --lcd-footer-green-deep: #0c2e26;
  --lcd-footer-copper: #a86f45;
  --lcd-footer-cream: #f6f1e8;
  --lcd-footer-white: #fff;
  background: var(--lcd-footer-green);
  color: var(--lcd-footer-white);
  font-family: "LCD Figtree", Arial, sans-serif;
  overflow: hidden;
}

.lcd-site-footer-2026 *,
.lcd-site-footer-2026 *::before,
.lcd-site-footer-2026 *::after {
  box-sizing: border-box;
}

.lcd-footer-newsletter {
  min-height: 340px;
  background-color: var(--lcd-footer-cream);
  background-image: url("../images/footer/newsletter-background.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--lcd-footer-green);
}

.lcd-footer-newsletter__inner {
  width: min(calc(100% - (var(--lcd-layout-gutter) * 2)), var(--lcd-layout-container));
  min-height: 340px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: clamp(280px, 22vw, 390px) minmax(300px, 440px) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(36px, 4vw, 72px);
}

.lcd-footer-newsletter__copy {
  grid-column: 2;
}

.lcd-footer-newsletter__copy h2 {
  margin: 0 0 22px;
  color: var(--lcd-footer-green);
  font-family: "LCD Cormorant", Georgia, serif;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 500;
  line-height: 0.93;
  letter-spacing: -0.025em;
  text-transform: none;
}

.lcd-footer-newsletter__copy p {
  margin: 0;
  color: #2f3734;
  font-size: 18px;
  line-height: 1.45;
}

.lcd-footer-newsletter__status {
  grid-column: 3;
  justify-self: stretch;
  margin: 0;
  padding: 22px 28px;
  border: 1px solid rgba(23, 56, 47, 0.34);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--lcd-footer-green);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.lcd-footer-main {
  background:
    radial-gradient(circle at 50% 0%, rgba(73, 107, 89, 0.2), transparent 44%),
    linear-gradient(120deg, var(--lcd-footer-green-deep), var(--lcd-footer-green));
}

.lcd-footer-main__inner {
  width: min(calc(100% - (var(--lcd-layout-gutter) * 2)), var(--lcd-layout-container));
  margin: 0 auto;
  padding: 66px 0 58px;
  display: grid;
  grid-template-columns: minmax(270px, 1.15fr) minmax(520px, 2.4fr) minmax(220px, 0.8fr);
  gap: clamp(38px, 4vw, 80px);
  align-items: start;
}

.lcd-footer-brand__link {
  display: grid;
  grid-template-columns: 74px 1px minmax(180px, 1fr);
  gap: 23px;
  align-items: center;
  color: var(--lcd-footer-white);
  text-decoration: none;
}

.lcd-footer-brand__link:hover,
.lcd-footer-brand__link:focus {
  color: var(--lcd-footer-white);
}

.lcd-footer-brand__link > img {
  width: 74px;
  height: 78px;
  object-fit: contain;
}

.lcd-footer-brand__divider {
  width: 1px;
  height: 82px;
  background: rgba(168, 111, 69, 0.9);
}

.lcd-footer-brand__wordmark {
  min-width: 0;
}

.lcd-footer-brand__wordmark strong {
  display: block;
  font-family: "LCD Cormorant", Georgia, serif;
  font-size: clamp(29px, 2vw, 41px);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.lcd-footer-brand__wordmark small {
  display: block;
  margin-top: 12px;
  color: #d2a171;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.21em;
  line-height: 1.45;
  text-transform: uppercase;
}

.lcd-footer-social {
  display: flex;
  gap: 22px;
  margin-top: 38px;
}

.lcd-footer-social a {
  display: inline-flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  transition: opacity 180ms ease, transform 180ms ease;
}

.lcd-footer-social a:hover,
.lcd-footer-social a:focus-visible {
  opacity: 0.82;
  transform: translateY(-2px);
}

.lcd-footer-social img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

/* Le fichier Facebook contient plus d'espace transparent que les deux autres icones. */
.lcd-footer-social a[aria-label*="Facebook"] img {
  transform: scale(1.2);
  transform-origin: center;
}

.lcd-footer-navigation {
  display: grid;
  grid-template-columns:
    minmax(120px, 0.8fr)
    minmax(245px, 1.45fr)
    minmax(145px, 0.9fr)
    minmax(120px, 0.8fr);
  gap: clamp(25px, 3vw, 50px);
}

.lcd-footer-column--machines a {
  white-space: nowrap;
}

.lcd-footer-column h2 {
  margin: 0 0 19px;
  color: #d2a171;
  font-family: "LCD Figtree", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lcd-footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lcd-footer-column li + li {
  margin-top: 11px;
}

.lcd-footer-column a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  transition: color 160ms ease;
}

.lcd-footer-column a:hover,
.lcd-footer-column a:focus-visible {
  color: #e2b686;
}

.lcd-footer-location {
  min-height: 190px;
  padding-left: 38px;
  border-left: 1px solid rgba(168, 111, 69, 0.8);
}

.lcd-footer-location__title {
  display: inline-block;
  margin: 0 0 18px;
  color: var(--lcd-footer-white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}

.lcd-footer-location a.lcd-footer-location__title:hover,
.lcd-footer-location a.lcd-footer-location__title:focus-visible {
  color: #e2b686;
}

.lcd-footer-location p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.75;
}

.lcd-footer-location__rule {
  height: 1px;
  margin: 24px 0 21px;
  background: rgba(168, 111, 69, 0.78);
}

.lcd-site-footer-2026 a:focus-visible {
  outline: 2px solid #e2b686;
  outline-offset: 4px;
}

@media (max-width: 1250px) {
  .lcd-footer-main__inner {
    grid-template-columns: minmax(260px, 0.9fr) minmax(500px, 1.8fr);
  }

  .lcd-footer-location {
    grid-column: 1 / -1;
    min-height: 0;
    padding: 28px 0 0;
    border-top: 1px solid rgba(168, 111, 69, 0.55);
    border-left: 0;
  }

  .lcd-footer-location__rule {
    max-width: 320px;
  }
}

@media (max-width: 1100px) {
  .lcd-footer-newsletter {
    min-height: 390px;
    background-position: 39% center;
  }

  .lcd-footer-newsletter__inner {
    width: min(100% - 40px, 720px);
    min-height: 390px;
    padding-block: 38px;
    grid-template-columns: 1fr;
    gap: 24px;
    justify-items: center;
    align-content: center;
    text-align: center;
  }

  .lcd-footer-newsletter__copy {
    grid-column: auto;
    padding: 20px 28px;
    border-radius: 4px;
    background: rgba(246, 241, 232, 0.86);
  }

  .lcd-footer-newsletter__copy h2 {
    font-size: clamp(39px, 8vw, 56px);
  }

  .lcd-footer-newsletter__status {
    grid-column: auto;
    width: min(100%, 470px);
    justify-self: center;
    background: rgba(255, 255, 255, 0.9);
  }

  .lcd-footer-main__inner {
    width: min(100% - 48px, 760px);
    grid-template-columns: 1fr;
  }

  .lcd-footer-navigation {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    padding-top: 34px;
    border-top: 1px solid rgba(168, 111, 69, 0.5);
  }

  .lcd-footer-column--machines a {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .lcd-footer-newsletter {
    display: none;
  }

  .lcd-footer-newsletter__inner {
    width: calc(100% - 28px);
    min-height: 350px;
  }

  .lcd-footer-newsletter__copy {
    padding: 18px;
  }

  .lcd-footer-newsletter__copy h2 {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .lcd-footer-newsletter__copy p {
    font-size: 16px;
  }

  .lcd-footer-newsletter__status {
    padding: 18px 16px;
    font-size: 12px;
  }

  .lcd-footer-main__inner {
    width: calc(100% - 34px);
    padding: 48px 0 42px;
    gap: 36px;
  }

  .lcd-footer-brand__link {
    grid-template-columns: 56px 1px minmax(0, 1fr);
    gap: 15px;
  }

  .lcd-footer-brand__link > img {
    width: 56px;
    height: 60px;
  }

  .lcd-footer-brand__divider {
    height: 65px;
  }

  .lcd-footer-brand__wordmark strong {
    font-size: 29px;
    white-space: normal;
  }

  .lcd-footer-brand__wordmark small {
    font-size: 8px;
    letter-spacing: 0.16em;
  }

  .lcd-footer-navigation {
    grid-template-columns: 1fr 1fr;
    gap: 34px 22px;
  }

  .lcd-footer-column a {
    font-size: 13px;
  }

  .lcd-footer-location {
    padding-top: 26px;
  }
}
