@import"https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=IBM+Plex+Mono:wght@300;400;500;600&display=swap";:root{--bg: #ffffff;--text: #111111;--text-dim: #555555;--text-faint: #8a8a8a;--border: rgba(0, 0, 0, .12);--border-hover: rgba(0, 0, 0, .28);--hover-bg: rgba(0, 0, 0, .03);--accent: #5b5fc7;--accent-light: #7a7ed8;--accent-bg: rgba(91, 95, 199, .08);--accent-red: #d61f3a;--banner-w: 0px;--cat-civic-ai: var(--text);--cat-workshop: var(--text);--cat-storybox: var(--text);--cat-research: var(--text);--cat-practice: var(--text);--cat-platform-urbanism: var(--text);--cat-methodology: var(--text);--cat-deep-time: var(--text);--cat-circular-economy: var(--text);--cat-placemaking: var(--text);--cat-evaluation: var(--text);--cat-governance: var(--text);--cat-environment: var(--text);--social: var(--text-dim);--heading: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;--body: "Inter", system-ui, -apple-system, sans-serif;--display: var(--body);--ember-ink: var(--text-dim);--ember-bg: rgba(0, 0, 0, .04)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--body);font-weight:400;background:var(--bg);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.container{max-width:800px;margin:0 auto;padding:0 1.75rem}.site-banner{display:none}a{color:var(--text);text-decoration:underline;text-decoration-color:var(--accent-red);text-underline-offset:3px;text-decoration-thickness:1.5px;transition:color .2s ease}a:hover{color:var(--accent-red)}nav{padding:1.4rem 0;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid var(--accent)}.nav-name{font-family:var(--display);font-size:1.2rem;font-weight:400;letter-spacing:-.01em;color:var(--text);text-decoration:none}.nav-name:hover{color:var(--text)}.profile{padding:2.5rem 0 2rem;display:flex;gap:1.5rem;align-items:flex-start;animation:fadeIn .6s ease .1s both}.avatar{width:85px;height:85px;border-radius:50%;object-fit:cover;object-position:center 20%;flex-shrink:0;border:1px solid var(--border);filter:grayscale(.6) sepia(.1)}.profile-text h1{font-family:var(--heading);font-size:1.65rem;font-weight:500;letter-spacing:-.01em;line-height:1.2;margin-bottom:.6rem;color:var(--text)}.profile-bio{font-size:1rem;color:var(--text-dim);line-height:1.65;margin-bottom:1rem}.profile-bio a{text-decoration:underline;text-underline-offset:2px;text-decoration-color:color-mix(in srgb,var(--accent) 35%,transparent)}.profile-bio a:hover{text-decoration-color:var(--accent)}.profile-bio em{color:var(--text)}.profile-lead{font-size:1.05rem;color:var(--text);line-height:1.6;margin-bottom:.7rem}.bio-more{margin-bottom:1.1rem}.bio-more>summary{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--heading);font-size:.8rem;font-weight:500;letter-spacing:.02em;color:var(--accent);cursor:pointer;list-style:none;transition:color .2s ease}.bio-more>summary::-webkit-details-marker{display:none}.bio-more>summary:after{content:"+";font-size:.95rem;line-height:1;color:var(--text-faint);transition:color .2s ease}.bio-more[open]>summary:after{content:"–"}.bio-more>summary:hover{color:var(--accent-light)}.bio-more>summary:hover:after{color:var(--accent)}.bio-more[open]>summary{margin-bottom:.6rem}.bio-more .profile-bio{margin-bottom:0;animation:fadeIn .4s ease both}.socials{display:flex;gap:.5rem;flex-wrap:wrap}.social-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:500;font-family:var(--heading);color:var(--text-dim);text-decoration:none;padding:.34rem .75rem;border:1px solid var(--border-hover);border-radius:100px;transition:all .2s ease;white-space:nowrap}.social-link:hover{color:var(--bg);border-color:var(--text);background:var(--text)}.social-link svg{width:13px;height:13px}.divider{border:none;border-top:1px solid var(--border);margin:0}.posts-header{padding:2rem 0 .5rem;font-family:var(--heading);font-size:.75rem;font-weight:300;text-transform:uppercase;letter-spacing:.15em;color:var(--text-faint)}.post-list{list-style:none;position:relative;padding-left:1.9rem}.post-list:before{content:"";position:absolute;left:6px;top:1rem;bottom:1rem;width:1px;background:var(--border-hover)}.post-item{border-bottom:1px solid var(--border);position:relative;opacity:0;animation:fadeIn .5s ease forwards}.post-item:nth-child(1){animation-delay:.15s}.post-item:nth-child(2){animation-delay:.22s}.post-item:nth-child(3){animation-delay:.29s}.post-item:nth-child(4){animation-delay:.36s}.post-item:nth-child(5){animation-delay:.43s}.post-item:nth-child(6){animation-delay:.5s}.post-item:nth-child(7){animation-delay:.57s}.post-item:nth-child(8){animation-delay:.64s}.post-item:nth-child(9){animation-delay:.71s}.post-item:nth-child(10){animation-delay:.78s}.post-link{--cat: var(--text-dim);display:block;padding:1.15rem;margin:0;text-decoration:none;color:inherit;border-radius:7px;position:relative;transition:background .4s ease,color .45s ease}.post-link:before{content:"";position:absolute;left:calc(-1.9rem + 6px);top:2rem;transform:translate(-50%,-50%);width:9px;height:9px;border-radius:50%;background:var(--bg);border:1px solid var(--border-hover);transition:background .4s ease,border-color .4s ease,box-shadow .4s ease}.post-link.is-active:before,.post-link:hover:before{background:var(--cat);border-color:var(--cat);box-shadow:0 0 0 4px color-mix(in srgb,var(--cat) 16%,transparent)}.post-link.is-active{background:color-mix(in srgb,var(--cat) 4%,transparent)}.post-link:hover{background:color-mix(in srgb,var(--cat) 7%,transparent)}.post-link.is-active .post-excerpt,.post-link:hover .post-excerpt{color:color-mix(in srgb,var(--cat) 38%,var(--text))}.post-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem;flex-wrap:wrap}.post-date,.post-read-time{font-family:var(--heading);font-size:.8rem;font-weight:300;color:var(--text-faint)}.post-dot{width:2px;height:2px;border-radius:50%;background:var(--text-faint)}.post-category{font-family:var(--heading);font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint);display:inline-flex;align-items:center;gap:.4rem;padding:0;border:none;background:none}.post-category:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--cat);flex-shrink:0}.cat-civic-ai{--cat: var(--cat-civic-ai)}.cat-workshop{--cat: var(--cat-workshop)}.cat-storybox{--cat: var(--cat-storybox)}.cat-research{--cat: var(--cat-research)}.cat-practice{--cat: var(--cat-practice)}.cat-platform-urbanism{--cat: var(--cat-platform-urbanism)}.cat-methodology{--cat: var(--cat-methodology)}.cat-deep-time{--cat: var(--cat-deep-time)}.cat-circular-economy{--cat: var(--cat-circular-economy)}.cat-placemaking{--cat: var(--cat-placemaking)}.cat-evaluation{--cat: var(--cat-evaluation)}.cat-governance{--cat: var(--cat-governance)}.cat-environment{--cat: var(--cat-environment)}.post-title{font-family:var(--display);font-size:1.35rem;font-weight:400;line-height:1.22;letter-spacing:-.005em;margin-bottom:.35rem;color:color-mix(in srgb,var(--cat) 62%,#000);transition:filter .3s}.post-link:hover .post-title{filter:brightness(1.18)}.post-excerpt{font-size:.9rem;color:var(--text-dim);line-height:1.4;transition:color .45s ease}.all-posts{padding:1.5rem 0}.all-posts a{font-family:var(--heading);font-size:.9rem}.all-posts a:after{content:" →"}.prose{font-size:1.05rem;line-height:1.8;color:var(--text);animation:fadeIn .8s ease .15s both;text-align:justify;-webkit-hyphens:auto;hyphens:auto}.prose h2,.prose h3,.prose blockquote,.prose pre,.prose code{-webkit-hyphens:none;hyphens:none;text-align:left}.prose p{margin-bottom:1.3rem}.prose strong{font-weight:500;color:var(--text)}.prose em{font-style:italic;color:var(--text)}.prose a{text-decoration:underline;text-underline-offset:3px;text-decoration-color:color-mix(in srgb,var(--accent) 35%,transparent)}.prose a:hover{text-decoration-color:var(--accent)}.prose h2{font-family:var(--display);font-size:1.55rem;font-weight:400;letter-spacing:-.005em;color:var(--text);margin-top:2.8rem;margin-bottom:.8rem;line-height:1.2}.prose h3{font-family:var(--display);font-size:1.25rem;font-weight:400;color:var(--text);margin-top:2.5rem;margin-bottom:.8rem}.prose blockquote{border-left:2px solid var(--accent);padding:.6rem 0 .6rem 1.2rem;margin:1.8rem 0;font-family:var(--body);font-size:1.15rem;font-style:italic;font-weight:400;color:var(--text-dim);line-height:1.55}.prose blockquote p{margin-bottom:0}.prose ul,.prose ol{margin-bottom:1.2rem;padding-left:1.2rem}.prose li{margin-bottom:.35rem}.prose li::marker{color:var(--text-faint)}.prose code{font-size:.88em;background:var(--hover-bg);border:1px solid var(--border);padding:.15em .4em;border-radius:3px;color:var(--text)}.prose pre{background:#1c1917;color:#e7e5e4;padding:1.2rem 1.4rem;border-radius:4px;overflow-x:auto;margin-bottom:1.5rem}.prose hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.prose img{max-width:100%;border-radius:4px;margin:2rem 0}.prose figure{margin:2rem 0}.prose figure img{margin:0 0 .6rem;display:block}.prose figcaption{font-family:var(--heading);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);line-height:1.5}.prose .aside{font-size:.88rem;color:var(--text-dim);padding:.9rem 1.1rem;background:#5b6aad0f;border:1px solid rgba(91,106,173,.15);border-radius:3px;margin:1.8rem 0;line-height:1.55}.prose .aside strong{color:var(--social);font-weight:500}.page-header{padding:3rem 0 2rem;border-bottom:1px solid var(--border);margin-bottom:2.5rem;animation:fadeIn .8s ease forwards}.page-header .page-kicker{font-family:var(--body);font-style:italic;font-weight:400;font-size:.96rem;color:var(--ember-ink);display:flex;align-items:center;gap:.65rem;margin-bottom:.85rem}.page-header .page-kicker .ktick{width:1.7rem;height:1px;background:var(--ember-ink);display:inline-block;opacity:.75;flex-shrink:0}.page-header h1{font-family:var(--display);font-size:clamp(2.2rem,4.5vw,2.9rem);font-weight:400;color:var(--text);letter-spacing:-.01em;line-height:1.06}.page-header .page-subtitle{font-family:var(--body);font-size:1.1rem;font-weight:400;font-style:italic;color:var(--text-dim);margin-top:.7rem;line-height:1.5}.page-header .page-intro{font-size:1.05rem;color:var(--text-dim);margin-top:.8rem;line-height:1.6;max-width:580px}.post-page-header{padding:3rem 0 2rem;border-bottom:1px solid var(--border);margin-bottom:2.2rem;animation:fadeIn .8s ease forwards}.post-page-header h1{font-family:var(--display);font-size:clamp(2.1rem,4.5vw,2.9rem);font-weight:400;line-height:1.08;color:var(--text);margin-bottom:.8rem;letter-spacing:-.01em}.post-page-meta{font-family:var(--heading);font-size:.85rem;font-weight:300;color:var(--text-faint);display:flex;gap:.5rem;align-items:center}.post-page-meta .dot{width:2px;height:2px;border-radius:50%;background:var(--text-faint)}.post-description{font-family:var(--body);font-size:1.18rem;font-weight:400;font-style:italic;color:var(--text-dim);line-height:1.5;margin-top:1.2rem;padding-left:1rem;border-left:2px solid var(--accent)}.affiliations{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border)}.section-label{font-family:var(--heading);font-size:.68rem;font-weight:300;text-transform:uppercase;letter-spacing:.15em;color:var(--text-faint);margin-bottom:1.2rem}.affiliation{margin-bottom:1.4rem}.affiliation-role{font-size:.95rem;font-weight:500;color:var(--text)}.affiliation-org{font-family:var(--heading);font-size:.88rem;font-weight:300;color:var(--text-dim);margin-top:.1rem}.publications{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border)}.pub-item{padding:1.2rem 0;border-bottom:1px solid var(--border)}.pub-title{font-size:1rem;font-weight:400;font-style:italic;color:var(--text);line-height:1.4}.pub-details{font-family:var(--heading);font-size:.85rem;font-weight:300;color:var(--text-dim);margin-top:.25rem}.pub-tag{display:inline-block;font-family:var(--heading);font-size:.6rem;font-weight:300;text-transform:uppercase;letter-spacing:.1em;color:var(--text-faint);border:1px solid var(--border);padding:.1rem .45rem;border-radius:2px;margin-top:.4rem}.strategy-list{list-style:none;position:relative;padding-left:1.9rem}.strategy-list:before{content:"";position:absolute;left:6px;top:1.3rem;bottom:1.3rem;width:1px;background:var(--border-hover)}.strategy-item{--cat: var(--ember-ink);border-bottom:1px solid var(--border);position:relative;opacity:0;animation:fadeIn .6s ease forwards}.strategy-item:before{content:"";position:absolute;left:calc(-1.9rem + 6px);top:2.1rem;transform:translate(-50%,-50%);width:9px;height:9px;border-radius:50%;background:var(--bg);border:1px solid color-mix(in srgb,var(--cat) 40%,var(--border-hover));transition:background .4s ease,border-color .4s ease,box-shadow .4s ease}.strategy-item.is-active:before,.strategy-item:hover:before{background:var(--cat);border-color:var(--cat);box-shadow:0 0 0 4px color-mix(in srgb,var(--cat) 16%,transparent)}.strategy-item:nth-child(1){animation-delay:.1s}.strategy-item:nth-child(2){animation-delay:.18s}.strategy-item:nth-child(3){animation-delay:.26s}.strategy-item:nth-child(4){animation-delay:.34s}.strategy-item:nth-child(5){animation-delay:.42s}.strategy-item:nth-child(6){animation-delay:.5s}.strategy-item:nth-child(7){animation-delay:.58s}.strategy-item:nth-child(8){animation-delay:.66s}.strategy-item:nth-child(9){animation-delay:.74s}.strategy-inner{padding:1.4rem 0}.strategy-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem;flex-wrap:wrap}.strategy-year{font-family:var(--heading);font-size:.8rem;font-weight:300;color:var(--text-faint)}.strategy-title{font-family:var(--display);font-size:1.35rem;font-weight:400;line-height:1.22;letter-spacing:-.005em;margin-bottom:.45rem;color:var(--text)}.strategy-description{font-size:.95rem;color:var(--text-dim);line-height:1.6}.strategy-partner{font-family:var(--heading);font-size:.8rem;font-weight:300;color:var(--text-faint);margin-top:.5rem;font-style:italic}.cta{padding:2.5rem 0;border-bottom:1px solid var(--border)}.cta p{font-size:1.05rem;color:var(--accent);line-height:1.6;margin-bottom:.8rem}.cta a{font-family:var(--heading);font-size:.95rem}.cta a:after{content:" →"}.post-footer{padding:2.5rem 0;border-top:1px solid var(--border);margin-top:3rem}.post-footer a{font-family:var(--heading);font-size:.9rem;color:var(--text-dim)}.post-footer a:hover{color:var(--text)}.post-footer a:before{content:"← "}footer{padding:2rem 0;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-socials{display:flex;gap:.6rem}.footer-socials a{color:var(--text-faint);transition:color .3s}.footer-socials a:hover{color:var(--text)}.footer-socials svg{width:16px;height:16px}.footer-note{font-family:var(--heading);font-size:.75rem;font-weight:300;color:var(--text-faint)}.footer-note a{color:var(--text-faint);text-decoration:underline;text-underline-offset:2px}.footer-note a:hover{color:var(--text-dim)}@media(max-width:640px){.profile{flex-direction:column;gap:1rem}.avatar{width:70px;height:70px}.post-link{margin:0 -1rem;padding:1.1rem 1rem}.container{padding:0 1rem}}.glitch{display:inline;position:relative;cursor:default}.glitch:hover{animation:glitch .4s steps(2) forwards}@keyframes glitch{0%{text-shadow:none}10%{text-shadow:2px 0 var(--accent),-2px 0 rgba(214,31,58,.5)}20%{text-shadow:-1px 0 var(--accent),1px 0 rgba(214,31,58,.5)}30%{text-shadow:none}40%{text-shadow:1px 0 var(--accent),-1px 0 rgba(214,31,58,.5);letter-spacing:.02em}50%{text-shadow:none;letter-spacing:normal}60%{text-shadow:-2px 0 var(--accent)}70%{text-shadow:none}80%{text-shadow:1px 0 rgba(214,31,58,.3)}to{text-shadow:none}}@media(prefers-reduced-motion:reduce){.glitch:hover{animation:none}}.post-resources{margin-top:3rem;padding-top:1.6rem;border-top:1px solid var(--text)}.post-resources .section-label{margin-bottom:.9rem}.resource-list{list-style:none}.resource-item{border-bottom:1px solid var(--border)}.resource-link{display:grid;grid-template-columns:auto 1fr auto;align-items:baseline;gap:.9rem;padding:.85rem 0;text-decoration:none;color:var(--text);transition:color .2s ease}.resource-type{font-family:var(--heading);font-size:.64rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-faint);border:1px solid var(--border-hover);border-radius:2px;padding:.12rem .4rem;white-space:nowrap}.resource-label{font-size:1rem;line-height:1.4}.resource-arrow{font-family:var(--heading);color:var(--accent);font-size:.95rem}.resource-link:hover{color:var(--accent-red)}.resource-link:hover .resource-type{border-color:var(--accent-red);color:var(--accent-red)}.resource-link:hover .resource-arrow{color:var(--accent-red)}.post-date,.post-read-time,.post-page-meta,.strategy-year,.pub-details,.affiliation-org{text-transform:uppercase;letter-spacing:.06em}.meta-topic,.hpw-topic,.post-topic{color:var(--text-dim)}.profile,.post-item,.prose,.page-header,.post-page-header,.strategy-item{animation:none!important;opacity:1!important;transform:none!important}.post-link.is-active,.strategy-item.is-active{background:transparent}.nav-name,.page-header h1,.post-page-header h1,.prose h2,.prose h3,.post-title,.strategy-title{font-weight:600;letter-spacing:-.02em}body{letter-spacing:-.011em}.posts-header,.section-label{letter-spacing:.12em}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.profile{flex-direction:column;gap:1rem}.avatar{width:70px;height:70px}.post-link{margin:0 -1rem;padding:1.1rem 1rem}.container{padding:0 1rem}.page-header h1{font-size:1.7rem}.post-page-header h1{font-size:1.65rem}}
