:root {
  --ink: #1a2333;
  --ink-deep: #0e1728;
  --orange: #a94300;
  --orange-dark: #843100;
  --blue: #2563aa;
  --green: #08783e;
  --paper: #ffffff;
  --mist: #f3f6fa;
  --line: #dce3ec;
  --muted: #5f6c7e;
  --warm: #fff6ea;
  --shadow: 0 20px 60px rgba(19, 32, 52, .12);
  --radius: 18px;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

/* Detailed adult and AI course pages */
.course-detail-page { overflow-x: hidden; }

.course-hero {
  position: relative;
  overflow: hidden;
  padding-block: 74px 88px;
  color: white;
  background:
    radial-gradient(circle at 9% 100%, rgba(240,114,0,.26), transparent 30%),
    radial-gradient(circle at 92% 4%, rgba(71,139,207,.28), transparent 34%),
    linear-gradient(132deg, #0d1b2f 0%, #142d4d 58%, #1d4b70 100%);
}

.ai-course-hero {
  background:
    radial-gradient(circle at 8% 100%, rgba(254,185,72,.22), transparent 30%),
    radial-gradient(circle at 92% 0%, rgba(76,201,197,.22), transparent 34%),
    linear-gradient(132deg, #0b1928 0%, #102b47 55%, #164d5a 100%);
}

.course-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, black, transparent 45%, black);
}

.course-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  gap: clamp(40px, 6vw, 78px);
  align-items: center;
}

