/* ============================================
   SCIPYO — NOTRE MÉTHODE (Editorial / Hakluyt direction)
   Replaces the neural-network SVG + AI capabilities cards.
   How we work — methodology essay with a single pull-quote.
   ============================================ */

.methode {
  background: #FAFAF6; /* warm ivory, alternates with white sections */
  padding: 140px 0 160px;
  border-top: 1px solid rgba(10, 37, 64, 0.06);
}

.methode__container {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 32px;
}

.methode__overline {
  display: block;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #8C9197;
  margin: 0 0 56px;
}

.methode__lede {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 1.875rem);
  line-height: 1.36;
  color: #0A2540;
  margin: 0 0 64px;
  letter-spacing: -0.005em;
}

.methode__body {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.72;
  color: #4A5158;
  margin: 0 0 28px;
  max-width: 660px;
}

.methode__body + .methode__body {
  margin-top: 24px;
}

.methode__body strong {
  color: #0A2540;
  font-weight: 500;
}

/* === Pull quote — editorial signature === */
.methode__pullquote {
  margin: 80px auto 0;
  padding: 48px 0 8px;
  border-top: 1px solid rgba(10, 37, 64, 0.18);
  text-align: center;
  max-width: 600px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.3;
  color: #0A2540;
  letter-spacing: -0.005em;
  position: relative;
}

.methode__pullquote::before {
  content: '"';
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.25rem;
  color: rgba(10, 37, 64, 0.28);
  font-style: normal;
}

.methode__pullquote-attribution {
  display: block;
  margin-top: 24px;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8C9197;
}

@media (max-width: 768px) {
  .methode {
    padding: 96px 0 100px;
  }
  .methode__container {
    padding: 0 24px;
  }
  .methode__lede {
    font-size: 1.3125rem;
    margin-bottom: 48px;
  }
  .methode__body {
    font-size: 1rem;
  }
  .methode__pullquote {
    margin-top: 56px;
    padding-top: 36px;
    font-size: 1.3125rem;
  }
}

/* === Hide legacy sections that don't fit the editorial direction === */
#ia,
#ia-details,
.urgency-band,
.trust--premium {
  display: none !important;
}
