:root {
  --lm-green: #0e9066;
  --lm-green-dark: #0b6b4d;
  --lm-mint: #eafaf3;
  --lm-coral: #f0644f;
}

.method-page-v2 {
  background: #fff;
  color: var(--ink, #26302b);
  overflow-x: hidden;
}

.method-page-v2 main,
.method-page-v2 main section { background: #fff; }
.method-page-v2 main section { padding: clamp(68px, 9vw, 116px) 0; }
.method-page-v2 .method-wrap { width: min(1120px, 100%); margin: 0 auto; padding: 0 clamp(20px, 4vw, 34px); }
.method-page-v2 .method-narrow { max-width: 760px; }
.method-page-v2 h1,
.method-page-v2 h2,
.method-page-v2 h3 { color: var(--ink, #26302b); letter-spacing: -.035em; overflow-wrap: anywhere; text-wrap: balance; }
.method-page-v2 h1 > span,
.method-page-v2 h2 > span { display: block; }
.method-page-v2 h1 { font-size: clamp(2rem, 6vw, 3.35rem); line-height: 1.42; }
.method-page-v2 h2 { font-size: clamp(1.5rem, 4vw, 2.25rem); line-height: 1.48; }
.method-page-v2 h3 { font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.55; }
.method-page-v2 p { color: var(--muted, #5e6963); font-size: clamp(.94rem, 1.5vw, 1rem); line-height: 1.95; overflow-wrap: anywhere; text-wrap: pretty; }
.method-page-v2 main li { text-wrap: pretty; }
.method-page-v2 .method-section-number { margin: 0 0 15px; color: var(--lm-green-dark); font: 800 .75rem/1.2 "Manrope", sans-serif; letter-spacing: .08em; }
.method-page-v2 .method-heading { margin-bottom: clamp(36px, 5vw, 60px); }
.method-page-v2 .method-heading > p:last-child { margin-top: 18px; }

.method-page-v2 .method-hero { padding-top: clamp(46px, 7vw, 88px); padding-bottom: clamp(48px, 5vw, 64px); border-bottom: 1px solid var(--line, #d9dacd); }
.method-page-v2 .method-hero-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(34px, 6vw, 74px); align-items: center; }
.method-page-v2 .method-hero-copy { min-width: 0; }
.method-page-v2 .method-hero-lead { margin-top: 24px; max-width: 34rem; }
.method-page-v2 .method-hero-photo { min-width: 0; margin: 0; }
.method-page-v2 .method-hero-photo img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 10px; }
.method-page-v2 .method-hero-photo figcaption { margin-top: 11px; color: var(--muted, #5e6963); font-size: .76rem; line-height: 1.7; }

.method-page-v2 .method-problem { padding-top: clamp(48px, 5vw, 64px); border-bottom: 1px solid var(--line, #d9dacd); }
.method-page-v2 .method-problem-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 5vw, 54px); margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--line, #d9dacd); }

.method-page-v2 .method-cycle-list { max-width: 850px; margin: 0 auto; counter-reset: method-cycle; border-top: 1px solid var(--line, #d9dacd); }
.method-page-v2 .method-cycle-list li { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: clamp(18px, 4vw, 38px); padding: clamp(24px, 4vw, 36px) 0; border-bottom: 1px solid var(--line, #d9dacd); min-width: 0; }
.method-page-v2 .method-cycle-list li > span { padding-top: 4px; color: var(--lm-green-dark); font: 800 .82rem/1.2 "Manrope", sans-serif; letter-spacing: .06em; }
.method-page-v2 .method-cycle-list li > div { min-width: 0; }
.method-page-v2 .method-cycle-list h3 { margin-bottom: 8px; }
.method-page-v2 .method-cycle-list p { font-size: .92rem; }

.method-page-v2 .method-week { border-top: 1px solid var(--line, #d9dacd); border-bottom: 1px solid var(--line, #d9dacd); }
.method-page-v2 .method-week-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(50px, 9vw, 110px); align-items: start; }
.method-page-v2 .method-week-intro { position: sticky; top: 110px; min-width: 0; }
.method-page-v2 .method-week-intro > p:not(.method-section-number) { margin-top: 18px; }
.method-page-v2 .method-week-note { padding-top: 18px; border-top: 1px solid var(--line, #d9dacd); font-size: .78rem !important; }
.method-page-v2 .method-week-timeline { position: relative; }
.method-page-v2 .method-week-timeline::before { position: absolute; top: 20px; bottom: 20px; left: 22px; width: 1px; background: var(--line, #d9dacd); content: ""; }
.method-page-v2 .method-week-timeline li { position: relative; display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 22px; padding: 0 0 34px; min-width: 0; }
.method-page-v2 .method-week-timeline li:last-child { padding-bottom: 0; }
.method-page-v2 .method-week-timeline time { position: relative; z-index: 1; display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid var(--line, #d9dacd); border-radius: 50%; background: #fff; color: var(--muted, #5e6963); font-weight: 800; }
.method-page-v2 .method-week-timeline .is-lesson time { border-color: var(--lm-green-dark); background: var(--lm-green-dark); color: #fff; }
.method-page-v2 .method-week-timeline li > div { min-width: 0; padding-top: 1px; }
.method-page-v2 .method-week-timeline small { color: var(--lm-green-dark); font-size: .72rem; font-weight: 800; }
.method-page-v2 .method-week-timeline h3 { margin: 3px 0 6px; }
.method-page-v2 .method-week-timeline p { font-size: .88rem; }

.method-page-v2 .method-app-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(44px, 8vw, 100px); align-items: center; }
.method-page-v2 .method-app-copy { min-width: 0; }
.method-page-v2 .method-app-copy > p:not(.method-section-number) { margin-top: 18px; }
.method-page-v2 .method-app-copy ul { margin-top: 25px; border-top: 1px solid var(--line, #d9dacd); }
.method-page-v2 .method-app-copy li { position: relative; padding: 14px 0 14px 21px; border-bottom: 1px solid var(--line, #d9dacd); color: var(--ink, #26302b); font-size: .84rem; line-height: 1.7; }
.method-page-v2 .method-app-copy li::before { position: absolute; left: 0; color: var(--lm-green); content: "✓"; font-weight: 900; }
.method-page-v2 .method-app-screen { min-width: 0; border: 1px solid var(--line, #d9dacd); border-radius: 8px; background: #fff; box-shadow: 0 18px 48px rgba(11, 107, 77, .08); overflow: hidden; }
.method-page-v2 .method-app-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 54px; padding: 0 20px; border-bottom: 1px solid var(--line, #d9dacd); }
.method-page-v2 .method-app-bar span { color: var(--lm-green-dark); font-weight: 900; letter-spacing: -.04em; }
.method-page-v2 .method-app-bar b { font-size: .8rem; }
.method-page-v2 .method-app-bar i { justify-self: end; color: var(--muted, #5e6963); font-size: .65rem; font-style: normal; }
.method-page-v2 .method-next-action { margin: 20px; padding: 20px; border-left: 3px solid var(--lm-green); background: var(--lm-mint); }
.method-page-v2 .method-next-action small,
.method-page-v2 .method-report-row > small,
.method-page-v2 .method-homework-row small { color: var(--lm-green-dark); font-size: .67rem; font-weight: 800; }
.method-page-v2 .method-next-action h3 { margin: 5px 0; font-size: 1rem; }
.method-page-v2 .method-next-action p { font-size: .76rem; line-height: 1.7; }
.method-page-v2 .method-homework-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 20px; padding: 18px 0; border-top: 1px solid var(--line, #d9dacd); border-bottom: 1px solid var(--line, #d9dacd); }
.method-page-v2 .method-homework-row small,
.method-page-v2 .method-homework-row b { display: block; }
.method-page-v2 .method-homework-row b { margin-top: 3px; font-size: .88rem; }
.method-page-v2 .method-homework-row time { color: var(--muted, #5e6963); font-size: .72rem; white-space: nowrap; }
.method-page-v2 .method-report-row { margin: 0 20px; padding: 18px 0 8px; }
.method-page-v2 .method-report-row p { margin-top: 8px; font-size: .76rem; line-height: 1.7; }
.method-page-v2 .method-report-row b { color: var(--ink, #26302b); }
.method-page-v2 .method-app-caption { margin: 10px 20px 17px; font-size: .64rem; line-height: 1.65; }

.method-page-v2 .method-reason { border-top: 1px solid var(--line, #d9dacd); }
.method-page-v2 .method-reason-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(44px, 8vw, 92px); align-items: center; }
.method-page-v2 .method-curve { min-width: 0; }
.method-page-v2 .method-curve svg { width: 100%; height: auto; overflow: visible; }
.method-page-v2 .method-curve-axis path { fill: none; stroke: var(--line, #d9dacd); stroke-width: 1; }
.method-page-v2 .method-curve-without { fill: none; stroke: var(--muted, #5e6963); stroke-width: 3; stroke-dasharray: 7 7; opacity: .56; }
.method-page-v2 .method-curve-with { fill: none; stroke: var(--lm-green); stroke-width: 4; stroke-linecap: round; }
.method-page-v2 .method-curve-points circle { fill: #fff; stroke: var(--lm-green); stroke-width: 3; }
.method-page-v2 .method-curve-text text { fill: var(--muted, #5e6963); font: 600 12px "Noto Sans JP", sans-serif; }
.method-page-v2 .method-curve-legend { display: flex; flex-wrap: wrap; gap: 13px 22px; margin: 8px 0 0 54px; color: var(--muted, #5e6963); font-size: .72rem; }
.method-page-v2 .method-curve-legend span::before { display: inline-block; width: 22px; height: 3px; margin-right: 8px; vertical-align: middle; background: var(--lm-green); content: ""; }
.method-page-v2 .method-curve-legend .without::before { height: 1px; background: var(--muted, #5e6963); }
.method-page-v2 .method-reason-copy h3 { margin-bottom: 18px; }
.method-page-v2 .method-reason-copy p + p { margin-top: 18px; }
.method-page-v2 .method-references { margin-top: 45px; padding-top: 18px; border-top: 1px solid var(--line, #d9dacd); font-size: .72rem; line-height: 1.8; }
.method-page-v2 .method-references a { display: inline-flex; align-items: center; min-height: 44px; color: var(--lm-green-dark); text-decoration: underline; text-underline-offset: 3px; }

.method-page-v2 .method-frequency { border-top: 1px solid var(--line, #d9dacd); }
.method-page-v2 .method-frequency-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(50px, 9vw, 110px); align-items: start; }
.method-page-v2 .method-frequency-intro > p:not(.method-section-number) { margin-top: 18px; }
.method-page-v2 .method-frequency-list { border-top: 1px solid var(--line, #d9dacd); }
.method-page-v2 .method-frequency-list article { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 24px; padding: 27px 0; border-bottom: 1px solid var(--line, #d9dacd); min-width: 0; }
.method-page-v2 .method-frequency-list h3 { font-size: 1.15rem; }
.method-page-v2 .method-frequency-list h3 em { display: inline-block; margin-left: 7px; padding: 3px 7px; border-radius: 4px; background: var(--lm-mint); color: var(--lm-green-dark); font-size: .62rem; font-style: normal; letter-spacing: 0; vertical-align: 2px; }
.method-page-v2 .method-frequency-list b { display: block; margin-bottom: 5px; font-size: .9rem; }
.method-page-v2 .method-frequency-list p { font-size: .82rem; }
.method-page-v2 .method-frequency-list .is-recommended { border-left: 3px solid var(--lm-green); padding-left: 18px; }

.method-page-v2 .method-final { border-top: 1px solid var(--line, #d9dacd); text-align: center; }
.method-page-v2 .method-final-inner { max-width: 760px; }
.method-page-v2 .method-final-inner > p:not(.method-section-number) { margin: 18px auto 28px; max-width: 34rem; }
.method-page-v2 .method-final-button { min-width: 220px; min-height: 50px; background: var(--lm-green-dark); border-radius: 8px; }
.method-page-v2 .method-sub-link { display: block; width: max-content; min-height: 44px; margin: 13px auto 0; padding: 10px 5px; color: var(--lm-green-dark); font-size: .84rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.method-page-v2 .method-problem {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fbfcfb;
}

.method-page-v2 .method-problem::after {
  position: absolute;
  z-index: 0;
  top: -260px;
  right: -180px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: #e8f5ef;
  content: "";
  pointer-events: none;
}

.method-page-v2 .method-problem .method-wrap {
  position: relative;
  z-index: 1;
}

.method-page-v2 .method-cycle {
  background: #f4faf7;
}

.method-page-v2 .method-illustration {
  margin: 0;
}

.method-page-v2 .method-illustration img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: #fff;
}

.method-page-v2 .method-illustration figcaption {
  margin-top: 12px;
  color: var(--muted, #5e6963);
  font-size: .76rem;
  line-height: 1.7;
}

.method-page-v2 .method-cycle-illustration {
  max-width: 820px;
  margin: 0 auto 16px;
}

.method-page-v2 .method-cycle-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 clamp(24px, 4vw, 46px);
  max-width: 1060px;
  border-top: 0;
  border-bottom: 1px solid var(--line, #d9dacd);
}

.method-page-v2 .method-cycle-list li {
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  border-top: 1px solid var(--line, #d9dacd);
  border-bottom: 0;
}

.method-page-v2 .method-week-grid {
  grid-template-areas:
    "intro visual"
    "intro timeline";
}

.method-page-v2 .method-week-intro {
  grid-area: intro;
}

.method-page-v2 .method-week-visual {
  grid-area: visual;
}

.method-page-v2 .method-week-visual img {
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.method-page-v2 .method-week-timeline {
  grid-area: timeline;
  margin-top: 10px;
}

.method-page-v2 .method-app {
  background: #f5faf7;
}

.method-page-v2 .method-frequency {
  background: #fbfaf5;
}

.method-page-v2 .method-final {
  background: #0b5e48;
}

.method-page-v2 .method-final h2 {
  color: #fff;
}

.method-page-v2 .method-final .method-section-number,
.method-page-v2 .method-final-inner > p:not(.method-section-number),
.method-page-v2 .method-final .method-sub-link {
  color: #cdebe0;
}

.method-page-v2 .method-final-button {
  background: #fff;
  color: #0b5e48;
}

.method-page-v2 .menu-btn { min-width: 44px; min-height: 44px; }
.method-page-v2 .header-contact { font-size: 13px; font-weight: 700; }
.method-page-v2 .main-nav a[aria-current="page"] { color: var(--lm-green-dark); }
.method-page-v2 header .logo,
.method-page-v2 header .main-nav a,
.method-page-v2 .header-contact { display: inline-flex; align-items: center; min-width: 44px; min-height: 44px; }
.method-page-v2 footer a { display: inline-flex; align-items: center; min-width: 44px; min-height: 44px; }
.method-page-v2 footer .logo span { color: #64d7ad; }
.method-page-v2 footer .tagline { color: #b6c9c0; }

@media (max-width: 900px) {
  .method-page-v2 .method-hero-grid,
  .method-page-v2 .method-week-grid,
  .method-page-v2 .method-app-grid,
  .method-page-v2 .method-reason-grid,
  .method-page-v2 .method-frequency-grid { grid-template-columns: minmax(0, 1fr); }
  .method-page-v2 .method-hero-copy { max-width: 34rem; }
  .method-page-v2 .method-hero-photo { order: 2; }
  .method-page-v2 .method-problem-copy { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .method-page-v2 .method-week-intro { position: static; }
  .method-page-v2 .method-cycle-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-page-v2 .method-week-grid { grid-template-areas: none; }
  .method-page-v2 .method-week-intro,
  .method-page-v2 .method-week-visual,
  .method-page-v2 .method-week-timeline { grid-area: auto; }
  .method-page-v2 .method-week-grid,
  .method-page-v2 .method-app-grid,
  .method-page-v2 .method-reason-grid,
  .method-page-v2 .method-frequency-grid { gap: 40px; }
  .method-page-v2 .method-reason-copy { max-width: 38rem; }
  .method-page-v2 .method-frequency-list article { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .method-page-v2 .method-frequency-list .is-recommended { padding-left: 14px; }
}

@media (max-width: 640px) {
  .method-page-v2 .method-problem::after {
    top: -120px;
    right: -260px;
    width: 460px;
    height: 460px;
  }

  .method-page-v2 .method-cycle-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .method-page-v2 .method-illustration img {
    border-radius: 14px;
  }

  .method-page-v2 .method-cycle-illustration {
    margin-bottom: 14px;
  }
}

@media (max-width: 430px) {
  .method-page-v2 main section { padding: 66px 0; }
  .method-page-v2 .method-hero { padding-top: 42px; }
  .method-page-v2 h1 { font-size: clamp(2rem, 9.2vw, 2.35rem); }
  .method-page-v2 h2 { font-size: clamp(1.5rem, 7vw, 1.75rem); }
  .method-page-v2 .method-hero-lead { margin-top: 20px; }
  .method-page-v2 .method-hero-photo img { aspect-ratio: 4/3; }
  .method-page-v2 .method-cycle-list li { grid-template-columns: 42px minmax(0, 1fr); gap: 13px; }
  .method-page-v2 .method-week-timeline li { grid-template-columns: 44px minmax(0, 1fr); gap: 15px; }
  .method-page-v2 .method-app-bar { padding: 0 15px; }
  .method-page-v2 .method-next-action { margin: 15px; padding: 16px; }
  .method-page-v2 .method-homework-row,
  .method-page-v2 .method-report-row { margin-left: 15px; margin-right: 15px; }
  .method-page-v2 .method-homework-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .method-page-v2 .method-app-caption { margin-left: 15px; margin-right: 15px; }
  .method-page-v2 .method-curve-legend { margin-left: 0; }
  .method-page-v2 .method-curve-text text { font-size: 10px; }
  .method-page-v2 .method-final-button { width: 100%; }
  .method-page-v2 .header-inner { padding-inline: 9px; gap: 5px; }
  .method-page-v2 .header-right { gap: 4px !important; }
  .method-page-v2 .mobile-header-action { min-width: 59px; padding-inline: 6px; font-size: 11px; }
  .method-page-v2 header .logo { font-size: 20px; }
}

@media (max-width: 370px) {
  .method-page-v2 h1 { font-size: 1.9rem; }
  .method-page-v2 h2 { font-size: 1.42rem; }
}

@media (prefers-reduced-motion: reduce) {
  .method-page-v2 * { scroll-behavior: auto !important; transition: none !important; }
}
