:root {
  --ink: #17221d;
  --deep: #102a20;
  --green: #164c39;
  --green-2: #23664d;
  --lime: #9fd356;
  --gold: #d4ad65;
  --gold-soft: #f3e6c9;
  --orange: #ec6c2c;
  --orange-dark: #ce4e18;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --mist: #e9eee9;
  --muted: #66716b;
  --line: #d9ded9;
  --white: #fff;
  --shadow: 0 22px 70px rgba(16,42,32,.13);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 18px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
em { color: var(--green-2); font-style: normal; }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 12px;
  top: -80px;
  padding: 12px 18px;
  background: var(--white);
  color: var(--deep);
  border-radius: 8px;
}
.skip-link:focus { top: 12px; }
.page-width { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.content-width { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 96px 0; }
.section-label {
  margin: 0 0 14px;
  color: var(--green-2);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-align: center;
}
.section h2,
.closing h2 {
  margin: 0;
  color: var(--deep);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.4;
  letter-spacing: .02em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: normal;
}
.mobile-break { display: none; }
.section-intro {
  max-width: 720px;
  margin: 24px auto 0;
  color: #4c5751;
  font-size: 1.05rem;
  line-height: 2;
  text-align: center;
}
.note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.7;
  text-align: center;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--white);
  background: rgba(12,35,26,.97);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
}
.site-header__inner {
  width: min(1120px, calc(100% - 32px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.brand { display: flex; flex-direction: column; line-height: 1.2; }
.brand__eyebrow { color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.brand__name { margin-top: 4px; font-size: 1rem; font-weight: 900; letter-spacing: .04em; }
.pr-badge {
  padding: 3px 8px;
  color: rgba(255,255,255,.75);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 4px;
  font-size: .68rem;
  line-height: 1.3;
}
.header-cta {
  margin-left: auto;
  padding: 10px 22px;
  background: var(--orange);
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 900;
  box-shadow: 0 6px 20px rgba(236,108,44,.25);
}
.header-cta:hover { background: #f47b3f; }

.hero {
  color: var(--white);
  background:
    radial-gradient(circle at 5% 20%, rgba(54,126,88,.24), transparent 36%),
    linear-gradient(135deg, #0b2118 0%, #14382a 60%, #0c241b 100%);
}
.hero__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: stretch;
}
.hero__copy {
  max-width: 650px;
  padding: 72px 48px 64px 60px;
  justify-self: end;
}
.hero__eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: .93rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.hero__location {
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 12px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.5;
}
.hero h1 {
  margin: 0;
  color: var(--white);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.4rem, 3.8vw, 3.3rem);
  line-height: 1.27;
  letter-spacing: .01em;
}
.hero h1 > span,
.hero h1 > em { display: block; white-space: nowrap; }
.hero h1 em { color: #e8c785; font-style: normal; }
.hero__lead {
  max-width: 610px;
  margin: 26px 0;
  color: rgba(255,255,255,.87);
  font-size: 1.04rem;
  line-height: 1.9;
}
.hero__lead strong { color: var(--white); }
.hero__offer {
  margin: 28px 0 20px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 14px;
}
.hero__offer-label { display: block; color: var(--gold); font-size: .72rem; font-weight: 800; }
.hero__offer strong { font-size: 1.05rem; }
.hero__price { text-align: right; line-height: 1.2; }
.hero__price-old { display: block; color: rgba(255,255,255,.62); font-size: .72rem; text-decoration: line-through; }
.hero__price b { color: var(--white); font-size: 2.15rem; letter-spacing: -.04em; }
.hero__price small { margin-left: 4px; font-size: .7rem; }
.hero__visual { position: relative; min-height: 730px; margin: 0; overflow: hidden; }
.hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12,34,25,.48), transparent 38%, rgba(0,0,0,.08));
}
.hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.hero__visual-context {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  max-width: 330px;
  padding: 15px 18px;
  color: var(--white);
  background: rgba(8,27,19,.84);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  backdrop-filter: blur(8px);
}
.hero__visual-context strong,
.hero__visual-context span,
.hero__visual-context small { display: block; }
.hero__visual-context strong { font-size: .88rem; }
.hero__visual-context span { margin-top: 3px; color: rgba(255,255,255,.78); font-size: .72rem; }
.hero__visual-context small { margin-top: 7px; color: rgba(255,255,255,.52); font-size: .58rem; }
.hero__note { margin: 10px 0 0; color: rgba(255,255,255,.62); font-size: .72rem; text-align: center; }

.primary-cta {
  width: 100%;
  min-height: 76px;
  padding: 14px 54px 14px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: linear-gradient(180deg, #f17b40, var(--orange));
  border-radius: 12px;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 10px 30px rgba(206,78,24,.28);
  transition: transform .18s ease, box-shadow .18s ease;
}
.primary-cta::after {
  content: "›";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-52%);
  font-size: 2rem;
  font-weight: 400;
}
.primary-cta small { margin-top: 3px; font-size: .74rem; font-weight: 700; opacity: .88; }
.primary-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(206,78,24,.35); }
.primary-cta:focus-visible,
.header-cta:focus-visible,
.faq-item button:focus-visible,
.sticky-cta a:focus-visible,
.sticky-cta button:focus-visible { outline: 4px solid var(--lime); outline-offset: 3px; }
.primary-cta--dark { max-width: 680px; margin: 42px auto 0; background: linear-gradient(180deg, #27644c, var(--green)); box-shadow: 0 10px 30px rgba(22,76,57,.22); }

.proof-bar { border-top: 1px solid rgba(255,255,255,.12); background: rgba(7,24,17,.58); }
.proof-bar__inner {
  width: min(930px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.proof-item { padding: 22px 20px; text-align: center; }
.proof-item + .proof-item { border-left: 1px solid rgba(255,255,255,.14); }
.proof-item strong {
  display: block;
  color: var(--gold);
  font-family: inherit;
  font-size: 1.52rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.035em;
  line-height: 1.2;
}
.proof-item span { color: rgba(255,255,255,.75); font-size: .76rem; font-weight: 700; }

.intent-strip { padding: 18px 0; background: var(--gold-soft); border-bottom: 1px solid #ead8b4; }
.intent-strip .page-width { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 34px; }
.intent-strip p { margin: 0; color: #5e4a2c; font-size: .86rem; font-weight: 800; }
.intent-strip p::before { content: "✓"; margin-right: 7px; color: var(--green-2); }

.problem { background: var(--cream); }
.problem__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.problem__visual { position: relative; margin: 0; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); }
.problem__visual img { width: 100%; min-height: 560px; object-fit: cover; object-position: 65% center; }
.problem__visual::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(7,22,16,.86));
  pointer-events: none;
}
.problem__visual-context {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
  color: var(--white);
}
.problem__visual-context span,
.problem__visual-context strong { display: block; }
.problem__visual-context span { margin-bottom: 6px; color: var(--gold); font-size: .7rem; font-weight: 800; }
.problem__visual-context strong { max-width: 390px; font-size: 1rem; line-height: 1.55; }
.problem__copy .section-label,
.problem__copy h2 { text-align: left; }
.problem__copy h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); }
.pain-list { margin: 32px 0 0; padding: 0; list-style: none; }
.pain-list li {
  position: relative;
  padding: 16px 18px 16px 52px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  font-size: .98rem;
  font-weight: 700;
}
.pain-list li:first-child { border-radius: 12px 12px 0 0; }
.pain-list li:last-child { border-bottom: 0; border-radius: 0 0 12px 12px; }
.pain-list li::before {
  content: "!";
  position: absolute;
  left: 18px;
  top: 17px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green-2);
  border-radius: 50%;
  font-size: .75rem;
}
.problem__conclusion { margin: 26px 0 0; color: #4d5851; font-size: 1rem; }
.problem__conclusion strong { color: var(--deep); }

.diagnosis { background: var(--white); }
.diagnosis-outcomes {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.outcome-card {
  position: relative;
  padding: 32px 24px 26px;
  background: var(--cream);
  border: 1px solid #e7e0d4;
  border-radius: 14px;
}
.outcome-card__num { color: var(--gold); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 700; }
.outcome-card h3 { margin: 10px 0 12px; color: var(--deep); font-size: 1.08rem; line-height: 1.5; }
.outcome-card p { margin: 0; color: #57615b; font-size: .9rem; line-height: 1.8; }
.diagnosis-flow { margin-top: 38px; padding: 34px; background: var(--deep); border-radius: 18px; color: var(--white); }
.diagnosis-flow h3 { margin: 0 0 24px; color: var(--gold); font-size: 1.15rem; text-align: center; }
.diagnosis-flow ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; list-style: none; }
.diagnosis-flow li { position: relative; text-align: center; }
.diagnosis-flow li > span { width: 38px; height: 38px; margin: 0 auto 10px; display: grid; place-items: center; background: var(--gold); color: var(--deep); border-radius: 50%; font-weight: 900; }
.diagnosis-flow strong { font-size: .94rem; }
.diagnosis-flow p { margin: 7px 0 0; color: rgba(255,255,255,.7); font-size: .76rem; line-height: 1.6; }

.method { color: var(--white); background: var(--deep); }
.method .section-label { color: var(--gold); }
.method h2 { color: var(--white); }
.method h2 em { color: var(--gold); }
.method-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.method-card {
  position: relative;
  min-height: 320px;
  padding: 36px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
}
.method-card__index { position: absolute; right: 24px; top: 14px; color: rgba(255,255,255,.12); font-family: Georgia, serif; font-size: 3rem; font-weight: 700; }
.method-card h3 { max-width: 470px; margin: 20px 0 16px; font-size: 1.24rem; line-height: 1.55; }
.method-card p:last-of-type { margin: 0; color: rgba(255,255,255,.72); font-size: .92rem; }
.analysis-points {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  list-style: none;
}
.analysis-points li {
  padding: 9px 7px;
  color: var(--white);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 7px;
  font-size: .78rem;
  font-weight: 800;
  text-align: center;
}

.voices { background: var(--cream); }
.voice-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.voice-card { margin: 0; padding: 34px; background: var(--white); border-radius: 16px; box-shadow: 0 12px 40px rgba(16,42,32,.08); }
.voice-card blockquote { margin: 0; color: #33423a; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 1.05rem; font-weight: 700; line-height: 1.9; }
.voice-card blockquote::before { content: "“"; display: block; height: 32px; color: var(--gold); font-family: Georgia, serif; font-size: 3.5rem; line-height: 1; }
.voice-card figcaption { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.voice-card figcaption strong { display: block; color: var(--deep); }
.voice-card figcaption span { color: var(--muted); font-size: .78rem; }

.comparison { background: var(--white); }
.comparison-table-wrap { margin-top: 44px; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 14px 45px rgba(16,42,32,.08); }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; background: var(--white); }
.comparison-table th, .comparison-table td { padding: 20px 16px; border-bottom: 1px solid var(--line); text-align: center; vertical-align: middle; font-size: .88rem; line-height: 1.55; }
.comparison-table thead th { color: var(--white); background: var(--deep); font-size: .9rem; }
.comparison-table thead th:nth-child(2) { background: var(--green-2); color: var(--white); }
.comparison-table th:first-child { width: 18%; text-align: left; }
.comparison-table td:nth-child(2) { color: var(--deep); background: #eef6f0; }
.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td { border-bottom: 0; }

.offer { color: var(--white); background: linear-gradient(135deg, #12372a, #0b2118); }
.offer-card { padding: 56px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.16); border-radius: 22px; box-shadow: var(--shadow); }
.offer-card__eyebrow { margin: 0 0 8px; color: var(--gold); font-size: .8rem; font-weight: 900; letter-spacing: .14em; text-align: center; }
.offer-card h2 { color: var(--white); font-size: clamp(2rem, 3.5vw, 2.85rem); }
.offer-card h2 > span { display: block; white-space: nowrap; }
.offer-title__mobile-break { display: none; }
.offer-card__price { margin: 30px 0; text-align: center; }
.offer-card__old { color: rgba(255,255,255,.6); font-size: .86rem; text-decoration: line-through; }
.offer-card__price div { line-height: 1.2; }
.offer-card__price strong {
  color: var(--gold);
  font-family: inherit;
  font-size: clamp(3.4rem, 7vw, 5rem);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.065em;
}
.offer-card__price div span { margin-left: 8px; font-size: 1rem; font-weight: 800; }
.offer-card ul { max-width: 560px; margin: 0 auto 28px; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; list-style: none; }
.offer-card li { position: relative; padding-left: 28px; color: rgba(255,255,255,.86); font-size: .9rem; }
.offer-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.offer-card__bonus { max-width: 620px; margin: 0 auto 26px; padding: 16px 18px; display: flex; align-items: center; gap: 16px; background: rgba(212,173,101,.14); border: 1px solid rgba(212,173,101,.35); border-radius: 12px; }
.offer-card__bonus span { padding: 4px 10px; flex: 0 0 auto; color: var(--deep); background: var(--gold); border-radius: 999px; font-size: .72rem; font-weight: 900; }
.offer-card__bonus p { margin: 0; color: var(--white); font-size: .88rem; font-weight: 800; }
.offer-card .note { color: rgba(255,255,255,.56); }

.locations { background: var(--cream); }
.location-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.location-grid article { padding: 20px; background: var(--white); border: 1px solid #e5ded1; border-radius: 12px; }
.location-grid span { color: var(--green-2); font-size: .68rem; font-weight: 800; }
.location-grid strong { display: block; margin-top: 2px; color: var(--deep); font-size: .96rem; }
.location-grid p { margin: 6px 0 0; color: var(--muted); font-size: .76rem; }

.faq { background: var(--white); }
.faq-list { margin-top: 42px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button {
  width: 100%;
  padding: 24px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--deep);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.6;
  text-align: left;
}
.faq-item button span { color: var(--green-2); font-size: 1.5rem; font-weight: 400; transition: transform .18s; }
.faq-item button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-answer { padding: 0 44px 24px 6px; color: #536059; font-size: .92rem; }
.faq-answer p { margin: 0; }

.closing { padding: 100px 0 112px; color: var(--white); background: linear-gradient(rgba(8,27,19,.82), rgba(8,27,19,.9)), url("../img/hero-bg.webp") center 35% / cover no-repeat; }
.closing .section-label { color: var(--gold); }
.closing h2 { color: var(--white); }
.closing p:not(.section-label) { max-width: 600px; margin: 24px auto 32px; color: rgba(255,255,255,.82); text-align: center; }

.site-footer { padding: 44px 0 110px; color: rgba(255,255,255,.67); background: #07160f; }
.site-footer__disclosure { max-width: 820px; margin: 0 auto; font-size: .78rem; line-height: 1.8; text-align: center; }
.site-footer__sources { max-width: 900px; margin: 20px auto; color: rgba(255,255,255,.48); font-size: .68rem; line-height: 1.8; text-align: center; }
.site-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 28px; }
.site-footer nav a { font-size: .76rem; text-decoration: underline; text-underline-offset: 4px; }
.site-footer__copy { margin: 22px 0 0; color: rgba(255,255,255,.35); font-size: .68rem; text-align: center; }

.sticky-cta {
  position: fixed;
  z-index: 200;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(120%);
  transition: transform .25s ease;
  pointer-events: none;
}
.sticky-cta.is-visible { transform: translateY(0); pointer-events: auto; }
.sticky-cta__inner {
  width: min(760px, calc(100% - 24px));
  margin: 0 auto 12px;
  padding: 10px 12px 10px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
  background: rgba(10,34,24,.97);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(0,0,0,.34);
}
.sticky-cta__price { display: flex; flex-direction: column; line-height: 1.25; white-space: nowrap; }
.sticky-cta__price span { color: var(--gold); font-size: .66rem; font-weight: 800; }
.sticky-cta__price strong { font-size: 1rem; }
.sticky-cta a { flex: 1; padding: 13px 18px; background: var(--orange); border-radius: 9px; font-size: .88rem; font-weight: 900; text-align: center; }
.sticky-cta button { width: 34px; height: 34px; color: rgba(255,255,255,.66); background: transparent; border: 0; cursor: pointer; font-size: 1.25rem; }

@media (max-width: 920px) {
  .section { padding: 78px 0; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__copy { max-width: 760px; padding: 58px 32px 48px; justify-self: center; }
  .hero__visual { height: 330px; min-height: 0; }
  .problem__grid { gap: 36px; }
  .problem__visual img { min-height: 500px; }
  .location-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  html { font-size: 17px; }
  .page-width, .content-width { width: min(100% - 32px, 640px); }
  .section { padding: 64px 0; }
  .section h2, .closing h2 { font-size: 1.9rem; }
  .mobile-break { display: block; }
  .section-intro { font-size: .98rem; text-align: left; }
  .brand__eyebrow { font-size: .6rem; }
  .brand__name { margin-top: 2px; font-size: .82rem; }
  .site-header__inner { min-height: 64px; }
  .header-cta { padding: 9px 16px; font-size: .82rem; }
  .hero__copy { padding: 48px 20px 40px; }
  .hero h1 { font-size: clamp(1.72rem, 7.8vw, 2rem); }
  .hero__lead { font-size: 1rem; }
  .hero__offer { align-items: flex-end; }
  .hero__copy {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #0b2118;
  }
  .hero__copy::before,
  .hero__copy::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .hero__copy::before {
    z-index: 0;
    background: url("../img/hero-bg.webp") 38% 18% / cover no-repeat;
    filter: brightness(1.55) saturate(.88);
    transform: scale(1.01);
  }
  .hero__copy::after {
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(7,28,20,.58) 0%, rgba(7,28,20,.42) 70%, rgba(7,28,20,.28) 100%),
      linear-gradient(180deg, rgba(7,28,20,.18) 0%, rgba(7,28,20,.35) 54%, rgba(11,45,32,.78) 100%);
  }
  .hero__copy > * { position: relative; z-index: 2; }
  .hero__visual { display: none; }
  .proof-bar__inner { width: 100%; }
  .proof-item { padding: 18px 8px; }
  .proof-item strong { font-size: 1.3rem; }
  .proof-item span { font-size: .62rem; }
  .intent-strip .page-width {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
  }
  .intent-strip p { text-align: center; }
  .problem__grid { grid-template-columns: 1fr; }
  .problem__visual { order: 0; }
  .problem__visual img { height: clamp(220px, 60vw, 280px); min-height: 0; object-position: 60% 48%; }
  .problem__visual-context { right: 18px; bottom: 16px; left: 18px; }
  .problem__visual-context span { margin-bottom: 3px; font-size: .64rem; }
  .problem__visual-context strong { max-width: 290px; font-size: .86rem; }
  .problem__copy .section-label,
  .problem__copy h2 { text-align: center; }
  .diagnosis-outcomes { grid-template-columns: 1fr; }
  .diagnosis-flow { padding: 28px 22px; }
  .diagnosis-flow ol { grid-template-columns: 1fr 1fr; gap: 24px 12px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-card { min-height: auto; padding: 30px 24px; }
  .voice-grid { grid-template-columns: 1fr; }
  .offer-card { padding: 38px 20px; }
  .offer-card h2 { font-size: clamp(1.72rem, 7.4vw, 2rem); }
  .offer-title__mobile-break { display: block; }
  .offer-card ul { grid-template-columns: 1fr; }
  .offer-card__bonus { align-items: flex-start; }
  .location-grid { grid-template-columns: repeat(2, 1fr); }
  .comparison-table th, .comparison-table td { padding: 16px 12px; }
}

@media (max-width: 430px) {
  html { font-size: 16px; }
  .site-header__inner { width: calc(100% - 24px); gap: 9px; }
  .pr-badge { font-size: .6rem; }
  .hero h1 { font-size: clamp(1.68rem, 7.6vw, 1.98rem); }
  .section h2, .closing h2 { font-size: 1.75rem; }
  .hero__offer { padding: 15px; gap: 10px; }
  .hero__price b { font-size: 1.9rem; }
  .primary-cta { min-height: 72px; padding-right: 40px; font-size: .98rem; }
  .primary-cta::after { right: 16px; }
  .location-grid { grid-template-columns: 1fr; }
  .sticky-cta__inner { width: calc(100% - 12px); margin-bottom: 6px; gap: 8px; }
  .sticky-cta__price { display: none; }
  .sticky-cta a { font-size: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* ================================================================
   決める前に確かめるブロック ＋ 詳細モーダル
   ページ内で完結させ、読了後にそのまま申し込めるようにする
   ================================================================ */

.deepdive { background: var(--cream); }
.deepdive-grid {
  display: grid; gap: 14px;
  margin-top: 40px;
}
@media (min-width: 720px) {
  .deepdive-grid { grid-template-columns: repeat(2, 1fr); }
  .deepdive-grid > :last-child { grid-column: 1 / -1; }
}

.deepdive-btn {
  display: block; width: 100%;
  padding: 20px 46px 20px 22px;
  position: relative;
  border: 1px solid var(--line); border-left: 5px solid var(--green);
  border-radius: 12px;
  background: var(--white);
  text-align: left; cursor: pointer;
  transition: box-shadow .2s, transform .2s;
}
.deepdive-btn:hover { box-shadow: 0 10px 28px rgba(16,42,32,.12); transform: translateY(-2px); }
.deepdive-btn:focus-visible { outline: 3px solid var(--green); outline-offset: 2px; }
.deepdive-btn::after {
  content: ""; position: absolute; right: 20px; top: 50%;
  width: 10px; height: 10px; margin-top: -6px;
  border-right: 2px solid var(--green); border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}
.deepdive-btn__q {
  display: block; color: var(--deep);
  font-size: 1.02rem; font-weight: 800; line-height: 1.5;
}
.deepdive-btn__a {
  display: block; margin-top: 6px; color: var(--muted);
  font-size: .84rem; line-height: 1.6;
}

/* ---- モーダル ---- */
dialog.dd {
  width: min(680px, calc(100% - 24px));
  max-height: 88vh;
  padding: 0;
  border: none; border-radius: 16px;
  background: var(--paper); color: var(--ink);
  box-shadow: var(--shadow);
  overflow: visible;
}
dialog.dd::backdrop { background: rgba(16,42,32,.62); }

.dd__inner {
  max-height: 88vh; overflow-y: auto;
  padding: 30px 24px 26px;
  border-radius: 16px;
  -webkit-overflow-scrolling: touch;
}

.dd__close {
  position: absolute; top: -14px; right: -6px; z-index: 2;
  width: 46px; height: 46px;
  border: 2px solid var(--line); border-radius: 50%;
  background: var(--white); color: var(--deep);
  font-size: 1.35rem; line-height: 1; cursor: pointer;
  box-shadow: 0 6px 18px rgba(16,42,32,.18);
}
.dd__close:hover { background: var(--mist); }
.dd__close:focus-visible { outline: 3px solid var(--green); outline-offset: 2px; }

.dd__title {
  margin: 0 0 20px; padding-bottom: 14px;
  border-bottom: 2px solid var(--green);
  color: var(--deep);
  font-size: 1.25rem; font-weight: 800; line-height: 1.5;
}
.dd__inner p { margin: 0 0 1em; font-size: .96rem; line-height: 1.95; }
.dd__lead { margin-top: 1.6em !important; font-weight: 700; color: var(--deep); }
.dd__note { color: var(--muted); font-size: .78rem !important; line-height: 1.7 !important; }

.dd__scroll { overflow-x: auto; margin: 0 0 8px; -webkit-overflow-scrolling: touch; }
.dd__table {
  width: 100%; border-collapse: collapse;
  margin: 0 0 10px; font-size: .9rem; line-height: 1.7;
}
.dd__table--grid { min-width: 460px; }
.dd__table th, .dd__table td {
  padding: 11px 13px; border: 1px solid var(--line);
  text-align: left; vertical-align: top;
}
.dd__table th { background: var(--mist); font-weight: 700; white-space: nowrap; }
.dd__table thead th { background: var(--gold-soft); }

.dd__formula {
  margin: 0 0 1.2em; padding: 16px 18px;
  border-radius: 10px; background: var(--deep); color: var(--white);
  font-size: 1rem; font-weight: 700; line-height: 1.7; text-align: center;
}
.dd__formula span {
  display: block; margin-top: 8px;
  color: rgba(255,255,255,.78); font-size: .8rem; font-weight: 400; line-height: 1.7;
}

.dd__box {
  margin: 0 0 1.3em; padding: 16px 18px;
  border: 1px solid var(--line); border-radius: 10px; background: var(--white);
}
.dd__box--alert { border-color: #e8c4b4; background: #fdf4f0; }
.dd__box p:last-child { margin-bottom: 0; }
.dd__box-head {
  display: block; margin-bottom: .5em;
  color: var(--green-2); font-size: .82rem; font-weight: 800; letter-spacing: .04em;
}
.dd__box--alert .dd__box-head { color: var(--orange-dark); }

.dd__check { margin: 0 0 1.3em; padding: 0; list-style: none; }
.dd__check li {
  position: relative; margin-bottom: .7em; padding-left: 30px;
  font-size: .95rem; line-height: 1.8;
}
.dd__check li::before {
  content: ""; position: absolute; left: 4px; top: .45em;
  width: 14px; height: 8px;
  border-left: 3px solid var(--green); border-bottom: 3px solid var(--green);
  transform: rotate(-45deg);
}
.dd__check--plain li::before {
  content: "・"; border: none; transform: none;
  left: 8px; top: 0; width: auto; height: auto; color: var(--green);
}

.dd__cta {
  margin-top: 26px; padding-top: 22px;
  border-top: 1px solid var(--line);
}
.dd__cta .primary-cta { margin: 0; }
.dd__back {
  display: block; width: 100%; margin-top: 12px; padding: 13px;
  border: 1px solid var(--line); border-radius: 8px;
  background: transparent; color: var(--muted);
  font-size: .9rem; cursor: pointer;
}
.dd__back:hover { background: var(--mist); }

body.dd-open { overflow: hidden; }

@media (max-width: 560px) {
  dialog.dd { width: calc(100% - 16px); max-height: 92vh; }
  .dd__inner { max-height: 92vh; padding: 28px 16px 22px; }
  .dd__close { top: -12px; right: -2px; }
  .dd__title { font-size: 1.12rem; }
}
