.mintro { background: var(--c-light); padding: var(--sec-pad) 0; }
.mintro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}
.mintro__title {
  margin: 0;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
  color: var(--c-dark);
}
.mintro__text {
  margin: 0;
  max-width: 60ch;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.65;
  color: var(--c-body);
}
@media (max-width: 860px) {
  .mintro__grid { grid-template-columns: 1fr; gap: clamp(1rem, 5vw, 1.75rem); }
}

.mphase {
  position: relative;
  z-index: 1;
  background: var(--c-light);
  height: 340vh;                     /* desktop: 60vh per card + 60vh exit */
}
.mphase__inner {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}
.mphase__inner .aem-phase-label { flex: 0 0 auto; }
.mphase__grid { flex: 1; min-width: 0; align-items: stretch; will-change: transform; }
.mphase__grid .aem-card { cursor: default; }
@media (min-width: 1021px) {
  .mphase__grid .aem-card__media { height: 230px; }
}
.mphase__lead-card { will-change: transform; }
.mphase__mobile-head { display: none; }
@media (max-width: 1020px) {
  .mphase { height: auto; }
  .mphase__inner { position: static; min-height: 0; flex-direction: column; align-items: stretch; padding: clamp(2.5rem, 7vh, 5rem) var(--gutter); }
  .mphase__mobile-head { display: block; margin-bottom: clamp(1.25rem, 5vw, 2rem); }
  .mphase__mobile-head h2 {
    margin: 0;
    font-family: var(--f-display);
    font-weight: 600;
    font-size: clamp(2rem, 10vw, 3.25rem);
    line-height: 1.02;
    color: var(--c-dark);
  }
  .mphase__mobile-head p { margin: 1rem 0 0; max-width: 48ch; font-weight: 300; }
}

.mp2-jet {
  position: fixed;
  left: 0; top: 0;
  width: clamp(180px, 20vw, 320px);
  height: auto;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  transform: translate(-100vw, -100vh);
  filter: drop-shadow(0 18px 42px rgba(24, 15, 20, 0.28));
}
@media (max-width: 1020px) { .mp2-jet { display: none; } }

.mp2 {
  background: var(--c-light);
  height: 560vh;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.mp2__inner {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.mp2__grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  width: 100%;
}
.mp2__visual { align-self: center; width: 100%; }
.mp2__sign { width: 100%; max-width: none; height: auto; display: block; }

.mp2__right {
  display: flex;
  flex-direction: column;
  height: 60vh;
  min-width: 0;
}
.mp2__viewport { position: relative; flex: 1 1 auto; overflow: hidden; }

.mp2__viewport::before,
.mp2__viewport::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 12%;
  z-index: 2;
  pointer-events: none;
}
.mp2__viewport::before { top: 0; background: linear-gradient(var(--c-light), transparent); }
.mp2__viewport::after { bottom: 0; background: linear-gradient(transparent, var(--c-light)); }
.mp2__track { will-change: transform; }

.mp2__part {
  display: flex;
  gap: clamp(1.25rem, 2.5vw, 2.25rem);
  align-items: flex-start;
  padding: clamp(1.5rem, 4vh, 2.75rem) 0;
}
.mp2__num {
  flex: 0 0 auto;
  font-family: var(--f-comp);
  font-weight: 700;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.85;
  color: var(--c-primary);
}
.mp2__text { min-width: 0; }
.mp2__text h3 {
  margin: 0 0 0.6rem;
  font-family: var(--f-display);     /* QType Cond */
  font-weight: 500;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--c-dark);
}
.mp2__text p {
  margin: 0;
  max-width: 46ch;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.6;
  color: var(--c-body);
}

/* Compact the scrolling copy to suit Phase 2's 20% desktop column. */
@media (min-width: 1021px) {
  .mp2__part {
    gap: clamp(0.6rem, 0.9vw, 0.9rem);
    padding: clamp(1.1rem, 2.5vh, 1.8rem) 0;
  }
  .mp2__num { font-size: clamp(2.2rem, 3.2vw, 3.4rem); }
  .mp2__text h3 {
    margin-bottom: 0.4rem;
    font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  }
  .mp2__text p {
    font-size: clamp(0.82rem, 0.9vw, 0.92rem);
    line-height: 1.5;
  }
  .mp2__part--final {
    padding-bottom: clamp(3.5rem, 8vh, 5rem);
  }
}

