/* =========================================================
   MLF Store Locator — Front styles
   Design: premium, editorial, showroom haut de gamme
   ========================================================= */

:root {
  --mlf-ink:       #111111;
  --mlf-ink-2:     #2a2a2a;
  --mlf-muted:     #6b6b6b;
  --mlf-line:      #e8e4dc;
  --mlf-bg:        #ffffff;
  --mlf-paper:     #ffffff;
  --mlf-accent:    #c7a574;
  --mlf-accent-d:  #a98a5c;
  --mlf-ok:        #2b7a3a;
  --mlf-ko:        #a12b2b;
  --mlf-shadow:    0 30px 80px -40px rgba(17,17,17,.25);
  --mlf-radius:    18px;
  --mlf-radius-sm: 12px;
  --mlf-font-display: "Fraunces", Georgia, serif;
  --mlf-font-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.mlf-sl-hero,
.mlf-sl-layout,
.mlf-sl-detail {
  font-family: var(--mlf-font-body);
  color: var(--mlf-ink);
  line-height: 1.55;
}

body#module-mlf_storelocator-list .page-content {
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body#module-mlf_storelocator-list #main,
body#module-mlf_storelocator-list #content-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body#module-mlf_storelocator-list #main,
body#module-mlf_storelocator-list .page-content {
  width: 100vw !important;
  max-width: none !important;
}

/* ============ HERO LISTE ============ */
.mlf-sl-hero {
  background:
    linear-gradient(135deg, rgba(199, 165, 116, .08), rgba(255,255,255,0) 42%),
    #ffffff;
  padding: clamp(34px, 5vw, 64px) 24px 30px;
  border-bottom: 1px solid var(--mlf-line);
}
.mlf-sl-hero__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
}
.mlf-sl-hero__copy { min-width: 0; }
.mlf-sl-hero__tools { min-width: 0; }

.mlf-sl-eyebrow {
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 12px;
  color: var(--mlf-accent-d);
  font-weight: 650;
  margin: 0 0 12px;
}
.mlf-sl-eyebrow--light { color: #d6c2a0; }

.mlf-sl-hero__title {
  font-family: var(--mlf-font-display);
  font-size: clamp(38px, 5vw, 60px);
  line-height: .98;
  font-weight: 500;
  margin: 0 0 14px;
  letter-spacing: -.015em;
}
.mlf-sl-hero__subtitle {
  color: var(--mlf-muted);
  font-size: clamp(15px, 1.6vw, 18px);
  margin: 0;
  max-width: 520px;
}
.mlf-sl-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.mlf-sl-hero__facts span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--mlf-line);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--mlf-ink-2);
  font-size: 13px;
  line-height: 1;
}
.mlf-sl-hero__facts strong {
  margin-right: 4px;
  color: var(--mlf-ink);
}

.mlf-sl-search {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid var(--mlf-line);
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 22px 50px -36px rgba(17,17,17,.35);
}
.mlf-sl-search svg { color: var(--mlf-muted); flex-shrink: 0; }
.mlf-sl-search > svg { margin-left: 6px; }
.mlf-sl-search input {
  min-width: 0;
  border: 0;
  background: transparent;
  outline: none;
  font: inherit;
  font-size: 15px;
  padding: 11px 4px;
  color: var(--mlf-ink);
}
.mlf-sl-search input::placeholder { color: #9a9690; }
.mlf-sl-geoloc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  background: var(--mlf-ink);
  color: #fff;
  padding: 11px 18px;
  border-radius: 13px;
  font-weight: 650;
  font-size: 14px;
  transition: background .18s ease, transform .18s ease;
  white-space: nowrap;
}
.mlf-sl-geoloc-btn:hover { background: var(--mlf-accent-d); transform: translateY(-1px); }
.mlf-sl-geoloc-btn:active { transform: translateY(0); }

/* ============ LAYOUT LISTE + CARTE ============ */
.mlf-sl-layout {
  display: grid;
  grid-template-columns: minmax(380px, 460px) minmax(0, 1fr);
  gap: 0;
  min-height: calc(100vh - 200px);
  background: var(--mlf-bg);
  border-top: 1px solid rgba(17,17,17,.04);
}

.mlf-sl-list {
  background: var(--mlf-paper);
  border-right: 1px solid var(--mlf-line);
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}
.mlf-sl-list__header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 17px 24px;
  border-bottom: 1px solid var(--mlf-line);
  color: var(--mlf-muted);
}
.mlf-sl-list__count {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
  white-space: nowrap;
}
.mlf-sl-list__header #mlf-sl-count {
  color: var(--mlf-ink);
  font-weight: 800;
  margin-right: 4px;
}
.mlf-sl-list__label {
  font-size: 12px;
  color: var(--mlf-muted);
}

