@charset "UTF-8";
:root{--ink:#142831;--muted:#56666e;--line:#d6dfe2;--paper:#fff;--wash:#f2f6f7;--accent:#007779;--deep:#0a202b;--gold:#e9c971;--max:1200px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-size:16px;line-height:1.6;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem}body{margin:0}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:4px}a:hover{color:var(--accent)}button,select,textarea,input{font:inherit}button,a,summary{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:default}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #008b8f;outline-offset:5px}h1,h2,h3,p,figure{margin:0}h1,h2,h3{line-height:1.12;font-weight:500}h1,h2,.serif{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.035em}h2{font-size:clamp(2.1rem,3.8vw,3.35rem)}h3{font-size:1.3rem;letter-spacing:-.02em}p+p{margin-top:1rem}p{max-width:70ch}ul{padding-left:1.3rem}.wrap{width:min(var(--max),calc(100% - 4rem));margin:auto}.skip{position:fixed;top:-100px;left:1rem;padding:.75rem;background:#fff;z-index:10}.skip:focus{top:1rem}.site-header{border-bottom:1px solid var(--line);background:#ffffffef;position:sticky;top:0;z-index:5;backdrop-filter:blur(12px)}.nav-inner{display:flex;justify-content:space-between;gap:2rem;align-items:center;min-height:85px}.brand{text-decoration:none;display:flex;gap:13px;align-items:center}.brand-mark{color:var(--accent);font-family:Georgia,serif;font-size:2.2rem;line-height:1}.brand strong{font-size:1.05rem;letter-spacing:.015em}.brand small{display:block;font-size:.75rem;color:var(--muted);line-height:1.5}.nav-links{display:flex;gap:1.8rem;align-items:center}.nav-links a{text-decoration:none;font-size:.9rem;padding:.5rem 0}.nav-links a[aria-current=page]{color:var(--accent);box-shadow:0 2px var(--accent)}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;padding:.5rem .8rem;border-radius:4px}.eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;font-weight:650;color:var(--accent);margin-bottom:1.25rem}.muted{color:var(--muted)}.small{font-size:.875rem}.hero{display:grid;grid-template-columns:1fr 1.17fr;gap:3rem;padding-top:4.8rem;padding-bottom:4.3rem;align-items:center}.hero h1{font-size:clamp(3.7rem,6.25vw,5.6rem);line-height:.98;margin-bottom:1.4rem}.hero .role{font-size:1.125rem;font-weight:550;margin-bottom:1.1rem}.hero .intro{font-size:1.0625rem;color:var(--muted);line-height:1.75}.hero .affiliation{font-size:.875rem;color:var(--muted);margin-top:1.7rem}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;margin-top:1.6rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:1.2rem;padding:.75rem 1.15rem;border:1px solid var(--ink);border-radius:3px;background:var(--ink);color:white;text-decoration:none;font-size:.9rem;font-weight:550;min-height:46px}.button:hover{background:var(--accent);border-color:var(--accent);color:#fff}.button.secondary{background:transparent;color:var(--ink);border-color:#b6c6cb}.button.secondary:hover{background:var(--wash);border-color:var(--accent);color:var(--accent)}.text-link{font-size:.9rem;font-weight:550}.hero-art{background:#303030;position:relative;border-radius:4px;overflow:hidden}.hero-art img{width:100%;aspect-ratio:1.11;object-fit:contain;padding:1rem 0}.hero-art figcaption{color:#d5d7d8;font-size:.75rem;padding:.75rem 1rem;border-top:1px solid #ffffff24;display:flex;justify-content:space-between;gap:.5rem}.hero-art a:hover{color:var(--gold)}.status-line{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-block:1px solid var(--line);padding:1.2rem 0;font-size:.9rem}.status-line .date{color:var(--accent);font-weight:600}.section{padding:4.5rem 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.section-head p{max-width:48ch;color:var(--muted)}.section-head .eyebrow{margin-bottom:.7rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.project-card{min-width:0}.card-image{display:block;overflow:hidden;background:var(--deep);border:1px solid var(--line);border-radius:3px}.card-image img{width:100%;aspect-ratio:1.5;object-fit:cover;transition:transform .3s}.card-image:hover img{transform:scale(1.025)}.project-card .kind{font-size:.75rem;letter-spacing:.05em;color:var(--accent);margin:1.25rem 0 .5rem;text-transform:uppercase}.project-card h3 a{text-decoration:none}.project-card p{color:var(--muted);font-size:.9375rem;margin:.75rem 0 1rem;line-height:1.65}.project-card .card-links{display:flex;gap:1.2rem;font-size:.85rem;font-weight:550}.section-wash{background:var(--wash);border-block:1px solid var(--line)}.pub-row{display:grid;grid-template-columns:90px 1fr;gap:1.5rem;padding:1.6rem 0;border-top:1px solid var(--line);scroll-margin-top:7rem}.pub-year{font-size:1.1rem;font-family:Georgia,serif;color:var(--muted)}.pub-head{display:flex;justify-content:space-between;gap:1rem;align-items:start}.pub-title{font-size:1.15rem;line-height:1.45;font-weight:550;letter-spacing:-.015em}.pub-title a{text-decoration:none}.pub-meta{font-size:.875rem;color:var(--muted);margin-top:.5rem}.pub-meta .authors{display:block;margin-bottom:.15rem}.badge{border:1px solid #bfd0d3;color:#3d626b;background:#f9fbfc;border-radius:3px;font-size:.72rem;padding:.15rem .5rem;white-space:nowrap}.pub-links{display:flex;gap:1.1rem;flex-wrap:wrap;align-items:start;margin-top:.65rem;font-size:.85rem}.cite-panel{margin-left:auto;max-width:100%;width:auto}.cite-panel summary{cursor:pointer;color:var(--accent);font-weight:600;min-height:32px;list-style:none}.cite-panel summary::-webkit-details-marker{display:none}.cite-panel summary:after{content:' +';font-weight:400}.cite-panel[open]{width:100%;margin-top:.5rem}.cite-panel[open] summary:after{content:' −'}.cite-body{background:#fff;border:1px solid var(--line);padding:1rem;margin-top:.5rem;border-radius:4px}.cite-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:.8rem}.cite-toolbar label{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.cite-toolbar select{font-size:.85rem;padding:.3rem;border:1px solid #b1c3c9;background:#fff;border-radius:3px;max-width:200px}.copy-cite{background:var(--ink);color:#fff;border:0;border-radius:3px;padding:.4rem .85rem;font-size:.85rem}.citation-text{width:100%;min-height:180px;resize:vertical;padding:.85rem;font: .8rem/1.6 ui-monospace,SFMono-Regular,Consolas,monospace;border:1px solid var(--line);background:#f6f9fa;color:var(--ink);overflow-wrap:anywhere}.copy-status{font-size:.8rem;color:var(--accent);min-height:1.5em}.thesis-feature{display:grid;grid-template-columns:.8fr 1.2fr;gap:4rem;align-items:center}.thesis-tile{padding:2.5rem;background:var(--deep);color:#fff;min-height:340px;display:flex;flex-direction:column;justify-content:space-between;border-radius:3px}.thesis-tile .eyebrow{color:var(--gold);margin-bottom:3rem}.thesis-tile .serif{font-size:2rem;line-height:1.15}.thesis-tile .tile-foot{margin-top:3rem;display:flex;justify-content:space-between;color:#abc1c8;font-size:.8rem}.thesis-feature h2{font-size:2.55rem;margin-bottom:1.2rem}.thesis-feature p{color:var(--muted)}.cv-snapshot{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem}.cv-snapshot h2{margin-bottom:1.4rem}.timeline{margin:0}.timeline>div{display:grid;grid-template-columns:100px 1fr;gap:1.5rem;border-top:1px solid var(--line);padding:1.2rem 0}.timeline dt{font-size:.85rem;color:var(--muted)}.timeline dd{margin:0;font-size:.9375rem}.timeline strong{display:block;font-weight:600}.timeline small{display:block;color:var(--muted);font-size:.85rem;margin-top:.3rem}.art-band{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center;margin-top:3rem;border-top:1px solid var(--line);padding-top:3rem}.art-band img{border-radius:3px;width:100%;aspect-ratio:2.2;object-fit:cover}.art-band h3{font-family:Georgia,serif;font-size:2rem;margin-bottom:1rem}.art-band p{color:var(--muted)}.site-footer{background:var(--deep);color:#fff;margin-top:1rem;padding:3.5rem 0 1.5rem}.footer-top{display:flex;justify-content:space-between;gap:2rem;align-items:start}.footer-top .eyebrow{color:#91bec4}.footer-top h2{font-size:2rem;margin-bottom:1rem}.footer-email{font-size:1.125rem;overflow-wrap:anywhere}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 2rem;font-size:.875rem}.footer-bottom{border-top:1px solid #ffffff26;display:flex;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.3rem;color:#b0c3ca;font-size:.75rem}.site-footer a:hover{color:var(--gold)}.page-intro{padding:4rem 0 2.5rem;max-width:850px}.page-intro h1{font-size:clamp(3rem,5.5vw,4.5rem);margin-bottom:1.5rem}.page-intro .lede{font-size:1.15rem;color:var(--muted);line-height:1.75}.subnav{display:flex;flex-wrap:wrap;gap:1.4rem;border-block:1px solid var(--line);padding:1rem 0;font-size:.875rem}.filters{display:flex;align-items:end;gap:1rem;flex-wrap:wrap;padding:1.5rem 0}.filters label{display:grid;gap:.3rem;font-size:.85rem}.filters input,.filters select{min-height:44px;padding:.5rem .7rem;border:1px solid #b2c2c9;border-radius:3px;background:#fff;color:var(--ink)}.filters input{width:min(360px,70vw)}.filter-status{font-size:.85rem;color:var(--muted);margin-left:auto}.empty{padding:2rem 0}.catalogue .project-block{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;padding:2.7rem 0;border-top:1px solid var(--line);align-items:start}.project-block img{width:100%;border-radius:3px;aspect-ratio:1.6;object-fit:cover;background:var(--deep)}.project-block h2{font-size:2.25rem;margin-bottom:1rem}.project-block p{color:var(--muted)}.resource-links{display:flex;gap:.7rem 1.2rem;flex-wrap:wrap;margin-top:1.2rem;font-size:.875rem}.scope-note{font-size:.8rem;color:var(--muted);margin-top:1.2rem;padding-top:1rem;border-top:1px solid var(--line)}.resource-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2.5rem}.resource-grid article{border-top:1px solid var(--line);padding-top:1.5rem}.resource-grid h3{margin-bottom:.6rem}.resource-grid p{font-size:.9375rem;color:var(--muted)}.cv-layout{display:grid;grid-template-columns:235px 1fr;gap:4rem}.cv-aside{padding-top:2.7rem}.cv-aside img{width:155px;height:155px;object-fit:cover;border-radius:50%;margin-bottom:1.5rem}.cv-aside nav{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;margin:1.5rem 0}.cv-section{padding:2.5rem 0 .5rem}.cv-section h2{font-size:2rem;margin-bottom:1.4rem}.cv-section .timeline>div{grid-template-columns:120px 1fr}.cv-section ul li{margin-bottom:.6rem}.cv-section p{color:var(--muted)}.tools-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0}.tools-list li{font-size:.85rem;border:1px solid var(--line);padding:.3rem .65rem;border-radius:3px}.thesis-page{display:grid;grid-template-columns:1fr 300px;gap:4rem;padding-bottom:3rem}.thesis-page h2{font-size:2rem;margin:2.5rem 0 1.2rem}.thesis-page .metadata{margin-top:1.5rem;border-block:1px solid var(--line)}.metadata>div{display:grid;grid-template-columns:150px 1fr;gap:1rem;padding:.7rem 0;border-bottom:1px solid var(--line);font-size:.9rem}.metadata>div:last-child{border:0}.metadata dt{color:var(--muted)}.metadata dd{margin:0}.thesis-aside{padding-top:1rem}.thesis-aside .thesis-tile{padding:1.7rem;min-height:410px}.thesis-aside .thesis-tile .serif{font-size:1.85rem}.thesis-aside .caption{font-size:.8rem;color:var(--muted);margin-top:1rem}.note{border-left:3px solid var(--accent);padding:1rem 1.3rem;background:var(--wash);font-size:.9375rem;margin-top:1.5rem}.talk-row{display:grid;grid-template-columns:95px 1fr auto;gap:1.5rem;align-items:start;border-top:1px solid var(--line);padding:1.25rem 0;font-size:.9rem}.talk-row .date{color:var(--muted)}.talk-row strong{display:block;font-weight:550}.talk-row a{font-size:.85rem}.print-only{display:none}[hidden]{display:none!important}
@media(min-width:1500px){.hero{padding-top:5.5rem;padding-bottom:5rem}}
@media(max-width:900px){.wrap{width:calc(100% - 2.5rem)}.nav-links{gap:1.1rem}.hero{gap:2rem;grid-template-columns:1fr 1fr}.hero h1{font-size:3.8rem}.hero-art img{aspect-ratio:.95}.cards{gap:1rem}.section{padding:3.5rem 0}.thesis-feature,.cv-snapshot{gap:2rem}.cv-layout{grid-template-columns:180px 1fr;gap:2rem}.thesis-page{grid-template-columns:1fr 240px;gap:2rem}}
@media(max-width:680px){.wrap{width:calc(100% - 2rem)}.nav-inner{min-height:72px;flex-wrap:wrap;gap:0}.brand{padding:.7rem 0}.js .menu-toggle{display:block}.nav-links{display:flex;width:100%;justify-content:space-between;gap:.5rem;padding:.3rem 0 .8rem;flex-wrap:wrap}.js .nav-links{display:none}.js .nav-links.is-open{display:flex}.hero{grid-template-columns:1fr;padding-top:2.8rem;padding-bottom:2rem;gap:2rem}.hero h1{font-size:4.1rem}.hero-art img{aspect-ratio:1.4;padding:0}.hero-art figcaption{font-size:.72rem}.hero .affiliation{margin-top:1.2rem}.status-line{align-items:start;flex-direction:column;gap:.6rem;font-size:.85rem}.section{padding:3rem 0}.section-head{align-items:start;flex-direction:column;gap:1rem}.cards{grid-template-columns:1fr;gap:2rem}.card-image img{aspect-ratio:1.65}.project-card h3{font-size:1.4rem}.project-card .kind{margin-top:1rem}.pub-row{grid-template-columns:45px 1fr;gap:.6rem;padding:1.4rem 0}.pub-head{flex-direction:column;gap:.5rem}.pub-title{font-size:1.0625rem}.pub-year{font-size:.95rem}.pub-links{gap:.7rem 1rem}.citation-text{min-height:220px;font-size:.75rem}.cite-toolbar label{flex-wrap:wrap;gap:.4rem}.thesis-feature,.cv-snapshot,.art-band{grid-template-columns:1fr;gap:1.75rem}.thesis-tile{min-height:280px;padding:2rem}.thesis-feature h2{font-size:2.2rem}.timeline>div{grid-template-columns:86px 1fr;gap:1rem}.art-band{margin-top:2rem;padding-top:2rem}.footer-top{flex-direction:column}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}.page-intro{padding:2.7rem 0 2rem}.page-intro h1{font-size:clamp(2.25rem,9vw,3.2rem)}.page-intro .lede{font-size:1.06rem}.filter-status{width:100%;margin:0}.catalogue .project-block{grid-template-columns:1fr;gap:1.5rem;padding:2rem 0}.catalogue .project-block h2{font-size:2rem}.resource-grid{grid-template-columns:1fr}.cv-layout{grid-template-columns:1fr;gap:0}.cv-aside{padding-top:1.5rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.cv-aside img{width:90px;height:90px;margin:0}.cv-aside nav{flex-direction:row;flex-wrap:wrap;gap:1rem;margin:.5rem 0}.cv-section .timeline>div{grid-template-columns:90px 1fr;gap:1rem}.thesis-page{grid-template-columns:1fr;gap:1rem}.thesis-aside{grid-row:1}.thesis-aside .thesis-tile{min-height:250px}.thesis-aside .thesis-tile .eyebrow{margin-bottom:1.5rem}.thesis-aside .caption{display:none}.metadata>div{grid-template-columns:110px 1fr}.talk-row{grid-template-columns:70px 1fr;gap:1rem}.talk-row>a{grid-column:2}.subnav{gap:.8rem 1.2rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card-image img{transition:none}}
@media print{@page{size:A4;margin:16mm}html{font-size:10pt}body{color:#111;background:#fff}.site-header,.site-footer,.no-print,.filters,.cv-aside,.cite-panel,.actions,.subnav{display:none!important}.wrap{width:100%;max-width:none}.page-intro{padding:0 0 1rem}.page-intro h1{font-size:28pt}.page-intro .lede{font-size:10pt}.cv-layout,.thesis-page{display:block}.cv-section{padding:1rem 0 0}.cv-section h2{font-size:17pt}.cv-section .timeline>div{padding:.6rem 0;grid-template-columns:100px 1fr;break-inside:avoid}.pub-row{padding:.6rem 0;break-inside:avoid}.pub-title{font-size:10.5pt}.pub-meta{font-size:9pt}.badge{font-size:8pt}.print-only{display:block}a{text-decoration:none;color:inherit}.cv-section p,.muted{color:#333}.hero,.cards,.thesis-feature{break-inside:avoid}.section{padding:1.5rem 0}.thesis-aside{display:none}}

/* Permit grid content and citation controls to shrink on narrow screens. */
.hero>*,.pub-row>*,.thesis-feature>*,.cv-snapshot>*,.art-band>*,.project-block>*,.cv-layout>*,.thesis-page>*,.timeline>div>*,.metadata>div>*,.talk-row>*{min-width:0}
.pub-title,.thesis-tile .serif{overflow-wrap:anywhere}.citation-text{min-width:0}

.page-intro h1{overflow-wrap:anywhere}
