/* ACADEMIC NOTEBOOK — edit these shared tokens first. */
:root{--paper:#fff;--ink:#202321;--muted:#626762;--line:#d7dbd5;--soft:#f2f4f0;--accent:#f66c00;--accent-dark:#ae4600;--hero:#202321;--font:"Helvetica Neue",Helvetica,Arial,sans-serif;--gutter:clamp(22px,4.3vw,84px);--menu-height:108px}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:58px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased}body.reader-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button:disabled{opacity:.45;cursor:default}button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:3px solid #0079bd;outline-offset:5px}p,h1,h2,h3,h4{margin:0}button{border-radius:0}::selection{background:var(--accent);color:var(--ink)}[hidden]{display:none!important}.skip-link{position:fixed;z-index:100;top:8px;left:8px;padding:16px;background:white;transform:translateY(-160%)}.skip-link:focus{transform:none}.eyebrow{font-size:.75rem;letter-spacing:.07em;line-height:1.4;font-weight:500}.accent-text,.orange-dot{color:var(--accent)}
.chapter-header{position:fixed;top:0;left:0;width:100%;z-index:30;background:var(--paper);transform:translateY(calc(-1 * var(--menu-height)));transition:transform .5s cubic-bezier(.22,.7,.18,1)}.chapter-header.is-open{transform:none}.chapter-nav{height:var(--menu-height);display:grid;grid-template-columns:repeat(5,1fr);gap:4px;padding:0 var(--gutter)}.chapter-nav a{display:flex;flex-direction:column;justify-content:center;gap:5px;border-top:3px solid var(--line);font-size:.875rem;letter-spacing:-.025em}.chapter-nav a>span:last-child{color:var(--muted);font-size:.75rem}.chapter-nav a:hover,.chapter-nav a.is-current{border-color:var(--accent)}.chapter-nav a.is-current>span:first-child{color:var(--accent-dark)}.menu-toggle{position:absolute;top:100%;left:50%;transform:translateX(-50%);width:150px;height:40px;background:var(--paper);border:0;clip-path:polygon(0 0,100% 0,85% 90%,80% 100%,20% 100%,15% 90%);display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px}.menu-toggle span{width:26px;height:2px;background:var(--ink);transition:transform .25s}.menu-toggle:focus-visible{outline:0;background:#ddeaf2}.is-open .menu-toggle span:first-child{transform:translateY(3px) rotate(45deg)}.is-open .menu-toggle span:last-child{transform:translateY(-3px) rotate(-45deg)}
.hero{background:var(--hero);color:var(--paper);min-height:880px;min-height:max(760px,100svh);padding:42px var(--gutter) 28px;display:flex;flex-direction:column;position:relative;overflow:hidden}.hero-top,.hero-bottom{display:flex;justify-content:space-between;align-items:center;gap:25px}.wordmark{font-size:1rem;font-weight:650;letter-spacing:-.025em}.hero-profile-link{font-size:.875rem}.hero-profile-link span{color:var(--accent);margin-left:17px}.hero-main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:70px 0 60px}.hero-eyebrow{color:#c4c9c3;max-width:650px;margin-bottom:44px}.hero h1{font-family:Arial,Helvetica,sans-serif;font-size:clamp(92px,13.6vw,230px);font-weight:400;line-height:.8;letter-spacing:-.075em;overflow-wrap:anywhere;max-width:100%;text-transform:uppercase}.hero h1>span{display:block}.hero h1>span:last-child{margin-top:7px}.orange-dot{letter-spacing:-.08em}.hero-introduction{font-size:clamp(18px,1.8vw,28px);font-weight:400;line-height:1.3;letter-spacing:-.04em;max-width:630px;margin-top:42px;white-space:pre-line;color:#d4d7d1}.hero-bottom{align-items:end}.hero-coordinates{font-size:.6875rem;letter-spacing:.06em;line-height:1.6;color:#b7bcb5}.scroll-cue{display:flex;align-items:center;gap:35px;font-size:.875rem}.scroll-cue span{font-size:1.7rem}
.section{padding:100px var(--gutter)}.section-meta{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:37px}.section-meta>p:last-child{font-size:.8125rem;color:var(--muted)}.section-title-row{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:58px}.section-title-row h2{font-size:clamp(48px,6.8vw,115px);font-weight:400;line-height:.99;letter-spacing:-.065em}.section-title-row>p{font-size:clamp(16px,1.4vw,21px);line-height:1.35;letter-spacing:-.03em;min-width:195px;padding-bottom:7px}.section-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:30px}.content-status{font-size:.75rem;line-height:1.5;color:var(--muted)}.text-button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;background:none;border:0;border-bottom:1px solid var(--ink);padding:10px 0;font-size:.875rem;text-align:left}.text-button:hover{color:var(--accent-dark);border-color:var(--accent-dark)}.sample-badge{font-size:.625rem;letter-spacing:.06em;border:1px solid currentColor;padding:4px 6px;white-space:nowrap;line-height:1}.entry-meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;font-size:.6875rem;letter-spacing:.06em;text-transform:uppercase}.empty-state{padding:30px 0;color:var(--muted);font-size:1rem;line-height:1.5}
.blog-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:28px}.blog-card{display:flex;flex-direction:column;align-items:stretch;min-width:0;border-top:1px solid var(--ink);padding-top:17px}.blog-card:first-child{background:var(--soft);border:0;padding:26px}.blog-card .entry-meta{justify-content:space-between;min-height:23px}.blog-link{display:flex;flex-direction:column;min-height:330px;padding-top:48px}.blog-link h3{font-size:clamp(27px,2.65vw,43px);line-height:1.08;letter-spacing:-.055em;font-weight:400;max-width:470px}.blog-card:first-child h3{font-size:clamp(34px,3.55vw,58px)}.blog-link>p{font-size:1rem;line-height:1.55;margin:25px 0 34px;color:var(--muted);max-width:37ch}.blog-read{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;margin-top:auto}.blog-read>span:last-child{font-size:1.55rem;transition:transform .25s}.blog-link:hover .blog-read>span:last-child{transform:translate(4px,-4px);color:var(--accent-dark)}.blog-link:hover h3{color:var(--accent-dark)}
.updates-section{background:var(--soft);padding-top:80px;padding-bottom:80px}.filter-group{display:flex;gap:5px;flex-wrap:wrap;align-items:center}.filter-group button{font-size:.8125rem;border:1px solid transparent;background:transparent;padding:10px 17px;min-height:42px}.filter-group button[aria-pressed=true]{border-color:var(--ink);background:var(--ink);color:white}.filter-group button:hover:not([aria-pressed=true]){border-color:var(--line)}.update-row{display:grid;grid-template-columns:130px 100px 1fr 24px;gap:30px;border-top:1px solid var(--line);padding:29px 0}.update-date{font-size:.75rem;color:var(--muted);padding-top:4px}.update-category{font-size:.75rem;padding-top:4px}.update-category::before{content:"";display:inline-block;width:6px;height:6px;margin-right:9px;border-radius:50%;background:var(--accent)}.update-category.personal::before{background:#687d67}.update-copy h3{font-size:1.375rem;font-weight:400;letter-spacing:-.035em;line-height:1.25}.update-copy p{font-size:1rem;color:var(--muted);line-height:1.55;max-width:720px;margin-top:10px}.update-outlink{font-size:1.5rem}
.projects-intro{padding-bottom:55px}.projects-intro .section-title-row{margin-bottom:0}.project-scroll{background:var(--accent);position:relative}.project-sticky{position:sticky;top:0;height:100svh;min-height:640px;max-height:1100px;overflow:hidden}.project-viewport{height:calc(100% - 90px);padding-top:60px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.project-viewport::-webkit-scrollbar{display:none}.project-track{display:flex;gap:24px;width:max-content;height:100%;padding:0 var(--gutter);position:relative}.project-card{width:min(67vw,1050px);height:100%;background:#ecf0e7;display:flex;flex-direction:column;padding:32px;flex-shrink:0;position:relative;overflow:hidden}.project-card:nth-child(2n){background:#d3dcd2}.project-card:nth-child(3n){background:#26332d;color:white}.project-card-top{display:flex;justify-content:space-between;align-items:start;gap:20px}.project-number{font-size:clamp(100px,14vw,230px);line-height:.78;letter-spacing:-.085em;font-weight:400}.project-status{font-size:.75rem;border-bottom:1px solid currentColor;padding-bottom:8px;display:flex;gap:12px;align-items:center}.project-card-content{margin-top:auto;padding-top:36px;display:grid;grid-template-columns:1.55fr 1fr;gap:40px;align-items:end}.project-card h3{font-size:clamp(32px,4.1vw,68px);line-height:1.04;font-weight:400;letter-spacing:-.06em;max-width:14ch}.project-card-content p{font-size:1rem;line-height:1.5;max-width:30ch;margin-bottom:25px}.project-card:nth-child(3n) .text-button{color:white;border-color:#ffffff77}.project-card .text-button{width:100%;max-width:230px}.project-tags{margin-top:35px;display:flex;gap:8px;flex-wrap:wrap}.project-tags span{font-size:.6875rem;border:1px solid currentColor;padding:6px 9px}.project-controls{position:absolute;bottom:0;left:0;right:0;height:90px;padding:0 var(--gutter);display:flex;justify-content:space-between;align-items:center;gap:25px}.project-controls>p{font-size:.8125rem}.project-controls>p span{margin-left:20px}.project-counter{font-size:.75rem;min-width:52px;text-align:right}.project-dots{display:flex;gap:7px;flex-wrap:wrap;justify-content:center}.project-dots button{border:0;border-bottom:1px solid transparent;background:none;font-size:.8125rem;padding:10px;min-width:40px;min-height:42px}.project-dots button[aria-pressed=true]{border-color:var(--ink)}.project-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#20232122}.project-progress span{display:block;width:100%;height:100%;transform-origin:left;transform:scaleX(var(--progress,0));background:var(--ink)}
.trails-section{padding-top:110px}.trail-toolbar{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:35px}.trail-toolbar .filter-group button:first-child{padding-left:14px}.trail-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.trail-card{border-top:1px solid var(--ink);padding-top:20px;min-width:0}.trail-top{display:flex;justify-content:space-between;align-items:center}.trail-type{font-size:.8125rem}.trail-number{font-size:clamp(100px,12vw,190px);line-height:1;letter-spacing:-.08em;margin:36px 0 24px;color:#c2cdc0}.trail-card:nth-child(2n) .trail-number{color:#a6b6b2}.trail-card h3{font-size:clamp(30px,3.5vw,56px);line-height:1.05;font-weight:400;letter-spacing:-.055em;max-width:18ch}.trail-location{font-size:.8125rem;color:var(--muted);margin-top:14px}.trail-summary{font-size:1rem;line-height:1.55;max-width:48ch;margin:24px 0 30px;color:var(--muted)}.trail-metrics{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin-bottom:18px}.trail-metric strong{font-size:1.375rem;font-weight:400;letter-spacing:-.045em;display:block}.trail-metric span{font-size:.6875rem;color:var(--muted);display:block;margin-top:7px}.trail-card .text-button{width:100%}
.academic-section{background:var(--soft);padding-top:90px}.academic-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:10vw;margin-top:72px}.academic-identity h3{font-size:clamp(30px,3.4vw,55px);font-weight:400;letter-spacing:-.055em}.academic-identity>p:first-of-type{font-size:1rem;margin-top:14px;color:var(--muted);line-height:1.5}.academic-bio{font-size:1rem;line-height:1.65;margin-top:30px;max-width:48ch}.profile-links{display:flex;gap:12px 25px;flex-wrap:wrap;margin-top:25px}.profile-links a{font-size:.875rem;border-bottom:1px solid var(--ink);padding:7px 0}.profile-links a:hover{color:var(--accent-dark)}.profile-incomplete{color:var(--muted);font-size:.875rem;line-height:1.6}.postdoc-status{font-size:.875rem;line-height:1.5;margin-top:30px}.postdoc-status::before{content:"";width:7px;height:7px;display:inline-block;margin-right:10px;border-radius:50%;background:#587b4e}.research-block{border-top:1px solid var(--line);padding:22px 0 30px}.research-block>p,.research-block>div{font-size:1rem;line-height:1.65;margin-top:15px}.research-block ul{margin:0;padding-left:18px}.research-block li+li{margin-top:8px}.method-tags{display:flex;gap:8px;flex-wrap:wrap}.method-tags span{font-size:.8125rem;padding:6px 10px;border:1px solid var(--line)}.publications-heading{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:70px;padding:25px 0;border-bottom:1px solid var(--ink)}.publications-heading h3{font-size:clamp(25px,2.75vw,42px);font-weight:400;letter-spacing:-.045em}.publication{display:grid;grid-template-columns:85px 1fr 25px;gap:25px;border-bottom:1px solid var(--line);padding:28px 0}.publication-year{font-size:.8125rem;padding-top:4px}.publication h4{font-size:1.3rem;letter-spacing:-.035em;font-weight:400;line-height:1.3}.publication p{font-size:.875rem;line-height:1.6;color:var(--muted);margin-top:9px}.publication-type{font-size:.6875rem;letter-spacing:.04em;margin-top:10px;display:block}.publication .publication-finding{color:var(--ink);font-size:1rem}.publications-empty{padding:32px 0;font-size:1rem;line-height:1.6;color:var(--muted);max-width:760px}
.contact-section{background:var(--hero);color:white;padding:85px var(--gutter) 0;text-align:center}.contact-section>.eyebrow{color:#b9c2b6;margin-bottom:35px}.contact-section h2{font-size:clamp(54px,8.5vw,144px);line-height:.95;font-weight:400;letter-spacing:-.065em}.contact-main{margin:45px 0 75px;font-size:clamp(20px,2.3vw,38px);letter-spacing:-.035em}.contact-main a{border-bottom:1px solid #ffffff55;padding-bottom:8px}.contact-main a:hover{color:var(--accent)}.contact-empty{font-size:1rem;color:#b9c2b6;margin:42px 0 75px;line-height:1.6}.contact-links{display:flex;justify-content:center;gap:25px;margin-top:24px;font-size:.875rem}footer{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid #ffffff30;padding:27px 0;font-size:.75rem;text-align:left}footer>p{color:#b9c2b6}footer .wordmark{font-size:.875rem}
.reader-dialog{position:fixed;width:min(950px,94vw);max-height:91svh;padding:0;border:0;background:var(--paper);color:var(--ink);overscroll-behavior:contain}.reader-dialog::backdrop{background:#111e}.reader-toolbar{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:25px;background:var(--paper);border-bottom:1px solid var(--line);padding:15px 32px}.reader-close{border:0;background:none;width:44px;height:44px;font-size:32px;line-height:1}.reader-article{padding:55px clamp(26px,6vw,90px) 45px}.reader-meta{font-size:.75rem;color:var(--muted);margin-bottom:18px}.reader-article h2{font-size:clamp(38px,5vw,68px);line-height:1.04;letter-spacing:-.055em;font-weight:400;margin-bottom:35px;overflow-wrap:anywhere}#reader-body>p{font-size:1.0625rem;line-height:1.75;max-width:68ch;margin-bottom:22px}#reader-body h3{font-size:1.35rem;letter-spacing:-.035em;font-weight:500;margin:30px 0 12px}#reader-body a{text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}.reader-links{display:flex;gap:15px 25px;flex-wrap:wrap;margin-top:30px;font-size:.9375rem}.reader-bottom{padding:25px 32px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px}.reader-sample{font-size:.6875rem;max-width:200px;color:var(--muted);text-align:right;line-height:1.5}.reader-summary{padding:20px;background:var(--soft);display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:25px}.reader-summary>div{font-size:1.2rem}.reader-summary span{display:block;font-size:.75rem;color:var(--muted);margin-top:7px}.noscript-message{padding:30px;background:var(--accent);position:fixed;bottom:0;left:0;right:0;z-index:40}
@media(min-width:901px) and (prefers-reduced-motion:no-preference){.scroll-projects .project-viewport{overflow:hidden}.scroll-projects .project-track{will-change:transform}}
@media(min-width:1700px){.section{padding-top:130px;padding-bottom:130px}.projects-intro{padding-bottom:65px}}
@media(max-width:1100px){.blog-grid{gap:22px;grid-template-columns:1.2fr 1fr 1fr}.blog-card:first-child{padding:20px}.blog-link{min-height:330px}.project-card-content{gap:25px}.project-card{width:78vw}.academic-grid{gap:7vw}.update-row{gap:20px;grid-template-columns:105px 85px 1fr 20px}}
@media(max-width:900px){.section-title-row{align-items:start;flex-direction:column;gap:22px}.section-title-row>p{font-size:1rem}.blog-grid{grid-template-columns:1fr 1fr}.blog-card:first-child{grid-column:1 / -1;padding:28px}.blog-card:first-child .blog-link{min-height:240px}.blog-card:first-child h3{max-width:18ch}.blog-link{min-height:290px}.project-sticky{position:relative;min-height:590px;height:80svh;max-height:760px}.project-viewport{scroll-snap-type:x mandatory;padding-top:30px;height:calc(100% - 80px)}.project-card{width:82vw;padding:26px;scroll-snap-align:center}.project-card-content{grid-template-columns:1fr;gap:22px}.project-card h3{font-size:clamp(30px,5vw,50px);max-width:22ch}.project-card-content p{max-width:45ch;margin-bottom:15px}.project-number{font-size:125px}.project-tags{margin-top:22px}.project-controls{height:80px}.academic-grid{grid-template-columns:1fr;gap:42px;margin-top:45px}.academic-bio{max-width:65ch}.chapter-nav a{font-size:.8125rem}.chapter-nav a>span:last-child{font-size:.6875rem}}
@media(max-width:600px){:root{--gutter:22px;--menu-height:265px}.chapter-nav{grid-template-columns:repeat(2,1fr);gap:0 20px;padding-top:6px;padding-bottom:8px}.chapter-nav a{min-height:74px;font-size:.875rem}.chapter-nav a>span:last-child{font-size:.75rem}.chapter-nav a:last-child{grid-column:1/-1;min-height:60px}.menu-toggle{width:124px;height:38px}.hero{padding-top:63px;min-height:max(700px,95svh)}.hero-top{align-items:start}.hero-profile-link{font-size:.8125rem}.hero-profile-link span{margin-left:7px}.wordmark{font-size:.875rem}.hero-main{padding:65px 0 60px}.hero-eyebrow{font-size:.6875rem;margin-bottom:35px}.hero h1{font-size:clamp(80px,22vw,138px);line-height:.84}.hero-introduction{font-size:1.125rem;max-width:290px;margin-top:32px}.hero-coordinates{font-size:.625rem}.scroll-cue{font-size:.75rem;gap:17px}.section{padding:65px var(--gutter)}.section-meta{margin-bottom:28px;align-items:start}.section-meta>p:last-child{font-size:.6875rem;text-align:right}.eyebrow{font-size:.6875rem}.section-title-row{margin-bottom:38px}.section-title-row h2{font-size:clamp(43px,11.2vw,67px)}.blog-grid{display:block}.blog-card+.blog-card{margin-top:30px}.blog-card:first-child{padding:23px}.blog-link,.blog-card:first-child .blog-link{min-height:245px;padding-top:35px}.blog-card h3,.blog-card:first-child h3{font-size:2.1rem;max-width:17ch}.blog-link>p{font-size:1rem;margin-top:22px}.section-bottom{align-items:start}.update-row{grid-template-columns:1fr 1fr 20px;gap:14px;padding:23px 0}.update-date{grid-column:1}.update-category{grid-column:2}.update-copy{grid-column:1/3}.update-copy h3{font-size:1.25rem}.update-outlink{grid-column:3;grid-row:2}.filter-group{gap:3px}.filter-group button{padding:9px 14px}.projects-intro{padding-bottom:38px}.project-sticky{min-height:620px;max-height:770px;height:88svh}.project-track{gap:16px}.project-card{width:86vw;padding:22px}.project-number{font-size:110px}.project-card-top{gap:10px}.project-status{font-size:.6875rem;gap:7px;flex-wrap:wrap;max-width:116px;justify-content:end}.project-card-content{padding-top:28px;gap:20px}.project-card h3{font-size:2rem}.project-card-content p{font-size:.9375rem}.project-tags{gap:5px;margin-top:20px}.project-tags span{font-size:.625rem;padding:5px 7px}.project-controls{gap:14px}.project-controls>p{font-size:.6875rem;max-width:80px;line-height:1.4}.project-controls>p span{display:none}.project-dots{gap:0}.project-dots button{padding:7px;min-width:34px}.trail-toolbar{align-items:start;flex-direction:column;gap:15px}.trail-grid{grid-template-columns:1fr;gap:42px}.trail-number{font-size:135px;margin:25px 0 22px}.trail-card h3{font-size:2.25rem}.academic-grid{margin-top:35px}.academic-identity h3{font-size:2rem}.publications-heading{margin-top:40px;align-items:start}.publications-heading h3{font-size:1.6rem}.publication{grid-template-columns:50px 1fr 20px;gap:12px}.publication h4{font-size:1.1rem}.contact-section{padding-top:70px}.contact-section h2{font-size:clamp(54px,14vw,80px)}footer{flex-wrap:wrap;gap:18px}footer>p{order:3;width:100%}footer>a:last-child{margin-left:auto}.reader-toolbar{padding:10px 20px}.reader-article{padding:35px 25px}.reader-article h2{font-size:2.3rem}.reader-bottom{padding:20px;align-items:start;flex-direction:column}.reader-sample{text-align:left;max-width:none}.reader-summary{gap:10px;padding:15px}.reader-summary>div{font-size:1rem}}
.trail-number{font-size:clamp(42px,6.6vw,100px);white-space:nowrap}
@media(max-width:600px){.trail-number{font-size:clamp(38px,10.5vw,63px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.project-sticky{position:relative}.project-viewport{overflow-x:auto}.project-track{transform:none!important}}