.mlf-sl-cards { list-style: none; margin: 0; padding: 0; }
.mlf-sl-card {
  padding: 23px 24px;
  border-bottom: 1px solid var(--mlf-line);
  transition: background .18s ease;
  cursor: default;
}
.mlf-sl-card:hover { background: #fbfaf7; }
.mlf-sl-card.is-active { background: #f7f3eb; }

.mlf-sl-card__body { display: grid; gap: 10px; }
.mlf-sl-card__name {
  font-family: var(--mlf-font-display);
  font-size: 23px;
  line-height: 1.12;
  font-weight: 500;
  margin: 0;
  letter-spacing: -.006em;
}
.mlf-sl-card__addr {
  color: var(--mlf-muted);
  font-size: 14px;
  margin: 0;
  line-height: 1.48;
}
.mlf-sl-card__transit {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 2px 0 4px;
}
.mlf-sl-card__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* ============ TRANSPORTS – PASTILLES ============ */
.mlf-sl-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 27px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(26,62,168,.08);
  color: #1a3ea8;
  border: 1px solid rgba(26,62,168,.18);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  box-shadow: none;
}
.mlf-sl-line--lg { min-width: 44px; height: 44px; font-size: 18px; }
.mlf-sl-line--bus, .mlf-sl-line--tram { border-radius: 6px; }
.mlf-sl-line--rer, .mlf-sl-line--train {
  background: #fff;
  color: var(--line-color, #333);
  border: 2px solid var(--line-color, #333);
}
.mlf-sl-line--parking { background: rgba(26,62,168,.08) !important; color: #1a3ea8 !important; }
.mlf-sl-line--velib   { background: rgba(26,174,159,.1) !important; color: #147e75 !important; }

/* ============ BOUTONS ============ */
.mlf-sl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
  white-space: nowrap;
}
.mlf-sl-btn:hover { transform: translateY(-1px); }
.mlf-sl-btn:active { transform: translateY(0); }
.mlf-sl-btn--primary {
  background: var(--mlf-ink);
  color: #fff !important;
}
.mlf-sl-btn--primary:hover {
  background: var(--mlf-accent-d);
  color: #fff !important;
}
.mlf-sl-btn--ghost {
  background: #fff;
  color: var(--mlf-ink);
  border-color: var(--mlf-line);
}
.mlf-sl-btn--ghost:hover {
  background: var(--mlf-ink);
  color: #fff !important;
}
.mlf-sl-btn--wide { width: 100%; }

/* ============ CARTE ============ */
.mlf-sl-map-wrap {
  position: sticky;
  top: 0;
  height: calc(100vh - 200px);
  min-height: 520px;
}
.mlf-sl-map {
  width: 100%;
  height: 100%;
  background: #edf0ec;
}
.mlf-sl-map--detail {
  height: min(380px, 52vh);
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 900px) {
  .mlf-sl-hero {
    padding: 24px 22px 20px;
  }
  .mlf-sl-hero__inner {
    display: block;
  }
  .mlf-sl-hero__title {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.02;
  }
  .mlf-sl-hero__subtitle {
    font-size: 17px;
    line-height: 1.55;
  }
  .mlf-sl-hero__facts {
    margin-top: 16px;
    gap: 7px;
  }
  .mlf-sl-hero__tools {
    margin-top: 18px;
  }
  .mlf-sl-search {
    grid-template-columns: 20px minmax(0, 1fr);
    border-radius: 18px;
    padding: 10px;
  }
  .mlf-sl-search > svg { margin-left: 4px; }
  .mlf-sl-search input {
    font-size: 16px;
    padding: 10px 4px;
  }
  .mlf-sl-geoloc-btn {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 44px;
    border-radius: 14px;
  }
  .mlf-sl-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .mlf-sl-list {
    max-height: none;
    border-right: 0;
    border-top: 1px solid var(--mlf-line);
  }
  .mlf-sl-list__header {
    position: static;
    padding: 15px 18px;
  }
  .mlf-sl-list__label { display: none; }
  .mlf-sl-card {
    padding: 22px 18px;
  }
  .mlf-sl-card__name {
    font-size: 25px;
  }
  .mlf-sl-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .mlf-sl-btn {
    min-height: 44px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .mlf-sl-map-wrap {
    position: static;
    height: 430px;
    min-height: 0;
    border-top: 1px solid var(--mlf-line);
  }
}
@media (max-width: 520px) {
  .mlf-sl-hero {
    padding: 22px 20px 18px;
  }
  .mlf-sl-hero__facts span {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 12px;
  }
  .mlf-sl-card__actions {
    grid-template-columns: 1fr;
  }
}
/* Pin personnalisé */
.mlf-sl-pin {
  width: 36px; height: 46px;
  position: relative;
}
.mlf-sl-pin__body {
  position: absolute; inset: 0 0 8px 0;
  background: var(--mlf-ink);
  border-radius: 50% 50% 50% 50% / 45% 45% 55% 55%;
  transform: translateY(0) rotate(-45deg);
  transform-origin: 50% 100%;
  box-shadow: 0 8px 22px -6px rgba(0,0,0,.4);
  border: 3px solid var(--mlf-accent);
}
.mlf-sl-pin__dot {
  position: absolute;
  top: 10px; left: 50%;
  width: 10px; height: 10px;
  background: var(--mlf-accent);
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* ============ DÉTAIL BOUTIQUE – hero & page ============ */
.mlf-sl-detail {
  margin: 0;
  background: var(--mlf-bg);
  --mlf-detail-pad: clamp(20px, 4vw, 40px);
}

.mlf-sl-detail__hero {
  position: relative;
  min-height: clamp(280px, 36vh, 460px);
  display: flex;
  align-items: flex-end;
  padding: 64px 0 clamp(64px, 9vw, 112px);
  background: #0a0a0a;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.mlf-sl-detail__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.15) 38%, rgba(0,0,0,.82) 100%),
    linear-gradient(105deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.12) 45%, rgba(0,0,0,0) 70%);
  z-index: 1;
  pointer-events: none;
}
.mlf-sl-detail__hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--mlf-accent) 28%, var(--mlf-accent) 72%, transparent);
  opacity: .85;
  z-index: 2;
  pointer-events: none;
}
.mlf-sl-detail__hero-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 var(--mlf-detail-pad);
}

/* Bouton "Toutes les boutiques" — haut gauche, compact */
.mlf-sl-back {
  position: absolute;
  top: 16px;
  left: clamp(20px, 4vw, 40px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(10,10,10,.5);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  transition: all .18s ease;
}
.mlf-sl-back:hover {
  background: #fff;
  color: #0a0a0a !important;
  border-color: #fff;
}

.mlf-sl-detail__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mlf-font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--mlf-accent);
  margin: 0 0 10px;
}
.mlf-sl-detail__eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--mlf-accent);
  opacity: .7;
}

.mlf-sl-detail__title {
  font-family: var(--mlf-font-display);
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.05;
  font-weight: 500;
  margin: 0 0 16px;
  letter-spacing: -.015em;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0,0,0,.5);
  text-wrap: balance;
}

.mlf-sl-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  align-items: center;
}

/* Pills compactes, fond sombre pour lisibilité */
.mlf-sl-meta-link,
.mlf-sl-detail__meta .mlf-sl-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(10,10,10,.55);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  font-weight: 500;
  font-size: 12px;
  transition: all .18s ease;
}
.mlf-sl-meta-link svg,
.mlf-sl-detail__meta .mlf-sl-status svg { width: 14px; height: 14px; opacity: .9; }
.mlf-sl-meta-link:hover {
  background: #fff;
  color: var(--mlf-ink) !important;
  border-color: #fff;
}
.mlf-sl-meta-link:hover svg { opacity: 1; }

.mlf-sl-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(10,10,10,.55);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  color: #fff;
}
.mlf-sl-status--open   { background: rgba(20, 90, 35, .85); border-color: rgba(95, 232, 135, .4); }
.mlf-sl-status--closed { background: rgba(140, 40, 40, .85); border-color: rgba(255, 140, 140, .4); }
.mlf-sl-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255,255,255,.25);
}
.mlf-sl-status--open .mlf-sl-dot {
  background: #5fe887;
  box-shadow: 0 0 0 3px rgba(95,232,135,.3);
  animation: mlf-pulse 2s ease-in-out infinite;
}
.mlf-sl-status--closed .mlf-sl-dot {
  background: #ff7a7a;
  box-shadow: 0 0 0 3px rgba(255,122,122,.3);
}
@keyframes mlf-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.3); opacity: .75; }
}

