/* JM.Micro — accueil V12 V4
   Mise en page propre à la landing allégée. Les composants communs et les
   pages secondaires restent gérés par site-v12-v3.css. */

.v12-v4 .results-compact {
  padding: clamp(64px, 7vw, 92px) 0 72px;
}

.v12-v4 .results-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 18px clamp(42px, 6vw, 86px);
  align-items: start;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--site-text) !important;
}

.v12-v4 .results-intro > .tag {
  grid-column: 1 / -1;
}

.v12-v4 .results-lead h2 {
  max-width: 760px;
  margin: 0;
  font: clamp(2.8rem, 5.4vw, 5.5rem)/.93 var(--serif);
  letter-spacing: -.06em;
  color: var(--site-text) !important;
}

.v12-v4 .results-lead p {
  max-width: 660px;
  margin: 22px 0 0;
  font-size: 1.02rem;
  color: var(--site-text) !important;
}

.v12-v4 .proof-signals {
  align-self: end;
  margin-top: 0;
}

.v12-v4 .gallery-viewer {
  margin-top: 34px;
}

.v12-v4 .results-gallery .gallery-track {
  gap: clamp(16px, 2vw, 26px) !important;
  padding: 3px max(1px, calc((100% - min(760px, 76vw)) / 2)) 14px !important;
}

.v12-v4 .results-gallery .gallery-card {
  display: flex;
  flex: 0 0 min(760px, 76vw) !important;
  flex-direction: column;
  align-items: center;
  width: min(760px, 76vw) !important;
}

.v12-v4 .results-gallery .gallery-card img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: min(66vh, 680px) !important;
  background: transparent !important;
}

.v12-v4 .results-gallery .gallery-card figcaption {
  width: min(100%, 680px);
}

.v12-v4 .gallery-actions {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--site-line);
}

.v12-v4 .gallery-actions p {
  max-width: 560px;
  margin: 0;
}

.v12-v4 .trust-section {
  padding: clamp(72px, 8vw, 104px) 0;
  background: var(--site-brand-deep);
}

.v12-v4 .trust-grid {
  display: grid;
  grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: center;
}

.v12-v4 .trust-copy h2 {
  max-width: 590px;
  margin: 13px 0 20px;
  font: clamp(2.65rem, 4.9vw, 4.85rem)/.94 var(--serif);
  letter-spacing: -.06em;
}

.v12-v4 .trust-copy > p {
  max-width: 520px;
}

.v12-v4 .trust-review {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 30px 0 14px;
  padding: 20px 0;
  border-block: 1px solid rgba(244, 239, 231, .3);
}

.v12-v4 .trust-review strong {
  color: var(--site-accent-on-dark);
  font: clamp(2.5rem, 4.5vw, 4.2rem)/.9 var(--serif);
  letter-spacing: -.04em;
}

.v12-v4 .trust-review span {
  color: #d9e1de;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.v12-v4 .trust-review-copy {
  margin-bottom: 14px;
  font-size: .88rem;
}

.v12-v4 .trust-video {
  min-width: 0;
}

.v12-v4 .trust-video .youtube-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(244, 239, 231, .45);
  background: #071617;
}

.v12-v4 .trust-video p {
  max-width: none;
  margin: 10px 0 0;
  color: #c9d4d0;
  font-size: .73rem;
}

.v12-v4 .method {
  padding: clamp(68px, 7vw, 86px) 0;
}

.v12-v4 .method-grid {
  gap: clamp(42px, 6vw, 74px);
}

.v12-v4 .step {
  padding-block: 19px;
}

.v12-v4 .faq-essentials {
  padding: clamp(70px, 7vw, 92px) 0;
  background: var(--site-cream);
}

.v12-v4 .faq-essentials-grid {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
}

.v12-v4 .faq-essentials h2 {
  max-width: 600px;
  margin: 13px 0 18px;
  font: clamp(2.55rem, 4.8vw, 4.7rem)/.94 var(--serif);
  letter-spacing: -.06em;
}

.v12-v4 .faq-essentials-heading > p {
  max-width: 440px;
  margin: 0 0 20px;
}

.v12-v4 .faq-essentials-list {
  border-top: 1px solid var(--site-line);
}

.v12-v4 .faq-essentials-list details {
  border-bottom: 1px solid var(--site-line);
}

.v12-v4 .faq-essentials-list summary {
  position: relative;
  padding: 22px 42px 22px 0;
  color: var(--site-text);
  cursor: pointer;
  font: clamp(1.2rem, 2vw, 1.55rem)/1.2 var(--serif);
  list-style: none;
}

