.method-page {
  width: min(1040px, calc(100vw - 40px));
}

.method-hero {
  max-width: 900px;
  margin-bottom: clamp(34px, 6vw, 64px);
}

.method-hero h1 {
  max-width: 13ch;
}

.method-kicker,
.method-label {
  margin: 0;
  color: var(--sage);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.method-lede {
  max-width: 64ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2.1vw, 24px);
  font-weight: 650;
  line-height: 1.45;
}

.method-jump {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: clamp(44px, 8vw, 84px);
}

.method-jump a {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(251, 247, 241, 0.78);
  color: var(--deep);
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
}

.method-jump span {
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
}

.method-step {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: clamp(20px, 5vw, 54px);
  padding: clamp(34px, 6vw, 68px) 0;
  border-top: 1px solid var(--line);
}

.method-number {
  display: grid;
  place-items: center;
  width: 76px;
  height: 50px;
  margin: 0;
  border-radius: 12px 4px 14px 6px;
  background: var(--pink);
  color: var(--deep);
  font: 900 24px/1 var(--display);
  transform: rotate(-2deg);
}

.method-number.orange { background: var(--orange); transform: rotate(1.5deg); }
.method-number.green { background: var(--green); transform: rotate(-1deg); }

.method-step h2,
.method-section-head h2,
.method-limits h2,
.method-access h2,
.method-cta h2 {
  max-width: 18ch;
  margin: 8px 0 16px;
  color: var(--deep);
  font: 900 clamp(30px, 4.6vw, 52px)/0.98 var(--display);
}

.method-step p:not(.method-label),
.method-section-head > p:last-child,
.method-limits p:not(.method-label),
.method-access article p,
.method-cta p:not(.method-label) {
  max-width: 68ch;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.method-step ul {
  display: grid;
  gap: 10px;
  max-width: 66ch;
  margin: 22px 0 0;
  padding-left: 22px;
  color: var(--ink);
  font-weight: 700;
}

.method-rule {
  display: grid;
  gap: 6px;
  max-width: 720px;
  margin-top: 24px;
  padding: 20px 22px;
  border-radius: 18px;
  background: var(--deep);
  color: var(--paper-3);
}

.method-rule strong { font-size: 18px; }
.method-rule span { color: rgba(255, 253, 248, 0.72); }

.method-verdict-section,
.method-access {
  padding: clamp(48px, 8vw, 82px) 0;
  border-top: 1px solid var(--line);
}

.method-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.method-verdict-grid,
.method-access-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.method-verdict-grid article,
.method-access article {
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper-3);
  box-shadow: 0 18px 48px rgba(33, 26, 32, 0.07);
}

.method-verdict-grid article:nth-child(1) { border-top: 8px solid var(--green); }
.method-verdict-grid article:nth-child(2) { border-top: 8px solid var(--pink); }
.method-verdict-grid article:nth-child(3) { border-top: 8px solid var(--orange); }
.method-verdict-grid article:nth-child(4) { border-top: 8px solid #C9C0BA; }
.method-verdict-grid strong { color: var(--deep); font: 900 26px/1 var(--display); }
.method-verdict-grid p { margin: 12px 0 0; color: var(--muted); }

.method-limits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: clamp(48px, 8vw, 82px) 0;
  border-top: 1px solid var(--line);
}

.method-limits > div {
  padding: clamp(22px, 4vw, 34px);
  border-radius: 24px;
  background: var(--deep);
  color: var(--paper-3);
}

.method-limits > div:last-child { background: #3B3038; }
.method-limits h2 { color: var(--paper-3); font-size: clamp(28px, 4vw, 44px); }
.method-limits p:not(.method-label) { color: rgba(255, 253, 248, 0.72); }

.method-access > div:first-child { margin-bottom: 24px; }
.method-access article h3 { margin-bottom: 12px; color: var(--deep); font-size: 26px; }
.method-access article a { color: var(--sage); font-weight: 900; }

.method-guides {
  padding: clamp(48px, 8vw, 82px) 0;
  border-top: 1px solid var(--line);
}

.method-guides h2 {
  max-width: 18ch;
  margin: 8px 0 24px;
  color: var(--deep);
  font: 900 clamp(30px, 4.6vw, 52px)/0.98 var(--display);
}

.method-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.method-guide-grid a {
  min-height: 132px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper-3);
  color: var(--deep);
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.method-guide-grid a:hover,
.method-guide-grid a:focus-visible {
  border-color: rgba(47, 107, 79, 0.38);
  box-shadow: 0 16px 42px rgba(33, 26, 32, 0.08);
}

.method-guide-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--sage);
  font-size: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.method-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin-top: 24px;
  padding: clamp(26px, 5vw, 48px);
  border-radius: 28px;
  background: var(--green);
}

.method-cta h2 { max-width: 16ch; font-size: clamp(30px, 4.2vw, 48px); }
.method-cta p:not(.method-label) { margin-bottom: 0; color: var(--ink); }
.method-store-badge { display: inline-flex; flex: 0 0 auto; border-radius: 8px; }
.method-store-badge img { display: block; width: 180px; height: auto; }
.method-footer p:last-child { max-width: 76ch; font-size: 12px; }

@media (max-width: 720px) {
  .method-page {
    width: min(362px, calc(100vw - 28px));
  }

  .method-jump,
  .method-verdict-grid,
  .method-access-grid,
  .method-limits,
  .method-guide-grid,
  .method-cta {
    grid-template-columns: 1fr;
  }

  .method-jump { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-jump a { align-items: flex-start; min-height: 70px; flex-direction: column; gap: 4px; }
  .method-step { grid-template-columns: 1fr; gap: 18px; }
  .method-number { width: 64px; height: 44px; font-size: 21px; }
  .method-step p:not(.method-label),
  .method-section-head > p:last-child,
  .method-limits p:not(.method-label),
  .method-access article p,
  .method-cta p:not(.method-label) { font-size: 16px; }
  .method-cta { justify-items: start; }
}
