/* Self-hosted Ubuntu web fonts. Keep these files in assets/fonts/. */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("fonts/ubuntu-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("fonts/ubuntu-latin-400-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("fonts/ubuntu-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-display: swap;
  font-weight: 500;
  src: url("fonts/ubuntu-latin-500-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("fonts/ubuntu-latin-700-normal.woff2") format("woff2");
}

:root{
  --up-burgundy:#962f34; --up-burgundy-deep:#712329; --up-gold:#d6ab7a; --up-gold-deep:#b77d43;
  --ink:#0b1116; --ink-2:#121d25; --ink-3:#1d2932; --paper:#f6f4f1; --paper-2:#efeae4; --white:#fff;
  --text:#3f4b54; --muted:#748089; --line:#ddd8d1; --teal:#176f7b; --teal-deep:#105965;
  --shadow:0 16px 44px rgba(11,17,22,.08); --radius:18px; --container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:72px}body{margin:0;font-family:Ubuntu,"Segoe UI",Arial,sans-serif;font-weight:400;color:var(--text);background:var(--paper);line-height:1.62}body.modal-open{overflow:hidden}a{color:var(--up-burgundy);text-decoration:none;transition:.2s ease}a:hover{color:var(--up-gold-deep)}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink);font-weight:500}strong,b{font-weight:500}.container{width:min(var(--container),calc(100% - 44px));margin-inline:auto}
