:root {
  --purple:#4C2A85; --lavender:#9F7AEA; --orange:#D97706;
  --ink:#2F2F35; --charcoal:#4C2A85; --graphite:#6B6672; --muted:#6B6672;
  --line:#E8E1D8; --mist:#F2ECFA; --cloud:#F5EFFB; --paper:#FAF7F2; --white:#fff;
  --radius:18px; --soft-shadow:0 12px 32px rgba(76,42,133,.08);
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC",Arial,sans-serif; font-size:18px; line-height:1.7; font-weight:400; overflow-x:hidden; }
a { color:inherit; text-decoration:none; }
button { font:inherit; }
.container { width:min(1200px, calc(100% - 64px)); margin:0 auto; position:relative; z-index:2; }
.section { position:relative; padding:88px 0; overflow:hidden; }
.site-header { height:80px; background:var(--paper); position:relative; z-index:20; border-bottom:1px solid var(--line); }
.header-inner { height:100%; display:flex; align-items:center; justify-content:space-between; gap:32px; }
.logo { display:inline-flex; align-items:center; }
.logo img { display:block; width:auto; object-fit:contain; }
.header-logo img { height:calc(58px * var(--header-logo-scale,1.23)); }
.site-nav { color:var(--purple); font-size:15px; font-weight:600; }
.site-nav-list { display:flex; align-items:center; gap:24px; margin:0; padding:0; list-style:none; }
.site-nav a { padding:8px 0; }
.site-nav-list > li:first-child > a { color:var(--orange); }
.menu { display:none; background:transparent; border:0; padding:8px; color:var(--ink); cursor:pointer; -webkit-tap-highlight-color:transparent; }
.menu span { display:block; width:24px; height:2px; background:var(--ink); margin:5px; }
.site-header .menu:hover,
.site-header .menu:active,
.site-header .menu:focus,
.site-header .menu[aria-expanded="true"] { background:transparent; color:var(--ink); box-shadow:none; }
.site-header .menu:focus-visible { border-radius:10px; background:rgba(217,119,6,.12); }
h1,h2,h3,p { margin-top:0; }
h1 { font-size:52px; line-height:1.16; margin-bottom:24px; font-weight:700; letter-spacing:-.025em; }
h2 { color:var(--purple); font-size:38px; line-height:1.24; margin-bottom:16px; font-weight:600; letter-spacing:-.02em; }
h3 { color:var(--purple); font-size:24px; line-height:1.35; margin-bottom:12px; font-weight:600; }
p { margin-bottom:16px; }
.eyebrow { font-size:14px; line-height:1.4; letter-spacing:.14em; text-transform:uppercase; font-weight:600; color:var(--lavender); margin-bottom:18px; }
.lead { max-width:550px; margin-bottom:32px; color:var(--graphite); }
.button { min-height:48px; padding:10px 24px; display:inline-flex; align-items:center; justify-content:center; color:var(--white); background:var(--orange); font-size:16px; line-height:1.2; font-weight:700; border-radius:999px; border:0; transition:background-color .2s ease,color .2s ease; }
.button:hover { color:var(--white); background:#B86104; }
.button:active { color:var(--white); background:#B86104; }
.button:focus,.button:focus-visible,.button:disabled,.button[aria-disabled="true"] { color:var(--white); }
.hero-button:visited,
.soft-button:visited,
.light-button:visited,
.button-primary:visited,
.button-secondary:visited,
.archive-search-button:visited { color:var(--white); }
.button:focus-visible,.menu:focus-visible,.accordion-trigger:focus-visible,.site-nav a:focus-visible { outline:3px solid var(--orange); outline-offset:3px; }
.soft-button { background:var(--orange); box-shadow:0 8px 20px rgba(76,42,133,.08); }
.light-button { background:var(--orange); color:var(--white); }
.card-button,.compact-button { min-height:44px; padding:9px 18px; background:var(--cloud); color:var(--purple); font-size:15px; }
.card-button:focus,.card-button:focus-visible,.card-button[aria-disabled="true"],
.compact-button:focus,.compact-button:focus-visible,.compact-button[aria-disabled="true"] { color:var(--purple); }

.reveal { opacity:0; transform:translateY(34px); transition:opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity:1; transform:none; }
.reveal-child { opacity:0; transform:translateY(28px); }
.is-visible .reveal-child { animation:reveal-child .75s cubic-bezier(.2,.7,.2,1) forwards; }
.is-visible .reveal-child:nth-child(2) { animation-delay:.12s; }
.is-visible .reveal-child:nth-child(3) { animation-delay:.22s; }
.is-visible .reveal-child:nth-child(4) { animation-delay:.32s; }
.is-visible .reveal-child:nth-child(5) { animation-delay:.42s; }
@keyframes reveal-child { to { opacity:1; transform:none; } }

.hero { min-height:720px; padding:0; background:var(--purple); color:var(--white); isolation:isolate; }
.hero-scene { position:absolute; inset:0; background-image:var(--hero-campus-image); background-size:cover; background-position:center 58%; }
.hero-shade { position:absolute; inset:0; z-index:1; background:rgba(48,28,76,.52); }
.hero-overlay { min-height:720px; display:flex; align-items:center; padding-top:24px; padding-bottom:72px; }
.hero-copy { position:relative; z-index:4; width:min(760px,68%); }
.hero h1 { max-width:760px; color:var(--white); font-size:72px; line-height:1.08; letter-spacing:-.035em; text-shadow:0 3px 14px rgba(47,32,73,.24); }
.hero .lead { max-width:690px; color:var(--white); font-size:20px; font-weight:500; text-shadow:0 2px 10px rgba(47,32,73,.24); }
.hero-kicker { display:inline-flex; margin-bottom:22px; padding:9px 18px; border-radius:999px; color:var(--white); background:var(--orange); font-size:15px; font-weight:700; letter-spacing:.08em; }
.hero-button { background:var(--orange); color:var(--white); box-shadow:0 10px 24px rgba(48,28,76,.16); }
.hero-people { position:absolute; z-index:3; right:-5%; bottom:34px; width:61.1%; height:364px; object-fit:contain; object-position:right bottom; filter:drop-shadow(0 12px 16px rgba(48,28,76,.18)); }
.hero-wave { position:absolute; z-index:5; left:-5%; width:110%; height:120px; border-radius:50% 50% 0 0; pointer-events:none; }
.hero-wave-back { bottom:-72px; background:#E8DFF5; transform:rotate(1deg); }
.hero-wave-front { bottom:-92px; background:var(--paper); transform:rotate(-1deg); }
.media-placeholder { background:var(--cloud); display:block; overflow:hidden; }
.real-media { width:100%; object-fit:cover; }

.soft-section { background:var(--paper); }
.soft-section::before { content:""; position:absolute; width:72%; height:82%; left:-18%; top:9%; border-radius:50%; background:#F1EAF8; }
.soft-orb { position:absolute; width:360px; height:360px; border-radius:50%; right:-140px; bottom:-130px; background:#E8DDF5; }
.philosophy-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:88px; align-items:start; }
.philosophy-copy { padding-top:20px; }
.intro { max-width:520px; color:var(--graphite); }
.accordion { display:grid; gap:12px; }
.accordion-item { background:var(--white); border:1px solid var(--line); border-radius:18px; box-shadow:0 6px 18px rgba(76,42,133,.04); overflow:hidden; }
.accordion-trigger { width:100%; min-height:74px; display:grid; grid-template-columns:48px 1fr 32px; gap:16px; align-items:center; text-align:left; padding:16px 20px; border:0; background:transparent; color:var(--ink); cursor:pointer; font-weight:600; }
.accordion-number { color:var(--lavender); font-size:14px; letter-spacing:.08em; }
.accordion-mark { width:30px; height:30px; display:grid; place-items:center; border-radius:50%; color:var(--purple); background:var(--cloud); font-size:20px; font-weight:400; }
.accordion-item.open { border-color:#D9C9EE; }
.accordion-item.open .accordion-mark { color:var(--white); background:var(--orange); }
.accordion-panel { display:grid; grid-template-rows:0fr; transition:grid-template-rows .4s ease; }
.accordion-panel > p { overflow:hidden; margin:0; padding:0 68px; color:var(--graphite); font-size:16px; opacity:0; transition:padding .4s ease, opacity .3s ease; }
.accordion-item.open .accordion-panel { grid-template-rows:1fr; }
.accordion-item.open .accordion-panel > p { padding:0 68px 22px; opacity:1; }

.feature-section { min-height:620px; display:flex; align-items:center; }
.feature-layout { display:grid; grid-template-columns:1.05fr .95fr; gap:96px; align-items:center; }
.feature-copy p:not(.eyebrow) { max-width:500px; color:var(--graphite); margin-bottom:28px; }
.academy { background:#F0E9F8; }
.academy::after { content:""; position:absolute; width:560px; height:560px; border-radius:50%; background:rgba(159,122,234,.14); left:-180px; bottom:-280px; }
.academy .feature-layout { grid-template-columns:.72fr 1.28fr; gap:64px; }
.feature-visual { height:450px; position:relative; }
.academy-visual::before { content:""; position:absolute; width:250px; height:250px; border-radius:50%; left:0; bottom:20px; background:rgba(255,255,255,.72); box-shadow:0 12px 28px rgba(76,42,133,.06); }
.arched-media { position:absolute; width:76%; height:420px; right:0; top:0; border-radius:220px 220px 18px 18px; border:1px solid var(--line); box-shadow:var(--soft-shadow); object-position:center; }
.home-course-path-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-top:30px; }
.home-course-path-card { display:flex; min-width:0; flex-direction:column; align-items:flex-start; padding:22px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.82); box-shadow:0 8px 22px rgba(76,42,133,.05); }
.home-course-path-card h3 { margin:10px 0 8px; font-size:21px; }
.feature-copy .home-course-path-card p { margin-bottom:18px; font-size:15px; line-height:1.65; }
.home-course-path-card .button { min-height:44px; margin-top:auto; padding:9px 18px; font-size:15px; }
.home-course-path-mark { display:grid; width:40px; height:40px; place-items:center; border-radius:50%; background:var(--purple); color:var(--white); font-weight:700; }

.library { background:var(--paper); }
.library-layout { min-height:520px; display:grid; grid-template-columns:.8fr 1.2fr; gap:88px; align-items:center; }
.library-heading p:not(.eyebrow) { max-width:460px; color:var(--graphite); margin-bottom:28px; }
.library-ring { position:absolute; border-radius:50%; background:#EEE6F8; }
.library-ring-one { width:620px; height:620px; right:-220px; top:-80px; }
.library-ring-two { width:260px; height:260px; left:-120px; bottom:-80px; background:#E5D8F4; }
.library-shelf { height:480px; position:relative; }
.book-media { position:absolute; border:1px solid var(--line); box-shadow:var(--soft-shadow); }
.book-media.tall { width:280px; height:420px; left:4%; top:0; border-radius:140px 140px 18px 18px; object-fit:contain; background:#F1EAF8; padding:16px; }
.book-media.wide { width:330px; height:220px; right:0; bottom:0; border-radius:18px 110px 18px 18px; }

.stories { background:var(--purple); color:var(--white); }
.stories::before { content:""; position:absolute; width:650px; height:650px; border-radius:50%; right:-180px; top:-260px; background:rgba(159,122,234,.22); }
.stories h2,.stories h3 { color:var(--white); }
.stories-header { margin-bottom:48px; }
.stories-copy-stack { display:flex; max-width:720px; align-items:flex-start; flex-direction:column; }
.stories-copy-stack h2 { margin-bottom:18px; }
.stories-copy-stack > p:not(.eyebrow) { max-width:560px; margin-bottom:24px; color:#EEE7F7; }
.stories .eyebrow { color:#DCCDF0; }
.stories-stage { display:grid; grid-template-columns:1.65fr .7fr; gap:24px; min-height:470px; }
.story-main { position:relative; min-width:0; overflow:hidden; border-radius:18px; }
.story-main > .media-placeholder { width:100%; height:100%; min-height:470px; }
.story-caption { position:absolute; left:24px; bottom:24px; width:min(360px,calc(100% - 48px)); padding:22px 24px; border-radius:18px; background:#3B2168; }
.story-caption span { display:block; margin-bottom:8px; color:#DCCDF0; font-size:13px; letter-spacing:.1em; }
.story-caption h3 { margin-bottom:4px; }
.story-caption p { margin:0; color:#EEE7F7; font-size:15px; }
.story-pair { display:grid; grid-template-rows:1fr 1fr; gap:24px; }
.story-pair .media-placeholder { min-height:0; border-radius:18px; border:1px solid rgba(255,255,255,.18); }
.story-pair .media-placeholder:last-child { object-fit:contain; background:#3B2168; padding:8px; }

.section-heading { display:flex; justify-content:space-between; align-items:end; gap:32px; margin-bottom:48px; }
.section-heading > p { max-width:360px; color:var(--muted); margin-bottom:4px; font-size:15px; }
.featured::before { left:auto; right:-20%; width:70%; }
.content-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.content-card { background:var(--white); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:0 8px 24px rgba(76,42,133,.06); }
.content-card .media-placeholder { width:100%; aspect-ratio:16/10; border-radius:var(--radius) var(--radius) 0 0; }
.content-card img[src*="library"] { object-fit:contain; background:#F1EAF8; padding:18px; }
.card-body { padding:24px; }
.card-body p { color:var(--graphite); display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.tag { display:inline-block; padding:4px 10px; border-radius:999px; color:var(--purple); background:#F1EAF8; font-size:14px; font-weight:600; margin-bottom:12px; letter-spacing:.04em; }
.updates { background:#F0E9F8; }
.updates-backdrop { position:absolute; width:760px; height:760px; border-radius:50%; left:-350px; top:-270px; background:rgba(255,255,255,.38); }
.update-list { display:grid; gap:12px; }
.update-item { display:grid; grid-template-columns:54px 140px 1fr auto; gap:24px; align-items:center; padding:22px 24px; border:1px solid var(--line); border-radius:18px; background:var(--white); }
.update-index { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:#F1EAF8; font-size:13px; color:var(--purple); }
.update-item h3 { font-size:20px; margin-bottom:4px; }
.update-item p { font-size:15px; color:var(--muted); margin:0; }
.update-meta { display:flex; flex-direction:column; font-size:14px; color:var(--muted); }

.site-footer { position:relative; overflow:hidden; background:var(--purple); color:var(--white); padding:88px 0 28px; }
.footer-arc { position:absolute; width:760px; height:420px; border-radius:50%; top:-290px; left:calc(50% - 380px); background:rgba(159,122,234,.18); }
.footer-grid { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(220px,.78fr) minmax(0,1fr); grid-template-areas:"brand navigation contact"; gap:52px; padding-bottom:48px; }
.footer-brand { grid-area:brand; min-width:0; }
.footer-navigation { grid-area:navigation; display:grid; align-content:start; gap:24px; min-width:0; }
.footer-contact { grid-area:contact; min-width:0; }
.footer-grid h3 { color:var(--white); font-size:18px; }
.footer-grid p,.footer-grid a { display:block; font-size:15px; color:#EEE7F7; margin-bottom:8px; }
.footer-logo { width:max-content; margin-bottom:16px!important; padding:8px 12px; border-radius:12px; background:var(--white); }
.footer-logo img { height:54px; }
.footer-introduction { max-width:420px; }
.footer-social-list { display:flex; flex-wrap:wrap; gap:8px 14px; margin-top:20px; }
.footer-grid .footer-icon-link,
.footer-grid .footer-contact-link { display:flex; align-items:flex-start; gap:9px; width:max-content; max-width:100%; }
.footer-grid .footer-icon-link { align-items:center; margin-bottom:0; }
.footer-grid .footer-contact-link { margin-bottom:12px; }
.footer-grid p.footer-contact-link { color:#EEE7F7; }
.footer-contact-link span { min-width:0; overflow-wrap:anywhere; }
.footer-icon { width:18px; height:18px; flex:0 0 18px; margin-top:3px; }
.footer-icon-link .footer-icon { margin-top:0; }
.copyright { padding-top:24px; font-size:14px; color:#DCCDF0; border-top:1px solid rgba(255,255,255,.18); }

@media (max-width:1024px) {
  .footer-grid { grid-template-columns:minmax(0,1fr) minmax(0,1fr); grid-template-areas:"brand navigation" "brand contact"; gap:36px 48px; }
}

@media (max-width:720px) {
  .footer-grid { grid-template-columns:1fr; grid-template-areas:"brand" "navigation" "contact"; gap:32px; }
}

@media (max-width:900px) {
  .container { width:calc(100% - 56px); }
  .section { padding:64px 0; }
  .site-nav { display:none; position:absolute; top:calc(100% + 1px); right:0; width:min(340px,calc(100vw - 56px)); padding:18px 24px; background:var(--paper); border:1px solid var(--line); border-radius:0 0 18px 18px; box-shadow:var(--soft-shadow); font-size:16.5px; line-height:1.5; }
  .site-nav.is-open { display:block; }
  .site-nav-list { flex-direction:column; align-items:stretch; gap:4px; }
  .site-nav-list > li > a { display:flex; min-height:48px; align-items:center; padding:10px 4px; border-radius:8px; }
  .menu { display:block; }
  h1 { font-size:42px; } h2 { font-size:32px; } h3 { font-size:22px; } body { font-size:17px; }
  .hero { min-height:640px; }
  .hero-overlay { min-height:640px; padding-bottom:84px; }
  .hero-copy { width:76%; }
  .hero h1 { font-size:54px; }
  .hero-people { width:46%; height:210px; right:2%; bottom:48px; }
  .philosophy-grid { grid-template-columns:1fr; gap:32px; }
  .feature-layout,.library-layout { gap:44px; }
  .feature-visual,.library-shelf { height:400px; }
	.home-course-path-grid { grid-template-columns:1fr; }
  .arched-media { height:380px; }
  .book-media.tall { width:220px; height:340px; }
  .book-media.wide { width:250px; height:180px; }
  .stories-stage { min-height:420px; }
  .story-main > .media-placeholder { min-height:420px; }
  .content-grid { grid-template-columns:repeat(2,1fr); }
  .content-card:last-child { grid-column:1 / -1; max-width:calc(50% - 12px); }
  .update-item { grid-template-columns:46px 110px 1fr auto; gap:16px; }
}

@media (max-width:600px) {
  .container { width:calc(100% - 40px); }
  .section { padding:52px 0; }
  .site-header { height:72px; }
  .header-logo img { height:calc(52px * var(--header-logo-scale,1.23)); }
  .site-nav { width:calc(100vw - 40px); }
  h1 { font-size:34px; } h2 { font-size:28px; } h3 { font-size:20px; } body { font-size:17px; }
  .eyebrow { font-size:13px; }
  .hero { min-height:620px; padding:0; }
  .hero-overlay { min-height:620px; align-items:flex-start; padding-top:72px; padding-bottom:220px; text-align:center; }
  .hero-copy { width:100%; }
  .hero h1 { font-size:42px; line-height:1.12; }
  .hero .lead { max-width:350px; margin-left:auto; margin-right:auto; font-size:17px; line-height:1.65; }
  .hero-kicker { margin-bottom:18px; font-size:13px; }
  .hero-people { width:94.3%; height:184px; right:2.85%; bottom:42px; }
  .hero-wave { height:76px; }
  .hero-wave-back { bottom:-46px; }
  .hero-wave-front { bottom:-60px; }
  .philosophy-grid { gap:24px; }
  .accordion-trigger { grid-template-columns:40px 1fr 30px; padding:14px 16px; }
  .accordion-panel > p,.accordion-item.open .accordion-panel > p { padding-left:56px; padding-right:24px; }
  .feature-section { min-height:0; }
  .feature-layout,.library-layout { display:flex; flex-direction:column; gap:36px; }
  .academy .feature-visual,.library-shelf { width:100%; height:390px; }
  .academy .feature-visual { order:2; }
  .academy .feature-copy { order:1; }
  .arched-media { width:82%; height:360px; }
  .library-heading { order:1; }
  .library-shelf { order:2; }
  .book-media.tall { width:205px; height:330px; }
  .book-media.wide { width:210px; height:145px; }
  .stories-header { margin-bottom:36px; }
  .stories-copy-stack h2 { margin-bottom:16px; }
  .stories-copy-stack > p:not(.eyebrow) { margin-bottom:22px; }
  .stories-stage { grid-template-columns:1fr; min-height:0; }
  .story-main > .media-placeholder { min-height:390px; }
  .story-pair { grid-template-columns:1fr 1fr; grid-template-rows:none; }
  .story-pair .media-placeholder { min-height:180px; }
  .story-caption { left:16px; bottom:16px; width:calc(100% - 32px); padding:18px; }
  .section-heading { display:block; margin-bottom:32px; }
  .section-heading > p { margin-top:12px; }
  .content-grid { grid-template-columns:1fr; }
  .content-card:last-child { grid-column:auto; max-width:none; }
  .update-item { grid-template-columns:44px 1fr; gap:12px 16px; padding:20px; }
  .update-meta { flex-direction:row; gap:12px; align-self:center; }
  .update-item > div:nth-child(3),.update-item .compact-button { grid-column:1 / -1; }
  .update-item .compact-button { justify-self:start; }
}

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  .reveal,.reveal-child { opacity:1!important; transform:none!important; animation:none!important; transition:none!important; }
}

/* Local visual-evidence harness only; the WordPress body never receives this class. */
.evidence-mode .reveal,.evidence-mode .reveal-child { opacity:1; transform:none; animation:none; }
