/* Keep authored wording intact; wrap at meaningful Japanese phrase boundaries. */
body { line-break: strict; overflow-wrap: anywhere; }
h1,h2,h3 { word-break: normal; overflow-wrap: normal; text-wrap: balance; }
p { text-wrap: pretty; }
@supports (word-break:auto-phrase) { p,dd,h2,h3 { word-break: auto-phrase; } }
.phrase { display: inline-block; }
.origin-opening h2 .plain { background: none; }
.logo-window { display: block; width: 132px; height: 58px; overflow: hidden; background: var(--navy); position: relative; flex: 0 0 auto; }
.logo-window img { position: absolute; width: 150px; height: 150px; max-width: none; top: 50%; left: 50%; transform: translate(-50%,-50%); object-fit: contain; }
.brand-copy { display: none; }
.header-inner { gap: 24px; }
.header-schedule { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 16px; font-size: 15px; font-weight: 800; border: 1px solid var(--navy); white-space: nowrap; }
.header-schedule svg { width: 21px; height: 21px; }
.global-nav { gap: 20px; }
.global-nav a { font-size: 14px; }
.header-cta { white-space: nowrap; font-size: 14px; }
.hero-actions { flex-wrap: wrap; }
.hero-kicker { font-family: var(--font); line-height: 1.8; letter-spacing: .02em; }
.hero-facts { flex-wrap: wrap; row-gap: 18px; }
.hero-facts span { font-size: 12px; }
.text-link { display: inline-block; max-width: 100%; width: auto; }
.section h2,.section-dark h2,.section-soft h2 { font-size: clamp(30px,3.8vw,56px); line-height: 1.5; letter-spacing: -.02em; }
.origin-opening h2,.origin .reveal h3,.mission-statement h3 { font-size: clamp(30px,4.2vw,60px); line-height: 1.55; letter-spacing: -.025em; }
.boy-card { padding: 40px 32px; }
.boy-card strong { font-size: clamp(26px,2.65vw,38px); line-height: 1.55; }
.boy-card>span { max-width: 100%; width: fit-content; font-size: 14px; }
.boy-card>p:not(.boy-year),.method-card>p:last-child,.course-grid article>p:not(.course-tag),.flow-list p { font-size: 16px; }
.section-index,.course-tag { font-size: 14px; }
.mission-statement>h3 span { display: inline; }
.trial-banner { background: var(--yellow); padding: 48px max(5vw,calc((100vw - var(--max))/2)); display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.trial-banner h2 { font-size: clamp(23px,2.8vw,36px); margin: 0; }
.trial-banner p { margin: 10px 0 0; }
.trial-banner .section-index { color: var(--navy); }
.trial-actions { display: grid; gap: 12px; }
.trial-actions .button { margin: 0; box-shadow: none; min-width: 245px; }
.trial-actions .button-outline { background: transparent; }
.main-courses { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; margin-top: 60px; }
.main-course { padding: 44px; background: var(--navy); color: white; min-height: 380px; display: flex; flex-direction: column; align-items: flex-start; border-top: 6px solid var(--yellow); }
.main-course .course-tag { color: var(--yellow); margin: 0 0 22px; }
.main-course h3 { font-size: clamp(24px,2.8vw,40px); line-height: 1.5; margin: 0 0 16px; }
.main-course>p:not(.course-tag) { margin: 0 0 22px; }
.main-course a { border-bottom: 1px solid #98a1b8; font-weight: 700; padding: 8px 0; margin-top: auto; }
.main-course a+a { margin-top: 8px; font-size: 14px; }
.club-course { background: var(--navy2); }
.club-course .preparing { margin-top: auto!important; padding: 10px 16px; border: 1px solid #9da8c2; font-weight: 700; }
.course-grid.sub-courses { grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 24px; }
.sub-courses article { min-height: 300px; padding: 30px; }
.sub-courses h3 { font-size: 24px; }
.sub-courses a { width: auto; }
.voices-heading { max-width: 850px; margin-bottom: 48px; }
.student-cases { display: grid; grid-template-columns: minmax(0,1fr); gap: 28px; }
.student-case,.student-content,.student-photo { min-width: 0; }
.student-case { background: white; display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); border: 1px solid var(--line); }
.student-photo { margin: 0; background: #edeef2; }
.student-photo img { aspect-ratio: 16/9; height: auto; object-fit: contain; }
.student-photo figcaption { padding: 16px 24px; font-size: 14px; color: var(--muted); }
.student-content { padding: 30px 36px; }
.student-name { font-size: 16px; font-weight: 700; margin: 0 0 12px; }
.student-content h3 { margin: 0 0 22px; font-size: 25px; line-height: 1.6; }
.change-pair { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 22px 0; gap: 16px; }
.change-pair>div { padding: 14px 16px; border-left: 3px solid #c8ced9; background: var(--off); }
.change-pair>div:last-child { border-color: #d7b900; background: #fffbe1; }
.change-pair dt { font-size: 12px; font-weight: 700; color: var(--muted); margin-bottom: 5px; }
.change-pair dd { margin: 0; font-size: 18px; font-weight: 800; line-height: 1.6; }
.student-content blockquote { margin: 0; font-size: 16px; line-height: 1.9; }
.student-content details { margin-top: 16px; }
.student-content summary { cursor: pointer; font-size: 14px; font-weight: 700; padding: 10px 0; }
.student-content details p { margin: 10px 0; }
.voice-disclaimer { font-size: 14px; color: var(--muted); margin-top: 26px; }
.footer-logo { width: 180px; height: 86px; background: transparent; }
.footer-logo img { width: 212px; height: 212px; }
.mission-logo { margin: 28px auto 12px; width: 190px; height: 86px; }
.mission-logo img { width: 220px; height: 220px; }
.footer-brand>span:last-child { font-size: 12px; }
.footer nav { font-size: 14px; flex-wrap: wrap; }
.trust-grid span,.coach-card small { font-size: 14px; }
.schedule-link { font-size: 16px; }
a:focus-visible,button:focus-visible,summary:focus-visible { outline: 3px solid #be7800; outline-offset: 5px; }
@media(max-width:1150px) {
  .global-nav { display: none; position: absolute; top: 84px; left: 0; right: 0; background: white; padding: 25px 30px; box-shadow: 0 12px 25px #16244920; }
  .global-nav.open { display: grid; }
  .menu-button { display: grid; margin-left: auto; width: 42px; gap: 5px; place-items: center; order: 4; }
  .menu-button span { width: 25px; height: 2px; background: var(--navy); }
  .menu-button b { font-size: 10px; }
  .header-schedule { margin-left: auto; }
  .header-cta { display: inline-flex; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-facts li { padding: 0 10px; }
  .trial-banner { grid-template-columns: 1fr; }
  .trial-actions { grid-template-columns: 1fr 1fr; }
  .trial-actions .button { min-width: 0; }
}
@media(max-width:720px) {
  .header-inner { height: 76px; gap: 12px; padding: 0 18px; }
  .logo-window { width: 119px; height: 52px; }
  .logo-window img { width: 140px; height: 140px; }
  .header-schedule { font-size: 14px; padding: 0 11px; min-height: 44px; }
  .header-cta { display: none; }
  .menu-button { margin-left: 0; flex: 0 0 36px; }
  .global-nav { top: 76px; }
  .global-nav a { padding: 8px 0; }
  .hero { display: flex; }
  .hero-visual { height: 52vh; min-height: 320px; max-height: 520px; }
  .hero-lead br { display: initial; }
  .hero h1 { font-size: clamp(32px,10vw,48px); }
  .hero-kicker { font-size: 12px; }
  .hero-facts li { padding: 0 8px; }
  .hero-facts strong { font-size: 28px; }
  .hero-facts span { font-size: 12px; }
  .hero-actions .button { padding: 12px 16px; }
  .section h2,.section-dark h2,.section-soft h2,.final-cta h2 { font-size: clamp(27px,7.3vw,36px); line-height: 1.6; }
  .origin-opening h2,.origin .reveal h3,.mission-statement h3 { font-size: clamp(26px,7.25vw,36px); line-height: 1.65; }
  .boy-card { min-height: 300px; padding: 30px 26px; }
  .boy-card strong { font-size: clamp(24px,7vw,32px); }
  .reveal h3 br { display: none; }
  .reveal h3 em { display: inline; }
  .mission-statement h3 br,.growth-end br,.story blockquote br { display: none; }
  .intro h2 br,.voices h2 br { display: none; }
  .promise { padding: 28px 20px; }
  .promise-main { font-size: 22px; }
  .trial-banner { padding: 36px 22px; gap: 22px; }
  .trial-actions { grid-template-columns: 1fr; }
  .trial-actions .button-primary { width: 100%; }
  .main-courses { gap: 12px; margin-top: 36px; }
  .main-course { padding: 22px 14px; min-height: 370px; }
  .main-course h3 { font-size: clamp(18px,4.8vw,24px); letter-spacing: -.035em; }
  .main-course p,.main-course a { font-size: 14px; }
  .main-course .course-tag { font-size: 12px; letter-spacing: .03em; }
  .club-course .preparing { padding: 8px; }
  .course-grid.sub-courses { grid-template-columns: 1fr; }
  .sub-courses article { min-height: 0; padding: 28px; }
  .student-case { grid-template-columns: minmax(0,1fr); }
  .student-content { padding: 26px 22px; }
  .student-content h3 { font-size: 22px; }
  .change-pair { gap: 10px; }
  .change-pair>div { padding: 12px; }
  .change-pair dd { font-size: 16px; }
  .trust-grid article { padding: 22px 12px; }
  .trust-grid strong { font-size: 21px; }
  .trust-grid span { font-size: 14px; }
  .footer-logo { width: 180px; height: 86px; }
  .footer-logo img { width: 212px; height: 212px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } }

/* Narrative-first review: the first full section is the founder's story. */
.header-inner { height:82px; max-width:1240px; }
.header-schedule { margin-left:auto; }
.black-logo { background:transparent; width:164px; height:66px; }
.black-logo img { width:164px; height:164px; }
.site-header>.global-nav { position:static; display:flex; justify-content:center; flex-wrap:wrap; gap:8px 30px; margin:0; padding:12px 24px; border-top:1px solid var(--line); box-shadow:none; }
.global-nav a { padding:5px 0; }
.hero { min-height:0; }
.hero-copy { padding-top:64px; padding-bottom:48px; }
.hero-lead { margin:20px 0; }
.hero-mission { font-size:18px; font-weight:700; line-height:1.9; border-left:4px solid var(--yellow); padding-left:18px; margin:28px 0 14px; }
.origin-invite { display:inline-flex; gap:22px; align-items:center; padding:8px 0; border-bottom:1px solid var(--navy); font-weight:700; }
.hero-actions { margin-top:28px; gap:16px 24px; }
.hero-facts { margin-top:36px; }
.hero-photo-wrap picture { display:block; height:100%; }
section[id] { scroll-margin-top:160px; }
.event-feature { display:grid; grid-template-columns:.8fr 1.2fr; margin-top:48px; border:1px solid var(--line); }
.event-number { background:var(--navy); color:var(--yellow); padding:48px; display:flex; flex-direction:column; justify-content:center; }
.event-number>span { font:700 20px var(--en); letter-spacing:.12em; }
.event-number strong { font:800 clamp(90px,13vw,170px)/1.2 var(--en); white-space:nowrap; }
.event-number strong span { font-size:.5em; padding:0 .1em; }
.event-number p { color:white; font-size:17px; }
.event-copy { padding:48px; }
.event-copy h3 { font-size:clamp(24px,2.6vw,34px); line-height:1.7; margin:0 0 24px; }
.event-caption { color:var(--muted); font-size:14px; margin-top:25px; }
.fees { background:var(--off); }
.info-pair { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:46px; }
.info-card { display:block; padding:36px; background:white; border-top:4px solid var(--navy); }
.info-card h3 { font-size:26px; margin:20px 0; }
.info-card .text-link { margin-top:18px; }
.info-card:hover { box-shadow:0 8px 24px #16244912; }
.detail-page .site-header>.global-nav { justify-content:flex-start; padding-left:max(24px,calc((100vw - 1176px)/2)); }
.detail-hero { padding:64px max(24px,calc((100vw - 1080px)/2)); background:var(--navy); color:white; }
.detail-hero h1 { font-size:clamp(32px,4.5vw,58px); margin:16px 0; line-height:1.4; }
.detail-hero p { max-width:750px; }
.detail-hero .section-index { color:var(--yellow); }
.detail-body { max-width:960px; padding:45px 28px 80px; }
.detail-body section { border-bottom:1px solid var(--line); padding:32px 0 60px; }
.detail-body h2 { font-size:clamp(26px,3vw,36px); margin:22px 0; }
.detail-body h3 { font-size:22px; }
.detail-body .button { margin:16px 14px 16px 0; }
.detail-body .section-index { font-size:14px; line-height:1.5; }
.detail-photo { height:auto; max-height:440px; object-fit:cover; margin:26px 0; }
.review-notice { background:#fff8dc; padding:20px 24px; border-left:4px solid #d4b333; font-size:15px!important; }
.fee-table { width:100%; border-collapse:collapse; margin:30px 0; }
.fee-table th,.fee-table td { text-align:left; padding:18px 14px; border-bottom:1px solid var(--line); }
.fee-table thead { background:var(--navy); color:white; }
.fee-table td:last-child { font-weight:800; white-space:nowrap; }
.detail-body details { border-bottom:1px solid var(--line); padding:20px 0; }
.detail-body summary { font-weight:700; cursor:pointer; }
.detail-footer { padding:35px 24px; text-align:center; background:var(--navy); color:white; }
.manga-reading { max-width:820px; margin:auto; display:grid; gap:28px; }
.manga-reading img { height:auto; }
@media(max-width:720px) {
  .header-inner { height:70px; gap:8px; padding:0 12px; }
  .header-inner .black-logo { width:91px; height:50px; }
  .header-inner .black-logo img { width:91px; height:91px; }
  .header-schedule { padding:0 10px; font-size:14px; }
  .header-schedule svg { display:none; }
  .header-cta { display:inline-flex; padding:0 10px; height:44px; font-size:14px; gap:0; }
  .header-cta span { display:none; }
  .site-header>.global-nav { gap:3px 18px; padding:8px 12px; justify-content:flex-start; }
  .global-nav a { font-size:14px; }
  .hero-copy { order:0; padding:32px 22px 30px; }
  .hero-kicker { font-size:14px; margin-bottom:10px; }
  .hero h1 { font-size:clamp(36px,10vw,52px); }
  .hero-lead { font-size:16px; margin:16px 0; }
  .hero-mission { font-size:16px; margin-top:22px; }
  .hero-visual { order:1; height:340px; min-height:0; max-height:none; }
  .hero-facts { margin-top:30px; }
  .hero-facts span { font-size:12px; }
  .hero-actions { margin-top:24px; }
  .origin { padding-top:64px; }
  .event-feature,.info-pair { grid-template-columns:1fr; }
  .event-number { padding:30px; }
  .event-number strong { font-size:110px; }
  .event-copy,.info-card { padding:28px 24px; }
  .event-copy h3 br { display:none; }
  .detail-hero { padding:40px 22px; }
  .detail-body { padding:25px 22px 60px; }
  .fee-table th,.fee-table td { padding:14px 7px; font-size:14px; }
  .detail-body p { font-size:16px; }
  .detail-body .button { width:100%; margin-right:0; padding:12px 18px; }
  section[id] { scroll-margin-top:190px; }
}