.v12-v4 .faq-essentials-list summary::-webkit-details-marker {
  display: none;
}

.v12-v4 .faq-essentials-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  color: var(--site-accent);
  font: 1.65rem/1 Arial, sans-serif;
  transform: translateY(-50%);
}

.v12-v4 .faq-essentials-list details[open] summary::after {
  content: "−";
}

.v12-v4 .faq-essentials-list p {
  max-width: 660px;
  margin: -4px 0 22px;
  color: var(--site-muted);
}

.v12-v4 .about-compact {
  padding: clamp(66px, 7vw, 88px) 0;
}

.v12-v4 .about-compact .about-grid {
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
  gap: clamp(40px, 6vw, 76px);
}

.v12-v4 .about-compact .about-photo {
  width: min(100%, 430px);
  aspect-ratio: 1 / 1;
  justify-self: center;
}

.v12-v4 .about-compact h2 {
  max-width: 760px;
}

.v12-v4 .about-compact p {
  max-width: 720px;
  font-size: 1.02rem;
}

.v12-v4 .about-compact .text-link {
  display: inline-block;
  margin-top: 10px;
}

.v12-v4 .final-contact {
  padding: clamp(74px, 8vw, 104px) 0;
}

.v12-v4 .salon-inline {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: center;
  margin-bottom: clamp(70px, 8vw, 105px);
  padding-bottom: clamp(70px, 8vw, 105px);
  border-bottom: 1px solid rgba(244, 239, 231, .3);
}

.v12-v4 .salon-inline .salon-media {
  margin: 0;
}

.v12-v4 .salon-inline .salon-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.v12-v4 .salon-inline .salon-media figcaption {
  margin-top: 8px;
  color: #c9d4d0;
  font-size: .72rem;
}

.v12-v4 .salon-inline h2 {
  max-width: 680px;
  margin: 13px 0 18px;
  font: clamp(2.5rem, 4.5vw, 4.5rem)/.94 var(--serif);
  letter-spacing: -.06em;
}

.v12-v4 .salon-inline p,
.v12-v4 .salon-inline address {
  max-width: 590px;
}

.v12-v4 .salon-inline address {
  margin: 22px 0;
  font-style: normal;
}

.v12-v4 .salon-inline .salon-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.v12-v4 .salon-inline .salon-facts span {
  padding: 8px 11px;
  border: 1px solid rgba(244, 239, 231, .34);
  font-size: .72rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.v12-v4 .salon-inline .text-link {
  color: var(--site-cream);
}

.v12-v4 .final-contact .contact-heading {
  max-width: 780px;
  margin-bottom: 38px;
}

@media (max-width: 900px) {
  .v12-v4 .results-intro,
  .v12-v4 .trust-grid,
  .v12-v4 .faq-essentials-grid,
  .v12-v4 .about-compact .about-grid,
  .v12-v4 .salon-inline {
    grid-template-columns: 1fr;
  }

  .v12-v4 .proof-signals {
    margin-top: 8px;
  }

  .v12-v4 .trust-grid,
  .v12-v4 .faq-essentials-grid,
  .v12-v4 .about-compact .about-grid,
  .v12-v4 .salon-inline {
    gap: 34px;
  }

  .v12-v4 .about-compact .about-photo {
    width: min(100%, 520px);
  }
}

@media (max-width: 760px) {
  .v12-v4 .results-compact,
  .v12-v4 .trust-section,
  .v12-v4 .method,
  .v12-v4 .faq-essentials,
  .v12-v4 .about-compact,
  .v12-v4 .final-contact {
    padding-block: 62px;
  }

  .v12-v4 .results-lead h2,
  .v12-v4 .trust-copy h2,
  .v12-v4 .faq-essentials h2,
  .v12-v4 .salon-inline h2 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .v12-v4 .results-gallery .gallery-track {
    padding-inline: 1px !important;
  }

  .v12-v4 .results-gallery .gallery-card {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  .v12-v4 .results-gallery .gallery-card img {
    max-height: none !important;
  }

  .v12-v4 .gallery-actions {
    display: block;
  }

  .v12-v4 .gallery-actions .instagram-link {
    display: inline-block;
    margin-top: 14px;
  }

  .v12-v4 .trust-review {
    margin-top: 24px;
  }

  .v12-v4 .faq-essentials-list summary {
    padding-block: 19px;
  }

  .v12-v4 .salon-inline {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 380px) {
  .v12-v4 .trust-review {
    align-items: flex-start;
    flex-direction: column;
  }
}