.mp2__results { flex: 0 0 auto; margin-top: 1.25rem; }
.mp2__results[hidden] { display: none; }
.mp2__results-btn { animation: mp2Shake 0.6s var(--ease); }
@keyframes mp2Shake {
  0%, 100% { transform: translateX(0); }
  15% { transform: translateX(-6px); }
  30% { transform: translateX(6px); }
  45% { transform: translateX(-5px); }
  60% { transform: translateX(5px); }
  75% { transform: translateX(-3px); }
  90% { transform: translateX(3px); }
}
@media (prefers-reduced-motion: reduce) { .mp2__results-btn { animation: none; } }

@keyframes mp2SwipeHint {
  0%, 18%, 100% { transform: translateX(0); }
  55% { transform: translateX(-2rem); }
}

@media (max-width: 1020px) {
  .mp2 { height: auto; margin-top: 0; }
  .mp2__inner { position: static; height: auto; overflow: visible; padding: clamp(2.5rem, 7vh, 5rem) 0; }
  .mp2__grid { grid-template-columns: 1fr; gap: clamp(1.5rem, 5vw, 2.5rem); align-items: start; }
  .mp2__sign { width: 100%; max-width: none; }
  .mp2__right { width: 100%; height: auto; overflow: hidden; }
  .mp2__viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .mp2__viewport::-webkit-scrollbar { display: none; }
  .mp2__viewport::before, .mp2__viewport::after { display: none; }
  .mp2__track { width: max-content; min-width: 100%; transform: none !important; }
  .mp2__set {
    display: flex;
    width: max-content;
    min-width: 100%;
    gap: clamp(0.75rem, 3vw, 1rem);
  }
  .mp2__viewport.is-swipe-hint .mp2__set:first-child {
    animation: mp2SwipeHint 2.2s var(--ease) 0.8s 2;
    will-change: transform;
  }
  .mp2__viewport.is-swipe-hint:active .mp2__set:first-child { animation: none; }
  .mp2__part {
    flex: 0 0 clamp(12rem, 68vw, 18rem);
    align-items: center;
    padding: clamp(1.1rem, 4vw, 1.5rem) 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .mp2__set ~ .mp2__set { display: none; }
  .mp2__results { display: none !important; }
}
@media (max-width: 1020px) and (prefers-reduced-motion: reduce) {
  .mp2__viewport.is-swipe-hint .mp2__set:first-child { animation: none; }
}

.outro {
  background: var(--c-medium);
  padding: clamp(5rem, 14vh, 11rem) 0;
}
.outro__inner { max-width: 52rem; }
.outro__title {
  margin: 0;
  font-family: var(--f-display);     /* QType Cond */
  font-weight: 500;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.1;
  color: var(--c-white);
}
.outro__body {
  margin: 1.5rem 0 0;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.7;
  color: var(--c-body-dark);
}


/* Method FAQ — matches the shared full-width accordion treatment. */
#method-faq { background: var(--c-light); }
#method-faq .acc { width: 100%; border-bottom: 1px solid var(--c-line); }
#method-faq .acc__item { border-top: 1px solid var(--c-line); }
#method-faq .acc__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: clamp(1.1rem, 2.6vh, 1.6rem) 0;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  color: var(--c-dark);
}
#method-faq .acc__title {
  font-family: var(--f-body);
  font-weight: 500;
  font-size: clamp(1.15rem, 1.9vw, 1.45rem);
  line-height: 1.2;
}
#method-faq .acc__icon { position: relative; width: 20px; height: 20px; flex: none; color: var(--c-primary); }
#method-faq .acc__icon::before,
#method-faq .acc__icon::after { content: ''; position: absolute; background: currentColor; }
#method-faq .acc__icon::before { left: 0; right: 0; top: 50%; height: 2px; margin-top: -1px; }
#method-faq .acc__icon::after { top: 0; bottom: 0; left: 50%; width: 2px; margin-left: -1px; transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease); }
#method-faq .acc__item.is-open .acc__icon::after { opacity: 0; transform: scaleY(0); }
#method-faq .acc__panel { overflow: hidden; max-height: 0; opacity: 0; transition: max-height .45s var(--ease), opacity .35s var(--ease); }
#method-faq .acc__item.is-open .acc__panel { opacity: 1; }
#method-faq .acc__body { margin: 0 0 clamp(1.3rem, 3vh, 1.9rem); max-width: 72ch; font-size: clamp(.98rem, 1.35vw, 1.08rem); line-height: 1.65; color: var(--c-body); }
