@font-face{font-family:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(/fonts/newsreader-latin-variable.woff2)format("woff2")}:root{--background:#f4f1ea;--surface:#ebe7dd;--text:#171714;--muted:#69675f;--line:#d5d0c4;--accent:#a3422e;--content-width:1120px;--prose-width:740px;--font-display:"Newsreader", Georgia, "Times New Roman", serif;--font-sans:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, monospace;--motion-control:.12s ease;--motion-page:.24s ease;color-scheme:light;font-family:var(--font-sans);color:var(--text);background:var(--background);font-synthesis:none;text-rendering:optimizelegibility}:root[data-theme=dark]{--background:#0e0f0e;--surface:#191a18;--text:#faf9f5;--muted:#c3c0b8;--line:#45443f;--accent:#ff8a70;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);min-width:320px;min-height:100vh;transition:color var(--motion-page), background-color var(--motion-page);margin:0}a{color:inherit}p,h1,h2,h3,figure{margin-top:0}sup{vertical-align:super;font-size:.65em}::selection{color:var(--background);background:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.site-shell{width:min(calc(100% - 48px), var(--content-width));flex-direction:column;min-height:100vh;margin:0 auto;display:flex}.site-header{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:28px;height:104px;display:grid}.wordmark{white-space:nowrap;align-items:center;padding:8px 0;font-size:.9rem;font-weight:650;text-decoration:none;display:inline-flex;position:relative}.wordmark:after,.site-header nav a:after{content:"";transform-origin:100%;height:1px;transition:transform var(--motion-control);background:currentColor;position:absolute;bottom:1px;left:0;right:0;transform:scaleX(0)}.wordmark:hover:after,.wordmark:focus-visible:after,.site-header nav a:hover:after,.site-header nav a:focus-visible:after,.site-header nav a[aria-current=page]:after{transform-origin:0;transform:scaleX(1)}.site-header nav{justify-self:end}.site-header ul{gap:32px;margin:0;padding:0;list-style:none;display:flex}.site-header nav a{color:var(--muted);transition:color var(--motion-control);padding:8px 0;font-size:.9rem;text-decoration:none;position:relative}.site-header nav a:hover,.site-header nav a:focus-visible,.site-header nav a[aria-current=page]{color:var(--text)}.theme-toggle{border:1px solid var(--line);width:36px;height:36px;color:var(--muted);cursor:pointer;transition:color var(--motion-control), border-color var(--motion-control), background-color var(--motion-control);background:0 0;border-radius:50%;place-items:center;padding:0;display:grid}.theme-toggle:hover{border-color:var(--text);color:var(--text);background:var(--surface)}.theme-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:16px;height:16px}.theme-toggle__sun,:root[data-theme=dark] .theme-toggle__moon{display:none}:root[data-theme=dark] .theme-toggle__sun{display:block}main{flex:1}.section-marker{color:var(--muted);font-family:var(--font-mono);letter-spacing:.025em;grid-template-columns:32px auto;align-items:center;gap:12px;margin-bottom:20px;font-size:.68rem;display:inline-grid}.section-marker:before{background:var(--accent);content:"";width:32px;height:1px;display:block}.hero{grid-template-columns:minmax(0,1fr) 360px;align-items:end;gap:clamp(40px,6vw,72px);padding:clamp(88px,10vw,120px) 0 clamp(80px,9vw,104px);display:grid}.hero h1,.page-intro h1{max-width:720px;font-family:var(--font-display);font-optical-sizing:auto;letter-spacing:-.035em;margin-bottom:0;font-size:clamp(3.5rem,6.2vw,5.4rem);font-weight:420;line-height:.96}.hero h1 em{color:inherit;font-style:normal;font-weight:inherit}.hero__aside{border-left:1px solid var(--line);flex-direction:column;justify-content:flex-end;min-height:152px;padding-left:32px;display:flex}.hero__aside p{color:var(--muted);margin-bottom:24px;font-size:1rem;line-height:1.65}.text-link,.project-card__links a,.site-footer a{transition:color var(--motion-control), border-color var(--motion-control);border-bottom:1px solid #0000;align-items:center;gap:4px;padding-bottom:3px;font-size:.86rem;font-weight:650;text-decoration:none;display:inline-flex}.text-link{width:fit-content}button.text-link{color:inherit;cursor:pointer;background:0 0;border-top:0;border-left:0;border-right:0;padding:0 0 3px;font-family:inherit}button.text-link:disabled{cursor:wait;opacity:.62}.text-link:hover,.text-link:focus-visible,.project-card__links a:hover,.project-card__links a:focus-visible,.site-footer a:hover,.site-footer a:focus-visible{color:var(--accent);border-bottom-color:currentColor}.text-link>span[aria-hidden=true],.project-card__links a span,.site-footer a svg{opacity:.72;flex:none}.contact-reveal{justify-items:start;display:grid}.contact-reveal__challenge{margin-top:14px}.contact-reveal__status{max-width:300px;color:var(--muted);margin:10px 0 0;font-size:.78rem;line-height:1.45}.contact-reveal__status:empty{display:none}.contact-reveal__email{overflow-wrap:anywhere}.section{border-top:1px solid var(--line);padding:72px 0}.section-heading{justify-content:space-between;align-items:baseline;gap:24px;margin-bottom:40px;display:flex}.section-heading h2,.about-grid h2{font-family:var(--font-display);letter-spacing:-.025em;margin-bottom:0;font-size:clamp(2.2rem,3.5vw,3.15rem);font-weight:430;line-height:1}.project-list{border-top:1px solid var(--line)}.project-card{border-bottom:1px solid var(--line);padding:40px 0 44px}.project-card__body{min-width:0}.project-card__heading{justify-content:space-between;align-items:baseline;gap:32px;display:flex}.project-card h3{font-family:var(--font-display);letter-spacing:-.025em;margin-bottom:0;font-size:clamp(1.9rem,3vw,2.55rem);font-weight:430;line-height:1.05}.project-card__heading time{color:var(--muted);font-family:var(--font-mono);font-size:.7rem}.project-card__body>p{max-width:660px;color:var(--muted);margin-bottom:0;line-height:1.65}.project-card__technologies,.thought-tags{color:var(--muted);font-family:var(--font-mono);flex-wrap:wrap;gap:4px 0;margin:0;padding:0;font-size:.7rem;list-style:none;display:flex}.project-card__technologies li+li:before,.thought-tags li+li:before{color:var(--line);content:"/";margin:0 9px}.project-card__links{flex-wrap:wrap;gap:16px 22px;display:flex}.project-card--compact .project-card__body{grid-template-columns:minmax(220px,.7fr) minmax(0,1fr);gap:24px 64px;display:grid}.project-card--compact .project-card__heading,.project-card--compact .project-card__technologies{grid-column:1}.project-card--compact .project-card__body>p,.project-card--compact .project-card__links{grid-column:2}.project-card--compact .project-card__body>p{grid-row:1;padding-top:5px}.project-card--compact .project-card__links{grid-row:2}.project-card--detail .project-card__body{grid-template-columns:minmax(0,1fr) 220px;gap:24px 72px;display:grid}.project-card--detail .project-card__heading{grid-column:1/-1}.project-card--detail .project-card__technologies,.project-card--detail .project-card__links{grid-column:2}.project-card--detail .project-card__technologies{grid-row:2;align-content:start}.project-card--detail .project-card__links{grid-row:3}.project-card--with-media{grid-template-columns:minmax(260px,.85fr) minmax(0,1fr);align-items:start;gap:48px;display:grid}.project-card__media{aspect-ratio:var(--media-aspect-ratio,16 / 10);border:1px solid var(--line);background:var(--surface);margin-bottom:0;overflow:hidden}.project-card__media img{object-fit:cover;width:100%;height:100%;display:block}.about-grid{grid-template-columns:.7fr 1fr;gap:clamp(48px,10vw,140px);display:grid}.about-grid__copy{font-size:clamp(1.05rem,1.8vw,1.28rem);line-height:1.65}.about-grid__copy p:last-child{color:var(--muted);margin-bottom:0}.page-intro{grid-template-columns:minmax(0,1fr) minmax(300px,420px);align-items:end;gap:clamp(48px,10vw,140px);padding:clamp(88px,11vw,128px) 0 72px;display:grid}.page-intro h1{font-size:clamp(3.7rem,6vw,5.25rem)}.page-intro__copy{color:var(--muted);margin:0 0 3px;font-size:1.05rem;line-height:1.7}.projects-page{padding-bottom:96px}.thoughts-intro{grid-template-columns:minmax(0,1fr) minmax(280px,360px)}.thought-list{border-top:1px solid var(--line);padding-bottom:104px}.thought-preview{border-bottom:1px solid var(--line);grid-template-columns:152px minmax(0,1fr);gap:40px;padding:40px 0 44px;display:grid}.thought-preview__meta,.thought-post__meta{color:var(--muted);font-family:var(--font-mono);padding-top:6px;font-size:.7rem}.thought-preview__meta{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.thought-status{color:var(--text);align-items:center;gap:8px;display:inline-flex}.thought-status:before{background:var(--accent);content:"";width:5px;height:5px}.thought-preview--draft .thought-preview__body,.thought-preview--draft time{opacity:.52}.thought-title{display:inline-block}.thought-title-link{text-underline-offset:6px;transition:color var(--motion-control), text-decoration-color var(--motion-control);text-decoration-color:#0000;text-decoration-thickness:1px}.thought-title-link:hover,.thought-title-link:focus-visible{color:var(--accent);text-decoration-color:currentColor}.thought-title h2{font-family:var(--font-display);letter-spacing:-.025em;margin-bottom:0;font-size:clamp(1.9rem,3vw,2.45rem);font-weight:430;line-height:1.08}.thought-preview__body>p{max-width:650px;color:var(--muted);margin:12px 0 20px;line-height:1.65}.thought-post{width:min(100%, var(--prose-width));margin:0 auto;padding:72px 0 104px}.thought-post>.text-link{margin-bottom:clamp(64px,9vw,96px)}.thought-post__header{border-bottom:1px solid var(--line);padding-bottom:48px}.thought-post__header h1{font-family:var(--font-display);letter-spacing:-.035em;margin-bottom:24px;font-size:clamp(3.2rem,6vw,4.8rem);font-weight:420;line-height:.98}.thought-post__description{max-width:640px;color:var(--muted);margin-bottom:24px;font-size:clamp(1.08rem,2vw,1.25rem);line-height:1.65}.thought-post__meta{flex-wrap:wrap;gap:8px 24px;margin-bottom:20px;padding-top:0;display:flex}.prose{font-family:var(--font-display);padding-top:48px;font-size:clamp(1.12rem,2vw,1.22rem);font-weight:390;line-height:1.72}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}.prose h2,.prose h3{font-family:var(--font-sans);letter-spacing:-.02em;font-weight:650;line-height:1.25}.prose h2{margin:2.5em 0 .75em;font-size:1.45em}.prose h3{margin:2.2em 0 .7em;font-size:1.15em}.prose p,.prose ul,.prose ol,.prose blockquote{margin:0 0 1.1em}.prose ul,.prose ol{padding-left:1.4em}.prose li+li{margin-top:.45em}.prose a{color:var(--accent);text-underline-offset:4px;transition:color var(--motion-control);text-decoration-color:currentColor;text-decoration-thickness:1px}.prose a:hover,.prose a:focus-visible{color:var(--text)}.prose code{color:var(--accent);font-family:var(--font-mono);font-size:.84em}.prose pre{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:2em 0;padding:22px 0;font-size:.84em;line-height:1.6;overflow-x:auto}.prose pre code{color:inherit}.prose blockquote{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted);margin:2em 0;padding:20px 0}.thought-aside{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:136px minmax(0,1fr);gap:24px;margin:2.2em 0;padding:20px 0;display:grid}.thought-aside__title{font-family:var(--font-mono);letter-spacing:.02em;margin-bottom:0;font-size:.68rem;font-weight:500}.thought-aside__content>:last-child{margin-bottom:0}.not-found{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);align-items:center;gap:clamp(56px,9vw,120px);min-height:calc(100vh - 254px);padding:72px 0 96px;display:grid}.not-found__visual{border-bottom:1px solid var(--line);place-items:center;min-height:390px;display:grid;position:relative}.not-found__visual:after{background:linear-gradient(var(--accent), var(--accent)) center / 1px 100% no-repeat, linear-gradient(var(--accent), var(--accent)) center / 100% 1px no-repeat;content:"";width:15px;height:15px;position:absolute;top:18%;right:12%}.not-found__code{font-family:var(--font-display);letter-spacing:-.075em;font-size:clamp(9rem,18vw,15rem);font-weight:420;line-height:.8;transform:translate(-.035em)}.not-found__content h1{font-family:var(--font-display);letter-spacing:-.035em;margin-bottom:22px;font-size:clamp(2.8rem,4.8vw,4.2rem);font-weight:420;line-height:1}.not-found__content>p:not(.section-marker){max-width:450px;color:var(--muted);margin-bottom:30px;line-height:1.7}.not-found__links{flex-wrap:wrap;gap:18px 28px;display:flex}.site-footer{border-top:1px solid var(--line);min-height:120px;color:var(--muted);justify-content:space-between;align-items:center;margin-top:24px;font-size:.8rem;display:flex}.site-footer p{margin:0}.footer-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px 22px;margin:0;padding:0;list-style:none;display:flex}.site-footer svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;width:14px}@media (width<=840px){.hero{grid-template-columns:1fr;gap:48px}.hero__aside{border-top:1px solid var(--line);border-left:0;max-width:560px;min-height:0;padding:24px 0 0}.project-card--compact .project-card__body{grid-template-columns:1fr;gap:20px}.project-card--compact .project-card__heading,.project-card--compact .project-card__technologies,.project-card--compact .project-card__body>p,.project-card--compact .project-card__links{grid-area:auto/1}.project-card--compact .project-card__body>p{padding-top:0}.project-card--with-media{grid-template-columns:1fr;gap:32px}.about-grid,.page-intro{grid-template-columns:1fr;gap:36px}.page-intro__copy{max-width:560px}}@media (width<=720px){.site-shell{width:min(calc(100% - 32px), var(--content-width))}.site-header{gap:18px;height:88px}.site-header ul{gap:18px}.theme-toggle{width:34px;height:34px}.hero{padding:80px 0 72px}.section{padding:64px 0}.section-heading{margin-bottom:32px}.project-card--detail .project-card__body{grid-template-columns:1fr;gap:20px}.project-card--detail .project-card__heading,.project-card--detail .project-card__technologies,.project-card--detail .project-card__links{grid-area:auto/1}.page-intro{padding-top:80px}.thought-preview{grid-template-columns:1fr;gap:18px}.thought-preview__meta{flex-direction:row;align-items:center;gap:18px;padding-top:0}.thought-post{padding-top:56px}.not-found{grid-template-columns:1fr;gap:40px;padding-top:40px}.not-found__visual{min-height:260px}.not-found__code{font-size:clamp(8rem,42vw,11rem)}}@media (width<=420px){.site-shell{width:min(calc(100% - 24px), var(--content-width))}.site-header{grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:14px 20px;height:auto;padding:17px 0 15px}.wordmark{grid-area:1/1}.site-header nav{grid-area:2/1/auto/-1;justify-self:start}.site-header ul{gap:22px}.site-header nav a{padding:5px 0;font-size:.86rem}.theme-toggle{grid-area:1/2}.hero{gap:40px;padding:64px 0}.hero h1,.page-intro h1{font-size:clamp(3rem,15vw,3.65rem)}.section{padding:56px 0}.section-heading{gap:18px;display:grid}.section-heading .text-link{justify-self:start}.project-card{padding:32px 0 36px}.project-card__heading{gap:16px}.about-grid{gap:24px}.page-intro{gap:28px;padding:64px 0 56px}.thought-list{padding-bottom:80px}.thought-preview{padding:32px 0 36px}.thought-post__header h1{font-size:clamp(3rem,15vw,3.8rem)}.thought-aside{grid-template-columns:1fr;gap:12px}.not-found{gap:32px}.not-found__visual{min-height:220px}.not-found__visual:after{top:12%;right:8%}.site-footer{flex-direction:column;align-items:flex-start;gap:22px;min-height:0;padding:28px 0}.footer-links{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
