:root {
  --mr-green: #245f43;
  --mr-green-dark: #173d2c;
  --mr-green-pale: #eef7f1;
  --mr-amber: #a85a16;
  --mr-ink: #1e2822;
  --mr-muted: #56635b;
  --mr-line: #cfddd3;
  --mr-paper: #fffdf7;
  --mr-radius: 18px;
  --mr-width: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }

.mr-main {
  color: var(--mr-ink);
  font-family: var(--font-body, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif);
  overflow-x: clip;
}

.mr-container {
  width: min(var(--mr-width), calc(100% - 36px));
  margin-inline: auto;
}

.mr-breadcrumb {
  padding-block: 18px 12px;
  color: var(--mr-muted);
  font-size: .84rem;
  line-height: 1.7;
}

.mr-breadcrumb a { color: var(--mr-green); }

.mr-hero {
  padding: clamp(40px, 7vw, 82px) 0 clamp(34px, 6vw, 68px);
  background:
    radial-gradient(circle at 82% 20%, rgba(221, 238, 225, .88), transparent 35%),
    linear-gradient(145deg, #fbfdf9, #f1f7f2);
  border-block: 1px solid #e3ece5;
}

.mr-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.mr-eyebrow {
  margin: 0 0 12px;
  color: var(--mr-amber);
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .05em;
}

.mr-hero h1 {
  margin: 0;
  color: var(--mr-green-dark);
  font-size: clamp(1.8rem, 4vw, 3.25rem);
  line-height: 1.35;
  letter-spacing: .01em;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: auto-phrase;
}

.mr-question {
  margin: 22px 0 0;
  color: var(--mr-green-dark);
  font-size: clamp(1.08rem, 2vw, 1.38rem);
  font-weight: 800;
  line-height: 1.7;
}

.mr-lead {
  margin: 14px 0 0;
  color: #39453e;
  font-size: 1rem;
  line-height: 1.95;
}

.mr-nowrap {
  white-space: nowrap;
}

.mr-hero-card,
.mr-panel,
.mr-service-card,
.mr-advisor,
.mr-deliverable,
.mr-reserve-advisor {
  border: 1px solid var(--mr-line);
  border-radius: var(--mr-radius);
  background: #fff;
  box-shadow: 0 14px 36px rgba(30, 71, 48, .08);
}

.mr-hero-card { padding: clamp(22px, 4vw, 34px); }
.mr-hero-visual { display: block; width: 100%; height: auto; aspect-ratio: 900 / 560; margin: 0 0 22px; border-radius: 12px; object-fit: cover; }
.mr-hero-card h2 { margin: 0 0 16px; color: var(--mr-green-dark); font-size: 1.18rem; }
.mr-hero-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.mr-hero-card li { position: relative; padding-left: 27px; line-height: 1.65; }
.mr-hero-card li::before { content: "✓"; position: absolute; left: 0; color: var(--mr-green); font-weight: 900; }

.mr-editorial-hero {
  padding: clamp(42px, 6vw, 72px) 0 clamp(70px, 8vw, 100px);
  background:
    radial-gradient(circle at 86% 15%, rgba(232, 245, 233, .96), transparent 34%),
    linear-gradient(145deg, #fffdf8, #f5faf5);
}
.mr-editorial {
  --mr-width: 1220px;
  --mr-green: #4a9e5c;
  --mr-green-dark: #2d7a3e;
  --mr-green-pale: #e8f5e9;
  --mr-amber: #9a5b15;
  --mr-warm: #e8a44a;
  --mr-line: #d9e4dc;
  color: #1a1a1a;
}
.mr-editorial .mr-hero-grid {
  position: relative;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
  grid-template-areas: "heading visual" "copy visual";
  grid-template-rows: auto 1fr;
  column-gap: clamp(36px, 7vw, 92px);
  row-gap: 0;
  align-items: center;
}
.mr-editorial-heading { grid-area: heading; }
.mr-editorial-copy { grid-area: copy; }
.mr-editorial .mr-eyebrow {
  margin-bottom: 18px;
  padding-left: 12px;
  border-left: 3px solid var(--mr-warm);
  color: var(--mr-amber);
  font-size: .78rem;
  letter-spacing: .12em;
}
.mr-stage-label {
  display: inline-flex;
  margin: 0 0 20px;
  padding: 6px 11px;
  border: 1px solid #bed6c4;
  border-radius: 999px;
  color: var(--mr-green-dark);
  background: rgba(255, 255, 255, .88);
  font-size: .82rem;
  font-weight: 800;
}
.mr-editorial .mr-hero h1 {
  max-width: 650px;
  color: #1a1a1a;
  font-size: clamp(2.7rem, 5vw, 4.2rem);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -.035em;
}
.mr-editorial .mr-hero h1 strong { color: var(--mr-warm); }
.mr-editorial .mr-hero h1.mr-hero-title--compact { font-size: clamp(2.5rem, 3.7vw, 2.85rem); }
.mr-hero-service-name {
  margin: 22px 0 10px;
  color: var(--mr-green-dark);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 900;
}
.mr-editorial .mr-question {
  margin-top: 0;
  color: #1d3f29;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.55;
}
.mr-editorial .mr-lead { max-width: 610px; color: #4d5b52; line-height: 1.78; }
.mr-editorial .mr-cta-row { margin-top: 28px; }
.mr-editorial .mr-btn {
  min-height: 52px;
  padding-inline: 25px;
  border-color: var(--mr-green-dark);
  color: var(--mr-green-dark);
  letter-spacing: .025em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.mr-editorial .mr-btn--primary { color: #fff; background: var(--mr-green-dark); }
.mr-editorial .mr-btn--primary:hover { background: #235f32; }
.mr-hero-micro {
  margin: 15px 0 0;
  color: #627067;
  font-size: .78rem;
  font-weight: 700;
}
.mr-hero-disclosure {
  margin-top: 22px;
  padding: 17px 18px;
  border: 1px solid #e3cfb8;
  border-left: 4px solid var(--mr-warm);
  border-radius: 12px;
  background: rgba(255, 250, 244, .9);
  color: #3e392f;
}
.mr-hero-disclosure h2,
.mr-hero-disclosure summary { margin: 0; color: #69431f; font-size: .92rem; font-weight: 900; line-height: 1.55; cursor: pointer; }
.mr-hero-disclosure[open] summary { margin-bottom: 9px; }
.mr-hero-disclosure p { margin: 6px 0; font-size: .84rem; line-height: 1.72; }
.mr-editorial-visual-wrap {
  position: relative;
  grid-area: visual;
  min-width: 0;
  max-width: 580px;
  padding-bottom: 150px;
  justify-self: end;
  margin-top: 30px;
}
.mr-editorial-visual {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1.02;
  object-fit: cover;
  border-radius: 28px 28px 28px 88px;
  box-shadow: 0 28px 72px rgba(24, 65, 42, .18);
}
.mr-decision-card {
  position: absolute;
  right: 24px;
  bottom: 0;
  width: min(88%, 390px);
  padding: 24px 26px;
  border: 1px solid var(--mr-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(30, 71, 48, .15);
}
.mr-proof-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--mr-line);
}
.mr-proof-heading span { color: var(--mr-warm); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.mr-proof-heading p { margin: 0; color: var(--mr-green-dark); font-weight: 900; }
.mr-decision-card > ul {
  display: grid;
  gap: 0;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.mr-decision-card > ul > li {
  position: relative;
  padding: 8px 0 8px 24px;
  color: #3f4e44;
  font-size: .86rem;
  line-height: 1.55;
}
.mr-decision-card > ul > li::before { content: "✓"; position: absolute; left: 0; color: var(--mr-green); font-weight: 900; }
.mr-proof-result {
  margin: 10px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--mr-line);
  color: var(--mr-green-dark);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.6;
}
.mr-proof-preparation {
  margin-top: 12px;
  padding: 11px 12px;
  border-radius: 10px;
  background: var(--mr-green-pale);
  color: #355641;
  font-size: .72rem;
  line-height: 1.55;
}
.mr-proof-preparation strong { display: block; margin-bottom: 4px; }
.mr-proof-preparation ul { display: flex; flex-wrap: wrap; gap: 4px 14px; margin: 0; padding-left: 1.2em; }
.mr-proof-preparation p { margin: 5px 0 0; font-weight: 800; }
.mr-card-kicker,
.mr-section-kicker {
  margin: 0 0 8px;
  color: var(--mr-amber);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.mr-reassurance { background: var(--mr-green-dark); color: #fff; }
.mr-reassurance-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-block: 22px; }
.mr-reassurance-grid > div { min-width: 0; padding: 2px 24px; border-right: 1px solid rgba(255,255,255,.22); }
.mr-reassurance-grid > div:first-child { padding-left: 0; }
.mr-reassurance-grid > div:last-child { padding-right: 0; border-right: 0; }
.mr-reassurance-grid strong,
.mr-reassurance-grid span { display: block; }
.mr-reassurance-grid strong { font-size: .94rem; line-height: 1.45; }
.mr-reassurance-grid span { margin-top: 3px; color: #d4e3d8; font-size: .72rem; line-height: 1.45; }

.mr-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.mr-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid var(--mr-green);
  border-radius: 999px;
  color: var(--mr-green);
  background: #fff;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
}
.mr-btn--primary { color: #fff; background: var(--mr-green); }
.mr-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(36, 95, 67, .18); }
.mr-btn:focus-visible,
.mr-decline button:focus-visible,
.mr-faq summary:focus-visible { outline: 3px solid #e19a53; outline-offset: 3px; }

.mr-section { padding: clamp(42px, 7vw, 76px) 0; }
.mr-section[id] { scroll-margin-top: 82px; }
.mr-section--tint { background: #f6faf7; border-block: 1px solid #e5eee8; }
.mr-section h2 { margin: 0 0 24px; color: var(--mr-green-dark); font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.45; }
.mr-section-lead { max-width: 760px; margin: -10px 0 28px; color: var(--mr-muted); line-height: 1.9; }
.mr-editorial .mr-section { padding-block: clamp(76px, 9vw, 118px); }
.mr-proposal .mr-section { padding-block: clamp(58px, 6.5vw, 82px); }
.mr-proposal .mr-section--priority { padding-block: clamp(54px, 6vw, 76px); }
.mr-proposal .mr-section--compact { padding-block: clamp(44px, 5vw, 64px); }
.mr-editorial .mr-section h2 { color: #1a1a1a; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.32; letter-spacing: -.025em; }
.mr-proposal .mr-section h2 { font-size: clamp(1.8rem, 3.5vw, 2.7rem); }
.mr-title-accent { color: var(--mr-warm); }
.mr-section-heading { max-width: 820px; margin-bottom: 42px; }
.mr-section-heading > p:last-child,
.mr-section-heading--split > p { color: var(--mr-muted); line-height: 1.9; }
.mr-section-heading--split { display: flex; max-width: 1040px; align-items: end; justify-content: space-between; gap: 48px; }
.mr-section-heading--split > div { max-width: 690px; }
.mr-section-heading--split > p { max-width: 350px; margin: 0 0 8px; }

.mr-two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.mr-panel { padding: clamp(22px, 4vw, 32px); }
.mr-panel h3 { margin: 0 0 14px; color: var(--mr-green-dark); font-size: 1.12rem; }
.mr-panel ul { margin: 0; padding-left: 1.25em; }
.mr-panel li { margin: 8px 0; line-height: 1.75; }
.mr-limit { border-color: #ead8c5; background: #fffaf4; }

.mr-stage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.mr-stage-card { position: relative; min-width: 0; padding: clamp(28px, 4vw, 42px); border: 1px solid var(--mr-line); border-radius: 22px; background: #fff; }
.mr-stage-card--current { border: 2px solid var(--mr-green); background: linear-gradient(145deg, #fff, #f4faf5); box-shadow: 0 16px 38px rgba(36, 95, 67, .08); }
.mr-stage-number { margin: 0 0 5px; color: #94a49a; font-size: .82rem; font-weight: 900; letter-spacing: .08em; }
.mr-stage-status { display: inline-block; margin: 0 0 10px; padding: 4px 9px; border-radius: 999px; color: var(--mr-green-dark); background: var(--mr-green-pale); font-size: .78rem; font-weight: 900; }
.mr-stage-card h3 { margin: 0 0 12px; color: var(--mr-green-dark); font-size: 1.3rem; }
.mr-stage-card > p:not(.mr-stage-number):not(.mr-stage-status) { line-height: 1.85; }
.mr-stage-result { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--mr-line); color: #435047; }
.mr-inline-disclosure { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--mr-line); color: #435047; }
.mr-inline-disclosure summary { color: var(--mr-green-dark); font-weight: 800; cursor: pointer; }
.mr-inline-disclosure p { margin: 9px 0 0; font-size: .88rem; line-height: 1.7 !important; }
.mr-review-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 20px; align-items: stretch; }
.mr-review-grid > article { min-width: 0; padding: clamp(28px, 4vw, 42px); border: 1px solid var(--mr-line); border-radius: 22px; background: #fff; }
.mr-review-grid h2 { margin-bottom: 18px; }
.mr-review-grid h3 { margin: 0 0 22px; color: var(--mr-green-dark); font-size: clamp(1.35rem, 2.4vw, 1.75rem); }
.mr-check-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.mr-check-list li { position: relative; padding: 13px 14px 13px 44px; border: 1px solid #dfebe2; border-radius: 10px; background: #fbfdfb; line-height: 1.7; }
.mr-check-list li::before { content: "✓"; position: absolute; top: 13px; left: 16px; color: var(--mr-green); font-weight: 900; }
.mr-review-grid .mr-limit-card { border-color: #ead8c5; background: #fffaf4; }
.mr-limit-card p { margin: 0; color: #4d4338; line-height: 1.9; }

.mr-section--sage { background: var(--mr-green-pale); }
.mr-deliverable { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(300px, .98fr); gap: clamp(28px, 5vw, 58px); padding: clamp(28px, 5vw, 56px); align-items: center; border-radius: 24px; }
.mr-deliverable-copy h3 { margin: 16px 0 14px; color: var(--mr-green-dark); font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.4; word-break: keep-all; }
.mr-deliverable-copy p { line-height: 1.9; }
.mr-step-chip { color: var(--mr-amber); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.mr-sheet {
  min-width: 0;
  padding: 24px;
  border: 1px solid #d9d2bf;
  border-radius: 8px;
  background: var(--mr-paper);
  box-shadow: 0 12px 28px rgba(54, 48, 35, .12);
  transform: rotate(1deg);
}
.mr-sheet-head { padding-bottom: 12px; border-bottom: 3px solid var(--mr-green); color: var(--mr-green-dark); font-weight: 900; }
.mr-sheet ol { margin: 18px 0 0; padding-left: 1.3em; }
.mr-sheet li { margin: 10px 0; line-height: 1.6; }
.mr-sheet-note { margin: 16px 0 0; color: var(--mr-muted); font-size: .78rem; }
.mr-simple-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 30px; }
.mr-simple-steps > div { padding-top: 20px; border-top: 1px solid rgba(45, 122, 62, .35); }
.mr-simple-steps span { color: var(--mr-warm); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.mr-simple-steps h3 { margin: 10px 0 6px; color: #1a1a1a; font-size: 1.18rem; }
.mr-simple-steps p { margin: 0; color: var(--mr-muted); font-size: .82rem; line-height: 1.75; }

.mr-pathway-grid { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); gap: clamp(44px, 8vw, 96px); align-items: center; }
.mr-pathway-map { position: relative; display: grid; gap: 18px; padding: clamp(28px, 4vw, 44px); border-radius: 28px; background: linear-gradient(145deg, #eff7f0, #fff7eb); overflow: hidden; }
.mr-pathway-map::before { content: ""; position: absolute; inset: 0 auto 0 54px; width: 1px; background: rgba(45, 122, 62, .25); }
.mr-pathway-map > div { position: relative; display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 18px; align-items: center; min-height: 72px; padding: 14px 18px; border: 1px solid rgba(45, 122, 62, .14); border-radius: 16px; background: rgba(255,255,255,.88); box-shadow: 0 10px 26px rgba(45, 122, 62, .07); }
.mr-pathway-map span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: #fff; background: var(--mr-green-dark); font-size: .72rem; font-weight: 900; }
.mr-pathway-map strong { color: #294332; line-height: 1.5; }
.mr-pathway-copy { max-width: 540px; }
.mr-pathway-copy > p:not(.mr-section-kicker) { color: var(--mr-muted); line-height: 2; }

.mr-advisor { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 28px; padding: clamp(24px, 5vw, 40px); align-items: center; }
.mr-advisor img { width: 170px; height: 170px; border-radius: 24px; object-fit: cover; object-position: center top; }
.mr-advisor h3 { margin: 0; color: var(--mr-green-dark); font-size: 1.35rem; }
.mr-advisor-creds { display: flex; flex-wrap: wrap; gap: 7px; margin: 10px 0; }
.mr-advisor-creds span { padding: 5px 10px; border-radius: 999px; background: var(--mr-green-pale); color: var(--mr-green-dark); font-size: .82rem; font-weight: 800; }
.mr-advisor p { line-height: 1.85; }
.mr-advisor--plain { box-shadow: none; }
.mr-advisor--plain p { max-width: 760px; }
.mr-advisor-label { margin: 0 0 5px !important; color: var(--mr-amber); font-size: .78rem; font-weight: 900; letter-spacing: .08em; }

.mr-disclosure { padding: 22px; border-left: 5px solid var(--mr-amber); background: #fffaf4; color: #3e392f; line-height: 1.85; }
.mr-disclosure p { margin: 7px 0; }
.mr-disclosure--full { border: 1px solid #e3cfb8; border-left-width: 5px; border-radius: 12px; }

.mr-faq { display: grid; gap: 12px; }
.mr-faq details { border: 1px solid var(--mr-line); border-radius: 12px; background: #fff; }
.mr-faq summary { padding: 18px 20px; color: var(--mr-green-dark); font-weight: 800; cursor: pointer; }
.mr-faq details p { margin: 0; padding: 0 20px 20px; line-height: 1.85; }
.mr-faq-layout { display: grid; grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr); gap: clamp(42px, 7vw, 90px); align-items: start; }
.mr-faq-heading { position: sticky; top: 104px; }
.mr-faq-heading > p:last-child { color: var(--mr-muted); line-height: 1.9; }
.mr-editorial .mr-faq { border-top: 1px solid var(--mr-line); gap: 0; }
.mr-editorial .mr-faq details { border: 0; border-bottom: 1px solid var(--mr-line); border-radius: 0; background: transparent; }
.mr-editorial .mr-faq summary { position: relative; padding: 22px 42px 22px 0; font-size: 1rem; list-style: none; }
.mr-editorial .mr-faq summary::-webkit-details-marker { display: none; }
.mr-editorial .mr-faq summary::after { content: "+"; position: absolute; top: 18px; right: 4px; color: var(--mr-warm); font-size: 1.55rem; font-weight: 500; }
.mr-editorial .mr-faq details[open] summary::after { content: "−"; }
.mr-editorial .mr-faq details p { padding: 0 42px 22px 0; color: var(--mr-muted); }
.mr-final-cta { margin-top: 30px; padding: clamp(24px, 4vw, 34px); border: 1px solid #bdd2c3; border-radius: var(--mr-radius); background: #fff; text-align: center; }
.mr-final-cta > p { max-width: 700px; margin: 0 auto; color: var(--mr-green-dark); font-weight: 800; line-height: 1.8; }
.mr-final-cta .mr-cta-row { justify-content: center; }
.mr-final-cta .mr-final-note { margin-top: 16px; color: var(--mr-muted); font-size: .86rem; font-weight: 500; }

.mr-booking-section { padding: clamp(76px, 9vw, 112px) 0; background: var(--mr-green-dark); color: #fff; }
.mr-booking-inner { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: clamp(48px, 8vw, 90px); align-items: center; }
.mr-booking-copy .mr-section-kicker { color: #efc28e; }
.mr-booking-copy h2 { margin: 0; color: #fff; font-size: clamp(2.35rem, 4.8vw, 3.9rem); line-height: 1.28; letter-spacing: -.03em; }
.mr-booking-copy h2 span { color: #efc28e; }
.mr-booking-copy > p:last-child { max-width: 560px; color: #d1e2d6; line-height: 2; }
.mr-booking-panel { padding: 30px; border-radius: 22px; color: #1a1a1a; background: #fff; box-shadow: 0 22px 56px rgba(0,0,0,.2); }
.mr-booking-panel h3 { margin: 0 0 16px; color: var(--mr-green-dark); font-size: 1.4rem; }
.mr-booking-panel dl { margin: 0; }
.mr-booking-panel dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid var(--mr-line); font-size: .8rem; }
.mr-booking-panel dt { color: var(--mr-muted); }
.mr-booking-panel dd { margin: 0; text-align: right; font-weight: 800; }
.mr-booking-panel .mr-btn { width: 100%; margin-top: 18px; }
.mr-btn--warm { border-color: var(--mr-warm) !important; color: #fff !important; background: var(--mr-warm) !important; }
.mr-booking-panel > p { margin: 13px 0 0; color: #778078; font-size: .7rem; line-height: 1.65; }
.mr-booking-section .mr-decline { color: #d7e4da; border-top-color: rgba(255,255,255,.22); }
.mr-booking-section .mr-decline summary { color: #d7e4da; }
.mr-booking-section .mr-decline p { color: #c4d6ca; }
.mr-booking-section .mr-decline button { border-color: rgba(255,255,255,.3); color: #fff; background: transparent; }
.mr-sticky-booking { display: none; }

.mr-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.mr-service-card { display: flex; min-width: 0; flex-direction: column; padding: 24px; }
.mr-service-card h2 { margin: 0 0 10px; font-size: 1.2rem; }
.mr-service-card p { flex: 1; color: var(--mr-muted); line-height: 1.75; }
.mr-service-card .mr-btn { width: 100%; margin-top: 14px; }

.mr-hub .mr-editorial-visual-wrap { padding-bottom: 118px; }
.mr-hub .mr-decision-card { right: 18px; width: min(86%, 390px); }
.mr-theme-group + .mr-theme-group { margin-top: clamp(64px, 8vw, 96px); }
.mr-theme-group-heading { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 18px; max-width: 800px; align-items: start; margin-bottom: 28px; }
.mr-theme-group-heading > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: #fff; background: var(--mr-green-dark); font-size: .78rem; font-weight: 900; }
.mr-theme-group-heading h3 { margin: 0; color: #1a1a1a; font-size: clamp(1.45rem, 2.6vw, 2rem); }
.mr-theme-group-heading p { margin: 7px 0 0; color: var(--mr-muted); line-height: 1.8; }
.mr-theme-grid { display: grid; gap: 22px; align-items: stretch; }
.mr-theme-grid--insurance { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mr-theme-grid--life { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mr-service-card.mr-theme-card { padding: 0; border-radius: 22px; overflow: hidden; box-shadow: 0 14px 36px rgba(30, 71, 48, .08); }
.mr-theme-card > img { display: block; width: 100%; height: auto; aspect-ratio: 900 / 430; object-fit: cover; }
.mr-theme-card-body { display: flex; min-height: 100%; flex: 1; flex-direction: column; padding: 26px; }
.mr-theme-card-body .mr-card-kicker { min-height: 2.8em; margin-bottom: 10px; font-size: .7rem; line-height: 1.45; }
.mr-theme-card h3 { margin: 0; color: var(--mr-green-dark); font-size: 1.3rem; line-height: 1.5; }
.mr-theme-card .mr-theme-question { flex: 0 0 auto; margin: 12px 0 0; color: #273f30; font-weight: 900; line-height: 1.7; }
.mr-theme-card-body > p:not(.mr-card-kicker):not(.mr-theme-question) { margin: 12px 0 0; color: var(--mr-muted); font-size: .88rem; line-height: 1.8; }
.mr-theme-card .mr-btn { margin-top: 22px; }
.mr-hub-disclosure .mr-booking-panel > p { margin: 10px 0 0; color: #4d5b52; font-size: .82rem; line-height: 1.75; }
.mr-hub-disclosure .mr-booking-panel > p:first-of-type { margin-top: 0; }

.mr-situation-section { background: #fffaf4; }
.mr-situation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.mr-situation-grid > a,
.mr-situation-link {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: 22px;
  border: 1px solid #dfcfbd;
  border-radius: 18px;
  color: var(--mr-green-dark);
  background: #fff;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(55, 70, 57, .06);
}
.mr-situation-grid > a:hover,
.mr-situation-link:hover { border-color: var(--mr-green); box-shadow: 0 14px 30px rgba(45, 122, 62, .11); }
.mr-situation-grid > a:focus-visible,
.mr-situation-link:focus-visible { outline: 3px solid #e8a44a; outline-offset: 3px; }
.mr-situation-grid span { color: var(--mr-warm); font-size: .76rem; font-weight: 900; letter-spacing: .1em; }
.mr-situation-grid strong,
.mr-situation-link strong { margin-top: 9px; font-size: 1.04rem; line-height: 1.55; }
.mr-situation-grid small,
.mr-situation-link span { margin-top: 8px; color: var(--mr-muted); font-size: .8rem; line-height: 1.7; }
.mr-context-switch { padding: 30px 0 34px; border-bottom: 1px solid var(--mr-line); background: #f7faf7; }
.mr-context-switch-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 16px; }
.mr-context-switch-heading .mr-section-kicker { margin: 0; }
.mr-context-switch-heading h2 { margin: 0; color: #263f2e; font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.55; }
.mr-context-switch-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; align-items: stretch; }
.mr-situation-link { padding: 16px 17px; border-radius: 14px; box-shadow: none; }
.mr-situation-link strong { margin-top: 0; }
.mr-situation-link.is-current { border: 2px solid var(--mr-green); background: var(--mr-green-pale); }
.mr-situation-link.is-current::before { content: "現在のページ"; margin-bottom: 7px; color: var(--mr-green-dark); font-size: .7rem; font-weight: 900; }
.mr-anchor-target { display: block; scroll-margin-top: 100px; }

.mr-decline { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--mr-line); }
.mr-decline summary { color: var(--mr-muted); font-weight: 700; cursor: pointer; }
.mr-decline-options { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.mr-decline button { min-height: 42px; padding: 8px 13px; border: 1px solid var(--mr-line); border-radius: 999px; color: var(--mr-green-dark); background: #fff; cursor: pointer; }
.mr-decline button[aria-pressed="true"] { border-color: var(--mr-green); color: #fff; background: var(--mr-green); }
.mr-decline-status { min-height: 1.5em; margin: 10px 0 0; color: var(--mr-muted); font-size: .86rem; }

.mr-reserve-card { width: min(760px, 100%); margin: 20px auto 0; }
.mr-reserve-active [data-money-review-reserve-card] {
  position: relative;
  left: 50%;
  box-sizing: border-box;
  width: min(1180px, calc(100vw - 24px));
  margin: 32px 0 30px;
  padding: 26px;
  border: 1px solid var(--mr-line);
  border-radius: 20px;
  background: #f8fbf8;
  transform: translateX(-50%);
}
.mr-reserve-service-copy { max-width: 820px; margin: 0 auto 22px; text-align: center; }
.mr-reserve-service-copy p { margin: 0 0 6px; color: var(--mr-green); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.mr-reserve-service-copy h2 { margin: 0; color: var(--mr-green-dark); font-size: clamp(1.45rem, 2.8vw, 2rem); line-height: 1.45; }
.mr-reserve-service-copy strong { display: block; margin-top: 10px; color: #243b2d; font-size: 1rem; line-height: 1.7; }
.mr-reserve-service-copy span { display: block; margin-top: 5px; color: #526158; font-size: .9rem; line-height: 1.75; }
.mr-reserve-service-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 12px; align-items: stretch; }
.mr-reserve-advisor { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 18px; padding: 20px; text-align: left; }
.mr-reserve-advisor img { width: 92px; height: 92px; border-radius: 16px; object-fit: cover; object-position: center top; }
.mr-reserve-advisor h2 { margin: 0 0 6px; color: var(--mr-green-dark); font-size: 1.05rem; }
.mr-reserve-advisor p { margin: 4px 0; color: #425047; font-size: .9rem; line-height: 1.65; }
.mr-reserve-credentials { display: flex; flex-wrap: wrap; gap: 5px; margin: 7px 0; }
.mr-reserve-credentials span { padding: 4px 8px; border-radius: 999px; color: var(--mr-green-dark); background: var(--mr-green-pale); font-size: .72rem; font-weight: 800; }
.mr-reserve-outcome { margin: 12px 0 0; padding: 14px 16px; border: 1px solid var(--mr-line); border-radius: 12px; background: #fff; text-align: left; }
.mr-reserve-outcome strong { color: var(--mr-green-dark); }
.mr-reserve-outcome p { margin: 5px 0; font-size: .9rem; line-height: 1.7; }
.mr-reserve-active [data-money-review-reserve-card] .mr-reserve-outcome { margin-top: 0; }
.mr-reserve-outcome .mr-reserve-value {
  margin: 10px 0;
  padding: 10px 12px;
  border-left: 3px solid var(--mr-green);
  border-radius: 0 10px 10px 0;
  color: #243b2d;
  background: var(--mr-green-pale);
  font-size: .84rem;
  line-height: 1.7;
}
.mr-reserve-value strong { display: block; margin-bottom: 2px; }
.mr-reserve-assurances { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0; }
.mr-reserve-assurances span { padding: 5px 9px; border-radius: 999px; color: var(--mr-green-dark); background: var(--mr-green-pale); font-size: .74rem; font-weight: 900; }
.mr-reserve-fee { margin: 8px 0 0; color: var(--mr-text-soft); font-size: .78rem; line-height: 1.6; }

.mr-reserve-active .rsv-campaign-banner,
.mr-reserve-active .rsv-calendar-campaign,
.mr-reserve-active #rsv-interest-panel { display: none !important; }
.mr-reserve-active .rsv-hero {
  position: relative;
  left: 50%;
  display: block;
  width: min(1180px, calc(100vw - 24px));
  max-width: 1180px;
  margin: 0 !important;
  padding: 30px 24px 14px;
  text-align: center;
  transform: translateX(-50%) !important;
}
.mr-reserve-active .rsv-intro-visual { display: none; }
.mr-reserve-active .rsv-intro-copy { width: min(820px, 100%); margin-inline: auto; }
.mr-reserve-active .rsv-eyebrow { margin-bottom: 10px; color: var(--mr-green); font-weight: 900; }
.mr-reserve-active .rsv-hero-title { margin: 0; color: var(--mr-green-dark); font-size: 1.75rem; line-height: 1.35; }
.mr-reserve-active .rsv-intro-questions { margin: 16px 0 0; color: #263f2e; font-size: 1rem; line-height: 1.75; }
.mr-reserve-active .rsv-intro-body,
.mr-reserve-active .rsv-intro-outcome,
.mr-reserve-active .rsv-intro-assurance { margin: 9px 0 0; color: #526158; font-size: .88rem; line-height: 1.65; }
.mr-reserve-active .rsv-intro-outcome { color: var(--mr-green-dark); font-weight: 800; }
.mr-reserve-active .rsv-hero-context { display: none; }
.mr-reserve-active .rsv-flow-details,
.mr-reserve-active .rsv-flow-cta-wrap { display: none; }
.mr-reserve-active .rsv-calendar {
  position: relative;
  left: 50%;
  width: min(1180px, calc(100vw - 24px));
  transform: translateX(-50%);
}
.mr-reserve-active #rsv-float-cal { display: none !important; }

@media (max-width: 1240px) {
  .mr-hero-grid,
  .mr-deliverable { grid-template-columns: minmax(0, 1fr); }
  .mr-editorial .mr-hero-grid,
  .mr-review-grid { grid-template-columns: minmax(0, 1fr); }
  .mr-stage-grid { grid-template-columns: minmax(0, 1fr); }
  .mr-editorial .mr-hero-grid {
    grid-template-areas: "heading" "copy" "visual";
    grid-template-rows: auto auto auto;
    row-gap: 32px;
  }
  .mr-editorial-visual-wrap { width: min(100%, 620px); max-width: none; justify-self: center; }
  .mr-reassurance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; }
  .mr-reassurance-grid > div { border-right: 0; }
  .mr-reassurance-grid > div:nth-child(odd) { padding-left: 0; border-right: 1px solid rgba(255,255,255,.22); }
  .mr-section-heading--split { display: block; }
  .mr-section-heading--split > p { max-width: 650px; margin-top: 18px; }
  .mr-pathway-grid,
  .mr-faq-layout,
  .mr-booking-inner { grid-template-columns: minmax(0, 1fr); }
  .mr-faq-heading { position: static; }
  .mr-booking-panel { width: min(100%, 520px); }
  .mr-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mr-theme-grid--insurance,
  .mr-situation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mr-theme-grid--life { grid-template-columns: minmax(0, 1fr); }
  .mr-reserve-service-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 600px) {
  .mr-container { width: min(100% - 24px, var(--mr-width)); }
  .mr-hero { padding-block: 32px 38px; }
  .mr-editorial-hero { padding-block: 42px 62px; }
  .mr-editorial .mr-hero h1 { font-size: clamp(1.75rem, 8.2vw, 2.25rem); }
  .mr-editorial .mr-hero h1.mr-hero-title--compact { font-size: clamp(1.75rem, 8.2vw, 2.25rem); }
  .mr-hero-service-name { margin-top: 18px; }
  .mr-editorial-copy { min-width: 0; }
  .mr-editorial .mr-cta-row { flex-direction: column; }
  .mr-editorial-visual-wrap { padding-bottom: 0; margin-top: 0; }
  .mr-editorial-visual { border-radius: 22px; aspect-ratio: 4 / 3; }
  .mr-decision-card { position: relative; right: auto; bottom: auto; width: calc(100% - 16px); margin: -18px auto 0; padding: 22px 20px; }
  .mr-proof-preparation ul { display: block; }
  .mr-reassurance-grid { gap: 18px 10px; padding-block: 18px; }
  .mr-reassurance-grid > div { padding: 0 10px; }
  .mr-reassurance-grid > div:nth-child(odd) { padding-left: 0; }
  .mr-reassurance-grid > div:nth-child(even) { padding-right: 0; }
  .mr-reassurance-grid strong { font-size: .82rem; }
  .mr-reassurance-grid span { font-size: .66rem; }
  .mr-editorial .mr-section { padding-block: 72px; }
  .mr-proposal .mr-section,
  .mr-proposal .mr-section--priority,
  .mr-proposal .mr-section--compact { padding-block: 52px; }
  .mr-proposal .mr-section h2 { font-size: clamp(1.65rem, 7.5vw, 2.15rem); }
  .mr-two-col,
  .mr-stage-grid,
  .mr-card-grid,
  .mr-theme-grid--insurance { grid-template-columns: minmax(0, 1fr); }
  .mr-hub .mr-editorial-visual-wrap { padding-bottom: 0; }
  .mr-situation-grid { grid-template-columns: minmax(0, 1fr); }
  .mr-context-switch-heading { display: block; }
  .mr-context-switch-heading h2 { margin-top: 7px; }
  .mr-review-grid > article,
  .mr-stage-card { padding: 26px 22px; }
  .mr-deliverable { padding: 24px 20px; }
  .mr-simple-steps { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .mr-pathway-grid { gap: 38px; }
  .mr-pathway-map { padding: 24px 18px; }
  .mr-pathway-map::before { left: 42px; }
  .mr-pathway-map > div { grid-template-columns: 34px minmax(0, 1fr); gap: 12px; padding-inline: 12px; }
  .mr-faq-layout { gap: 24px; }
  .mr-booking-section { padding: 76px 0 112px; }
  .mr-booking-panel { padding: 24px 20px; }
  .mr-sticky-booking {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 13px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--mr-line);
    background: rgba(255,255,255,.97);
    box-shadow: 0 -7px 24px rgba(0,0,0,.13);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(105%);
    transition: visibility 0s linear .2s, opacity .2s ease, transform .2s ease;
  }
  .mr-sticky-booking.is-visible { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
  .mr-sticky-booking span { color: var(--mr-green-dark); font-size: .68rem; font-weight: 800; }
  .mr-sticky-booking a { flex: 0 0 auto; padding: 11px 15px; border-radius: 999px; color: #fff; background: var(--mr-green-dark); font-size: .78rem; font-weight: 900; text-decoration: none; }
  .mr-advisor { grid-template-columns: minmax(0, 1fr); text-align: center; }
  .mr-advisor img { margin-inline: auto; }
  .mr-advisor-creds { justify-content: center; }
  .mr-cta-row { flex-direction: column; }
  .mr-btn { width: 100%; }
  .mr-sheet { transform: none; }
  .mr-reserve-advisor { grid-template-columns: 72px minmax(0, 1fr); gap: 13px; padding: 16px; }
  .mr-reserve-advisor img { width: 72px; height: 72px; }
  .mr-reserve-active [data-money-review-reserve-card] { width: calc(100vw - 24px); padding: 20px 14px; border-radius: 16px; }
  .mr-reserve-active .rsv-hero { width: calc(100vw - 24px); padding: 18px 14px 12px; }
  .mr-reserve-active .rsv-eyebrow { display: none; }
  .mr-reserve-active .rsv-hero-title { font-size: 1.4rem; line-height: 1.35; }
  .mr-reserve-active .rsv-intro-questions { margin-top: 11px; font-size: .84rem; line-height: 1.55; }
  .mr-reserve-active .rsv-intro-body,
  .mr-reserve-active .rsv-intro-outcome,
  .mr-reserve-active .rsv-intro-assurance { margin-top: 6px; font-size: .74rem; line-height: 1.5; }
  .mr-reserve-active .rsv-intro-outcome { font-size: .78rem; }
  .mr-reserve-service-copy { margin-bottom: 16px; }
  .mr-reserve-service-copy h2 { font-size: 1.3rem; }
  .mr-reserve-service-copy strong { font-size: .9rem; }
  .mr-reserve-service-copy span { font-size: .82rem; }
}

@media (prefers-reduced-motion: reduce) {
  .mr-btn { transition: none; }
  .mr-btn:hover { transform: none; }
}