/* ============ DÉTAIL – grille principale ============ */
.mlf-sl-detail__grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px var(--mlf-detail-pad) 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 36px 44px;
  align-items: start;
}
.mlf-sl-detail__main { min-width: 0; }
.mlf-sl-detail__aside {
  position: sticky;
  top: calc(1rem + env(safe-area-inset-top, 0px));
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mlf-sl-detail--has-gallery .mlf-sl-detail__grid {
  padding-top: 28px;
}
@media (max-width: 960px) {
  .mlf-sl-detail__grid {
    grid-template-columns: 1fr;
    padding: 28px var(--mlf-detail-pad) 56px;
    gap: 28px;
  }
  .mlf-sl-detail__aside {
    position: static;
  }
}

.mlf-sl-lead {
  font-family: var(--mlf-font-display);
  font-size: clamp(17px, 2.1vw, 21px);
  line-height: 1.55;
  color: var(--mlf-ink-2);
  margin: 0 0 28px;
  font-weight: 400;
  padding: 22px 26px;
  background: linear-gradient(135deg, rgba(199, 165, 116, .12) 0%, rgba(255, 255, 255, .9) 48%, var(--mlf-paper) 100%);
  border-radius: var(--mlf-radius-sm);
  border: 1px solid rgba(199, 165, 116, .22);
  box-shadow: 0 12px 40px -28px rgba(17, 17, 17, .35);
}

.mlf-sl-h2 {
  font-family: var(--mlf-font-display);
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 14px;
  letter-spacing: -.005em;
}

.mlf-sl-section { margin-top: 28px; }
.mlf-sl-prose { color: var(--mlf-ink-2); font-size: 14px; line-height: 1.7; }
.mlf-sl-prose p { margin: 0 0 .8em; }

/* ============ MAP CARD + ITINÉRAIRE (compact) ============ */
.mlf-sl-map-card {
  background: var(--mlf-paper);
  border: 1px solid var(--mlf-line);
  border-radius: var(--mlf-radius);
  overflow: hidden;
  box-shadow: 0 20px 50px -34px rgba(17, 17, 17, .38);
}
.mlf-sl-travel { padding: 16px 18px; }
.mlf-sl-travel__tabs {
  display: flex;
  gap: 2px;
  background: var(--mlf-bg);
  padding: 3px;
  border-radius: 999px;
  margin-bottom: 14px;
  overflow-x: auto;
}
.mlf-sl-travel__tab {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 0;
  background: transparent;
  padding: 8px 12px;
  border-radius: 999px;
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  color: var(--mlf-muted);
  cursor: pointer;
  white-space: nowrap;
  transition: all .18s ease;
}
.mlf-sl-travel__tab:hover { color: var(--mlf-ink); }
.mlf-sl-travel__tab.is-active {
  background: var(--mlf-ink);
  color: #fff;
  box-shadow: 0 4px 12px -4px rgba(0,0,0,.3);
}

.mlf-sl-route-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: end;
}
@media (max-width: 620px) {
  .mlf-sl-route-form { grid-template-columns: 1fr; }
}
.mlf-sl-field {
  position: relative;
  display: block;
}
.mlf-sl-field__label {
  display: block;
  font-size: 12px;
  color: var(--mlf-muted);
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 6px;
}
.mlf-sl-field input {
  width: 100%;
  padding: 12px 42px 12px 16px;
  border: 1px solid var(--mlf-line);
  border-radius: 12px;
  font: inherit;
  font-size: 15px;
  background: var(--mlf-paper);
  transition: border-color .2s ease;
}
.mlf-sl-field input:focus {
  outline: none;
  border-color: var(--mlf-accent);
}
.mlf-sl-field__geo {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 34px; height: 34px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 0;
  background: var(--mlf-bg);
  border-radius: 8px;
  color: var(--mlf-muted);
  cursor: pointer;
  transition: all .2s ease;
}
.mlf-sl-field__geo:hover { background: var(--mlf-ink); color: #fff; }

.mlf-sl-route-summary {
  margin-top: 20px;
  padding: 16px 18px;
  background: var(--mlf-bg);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.mlf-sl-route-summary strong { font-family: var(--mlf-font-display); font-size: 28px; font-weight: 500; }
.mlf-sl-route-summary span { color: var(--mlf-muted); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }

.mlf-sl-route-steps {
  margin-top: 16px;
  max-height: 300px;
  overflow-y: auto;
}
.mlf-sl-route-steps ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.mlf-sl-route-steps li {
  counter-increment: step;
  padding: 12px 0 12px 40px;
  border-bottom: 1px solid var(--mlf-line);
  position: relative;
  font-size: 14px;
  color: var(--mlf-ink-2);
}
.mlf-sl-route-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 10px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--mlf-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============ TRANSPORT LIST (compact) ============ */
.mlf-sl-transit-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 10px;
}
.mlf-sl-transit-item {
  display: flex; align-items: center; gap: 12px;
  background: var(--mlf-paper);
  border: 1px solid var(--mlf-line);
  padding: 10px 14px;
  border-radius: var(--mlf-radius-sm);
  transition: all .18s ease;
}
.mlf-sl-transit-item:hover { transform: translateY(-2px); box-shadow: 0 10px 30px -18px rgba(0,0,0,.3); }
.mlf-sl-transit-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mlf-sl-transit-meta strong { font-size: 15px; }
.mlf-sl-transit-sub { color: var(--mlf-muted); font-size: 13px; }
.mlf-sl-transit-type {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--mlf-muted);
}

/* ============ ASIDE INFO (compact) ============ */
.mlf-sl-card-info {
  background: var(--mlf-paper);
  border: 1px solid var(--mlf-line);
  border-radius: var(--mlf-radius);
  padding: 22px 24px;
  margin-bottom: 16px;
  box-shadow: 0 18px 50px -36px rgba(17, 17, 17, .35);
  transition: box-shadow .2s ease, border-color .2s ease;
}
.mlf-sl-card-info:hover {
  border-color: rgba(199, 165, 116, .35);
  box-shadow: 0 24px 56px -32px rgba(17, 17, 17, .4);
}
.mlf-sl-card-info__title {
  font-family: var(--mlf-font-display);
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 14px;
  letter-spacing: -.01em;
}
.mlf-sl-card-info__addr {
  font-style: normal;
  color: var(--mlf-ink-2);
  line-height: 1.55;
  font-size: 14px;
  margin: 0 0 14px;
}
.mlf-sl-card-info__cta { display: flex; flex-direction: column; gap: 6px; }

