/* =============================================================================
   Vitrine growth — composants propres à la page (s'appuie sur portfolio.css :
   tokens, nav, boutons, sections, contact, footer, reveal).
   ========================================================================== */

/* ---- ESPACEMENTS : sections plus resserrées que le design system ------- */
.section { padding-top: 4.2rem; padding-bottom: 4.2rem; }
.section__head { margin-bottom: 2.4rem; }
.lmt-subhead { margin: 2.6rem 0 1.2rem; }
.lmt-tools-head { margin: 2.8rem 0 1.5rem; }

/* ---- HERO --------------------------------------------------------------- */
.lmt-hero {
  max-width: var(--maxw); margin: 0 auto; padding: 8.5rem 1.5rem 3.5rem;
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 3.5rem; align-items: center;
}
.lmt-hero__title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.1rem, 4.6vw, 3.4rem); line-height: 1.07; letter-spacing: -.028em;
  margin-bottom: 1.4rem; text-wrap: balance;
}
.lmt-hero__sub { font-size: clamp(1rem, 2vw, 1.15rem); color: var(--muted); line-height: 1.7; max-width: 560px; margin-bottom: 2.2rem; }
.lmt-hero__sub strong { color: var(--text); font-weight: 600; }
.lmt-hero__cta { justify-content: flex-start; }

.lmt-hero__portrait {
  position: relative; margin: 0; border-radius: 24px; overflow: hidden;
  aspect-ratio: 4 / 4.4; background: var(--surface);
  box-shadow: 0 40px 90px -40px rgba(15,23,42,.45), 0 0 0 1px var(--border);
}
.lmt-hero__portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.lmt-hero__portrait figcaption {
  position: absolute; left: 1rem; right: 1rem; bottom: 1rem;
  display: flex; flex-direction: column; gap: .1rem;
  padding: .85rem 1rem; border-radius: 14px;
  background: rgba(255,255,255,.86); backdrop-filter: blur(12px) saturate(160%);
  border: 1px solid rgba(255,255,255,.6);
}
.lmt-hero__name { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; }
.lmt-hero__role { font-size: .86rem; color: var(--muted); }

/* ---- CHIFFRES DU HERO (show, don't tell) ------------------------------- */
.lmt-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin: .4rem 0 2rem; }
.lmt-hstat {
  display: flex; flex-direction: column; padding: .95rem 1rem; border-radius: 14px;
  background: var(--bg); border: 1px solid var(--border); box-shadow: 0 14px 34px -30px rgba(15,23,42,.4);
}
.lmt-hstat__value { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.45rem, 2.6vw, 1.9rem); letter-spacing: -.03em; line-height: 1.05; color: var(--accent); white-space: nowrap; }
.lmt-hstat__label { margin-top: .3rem; color: var(--text); font-size: .84rem; line-height: 1.3; }
.lmt-hstat--link { text-decoration: none; transition: border-color .25s, transform .25s var(--ease), box-shadow .25s; }
.lmt-hstat--link:hover { border-color: rgba(37,99,235,.35); transform: translateY(-2px); box-shadow: 0 18px 38px -28px rgba(37,99,235,.5); }
.lmt-hstat__arrow { width: 12px; height: 12px; opacity: .55; transition: transform .25s var(--ease), opacity .25s, color .25s; }
.lmt-hstat--link:hover .lmt-hstat__arrow { opacity: 1; color: var(--accent); transform: translate(2px, -1px); }
.lmt-hstat__source { display: flex; align-items: center; gap: .3rem; margin-top: .35rem; font-family: var(--font-mono); font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; color: var(--faint); }
.lmt-num { font-variant-numeric: tabular-nums; }

/* ---- LOGOS (défilement infini) ------------------------------------------ */
.lmt-logos { max-width: var(--maxw); margin: 0 auto; padding: 4.5rem 1.5rem 1rem; }
.lmt-logos__label {
  text-align: center; font-family: var(--font-mono); font-size: .76rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--faint); margin-bottom: 1.6rem;
}
.lmt-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.lmt-marquee__track { display: flex; width: max-content; animation: lmt-marquee 42s linear infinite; }
.lmt-marquee:hover .lmt-marquee__track { animation-play-state: paused; }
.lmt-marquee__list { display: flex; align-items: center; gap: 3.5rem; padding-right: 3.5rem; list-style: none; }
.lmt-marquee__list img {
  display: block; height: var(--h, 34px); width: auto; max-width: 170px; object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform .3s var(--ease);
}
.lmt-marquee__list img:hover { transform: scale(1.06); }
@keyframes lmt-marquee { to { transform: translateX(-50%); } }

