:root{
  --alice:#EAF3FA; --alice-deep:#D8E9F5; --sky:#8FBEDE; --sky-deep:#5C93BD; --navy:#345C78;
  --peach:#F0A98B; --peach-deep:#DB8163;
  --leaf-bg:#F0F7EC; --peach-bg:#FCEEE7;
  --ink:#33404A; --ink-soft:#6E7A83;
  --white:#FFFFFF;
  --shadow:0 1px 0 var(--alice-deep);
}
*{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.9;}
h1,h2,h3,.maru{font-family:'Zen Maru Gothic',sans-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:16px 30px; border-radius:99px; font-weight:700; font-size:1rem; text-decoration:none; transition:transform .1s, box-shadow .2s;}
.btn.primary{background:var(--sky-deep); color:var(--white); box-shadow:0 5px 0 var(--navy);}
.btn.primary:active{transform:translateY(4px); box-shadow:0 1px 0 var(--navy);}
.btn.warm{background:var(--peach); color:var(--white); box-shadow:0 5px 0 var(--peach-deep);}
.btn.warm:active{transform:translateY(4px); box-shadow:0 1px 0 var(--peach-deep);}
.btn.ghost{background:var(--white); color:var(--navy); border:2px solid var(--alice-deep);}

.hero{padding:64px 0 40px; position:relative;}
.hero .grid{display:grid; grid-template-columns:1.05fr .95fr; gap:44px; align-items:center; position:relative;}
@media (max-width:840px){.hero .grid{grid-template-columns:1fr;}}
.hero .badge{display:inline-block; background:var(--white); color:var(--sky-deep); font-weight:700; font-size:.8rem; padding:7px 18px; border-radius:99px; margin-bottom:18px; box-shadow:var(--shadow);}
.hero h1{font-size:clamp(1.7rem,4vw,2.5rem); font-weight:900; color:var(--navy); line-height:1.6;}
.hero h1 .u{color:var(--peach-deep);}
.hero p.lede{margin-top:20px; color:var(--ink-soft); max-width:44ch;}
.hero .actions{margin-top:30px; display:flex; gap:14px; flex-wrap:wrap;}
.hero-photo{border-radius:26px; overflow:hidden; box-shadow:var(--shadow); border:6px solid var(--white); position:relative;}
.hero-photo img{width:100%; height:340px; object-fit:cover;}
.quickfacts{margin-top:40px; display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--alice-deep); border:1px solid var(--alice-deep);}
@media (max-width:720px){.quickfacts{grid-template-columns:repeat(2,1fr);}}
.qf{background:var(--white); padding:18px 16px; text-align:center;}
.qf .qk{font-size:.74rem; color:var(--sky-deep); font-weight:700;}
.qf .qv{margin-top:6px; font-family:'Zen Maru Gothic',sans-serif; font-weight:700; font-size:1rem; color:var(--navy);}

.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:40px; display:flex; flex-direction:column; gap:0; border-top:2px solid var(--alice-deep);}
.reason{background:var(--white); padding:22px 4px; border-bottom:2px solid var(--alice-deep); display:flex; align-items:center; gap:20px;}
.reason h3{flex:none; width:220px;}
.reason p{margin-top:0;}
@media (max-width:720px){ .reason{flex-direction:column; align-items:flex-start; gap:10px;} .reason h3{width:auto;} }
.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:24px; 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:var(--white); border-radius:16px; padding:16px 20px; display:flex; gap:12px; align-items:flex-start; box-shadow:var(--shadow);}
.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:.9rem; color:var(--ink);}

.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:20px; 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:16px; 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:20px; 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:20px; 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:24px; 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:10px;}
.faq-item{background:var(--white); border:2px solid var(--alice-deep); border-radius:10px; padding:0; overflow:hidden;}
.faq-item[open]{border-color:var(--sky-deep);}
.faq-item .q{list-style:none; cursor:pointer; padding:20px 52px 20px 22px; font-weight:700; color:var(--navy); font-size:1rem; position:relative; user-select:none;}
.faq-item .q::-webkit-details-marker{display:none;}
.faq-item .q::after{content:'+'; position:absolute; right:20px; top:50%; transform:translateY(-50%); font-size:1.5rem; font-weight:400; color:var(--sky-deep); line-height:1;}
.faq-item[open] .q::after{content:'−';}
.faq-item .q:hover{background:var(--alice);}
.faq-item .a{margin:0; padding:0 22px 22px; font-size:.92rem; color:var(--ink-soft); line-height:2;}