.mlf-sl-hours {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mlf-sl-hours__row {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px dashed var(--mlf-line);
  font-size: 13px;
}
.mlf-sl-hours__row:last-child { border-bottom: 0; }
.mlf-sl-hours__row.is-closed .mlf-sl-hours__val { color: var(--mlf-ko); }
.mlf-sl-hours__day { color: var(--mlf-muted); }
.mlf-sl-hours__val { font-variant-numeric: tabular-nums; }

.mlf-sl-other-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mlf-sl-other-list li { border-bottom: 1px solid var(--mlf-line); }
.mlf-sl-other-list li:last-child { border-bottom: 0; }
.mlf-sl-other-list a {
  display: block;
  padding: 14px 0;
  color: var(--mlf-ink);
  text-decoration: none;
}
.mlf-sl-other-list a:hover { color: var(--mlf-accent-d); }
.mlf-sl-other-list strong { display: block; font-size: 15px; margin-bottom: 2px; }
.mlf-sl-other-list span { color: var(--mlf-muted); font-size: 13px; }

/* ============ LEAFLET OVERRIDES ============ */
.leaflet-popup-content-wrapper {
  border-radius: 14px !important;
  box-shadow: 0 20px 50px -20px rgba(0,0,0,.4) !important;
  padding: 4px;
  font-family: var(--mlf-font-body);
}
.leaflet-popup-content { margin: 14px 18px !important; font-size: 14px; }
.leaflet-popup-content h4 {
  font-family: var(--mlf-font-display);
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 4px;
}
.leaflet-popup-content .mlf-popup-addr { color: var(--mlf-muted); font-size: 13px; margin: 0 0 10px; }
.leaflet-popup-content .mlf-popup-cta {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--mlf-ink);
  text-transform: uppercase;
  letter-spacing: .12em;
  text-decoration: none;
  border-bottom: 2px solid var(--mlf-accent);
  padding-bottom: 2px;
}
.leaflet-popup-content .mlf-popup-cta:hover { color: var(--mlf-accent-d); }
.leaflet-container a.leaflet-popup-close-button {
  top: 8px; right: 8px;
  color: var(--mlf-muted);
}

/* Routing machine */
.leaflet-routing-container {
  display: none !important; /* on affiche notre propre UI */
}

/* Controles natifs */
.leaflet-control-zoom a {
  border-radius: 8px !important;
  color: var(--mlf-ink) !important;
  border-color: var(--mlf-line) !important;
}


/* ============ DÉTAIL – galerie (showroom) ============ */
.mlf-sl-gallery-section {
  position: relative;
  z-index: 4;
  margin-top: clamp(-52px, -5vw, -36px);
  margin-bottom: 0;
  padding: 0 var(--mlf-detail-pad);
}
.mlf-sl-gallery-section__inner {
  max-width: 1180px;
  margin: 0 auto;
}
.mlf-sl-gallery-section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 20px;
  margin-bottom: 14px;
}
.mlf-sl-gallery-section__kicker {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--mlf-accent-d);
}
.mlf-sl-gallery-section__title {
  font-family: var(--mlf-font-display);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 500;
  margin: 0;
  letter-spacing: -.02em;
  color: var(--mlf-ink);
}
.mlf-sl-gallery {
  position: relative;
  background: #0c0c0c;
  border-radius: var(--mlf-radius);
  overflow: hidden;
  box-shadow:
    0 32px 64px -40px rgba(0, 0, 0, .55),
    0 0 0 1px rgba(255, 255, 255, .08);
}
.mlf-sl-gallery__viewport {
  overflow: hidden;
  background: #111;
}
.mlf-sl-gallery__track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.mlf-sl-gallery__slide {
  flex: 0 0 100%;
  margin: 0;
  line-height: 0;
}
.mlf-sl-gallery__slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: min(58vh, 680px);
  object-fit: cover;
  object-position: center;
}
.mlf-sl-gallery__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(8, 8, 8, .48);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  backdrop-filter: blur(12px) saturate(140%);
  box-shadow: 0 10px 28px -8px rgba(0, 0, 0, .5);
}
.mlf-sl-gallery__btn:hover {
  background: var(--mlf-paper);
  color: var(--mlf-ink);
  border-color: var(--mlf-paper);
  transform: translateY(-50%) scale(1.04);
}
.mlf-sl-gallery__btn:focus-visible {
  outline: 2px solid var(--mlf-accent);
  outline-offset: 3px;
}
.mlf-sl-gallery__btn--prev { left: clamp(14px, 3vw, 28px); }
.mlf-sl-gallery__btn--next { right: clamp(14px, 3vw, 28px); }
.mlf-sl-gallery__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 28px 16px 18px;
  margin: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .55) 100%);
  flex-wrap: wrap;
}
.mlf-sl-gallery__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, .38);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
}
.mlf-sl-gallery__dot:hover { transform: scale(1.15); background: rgba(255, 255, 255, .55); }
.mlf-sl-gallery__dot.is-active {
  background: var(--mlf-accent, #c7a574);
  transform: scale(1.28);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .35);
}
@media (max-width: 768px) {
  .mlf-sl-gallery-section { margin-top: -36px; }
  .mlf-sl-gallery__slide img {
    aspect-ratio: 4 / 3;
    max-height: 56vh;
  }
  .mlf-sl-gallery__btn {
    width: 42px;
    height: 42px;
  }
  .mlf-sl-gallery-section__head { margin-bottom: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .mlf-sl-gallery__track { transition-duration: 0.01ms; }
}


/* ============================================================
   MLF STORE LOCATOR — DETAIL "BOUTIQUE EDITORIAL" (Marais design)
   All styles scoped under .mlf-bt-page to avoid theme conflicts.
   ============================================================ */

.mlf-bt-page {
  --bt-navy: #212F37;
  --bt-cream: #ffffff;
  --bt-cream-2: #f7f4ef;
  --bt-red: #b1352d;
  --bt-ink: #1f2a30;
  --bt-ink-soft: #4a5560;
  --bt-muted: #7a8086;
  --bt-line: #e7dfcf;
  --bt-line-2: #cbbfa6;
  --bt-rad: 6px;
  --bt-rad-lg: 14px;
  --bt-shadow-md: 0 12px 32px -16px rgba(33,47,55,.18);
  --bt-shadow-lg: 0 30px 60px -28px rgba(33,47,55,.28);
  --bt-ease: cubic-bezier(.22,.61,.36,1);
  --bt-container: 1280px;
  --bt-ff-display: "Fraunces",Georgia,serif;
  --bt-ff-body: "Jost","Helvetica Neue",Arial,sans-serif;

  background: var(--bt-cream);
  color: var(--bt-ink);
  font-family: var(--bt-ff-body);
  font-size: 16px;
  line-height: 1.55;
}

.mlf-bt-page * { box-sizing: border-box; }
.mlf-bt-page img { max-width: 100%; display: block; }
.mlf-bt-page a { color: inherit; text-decoration: none; }
.mlf-bt-page h1, .mlf-bt-page h2, .mlf-bt-page h3, .mlf-bt-page h4 { margin: 0; }

/* alias variables to keep .bt-* rules intact */
.mlf-bt-page {
  --container: var(--bt-container);
  --navy: var(--bt-navy);
  --cream: var(--bt-cream);
  --cream-2: var(--bt-cream-2);
  --red: var(--bt-red);
  --ink: var(--bt-ink);
  --ink-soft: var(--bt-ink-soft);
  --muted: var(--bt-muted);
  --line: var(--bt-line);
  --line-2: var(--bt-line-2);
  --rad: var(--bt-rad);
  --rad-lg: var(--bt-rad-lg);
  --shadow-md: var(--bt-shadow-md);
  --shadow-lg: var(--bt-shadow-lg);
  --ease: var(--bt-ease);
  --ff-display: var(--bt-ff-display);
  --ff-body: var(--bt-ff-body);
}

/* helpers — eyebrow, btn, prose */
.mlf-bt-page .mlf-bt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--bt-red);
}
.mlf-bt-page .mlf-bt-eyebrow--center { display: flex; justify-content: center; color: var(--bt-muted); }
.mlf-bt-page .mlf-bt-eyebrow--light { color: rgba(255,255,255,.7); }
.mlf-bt-page .mlf-bt-eyebrow__line {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: currentColor;
  opacity: .5;
}
.mlf-bt-page .mlf-bt-eyebrow__line--light { background: rgba(255,255,255,.5); }
.mlf-bt-page .mlf-bt-eyebrow__line--short { width: 24px; }

