/* =====================================================
   MTB · О методе — long-read / editorial
   ===================================================== */

.method-hero {
  padding: 72px 0 56px;
  background: var(--bg-warm);
  border-bottom: 1px solid var(--border);
}
.method-hero__overline {
  display: flex; align-items: center; gap: 14px;
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--accent); font-weight: 500;
  margin-bottom: 32px;
}
.method-hero__overline::before { content: ''; width: 40px; height: 1px; background: var(--accent); }
.method-hero__title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 1;
  letter-spacing: -1.8px;
  color: var(--text-dark);
  margin-bottom: 28px;
  text-wrap: pretty;
  max-width: 1100px;
}
.method-hero__title em { font-style: italic; color: var(--accent); }
.method-hero__lead {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 22px; line-height: 1.55;
  color: var(--text-muted);
  max-width: 780px;
  text-wrap: pretty;
}
.method-hero__meta {
  margin-top: 36px;
  padding-top: 24px; border-top: 1px solid var(--border);
  display: flex; gap: 40px; flex-wrap: wrap;
  font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--text-muted);
}
.method-hero__meta b { color: var(--text-dark); font-weight: 500; }

/* TOC */
.method-toc {
  background: var(--bg-cream);
  border-bottom: 1px solid var(--border);
  padding: 24px 0;
  position: sticky; top: 66px; z-index: 15;
  backdrop-filter: blur(12px);
  background: rgba(237, 229, 217, 0.92);
}
.method-toc__inner {
  display: flex; gap: 8px; flex-wrap: wrap;
  align-items: center;
}
.method-toc__label {
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--text-muted); font-weight: 500; margin-right: 12px;
}
.method-toc__link {
  font-size: 13px; color: var(--text-muted);
  padding: 6px 10px; border-radius: 3px;
  transition: all 0.2s;
  white-space: nowrap;
}
.method-toc__link:hover { color: var(--accent); background: var(--surface); }
.method-toc__num {
  font-family: var(--font-number); font-weight: 900;
  font-size: 11px; color: var(--accent);
  margin-right: 6px;
}

/* body */
.longread {
  padding: 80px 0 120px;
  background: var(--bg-warm);
}
.longread .container-text { max-width: 760px; }

.lr-section {
  padding-top: 40px;
  scroll-margin-top: 140px;
}
.lr-section + .lr-section {
  margin-top: 40px;
  border-top: 1px solid var(--border);
}
.lr-section__num {
  font-family: var(--font-number); font-weight: 900;
  font-size: 68px; color: var(--accent); letter-spacing: -1.5px;
  line-height: 0.9;
  margin-bottom: 20px;
}
.lr-section__title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.1; letter-spacing: -0.6px;
  color: var(--text-dark);
  margin-bottom: 36px;
  text-wrap: pretty;
}
.lr-section__title em { font-style: italic; color: var(--accent); }

.lr-lead {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 22px; line-height: 1.55;
  color: var(--text-dark);
  margin-bottom: 28px;
  text-wrap: pretty;
}
.lr-lead::first-letter {
  font-size: 64px; color: var(--accent); font-weight: 500;
  float: left; line-height: 0.95; padding-right: 10px; padding-top: 6px;
}

.lr-p {
  font-size: 18px; line-height: 1.75;
  color: var(--text-dark);
  margin-bottom: 24px;
  text-wrap: pretty;
  font-family: var(--font-body);
}
.lr-p em { font-style: italic; color: var(--accent); font-weight: 500; }
.lr-p b { color: var(--text-dark); font-weight: 600; }

.lr-sub {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 26px; line-height: 1.2;
  color: var(--text-dark); letter-spacing: -0.3px;
  margin-top: 48px; margin-bottom: 20px;
  text-wrap: pretty;
}
.lr-sub em { font-style: italic; color: var(--accent); }

.lr-pullquote {
  margin: 48px -40px;
  padding: 40px 48px;
  background: var(--bg-dark);
  color: var(--text-light);
  border-radius: 8px;
  font-family: var(--font-serif); font-style: italic; font-weight: 500;
  font-size: 28px; line-height: 1.3;
  text-wrap: pretty;
  letter-spacing: -0.3px;
  position: relative;
}
.lr-pullquote .q {
  color: var(--accent);
  font-size: 72px;
  line-height: 0;
  position: absolute;
  top: 48px; left: 20px;
}
.lr-pullquote__cite {
  display: block; margin-top: 24px;
  font-family: var(--font-body); font-style: normal;
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--accent); font-weight: 500;
}

.lr-list {
  margin: 24px 0 28px;
  display: flex; flex-direction: column; gap: 12px;
}
.lr-list__item {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed var(--border);
  font-size: 17px; line-height: 1.6; color: var(--text-dark);
}
.lr-list__item:last-child { border-bottom: none; }
.lr-list__bullet {
  width: 28px; height: 28px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent-soft); color: var(--accent-dark);
  border-radius: 50%;
  font-family: var(--font-number); font-weight: 900; font-size: 12px;
  margin-top: 1px;
}
.lr-list__item b { color: var(--text-dark); font-weight: 600; display: inline-block; margin-right: 6px; }

/* final types grid */
.finaltypes-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  margin: 32px 0 0;
}
.ft-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 24px 26px;
}
.ft-card__head {
  display: flex; align-items: baseline; gap: 12px;
  margin-bottom: 12px;
}
.ft-card__num {
  font-family: var(--font-number); font-weight: 900;
  font-size: 32px; color: var(--accent); letter-spacing: -0.5px;
  line-height: 1;
}
.ft-card__title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 20px; color: var(--text-dark); letter-spacing: -0.2px;
}
.ft-card__body {
  font-size: 14.5px; line-height: 1.6;
  color: var(--text-muted);
}

/* cta ending */
.lr-cta {
  margin-top: 80px;
  padding: 56px 48px;
  background: var(--bg-cream);
  border: 1px solid var(--border);
  border-radius: 8px;
  text-align: center;
}
.lr-cta__title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 36px; line-height: 1.1; letter-spacing: -0.5px;
  color: var(--text-dark);
  margin-bottom: 20px;
  text-wrap: pretty;
}
.lr-cta__title em { font-style: italic; color: var(--accent); }
.lr-cta__lead {
  font-size: 17px; color: var(--text-muted);
  max-width: 520px; margin: 0 auto 32px;
  text-wrap: pretty;
}
.lr-cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 900px) {
  .lr-pullquote { margin: 40px 0; }
  .finaltypes-grid { grid-template-columns: 1fr; }
}
