/* ════════════════════════════════════════════
   MENTIONS LÉGALES — Design sobre & luxueux
════════════════════════════════════════════ */

/* Page wrapper */
.ml-page {
  background: var(--c-notiss-dark, #090514);
  min-height: 100vh;
  font-family: var(--font-sans);
}

/* ── Hero ── */
.ml-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 5vw 0;
  background: linear-gradient(160deg, #100E1C 0%, var(--c-notiss-dark, #090514) 60%);
}

.ml-hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -100px;
  width: 700px;
  height: 700px;
  background: radial-gradient(ellipse, rgba(178, 144, 95, 0.08) 0%, transparent 65%);
  pointer-events: none;
}

.ml-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 40px;
}

.ml-hero__text {
  padding-bottom: 80px;
}

/* Eyebrow */
.ml-eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B2905F;
  margin-bottom: 28px;
  padding: 6px 14px;
  border: 1px solid rgba(178, 144, 95, 0.3);
  border-radius: 100px;
}

/* Title */
.ml-title {
  font-family: var(--font-heading);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin: 0 0 32px;
}

.ml-title em {
  font-style: normal;
  background: linear-gradient(135deg, #C9A46E 0%, #E8C88A 40%, #B2905F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Subtitle */
.ml-subtitle {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(232, 228, 220, 0.55);
  max-width: 480px;
  margin: 0 0 40px;
}

.ml-subtitle strong {
  color: rgba(232, 228, 220, 0.85);
}

/* Back link */
.ml-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(232, 228, 220, 0.4);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ml-back-link:hover {
  color: #B2905F;
}

.ml-back-link svg {
  transition: transform 0.2s ease;
}

.ml-back-link:hover svg {
  transform: translateX(-3px);
}

/* Mascot */
.ml-hero__mascot {
  position: relative;
  align-self: flex-end;
  width: 260px;
  flex-shrink: 0;
}

.ml-mascot-glow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 80px;
  background: radial-gradient(ellipse, rgba(178, 144, 95, 0.25) 0%, transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

.ml-mascot-img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5));
  transform: translateY(1px);
  animation: ml-float 5s ease-in-out infinite;
}

@keyframes ml-float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* Divider */
.ml-hero__divider {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 0 0;
  margin-top: 0;
}

.ml-hero__divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(178, 144, 95, 0.3), transparent);
}

.ml-hero__divider-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(178, 144, 95, 0.5);
  flex-shrink: 0;
}

/* ── Content ── */
.ml-content {
  padding: 0 5vw 100px;
}

.ml-content__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}

/* Section */
.ml-section {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
  align-items: start;
}

.ml-section__header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: sticky;
  top: 100px;
}

.ml-section__num {
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #8A6B3E;
  text-transform: uppercase;
}

.ml-section__title {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  color: var(--c-notiss-dark, #090514);
}

.ml-section__body {
  font-size: 0.975rem;
  line-height: 1.8;
  color: var(--c-notiss-soft-dark, #3B3B3B);
}

.ml-section__body p {
  margin: 0 0 16px;
}

.ml-section__body p:last-child {
  margin-bottom: 0;
}

.ml-section__body strong {
  font-weight: 600;
}

.ml-section__body a {
  color: #8A6B3E;
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 107, 62, 0.3);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.ml-section__body a:hover {
  color: #6B5F4E;
  border-color: rgba(107, 95, 78, 0.6);
}

.ml-company-name {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--c-notiss-dark, #090514);
  margin-bottom: 16px !important;
}

/* Definition list */
.ml-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 28px;
  margin: 0;
}

.ml-dl dt {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8A6B3E;
  white-space: nowrap;
  padding-top: 2px;
}

.ml-dl dd {
  margin: 0;
  font-size: 0.975rem;
  color: var(--c-notiss-soft-dark, #3B3B3B);
}

.ml-dl dd a {
  color: #8A6B3E;
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 107, 62, 0.3);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.ml-dl dd a:hover {
  color: #6B5F4E;
  border-color: rgba(107, 95, 78, 0.6);
}

/* Separator */
.ml-separator {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(9, 5, 20, 0.08), transparent);
  margin: 44px 0;
}

/* Footer note */
.ml-footer-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0 0;
  border-top: 1px solid rgba(9, 5, 20, 0.08);
  flex-wrap: wrap;
}

.ml-footer-note p {
  font-size: 0.875rem;
  color: var(--c-muted, #6B5F4E);
  margin: 0;
}

.ml-contact-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #8A6B3E;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, gap 0.2s ease;
}

.ml-contact-cta:hover {
  color: #6B5F4E;
  gap: 12px;
}

.ml-contact-cta strong {
  font-weight: 700;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .ml-hero__inner {
    grid-template-columns: 1fr;
  }

  .ml-hero__mascot {
    display: none;
  }

  .ml-hero__text {
    padding-bottom: 60px;
  }

  .ml-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ml-section__header {
    position: static;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
}

@media (max-width: 600px) {
  .ml-hero {
    padding: 120px 24px 0;
  }

  .ml-content {
    padding: 0 24px 80px;
  }

  .ml-title {
    font-size: 2.5rem;
  }

  .ml-dl {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ml-dl dt {
    margin-top: 12px;
  }

  .ml-footer-note {
    flex-direction: column;
    align-items: flex-start;
  }
}