:root {
    --ink: #3f3732;
    --muted: #746b65;
    --coral: #ff715f;
    --coral-dark: #ee5d4c;
    --yellow: #ffc94c;
    --green: #79be67;
    --blue: #55a7dc;
    --aqua: #65c5cc;
    --cream: #fff8ec;
    --cream-deep: #f8ecd8;
    --white: #fff;
    --shadow: 0 16px 40px rgba(106, 80, 54, .11);
    --soft-shadow: 0 8px 24px rgba(106, 80, 54, .09);
    --radius: 26px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif; line-height: 1.8; letter-spacing: .03em; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
main, .site-footer { max-width: 100%; overflow-x: hidden; overflow-x: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
p, h1, h2, h3, figure { margin-top: 0; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 8px 14px; background: #fff; color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 1000; height: 82px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(82,68,57,.08); backdrop-filter: blur(10px); }
.header-inner { width: min(calc(100% - 40px), 1320px); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { position: relative; width: 42px; height: 38px; display: block; transform: rotate(-5deg); }
.brand-mark::before { content: ""; position: absolute; left: 9px; bottom: 2px; width: 27px; height: 20px; border-radius: 8px 8px 14px 14px; background: linear-gradient(135deg, var(--coral) 0 34%, var(--yellow) 35% 65%, var(--aqua) 66%); }
.brand-mark i { position: absolute; width: 8px; height: 18px; bottom: 18px; border-radius: 9px 9px 2px 2px; transform-origin: bottom; }
.brand-mark i:nth-child(1) { left: 8px; background: var(--aqua); transform: rotate(-24deg); }
.brand-mark i:nth-child(2) { left: 18px; height: 23px; background: var(--coral); }
.brand-mark i:nth-child(3) { left: 29px; background: var(--yellow); transform: rotate(24deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.25; }
.brand-copy b { font-size: 18px; letter-spacing: .07em; }
.brand-copy small { margin-top: 3px; font-size: 10px; color: var(--muted); letter-spacing: .12em; }
.site-logo { width: 158px; height: 58px; display: flex; align-items: center; }
.site-logo img { width: 100%; height: auto; max-height: 56px; object-fit: contain; }
.header-line { min-height: 48px; padding-inline: 16px; color: #fff; background: #06c755; box-shadow: 0 9px 22px rgba(6,199,85,.22); font-size: 12px; white-space: nowrap; }
.header-line:hover { background: #05b84e; box-shadow: 0 12px 26px rgba(6,199,85,.3); }
.line-bubble { width: 30px; height: 21px; display: grid; place-items: center; color: #06c755; background: #fff; border-radius: 8px; font: 900 8px/1 Arial, sans-serif; letter-spacing: -.02em; }
.button .line-bubble { font-size: 8px !important; line-height: 1; }
.brand-custom-logo, .brand-custom-logo .custom-logo-link { display: block; }
.brand-custom-logo img { width: auto; max-width: 230px; max-height: 54px; }
.global-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 31px); margin-left: auto; }
.global-nav a { position: relative; font-size: 12px; font-weight: 700; white-space: nowrap; }
.global-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--coral); transition: right .25s ease; }
.global-nav a:hover::after { right: 0; }
.header-cta { margin-left: 8px; min-height: 48px; padding-inline: 24px; font-size: 13px; }
.menu-button { display: none; width: 44px; height: 44px; margin-left: auto; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 6px 0; background: var(--ink); transition: .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 10px 24px; border-radius: 999px; font-weight: 800; letter-spacing: .04em; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span:last-child { font-size: 23px; line-height: 1; }
.button-coral { color: #fff; background: linear-gradient(135deg, #ff806e, var(--coral-dark)); box-shadow: 0 9px 23px rgba(238,93,76,.24); }
.button-coral:hover { box-shadow: 0 13px 29px rgba(238,93,76,.3); }
.button-outline { color: var(--ink); background: rgba(255,255,255,.95); border: 2px solid #a8c98c; box-shadow: 0 7px 18px rgba(73,97,56,.1); }
.button-yellow { color: #3e3329; background: var(--yellow); box-shadow: 0 10px 25px rgba(111,70,27,.18); }
.button-large { min-height: 62px; padding-inline: 32px; font-size: 15px; }
.button-icon { font-size: 16px !important; }

.hero { position: relative; min-height: 690px; overflow: hidden; background: linear-gradient(115deg, #fff 0 42%, #f8e8d1 42% 100%); }
.hero-photo { position: absolute; inset: 0 0 0 36%; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.12) 24%, rgba(255,255,255,0) 45%), url('../images/hero.jpg') center 44% / cover no-repeat; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0) 65%, rgba(255,249,239,.7)); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; width: min(calc(100% - 48px), var(--container)); min-height: 690px; margin-inline: auto; display: flex; align-items: center; }
.hero-copy { width: 50%; padding: 55px 0 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 5px; margin-bottom: 22px; padding: 7px 16px; color: #fff; background: var(--green); border-radius: 3px 18px 3px 18px; font-size: 14px; font-weight: 800; transform: rotate(-1deg); }
.eyebrow span { font-size: 17px; }
.hero h1 { margin-bottom: 22px; font-size: clamp(44px, 4.2vw, 67px); line-height: 1.3; letter-spacing: .06em; font-weight: 900; text-shadow: 0 2px #fff; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero h1 span { color: var(--blue); }
.hero h1 strong { color: var(--green); font-weight: 900; }
.hero-lead { margin-bottom: 27px; font-size: 16px; font-weight: 600; line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-badge { position: absolute; right: -8px; bottom: 50px; width: 153px; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; background: var(--green); clip-path: polygon(50% 0,62% 10%,78% 5%,87% 20%,100% 28%,94% 44%,100% 59%,87% 70%,85% 88%,68% 90%,55% 100%,42% 92%,25% 97%,17% 82%,1% 74%,6% 57%,0 43%,13% 31%,15% 14%,32% 12%); transform: rotate(6deg); text-align: center; filter: drop-shadow(0 10px 12px rgba(60,93,51,.2)); cursor: pointer; transition: transform .2s ease, filter .2s ease; }
.hero-badge:hover { transform: rotate(6deg) scale(1.04); filter: drop-shadow(0 13px 15px rgba(60,93,51,.27)); }
.hero-badge:focus-visible { outline: 4px solid var(--blue); outline-offset: 4px; }
.hero-badge small { font-size: 10px; font-weight: 700; }
.hero-badge b { font-size: 18px; }
.hero-badge span { font-size: 12px; }
.confetti { position: absolute; z-index: 3; display: block; }
.confetti-a { left: 2.5%; top: 24%; width: 16px; height: 16px; background: var(--aqua); border-radius: 60% 40% 65% 35%; transform: rotate(25deg); }
.confetti-b { left: 5%; bottom: 16%; width: 18px; height: 14px; background: var(--yellow); border-radius: 50%; }
.confetti-c { right: 3%; top: 23%; width: 15px; height: 15px; background: var(--coral); transform: rotate(35deg); clip-path: polygon(50% 0,100% 100%,0 100%); }

.benefit-wrap { position: relative; z-index: 5; margin-top: -28px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 27px 20px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.benefit-item { padding: 4px 24px; text-align: center; border-right: 1px dashed #ddd3c9; }
.benefit-item:last-child { border-right: 0; }
.benefit-icon { width: 48px; height: 48px; display: inline-grid; place-items: center; margin-bottom: 9px; border-radius: 50%; font-size: 27px; font-weight: 900; }
.benefit-icon.yellow { color: #e4a713; background: #fff5cc; }
.benefit-icon.coral { color: var(--coral); background: #ffebe8; }
.benefit-icon.blue { color: var(--blue); background: #e6f4fe; }
.benefit-icon.green { color: var(--green); background: #edf8e8; }
.benefit-item h2 { margin-bottom: 4px; font-size: 16px; }
.benefit-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.section-kicker { margin-bottom: 9px; color: var(--coral); font-size: 12px; font-weight: 900; letter-spacing: .22em; }
.section-kicker.centered { text-align: center; }
.section-title { margin-bottom: 22px; text-align: center; font-size: clamp(28px, 3.1vw, 42px); line-height: 1.45; letter-spacing: .06em; }
.section-title span { color: var(--coral); }
.section-title.align-left { text-align: left; }
.section-intro { max-width: 720px; margin: -6px auto 42px; color: var(--muted); text-align: center; }

.concept { padding-top: 125px; overflow: hidden; }
.concept-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.concept-copy p:not(.section-kicker) { color: var(--muted); font-size: 15px; }
.text-link { display: inline-flex; gap: 16px; align-items: center; margin-top: 14px; padding-bottom: 4px; color: var(--ink); border-bottom: 1px solid #bcb3ab; font-size: 13px; font-weight: 800; }
.text-link span { color: var(--coral); }
.concept-photos { position: relative; min-height: 455px; }
.concept-main { position: absolute; left: 0; top: 0; width: 75%; height: 390px; object-fit: cover; border-radius: 42% 18px 42% 18px; box-shadow: var(--shadow); }
.concept-sub { position: absolute; right: 0; bottom: 0; width: 42%; height: 220px; object-fit: cover; border: 10px solid #fff; border-radius: 50% 18px 50% 18px; box-shadow: var(--soft-shadow); }
.dot-pattern { position: absolute; right: -26px; top: 13px; width: 115px; height: 115px; opacity: .65; background-image: radial-gradient(var(--aqua) 2px, transparent 2px); background-size: 12px 12px; transform: rotate(12deg); z-index: -1; }

.worries { position: relative; overflow: hidden; padding-top: 70px; padding-bottom: 78px; background: linear-gradient(180deg, #fff 0, #fff9ee 25%, #fff7e9 100%); }
.worries::before, .worries::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); }
.worries::before { left: -55px; top: 45px; width: 145px; height: 80px; background: #e8f3d8; transform: rotate(20deg); }
.worries::after { right: -35px; bottom: 60px; width: 120px; height: 90px; background: #e3f6f8; }
.mini-title { margin-bottom: 30px; text-align: center; font-size: 22px; }
.mini-title span { position: relative; display: inline-block; }
.mini-title span::before, .mini-title span::after { content: "~"; position: absolute; top: 0; color: var(--blue); font-size: 28px; }
.mini-title span::before { left: -42px; transform: rotate(25deg); }
.mini-title span::after { right: -42px; transform: rotate(-25deg); }
.worry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; max-width: 990px; margin-inline: auto; }
.worry-card { position: relative; min-height: 185px; padding: 25px 15px 12px; overflow: hidden; background: #fff; border: 1px solid #f4e6d4; border-radius: 22px; box-shadow: var(--soft-shadow); text-align: center; }
.worry-card > span { position: absolute; top: 10px; left: 16px; color: var(--blue); font-size: 23px; font-weight: 900; transform: rotate(-14deg); }
.worry-card p { margin-bottom: 12px; font-size: 13px; font-weight: 800; line-height: 1.65; }
.worry-face { color: #807872; font-family: monospace; font-size: 31px; }
.solution { margin: 40px 0 0; text-align: center; font-size: 21px; font-weight: 800; }
.solution strong { margin-left: 5px; color: var(--green); font-size: 29px; }

.reasons { padding-top: 92px; }
.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; }
.reason-card { position: relative; min-height: 240px; padding: 40px 18px 22px; overflow: hidden; border: 1px solid #f2e5d8; border-radius: 20px; box-shadow: var(--soft-shadow); text-align: center; transition: transform .25s ease; }
.reason-card:hover { transform: translateY(-5px); }
.reason-card:nth-child(1) .reason-icon { color: #efaa20; background: #fff5d6; }
.reason-card:nth-child(2) .reason-icon { color: var(--coral); background: #ffe9e5; }
.reason-card:nth-child(3) .reason-icon { color: var(--blue); background: #e8f5fd; }
.reason-card:nth-child(4) .reason-icon { color: var(--green); background: #ecf7e6; }
.reason-card:nth-child(5) .reason-icon { color: #9a78d0; background: #f3edfc; }
.reason-card:nth-child(6) .reason-icon { color: #e99a13; background: #fff4d8; }
.reason-no { position: absolute; right: 14px; top: 12px; color: #f2e7dd; font: 900 46px/1 sans-serif; }
.reason-icon { position: relative; width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 15px; border-radius: 22px; font-size: 32px; }
.reason-card h3 { margin-bottom: 8px; font-size: 15px; }
.reason-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }

.program { background: #fffaf4; }
.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.program-card { overflow: hidden; background: #fff; border: 1px solid #f1e6dc; border-radius: 21px; box-shadow: var(--soft-shadow); transition: transform .25s ease; }
.program-card:hover { transform: translateY(-6px); }
.program-image { height: 190px; overflow: hidden; }
.program-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.program-card:hover .program-image img { transform: scale(1.05); }
.program-body { padding: 20px; }
.program-tag { display: inline-block; margin-bottom: 10px; padding: 4px 10px; color: #fff; border-radius: 999px; font-size: 10px; font-weight: 800; }
.program-tag.green { background: var(--green); }.program-tag.yellow { background: #f0aa25; }.program-tag.blue { background: var(--blue); }.program-tag.coral { background: var(--coral); }
.program-body h3 { margin-bottom: 8px; font-size: 15px; }
.program-body p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.coordination-info { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; margin-top: 50px; padding: 40px 44px; overflow: hidden; background: linear-gradient(135deg, #edf9f7, #fff8e9); border: 1px solid #dcece7; border-radius: 26px; box-shadow: var(--soft-shadow); }
.coordination-info::after { content: ""; position: absolute; right: -45px; top: -55px; width: 160px; height: 160px; border: 24px solid rgba(101,197,204,.12); border-radius: 50%; }
.coordination-copy { position: relative; z-index: 1; }
.coordination-label { margin-bottom: 7px; color: var(--aqua); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.coordination-copy h3 { margin-bottom: 15px; font-size: 25px; line-height: 1.5; }
.coordination-copy > p:not(.coordination-label) { margin-bottom: 9px; color: var(--muted); font-size: 12px; line-height: 1.85; }
.coordination-points { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.coordination-points span { min-height: 82px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 3px; padding: 12px 14px; color: var(--ink); background: rgba(255,255,255,.9); border: 1px solid rgba(101,197,204,.25); border-radius: 18px; font-size: 15px; font-weight: 900; text-align: center; box-shadow: 0 5px 14px rgba(69,113,105,.07); }
.coordination-points span:nth-child(even) { border-color: rgba(255,201,76,.45); }
.coordination-points b { color: var(--aqua); font: 900 15px/1 Arial, sans-serif; letter-spacing: .1em; }
.trainer-credentials { margin: -4px 0 18px; }
.trainer-credentials > span { display: inline-block; margin-bottom: 7px; padding: 3px 8px; color: #fff; background: var(--aqua); border-radius: 999px; font-size: 8px; font-weight: 900; letter-spacing: .05em; }
.trainer-credentials ul { padding: 0; margin: 0; list-style: none; }
.trainer-credentials li { position: relative; margin: 4px 0; padding-left: 14px; color: var(--ink); font-size: 9.5px; font-weight: 700; line-height: 1.55; }
.trainer-credentials li::before { content: "●"; position: absolute; left: 0; top: 0; color: var(--yellow); font-size: 7px; }

.studio-section { padding: 105px 0 110px; }
.studio-gallery { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: 190px 190px; gap: 13px; margin-top: 40px; }
.studio-gallery figure { margin: 0; overflow: hidden; border-radius: 17px; }
.studio-gallery .gallery-large { grid-row: 1 / 3; }
.studio-gallery figure:last-child { grid-column: 2 / 4; }
.studio-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.studio-gallery figure:hover img { transform: scale(1.04); }
.studio-note { max-width: 720px; margin: 25px auto 0; color: var(--muted); text-align: center; font-size: 13px; }

.recommend { background: linear-gradient(180deg, #fffaf1, #fff 86%); }
.recommend-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.recommend-card { position: relative; min-height: 355px; display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; background: #fff; border: 1px solid #f2e5d7; border-radius: 24px; box-shadow: var(--soft-shadow); }
.recommend-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: 20%; bottom: -95px; border-radius: 50%; background: #fff5df; }
.recommend-copy { position: relative; z-index: 2; padding: 35px 0 30px 35px; }
.recommend-copy h2 { margin-bottom: 20px; font-size: 22px; line-height: 1.55; }
.recommend-copy > p:not(.section-kicker) { color: var(--muted); font-size: 12px; }
.recommend-card img { align-self: end; width: 100%; height: 100%; object-fit: cover; object-position: center; clip-path: ellipse(85% 69% at 93% 57%); }
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; margin: 10px 0; padding-left: 28px; font-size: 18px; font-weight: 700; line-height: 1.55; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 18px; height: 18px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 11px; }
.check-list.small li { margin-block: 10px; font-size: 18px; }
.instructor .section-kicker { margin-bottom: 4px; }

.trainers { position: relative; overflow: hidden; background: linear-gradient(180deg, #f5fbfa 0%, #fff 100%); }
.trainers::before { content: ""; position: absolute; left: -110px; top: 120px; width: 260px; height: 260px; border-radius: 50%; background: rgba(101,197,204,.12); }
.trainers::after { content: ""; position: absolute; right: -90px; bottom: 80px; width: 210px; height: 210px; border-radius: 50%; background: rgba(255,201,76,.14); }
.trainers .container { position: relative; z-index: 1; }
.trainer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 44px; }
.trainer-card { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; background: #fff; border: 1px solid #e5efeb; border-radius: 24px; box-shadow: var(--soft-shadow); }
.trainer-visual { position: relative; height: 260px; min-height: 260px; overflow: hidden; background: #eaf5f3; }
.trainer-visual::after { content: ""; position: absolute; inset: auto 0 0; height: 36%; background: linear-gradient(180deg, transparent, rgba(44,56,53,.25)); pointer-events: none; }
.trainer-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.trainer-card:nth-child(1) .trainer-visual img { object-position: 50% 20%; }
.trainer-no { position: absolute; z-index: 2; left: 15px; bottom: 15px; width: 43px; height: 43px; display: grid; place-items: center; color: #fff; background: var(--coral); border: 2px solid rgba(255,255,255,.8); border-radius: 50%; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.trainer-card:nth-child(2) .trainer-no { background: var(--blue); }
.trainer-card:nth-child(3) .trainer-no { background: var(--green); }
.trainer-card:nth-child(4) .trainer-no { background: #9a78d0; }
.trainer-profile { padding: 24px 19px 23px; }
.trainer-role { margin-bottom: 2px; color: var(--aqua); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.trainer-profile h3 { position: relative; margin-bottom: 22px; padding-bottom: 12px; font: 900 29px/1.2 Arial, sans-serif; letter-spacing: .08em; }
.trainer-profile h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background: var(--coral); border-radius: 3px; }
.trainer-card:nth-child(2) .trainer-profile h3::after { background: var(--blue); }
.trainer-card:nth-child(3) .trainer-profile h3::after { background: var(--green); }
.trainer-card:nth-child(4) .trainer-profile h3::after { background: #9a78d0; }
.trainer-message p { margin-bottom: 11px; color: var(--muted); font-size: 10.5px; line-height: 1.85; text-align: justify; }
.trainer-message p:last-child { margin-bottom: 0; }

.flow { padding-top: 92px; }
.flow-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 42px; }
.flow-step { position: relative; min-height: 220px; padding: 30px 16px 20px; background: #fff; border: 1px solid #f1e4d5; border-radius: 20px; box-shadow: var(--soft-shadow); text-align: center; }
.flow-step:not(:last-child)::after { content: "›"; position: absolute; z-index: 3; top: 91px; right: -15px; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; padding: 0 0 3px 2px; color: #fff; background: var(--coral); border: 4px solid #fff; border-radius: 50%; font: 900 22px/1 Arial, sans-serif; }
.step-no { display: block; margin-bottom: 13px; color: var(--aqua); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.step-icon { width: 63px; height: 63px; display: grid; place-items: center; margin: 0 auto 15px; color: var(--coral); background: #fff5ea; border-radius: 20px; font-size: 31px; }
.flow-step:nth-child(even) .step-icon { color: var(--blue); background: #edf7fd; }
.flow-step h3 { margin-bottom: 6px; font-size: 15px; }
.flow-step p { margin: 0; color: var(--muted); font-size: 11px; }
.flow-note { margin: 20px 0 0; color: #9b8f84; text-align: center; font-size: 10px; }
.flow-consult { margin: 27px 0 0; text-align: center; }
.flow-consult .button { min-width: 290px; color: #fff; background: #06c755; box-shadow: 0 9px 22px rgba(6,199,85,.22); }
.flow-consult .button:hover { background: #05b84e; box-shadow: 0 12px 26px rgba(6,199,85,.3); }

.voice { overflow: hidden; background: var(--cream); }
.voice-carousel { position: relative; margin-top: 42px; padding: 0 40px 30px; }
.voice-viewport { overflow: hidden; }
.voice-track { display: flex; align-items: stretch; gap: 18px; will-change: transform; transition: transform .55s cubic-bezier(.22,.7,.25,1); }
.voice-track.is-jumping { transition: none; }
.voice-card { position: relative; flex: 0 0 calc((100% - 36px) / 3); min-width: 0; padding: 27px 25px 29px; overflow: hidden; background: #fff; border: 1px solid #f0e4d8; border-radius: 21px; box-shadow: var(--soft-shadow); }
.voice-card::after { content: "“"; position: absolute; right: 18px; top: 3px; color: #f0e2d5; font: 900 70px/1 Georgia, serif; }
.voice-card-header { position: relative; z-index: 2; display: flex; align-items: center; gap: 13px; margin-bottom: 18px; padding-bottom: 15px; border-bottom: 1px dashed #e5d9cd; }
.voice-avatar { width: 52px; height: 52px; flex: 0 0 auto; padding: 4px; border: 2px dashed var(--yellow); border-radius: 50%; }
.voice-avatar span { width: 100%; height: 100%; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #f7b9a9, #ef8f84); border-radius: 50%; font-size: 13px; font-weight: 900; }
.voice-user { margin: 0; color: var(--aqua); font-size: 13px; font-weight: 900; }
.voice-card time { display: block; margin-top: 2px; color: #9b8e84; font-size: 9px; }
.voice-text { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 11.5px; line-height: 1.9; }
.voice-nav { position: absolute; z-index: 4; top: 50%; width: 48px; height: 48px; display: grid; place-items: center; padding: 0 0 4px; color: #fff; background: var(--coral); border: 4px solid var(--cream); border-radius: 50%; box-shadow: 0 8px 20px rgba(114,67,56,.2); font-size: 35px; line-height: 1; cursor: pointer; transform: translateY(-50%); transition: transform .2s ease, background .2s ease; }
.voice-nav:hover { background: var(--coral-dark); transform: translateY(-50%) scale(1.06); }
.voice-nav:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.voice-prev { left: 0; }
.voice-next { right: 0; }
.voice-counter { position: absolute; left: 50%; bottom: -3px; margin: 0; color: #9b8e84; font-size: 10px; font-weight: 800; letter-spacing: .12em; transform: translateX(-50%); }

.class-info { padding-bottom: 92px; }
.class-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 42px 0 72px; }
.class-card { overflow: hidden; background: #fff; border: 1px solid #e9e3da; border-top: 5px solid var(--aqua); border-radius: 22px; box-shadow: var(--soft-shadow); transition: transform .25s ease, box-shadow .25s ease; }
.class-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.class-card.mauna { border-top-color: var(--green); }
.class-card.akala { border-top-color: var(--coral); }
.class-card.aina { border-top-color: var(--yellow); }
.class-image { aspect-ratio: 1; padding: 12px; overflow: hidden; background: #fff; }
.class-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.class-card:hover .class-image img { transform: scale(1.025); }
.class-card-body { padding: 18px 20px 21px; border-top: 1px solid #f1ebe3; }
.class-day { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px; }
.class-day span { padding: 3px 10px; color: #fff; background: var(--aqua); border-radius: 999px; font-size: 10px; font-weight: 900; }
.class-card.mauna .class-day span { background: var(--green); }
.class-card.akala .class-day span { background: var(--coral); }
.class-card.aina .class-day span { color: var(--ink); background: var(--yellow); }
.class-day small { color: var(--muted); font-size: 10px; font-weight: 800; }
.class-card-body h3 { margin-bottom: 15px; font: 900 25px/1.2 Arial, sans-serif; letter-spacing: .04em; }
.class-card-body h3 small { display: block; margin-top: 5px; color: var(--muted); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif; font-size: 11px; font-weight: 700; }
.class-card dl { margin: 0; }
.class-card dl > div { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding: 8px 0; border-top: 1px dashed #e3ddd5; }
.class-card dt { color: var(--muted); font-size: 10px; font-weight: 700; }
.class-card dd { margin: 0; font-size: 12px; font-weight: 900; }
.basic-info-heading { margin: 0 0 20px; text-align: center; font-size: 24px; }
.basic-info-heading + .info-board { margin-top: 0; }
.info-board { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 40px; padding: 16px; background: var(--cream); border: 1px solid #f2e3d1; border-radius: 24px; }
.info-panel { min-height: 185px; display: flex; justify-content: center; flex-direction: column; padding: 22px 24px; background: #fff; border-radius: 15px; }
.info-label { display: inline-block; margin-bottom: 18px; color: var(--blue); font-size: 11px; font-weight: 900; }
.info-panel > strong { display: block; margin-bottom: 10px; font-size: 19px; }
.info-panel p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.price { display: flex; align-items: baseline; gap: 5px; margin-bottom: 3px !important; color: var(--coral) !important; }
.price b { font-size: 36px; line-height: 1; }
.price span { display: flex; flex-direction: column; color: var(--ink); font-weight: 800; }
.price small { font-size: 9px; font-weight: 500; }
.admission-panel .info-label, .monthly-panel .info-label { margin-bottom: 9px; }
.admission-price { margin-bottom: 0 !important; }
.campaign-pop { position: relative; display: block; margin: -4px -8px 22px; padding: 10px 9px 9px; color: #fff; background: #79be67; border: 2px solid #fff; border-radius: 13px; box-shadow: 0 8px 18px rgba(79,143,63,.25); text-align: center; transform: rotate(-1.5deg); transition: transform .2s ease, box-shadow .2s ease; }
.campaign-pop::before { content: ""; position: absolute; left: 50%; bottom: -8px; width: 14px; height: 14px; background: #79be67; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: translateX(-50%) rotate(45deg); }
.campaign-pop:hover { box-shadow: 0 11px 23px rgba(79,143,63,.34); transform: rotate(0) translateY(-2px); }
.campaign-pop:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.campaign-pop span, .campaign-pop strong, .campaign-pop small { position: relative; z-index: 1; display: block; }
.campaign-pop span { font-size: 12px; font-weight: 800; }
.campaign-pop strong { font-size: 14px; line-height: 1.45; }
.campaign-pop small { margin-top: 3px; color: #fff; font-size: 10px; font-weight: 800; }
.map-button { width: max-content; display: inline-flex; align-items: center; justify-content: center; gap: 7px; margin-top: 14px; padding: 7px 15px; color: #fff; background: var(--aqua); border-radius: 999px; box-shadow: 0 6px 14px rgba(68,158,165,.2); font: 900 11px/1 Arial, sans-serif; letter-spacing: .1em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.map-button:hover { background: #52b3bb; box-shadow: 0 9px 18px rgba(68,158,165,.3); transform: translateY(-2px); }
.map-button:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.class-cta { display: flex; align-items: center; justify-content: center; gap: 55px; margin-top: 22px; padding: 25px 30px; background: linear-gradient(100deg, #fff5e5, #fff); border-radius: 22px; border: 1px solid #f4e6d6; }
.class-cta div { display: flex; flex-direction: column; }
.class-cta small { color: var(--coral); font-size: 12px; font-weight: 800; }
.class-cta strong { font-size: 24px; }

.enrollment-offers { overflow: hidden; scroll-margin-top: 92px; background: linear-gradient(180deg, #fff9ed 0%, #fff 52%, #f4fbf9 100%); }
.campaign-panel { display: grid; grid-template-columns: 1.08fr .92fr; gap: 0; margin-top: 43px; overflow: hidden; background: #fff; border: 1px solid #f0dfc4; border-radius: 28px; box-shadow: var(--shadow); }
.campaign-image { min-height: 440px; background: #f9df80; }
.campaign-image img { width: 100%; height: 100%; object-fit: cover; }
.campaign-copy { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 44px 42px; }
.campaign-status { display: inline-block; margin-bottom: 15px; padding: 5px 14px; color: #fff; background: var(--green); border-radius: 999px; font-size: 11px; font-weight: 900; }
.campaign-copy h3 { margin-bottom: 18px; font-size: 26px; line-height: 1.5; }
.campaign-copy h3 span { color: var(--coral); font-size: 31px; }
.campaign-lead, .campaign-message { margin: 0 0 14px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.campaign-message { margin-bottom: 24px; color: var(--ink); font-weight: 700; }
.offer-source { display: inline-block; margin: 14px 0 0 4px; color: var(--muted); border-bottom: 1px solid #bdb4ac; font-size: 10px; font-weight: 700; }
.premium-heading { margin-top: 104px; }
.premium-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start; margin-top: 42px; }
.premium-visual { position: sticky; top: 105px; margin: 0; overflow: hidden; background: #f8df83; border-radius: 25px; box-shadow: var(--soft-shadow); }
.premium-visual img { width: 100%; height: auto; }
.premium-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; counter-reset: premium; }
.premium-list li { display: grid; grid-template-columns: 52px 1fr; gap: 15px; padding: 20px 22px; background: rgba(255,255,255,.94); border: 1px solid #e5efeb; border-radius: 19px; box-shadow: var(--soft-shadow); }
.premium-list li > span { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--aqua); border-radius: 16px; font: 900 12px/1 Arial, sans-serif; letter-spacing: .08em; }
.premium-list li:nth-child(even) > span { color: var(--ink); background: var(--yellow); }
.premium-list h3 { margin: 0 0 5px; font-size: 15px; }
.premium-list p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.premium-list small { display: block; margin-top: 5px; color: var(--ink); font-size: 9px; font-weight: 800; }
.premium-source { margin: 22px 0 0; text-align: right; }
.premium-source a { color: var(--muted); border-bottom: 1px solid #bdb4ac; font-size: 10px; font-weight: 700; }

.faq { padding-top: 83px; background: #fffaf4; }
.faq-container { max-width: 920px; }
.faq-list { margin-top: 37px; }
.faq-item { border-top: 1px solid #e5d9cd; }
.faq-item:last-child { border-bottom: 1px solid #e5d9cd; }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 74px; display: grid; grid-template-columns: 45px 1fr 30px; align-items: center; padding: 8px 10px; color: var(--ink); background: transparent; border: 0; text-align: left; cursor: pointer; font-size: 14px; font-weight: 800; }
.q-mark { color: var(--blue); font-size: 18px; }
.faq-item button i { position: relative; width: 18px; height: 18px; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 3px; right: 3px; top: 8px; height: 2px; background: var(--ink); transition: transform .2s; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer { overflow: hidden; }
.faq-answer > div { display: grid; grid-template-columns: 45px 1fr; padding: 0 45px 24px 10px; }
.faq-answer span { color: var(--coral); font-size: 18px; font-weight: 800; }
.faq-answer p { margin: 0; color: var(--muted); font-size: 13px; }

.final-cta { position: relative; overflow: hidden; padding: 72px 0 68px; color: #fff; background: linear-gradient(135deg, #ff806a, #f2584b); }
.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(#fff 2px, transparent 2px); background-size: 28px 28px; mask-image: linear-gradient(90deg, #000, transparent 35%, transparent 65%, #000); }
.final-cta-shape { position: absolute; border-radius: 50%; background: rgba(255,207,79,.85); }
.shape-one { width: 120px; height: 120px; left: 8%; bottom: -75px; }
.shape-two { width: 34px; height: 34px; right: 13%; top: 28px; }
.final-cta-inner { position: relative; z-index: 2; text-align: center; }
.final-cta p { margin-bottom: 6px; font-size: 15px; font-weight: 800; }
.final-cta h2 { margin-bottom: 23px; font-size: clamp(25px, 3vw, 37px); line-height: 1.5; }
.final-cta-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; text-align: center; }
.final-cta-actions .button { min-width: 285px; text-align: center; }
.final-line-cta { color: #fff; background: #06c755; box-shadow: 0 10px 25px rgba(6,199,85,.25); }
.final-line-cta:hover { background: #05b84e; box-shadow: 0 13px 29px rgba(6,199,85,.34); }
.final-cta small { display: block; margin-top: 10px; }

.site-footer { padding-top: 60px; color: #fff; background: #38332f; }
.footer-logo { display: inline-block; width: 188px; }
.footer-logo img { width: 100%; height: auto; }
.footer-main { display: grid; grid-template-columns: minmax(180px, .75fr) minmax(240px, 1fr) minmax(320px, 1.25fr); gap: 32px; align-items: center; padding-bottom: 45px; }
.footer-brand p { margin: 22px 0 0; color: #d4cbc4; font-size: 11px; }
.footer-map { width: 100%; max-width: 400px; overflow: hidden; border-radius: 16px; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.footer-map iframe { width: 100%; height: 220px; display: block; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px 25px; align-content: center; }
.footer-nav a { font-size: 11px; font-weight: 700; }
.footer-nav a::before { content: "›"; margin-right: 8px; color: var(--coral); }
.footer-bottom { min-height: 60px; display: flex; justify-content: center; align-items: center; gap: 30px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-bottom p { margin: 0; color: #bcb3ac; font-size: 9px; }
.footer-bottom .copyright-link { color: inherit; }
.footer-bottom .page-top-link { position: absolute; right: 30px; width: 35px; height: 35px; display: grid; place-items: center; color: #fff; background: var(--aqua); border-radius: 50%; }
.mobile-fixed-actions { display: none; }
.sp-only { display: none; }

body.admin-bar .site-header { top: 32px; }
.content-page { min-height: 65vh; padding: 100px 0; background: #fffaf4; }
.content-container { max-width: 900px; }
.content-entry { padding: clamp(28px, 5vw, 64px); background: #fff; border-radius: var(--radius); box-shadow: var(--soft-shadow); }
.content-entry + .content-entry { margin-top: 32px; }
.content-entry h1 { margin-bottom: 30px; font-size: clamp(28px, 4vw, 44px); line-height: 1.45; }
.content-thumbnail { margin-bottom: 30px; overflow: hidden; border-radius: 18px; }
.content-body a { color: var(--coral-dark); text-decoration: underline; }
.content-body img { height: auto; }
.navigation.pagination { margin-top: 30px; text-align: center; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation-duration: .01ms !important; } }

@media (max-width: 1240px) {
    .global-nav { display: none; }
    .header-cta { margin-left: auto; }
    .menu-button { display: block; margin-left: 0; }
    .global-nav.is-open { position: fixed; inset: 82px 0 auto; height: calc(100dvh - 82px); display: flex; flex-direction: column; justify-content: flex-start; gap: 0; padding: 35px 30px 130px; overflow-y: auto; background: rgba(255,252,247,.98); }
    .global-nav.is-open a { width: min(100%, 500px); padding: 16px 0; border-bottom: 1px solid #eadfd5; font-size: 15px; }
    .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
    .hero-photo { left: 33%; }
    .hero-copy { width: 54%; }
    .hero h1 { font-size: 50px; }
    .reason-grid { grid-template-columns: repeat(3, 1fr); }
    .recommend-grid { grid-template-columns: 1fr; }
    .recommend-card { min-height: 330px; }
}

@media (max-width: 900px) {
    .voice-card { flex-basis: calc((100% - 18px) / 2); }
    .trainer-grid, .class-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .trainer-visual { height: 300px; min-height: 300px; }
    .class-grid { margin-bottom: 58px; }
    .section { padding-block: 82px; }
    .hero { min-height: 780px; background: #fff; }
    .hero-photo { left: 35%; height: 535px; background-position: 54% center; }
    .hero-inner { min-height: 780px; align-items: flex-end; }
    .hero-copy { width: 67%; margin-bottom: 10px; padding: 36px; background: rgba(255,255,255,.96); border-radius: 0 38px 0 0; box-shadow: var(--soft-shadow); }
    .hero h1 { font-size: 43px; }
    .hero-badge { right: 1%; bottom: 30px; }
    .benefit-wrap { margin-top: -8px; }
    .benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .benefit-item:nth-child(2) { border-right: 0; }
    .benefit-item { padding: 18px 24px; border-bottom: 1px dashed #ddd3c9; }
    .benefit-item:nth-child(3), .benefit-item:nth-child(4) { border-bottom: 0; }
    .concept-grid { grid-template-columns: 1fr; gap: 50px; }
    .concept-copy { max-width: 620px; }
    .concept-photos { max-width: 700px; width: 100%; margin-inline: auto; }
    .worry-grid, .program-grid { grid-template-columns: repeat(2, 1fr); }
    .reason-grid { grid-template-columns: repeat(3, 1fr); }
    .flow-grid { grid-template-columns: repeat(3, 1fr); }
    .flow-step:nth-child(3)::after { display: none; }
    .info-board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .class-cta { justify-content: space-between; gap: 20px; }
    .campaign-panel { grid-template-columns: 1fr; }
    .campaign-image { min-height: 0; }
    .campaign-copy { padding: 38px; }
    .premium-layout { grid-template-columns: 1fr; }
    .premium-visual { position: static; max-width: 720px; margin-inline: auto; }
    .footer-main { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 30px; }
    .footer-map { justify-self: end; }
    .footer-nav { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
    :root { --radius: 20px; }
    html { scroll-padding-top: 69px; }
    body { padding-bottom: 72px; }
    .container { width: min(calc(100% - 32px), var(--container)); }
    .section { padding-block: 68px; }
    .site-header { height: 68px; }
    body.admin-bar .site-header { top: 46px; }
    .header-inner { width: calc(100% - 24px); gap: 10px; }
    .brand { gap: 7px; }
    .brand-mark { width: 35px; height: 32px; transform: scale(.85) rotate(-5deg); transform-origin: left center; margin-right: -4px; }
    .brand-copy b { font-size: 13px; }
    .brand-copy small { font-size: 8px; }
    .brand-custom-logo img { max-width: 185px; max-height: 42px; }
    .site-logo { width: 132px; height: 48px; }
    .header-cta, .header-line { display: none; }
    .coordination-info { grid-template-columns: 1fr; gap: 24px; margin-top: 34px; padding: 27px 20px; }
    .coordination-copy h3 { font-size: 21px; }
    .coordination-copy > p:not(.coordination-label) { font-size: 11px; }
    .coordination-points { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .coordination-points span { min-height: 68px; padding-inline: 12px; }
    .trainer-credentials li { font-size: 10px; }
    .menu-button { margin-left: auto; }
    .global-nav.is-open { inset: 68px 0 auto; height: calc(100dvh - 68px); }
    .hero { min-height: 770px; }
    .hero-photo { inset: 0 0 auto 0; height: 390px; background: linear-gradient(180deg, rgba(255,255,255,0) 65%, #fff 100%), url('../images/hero.jpg') 53% center / cover no-repeat; }
    .hero-inner { width: 100%; min-height: 770px; display: block; padding-top: 330px; }
    .hero-copy { width: calc(100% - 24px); margin: 0 auto; padding: 32px 20px 25px; text-align: center; background: rgba(255,255,255,.97); border-radius: 28px; box-shadow: var(--soft-shadow); }
    .eyebrow { margin-bottom: 16px; font-size: 11px; }
    .eyebrow span { font-size: 14px; }
    .hero h1 { margin-bottom: 15px; font-size: clamp(34px, 10.5vw, 45px); line-height: 1.34; }
    .hero-lead { font-size: 13px; line-height: 1.8; }
    .hero-actions { display: grid; }
    .hero-actions .button { width: 100%; }
    .hero-actions .button-outline { min-height: 46px; }
    .hero-badge { top: 275px; right: 9px; bottom: auto; width: 102px; }
    .hero-badge small { font-size: 7px; }.hero-badge b { font-size: 12px; }.hero-badge span { font-size: 8px; }
    .confetti { display: none; }
    .benefit-wrap { margin-top: 20px; }
    .benefit-grid { width: calc(100% - 24px); padding: 10px; }
    .benefit-item { padding: 18px 9px; }
    .benefit-icon { width: 42px; height: 42px; font-size: 23px; }
    .benefit-item h2 { font-size: 13px; }
    .benefit-item p { font-size: 10px; }
    .section-kicker { font-size: 10px; }
    .section-title { margin-bottom: 18px; font-size: 27px; }
    .section-intro { margin-bottom: 30px; font-size: 12px; }
    .concept { padding-top: 78px; }
    .concept-grid { gap: 32px; }
    .concept-copy { text-align: center; }
    .section-title.align-left { text-align: center; }
    .concept-copy p:not(.section-kicker) { font-size: 13px; text-align: left; }
    .concept-photos { min-height: 315px; }
    .concept-main { width: 87%; height: 275px; border-radius: 35% 15px 35% 15px; }
    .concept-sub { width: 45%; height: 145px; border-width: 6px; }
    .dot-pattern { width: 80px; height: 80px; right: -10px; }
    .worries { padding-top: 55px; }
    .mini-title { font-size: 17px; }
    .worry-grid { gap: 10px; }
    .worry-card { min-height: 155px; padding: 24px 7px 10px; }
    .worry-card p { font-size: 10px; }
    .worry-face { font-size: 22px; }
    .solution { margin-top: 30px; font-size: 15px; }
    .solution strong { display: block; font-size: 23px; }
    .reason-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .reason-card { min-height: 220px; padding-inline: 12px; }
    .reason-card:nth-child(4), .reason-card:nth-child(5), .reason-card:nth-child(6) { grid-column: auto; }
    .reason-card h3 { font-size: 13px; }
    .program-grid { gap: 10px; }
    .program-image { height: 130px; }
    .program-body { padding: 14px; }
    .program-body h3 { font-size: 12px; }
    .program-body p { font-size: 10px; }
    .studio-section { padding-block: 70px; }
    .studio-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 130px 130px; gap: 8px; }
    .studio-gallery .gallery-large { grid-column: 1 / 3; grid-row: 1; }
    .studio-gallery figure:last-child { grid-column: 1 / 3; }
    .studio-note { font-size: 11px; }
    .recommend-grid { gap: 15px; }
    .recommend-card { min-height: 385px; grid-template-columns: 1fr; grid-template-rows: auto 160px; }
    .recommend-copy { padding: 28px 24px 8px; }
    .recommend-copy h2 { font-size: 19px; }
    .recommend-card img { width: 100%; height: 190px; clip-path: ellipse(78% 85% at 70% 100%); object-position: center 30%; }
    .trainer-grid { gap: 15px; margin-top: 30px; }
    .trainer-grid, .class-grid { grid-template-columns: 1fr; }
    .class-grid { gap: 14px; margin-top: 30px; margin-bottom: 48px; }
    .class-image { max-height: 330px; }
    .class-card-body { padding-inline: 18px; }
    .basic-info-heading { font-size: 21px; }
    .trainer-card { display: block; min-height: 0; }
    .trainer-visual { height: 270px; }
    .trainer-visual img { object-position: center 25%; }
    .trainer-card:nth-child(1) .trainer-visual img { object-position: center 20%; }
    .trainer-profile { padding: 24px 20px 26px; }
    .trainer-profile h3 { margin-bottom: 17px; font-size: 25px; }
    .trainer-message p { font-size: 11px; line-height: 1.9; text-align: left; }
    .flow-grid { display: flex; overflow-x: auto; gap: 10px; padding: 4px 2px 14px; scroll-snap-type: x mandatory; }
    .flow-step { min-width: 175px; min-height: 205px; scroll-snap-align: center; }
    .flow-step::after { display: none !important; }
    .voice-carousel { margin-top: 30px; padding: 0 4px 30px; }
    .voice-card { flex-basis: 100%; padding: 24px 21px 26px; }
    .voice-nav { width: 42px; height: 42px; border-width: 3px; font-size: 31px; }
    .voice-prev { left: -9px; }
    .voice-next { right: -9px; }
    .voice-text { font-size: 11px; }
    .voice-card-header { padding-inline: 8px; }
    .info-board { gap: 7px; padding: 9px; }
    .info-panel { min-height: 155px; padding: 17px 13px; }
    .info-label { margin-bottom: 12px; }
    .info-panel > strong { font-size: 15px; }
    .info-panel p { font-size: 9px; }
    .price b { font-size: 31px; }
    .campaign-pop { max-width: 300px; margin-inline: auto; }
    .campaign-pop span { font-size: 12px; }
    .campaign-pop strong { font-size: 14px; }
    .campaign-pop small { font-size: 10px; }
    .class-cta { display: block; padding: 22px 16px; text-align: center; }
    .class-cta div { margin-bottom: 15px; }
    .class-cta strong { font-size: 20px; }
    .class-cta .button { width: 100%; }
    .campaign-panel { margin-top: 30px; border-radius: 21px; }
    .campaign-copy { padding: 27px 20px 30px; }
    .campaign-status { font-size: 10px; }
    .campaign-copy h3 { font-size: 21px; }
    .campaign-copy h3 span { font-size: 25px; }
    .campaign-lead, .campaign-message { font-size: 11px; }
    .campaign-copy .button { width: 100%; }
    .flow-consult .button { width: 100%; min-width: 0; }
    .premium-heading { margin-top: 76px; }
    .premium-layout { gap: 20px; margin-top: 28px; }
    .premium-visual { border-radius: 18px; }
    .premium-list li { grid-template-columns: 42px 1fr; gap: 11px; padding: 17px 14px; }
    .premium-list li > span { width: 40px; height: 40px; border-radius: 13px; }
    .premium-list h3 { font-size: 13px; }
    .premium-list p { font-size: 10px; }
    .premium-source { text-align: center; }
    .faq-item button { min-height: 68px; grid-template-columns: 35px 1fr 24px; padding-inline: 4px; font-size: 12px; }
    .faq-answer > div { grid-template-columns: 35px 1fr; padding: 0 12px 20px 4px; }
    .faq-answer p { font-size: 11px; }
    .final-cta { padding-block: 52px; }
    .final-cta p { font-size: 11px; }
    .final-cta h2 { font-size: 22px; }
    .final-cta-actions { display: grid; gap: 10px; }
    .final-cta-actions .button { min-width: 0; }
    .final-cta .button { width: 100%; font-size: 14px; }
    .sp-only { display: block; }
    .footer-main { grid-template-columns: 1fr; gap: 28px; }
    .footer-map { justify-self: stretch; max-width: none; }
    .footer-map iframe { height: 230px; }
    .footer-nav { grid-column: auto; grid-template-columns: 1fr 1fr; }
    .footer-bottom .page-top-link { right: 16px; }
    .mobile-fixed-actions { position: fixed; z-index: 999; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); height: 58px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(112px, .8fr); gap: 7px; }
    .mobile-fixed-cta, .mobile-fixed-line { min-width: 0; height: 58px; display: flex; align-items: center; justify-content: center; color: #fff; border: 2px solid rgba(255,255,255,.7); border-radius: 999px; text-align: center; box-shadow: 0 10px 30px rgba(70,65,55,.25); }
    .mobile-fixed-cta { position: relative; padding: 0 30px; background: linear-gradient(135deg, #ff806e, var(--coral-dark)); }
    .mobile-fixed-cta > span { width: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; font-size: 9px; line-height: 1.25; text-align: center; }
    .mobile-fixed-cta strong { font-size: 15px; }
    .mobile-fixed-cta i { position: absolute; right: 14px; font-size: 24px; font-style: normal; }
    .mobile-fixed-line { flex-direction: column; gap: 3px; padding: 5px 8px; background: #06c755; }
    .mobile-fixed-line .line-bubble { width: 28px; height: 19px; font-size: 7px; }
    .mobile-fixed-line strong { width: 100%; font-size: 11px; line-height: 1.15; text-align: center; white-space: nowrap; }
}

@media (max-width: 380px) {
    .hero h1 { font-size: 33px; }
    .hero-copy { padding-inline: 14px; }
    .button-large { padding-inline: 18px; font-size: 13px; }
    .worry-grid, .program-grid { grid-template-columns: 1fr; }
    .worry-card { min-height: 140px; }
    .program-image { height: 190px; }
    .brand-copy b { font-size: 12px; }
    .mobile-fixed-actions { grid-template-columns: minmax(0, 1.3fr) minmax(104px, .8fr); }
    .mobile-fixed-cta { padding-inline: 26px; }
    .mobile-fixed-cta strong { font-size: 14px; }
    .mobile-fixed-line strong { font-size: 10px; }
    .enrollment-offers { scroll-margin-top: 69px; }
}