/* ---- PILIERS ------------------------------------------------------------ */
.lmt-pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.lmt-pillar {
  padding: 1.8rem; border-radius: 20px; border: 1px solid var(--border); background: var(--bg);
  transition: border-color .3s, transform .3s var(--ease), box-shadow .3s;
}
.lmt-pillar:hover { border-color: rgba(37,99,235,.3); transform: translateY(-3px); box-shadow: 0 24px 50px -34px rgba(37,99,235,.45); }
.lmt-pillar__icon {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; margin-bottom: 1.1rem;
  background: linear-gradient(180deg, rgba(37,99,235,.16), rgba(37,99,235,.05));
  border: 1px solid rgba(37,99,235,.22); color: var(--accent);
}
.lmt-pillar__icon .ic { width: 22px; height: 22px; }
.lmt-pillar__kicker { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--accent-3); }
.lmt-pillar__title { font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; letter-spacing: -.015em; margin: .3rem 0 .6rem; }
.lmt-pillar__text { color: var(--ink-soft); font-size: .96rem; line-height: 1.65; }

/* ---- ÉPISODES ----------------------------------------------------------- */
.lmt-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-bottom: 2rem; }
.lmt-chip {
  font: inherit; font-size: .88rem; font-weight: 500; cursor: pointer;
  padding: .5rem 1rem; border-radius: 999px; color: var(--muted);
  background: var(--bg); border: 1px solid var(--border-2);
  transition: color .2s, background .2s, border-color .2s;
}
.lmt-chip:hover { color: var(--text); border-color: var(--accent); }
.lmt-chip.is-active { color: #fff; background: var(--accent); border-color: var(--accent); }

.lmt-episodes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.lmt-ep {
  all: unset; box-sizing: border-box; cursor: pointer; display: flex; flex-direction: column;
  border-radius: 16px; overflow: hidden; background: var(--bg); border: 1px solid var(--border);
  transition: transform .3s var(--ease), box-shadow .3s, border-color .3s;
}
.lmt-ep:hover { transform: translateY(-4px); border-color: var(--border-2); box-shadow: 0 26px 50px -32px rgba(15,23,42,.4); }
.lmt-ep:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.lmt-ep[hidden] { display: none !important; }
.lmt-ep__thumb { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--surface); }
.lmt-ep__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.lmt-ep:hover .lmt-ep__thumb img { transform: scale(1.04); }
.lmt-ep__play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(.9);
  display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%;
  background: rgba(255,255,255,.92); color: var(--accent); opacity: 0;
  box-shadow: 0 10px 30px -8px rgba(15,23,42,.5);
  transition: opacity .25s, transform .3s var(--ease);
}
.lmt-ep__play .ic { width: 20px; height: 20px; margin-left: 3px; fill: currentColor; }
.lmt-ep:hover .lmt-ep__play, .lmt-ep:focus-visible .lmt-ep__play { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.lmt-ep__views {
  position: absolute; right: .6rem; bottom: .6rem; display: inline-flex; align-items: center; gap: .3rem;
  font-family: var(--font-mono); font-size: .72rem; color: #fff;
  padding: .25rem .5rem; border-radius: 7px; background: rgba(11,18,32,.78); backdrop-filter: blur(6px);
}
.lmt-ep__views .ic { width: 13px; height: 13px; }
.lmt-ep__body { display: flex; flex-direction: column; gap: .35rem; padding: 1rem 1.1rem 1.2rem; }
.lmt-ep__sector { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-3); }
.lmt-ep__title { font-family: var(--font-display); font-weight: 600; font-size: 1rem; line-height: 1.3; letter-spacing: -.01em; color: var(--text); }
.lmt-ep__guest { font-size: .86rem; color: var(--muted); }
.lmt-note { margin-top: 1.6rem; text-align: center; font-size: .82rem; color: var(--faint); }