.mlf-bt-page .mlf-bt-btn {
  --b: var(--bt-navy);
  --c: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border: 1px solid var(--b);
  background: var(--b);
  color: var(--c);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
  border-radius: 999px;
  cursor: pointer;
  transition: background .3s var(--bt-ease), color .3s var(--bt-ease), border-color .3s var(--bt-ease), transform .3s var(--bt-ease);
}
.mlf-bt-page .mlf-bt-btn:hover { transform: translateY(-1px); }
.mlf-bt-page .mlf-bt-btn--primary { --b: var(--bt-navy); --c: #fff; }
.mlf-bt-page .mlf-bt-btn--primary:hover { background: #14202a; border-color: #14202a; }
.mlf-bt-page .mlf-bt-btn--ghost {
  background: transparent;
  color: var(--bt-navy);
  border-color: rgba(33,47,55,.3);
}
.mlf-bt-page .mlf-bt-btn--ghost:hover {
  background: var(--bt-navy);
  color: #fff;
  border-color: var(--bt-navy);
}
.mlf-bt-page .mlf-bt-btn--ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.4);
}
.mlf-bt-page .mlf-bt-btn--ghost-light:hover {
  background: #fff;
  color: var(--bt-navy);
  border-color: #fff;
}

.mlf-bt-page .mlf-bt-prose p { font-size: 15.5px; line-height: 1.7; color: var(--bt-ink-soft); margin: 0 0 20px; }
.mlf-bt-page .mlf-bt-prose p:last-child { margin-bottom: 0; }

/* ---- 1. HERO ---- */
.mlf-bt-page .bt-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 120px;
}
.mlf-bt-page .bt-hero__bg { position: absolute; inset: 0; z-index: 0; }
.mlf-bt-page .bt-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mlf-bt-page .bt-hero__veil {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(33,47,55,.92) 0%, rgba(33,47,55,.5) 32%, rgba(33,47,55,.12) 62%, transparent 85%);
}
.mlf-bt-page .bt-hero__content {
  position: relative; z-index: 1;
  width: 100%; max-width: var(--bt-container);
  margin: 0 auto;
  padding: 36px 28px 80px;
  display: flex; flex-direction: column; justify-content: flex-end; flex: 1;
}
.mlf-bt-page .bt-hero__breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.75);
  margin-bottom: auto;
}
.mlf-bt-page .bt-hero__breadcrumb a { color: rgba(255,255,255,.75); transition: color .3s var(--bt-ease); }
.mlf-bt-page .bt-hero__breadcrumb a:hover { color: #fff; }
.mlf-bt-page .bt-hero__breadcrumb span[aria-hidden] { opacity: .5; }
.mlf-bt-page .bt-hero__copy { max-width: 680px; }
.mlf-bt-page .bt-hero__eyebrow {
  display: block; font-size: 11px; font-weight: 600; letter-spacing: .22em;
  text-transform: uppercase; color: var(--bt-red); margin-bottom: 20px;
}
.mlf-bt-page .bt-hero__title {
  font-family: var(--bt-ff-display); font-style: italic; font-weight: 300;
  font-size: clamp(72px, 12vw, 200px); line-height: .92; color: #fff;
  margin: 0 0 28px; letter-spacing: -.02em;
}
.mlf-bt-page .bt-hero__sub {
  font-family: var(--bt-ff-display); font-style: italic; font-weight: 400;
  font-size: 26px; color: rgba(255,255,255,.85); margin: 0 0 20px; line-height: 1.3;
}
.mlf-bt-page .bt-hero__address {
  font-size: 12px; font-weight: 500; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(255,255,255,.6); margin: 0;
}

/* ---- 2. STICKY INFO BAR ---- */
.mlf-bt-page .bt-infobar {
  position: sticky; top: 0; z-index: 40;
  background: var(--bt-cream);
  border-bottom: 1px solid var(--bt-line);
  padding: 18px 0;
}
.mlf-bt-page .bt-infobar__inner {
  max-width: var(--bt-container); margin: 0 auto; padding: 0 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.mlf-bt-page .bt-infobar__left { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.mlf-bt-page .bt-infobar__item { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: var(--bt-ink); }
.mlf-bt-page .bt-infobar__item--link { color: var(--bt-navy); transition: color .3s var(--bt-ease); }
.mlf-bt-page .bt-infobar__item--link:hover { color: var(--bt-red); }
.mlf-bt-page .bt-infobar__sep { color: var(--bt-line-2); font-size: 14px; user-select: none; }
.mlf-bt-page .bt-infobar__right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.mlf-bt-page .bt-infobar__btn-ghost,
.mlf-bt-page .bt-infobar__btn-primary { padding: 10px 18px; font-size: 13px; }

/* ---- 3. ABOUT EDITORIAL SPLIT ---- */
.mlf-bt-page .bt-about { background: var(--bt-cream-2); padding: 140px 0; }
.mlf-bt-page .bt-about__inner {
  max-width: var(--bt-container); margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: start;
}
.mlf-bt-page .bt-about__media { position: relative; }
.mlf-bt-page .bt-about__img-main { border-radius: var(--bt-rad-lg); overflow: hidden; aspect-ratio: 4/5; }
.mlf-bt-page .bt-about__img-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--bt-ease); }
.mlf-bt-page .bt-about__img-main:hover img { transform: scale(1.03); }
.mlf-bt-page .bt-about__img-offset {
  position: relative; margin-top: -80px; margin-left: 60px;
  border-radius: var(--bt-rad-lg); overflow: hidden; aspect-ratio: 4/3;
  box-shadow: var(--bt-shadow-lg); z-index: 1;
}
.mlf-bt-page .bt-about__img-offset img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--bt-ease); }
.mlf-bt-page .bt-about__img-offset:hover img { transform: scale(1.04); }
.mlf-bt-page .bt-about__copy { padding-top: 12px; }
.mlf-bt-page .bt-about__title {
  font-family: var(--bt-ff-display); font-style: italic; font-weight: 400;
  font-size: clamp(48px, 6vw, 84px); line-height: 1; color: var(--bt-navy);
  margin: 16px 0 32px; letter-spacing: -.02em;
}
.mlf-bt-page .bt-about__copy p { font-size: 15.5px; line-height: 1.7; color: var(--bt-ink-soft); margin-bottom: 20px; }
.mlf-bt-page .bt-about__quote {
  margin: 36px 0 0; padding: 28px 32px;
  border-left: 3px solid var(--bt-navy);
  background: rgba(33,47,55,.04);
  border-radius: 0 var(--bt-rad) var(--bt-rad) 0;
}
.mlf-bt-page .bt-about__quote p {
  font-family: var(--bt-ff-display); font-style: italic; font-size: 22px; font-weight: 400;
  color: var(--bt-navy); margin: 0 0 10px; line-height: 1.4;
}
.mlf-bt-page .bt-about__quote cite {
  display: block; font-style: normal; font-size: 12px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; color: var(--bt-muted);
}

