*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--cream: #F5F0E8;--paper: #EDE7DB;--warm-tan: #D4C9B5;--clay: #B09E87;--bark: #6B5B4E;--espresso: #3D3229;--ink: #2A231C;--rust: #A0522D;--sage: #7A8B6F;--faded-rust: #C4805A}html{scroll-behavior:smooth;background:var(--cream)}body{font-family:DM Sans,sans-serif;color:var(--ink);background:var(--cream);line-height:1.65;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:256px 256px}.serif{font-family:Newsreader,Georgia,serif}.mono{font-family:JetBrains Mono,monospace;font-size:.8em}a{color:var(--rust);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}a:hover{border-bottom-color:var(--rust)}nav{position:fixed;top:0;width:100%;z-index:9998;padding:calc(1.25rem + env(safe-area-inset-top,0px)) calc(2.5rem + env(safe-area-inset-right,0px)) 1.25rem calc(2.5rem + env(safe-area-inset-left,0px));display:flex;justify-content:space-between;align-items:center;background:#f5f0e8d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--warm-tan)}nav .name{font-family:Newsreader,serif;font-size:1.15rem;font-weight:500;color:var(--ink);letter-spacing:-.01em;white-space:nowrap;flex-shrink:0;border-bottom:none;cursor:pointer}nav .links{display:flex;gap:2rem;font-size:.85rem;letter-spacing:.04em;text-transform:lowercase;flex-wrap:wrap;justify-content:flex-end}nav .links a{color:var(--bark);border-bottom:none;position:relative}nav .links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--rust);transition:width .3s ease}nav .links a:hover{color:var(--rust);border-bottom:none}nav .links a:hover:after{width:100%}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 2.5rem 4rem;max-width:1100px;margin:0 auto}.hero-content{display:grid;width:min-content;max-width:100%}.hero h1{font-family:Newsreader,serif;font-size:clamp(3.4rem,11vw,5.2rem);font-weight:300;line-height:1.15;color:var(--ink);letter-spacing:-.025em;margin-bottom:2rem;white-space:nowrap}.hero h1 em{font-style:italic;color:var(--rust);font-weight:300}.hero-aside{display:block;text-align:right;font-size:.4em;font-weight:400;color:var(--clay);letter-spacing:.01em;padding-right:.8em}.hero-intro{font-size:1.1rem;color:var(--bark);line-height:1.75;margin-bottom:2.5rem}.hero-meta{display:flex;gap:2.5rem;font-size:.82rem;color:var(--clay);letter-spacing:.03em}.hero-meta span{display:flex;align-items:center;gap:.5rem}.hero-meta .dot{width:5px;height:5px;border-radius:50%;background:var(--faded-rust)}.divider{max-width:1100px;margin:0 auto;padding:0 2.5rem}.divider hr{border:none;height:1px;background:var(--warm-tan)}section{max-width:1100px;margin:0 auto;padding:5rem 2.5rem}.section-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.15em;color:var(--clay);margin-bottom:2.5rem;display:flex;align-items:center;gap:1rem}.section-label:after{content:"";flex:1;height:1px;background:var(--warm-tan)}.about-layout{display:flex;gap:3rem;align-items:center}.about-content{flex:1}.about-photo{flex-shrink:0;width:300px}.about-photo img{width:100%;height:auto;border-radius:4px;filter:sepia(15%) brightness(105%);border:1px solid var(--warm-tan)}.about-content p{font-size:1rem;color:var(--bark);line-height:1.8;margin-bottom:1.25rem}.about-content p:last-child{margin-bottom:0}.tooltip-wrap{border-bottom:1.5px dashed var(--clay);cursor:default;padding-bottom:1px}.tooltip-box{background:var(--espresso);color:var(--cream);font-size:.8rem;font-family:DM Sans,sans-serif;line-height:1.5;padding:.5rem .85rem;border-radius:4px;white-space:nowrap;pointer-events:none;z-index:10}.tooltip-arrow{position:absolute;top:100%;transform:translate(-50%);border:5px solid transparent;border-top-color:var(--espresso)}.about-content em{font-style:normal;font-weight:700;color:var(--rust)}.research-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.research-grid .research-card:nth-child(3){grid-column:1 / -1}a.research-card{color:inherit;border-bottom:none;display:block;cursor:pointer}a.research-card:hover{border-bottom:none}.research-card{background:var(--paper);border:none;outline:1px solid var(--warm-tan);outline-offset:-1px;border-radius:4px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.research-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:var(--rust);opacity:0;transition:opacity .3s ease}@media (hover: hover){.research-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #2a231c14}.research-card:hover:before{opacity:1}}.research-card .year{font-family:JetBrains Mono,monospace;font-size:.72rem;color:var(--clay);margin-bottom:.75rem;letter-spacing:.05em}.research-card h3{font-family:Newsreader,serif;font-size:1.2rem;font-weight:400;line-height:1.35;margin-bottom:.75rem;color:var(--ink)}.research-card p{font-size:.88rem;color:var(--bark);line-height:1.6}.research-card .tag{display:inline-block;margin-top:1rem;font-size:.72rem;color:var(--sage);border:1px solid var(--sage);padding:.2rem .6rem;border-radius:2px;letter-spacing:.03em}.research-card .tag+.tag{margin-left:.5rem}.writing-list{display:flex;flex-direction:column}a.writing-item{color:inherit;border-bottom:none}.writing-item{display:grid;grid-template-columns:120px 1fr auto;align-items:baseline;box-shadow:0 1px 0 var(--warm-tan);transition:background .2s ease;cursor:pointer;margin:0 -1rem;padding:1.4rem 1rem;border-radius:2px}.writing-item:last-child{box-shadow:none}@media (hover: hover){.writing-item:hover{background:var(--paper)}}.writing-item .date{font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--clay)}.writing-item .title{font-family:Newsreader,serif;font-size:1.1rem;color:var(--ink);font-weight:400}.writing-item .arrow{color:var(--clay);font-size:1rem;transition:transform .2s ease,color .2s ease}@media (hover: hover){.writing-item:hover .arrow{transform:translate(4px);color:var(--rust)}.writing-item:hover .title{color:var(--rust)}}.now-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.now-col h3{font-family:Newsreader,serif;font-size:1.3rem;font-weight:400;margin-bottom:1.25rem;color:var(--ink)}.now-col p,.now-col li{font-size:.92rem;color:var(--bark);line-height:1.7}.now-col ul{list-style:none}.now-col ul li{padding:.4rem 0 .4rem 1.2rem;position:relative}.now-col ul li:before{content:"—";position:absolute;left:0;color:var(--clay)}.book-item{display:flex;align-items:baseline;gap:.5rem;padding:.5rem 0}.book-item .book-title{font-family:Newsreader,serif;font-style:italic;color:var(--ink)}.book-item .book-author{font-size:.82rem;color:var(--clay)}.coursework-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.coursework-col h3{font-family:Newsreader,serif;font-size:1.3rem;font-weight:400;margin-bottom:1.25rem;color:var(--ink)}.coursework-col ul{list-style:none}.coursework-col ul li{font-size:.92rem;color:var(--bark);line-height:1.7;padding:.4rem 0 .4rem 1.2rem;position:relative}.coursework-col ul li:before{content:"—";position:absolute;left:0;color:var(--clay)}.coursework-col .course-detail{display:block;font-family:JetBrains Mono,monospace;font-size:.7rem;color:var(--clay);margin-top:.15rem}.work-list{display:flex;flex-direction:column;gap:0}.work-item{display:grid;grid-template-columns:1fr auto;align-items:baseline;padding:1.2rem 0;border-bottom:1px solid var(--warm-tan)}.work-item:last-child{border-bottom:none}.work-item .work-name{font-family:Newsreader,serif;font-size:1.05rem;color:var(--ink)}.work-item .work-name a{color:var(--ink);border-bottom:none}.work-item .work-name a:hover{color:var(--rust)}.work-item .work-desc{font-size:.85rem;color:var(--bark);margin-top:.25rem}.work-item .work-tech{font-family:JetBrains Mono,monospace;font-size:.7rem;color:var(--clay);text-align:right;white-space:nowrap}footer{max-width:1100px;margin:0 auto;padding:3rem 2.5rem 4rem;display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid var(--warm-tan)}footer .colophon{font-size:.78rem;color:var(--clay);line-height:1.6}footer .links-col{display:flex;gap:1.5rem;font-size:.82rem}.fade-in{opacity:0;transform:translateY(16px);animation:fadeUp .7s ease forwards}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.fade-in:nth-child(1){animation-delay:.1s}.fade-in:nth-child(2){animation-delay:.2s}.fade-in:nth-child(3){animation-delay:.3s}.fade-in:nth-child(4){animation-delay:.4s}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.essay-page{max-width:720px;margin:0 auto;padding:6rem 2.5rem 4rem}.essay-header{margin-bottom:3rem}.essay-back{display:inline-block;font-size:.85rem;color:var(--clay);border-bottom:none;margin-bottom:2rem;transition:color .2s ease}.essay-back:hover{color:var(--rust);border-bottom:none}.essay-header h1{font-family:Newsreader,serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:400;line-height:1.25;color:var(--ink);letter-spacing:-.02em;margin-bottom:1rem}.essay-meta{font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--clay);letter-spacing:.03em}.essay-body p{font-family:Newsreader,serif;font-size:1.1rem;color:var(--ink);line-height:1.9;margin-bottom:1.5rem;text-align:justify;-webkit-hyphens:auto;hyphens:auto}.essay-body p:first-child:first-letter{font-size:3.6em;float:left;line-height:.8;padding-right:.08em;padding-top:.21em;color:var(--rust);font-family:Newsreader,serif;font-weight:400}.essay-figures{display:flex;gap:1rem;margin:2rem 0 .5rem;justify-content:center;max-width:100%;overflow:hidden}.essay-figure{max-width:100%;min-width:0;height:auto;max-height:400px;border-radius:4px;border:1px solid var(--warm-tan);filter:sepia(10%) brightness(105%);object-fit:contain}.essay-figures+p{font-size:.85rem!important;color:var(--clay)!important;text-align:center!important;margin-bottom:2rem!important}.essay-verse p{text-align:left}.verse-block{font-family:Newsreader,serif;font-size:1.1rem;color:var(--ink);line-height:1.9}.verse-line{display:block}.footnote-ref{color:var(--rust);font-size:.7em;border-bottom:none;padding:0 .15em;font-family:JetBrains Mono,monospace;white-space:nowrap}.footnote-ref:hover{border-bottom:none;color:var(--espresso)}.essay-notes{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--warm-tan)}.essay-notes h2{font-family:Newsreader,serif;font-size:1.3rem;font-weight:400;color:var(--ink);margin-bottom:1.5rem}.essay-notes ol{padding-left:1.5rem}.essay-notes li{font-size:.82rem;color:var(--bark);line-height:1.7;margin-bottom:.5rem;padding-left:.25rem}.footnote-back-wrap{white-space:nowrap}.footnote-back{color:var(--clay);font-size:.85em;border-bottom:none}.footnote-back:hover{color:var(--rust);border-bottom:none}@media (max-width: 768px){nav{padding:.75rem}nav .name{font-size:.95rem}nav .links{gap:.6rem;font-size:.68rem;letter-spacing:.02em}.hero{padding:7rem 1.5rem 3rem}section{padding:3.5rem 1.5rem}.research-grid{grid-template-columns:1fr}.research-grid .research-card:nth-child(3){grid-column:auto}.now-grid,.coursework-grid{grid-template-columns:1fr;gap:2rem}.writing-item{grid-template-columns:90px 1fr auto}.hero-meta{flex-wrap:wrap;gap:1rem}footer{flex-direction:column;gap:1.5rem;align-items:flex-start}.about-layout{flex-direction:column;align-items:center}.about-photo{width:260px}}