.site-nav{position:fixed;z-index:50;top:0;left:0;right:0;height:68px;background:rgba(7,13,18,.90);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px)}.nav-inner{width:min(var(--container),calc(100% - 44px));height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between}.nav-brand{color:#fff;font-size:13px;font-weight:500;letter-spacing:1.8px;text-transform:uppercase}.nav-links{display:flex;gap:30px}.nav-links a{position:relative;color:#d9dadd;font-size:12px;font-weight:500;letter-spacing:1.15px;text-transform:uppercase}.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--up-gold);transform:scaleX(0);transform-origin:left;transition:.2s}.nav-links a:hover,.nav-links a.active{color:#fff}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.nav-toggle{display:none;background:none;border:0;width:40px;height:40px;padding:8px}.nav-toggle span{display:block;height:2px;background:#fff;margin:6px 0}
.hero{position:relative;height:min(68vh,640px);min-height:520px;padding-top:68px;overflow:hidden;background:var(--ink)}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,10,14,.95) 0%,rgba(5,10,14,.82) 38%,rgba(5,10,14,.36) 68%,rgba(5,10,14,.12) 100%),linear-gradient(0deg,rgba(5,10,14,.35),transparent 55%)}.hero-inner{height:100%;position:relative;display:flex;align-items:center}.hero-content{display:flex;align-items:center;gap:28px;max-width:830px}.portrait{width:126px;height:126px;object-fit:cover;border-radius:50%;border:2px solid rgba(255,255,255,.82);box-shadow:0 16px 44px rgba(0,0,0,.28);flex:none}.hero-text{min-width:0}.hero-kicker{margin:0 0 6px;color:var(--up-gold);font-size:13px;font-weight:500;letter-spacing:1.35px;text-transform:uppercase}.hero h1{margin:0 0 6px;color:#fff;font-size:54px;line-height:1.04;letter-spacing:-1.6px}.hero-affiliation,.hero-interests{color:#c7c9ca;font-size:15px;line-height:1.43;margin:0}.hero-affiliation{margin-bottom:7px}.hero-affiliation a{color:#c7c9ca}.hero-affiliation a:hover{color:#fff}.hero-interests{max-width:720px}.hero-actions{display:flex;gap:11px;margin-top:22px}.button{display:inline-flex;align-items:center;gap:9px;padding:11px 16px;border-radius:11px;font-size:12px;font-weight:500;letter-spacing:.65px;text-transform:uppercase}.button svg,.project-link svg,.course-link svg,.section-link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}.button-primary{background:var(--up-burgundy);color:#fff}.button-primary:hover{background:var(--up-burgundy-deep);color:#fff}.button-ghost{border:1px solid rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.035)}.button-ghost:hover{border-color:var(--up-gold);color:var(--up-gold)}
.page-section{padding:92px 0}.page-section.alt{background:#fff}.section-heading{max-width:790px;margin-bottom:36px}.section-heading>span,.subheading>span{display:block;color:var(--up-burgundy);font-size:11px;font-weight:500;letter-spacing:1.8px;text-transform:uppercase;margin-bottom:8px}.section-heading h2{font-size:39px;line-height:1.12;margin-bottom:10px;letter-spacing:-.7px}.section-heading p,.subheading p{color:var(--muted);font-size:15px;line-height:1.6;margin-bottom:0}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.about-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.72fr);gap:22px;align-items:start}.about-copy{padding:34px 36px}.about-copy p{font-size:15px;line-height:1.74;margin-bottom:18px}.about-copy p:last-child{margin-bottom:0}.about-highlights{display:grid;grid-template-columns:1fr 1fr;gap:10px}.metric{min-height:120px;padding:20px;border-radius:15px;background:var(--ink-2);display:flex;flex-direction:column;justify-content:flex-end}.metric-value{color:#fff;font-size:27px;font-weight:500;line-height:1.12}.metric-value.compact{font-size:16px;line-height:1.3}.metric-label{color:#b9c0c4;font-size:11px;margin-top:7px}.about-links{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:10px}.about-links a{display:flex;align-items:center;justify-content:center;gap:7px;height:48px;background:#fff;border:1px solid var(--line);border-radius:13px;color:var(--up-burgundy);font-size:12px;font-weight:500}.about-links svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}.affiliation-strip{display:grid;grid-template-columns:1.6fr .7fr .7fr;gap:14px;margin-top:22px}.affiliation-logo{height:108px;background:#fff;border:1px solid var(--line);border-radius:15px;display:flex;align-items:center;justify-content:center;padding:16px;overflow:hidden}.affiliation-logo img{display:block;max-width:100%;max-height:78px;object-fit:contain}.upatras-logo img{max-height:72px}.ceid-logo img,.tcal-logo img{max-height:74px}
.theme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.theme-card{position:relative;padding:26px 24px 25px;border:1px solid var(--line);border-radius:16px;background:var(--paper);min-height:205px;overflow:hidden}.theme-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(var(--up-burgundy),var(--up-gold))}.theme-index{display:block;color:var(--up-gold-deep);font-size:11px;font-weight:500;letter-spacing:1.3px;margin-bottom:23px}.theme-card h3{font-size:18px;margin-bottom:9px}.theme-card p{font-size:13px;line-height:1.62;color:#68747c;margin:0}.subheading{margin:66px 0 24px;max-width:800px}.subheading h3{font-size:28px;margin:0 0 8px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.project-card{display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:17px;min-height:335px;transition:.2s}.project-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.project-logo{height:125px;display:flex;align-items:center;justify-content:center;padding:20px;background:#faf9f7;border-bottom:1px solid #ece7e1}.project-logo img{max-width:86%;max-height:88px;object-fit:contain}.project-monogram{font-size:22px;font-weight:500;letter-spacing:2px;color:var(--up-burgundy);border:1px solid var(--up-gold);padding:12px 16px;border-radius:12px}.project-body{display:flex;flex-direction:column;flex:1;padding:21px 22px}.project-date{color:var(--up-burgundy);font-size:10.5px;font-weight:500;letter-spacing:.55px;text-transform:uppercase}.project-card h3{font-size:19px;margin:7px 0 8px}.project-card p{font-size:13px;line-height:1.57;color:#68747c;margin:0 0 18px}.project-link{margin-top:auto;display:flex;align-items:center;gap:7px;font-size:12px;font-weight:500;color:var(--up-burgundy)}
.course-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.course-card{position:relative;padding:28px;background:#fff;border:1px solid var(--line);border-radius:17px;min-height:355px;display:flex;flex-direction:column}.course-code{width:53px;height:53px;border-radius:14px;background:var(--up-burgundy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;letter-spacing:.5px;margin-bottom:18px;box-shadow:inset 0 -3px 0 rgba(0,0,0,.1)}.course-meta{color:var(--up-gold-deep);font-size:10.5px;font-weight:500;letter-spacing:.55px;text-transform:uppercase}.course-card h3{font-size:21px;margin:7px 0 10px}.course-card p{font-size:13.5px;line-height:1.65;color:#67747c}.course-tags{display:flex;flex-wrap:wrap;gap:7px;margin:2px 0 20px}.course-tags span{padding:5px 9px;border-radius:999px;background:#f3ece5;color:#805a3a;font-size:10.5px}.course-link{display:flex;align-items:center;gap:7px;margin-top:auto;font-size:12px;font-weight:500}.section-link{margin-top:24px}.section-link a{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:500}
.publications-container{max-width:1260px}.publication-group{margin-bottom:26px;background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden}.publication-group-head{display:flex;align-items:center;justify-content:space-between;padding:17px 22px;background:var(--ink-2);border-top:3px solid var(--up-gold)}.publication-group-head h3{color:#fff;font-size:18px;margin:0}.publication-group-head>span{min-width:34px;height:28px;padding:0 9px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:rgba(214,171,122,.14);color:var(--up-gold);font-size:11px}.publication-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:18px 21px;border-bottom:1px solid #ece8e2}.publication-item:last-child{border-bottom:0}.publication-copy{font-size:13.5px;line-height:1.62;color:#5b6870}.publication-self{font-weight:500;color:var(--ink)}.publication-title{color:var(--teal);font-style:italic;font-weight:500}.publication-venue{color:var(--up-burgundy);font-weight:500}.publication-note{display:inline-block;margin:4px 4px 0 0;padding:3px 8px;border-radius:999px;background:#f2e6d9;color:#895d34;font-size:10.5px;font-weight:500;font-style:normal}.publication-actions{display:flex;gap:7px;align-items:center}.pub-action{width:38px;height:38px;border-radius:11px;border:1px solid #d9dde0;background:#fafafa;display:flex;align-items:center;justify-content:center;color:#5b6870;cursor:pointer;transition:.18s;padding:0}.pub-action:hover{transform:translateY(-1px);background:#fff;border-color:#c9b59d}.pub-action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.pub-bib{color:var(--up-burgundy)}.pub-bib span,.pub-pdf span{font-family:Ubuntu,sans-serif;font-size:9px;font-weight:500;letter-spacing:.2px}.pub-pdf{color:#ad5a47}.pub-link{color:var(--up-gold-deep)}
.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.service-card{padding:28px;background:#fff;border:1px solid var(--line);border-radius:17px}.service-card.service-primary{background:var(--ink-2);border-color:var(--ink-2)}.service-card.service-primary h3,.service-card.service-primary li{color:#fff}.service-card.service-primary .service-label{color:var(--up-gold)}.service-card.service-primary li{border-color:rgba(255,255,255,.09)}.service-card.service-primary li span{color:var(--up-gold)}.service-label{display:block;color:var(--up-burgundy);font-size:10.5px;font-weight:500;letter-spacing:1.1px;text-transform:uppercase;margin-bottom:7px}.service-card h3{font-size:21px;margin-bottom:17px}.service-card ul{list-style:none;margin:0;padding:0}.service-card li{display:grid;grid-template-columns:82px 1fr;gap:10px;padding:8px 0;border-bottom:1px solid #ece8e2;font-size:13px;line-height:1.45}.service-card li:last-child{border-bottom:0}.service-card li span,.journal-family{font-weight:500;color:var(--up-burgundy)}.service-card p{font-size:13px;line-height:1.65;color:#65727a}
.contact-section{background:var(--ink)}.section-heading.light h2{color:#fff}.section-heading.light>span{color:var(--up-gold)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:16px}.contact-card{padding:34px;border:1px solid rgba(255,255,255,.08);border-radius:17px;background:var(--ink-2);color:#c7cdd1}.contact-eyebrow{color:var(--up-gold);font-size:10.5px;font-weight:500;letter-spacing:1.4px;text-transform:uppercase}.contact-card h3{color:#fff;font-size:27px;margin-bottom:9px}.contact-card>p{font-size:14px;line-height:1.6}.contact-card dl{margin:24px 0}.contact-card dl div{display:grid;grid-template-columns:72px 1fr;gap:12px;padding:8px 0}.contact-card dt{font-size:11px;color:var(--up-gold);font-weight:500;text-transform:uppercase;letter-spacing:.6px}.contact-card dd{margin:0;font-size:13px}.contact-card a{color:#fff}.social-links{display:flex;flex-wrap:wrap;gap:8px}.social-links a{padding:8px 11px;border-radius:9px;background:rgba(255,255,255,.07);font-size:11px}.social-links a:hover{background:var(--up-burgundy)}.contact-map{min-height:390px;border-radius:17px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#ddd}.contact-map iframe{display:block;width:100%;height:100%;min-height:390px;border:0}.site-footer{background:#070c10;border-top:1px solid rgba(255,255,255,.07);color:#91999e}.footer-inner{display:flex;justify-content:space-between;gap:20px;padding:22px 0;font-size:11px}
.bib-modal[hidden]{display:none}.bib-modal{position:fixed;z-index:100;inset:0;display:flex;align-items:center;justify-content:center;padding:24px}.bib-backdrop{position:absolute;inset:0;background:rgba(2,6,9,.72);backdrop-filter:blur(5px)}.bib-dialog{position:relative;z-index:1;width:min(760px,100%);max-height:min(78vh,720px);background:#fff;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.35);display:flex;flex-direction:column;overflow:hidden}.bib-head{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid var(--line)}.bib-head span{display:block;color:var(--up-burgundy);font-size:10px;font-weight:500;letter-spacing:1.2px;text-transform:uppercase}.bib-head h2{font-size:21px;margin:3px 0 0}.bib-close{width:38px;height:38px;border-radius:10px;border:1px solid var(--line);background:#fff;cursor:pointer}.bib-close svg{width:17px;height:17px;fill:none;stroke:var(--ink);stroke-width:1.8}.bib-dialog pre{margin:0;padding:22px;overflow:auto;background:#111a20;color:#e9edef;font:12.5px/1.6 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;white-space:pre-wrap}.bib-actions{display:flex;align-items:center;gap:14px;padding:16px 22px;border-top:1px solid var(--line)}#bib-copy{display:flex;align-items:center;gap:8px;border:0;border-radius:10px;background:var(--up-burgundy);color:#fff;padding:10px 13px;font-family:Ubuntu,sans-serif;font-size:12px;font-weight:500;cursor:pointer}#bib-copy svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}#bib-copy-status{font-size:11px;color:var(--muted)}
@media(max-width:1000px){.hero{height:600px;min-height:600px}.hero h1{font-size:47px}.about-grid,.contact-grid{grid-template-columns:1fr}.theme-grid,.project-grid{grid-template-columns:1fr 1fr}.affiliation-strip{grid-template-columns:1fr 1fr 1fr}.service-grid{grid-template-columns:1fr}.about-highlights{grid-template-columns:repeat(4,1fr)}.about-links{grid-column:1/-1}.metric{min-height:105px}.contact-map{min-height:340px}.contact-map iframe{min-height:340px}}
@media(max-width:760px){.container,.nav-inner{width:min(100% - 28px,var(--container))}.site-nav{height:62px}.nav-toggle{display:block}.nav-links{position:absolute;top:62px;left:0;right:0;display:none;flex-direction:column;gap:0;background:rgba(7,13,18,.98);padding:12px 14px 18px;border-bottom:1px solid rgba(255,255,255,.09)}.nav-links.open{display:flex}.nav-links a{padding:12px 6px}.nav-links a:after{display:none}.hero{height:auto;min-height:590px;padding-top:62px}.hero-bg{object-position:67% center}.hero-overlay{background:linear-gradient(0deg,rgba(5,10,14,.92),rgba(5,10,14,.55)),linear-gradient(90deg,rgba(5,10,14,.84),rgba(5,10,14,.32))}.hero-inner{padding:54px 0}.hero-content{display:block;text-align:center;margin:auto}.portrait{width:112px;height:112px;margin-bottom:18px}.hero h1{font-size:39px;letter-spacing:-.8px}.hero-kicker{font-size:11px}.hero-affiliation,.hero-interests{font-size:13px;line-height:1.45}.hero-actions{justify-content:center;flex-wrap:wrap}.page-section{padding:70px 0}.section-heading h2{font-size:33px}.about-highlights{grid-template-columns:1fr 1fr}.affiliation-strip{grid-template-columns:1fr}.affiliation-logo{height:98px}.theme-grid,.project-grid,.course-grid{grid-template-columns:1fr}.publication-item{grid-template-columns:1fr;gap:11px}.publication-actions{justify-content:flex-start}.footer-inner{flex-direction:column}.service-card li{grid-template-columns:70px 1fr}.contact-grid{grid-template-columns:1fr}.contact-map{min-height:300px}.contact-map iframe{min-height:300px}}
@media(max-width:480px){.about-copy{padding:26px 23px}.about-highlights{grid-template-columns:1fr}.about-links{grid-template-columns:1fr}.metric{min-height:92px}.hero h1{font-size:34px}.hero-actions .button{width:100%;justify-content:center}.publication-copy{font-size:12.8px}.publication-group-head{padding:15px 17px}.publication-group-head h3{font-size:16px}.bib-modal{padding:12px}.bib-dialog{max-height:86vh}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}


/* 2026-09-06 profile refinements */
.hero-content{display:block;max-width:960px}
.hero-identity{display:flex;align-items:flex-start;gap:28px}
.portrait{width:138px;height:138px}
.hero-titleblock{height:138px;display:flex;flex-direction:column;justify-content:space-between;min-width:0}
.hero h1{font-size:58px;line-height:1.02;letter-spacing:-1.8px;margin:0;color:#fff}
.hero-kicker{order:2;margin:0;color:var(--up-gold);font-size:15px;line-height:1.25;font-weight:500;letter-spacing:.65px;text-transform:none}
.hero-affiliation{order:3;margin:0;color:#d2d3d4;font-size:16px;line-height:1.35}
.hero-affiliation a{color:#d2d3d4}
.hero-interests{margin:20px 0 0 166px;max-width:740px;color:#aeb4b8;font-size:14.5px;line-height:1.32}
.hero-actions{margin-left:166px;margin-top:18px}

.about-grid{grid-template-columns:minmax(0,1.55fr) minmax(360px,.82fr);gap:24px}
.about-highlights{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-content:start}
.metric.award-metric{min-height:126px;padding:15px;display:grid;grid-template-columns:68px 1fr;gap:14px;align-items:center;justify-content:initial}
.metric-logo{width:68px;height:52px;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;padding:7px;overflow:hidden}
.metric-logo img{max-width:100%;max-height:100%;object-fit:contain}
.metric-logo-transparent{background:rgba(255,255,255,.96)}
.metric-value{display:block}
.metric-value.compact{font-size:15px}
.metric-label{display:block;line-height:1.35;margin-top:6px}
.institution-list{grid-column:1/-1;margin-top:9px;padding-top:4px}
.institution-row{display:flex;align-items:center;gap:13px;min-height:62px;padding:8px 2px;border-bottom:1px solid rgba(11,17,22,.09);color:var(--ink);font-size:13px;font-weight:500}
.institution-row:last-child{border-bottom:0}
.institution-row:hover{color:var(--up-burgundy)}
.institution-logo{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex:none}
.institution-logo img{max-width:46px;max-height:46px;object-fit:contain}

.theme-icon,.course-icon{width:49px;height:49px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;background:#f0e6dc;color:var(--up-burgundy)}
.theme-icon svg,.course-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.theme-card{min-height:218px}
.theme-card h3{margin-top:0}
.project-card{min-height:310px}
.project-logo{height:132px;padding:19px 22px}
.project-logo img{max-width:90%;max-height:94px}
.project-logo-dark{background:#080b0d}
.project-logo-dark img{max-height:100px}
.project-body{padding-top:20px}
.project-card h3{margin:0 0 8px}
.course-icon{background:var(--up-burgundy);color:#fff;box-shadow:inset 0 -3px 0 rgba(0,0,0,.08)}
.course-icon svg{width:27px;height:27px}

.pub-action .pub-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.pub-bib{color:#287a9b}
.pub-pdf{color:#ad5a47}
.publication-group{isolation:isolate}
.publication-item{position:relative;min-width:0}
.publication-copy{min-width:0;overflow-wrap:anywhere}

.contact-card dl div{grid-template-columns:92px 1fr}
.contact-card dt{display:flex;align-items:center;gap:8px}
.contact-icon{width:17px;height:17px;fill:none;stroke:var(--up-gold);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
.social-links a{display:inline-flex;align-items:center;gap:7px;min-height:38px}
.social-links img{width:18px;height:18px;object-fit:contain;filter:none}
.social-links .social-svg{width:18px;height:18px;fill:currentColor;stroke:none}
.social-links a span{line-height:1}

@media(max-width:1000px){
  .hero-content{max-width:820px}
  .portrait{width:128px;height:128px}
  .hero-titleblock{height:128px}
  .hero h1{font-size:48px}
  .hero-kicker{font-size:13.5px}
  .hero-affiliation{font-size:14.2px}
  .hero-interests{margin-left:156px;font-size:13.5px;max-width:620px}
  .hero-actions{margin-left:156px}
  .about-grid{grid-template-columns:1fr}
  .about-highlights{grid-template-columns:1fr 1fr}
  .institution-list{grid-column:1/-1}
}
@media(max-width:760px){
  .hero-inner{align-items:flex-start}
  .hero-content{width:100%;text-align:center}
  .hero-identity{display:flex;flex-direction:column;align-items:center;gap:17px}
  .portrait{width:116px;height:116px;order:0}
  .hero-titleblock{height:auto;order:1;align-items:center;gap:8px}
  .hero h1{font-size:40px;line-height:1.04}
  .hero-kicker{font-size:13px}
  .hero-affiliation{font-size:13px;max-width:520px}
  .hero-interests{margin:20px auto 0;max-width:560px;font-size:13px;line-height:1.38}
  .hero-actions{margin:20px 0 0;justify-content:center}
  .about-highlights{grid-template-columns:1fr 1fr}
  .metric.award-metric{grid-template-columns:58px 1fr;min-height:116px;padding:13px;gap:11px}
  .metric-logo{width:58px;height:47px}
  .institution-row{font-size:12.5px}
  .theme-icon,.course-icon{margin-bottom:17px}
  .project-logo{height:126px}
  .service-card li{grid-template-columns:72px 1fr}
}
@media(max-width:520px){
  .hero h1{font-size:36px}
  .hero-affiliation{font-size:12.5px}
  .hero-interests{font-size:12.5px}
  .about-highlights{grid-template-columns:1fr}
  .institution-list{grid-column:1}
  .metric.award-metric{min-height:105px;grid-template-columns:64px 1fr}
  .institution-row{min-height:58px}
  .institution-logo{width:44px;height:44px}
  .institution-logo img{max-width:42px;max-height:42px}
  .social-links a{flex:1 1 calc(50% - 8px);justify-content:center}
  .contact-card dl div{grid-template-columns:1fr;gap:4px}
}


/* 2026-09-06 revision 3: focused user-requested refinements */
body{font-family:"Ubuntu","Segoe UI",Roboto,Helvetica,Arial,sans-serif}
#bib-copy{font-family:"Ubuntu","Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.nav-inner{justify-content:flex-end}
.hero-titleblock{height:auto;justify-content:flex-start;gap:7px}
.hero h1{margin:0}.hero-kicker{margin:0}.hero-affiliation{margin:0}
.project-date{display:block;margin-bottom:5px}
.project-logo{background:#faf9f7}
.project-logo-small img{max-width:72%;max-height:75px}
.publication-note{display:block;width:max-content;max-width:100%;margin:7px 0 0;padding:4px 9px;border-radius:999px;background:#f2e8df;color:var(--up-burgundy);font-size:10.5px;font-weight:500;line-height:1.35;box-shadow:0 4px 12px rgba(11,17,22,.06)}
.publication-note + .publication-note{margin-top:5px}
.bib-code-icon{display:inline-flex;align-items:center;justify-content:center;font:500 12px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:-.8px}
.pub-github{color:#30363d}.pub-github:hover{color:#000}
.service-card.service-primary{background:#fff;border-color:var(--line)}
.service-card.service-primary h3,.service-card.service-primary li{color:inherit}
.service-card.service-primary .service-label,.service-card.service-primary li span{color:var(--up-burgundy)}
.service-card.service-primary li{border-color:#ece8e2}
.journal-review-group{margin:0 0 12px;font-size:12.8px!important;line-height:1.62!important}.journal-review-group:last-child{margin-bottom:0}
.contact-card dl div{grid-template-columns:32px 1fr;align-items:start}
.contact-card dt{width:32px;min-height:28px;display:flex;align-items:flex-start;justify-content:center}
.contact-icon{width:20px;height:20px;margin-top:1px}
.social-links{gap:10px}.social-links a{width:56px;height:56px;min-height:56px;padding:0;justify-content:center;border-radius:13px}
.social-links img{width:32px;height:32px}.social-links .social-svg{width:32px;height:32px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.contact-map{display:flex;align-items:stretch;min-height:390px;background:linear-gradient(145deg,#f5f0e9,#e8e0d7)}
.map-privacy{width:100%;min-height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:38px;color:var(--text)}
.map-privacy>svg{width:36px;height:36px;fill:none;stroke:var(--up-burgundy);stroke-width:1.6;margin-bottom:13px}.map-privacy h3{font-size:22px;margin:0 0 8px}.map-privacy p{max-width:440px;font-size:12.5px;line-height:1.6;color:#65727a}
.map-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:center;margin-top:7px}.map-actions button,.map-actions a{border:1px solid var(--up-burgundy);border-radius:10px;padding:9px 12px;font:500 11px/1.2 "Ubuntu","Segoe UI",Arial,sans-serif;cursor:pointer}
.map-actions button{background:var(--up-burgundy);color:#fff}.map-actions a{background:#fff;color:var(--up-burgundy)}.contact-map iframe{width:100%;height:100%;min-height:390px;border:0}
.footer-inner{flex-wrap:wrap}.privacy-note{margin-left:auto;color:#737d83}

.a11y-widget{position:fixed;right:20px;bottom:20px;z-index:120;font-family:"Ubuntu","Segoe UI",Arial,sans-serif}.a11y-trigger{width:64px;height:64px;padding:0;border:0;background:transparent;cursor:pointer;filter:drop-shadow(0 8px 16px rgba(0,0,0,.22));transition:transform .18s ease}.a11y-trigger:hover{transform:scale(1.04)}.a11y-trigger svg{width:64px;height:64px;display:block}.a11y-trigger-ring{fill:none;stroke-linecap:round}.a11y-trigger-ring.a{stroke:#d4e2ff;stroke-width:4}.a11y-trigger-ring.b{stroke:#0f61ee;stroke-width:4}.a11y-trigger-ring.c{stroke:#0f61ee;stroke-width:13}.a11y-person-head{fill:#fff}.a11y-person-body{fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.a11y-panel{position:fixed;right:18px;bottom:94px;width:min(500px,calc(100vw - 36px));max-height:min(780px,calc(100vh - 115px));overflow:auto;background:#f5f2f4;border:2px solid #a1265b;border-radius:22px;box-shadow:0 24px 64px rgba(11,17,22,.28);color:#221d22}.a11y-panel[hidden]{display:none!important}.a11y-panel-header{position:relative;background:#fff;border-radius:20px 20px 0 0;padding:22px 22px 20px;border-bottom:1px solid #d9d1d5}.a11y-brand{display:block;color:#9b2658;font-size:13px;font-weight:700;letter-spacing:.18em;margin-bottom:44px}.a11y-panel-header h2{margin:0;color:#777600;font-size:28px;font-weight:400;line-height:1.15}.a11y-close{position:absolute;top:24px;right:22px;width:52px;height:52px;border:4px solid #0579aa;outline:4px solid #e5e5e5;border-radius:50%;background:#fff;color:#201b20;display:flex;align-items:center;justify-content:center;cursor:pointer}.a11y-close svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round}
.a11y-panel-body{padding:20px}.a11y-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.a11y-intro p{margin:0;color:#635a63;font-size:16px;line-height:1.45;max-width:310px}.a11y-intro span{flex:0 0 auto;border:1px solid #bd7d99;border-radius:999px;color:#822147;background:#fff;padding:8px 12px;font-size:12px;font-weight:700;white-space:nowrap}.a11y-oversized{width:100%;min-height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 14px 0 16px;border:1px solid #d6d0d3;border-radius:12px;background:#fff;color:#201b20;cursor:pointer;font:inherit;margin-bottom:14px}.a11y-oversized strong{font-size:16px;font-weight:700}.a11y-switch{width:53px;height:30px;border-radius:999px;background:#66738c;padding:3px;display:block;transition:.2s}.a11y-switch i{width:24px;height:24px;border-radius:50%;display:block;background:#fff;transition:.2s}.a11y-oversized[aria-pressed="true"] .a11y-switch{background:#9b2658}.a11y-oversized[aria-pressed="true"] .a11y-switch i{transform:translateX(23px)}
.a11y-controls{display:grid;grid-template-columns:1fr 1fr;gap:10px}.a11y-controls>button,.a11y-tools-panel>button{position:relative;min-height:86px;display:grid;grid-template-columns:46px 1fr auto;align-items:center;text-align:left;gap:5px;padding:12px;border:1px solid #d9d4d7;border-radius:13px;background:#fff;color:#201b20;cursor:pointer;font:inherit}.a11y-controls>button:hover,.a11y-tools-panel>button:hover{border-color:#ba819a}.a11y-controls svg{width:29px;height:29px;fill:none;stroke:#9b2658;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.a11y-controls button[data-a11y="motion"] svg rect{fill:#9b2658;stroke:none}.a11y-controls strong,.a11y-tools-panel strong{font-size:14px;line-height:1.15;font-weight:700}.a11y-state{min-width:34px;padding:7px 6px;border-radius:999px;background:#efedef;color:#5f5960;font-size:11px;font-weight:700;text-align:center}.a11y-chevron{font-size:20px;padding:2px 8px}.a11y-controls button.is-active,.a11y-tools-panel button.is-active{border-color:#9b2658;box-shadow:inset 0 0 0 1px #9b2658}.a11y-controls button.is-active .a11y-state,.a11y-tools-panel button.is-active .a11y-state{background:#9b2658;color:#fff}.a11y-tools-panel{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.a11y-tools-panel[hidden]{display:none!important}.a11y-tools-panel>button span:first-child{font-size:27px;color:#9b2658;text-align:center}.a11y-reset{width:100%;min-height:58px;margin-top:14px;border:0;border-radius:12px;background:#a52d35;color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 16px;cursor:pointer;font:inherit}.a11y-reset svg{width:27px;height:27px;fill:none;stroke:#fff;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.a11y-reset strong{font-size:14px;line-height:1.2}.a11y-statement{display:block;margin-top:15px;color:#4c444c;text-decoration:underline;text-underline-offset:3px;font-size:13px}.a11y-widget.oversized .a11y-panel{width:min(720px,calc(100vw - 36px))}.a11y-widget.oversized .a11y-controls{grid-template-columns:repeat(3,1fr)}
html.a11y-text-1{font-size:108%}html.a11y-text-2{font-size:116%}html.a11y-text-3{font-size:124%}body.a11y-links a{text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:4px!important;background:rgba(255,231,76,.18)}body.a11y-spacing-1{letter-spacing:.035em;word-spacing:.08em}body.a11y-spacing-2{letter-spacing:.075em;word-spacing:.16em}body.a11y-pause *,body.a11y-pause *::before,body.a11y-pause *::after{animation-play-state:paused!important;transition:none!important;scroll-behavior:auto!important}body.a11y-hide-images img,body.a11y-hide-images picture,body.a11y-hide-images .hero-media{visibility:hidden!important}body.a11y-dyslexia,body.a11y-dyslexia *{font-family:Verdana,Tahoma,Arial,sans-serif!important;letter-spacing:.025em;word-spacing:.06em}body.a11y-cursor{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='white' stroke='black' stroke-width='2' d='M5 3l29 22-14 2 8 16-7 3-8-16-8 11z'/%3E%3C/svg%3E") 5 3,auto!important}body.a11y-line-1 p,body.a11y-line-1 li,body.a11y-line-1 dd{line-height:1.75!important}body.a11y-line-2 p,body.a11y-line-2 li,body.a11y-line-2 dd{line-height:2!important}body.a11y-align-left{text-align:left!important}body.a11y-align-center{text-align:center!important}body.a11y-align-right{text-align:right!important}body.a11y-sat-low{filter:saturate(.35)}body.a11y-sat-none{filter:grayscale(1)}body.a11y-focus :focus{outline:4px solid #ffbf00!important;outline-offset:3px!important}.a11y-reading-guide{position:fixed;left:0;right:0;height:4px;background:#b52d68;box-shadow:0 0 0 9999px rgba(0,0,0,.06);pointer-events:none;z-index:115;display:none}body.a11y-guide .a11y-reading-guide{display:block}body.a11y-contrast{--paper:#fff;--paper-2:#f4f4f4;--text:#000;--muted:#222;--line:#333;--teal:#005c67;--up-burgundy:#6e0008;--up-gold:#765000;background:#fff;color:#000}
@media(max-width:760px){.nav-inner{justify-content:flex-end}.hero-titleblock{gap:5px}.contact-card dl div{grid-template-columns:30px 1fr;gap:10px}.social-links a{width:52px;height:52px;flex:0 0 52px}.social-links img,.social-links .social-svg{width:30px;height:30px}.a11y-widget{right:12px;bottom:12px}.a11y-panel{right:10px;bottom:88px;width:min(500px,calc(100vw - 20px));max-height:calc(100vh - 105px)}.privacy-note{margin-left:0}}

@media(max-width:560px){.a11y-panel-header{padding:18px 18px 17px}.a11y-brand{margin-bottom:34px}.a11y-panel-header h2{font-size:23px}.a11y-close{width:46px;height:46px;right:18px;top:20px}.a11y-panel-body{padding:14px}.a11y-intro{display:block}.a11y-intro p{font-size:14px;max-width:none;margin-bottom:10px}.a11y-intro span{display:inline-block}.a11y-controls{gap:8px}.a11y-controls>button{min-height:78px;grid-template-columns:36px 1fr auto;padding:9px 8px}.a11y-controls svg{width:25px;height:25px}.a11y-controls strong{font-size:12px}.a11y-state{min-width:30px;font-size:9px;padding:6px 4px}.a11y-widget.oversized .a11y-panel{width:calc(100vw - 20px)}.a11y-widget.oversized .a11y-controls{grid-template-columns:1fr 1fr}}

/* ===== 2026-09-06 refinement: accessibility, publications, teaching, service ===== */
.hero-interests{margin-top:15px;color:#c7c9ca;font-size:15px;line-height:1.34;max-width:760px}
.hero-interest-line{display:flex;flex-wrap:wrap;align-items:center;row-gap:2px}
.hero-interest-line+ .hero-interest-line{margin-top:2px}
.hero-interest-line span{display:inline-flex;align-items:center;color:#c7c9ca}
.hero-interest-line span+span::before{content:"•";display:inline-block;margin:0 .52em;color:#c7c9ca;font-size:1.34em;line-height:1;transform:translateY(-.02em)}

.thesis-callout{margin-top:18px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;padding:22px 24px;border:1px solid var(--line);border-radius:17px;background:linear-gradient(135deg,#fff 0%,#faf7f3 100%);box-shadow:0 10px 30px rgba(11,17,22,.045)}
.thesis-icon{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:rgba(150,47,52,.08);color:var(--up-burgundy)}
.thesis-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.thesis-copy>span{display:block;color:var(--up-burgundy);font-size:10.5px;font-weight:500;letter-spacing:1.15px;text-transform:uppercase;margin-bottom:3px}
.thesis-copy h3{font-size:18px;margin:0 0 5px}.thesis-copy p{margin:0;color:#68747c;font-size:13px;line-height:1.55}
.thesis-link{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;color:var(--up-burgundy);font-size:12px;font-weight:500}
.thesis-link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}

.publication-item{align-items:start}
.publication-copy{grid-column:1;grid-row:1}
.publication-actions{grid-column:2;grid-row:1 / span 4;align-self:start}
.publication-notes,.publication-meta-notes{grid-column:1}
.publication-notes{display:flex;flex-direction:column;align-items:flex-start;gap:5px;margin-top:-7px}
.publication-recognition{display:inline-flex;align-items:center;gap:6px;width:max-content;max-width:100%;padding:5px 9px;border-radius:999px;background:#f2e8df;color:var(--up-burgundy);font-size:10.5px;font-weight:500;line-height:1.3;box-shadow:0 4px 12px rgba(11,17,22,.06)}
.recognition-icon{width:13px;height:13px;flex:0 0 13px;fill:none;stroke:var(--up-gold-deep);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.publication-meta-notes{display:flex;flex-direction:column;gap:4px;margin-top:-6px;color:#7a848a;font-size:10.5px;line-height:1.35}
.publication-note{display:none!important}

.journal-review-group{display:flex;align-items:flex-start;gap:9px;margin:0 0 12px!important;font-size:12.8px!important;line-height:1.66!important}
.journal-family{flex:0 0 58px;color:var(--up-burgundy);font-weight:500}
.journal-items{display:flex;flex-wrap:wrap;align-items:baseline;min-width:0}
.journal-items>span{display:inline}
.journal-items>span+span::before{content:"•";display:inline-block;margin:0 .48em;color:var(--up-gold-deep);font-size:1.28em;line-height:.8;vertical-align:-.04em}

.social-links .bluesky-icon{fill:#1185fe!important;color:#1185fe!important}
.contact-map{display:block!important;background:#ddd!important}
.contact-map iframe{display:block;width:100%;height:100%;min-height:390px;border:0}

/* Accessibility trigger mirrors the visual used on TCAL; panel is re-skinned to this site's identity. */
.a11y-trigger{width:64px;height:64px;padding:0;border:0;background:transparent!important;filter:drop-shadow(0 8px 16px rgba(0,0,0,.22))}
.a11y-trigger img{display:block;width:64px;height:64px;object-fit:contain}
.a11y-panel{background:var(--paper);border:1px solid rgba(150,47,52,.22);border-top:4px solid var(--up-burgundy);border-radius:20px;box-shadow:0 24px 64px rgba(11,17,22,.3);color:var(--text)}
.a11y-panel-header{background:var(--ink-2);border-radius:16px 16px 0 0;padding:24px 78px 21px 22px;border-bottom:1px solid rgba(255,255,255,.08)}
.a11y-panel-header h2{margin:0;color:#fff;font-size:27px;font-weight:500;line-height:1.18;letter-spacing:-.25px}
.a11y-close{top:17px;right:18px;width:46px;height:46px;border:1px solid rgba(214,171,122,.65);outline:0;border-radius:50%;background:rgba(255,255,255,.04);color:#fff}
.a11y-close:hover{background:rgba(214,171,122,.13);border-color:var(--up-gold)}
.a11y-close svg{width:23px;height:23px;stroke-width:2.4}
.a11y-panel-body{padding:20px;background:var(--paper)}
.a11y-intro p{color:var(--text);font-size:14.5px;line-height:1.5}.a11y-intro span{border:1px solid rgba(150,47,52,.25);color:var(--up-burgundy);background:#fff;padding:7px 11px;font-size:11px;font-weight:500}
.a11y-oversized{border-color:var(--line);background:#fff;color:var(--ink)}.a11y-oversized strong{font-weight:500}.a11y-switch{background:#9aa3aa}.a11y-oversized[aria-pressed="true"] .a11y-switch{background:var(--up-burgundy)}
.a11y-controls>button{border-color:var(--line);background:#fff;color:var(--ink);box-shadow:0 3px 10px rgba(11,17,22,.025)}
.a11y-controls>button:hover{border-color:rgba(150,47,52,.38);box-shadow:0 5px 16px rgba(11,17,22,.06)}
.a11y-controls svg{stroke:var(--up-burgundy)}.a11y-controls button[data-a11y="motion"] svg rect{fill:var(--up-burgundy)}
.a11y-controls strong{font-weight:500}.a11y-state{background:#f1ede9;color:#657078;font-weight:500}
.a11y-controls button.is-active{border-color:var(--up-burgundy);box-shadow:inset 0 0 0 1px var(--up-burgundy)}
.a11y-controls button.is-active .a11y-state{background:var(--up-burgundy);color:#fff}
.a11y-reset{background:var(--up-burgundy)}.a11y-reset:hover{background:var(--up-burgundy-deep)}.a11y-reset strong{font-weight:500}
.a11y-statement{color:var(--up-burgundy);font-weight:500}
body.a11y-tooltips [data-a11y-tooltip]{position:relative}
body.a11y-tooltips [data-a11y-tooltip]:hover::after,body.a11y-tooltips [data-a11y-tooltip]:focus-visible::after{content:attr(data-a11y-tooltip);position:absolute;z-index:150;left:50%;bottom:calc(100% + 8px);transform:translateX(-50%);max-width:260px;width:max-content;padding:7px 9px;border-radius:8px;background:var(--ink-2);color:#fff;font-size:11px;line-height:1.3;box-shadow:0 8px 20px rgba(0,0,0,.2);pointer-events:none}

@media(max-width:760px){
  .hero-interests{font-size:13px;line-height:1.38;margin-top:14px}.hero-interest-line{justify-content:center}
  .thesis-callout{grid-template-columns:auto 1fr;padding:20px}.thesis-link{grid-column:1/-1;margin-left:68px}
  .publication-actions{grid-column:1;grid-row:auto}.publication-notes,.publication-meta-notes{grid-column:1;margin-top:0}
  .journal-review-group{display:block}.journal-family{display:block;margin-bottom:3px}.journal-items{display:block}.journal-items>span{display:inline}
  .contact-map iframe{min-height:300px}
}
@media(max-width:560px){
  .a11y-panel-header{padding:20px 68px 18px 18px}.a11y-panel-header h2{font-size:22px}.a11y-close{width:42px;height:42px;right:14px;top:13px}
  .thesis-callout{grid-template-columns:1fr}.thesis-icon{margin-bottom:-4px}.thesis-link{grid-column:1;margin-left:0}
}


/* ===== 2026-09-06 revision 5: compact publications, grouped service, SVG accessibility icon ===== */
/* Restore the compact publication rhythm used before the previous refinement. */
.publication-item{align-items:center;row-gap:6px}
.publication-copy{grid-column:1;grid-row:1;min-width:0}
.publication-actions{grid-column:2;grid-row:1;align-self:center}
.publication-notes{grid-column:1;grid-row:2;display:flex;flex-direction:column;align-items:flex-start;gap:5px;margin:1px 0 0}
.publication-note{display:inline-block!important;width:auto;max-width:100%;margin:4px 4px 0 0;padding:3px 8px;border-radius:999px;background:#f2e6d9;color:#895d34;font-size:10.5px;font-weight:500;font-style:normal;line-height:1.35;box-shadow:none}
.publication-note + .publication-note{margin-top:4px}

/* Every journal gets the same aligned bullet treatment, including the first item. */
.journal-review-group{display:flex;align-items:flex-start;gap:9px;margin:0 0 13px!important}
.journal-family{flex:0 0 58px}
.journal-items{display:flex!important;flex-direction:column;align-items:stretch;gap:2px;min-width:0}
.journal-items>span{display:block!important;position:relative;padding-left:18px}
.journal-items>span::before{content:"•"!important;position:absolute;left:1px;top:.02em;margin:0!important;color:var(--up-gold-deep);font-size:1.28em;line-height:1.15;vertical-align:baseline}

/* Transparent SVG accessibility trigger: no bitmap/rectangular background. */
.a11y-trigger{display:flex;align-items:center;justify-content:center}
.a11y-trigger .a11y-trigger-icon{display:block;width:64px;height:64px;overflow:visible}
.a11y-icon-outer{fill:#edf4ff;stroke:#b8cff5;stroke-width:2.2}
.a11y-icon-ring1{fill:none;stroke:#1666e8;stroke-width:3.2}
.a11y-icon-ring2{fill:none;stroke:#092d70;stroke-width:2.3}
.a11y-icon-core{fill:#2f80ed;stroke:#0b4fb5;stroke-width:2.2}
.a11y-icon-head{fill:#071018}
.a11y-icon-person{fill:none;stroke:#071018;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:760px){
  .publication-copy{grid-column:1;grid-row:auto}
  .publication-notes{grid-column:1;grid-row:auto;margin-top:1px}
  .publication-actions{grid-column:1;grid-row:auto;align-self:auto}
  .journal-review-group{display:block}
  .journal-family{display:block;margin-bottom:4px}
  .journal-items{display:flex!important;flex-direction:column}
}

/* Final accessibility/social asset refinements. */
.a11y-trigger .a11y-trigger-icon{display:block;width:64px;height:64px;object-fit:contain;overflow:visible}
.social-links img[src$="bluesky.png"]{object-fit:contain}
/* Bigger Text is applied in site.js to the computed sizes of text-bearing elements;
   the old root-size helpers are intentionally neutralised because fixed px typography
   would otherwise ignore them. */
html.a11y-text-1,html.a11y-text-2,html.a11y-text-3{font-size:100%}


/* ===== 2026-09-06 revision 6: requested micro-edits ===== */
/* Accessibility trigger: 20% smaller than the previous 64px rendering. */
.a11y-trigger{width:51.2px;height:51.2px}
.a11y-trigger img,.a11y-trigger .a11y-trigger-icon{width:51.2px;height:51.2px}

/* Inline service separators use the same accent treatment as Journal Reviewing bullets. */
.service-sep{display:inline-block;margin:0 .42em;color:var(--up-gold-deep);font-size:1.28em;line-height:.8;vertical-align:-.04em}


/* ===== 2026-09-06 service separator correction =====
   One row = one year. Accent dots are inline separators only. */
.service-card li > .service-year{
  grid-column:1;
  font-weight:500;
  color:var(--up-burgundy);
}
.service-card li > .service-events{
  grid-column:2;
  min-width:0;
  font-weight:400;
  color:inherit;
  display:block;
}
.service-card li > .service-events .service-sep{
  display:inline;
  margin:0 .42em;
  color:var(--up-gold-deep);
  font-size:1.28em;
  line-height:1;
  vertical-align:-.04em;
  white-space:nowrap;
}


/* ===== 2026-09-06 revision 7: inline service entries =====
   One row = one year. Venue/role entries stay inline and the accent dot is
   generated purely as a separator, matching the hero research-interest pattern. */
.service-card li > .service-events{
  display:flex !important;
  flex-wrap:nowrap;
  align-items:center;
  min-width:0;
  white-space:nowrap;
  font-weight:400;
  color:inherit;
  font-size:12.25px;
  line-height:1.45;
}
.service-events .service-entry{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
}
.service-events .service-entry + .service-entry::before{
  content:"•";
  display:inline-block;
  margin:0 .52em;
  color:var(--up-gold-deep);
  font-size:1.34em;
  line-height:1;
  transform:translateY(-.02em);
}
/* Legacy literal separators are no longer used in these three service cards. */
.service-events .service-sep{display:none !important}

@media(max-width:1000px){
  .service-card li > .service-events{
    flex-wrap:wrap;
    white-space:normal;
    row-gap:2px;
  }
  .service-events .service-entry{white-space:normal}
}


/* ===== 2026-09-06 revision 8: professional-service colors =====
   Venue/role text stays dark; only years and inline separators use the university burgundy accent. */
.service-card li > .service-year{
  color:var(--up-burgundy) !important;
}
.service-events .service-entry{
  color:var(--text) !important;
  font-weight:400;
}
.service-events .service-entry + .service-entry::before{
  color:var(--up-burgundy) !important;
}

/* ===== Mobile publication layout fix =====
   iOS Safari can auto-inflate text inside a publication card whose intrinsic
   width is enlarged by long recognition badges. Keep typography consistent
   and force recognition badges to wrap within the card. */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.publication-item,
.publication-copy,
.publication-notes,
.publication-recognition {
  min-width: 0;
  max-width: 100%;
}

.publication-recognition span {
  min-width: 0;
}

@media (max-width: 760px) {
  .publication-item {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .publication-copy {
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .publication-notes {
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
  }

  .publication-recognition {
    width: fit-content;
    max-width: 100%;
    white-space: normal;
  }

  .publication-recognition span {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }
}

@media (max-width: 480px) {
  /* Keep every publication at exactly the same mobile type size. */
  .publication-copy {
    font-size: 12.8px !important;
    line-height: 1.62 !important;
  }
}


/* ===== 2026-09-06 revision 9: stacked service subentries =====
   Keep one year record, but allow selected entries within that record
   to sit one below the other without separator dots between lines. */
.service-card li > .service-events.service-events-stacked{
  display:block !important;
  white-space:normal;
}

.service-stack{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
  min-width:0;
  color:var(--text);
  font-weight:400;
}

.service-stack-line{
  display:flex;
  align-items:baseline;
  min-width:0;
  color:var(--text);
  white-space:nowrap;
}

.service-role-sep{
  display:inline-block;
  margin:0 .48em;
  color:var(--up-burgundy);
  font-size:1.28em;
  line-height:.8;
  vertical-align:-.04em;
}

@media(max-width:1000px){
  .service-stack-line{white-space:normal}
}

/* ===== Professional Service stacked-entry color fix =====
   The generic .service-card li span rule colors spans burgundy.
   Keep only years and separator dots burgundy; stacked entry text stays dark. */
.service-card li .service-stack,
.service-card li .service-stack-line,
.service-card li .service-stack-line > span:not(.service-role-sep) {
  color: var(--text) !important;
}

.service-card li .service-role-sep {
  color: var(--up-burgundy) !important;
}

/* ===== Professional Service stacked-entry font-weight fix =====
   Match the typography of the other committee entries. */
.service-card li .service-stack,
.service-card li .service-stack-line,
.service-card li .service-stack-line > span:not(.service-role-sep) {
  font-weight: 400 !important;
}