/* ---- 4. GALLERY STRIP ---- */
.mlf-bt-page .bt-gallery { overflow: hidden; padding: 0; line-height: 0; }
.mlf-bt-page .bt-gallery__strip {
  display: grid;
  grid-template-columns: 1.4fr .8fr 1fr .8fr;
  grid-template-rows: 420px;
  gap: 0;
}
.mlf-bt-page .bt-gallery__item { overflow: hidden; position: relative; }
.mlf-bt-page .bt-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--bt-ease); }
.mlf-bt-page .bt-gallery__item:hover img { transform: scale(1.06); }

/* ---- 5. VENEZ TESTER ---- */
.mlf-bt-page .bt-tester { border-top: 1px solid rgba(33,47,55,.06); background: var(--bt-cream); padding: 120px 0; }
.mlf-bt-page .bt-tester__inner { max-width: var(--bt-container); margin: 0 auto; padding: 0 28px; }
.mlf-bt-page .bt-tester__head { text-align: center; margin-bottom: 64px; }
.mlf-bt-page .bt-tester__title {
  font-family: var(--bt-ff-display); font-style: italic; font-weight: 400;
  font-size: clamp(42px, 5.5vw, 76px); color: var(--bt-navy);
  margin: 20px 0 0; letter-spacing: -.02em;
}
.mlf-bt-page .bt-tester__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 48px;
}
.mlf-bt-page .bt-tester__card {
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-rad-lg);
  padding: 40px 36px; background: var(--bt-cream);
  transition: box-shadow .4s var(--bt-ease), transform .4s var(--bt-ease);
}
.mlf-bt-page .bt-tester__card:hover { box-shadow: var(--bt-shadow-md); transform: translateY(-4px); }
.mlf-bt-page .bt-tester__icon { color: var(--bt-navy); margin-bottom: 24px; }
.mlf-bt-page .bt-tester__card-title {
  font-family: var(--bt-ff-display); font-style: italic; font-weight: 400;
  font-size: 32px; color: var(--bt-navy); margin: 0 0 16px; letter-spacing: -.01em;
}
.mlf-bt-page .bt-tester__card p { font-size: 14px; line-height: 1.7; color: var(--bt-muted); margin: 0; }
.mlf-bt-page .bt-tester__note { text-align: center; font-size: 16px; color: var(--bt-ink-soft); margin: 0; }

/* ---- 6. TEAM ---- */
.mlf-bt-page .bt-team { background: var(--bt-cream-2); padding: 120px 0; }
.mlf-bt-page .bt-team__inner { max-width: var(--bt-container); margin: 0 auto; padding: 0 28px; }
.mlf-bt-page .bt-team__head { margin-bottom: 56px; }
.mlf-bt-page .bt-team__title {
  font-family: var(--bt-ff-display); font-style: italic; font-weight: 400;
  font-size: clamp(42px, 5vw, 72px); color: var(--bt-navy);
  margin: 16px 0 0; letter-spacing: -.02em;
}
.mlf-bt-page .bt-team__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.mlf-bt-page .bt-team__media { border-radius: var(--bt-rad-lg); overflow: hidden; aspect-ratio: 4/5; }
.mlf-bt-page .bt-team__media img { width: 100%; height: 100%; object-fit: cover; }
.mlf-bt-page .bt-team__list { display: flex; flex-direction: column; gap: 32px; }
.mlf-bt-page .bt-advisor { display: flex; align-items: flex-start; gap: 20px; }
.mlf-bt-page .bt-advisor__avatar {
  flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%;
  background: var(--bt-cream); display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; letter-spacing: .04em; color: var(--bt-navy);
  border: 1px solid var(--bt-line);
}
.mlf-bt-page .bt-advisor__info { display: flex; flex-direction: column; gap: 4px; }
.mlf-bt-page .bt-advisor__name {
  font-family: var(--bt-ff-display); font-style: italic; font-size: 24px; font-weight: 400;
  color: var(--bt-navy); line-height: 1.1;
}
.mlf-bt-page .bt-advisor__role {
  font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--bt-muted);
}
.mlf-bt-page .bt-advisor__bio { font-size: 13.5px; line-height: 1.65; color: var(--bt-ink-soft); }
.mlf-bt-page .bt-team__link { align-self: flex-start; margin-top: 8px; }

