
/* Main-site editorial footer */
.s8-site-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  background: #f7f7f3;
  color: #101011;
}

.s8-site-footer__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.s8-site-footer__hero {
  display: grid;
  gap: 3rem;
  padding: 5rem 0;
}

.s8-site-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #101011;
  font-family: 'Biennale', 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.s8-site-footer__logo img {
  border-radius: 5px;
}

.s8-site-footer__logo span span {
  color: #6847e8;
}

.s8-site-footer__brand > p {
  max-width: 250px;
  margin: 1.75rem 0 0;
  color: #66656c;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.s8-site-footer__proposition h2 {
  max-width: 1050px;
  margin: 0;
  color: #101011;
  font-family: 'Biennale', 'Ubuntu', sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.s8-site-footer__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.s8-site-footer__primary,
.s8-site-footer__secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.s8-site-footer__primary {
  border-radius: 5px;
  background: #101011;
  color: #fff;
  padding: 0.75rem 1.75rem;
}

.s8-site-footer__primary:hover {
  background: #6847e8;
  color: #fff;
}

.s8-site-footer__secondary {
  min-height: auto;
  border-bottom: 1px solid rgba(16, 16, 17, 0.7);
  color: #101011;
  padding-bottom: 0.25rem;
}

.s8-site-footer__secondary:hover,
.s8-site-footer__column-title:hover,
.s8-site-footer__column a:hover,
.s8-site-footer__legal a:hover {
  color: #6847e8;
}

.s8-site-footer__nav {
  display: grid;
  border-top: 1px solid rgba(16, 16, 17, 0.7);
}

.s8-site-footer__column {
  min-width: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  padding: 2.5rem 0;
}

.s8-site-footer__column-title {
  margin: 0;
  color: #101011;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.s8-site-footer__column ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}

.s8-site-footer__column a,
.s8-site-footer__legal a,
.s8-site-footer__legal p {
  color: #66656c;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

.s8-site-footer__legal,
.s8-site-footer__legal-links,
.s8-site-footer__legal-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.s8-site-footer__legal {
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75rem;
  padding: 2rem 0;
}

.s8-site-footer__legal-links {
  gap: 0.75rem 1.75rem;
}

.s8-site-footer__legal-meta {
  gap: 1.5rem;
}

.s8-site-footer__legal-meta a {
  display: flex;
  color: #7d7b82;
}

.s8-site-footer__legal p {
  margin: 0;
  color: #7d7b82;
}

@media (min-width: 640px) {
  .s8-site-footer__proposition h2 {
    font-size: 54px;
  }
}

@media (min-width: 768px) {
  .s8-site-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s8-site-footer__column:nth-child(even) {
    border-left: 1px solid rgba(0, 0, 0, 0.18);
    padding-left: 2rem;
  }
}

@media (min-width: 1024px) {
  .s8-site-footer__container {
    padding: 0 3rem;
  }

  .s8-site-footer__hero-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 3rem;
  }

  .s8-site-footer__hero {
    padding: 7rem 0;
  }

  .s8-site-footer__brand {
    grid-column: span 3;
  }

  .s8-site-footer__proposition {
    grid-column: span 9;
  }

  .s8-site-footer__proposition h2 {
    font-size: 72px;
  }

  .s8-site-footer__nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .s8-site-footer__column {
    min-height: 360px;
    padding: 2.5rem 2rem;
  }

  .s8-site-footer__column:first-child {
    padding-left: 0;
  }

  .s8-site-footer__column:nth-child(n + 2) {
    border-left: 1px solid rgba(0, 0, 0, 0.18);
  }

  .s8-site-footer__legal {
    flex-direction: row;
    justify-content: space-between;
  }
}
