@import "https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,600;1,9..144,300;1,9..144,400;1,9..144,600&family=Lora:ital,wght@0,400;0,500;1,400;1,500&display=swap";.intro-top{align-items:center;gap:clamp(1.4rem,4vw,2.2rem);display:flex}.intro-head{min-width:0}.portrait{aspect-ratio:3/4;object-fit:cover;object-position:50% 30%;border:1px solid var(--rule);filter:saturate(.92)contrast(1.02);border-radius:4px;flex:none;width:clamp(7.5rem,26vw,11rem);height:auto;box-shadow:inset 0 1px #fff6,0 2px 4px #1e180a1a,0 10px 28px #1e180a29}.bio-block,.links{max-width:38rem}.eyebrow{letter-spacing:.01em;color:var(--muted);margin-bottom:1.4rem;font-family:Lora,serif;font-size:.9rem;font-style:italic}.name{font-variation-settings:"opsz" 144;letter-spacing:-.015em;text-shadow:1px 1px #1e180a1f,2px 3px 8px #1e180a1a,0 0 24px #b8472a0f;font-family:Fraunces,serif;font-size:clamp(2.6rem,8vw,4rem);font-weight:600;line-height:1.02}.role{font-variation-settings:"opsz" 36;color:var(--accent);letter-spacing:.01em;margin-top:.6rem;font-family:Fraunces,serif;font-size:1.2rem;font-style:italic}.bio-block{margin-top:1.9rem}.bio,.body,.tail{color:#3a382f;font-size:.98rem;line-height:1.78}.body{margin-top:1.15rem}.tail{color:#4a473e;margin-top:1.15rem;font-style:italic}.bio:first-letter{font-variation-settings:"opsz" 144;float:left;color:var(--accent);margin-right:.06em;padding-top:.04em;font-family:Fraunces,serif;font-size:4em;font-weight:600;line-height:.78}.links{flex-wrap:wrap;gap:1.6rem;margin-top:2.2rem;display:flex}.link{color:var(--ink);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;-webkit-text-decoration-color:var(--rule);text-decoration-color:var(--rule);font-size:.9rem;transition:color .18s,text-decoration-color .18s}.link:hover{color:var(--accent);-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.link-ext{vertical-align:.12em;margin-left:.18em;font-size:.72em;text-decoration:none;display:inline-block}.ornament{text-align:center;color:var(--accent);opacity:.55;letter-spacing:0;-webkit-user-select:none;user-select:none;margin:clamp(3rem,8vw,5.5rem) 0 clamp(2.5rem,7vw,4rem);font-family:Fraunces,serif;font-size:2rem}.section-label{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--rule);align-items:center;gap:1rem;padding-bottom:1rem;font-size:.73rem;font-weight:500;display:flex}.section-label:before,.section-label:after{content:"";background:var(--rule);flex:1;height:1px}.projects{list-style:none}.project{opacity:0;animation:.5s forwards rise}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.project-link{color:inherit;border-bottom:1px solid var(--rule);border-radius:3px;grid-template-columns:4rem 1fr;gap:1.2rem;margin:0 -.6rem;padding:1.6rem .6rem;text-decoration:none;transition:background .2s,padding-left .2s;display:grid}a.project-link:hover{background:#b8472a0a;padding-left:1rem}.project-link.is-static{cursor:default}.project-year{color:var(--muted);font-variant-numeric:oldstyle-nums;padding-top:.4rem;font-size:.83rem}.project-body{flex-direction:column;gap:.45rem;display:flex}.project-title{font-variation-settings:"opsz" 48;font-family:Fraunces,serif;font-size:1.45rem;transition:color .18s}a.project-link:hover .project-title{color:var(--accent)}.project-arrow{vertical-align:.22em;color:var(--accent);opacity:0;margin-left:.3em;font-size:.6em;transition:opacity .2s,transform .2s;display:inline-block;transform:translate(-2px,2px)}a.project-link:hover .project-arrow{opacity:.85;transform:translate(0)}.project-blurb{color:#4a473e;font-family:Lora,serif;font-size:.93rem;line-height:1.6}.project-tags{flex-wrap:wrap;gap:.45rem;margin-top:.25rem;display:flex}.tag{letter-spacing:.09em;text-transform:uppercase;color:var(--accent);background:#b8472a0f;border:1px solid #b8472a47;border-radius:3px;padding:.18rem .55rem;font-size:.68rem}.footer{color:var(--muted);text-align:center;margin-top:4.5rem;font-size:.8rem}.footer:before{content:"· · ·";letter-spacing:.6em;color:var(--rule);margin-bottom:1.4rem;font-size:.9rem;display:block}@media (prefers-reduced-motion:reduce){.project{opacity:1;animation:none}}@media (width<=560px){.intro-top{flex-direction:column;align-items:flex-start;gap:1.3rem}.portrait{width:clamp(8.5rem,42vw,11rem)}}@media (width<=480px){.project-link{grid-template-columns:1fr;gap:.5rem}.project-year{padding-top:0}.bio:first-letter{float:none;color:inherit;padding-top:0;font-size:1em}}:root{--paper:#ede5d2;--ink:#1e1c17;--muted:#6b6558;--accent:#b8472a;--rule:#d4cbb7;--maxw:680px;--gutter:1.5rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:5rem}body{background-color:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.095'/%3E%3C/svg%3E");background-size:280px 280px;font-family:Lora,Georgia,serif;line-height:1.65}body:after{content:"";pointer-events:none;z-index:9999;background:radial-gradient(at 50% 35%,#0000 50%,#120c042e 100%);position:fixed;inset:0}.page{max-width:var(--maxw);padding:clamp(2.5rem, 6vw, 5rem) var(--gutter) 4rem;margin:0 auto}a:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.skip-link{left:var(--gutter);z-index:100;background:var(--paper);color:var(--ink);border:1px solid var(--rule);border-radius:4px;padding:.5rem .9rem;font-family:Lora,serif;font-size:.85rem;text-decoration:none;transition:top .2s;position:absolute;top:-3rem}.skip-link:focus{top:.6rem}.site-nav{z-index:50;-webkit-backdrop-filter:saturate(140%)blur(10px);background:#ede5d2b8;border-bottom:1px solid #0000;transition:border-color .25s,box-shadow .25s,background .25s;position:sticky;top:0}.site-nav.is-scrolled{border-bottom-color:var(--rule);background:#ede5d2db;box-shadow:0 1px 12px #1e180a0f}.nav-inner{max-width:var(--maxw);padding:1.05rem var(--gutter);justify-content:space-between;align-items:baseline;gap:1rem;margin:0 auto;display:flex}.nav-home{font-variation-settings:"opsz" 72;color:var(--ink);letter-spacing:-.01em;white-space:nowrap;font-family:Fraunces,serif;font-size:1.05rem;font-weight:600;text-decoration:none;transition:color .18s}.nav-home:hover{color:var(--accent)}.nav-links{gap:clamp(1.1rem,4vw,1.8rem);display:flex}.nav-link{color:var(--muted);letter-spacing:.02em;padding-bottom:2px;font-family:Lora,serif;font-size:.88rem;text-decoration:none;transition:color .18s;position:relative}.nav-link:after{content:"";background:var(--accent);transform-origin:0;width:100%;height:1px;transition:transform .22s;position:absolute;bottom:-1px;left:0;transform:scaleX(0)}.nav-link:hover{color:var(--accent)}.nav-link:hover:after{transform:scaleX(1)}.nav-link.router-link-active{color:var(--accent)}.nav-link.router-link-active:after{transform:scaleX(1)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.nav-link:after{transition:none}}
