@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--ink:#151719;--muted:#62676c;--line:#dfe2e5;--paper:#fff;--blue:#285bea;--sans:'Space Grotesk','Noto Sans TC',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.85;background:var(--paper)}a{color:inherit;text-decoration:none}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--blue);outline-offset:6px}.skip{position:fixed;top:-100px;z-index:100;background:#fff;padding:12px}.skip:focus{top:0}header{height:90px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:#ffffffed;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(16px)}.brand{font-weight:700;display:flex;align-items:center;gap:15px;font-size:29px;letter-spacing:-2px}.brand span{font-size:15px;letter-spacing:2px;border-left:1px solid var(--line);padding-left:16px}nav{display:flex;gap:30px;font-size:14px}nav a{position:relative}nav a:after{content:'';position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--ink);transition:width .25s}nav a:hover:after,nav a.active:after{width:100%}.header-cta{font-size:14px;border-bottom:1px solid var(--ink);padding:5px 0;display:flex;gap:25px}.hero{text-align:center;min-height:calc(100svh - 90px);padding:46px 6% 0;display:flex;align-items:center;flex-direction:column;position:relative}.eyebrow{font-size:12px;letter-spacing:2.5px;font-weight:600;margin:0 0 24px;color:var(--muted)}.portrait-mark{width:84px;height:84px;display:grid;place-items:center;background:var(--ink);color:white;border-radius:50%;font-size:26px;margin-bottom:19px;box-shadow:0 8px 24px #15171915}.hello{font-size:16px;margin:0 0 2px}.hero h1{font-size:clamp(55px,6.5vw,90px);letter-spacing:4px;line-height:1.25;margin:0;font-weight:800}.hero-dot{color:var(--blue)}.hero-role{font-size:22px;margin:15px 0 0;letter-spacing:2px}.hero-role span{display:block;font-size:14px;color:var(--muted);margin-top:5px;letter-spacing:3px}.hero-intro{font-size:17px;color:var(--muted);line-height:1.9;margin:22px 0 25px}.hero-actions{display:flex;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:35px;padding:13px 23px;border:1px solid var(--ink);font-size:14px;transition:transform .25s,background .25s;cursor:pointer;background:#fff;color:var(--ink)}.button:hover{transform:translateY(-3px);background:#f1f3f5}.button.dark{background:var(--ink);color:#fff}.button.dark:hover{background:#33383e}.hero-footer{margin-top:50px;width:100%;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding:23px 0;color:var(--muted);font-size:12px}.hero-footer a{color:var(--ink);font-size:13px}.hero-footer a span{margin-left:12px}.section{padding:110px 8%;border-top:1px solid var(--line)}h2{font-size:clamp(30px,3.1vw,46px);line-height:1.5;letter-spacing:-1px;margin:0;font-weight:700}.about{display:grid;grid-template-columns:1fr 1fr;gap:8%}.about-copy{padding-top:36px;color:var(--muted)}.about-copy p{margin:0 0 22px}.about-copy p:first-child{color:var(--ink);font-size:18px}.expertise{display:flex;gap:8px;flex-wrap:wrap;margin-top:32px}.expertise span{padding:4px 12px;border:1px solid var(--line);font-size:13px}.section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:44px}.section-top>p{font-size:14px;color:var(--muted);margin:0 0 10px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.project-cover{aspect-ratio:1.2;padding:24px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.project-cover>span{font-size:14px}.project-cover strong{font-size:30px;line-height:1.5;font-weight:500;letter-spacing:-1px}.cover-one{background:#e9edf1}.cover-two{background:#1b2028;color:#fff}.cover-three{background:#e8edff}.project-kind{font-size:11px;letter-spacing:1px;color:var(--muted);margin:23px 0 6px}.project-card h3{margin:0 0 8px;font-size:20px}.project-card>p:last-child{font-size:14px;color:var(--muted);line-height:1.9;margin:0}.teaching{background:#f5f6f7}.teaching>p:last-child{color:var(--muted)}.network-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:45px}.network-grid article{border-top:1px solid var(--ink);padding-top:25px}.network-grid article>span{font-size:12px;letter-spacing:2px;color:var(--muted)}.network-grid h3{font-size:27px;margin:12px 0}.network-grid p{color:var(--muted);font-size:15px}footer{display:flex;align-items:center;justify-content:space-between;margin:0 8%;padding:35px 0;border-top:1px solid var(--line)}footer p,footer>a:last-child{font-size:13px;color:var(--muted)}@media(max-width:760px){header{height:72px;padding:0 6%}nav{display:none}.brand{font-size:24px}.header-cta{gap:14px}.hero{min-height:auto;padding-top:45px}.hero h1{font-size:62px}.hero-footer{margin-top:45px;flex-wrap:wrap;justify-content:center;gap:12px;padding:24px 0}.hero-footer>span:last-child{display:none}.hero-footer>a{margin-left:15px}.section{padding:70px 6%}.about{grid-template-columns:1fr;gap:0}.about-copy{padding-top:25px}.section-top{display:block}.section-top>p{margin-top:16px}.project-grid{grid-template-columns:1fr;gap:35px}.project-cover{aspect-ratio:1.45}.network-grid{grid-template-columns:1fr;gap:25px}.hero-actions{gap:8px}.button{padding:12px 16px;gap:18px}.hero-role{font-size:20px}footer{margin:0 6%;flex-wrap:wrap;gap:15px}footer p{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
/* Motion and interactive states */
.reading-progress{height:2px;background:var(--blue);position:fixed;top:0;left:0;right:0;transform:scaleX(0);transform-origin:left;z-index:50}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.menu-toggle{display:none}.portrait-mark{position:relative;transition:transform .5s ease;transform:translate(var(--mx,0px),var(--my,0px))}.orbit{position:absolute;inset:-8px;border:1px solid #e1e3e7;border-radius:50%;border-top-color:#285bea;animation:orbit 12s linear infinite}.hero .eyebrow{animation:rise .75s both}.hero h1{animation:rise .85s .15s both}.hero-role,.hero-intro{animation:rise .85s .25s both}.hero-actions{animation:rise .85s .4s both}.hero-role .role-cycle{display:flex;justify-content:center;gap:4px;min-height:32px}.hero-role .role-cycle span{display:inline;margin:0;letter-spacing:3px}.role-cursor{color:var(--blue)!important;animation:blink 1s step-end infinite}.role-out{opacity:0;transform:translateY(-7px)}#changing-role{transition:opacity .2s,transform .2s}.reveal-ready{opacity:0;transform:translateY(28px);transition:opacity .75s,transform .75s}.reveal-ready.is-visible{opacity:1;transform:none}.project-filters{display:flex;gap:9px;flex-wrap:wrap;margin:-6px 0 30px}.project-filters button{border:1px solid var(--line);padding:8px 17px;background:white;font-size:14px;cursor:pointer;transition:background .2s,color .2s}.project-filters button span{font-size:11px;margin-left:10px}.project-filters button.selected{background:var(--ink);color:#fff;border-color:var(--ink)}.project-filters button:hover{border-color:var(--ink)}.project-card[hidden]{display:none}.project-card.filter-enter{animation:rise .45s both}.project-cover{transition:transform .5s}.photo-cover{padding:0;background:#e8ebed}.photo-cover img{width:100%;height:100%;object-fit:cover;object-position:50% 53%;transition:transform .8s;position:absolute}.project-card:hover .photo-cover img{transform:scale(1.045)}.image-label{position:absolute;bottom:15px;left:15px;background:#fff;padding:4px 11px;font-size:11px!important;letter-spacing:1px}.project-open{width:100%;display:flex;justify-content:space-between;background:none;border:0;border-bottom:1px solid var(--line);padding:17px 0;font-size:14px;text-align:left;cursor:pointer;margin-top:12px;transition:border-color .2s}.project-open:hover{border-color:var(--ink)}.project-open span{transition:transform .2s}.project-open:hover span{transform:translate(3px,-3px)}.project-card>p:not(.project-kind){font-size:14px;color:var(--muted);line-height:1.9}.system-flow{display:flex;gap:6px;margin-top:15px}.system-flow span{font-size:12px;padding:3px 9px;border:1px solid #ffffff40;transition:background .3s}.project-card:hover .system-flow span{background:#ffffff15}.research-variables{display:flex;gap:10px;flex-wrap:wrap;font-size:11px;margin-top:15px;color:#3a4d80}.research-variables span{padding-bottom:4px;border-bottom:1px solid #aebae4}.teaching{display:grid;grid-template-columns:1fr 1fr;gap:9%}.teaching-lead{font-size:19px;margin:22px 0;color:var(--ink)}.teaching-note{max-width:340px;font-size:15px;color:var(--muted)}.text-link{display:inline-flex;gap:25px;border-bottom:1px solid var(--ink);padding-bottom:6px;margin-top:18px;font-size:14px}.stat-row{display:flex;gap:30px;align-items:center;border-bottom:1px solid #d4d8dc;padding:23px 0}.stat-row:first-child{padding-top:0}.stat-row>strong{width:140px;flex-shrink:0;font-size:57px;line-height:1.2;font-weight:500;letter-spacing:-3px}.stat-row>strong span{font-size:20px;letter-spacing:0;margin-left:8px}.stat-row h3{font-size:16px;margin:0 0 4px;font-weight:600}.stat-row p{font-size:13px;color:var(--muted);margin:0}.teaching-accordion{border-bottom:1px solid #d4d8dc}.teaching-accordion summary{list-style:none;padding:19px 0;display:flex;justify-content:space-between;gap:16px;font-size:15px;cursor:pointer}.teaching-accordion summary::-webkit-details-marker{display:none}.teaching-accordion summary span{transition:transform .2s}.teaching-accordion[open] summary span{transform:rotate(45deg)}.teaching-accordion p{font-size:14px;color:var(--muted);margin:0 0 20px}.network-grid article{position:relative}.team-logo{float:right;object-fit:contain;width:72px;height:72px;border:1px solid var(--line)}.resource-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.resource-tags span{font-size:12px;color:var(--muted);padding:3px 9px;background:#f4f5f6}.collaborate{text-align:center;padding-top:85px;padding-bottom:85px}.collaborate>p:not(.eyebrow){color:var(--muted);font-size:16px;margin:20px 0 30px}.back-top{position:fixed;right:24px;bottom:24px;width:44px;height:44px;border:1px solid var(--line);background:white;font-size:20px;z-index:15;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .3s,transform .3s}.back-top.shown{opacity:1;pointer-events:auto;transform:none}dialog{padding:0;width:min(840px,calc(100% - 32px));max-height:90svh;border:0;color:var(--ink);box-shadow:0 24px 80px #0003;overscroll-behavior:contain}dialog::backdrop{background:#101318a6;backdrop-filter:blur(5px)}dialog[open]{animation:dialog-in .25s ease}.dialog-top{position:sticky;top:0;background:#fff;z-index:3;display:flex;justify-content:space-between;align-items:center;padding:18px 28px;border-bottom:1px solid var(--line)}.dialog-top .eyebrow{margin:0;font-size:11px}.dialog-close{background:none;border:0;font-size:22px;width:36px;height:36px;cursor:pointer}.dialog-content{padding:35px 40px 45px}.dialog-content h2{font-size:32px}.dialog-intro{font-size:17px;color:var(--muted);margin:15px 0 28px}.dialog-content h3{font-size:18px;margin:28px 0 10px}.dialog-content p,.dialog-content li{font-size:15px;color:var(--muted)}.dialog-content ul{padding-left:20px}.dialog-meta{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.dialog-meta span{padding:4px 10px;background:#f2f4f6;font-size:12px}.gallery{margin:0;background:#f4f5f6}.gallery img{display:block;width:100%;height:420px;object-fit:contain}.gallery-caption{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;gap:15px;background:#eef0f2}.gallery-caption p{margin:0;font-size:12px}.gallery-controls{display:flex;align-items:center;gap:14px}.gallery-controls button{background:white;border:1px solid var(--line);width:34px;height:34px;cursor:pointer;font-size:17px}.gallery-count{font-size:12px;white-space:nowrap}.concept-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:25px 0}.concept-flow>div{padding:18px;background:#f3f4f6}.concept-flow strong{font-size:17px}.concept-flow p{font-size:13px;margin:7px 0 0}.article-rule{border-top:1px solid var(--line);margin:30px 0}.dialog-scroll-lock{overflow:hidden}@keyframes orbit{to{transform:rotate(360deg)}}@keyframes rise{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes blink{0%,49%{opacity:1}50%,100%{opacity:0}}@keyframes dialog-in{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}@media(max-width:760px){.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:40px;height:40px;background:none;border:0;margin-left:auto;margin-right:15px;cursor:pointer}.menu-toggle span{width:22px;height:1px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}nav.open{display:flex;position:absolute;left:0;right:0;top:72px;padding:24px 6%;background:#fff;border-bottom:1px solid var(--line);flex-direction:column;gap:22px;font-size:16px}.teaching{grid-template-columns:1fr;gap:40px}.stat-row>strong{width:128px;font-size:50px}.stat-row{gap:18px}.project-filters{gap:7px}.project-filters button{padding:7px 12px;font-size:13px}.project-cover strong{font-size:33px}.dialog-content{padding:24px}.dialog-content h2{font-size:26px}.dialog-top{padding:14px 20px}.gallery img{height:310px}.concept-flow{grid-template-columns:1fr}.gallery-caption{flex-wrap:wrap}.back-top{right:15px;bottom:15px}.hero .eyebrow{font-size:10px;letter-spacing:2px}.header-cta{font-size:12px}.brand span{font-size:13px;letter-spacing:1px;padding-left:12px}.brand{gap:11px}.project-grid{min-height:0}.collaborate{padding-top:65px;padding-bottom:65px}}@media(prefers-reduced-motion:reduce){.reveal-ready{opacity:1;transform:none}.orbit,.role-cursor{animation:none}.role-out{opacity:1;transform:none}}
/* Personal portrait and LINE contact */
.brand{font-size:20px;letter-spacing:2px;white-space:nowrap}.portrait-mark{width:144px;height:144px;background:#eef0e9;margin-bottom:24px;flex-shrink:0}.profile-photo{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 40%;border-radius:50%;border:4px solid white}.english-name{font-size:18px;color:var(--muted);letter-spacing:1px;margin:8px 0 0}.hero-role{margin-top:12px}.line-contact{display:flex;align-items:center;justify-content:center;gap:35px;margin:32px auto 0;max-width:650px;text-align:left}.line-qr-link{flex-shrink:0;width:190px;border:1px solid var(--line);background:white;transition:transform .2s}.line-qr-link:hover{transform:translateY(-3px)}.line-qr-link img{display:block;width:100%;height:auto}.line-contact-copy h3{font-size:20px;margin:0 0 6px}.line-contact-copy p{font-size:15px;color:var(--muted);margin:0 0 18px}.line-contact-copy .line-hint{font-size:12px;margin:12px 0 0}.teaching-contact{margin:0 0 20px}.collaborate>.line-contact{color:var(--ink)}@media(max-width:760px){.brand{font-size:18px;letter-spacing:1px}.portrait-mark{width:130px;height:130px}.english-name{font-size:16px}.hero-actions{flex-wrap:wrap;justify-content:center}.line-contact{flex-direction:column;text-align:center;gap:20px}.line-qr-link{width:185px}.header-cta{font-size:14px;white-space:nowrap}.menu-toggle{margin-right:12px}.hero-footer{margin-top:35px}}
/* About Me: introduction, strengths, and reserved photo space */
.about{display:block;background:#f7f8fa}.about-heading{text-align:center;margin-bottom:62px}.about-heading .eyebrow{margin-bottom:10px}.about-heading h2{font-size:clamp(36px,4vw,50px);letter-spacing:-1.5px}.about-heading-rule{display:block;width:76px;height:4px;background:var(--ink);margin:20px auto 0}.about-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:6%;align-items:center}.about-copy{padding-top:0}.about-copy>p{font-size:17px;line-height:1.95;margin-bottom:22px}.about-copy>p:first-child{font-size:19px;color:#454e5a;line-height:1.9}.about-strengths{list-style:none;margin:32px 0 0;padding:0;display:grid;gap:23px}.about-strengths li{display:flex;align-items:flex-start;gap:15px}.strength-check{display:grid;place-items:center;flex-shrink:0;width:23px;height:23px;border:1.6px solid var(--ink);border-radius:50%;font-size:15px;font-weight:600;line-height:1;margin-top:4px;color:var(--ink)}.about-strengths h3{font-size:17px;font-weight:600;line-height:1.7;color:var(--ink);margin:0 0 5px}.about-strengths p{font-size:15px;line-height:1.9;margin:0;color:var(--muted)}.about-location{display:flex;align-items:center;gap:15px;padding:25px 0 0;margin-top:32px;border-top:1px solid var(--line)}.about-location svg{flex-shrink:0;color:#959da8}.about-location p{font-size:17px;line-height:1.5;margin:0;color:#454e5a}.about-location span{display:block;font-size:14px;margin-top:5px;color:var(--muted)}.about-contact{margin-top:27px}.about-photo-space{width:100%;aspect-ratio:4/5;background:#eef0f3;border:1px solid #e8ebef}@media(max-width:760px){.about-heading{margin-bottom:35px}.about-layout{grid-template-columns:1fr;gap:35px}.about-copy>p:first-child{font-size:18px}.about-copy>p{font-size:16px}.about-photo-space{display:none}.about-strengths{gap:22px}.about-strengths h3{font-size:16px}.about-location p{font-size:16px}}
/* Certification card and full report */
.credentials{background:#fff}.credentials .about-heading{margin-bottom:48px}.credentials .about-heading h2{font-size:clamp(29px,3.5vw,46px);line-height:1.3;overflow-wrap:anywhere}.credentials-intro{font-size:17px;color:var(--muted);margin:27px 0 0}.credential-card{max-width:650px;margin:0 auto;border:1px solid var(--line);border-radius:9px;overflow:hidden;background:#f8f9fb;transition:box-shadow .25s,transform .25s}.credential-card:hover{box-shadow:0 12px 35px #17202c0e}.credential-preview{display:block;width:100%;aspect-ratio:1.9;padding:0;background:#f5f1de;border:0;border-bottom:1px solid var(--line);position:relative;overflow:hidden;cursor:zoom-in;text-align:left}.credential-preview img{display:block;width:100%;height:auto;transition:transform .4s;transform-origin:50% 15%}.credential-preview:hover img{transform:scale(1.025)}.preview-hint{position:absolute;bottom:12px;right:12px;padding:6px 11px;background:#fffffff2;font-size:12px;color:var(--ink);box-shadow:0 2px 8px #0001}.credential-content{padding:28px;display:grid;grid-template-columns:48px minmax(0,1fr);gap:20px}.credential-icon{background:#111;color:white;width:48px;height:48px;border-radius:7px;display:grid;place-items:center}.credential-content h3{font-size:23px;line-height:1.5;margin:0 0 15px}.credential-content h3>span{font-size:30px}.credential-meta{display:flex;gap:23px;flex-wrap:wrap;color:var(--muted);font-size:14px}.credential-content p{font-size:16px;color:var(--muted);margin:18px 0}.score-breakdown{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:24px 0 0;padding-top:19px;border-top:1px solid var(--line)}.score-breakdown dt{font-size:13px;color:var(--muted)}.score-breakdown dd{margin:3px 0 0;font-size:25px;font-weight:600}.score-breakdown dd span{font-size:13px;font-weight:400;color:var(--muted)}.certificate-full{display:block;width:100%;height:auto;margin-top:24px}@media(max-width:760px){.credential-content{padding:23px 18px;grid-template-columns:36px minmax(0,1fr);gap:12px}.credential-icon{width:36px;height:36px}.credential-icon svg{width:23px;height:23px}.credential-content h3{font-size:18px}.credential-content h3>span{font-size:27px}.credentials-intro{font-size:15px}.credential-meta{font-size:13px;gap:15px}.credential-content p{font-size:15px}.score-breakdown{gap:12px}.score-breakdown dt{font-size:12px}.score-breakdown dd{font-size:23px}}
/* Education: two school cards with space reserved for personal photos */
.education{background:#f7f8fa}.education-timeline{max-width:1080px;margin:auto}.education-card{display:grid;grid-template-columns:210px minmax(0,1fr);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 22px #1517190b;border:1px solid #eceef1;min-height:202px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.education-photo-space{background:#eef0f3;min-height:202px}.education-info{padding:22px 38px}.education-school{display:flex;align-items:center;gap:24px}.school-logo-link{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:78px;height:78px}.school-logo-link img{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain}.education-school h3{font-size:27px;line-height:1.45;margin:0 0 6px}.education-program{margin:0;font-size:18px;line-height:1.6;color:#454e5a;font-weight:500}.education-description{font-size:16px;color:var(--muted);margin:14px 0 6px;line-height:1.9}.education-city{font-size:13px;color:var(--muted);letter-spacing:.5px;margin:0}.education-connector{height:58px;display:flex;align-items:center;justify-content:center;color:#9aa0a9}.education-connector:before,.education-connector:after{content:'';height:16px;width:2px;background:repeating-linear-gradient(to bottom,#a8afb9 0 4px,transparent 4px 8px);animation:education-flow 1s linear infinite}.education-connector{flex-direction:column}.education-connector span{font-size:18px;line-height:24px;animation:education-arrow 1.8s ease-in-out infinite}@keyframes education-flow{to{background-position:0 -8px}}@keyframes education-arrow{0%,100%{transform:translateY(3px)}50%{transform:translateY(-3px)}}@media(hover:hover) and (pointer:fine){.education-card:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 16px 34px #15171918;z-index:1}}.education-card:focus-within{box-shadow:0 16px 34px #15171918}header nav{gap:22px}@media(max-width:1050px) and (min-width:761px){header{padding-left:3%;padding-right:3%}header nav{gap:14px;font-size:13px}.header-cta{gap:10px}}@media(max-width:760px){.education-card{grid-template-columns:minmax(0,1fr);min-height:0}.education-photo-space{display:none}.education-info{padding:22px 23px}.education-school{gap:17px}.school-logo-link{width:64px;height:64px}.education-school h3{font-size:22px}.education-program{font-size:16px}.education-description{font-size:15px;margin-top:14px}.education-connector{height:42px}.education-connector:before,.education-connector:after{height:9px}.education .about-heading{margin-bottom:35px}}

/* Bilingual navigation and long English copy */
.language-switch{display:flex;align-items:center;gap:2px;border:1px solid var(--line);padding:3px;border-radius:6px;flex-shrink:0;margin:0 16px}.language-switch button{border:0;background:transparent;color:var(--muted);padding:4px 8px;font-size:12px;line-height:1.5;cursor:pointer;border-radius:3px;white-space:nowrap}.language-switch button[aria-pressed=true]{background:var(--ink);color:#fff}html[lang=en] .brand{letter-spacing:0}html[lang=en] .hero h1{font-size:clamp(42px,6vw,80px);letter-spacing:-2px}html[lang=en] .english-name{display:none}html[lang=en] .hero-role{letter-spacing:0}html[lang=en] .hero-role .role-cycle span{letter-spacing:1px}html[lang=en] .education-school h3{font-size:24px}html[lang=en] .education-info{min-width:0}html[lang=en] header nav{gap:15px;font-size:13px}html[lang=en] .stat-row h3{line-height:1.5}@media(min-width:761px) and (max-width:1180px){header{padding-left:3%;padding-right:3%}header nav{gap:12px;font-size:12px}header .header-cta{display:none}.language-switch{margin-right:0}html[lang=en] header nav{gap:10px;font-size:12px}html[lang=en] header .brand{font-size:18px}}@media(max-width:760px){.language-switch{margin:0 0 0 3px}.language-switch button{padding:5px 7px}.header-cta{display:none}html[lang=en] .hero h1{font-size:clamp(42px,10vw,62px)}html[lang=en] .hero-role .role-cycle span{font-size:12px}html[lang=en] .education-school h3{font-size:21px}html[lang=en] header nav{font-size:16px;gap:22px}html[lang=en] .hero-footer{flex-direction:column}.education-school h3{overflow-wrap:anywhere}}
/* Contact: clear channels beside the inquiry form */
.collaborate{background:#f7f8fa}.contact-lead{max-width:820px;margin:28px auto 0;color:var(--muted);font-size:18px;line-height:1.8}.contact-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:7%;text-align:left;align-items:start;max-width:1200px;margin:0 auto}.contact-info>h3{font-size:28px;line-height:1.4;margin:0 0 24px}.contact-info>p{font-size:17px;color:var(--muted);margin:0 0 34px}.contact-method{display:flex;align-items:center;gap:20px;margin:0 0 25px}.contact-icon{width:56px;height:56px;flex-shrink:0;background:var(--ink);color:white;display:grid;place-items:center}.contact-icon svg{width:25px;height:25px}.contact-line-icon{font-size:13px;font-weight:700}.contact-method h4,.contact-social h4{font-size:17px;line-height:1.5;margin:0 0 4px}.contact-method a,.contact-method p{font-size:16px;color:var(--muted);margin:0;overflow-wrap:anywhere}.contact-method a:hover,.form-email:hover{text-decoration:underline}.contact-social{margin-top:34px}.social-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.social-links a{display:flex;align-items:center;gap:10px;background:#e8ebef;padding:13px 16px;font-size:14px;transition:background .25s,transform .25s,color .25s}.social-links a:hover{background:var(--ink);color:white;transform:translateY(-3px)}.social-links svg{width:23px;height:23px}.contact-qr{margin-top:24px;color:var(--muted);font-size:14px}.contact-qr summary{cursor:pointer}.contact-qr img{display:block;width:170px;height:170px;margin-top:14px}.contact-form{border:1px solid var(--line);background:#fff;padding:34px;min-width:0}.contact-form-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px}.contact-field{margin-bottom:22px;min-width:0}.contact-field label{display:block;font-size:15px;font-weight:600;margin-bottom:9px}.contact-field input,.contact-field textarea{display:block;width:100%;border:1px solid #cfd4dc;padding:13px 15px;font:inherit;font-size:16px;line-height:1.6;color:var(--ink);background:#fff;border-radius:0}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#8a919d}.contact-field textarea{resize:vertical;min-height:180px}.contact-field input:focus-visible,.contact-field textarea:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.contact-submit{width:100%;gap:12px;font-size:16px;padding:15px}.form-note{font-size:13px;line-height:1.7;color:var(--muted);margin:0 0 18px}.form-alternative{font-size:13px;color:var(--muted);margin:18px 0 0}.form-email{font-size:14px;overflow-wrap:anywhere}.form-honeypot{display:none!important}.thanks-page{min-height:100svh;display:grid;place-items:center;padding:30px}.thanks-card{text-align:center;max-width:640px}.thanks-card .language-switch{display:inline-flex;margin:0 0 40px}.thanks-card p{color:var(--muted);margin:20px 0 30px}@media(max-width:900px){.contact-layout{gap:5%}.contact-form{padding:24px}.contact-form-row{grid-template-columns:1fr;gap:0}}@media(max-width:760px){.contact-layout{grid-template-columns:1fr;gap:36px}.contact-lead{font-size:16px}.contact-info>h3{font-size:24px}.contact-info>p{font-size:16px}.contact-form{padding:22px}.contact-method{gap:16px}.contact-icon{width:50px;height:50px}.contact-layout .contact-form-row{grid-template-columns:1fr}}

.podcast-photo{margin:25px 0 20px;clear:both}.podcast-photo img{display:block;width:100%;height:auto;border-radius:5px}.podcast-photo figcaption{font-size:13px;color:var(--muted);margin-top:8px}.podcast-listen{gap:18px;flex-wrap:wrap;font-size:14px}.podcast-listen span{font-size:12px}

/* Podcast hover preview, with a touch-accessible alternative. */
.podcast-card{position:relative}.podcast-card:focus-visible{outline:2px solid var(--blue);outline-offset:8px}.podcast-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.podcast-actions .button{padding:12px 16px;gap:12px}.podcast-photo-toggle{display:none}.podcast-card .podcast-photo{position:absolute;right:calc(100% + 24px);top:0;width:min(440px,38vw);margin:0;padding:10px;background:white;border:1px solid var(--line);border-radius:10px;box-shadow:0 20px 60px #1517192b;opacity:0;visibility:hidden;transform:translate(18px,12px) scale(.94);transform-origin:right center;pointer-events:none;transition:opacity .25s,transform .35s cubic-bezier(.2,.8,.2,1),visibility .25s;z-index:5}.podcast-card .podcast-photo figcaption{padding:0 4px 3px}.podcast-card:not(.preview-dismissed):hover .podcast-photo,.podcast-card:not(.preview-dismissed):focus-within .podcast-photo{visibility:visible;opacity:1;transform:translate(0,0) scale(1)}
@media(max-width:1000px),(hover:none){.podcast-photo-toggle{display:inline-block;margin-top:12px;padding:8px 0;background:transparent;border:0;border-bottom:1px solid var(--ink);font:inherit;font-size:14px;cursor:pointer}.podcast-card .podcast-photo{display:none;position:static;width:100%;margin:18px 0 0;padding:0;border:0;box-shadow:none;visibility:visible;opacity:1;transform:none;pointer-events:auto}.podcast-card.photo-expanded .podcast-photo{display:block}}
.cw-cover{background:#eef2ff}.cw-cover strong{font-size:28px}.cw-cover-channels{display:flex;flex-wrap:wrap;gap:7px}.cw-cover-channels span{font-size:12px;border:1px solid #cbd5e1;background:white;padding:3px 8px}.wide-project{width:min(1160px,calc(100% - 28px))}.cw-disclaimer{padding:12px 16px;background:#f1f5f9;border-left:3px solid #7c3aed}.cw-demo{display:grid;grid-template-columns:150px 210px minmax(0,1fr);border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;overflow:hidden;margin:24px 0;color:#1e293b}.cw-sidebar{background:#f1f5f9;padding:18px 12px}.cw-sidebar>strong{font-size:18px}.cw-sidebar>p{font-size:12px;margin:20px 8px 8px}.cw-filters{display:grid;gap:5px}.cw-filters button{background:transparent;border:0;border-radius:6px;padding:9px;text-align:left;font-size:13px;cursor:pointer;color:#475569}.cw-filters button[aria-pressed=true]{background:#dbeafe;color:#1d4ed8}.cw-list{background:white;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0}.cw-list h4{padding:15px;margin:0;font-size:15px;border-bottom:1px solid #e2e8f0}#cw-conversations button{display:block;width:100%;padding:17px 12px;text-align:left;background:white;border:0;border-bottom:1px solid #e2e8f0;cursor:pointer}#cw-conversations button[aria-pressed=true]{background:#eff6ff}#cw-conversations strong{font-size:14px;display:block}#cw-conversations span{font-size:12px;color:#64748b}.cw-conversation{padding:22px;min-width:0;min-height:360px}.cw-conversation h4{margin:0;font-size:16px}#cw-channel{font-size:12px;color:#64748b}.cw-bubble{background:white;border:1px solid #e2e8f0;border-radius:0 12px 12px;padding:14px;margin:24px 0!important}.cw-ai{border:1px solid #ddd6fe;background:#f5f3ff;color:#6d28d9;padding:10px 14px;border-radius:8px;font:inherit;font-size:14px;cursor:pointer}.cw-ai:hover{background:#ede9fe}#cw-draft-panel{margin-top:20px}#cw-draft-panel label{display:block;font-size:14px;margin-bottom:8px}#cw-draft{width:100%;font:inherit;font-size:15px;line-height:1.6;padding:12px;border:1px solid #cbd5e1;border-radius:8px;resize:vertical}#cw-draft-panel p{font-size:12px}.cw-technical{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0}.cw-technical summary{cursor:pointer;font-size:16px;font-weight:600}.cw-demo button:focus-visible,#cw-draft:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}@media(min-width:1000px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.cw-demo{grid-template-columns:1fr}.cw-filters{display:flex;flex-wrap:wrap}.cw-sidebar>p{display:none}.cw-sidebar>strong{display:block;margin-bottom:12px}.cw-list{border:0}#cw-conversations{display:grid;grid-template-columns:1fr 1fr}.cw-conversation{min-height:0;padding:18px}.cw-cover strong{font-size:27px}}

/* Concept frames exclude the obsolete caption embedded at the image foot. */
.cw-concepts { margin: 2rem 0; }
.cw-concepts figure { margin: 1.5rem 0; border: 1px solid #dce2e9; border-radius: 12px; overflow: hidden; background: #fff; }
.cw-concept-frame { aspect-ratio: 1672 / 855; overflow: hidden; }
.cw-concept-frame img { display: block; width: 100%; height: auto; }
.cw-concepts figcaption { padding: .85rem 1rem; font-size: .95rem; color: #475569; background: #f7f9fc; }

.cw-cover.cw-slideshow{position:relative;padding:0;aspect-ratio:1672/960;min-height:0;overflow:hidden;background:#fff;display:block}
.cw-slide{position:absolute;inset:0 0 auto;height:89%;overflow:hidden;opacity:0;transition:opacity 1s ease;pointer-events:none}
.cw-slide.active{opacity:1}
.cw-slide img{width:100%;height:auto;display:block;max-width:none}
.cw-slide-controls{position:absolute;bottom:0;left:0;right:0;min-height:44px;height:11%;display:flex;align-items:center;justify-content:space-between;padding:0 10px;background:#f1f5f9;color:#334155;gap:8px}
.cw-slide-controls>span{font-size:14px;line-height:1.2}.cw-slide-controls>div{display:flex}
.cw-slide-controls button{width:44px;height:44px;border:0;background:transparent;color:#64748b;font:inherit;font-size:14px;cursor:pointer}
.cw-slide-controls button[aria-pressed=true]{color:#1d4ed8;font-weight:700;text-decoration:underline;text-underline-offset:5px}
.cw-slide-controls button:focus-visible{outline:2px solid #2563eb;outline-offset:-4px}
@media(prefers-reduced-motion:reduce){.cw-slide{transition:none}}