.course-hero-copy { position: relative; z-index: 2; }
.course-hero-copy .eyebrow { color: #10243f; background: #ffd166; }
.ai-course-hero .course-hero-copy .eyebrow { background: #8fe0d4; }
.course-hero-copy h1 { margin: 17px 0 20px; font-size: clamp(42px, 5.2vw, 67px); line-height: 1.28; letter-spacing: -.055em; }
.course-hero-copy h1 span { color: #ffd166; }
.ai-course-hero .course-hero-copy h1 span { color: #9ee8dd; }
.course-hero-copy > p:not(.eyebrow) { max-width: 720px; margin: 0; color: #edf3fa; font-size: 18px; line-height: 1.9; }
.course-hero-points { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0 0; padding: 0; list-style: none; }
.course-hero-points li { padding: 7px 11px; color: #eff6fd; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(255,255,255,.07); font-size: 12px; font-weight: 900; }
.course-hero .button-row { margin-top: 30px; }
.course-hero .button-ghost { color: white; border-color: rgba(255,255,255,.55); background: transparent; }

.course-hero-photo { position: relative; z-index: 1; margin: 0; padding: 10px; border: 1px solid rgba(255,255,255,.42); border-radius: 25px; background: rgba(255,255,255,.12); box-shadow: 0 30px 76px rgba(0,0,0,.35); transform: rotate(1.2deg); }
.course-hero-photo::before { content: ""; position: absolute; z-index: -1; inset: 24px -20px -22px 30px; border: 2px solid rgba(255,209,102,.65); border-radius: 25px; transform: rotate(2deg); }
.ai-hero-photo::before { border-color: rgba(143,224,212,.7); }
.course-hero-photo img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: 17px; }
.course-hero-photo figcaption { position: absolute; right: 22px; bottom: 21px; left: 22px; padding: 12px 14px; color: white; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: rgba(7,20,35,.82); backdrop-filter: blur(7px); font-size: 12px; font-weight: 800; line-height: 1.65; }
.course-photo-badge { position: absolute; top: -18px; right: -20px; display: grid; min-width: 136px; padding: 13px 17px; color: #13243a; border: 5px solid white; border-radius: 18px; background: #ffd166; box-shadow: 0 15px 34px rgba(0,0,0,.25); text-align: center; transform: rotate(4deg); }
.ai-hero-photo .course-photo-badge { background: #8fe0d4; }
.course-photo-badge b { font-size: 15px; line-height: 1.35; }
.course-photo-badge small { font-size: 10px; font-weight: 900; }

.course-persona-section { background: #fff; }
.course-persona-section .section-heading { max-width: 920px; }
.course-persona-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.course-persona-grid article { position: relative; overflow: hidden; min-height: 270px; padding: 28px 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 13px 34px rgba(24,38,58,.07); }
.course-persona-grid article::after { content: ""; position: absolute; right: -42px; bottom: -52px; width: 125px; height: 125px; border: 27px solid #eef4fa; border-radius: 50%; }
.course-persona-grid article > span { position: relative; z-index: 1; display: block; margin-bottom: 42px; color: var(--orange); font-size: 28px; font-weight: 900; line-height: 1; }
.ai-persona-section .course-persona-grid article > span { color: #158174; }
.course-persona-grid h3 { position: relative; z-index: 1; margin: 0 0 11px; font-size: 19px; line-height: 1.55; }
.course-persona-grid p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

.course-curriculum-section { background: #eef3f8; }
.course-curriculum-section .section-heading { max-width: 920px; }
.course-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.course-detail-card { padding: 34px; border: 1px solid #d4dee9; border-radius: 22px; background: #fff; box-shadow: 0 16px 42px rgba(24,38,58,.08); }
.course-detail-heading { display: grid; grid-template-columns: 62px 1fr; gap: 15px; align-items: start; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.course-detail-heading > b { color: var(--orange); font-size: 34px; line-height: 1; }
.course-detail-heading small { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.course-detail-heading p { margin: 4px 0 0; color: #344257; font-size: 13px; font-weight: 800; line-height: 1.7; }
.course-detail-card > h2 { margin: 25px 0 9px; font-size: 30px; line-height: 1.35; }
.course-outcome { margin: 0; color: var(--ink); font-size: 17px; font-weight: 800; line-height: 1.85; }
.course-artifacts { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 26px; padding: 17px; border-radius: 13px; background: #f2f6fa; }
.course-artifacts > b { width: 100%; margin-bottom: 3px; color: var(--blue); font-size: 11px; letter-spacing: .1em; }
.course-artifacts > span { padding: 5px 8px; color: #334257; border: 1px solid #d6e0ea; border-radius: 6px; background: white; font-size: 11px; font-weight: 800; }
.course-detail-card > h3 { margin: 0 0 10px; font-size: 14px; }
.course-detail-card > ul, .ai-practice-grid article > ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.course-detail-card > ul li, .ai-practice-grid article > ul li { position: relative; padding-left: 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.course-detail-card > ul li::before, .ai-practice-grid article > ul li::before { content: "✓"; position: absolute; top: 0; left: 0; color: var(--orange); font-weight: 900; }
.course-inline-cta { margin-top: 28px; }

.adult-ai-bridge { color: white; background: linear-gradient(130deg, #0e1e33, #173b5f); }
.adult-ai-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 7vw, 86px); align-items: center; }
.adult-ai-grid h2 { margin: 10px 0 15px; font-size: clamp(31px, 4vw, 46px); line-height: 1.45; }
.adult-ai-grid > div > p:not(.eyebrow) { color: #dce7f2; font-size: 16px; line-height: 1.9; }
.adult-ai-grid .button { margin-top: 18px; color: white; border-color: rgba(255,255,255,.45); background: transparent; }
.adult-ai-examples { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.adult-ai-examples li { min-height: 145px; padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.07); }
.adult-ai-examples b { display: block; margin-bottom: 22px; color: #ffd166; font-size: 12px; letter-spacing: .12em; }
.adult-ai-examples span { color: white; font-size: 15px; font-weight: 800; line-height: 1.65; }

.course-price-section { background: white; }
.course-price-section .section-heading { margin-bottom: 28px; }
.course-price-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

.ai-practice-section { background: #edf5f4; }
.ai-practice-section .section-heading { max-width: 940px; }
.ai-practice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.ai-practice-grid article { padding: 32px; border: 1px solid #cfdfdf; border-radius: 22px; background: white; box-shadow: 0 16px 42px rgba(15,55,61,.08); }
.ai-stage { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 19px; border-bottom: 1px solid #d9e5e5; }
.ai-stage b { color: #167d70; font-size: 12px; letter-spacing: .12em; }
.ai-stage span { padding: 5px 9px; color: #17463f; border-radius: 999px; background: #dff3ee; font-size: 11px; font-weight: 900; }
.ai-practice-grid h3 { margin: 23px 0 10px; font-size: 26px; line-height: 1.4; }
.ai-stage-result { min-height: 91px; margin: 0; color: var(--ink); font-size: 16px; font-weight: 800; line-height: 1.85; }
.ai-practice-grid .course-artifacts { background: #f0f7f6; }
.ai-practice-grid .course-artifacts > b { color: #167d70; }
.ai-practice-grid article > ul li::before { color: #178879; }

.ai-proof-section { background: #fff; }
.ai-proof-section .section-heading { max-width: 940px; }
.ai-proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ai-proof-grid article { display: flex; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 21px; background: white; box-shadow: 0 15px 40px rgba(24,38,58,.08); }
.ai-proof-image { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #12253c; }
.ai-proof-image img { width: 100%; height: 100%; object-fit: cover; }
.ai-proof-image::after { content: ""; position: absolute; inset: 60% 0 0; background: linear-gradient(transparent, rgba(5,17,29,.72)); }
.ai-proof-image span { position: absolute; z-index: 1; right: 15px; bottom: 14px; padding: 6px 9px; color: #14352f; border-radius: 6px; background: #8fe0d4; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.ai-proof-grid article > div:last-child { display: flex; flex: 1; flex-direction: column; padding: 25px 27px 28px; }
.ai-proof-grid h3 { margin: 0 0 8px; font-size: 22px; }
.ai-proof-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.ai-proof-grid article > div:last-child > p { flex: 1; }
.ai-proof-grid .button-row { margin-top: 20px; }
.ai-proof-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 22px; }
.ai-proof-list span { padding: 9px 12px; color: #294a48; border: 1px solid #c9dedc; border-radius: 999px; background: #f0f8f7; font-size: 12px; font-weight: 900; }
.ai-proof-note { max-width: 900px; margin: 18px auto 0; color: #6a7785; font-size: 12px; line-height: 1.75; text-align: center; }

.ai-safety-section { color: white; background: linear-gradient(132deg, #0c1d2e, #153d4a); }
.ai-safety-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(42px, 7vw, 88px); align-items: center; }
.ai-safety-grid h2 { margin: 10px 0 15px; font-size: clamp(31px, 4vw, 46px); line-height: 1.45; }
.ai-safety-grid > div:first-child > p:not(.eyebrow) { color: #dce9eb; font-size: 16px; line-height: 1.9; }
.ai-safety-points { display: grid; gap: 10px; }
.ai-safety-points article { display: grid; grid-template-columns: 80px 1fr; gap: 5px 16px; padding: 19px 21px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.07); }
.ai-safety-points b { grid-row: 1 / 3; color: #8fe0d4; font-size: 11px; letter-spacing: .1em; }
.ai-safety-points h3 { margin: 0; font-size: 16px; }
.ai-safety-points p { margin: 0; color: #cfdddf; font-size: 12px; line-height: 1.65; }

@media (max-width: 1000px) {
  .course-hero-grid { grid-template-columns: 1fr; }
  .course-hero-copy { max-width: 820px; }
  .course-hero-photo { width: min(100%, 720px); margin-inline: auto; }
  .course-persona-grid { grid-template-columns: repeat(2, 1fr); }
  .course-persona-grid article { min-height: 230px; }
  .adult-ai-grid, .ai-safety-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .course-hero { padding-block: 58px 72px; }
  .course-hero-grid { gap: 42px; }
  .course-hero-copy h1 { font-size: clamp(37px, 9.3vw, 50px); }
  .course-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .course-photo-badge { right: -7px; }
  .course-detail-grid, .ai-practice-grid, .ai-proof-grid { grid-template-columns: 1fr; }
  .ai-stage-result { min-height: 0; }
}

@media (max-width: 560px) {
  .course-hero-grid { width: min(100% - 32px, 1180px); }
  .course-hero-copy h1 { font-size: 36px; line-height: 1.35; }
  .course-hero-copy h1 br { display: none; }
  .course-hero-points { display: grid; }
  .course-hero-photo { padding: 6px; border-radius: 19px; transform: none; }
  .course-hero-photo::before { inset: 15px 9px -14px -9px; }
  .course-hero-photo img { border-radius: 13px; }
  .course-hero-photo figcaption { right: 13px; bottom: 13px; left: 13px; padding: 9px 10px; font-size: 10px; }
  .course-photo-badge { top: -18px; min-width: 115px; padding: 10px 12px; border-width: 4px; }
  .course-persona-grid { grid-template-columns: 1fr; }
  .course-persona-grid article { min-height: 0; padding: 24px; }
  .course-persona-grid article > span { margin-bottom: 25px; }
  .course-detail-card, .ai-practice-grid article { padding: 25px 23px; }
  .course-detail-heading { grid-template-columns: 50px 1fr; }
  .course-detail-card > h2 { font-size: 27px; }
  .course-outcome, .ai-stage-result { font-size: 15px; }
  .course-artifacts { padding: 14px; }
  .course-inline-cta { padding: 27px 23px; }
  .adult-ai-examples { grid-template-columns: 1fr; }
  .adult-ai-examples li { min-height: 0; }
  .course-price-actions { display: grid; }
  .ai-stage { align-items: flex-start; flex-direction: column; gap: 8px; }
  .ai-proof-grid article > div:last-child { padding: 22px; }
  .ai-proof-list { justify-content: flex-start; }
  .ai-proof-note { text-align: left; }
  .ai-safety-points article { grid-template-columns: 1fr; }
  .ai-safety-points b { grid-row: auto; }
}

@view-transition { navigation: auto; }
::view-transition-old(root),
::view-transition-new(root) { animation-duration: .18s; }
:focus-visible { outline: 4px solid #ffd166; outline-offset: 4px; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-size: 18px; line-height: 1.9; }
body::before { content: ""; position: fixed; z-index: 100; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--orange), #ffb257 34%, var(--blue) 34%, var(--blue)); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 8px 12px; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid rgba(220, 227, 236, .9); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; width: min(1240px, calc(100% - 36px)); min-height: 76px; margin: auto; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand img { border-radius: 10px; }
.brand span { display: grid; line-height: 1.2; }
.brand b { letter-spacing: .1em; font-size: 19px; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 14px; font-weight: 700; letter-spacing: .04em; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(10px, 1.45vw, 20px); }
.desktop-nav a { position: relative; display: inline-flex; min-height: 44px; align-items: center; gap: 7px; padding-inline: 3px; font-size: 16px; font-weight: 800; white-space: nowrap; }
.nav-icon { display: block; width: 21px; height: 21px; flex: none; color: currentColor; }
.desktop-nav .nav-link-business { padding-inline: 10px; color: #174e83; border: 1px solid #cfe0f2; border-radius: 10px; background: #f1f7fd; }
.desktop-nav a::after { content: ""; position: absolute; right: 50%; bottom: -9px; left: 50%; height: 2px; background: var(--orange); transition: .22s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after, .desktop-nav a[aria-current="page"]::after { right: 0; left: 0; }
.header-actions { display: flex; align-items: center; gap: 13px; }
.login-link { display: grid; width: 44px; height: 44px; flex: none; place-items: center; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; background: white; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.login-link:hover { color: var(--blue); border-color: #a9c5e3; background: #f4f9ff; }
.login-link .nav-icon { width: 23px; height: 23px; }
.menu-button, .mobile-nav { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 28px; border: 1px solid var(--orange); border-radius: 14px; color: white; background: var(--orange); box-shadow: 0 10px 24px rgba(240,114,0,.22); font-size: 16px; font-weight: 900; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(240,114,0,.28); }
.button-small { min-height: 46px; padding: 0 20px; font-size: 15px; }
.button-line { border-color: var(--green); background: var(--green); box-shadow: 0 9px 20px rgba(8,120,62,.2); }
.button-line:hover { border-color: #05602f; background: #05602f; box-shadow: 0 13px 26px rgba(8,120,62,.26); }
.button-ghost { color: white; border-color: rgba(255,255,255,.5); background: transparent; box-shadow: none; }
.button-ghost:hover { color: var(--ink); background: white; }
.button-hero-course { color: white; border-color: #4e87c5; background: var(--blue); box-shadow: 0 12px 28px rgba(18, 72, 132, .38); }
.button-hero-course:hover { border-color: #174e83; background: #174e83; box-shadow: 0 16px 34px rgba(18, 72, 132, .46); }
.button-outline-light { color: white; border-color: rgba(255,255,255,.45); background: transparent; box-shadow: none; }
.button-outline-light:hover { color: var(--ink); background: white; }
.button-secondary { color: var(--ink); border-color: #cbd5e1; background: white; box-shadow: none; }
.button-secondary:hover { color: white; border-color: var(--blue); background: var(--blue); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.hero { position: relative; overflow: hidden; color: white; background: var(--ink-deep); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: 1; background: linear-gradient(rgba(14,23,40,.62), rgba(14,23,40,.62)), url('/assets/classroom-collage.jpg') center / cover no-repeat; }
.hero::after { display: none; }
.hero-inner { position: relative; z-index: 1; display: block; min-height: 610px; padding-block: 86px 92px; }
.hero-copy { max-width: 790px; text-shadow: 0 2px 18px rgba(0,0,0,.66); }
.hero-copy .button { text-shadow: none; }
.hero-kicker { margin: 0 0 22px; color: #eef4fb; font-size: 15px; font-weight: 900; letter-spacing: .03em; }
.hero-kicker span { display: inline-block; margin-right: 10px; padding: 5px 9px; color: white; background: var(--orange); border-radius: 3px; }
.hero h1, .sub-hero h1 { margin: 0; font-size: clamp(40px, 4.4vw, 60px); line-height: 1.35; letter-spacing: -.035em; }
.hero h1 em, .sub-hero h1 em { color: #ff9a3d; font-style: normal; }
.hero-last { display: inline-block; white-space: nowrap; font-size: .88em; }
.hero-lead { margin: 22px 0 0; color: #edf3fa; font-size: 18px; }
.text-link-light { display: inline-block; margin-top: 20px; color: #f2f6fb; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 16px; font-weight: 800; }
.trust-bar { color: white; background: var(--blue); }
.trust-bar .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-bar span { padding: 17px 10px; border-right: 1px solid rgba(255,255,255,.24); text-align: center; font-size: 15px; font-weight: 900; letter-spacing: .02em; }
.trust-bar span:first-child { border-left: 1px solid rgba(255,255,255,.24); }

.section { padding-block: 100px; }
.section-heading { max-width: 740px; margin-bottom: 42px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2, .teacher-section h2, .access-section h2, .business-band h2, .contact-section h2, .choice-grid h2 { margin: 6px 0 12px; font-size: clamp(30px, 4vw, 46px); line-height: 1.35; letter-spacing: -.04em; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 18px; }
.section-heading-icon { display: grid; width: 48px; height: 48px; margin: 0 0 12px; place-items: center; color: var(--orange-dark); border: 1px solid #f2d7b8; border-radius: 15px; background: linear-gradient(145deg, #fff9f1, #ffe9cd); box-shadow: 0 8px 18px rgba(169,67,0,.1); }
.section-heading.center .section-heading-icon { margin-inline: auto; }
.section-heading-icon svg { width: 25px; height: 25px; }
.course-section-heading { max-width: 900px; }
.course-section-heading h2 { white-space: nowrap; }
.eyebrow { display: inline-block; margin: 0 0 4px; padding: 4px 11px; color: var(--blue); border-radius: 999px; background: #eaf3ff; font-size: 15px; font-weight: 900; letter-spacing: .04em; }
.eyebrow-warm { color: #ffad65; }

.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.course-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 34px rgba(24, 38, 58, .07); transition: transform .25s ease, box-shadow .25s ease; }
.course-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.course-image { aspect-ratio: 1.6; overflow: hidden; background: var(--mist); }
.course-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.course-card:hover .course-image img { transform: scale(1.04); }
.course-body { padding: 24px; border-top: 4px solid var(--blue); }
.course-card.kids .course-body { border-color: var(--orange); }
.course-card.seniors .course-body { border-color: #16a085; }
.course-body small { color: var(--blue); font-size: 14px; font-weight: 900; letter-spacing: .06em; }
.course-card.kids small { color: var(--orange); }
.course-card.seniors small { color: #13816d; }
.course-body h3 { min-height: 70px; margin: 9px 0 12px; font-size: 23px; line-height: 1.55; }
.course-body p { min-height: 62px; margin: 0 0 20px; color: var(--muted); font-size: 16px; }
.course-body strong { color: var(--ink); font-size: 16px; }
.course-body strong span { color: var(--orange); }

.game-portal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.game-portal-card { display: flex; min-height: 100%; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 34px rgba(24, 38, 58, .08); transition: transform .2s ease, box-shadow .2s ease; }
.game-portal-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.game-portal-icon { display: grid; min-height: 170px; place-items: center; font-size: 64px; background: linear-gradient(135deg, #fde68a, #fed7aa); }
.game-portal-card:nth-child(2) .game-portal-icon { background: linear-gradient(135deg, #a7f3d0, #bae6fd); }
.game-portal-card:nth-child(3) .game-portal-icon { background: linear-gradient(135deg, #ddd6fe, #fbcfe8); }
.game-portal-body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.game-portal-body h2 { margin: 10px 0; font-size: 23px; line-height: 1.55; }
.game-portal-body p { flex: 1; margin: 0 0 22px; color: var(--muted); font-size: 16px; }
.game-badges { display: flex; flex-wrap: wrap; gap: 7px; }
.game-badges span { padding: 4px 9px; color: var(--blue); border-radius: 999px; background: #eaf3ff; font-size: 14px; font-weight: 900; }
.game-corner-link { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; margin-top: 26px; padding: 22px 24px; border: 1px solid #cfdceb; border-radius: var(--radius); background: linear-gradient(120deg, #f7fbff, #fff8ee); box-shadow: 0 12px 32px rgba(24,38,58,.07); }
.game-corner-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 16px; background: white; box-shadow: 0 8px 22px rgba(24,38,58,.1); font-size: 29px; }
.game-corner-link h3 { margin: 0 0 3px; font-size: 21px; line-height: 1.45; }
.game-corner-link p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.game-corner-link > a { display: inline-flex; align-items: center; min-height: 48px; padding: 8px 18px; color: white; border-radius: 12px; background: var(--blue); font-size: 15px; font-weight: 900; white-space: nowrap; }

.teacher-section { overflow: hidden; background: var(--mist); }
.teacher-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 74px; align-items: center; }
.teacher-photo { position: relative; max-width: 390px; padding: 20px 20px 0; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.teacher-photo::before { content: ""; position: absolute; top: -22px; right: -24px; width: 90px; height: 90px; border: 14px solid rgba(240,114,0,.18); border-radius: 50%; }
.teacher-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center; }
.teacher-badge { display: block; padding: 15px 4px; color: var(--muted); font-size: 14px; }
.teacher-badge b { display: block; color: var(--ink); font-size: 20px; }
.teacher-badge b small { color: var(--muted); font-size: 14px; font-weight: 800; }
.teacher-grid > div:last-child > p:not(.eyebrow):not(.lead-copy) { color: var(--muted); font-size: 18px; }
.lead-copy { font-size: 20px; font-weight: 800; }
.teacher-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.teacher-points span { padding: 9px 13px; border: 1px solid #cfd7e2; border-radius: 999px; background: white; font-size: 15px; font-weight: 800; }

.proof-section { background: white; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.proof-grid article { min-height: 220px; padding: 28px; border: 1px solid var(--line); background: linear-gradient(145deg, #fff, #f8fafc); }
.proof-grid span { display: inline-block; padding: 5px 10px; color: white; background: var(--blue); border-radius: 999px; font-size: 14px; font-weight: 900; }
.proof-grid h3 { margin: 24px 0 10px; font-size: 19px; }
.proof-grid p { margin: 0; color: var(--muted); font-size: 16px; }
.proof-grid a { display: inline-block; margin-top: 18px; color: var(--blue); border-bottom: 2px solid #b8d3ef; font-size: 15px; font-weight: 900; }
.proof-section blockquote { display: grid; gap: 4px; max-width: 780px; margin: 32px auto 0; padding: 22px 28px; border-left: 5px solid var(--orange); background: var(--warm); }
.proof-section blockquote b { font-size: 16px; }
.proof-section blockquote span { color: var(--muted); font-size: 15px; }

.work-proof-section { background: #fff; }
.work-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.work-proof-card { display: flex; min-height: 100%; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 14px 38px rgba(24,38,58,.08); transition: transform .22s ease, box-shadow .22s ease; }
.work-proof-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.work-proof-media { position: relative; overflow: hidden; aspect-ratio: 1.65; background: var(--mist); }
.work-proof-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.work-proof-card:hover .work-proof-media img { transform: scale(1.035); }
.work-proof-label { position: absolute; top: 14px; left: 14px; padding: 6px 10px; color: white; border-radius: 999px; background: rgba(14,23,40,.9); font-size: 14px; font-weight: 900; }
.work-proof-play { position: absolute; right: 16px; bottom: 16px; display: grid; width: 52px; height: 52px; place-items: center; color: white; border: 2px solid rgba(255,255,255,.85); border-radius: 50%; background: rgba(169,67,0,.95); box-shadow: 0 8px 24px rgba(0,0,0,.25); font-size: 20px; }
.work-proof-body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.work-proof-body small { color: var(--blue); font-size: 14px; font-weight: 900; letter-spacing: .04em; }
.work-proof-body h3 { margin: 8px 0 10px; font-size: 21px; line-height: 1.55; }
.work-proof-body p { margin: 0 0 20px; color: var(--muted); font-size: 16px; }
.work-proof-body strong { margin-top: auto; color: var(--orange-dark); font-size: 16px; }
.proof-load-note { margin: -24px 0 34px; color: var(--muted); font-size: 15px; }
.work-proof-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
.system-proof-strip { display: grid; grid-template-columns: .9fr 1.1fr; gap: 38px; align-items: center; margin-top: 38px; padding: 34px; color: white; border-radius: var(--radius); background: linear-gradient(120deg, var(--ink-deep), #1e385b); box-shadow: var(--shadow); }
.system-proof-strip small { color: #ffb26f; font-size: 14px; font-weight: 900; letter-spacing: .08em; }
.system-proof-strip h3 { margin: 7px 0 10px; font-size: 25px; line-height: 1.5; }
.system-proof-strip p { margin: 0; color: #dce6f2; font-size: 16px; }
.system-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 9px; align-items: center; }
.system-flow span { display: grid; min-height: 84px; place-items: center; padding: 12px; border: 1px solid #60738d; border-radius: 12px; background: rgba(255,255,255,.07); font-size: 15px; font-weight: 900; text-align: center; line-height: 1.45; }
.system-flow b { color: #ffb26f; font-size: 23px; }

.reasons-section { background: var(--mist); }
.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: var(--line); gap: 1px; }
.reason-grid article { position: relative; min-height: 245px; padding: 34px; background: white; }
.reason-grid b { color: var(--orange); font: 900 34px/1 Georgia, serif; }
.reason-grid h3 { margin: 28px 0 12px; font-size: 20px; line-height: 1.55; }
.reason-grid p { margin: 0; color: var(--muted); font-size: 16px; }
.reason-icon { position: absolute; top: 26px; right: 28px; display: grid; width: 48px; height: 48px; place-items: center; color: var(--blue); border-radius: 14px; background: #eef6ff; }
.reason-icon svg { width: 25px; height: 25px; }

.reviews-section { background: #fff; }
.reviews-heading-row { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 54px; align-items: end; }
.reviews-heading-row .section-heading { margin-bottom: 32px; }
.google-review-score { display: grid; min-height: 218px; align-content: center; margin-bottom: 32px; padding: 28px; color: var(--ink); border: 1px solid #e4d7c5; border-radius: 20px; background: #fffaf2; box-shadow: 0 14px 34px rgba(116,74,31,.08); }
.google-review-score > span { color: var(--muted); font-size: 14px; font-weight: 900; letter-spacing: .06em; }
.google-review-score strong { margin-top: 4px; color: var(--ink); font-size: 38px; line-height: 1.2; }
.google-review-score strong b { color: #f2a900; font-size: 28px; }
.google-review-score strong small { color: var(--muted); font-size: 15px; }
.google-review-score em { margin-top: 5px; color: var(--muted); font-style: normal; font-size: 15px; }
.google-review-score i { margin-top: 18px; color: var(--blue); font-style: normal; font-size: 14px; font-weight: 900; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { position: relative; min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(18,32,53,.06); }
.review-card::after { content: "“"; position: absolute; right: 22px; bottom: -6px; color: #edf2f7; font: 900 92px/1 Georgia, serif; pointer-events: none; }
.review-card-meta { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.review-card-meta span { color: #d68a00; font-size: 15px; letter-spacing: .08em; }
.review-card-meta small { color: var(--blue); font-size: 13px; font-weight: 900; }
.review-card blockquote { position: relative; z-index: 1; margin: 26px 0 22px; color: var(--ink); font-size: 18px; font-weight: 800; line-height: 1.9; }
.review-card > p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 13px; }
.reviews-foot { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-top: 22px; }
.reviews-foot p { margin: 0; color: var(--muted); font-size: 13px; }
.reviews-foot a { flex: 0 0 auto; color: var(--blue); font-size: 14px; font-weight: 900; }

.business-band { position: relative; overflow: hidden; padding-block: 80px; color: white; background: var(--ink); }
.business-band::after { content: ""; position: absolute; top: -120px; right: -100px; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.02); }
.business-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: center; }
.business-band p:not(.eyebrow) { color: #e2e9f2; font-size: 18px; }
.business-band .business-note { margin: 12px 0 0; color: #ffd3aa; font-size: 15px; font-weight: 800; }
.business-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.business-tags span { padding: 8px 13px; border: 1px solid #62758e; border-radius: 999px; color: #f0f4f9; font-size: 15px; font-weight: 800; }
.business-links { display: grid; gap: 12px; }

.price-section { background: radial-gradient(circle at 12% 0, rgba(44,121,183,.08), transparent 24%), radial-gradient(circle at 88% 100%, rgba(199,82,0,.07), transparent 26%), white; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-grid article { display: flex; position: relative; overflow: hidden; flex-direction: column; min-height: 320px; padding: 0 28px 28px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 14px 34px rgba(18,32,53,.07); }
.price-grid article.featured { border: 2px solid var(--orange); transform: translateY(-7px); }
.price-card-head { display: flex; min-height: 120px; align-items: center; gap: 16px; margin: 0 -28px 22px; padding: 22px 28px; border-bottom: 1px solid rgba(18,32,53,.06); }
.price-icon { display: grid; width: 70px; height: 70px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.9); border-radius: 22px; background: rgba(255,255,255,.8); box-shadow: 0 10px 24px rgba(18,32,53,.08); }
.price-icon svg { width: 40px; height: 40px; }
.price-card-adult .price-card-head { color: var(--blue); background: linear-gradient(135deg, #eaf5ff, #f7fbff); }
.price-card-kids .price-card-head { color: var(--orange); background: linear-gradient(135deg, #fff0e2, #fff9f2); }
.price-card-senior .price-card-head { color: var(--green); background: linear-gradient(135deg, #e9f8ef, #f7fcf9); }
.price-grid small { color: var(--blue); font-size: 14px; font-weight: 900; letter-spacing: .08em; }
.price-card-kids small { color: var(--orange); }
.price-card-senior small { color: var(--green); }
.price-grid h3 { margin: 5px 0 0; color: var(--ink); font-size: 20px; }
.price-grid p { margin: 0 0 24px; color: var(--muted); font-size: 16px; }
.price-grid strong { margin-top: auto; font-size: 16px; }
.price-grid strong em { color: var(--orange); font-style: normal; font-size: 34px; }
.price-grid strong.confirm { color: var(--muted); font-size: 14px; }
.price-grid a { margin-top: 22px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 16px; font-weight: 900; }

.flow-section { overflow: hidden; background: linear-gradient(180deg, var(--warm), #fffaf3); }
.flow-heading { margin-bottom: 34px; }
.flow-spotlight { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; margin-bottom: 28px; border: 1px solid #ecdcc8; border-radius: 24px; background: white; box-shadow: 0 18px 44px rgba(116,74,31,.1); }
.flow-illustration { position: relative; margin: 0; overflow: hidden; background: #fff7e7; }
.flow-illustration img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.flow-illustration figcaption { position: absolute; right: 14px; bottom: 14px; padding: 5px 10px; color: var(--ink); border-radius: 999px; background: rgba(255,255,255,.9); font-size: 13px; font-weight: 800; }
.flow-spotlight-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 52px); }
.flow-spotlight-copy > span { align-self: flex-start; padding: 6px 10px; color: var(--green); border-radius: 999px; background: #eaf8f0; font-size: 14px; font-weight: 900; }
.flow-spotlight-copy h3 { margin: 16px 0 12px; font-size: clamp(24px, 3vw, 32px); line-height: 1.5; }
.flow-spotlight-copy p { margin: 0 0 24px; color: var(--muted); font-size: 17px; }
.flow-spotlight-copy .button { align-self: flex-start; }
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.flow-grid li { position: relative; min-height: 230px; padding: 22px; border: 1px solid #ecdcc8; border-radius: 16px; background: white; box-shadow: 0 8px 20px rgba(116,74,31,.06); }
.flow-step-top { display: flex; align-items: center; justify-content: space-between; }
.flow-grid b { color: var(--orange); font: 900 38px/1 Georgia, serif; letter-spacing: -.02em; }
.flow-step-icon { display: grid; width: 56px; height: 56px; place-items: center; color: var(--blue); border-radius: 17px; background: #edf6ff; }
.flow-step-icon svg { width: 30px; height: 30px; }
.flow-grid h3 { margin: 22px 0 8px; font-size: 20px; }
.flow-grid p { margin: 0; color: var(--muted); font-size: 16px; }
.faq-section details { border-bottom: 1px solid var(--line); }
.faq-section summary { position: relative; padding: 23px 45px 23px 0; cursor: pointer; font-weight: 900; list-style: none; }
.faq-section summary::after { content: "+"; position: absolute; right: 8px; color: var(--orange); font-size: 22px; }
.faq-section details[open] summary::after { content: "−"; }
.faq-section details p { margin: 0; padding: 0 40px 24px 20px; color: var(--muted); font-size: 17px; }

.access-section { background: #edf4fb; }
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.access-gallery { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10px; padding: 10px; background: white; box-shadow: var(--shadow); }
.access-photo { position: relative; margin: 0; overflow: hidden; background: var(--ink); }
.access-photo img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.access-photo-lesson img { object-position: center top; }
.access-photo figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 6px 9px; color: white; background: rgba(14,23,40,.82); font-size: 13px; font-weight: 900; line-height: 1.45; }
.access-section dl { margin: 26px 0 0; }
.access-section dl div { display: grid; grid-template-columns: 88px 1fr; padding: 12px 0; border-bottom: 1px solid var(--line); }
.access-section dt { color: var(--orange); font-size: 15px; font-weight: 900; }
.access-section dd { margin: 0; font-size: 17px; font-weight: 700; }
.access-map-card { overflow: hidden; margin-top: 42px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 14px 36px rgba(24,38,58,.08); }
.access-map-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; }
.access-map-heading h3 { margin: 3px 0 2px; font-size: 24px; }
.access-map-heading p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 15px; }
.access-map-heading .button { flex: none; }
.access-map-frame { min-height: 380px; border-top: 1px solid var(--line); background: #e7edf4; }
.access-map-frame iframe { display: block; width: 100%; height: 420px; border: 0; }

.contact-section { padding-block: 90px; color: white; background: var(--ink-deep); }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.contact-grid > div:first-child > p:not(.eyebrow) { color: #e1e7ef; font-size: 18px; }
.contact-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
.contact-methods a { display: grid; padding: 16px; border: 1px solid #44536a; }
.contact-methods b { font-size: 17px; }
.contact-methods span { color: #c6d0dd; font-size: 14px; }
.contact-panel { padding: 34px; color: var(--ink); background: white; box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.contact-panel > span { color: var(--orange); font-size: 14px; font-weight: 900; letter-spacing: .1em; }
.contact-panel h3 { margin: 12px 0; font-size: 23px; line-height: 1.5; }
.contact-panel p { color: var(--muted); font-size: 16px; }
.contact-panel .button { width: 100%; margin-top: 12px; }

.site-footer { padding: 64px 0 96px; color: #cbd4e1; background: #091221; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .8fr); gap: 50px; }
.brand-footer { color: white; }
.brand-footer + p { max-width: 320px; color: #aebacc; font-size: 14px; }
.footer-grid h2 { margin: 0 0 14px; color: white; font-size: 15px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a { font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 48px; padding-top: 20px; border-top: 1px solid #263247; color: #9aa9bc; font-size: 14px; }
.footer-copyright { display: inline-flex; align-items: center; gap: .38em; white-space: nowrap; }
.footer-copyright b { color: #cbd4e1; font-size: inherit; letter-spacing: .08em; }
.mobile-cta { display: none; }

.page-hero { position: relative; overflow: hidden; padding-block: 92px; color: white; background: var(--ink-deep); }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background: radial-gradient(circle at 85% 10%, #4b75a9, transparent 34%), radial-gradient(circle at 5% 100%, #f07200, transparent 26%); }
.page-hero .wrap { position: relative; z-index: 1; max-width: 980px; }
.page-hero h1 { margin: 12px 0 18px; font-size: clamp(38px, 5vw, 64px); line-height: 1.35; letter-spacing: -.04em; }
.page-hero p:not(.eyebrow) { max-width: 760px; margin: 0; color: #eef3f9; font-size: 19px; }
.page-hero .eyebrow { color: #fff; background: rgba(240,114,0,.95); }
.page-hero.kids-page { background: #253b68; }
.page-hero.senior-page { background: #174f55; }
.page-hero.business-page { background: var(--ink-deep); }
.page-hero.games-hero { display: flex; min-height: 440px; align-items: center; padding-block: 78px; background: var(--ink-deep); }
.page-hero.games-hero::before { opacity: 1; background: linear-gradient(90deg, rgba(14,23,40,.9) 0%, rgba(14,23,40,.73) 48%, rgba(14,23,40,.38) 100%), url('/assets/games-hero.jpg') center 42% / cover no-repeat; }
.page-hero.games-hero .wrap { width: min(1120px, calc(100% - 48px)); max-width: none; }
.page-hero.games-hero p:not(.eyebrow) { max-width: 660px; text-shadow: 0 2px 14px rgba(0,0,0,.55); }

.gallery-page-hero { padding-block: 68px 78px; background: #101c30; }
.gallery-page-hero::before { opacity: 1; background: radial-gradient(circle at 4% 110%, rgba(240,114,0,.3), transparent 32%), radial-gradient(circle at 92% 0, rgba(73,133,196,.32), transparent 38%), linear-gradient(135deg, rgba(255,255,255,.02), transparent 55%); }
.gallery-page-hero .wrap { max-width: none; }
.gallery-hero-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(480px, 1.05fr); gap: clamp(44px, 6vw, 82px); align-items: center; }
.gallery-hero-copy { position: relative; z-index: 3; }
.gallery-hero-copy h1 { word-break: keep-all; }
.gallery-hero-copy > p:not(.eyebrow) { max-width: 620px; color: #dce5f1; }
.gallery-hero-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.gallery-hero-points span { padding: 6px 12px; color: #eef5fc; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.07); font-size: 13px; font-weight: 800; }
.gallery-hero-showcase { position: relative; min-height: 420px; isolation: isolate; }
.gallery-hero-showcase::before { content: ""; position: absolute; z-index: -1; inset: 36px 24px 28px 54px; border: 1px solid rgba(255,178,87,.34); border-radius: 42px; transform: rotate(-2deg); }
.gallery-hero-card { position: absolute; overflow: hidden; margin: 0; border: 7px solid white; border-radius: 18px; background: white; box-shadow: 0 24px 64px rgba(0,0,0,.38); }
.gallery-hero-card img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.gallery-hero-card figcaption { position: absolute; right: 8px; bottom: 8px; padding: 5px 9px; color: white; border-radius: 7px; background: rgba(9,18,33,.84); font-size: 11px; font-weight: 800; line-height: 1.4; }
.gallery-hero-card-main { z-index: 2; top: 54px; right: 0; width: 80%; transform: rotate(1.5deg); }
.gallery-hero-card-main img { aspect-ratio: 3 / 2; }
.gallery-hero-card-kids { z-index: 3; top: 0; left: 0; width: 43%; transform: rotate(-4.5deg); }
.gallery-hero-card-senior { z-index: 4; bottom: 0; left: 18px; width: 48%; transform: rotate(-1.5deg); }
.gallery-hero-stamp { position: absolute; z-index: 5; right: -8px; bottom: -4px; display: grid; width: 92px; height: 92px; place-items: center; color: #17263c; border: 5px solid #fff; border-radius: 50%; background: #ffd55a; box-shadow: 0 14px 32px rgba(0,0,0,.3); font-size: 11px; font-weight: 900; letter-spacing: .08em; line-height: 1.25; text-align: center; transform: rotate(8deg); }

.price-page-hero { padding-block: 74px 86px; background: #101c30; }
.price-page-hero::before { opacity: 1; background: radial-gradient(circle at 17% 100%, rgba(240,114,0,.2), transparent 31%), radial-gradient(circle at 94% 3%, rgba(73,133,196,.28), transparent 34%), linear-gradient(135deg, rgba(255,255,255,.02), transparent 55%); }
.price-page-hero .wrap { max-width: none; }
.price-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(390px, .78fr); gap: clamp(42px, 6vw, 78px); align-items: center; }
.price-hero-copy { position: relative; z-index: 2; }
.price-hero-copy h1 { word-break: keep-all; }
.price-hero-copy > p:not(.eyebrow) { max-width: 650px; color: #dce5f1; }
.price-hero-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.price-hero-points span { padding: 7px 12px; color: #eaf2fb; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.07); font-size: 13px; font-weight: 800; }
.price-hero-visual { position: relative; z-index: 1; width: min(100%, 500px); margin: 0 18px 0 auto; padding: 10px; border: 1px solid rgba(255,255,255,.65); border-radius: 28px; background: white; box-shadow: 0 32px 80px rgba(0,0,0,.36); transform: rotate(1.2deg); }
.price-hero-visual::before { content: ""; position: absolute; z-index: -1; inset: -19px 18px 18px -19px; border: 1px solid rgba(255,178,87,.5); border-radius: 32px; transform: rotate(-3deg); }
.price-hero-visual img { display: block; width: 100%; height: auto; aspect-ratio: 1; border-radius: 20px; object-fit: cover; object-position: center top; }
.price-hero-visual figcaption { position: absolute; top: 22px; left: 24px; padding: 7px 10px; color: white; border-radius: 8px; background: rgba(9,18,33,.82); font-size: 12px; font-weight: 800; line-height: 1.45; text-align: center; }
.price-hero-ticket { position: absolute; right: -24px; bottom: -30px; display: grid; min-width: 225px; padding: 15px 19px; color: var(--ink); border: 1px solid #f1d7bb; border-radius: 15px; background: #fff8ee; box-shadow: 0 16px 34px rgba(0,0,0,.24); transform: rotate(-2deg); }
.price-hero-ticket small { color: var(--orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .06em; }
.price-hero-ticket strong { margin-top: 2px; font-size: 20px; line-height: 1.4; }

.tuition-section { background: radial-gradient(circle at 10% 8%, rgba(37,99,170,.08), transparent 24%), linear-gradient(180deg, #f4f8fc, #fff 72%); }
.price-as-of { margin: -22px 0 22px; color: var(--muted); font-size: 13px; font-weight: 800; text-align: right; }
.tuition-panel { overflow: hidden; border: 1px solid #ccd7e4; border-radius: 22px; background: white; box-shadow: 0 20px 52px rgba(24,38,58,.1); }
.tuition-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.tuition-table th, .tuition-table td { padding: 17px 20px; border-bottom: 1px solid var(--line); font-size: 15px; text-align: center; }
.tuition-table thead th { color: white; background: #17263c; font-size: 13px; letter-spacing: .04em; }
.tuition-table thead th:first-child { width: 25%; text-align: left; }
.tuition-table tbody th { text-align: left; background: #f7f9fc; }
.tuition-table tbody tr:last-child th, .tuition-table tbody tr:last-child td { border-bottom: 0; }
.tuition-table tbody tr.is-standard th, .tuition-table tbody tr.is-standard td { background: #fff6eb; }
.tuition-table tbody tr.is-standard th { box-shadow: inset 5px 0 var(--orange); }
.tuition-count { display: block; font-size: 21px; font-weight: 900; }
.tuition-table th small { display: block; margin-top: 1px; color: var(--orange-dark); font-size: 11px; font-weight: 900; }
.tuition-table td strong { color: var(--ink); font-size: 19px; }
.tuition-table td b { color: var(--green); font-size: 14px; }
.tuition-caption { margin: 0; padding: 15px 20px; color: var(--muted); border-top: 1px solid var(--line); background: #fafbfd; font-size: 13px; line-height: 1.7; }

.fee-essentials { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; margin-top: 26px; }
.entry-fee-card, .additional-fee-card { min-height: 100%; padding: 30px; border-radius: 20px; }
.entry-fee-card { color: white; background: linear-gradient(145deg, #152641, #0d1829); box-shadow: 0 20px 48px rgba(14,23,40,.18); }
.entry-fee-card .eyebrow { color: #ffb26f; }
.entry-fee-card h3, .additional-fee-card h3 { margin: 6px 0 20px; font-size: 24px; line-height: 1.45; }
.entry-fee-price { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.16); }
.entry-fee-price span { color: #bdc9d9; font-size: 14px; font-weight: 800; }
.entry-fee-price strong { font-size: 38px; line-height: 1; }
.entry-fee-price small { font-size: 16px; }
.entry-fee-campaign { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 15px; padding: 11px 13px; color: var(--ink); border-radius: 10px; background: #fff1de; }
.entry-fee-campaign span { font-size: 12px; font-weight: 900; }
.entry-fee-campaign b { color: var(--orange-dark); font-size: 21px; white-space: nowrap; }
.entry-fee-card > p:last-child { margin: 17px 0 0; color: #d7e0ec; font-size: 13px; line-height: 1.75; }
.additional-fee-card { border: 1px solid var(--line); background: white; box-shadow: 0 14px 38px rgba(24,38,58,.07); }
.additional-fee-card dl { margin: 0; }
.additional-fee-card dl div { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.additional-fee-card dt { color: #40516a; font-size: 14px; font-weight: 800; }
.additional-fee-card dd { margin: 0; color: var(--ink); font-size: 15px; font-weight: 900; text-align: right; }
.additional-fee-card dd small { display: block; color: var(--muted); font-size: 11px; }
.additional-fee-card > p:last-child { margin: 15px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.course-price-section { background: #f2f5f9; }
.course-price-section .section-heading h2 { word-break: keep-all; }
.course-price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.course-price-card { display: flex; min-height: 100%; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-top: 5px solid var(--blue); border-radius: 20px; background: white; box-shadow: 0 14px 38px rgba(24,38,58,.07); }
.course-price-card header { display: flex; align-items: center; gap: 15px; }
.course-price-icon { display: grid; width: 58px; height: 58px; flex: 0 0 auto; place-items: center; color: var(--blue); border-radius: 17px; background: #eaf3fd; }
.course-price-icon svg { width: 32px; height: 32px; }
.course-price-card header small { display: block; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.course-price-card h3 { margin: 3px 0 0; font-size: 23px; line-height: 1.45; }
.course-price-card > p { margin: 20px 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.course-price-main { display: grid; margin-top: auto; padding: 18px; border-radius: 14px; background: #f5f8fc; }
.course-price-main > small { color: var(--blue); font-size: 12px; font-weight: 900; }
.course-price-main strong { color: var(--orange-dark); font-size: 34px; line-height: 1.35; }
.course-price-main strong em { margin-left: 3px; color: var(--ink); font-size: 14px; font-style: normal; }
.course-price-main span { color: var(--muted); font-size: 12px; font-weight: 800; }
.course-price-card > a { margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 900; }
.course-price-links { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--line); }
.course-price-links a { color: var(--ink); font-size: 14px; font-weight: 900; }
.course-price-links a::after { content: " →"; color: var(--orange); }
.course-price-ai { border-top-color: #7351a5; }
.course-price-ai .course-price-icon { color: #7351a5; background: #f2ecfb; }
.course-price-ai header small, .course-price-ai .course-price-main > small { color: #684493; }
.course-price-kids { border-top-color: var(--orange); }
.course-price-kids .course-price-icon { color: var(--orange); background: #fff0e2; }
.course-price-kids header small, .course-price-kids .course-price-main > small { color: var(--orange-dark); }
.course-price-senior { border-top-color: var(--green); }
.course-price-senior .course-price-icon { color: var(--green); background: #e9f8ef; }
.course-price-senior header small { color: var(--green); }
.senior-price-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; }
.senior-price-options div { padding: 15px; border-radius: 12px; background: #eff8f2; }
.senior-price-options small { display: block; color: var(--green); font-size: 11px; font-weight: 900; }
.senior-price-options strong { display: block; margin-top: 4px; font-size: 17px; }
.course-price-card .course-condition { margin: 10px 0 0; color: #546274; font-size: 11px; font-weight: 800; }
.pricing-conditions-section { background: linear-gradient(180deg, #fff8ee, #fff3e2); }
.pricing-conditions-section .info-card { box-shadow: 0 10px 30px rgba(116,74,31,.06); }
.pricing-cta { margin-top: 34px; }

.access-page-hero { padding-block: 70px 86px; background: #11243d; }
.access-page-hero::before { opacity: .26; background: linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), radial-gradient(circle at 88% 12%, #326a99, transparent 34%), radial-gradient(circle at 5% 100%, #d55b00, transparent 28%); background-size: 42px 42px, 42px 42px, auto, auto; }
.access-page-hero .wrap { max-width: none; }
.access-hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(420px, .95fr); gap: clamp(44px, 6vw, 82px); align-items: center; }
.access-hero-copy { position: relative; z-index: 2; }
.access-hero-copy h1 { word-break: keep-all; }
.access-hero-copy > p:not(.eyebrow) { max-width: 660px; color: #e1eaf4; }
.access-hero-jumps { margin-top: 30px; }
.access-hero-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.access-hero-points span { padding: 7px 12px; color: #edf5fd; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.07); font-size: 13px; font-weight: 800; }
.access-hero-visual { position: relative; z-index: 1; margin: 0; padding: 10px; border: 1px solid rgba(255,255,255,.72); background: white; box-shadow: 0 34px 78px rgba(0,0,0,.34); }
.access-hero-visual::before { content: ""; position: absolute; z-index: -1; inset: -17px 20px 19px -19px; border: 1px dashed rgba(255,178,87,.7); transform: translate(7px, -5px); }
.access-hero-visual img { display: block; width: 100%; height: auto; aspect-ratio: 900 / 550; object-fit: cover; }
.access-hero-visual figcaption { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 10px 3px; color: var(--ink); font-size: 13px; font-weight: 700; }
.access-hero-visual figcaption b { font-size: 15px; }
.access-hero-visual figcaption span { color: var(--muted); text-align: right; }

.access-page-map-section { background: radial-gradient(circle at 10% 6%, rgba(37,99,170,.09), transparent 24%), #f7fafc; }
.access-page-map-section .section-heading { margin-bottom: 34px; }
.access-page-map-section .section-heading h2, .access-timetable-section .section-heading h2 { word-break: keep-all; }
.access-page-map-card { overflow: hidden; border: 2px solid var(--ink); background: #dfe8f1; box-shadow: 0 18px 45px rgba(24,38,58,.12); }
.access-page-map-card iframe { display: block; width: 100%; height: 560px; border: 0; }
.arrival-details { display: grid; grid-template-columns: 1.25fr .8fr 1fr; margin: 26px 0 0; border-block: 1px solid var(--line); background: white; }
.arrival-details > div { padding: 23px 26px; border-right: 1px solid var(--line); }
.arrival-details > div:last-child { border-right: 0; }
.arrival-details dt { margin-bottom: 6px; color: var(--orange-dark); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.arrival-details dd { margin: 0; color: var(--ink); font-size: 17px; font-weight: 800; line-height: 1.65; }
.arrival-details dd a { color: var(--blue); font-size: 21px; }
.arrival-details dd small { display: block; color: var(--muted); font-size: 12px; }
.access-map-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }

.access-timetable-section { background: #eef3f8; }
.schedule-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 900px; margin: 0 auto 24px; }
.schedule-summary > div { display: grid; gap: 3px; padding: 18px 20px; border-left: 5px solid var(--orange); background: white; box-shadow: 0 8px 24px rgba(24,38,58,.06); }
.schedule-summary small { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .06em; }
.schedule-summary strong { color: var(--ink); font-size: 22px; line-height: 1.35; }
.schedule-summary span { color: var(--muted); font-size: 12px; font-weight: 700; }
.compact-timetable-wrap { overflow: hidden; max-width: 820px; margin: auto; border: 1px solid #cfd9e5; background: white; box-shadow: 0 16px 42px rgba(24,38,58,.08); }
.compact-timetable { width: 100%; border-collapse: collapse; table-layout: fixed; }
.compact-timetable thead { color: white; background: var(--ink); }
.compact-timetable th, .compact-timetable td { height: 44px; padding: 7px 18px; border-bottom: 1px solid #e4eaf1; font-size: 14px; }
.compact-timetable thead th { font-size: 13px; font-weight: 900; text-align: center; }
.compact-timetable thead th:first-child { width: 58%; text-align: left; }
.compact-timetable tbody th { color: var(--ink); font-weight: 800; text-align: left; white-space: nowrap; }
.compact-timetable tbody th b { display: inline-block; width: 54px; color: var(--blue); }
.compact-timetable tbody th span { color: #3f4d60; }
.compact-timetable tbody td { text-align: center; }
.compact-timetable tbody tr:last-child th, .compact-timetable tbody tr:last-child td { border-bottom: 0; }
.compact-timetable .timetable-evening th, .compact-timetable .timetable-evening td { border-top: 3px solid #cbd7e5; }
.compact-timetable .timetable-break td { height: 30px; padding: 4px 12px; color: #687689; background: #f2f5f8; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-align: center; }
.slot-open { display: inline-block; min-width: 54px; padding: 3px 8px; color: #0a6b3e; border: 1px solid #9bcbb3; background: #edf8f2; font-size: 12px; font-weight: 900; }
.slot-closed { color: #8a95a3; font-size: 12px; font-weight: 800; }
.timetable-notes { max-width: 820px; margin: 22px auto 0; padding-left: 1.2em; color: var(--muted); font-size: 13px; font-weight: 700; line-height: 1.8; }

.access-route-section { background: linear-gradient(135deg, #fff9f0, #fff 58%); }
.access-route-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(42px, 6vw, 76px); align-items: center; }
.access-route-copy, .access-route-video { min-width: 0; }
.access-route-copy h2 { word-break: keep-all; }
.access-route-copy .route-video-note { color: #7a6854; font-size: 12px; font-weight: 700; line-height: 1.7; }
.route-help { display: grid; width: fit-content; margin-top: 26px; padding: 18px 20px; border-left: 5px solid var(--orange); background: white; box-shadow: 0 10px 30px rgba(116,74,31,.08); }
.route-help b { color: var(--ink); font-size: 13px; }
.route-help a { color: var(--blue); font-size: 24px; font-weight: 900; line-height: 1.4; }
.route-help span { color: var(--muted); font-size: 12px; font-weight: 700; }
.access-route-video { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: 10px solid white; background: #07111f; box-shadow: 0 22px 52px rgba(24,38,58,.2); }
.access-route-video iframe, .access-video-poster { display: block; width: 100%; height: 100%; border: 0; }
.access-video-poster { position: relative; padding: 0; color: white; background: #07111f; cursor: pointer; }
.access-video-poster img { display: block; width: 100%; height: 100%; object-fit: cover; }
.access-video-shade { position: absolute; inset: 0; background: linear-gradient(rgba(4,12,24,.12), rgba(4,12,24,.58)); }
.access-video-play { position: absolute; top: 50%; left: 50%; min-width: 210px; padding: 14px 20px; border: 2px solid white; background: #c64e00; box-shadow: 0 10px 30px rgba(0,0,0,.3); font-size: 16px; font-weight: 900; transform: translate(-50%, -50%); }
.access-video-play span { margin-right: 7px; }
.access-video-poster:hover .access-video-play, .access-video-poster:focus-visible .access-video-play { background: var(--orange); transform: translate(-50%, -50%) scale(1.04); }
.access-final-section { padding-block: 76px; background: var(--ink-deep); }
.access-final-cta { margin: 0; }

.content-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.content-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.legal-copy h2 { margin: 52px 0 12px; font-size: 25px; line-height: 1.5; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p, .legal-copy li { color: #455366; font-size: 17px; }
.legal-copy ul { padding-left: 1.4em; }
.link-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 24px; }
.link-list a { display: flex; align-items: center; min-height: 64px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 12px; color: var(--blue); background: white; font-weight: 900; }
.home-news-list { display: grid; border-top: 1px solid #cfd8e4; }
.home-news-item { display: grid; grid-template-columns: 135px 1fr auto; gap: 24px; align-items: center; min-height: 78px; padding: 14px 8px; border-bottom: 1px solid #cfd8e4; background: rgba(255,255,255,.58); transition: padding .2s ease, background .2s ease; }
.home-news-item:hover { padding-inline: 18px; background: white; }
.home-news-item time { color: var(--muted); font-size: 15px; font-weight: 700; }
.home-news-item span { font-weight: 800; }
.home-news-item b { color: var(--orange); font-size: 22px; }
.empty-state { margin: 0; padding: 24px; color: var(--muted); border-bottom: 1px solid #cfd8e4; background: white; font-size: 16px; }
.section-action { margin-top: 28px; }
.info-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 12px 34px rgba(24,38,58,.07); }
.info-card h2, .info-card h3 { margin-top: 0; line-height: 1.5; }
.info-card p, .info-card li { color: var(--muted); font-size: 17px; }
.info-card ul { padding-left: 1.25em; }
.soft-section { background: var(--mist); }
#news { background: #fff9f1; }
.warm-section { background: var(--warm); }
.check-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 14px 18px 14px 50px; border: 1px solid var(--line); border-radius: 13px; background: white; font-size: 17px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; top: 12px; left: 17px; display: grid; width: 24px; height: 24px; place-items: center; color: white; border-radius: 50%; background: var(--orange); font-size: 14px; }
.simple-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 14px; background: white; box-shadow: 0 10px 28px rgba(24,38,58,.07); }
.table-scroll { overflow-x: auto; padding: 4px 4px 14px; border-radius: 14px; }
.price-table { min-width: 890px; }
.price-table th, .price-table td { text-align: center; white-space: nowrap; }
.price-table thead th:first-child, .price-table tbody th { color: white; background: var(--ink); }
.simple-table th, .simple-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; font-size: 16px; }
.simple-table th { width: 32%; color: var(--ink); background: #edf4fb; }
.notice-box { padding: 22px 26px; border: 2px solid #f4c48e; border-radius: 16px; background: #fff9ef; font-size: 16px; }
.cta-box { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; padding: 34px; color: white; border-radius: 22px; background: var(--ink); }
.cta-box h2 { margin: 0 0 8px; font-size: 28px; }
.cta-box p { margin: 0; color: #e0e7f0; font-size: 17px; }
.cta-box .button-row { margin: 0; }
.breadcrumbs { padding-block: 14px; color: var(--muted); font-size: 14px; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.news-list { display: grid; gap: 12px; }
.news-item { display: grid; grid-template-columns: 140px 1fr auto; gap: 20px; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.news-item time { color: var(--muted); font-size: 15px; }
.news-item h2 { margin: 0; font-size: 19px; }
.news-item span { color: var(--orange); font-weight: 900; }
.form-grid { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field label { font-size: 16px; font-weight: 900; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 15px 16px; border: 2px solid #cbd5e1; border-radius: 10px; color: var(--ink); background: white; font-size: 17px; }
.form-field textarea { min-height: 160px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(37,99,170,.18); }
.required { margin-left: 6px; color: #b42318; font-size: 14px; }
.form-help { margin: 0; color: var(--muted); font-size: 15px; }

/* Real learner / project proof shared by course pages */
.real-case-section { overflow: hidden; background: #f2f6fa; }
.real-case-section .section-heading { max-width: 850px; }
.real-case-card { display: grid; overflow: hidden; grid-template-columns: minmax(300px,.86fr) minmax(0,1.14fr); max-width: 1080px; margin-top: 34px; border: 1px solid #d5dfe9; border-radius: 24px; background: white; box-shadow: 0 22px 54px rgba(24,38,58,.11); }
.real-case-media { position: relative; min-height: 440px; margin: 0; background: #17283b; }
.real-case-media::after { content: "実際の制作例"; position: absolute; right: 18px; bottom: 18px; padding: 7px 10px; color: #17283b; border-radius: 7px; background: #ffd800; font-size: 11px; font-weight: 900; letter-spacing: .06em; }
.real-case-media img { width: 100%; height: 100%; object-fit: cover; }
.real-case-body { padding: clamp(30px,4vw,48px); }
.real-case-body > h3 { margin: 11px 0 27px; font-size: clamp(25px,3vw,34px); line-height: 1.5; }
.real-case-flow { display: grid; gap: 0; margin: 0 0 28px; padding: 0; list-style: none; counter-reset: real-case-step; }
.real-case-flow li { position: relative; display: grid; grid-template-columns: 112px 1fr; gap: 18px; min-height: 86px; padding: 0 0 24px 0; counter-increment: real-case-step; }
.real-case-flow li:not(:last-child)::after { content: ""; position: absolute; top: 30px; bottom: -1px; left: 12px; width: 1px; background: #ccd8e5; }
.real-case-flow b { position: relative; padding-left: 35px; color: var(--blue); font-size: 13px; line-height: 1.7; }
.real-case-flow b::before { content: counter(real-case-step, decimal-leading-zero); position: absolute; z-index: 1; top: -3px; left: 0; display: grid; width: 25px; height: 25px; place-items: center; color: white; border-radius: 50%; background: var(--blue); font: 900 9px/1 Georgia, serif; }
.real-case-flow span { color: #4d5c6f; font-size: 14px; line-height: 1.8; }
.real-case-link { display: inline-flex; gap: 12px; align-items: center; color: var(--orange-dark); font-size: 15px; font-weight: 900; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.real-case-link span { color: inherit; font-size: 18px; transition: transform .18s ease; }
.real-case-link:hover span { transform: translateX(4px); }

[data-reveal] { opacity: 1; transform: none; }
[data-reveal].reveal-ready { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].reveal-ready.is-visible { opacity: 1; transform: none; }

.sub-hero { position: relative; overflow: hidden; padding-block: 110px; color: white; background: var(--ink-deep); }
.sub-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 20%, #314a6d 0, transparent 35%); }
.sub-hero-grid { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.business-hero h1 { font-size: clamp(42px, 4.1vw, 58px); }
.sub-hero-grid > div > p:last-of-type { color: #d0d9e5; }
.sub-hero aside { padding: 30px; border: 1px solid #526178; background: rgba(255,255,255,.05); }
.sub-hero aside small { color: #ffad65; font-weight: 900; letter-spacing: .16em; }
.sub-hero aside p { font-size: 18px; font-weight: 800; line-height: 1.6; }
.sub-hero aside ul { margin: 20px 0 0; padding: 0; list-style: none; }
.sub-hero aside li { padding: 8px 0; border-top: 1px solid #43536a; font-size: 16px; }
.business-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.business-service-grid article { position: relative; min-height: 430px; padding: 30px; border: 1px solid var(--line); background: white; }
.business-service-grid article > b { position: absolute; top: 22px; right: 24px; color: #e8edf3; font: 900 52px/1 Georgia, serif; }
.business-service-grid article > span { position: relative; color: var(--blue); font-size: 14px; font-weight: 900; letter-spacing: .12em; }
.business-service-grid h3 { position: relative; margin: 34px 0 16px; font-size: 22px; }
.business-service-grid p, .business-service-grid li { color: var(--muted); font-size: 16px; }
.business-service-grid ul { margin: 26px 0; padding-left: 18px; }
.business-service-grid a { color: var(--orange); font-size: 16px; font-weight: 900; }
.business-proof-section { background: var(--mist); }
.business-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.business-proof-card { display: flex; min-height: 310px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 34px rgba(24,38,58,.07); }
.business-proof-icon { display: grid; width: 54px; height: 54px; place-items: center; color: white; border-radius: 15px; background: var(--blue); font-size: 26px; font-weight: 900; }
.business-proof-card:nth-child(2) .business-proof-icon { background: var(--orange); }
.business-proof-card:nth-child(3) .business-proof-icon { background: var(--green); }
.business-proof-card small { margin-top: 22px; color: var(--blue); font-size: 14px; font-weight: 900; letter-spacing: .05em; }
.business-proof-card h3 { margin: 6px 0 10px; font-size: 21px; line-height: 1.55; }
.business-proof-card p { margin: 0; color: var(--muted); font-size: 16px; }
.business-proof-card a { margin-top: auto; padding-top: 18px; color: var(--orange-dark); font-size: 16px; font-weight: 900; }
.business-proof-cta { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; margin-top: 28px; padding: 26px 30px; border: 2px solid #cbd9e8; border-radius: var(--radius); background: white; }
.business-proof-cta p { margin: 0; color: var(--muted); font-size: 16px; }
.business-proof-cta b { display: block; margin-bottom: 4px; color: var(--ink); font-size: 20px; }
.business-choice { background: var(--mist); }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.choice-grid > div:first-child > p:last-child { color: var(--muted); }
.choice-grid > div:last-child { display: grid; gap: 10px; }
.choice-grid article { padding: 22px 24px; border-left: 4px solid var(--blue); background: white; }
.choice-grid article span { color: var(--orange); font-size: 14px; font-weight: 900; letter-spacing: .12em; }
.choice-grid article h3 { margin: 5px 0; font-size: 20px; }
.choice-grid article p { margin: 0; color: var(--muted); font-size: 16px; }
.pricing-note { background: white; }
.pricing-note > .wrap > p { color: var(--muted); text-align: center; }
.provisional-price { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }
.provisional-price div { display: grid; padding: 24px; border: 1px solid var(--line); }
.provisional-price small { color: var(--blue); font-weight: 900; letter-spacing: .12em; }
.provisional-price b { margin: 7px 0; font-size: 18px; }
.provisional-price span { color: var(--muted); font-size: 16px; }
.senior-price-grid { grid-template-columns: repeat(2, 1fr); max-width: 900px; margin-inline: auto; }

.business-page-hero {
  isolation: isolate;
  padding-block: 72px 78px;
  background: linear-gradient(130deg, #0c1728 0%, #102641 57%, #173d5b 100%);
}
.business-page-hero::before {
  opacity: 1;
  background:
    radial-gradient(circle at 5% 110%, rgba(240,114,0,.38), transparent 34%),
    radial-gradient(circle at 88% 4%, rgba(37,99,170,.42), transparent 32%);
}
.business-page-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.48) 50%, #000);
  mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.48) 50%, #000);
}
.business-hero-grid { position: relative; z-index: 1; display: grid; max-width: 1180px !important; grid-template-columns: 1.02fr .98fr; gap: 58px; align-items: center; }
.business-hero-copy h1 { margin: 12px 0 18px; font-size: clamp(38px, 4.3vw, 54px); line-height: 1.34; letter-spacing: -.045em; }
.business-hero-copy h1 span { white-space: nowrap; }
.business-hero-copy > p:not(.eyebrow) { max-width: 650px; }
.business-hero-visual { position: relative; margin: 0; padding: 9px; border: 1px solid rgba(255,255,255,.24); border-radius: 28px; background: rgba(255,255,255,.12); box-shadow: 0 30px 70px rgba(0,0,0,.32); transform: rotate(1.2deg); }
.business-hero-visual::before { content: ""; position: absolute; z-index: -1; inset: -14px 18px 16px -16px; border: 2px solid rgba(255,216,0,.7); border-radius: 31px; transform: rotate(-2.2deg); }
.business-hero-visual img { width: 100%; height: auto; aspect-ratio: 8 / 5; border-radius: 20px; object-fit: cover; }
.business-hero-visual figcaption { position: absolute; right: 26px; bottom: -24px; display: grid; min-width: 245px; padding: 14px 18px; color: var(--ink); border: 1px solid #d5b500; border-radius: 14px; background: #fffdf5; box-shadow: 0 16px 36px rgba(0,0,0,.22); transform: rotate(-1.2deg); }
.business-hero-visual figcaption strong { font-size: 17px; }
.business-hero-visual figcaption span { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.business-hero-textlink { display: inline-block; margin-top: 17px; color: #dce8f5; font-size: 14px; font-weight: 900; text-decoration: underline; text-decoration-color: rgba(255,255,255,.36); text-underline-offset: 5px; }
.business-hero-textlink:hover { color: white; }
.business-hero-trust { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 23px 0 0; padding: 0; list-style: none; }
.business-hero-trust li { position: relative; padding-left: 18px; color: #edf5fc; font-size: 12px; font-weight: 800; }
.business-hero-trust li::before { content: "✓"; position: absolute; left: 0; color: #ffd800; font-weight: 900; }
.business-jumpbar { position: relative; z-index: 2; border-bottom: 1px solid #d7e0eb; background: white; box-shadow: 0 8px 24px rgba(24,38,58,.06); }
.business-jumpbar .wrap { display: grid; grid-template-columns: repeat(6, 1fr); }
.business-jumpbar a { display: flex; min-height: 62px; align-items: center; justify-content: center; padding: 10px 14px; color: #27405f; border-right: 1px solid #e2e8f0; font-size: 14px; font-weight: 900; text-align: center; }
.business-jumpbar a:first-child { border-left: 1px solid #e2e8f0; }
.business-jumpbar a:hover { color: var(--blue); background: #f5f9fe; }

.business-fit-section { background: white; }
.business-fit-section .section-heading { max-width: 820px; margin-inline: auto; }
.business-fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.business-fit-grid article { position: relative; overflow: hidden; min-height: 205px; padding: 27px 25px; border: 1px solid #d8e1eb; border-top: 4px solid var(--blue); border-radius: 17px; background: linear-gradient(145deg, #fff, #f8fafc); box-shadow: 0 12px 30px rgba(22,43,67,.06); }
.business-fit-grid article::after { content: ""; position: absolute; right: -34px; bottom: -46px; width: 112px; height: 112px; border: 24px solid #eef3f8; border-radius: 50%; }
.business-fit-grid article:nth-child(2n) { border-top-color: var(--orange); }
.business-fit-grid span { position: relative; z-index: 1; color: #9babc0; font: 900 14px/1 Georgia, serif; letter-spacing: .09em; }
.business-fit-grid h3 { position: relative; z-index: 1; margin: 29px 0 8px; font-size: 20px; line-height: 1.5; }
.business-fit-grid p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.business-fit-action { margin: 27px 0 0; text-align: center; }
.business-fit-action a { color: var(--blue); font-weight: 900; text-decoration: underline; text-underline-offset: 5px; }

.business-systems-section { background: var(--mist); }
.business-systems-section .section-heading { max-width: 850px; }
.business-system-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.business-system-card { position: relative; display: flex; min-height: 510px; flex-direction: column; overflow: hidden; padding: 30px; border: 1px solid #d5dfeb; border-top: 6px solid var(--blue); border-radius: 18px; background: white; box-shadow: 0 16px 40px rgba(24,38,58,.08); }
.business-system-card:nth-child(2) { border-top-color: var(--orange); }
.business-system-card:nth-child(3) { border-top-color: var(--green); }
.business-system-number { position: absolute; top: 19px; right: 24px; color: #e5ebf2; font: 900 58px/1 Georgia, serif; }
.business-system-icon { display: grid; width: 50px; height: 50px; place-items: center; color: white; border-radius: 14px; background: var(--blue); font-size: 22px; font-weight: 900; }
.business-system-card:nth-child(2) .business-system-icon { background: var(--orange); }
.business-system-card:nth-child(3) .business-system-icon { background: var(--green); }
.business-system-card small { position: relative; margin-top: 22px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.business-system-card:nth-child(2) small { color: var(--orange-dark); }
.business-system-card:nth-child(3) small { color: var(--green); }
.business-system-card h3 { position: relative; margin: 7px 0 13px; font-size: 22px; line-height: 1.55; }
.business-system-card p { margin: 0; color: var(--muted); font-size: 15px; }
.business-system-card ul { margin: auto 0 0; padding: 20px 0 0; list-style: none; }
.business-system-card li { position: relative; padding: 7px 0 7px 22px; border-top: 1px solid #e8edf3; color: #405168; font-size: 14px; font-weight: 700; }
.business-system-card li::before { content: ""; position: absolute; top: 16px; left: 2px; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.business-system-card:nth-child(2) li::before { background: var(--orange); }
.business-system-card:nth-child(3) li::before { background: var(--green); }
.business-system-note { margin: 24px 0 0; padding: 17px 20px; color: #33475f; border-left: 4px solid #ffd800; background: #fff9d8; font-size: 14px; font-weight: 700; }

.business-case-section { background: #fff; }
.business-case-section .section-heading { max-width: 900px; }
.business-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.business-case-card { display: flex; min-height: 555px; flex-direction: column; padding: 27px; border: 1px solid #cedae7; border-radius: 20px; background: #f8fafc; box-shadow: 0 18px 42px rgba(21,42,67,.08); }
.business-case-card > header { display: flex; min-height: 31px; align-items: center; justify-content: space-between; gap: 12px; }
.business-case-number { color: var(--blue); font: 900 13px/1 Georgia, serif; letter-spacing: .11em; }
.business-case-status { padding: 6px 9px; border-radius: 999px; font-size: 10px; line-height: 1.2; }
.business-case-status.is-live { color: #075e35; background: #dff4e8; }
.business-case-status.is-building { color: #8b4300; background: #fff0d9; }
.business-case-status.is-development { color: #1b578d; background: #e2effb; }
.business-case-card h3 { min-height: 92px; margin: 24px 0 18px; font-size: 22px; line-height: 1.55; }
.business-case-card dl { display: grid; gap: 1px; margin: 0; overflow: hidden; border: 1px solid #d7e0e9; border-radius: 13px; background: #d7e0e9; }
.business-case-card dl div { padding: 15px 16px; background: white; }
.business-case-card dt { margin-bottom: 5px; color: var(--orange-dark); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.business-case-card dd { margin: 0; color: #48566a; font-size: 13px; line-height: 1.75; }
.business-case-card > a { margin-top: auto; padding-top: 20px; color: var(--blue); font-size: 14px; font-weight: 900; }
.business-case-private { margin: auto 0 0; padding-top: 18px; color: #6d7989; font-size: 11px; line-height: 1.7; }
.business-case-note { margin: 18px 0 0; color: #677487; font-size: 11px; line-height: 1.7; text-align: right; }
.business-owner-card { display: grid; overflow: hidden; grid-template-columns: 245px 1fr; gap: 38px; align-items: center; margin-top: 34px; padding: 34px 42px 34px 28px; color: white; border-radius: 24px; background: linear-gradient(125deg, #0d1b2e 0%, #153755 100%); box-shadow: 0 24px 60px rgba(16,37,60,.2); }
.business-owner-photo { position: relative; justify-self: center; }
.business-owner-photo::before { content: ""; position: absolute; inset: 14px -13px -12px 15px; border: 2px solid rgba(255,216,0,.72); border-radius: 24px; transform: rotate(3deg); }
.business-owner-photo img { position: relative; display: block; width: 210px; height: 222px; border: 6px solid white; border-radius: 22px; object-fit: cover; }
.business-owner-card .eyebrow { color: #10243f; background: #ffd800; }
.business-owner-card h3 { margin: 15px 0 12px; font-size: clamp(27px, 3.2vw, 40px); line-height: 1.45; }
.business-owner-card p:not(.eyebrow) { margin: 0; color: #dce8f3; font-size: 15px; line-height: 1.9; }
.business-owner-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 19px 0 17px; padding: 0; list-style: none; }
.business-owner-card li { padding: 6px 10px; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; background: rgba(255,255,255,.07); font-size: 11px; font-weight: 900; }
.business-owner-card a { color: #ffd800; font-size: 14px; font-weight: 900; }

.business-check-section { position: relative; overflow: hidden; background: #fff5e6; }
.business-check-section::before { content: ""; position: absolute; top: -170px; left: -150px; width: 390px; height: 390px; border: 70px solid rgba(230,113,22,.08); border-radius: 50%; }
.business-check-layout { position: relative; display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(36px,6vw,78px); align-items: start; }
.business-check-intro { position: sticky; top: 105px; }
.business-check-intro h2 { margin: 14px 0; font-size: clamp(32px,4vw,48px); line-height: 1.45; }
.business-check-intro > p:not(.eyebrow):not(.business-check-privacy) { color: #4f5b6b; font-size: 15px; line-height: 1.9; }
.business-check-intro ol { display: grid; gap: 12px; margin: 28px 0 20px; padding: 0; list-style: none; }
.business-check-intro li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; color: #2e3c50; font-size: 14px; font-weight: 800; }
.business-check-intro li b { display: grid; width: 38px; height: 38px; place-items: center; color: white; border-radius: 11px; background: var(--blue); }
.business-check-privacy { margin: 0; padding: 13px 15px; color: #6b4c2c; border-left: 3px solid var(--orange); background: rgba(255,255,255,.62); font-size: 11px; line-height: 1.7; }
.business-check-form { padding: 32px; border: 1px solid #ead7bd; border-radius: 23px; background: white; box-shadow: 0 22px 55px rgba(97,67,29,.11); }
.business-check-form fieldset { margin: 0 0 28px; padding: 0; border: 0; }
.business-check-form legend { width: 100%; margin: 0 0 13px; color: var(--ink); font-size: 16px; font-weight: 900; }
.business-check-form legend span { display: inline-block; margin-right: 10px; color: var(--orange-dark); font: 900 14px/1 Georgia, serif; }
.business-check-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.business-check-options.is-compact { grid-template-columns: repeat(3, 1fr); }
.business-check-options label { position: relative; cursor: pointer; }
.business-check-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.business-check-options label > span { display: flex; min-height: 54px; align-items: center; padding: 11px 14px 11px 38px; color: #425168; border: 1px solid #ccd7e3; border-radius: 11px; background: #fbfcfe; font-size: 12px; font-weight: 800; line-height: 1.55; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.business-check-options label > span::before { content: ""; position: absolute; left: 14px; width: 13px; height: 13px; border: 2px solid #9babbc; border-radius: 50%; background: white; box-shadow: inset 0 0 0 3px white; }
.business-check-options input:checked + span { color: #12385f; border-color: var(--blue); background: #edf5fd; transform: translateY(-1px); }
.business-check-options input:checked + span::before { border-color: var(--blue); background: var(--blue); }
.business-check-options input:focus-visible + span { outline: 3px solid rgba(37,99,170,.28); outline-offset: 2px; }
.business-check-submit { width: 100%; }
.business-check-error { min-height: 1px; margin: 8px 0 0; color: #a53b21; font-size: 12px; }
.business-check-result { margin-top: 23px; padding: 27px; color: white; border-radius: 18px; background: linear-gradient(130deg, #0e2138, #184b6b); box-shadow: 0 18px 42px rgba(18,52,80,.24); }
.business-check-result[hidden] { display: none; }
.business-check-result > small { color: #ffd800; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.business-check-result h3 { margin: 8px 0 10px; font-size: 25px; line-height: 1.5; }
.business-check-result > p { margin: 0; color: #dce8f4; font-size: 13px; line-height: 1.8; }
.business-check-result > strong { display: block; margin-top: 15px; color: white; font-size: 13px; line-height: 1.7; }
.business-check-result .button-row { margin-top: 20px; }
.business-check-result .button-ghost { color: white; border-color: rgba(255,255,255,.5); background: transparent; }

.business-plans-section { background: white; }
.business-plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 1050px; margin-inline: auto; }
.business-plan-card { position: relative; display: flex; min-height: 690px; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 16px 44px rgba(24,38,58,.08); }
.business-plan-featured { border: 2px solid var(--orange); box-shadow: 0 22px 54px rgba(169,67,0,.14); }
.business-plan-label { position: absolute; top: -15px; right: 22px; padding: 5px 14px; color: white; border-radius: 999px; background: var(--orange); font-size: 12px; font-weight: 900; }
.business-plan-head { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: end; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.business-plan-head small { color: var(--blue); font-size: 13px; font-weight: 900; }
.business-plan-featured .business-plan-head small { color: var(--orange-dark); }
.business-plan-head h3 { margin: 3px 0 0; font-size: 27px; }
.business-plan-head > p { margin: 0; color: var(--ink); font-size: 15px; font-weight: 900; text-align: right; white-space: nowrap; }
.business-plan-head strong { color: var(--orange-dark); font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.business-plan-head > p span { display: block; color: var(--muted); font-size: 11px; }
.business-plan-card > p { margin: 22px 0 0; color: var(--muted); font-size: 15px; }
.business-check-list { margin: 20px 0 26px; padding: 0; list-style: none; }
.business-check-list li { position: relative; padding: 9px 0 9px 30px; border-bottom: 1px solid #edf1f5; color: #34475d; font-size: 14px; font-weight: 700; }
.business-check-list li::before { content: "✓"; position: absolute; left: 3px; color: var(--green); font-weight: 900; }
.business-plan-card .button { width: 100%; margin-top: auto; }
.business-scope-note { display: grid; grid-template-columns: auto 1fr; gap: 20px; max-width: 1050px; align-items: start; margin: 24px auto 0; padding: 20px 22px; border: 1px solid #d5dfeb; border-radius: 14px; background: #f7f9fc; }
.business-scope-note strong { color: var(--blue); font-size: 14px; white-space: nowrap; }
.business-scope-note p { margin: 0; color: var(--muted); font-size: 14px; }

.business-examples-section { background: var(--mist); }
.business-examples-section .section-heading { max-width: 880px; }
.business-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.business-capability-grid article { padding: 26px; border: 1px solid #d8e1eb; border-radius: 16px; background: white; }
.business-capability-grid article > span { display: grid; width: 46px; height: 46px; place-items: center; color: white; border-radius: 13px; background: var(--ink); font-size: 15px; font-weight: 900; }
.business-capability-grid article:nth-child(2) > span, .business-capability-grid article:nth-child(5) > span { background: var(--blue); }
.business-capability-grid article:nth-child(3) > span, .business-capability-grid article:nth-child(6) > span { background: var(--orange); }
.business-capability-grid h3 { margin: 16px 0 12px; font-size: 19px; line-height: 1.5; }
.business-capability-grid ul { margin: 0; padding-left: 1.2em; }
.business-capability-grid li { padding: 3px 0; color: var(--muted); font-size: 14px; }
.business-boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.business-boundary-grid p { margin: 0; padding: 20px 22px; color: var(--muted); border: 1px solid #d8e1eb; border-radius: 14px; background: white; font-size: 13px; }
.business-boundary-grid strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 15px; }

.business-process-section { background: white; }
.business-process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); list-style: none; }
.business-process-list li { min-height: 250px; padding: 26px; background: white; }
.business-process-list li > span { color: var(--orange-dark); font: 900 34px/1 Georgia, serif; }
.business-process-list strong { display: block; margin-top: 40px; font-size: 19px; }
.business-process-list p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.business-faq-section { background: #f7f9fc; }
.business-faq-list { max-width: 900px; }
.business-faq-list details { border-top: 1px solid #cad5e2; }
.business-faq-list details:last-child { border-bottom: 1px solid #cad5e2; }
.business-faq-list summary { position: relative; padding: 22px 54px 22px 4px; cursor: pointer; font-size: 17px; font-weight: 900; list-style: none; }
.business-faq-list summary::-webkit-details-marker { display: none; }
.business-faq-list summary::after { content: "+"; position: absolute; top: 18px; right: 8px; display: grid; width: 34px; height: 34px; place-items: center; color: var(--blue); border: 1px solid #b9c9db; border-radius: 50%; font-size: 22px; }
.business-faq-list details[open] summary::after { content: "−"; }
.business-faq-list details p { margin: 0; padding: 0 54px 22px 4px; color: var(--muted); font-size: 15px; }
.business-contact-section { background: var(--ink-deep); }

.reveal { animation: reveal .75s cubic-bezier(.2,.8,.2,1) both; }
.delay-1 { animation-delay: .12s; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 1120px) {
  .desktop-nav, .header-actions { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-button { display: inline-flex; align-items: center; justify-content: center; min-width: 48px; min-height: 48px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: white; font-size: 16px; font-weight: 900; cursor: pointer; }
  .mobile-nav { position: absolute; right: 0; left: 0; display: grid; padding: 12px 24px 20px; border-top: 1px solid var(--line); background: white; box-shadow: 0 15px 30px rgba(0,0,0,.12); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { display: flex; align-items: center; min-height: 52px; gap: 12px; padding: 10px 8px; border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 800; }
  .mobile-nav .nav-icon { width: 23px; height: 23px; }
  .mobile-nav .nav-link-business { margin-block: 6px; padding-inline: 14px; color: #174e83; border: 1px solid #cfe0f2; border-radius: 10px; background: #f1f7fd; }
  .mobile-nav .mobile-login-icon { width: 52px; min-height: 52px; justify-content: center; margin-top: 8px; padding: 0; color: var(--muted); border: 1px solid var(--line); border-radius: 12px; background: #f8fafc; }
  .site-footer { padding-bottom: 116px; }
  .mobile-cta { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1.35fr; gap: 4px; padding: 7px 7px calc(7px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: white; box-shadow: 0 -8px 20px rgba(0,0,0,.1); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; min-height: 48px; padding-inline: 8px; color: white; background: var(--orange); border-radius: 6px; font-size: 16px; font-weight: 900; line-height: 1.35; text-align: center; }
  .mobile-cta .line-cta { background: var(--green); }
}

@media (max-width: 900px) {
  .sub-hero-grid, .teacher-grid, .business-grid, .access-grid, .contact-grid, .choice-grid { grid-template-columns: 1fr; }
  .price-hero-grid { grid-template-columns: 1fr; }
  .gallery-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .gallery-hero-showcase { width: min(100%, 720px); min-height: 430px; margin: 0 auto; }
  .access-hero-grid, .access-route-grid { grid-template-columns: 1fr; }
  .access-hero-visual { width: min(100%, 720px); margin: 8px auto 0; }
  .access-page-map-card iframe { height: 480px; }
  .price-hero-visual { width: min(100%, 620px); margin: 20px auto 12px; transform: none; }
  .price-hero-visual img { aspect-ratio: 16 / 10; object-position: center 18%; }
  .fee-essentials, .course-price-grid { grid-template-columns: 1fr; }
  .hero-inner { min-height: auto; padding-block: 70px 95px; }
  .course-grid, .proof-grid, .reason-grid, .review-grid, .price-grid, .business-service-grid, .business-proof-grid, .work-proof-grid, .game-portal-grid { grid-template-columns: 1fr; }
  .reviews-heading-row { grid-template-columns: 1fr; gap: 0; }
  .google-review-score { min-height: 0; }
  .review-card { min-height: 0; }
  .reviews-foot { align-items: flex-start; flex-direction: column; }
  .game-corner-link { grid-template-columns: auto 1fr; }
  .game-corner-link > a { grid-column: 1 / -1; justify-content: center; }
  .course-card { display: grid; grid-template-columns: .7fr 1fr; }
  .course-image { height: 100%; aspect-ratio: auto; }
  .course-body h3, .course-body p { min-height: 0; }
  .reason-grid article { min-height: 0; }
  .price-grid article.featured { transform: none; }
  .flow-grid { grid-template-columns: 1fr 1fr; gap: 1px; background: #ecdcc8; }
  .flow-grid li { border: 0; border-radius: 0; }
  .flow-spotlight { grid-template-columns: 1fr; }
  .flow-illustration img { min-height: 0; aspect-ratio: 3 / 2; }
  .teacher-photo { margin-inline: auto; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .content-grid-3 { grid-template-columns: 1fr; }
  .content-grid-2 { grid-template-columns: 1fr; }
  .real-case-card { grid-template-columns: 1fr; }
  .real-case-media { min-height: 0; aspect-ratio: 16 / 9; }
  .cta-box { grid-template-columns: 1fr; }
  .cta-box .button-row { margin-top: 8px; }
  .senior-price-grid { grid-template-columns: 1fr; }
  .system-proof-strip { grid-template-columns: 1fr; }
  .business-proof-cta { grid-template-columns: 1fr; }
  .business-hero-grid { grid-template-columns: 1fr; }
  .business-hero-visual { width: min(100%, 720px); margin: 10px auto 8px; }
  .business-fit-grid { grid-template-columns: 1fr 1fr; }
  .business-case-grid { grid-template-columns: 1fr; }
  .business-case-card { min-height: 0; }
  .business-case-card h3 { min-height: 0; }
  .business-owner-card { grid-template-columns: 220px 1fr; gap: 28px; padding-right: 30px; }
  .business-owner-photo img { width: 190px; height: 201px; }
  .business-check-layout { grid-template-columns: 1fr; }
  .business-check-intro { position: static; }
  .business-system-grid, .business-capability-grid { grid-template-columns: 1fr; }
  .business-system-card { min-height: 0; }
  .business-plan-grid { grid-template-columns: 1fr; max-width: 680px; }
  .business-plan-card { min-height: 0; }
  .business-process-list { grid-template-columns: 1fr 1fr; }
  .business-process-list li { min-height: 220px; }
  .access-map-heading { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 32px, 1120px); }
  .site-header .brand small { display: none; }
  .section { padding-block: 72px; }
  .hero-inner { padding-block: 58px 66px; }
  .hero h1, .sub-hero h1 { font-size: clamp(34px, 10vw, 39px); }
  .hero-last { white-space: normal; }
  .hero-lead { font-size: 17px; }
  .button-row { display: grid; }
  .course-section-heading h2 { white-space: normal; }
  .section-heading-icon { width: 44px; height: 44px; border-radius: 13px; }
  .button { width: 100%; }
  .real-case-card { margin-top: 26px; border-radius: 18px; }
  .real-case-body { padding: 26px 21px 30px; }
  .real-case-body > h3 { margin-bottom: 24px; font-size: 24px; }
  .real-case-flow li { grid-template-columns: 1fr; gap: 6px; min-height: 0; padding: 0 0 25px 37px; }
  .real-case-flow li:not(:last-child)::after { top: 29px; bottom: 0; left: 12px; }
  .real-case-flow b { padding-left: 0; }
  .real-case-flow b::before { left: -37px; }
  .real-case-media::after { right: 12px; bottom: 12px; }
  .hero::before { background: linear-gradient(rgba(14,23,40,.68), rgba(14,23,40,.68)), url('/assets/classroom-collage.jpg') center / cover no-repeat; }
  .trust-bar .wrap { width: 100%; grid-template-columns: 1fr 1fr; }
  .trust-bar span:nth-child(odd) { border-left: 0; }
  .trust-bar span { border-bottom: 1px solid rgba(255,255,255,.22); }
  .course-card { display: block; }
  .course-image { aspect-ratio: 1.6; }
  .teacher-grid { gap: 46px; }
  .teacher-photo { max-width: 300px; }
  .proof-section blockquote { margin-inline: 0; }
  .work-proof-body { padding: 22px; }
  .work-proof-actions { display: grid; }
  .work-proof-actions .button { width: 100%; }
  .system-proof-strip { padding: 26px; }
  .system-flow { grid-template-columns: 1fr; }
  .system-flow b { transform: rotate(90deg); text-align: center; }
  .business-proof-card { min-height: 0; }
  .business-proof-cta .button-row { display: grid; margin-top: 6px; }
  .business-page-hero { padding-block: 56px 68px; }
  .gallery-page-hero { padding-block: 54px 72px; }
  .gallery-hero-grid { gap: 28px; }
  .gallery-hero-copy h1 { font-size: clamp(34px, 10vw, 42px); }
  .gallery-hero-showcase { min-height: 320px; }
  .gallery-hero-showcase::before { inset: 24px 12px 18px 24px; border-radius: 28px; }
  .gallery-hero-card { border-width: 4px; border-radius: 12px; }
  .gallery-hero-card figcaption { right: 5px; bottom: 5px; padding: 4px 7px; font-size: 9px; }
  .gallery-hero-card-main { top: 43px; width: 82%; }
  .gallery-hero-card-kids { width: 45%; }
  .gallery-hero-card-senior { left: 7px; width: 50%; }
  .gallery-hero-stamp { right: -3px; width: 70px; height: 70px; border-width: 4px; font-size: 9px; }
  .business-hero-grid { gap: 38px; }
  .business-hero-copy h1 { font-size: clamp(34px, 10vw, 42px); }
  .business-hero-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 12px; }
  .business-hero-visual { padding: 6px; border-radius: 21px; transform: none; }
  .business-hero-visual::before { inset: -9px 10px 10px -10px; border-radius: 23px; transform: rotate(-1.2deg); }
  .business-hero-visual img { border-radius: 15px; }
  .business-hero-visual figcaption { right: 8px; bottom: -30px; min-width: 215px; padding: 11px 14px; }
  .business-systems-section .section-heading h2 { font-size: 27px; }
  .business-plan-title span { display: block; }
  .business-examples-section .section-heading h2 { font-size: 25px; }
  .business-jumpbar .wrap { width: 100%; grid-template-columns: 1fr 1fr; }
  .business-jumpbar a { min-height: 54px; border-bottom: 1px solid #e2e8f0; font-size: 12px; }
  .business-fit-grid { grid-template-columns: 1fr; }
  .business-fit-grid article { min-height: 0; }
  .business-case-card { padding: 23px; }
  .business-case-card > header { align-items: flex-start; flex-direction: column; }
  .business-case-note { text-align: left; }
  .business-owner-card { grid-template-columns: 1fr; gap: 28px; padding: 30px 24px; }
  .business-owner-card > div:last-child { text-align: left; }
  .business-owner-card ul { align-items: flex-start; flex-direction: column; }
  .business-check-form { padding: 23px; }
  .business-check-options, .business-check-options.is-compact { grid-template-columns: 1fr; }
  .business-check-result { padding: 23px; }
  .business-system-card, .business-plan-card, .business-capability-grid article { padding: 23px; }
  .business-system-number { font-size: 48px; }
  .business-plan-head { grid-template-columns: 1fr; gap: 12px; }
  .business-plan-head > p { text-align: left; }
  .business-plan-head strong { font-size: 34px; }
  .business-scope-note, .business-boundary-grid { grid-template-columns: 1fr; }
  .business-process-list { grid-template-columns: 1fr; }
  .business-process-list li { display: grid; min-height: 0; grid-template-columns: 52px 1fr; gap: 10px; padding: 22px; }
  .business-process-list strong { margin-top: 0; }
  .business-faq-list summary { padding-right: 48px; font-size: 15px; }
  .business-faq-list details p { padding-right: 8px; font-size: 14px; }
  .business-band { padding-block: 65px; }
  .business-grid { gap: 36px; }
  .flow-grid { grid-template-columns: 1fr; }
  .flow-spotlight { border-radius: 18px; }
  .flow-spotlight-copy { padding: 26px; }
  .flow-spotlight-copy .button { width: 100%; }
  .flow-grid { gap: 1px; }
  .flow-grid li { min-height: 0; }
  .contact-methods, .provisional-price { grid-template-columns: 1fr; }
  .contact-panel { padding: 26px; }
  .access-section dl div { grid-template-columns: 70px 1fr; }
  .access-gallery { grid-template-columns: 1fr; }
  .access-photo img { min-height: 240px; aspect-ratio: 1.35; }
  .access-map-heading { padding: 22px; }
  .access-map-heading .button { width: 100%; }
  .access-map-frame, .access-map-frame iframe { min-height: 340px; height: 340px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .desktop-only { display: none; }
  .page-hero { padding-block: 62px; }
  .price-page-hero { padding-block: 58px 78px; }
  .access-page-hero { padding-block: 58px 72px; }
  .access-hero-grid { gap: 34px; }
  .access-hero-jumps { margin-top: 24px; }
  .access-hero-points { gap: 6px; }
  .access-hero-points span { padding: 6px 9px; font-size: 11px; }
  .access-hero-visual { padding: 7px; }
  .access-hero-visual::before { inset: -9px 10px 10px -10px; }
  .access-hero-visual figcaption { align-items: flex-start; flex-direction: column; gap: 2px; padding: 10px 6px 2px; }
  .access-hero-visual figcaption span { text-align: left; }
  .access-page-map-section .section-heading { margin-bottom: 25px; }
  .access-page-map-card iframe { height: 380px; }
  .arrival-details { grid-template-columns: 1fr; }
  .arrival-details > div { padding: 18px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .arrival-details > div:last-child { border-bottom: 0; }
  .access-map-actions { display: grid; }
  .schedule-summary { grid-template-columns: 1fr 1fr; gap: 10px; }
  .schedule-summary > div { padding: 15px 14px; }
  .schedule-summary > div:last-child { grid-column: 1 / -1; }
  .schedule-summary strong { font-size: 19px; }
  .compact-timetable th, .compact-timetable td { height: 42px; padding: 7px 9px; font-size: 13px; }
  .compact-timetable thead th:first-child { width: 62%; }
  .compact-timetable tbody th b { width: 44px; }
  .slot-open { min-width: 48px; padding-inline: 6px; }
  .access-route-grid { gap: 32px; }
  .access-route-video { border-width: 6px; }
  .access-video-play { min-width: 190px; padding: 12px 15px; font-size: 14px; }
  .access-final-section { padding-block: 64px; }
  .price-hero-grid { gap: 32px; }
  .price-hero-points { gap: 6px; }
  .price-hero-points span { padding: 6px 9px; font-size: 11px; }
  .price-hero-visual { margin-top: 0; padding: 8px; border-radius: 21px; }
  .price-hero-visual::before { inset: -10px 10px 10px -10px; border-radius: 24px; }
  .price-hero-visual img { aspect-ratio: 4 / 3; border-radius: 15px; }
  .price-hero-visual figcaption { top: 15px; left: 16px; font-size: 10px; }
  .price-hero-ticket { right: 8px; bottom: -33px; min-width: 205px; padding: 12px 15px; }
  .price-hero-ticket strong { font-size: 18px; }
  .price-as-of { margin-top: -18px; text-align: center; }
  .tuition-panel { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .tuition-table, .tuition-table tbody { display: block; }
  .tuition-table thead { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); white-space: nowrap; }
  .tuition-table tbody { display: grid; gap: 12px; }
  .tuition-table tbody tr { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 16px; padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: 0 8px 24px rgba(24,38,58,.06); }
  .tuition-table tbody tr.is-standard { border: 2px solid #e4a15d; background: #fff8ef; }
  .tuition-table tbody th { display: flex; grid-column: 1 / -1; width: auto; align-items: center; justify-content: space-between; gap: 10px; padding: 0 0 9px; color: var(--ink); border-bottom: 1px solid var(--line); background: transparent; box-shadow: none !important; }
  .tuition-table th small { margin: 0; }
  .tuition-table td { display: block; width: auto; padding: 4px 0; border: 0; text-align: left; }
  .tuition-table td::before { content: attr(data-label); display: block; margin-bottom: 1px; color: var(--muted); font-size: 10px; font-weight: 800; }
  .tuition-table td strong { font-size: 17px; }
  .tuition-caption { margin-top: 13px; border: 1px solid var(--line); border-radius: 12px; }
  .entry-fee-card, .additional-fee-card, .course-price-card { padding: 24px; }
  .entry-fee-price strong { font-size: 33px; }
  .entry-fee-campaign { align-items: flex-start; flex-direction: column; gap: 2px; }
  .additional-fee-card dl div { grid-template-columns: 1fr; gap: 2px; }
  .additional-fee-card dd { text-align: left; }
  .course-price-card h3 { font-size: 20px; }
  .course-price-main strong { font-size: 30px; }
  .senior-price-options { grid-template-columns: 1fr; }
  .pricing-conditions-section .content-grid-3 { gap: 12px; }
  .page-hero.games-hero { min-height: 400px; padding-block: 64px; }
  .page-hero.games-hero::before { background: linear-gradient(rgba(14,23,40,.72), rgba(14,23,40,.72)), url('/assets/games-hero.jpg') 58% center / cover no-repeat; }
  .page-hero h1 { font-size: 36px; }
  .page-hero p:not(.eyebrow) { font-size: 17px; }
  .simple-table, .simple-table tbody, .simple-table tr, .simple-table th, .simple-table td { display: block; width: 100%; }
  .simple-table th { padding-bottom: 7px; border-bottom: 0; }
  .simple-table td { padding-top: 7px; }
  .news-item { grid-template-columns: 1fr; gap: 6px; }
  .news-item span { display: none; }
  .form-row { grid-template-columns: 1fr; }
}