/* ---- 7. EVENTS ---- */
.mlf-bt-page .bt-events { background: var(--bt-cream); padding: 100px 0; }
.mlf-bt-page .bt-events__inner { max-width: var(--bt-container); margin: 0 auto; padding: 0 28px; }
.mlf-bt-page .bt-events__head { margin-bottom: 56px; }
.mlf-bt-page .bt-events__title {
  font-family: var(--bt-ff-display); font-style: italic; font-weight: 400;
  font-size: clamp(42px, 5vw, 72px); color: var(--bt-navy);
  margin: 16px 0 0; letter-spacing: -.02em;
}
.mlf-bt-page .bt-events__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: start; }
.mlf-bt-page .bt-events__list { list-style: none; margin: 0; padding: 0; }
.mlf-bt-page .bt-event { display: flex; align-items: center; gap: 28px; padding: 24px 0; border-top: 1px solid var(--bt-line); }
.mlf-bt-page .bt-event:last-child { border-bottom: 1px solid var(--bt-line); }
.mlf-bt-page .bt-event__date { flex-shrink: 0; width: 64px; text-align: center; }
.mlf-bt-page .bt-event__day {
  display: block; font-family: var(--bt-ff-display); font-style: italic;
  font-size: 40px; font-weight: 400; color: var(--bt-navy); line-height: 1;
}
.mlf-bt-page .bt-event__month {
  display: block; font-size: 12px; font-weight: 600; letter-spacing: .18em;
  text-transform: uppercase; color: var(--bt-muted); margin-top: 2px;
}
.mlf-bt-page .bt-event__body { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.mlf-bt-page .bt-event__title {
  font-family: var(--bt-ff-display); font-style: italic; font-size: 24px; font-weight: 400;
  color: var(--bt-navy); line-height: 1.2;
}
.mlf-bt-page .bt-event__desc { font-size: 13.5px; color: var(--bt-muted); line-height: 1.55; }
.mlf-bt-page .bt-event__pill {
  flex-shrink: 0; display: inline-flex; align-items: center; padding: 9px 18px;
  border: 1px solid rgba(33,47,55,.3); border-radius: 999px; font-size: 13px; font-weight: 500;
  color: var(--bt-navy);
  transition: background .3s var(--bt-ease), color .3s var(--bt-ease), border-color .3s var(--bt-ease);
}
.mlf-bt-page .bt-event__pill:hover { background: var(--bt-navy); color: #fff; border-color: var(--bt-navy); }
.mlf-bt-page .bt-events__media { border-radius: var(--bt-rad-lg); overflow: hidden; aspect-ratio: 4/5; }
.mlf-bt-page .bt-events__media img { width: 100%; height: 100%; object-fit: cover; }

/* ---- 8. INFORMATIONS PRATIQUES + CARTE ---- */
.mlf-bt-page .bt-practical {
  border-top: 1px solid rgba(33,47,55,.06);
  background: var(--bt-cream-2);
  padding: 92px 0 104px;
}
.mlf-bt-page .bt-practical__inner {
  max-width: var(--bt-container);
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(260px, .8fr) minmax(520px, 1.65fr);
  gap: clamp(34px, 4vw, 58px);
  align-items: start;
}
.mlf-bt-page .bt-practical__info {
  display: contents;
}
.mlf-bt-page .bt-practical__info > .bt-practical__block { grid-column: 1; grid-row: 1; }
.mlf-bt-page .bt-practical__middle { grid-column: 2; grid-row: 1; display: grid; gap: 42px; align-content: start; }
.mlf-bt-page .bt-practical__map { grid-column: 3; grid-row: 1; }
.mlf-bt-page .bt-practical__head {
  font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: var(--bt-navy); margin: 0 0 24px; padding-bottom: 12px;
  border-bottom: 2px solid var(--bt-navy); display: inline-block;
}
.mlf-bt-page .bt-practical__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.mlf-bt-page .bt-practical__list li { display: flex; flex-direction: column; gap: 2px; }
.mlf-bt-page .bt-practical__list span:first-child {
  font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--bt-muted);
}
.mlf-bt-page .bt-practical__list strong,
.mlf-bt-page .bt-practical__list a { font-size: 15px; font-weight: 500; color: var(--bt-navy); }
.mlf-bt-page .bt-practical__list a:hover { color: var(--bt-red); }
.mlf-bt-page .bt-practical__list--access .bt-practical__label {
  font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--bt-muted);
}
.mlf-bt-page .bt-practical__list--access li { display: flex; flex-direction: column; gap: 2px; }
.mlf-bt-page .bt-practical__list--access li > span:last-child { font-size: 14px; color: var(--bt-ink-soft); }
.mlf-bt-page .bt-practical__cta { margin-top: 28px; }
.mlf-bt-page .bt-practical__map {
  max-width: none;
  width: 100%;
  margin: 0;
  text-align: center;
}
.mlf-bt-page .bt-practical__map .mlf-bt-eyebrow { margin-bottom: 34px; }

/* ---- 9. MAP BLOCK ---- */
.mlf-bt-page .bt-map { border-top: 1px solid rgba(33,47,55,.06); background: var(--bt-cream); padding: 100px 0; }
.mlf-bt-page .bt-map__inner {
  max-width: var(--bt-container); margin: 0 auto; padding: 0 28px;
  display: flex; flex-direction: column; align-items: center; gap: 40px;
}
.mlf-bt-page .bt-map__img-wrap {
  max-width: 900px; width: 100%; border-radius: var(--bt-rad-lg);
  overflow: hidden; box-shadow: var(--bt-shadow-lg);
}
.mlf-bt-page .bt-map__img-wrap img { width: 100%; display: block; }
.mlf-bt-page .bt-map__caption {
  font-family: var(--bt-ff-display); font-style: italic; font-size: 17px;
  color: var(--bt-muted); margin: 26px 0 0; text-align: center;
}

