/* ================================
  PAGE MENTIONS LÉGALES
================================ */
.legal-page {
  background: #FEF8EF;
  color: #460F10;
}

.legal-hero {
  background-color: #C15017;
  background-image:url("assets/bg-crepes.jpg");
  background-repeat: repeat;
  background-position: top left;
  padding: 54px 20px 64px;
}

.legal-hero__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 42px;
  align-items: center;
}

.legal-hero__logo img {
  width: 100%;
  max-width: 280px;
  display: block;
}

.legal-hero__card {
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(231, 179, 120, 0.88) 30%,
    rgba(171, 101, 50, 0.78) 100%
  );
  padding: 42px 46px;
  color: #460F10;
}

.legal-hero__eyebrow {
  margin: 0 0 12px;
  font-family: "Damion", cursive;
  font-size: 28px;
  line-height: 1;
  color: #FEF8EF;
}

.legal-hero__card h1 {
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #460F10;
}

.legal-hero__subtitle {
  margin: 0;
  max-width: 620px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #FEF8EF;
}

.legal-content-section {
  background: #F5EBDB;
  padding: 72px 20px 82px;
}

.legal-content-section__inner {
  max-width: 920px;
  margin: 0 auto;
}

.legal-card {
  background: #FEF8EF;
  border: 2px solid rgba(193, 80, 23, 0.28);
  border-radius: 18px;
  padding: 30px 34px;
  margin-bottom: 22px;
}

.legal-card--accent {
  border-color: #FBB80F;
  background: #fbf4ea;
}

.legal-card h2 {
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #460F10;
}

.legal-card p {
  margin: 0 0 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #884013;
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.legal-card strong {
  font-weight: 700;
  color: #460F10;
}

.legal-card a {
  color: #C15017;
  font-weight: 700;
  text-decoration: none;
}

.legal-card a:hover {
  text-decoration: underline;
}

.legal-back {
  margin-top: 46px;
  text-align: center;
}

.legal-back p {
  margin: 0 0 14px;
  font-family: "Damion", cursive;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #460F10;
}

.legal-back a {
  width: 244px;
  height: 45px;
  margin: 0 auto;
  border-radius: 50px;
  background: #C15017;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  color: #F5EBDB;
}

.legal-back a:hover {
  background: #884013;
}

@media (max-width: 900px) {
  .legal-hero {
    padding: 46px 20px 54px;
  }

  .legal-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    justify-items: center;
    text-align: center;
  }

  .legal-hero__logo img {
    max-width: 245px;
  }

  .legal-hero__card {
    width: 100%;
    max-width: 620px;
    padding: 36px 30px;
  }

  .legal-content-section {
    padding: 56px 20px 64px;
  }
}

@media (max-width: 520px) {
  .legal-hero {
    padding: 34px 16px 42px;
  }

  .legal-hero__card {
    border-radius: 20px;
    padding: 30px 22px;
  }

  .legal-hero__card h1 {
    font-size: 31px;
    line-height: 38px;
  }

  .legal-hero__eyebrow {
    font-size: 24px;
  }

  .legal-hero__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .legal-content-section {
    padding: 44px 16px 54px;
  }

  .legal-card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .legal-card h2 {
    font-size: 21px;
    line-height: 28px;
  }

  .legal-card p {
    font-size: 15px;
    line-height: 24px;
  }

  .legal-back a {
    width: 100%;
    max-width: 244px;
  }
}
