/* =========================================================
   PAGE CRÉATEURS & MARQUES — HERO
   Préfixe : ml-creators-
   ========================================================= */
/* ==================================================
   MAMAN LOUVE — PAGE CRÉATEURS & MARQUES
   Bloc : Hero
================================================== */

.ml-creators-hero {
  position: relative;
  overflow-x: hidden;
  padding: clamp(32px, 4vw, 62px) 20px clamp(44px, 5vw, 74px);
  background:
    radial-gradient(circle at 12% 0%, rgba(201, 120, 99, 0.08), transparent 34%),
    linear-gradient(180deg, var(--ml-cream) 0%, var(--ml-ivory) 100%);
}

.ml-creators-hero *,
.ml-creators-hero *::before,
.ml-creators-hero *::after {
  box-sizing: border-box;
}

.ml-creators-hero__inner {
  width: min(100%, var(--ml-container));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 5.8vw, 92px);
  align-items: center;
}

.ml-creators-hero__content {
  max-width: 720px;
  min-width: 0;
}

.ml-creators-hero__eyebrow {
  margin: 0 0 14px;
  color: var(--ml-terracotta);
  font-family: var(--ml-font-body);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ml-creators-hero__title {
  max-width: 100%;
  margin: 0;
  color: var(--ml-brown);
  font-family: var(--ml-font-title);
  font-size: clamp(3rem, 6vw, 6.4rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.95;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.ml-creators-hero__text {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--ml-text);
  font-family: var(--ml-font-body);
  font-size: clamp(0.98rem, 1.12vw, 1.08rem);
  line-height: 1.72;
}

.ml-creators-hero__text--soft {
  margin-top: 14px;
  color: var(--ml-text-soft);
}

.ml-creators-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.ml-creators-hero .ml-btn {
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  text-wrap: balance;
  line-height: 1.22 !important;
}

.ml-creators-hero__visual {
  position: relative;
  min-width: 0;
}

.ml-creators-hero__picture {
  display: block;
  overflow: hidden;
  border-radius: clamp(30px, 3vw, 46px);
  box-shadow: 0 26px 74px rgba(43, 37, 33, 0.12);
}

.ml-creators-hero__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.16 / 1;
  object-fit: cover;
}

.ml-creators-hero__badge {
  position: absolute;
  left: clamp(18px, 2vw, 28px);
  bottom: clamp(18px, 2vw, 28px);
  display: grid;
  gap: 3px;
  max-width: calc(100% - 36px);
  padding: 15px 18px;
  color: var(--ml-brown);
  background: rgba(255, 251, 247, 0.88);
  border: 1px solid rgba(43, 37, 33, 0.08);
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(43, 37, 33, 0.10);
  backdrop-filter: blur(12px);
}

.ml-creators-hero__badge span {
  color: var(--ml-terracotta);
  font-family: var(--ml-font-body);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.ml-creators-hero__badge strong {
  font-family: var(--ml-font-body);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.1;
}

/* Responsive tablette */
@media (max-width: 1024px) {
  .ml-creators-hero__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ml-creators-hero__content {
    max-width: 780px;
  }

  .ml-creators-hero__image {
    aspect-ratio: 16 / 10;
  }
}

/* Responsive mobile */
@media (max-width: 767px) {
  .ml-creators-hero {
    width: 100%;
    max-width: 100%;
    padding: 28px 18px 52px;
  }

  .ml-creators-hero__inner,
  .ml-creators-hero__content,
  .ml-creators-hero__visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .ml-creators-hero__inner {
    gap: 30px;
  }

  .ml-creators-hero__eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .ml-creators-hero__title {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
    letter-spacing: -0.045em;
    line-height: 0.98;
  }

  .ml-creators-hero__text {
    margin-top: 18px;
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .ml-creators-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
    margin-top: 26px;
  }

  .ml-creators-hero .ml-btn {
    width: 100%;
  }

  .ml-creators-hero__picture {
    border-radius: 30px;
  }

  .ml-creators-hero__image {
    aspect-ratio: 4 / 5;
  }

  .ml-creators-hero__badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    justify-items: center;
    text-align: center;
  }
}


.ml-creators-hero__visual::before {
  content: "";
  position: absolute;
  inset: -22px auto auto -22px;
  width: clamp(120px, 18vw, 220px);
  height: clamp(120px, 18vw, 220px);
  border: 1px solid rgba(201, 120, 99, 0.22);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.ml-creators-hero__picture,
.ml-creators-hero__badge {
  position: relative;
  z-index: 1;
}

/* Harmonisation breadcrumb + hero Boutique */
body.page-id-116 .ml-page-breadcrumb {
  padding: 22px 20px 14px;
  background:
    radial-gradient(circle at 12% 18%, rgba(201, 120, 99, 0.08), transparent 34%),
    linear-gradient(180deg, var(--ml-ivory) 0%, var(--ml-cream) 100%);
}

/* ==================================================
   MAMAN LOUVE — PAGE CRÉATEURS & MARQUES
   Bloc : Philosophie de sélection
================================================== */

.ml-creators-selection {
  position: relative;
  overflow-x: hidden;
  padding: clamp(54px, 6vw, 86px) 20px;
  background: var(--ml-ivory);
}

.ml-creators-selection *,
.ml-creators-selection *::before,
.ml-creators-selection *::after {
  box-sizing: border-box;
}

.ml-creators-selection__inner {
  width: min(100%, var(--ml-container));
  margin-inline: auto;
}

.ml-creators-selection__heading {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.ml-creators-selection__eyebrow {
  margin: 0 0 14px;
  color: var(--ml-terracotta);
  font-family: var(--ml-font-body);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ml-creators-selection__title {
  margin: 0;
  color: var(--ml-brown);
  font-family: var(--ml-font-title);
  font-size: clamp(2.35rem, 4.8vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.ml-creators-selection__text {
  max-width: 700px;
  margin: 22px auto 0;
  color: var(--ml-text);
  font-family: var(--ml-font-body);
  font-size: clamp(0.94rem, 1.06vw, 1.02rem);
  line-height: 1.7;
}

.ml-creators-selection__text--soft {
  margin-top: 14px;
  color: var(--ml-text-soft);
}

.ml-creators-selection__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(30px, 4vw, 46px);
}

.ml-creators-selection-card {
  min-height: 100%;
  padding: clamp(24px, 2.6vw, 32px);
  background: rgba(255, 251, 247, 0.94);
  border: 1px solid rgba(43, 37, 33, 0.08);
  border-radius: 28px;
  box-shadow: 0 16px 42px rgba(43, 37, 33, 0.045);
}

.ml-creators-selection-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--ml-terracotta);
  font-family: var(--ml-font-body);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
}

.ml-creators-selection-card h3 {
  margin: 0;
  color: var(--ml-brown);
  font-family: var(--ml-font-body);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ml-creators-selection-card p {
  margin: 12px 0 0;
  color: var(--ml-text-soft);
  font-family: var(--ml-font-body);
  font-size: 0.88rem;
  line-height: 1.62;
}

/* Responsive tablette */
@media (max-width: 1024px) {
  .ml-creators-selection__grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive mobile */
@media (max-width: 767px) {
  .ml-creators-selection {
    width: 100%;
    max-width: 100%;
    padding: 50px 18px 58px;
  }

  .ml-creators-selection__heading {
    text-align: left;
  }

  .ml-creators-selection__eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .ml-creators-selection__title {
    font-size: clamp(2rem, 9.4vw, 2.85rem);
    line-height: 1;
  }

  .ml-creators-selection__text {
    margin-top: 18px;
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .ml-creators-selection__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }

  .ml-creators-selection-card {
    padding: 24px 22px;
    border-radius: 26px;
  }

  .ml-creators-selection-card h3 {
    font-size: 0.78rem;
  }

  .ml-creators-selection-card p {
    font-size: 0.86rem;
  }
}

/* ==================================================
   MAMAN LOUVE — PAGE CRÉATEURS & MARQUES
   Bloc : Marques sélectionnées — version visuelle
================================================== */

.ml-creators-brands {
  position: relative;
  overflow-x: hidden;
  padding: clamp(62px, 7vw, 112px) 20px;
  background:
    radial-gradient(circle at 88% 10%, rgba(201, 120, 99, 0.08), transparent 34%),
    linear-gradient(180deg, var(--ml-cream) 0%, var(--ml-ivory) 100%);
}

.ml-creators-brands *,
.ml-creators-brands *::before,
.ml-creators-brands *::after {
  box-sizing: border-box;
}

.ml-creators-brands__inner {
  width: min(100%, var(--ml-container));
  margin-inline: auto;
}

.ml-creators-brands__heading {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.ml-creators-brands__eyebrow {
  margin: 0 0 14px;
  color: var(--ml-terracotta);
  font-family: var(--ml-font-body);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ml-creators-brands__title {
  margin: 0;
  color: var(--ml-brown);
  font-family: var(--ml-font-title);
  font-size: clamp(2.35rem, 4.8vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.ml-creators-brands__text {
  max-width: 720px;
  margin: 22px auto 0;
  color: var(--ml-text);
  font-family: var(--ml-font-body);
  font-size: clamp(0.94rem, 1.06vw, 1.02rem);
  line-height: 1.7;
}

.ml-creators-brands__text--soft {
  margin-top: 14px;
  color: var(--ml-text-soft);
}

/* Showcase visuel */
.ml-creators-brands__showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  margin-top: clamp(36px, 4.5vw, 64px);
}

.ml-creators-brands__visual {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(150px, 0.8fr);
  gap: 14px;
  min-width: 0;
}

.ml-creators-brands__picture {
  display: block;
  overflow: hidden;
  min-width: 0;
  border-radius: clamp(24px, 2.6vw, 34px);
  background: var(--ml-sand);
  box-shadow: 0 18px 48px rgba(43, 37, 33, 0.06);
}

.ml-creators-brands__picture--main {
  min-height: 100%;
}

.ml-creators-brands__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 420ms ease;
}

.ml-creators-brands__picture:hover .ml-creators-brands__image {
  transform: scale(1.035);
}

.ml-creators-brands__mini-grid {
  display: grid;
  gap: 14px;
}

.ml-creators-brands__mini-grid .ml-creators-brands__image {
  aspect-ratio: 1 / 1;
}

.ml-creators-brands__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(26px, 3vw, 40px);
  background: rgba(255, 251, 247, 0.94);
  border: 1px solid rgba(43, 37, 33, 0.08);
  border-radius: clamp(28px, 3vw, 38px);
  box-shadow: 0 18px 48px rgba(43, 37, 33, 0.05);
}

.ml-creators-brands__panel-kicker {
  margin: 0 0 18px;
  color: var(--ml-terracotta);
  font-family: var(--ml-font-body);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
}

.ml-creators-brands__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.ml-creators-brands__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 10px 13px;
  color: var(--ml-brown);
  background: rgba(247, 239, 230, 0.92);
  border: 1px solid rgba(43, 37, 33, 0.07);
  border-radius: 999px;
  font-family: var(--ml-font-body);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
}

.ml-creators-brands__panel-text {
  margin: 22px 0 0;
  color: var(--ml-text-soft);
  font-family: var(--ml-font-body);
  font-size: 0.92rem;
  line-height: 1.68;
}

/* Cartes par univers */
.ml-creators-brands__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 22px);
  margin-top: clamp(20px, 3vw, 34px);
}

.ml-creators-brand-card {
  min-height: 100%;
  padding: clamp(24px, 2.6vw, 32px);
  background: rgba(255, 251, 247, 0.94);
  border: 1px solid rgba(43, 37, 33, 0.08);
  border-radius: clamp(26px, 2.8vw, 36px);
  box-shadow: 0 18px 48px rgba(43, 37, 33, 0.05);
}

.ml-creators-brand-card__label {
  display: inline-flex;
  margin: 0 0 16px;
  color: var(--ml-terracotta);
  font-family: var(--ml-font-body);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ml-creators-brand-card h3 {
  margin: 0;
  color: var(--ml-brown);
  font-family: var(--ml-font-body);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ml-creators-brand-card p:not(.ml-creators-brand-card__label) {
  margin: 12px 0 0;
  color: var(--ml-text-soft);
  font-family: var(--ml-font-body);
  font-size: 0.88rem;
  line-height: 1.62;
}

.ml-creators-brands__note {
  display: grid;
  justify-items: center;
  gap: 20px;
  max-width: 760px;
  margin: clamp(34px, 4vw, 58px) auto 0;
  padding: clamp(26px, 3vw, 38px);
  text-align: center;
  background: rgba(255, 251, 247, 0.94);
  border: 1px solid rgba(43, 37, 33, 0.08);
  border-radius: clamp(28px, 3vw, 38px);
  box-shadow: 0 18px 48px rgba(43, 37, 33, 0.05);
}

.ml-creators-brands__note p {
  max-width: 620px;
  margin: 0;
  color: var(--ml-brown);
  font-family: var(--ml-font-title);
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.16;
  text-wrap: balance;
}

.ml-creators-brands__note .ml-btn {
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  text-wrap: balance;
  line-height: 1.22 !important;
}

/* Responsive tablette */
@media (max-width: 1024px) {
  .ml-creators-brands__showcase {
    grid-template-columns: 1fr;
  }

  .ml-creators-brands__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Responsive mobile */
@media (max-width: 767px) {
  .ml-creators-brands {
    width: 100%;
    max-width: 100%;
    padding: 56px 18px 68px;
  }

  .ml-creators-brands__heading {
    text-align: left;
  }

  .ml-creators-brands__eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .ml-creators-brands__title {
    font-size: clamp(2rem, 9.4vw, 2.85rem);
    line-height: 1;
  }

  .ml-creators-brands__text {
    margin-top: 18px;
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .ml-creators-brands__showcase {
    gap: 14px;
    margin-top: 30px;
  }

  .ml-creators-brands__visual {
    grid-template-columns: 1fr;
  }

  .ml-creators-brands__mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ml-creators-brands__picture {
    border-radius: 26px;
  }

  .ml-creators-brands__image {
    aspect-ratio: 4 / 5;
  }

  .ml-creators-brands__mini-grid .ml-creators-brands__image {
    aspect-ratio: 1 / 1;
  }

  .ml-creators-brands__panel {
    padding: 24px 22px;
    border-radius: 26px;
  }

  .ml-creators-brands__panel-kicker {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .ml-creators-brands__tags {
    gap: 8px;
  }

  .ml-creators-brands__tags span {
    min-height: 34px;
    padding: 9px 12px;
    font-size: 0.74rem;
  }

  .ml-creators-brands__panel-text {
    font-size: 0.86rem;
    line-height: 1.62;
  }

  .ml-creators-brands__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 14px;
  }

  .ml-creators-brand-card {
    padding: 24px 22px;
    border-radius: 26px;
  }

  .ml-creators-brand-card__label {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .ml-creators-brand-card h3 {
    font-size: 0.8rem;
  }

  .ml-creators-brand-card p:not(.ml-creators-brand-card__label) {
    font-size: 0.86rem;
  }

  .ml-creators-brands__note {
    justify-items: stretch;
    padding: 26px 22px;
    text-align: left;
    border-radius: 26px;
  }

  .ml-creators-brands__note p {
    font-size: clamp(1.42rem, 7vw, 2rem);
    line-height: 1.12;
  }

  .ml-creators-brands__note .ml-btn {
    width: 100%;
  }
}
/* ==================================================
   MAMAN LOUVE — PAGE CRÉATEURS & MARQUES
   Bloc : Créateurs locaux — version visuelle
================================================== */

.ml-creators-local {
  position: relative;
  overflow-x: hidden;
  padding: clamp(62px, 7vw, 112px) 20px;
  background: var(--ml-ivory);
}

.ml-creators-local *,
.ml-creators-local *::before,
.ml-creators-local *::after {
  box-sizing: border-box;
}

.ml-creators-local__inner {
  width: min(100%, var(--ml-container));
  margin-inline: auto;
}

.ml-creators-local__heading {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.ml-creators-local__eyebrow {
  margin: 0 0 14px;
  color: var(--ml-terracotta);
  font-family: var(--ml-font-body);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ml-creators-local__title {
  margin: 0;
  color: var(--ml-brown);
  font-family: var(--ml-font-title);
  font-size: clamp(2.35rem, 4.8vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.ml-creators-local__text {
  max-width: 720px;
  margin: 22px auto 0;
  color: var(--ml-text);
  font-family: var(--ml-font-body);
  font-size: clamp(0.94rem, 1.06vw, 1.02rem);
  line-height: 1.7;
}

.ml-creators-local__text--soft {
  margin-top: 14px;
  color: var(--ml-text-soft);
}

.ml-creators-local__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 22px);
  margin-top: clamp(36px, 4.5vw, 64px);
}

.ml-creators-local-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background: rgba(255, 251, 247, 0.94);
  border: 1px solid rgba(43, 37, 33, 0.08);
  border-radius: clamp(26px, 2.8vw, 36px);
  box-shadow: 0 18px 48px rgba(43, 37, 33, 0.05);
}

.ml-creators-local-card__media {
  display: block;
  overflow: hidden;
  margin: 0;
  background: var(--ml-sand);
}

.ml-creators-local-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 420ms ease;
}

.ml-creators-local-card:hover .ml-creators-local-card__image {
  transform: scale(1.035);
}

.ml-creators-local-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(24px, 2.6vw, 32px);
}

.ml-creators-local-card__place {
  margin: 0 0 14px;
  color: var(--ml-terracotta);
  font-family: var(--ml-font-body);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ml-creators-local-card h3 {
  margin: 0;
  color: var(--ml-brown);
  font-family: var(--ml-font-title);
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.05;
  text-wrap: balance;
}

.ml-creators-local-card p:not(.ml-creators-local-card__place) {
  margin: 14px 0 0;
  color: var(--ml-text-soft);
  font-family: var(--ml-font-body);
  font-size: 0.9rem;
  line-height: 1.66;
}

.ml-creators-local__note {
  display: grid;
  justify-items: center;
  gap: 20px;
  max-width: 760px;
  margin: clamp(34px, 4vw, 58px) auto 0;
  padding: clamp(26px, 3vw, 38px);
  text-align: center;
  background:
    radial-gradient(circle at 88% 0%, rgba(201, 120, 99, 0.08), transparent 42%),
    rgba(255, 251, 247, 0.94);
  border: 1px solid rgba(43, 37, 33, 0.08);
  border-radius: clamp(28px, 3vw, 38px);
  box-shadow: 0 18px 48px rgba(43, 37, 33, 0.05);
}

.ml-creators-local__note p {
  max-width: 620px;
  margin: 0;
  color: var(--ml-brown);
  font-family: var(--ml-font-title);
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.16;
  text-wrap: balance;
}

.ml-creators-local__note .ml-btn {
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  text-wrap: balance;
  line-height: 1.22 !important;
}

/* Responsive tablette */
@media (max-width: 1024px) {
  .ml-creators-local__grid {
    grid-template-columns: 1fr;
  }

  .ml-creators-local-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr);
    align-items: stretch;
  }

  .ml-creators-local-card__image {
    height: 100%;
    aspect-ratio: auto;
  }
}

/* Responsive mobile */
@media (max-width: 767px) {
  .ml-creators-local {
    width: 100%;
    max-width: 100%;
    padding: 56px 18px 68px;
  }

  .ml-creators-local__heading {
    text-align: left;
  }

  .ml-creators-local__eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .ml-creators-local__title {
    font-size: clamp(2rem, 9.4vw, 2.85rem);
    line-height: 1;
  }

  .ml-creators-local__text {
    margin-top: 18px;
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .ml-creators-local__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }

  .ml-creators-local-card {
    display: flex;
    border-radius: 26px;
  }

  .ml-creators-local-card__image {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .ml-creators-local-card__body {
    padding: 24px 22px;
  }

  .ml-creators-local-card__place {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .ml-creators-local-card h3 {
    font-size: clamp(1.5rem, 7vw, 2.05rem);
  }

  .ml-creators-local-card p:not(.ml-creators-local-card__place) {
    font-size: 0.86rem;
    line-height: 1.62;
  }

  .ml-creators-local__note {
    justify-items: stretch;
    padding: 26px 22px;
    text-align: left;
    border-radius: 26px;
  }

  .ml-creators-local__note p {
    font-size: clamp(1.42rem, 7vw, 2rem);
    line-height: 1.12;
  }

  .ml-creators-local__note .ml-btn {
    width: 100%;
  }
}

/* ==================================================
   MAMAN LOUVE — PAGE CRÉATEURS & MARQUES
   Bloc : FAQ
================================================== */

.ml-creators-faq {
  position: relative;
  overflow-x: hidden;
  padding: clamp(62px, 7vw, 112px) 20px;
  background:
    radial-gradient(circle at 14% 12%, rgba(201, 120, 99, 0.08), transparent 34%),
    linear-gradient(180deg, var(--ml-cream) 0%, var(--ml-ivory) 100%);
}

.ml-creators-faq *,
.ml-creators-faq *::before,
.ml-creators-faq *::after {
  box-sizing: border-box;
}

.ml-creators-faq__inner {
  width: min(100%, 980px);
  margin-inline: auto;
}

.ml-creators-faq__heading {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.ml-creators-faq__eyebrow {
  margin: 0 0 14px;
  color: var(--ml-terracotta);
  font-family: var(--ml-font-body);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ml-creators-faq__title {
  margin: 0;
  color: var(--ml-brown);
  font-family: var(--ml-font-title);
  font-size: clamp(2.35rem, 4.8vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.ml-creators-faq__text {
  max-width: 680px;
  margin: 22px auto 0;
  color: var(--ml-text-soft);
  font-family: var(--ml-font-body);
  font-size: clamp(0.94rem, 1.06vw, 1.02rem);
  line-height: 1.7;
}

.ml-creators-faq__list {
  display: grid;
  gap: 12px;
  margin-top: clamp(34px, 4vw, 58px);
}

.ml-creators-faq-item {
  overflow: hidden;
  background: rgba(255, 251, 247, 0.94);
  border: 1px solid rgba(43, 37, 33, 0.08);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(43, 37, 33, 0.04);
}

.ml-creators-faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  color: var(--ml-brown);
  font-family: var(--ml-font-body);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.38;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

.ml-creators-faq-item summary::-webkit-details-marker {
  display: none;
}

.ml-creators-faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--ml-terracotta);
  background: rgba(201, 120, 99, 0.10);
  border-radius: 999px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.ml-creators-faq-item[open] summary::after {
  content: "–";
}

.ml-creators-faq-item div {
  padding: 0 24px 24px;
}

.ml-creators-faq-item p {
  max-width: 760px;
  margin: 0;
  color: var(--ml-text-soft);
  font-family: var(--ml-font-body);
  font-size: 0.94rem;
  line-height: 1.7;
}

.ml-creators-faq__cta {
  display: grid;
  justify-items: center;
  gap: 20px;
  max-width: 760px;
  margin: clamp(30px, 4vw, 52px) auto 0;
  text-align: center;
}

.ml-creators-faq__cta p {
  margin: 0;
  color: var(--ml-brown);
  font-family: var(--ml-font-title);
  font-size: clamp(1.45rem, 2.2vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.16;
  text-wrap: balance;
}

.ml-creators-faq .ml-btn {
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  text-wrap: balance;
  line-height: 1.22 !important;
}

/* Responsive mobile */
@media (max-width: 767px) {
  .ml-creators-faq {
    width: 100%;
    max-width: 100%;
    padding: 56px 18px 68px;
  }

  .ml-creators-faq__heading {
    text-align: left;
  }

  .ml-creators-faq__eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .ml-creators-faq__title {
    font-size: clamp(2rem, 9.4vw, 2.85rem);
    line-height: 1;
  }

  .ml-creators-faq__text {
    margin-top: 18px;
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .ml-creators-faq__list {
    gap: 10px;
    margin-top: 28px;
  }

  .ml-creators-faq-item {
    border-radius: 18px;
  }

  .ml-creators-faq-item summary {
    align-items: flex-start;
    padding: 20px 18px;
    font-size: 0.76rem;
    letter-spacing: 0.05em;
  }

  .ml-creators-faq-item summary::after {
    width: 28px;
    height: 28px;
    font-size: 1.1rem;
  }

  .ml-creators-faq-item div {
    padding: 0 18px 20px;
  }

  .ml-creators-faq-item p {
    font-size: 0.86rem;
    line-height: 1.62;
  }

  .ml-creators-faq__cta {
    justify-items: stretch;
    text-align: left;
  }

  .ml-creators-faq__cta p {
    font-size: clamp(1.42rem, 7vw, 2rem);
    line-height: 1.12;
  }

  .ml-creators-faq .ml-btn {
    width: 100%;
  }
}

/* ==================================================
   MAMAN LOUVE — PAGE CRÉATEURS & MARQUES
   Bloc : Ce que la sélection change
================================================== */

.ml-creators-proof {
  position: relative;
  overflow-x: hidden;
  padding: clamp(62px, 7vw, 112px) 20px;
  background:
    radial-gradient(circle at 12% 14%, rgba(168, 181, 162, 0.13), transparent 34%),
    linear-gradient(180deg, var(--ml-cream) 0%, var(--ml-ivory) 100%);
}

.ml-creators-proof *,
.ml-creators-proof *::before,
.ml-creators-proof *::after {
  box-sizing: border-box;
}

.ml-creators-proof__inner {
  width: min(100%, var(--ml-container));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(34px, 5.6vw, 86px);
  align-items: center;
}

.ml-creators-proof__visual {
  position: relative;
  min-width: 0;
}

.ml-creators-proof__picture {
  display: block;
  overflow: hidden;
  border-radius: clamp(30px, 3vw, 46px);
  box-shadow: 0 26px 74px rgba(43, 37, 33, 0.12);
}

.ml-creators-proof__image {
  display: block;
  width: 100%;
  aspect-ratio: 0.92 / 1;
  object-fit: cover;
}

.ml-creators-proof__badge {
  position: absolute;
  left: clamp(18px, 2vw, 28px);
  bottom: clamp(18px, 2vw, 28px);
  display: grid;
  gap: 3px;
  max-width: calc(100% - 36px);
  padding: 15px 18px;
  color: var(--ml-brown);
  background: rgba(255, 251, 247, 0.88);
  border: 1px solid rgba(43, 37, 33, 0.08);
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(43, 37, 33, 0.10);
  backdrop-filter: blur(12px);
}

.ml-creators-proof__badge span {
  color: var(--ml-terracotta);
  font-family: var(--ml-font-body);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.ml-creators-proof__badge strong {
  font-family: var(--ml-font-body);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.1;
}

.ml-creators-proof__content {
  max-width: 720px;
  min-width: 0;
}

.ml-creators-proof__eyebrow {
  margin: 0 0 14px;
  color: var(--ml-terracotta);
  font-family: var(--ml-font-body);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ml-creators-proof__title {
  margin: 0;
  color: var(--ml-brown);
  font-family: var(--ml-font-title);
  font-size: clamp(2.35rem, 4.8vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.ml-creators-proof__text {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--ml-text);
  font-family: var(--ml-font-body);
  font-size: clamp(0.94rem, 1.06vw, 1.02rem);
  line-height: 1.7;
}

.ml-creators-proof__text--soft {
  margin-top: 14px;
  color: var(--ml-text-soft);
}

.ml-creators-proof__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(28px, 3.5vw, 42px);
}

.ml-creators-proof-card {
  min-height: 100%;
  padding: clamp(22px, 2.4vw, 30px);
  background: rgba(255, 251, 247, 0.94);
  border: 1px solid rgba(43, 37, 33, 0.08);
  border-radius: clamp(24px, 2.6vw, 32px);
  box-shadow: 0 16px 42px rgba(43, 37, 33, 0.045);
}

.ml-creators-proof-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--ml-terracotta);
  font-family: var(--ml-font-body);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
}

.ml-creators-proof-card h3 {
  margin: 0;
  color: var(--ml-brown);
  font-family: var(--ml-font-body);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ml-creators-proof-card p {
  margin: 12px 0 0;
  color: var(--ml-text-soft);
  font-family: var(--ml-font-body);
  font-size: 0.86rem;
  line-height: 1.62;
}

.ml-creators-proof__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.ml-creators-proof .ml-btn {
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  text-wrap: balance;
  line-height: 1.22 !important;
}

/* Responsive tablette */
@media (max-width: 1024px) {
  .ml-creators-proof__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ml-creators-proof__content {
    max-width: 820px;
  }

  .ml-creators-proof__image {
    aspect-ratio: 16 / 10;
  }
}

/* Responsive mobile */
@media (max-width: 767px) {
  .ml-creators-proof {
    width: 100%;
    max-width: 100%;
    padding: 56px 18px 68px;
  }

  .ml-creators-proof__inner {
    gap: 30px;
  }

  .ml-creators-proof__eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .ml-creators-proof__title {
    font-size: clamp(2rem, 9.4vw, 2.85rem);
    line-height: 1;
  }

  .ml-creators-proof__text {
    margin-top: 18px;
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .ml-creators-proof__picture {
    border-radius: 30px;
  }

  .ml-creators-proof__image {
    aspect-ratio: 4 / 5;
  }

  .ml-creators-proof__badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    justify-items: center;
    text-align: center;
  }

  .ml-creators-proof__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 26px;
  }

  .ml-creators-proof-card {
    padding: 24px 22px;
    border-radius: 26px;
  }

  .ml-creators-proof-card h3 {
    font-size: 0.78rem;
  }

  .ml-creators-proof-card p {
    font-size: 0.86rem;
  }

  .ml-creators-proof__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
    margin-top: 26px;
  }

  .ml-creators-proof .ml-btn {
    width: 100%;
  }
}

/* ==================================================
   MAMAN LOUVE — PAGE CRÉATEURS & MARQUES
   Bloc : Maillage interne final
================================================== */

.ml-creators-next {
  position: relative;
  overflow-x: hidden;
  padding: clamp(62px, 7vw, 112px) 20px;
  background: var(--ml-ivory);
}

.ml-creators-next *,
.ml-creators-next *::before,
.ml-creators-next *::after {
  box-sizing: border-box;
}

.ml-creators-next__inner {
  width: min(100%, var(--ml-container));
  margin-inline: auto;
}

.ml-creators-next__heading {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.ml-creators-next__eyebrow {
  margin: 0 0 14px;
  color: var(--ml-terracotta);
  font-family: var(--ml-font-body);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ml-creators-next__title {
  margin: 0;
  color: var(--ml-brown);
  font-family: var(--ml-font-title);
  font-size: clamp(2.35rem, 4.8vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.ml-creators-next__text {
  max-width: 680px;
  margin: 22px auto 0;
  color: var(--ml-text-soft);
  font-family: var(--ml-font-body);
  font-size: clamp(0.94rem, 1.06vw, 1.02rem);
  line-height: 1.7;
}

.ml-creators-next__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 22px);
  margin-top: clamp(34px, 4vw, 58px);
}

.ml-creators-next-card {
  display: block;
  min-height: 100%;
  padding: clamp(26px, 3vw, 38px);
  color: inherit;
  background: rgba(255, 251, 247, 0.94);
  border: 1px solid rgba(43, 37, 33, 0.08);
  border-radius: clamp(26px, 2.8vw, 36px);
  box-shadow: 0 18px 48px rgba(43, 37, 33, 0.05);
  text-decoration: none;
  transition:
    transform var(--ml-transition),
    box-shadow var(--ml-transition),
    border-color var(--ml-transition);
}

.ml-creators-next-card:hover,
.ml-creators-next-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(201, 120, 99, 0.22);
  box-shadow: 0 22px 58px rgba(43, 37, 33, 0.075);
}

.ml-creators-next-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--ml-terracotta);
  font-family: var(--ml-font-body);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
}

.ml-creators-next-card h3 {
  margin: 0;
  color: var(--ml-brown);
  font-family: var(--ml-font-body);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ml-creators-next-card p {
  margin: 12px 0 0;
  color: var(--ml-text-soft);
  font-family: var(--ml-font-body);
  font-size: 0.88rem;
  line-height: 1.62;
}

/* Responsive tablette */
@media (max-width: 1024px) {
  .ml-creators-next__grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive mobile */
@media (max-width: 767px) {
  .ml-creators-next {
    width: 100%;
    max-width: 100%;
    padding: 56px 18px 68px;
  }

  .ml-creators-next__heading {
    text-align: left;
  }

  .ml-creators-next__eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .ml-creators-next__title {
    font-size: clamp(2rem, 9.4vw, 2.85rem);
    line-height: 1;
  }

  .ml-creators-next__text {
    margin-top: 18px;
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .ml-creators-next__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }

  .ml-creators-next-card {
    padding: 24px 22px;
    border-radius: 26px;
  }

  .ml-creators-next-card h3 {
    font-size: 0.78rem;
  }

  .ml-creators-next-card p {
    font-size: 0.86rem;
  }
}

/* ------------------------------
   CRÉATEURS LOCAUX — CITATION + NOTE SEO
------------------------------ */

.ml-creators-local-card__quote {
  position: relative;
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--ml-brown);
  border-left: 2px solid rgba(201, 120, 99, 0.42);
  font-family: var(--ml-font-body);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.62;
}

.ml-creators-local-card__note {
  margin: 18px 0 0;
  padding: 14px 16px;
  color: var(--ml-text-soft);
  background: rgba(250, 246, 240, 0.72);
  border: 1px solid rgba(43, 37, 33, 0.07);
  border-radius: 18px;
  font-family: var(--ml-font-body);
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .ml-creators-local-card__quote {
    margin-top: 16px;
    padding-left: 15px;
    font-size: 0.88rem;
    line-height: 1.56;
  }

  .ml-creators-local-card__note {
    margin-top: 16px;
    padding: 13px 14px;
    font-size: 0.8rem;
    line-height: 1.46;
  }
}

.ml-creators-local-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.ml-creators-local-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}