:root{--bg:#0e0e0c;--bg-darker:#0a0a0a;--bg-subtle:#1e1e1a;--bg-border:#2a2a26;--text:#e8e4d6;--text-mid:#c9c7bc;--text-muted:#908e85;--text-dim:#7a7a72;--accent:#d4a84b;--accent-hi:#e8c06a;--font-mono:'IBM Plex Mono', 'Courier New', Courier, monospace;--font-sans:'IBM Plex Sans', system-ui, sans-serif;--max-w-page:1000px;--max-w-prose:var(--max-w-page)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{background-color:var(--bg);color:var(--text-mid);font-family:var(--font-mono);font-size:14px;line-height:1.7;-webkit-font-smoothing:antialiased}ul{list-style:none}a{color:var(--text);text-decoration:none;transition:color 200ms ease}a:hover{color:var(--accent-hi)}body{max-width:var(--max-w-page);min-height:100vh;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column}main{flex-grow:1}body>header{padding-block:1.25rem;border-bottom:1px solid var(--bg-border)}#main-nav{display:flex;justify-content:space-between;align-items:center}#main-nav .site-title{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text)}#main-nav .site-title:hover{color:var(--accent-hi)}#main-nav ul{display:flex;gap:1.25rem}@media(min-width:640px){#main-nav ul{gap:1.75rem}}#main-nav a:not(.site-title){font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}#main-nav a:not(.site-title):hover{color:var(--accent-hi)}#main-nav a:not(.site-title)[aria-current]{color:var(--text)}body>footer{padding-block:1.25rem;border-top:1px solid var(--bg-border);display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:12px;letter-spacing:.04em}body>footer ul{display:flex;gap:1.25rem}body>footer a{color:var(--text-muted)}body>footer a:hover{color:var(--accent-hi)}.back-link,.forward-link{font-size:12px;letter-spacing:.04em;color:var(--text-muted)}.back-link:hover,.forward-link:hover{color:var(--accent)}.forward-link{color:var(--accent)}.hero{padding-block:2.75rem;border-bottom:1px solid var(--bg-border)}.hero h1{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:400;line-height:1.25;letter-spacing:-.02em;color:var(--text);margin-bottom:1rem;max-width:80%}.hero h1 em{color:var(--accent);font-style:normal}.hero p{font-size:13px;color:var(--text-muted);line-height:1.8;max-width:90%;margin-bottom:0}@media(min-width:640px){.hero p{max-width:60%}}.hero #hero-links{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;color:var(--text-muted)}.hero #hero-links ul{display:flex;gap:1.25rem}.hero #hero-links a{color:var(--text-muted)}.hero #hero-links a:hover{color:var(--accent-hi)}.projects-preview,.posts-preview{padding-block:2.5rem;border-bottom:1px solid var(--bg-border)}.projects-preview>header,.posts-preview>header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.75rem}.projects-preview>header span,.posts-preview>header span{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);background-color:var(--bg-darker)}.stack{display:flex;flex-wrap:wrap;gap:.4rem}.stack li{font-size:11px;padding:2px 8px;border:.5px solid var(--bg-border);color:var(--text-dim);background-color:var(--bg-darker);border-radius:2px;letter-spacing:.04em}.status-badge{font-size:10px;padding:2px 7px;border-radius:2px;letter-spacing:.06em;text-transform:uppercase;border:.5px solid var(--bg-border);color:var(--text-dim);background-color:var(--bg-darker)}.status-badge.status-active{color:var(--accent);border-color:var(--accent)}.status-badge.status-in-progress{color:var(--accent-hi);border-color:var(--accent-hi)}.status-badge.status-archived{color:var(--text-dim);background-color:var(--bg-darker)}.project-role{font-size:12px;color:var(--text-muted);letter-spacing:.03em}.project-links{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.project-link{font-size:12px;color:var(--text-muted);letter-spacing:.03em}.project-link:hover{color:var(--accent)}.project-link.project-link--live{color:var(--accent)}.project-link.project-link--case-study{color:var(--text-mid)}.project-list{display:flex;flex-direction:column}.project-item{padding:2rem 0;border-bottom:.5px solid var(--bg-border)}.project-item:first-child{border-top:.5px solid var(--bg-border)}.project-item:last-of-type{border-bottom:none}.project-item-header{margin-bottom:.6rem}.project-item-title-row{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.25rem}.project-item-title-row h2{font-size:15px;font-weight:500}.project-item-title-row h2 a{color:var(--text)}.project-item-title-row h2 a:hover{color:var(--accent)}.project-desc{font-size:13px;color:var(--text-muted);line-height:1.7;margin-bottom:1rem}.project-item-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.project-single{max-width:var(--max-w-prose)}.project-single-header{padding:3rem 0 2rem;border-bottom:.5px solid var(--bg-border)}.project-single-title-row{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.35rem}.project-single-title-row h1{font-size:clamp(1.4rem,3vw,1.8rem);font-weight:400;letter-spacing:-.02em;color:var(--text)}.project-single-desc{font-size:14px;color:var(--text-muted);line-height:1.75;margin-top:.75rem}.project-meta{padding:1.25rem 0;border-bottom:.5px solid var(--bg-border);display:flex;flex-direction:column;gap:.75rem}.meta-row{display:flex;align-items:baseline;gap:1.5rem}.meta-row time{font-size:13px;color:var(--text-muted)}.meta-label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);min-width:60px;flex-shrink:0}.project-cover{margin:2rem 0}.project-cover img{width:100%;display:block;border:.5px solid var(--bg-border)}.project-content{padding:2rem 0;font-size:14px;line-height:1.85;color:var(--text-mid)}.project-content h2,.project-content h3{color:var(--text);font-weight:400;margin:2rem 0 .75rem}.project-content h2{font-size:1.1rem}.project-content h3{font-size:.95rem;letter-spacing:.02em}.project-content p{margin-bottom:1.25rem}.project-content a{color:var(--accent)}.project-content a:hover{color:var(--accent-hi)}.project-content code{font-family:inherit;font-size:12px;background:var(--bg-subtle);padding:1px 6px;border-radius:2px;color:var(--text)}.project-content pre{background:var(--bg-subtle);border:.5px solid var(--bg-border);padding:1.25rem;overflow-x:auto;margin:1.5rem 0}.project-content pre code{background:0 0;padding:0}.project-single-footer{padding:2rem 0;border-top:.5px solid var(--bg-border)}.prose{font-family:var(--font-sans);font-size:15px;line-height:1.85;color:var(--text-mid)}.prose.mono{font-family:var(--font-mono)}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{font-family:var(--font-mono);font-weight:400;color:var(--text);margin:2rem 0 .75rem}.prose h1:first-child,.prose h2:first-child,.prose h3:first-child,.prose h4:first-child,.prose h5:first-child,.prose h6:first-child{margin-top:0}.prose h1{font-size:1.4rem;letter-spacing:-.02em}.prose h2{font-size:1.1rem}.prose h3{font-size:.95rem;letter-spacing:.02em}.prose h4,.prose h5,.prose h6{font-size:.875rem;letter-spacing:.03em}.prose p{margin-bottom:1.25rem}.prose p:last-child{margin-bottom:0}.prose a{color:var(--accent)}.prose a:hover{color:var(--accent-hi)}.prose strong{font-weight:600;color:var(--text)}.prose em{font-style:italic;color:var(--text-muted)}.prose ul,.prose ol{padding-left:1.25rem;margin-bottom:1.25rem}.prose ul li,.prose ol li{margin-bottom:.35rem}.prose ul{list-style:disc}.prose ol{list-style:decimal}.prose blockquote{border-left:2px solid var(--accent);margin:1.75rem 0;padding:.25rem 0 .25rem 1.25rem;color:var(--text-muted);font-style:italic}.prose code{font-family:var(--font-mono);font-size:13px;background:var(--bg-subtle);padding:1px 6px;border-radius:2px;color:var(--text)}.prose pre{background:var(--bg-subtle);border:.5px solid var(--bg-border);padding:1.25rem;overflow-x:auto;margin:1.5rem 0;border-radius:2px}.prose pre code{background:0 0;padding:0;font-size:13px}.prose hr{border:none;border-top:.5px solid var(--bg-border);margin:2rem 0}.prose img{max-width:100%;display:block;margin:1.75rem 0;border:.5px solid var(--bg-border)}.prose table{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:1.25rem}.prose table th,.prose table td{padding:.5rem .75rem;border:.5px solid var(--bg-border);text-align:left}.prose table th{font-family:var(--font-mono);font-weight:500;color:var(--text);background:var(--bg-subtle)}.simple-tables table{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:1.25rem;font-family:var(--font-mono)}.simple-tables table th,.simple-tables table td{padding:.5rem .75rem;border:none;text-align:left}.simple-tables table th{font-weight:500;color:var(--accent);background:var(--bg);border-bottom:1px solid var(--bg-border)}.larger-headings.prose h2{font-size:1.5rem;font-weight:700}.page-header{padding:3rem 0 2.5rem;border-bottom:1px solid var(--bg-border);margin-bottom:0}.page-header h1{font-size:clamp(1.4rem,3vw,1.8rem);font-weight:400;letter-spacing:-.02em;color:var(--text);margin-bottom:.5rem}.page-header p{font-size:13px;color:var(--text-muted);line-height:1.7}.post-tags{display:flex;flex-wrap:wrap;gap:.4rem}.post-tags li{list-style:none}.post-tags a{font-size:11px;padding:2px 8px;border:.5px solid var(--bg-border);color:var(--text-dim);background-color:var(--bg-darker);border-radius:2px;letter-spacing:.04em}.post-tags a:hover{color:var(--accent);border-color:var(--accent)}.post-series{font-size:11px;padding:2px 8px;border:.5px solid var(--bg-border);color:var(--accent);border-radius:2px;letter-spacing:.04em}.post-list{display:flex;flex-direction:column}.post-item{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding:1.75rem 0;border-bottom:.5px solid var(--bg-border)}.post-item:first-child{border-top:.5px solid var(--bg-border)}.post-item-main{flex:1;min-width:0}.post-item-main h2{font-size:14px;font-weight:500;margin-bottom:.35rem}.post-item-main h2 a{color:var(--text)}.post-item-main h2 a:hover{color:var(--accent)}.post-item-desc{font-size:12px;color:var(--text-muted);line-height:1.65;margin-bottom:.75rem}.post-item-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.post-item-date{font-size:11px;color:var(--text-muted);letter-spacing:.04em;white-space:nowrap;flex-shrink:0}.post-single{max-width:var(--max-w-prose)}.post-single-header{padding:3rem 0 1.75rem;border-bottom:.5px solid var(--bg-border)}.post-single-header h1{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:var(--text);margin-bottom:.75rem}.post-single-desc{font-size:14px;color:var(--text-muted);line-height:1.75;margin-bottom:.75rem}.post-single-meta{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.post-single-meta time{font-size:12px;color:var(--text-muted);letter-spacing:.04em}.post-updated{font-size:12px;color:var(--text-muted);background-color:var(--bg-darker);letter-spacing:.04em}.post-tags--top{padding:1.25rem 0;border-bottom:.5px solid var(--bg-border)}.post-content{padding-block:2rem}.post-single-footer{padding:2rem 0;border-top:.5px solid var(--bg-border);display:flex;flex-direction:column;gap:.75rem}.post-canonical{font-size:12px;color:var(--text-muted)}.post-canonical a{color:var(--accent)}