:root{
  --alice:#EEF3F7; --alice-deep:#DCE6EE; --sky:#7FA8C4; --sky-deep:#3E6E8E; --navy:#233E52;
  --peach:#B98368; --peach-deep:#96603F;
  --leaf-bg:#EEF1EA; --peach-bg:#F5EFE9;
  --ink:#2B333A; --ink-soft:#67727B;
  --white:#FFFFFF;
  --shadow:0 8px 20px rgba(35,62,82,.10);
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Zen Kaku Gothic New',sans-serif; color:var(--ink); background:var(--alice); line-height:1.95;}
h1,h2,h3,.maru{font-family:'Shippori Mincho',serif;}
h1,h2{text-wrap:balance;}
img{display:block; max-width:100%;}
.wrap{max-width:1080px; margin:0 auto; padding:0 24px;}
section{padding:92px 0;}
@media (max-width:720px){section{padding:60px 0;} .wrap{padding:0 20px;}}
.eyebrow{display:inline-flex; align-items:center; gap:10px; font-size:.78rem; letter-spacing:.18em; color:var(--sky-deep); font-weight:700;}
.eyebrow::before{content:''; width:22px; height:2px; background:var(--sky-deep); border-radius:2px;}
.sr-only{position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap;}

header{position:sticky; top:0; z-index:30; background:rgba(234,243,250,.9); backdrop-filter:blur(8px); border-bottom:1px solid var(--alice-deep);}
.hbar{max-width:1080px; margin:0 auto; padding:16px 24px; display:flex; align-items:center; justify-content:space-between;}
.brand{display:flex; align-items:center; gap:10px; font-weight:700; font-size:1.05rem; color:var(--navy); white-space:nowrap;}
.brand svg{width:30px; height:30px; flex:none;}
@media (max-width:420px){.brand{font-size:.88rem; gap:6px;}}
.nav{display:flex; gap:24px; font-size:.85rem;}
.nav a{color:var(--ink-soft); text-decoration:none;}
.nav a:hover{color:var(--navy);}
@media (max-width:800px){.nav{display:none;}}
.btn{display:inline-flex; align-items:center; gap:8px; padding:13px 28px; border-radius:2px; font-weight:700; font-size:.88rem; text-decoration:none; letter-spacing:.03em; transition:opacity .2s, background .2s;}
.btn.primary{background:var(--navy); color:var(--white);}
.btn.primary:hover{opacity:.88;}
.btn.warm{background:var(--peach-deep); color:var(--white);}
.btn.warm:hover{opacity:.88;}
.btn.ghost{background:transparent; color:var(--navy); border:1px solid var(--navy);}
.btn.ghost:hover{background:var(--navy); color:var(--white);}

.hero-full{position:relative; min-height:560px; height:auto; overflow:hidden; background:var(--navy);}
.hero-full img{width:100%; height:100%; object-fit:cover; position:absolute; inset:0; opacity:.55;}
.hero-full::after{content:''; position:absolute; inset:0; background:linear-gradient(0deg, rgba(35,62,82,.92) 0%, rgba(35,62,82,.35) 55%, rgba(35,62,82,.5) 100%);}
.hero-full-text{position:relative; padding:120px 24px 64px; max-width:1080px; margin:0 auto; color:var(--white); z-index:2;}
.hero-full-text .badge{display:inline-block; background:rgba(255,255,255,.14); color:var(--white); font-weight:700; font-size:.8rem; padding:7px 18px; border-radius:3px; margin-bottom:18px; border:1px solid rgba(255,255,255,.3);}
.hero-full-text h1{font-size:clamp(1.7rem,4vw,2.6rem); font-weight:800; color:var(--white); line-height:1.6;}
.hero-full-text h1 .u{color:#E8B89E;}
.hero-full-text .lede{margin-top:20px; color:#DCE6EE; max-width:52ch;}
.hero-full-text .actions{margin-top:30px; display:flex; gap:14px; flex-wrap:wrap;}

.stats{background:var(--white); padding:0; border-bottom:1px solid var(--alice-deep);}
.stats-grid{display:grid; grid-template-columns:repeat(3,1fr); text-align:center;}
@media (max-width:720px){.stats-grid{grid-template-columns:1fr;}}
.stat{padding:44px 20px; border-right:1px solid var(--alice-deep);}
.stat:last-child{border-right:none;}
@media (max-width:720px){.stat{border-right:none; border-bottom:1px solid var(--alice-deep);}}
.stat .num{font-size:3rem; font-weight:800; color:var(--navy);}
.stat .num .unit{font-size:1.1rem; font-weight:700; margin-left:4px;}
.stat .lbl{margin-top:8px; font-size:.85rem; color:var(--ink-soft);}

.reasons{background:var(--white);}
.reasons h2{font-size:1.7rem; color:var(--navy); font-weight:700; max-width:24ch; margin-top:14px;}
.reasons p.lede{margin-top:14px; color:var(--ink-soft); max-width:60ch;}
.reason-grid{margin-top:48px; display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
@media (max-width:820px){.reason-grid{grid-template-columns:1fr;}}
.reason{background:transparent; border-radius:0; padding:0; border:none; border-top:2px solid var(--navy);}
.reason h3{padding-top:16px;}
.reason .ic{width:72px; height:72px; border-radius:50%; overflow:hidden; margin-bottom:16px; background:var(--alice-deep); border:3px solid var(--white); box-shadow:0 2px 8px rgba(0,0,0,.08);}
.reason .ic img{width:100%; height:100%; object-fit:cover;}
.reason h3{font-size:1.05rem; color:var(--navy); font-weight:700; line-height:1.7;}
.reason p{margin-top:10px; font-size:.9rem; color:var(--ink-soft); line-height:1.9;}

.feature .grid{display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center;}
@media (max-width:840px){.feature .grid{grid-template-columns:1fr;}}
.feature-photo{border-radius:4px; overflow:hidden; box-shadow:var(--shadow); border:6px solid var(--white);}
.feature-photo img{width:100%; height:320px; object-fit:cover;}
.feature h2{font-size:1.6rem; font-weight:700; color:var(--navy); line-height:1.7; margin-top:14px;}
.feature p{margin-top:16px; color:var(--ink-soft); line-height:2;}
.voice-cards{margin-top:24px; display:flex; flex-direction:column; gap:14px;}
.voice-card{background:transparent; border-radius:0; padding:6px 0 6px 22px; display:block; box-shadow:none; border-left:3px solid var(--peach-deep);}
.voice-card .q{display:none;}
.voice-card .q{font-size:1.3rem; color:var(--peach-deep); font-weight:900; font-family:'Zen Maru Gothic',sans-serif;}
.voice-card p{margin:0; font-size:1.02rem; color:var(--ink); font-family:'Shippori Mincho',serif; line-height:1.9;}

.grades{background:var(--white);}
.grades h2{font-size:1.6rem; font-weight:700; color:var(--navy);}
.grade-grid{margin-top:44px; display:grid; grid-template-columns:1fr 1fr; gap:24px;}
@media (max-width:720px){.grade-grid{grid-template-columns:1fr;}}
.grade-card{background:var(--alice); border-radius:4px; padding:28px 26px; border:1px solid var(--alice-deep);}
.grade-card .tag{font-size:.78rem; color:var(--sky-deep); font-weight:700; letter-spacing:.06em;}
.grade-card h3{margin-top:10px; font-size:1.2rem; color:var(--navy); font-weight:700;}
.grade-card p{margin-top:12px; font-size:.9rem; color:var(--ink-soft); line-height:1.9;}
.note-strip{margin-top:24px; padding:20px 24px; background:linear-gradient(0deg, rgba(240,169,139,.14), rgba(240,169,139,.14)), var(--white); border-radius:4px; font-size:.9rem; color:var(--ink); display:flex; gap:12px;}
.note-strip .dot{width:8px; height:8px; border-radius:50%; background:var(--peach-deep); margin-top:9px; flex:none;}

.support h2{font-size:1.6rem; font-weight:700; color:var(--navy);}
.support-grid{margin-top:44px; display:grid; grid-template-columns:repeat(3,1fr); gap:26px;}
@media (max-width:840px){.support-grid{grid-template-columns:1fr;}}
.support-item h3{font-size:1rem; color:var(--navy); font-weight:700; display:flex; align-items:center; gap:10px;}
.support-item .ic{width:38px;height:38px;flex:none;}
.support-item p{margin-top:10px; font-size:.88rem; color:var(--ink-soft); line-height:1.9;}

.voices{background:var(--white);}
.voices h2{font-size:1.6rem; font-weight:700; color:var(--navy);}
.voices p.lede{margin-top:12px; color:var(--ink-soft);}
.testi-grid{margin-top:44px; display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
@media (max-width:840px){.testi-grid{grid-template-columns:1fr;}}
.testi-card{border:2px dashed var(--alice-deep); border-radius:4px; padding:26px 24px; background:var(--alice); text-align:center;}
.testi-card .mark{font-family:'Zen Maru Gothic',sans-serif; font-size:2rem; color:var(--sky); font-weight:900;}
.testi-card p{margin-top:8px; font-size:.86rem; color:var(--ink-soft); line-height:1.9;}
.testi-card .who{margin-top:14px; font-size:.78rem; color:var(--sky-deep); font-weight:700;}

.flow h2{font-size:1.6rem; font-weight:700; color:var(--navy);}
.flow-steps{margin-top:52px; display:grid; grid-template-columns:repeat(6,1fr); gap:10px;}
@media (max-width:900px){.flow-steps{grid-template-columns:repeat(3,1fr);}}
@media (max-width:560px){.flow-steps{grid-template-columns:repeat(2,1fr);}}
.flow-step{text-align:center;}
.flow-step .dot{width:16px; height:16px; border-radius:50%; background:var(--sky-deep); margin:0 auto 14px; box-shadow:0 0 0 6px var(--alice);}
.flow-step .lbl{font-family:'Zen Maru Gothic',sans-serif; font-weight:700; font-size:1rem; color:var(--navy);}
.flow-step .d{margin-top:6px; font-size:.78rem; color:var(--ink-soft);}

.hours{background:var(--white);}
.hours h2{font-size:1.6rem; font-weight:700; color:var(--navy);}
.hours-box{margin-top:40px; display:flex; gap:40px; flex-wrap:wrap; padding:32px 30px; background:var(--alice); border-radius:4px; border:1px solid var(--alice-deep);}
.hours-box .hb .k{font-size:.78rem; color:var(--sky-deep); font-weight:700; letter-spacing:.06em;}
.hours-box .hb .v{margin-top:8px; font-family:'Zen Maru Gothic',sans-serif; font-size:1.15rem; color:var(--navy); font-weight:700;}
.hours-note{margin-top:20px; font-size:.88rem; color:var(--ink-soft);}

.instructor .grid{display:grid; grid-template-columns:.85fr 1.15fr; gap:48px; align-items:center;}
@media (max-width:840px){.instructor .grid{grid-template-columns:1fr;}}
.instructor-photo{border-radius:4px; overflow:hidden; box-shadow:var(--shadow); border:6px solid var(--white);}
.instructor-photo img{width:100%; height:300px; object-fit:cover;}
.instructor h2{font-size:1.5rem; font-weight:700; color:var(--navy); margin-top:14px;}
.instructor .role{margin-top:10px; font-size:.85rem; color:var(--sky-deep); font-weight:700;}
.cred-list{margin-top:20px; display:flex; flex-direction:column; gap:10px;}
.cred-list .cl{display:flex; gap:10px; font-size:.88rem; color:var(--ink-soft); align-items:flex-start;}
.cred-list .cl .dot{width:6px; height:6px; border-radius:50%; background:var(--peach-deep); margin-top:9px; flex:none;}

.faq{background:var(--white);}
.faq h2{font-size:1.6rem; font-weight:700; color:var(--navy);}
.faq-list{margin-top:40px; display:flex; flex-direction:column; gap:14px;}
.faq-item{background:var(--alice); border-radius:4px; padding:22px 26px; border:1px solid var(--alice-deep);}
.faq-item .q{display:flex; gap:12px; font-weight:700; color:var(--navy); font-size:.98rem;}
.faq-item .q .mark{color:var(--peach-deep); font-family:'Zen Maru Gothic',sans-serif; flex:none;}
.faq-item .a{margin-top:10px; padding-left:26px; font-size:.9rem; color:var(--ink-soft); line-height:1.95;}

.access{background:var(--navy); color:var(--white);}
.access .eyebrow{color:var(--sky);}
.access .eyebrow::before{background:var(--sky);}
.access h2{margin-top:16px; font-size:1.6rem; font-weight:700; color:var(--white);}
.access .grid{margin-top:40px; display:grid; grid-template-columns:.9fr 1.1fr; gap:40px; align-items:stretch;}
@media (max-width:840px){.access .grid{grid-template-columns:1fr;}}
.access-info{display:flex; flex-direction:column; gap:20px;}
.ai-row .k{font-size:.78rem; color:var(--sky); font-weight:700; letter-spacing:.06em;}
.ai-row .v{margin-top:6px; font-size:.98rem; color:#EAF3FA; line-height:1.85;}
.map-frame{border-radius:4px; overflow:hidden; border:1px solid rgba(255,255,255,.16); min-height:300px; background:#2A4A62; position:relative;}
.map-frame iframe{width:100%; height:100%; min-height:300px; border:0;}
.map-fallback{position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; color:#C9DCEA; font-size:.88rem; padding:20px;}

.finalcta{text-align:center;}
.finalcta h2{font-size:clamp(1.5rem,3.2vw,2rem); color:var(--navy); font-weight:700; line-height:1.7;}
.finalcta p{margin-top:16px; color:var(--ink-soft);}
.finalcta .actions{margin-top:30px; display:flex; justify-content:center; gap:14px; flex-wrap:wrap;}

footer{background:var(--navy); color:#AFC7D8; padding:34px 0; font-size:.8rem;}
footer .wrap{display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;}

.reveal{opacity:0; transform:translateY(14px); transition:opacity .6s ease, transform .6s ease;}
.reveal.in{opacity:1; transform:none;}
@media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto;} .reveal{opacity:1; transform:none; transition:none;} }
:focus-visible{outline:2px solid var(--sky-deep); outline-offset:3px;}

/* ===== Sub-page hero (editorial, for feature/compare/about/access pages) ===== */
.subhero{padding:64px 0 48px; background:var(--alice); border-bottom:1px solid var(--alice-deep);}
.breadcrumb{font-size:.78rem; color:var(--sky-deep); margin-bottom:16px; letter-spacing:.04em;}
.breadcrumb a{color:var(--sky-deep); text-decoration:none;}
.breadcrumb a:hover{text-decoration:underline;}
.subhero h1{font-size:clamp(1.7rem,3.6vw,2.3rem); font-weight:800; color:var(--navy); line-height:1.6;}
.subhero p.lede{margin-top:18px; color:var(--ink-soft); max-width:60ch;}

/* ===== Comparison table (editorial) ===== */
.cmp-wrap{overflow-x:auto; margin-top:44px; border:1px solid var(--alice-deep);}
table.cmp{width:100%; border-collapse:collapse; min-width:680px; background:var(--white);}
table.cmp th, table.cmp td{padding:18px 20px; text-align:left; font-size:.86rem; border-bottom:1px solid var(--alice-deep); vertical-align:top;}
table.cmp thead th{background:var(--navy); color:var(--white); font-weight:700; font-size:.82rem; letter-spacing:.02em;}
table.cmp thead th.hl{background:var(--peach-deep);}
table.cmp tbody th{background:var(--alice); color:var(--navy); font-weight:700; white-space:nowrap; font-family:'Shippori Mincho',serif; font-size:.92rem;}
table.cmp td.hl{background:#F4EAE3; font-weight:700; color:var(--ink);}
table.cmp tr:last-child td, table.cmp tr:last-child th{border-bottom:none;}
.cmp-note{margin-top:20px; font-size:.8rem; color:var(--ink-soft); line-height:1.9;}
.cmp-legend{margin-top:40px; display:grid; grid-template-columns:repeat(3,1fr); gap:0; border-top:1px solid var(--alice-deep);}
@media (max-width:820px){.cmp-legend{grid-template-columns:1fr;}}
.cmp-legend .cl-card{padding:28px 24px 28px 0; border-right:1px solid var(--alice-deep);}
.cmp-legend .cl-card:last-child{border-right:none;}
@media (max-width:820px){.cmp-legend .cl-card{border-right:none; border-bottom:1px solid var(--alice-deep); padding:24px 0;}}
.cmp-legend h3{font-family:'Shippori Mincho',serif; font-size:1.05rem; color:var(--navy); font-weight:700;}
.cmp-legend p{margin-top:10px; font-size:.85rem; color:var(--ink-soft); line-height:1.9;}

/* ===== About / instructor page (editorial) ===== */
.about-hero{display:grid; grid-template-columns:.9fr 1.1fr; gap:48px; align-items:center; margin-top:8px;}
@media (max-width:840px){.about-hero{grid-template-columns:1fr;}}
.about-hero-photo{overflow:hidden; border-radius:4px;}
.about-hero-photo img{width:100%; height:360px; object-fit:cover;}
.about-msg{border-top:2px solid var(--navy); padding:32px 0 0; margin-top:52px;}
.about-msg h2{font-size:1.2rem; color:var(--navy); font-weight:700; font-family:'Shippori Mincho',serif;}
.about-msg p{margin-top:16px; color:var(--ink-soft); line-height:2.1; font-size:.96rem; font-family:'Shippori Mincho',serif;}
.timeline{margin-top:44px; display:flex; flex-direction:column; gap:0;}
.timeline .tl-item{display:grid; grid-template-columns:120px 1fr; gap:24px; padding:24px 0; border-bottom:1px solid var(--alice-deep);}
.timeline .tl-item:last-child{border-bottom:none;}
.timeline .tl-yr{font-family:'Shippori Mincho',serif; font-weight:700; color:var(--sky-deep); font-size:1.1rem;}
.timeline .tl-c h4{font-size:.95rem; color:var(--navy); font-weight:700;}
.timeline .tl-c p{margin-top:8px; font-size:.86rem; color:var(--ink-soft); line-height:1.9;}

/* ===== Nav active state ===== */
.nav a.active{color:var(--navy); font-weight:700; border-bottom:2px solid var(--peach-deep); padding-bottom:2px;}

/* ===== Access page light rows ===== */
.access-grid-light{margin-top:28px; display:flex; flex-direction:column; gap:0; background:var(--white); border:1px solid var(--alice-deep);}
.ai-row-light{display:grid; grid-template-columns:140px 1fr; gap:16px; padding:20px 22px; border-bottom:1px solid var(--alice-deep);}
.ai-row-light:last-child{border-bottom:none;}
.ai-row-light .k{font-size:.78rem; color:var(--sky-deep); font-weight:700;}
.ai-row-light .v{font-size:.92rem; color:var(--ink); line-height:1.85;}
@media (max-width:600px){.ai-row-light{grid-template-columns:1fr;}}
