:root {
  --red: #f24b31;
  --red-dark: #ce321f;
  --orange: #ff7a1a;
  --yellow: #ffd35a;
  --navy: #14283a;
  --navy-2: #203b52;
  --blue: #075ee6;
  --ink: #17191d;
  --muted: #5d6268;
  --line: #d9dde1;
  --paper: #ffffff;
  --cream: #fff8ee;
  --mist: #f2f5f7;
  --max: 1160px;
  --lead-copy-size: 20px;
  --font-jp: "Noto Sans JP", system-ui, sans-serif;
  --font-en: "Inter", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-jp); font-size: 16px; line-height: 1.9; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p, ul, ol, figure, dl { margin-top: 0; }
h1, h2, h3 { line-height: 1.35; letter-spacing: -.035em; }
ul, ol { padding: 0; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.container.slim { width: min(calc(100% - 48px), 880px); }
.section { padding: 112px 0; }
.mobile-only { display: none; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: -80px; padding: 10px 16px; color: #fff; background: var(--navy); }
.skip-link:focus { top: 12px; }
.section-label { margin-bottom: 18px; color: var(--red); font-family: var(--font-en); font-weight: 900; font-size: .74rem; letter-spacing: .18em; }
.section-heading { max-width: 690px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .method-heading h2, .support-heading h2, .story-copy h2 { margin-bottom: 22px; font-size: clamp(2.15rem, 4.2vw, 3.8rem); font-weight: 900; }
.section-heading > p:last-child, .support-heading > p { color: var(--muted); font-size: var(--lead-copy-size); }
.marker, .marker-dark, .marker-light { padding: 0 .04em; background: linear-gradient(transparent 67%, var(--yellow) 0); }
.marker-dark { color: #fff; }
.marker-light { color: #fff; }

.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: 12px; padding: 14px 28px; border: 2px solid transparent; font-weight: 800; line-height: 1.45; transition: transform .18s ease, background-color .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary, .button-hero { color: #fff; background: var(--red); }
.button-primary:hover, .button-hero:hover { background: var(--red-dark); }
.button-small { min-height: 44px; padding: 8px 19px; font-size: .88rem; }
.button-light { color: var(--navy); background: #fff; }
.button-light:hover { background: var(--yellow); }
.button-blue { color: #fff; background: var(--blue); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(20,40,58,.12); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: 9px; line-height: 1; }
.brand-logo { width: 42px; height: 38px; object-fit: contain; }
.brand-name { display: grid; font-family: var(--font-en); font-size: .86rem; font-weight: 800; letter-spacing: -.04em; }
.brand-name b { color: var(--red); }
.header-nav { display: flex; margin-left: auto; align-items: center; gap: 27px; font-size: .84rem; font-weight: 700; }
.header-nav a { position: relative; }
.header-nav a::after { position: absolute; content: ""; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.header-nav a:hover::after { transform: scaleX(1); }
.menu-button { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); background: #fff; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { position: relative; min-height: 760px; overflow: hidden; color: #485563; background: #fff; }
.hero::before { position: absolute; content: ""; top: 0; right: 0; bottom: 0; width: 53%; background: #fff3e6; }
.hero-visual { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; width: 54%; overflow: hidden; }
.hero-visual::after { position: absolute; content: ""; inset: 0; pointer-events: none; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.96) 7%, rgba(255,255,255,0) 34%), linear-gradient(180deg, #fff 0%, rgba(255,255,255,0) 10%), linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 18%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 39%; }
.hero-visual-mobile { display: none; }
.hero-inner { position: relative; z-index: 2; min-height: 760px; display: flex; align-items: center; }
.hero-copy { width: 59%; padding: 68px 0 62px; }
.hero-kicker { display: inline-block; margin-bottom: 20px; padding: 0 0 8px; border-bottom: 2px solid #ff6835; color: #485563; background: transparent; font-weight: 700; font-size: 1rem; letter-spacing: 0; }
.hero h1 { max-width: 700px; margin-bottom: 21px; color: #485563; font-size: 56px; font-weight: 700; line-height: 1.2; }
.hero-main-result { display: block; }
.hero-philosophy { margin-bottom: 17px; color: #ff6835; font-size: 24px; font-weight: 600; line-height: 1.6; }
.hero-message { max-width: 650px; margin-bottom: 27px; color: #485563; font-size: 16px; font-weight: 400; line-height: 1.8; }
.button-hero { min-width: 430px; color: #fff; background: #ff6835; box-shadow: none; }
.button-hero:hover { color: #fff; background: #ff6835; }
.hero-cta-note { max-width: 610px; margin: 14px 0 0; color: #485563; font-size: 12px; line-height: 1.8; }
.header-cta { color: #fff; background: #ff6835; }
.header-cta:hover { color: #fff; background: #ff6835; }

.empathy { padding: 88px 0 0; color: #485563; background: #f5f5f5; }
.empathy-inner { max-width: 1040px; }
.empathy-heading { margin-bottom: 42px; }
.empathy-heading h2 { margin-bottom: 28px; color: #485563; font-size: 36px; font-weight: 700; line-height: 1.4; letter-spacing: -.025em; white-space: nowrap; }
.empathy-intro { max-width: 860px; padding-left: 22px; border-left: 2px solid #ff6835; }
.empathy-intro p { margin-bottom: 14px; color: #485563; font-size: var(--lead-copy-size); line-height: 1.75; }
.empathy-intro p:last-child { margin-bottom: 0; }
.empathy-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 0; list-style: none; }
.empathy-card-shell { min-width: 0; }
.empathy-card { height: 100%; padding: 27px 30px 29px; border: 1px solid rgba(72,85,99,.16); background: #fff; box-shadow: 0 6px 18px rgba(72,85,99,.05); transition: transform .22s ease-out, border-color .22s ease-out, box-shadow .22s ease-out; }
.empathy-card-02, .empathy-card-04 { background: #fff3e6; }
.empathy-card-01 { border-top: 3px solid #ff6835; }
.empathy-card-03 { border-left: 3px solid #ff6835; }
.empathy-card-top { min-height: 37px; display: flex; margin-bottom: 12px; align-items: flex-start; justify-content: space-between; gap: 20px; }
.empathy-card-top > span { padding-top: 3px; color: #ff6835; font: 700 13px/1.2 var(--font-en); letter-spacing: .12em; }
.empathy-voice { margin: 0; color: #485563; font-size: 18px; font-weight: 600; line-height: 1.45; text-align: right; }
.empathy-voice strong { color: #ff6835; font-size: 20px; font-weight: 600; }
.empathy-card h3 { margin-bottom: 12px; color: #485563; font-size: 24px; font-weight: 600; line-height: 1.6; letter-spacing: -.02em; }
.empathy-card > p { margin-bottom: 0; color: #485563; font-size: 16px; line-height: 1.8; }
.empathy-card > p + p { margin-top: 10px; }
.empathy-after { max-width: 960px; margin: 50px auto 0; text-align: center; }
.empathy-after p { margin-bottom: 7px; color: #485563; font-size: 24px; line-height: 1.8; }
.empathy-after p:nth-child(3) { margin-top: 20px; }
.empathy-after p:last-child { margin: 20px 0 0; }
.empathy-question { margin: 54px 0 0; padding: 42px 36px; border-top: 3px solid #ff6835; color: #fff; background: var(--navy); font-size: 24px; font-weight: 600; line-height: 1.6; text-align: center; }

@media (hover: hover) and (pointer: fine) {
  .faq-list summary:hover { background: rgba(255,104,53,.04); }
}

.problem { padding: 82px 0 0; color: #485563; background: #fff3e6; }
.problem-inner { max-width: 1040px; }
.problem-heading { text-align: center; }
.problem-intro { max-width: 560px; margin: 0 auto; }
.problem-intro p { margin-bottom: 9px; color: #485563; font-size: var(--lead-copy-size); line-height: 1.8; }
.problem-intro p:last-child { margin: 17px 0 0; }
.problem-core { margin: 42px 0 34px; color: #485563; font-size: clamp(36px, 4vw, 48px); font-weight: 700; line-height: 1.35; text-align: center; letter-spacing: -.035em; }
.problem-core strong { color: #ff6835; font-weight: 700; }
.connection-art { margin: 0; }
.connection-art-desktop { width: 100%; height: auto; }
.connection-art-mobile { display: none; }
.problem-close { max-width: 760px; margin: 36px auto 0; padding: 0 0 48px; text-align: center; }
.problem-supplement p { margin: 0 0 10px; color: #485563; font-size: 16px; line-height: 1.8; }
.problem-supplement p:last-child { margin-bottom: 0; }
.problem-next { margin: 30px 0 0; padding: 28px 20px 0; border-top: 1px solid rgba(72,85,99,.2); color: #485563; font-size: 24px; font-weight: 600; line-height: 1.6; }

.method { color: #485563; background: #fff; }
.method-heading { max-width: 920px; margin: 0 auto 56px; text-align: center; }
.method-heading .section-label { color: #ff6835; }
.method-heading h2 { margin-bottom: 27px; color: #485563; }
.method-reverse-word { position: relative; color: #ff6835; }
.method-reverse-word::after { position: absolute; content: ""; right: -.08em; bottom: -.06em; left: -.08em; height: 5px; background: #ffd35a; }
.method-intro { max-width: 820px; margin-inline: auto; color: #485563; font-size: var(--lead-copy-size); line-height: 1.9; }
.method-intro p { margin-bottom: 12px; }
.method-intro p:last-child { margin-bottom: 0; }
.method-intro strong { display: block; margin: 2px 0; color: #ff6835; font-weight: 700; }
.learning-comparison { display: grid; grid-template-columns: minmax(0,.92fr) 108px minmax(0,1.08fr); border: 1px solid rgba(72,85,99,.2); background: #fff; }
.learning-route { min-width: 0; padding: 40px 36px 36px; }
.learning-route > header { margin-bottom: 29px; }
.learning-route > header span { display: block; margin-bottom: 8px; font: 700 12px/1.3 var(--font-en); letter-spacing: .15em; }
.learning-route > header h3 { margin: 0; font-size: 28px; font-weight: 700; line-height: 1.45; letter-spacing: -.025em; }
.learning-route-old { color: #66717b; background: #f5f5f5; }
.learning-route-old > header span { color: #8d969e; }
.learning-route-biz { color: #fff; background: var(--navy); }
.learning-route-biz > header span { color: #ff9b78; }
.route-flow { margin: 0; list-style: none; }
.route-flow li { position: relative; display: grid; min-height: 79px; grid-template-columns: 29px 1fr; gap: 14px; padding-bottom: 18px; }
.route-flow li:not(:last-child)::after { position: absolute; content: ""; top: 31px; bottom: 3px; left: 14px; width: 1px; background: currentColor; opacity: .25; }
.route-flow li > span { position: relative; z-index: 1; display: grid; width: 29px; height: 29px; border: 1px solid currentColor; border-radius: 50%; font: 700 11px/1 var(--font-en); place-items: center; }
.route-flow strong { display: block; padding-top: 1px; font-size: 17px; line-height: 1.55; }
.route-flow small { display: block; margin-top: 3px; color: inherit; font-size: 14px; line-height: 1.65; opacity: .78; }
.learning-route-biz .route-flow li > span { border-color: #ff6835; color: #fff; background: #ff6835; }
.scene-visual { margin: 0 0 27px; padding: 18px 16px 16px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.05); }
.scene-visual > p { margin: 0 0 13px; color: #ffb095; font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.scene-visual ul { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 8px; margin: 0; list-style: none; }
.scene-visual li { display: grid; gap: 7px; color: #fff; font-size: 12px; line-height: 1.3; text-align: center; justify-items: center; }
.scene-visual svg { width: 23px; height: 23px; color: #ff8a62; stroke-width: 1.6; }
.route-conclusion { margin: 6px 0 0; padding-top: 21px; border-top: 1px solid currentColor; font-size: 18px; font-weight: 700; line-height: 1.65; }
.learning-route-old .route-conclusion { border-color: rgba(72,85,99,.18); }
.learning-route-biz .route-conclusion { border-color: rgba(255,255,255,.2); color: #fff; }
.comparison-reverse { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: #ff6835; background: #fff3e6; text-align: center; }
.comparison-reverse svg { width: 28px; height: 28px; stroke-width: 1.7; }
.comparison-reverse strong { position: relative; z-index: 2; font-size: 100px; font-weight: 800; line-height: 1.15; }
.comparison-reverse span { color: #6c7680; font-size: 12px; line-height: 1.55; }
.method-summary { max-width: 870px; margin: 62px auto 0; text-align: center; }
.method-summary > p:first-child { margin-bottom: 10px; color: #7b858e; font-size: 21px; font-weight: 600; }
.method-summary h3 { margin-bottom: 18px; color: #485563; font-size: 34px; font-weight: 700; line-height: 1.55; }
.method-summary h3::after { display: block; width: 68px; height: 4px; margin: 22px auto 0; content: ""; background: #ff6835; }
.method-summary > p:last-child { max-width: 720px; margin: 0 auto; color: #5f6b75; font-size: 16px; line-height: 1.9; }
.practice { overflow: hidden; color: #485563; background: #fff8ee; }
.practice-heading { max-width: 1160px; margin: 0 auto 58px; text-align: center; }
.practice-heading h2 { margin-bottom: 28px; font-size: clamp(2.25rem, 3.65vw, 3.05rem); font-weight: 700; line-height: 1.42; }
.practice-title-base, .practice-title-accent { display: block; }
.practice-title-base { color: #485563; white-space: nowrap; }
.practice-heading .practice-title-accent { color: #ff6835; }
.practice-intro { max-width: 790px; margin: 0 auto; color: #5f6b75; font-size: 19px; line-height: 1.9; }
.practice-intro p { margin-bottom: 13px; }
.practice-intro strong { display: block; margin-bottom: 4px; color: #14283a; font-size: 24px; font-weight: 700; }
.practice-concept { display: grid; grid-template-columns: .9fr 1.55fr .82fr 1.08fr; margin-top: 58px; border: 1px solid rgba(72,85,99,.22); background: #fff; box-shadow: 0 18px 45px rgba(20,40,58,.07); }
.practice-concept > div { position: relative; min-width: 0; min-height: 290px; padding: 34px 27px; border-right: 1px solid rgba(72,85,99,.16); }
.practice-concept > div:last-child { border-right: 0; }
.practice-concept > div:not(:last-child)::after { position: absolute; z-index: 3; top: 50%; right: -23px; display: grid; width: 46px; height: 46px; border: 0; color: #ff6835; background: transparent; content: "→"; font-size: 38px; line-height: 1; transform: translateY(-50%); place-items: center; }
.practice-prompt { display: flex; color: #fff; background: #14283a; flex-direction: column; justify-content: center; }
.practice-prompt svg { width: 32px; height: 32px; margin-bottom: 22px; color: #ff8a62; stroke-width: 1.55; }
.practice-prompt small, .practice-phase > span { color: #ff6835; font: 800 11px var(--font-en); letter-spacing: .16em; }
.practice-prompt h3 { margin: 10px 0 0; font-size: 25px; font-weight: 700; line-height: 1.55; }
.practice-phase { display: flex; flex-direction: column; justify-content: center; }
.practice-phase h3 { margin: 11px 0 14px; font-size: 21px; font-weight: 700; line-height: 1.55; }
.practice-language ul { display: flex; margin: 0 0 17px; gap: 7px; list-style: none; flex-wrap: wrap; }
.practice-language li { padding: 4px 9px; border: 1px solid rgba(255,104,53,.22); color: #5d6872; background: #fff8ee; font-size: 14px; line-height: 1.55; }
.practice-language p { margin: 0; color: #65717b; font-size: 14px; line-height: 1.75; }
.practice-repeat { text-align: center; align-items: center; background: #f5f5f5; }
.practice-repeat svg, .practice-ready svg { width: 34px; height: 34px; margin: 25px 0 2px; color: #ff6835; stroke-width: 1.5; }
.practice-repeat h3 { font-size: 19px; }
.practice-ready { color: #fff; background: #203b52; text-align: center; align-items: center; }
.practice-ready > span { color: #ffb095; }
.practice-ready svg { color: #ff8a62; }
.practice-ready h3 { margin-bottom: 0; font-size: 22px; }
.repetition-band { display: grid; grid-template-columns: 230px 1fr; gap: 38px; margin: 0; padding: 34px 40px; border: 1px solid rgba(72,85,99,.2); border-top: 0; color: #485563; background: #fff; align-items: center; }
.practice-time { display: flex; margin: 0; white-space: nowrap; align-items: baseline; }
.practice-time small { margin-right: 9px; color: #ff6835; font-size: 15px; font-weight: 700; letter-spacing: .04em; }
.practice-time strong { color: #14283a; font: 700 54px/1 var(--font-en); letter-spacing: -.06em; }
.practice-time span { margin-left: 7px; color: #ff6835; font-size: 16px; font-weight: 700; }
.repetition-band > div > p { margin: 0 0 14px; color: #5f6b75; font-size: 16px; }
.repetition-band ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid rgba(72,85,99,.2); list-style: none; }
.repetition-band li { position: relative; padding: 13px 16px 0 0; color: #59656f; font-size: 16px; }
.repetition-band li:not(:last-child)::after { position: absolute; right: 12px; color: #ff8a62; content: "→"; }
.repetition-band li span { display: block; margin-bottom: 2px; color: #ff6835; font: 800 12px var(--font-en); }
.repetition-band li strong { color: #14283a; font-size: 16px; }
.app-practice { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(320px,.82fr); gap: 84px; margin-top: 108px; align-items: center; }
.app-showcase { position: relative; min-height: 700px; }
.app-showcase::before { position: absolute; content: ""; inset: 10% 3% 6%; background: radial-gradient(circle at center, #fff 0 48%, #fff3e6 49% 71%, transparent 72%); }
.app-screen { position: absolute; margin: 0; text-align: center; }
.app-screen img { width: 100%; filter: drop-shadow(0 22px 22px rgba(20,40,58,.14)); }
.app-screen figcaption { display: inline-block; margin-top: 7px; padding: 2px 8px; color: #485563; background: #fff; font-size: 12px; font-weight: 700; }
.app-screen-dashboard { z-index: 3; top: 0; left: 30%; width: 41%; }
.app-screen-assignment { z-index: 2; top: 82px; left: 0; width: 34%; transform: rotate(-2.5deg); }
.app-screen-vocabulary { z-index: 2; top: 98px; right: 0; width: 34%; transform: rotate(2.5deg); }
.app-practice-copy { padding-right: 20px; }
.app-practice-copy h3 { margin-bottom: 25px; color: #485563; font-size: 36px; font-weight: 700; line-height: 1.5; }
.app-practice-copy p:not(.section-label) { margin-bottom: 15px; color: #5f6b75; font-size: 17px; line-height: 1.9; }
.practice-closing { max-width: 760px; margin: 100px auto 0; padding-top: 34px; border-top: 1px solid rgba(72,85,99,.28); text-align: center; }
.practice-closing h3 { margin: 0; font-size: 28px; font-weight: 700; line-height: 1.6; }
.practice-closing h3 span { color: #ff6835; }

.dual-support { overflow: hidden; color: #485563; background: #fff; }
.dual-support-heading { max-width: 1160px; margin: 0 auto 60px; text-align: center; }
.dual-support-heading .section-label { color: #ff6835; }
.dual-support-heading h2 { margin-bottom: 24px; font-size: clamp(2.15rem, 3.65vw, 3.05rem); font-weight: 700; line-height: 1.42; }
.dual-support-heading h2 span { display: block; white-space: nowrap; }
.dual-support-heading h2 strong { color: #ff6835; font-weight: 700; }
.dual-support-heading > p:last-child { margin: 0; color: #5f6b75; font-size: var(--lead-copy-size); line-height: 1.85; }
.dual-support-stage { display: grid; max-width: 850px; grid-template-columns: repeat(2, minmax(0, 390px)); gap: 54px; margin: 0 auto; justify-content: center; align-items: start; }
.support-person { position: relative; z-index: 2; min-width: 0; }
.support-person figure { position: relative; height: auto; aspect-ratio: 1.3 / 1; margin: 0 0 24px; overflow: hidden; background: #f2f5f7; }
.support-person figure::after { position: absolute; content: ""; right: 0; bottom: 0; left: 0; height: 3px; background: #ff6835; }
.support-person img { width: 100%; height: 100%; object-fit: cover; }
.support-person-japanese img { object-position: center 39%; }
.support-person-native figure { background: linear-gradient(rgba(255,255,255,.46), rgba(255,255,255,.46)), url("assets/coach-native-w-support.jpg") center 29% / cover no-repeat; }
.support-person-native img { width: auto; height: 100%; margin: 0 auto; object-fit: contain; object-position: center; }
.support-role { margin: 0 0 8px; color: #ff6835; font: 800 12px/1.4 var(--font-en); letter-spacing: .15em; }
.support-person h3 { margin: 0 0 16px; color: #485563; font-size: 30px; font-weight: 700; letter-spacing: -.02em; }
.support-person h4 { margin: 0 0 9px; color: #14283a; font-size: 21px; font-weight: 700; line-height: 1.55; }
.support-person > p:last-child { margin: 0; color: #5f6b75; font-size: 16px; line-height: 1.8; }

.monthly-review { overflow: hidden; color: #485563; background: #fff8ee; }
.monthly-review-heading { max-width: 1040px; margin: 0 auto 58px; text-align: center; }
.monthly-review-heading .section-label { color: #ff6835; }
.monthly-review-heading h2 { margin-bottom: 24px; color: #485563; font-size: clamp(2.15rem, 3.65vw, 3.05rem); font-weight: 700; line-height: 1.42; }
.monthly-review-heading > p:last-child { margin: 0; color: #5f6b75; font-size: var(--lead-copy-size); line-height: 1.85; }
.monthly-review-grid { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(330px,.82fr); gap: 72px; padding: 46px 52px 50px; border: 1px solid rgba(72,85,99,.18); background: #fff; box-shadow: 0 18px 45px rgba(20,40,58,.055); align-items: center; }
.review-chart { min-width: 0; margin: 0; }
.review-chart-meta { display: flex; min-height: 38px; margin-bottom: 10px; padding-bottom: 13px; border-bottom: 1px solid rgba(72,85,99,.16); justify-content: space-between; gap: 18px; align-items: center; }
.review-chart-meta figcaption { color: #14283a; font-size: 20px; font-weight: 700; }
.review-chart-meta span { color: #7a848d; font-size: 13px; }
.review-chart canvas { display: block; max-width: 100%; margin: 4px auto 0; }
.review-chart-legend { display: flex; margin-top: 2px; color: #66727c; font-size: 14px; justify-content: center; gap: 28px; }
.review-chart-legend span { display: inline-flex; align-items: center; gap: 9px; }
.review-chart-legend span::before { width: 30px; height: 3px; content: ""; background: #b6bec5; }
.review-chart-legend .legend-current::before { background: #ff6835; }
.review-points { padding: 8px 0 4px; }
.review-count { display: grid; width: max-content; margin: 0 0 24px; }
.review-count strong { color: #ff6835; font: 400 clamp(4.8rem, 8vw, 7.1rem)/.82 var(--font-en); letter-spacing: -.08em; }
.review-count span { margin-top: 12px; color: #ff6835; font: 800 12px/1.4 var(--font-en); letter-spacing: .18em; }
.review-points h3 { margin-bottom: 24px; color: #14283a; font-size: 30px; font-weight: 700; line-height: 1.5; }
.review-points ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); margin: 0 0 25px; border-top: 1px solid rgba(72,85,99,.2); list-style: none; }
.review-points li { position: relative; padding: 12px 10px 12px 18px; border-bottom: 1px solid rgba(72,85,99,.16); color: #485563; font-size: 15px; font-weight: 700; line-height: 1.6; }
.review-points li:nth-child(odd) { border-right: 1px solid rgba(72,85,99,.16); }
.review-points li::before { position: absolute; top: 22px; left: 1px; width: 6px; height: 6px; border-radius: 50%; content: ""; background: #ff6835; }
.review-points > p:last-child { margin: 0; color: #5f6b75; font-size: 16px; line-height: 1.9; }
.review-message { max-width: 870px; margin: 76px auto 0; padding: 38px 42px 0; border-top: 1px solid rgba(72,85,99,.26); text-align: center; }
.review-message h3 { margin-bottom: 15px; color: #485563; font-size: 30px; font-weight: 700; line-height: 1.55; }
.review-message h3 span { color: #ff6835; }
.review-message p { max-width: 680px; margin: 0 auto; color: #5f6b75; font-size: 16px; }
.review-cta { display: grid; grid-template-columns: minmax(0,1.14fr) minmax(330px,.86fr); gap: 62px; margin-top: 78px; padding: 48px 52px; border: 1px solid rgba(72,85,99,.2); border-left: 4px solid #ff6835; background: #fff; align-items: center; }
.review-cta-copy .section-label { margin-bottom: 13px; color: #ff6835; }
.review-cta-copy h3 { margin-bottom: 18px; color: #485563; font-size: 31px; font-weight: 700; }
.review-cta-copy > p:not(.section-label) { margin-bottom: 13px; color: #5f6b75; font-size: 16px; line-height: 1.85; }
.review-cta-copy strong { color: #14283a; }
.review-cta-copy .review-cta-note { margin-bottom: 0; color: #717b84; font-size: 14px; }
.review-cta-action { display: flex; flex-direction: column; align-items: stretch; }
.review-timing { margin: 0 0 24px; padding: 0; }
.review-timing div { display: grid; grid-template-columns: 100px 1fr; gap: 14px; padding: 13px 0; border-bottom: 1px solid rgba(72,85,99,.16); }
.review-timing div:first-child { border-top: 1px solid rgba(72,85,99,.16); }
.review-timing dt { color: #ff6835; font-size: 14px; font-weight: 800; }
.review-timing dd { margin: 0; color: #5f6b75; font-size: 14px; line-height: 1.7; }
.review-cta-action .button { width: 100%; background: #ff6835; }
.review-cta-action > small { margin-top: 9px; color: #69747d; font-size: 12px; text-align: center; }

.roadmap { background: var(--mist); }
.roadmap-track { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; border-top: 4px solid var(--red); background: #fff; list-style: none; }
.roadmap-track li { min-height: 230px; padding: 30px 24px; border-right: 1px solid var(--line); }
.roadmap-track li:last-child { border-right: 0; }
.roadmap-track time { display: block; margin-bottom: 29px; color: var(--red); font: 900 .75rem var(--font-en); }
.roadmap-track b { display: block; margin-bottom: 12px; font-size: 1.02rem; }
.roadmap-track p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.7; }
.disclaimer { margin: 24px 0 0; color: #73777b; font-size: .74rem; line-height: 1.7; }

.student-stories { overflow: hidden; color: #485563; background: #fff; }
.student-stories-heading { max-width: 1080px; margin: 0 auto 60px; text-align: center; }
.student-stories-heading .section-label { color: #ff6835; }
.student-stories-heading h2 { margin-bottom: 24px; color: #485563; font-size: clamp(2.15rem, 3.65vw, 3.05rem); font-weight: 700; line-height: 1.42; }
.student-stories-heading > p:last-child { margin: 0; color: #5f6b75; font-size: var(--lead-copy-size); }
.student-stories-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid rgba(72,85,99,.2); border-bottom: 1px solid rgba(72,85,99,.2); background: linear-gradient(90deg, #fff 0 50%, #f5f7f8 50%); }
.student-story { min-width: 0; padding: 48px 50px 54px; }
.student-story + .student-story { border-left: 1px solid rgba(72,85,99,.18); }
.student-profile { display: flex; margin-bottom: 28px; gap: 18px; align-items: center; }
.student-icon { display: grid; width: 82px; height: 82px; border: 1px solid rgba(72,85,99,.25); border-radius: 50%; color: #485563; background: #fff8ee; place-items: center; }
.student-icon svg { width: 46px; height: 46px; stroke-width: 1.25; }
.student-story-business .student-icon { background: #fff; }
.student-profile div { display: grid; gap: 3px; }
.student-profile p { margin: 0; color: #ff6835; font: 800 13px/1.4 var(--font-en); letter-spacing: .17em; }
.student-profile div > span { color: #59656f; font-size: 15px; font-weight: 700; }
.student-story > h3 { min-height: 126px; margin-bottom: 24px; color: #485563; font-size: 27px; font-weight: 700; line-height: 1.55; }
.student-story > h3 span { color: #ff6835; }
.student-metric { display: flex; min-height: 90px; margin: 0 0 38px; padding-bottom: 24px; border-bottom: 1px solid rgba(72,85,99,.2); color: #485563; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.student-metric > span { font-size: 28px; font-weight: 700; }
.student-metric svg { width: 28px; height: 28px; color: #ff6835; stroke-width: 1.6; align-self: center; }
.student-metric b { color: #ff6835; font-size: 27px; font-weight: 500; }
.student-metric strong { color: #ff6835; font: 700 48px/1 var(--font-en); letter-spacing: -.05em; }
.student-metric small { width: 100%; color: #7a848d; font-size: 12px; line-height: 1.5; }
.student-story-flow { position: relative; padding-left: 28px; }
.student-story-flow::before { position: absolute; top: 11px; bottom: 13px; left: 5px; width: 1px; content: ""; background: rgba(72,85,99,.24); }
.student-story-flow section { position: relative; padding: 0 0 31px; }
.student-story-flow section + section { padding-top: 28px; border-top: 1px solid rgba(72,85,99,.14); }
.student-story-flow section:last-child { padding-bottom: 0; }
.student-story-flow section::before { position: absolute; top: 8px; left: -28px; width: 11px; height: 11px; border: 2px solid #fff; border-radius: 50%; content: ""; background: #9da7af; box-shadow: 0 0 0 1px rgba(72,85,99,.22); }
.student-story-flow section + section::before { top: 35px; }
.student-story-flow .story-result::before { background: #ff6835; box-shadow: 0 0 0 1px rgba(255,104,53,.3); }
.story-step-label { margin: 0 0 10px; color: #6e7881; font: 800 12px/1.4 var(--font-en); letter-spacing: .15em; }
.story-practice .story-step-label { color: #485563; font-family: var(--font-jp); letter-spacing: .08em; }
.story-result .story-step-label { color: #ff6835; }
.student-story-flow h4 { margin: 0 0 11px; color: #14283a; font-size: 20px; line-height: 1.55; }
.student-story-flow section > p:last-child { margin: 0; color: #5f6b75; font-size: 16px; line-height: 1.9; }
.student-story-flow strong { color: #14283a; font-weight: 700; }
.stories-common { max-width: 900px; margin: 72px auto 0; padding: 38px 46px; color: #fff; background: #14283a; text-align: center; }
.stories-common .section-label { margin-bottom: 13px; color: #ff8a62; }
.stories-common h3 { margin-bottom: 15px; font-size: 28px; font-weight: 700; line-height: 1.55; }
.stories-common > p:last-child { margin: 0; color: #d6dee4; font-size: 16px; line-height: 1.9; }
.stories-disclaimer { margin: 22px 0 0; color: #747e86; font-size: 12px; text-align: center; }

.program { background: #fff; color: #485563; }
.program h2, .program h3, .program-plans h2, .program-plans h3 { color: #485563; }
.program .section-heading { max-width: 960px; margin-inline: auto; }
.program-menu { list-style: none; padding: 0; margin: 56px 0 0; border-top: 2px solid #14283a; }
.program-menu li { display: grid; grid-template-columns: 72px 1fr 1.1fr; gap: 30px; align-items: center; padding: 30px 0; border-bottom: 1px solid #d9dde1; }
.program-number { color: #ff6835; font: 700 42px/1 var(--font-en); }
.program-menu small { color: #68737b; font: 600 12px var(--font-en); letter-spacing: .12em; }
.program-menu h3 { font-size: 22px; margin: 6px 0 0; }
.program-menu p { font-size: 17px; line-height: 1.9; margin: 0; }
.program-note { display: block; font-size: 14px; color: #485563; margin-top: 9px; }
.program-plans { background: #fff8ee; color: #485563; }
.program-plans .section-heading { max-width: 1100px; margin-inline: auto; }
.program-plans .section-heading h2 { font-size: clamp(28px,3.3vw,42px); }
.immersion-plan, .coaching-plan { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; background: #fff; padding: 50px; }
.immersion-plan { border-top: 4px solid #ff6835; margin-top: 52px; }
.offering-label { color: #ff6835; font: 700 13px var(--font-en); letter-spacing: .15em; margin: 0 0 24px; }
.offering-name { color: #14283a; font: 700 clamp(28px,3.3vw,42px)/1.2 var(--font-en); letter-spacing: .02em; margin: 0 0 10px; }
.offering-intro h3 { font-size: 18px; margin: 0 0 30px; }
.offering-intro h4 { color: #14283a; font-size: clamp(23px,2.3vw,29px); line-height: 1.7; margin: 0 0 22px; }
.offering-intro > p:last-child { font-size: 17px; line-height: 1.95; margin-bottom: 0; }
.offering-price { display: flex; align-items: baseline; gap: 6px; color: #14283a; margin: 0; white-space: nowrap; }
.offering-price strong { font: 700 clamp(40px,4.7vw,60px)/1.2 var(--font-en); letter-spacing: -.04em; }
.offering-price span { font-size: 16px; }
.offering-term { font-size: 16px; margin: 10px 0 30px; }
.offering-sessions { margin: 0; }
.offering-sessions > div { border-top: 1px solid #d9dde1; padding: 18px 0; }
.offering-sessions dt { font-size: 17px; }
.offering-sessions dd { margin: 4px 0 0; color: #14283a; font-size: 25px; font-weight: 700; }
.immersion-plan .offering-sessions dd { color: #ff6835; }
.offering-includes { list-style: none; padding: 18px 0 0; margin: 0; border-top: 1px solid #d9dde1; display: grid; gap: 8px; font-size: 16px; }
.offering-includes li::before { content: '・'; color: #68737b; }
.coaching-transition { text-align: center; margin: 86px 0 32px; }
.coaching-transition h3, .plans-diagnosis h3 { font-size: clamp(22px,2.4vw,29px); }
.coaching-transition p, .plans-diagnosis p { font-size: 18px; }
.coaching-plan { max-width: 980px; margin: 0 auto; padding: 38px; border-top: 2px solid #bcc4ca; gap: 48px; }
.coaching-plan .offering-name { font-size: 30px; }
.coaching-plan .offering-price strong { font-size: 44px; }
.offering-exclusion { font-size: 16px; font-weight: 600; margin: 22px 0 0; padding-top: 18px; border-top: 1px solid #d9dde1; }
.immersion-reminder { text-align: center; font-size: 17px; margin: 28px 0 0; }
.plans-diagnosis { text-align: center; margin-top: 70px; padding-top: 48px; border-top: 1px solid #d9dde1; }
.plans-diagnosis small { display: block; font-size: 14px; margin-top: 12px; }
@media (max-width: 760px) {
  .program-menu li { grid-template-columns: 46px 1fr; gap: 12px 16px; padding: 24px 0; }
  .program-menu li > p { grid-column: 2; }
  .program-number { font-size: 32px; }
  .program-menu h3 { font-size: 20px; }
  .program .section-heading br, .coaching-transition br, .plans-diagnosis p br, .immersion-reminder br { display: none; }
  .immersion-plan, .coaching-plan { grid-template-columns: 1fr; padding: 26px 20px; gap: 30px; }
  .coaching-transition { margin-top: 56px; }
  .offering-price strong, .coaching-plan .offering-price strong { font-size: 42px; }
  .offering-price span { font-size: 14px; }
  .plans-diagnosis .button { min-width: 0; width: 100%; font-size: 15px; padding-inline: 12px; }
}
.reasons { background: #f4f4f4; color: #485563; }
.reasons .section-heading h2, .program .section-heading h2 { font-size: clamp(2.15rem, 3.65vw, 3.05rem); font-weight: 700; line-height: 1.42; }
.reasons h2, .reasons h3 { color: #485563; font-family: inherit; }
.reason-list { max-width: 900px; margin: 0 auto; border-top: 4px solid var(--navy); list-style: none; }
.reason-list li { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 31px 12px; border-bottom: 1px solid var(--line); }
.reason-list > li > span { color: var(--red); font: 900 2.2rem var(--font-en); }
.reason-list h3 { margin-bottom: 8px; font-size: 1.3rem; }
.reason-list p { margin: 0; color: var(--muted); }

.possibilities { background: var(--cream); }
.possibility-list { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 4px solid var(--red); }
.possibility-list article { min-height: 220px; padding: 27px 20px; border-right: 1px solid #e6d9cf; background: #fff; }
.possibility-list article:last-child { border-right: 0; }
.possibility-list span { color: var(--red); font: 900 .78rem var(--font-en); }
.possibility-list h3 { margin: 28px 0 12px; font-size: 1.05rem; }
.possibility-list p { margin: 0; color: var(--muted); font-size: .79rem; }

.cta-band { padding: 42px 0; color: #fff; background: var(--blue); }
.cta-band .container { display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.cta-band p { margin: 0; }
.cta-band b, .cta-band span { display: block; }
.cta-band b { font-size: 1.3rem; }
.cta-band span { opacity: .8; font-size: .86rem; }
.cta-band .button-blue { border-color: #fff; }

.plans { background: #fff; }
.plan-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; max-width: 950px; margin: 0 auto; }
.plan-card { position: relative; padding: 44px 42px 34px; border: 2px solid var(--navy); }
.plan-card.featured { border: 4px solid var(--red); }
.plan-badge { position: absolute; top: -20px; right: 25px; padding: 7px 17px; color: #fff; background: var(--red); font-weight: 900; font-size: .77rem; }
.plan-head { padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.plan-head p { margin-bottom: 5px; color: var(--red); font: 900 .73rem var(--font-en); letter-spacing: .14em; }
.plan-head h3 { margin: 0 0 5px; font: 900 2.2rem var(--font-en); }
.plan-head span { color: var(--muted); font-size: .85rem; }
.plan-price { display: flex; margin: 28px 0 24px; align-items: baseline; flex-wrap: wrap; }
.plan-price small { margin-right: 10px; font-weight: 700; }
.plan-price strong { font: 900 3rem var(--font-en); letter-spacing: -.06em; }
.plan-price em { font-size: .73rem; font-style: normal; }
.plan-card ul { min-height: 140px; padding-left: 1.3em; font-size: .87rem; }
.plan-total { margin: 0; padding-top: 18px; border-top: 1px solid var(--line); font-size: .78rem; font-weight: 700; }
.price-message { max-width: 950px; margin: 28px auto 0; padding: 18px 24px; background: var(--cream); text-align: center; font-size: .86rem; font-weight: 700; }
.plans > .container > .disclaimer { max-width: 950px; margin-inline: auto; }

.diagnosis-start { background: #f4f4f4; color: #485563; }
.diagnosis-start h2 { color: #485563; font-size: clamp(28px,3.3vw,42px); }
.diagnosis-flow { list-style: none; padding: 0; margin: 56px 0 0; display: grid; grid-template-columns: .85fr 1.15fr 1fr; }
.diagnosis-flow li { position: relative; padding: 28px 28px 22px; border-top: 1px solid #b7c0c7; }
.diagnosis-flow li::before { content: ''; position: absolute; top: -5px; left: 28px; width: 9px; height: 9px; border-radius: 50%; background: #82909b; }
.diagnosis-flow .diagnosis-core { background: #fff3e6; border-top-color: #ff6835; }
.diagnosis-flow .diagnosis-core::before { background: #ff6835; }
.diagnosis-step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; color: #68737b; }
.diagnosis-step-top span { font: 600 34px/1 var(--font-en); }
.diagnosis-step-top svg { width: 34px; height: 34px; stroke-width: 1.5; }
.diagnosis-core .diagnosis-step-top { color: #ff6835; }
.diagnosis-core .diagnosis-step-top span { font-size: 42px; }
.diagnosis-flow h3 { color: #14283a; font-size: 22px; line-height: 1.6; margin-bottom: 18px; }
.diagnosis-flow p { font-size: 17px; line-height: 1.9; margin-bottom: 0; }
.diagnosis-flow .diagnosis-check { font-size: 15px; font-weight: 700; color: #a8441e; margin: 0 0 16px; }
.diagnosis-flow .diagnosis-takeaway { font-size: 16px; font-weight: 600; color: #14283a; margin-top: 20px; padding-top: 14px; border-top: 1px solid #d9dde1; }
.diagnosis-start-cta { text-align: center; margin-top: 58px; }
.diagnosis-start-cta h3 { color: #14283a; font-size: clamp(23px,2.5vw,30px); line-height: 1.7; }
.diagnosis-start-cta p { font-size: 18px; }
.diagnosis-start-cta small { display: block; font-size: 14px; margin-top: 12px; }
@media (max-width: 760px) {
  .diagnosis-start .section-heading p br { display: none; }
  .diagnosis-flow { grid-template-columns: 1fr; margin-top: 36px; }
  .diagnosis-flow li { padding: 20px 18px 24px 28px; border-top: 0; border-left: 1px solid #b7c0c7; margin-left: 6px; }
  .diagnosis-flow li::before { left: -5px; top: 30px; }
  .diagnosis-step-top { justify-content: flex-start; gap: 22px; margin-bottom: 14px; }
  .diagnosis-step-top span, .diagnosis-core .diagnosis-step-top span { font-size: 30px; }
  .diagnosis-step-top svg { width: 28px; height: 28px; }
  .diagnosis-flow h3 { font-size: 20px; margin-bottom: 12px; }
  .diagnosis-flow p { font-size: 16px; }
  .diagnosis-start-cta { margin-top: 38px; }
  .diagnosis-start-cta .button { min-width: 0; width: 100%; font-size: 15px; padding-inline: 12px; }
}
.steps { color: #fff; background: var(--navy); text-align: center; }
.steps .section-label { color: var(--yellow); }
.steps ol { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 960px; margin: 0 auto 42px; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); list-style: none; text-align: left; }
.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 9px; padding: 32px 24px; border-right: 1px solid rgba(255,255,255,.2); }
.steps li:last-child { border-right: 0; }
.steps li > span { color: var(--yellow); font: 900 .85rem var(--font-en); }
.steps h3 { margin-bottom: 8px; font-size: 1.08rem; }
.steps li p { margin: 0; color: #bfcbd4; font-size: .76rem; }

.faq { background: var(--cream); }
.faq-layout { display: block; max-width: 920px; }
.faq .section-heading h2 { color: #485563; font-size: clamp(30px,3.65vw,48px); font-weight: 700; }
.faq-list { border-top: 1px solid #d9dde1; }
.faq-list details { border-bottom: 1px solid #d9cec4; }
.faq-list summary { position: relative; padding: 24px 50px 24px 56px; cursor: pointer; font-weight: 600; color: #14283a; font-size: 18px; list-style: none; }
.faq-list summary:focus-visible { outline: 2px solid #ff6835; outline-offset: 3px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { position: absolute; content: attr(data-number); left: 10px; top: 29px; color: #ff6835; font: 600 14px var(--font-en); }
.faq-list summary::after { position: absolute; content: "+"; right: 16px; color: var(--red); font-size: 1.3rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 45px 24px 56px; color: #485563; font-size: 17px; line-height: 1.95; }

.founder-story { background: #fffdf9; }
.founder-heading { margin-bottom: 76px; }
.founder-heading h2 { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.65; color: #485563; }
.founder-opening { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 85px; }
.memory-print { margin: 0 10px; padding: 14px 14px 22px; background: #fff; transform: rotate(-2deg); box-shadow: 0 8px 25px #14283a12; }
.memory-print img { display: block; width: 100%; height: auto; }
.memory-print figcaption { margin-top: 18px; text-align: center; font-size: 15px; color: #68737b; letter-spacing: .08em; }
.founder-copy h3 { color: #14283a; font-size: clamp(23px, 2.3vw, 29px); line-height: 1.85; margin: 0 0 24px; }
.founder-copy p, .founder-realization p { font-size: 18px; line-height: 2.1; margin: 0 0 22px; color: #485563; }
.founder-copy .founder-kicker { font-size: 13px; letter-spacing: .15em; color: #b25b35; margin-bottom: 20px; }
.founder-experience { max-width: 820px; margin: 64px auto 56px; text-align: center; }
.founder-copy .founder-refrain { padding-left: 25px; border-left: 1px solid #ff6835; margin: 28px 0; color: #14283a; }
.founder-realization { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 42px 38px; background: #fff3e6; border-top: 2px solid #ff6835; border-bottom: 1px solid rgba(255,104,53,.22); }
.founder-realization h3 { font-size: clamp(23px, 2.1vw, 27px); color: #14283a; line-height: 1.8; margin: 0; }
.founder-realization p br { display: none; }
.founder-experience .founder-refrain { width: fit-content; margin: 24px auto; text-align: left; }
.founder-realization p { margin-bottom: 0; }
.founder-realization > div > p { margin-top: 20px; }
.founder-loop { margin: 0; display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: center; text-align: center; color: #14283a; }
.founder-loop > div { display: grid; justify-items: center; gap: 16px; }
.founder-loop svg, .founder-environment svg { width: 48px; height: 48px; stroke-width: 1.4; }
.founder-loop > span { color: #ff6835; font-size: 24px; }
.founder-loop figcaption { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 12px; border-top: 1px solid rgba(255,104,53,.22); padding-top: 20px; font-size: 16px; }
.founder-loop figcaption svg { width: 26px; height: 26px; color: #ff6835; }
.founder-environment { display: flex; align-items: center; justify-content: center; gap: 22px; }
.founder-environment > div { display: grid; justify-items: center; gap: 14px; text-align: center; color: #14283a; }
.founder-environment > div:first-child { color: #68737b; }
.founder-environment > div:last-child svg { color: #ff6835; }
.founder-environment small { font-size: 14px; }
.environment-link { color: #ff6835; font-size: 26px; }
.founder-bridge .founder-bridge-message h3 { font-size: 19px; font-weight: 500; color: #485563; margin-bottom: 18px; }
.founder-bridge { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 36px; margin: 0 0 48px; padding: 38px; background: #fff3e6; }
.founder-bridge-message h4 br { display: inline; }
@media (min-width: 1100px) {
  .founder-realization h3 { white-space: nowrap; }
  .founder-bridge .founder-bridge-message h3 { font-size: 17px; white-space: nowrap; }
}
.founder-bridge h3 { grid-column: 1; grid-row: 1 / 4; font-size: clamp(23px, 2.2vw, 28px); }
.founder-bridge h4, .founder-bridge p { grid-column: 2; }
.founder-bridge br { display: none; }
.founder-bridge h4 { color: #14283a; font-size: clamp(23px, 2.3vw, 29px); line-height: 1.9; margin: 0 0 24px; }
.founder-world { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 56px; padding-top: 44px; border-top: 1px solid #dfdfda; }
.founder-copy .founder-wish { margin: 38px 0 0; }
.founder-present { margin: 0 0 8px; }
.founder-present img { width: 100%; height: auto; display: block; }
.founder-present figcaption { margin-top: 23px; }
.founder-present strong { display: block; font-size: 24px; color: #14283a; }
.founder-present span { display: block; font-size: 13px; letter-spacing: .06em; margin-top: 6px; }
@media (max-width: 860px) {
  .founder-opening { gap: 38px; }
  .founder-world { gap: 35px; grid-template-columns: 1.4fr .8fr; }
}
@media (max-width: 760px) {
  .founder-heading { margin-bottom: 42px; }
  .founder-opening, .founder-world { grid-template-columns: 1fr; gap: 44px; }
  .memory-print { width: 85%; margin: 0 auto; padding: 10px 10px 18px; }
  .founder-copy p, .founder-realization p { font-size: 17px; line-height: 2; }
  .founder-copy h3 br, .founder-bridge h4 br, .founder-realization p br { display: none; }
  .founder-experience { margin: 44px auto; }
  .founder-opening h3 .founder-line-break { display: inline; }
  .founder-realization, .founder-bridge { display: block; }
  .founder-loop { margin-top: 30px; gap: 12px; }
  .founder-environment { margin-bottom: 30px; gap: 12px; }
  .founder-environment small { max-width: 120px; }
  .founder-realization h3 { margin-bottom: 20px; }
  .founder-realization { padding: 30px 22px; }
  .founder-bridge { margin: 0 0 40px; padding: 30px 22px; }
  .founder-world { padding-top: 42px; }
  .founder-present { max-width: 310px; width: 80%; margin: 0 auto; }
}
.story { background: #fff; }
.story-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.story-layout figure { position: relative; margin: 0; }
.story-layout figure::before { position: absolute; content: ""; inset: 22px -22px -22px 22px; z-index: 0; background: var(--yellow); }
.story-layout figure img { position: relative; z-index: 1; width: 100%; max-height: 650px; object-fit: cover; object-position: center top; }
.story-copy { padding: 30px 0; }
.story-lead { color: var(--navy); font-size: var(--lead-copy-size); font-weight: 800; }
.story-sign { display: grid; margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line); }
.story-sign span { font-size: 1.12rem; font-weight: 700; }

.final-message { padding: 110px 0 100px; text-align: center; color: #485563; background: #fffdf9; }
.final-message header h2 { font-size: clamp(32px,4vw,50px); font-weight: 700; line-height: 1.55; color: #14283a; }
.final-message header h2 span { color: #ff6835; }
.final-message-copy { max-width: 740px; margin: 40px auto 0; font-size: 18px; line-height: 2; }
.final-message-copy p { margin-bottom: 22px; }
.final-message-copy strong { font-weight: 600; color: #14283a; }
.final-invitation { margin: 50px auto 0; }
.final-invitation h3 { color: #14283a; font-size: clamp(23px,2.3vw,29px); font-weight: 600; line-height: 1.8; }
.final-invitation p { font-size: 20px; margin: 18px 0 0; }
.final-diagnosis { margin: 40px auto 0; max-width: 780px; padding-top: 0; border: 0; }
.comparison-reverse strong { text-shadow: 0 2px 0 #fff, 0 5px 8px rgba(20,40,58,.24); }
.immersion-app-preview { margin: 26px 0 0; display: flex; align-items: center; gap: 22px; }
.immersion-app-preview img { width: 125px; height: auto; }
.immersion-radar-preview { width: 230px; max-width: calc(100% - 147px); text-align: center; }
.immersion-radar-preview img { width: 100%; height: auto; }
.immersion-radar-preview small { display: block; font-size: 12px; color: #68737b; margin-top: 8px; }
.final-diagnosis h3 { color: #14283a; font-size: 22px; }
.final-diagnosis p { font-size: 17px; line-height: 1.95; margin-bottom: 28px; }
.final-diagnosis .button { min-height: 66px; }
.final-diagnosis small { display: block; font-size: 14px; margin-top: 12px; }
@media (max-width: 760px) {
  .final-message { padding: 70px 0; }
  .final-message header h2 { font-size: 30px; }
  .final-message-copy { text-align: left; font-size: 17px; margin-top: 28px; }
  .final-message-copy br, .final-diagnosis p br { display: none; }
  .final-invitation { margin-top: 34px; }
  .final-invitation h3 { font-size: 22px; }
  .final-invitation p { font-size: 18px; }
  .final-diagnosis { margin-top: 34px; padding-top: 28px; }
  .final-diagnosis .button { min-width: 0; width: 100%; font-size: 15px; padding-inline: 12px; }
}
.consultation { padding: 100px 0; color: #fff; background: linear-gradient(125deg, var(--navy) 0 64%, var(--red) 64%); }
.consultation .section-label { color: var(--yellow); }
.consultation-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.consultation-layout > div:first-child h2 { margin-bottom: 24px; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.consultation-layout > div:first-child p:last-child { max-width: 560px; color: #cfdae2; }
.consultation-card { padding: 40px; color: var(--ink); background: #fff; box-shadow: 14px 14px 0 rgba(0,0,0,.16); }
.consultation-card h3 { font-size: 1.35rem; }
.consultation-card ul { padding-left: 1.2em; font-size: .88rem; }
.consultation-card .button { width: 100%; margin-top: 15px; background: var(--yellow); }
.consultation-card small { display: block; margin-top: 14px; color: var(--muted); text-align: center; }

.site-footer { padding: 56px 0 30px; color: #fff; background: #0d1b27; }
.footer-main { display: flex; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.18); justify-content: space-between; align-items: center; }
.footer-brand .brand-name { color: #fff; font-size: 1.5rem; }
.footer-brand .brand-logo { width: 56px; height: 52px; filter: brightness(0) invert(1); }
.footer-main nav { display: flex; gap: 28px; font-size: .8rem; }
.footer-bottom { display: flex; padding-top: 25px; color: #8797a4; justify-content: space-between; font-size: .68rem; }
.footer-bottom p { margin: 0; }
.mobile-sticky-cta { display: none; }

.legal-main { padding: 90px 0 110px; background: var(--cream); }
.legal-container { max-width: 900px; }
.legal-heading { margin-bottom: 50px; }
.legal-heading h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.legal-content { padding: 58px; border-top: 5px solid var(--red); background: #fff; }
.legal-content section + section { margin-top: 38px; }
.legal-content h2 { font-size: 1.2rem; }
.legal-content p, .legal-content li { color: #4e555b; font-size: .88rem; }
.legal-content a { color: var(--blue); text-decoration: underline; }
.legal-back { margin-left: auto; font-size: .85rem; font-weight: 700; }
.legal-date { margin-top: 45px; text-align: right; }

.reveal, .reveal-stagger > * { opacity: 1; }

@media (max-width: 1024px) {
  .section { padding: 88px 0; }
  .header-nav { gap: 16px; }
  .hero { min-height: 700px; }
  .hero::before { width: 48%; }
  .hero-visual { top: 0; right: 0; bottom: 0; width: 49%; height: auto; }
  .hero-inner { min-height: 700px; }
  .hero-copy { width: 62%; }
  .hero h1 { font-size: 48px; }
  .hero-philosophy { max-width: 590px; font-size: 20px; }
  .empathy-heading h2 { white-space: normal; }
  .button-hero { min-width: 400px; }
  .student-story { padding: 42px 34px 48px; }
  .student-story > h3 { font-size: 24px; }
  .learning-comparison { grid-template-columns: minmax(0,.88fr) 82px minmax(0,1.12fr); }
  .learning-route { padding: 34px 27px 31px; }
  .scene-visual ul { grid-template-columns: repeat(3, minmax(0,1fr)); row-gap: 15px; }
  .practice-concept { grid-template-columns: .8fr 1.4fr .8fr 1fr; }
  .practice-concept > div { min-height: 275px; padding: 29px 21px; }
  .practice-prompt h3 { font-size: 21px; }
  .practice-phase h3 { font-size: 18px; }
  .practice-ready h3 { font-size: 19px; }
  .repetition-band { grid-template-columns: 200px 1fr; padding-inline: 30px; }
  .app-practice { grid-template-columns: 1.12fr .88fr; gap: 48px; }
  .app-showcase { min-height: 600px; }
  .app-practice-copy h3 { font-size: 30px; }
  .dual-support-heading h2 span { white-space: normal; }
  .dual-support-stage { grid-template-columns: repeat(2, minmax(0, 340px)); gap: 38px; }
  .support-person h3 { font-size: 27px; }
  .support-person h4 { font-size: 19px; }
  .monthly-review-grid { gap: 42px; padding: 40px 36px 44px; }
  .review-points h3 { font-size: 27px; }
  .review-cta { gap: 38px; padding: 42px 36px; }
  .story-layout { gap: 55px; }
  .roadmap-track { grid-template-columns: repeat(3, 1fr); }
  .roadmap-track li { border-bottom: 1px solid var(--line); }
  .possibility-list { grid-template-columns: repeat(3, 1fr); }
  .faq-layout { gap: 55px; }
}

@media (max-width: 860px) {
  .dual-support-stage { grid-template-columns: 1fr; gap: 58px; max-width: 520px; }
  .support-person figure { height: auto; aspect-ratio: 1.3 / 1; margin-bottom: 22px; }
  .support-person-japanese img { object-position: center 39%; }
  .support-person-native img { object-position: center; }
  .support-person h3 { margin-bottom: 12px; font-size: 27px; }
  .support-person h4 { font-size: 20px; }
  .support-person > p:last-child { font-size: 15px; }
  .support-person > p:last-child br { display: none; }
  .monthly-review-grid, .review-cta { grid-template-columns: 1fr; }
  .monthly-review-grid { gap: 38px; }
  .review-points { max-width: 600px; }
  .review-cta { gap: 34px; }
  .student-stories-grid { grid-template-columns: 1fr; background: #fff; }
  .student-story + .student-story { border-top: 1px solid rgba(72,85,99,.18); border-left: 0; background: #f5f7f8; }
  .student-story > h3 { min-height: 0; }
}

@media (max-width: 760px) {
  :root { --lead-copy-size: 17px; }
  body { font-size: 15px; line-height: 1.82; }
  .container, .container.slim { width: min(calc(100% - 32px), var(--max)); }
  .section { padding: 70px 0; }
  .mobile-only { display: initial; }
  .section-label { margin-bottom: 12px; font-size: .66rem; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2, .method-heading h2, .support-heading h2, .story-copy h2 { font-size: clamp(1.9rem, 9.3vw, 2.65rem); }
  .header-inner { min-height: 64px; gap: 12px; }
  .brand-logo { width: 36px; height: 34px; }
  .brand-name { font-size: .72rem; }
  .header-cta { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .header-nav { position: absolute; top: 64px; right: 0; left: 0; display: none; margin: 0; padding: 12px 16px 20px; border-bottom: 1px solid var(--line); background: #fff; flex-direction: column; align-items: stretch; }
  .header-nav.is-open { display: flex; }
  .header-nav a { padding: 11px 8px; border-bottom: 1px solid var(--line); }
  .hero { min-height: auto; padding-top: 0; background: #fff; }
  .hero::before, .hero-visual-desktop { display: none; }
  .hero-inner { min-height: 0; margin-top: 0; }
  .hero-copy { width: 100%; padding: 40px 0 52px; }
  .hero-kicker { margin-bottom: 18px; padding-bottom: 7px; font-size: 13px; line-height: 1.7; }
  .hero h1 { margin-bottom: 26px; font-size: 36px; line-height: 1.2; }
  .hero-main-result { margin-top: 4px; font-size: 30px; white-space: nowrap; letter-spacing: -.045em; }
  .hero-visual-mobile { position: relative; display: block; height: 350px; margin: 0 -16px 24px; overflow: hidden; background: #f5f5f5; }
  .hero-visual-mobile::after { position: absolute; content: ""; inset: 0; pointer-events: none; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 11%, rgba(255,255,255,0) 89%, #fff 100%), linear-gradient(180deg, #fff 0%, rgba(255,255,255,0) 12%, rgba(255,255,255,0) 70%, #fff 100%); }
  .hero-visual-mobile img { width: 100%; height: 100%; object-fit: cover; object-position: center 36%; }
  .hero-philosophy { margin-bottom: 14px; font-size: 20px; line-height: 1.55; }
  .hero-message { margin-bottom: 24px; font-size: 16px; line-height: 1.8; }
  .hero-message br { display: none; }
  .button { width: 100%; min-height: 56px; padding-inline: 17px; }
  .button-hero { min-width: 0; box-shadow: none; font-size: 14px; }
  .hero-cta-note { font-size: 11px; }
  .empathy { padding: 60px 0 0; }
  .empathy-heading { margin-bottom: 32px; }
  .empathy-heading h2 { margin-bottom: 24px; font-size: 30px; line-height: 1.45; white-space: normal; }
  .empathy-intro { padding-left: 16px; }
  .empathy-grid { grid-template-columns: 1fr; gap: 14px; }
  .empathy-card { padding: 22px 20px 24px; }
  .empathy-card-top { min-height: 31px; margin-bottom: 9px; gap: 12px; }
  .empathy-voice { font-size: 16px; }
  .empathy-voice strong { font-size: 18px; }
  .empathy-card h3 { margin-bottom: 9px; font-size: 21px; line-height: 1.55; }
  .empathy-after { margin-top: 38px; }
  .empathy-question { margin-top: 40px; padding: 30px 18px; font-size: 21px; text-align: center; }
  .problem { padding: 60px 0 0; }
  .support-heading, .faq-layout, .story-layout, .consultation-layout { grid-template-columns: 1fr; gap: 30px; }
  .problem-intro p { font-size: var(--lead-copy-size); }
  .problem-core { margin: 34px 0 28px; font-size: 30px; line-height: 1.4; text-align: left; }
  .connection-art-desktop { display: none; }
  .connection-art-mobile { display: grid; overflow: hidden; background: #fff; }
  .connection-art-mobile img { width: 100%; height: auto; }
  .connection-art-break { position: relative; z-index: 1; display: grid; width: 42px; height: 42px; margin: -7px auto; border: 1px solid #ff6835; color: #ff6835; background: #fff; font: 600 24px/1 var(--font-en); place-items: center; }
  .problem-close { margin-top: 30px; padding-bottom: 38px; }
  .problem-supplement p { font-size: 15px; }
  .problem-next { padding: 24px 0 0; font-size: 21px; }
  .method-heading { margin-bottom: 38px; text-align: left; }
  .method-heading h2 { margin-bottom: 22px; }
  .method-heading h2 br { display: none; }
  .method-intro { font-size: var(--lead-copy-size); }
  .learning-comparison { grid-template-columns: 1fr; }
  .learning-route { padding: 29px 22px 28px; }
  .learning-route > header { margin-bottom: 23px; }
  .learning-route > header h3 { font-size: 25px; }
  .comparison-reverse { min-height: 112px; flex-direction: row; gap: 12px; border-top: 1px solid rgba(255,104,53,.18); border-bottom: 1px solid rgba(255,104,53,.18); }
  .comparison-reverse span br { display: none; }
  .scene-visual { padding: 17px 14px 15px; }
  .scene-visual ul { grid-template-columns: repeat(5, minmax(0,1fr)); gap: 5px; }
  .scene-visual li { font-size: 11px; }
  .scene-visual svg { width: 21px; height: 21px; }
  .route-flow li { min-height: 74px; }
  .route-flow strong { font-size: 16px; }
  .route-flow small { font-size: 13px; }
  .route-conclusion { font-size: 17px; }
  .method-summary { margin-top: 42px; text-align: left; }
  .method-summary > p:first-child { font-size: 17px; }
  .method-summary h3 { font-size: 25px; line-height: 1.6; }
  .method-summary h3::after { margin-left: 0; }
  .method-summary > p:last-child { font-size: 15px; }
  .practice { padding-top: 76px; }
  .practice-heading { margin-bottom: 38px; text-align: left; }
  .practice-heading h2 { margin-bottom: 24px; font-size: 30px; line-height: 1.5; }
  .practice-title-base { white-space: normal; }
  .practice-intro { font-size: 16px; line-height: 1.85; }
  .practice-intro strong { font-size: 21px; }
  .practice-concept { grid-template-columns: 1fr; margin-top: 38px; }
  .practice-concept > div { min-height: 0; padding: 27px 22px; border-right: 0; border-bottom: 1px solid rgba(72,85,99,.16); }
  .practice-concept > div:last-child { border-bottom: 0; }
  .practice-concept > div:not(:last-child)::after { top: auto; right: 50%; bottom: -23px; content: "↓"; transform: translateX(50%); }
  .comparison-reverse strong { font-size: 76px; }
  .reasons .section-heading h2, .program .section-heading h2 { font-size: 30px; line-height: 1.5; }
  .practice-prompt { min-height: 190px; }
  .practice-prompt svg { margin-bottom: 14px; }
  .practice-prompt h3 { font-size: 25px; }
  .practice-phase h3 { margin-top: 8px; font-size: 21px; }
  .practice-language { min-height: 235px; }
  .practice-language li { font-size: 14px; }
  .practice-repeat, .practice-ready { min-height: 175px; }
  .practice-repeat svg, .practice-ready svg { margin-top: 15px; }
  .practice-ready h3 { font-size: 23px; }
  .repetition-band { grid-template-columns: 1fr; gap: 22px; padding: 29px 22px; }
  .practice-time strong { font-size: 49px; }
  .repetition-band ol { grid-template-columns: 1fr; padding-top: 5px; }
  .repetition-band li { padding: 10px 0; border-bottom: 1px solid rgba(72,85,99,.16); }
  .repetition-band li:last-child { border-bottom: 0; }
  .repetition-band li:not(:last-child)::after { right: 2px; bottom: -13px; content: "↓"; }
  .app-practice { grid-template-columns: 1fr; gap: 52px; margin-top: 78px; }
  .app-showcase { display: grid; min-height: 0; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px 12px; }
  .app-showcase::before { inset: 4% -16px 25%; }
  .app-screen { position: relative; top: auto; right: auto; left: auto; width: auto; transform: none; }
  .app-screen-dashboard { grid-column: 1 / -1; width: 78%; margin: 0 auto; order: 1; }
  .app-screen-assignment { order: 2; }
  .app-screen-vocabulary { order: 3; }
  .app-screen img { filter: drop-shadow(0 14px 16px rgba(20,40,58,.12)); }
  .app-screen figcaption { font-size: 11px; }
  .app-practice-copy { padding-right: 0; order: 2; }
  .app-practice-copy h3 { font-size: 28px; }
  .app-practice-copy p:not(.section-label) { font-size: 16px; }
  .practice-closing { margin-top: 68px; padding-top: 28px; }
  .practice-closing h3 { font-size: 24px; }
  .dual-support { padding-top: 76px; }
  .dual-support-heading { margin-bottom: 44px; text-align: left; }
  .dual-support-heading h2 { margin-bottom: 22px; font-size: 30px; line-height: 1.5; }
  .dual-support-heading h2 span { margin-top: 4px; white-space: normal; }
  .dual-support-heading > p:last-child { font-size: 16px; line-height: 1.85; }
  .dual-support-heading > p:last-child br { display: none; }
  .monthly-review { padding-top: 76px; }
  .monthly-review-heading { margin-bottom: 38px; text-align: left; }
  .monthly-review-heading h2 { margin-bottom: 22px; font-size: 30px; line-height: 1.5; }
  .monthly-review-heading > p:last-child { font-size: 16px; line-height: 1.85; }
  .monthly-review-heading > p:last-child br { display: none; }
  .monthly-review-grid { gap: 34px; padding: 26px 19px 30px; box-shadow: 0 12px 28px rgba(20,40,58,.05); }
  .review-chart-meta { margin-bottom: 4px; }
  .review-chart-meta figcaption { font-size: 18px; }
  .review-chart-meta span { font-size: 12px; }
  .review-chart-legend { margin-top: 4px; font-size: 13px; }
  .review-count { margin-bottom: 20px; }
  .review-count strong { font-size: 76px; }
  .review-points h3 { margin-bottom: 20px; font-size: 25px; }
  .review-points ul { grid-template-columns: 1fr; }
  .review-points li, .review-points li:nth-child(odd) { border-right: 0; font-size: 15px; }
  .review-points > p:last-child { font-size: 15px; }
  .review-message { margin-top: 52px; padding: 29px 0 0; text-align: left; }
  .review-message h3 { font-size: 24px; line-height: 1.65; }
  .review-message p { font-size: 15px; }
  .review-cta { gap: 28px; margin-top: 54px; padding: 31px 22px 28px; border-left-width: 3px; }
  .review-cta-copy h3 { font-size: 25px; line-height: 1.5; }
  .review-cta-copy > p:not(.section-label) { font-size: 15px; }
  .review-cta-copy .review-cta-note { font-size: 13px; }
  .review-timing div { grid-template-columns: 90px 1fr; gap: 11px; }
  .review-timing dt, .review-timing dd { font-size: 13px; }
  .review-cta-action .button { font-size: 14px; }
  .student-stories { padding-top: 76px; }
  .student-stories-heading { margin-bottom: 40px; text-align: left; }
  .student-stories-heading h2 { margin-bottom: 20px; font-size: 30px; line-height: 1.5; }
  .student-stories-heading > p:last-child { font-size: 16px; line-height: 1.85; }
  .student-story { padding: 34px 20px 40px; }
  .student-profile { margin-bottom: 24px; }
  .student-icon { width: 72px; height: 72px; }
  .student-icon svg { width: 40px; height: 40px; }
  .student-profile p { font-size: 12px; }
  .student-profile div > span { font-size: 14px; }
  .student-story > h3 { margin-bottom: 22px; font-size: 23px; line-height: 1.6; }
  .student-metric { min-height: 0; margin-bottom: 31px; gap: 10px; }
  .student-metric > span { font-size: 23px; }
  .student-metric strong { font-size: 42px; }
  .student-metric b { font-size: 23px; }
  .student-metric svg { width: 24px; height: 24px; }
  .student-story-flow { padding-left: 25px; }
  .student-story-flow section::before { left: -25px; }
  .student-story-flow h4 { font-size: 19px; }
  .student-story-flow section > p:last-child { font-size: 15px; }
  .stories-common { margin-top: 52px; padding: 31px 22px; text-align: left; }
  .stories-common h3 { font-size: 23px; }
  .stories-common > p:last-child { font-size: 15px; }
  .stories-common > p:last-child br { display: none; }
  .stories-disclaimer { font-size: 11px; text-align: left; }
  .roadmap-track { grid-template-columns: 1fr; border-left: 4px solid var(--red); border-top: 0; }
  .roadmap-track li { min-height: 0; padding: 23px 22px; border-right: 0; }
  .roadmap-track time { margin-bottom: 10px; }
  .reason-list li { grid-template-columns: 60px 1fr; padding: 25px 5px; }
  .reason-list > li > span { font-size: 1.55rem; }
  .reason-list h3 { font-size: 1.08rem; }
  .possibility-list { grid-template-columns: 1fr; }
  .possibility-list article { min-height: 0; padding: 22px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .possibility-list h3 { margin: 10px 0 5px; }
  .cta-band .container { flex-direction: column; align-items: stretch; text-align: center; }
  .plan-grid { grid-template-columns: 1fr; gap: 38px; }
  .plan-card { padding: 38px 25px 28px; }
  .plan-price strong { font-size: 2.7rem; }
  .steps ol { grid-template-columns: 1fr; }
  .steps li { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .steps li:last-child { border-bottom: 0; }
  .faq-list summary { padding: 21px 32px 21px 38px; font-size: 17px; }
  .faq-list summary::before { left: 8px; }
  .faq-list details p { padding: 0 12px 21px 38px; font-size: 16px; }
  .story-layout figure { width: calc(100% - 18px); }
  .story-layout figure::before { inset: 14px -14px -14px 14px; }
  .consultation { padding: 72px 0; background: var(--navy); }
  .consultation-card { padding: 28px 21px; box-shadow: 8px 8px 0 var(--red); }
  .footer-main, .footer-bottom { flex-direction: column; gap: 22px; align-items: flex-start; }
  .footer-main nav { flex-wrap: wrap; gap: 16px 22px; }
  .footer-bottom { gap: 6px; }
  .mobile-sticky-cta { display: none; }
  .legal-main { padding: 60px 0 80px; }
  .legal-content { padding: 30px 20px; }
  .legal-footer { padding-bottom: 95px; }
}

@media (prefers-reduced-motion: no-preference) {
  .js-ready .reveal, .js-ready .reveal-stagger > * { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
  .js-ready .reveal.is-visible, .js-ready .reveal-stagger.is-visible > * { opacity: 1; transform: none; }
  .js-ready .empathy-grid.reveal-stagger > * { transform: translateY(20px); transition-duration: .62s; transition-timing-function: ease-out; }
  .js-ready .empathy-grid.reveal-stagger > :nth-child(2) { transition-delay: .1s; }
  .js-ready .empathy-grid.reveal-stagger > :nth-child(3) { transition-delay: .2s; }
  .js-ready .empathy-grid.reveal-stagger > :nth-child(4) { transition-delay: .3s; }
  .js-ready .empathy-grid.reveal-stagger.is-visible > * { transform: none; }
}

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

.service-comparison { background: #fff; color: #485563; }
.service-comparison .section-heading h2 { font-size: clamp(2.15rem, 3.65vw, 3.05rem); font-weight: 700; line-height: 1.42; }
.comparison-table-scroll { overflow-x: auto; margin-top: 48px; }
.comparison-table-scroll:focus-visible { outline: 2px solid #ff6835; outline-offset: 5px; }
.service-comparison-table { width: 100%; min-width: 790px; border-collapse: collapse; table-layout: fixed; font-size: 17px; line-height: 1.7; }
.service-comparison-table th, .service-comparison-table td { padding: 25px 20px; border-bottom: 1px solid #dce0e3; text-align: center; background: #fafafa; }
.service-comparison-table thead th { color: #14283a; font-weight: 700; border-top: 2px solid #14283a; }
.service-comparison-table th:first-child { text-align: left; background: #fff; width: 23%; font-weight: 500; }
.service-comparison-table tr > :nth-child(2) { background: #fff3e6; color: #14283a; }
.service-comparison-table strong { font-weight: 700; }
.service-comparison-table tbody tr:first-child td:nth-child(2) { font-size: 25px; }
.comparison-message { text-align: center; margin-top: 40px; }
.comparison-message h3 { font-size: clamp(20px, 2.1vw, 25px); line-height: 1.8; font-weight: 700; }
.comparison-message p { font-size: 17px; margin: 16px 0 0; }
.comparison-scroll-note { display: none; }
@media (max-width: 800px) {
  .service-comparison .section-heading h2 { font-size: 30px; line-height: 1.5; }
  .comparison-scroll-note { display: block; margin: 28px 0 10px; font-size: 14px; color: #68737b; text-align: right; }
  .comparison-table-scroll { margin-top: 0; }
  .service-comparison-table { font-size: 16px; }
  .service-comparison-table th, .service-comparison-table td { padding: 20px 16px; }
}

/* Quiet, one-shot motion uses individual transforms to preserve photo layout. */
[data-motion] { --motion-y: 20px; }
@media (prefers-reduced-motion: no-preference) {
  [data-motion] { opacity: 0; translate: 0 var(--motion-y); transition: opacity .6s ease-out var(--motion-delay, 0ms), translate .6s ease-out var(--motion-delay, 0ms), scale .6s ease-out var(--motion-delay, 0ms); }
  [data-motion="fade"] { --motion-y: 0px; }
  [data-motion="scale"] { scale: .97; }
  [data-motion="photo"] { --motion-y: 15px; transition-duration: .75s; }
  [data-motion].motion-visible { opacity: 1; translate: 0 0; scale: 1; }
  .diagnosis-flow li { border-top-color: transparent; }
  .diagnosis-flow li::after { content: ''; position: absolute; top: -1px; left: 0; width: 100%; height: 1px; background: #b7c0c7; transform: scaleX(0); transform-origin: left; transition: transform .65s ease-out var(--motion-delay, 0ms); }
  .diagnosis-flow li.motion-visible::after { transform: scaleX(1); }
  .diagnosis-flow .diagnosis-core::after { background: #ff6835; }
}
@media (max-width: 767px) {
  [data-motion] { --motion-y: 12px; }
  [data-motion="fade"] { --motion-y: 0px; }
  .diagnosis-flow li::after { width: 1px; height: 100%; top: 0; left: -1px; transform: scaleY(0); transform-origin: top; }
  .diagnosis-flow li.motion-visible::after { transform: scaleY(1); }
}
@media (prefers-reduced-motion: reduce) {
  [data-motion] { opacity: 1; translate: none; scale: none; }
  *, *::before, *::after { animation: none !important; }
}