/* ---- AUDIENCES --------------------------------------------------------- */
.lmt-channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.lmt-channel {
  display: flex; flex-direction: column; padding: 1.7rem; border-radius: 20px;
  background: var(--bg); border: 1px solid var(--border);
  transition: border-color .3s, transform .3s var(--ease), box-shadow .3s;
}
.lmt-channel:hover { border-color: rgba(37,99,235,.3); transform: translateY(-3px); box-shadow: 0 24px 50px -34px rgba(37,99,235,.45); }
.lmt-channel__top { display: flex; justify-content: space-between; align-items: center; gap: .6rem; margin-bottom: .9rem; }
.lmt-channel__brand { display: inline-flex; align-items: center; gap: .55rem; }
.lmt-channel__logo { display: block; width: auto; height: 22px; object-fit: contain; }
.lmt-channel__logo--avatar { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.lmt-channel__ratios { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem .9rem; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--border); }
.lmt-channel__ratios-label { grid-column: 1 / -1; font-family: var(--font-mono); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); }
.lmt-ratio { display: flex; flex-direction: column; }
.lmt-ratio strong { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; letter-spacing: -.02em; color: var(--accent); }
.lmt-ratio small { color: var(--muted); font-size: .76rem; line-height: 1.35; }
.lmt-channel__role { font-family: var(--font-mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-3); padding: .25rem .55rem; border-radius: 6px; background: rgba(37,99,235,.08); }
.lmt-channel__arrow { width: 18px; height: 18px; color: var(--faint); transition: color .2s, transform .25s var(--ease); }
.lmt-channel:hover .lmt-channel__arrow { color: var(--accent); transform: translate(2px, -2px); }
.lmt-channel__name { font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; letter-spacing: -.015em; }
.lmt-channel__audience { color: var(--muted); font-size: .88rem; margin-top: .2rem; }
.lmt-channel__metric {
  display: flex; align-items: baseline; gap: .5rem; flex-wrap: wrap; margin: 1.3rem 0 .9rem; padding-top: 1.1rem; border-top: 1px solid var(--border);
  font-family: var(--font-display); font-weight: 700; font-size: 2rem; letter-spacing: -.03em; color: var(--accent);
}
.lmt-channel__metric small { font-family: var(--font-body); font-weight: 500; font-size: .86rem; letter-spacing: 0; color: var(--muted); }
.lmt-channel__text { color: var(--ink-soft); font-size: .94rem; line-height: 1.65; }