/* ---- 10. NEARBY BOUTIQUES ---- */
.mlf-bt-page .bt-nearby { border-top: 1px solid rgba(33,47,55,.06); background: var(--bt-cream-2); padding: 100px 0; }
.mlf-bt-page .bt-nearby__inner { max-width: var(--bt-container); margin: 0 auto; padding: 0 28px; }
.mlf-bt-page .bt-nearby__title {
  font-family: var(--bt-ff-display); font-style: italic; font-weight: 400;
  font-size: clamp(36px, 4.5vw, 60px); color: var(--bt-navy);
  margin: 0 0 48px; letter-spacing: -.02em;
}
.mlf-bt-page .bt-nearby__strip {
  display: flex; gap: 24px; overflow-x: auto;
  -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px;
}
.mlf-bt-page .bt-nearby__strip::-webkit-scrollbar { display: none; }
.mlf-bt-page .bt-nearby__card {
  flex: 0 0 260px; display: flex; flex-direction: column; gap: 10px;
  color: var(--bt-navy); transition: opacity .3s var(--bt-ease);
}
.mlf-bt-page .bt-nearby__card:hover { opacity: .82; }
.mlf-bt-page .bt-nearby__card-img { border-radius: var(--bt-rad); overflow: hidden; aspect-ratio: 3/2; }
.mlf-bt-page .bt-nearby__card-img img {
  width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--bt-ease);
}
.mlf-bt-page .bt-nearby__card:hover .bt-nearby__card-img img { transform: scale(1.05); }
.mlf-bt-page .bt-nearby__city {
  font-family: var(--bt-ff-display); font-style: italic; font-size: 22px; font-weight: 400; line-height: 1.1;
}
.mlf-bt-page .bt-nearby__addr {
  font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--bt-muted);
}
.mlf-bt-page .bt-nearby__link {
  font-size: 13px; font-weight: 500; border-bottom: 1px solid currentColor;
  padding-bottom: 1px; align-self: flex-start; transition: letter-spacing .3s var(--bt-ease);
}
.mlf-bt-page .bt-nearby__card:hover .bt-nearby__link { letter-spacing: .06em; }

/* ---- 11. CTA BAND ---- */
.mlf-bt-page .bt-cta { background: var(--bt-navy); padding: 120px 0; text-align: center; }
.mlf-bt-page .bt-cta__inner {
  max-width: var(--bt-container); margin: 0 auto; padding: 0 28px;
  display: flex; flex-direction: column; align-items: center; gap: 0;
}
.mlf-bt-page .bt-cta__inner .mlf-bt-eyebrow--light { margin-bottom: 20px; }
.mlf-bt-page .bt-cta__title {
  font-family: var(--bt-ff-display); font-style: italic; font-weight: 400;
  font-size: clamp(48px, 6vw, 96px); color: #fff; margin: 0 0 16px;
  letter-spacing: -.02em; line-height: 1;
}
.mlf-bt-page .bt-cta__sub { font-size: 18px; color: rgba(255,255,255,.75); margin: 0 0 40px; }
.mlf-bt-page .bt-cta__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center; }
.mlf-bt-page .bt-cta__btn-primary {
  background: #fff; color: var(--bt-navy); border-color: #fff;
}
.mlf-bt-page .bt-cta__btn-primary:hover { background: var(--bt-cream); border-color: var(--bt-cream); color: var(--bt-navy); }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .mlf-bt-page .bt-about__inner { grid-template-columns: 1fr; gap: 60px; }
  .mlf-bt-page .bt-about__img-offset { margin-left: 40px; }
  .mlf-bt-page .bt-team__grid { grid-template-columns: 1fr; gap: 48px; }
  .mlf-bt-page .bt-team__media { max-width: 500px; }
  .mlf-bt-page .bt-events__grid { grid-template-columns: 1fr; gap: 48px; }
  .mlf-bt-page .bt-events__media { max-width: 500px; }
  .mlf-bt-page .bt-practical__inner { grid-template-columns: 1fr 1fr; gap: 44px; }
  .mlf-bt-page .bt-practical__info { display: contents; }
  .mlf-bt-page .bt-practical__info > .bt-practical__block { grid-column: 1; grid-row: 1; }
  .mlf-bt-page .bt-practical__middle { grid-column: 2; grid-row: 1; display: grid; gap: 36px; }
  .mlf-bt-page .bt-practical__map { grid-column: 1 / -1; grid-row: 2; }
  .mlf-bt-page .bt-tester__grid { grid-template-columns: repeat(2, 1fr); }
  .mlf-bt-page .bt-gallery__strip { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 320px); }
}
@media (max-width: 700px) {
  .mlf-bt-page .bt-hero__title { font-size: clamp(52px, 14vw, 90px); }
  .mlf-bt-page .bt-hero__sub { font-size: 20px; }
  .mlf-bt-page .bt-hero { padding-top: 80px; }
  .mlf-bt-page .bt-infobar__left .bt-infobar__item:first-child,
  .mlf-bt-page .bt-infobar__sep,
  .mlf-bt-page .bt-infobar__item--hours { display: none; }
  .mlf-bt-page .bt-infobar__inner { flex-wrap: wrap; justify-content: space-between; }
  .mlf-bt-page .bt-about__img-offset { position: static; margin-top: 20px; margin-left: 0; aspect-ratio: 4/3; }
  .mlf-bt-page .bt-about { padding: 80px 0; }
  .mlf-bt-page .bt-about__title { font-size: clamp(38px, 8vw, 56px); }
  .mlf-bt-page .bt-gallery__strip { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 220px; }
  .mlf-bt-page .bt-tester__grid { grid-template-columns: 1fr; }
  .mlf-bt-page .bt-tester__card { padding: 28px 24px; }
  .mlf-bt-page .bt-team__grid { grid-template-columns: 1fr; }
  .mlf-bt-page .bt-events__grid { grid-template-columns: 1fr; }
  .mlf-bt-page .bt-practical__inner { grid-template-columns: 1fr; gap: 40px; }
  .mlf-bt-page .bt-practical__info { display: grid; grid-template-columns: 1fr; gap: 40px; }
  .mlf-bt-page .bt-practical__middle,
  .mlf-bt-page .bt-practical__info > .bt-practical__block,
  .mlf-bt-page .bt-practical__map { grid-column: auto; grid-row: auto; }
  .mlf-bt-page .bt-practical__middle { display: grid; gap: 34px; }
  .mlf-bt-page .bt-event { flex-wrap: wrap; gap: 16px; }
  .mlf-bt-page .bt-event__pill { margin-left: auto; }
  .mlf-bt-page .bt-nearby__card { flex: 0 0 220px; }
  .mlf-bt-page .bt-cta { padding: 80px 0; }
  .mlf-bt-page .bt-cta__title { font-size: clamp(38px, 10vw, 64px); }
  .mlf-bt-page .bt-infobar__btn-ghost { display: none; }
  .mlf-bt-page .bt-events__title,
  .mlf-bt-page .bt-team__title,
  .mlf-bt-page .bt-tester__title { font-size: clamp(36px, 9vw, 56px); }
}

.mlf-bt-page .mlf-bt-btn--primary { color: #fff !important; }