.stickycta{position:fixed; left:0; right:0; bottom:0; z-index:40; background:var(--white); border-top:2px solid var(--alice-deep); padding:12px 20px; display:none; align-items:center; justify-content:center; box-shadow:0 -4px 16px rgba(0,0,0,.08);}
.stickycta .btn{width:100%; max-width:420px; justify-content:center; padding:16px;}
@media (max-width:760px){ .stickycta{display:flex;} body{padding-bottom:76px;} }

.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:20px; 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 ===== */
.subhero{padding:52px 0 40px; background:var(--alice);}
.breadcrumb{font-size:.78rem; color:var(--sky-deep); margin-bottom:14px;}
.breadcrumb a{color:var(--sky-deep); text-decoration:none;}
.breadcrumb a:hover{text-decoration:underline;}
.subhero h1{font-size:clamp(1.6rem,3.6vw,2.2rem); font-weight:900; color:var(--navy); line-height:1.6;}
.subhero p.lede{margin-top:16px; color:var(--ink-soft); max-width:56ch;}

/* ===== Comparison table (flat, app-like) ===== */
.cmp-wrap{overflow-x:auto; margin-top:36px; border-radius:12px; border:2px solid var(--alice-deep);}
table.cmp{width:100%; border-collapse:collapse; min-width:680px; background:var(--white);}
table.cmp th, table.cmp td{padding:16px 18px; text-align:left; font-size:.88rem; 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:.85rem;}
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;}
table.cmp td.hl{background:var(--peach-bg); 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:16px; font-size:.82rem; color:var(--ink-soft); line-height:1.9;}
.cmp-legend{margin-top:32px; display:flex; flex-direction:column; gap:10px;}
.cmp-legend .cl-card{background:var(--white); border:2px solid var(--alice-deep); border-radius:10px; padding:20px 22px; display:flex; align-items:flex-start; gap:16px;}
.cmp-legend .cl-card.hl{border-color:var(--peach-deep);}
.cmp-legend .cl-card .num{flex:none; width:34px; height:34px; border-radius:50%; background:var(--peach-deep); color:var(--white); font-weight:700; display:flex; align-items:center; justify-content:center; font-size:.9rem;}
.cmp-legend h3{font-size:1rem; color:var(--navy); font-weight:700;}
.cmp-legend p{margin-top:6px; font-size:.85rem; color:var(--ink-soft); line-height:1.85;}

/* ===== About page ===== */
.about-hero{display:grid; grid-template-columns:.9fr 1.1fr; gap:36px; align-items:center; margin-top:8px;}
@media (max-width:840px){.about-hero{grid-template-columns:1fr;}}
.about-hero-photo{border-radius:16px; overflow:hidden; border:1px solid var(--alice-deep);}
.about-hero-photo img{width:100%; height:320px; object-fit:cover;}
.about-msg{background:var(--alice); border-radius:14px; padding:26px 24px; margin-top:36px;}
.about-msg h2{font-size:1.1rem; color:var(--navy); font-weight:700;}
.about-msg p{margin-top:12px; color:var(--ink-soft); line-height:2; font-size:.93rem;}
.timeline{margin-top:36px; display:flex; flex-direction:column; gap:10px;}
.timeline .tl-item{display:grid; grid-template-columns:90px 1fr; gap:16px; padding:16px 18px; background:var(--white); border:2px solid var(--alice-deep); border-radius:10px;}
.timeline .tl-yr{font-weight:900; color:var(--sky-deep); font-size:.92rem;}
.timeline .tl-c h4{font-size:.92rem; color:var(--navy); font-weight:700;}
.timeline .tl-c p{margin-top:6px; font-size:.84rem; color:var(--ink-soft); line-height:1.85;}

.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:24px; display:flex; flex-direction:column; gap:10px;}
.ai-row-light{display:grid; grid-template-columns:120px 1fr; gap:14px; padding:16px 18px; background:var(--white); border:2px solid var(--alice-deep); border-radius:10px;}
.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;}}
