
:root{
 --navy:#0b2947;--navy2:#153f65;--blue:#2369b4;--blue-soft:#eaf3fb;--teal:#167c78;--teal-soft:#e9f6f4;--orange:#c9683f;--purple:#7256a5;--ink:#16283a;--text:#3c5268;--muted:#6d7e91;--line:#d8e3ec;--surface:#f5f8fb;--white:#fff;--sidebar:252px;--max:1160px;--radius:18px;--shadow:0 18px 45px rgba(17,48,78,.09);--topbar:70px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP","Yu Gothic UI","Yu Gothic",sans-serif;font-size:17px;line-height:1.8;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.skip-link{position:fixed;top:8px;left:8px;z-index:999;transform:translateY(-150%);padding:10px 14px;background:var(--navy);color:#fff;border-radius:8px}.skip-link:focus{transform:none}
.topbar{position:fixed;top:0;left:var(--sidebar);right:0;height:var(--topbar);z-index:40;display:flex;align-items:center;justify-content:space-between;padding:0 30px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}.topbar-brand strong{display:block;font-size:18px;line-height:1.2}.topbar-brand span{display:block;margin-top:4px;color:var(--muted);font-size:11px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.language-switch{display:flex;align-items:center;gap:4px;padding:4px;border:1px solid #cfdbe6;border-radius:999px;background:#f7fafc}.language-switch:before{content:"🌐";margin:0 4px 0 8px;font-size:14px}.language-switch a{display:grid;place-items:center;min-width:92px;min-height:40px;padding:0 14px;border-radius:999px;color:#52667b;font-size:14px;font-weight:800}.language-switch a.active{background:var(--navy);color:#fff;box-shadow:0 5px 13px rgba(11,41,71,.18)}.menu-btn{display:none}
.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);z-index:45;border-right:1px solid var(--line);background:#fff;display:flex;flex-direction:column;padding:30px 22px 24px}.brand{padding:0 8px 26px;border-bottom:1px solid var(--line)}.brand strong{display:block;font-size:22px;letter-spacing:-.03em}.brand span{display:block;margin-top:5px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.side-nav{padding:22px 0;display:flex;flex-direction:column;gap:5px}.side-nav a{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:9px 13px;border-radius:10px;color:#4f6277;font-size:15px;font-weight:700;transition:.2s}.side-nav a:hover,.side-nav a:focus-visible,.side-nav a.active{background:var(--blue-soft);color:var(--navy)}.side-nav a.active:before{content:"";position:absolute;left:0;top:9px;bottom:9px;width:3px;border-radius:4px;background:var(--blue)}.side-nav small{font-size:10px;color:#9aa8b7}.sidebar-bottom{margin-top:auto}.affiliation-mark{padding:17px;border-radius:14px;background:var(--navy);color:#fff}.affiliation-mark b{display:block;font-size:13px;line-height:1.55}.affiliation-mark span{display:block;margin-top:6px;color:#bfd2e1;font-size:11px;line-height:1.55}
.page{margin-left:var(--sidebar);padding-top:var(--topbar)}.main{overflow:hidden}.container{width:min(var(--max),calc(100% - 64px));margin-inline:auto}.section{padding:76px 0}.section.alt{background:var(--surface)}.section-head{display:grid;grid-template-columns:220px minmax(0,1fr);gap:46px;align-items:start;margin-bottom:38px}.section-kicker{font-size:12px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;color:var(--blue)}.section-head h2{margin:7px 0 0;font-size:clamp(30px,2.6vw,36px);line-height:1.25;letter-spacing:-.035em}.section-head p{margin:2px 0 0;color:var(--text);font-size:16.5px;line-height:1.85;max-width:750px}
.hero{padding:40px 0 58px;background:linear-gradient(180deg,#fff 0%,#f3f7fa 100%)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(350px,.92fr);border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.hero-copy{padding:38px 40px 32px}.identity{display:grid;grid-template-columns:108px minmax(0,1fr);gap:22px;align-items:center}.portrait{width:108px;height:122px;object-fit:cover;border-radius:17px;border:1px solid #cddae6;background:#e7eef5}.overline{font-size:12px;font-weight:900;letter-spacing:.15em;color:var(--blue)}h1{margin:5px 0 0;font-size:clamp(38px,3.7vw,48px);line-height:1.12;letter-spacing:-.045em}h1 span{display:block;margin-top:8px;color:#74869a;font-size:15px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.role{margin:24px 0 0;font-size:16.5px;font-weight:750;line-height:1.8}.summary{margin:14px 0 0;color:var(--text);font-size:16.5px;line-height:1.9;max-width:670px}.hero-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:23px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--navy);font-size:14px;font-weight:800;transition:.2s}.btn:hover,.btn:focus-visible{transform:translateY(-1px);border-color:#aebfd0;box-shadow:0 7px 16px rgba(17,50,82,.08)}.btn.primary{background:var(--navy);border-color:var(--navy);color:#fff}.hero-highlights{display:grid;grid-template-columns:repeat(3,1fr);margin-top:29px;border:1px solid var(--line);border-radius:13px;overflow:hidden}.hero-highlights div{padding:14px 15px;background:#fff}.hero-highlights div+div{border-left:1px solid var(--line)}.hero-highlights small{display:block;color:var(--muted);font-size:10px;font-weight:850;letter-spacing:.08em}.hero-highlights b{display:block;margin-top:5px;font-size:13px;line-height:1.5}.hero-visual{position:relative;min-height:100%;background:var(--navy)}.hero-visual img{width:100%;height:100%;object-fit:cover;filter:saturate(.84) contrast(.96)}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,39,68,.04) 20%,rgba(9,39,68,.87) 100%)}.visual-caption{position:absolute;left:30px;right:30px;bottom:28px;z-index:2;color:#fff}.visual-caption small{font-size:11px;font-weight:900;letter-spacing:.15em;color:#8be0d7}.visual-caption strong{display:block;margin-top:8px;font-size:clamp(24px,2.3vw,32px);line-height:1.45;letter-spacing:-.03em}.visual-caption p{margin:9px 0 0;color:#d8e6f1;font-size:13px;line-height:1.65}
.news-list{border-top:1px solid var(--line)}.news-row{display:grid;grid-template-columns:120px 1fr auto;gap:22px;align-items:start;padding:19px 4px;border-bottom:1px solid var(--line)}.news-row time{font-size:14px;font-weight:800;color:var(--blue);font-variant-numeric:tabular-nums}.news-row p{margin:0;color:var(--text);font-size:16px;line-height:1.8}.news-row .label{padding:5px 9px;border-radius:999px;background:var(--blue-soft);color:var(--blue);font-size:11px;font-weight:850;white-space:nowrap}.theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.theme-card{position:relative;padding:29px 30px 28px;border:1px solid var(--line);border-radius:17px;background:#fff;overflow:hidden}.theme-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--blue)}.theme-card:nth-child(2):before{background:var(--teal)}.theme-card:nth-child(3):before{background:var(--orange)}.theme-card:nth-child(4):before{background:var(--navy2)}.theme-index{font-size:11px;font-weight:900;letter-spacing:.12em;color:var(--muted)}.theme-card h3{margin:12px 0 0;font-size:21px;line-height:1.48;letter-spacing:-.025em}.theme-card p{margin:12px 0 0;color:var(--text);font-size:16px;line-height:1.85}.project-list{display:flex;flex-direction:column;border-top:1px solid var(--line)}.project-row{display:grid;grid-template-columns:175px minmax(0,1fr) 185px;gap:28px;padding:27px 4px;border-bottom:1px solid var(--line);align-items:start}.project-program{white-space:pre-line;color:var(--blue);font-size:14px;font-weight:850;line-height:1.65}.project-main h3{margin:0;font-size:20px;line-height:1.55;letter-spacing:-.02em}.project-main p{margin:9px 0 0;color:var(--text);font-size:16px;line-height:1.8}.project-meta{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.pill{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--teal-soft);color:var(--teal);font-size:12px;font-weight:850}.meta-text{font-size:14px;color:var(--muted)}.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.featured{display:flex;flex-direction:column;padding:26px;border:1px solid var(--line);border-radius:17px;background:#fff;min-height:320px}.featured .year{font-size:11px;font-weight:900;color:var(--blue);letter-spacing:.06em}.featured h3{margin:13px 0 0;font-size:20px;line-height:1.5;letter-spacing:-.02em}.featured p{margin:13px 0 0;color:var(--text);font-size:15.5px;line-height:1.82}.featured .citation{margin-top:auto;padding-top:19px;border-top:1px solid var(--line);color:#64778a;font-size:13px;line-height:1.75}
.achievements-shell{border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(17,50,82,.06);overflow:hidden}.ach-top{padding:22px 24px 18px;border-bottom:1px solid var(--line);background:#fbfdff}.view-row{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.view-switch{display:inline-flex;padding:4px;border:1px solid var(--line);border-radius:999px;background:#fff}.view-switch button{min-height:42px;border:0;background:transparent;padding:0 17px;border-radius:999px;color:#607286;font-size:14px;font-weight:800}.view-switch button.active{background:var(--navy);color:#fff}.mode-note{margin:0;color:var(--muted);font-size:14px;line-height:1.65;max-width:650px}.filters{display:grid;grid-template-columns:minmax(260px,1fr) 180px 170px 220px;gap:11px;margin-top:18px}.field input,.field select{width:100%;height:48px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);padding:0 13px;font-size:14px;outline:none}.field input:focus,.field select:focus{border-color:#83afd5;box-shadow:0 0 0 3px rgba(35,105,180,.1)}.cv-only-field{display:none}.achievements-shell.cv-mode .cv-only-field{display:block}.category-strip{display:flex;gap:8px;overflow:auto;padding:15px 24px;border-bottom:1px solid var(--line);scrollbar-width:thin}.category-strip button{flex:0 0 auto;min-height:40px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#5d7186;padding:0 13px;font-size:13px;font-weight:800;white-space:nowrap}.category-strip button.active{background:var(--blue-soft);border-color:#b9d0e6;color:var(--navy)}.ach-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:10px 24px;border-bottom:1px solid var(--line)}.result-count{font-size:14px;color:var(--muted)}.toolbar-actions{display:none;flex-wrap:wrap;gap:8px}.achievements-shell.cv-mode .toolbar-actions{display:flex}.browse-cta{display:inline-flex}.achievements-shell.cv-mode .browse-cta{display:none}.mini-btn{min-height:38px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:0 12px;color:#52677b;font-size:13px;font-weight:800}.mini-btn:hover,.mini-btn:focus-visible{border-color:#a9bdce;color:var(--navy)}.mini-btn.strong{background:var(--navy);border-color:var(--navy);color:#fff}
.browse-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:24px}.achievement-card{position:relative;display:flex;flex-direction:column;min-height:285px;padding:24px;border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden;transition:.2s}.achievement-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:var(--blue)}.achievement-card[data-type="grant"]:before{background:var(--teal)}.achievement-card[data-type="award"]:before{background:var(--orange)}.achievement-card[data-type="book"]:before{background:var(--purple)}.achievement-card[data-type="review"]:before{background:#6e7f91}.achievement-card[data-type="press"]:before{background:#2687a9}.achievement-card[data-type="outreach"],.achievement-card[data-type="intl"],.achievement-card[data-type="domestic"],.achievement-card[data-type="service"]{background:#fcfdfe}.achievement-card:hover{transform:translateY(-2px);box-shadow:0 13px 28px rgba(17,50,82,.08)}.card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.type-badge{display:inline-flex;padding:5px 8px;border-radius:6px;background:var(--blue-soft);color:var(--blue);font-size:11px;font-weight:900}.achievement-card[data-type="grant"] .type-badge{background:var(--teal-soft);color:var(--teal)}.achievement-card[data-type="award"] .type-badge{background:#fff1eb;color:var(--orange)}.achievement-card[data-type="book"] .type-badge{background:#f3eefb;color:var(--purple)}.achievement-card[data-type="review"] .type-badge{background:#eef1f4;color:#5d6e80}.achievement-card[data-type="press"] .type-badge{background:#eaf6fb;color:#247e9e}.achievement-card[data-type="outreach"] .type-badge,.achievement-card[data-type="intl"] .type-badge,.achievement-card[data-type="domestic"] .type-badge,.achievement-card[data-type="service"] .type-badge{background:#eef2f5;color:#536477}.card-year{font-size:14px;font-weight:800;color:var(--muted)}.achievement-card h3{margin:17px 0 0;font-size:20px;line-height:1.5;letter-spacing:-.02em}.card-source{margin:8px 0 0;color:var(--blue);font-size:14px;font-weight:750;line-height:1.55}.card-summary{margin:14px 0 0;color:var(--text);font-size:15.5px;line-height:1.82}.card-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:19px}.card-tags{display:flex;flex-wrap:wrap;gap:6px}.card-tags span{padding:4px 8px;border-radius:999px;background:#f1f5f8;color:#67798c;font-size:11px;font-weight:750}.source-link{flex:0 0 auto;color:var(--blue);font-size:13px;font-weight:800}.empty{grid-column:1/-1;padding:64px 20px;text-align:center;color:var(--muted);font-size:16px}.cv-panel{display:none;padding:30px 34px 38px}.achievements-shell.cv-mode .browse-grid{display:none}.achievements-shell.cv-mode .cv-panel{display:block}.cv-help{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding:16px 18px;border-radius:12px;background:var(--blue-soft);color:#405b73;font-size:14px;line-height:1.7;margin-bottom:27px}.cv-help strong{font-size:15px}.cv-group{margin-top:34px}.cv-group:first-of-type{margin-top:0}.cv-group h3{margin:0 0 15px;padding-bottom:9px;border-bottom:2px solid var(--navy);font-size:20px}.cv-list{margin:0;padding-left:32px}.cv-list li{padding:0 0 16px 6px;color:#283e53;font-size:16px;line-height:1.9}.cv-item{position:relative}.cv-check{position:absolute;left:-32px;top:8px;width:16px;height:16px;accent-color:var(--blue)}.cv-copy{margin-left:10px;border:0;background:transparent;color:var(--blue);font-size:12px;font-weight:850;vertical-align:middle}.cv-copy:hover{text-decoration:underline}.cv-options{display:flex;gap:14px;flex-wrap:wrap;align-items:center;color:#566b7f;font-size:13px}.cv-options label{display:flex;align-items:center;gap:6px}.cv-options input{accent-color:var(--blue)}
.story-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}.story{min-height:245px;padding:27px;border:1px solid var(--line);border-radius:17px;background:#fff;display:flex;flex-direction:column}.story.primary{background:linear-gradient(145deg,var(--navy),#0c5272);color:#fff;border-color:transparent}.story small{font-size:11px;font-weight:900;letter-spacing:.12em;color:var(--blue)}.story.primary small{color:#82ddd4}.story h3{margin:13px 0 0;font-size:21px;line-height:1.48;letter-spacing:-.025em}.story p{margin:11px 0 0;color:var(--text);font-size:15.5px;line-height:1.8}.story.primary p{color:#d9e8f2}.story a{margin-top:auto;padding-top:21px;color:var(--blue);font-size:14px;font-weight:800}.story.primary a{color:#fff}.career-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.career-block h3{margin:0 0 17px;font-size:21px}.timeline{border-top:1px solid var(--line)}.timeline-row{display:grid;grid-template-columns:125px 1fr;gap:18px;padding:15px 0;border-bottom:1px solid var(--line)}.timeline-row time{font-size:14px;font-weight:800;color:var(--blue)}.timeline-row p{margin:0;color:var(--text);font-size:15.5px;line-height:1.75}.contact-box{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center;padding:36px;border-radius:18px;background:var(--navy);color:#fff}.contact-box h2{margin:0;font-size:31px;letter-spacing:-.03em}.contact-box p{margin:9px 0 0;color:#c9d9e6;font-size:15.5px;line-height:1.8}.contact-links{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.contact-links a{display:grid;place-items:center;min-height:42px;padding:0 14px;border:1px solid rgba(255,255,255,.27);border-radius:999px;font-size:13px;font-weight:800}.footer{padding:30px 0 48px;color:var(--muted);font-size:13px}.toast{position:fixed;right:20px;bottom:20px;z-index:100;transform:translateY(20px);opacity:0;pointer-events:none;background:var(--navy);color:#fff;padding:12px 16px;border-radius:10px;font-size:13px;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.2);transition:.25s}.toast.show{transform:none;opacity:1}.menu-overlay{display:none}
@media(max-width:1120px){:root{--sidebar:225px}.container{width:min(var(--max),calc(100% - 44px))}.hero-grid{grid-template-columns:1fr .82fr}.hero-copy{padding:34px 32px 30px}.identity{grid-template-columns:94px 1fr}.portrait{width:94px;height:108px}.filters{grid-template-columns:1fr 160px 160px}.cv-only-field{grid-column:1/-1}.featured-grid{grid-template-columns:1fr 1fr}.featured:last-child{grid-column:1/-1}}
@media(max-width:860px){:root{--topbar:66px}.topbar{left:0;padding:0 15px}.topbar-brand strong{font-size:16px}.topbar-brand span{font-size:9px}.language-switch:before{display:none}.language-switch a{min-width:66px;min-height:40px;padding:0 10px;font-size:13px}.menu-btn{display:grid;place-items:center;flex:0 0 42px;height:42px;margin-right:10px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--navy);font-size:20px}.topbar-left{display:flex;align-items:center}.sidebar{transform:translateX(-105%);width:min(320px,88vw);transition:.28s;box-shadow:0 0 40px rgba(0,0,0,.18)}body.nav-open .sidebar{transform:none}.menu-overlay{display:block;position:fixed;inset:0;z-index:42;background:rgba(6,27,47,.38);opacity:0;pointer-events:none;transition:.25s}body.nav-open .menu-overlay{opacity:1;pointer-events:auto}.page{margin-left:0}.hero{padding:25px 0 48px}.hero-grid{grid-template-columns:1fr}.hero-visual{min-height:330px}.section{padding:64px 0}.section-head{grid-template-columns:1fr;gap:10px;margin-bottom:30px}.section-head h2{font-size:30px}.project-row{grid-template-columns:145px 1fr}.project-meta{grid-column:2}.story-grid{grid-template-columns:1fr 1fr}.story.primary{grid-column:1/-1}.browse-grid{grid-template-columns:1fr}.filters{grid-template-columns:1fr 1fr}.filters .field:first-child{grid-column:1/-1}.cv-only-field{grid-column:auto}}
@media(max-width:640px){body{font-size:16px}.container{width:calc(100% - 28px)}.topbar{padding:0 12px}.topbar-brand strong{font-size:15px}.topbar-brand span{font-size:8px}.language-switch{gap:2px;padding:3px}.language-switch a{min-width:58px;min-height:38px;padding:0 8px;font-size:12px}.menu-btn{width:40px;height:40px;margin-right:8px}.hero-copy{padding:26px 21px 23px}.identity{grid-template-columns:78px 1fr;gap:15px}.portrait{width:78px;height:92px;border-radius:14px}h1{font-size:34px}.overline{font-size:10px}.role,.summary{font-size:16px}.hero-highlights{grid-template-columns:1fr}.hero-highlights div+div{border-left:0;border-top:1px solid var(--line)}.hero-visual{min-height:270px}.visual-caption{left:22px;right:22px;bottom:21px}.visual-caption strong{font-size:25px}.section{padding:56px 0}.section-head h2{font-size:28px}.section-head p{font-size:16px}.news-row{grid-template-columns:98px 1fr;gap:12px}.news-row .label{display:none}.news-row time{font-size:13px}.news-row p{font-size:16px}.theme-grid,.featured-grid,.story-grid,.career-grid{grid-template-columns:1fr}.featured:last-child,.story.primary{grid-column:auto}.theme-card{padding:24px}.theme-card h3{font-size:19px}.theme-card p{font-size:16px}.project-row{grid-template-columns:1fr;gap:8px}.project-meta{grid-column:auto}.project-program{font-size:13px}.project-main h3{font-size:19px}.project-main p{font-size:16px}.featured{min-height:0}.filters{grid-template-columns:1fr}.filters .field:first-child,.cv-only-field{grid-column:auto}.ach-top{padding:18px}.view-row{align-items:flex-start}.view-switch{width:100%}.view-switch button{flex:1;padding:0 10px;font-size:13px}.mode-note{font-size:13px}.category-strip{padding:13px 18px}.ach-toolbar{align-items:flex-start;flex-direction:column;padding:12px 18px}.toolbar-actions{width:100%}.mini-btn{flex:1}.browse-cta{width:100%}.browse-cta .mini-btn{width:100%}.browse-grid{padding:18px;gap:14px}.achievement-card{min-height:0;padding:21px}.achievement-card h3{font-size:19px}.card-summary{font-size:16px}.card-bottom{align-items:flex-start;flex-direction:column}.cv-panel{padding:22px 20px 30px}.cv-help{flex-direction:column}.cv-list{padding-left:28px}.cv-list li{font-size:16px}.cv-check{left:-28px}.timeline-row{grid-template-columns:105px 1fr}.contact-box{grid-template-columns:1fr;padding:28px}.contact-links{justify-content:flex-start}}
@media print{.sidebar,.topbar,.menu-overlay,.hero,.section:not(#achievements),.category-strip,.ach-top,.ach-toolbar,.toast{display:none!important}.page{margin:0;padding:0}.section#achievements{display:block!important;padding:0}.container{width:100%;max-width:none}.section-head{display:none}.achievements-shell{border:0;box-shadow:none}.browse-grid{display:none!important}.cv-panel{display:block!important;padding:0}.cv-help{display:none}.cv-group{break-inside:avoid-page}.cv-group h3{font-size:13pt;border-color:#000}.cv-list li{font-size:10pt;color:#000}.cv-check,.cv-copy{display:none}}


/* ==========================================================
   Formal-version additions.
   The approved v3 layout, palette, typography and breakpoints
   above are unchanged. These rules only accommodate full content.
========================================================== */
.text-link,.news-row a,.project-main a,.career-block a,.topic-body a,.featured a{color:var(--blue);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.text-link:hover,.news-row a:hover,.project-main a:hover,.career-block a:hover,.topic-body a:hover,.featured a:hover{color:var(--navy)}
.project-main .prose p{margin:9px 0 0;color:var(--text);font-size:16px;line-height:1.8}
.project-main .prose p:first-child{margin-top:0}.project-main .prose br{display:block;content:"";margin-top:.2em}
.project-meta a{color:var(--blue);font-size:13px;font-weight:800}.project-meta img{max-width:118px;max-height:54px;object-fit:contain;margin-top:8px}
.featured{min-height:350px}.featured .featured-link{display:inline-block;margin-top:10px;color:var(--blue);font-size:13px;font-weight:800}
.featured .citation{word-break:break-word}.featured-grid.five{grid-template-columns:repeat(3,minmax(0,1fr))}
.story-grid.archive{grid-template-columns:repeat(3,minmax(0,1fr))}.story.primary{grid-column:auto}.story a{display:inline-flex;align-items:center}
.career-grid.full{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.career-block{min-width:0}.career-block .timeline-row p a{overflow-wrap:anywhere}
.contact-map{margin-top:20px;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.contact-map iframe{display:block;width:100%;height:360px;border:0}
.footer .container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer p{margin:0}
.achievement-source{display:none}.card-summary:empty{display:none}.achievement-card:not(:has(.card-summary:not(:empty))){min-height:245px}
.card-source:empty{display:none}.card-tags span:empty{display:none}.source-link{white-space:nowrap}
.topic-hero{padding:42px 0 28px;background:linear-gradient(180deg,#fff 0%,#f3f7fa 100%)}.topic-hero h1{font-size:clamp(32px,3.4vw,44px)}
.topic-archive{display:flex;flex-direction:column;gap:28px}.topic-article{scroll-margin-top:90px;padding:34px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(17,50,82,.05)}
.topic-date{color:var(--blue);font-size:13px;font-weight:900;letter-spacing:.08em}.topic-article h2{margin:8px 0 0;font-size:clamp(25px,2.4vw,32px);line-height:1.4;letter-spacing:-.03em}
.topic-body{margin-top:24px;color:var(--text);font-size:16px;line-height:1.95}.topic-body p{margin:0 0 1.25em}.topic-body img{width:auto;max-width:100%;max-height:680px;margin:22px auto;border-radius:14px}.topic-body .theme-img{text-align:center}.topic-body iframe,.responsive-embed{display:block;width:100%;min-height:520px;margin:24px 0;border:1px solid var(--line);border-radius:14px;background:#f4f6f8}
.topic-back{display:inline-flex;margin-top:18px;color:var(--blue);font-weight:800}.source-note{margin-top:18px;padding:14px 16px;border-radius:12px;background:var(--blue-soft);color:#405b73;font-size:14px;line-height:1.7}
.cv-list li>div{overflow-wrap:anywhere}.cv-item span a{color:var(--blue);text-decoration:underline}.cv-item .self-name{font-weight:800}
@media(max-width:1120px){.featured-grid.five{grid-template-columns:1fr 1fr}.featured-grid.five .featured:last-child{grid-column:1/-1}.story-grid.archive{grid-template-columns:1fr 1fr}}
@media(max-width:860px){.story-grid.archive{grid-template-columns:1fr 1fr}.career-grid.full{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.featured-grid.five,.story-grid.archive,.career-grid.full{grid-template-columns:1fr}.featured-grid.five .featured:last-child{grid-column:auto}.topic-article{padding:24px 20px}.topic-body iframe,.responsive-embed{min-height:340px}.contact-map iframe{height:300px}}
@media print{.topic-article{box-shadow:none;break-inside:auto}.topic-body iframe{display:none}}

/* ==========================================================
   v3.1 usability refinements (approved v3 design retained)
========================================================== */

/* Career: use the full content width for education and employment. */
#career .career-grid.full{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:44px 48px;
}
#career .career-block--education,
#career .career-block--employment{
  grid-column:1/-1;
}
#career .career-block--education .timeline,
#career .career-block--employment .timeline{
  display:grid;
  border-top:0;
  gap:14px;
}
#career .career-block--education .timeline{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
#career .career-block--employment .timeline{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
#career .career-block--education .timeline-row,
#career .career-block--employment .timeline-row{
  display:block;
  min-width:0;
  padding:18px 20px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
}
#career .career-block--education .timeline-row time,
#career .career-block--employment .timeline-row time{
  display:block;
  margin:0 0 8px;
  font-size:13px;
}
#career .timeline-content{
  min-width:0;
}
#career .timeline-content p{
  margin:0;
  color:var(--text);
  font-size:15.5px;
  line-height:1.75;
}
#career .timeline-content p+p{
  margin-top:8px;
}
#career .career-block--awards,
#career .career-block--affiliations{
  min-width:0;
}

/* Selected work: the linked DOI is the single route to the paper. */
.featured .featured-link{display:none!important}
.featured .citation a{font-weight:750}

/* Achievements: stable category numbering and bounded, paginated results. */
#achievements{scroll-margin-top:84px}
.card-identifiers{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
}
.card-number{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:3px 8px;
  border:1px solid var(--line);
  border-radius:6px;
  background:#fff;
  color:#687b8e;
  font-size:11px;
  font-weight:850;
  font-variant-numeric:tabular-nums;
}
.achievement-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:7px;
  min-height:66px;
  padding:13px 24px 18px;
  border-top:1px solid var(--line);
  background:#fbfdff;
}
.achievement-pagination:empty{display:none}
.page-btn{
  display:grid;
  place-items:center;
  min-width:39px;
  min-height:39px;
  padding:0 10px;
  border:1px solid var(--line);
  border-radius:9px;
  background:#fff;
  color:#52677b;
  font-size:13px;
  font-weight:800;
}
.page-btn:hover,.page-btn:focus-visible{
  border-color:#9db6cb;
  color:var(--navy);
}
.page-btn.active{
  border-color:var(--navy);
  background:var(--navy);
  color:#fff;
}
.page-btn:disabled{
  opacity:.42;
  cursor:default;
}
.page-status{
  padding:0 7px;
  color:var(--muted);
  font-size:13px;
  font-weight:750;
  font-variant-numeric:tabular-nums;
}
.cv-list{
  list-style:none;
  padding-left:0;
}
.cv-list li{
  padding:0 0 17px;
}
.cv-item{
  position:relative;
  display:grid;
  grid-template-columns:18px 42px minmax(0,1fr) auto;
  gap:10px;
  align-items:start;
}
.cv-check{
  position:static;
  width:16px;
  height:16px;
  margin-top:7px;
}
.cv-number{
  padding-top:1px;
  color:var(--blue);
  font-size:14px;
  font-weight:850;
  font-variant-numeric:tabular-nums;
  text-align:right;
}
.cv-record{
  min-width:0;
}
.cv-copy{
  margin:1px 0 0 8px;
  white-space:nowrap;
}

/* Research stories: articles open in place instead of leaving the main page. */
.story-grid.story-accordion{
  align-items:start;
}
.story-detail{
  display:block;
  min-height:245px;
  padding:0;
  overflow:hidden;
}
.story-detail>summary{
  display:flex;
  flex-direction:column;
  min-height:245px;
  padding:27px;
  list-style:none;
  cursor:pointer;
  outline:0;
}
.story-detail>summary::-webkit-details-marker{display:none}
.story-detail>summary:focus-visible{
  box-shadow:inset 0 0 0 3px rgba(35,105,180,.22);
}
.story-detail[open]{
  grid-column:1/-1;
  min-height:0;
}
.story-detail[open]>summary{
  min-height:0;
  border-bottom:1px solid var(--line);
}
.story-date{
  display:block;
  color:var(--blue);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}
.story-detail.primary .story-date{color:#82ddd4}
.story-title{
  display:block;
  margin-top:13px;
  color:var(--ink);
  font-size:21px;
  font-weight:800;
  line-height:1.48;
  letter-spacing:-.025em;
}
.story-detail.primary .story-title{color:#fff}
.story-excerpt{
  display:block;
  margin-top:11px;
  color:var(--text);
  font-size:15.5px;
  line-height:1.8;
}
.story-detail.primary .story-excerpt{color:#d9e8f2}
.story-toggle{
  display:inline-flex;
  align-items:center;
  margin-top:auto;
  padding-top:21px;
  color:var(--blue);
  font-size:14px;
  font-weight:800;
}
.story-detail.primary .story-toggle{color:#fff}
.story-detail .when-open{display:none}
.story-detail[open] .when-closed{display:none}
.story-detail[open] .when-open{display:inline}
.story-body{
  padding:29px 31px 34px;
  background:#fff;
  color:var(--text);
}
.story-detail.primary .story-body,
.story-detail.primary .story-body p{
  color:var(--text);
}
.story-body p{
  margin:0 0 1.2em;
  font-size:16px;
  line-height:1.95;
}
.story-body img{
  width:auto;
  max-width:100%;
  max-height:680px;
  margin:22px auto;
  border-radius:14px;
}
.story-body iframe,
.story-body .responsive-embed{
  display:block;
  width:100%;
  min-height:520px;
  margin:24px 0;
  border:1px solid var(--line);
  border-radius:14px;
  background:#f4f6f8;
}
.story-close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  margin-top:7px;
  padding:0 15px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--blue);
  font-size:13px;
  font-weight:850;
}
.story-close:hover,.story-close:focus-visible{
  border-color:#9db6cb;
  color:var(--navy);
}

@media(max-width:1120px){
  #career .career-block--education .timeline{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:860px){
  #career .career-block--employment .timeline{grid-template-columns:1fr}
  .cv-item{grid-template-columns:18px 38px minmax(0,1fr)}
  .cv-copy{grid-column:3;margin:4px 0 0}
}
@media(max-width:640px){
  #career .career-block--education .timeline,
  #career .career-block--employment .timeline{grid-template-columns:1fr}
  #career .career-block--education .timeline-row,
  #career .career-block--employment .timeline-row{padding:16px 17px}
  .achievement-pagination{padding:12px 14px 16px}
  .page-btn{min-width:37px;min-height:37px}
  .cv-item{grid-template-columns:17px 34px minmax(0,1fr);gap:8px}
  .cv-number{font-size:13px}
  .story-detail>summary{min-height:0;padding:23px 22px}
  .story-detail[open]{grid-column:auto}
  .story-body{padding:24px 21px 28px}
  .story-body iframe,.story-body .responsive-embed{min-height:340px}
}
@media print{
  .achievement-pagination{display:none!important}
  .cv-number{color:#000}
  .story-close{display:none}
}


/* ==========================================================
   v3.2 achievement-list refinements
   - more records per page
   - progressive expansion and show-all controls
   - explicit, optional multi-selection mode for CV copying
========================================================== */
.footer .container{justify-content:flex-end}

.achievement-display-controls{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:68px;
  padding:14px 24px 18px;
  border-top:1px solid var(--line);
  background:#f7fafc;
}
.achievement-display-controls:empty{display:none}
.display-control-info{
  color:var(--muted);
  font-size:13px;
  font-weight:750;
  font-variant-numeric:tabular-nums;
}
.display-control-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.display-btn{
  min-height:40px;
  padding:0 14px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:#52677b;
  font-size:13px;
  font-weight:850;
}
.display-btn:hover,.display-btn:focus-visible{border-color:#9db6cb;color:var(--navy)}
.display-btn.strong{border-color:var(--blue);background:var(--blue-soft);color:var(--navy)}

.selection-only,.selection-count{display:none}
.achievements-shell.selection-mode .selection-only{display:inline-flex}
.achievements-shell.selection-mode .selection-count{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 10px;
  border-radius:8px;
  background:var(--teal-soft);
  color:var(--teal);
  font-size:13px;
  font-weight:850;
  white-space:nowrap;
}
.mini-btn:disabled{opacity:.45;cursor:default}
.selection-guidance{
  display:none;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:0 0 25px;
  padding:15px 17px;
  border:1px solid #b9ddd8;
  border-radius:12px;
  background:var(--teal-soft);
  color:#315f5c;
  font-size:14px;
  line-height:1.65;
}
.achievements-shell.selection-mode .selection-guidance{display:flex}
.selection-guidance[hidden]{display:none!important}
.selection-guidance strong{display:block;margin-bottom:2px;color:var(--teal);font-size:14px}
.selection-guidance span{display:block}
.select-page-control{
  display:flex;
  align-items:center;
  gap:7px;
  flex:0 0 auto;
  min-height:40px;
  padding:0 12px;
  border:1px solid #9fcfc9;
  border-radius:999px;
  background:#fff;
  color:#315f5c;
  font-size:13px;
  font-weight:850;
  white-space:nowrap;
}
.select-page-control input{accent-color:var(--teal)}

.cv-item{grid-template-columns:42px minmax(0,1fr) auto}
.cv-item.selection-enabled{grid-template-columns:82px 42px minmax(0,1fr) auto}
.cv-select{
  display:flex;
  align-items:center;
  gap:6px;
  min-height:38px;
  margin-top:10px;
  padding:0 8px;
  border:1px solid #b9ddd8;
  border-radius:999px;
  background:#f7fffe;
  color:var(--teal);
  font-size:12px;
  font-weight:850;
  white-space:nowrap;
}
.cv-check{position:static;width:16px;height:16px;margin:0;accent-color:var(--teal)}

@media(max-width:860px){
  .achievement-display-controls{align-items:flex-start;flex-direction:column}
  .display-control-actions{justify-content:flex-start}
  .cv-item{grid-template-columns:38px minmax(0,1fr)}
  .cv-item.selection-enabled{grid-template-columns:78px 38px minmax(0,1fr)}
  .cv-copy{grid-column:2;margin:4px 0 0}
  .cv-item.selection-enabled .cv-copy{grid-column:3}
}
@media(max-width:640px){
  .achievement-display-controls{padding:14px 18px 17px}
  .display-control-actions{width:100%}
  .display-btn{flex:1;min-width:0;text-align:center}
  .selection-guidance{align-items:flex-start;flex-direction:column}
  .select-page-control{width:100%;justify-content:center}
  .cv-item{grid-template-columns:34px minmax(0,1fr);gap:8px}
  .cv-item.selection-enabled{grid-template-columns:70px 34px minmax(0,1fr)}
  .cv-select{padding:0 7px;font-size:11px}
  .cv-copy{grid-column:2}
  .cv-item.selection-enabled .cv-copy{grid-column:3}
}
@media print{
  .achievement-display-controls,.selection-guidance,.selection-count,#toggleSelection{display:none!important}
}


/* v3.3 refinements: stronger profile, image-rich cards, compact news, and improved section flow */
.hero{position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;right:-140px;top:-120px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(78,136,192,.18) 0%,rgba(78,136,192,0) 68%);pointer-events:none}
.hero-grid{border-color:#d6e3ee;box-shadow:0 24px 52px rgba(8,38,67,.09)}
.hero-copy{position:relative;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.hero-copy:after{content:"";position:absolute;right:26px;top:24px;width:88px;height:88px;border-radius:24px;background:linear-gradient(135deg,rgba(78,136,192,.13),rgba(49,179,165,.14));transform:rotate(14deg);pointer-events:none}
.identity{position:relative;z-index:1}
.portrait{box-shadow:0 16px 32px rgba(14,45,76,.14);border:4px solid #fff}
.role{font-size:17px}
.summary{max-width:720px}
.hero-focus{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
.hero-focus span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#eef5fb;border:1px solid #dbe8f2;color:#113252;font-size:12px;font-weight:850;letter-spacing:.02em}
.visual-tags{position:absolute;top:20px;right:20px;z-index:2;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.visual-tags span{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border-radius:999px;background:rgba(255,255,255,.16);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.28);color:#fff;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}

.news-row[hidden]{display:none!important}
.news-actions{display:flex;justify-content:flex-start;padding:18px 0 0}
.news-toggle{min-width:220px}

.theme-card,.featured,.story-detail{box-shadow:0 10px 30px rgba(9,39,68,.05)}
.theme-media{margin:-29px -30px 18px;aspect-ratio:16/8;overflow:hidden;background:#edf3f8}
.theme-media img{width:100%;height:100%;object-fit:cover;display:block}
.theme-card h3{margin-top:0}

.featured{padding:0;overflow:hidden;min-height:0}
.featured-media{aspect-ratio:16/8;overflow:hidden;background:#edf3f8}
.featured-media img{width:100%;height:100%;object-fit:cover;display:block}
.featured .year,.featured h3,.featured>p,.featured .citation{margin-left:26px;margin-right:26px}
.featured .year{margin-top:22px}
.featured .citation{padding:18px 0 24px}
.featured>p{margin-bottom:18px}

.story-thumb-wrap{display:block;margin:-2px -2px 16px}
.story-thumb{display:block;width:100%;aspect-ratio:16/8;object-fit:cover;border-radius:14px;background:#edf3f8}
.story-detail.primary .story-thumb{border:1px solid rgba(255,255,255,.18)}
.story-detail>summary{padding:25px}
.story-date,.story-title,.story-excerpt,.story-toggle{display:block}

#career{scroll-margin-top:92px}
.career-grid.full{gap:22px 28px}
.career-block{padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}
.career-block h3{margin-bottom:14px}

@media(max-width:860px){
  .hero-copy:after{display:none}
  .theme-media{margin:-24px -24px 16px}
  .featured .year,.featured h3,.featured>p,.featured .citation{margin-left:22px;margin-right:22px}
}
@media(max-width:640px){
  .hero-focus span{min-height:32px;padding:0 10px;font-size:11px}
  .visual-tags{top:14px;right:14px;gap:6px}
  .visual-tags span{min-height:28px;padding:0 9px;font-size:10px}
  .news-actions{padding-top:14px}
  .news-toggle{width:100%}
  .theme-media{margin:-24px -24px 15px}
  .story-thumb-wrap{margin:0 0 14px}
  .story-detail>summary{padding:22px}
  .career-block{padding:20px}
}


/* v3.4 refinements */
.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);border-radius:28px;overflow:hidden;box-shadow:0 28px 64px rgba(7,36,64,.10)}
.hero-copy{padding:40px 42px 36px;background:
  radial-gradient(circle at 86% 16%, rgba(76,136,190,.12), rgba(76,136,190,0) 28%),
  linear-gradient(180deg,#ffffff 0%,#f9fbfd 100%)}
.identity{grid-template-columns:118px minmax(0,1fr);gap:24px;align-items:end}
.portrait{width:118px;height:138px;border-radius:22px;box-shadow:0 18px 38px rgba(13,47,79,.16)}
h1{font-size:clamp(40px,3.9vw,52px);line-height:1.08}
h1 span{margin-top:10px;font-size:14px;letter-spacing:.18em}
.role{margin-top:18px;font-size:17px;line-height:1.7}
.summary{font-size:17px;line-height:1.92;max-width:760px}
.hero-focus{margin-top:16px}
.profile-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}
.profile-meta-card{padding:16px 16px 15px;border:1px solid #dbe6ef;border-radius:16px;background:#fff;box-shadow:0 8px 20px rgba(15,44,74,.04)}
.profile-meta-card small{display:block;margin-bottom:7px;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.profile-meta-card strong{display:block;color:var(--ink);font-size:14px;line-height:1.7;font-weight:800}
.hero-actions-primary{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.profile-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}
.profile-link{display:flex;align-items:center;justify-content:center;min-height:40px;padding:0 12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy);font-size:13px;font-weight:800;text-align:center;line-height:1.3;transition:.18s}
.profile-link:hover,.profile-link:focus-visible{border-color:#a9bfd2;box-shadow:0 10px 20px rgba(17,50,82,.08);transform:translateY(-1px)}
.hero-highlights{margin-top:18px}
.hero-visual{min-height:100%;background:linear-gradient(180deg,#0b3157,#0e476d)}
.hero-visual img{object-position:center center}
.visual-caption{left:32px;right:32px;bottom:30px}
.visual-caption strong{line-height:1.35}

.theme-media,.featured-media,.story-thumb-wrap{background:#f3f6f9}
.theme-media,.featured-media{display:flex;align-items:center;justify-content:center;padding:12px}
.theme-media img,.featured-media img{width:100%;height:100%;object-fit:contain;object-position:center center;background:#f3f6f9}
.story-thumb-wrap{display:flex;align-items:center;justify-content:center;padding:10px;border-radius:16px}
.story-thumb{width:100%;height:auto;max-height:210px;object-fit:contain;object-position:center center;background:#f3f6f9;border-radius:12px}
.featured-media{aspect-ratio:16/8.6}
.theme-media{aspect-ratio:16/8.8}

.topic-body,.topic-body p,.topic-body li,.story-body p{overflow-wrap:anywhere;word-break:normal}
.topic-body a,.story-body a,.featured .citation a,.project-main a,.career-block a{display:inline;color:var(--blue)!important;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}
.topic-body a:hover,.story-body a:hover{color:var(--navy)!important}
.story-body iframe,.story-body .responsive-embed{max-width:100%}
.story-body{overflow:visible}

.cv-export-note{padding:12px 14px;border:1px dashed #c8d7e4;border-radius:12px;background:#fbfdff;color:var(--text);font-size:14px;line-height:1.7}

@media(max-width:1120px){
  .profile-link-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .profile-meta-grid{grid-template-columns:1fr 1fr 1fr}
}
@media(max-width:860px){
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding:30px 26px 28px}
  .identity{grid-template-columns:94px minmax(0,1fr)}
  .portrait{width:94px;height:112px}
  .profile-meta-grid{grid-template-columns:1fr}
  .profile-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .theme-media,.featured-media{padding:10px}
}
@media(max-width:640px){
  .hero-copy{padding:24px 20px 22px}
  .identity{grid-template-columns:80px minmax(0,1fr);gap:15px}
  .portrait{width:80px;height:96px;border-radius:16px}
  h1{font-size:34px}
  .summary{font-size:16px}
  .profile-link-grid{grid-template-columns:1fr 1fr}
  .profile-link{min-height:38px;padding:0 10px;font-size:12px}
  .theme-media,.featured-media{padding:8px}
  .story-thumb-wrap{padding:8px}
  .story-thumb{max-height:170px}
}

/* v3.5 — profile redesign and full-CV controls */
.hero-copy:after{content:none!important;display:none!important}
.hero{background:linear-gradient(180deg,#fff 0%,#f4f7fa 100%)}
.hero-grid{grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);border-radius:26px;border-color:#d7e2eb;box-shadow:0 24px 58px rgba(9,39,68,.09)}
.hero-copy{padding:42px 44px 36px;background:#fff}
.identity{grid-template-columns:124px minmax(0,1fr);gap:26px;align-items:end}
.portrait{width:124px;height:148px;border-radius:20px;border:1px solid #d4e0ea;box-shadow:none;object-position:center top}
.overline{font-size:11px;letter-spacing:.18em;color:var(--teal)}
h1{font-size:clamp(41px,4vw,54px);letter-spacing:-.05em}
h1 span{font-size:14px;letter-spacing:.18em;color:#75869a}
.role{margin:20px 0 0;font-size:17px;font-weight:800;line-height:1.7;color:var(--navy)}
.summary{margin:14px 0 0;padding-left:18px;border-left:3px solid var(--teal);font-size:17px;line-height:1.9;max-width:760px}
.profile-details{display:grid;grid-template-columns:.95fr 1.35fr;gap:30px;margin-top:24px;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.profile-detail small{display:block;margin-bottom:7px;color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.profile-detail strong{display:block;color:var(--ink);font-size:14px;font-weight:750;line-height:1.75}
.profile-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.profile-actions .btn{min-height:44px}
.profile-actions .cv-launch{border-color:#9fcfc9;background:#f3fbfa;color:var(--teal)}
.profile-actions .cv-launch:hover,.profile-actions .cv-launch:focus-visible{border-color:var(--teal);background:#e9f6f4;color:#0f6562}
.profile-links-inline{display:flex;flex-wrap:wrap;gap:7px 18px;margin-top:18px;padding-top:16px;border-top:1px dashed #d8e3ec}
.profile-links-inline a{position:relative;color:#51677d;font-size:13px;font-weight:750;line-height:1.6;text-decoration:none}
.profile-links-inline a:hover,.profile-links-inline a:focus-visible{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.profile-links-inline a:not(:last-child):after{content:"";position:absolute;right:-10px;top:.42em;width:1px;height:1em;background:#c8d5e0}
.hero-highlights{margin-top:22px;border-radius:12px;box-shadow:none}
.hero-highlights div{background:#fbfdff}
.hero-visual img{object-position:center center}

/* CV builder button and achievements wording */
.cv-launch{appearance:none}

@media(max-width:1120px){
  .hero-grid{grid-template-columns:1fr .8fr}
  .hero-copy{padding:36px 34px 32px}
  .identity{grid-template-columns:104px minmax(0,1fr);gap:20px}
  .portrait{width:104px;height:126px}
  .profile-details{grid-template-columns:1fr}
  .profile-links-inline a:not(:last-child):after{display:none}
}
@media(max-width:860px){
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding:30px 26px 28px}
  .identity{grid-template-columns:98px minmax(0,1fr)}
  .portrait{width:98px;height:118px}
}
@media(max-width:640px){
  .hero-copy{padding:24px 20px 22px}
  .identity{grid-template-columns:80px minmax(0,1fr);gap:15px;align-items:center}
  .portrait{width:80px;height:96px;border-radius:15px}
  h1{font-size:34px}
  .role,.summary{font-size:16px}
  .summary{padding-left:14px}
  .profile-details{gap:15px;margin-top:20px;padding:17px 0}
  .profile-actions .btn{flex:1 1 auto;min-width:125px}
  .profile-links-inline{gap:6px 14px}
  .profile-links-inline a{font-size:12px}
}

/* =========================================================
   v3.5 profile refinement and full-CV entry point
========================================================= */
.hero-copy:after{content:none!important;display:none!important}
.hero{background:linear-gradient(180deg,#ffffff 0%,#f1f6fa 100%)}
.hero-grid{grid-template-columns:minmax(0,1.14fr) minmax(360px,.86fr);border-radius:26px;border-color:#d2dfe9;box-shadow:0 26px 58px rgba(9,39,68,.10)}
.hero-copy{position:relative;padding:38px 42px 34px;background:#fff}
.profile-masthead{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:17px;border-bottom:1px solid var(--line)}
.profile-discipline{color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.16em}
.profile-affiliation-short{color:var(--muted);font-size:11px;font-weight:850;letter-spacing:.11em}
.identity-refined{grid-template-columns:124px minmax(0,1fr);gap:25px;align-items:center;margin-top:25px}
.identity-refined .portrait{width:124px;height:142px;border:0;border-radius:20px;box-shadow:0 17px 36px rgba(10,42,72,.16);object-position:center 28%}
.identity-refined h1{margin:0;font-size:clamp(42px,4vw,53px);line-height:1.05;letter-spacing:-.05em}
.identity-refined h1 span{margin-top:11px;font-size:14px;letter-spacing:.17em}
.identity-refined .role{margin:15px 0 0;padding-left:14px;border-left:3px solid var(--teal);font-size:16px;font-weight:750;line-height:1.7}
.hero-copy .summary{margin-top:22px;max-width:760px;font-size:16.5px;line-height:1.92}
.hero-copy .hero-focus{margin-top:17px}
.hero-copy .hero-focus span{min-height:32px;padding:0 11px;background:#f1f6fa;border-color:#dce7ef;color:#26435e;font-size:11.5px}
.hero-actions-primary{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.hero-actions-primary button{font-family:inherit}
.profile-links-block{margin-top:23px;padding-top:17px;border-top:1px solid var(--line)}
.profile-links-label{margin-bottom:9px;color:var(--muted);font-size:10.5px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.profile-links{display:flex;flex-wrap:wrap;gap:5px 0}
.profile-links a{display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:0 13px;color:#2f587f;font-size:12.5px;font-weight:800;line-height:1.35;border-left:1px solid #d7e2ea;transition:.18s}
.profile-links a:first-child{padding-left:0;border-left:0}
.profile-links a span{font-size:11px;transition:transform .18s}
.profile-links a:hover,.profile-links a:focus-visible{color:var(--navy);text-decoration:underline;text-underline-offset:4px}
.profile-links a:hover span,.profile-links a:focus-visible span{transform:translate(2px,-2px)}
.hero-highlights{margin-top:21px;border:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0}
.hero-highlights div{padding:14px 15px 13px;background:transparent}
.hero-highlights div:first-child{padding-left:0}
.hero-highlights div:last-child{padding-right:0}
.hero-highlights small{font-size:9.5px;letter-spacing:.12em}
.hero-highlights b{font-size:12.5px}
.hero-visual{min-height:100%;background:#0b2947}
.hero-visual img{object-position:center center}

@media(max-width:1120px){
  .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr)}
  .hero-copy{padding:34px 32px 30px}
  .identity-refined{grid-template-columns:108px minmax(0,1fr)}
  .identity-refined .portrait{width:108px;height:126px}
}
@media(max-width:860px){
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding:30px 27px 27px}
  .profile-masthead{padding-bottom:14px}
  .identity-refined{grid-template-columns:98px minmax(0,1fr);gap:20px;margin-top:21px}
  .identity-refined .portrait{width:98px;height:114px}
  .identity-refined h1{font-size:40px}
  .profile-links a{padding:0 11px}
}
@media(max-width:640px){
  .hero-copy{padding:24px 20px 22px}
  .profile-masthead{align-items:flex-start;flex-direction:column;gap:4px}
  .identity-refined{grid-template-columns:80px minmax(0,1fr);gap:15px;margin-top:19px}
  .identity-refined .portrait{width:80px;height:94px;border-radius:15px}
  .identity-refined h1{font-size:33px}
  .identity-refined h1 span{font-size:11px;letter-spacing:.14em}
  .identity-refined .role{margin-top:11px;padding-left:10px;font-size:14px;line-height:1.55}
  .hero-copy .summary{margin-top:18px;font-size:16px}
  .hero-actions-primary{display:grid;grid-template-columns:1fr 1fr;margin-top:19px}
  .hero-actions-primary .btn:first-child{grid-column:1/-1}
  .profile-links{display:grid;grid-template-columns:1fr 1fr;gap:2px 10px}
  .profile-links a,.profile-links a:first-child{min-height:34px;padding:0;border-left:0;border-bottom:1px solid #e3ebf1}
  .hero-highlights{grid-template-columns:1fr}
  .hero-highlights div,.hero-highlights div:first-child,.hero-highlights div:last-child{padding:11px 0}
  .hero-highlights div+div{border-left:0;border-top:1px solid var(--line)}
}

/* v3.5 profile and full-CV export */
.hero-copy:after{content:none!important;display:none!important}
.profile-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);border-radius:28px;border:1px solid #d5e1eb;background:#fff;box-shadow:0 28px 66px rgba(8,39,69,.11)}
.profile-card{padding:44px 46px 38px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);border-top:5px solid var(--navy)}
.profile-heading{display:grid;grid-template-columns:136px minmax(0,1fr);gap:28px;align-items:center}
.profile-heading .portrait{width:136px;height:158px;border:5px solid #fff;border-radius:22px;object-fit:cover;box-shadow:0 18px 38px rgba(13,47,79,.16)}
.profile-title-block{padding-left:24px;border-left:3px solid var(--teal)}
.profile-title-block .overline{font-size:11px;letter-spacing:.18em}
.profile-title-block h1{margin-top:7px;font-size:clamp(42px,4vw,54px)}
.profile-title-block h1 span{margin-top:9px;font-size:14px;letter-spacing:.18em}
.profile-title-block .role{margin:14px 0 0;color:#405970;font-size:16.5px;font-weight:750;line-height:1.7}
.profile-card .summary{margin-top:22px;max-width:760px;color:#334c62;font-size:17px;line-height:1.92}
.profile-card .hero-focus{margin-top:17px}
.profile-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:23px}
.profile-actions .btn{min-height:44px}
.cv-export-trigger{appearance:none}
.profile-links-inline{display:grid;grid-template-columns:160px minmax(0,1fr);gap:18px;margin-top:20px;padding-top:17px;border-top:1px solid var(--line);align-items:start}
.profile-links-label{color:#718397;font-size:10px;font-weight:900;letter-spacing:.14em;line-height:1.7}
.profile-links-list{display:flex;flex-wrap:wrap;gap:7px 18px}
.profile-links-list a{position:relative;color:var(--blue);font-size:13px;font-weight:800;line-height:1.5;text-decoration:none}
.profile-links-list a:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background:#9fbfdc;transform:scaleX(.35);transform-origin:left;transition:.18s}
.profile-links-list a:hover:after,.profile-links-list a:focus-visible:after{transform:scaleX(1)}
.profile-card .hero-highlights{margin-top:22px}
.profile-hero-grid .hero-visual{min-height:100%;background:#0b3157}
.profile-hero-grid .hero-visual img{object-position:center center}

.cv-export-dialog{width:min(760px,calc(100% - 32px));max-height:calc(100vh - 40px);padding:0;border:0;border-radius:22px;background:#fff;color:var(--ink);box-shadow:0 30px 90px rgba(3,25,47,.28);overflow:auto}
.cv-export-dialog::backdrop{background:rgba(5,29,51,.55);backdrop-filter:blur(4px)}
.cv-export-dialog-panel{min-height:100%}
.cv-export-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 30px 24px;border-bottom:1px solid var(--line);background:linear-gradient(145deg,#f7fbff,#fff)}
.cv-export-dialog-head h2{margin:0;color:var(--navy);font-size:28px;line-height:1.25;letter-spacing:-.03em}
.cv-export-dialog-head p{margin:10px 0 0;color:var(--text);font-size:15.5px;line-height:1.75}
.cv-dialog-close{flex:0 0 40px;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--navy);font-size:25px;line-height:1;text-align:center}
.cv-dialog-close:hover,.cv-dialog-close:focus-visible{border-color:#9fb4c6;background:#f4f8fb}
.cv-export-dialog-body{padding:26px 30px 30px}
.cv-export-dialog-body h3{margin:0 0 12px;font-size:17px}
.cv-export-includes{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;margin:0;padding:0;list-style:none}
.cv-export-includes li{position:relative;padding-left:22px;color:#40566b;font-size:14.5px;line-height:1.65}
.cv-export-includes li:before{content:"✓";position:absolute;left:0;top:0;color:var(--teal);font-weight:900}
.cv-export-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:25px}
.cv-export-action{min-height:48px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy);font-size:14px;font-weight:850;text-align:center}
.cv-export-action:hover,.cv-export-action:focus-visible{border-color:#9eb4c6;box-shadow:0 8px 18px rgba(15,47,77,.08)}
.cv-export-action.primary{background:var(--navy);border-color:var(--navy);color:#fff}
.cv-export-dialog-note{margin:18px 0 0;padding:14px 15px;border-radius:12px;background:#f3f7fa;color:#556a7e;font-size:13.5px;line-height:1.7}

@media(max-width:1120px){
  .profile-hero-grid{grid-template-columns:1fr .82fr}
  .profile-card{padding:38px 34px 32px}
  .profile-heading{grid-template-columns:112px minmax(0,1fr);gap:22px}
  .profile-heading .portrait{width:112px;height:132px}
  .profile-title-block{padding-left:19px}
  .profile-links-inline{grid-template-columns:140px minmax(0,1fr)}
}
@media(max-width:860px){
  .profile-hero-grid{grid-template-columns:1fr}
  .profile-card{padding:31px 26px 29px}
  .profile-heading{grid-template-columns:102px minmax(0,1fr)}
  .profile-heading .portrait{width:102px;height:120px}
  .profile-title-block h1{font-size:40px}
  .profile-links-inline{grid-template-columns:1fr;gap:7px}
  .cv-export-includes{grid-template-columns:1fr}
  .cv-export-actions{grid-template-columns:1fr}
}
@media(max-width:640px){
  .profile-card{padding:24px 20px 23px;border-top-width:4px}
  .profile-heading{grid-template-columns:80px minmax(0,1fr);gap:15px;align-items:start}
  .profile-heading .portrait{width:80px;height:96px;border-width:3px;border-radius:16px}
  .profile-title-block{padding-left:14px;border-left-width:2px}
  .profile-title-block h1{font-size:33px}
  .profile-title-block .role{font-size:14.5px;line-height:1.55}
  .profile-card .summary{margin-top:18px;font-size:16px}
  .profile-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:20px}
  .profile-actions .btn:first-child{grid-column:1/-1}
  .profile-links-list{gap:7px 14px}
  .profile-card .hero-highlights{grid-template-columns:1fr}
  .profile-card .hero-highlights div+div{border-left:0;border-top:1px solid var(--line)}
  .cv-export-dialog{width:calc(100% - 18px);max-height:calc(100vh - 18px);border-radius:17px}
  .cv-export-dialog-head{padding:22px 20px 19px}
  .cv-export-dialog-head h2{font-size:24px}
  .cv-export-dialog-body{padding:21px 20px 23px}
}

/* =========================================================
   v3.6 — calmer profile, compact achievements, 2:1 career,
   balanced contact layout, and publication metrics
========================================================= */

/* Profile: retain content, reduce visual exaggeration and improve hierarchy. */
#profile.hero{padding:34px 0 52px;background:linear-gradient(180deg,#fff 0%,#f4f7fa 100%)}
#profile .profile-hero-grid{grid-template-columns:minmax(0,1.18fr) minmax(350px,.82fr);border-radius:22px;border-color:#d7e1e9;box-shadow:0 18px 44px rgba(8,39,69,.075)}
#profile .profile-card{padding:35px 38px 31px;border-top:0;background:#fff}
#profile .profile-heading{grid-template-columns:108px minmax(0,1fr);gap:22px;align-items:center}
#profile .profile-heading .portrait{width:108px;height:128px;border:1px solid #d5e0e8;border-radius:17px;box-shadow:0 12px 26px rgba(13,47,79,.10)}
#profile .profile-title-block{padding-left:0;border-left:0}
#profile .profile-title-block .overline{font-size:10.5px;letter-spacing:.15em;color:var(--blue)}
#profile .profile-title-block h1{margin-top:5px;font-size:clamp(36px,3.1vw,43px);line-height:1.12;letter-spacing:-.035em}
#profile .profile-title-block h1 span{margin-top:7px;font-size:13px;letter-spacing:.15em;color:#738496}
#profile .profile-title-block .role{margin:12px 0 0;color:#40566b;font-size:16.5px;font-weight:750;line-height:1.65}
#profile .profile-card .summary{margin-top:20px;max-width:780px;color:#354d62;font-size:16.5px;line-height:1.86}
#profile .profile-card .hero-focus{gap:7px;margin-top:15px}
#profile .profile-card .hero-focus span{min-height:30px;padding:0 10px;font-size:11.5px;font-weight:800;background:#f4f7fa;border-color:#dde6ed}
#profile .profile-actions{gap:9px;margin-top:19px}
#profile .profile-actions .btn{min-height:41px;padding:0 15px;border-radius:10px;font-size:13.5px;box-shadow:none}
#profile .profile-links-inline{grid-template-columns:138px minmax(0,1fr);gap:14px;margin-top:18px;padding-top:15px}
#profile .profile-links-label{font-size:9.5px;letter-spacing:.13em;line-height:1.7}
#profile .profile-links-list{gap:5px 16px}
#profile .profile-links-list a{font-size:13px;font-weight:750}
#profile .profile-card .hero-highlights{margin-top:18px}
#profile .profile-card .hero-highlights div{padding:12px 13px}
#profile .profile-card .hero-highlights small{font-size:9px}
#profile .profile-card .hero-highlights b{font-size:12.5px;line-height:1.45}
#profile .visual-caption strong{font-size:clamp(22px,2vw,27px);line-height:1.42;letter-spacing:-.02em}
#profile .visual-caption p{font-size:13.5px}

/* Career: awards take two thirds, memberships one third on desktop. */
#career .career-grid.full{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 28px}
#career .career-block--education,
#career .career-block--employment{grid-column:1/-1}
#career .career-block--awards{grid-column:span 2}
#career .career-block--affiliations{grid-column:span 1}

/* Browse cards: denser, easier to scan, while preserving readable type. */
#achievements .browse-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:20px}
#achievements .achievement-card{min-height:225px;padding:18px;border-radius:14px}
#achievements .achievement-card:not(:has(.card-summary:not(:empty))){min-height:205px}
#achievements .achievement-card:before{height:3px}
#achievements .achievement-card h3{display:-webkit-box;margin:12px 0 0;font-size:17.5px;line-height:1.45;letter-spacing:-.015em;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
#achievements .card-source{margin-top:7px;font-size:13.5px;line-height:1.45}
#achievements .card-summary{display:-webkit-box;margin-top:10px;font-size:14.5px;line-height:1.68;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
#achievements .card-bottom{align-items:center;margin-top:auto;padding-top:13px}
#achievements .card-tags{gap:5px}
#achievements .card-tags span{padding:3px 7px;font-size:10.5px}
#achievements .source-link{font-size:12px}
#achievements .type-badge,#achievements .card-number{font-size:10.5px}
#achievements .card-year{font-size:12.5px}

/* Publication metrics are supplemental and visually separated from citations. */
.publication-metrics-status{margin:-13px 0 24px;padding:11px 14px;border:1px solid #d8e4ed;border-radius:11px;background:#fbfdff;color:#597084;font-size:12.5px;line-height:1.65}
.paper-metrics{display:flex;flex-wrap:wrap;gap:5px 7px;margin-top:7px;color:#52687c;font-size:12px;line-height:1.45}
.paper-metric{display:inline-flex;align-items:center;min-height:25px;padding:3px 8px;border:1px solid #d8e3ec;border-radius:999px;background:#f7fafc;font-weight:750;white-space:nowrap}
.paper-metric.top10{border-color:#b9ddd8;background:#eff9f7;color:#126b67}
.paper-metric.jif{border-color:#d8cbea;background:#f7f3fc;color:#684c91}
.paper-metric.updated{border:0;background:transparent;color:#7b8b9a;font-weight:600}
.cv-record{min-width:0}
.cv-record .paper-metrics{margin:8px 0 0}

/* Contact: give the address enough width and arrange links as a compact grid. */
#contact .contact-box{grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr);gap:44px;align-items:start;padding:34px 36px}
#contact .contact-details{min-width:0;padding-right:10px}
#contact .contact-details h2{font-size:29px}
#contact .contact-details p{max-width:680px;margin-top:10px;font-size:16px;line-height:1.85;overflow-wrap:anywhere}
#contact .contact-links-panel{min-width:0;padding-left:30px;border-left:1px solid rgba(255,255,255,.22)}
#contact .contact-links-heading{margin-bottom:11px;color:#b9cfdf;font-size:11px;font-weight:850;letter-spacing:.08em}
#contact .contact-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;justify-content:stretch}
#contact .contact-links a{display:flex;align-items:center;justify-content:flex-start;min-height:39px;padding:7px 11px;border-radius:9px;font-size:12.5px;line-height:1.35;text-align:left}

@media(max-width:1180px){
  #achievements .browse-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #profile .profile-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr)}
}
@media(max-width:860px){
  #profile .profile-hero-grid{grid-template-columns:1fr}
  #profile .profile-card{padding:29px 27px 27px}
  #profile .profile-heading{grid-template-columns:96px minmax(0,1fr)}
  #profile .profile-heading .portrait{width:96px;height:113px}
  #profile .profile-title-block h1{font-size:38px}
  #career .career-grid.full{grid-template-columns:repeat(2,minmax(0,1fr))}
  #career .career-block--education,#career .career-block--employment{grid-column:1/-1}
  #career .career-block--awards,#career .career-block--affiliations{grid-column:span 1}
  #contact .contact-box{grid-template-columns:1fr;gap:24px}
  #contact .contact-links-panel{padding:22px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.22)}
}
@media(max-width:640px){
  #profile .profile-card{padding:23px 20px 22px}
  #profile .profile-heading{grid-template-columns:78px minmax(0,1fr);gap:14px}
  #profile .profile-heading .portrait{width:78px;height:92px;border-radius:14px}
  #profile .profile-title-block h1{font-size:31px}
  #profile .profile-title-block h1 span{font-size:10.5px}
  #profile .profile-title-block .role{font-size:14.5px;line-height:1.55}
  #profile .profile-card .summary{font-size:16px}
  #profile .profile-links-inline{grid-template-columns:1fr;gap:6px}
  #career .career-grid.full{grid-template-columns:1fr}
  #career .career-block--education,#career .career-block--employment,#career .career-block--awards,#career .career-block--affiliations{grid-column:1}
  #achievements .browse-grid{grid-template-columns:1fr;padding:16px}
  #achievements .achievement-card{min-height:0;padding:17px}
  #contact .contact-box{padding:27px 23px}
  #contact .contact-links{grid-template-columns:1fr}
}
.cv-export-metrics-option{display:flex;align-items:center;gap:8px;margin-top:22px;padding:12px 14px;border:1px solid #d8e4ed;border-radius:11px;background:#fbfdff;color:#40566b;font-size:13.5px;font-weight:750;line-height:1.5}
.cv-export-metrics-option input{width:17px;height:17px;accent-color:var(--teal)}

/* v3.6 correction: selectors matching the production hero markup. */
#profile .hero-grid{grid-template-columns:minmax(0,1.18fr) minmax(350px,.82fr);border-radius:22px;border:1px solid #d7e1e9;background:#fff;box-shadow:0 18px 44px rgba(8,39,69,.075)}
#profile .hero-copy{padding:35px 38px 31px;background:#fff;border-top:0}
#profile .profile-heading{grid-template-columns:108px minmax(0,1fr);gap:22px;align-items:center}
#profile .profile-heading .portrait{width:108px;height:128px;border:1px solid #d5e0e8;border-radius:17px;box-shadow:0 12px 26px rgba(13,47,79,.10)}
#profile .profile-title-block{padding-left:0;border-left:0}
#profile .profile-title-block .overline{font-size:10.5px;letter-spacing:.15em;color:var(--blue)}
#profile .profile-title-block h1{margin-top:5px;font-size:clamp(36px,3.1vw,43px);line-height:1.12;letter-spacing:-.035em}
#profile .profile-title-block h1 span{margin-top:7px;font-size:13px;letter-spacing:.15em;color:#738496}
#profile .profile-title-block .role{margin:12px 0 0;color:#40566b;font-size:16.5px;font-weight:750;line-height:1.65}
#profile .hero-copy .summary{margin-top:20px;max-width:780px;color:#354d62;font-size:16.5px;line-height:1.86;padding-left:0;border-left:0}
#profile .hero-copy .hero-focus{gap:7px;margin-top:15px}
#profile .hero-copy .hero-focus span{min-height:30px;padding:0 10px;font-size:11.5px;font-weight:800;background:#f4f7fa;border-color:#dde6ed}
#profile .profile-actions{gap:9px;margin-top:19px}
#profile .profile-actions .btn{min-height:41px;padding:0 15px;border-radius:10px;font-size:13.5px;box-shadow:none}
#profile .profile-links-inline{grid-template-columns:138px minmax(0,1fr);gap:14px;margin-top:18px;padding-top:15px}
#profile .profile-links-label{font-size:9.5px;letter-spacing:.13em;line-height:1.7}
#profile .profile-links-list{gap:5px 16px}
#profile .profile-links-list a{font-size:13px;font-weight:750}
#profile .hero-highlights{margin-top:18px}
#profile .hero-highlights div{padding:12px 13px}
#profile .hero-highlights small{font-size:9px}
#profile .hero-highlights b{font-size:12.5px;line-height:1.45}
@media(max-width:1180px){#profile .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr)}}
@media(max-width:860px){
  #profile .hero-grid{grid-template-columns:1fr}
  #profile .hero-copy{padding:29px 27px 27px}
  #profile .profile-heading{grid-template-columns:96px minmax(0,1fr)}
  #profile .profile-heading .portrait{width:96px;height:113px}
  #profile .profile-title-block h1{font-size:38px}
}
@media(max-width:640px){
  #profile .hero-copy{padding:23px 20px 22px}
  #profile .profile-heading{grid-template-columns:78px minmax(0,1fr);gap:14px}
  #profile .profile-heading .portrait{width:78px;height:92px;border-radius:14px}
  #profile .profile-title-block h1{font-size:31px}
  #profile .profile-title-block h1 span{font-size:10.5px}
  #profile .profile-title-block .role{font-size:14.5px;line-height:1.55}
  #profile .hero-copy .summary{font-size:16px}
  #profile .profile-links-inline{grid-template-columns:1fr;gap:6px}
}
/* Final v3.6 profile type balance. */
#profile .profile-title-block h1{font-size:clamp(34px,2.8vw,40px)}
@media(max-width:860px){#profile .profile-title-block h1{font-size:36px}}
@media(max-width:640px){#profile .profile-title-block h1{font-size:30px}}

/* v3.7: publication metrics appear inline immediately after each citation / DOI. */
.paper-metrics-inline{
  display:inline;
  margin-left:.36em;
  color:#53697d;
  font-size:.83em;
  line-height:inherit;
  white-space:normal;
}
.paper-metric-inline{display:inline;font-weight:720}
.paper-metric-inline.citation{color:#355e82}
.paper-metric-inline.fwci,.paper-metric-inline.percentile{color:#5d6f80}
.paper-metric-inline.top10{color:#0f756f;font-weight:850}
.paper-metric-inline.jif{color:#694c91;font-weight:850}
.metric-separator{color:#a3afba;padding:0 .08em}
.metrics-copy{font-size:.92em;color:#53697d}
.cv-record{min-width:0;overflow-wrap:anywhere}
/* Remove the former block/chip layout; retained selectors are neutralized for old cached markup. */
.cv-record .paper-metrics{display:inline;margin:0 0 0 .36em}

/* v3.7 publication metrics owner controls */
.publication-metrics-owner-tools{
  margin:12px 0 22px;
  padding:0;
  border:1px solid #d5e1eb;
  border-radius:12px;
  background:#fbfdff;
}
.publication-metrics-owner-tools summary{
  padding:11px 14px;
  color:#405d76;
  font-size:13px;
  font-weight:850;
  cursor:pointer;
}
.publication-metrics-owner-tools[open]{padding-bottom:14px}
.publication-metrics-owner-tools[open] summary{border-bottom:1px solid #e2eaf1;margin-bottom:12px}
.publication-metrics-owner-tools p{margin:0 14px 11px;color:#5d7185;font-size:13px;line-height:1.65}
.publication-metrics-owner-tools .mini-btn{margin-left:14px;text-decoration:none}
.publication-metrics-status{overflow-wrap:anywhere}
@media(max-width:640px){
  .publication-metrics-owner-tools .mini-btn{display:flex;margin:0 12px;width:calc(100% - 24px)}
}

/* Content-audit restoration: related links preserved from the original site. */
.card-related-links{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;margin-top:10px;padding-top:9px;border-top:1px dashed var(--line);font-size:12px;line-height:1.5}
.card-related-links span{color:var(--muted);font-weight:800}
.card-related-links a{color:var(--blue);font-weight:800;text-decoration:underline;text-underline-offset:2px}
.cv-related-links{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.6}
.cv-related-links a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}

/* ======================================================================
   v3.7.3 performance patch
   - avoid full-page compositing and fixed backdrop blur
   - render offscreen sections only when needed
   - make internal navigation respond immediately
   ====================================================================== */
html{scroll-behavior:auto}
.main{overflow-x:clip;overflow-y:visible}
.topbar{
  background:#fff;
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
}
.hero-visual img{filter:none}
a,button{touch-action:manipulation}


.deferred-story-media{
  background:#f1f5f8;
  transition:opacity .16s ease;
}
.deferred-story-media[src^="data:image/gif"]{opacity:0}
.deferred-story-frame[src="about:blank"]{
  min-height:0!important;
  height:0!important;
  margin:0!important;
  border:0!important;
  overflow:hidden;
}



/* ======================================================================
   v3.7.4 verified performance + typography patch
   - system-font stacks only: no external font download
   - no content-visibility blanking on restored/background tabs
   - stable first paint and immediate link feedback
   ====================================================================== */
:root{
  --font-ja:"Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic UI","Yu Gothic",Meiryo,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-en:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI Variable","Segoe UI","Helvetica Neue",Arial,sans-serif;
}
html,body{min-height:100%;background:#fff}
html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea{font-family:var(--font-ja)}
html[lang="en"] body,
html[lang="en"] button,
html[lang="en"] input,
html[lang="en"] select,
html[lang="en"] textarea{font-family:var(--font-en)}
body{
  font-synthesis:none;
  font-kerning:normal;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
html[lang="ja"] :where(h1,h2,h3,.brand,.topbar-brand,.section-kicker,.overline,.visual-caption strong){
  font-feature-settings:"palt" 1,"kern" 1;
}
html[lang="en"] :where(h1,h2,h3,.brand,.topbar-brand,.section-kicker,.overline,.visual-caption strong){
  font-feature-settings:"kern" 1,"liga" 1;
}
.main>.section{content-visibility:visible;contain:none}
a,button,[role="button"]{-webkit-tap-highlight-color:rgba(35,105,180,.12)}
a:active,button:active{transition-duration:0s}
.site-version-marker{display:none!important}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}


/* v3.7.5: obsolete sidebar indices removed */
.side-nav small{display:none!important}