/* ---- HOOKS -------------------------------------------------------------- */
.lmt-hook { display: flex; flex-direction: column; height: 100%; padding: 1.2rem; border-radius: 20px; background: var(--surface); border: 1px solid var(--border); transition: border-color .3s, transform .3s var(--ease), box-shadow .3s; }
a.lmt-hook:hover { border-color: rgba(37,99,235,.3); transform: translateY(-3px); box-shadow: 0 24px 50px -34px rgba(37,99,235,.45); }
.lmt-hook__link { display: inline-flex; align-items: center; gap: .3rem; margin: auto .2rem 0; padding-top: .9rem; font-size: .84rem; font-weight: 600; color: var(--accent); }
.lmt-hook__link .ic { width: 14px; height: 14px; transition: transform .25s var(--ease); }
a.lmt-hook:hover .lmt-hook__link .ic { transform: translate(2px, -2px); }
.lmt-hook__post {
  padding: 1.1rem 1.15rem; border-radius: 14px; background: var(--bg); border: 1px solid var(--border);
  box-shadow: 0 12px 30px -26px rgba(15,23,42,.35);
}
.lmt-hook__line { font-family: var(--font-display); font-weight: 600; font-size: 1.08rem; line-height: 1.35; letter-spacing: -.01em; color: var(--text); }
.lmt-hook__follow { margin-top: .5rem; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.lmt-hook__meta { display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; margin: 1rem .2rem .7rem; }
.lmt-hook__metric { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; letter-spacing: -.02em; color: var(--accent); }
.lmt-hook__metric small { font-family: var(--font-body); font-weight: 500; font-size: .8rem; letter-spacing: 0; color: var(--muted); }
.lmt-hook__lever { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .04em; text-transform: uppercase; color: #fff; background: var(--accent); padding: .3rem .55rem; border-radius: 6px; }
.lmt-hook__why { margin: 0 .2rem; color: var(--ink-soft); font-size: .9rem; line-height: 1.6; }

/* ---- BIAIS (légende des hooks) ----------------------------------------- */
.lmt-biases { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .45rem; margin-top: 1.8rem; }
.lmt-biases__label { font-family: var(--font-mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); margin-right: .4rem; }
.lmt-bias { font-size: .84rem; font-weight: 500; color: var(--accent-3); padding: .35rem .75rem; border-radius: 999px; background: rgba(37,99,235,.07); border: 1px solid rgba(37,99,235,.16); }

/* ---- STRATÉGIE ---------------------------------------------------------- */
.lmt-strategy { display: flex; flex-direction: column; gap: 1rem; }
.lmt-strat {
  display: grid; grid-template-columns: 220px 1fr; gap: .4rem 2rem; align-items: start;
  padding: 1.7rem 1.8rem; border-radius: 20px; background: var(--bg); border: 1px solid var(--border);
}
.lmt-strat__name { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; letter-spacing: -.015em; grid-row: span 2; }
.lmt-strat__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.lmt-strat__label { display: block; font-family: var(--font-mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--accent-3); margin-bottom: .6rem; }
.lmt-strat__col ul { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
.lmt-strat__col li { position: relative; padding-left: 1rem; color: var(--ink-soft); font-size: .93rem; line-height: 1.5; }
.lmt-strat__col li::before { content: ""; position: absolute; left: 0; top: .6em; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.lmt-strat__result {
  grid-column: 2; display: flex; gap: .55rem; align-items: flex-start; margin-top: 1rem; padding: .8rem 1rem;
  border-radius: 12px; background: rgba(16,185,129,.07); border: 1px solid rgba(16,185,129,.2);
  color: #065F46; font-size: .92rem; line-height: 1.5;
}
.lmt-strat__result .ic { color: #059669; margin-top: .15rem; }

/* ---- EXPÉRIENCES GROWTH ------------------------------------------------- */
.lmt-experiments { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.lmt-exp { padding: 1.7rem; border-radius: 20px; background: var(--bg); border: 1px solid var(--border); }
.lmt-exp__head { display: flex; align-items: baseline; gap: .6rem; flex-wrap: wrap; }
.lmt-exp__metric { font-family: var(--font-display); font-weight: 700; font-size: 2.1rem; letter-spacing: -.03em; line-height: 1; color: var(--accent); }
.lmt-exp__metric-label { color: var(--muted); font-size: .88rem; }
.lmt-exp__title { font-family: var(--font-display); font-weight: 600; font-size: 1.18rem; letter-spacing: -.01em; margin: .9rem 0 1rem; }
.lmt-exp__steps { display: flex; flex-direction: column; gap: .65rem; padding-top: 1rem; border-top: 1px solid var(--border); }
.lmt-exp__steps div { display: grid; grid-template-columns: 5.2rem 1fr; gap: .8rem; align-items: baseline; }
.lmt-exp__steps dt { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); }
.lmt-exp__steps dd { color: var(--ink-soft); font-size: .92rem; line-height: 1.55; }
.lmt-exp__steps div:last-child dd { color: var(--text); font-weight: 500; }

/* ---- OUTILLAGE ---------------------------------------------------------- */
.lmt-tools-head { text-align: center; margin: 4rem 0 1.8rem; }
.lmt-tools-head__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.3rem, 3vw, 1.7rem); letter-spacing: -.02em; }
.lmt-tools-head__desc { color: var(--muted); margin-top: .5rem; }
.lmt-tools { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.lmt-tool { padding: 1.5rem; border-radius: 18px; background: var(--surface); border: 1px solid var(--border); }
.lmt-tool__title { font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; letter-spacing: -.01em; margin-bottom: .45rem; }
.lmt-tool__text { color: var(--ink-soft); font-size: .88rem; line-height: 1.55; }
.lmt-tool__proof { font-family: var(--font-display); font-weight: 700; color: var(--accent); font-size: 1rem; letter-spacing: -.01em; margin-bottom: .45rem; }
.lmt-tool--link { display: block; transition: border-color .3s, transform .3s var(--ease); }
.lmt-tool--link:hover { border-color: rgba(37,99,235,.3); transform: translateY(-3px); }
.lmt-tool--link .lmt-tool__title { margin-top: .35rem; }
.lmt-tools-cta { display: flex; justify-content: center; margin-top: 2rem; }

/* ---- ONGLETS VIDÉOS ----------------------------------------------------- */
.lmt-tabs { display: flex; justify-content: center; gap: .3rem; width: fit-content; margin: 0 auto 1.6rem; padding: .3rem; border-radius: 14px; background: var(--surface); border: 1px solid var(--border); }
.lmt-tab { font: inherit; font-size: .92rem; font-weight: 550; cursor: pointer; padding: .6rem 1.1rem; border-radius: 10px; border: 0; background: none; color: var(--muted); transition: color .2s, background .2s, box-shadow .2s; }
.lmt-tab:hover { color: var(--text); }
.lmt-tab.is-active { background: var(--bg); color: var(--text); box-shadow: 0 4px 14px -6px rgba(15,23,42,.25); }
.lmt-panel[hidden] { display: none; }

/* ---- ÉQUIPE & RÉSEAUX --------------------------------------------------- */
.lmt-team-section { padding-top: 2rem; padding-bottom: 2rem; }
.lmt-team {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem;
  padding: 2rem; border-radius: 20px; background: var(--surface); border: 1px solid var(--border);
}
.lmt-team__text { color: var(--ink-soft); line-height: 1.7; }
.lmt-team__text strong { color: var(--text); font-weight: 600; }
.lmt-socials { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.2rem; }
.lmt-socials:last-child { margin-bottom: 0; }
.lmt-socials__label { margin-bottom: .6rem; }
.lmt-social {
  display: inline-flex; align-items: center; gap: .35rem; font-size: .9rem; font-weight: 500;
  padding: .5rem .9rem; border-radius: 10px; background: var(--bg); border: 1px solid var(--border-2);
  transition: border-color .2s, color .2s;
}
.lmt-social .ic { width: 15px; height: 15px; color: var(--faint); transition: color .2s, transform .25s var(--ease); }
.lmt-social:hover { border-color: var(--accent); color: var(--accent); }
.lmt-social:hover .ic { color: var(--accent); transform: translate(2px, -2px); }

/* ---- LECTEUR VIDÉO ------------------------------------------------------ */
.lmt-player[hidden] { display: none; }
.lmt-player { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 1rem; }
.lmt-player__backdrop { position: absolute; inset: 0; background: rgba(11,18,32,.78); backdrop-filter: blur(6px); }
.lmt-player__box { position: relative; width: min(1040px, 100%); }
.lmt-player__frame { position: relative; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; background: #000; box-shadow: 0 40px 120px -30px rgba(0,0,0,.7); }
.lmt-player__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.lmt-player__close {
  position: absolute; top: -3rem; right: 0; display: grid; place-items: center; width: 40px; height: 40px;
  border-radius: 10px; cursor: pointer; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25);
}
.lmt-player__close:hover { background: rgba(255,255,255,.22); }

.footer a.footer__tech:hover { color: var(--accent); }

/* ---- LIGNE VIDÉOS + VOIR PLUS ----------------------------------------- */
.lmt-section--tight { padding-top: 2.5rem; padding-bottom: 2rem; }
.lmt-row-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.lmt-row-head .section__kicker { margin-bottom: .3rem; }
.lmt-row-head__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.5rem, 3vw, 2rem); letter-spacing: -.02em; }
.lmt-row-head .lmt-tabs { margin: 0; }
/* carrousel horizontal (scroll-snap natif : swipe mobile, flèches desktop) */
.lmt-carousel { position: relative; }
.lmt-carousel__track {
  --per: 3; display: grid; grid-auto-flow: column; gap: 1.25rem;
  grid-auto-columns: calc((100% - (var(--per) - 1) * 1.25rem) / var(--per));
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; overscroll-behavior-x: contain;
  padding: .3rem .1rem 1rem; scrollbar-width: none;
}
.lmt-carousel__track::-webkit-scrollbar { display: none; }
.lmt-carousel__track > * { scroll-snap-align: start; }
.lmt-carousel__nav {
  position: absolute; top: calc(50% - .5rem); z-index: 5; transform: translateY(-50%);
  display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; cursor: pointer;
  background: rgba(255,255,255,.95); border: 1px solid var(--border-2); color: var(--text);
  box-shadow: 0 10px 30px -12px rgba(15,23,42,.3); transition: opacity .25s, background .25s, color .25s, transform .25s var(--ease);
}
.lmt-carousel__nav:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.lmt-carousel__nav .ic { width: 20px; height: 20px; }
.lmt-carousel__nav--prev { left: -23px; }
.lmt-carousel__nav--next { right: -23px; }
.lmt-carousel__nav[disabled] { opacity: 0; pointer-events: none; }
.lmt-tabs--center { margin-bottom: 1.8rem; }

/* ---- CARTE AUDIENCE → ÉTUDE DE CAS ---------------------------------------- */
.lmt-channel__cta { display: inline-flex; align-items: center; gap: .3rem; margin-top: 1.1rem; font-size: .88rem; font-weight: 600; color: var(--accent); }
.lmt-channel__cta .ic { width: 15px; height: 15px; transition: transform .25s var(--ease); }
.lmt-channel:hover .lmt-channel__cta .ic { transform: translateX(3px); }

/* ---- FORMATS ------------------------------------------------------------ */
.lmt-format {
  display: flex; flex-direction: column; height: 100%; border-radius: 18px; overflow: hidden; background: var(--bg); border: 1px solid var(--border);
  transition: border-color .3s, transform .3s var(--ease), box-shadow .3s;
}
.lmt-format:hover { border-color: rgba(37,99,235,.3); transform: translateY(-3px); box-shadow: 0 24px 50px -34px rgba(37,99,235,.45); }
.lmt-format__thumb { display: block; aspect-ratio: 16 / 9; background: var(--surface); overflow: hidden; }
.lmt-format__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lmt-format__thumb--social { background: #0B1220; }
.lmt-format__thumb--social img { object-position: 50% 22%; }
.lmt-format__thumb--post { display: flex; align-items: center; justify-content: center; padding: 1rem; background: linear-gradient(135deg, rgba(37,99,235,.14), rgba(56,189,248,.08)); }
.lmt-post { display: flex; flex-direction: column; gap: .55rem; width: 100%; padding: .85rem .95rem; border-radius: 12px; background: var(--bg); box-shadow: 0 14px 30px -20px rgba(15,23,42,.35); }
.lmt-post__author { display: flex; align-items: center; gap: .5rem; }
.lmt-post__author img { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; object-position: 50% 25%; }
.lmt-post__author span { display: flex; flex-direction: column; line-height: 1.15; }
.lmt-post__author strong { font-size: .74rem; font-weight: 600; }
.lmt-post__author small { font-size: .64rem; color: var(--faint); }
.lmt-post__text { font-family: var(--font-display); font-weight: 600; font-size: .9rem; line-height: 1.3; color: var(--text); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.lmt-format__body { display: flex; flex-direction: column; gap: .45rem; padding: 1.1rem 1.15rem 1.25rem; flex: 1; }
.lmt-format__top { display: flex; justify-content: space-between; align-items: center; gap: .5rem; }
.lmt-format__name { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; letter-spacing: -.01em; }
.lmt-platform { display: inline-flex; align-items: center; gap: .4rem; font-size: .82rem; font-weight: 600; color: var(--platform, var(--text)); }
.lmt-platform__logo {
  width: 16px; height: 16px; flex: none; background: var(--platform, currentColor);
  -webkit-mask: var(--logo) center / contain no-repeat; mask: var(--logo) center / contain no-repeat;
}
.lmt-platform--youtube { --platform: #FF0000; --logo: url("/static/growth/platforms/youtube.svg"); }
.lmt-platform--instagram { --platform: #E4405F; --logo: url("/static/growth/platforms/instagram.svg"); }
.lmt-platform--tiktok { --platform: #0B1220; --logo: url("/static/growth/platforms/tiktok.svg"); }
.lmt-platform--linkedin { --platform: #0A66C2; --logo: url("/static/growth/platforms/linkedin.svg"); }
.lmt-format__goal { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .07em; text-transform: uppercase; color: var(--accent-3); }
.lmt-format__example { color: var(--ink-soft); font-size: .88rem; line-height: 1.5; }
.lmt-format__metrics { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: auto; padding-top: .6rem; }
.lmt-format__metrics span { font-size: .76rem; font-weight: 500; color: var(--text); padding: .25rem .5rem; border-radius: 6px; background: var(--surface); border: 1px solid var(--border); }
.lmt-format__metrics span:first-child { color: #fff; background: var(--accent); border-color: var(--accent); }

/* ---- PLAYBOOK (boucle organic + paid) ----------------------------------- */
.lmt-legend { display: flex; justify-content: center; flex-wrap: wrap; gap: .5rem; margin: -1.2rem 0 1.8rem; }
.lmt-type { display: inline-flex; align-items: center; font-family: var(--font-mono); font-size: .64rem; letter-spacing: .07em; text-transform: uppercase; padding: .28rem .55rem; border-radius: 6px; white-space: nowrap; }
.lmt-type--organic { color: #065F46; background: rgba(16,185,129,.1); border: 1px solid rgba(16,185,129,.25); }
.lmt-type--paid { color: #92400E; background: rgba(245,158,11,.1); border: 1px solid rgba(245,158,11,.28); }
.lmt-type--both { color: var(--accent-3); background: rgba(37,99,235,.08); border: 1px solid rgba(37,99,235,.2); }
.lmt-playbook { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.lmt-step { display: flex; gap: 1.1rem; padding: 1.4rem 1.5rem; border-radius: 18px; background: var(--bg); border: 1px solid var(--border); }
.lmt-step__num {
  flex: none; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px;
  font-family: var(--font-mono); font-size: .8rem; color: var(--accent);
  background: rgba(37,99,235,.08); border: 1px solid rgba(37,99,235,.18);
}
.lmt-step__body { display: flex; flex-direction: column; flex: 1; }
.lmt-step__head { display: flex; align-items: center; justify-content: space-between; gap: .6rem; flex-wrap: wrap; margin: .3rem 0 .45rem; }
.lmt-step__title { font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; letter-spacing: -.01em; }
.lmt-step__text { color: var(--ink-soft); font-size: .93rem; line-height: 1.6; }
.lmt-step__proof { display: flex; gap: .45rem; align-items: flex-start; margin-top: .7rem; font-size: .86rem; line-height: 1.5; color: #065F46; }
.lmt-step__proof .ic { width: 15px; height: 15px; margin-top: .2rem; color: #059669; flex: none; }
.lmt-step__loop { display: flex; gap: .45rem; align-items: flex-start; margin-top: auto; padding-top: .8rem; font-size: .82rem; line-height: 1.45; color: var(--muted); }
.lmt-step__proof + .lmt-step__loop, .lmt-step__text + .lmt-step__loop { border-top: 1px dashed var(--border-2); margin-top: .9rem; }
.lmt-step__loop .ic { width: 14px; height: 14px; margin-top: .15rem; color: var(--accent); flex: none; }

/* pont ratios → expériences (même section) */
.lmt-data__bridge { display: flex; align-items: baseline; gap: .8rem; flex-wrap: wrap; margin: 1.6rem 0 1rem; padding-left: .2rem; }
.lmt-data__bridge-label { font-family: var(--font-mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--accent-3); }
.lmt-data__bridge p { color: var(--muted); font-size: .92rem; }

/* ---- DATA-DRIVEN -------------------------------------------------------- */
.lmt-data { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.lmt-data__group { padding: 1.5rem; border-radius: 20px; background: var(--surface); border: 1px solid var(--border); }
.lmt-data__head { display: flex; justify-content: space-between; align-items: baseline; gap: .6rem; flex-wrap: wrap; margin-bottom: 1rem; }
.lmt-data__name { font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; }
.lmt-data__period { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; color: var(--faint); }
.lmt-data__metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; }
.lmt-data__metrics--wide { grid-template-columns: repeat(4, 1fr); }
.lmt-metric { padding: 1rem; border-radius: 14px; background: var(--bg); border: 1px solid var(--border); }
.lmt-metric__value { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.75rem; letter-spacing: -.03em; line-height: 1.05; color: var(--accent); white-space: nowrap; }
.lmt-metric__label { display: block; margin-top: .35rem; color: var(--ink-soft); font-size: .84rem; line-height: 1.4; }
.lmt-subhead { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.25rem, 2.6vw, 1.55rem); letter-spacing: -.02em; text-align: center; margin: 3.5rem 0 1.4rem; }

/* ---- PAGE ÉTUDE DE CAS -------------------------------------------------- */
.lmt-case-hero { max-width: var(--maxw); margin: 0 auto; padding: 7.5rem 1.5rem 2.5rem; text-align: center; }
.lmt-back { display: flex; width: fit-content; align-items: center; gap: .35rem; margin: 0 auto 1.6rem; font-size: .88rem; font-weight: 500; color: var(--muted); }
.lmt-back:hover { color: var(--accent); }
.lmt-back .ic { width: 16px; height: 16px; }
.lmt-case-hero__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.6rem, 7vw, 4.6rem); letter-spacing: -.035em; line-height: 1; margin: .4rem 0 1rem; }
.lmt-case-hero__promise { color: var(--muted); font-size: clamp(1rem, 2.2vw, 1.2rem); max-width: 620px; margin: 0 auto 2.2rem; }
.lmt-case-links { display: flex; justify-content: center; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.lmt-case-link {
  display: inline-flex; align-items: center; gap: .4rem; font-size: .88rem; font-weight: 600;
  padding: .5rem .9rem; border-radius: 999px; background: var(--bg); border: 1px solid var(--border-2);
  color: var(--platform, var(--text)); transition: border-color .2s, transform .2s var(--ease);
}
.lmt-case-link:hover { border-color: currentColor; transform: translateY(-2px); }
.lmt-platform--youtube, .lmt-platform--instagram, .lmt-platform--tiktok, .lmt-platform--linkedin { color: var(--platform); }
.lmt-bar__name.lmt-platform a { color: inherit; }
.lmt-bar__name.lmt-platform a:hover { text-decoration: underline; }
.lmt-bar__name .ic { width: 16px; height: 16px; }
.lmt-platform--newsletter { --platform: var(--accent); }
.lmt-case-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; text-align: left; }
.lmt-case-stats .lmt-hstat__value { font-size: clamp(1.8rem, 4vw, 2.5rem); }

.lmt-bars { display: flex; flex-direction: column; gap: .8rem; padding: 1.5rem; border-radius: 20px; background: var(--bg); border: 1px solid var(--border); }
.lmt-bar { display: grid; grid-template-columns: 7rem 1fr 4rem; gap: 1rem; align-items: center; }
.lmt-bar__name { font-weight: 500; font-size: .92rem; }
.lmt-bar__track { height: 12px; border-radius: 999px; background: var(--surface-2); overflow: hidden; }
.lmt-bar__fill { display: block; height: 100%; width: var(--w); border-radius: inherit; background: linear-gradient(90deg, var(--accent-2), var(--accent)); }
.lmt-bar__value { font-family: var(--font-display); font-weight: 700; color: var(--accent); text-align: right; }

.lmt-table-wrap { overflow-x: auto; border-radius: 18px; border: 1px solid var(--border); background: var(--bg); }
.lmt-table { width: 100%; border-collapse: collapse; min-width: 620px; }
.lmt-table th { text-align: left; font-family: var(--font-mono); font-size: .66rem; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; color: var(--faint); padding: .9rem 1.1rem; border-bottom: 1px solid var(--border); background: var(--surface); }
.lmt-table td { padding: .85rem 1.1rem; border-bottom: 1px solid var(--border); font-size: .92rem; }
.lmt-table tr:last-child td { border-bottom: 0; }
.lmt-table__num { font-family: var(--font-display); font-weight: 600; color: var(--text); white-space: nowrap; }
.lmt-table th:not(:first-child), .lmt-table__num { text-align: right; }
.lmt-table__ep { all: unset; cursor: pointer; display: flex; align-items: center; gap: .7rem; }
.lmt-table__ep .ic { width: 26px; height: 26px; padding: 6px; border-radius: 50%; color: #fff; background: var(--accent); fill: currentColor; flex: none; }
.lmt-table__ep span { display: flex; flex-direction: column; }
.lmt-table__ep strong { font-weight: 600; }
.lmt-table__ep small { color: var(--muted); font-size: .8rem; }
.lmt-table__ep:hover strong { color: var(--accent); }
.lmt-table__ep:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

/* ---- RESPONSIVE --------------------------------------------------------- */
@media (max-width: 900px) {
  .lmt-hero { grid-template-columns: 1fr; gap: 2.5rem; padding-top: 7rem; }
  .lmt-hero__portrait { max-width: 420px; aspect-ratio: 4 / 4.2; }
  .lmt-data__metrics--wide, .lmt-case-stats { grid-template-columns: repeat(2, 1fr); }
  .lmt-carousel__track { --per: 2; }
  .lmt-carousel__nav--prev { left: -10px; }
  .lmt-carousel__nav--next { right: -10px; }
  .lmt-data { grid-template-columns: 1fr; }
  .lmt-episodes, .lmt-tools { grid-template-columns: repeat(2, 1fr); }
  .lmt-channels { grid-template-columns: 1fr; }
  .lmt-strat { grid-template-columns: 1fr; }
  .lmt-strat__name { grid-row: auto; }
  .lmt-strat__result { grid-column: 1; }
}
@media (max-width: 720px) {
  .section { padding-top: 3rem; padding-bottom: 3rem; }
  .lmt-hero { padding-top: 6rem; padding-inline: 1.3rem; }
  .lmt-hero-stats { grid-template-columns: repeat(2, 1fr); }
  .lmt-carousel__track { grid-auto-columns: 84%; gap: .9rem; }
  .lmt-carousel__nav { display: none; }
  .lmt-playbook { grid-template-columns: 1fr; }
  .lmt-data__metrics, .lmt-data__metrics--wide { grid-template-columns: 1fr 1fr; }
  .lmt-metric__value { font-size: 1.45rem; }
  .lmt-case-hero { padding-top: 6rem; padding-inline: 1.3rem; }
  .lmt-bar { grid-template-columns: max-content 1fr 3.2rem; gap: .6rem; }
  .lmt-bar__name { font-size: .86rem; }
  .lmt-row-head .lmt-tabs { width: 100%; }
  .lmt-logos { padding-top: 3.5rem; }
  .lmt-marquee__list { gap: 2.4rem; padding-right: 2.4rem; }
  .lmt-marquee__list img { height: calc(var(--h, 34px) * .78); }
  .lmt-pillars, .lmt-episodes, .lmt-team, .lmt-experiments, .lmt-tools, .lmt-strat__cols { grid-template-columns: 1fr; }
  .lmt-strat, .lmt-exp { padding: 1.4rem; }
  .lmt-exp__steps div { grid-template-columns: 1fr; gap: .15rem; }
  .lmt-biases { justify-content: flex-start; }
  .lmt-tabs { width: 100%; }
  .lmt-tab { flex: 1; padding-inline: .6rem; font-size: .86rem; }
  .lmt-team { gap: 1.8rem; padding: 1.5rem; }
  .lmt-filters { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; margin-inline: -1.3rem; padding: 0 1.3rem .3rem; scrollbar-width: none; }
  .lmt-filters::-webkit-scrollbar { display: none; }
  .lmt-chip { flex: none; }
  .lmt-ep__play { opacity: 1; transform: translate(-50%, -50%) scale(.85); }
}
@media (prefers-reduced-motion: reduce) {
  .lmt-marquee__track { animation: none; }
  .lmt-marquee { overflow-x: auto; }
}
