:root{--color-bg:#0e1117;--color-bg-elevated:#1a2030;--color-text:#e8ecf0;--color-text-muted:rgba(232, 236, 240, 0.65);--color-accent:#5eb8c8;--color-accent-hover:#7ec8d6;--color-accent-muted:rgb(94 184 200 / 35%);--color-accent-secondary:#f0a500;--color-accent-secondary-muted:rgb(240 165 0 / 20%);--color-code-bg:#0a0d10;--color-border:rgba(232, 236, 240, 0.12);--font-sans:"Source Sans 3", "Segoe UI", system-ui, sans-serif;--font-serif:"Fraunces", "Georgia", "Times New Roman", serif;--font-mono:"JetBrains Mono", "Source Code Pro", ui-monospace, monospace;--measure:42rem;--measure-post:50rem;--page-gutter:clamp(1rem, 4vw, 2.5rem);--radius-sm:6px;--space-xs:0.35rem;--space-sm:0.75rem;--space-md:1.25rem;--space-lg:2rem;--focus-ring:0 0 0 2px var(--color-bg), 0 0 0 4px var(--color-accent)}.skip-link{position:absolute;left:-9999px;z-index:10000;padding:.5rem 1rem;background:var(--color-bg-elevated);color:var(--color-text);border-radius:var(--radius-sm);font-weight:600}.skip-link:focus{left:var(--space-sm);top:var(--space-sm);outline:none;box-shadow:var(--focus-ring)}*{margin:0;padding:0;box-sizing:border-box}html{background-color:var(--color-bg);font-family:"source sans 3",segoe ui,system-ui,sans-serif;font-size:16px;scroll-behavior:smooth}body.post-page{--measure:var(--measure-post)}body{font-size:17px;font-family:"source sans 3",segoe ui,system-ui,sans-serif;color:var(--color-text);line-height:1.65;letter-spacing:.02em;text-shadow:none;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;min-height:100vh;min-height:100dvh;opacity:1}.site-header{box-sizing:border-box;width:100%;margin:0;padding:var(--space-md)var(--page-gutter)var(--space-sm);display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:var(--space-sm);border-bottom:1px solid var(--color-border)}.site-header__title{font-family:fraunces,georgia,times new roman,serif;font-size:1.125rem;font-weight:600;font-variation-settings:"SOFT" 40,"WONK" .35;letter-spacing:.03em}.site-header__title a{color:var(--color-text);border-bottom:none;transition:.2s ease}.site-header__title a:hover{color:var(--color-accent-hover)}.site-header__title a:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.site-header__nav{display:flex;flex-wrap:wrap;gap:.35rem 1.15rem;font-size:.9375rem}.site-header__nav a{color:var(--color-text-muted);border-bottom:1px solid transparent;transition:.2s ease}.site-header__nav a:hover{color:var(--color-accent-hover);border-bottom-color:var(--color-accent-muted)}.site-header__nav a:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.site-header__group{position:relative;display:inline-flex}.site-header__group-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;margin:0;padding:0;font:inherit;font-size:.9375rem;line-height:inherit;color:var(--color-text-muted);cursor:pointer;display:inline-flex;align-items:baseline;gap:.25rem;border-bottom:1px solid transparent;transition:.2s ease}.site-header__group-toggle:hover{color:var(--color-accent-hover);border-bottom-color:var(--color-accent-muted)}.site-header__group-toggle:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.site-header__group.is-active .site-header__group-toggle{color:var(--color-accent-secondary);border-bottom-color:var(--color-accent-secondary-muted)}.site-header__caret{font-size:.7em;transition:.2s ease}.site-header__group:hover .site-header__caret,.site-header__group:focus-within .site-header__caret,.site-header__group.is-open .site-header__caret{transform:translateY(1px)rotate(180deg)}.site-header__submenu{position:absolute;top:100%;left:0;z-index:50;min-width:13rem;margin-top:.5rem;padding:.4rem 0;display:none;flex-direction:column;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-sm);box-shadow:0 8px 24px rgba(0,0,0,.35)}.site-header__submenu::before{content:"";position:absolute;bottom:100%;left:0;right:0;height:.5rem}.site-header__submenu a{display:block;padding:.4rem 1rem;font-size:.9375rem;color:var(--color-text-muted);border-bottom:none;white-space:nowrap;transition:.2s ease}.site-header__submenu a:hover{color:var(--color-accent-hover);background:rgba(255,255,255,4%)}.site-header__submenu a:focus-visible{outline:none;box-shadow:var(--focus-ring)}.site-header__submenu a[aria-current=page]{color:var(--color-accent-secondary)}.site-header__group:hover .site-header__submenu,.site-header__group:focus-within .site-header__submenu,.site-header__group.is-open .site-header__submenu{display:flex}@media screen and (max-width:736px){.site-header__group{flex-direction:column;align-items:flex-start}.site-header__caret{display:none}.site-header__submenu{position:static;display:flex;min-width:0;margin-top:.25rem;padding:0;background:0 0;border:none;box-shadow:none}.site-header__submenu::before{display:none}.site-header__submenu a{padding:.15rem 0 .15rem 1rem}}.site-footer{box-sizing:border-box;width:100%;margin:0;margin-top:auto;padding:var(--space-sm)var(--page-gutter)var(--space-md);display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-end;gap:var(--space-sm);border-top:1px solid var(--color-border)}.site-footer__cluster{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-end;gap:.35rem 1.15rem}.site-footer__meta{font-size:.875rem;color:var(--color-text-muted);white-space:nowrap;padding-left:1.15rem;border-left:1px solid var(--color-border)}.site-footer__nav{display:flex;flex-wrap:wrap;gap:.35rem 1.15rem;font-size:.9375rem}.site-footer__nav a{color:var(--color-text-muted);border-bottom:1px solid transparent;transition:.2s ease}.site-footer__nav a:hover{color:var(--color-accent-hover);border-bottom-color:var(--color-accent-muted)}.site-footer__nav a:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.site-footer__terminal{font-family:var(--font-mono);letter-spacing:0;opacity:.55;transition:.2s ease}.site-footer__terminal:hover{color:var(--color-accent-secondary);opacity:1;border-bottom-color:var(--color-accent-secondary-muted)}h1,h2,h3{font-family:fraunces,georgia,times new roman,serif;margin-bottom:.5em;color:var(--color-text);opacity:1}li{opacity:.95}li a{opacity:1}ul{list-style-type:none}p{display:inline}a{color:rgba(232,236,240,.58);text-decoration:none;border-bottom:2px solid var(--color-border);transition:.2s ease}a:hover{color:#5eb8c8;border-bottom-color:var(--color-accent-muted)}a:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:2px}a:active{color:var(--color-accent)}hr{margin:1rem 0;background-color:initial;width:100%;max-width:100%;margin-inline:0;border-style:solid;border-width:1px;border-color:var(--color-border);opacity:1}nav{margin:1em auto}.wrap{box-sizing:border-box;margin:0;width:100%;max-width:none;min-width:0;padding-left:var(--page-gutter);padding-right:var(--page-gutter)}.reading-column,main.wrap>nav.bottom-menu,.post-article{box-sizing:border-box;max-width:var(--measure);margin-inline:auto;width:100%}.post-index{width:100%;list-style:none;padding:0;margin:0}.post-index__row{display:grid;grid-template-columns:7.5rem 1fr;gap:var(--space-sm)var(--space-md);align-items:baseline;padding:var(--space-sm);margin:0 calc(-1 * var(--space-sm));border-bottom:1px solid var(--color-border);border-radius:var(--radius-sm);transition:.15s ease}.post-index__row:hover{background-color:rgb(94 184 200/6%);border-bottom-color:transparent}@media screen and (max-width:600px){.post-index__row{grid-template-columns:1fr;gap:.15rem}}.post-index__row--nodate{grid-template-columns:1fr}.post-index__date{font-size:.875rem;color:var(--color-text-muted);font-variant-numeric:tabular-nums;white-space:nowrap}.post-index__link{font-size:1.05rem;font-weight:500;border-bottom:none;color:var(--color-text);transition:.2s ease;border-radius:2px;margin:-.15rem -.25rem;padding:.15rem .25rem}.post-index__link:hover{color:var(--color-accent-hover);background-color:rgb(94 184 200/8%)}.post-index__link:focus-visible{outline:none;box-shadow:var(--focus-ring)}.posts-list__intro{width:100%;margin-bottom:var(--space-md)}.posts-list__intro p{display:block;margin-bottom:.75em;line-height:1.7;color:var(--color-text-muted)}.post-meta{font-size:.9rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:var(--space-md)}.post-meta__line{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem}.post-meta__tags{margin-top:var(--space-sm)}.post-article{min-width:0}.tag-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.35rem}.tag{background-color:initial;position:relative;bottom:0}.flex-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bottom-menu{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin-top:var(--space-lg);padding-bottom:var(--space-md);font-size:.9375rem;color:var(--color-text-muted)}.home-hero{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100dvh;min-height:100vh;min-height:100dvh;overflow:hidden;padding:var(--space-lg)var(--page-gutter)}.home-hero__content{position:relative;z-index:1;max-width:40rem;min-width:0}.home-hero__name{font-family:fraunces,georgia,times new roman,serif;font-size:clamp(3.5rem,8vw,6rem);font-weight:600;font-variation-settings:"SOFT" 100,"WONK" 1;line-height:1;letter-spacing:.01em;margin-bottom:var(--space-md);display:flex;flex-direction:column}.home-hero__name-first{color:var(--color-text)}.home-hero__name-last{color:var(--color-accent)}.home-hero__tagline{display:block;font-size:clamp(1rem,2vw,1.2rem);color:var(--color-text-muted);line-height:1.6;margin-bottom:var(--space-lg);max-width:32rem;margin-inline:auto}.home-hero__cta{display:flex;flex-wrap:wrap;gap:var(--space-sm);justify-content:center}.home-hero__scroll{position:fixed;bottom:max(var(--space-lg),env(safe-area-inset-bottom,0px));left:50%;transform:translateX(-50%);z-index:1;display:flex;flex-direction:column;align-items:center;gap:.35rem;text-decoration:none;color:var(--color-text-muted);transition:.35s ease;border-bottom:none}.home-hero__scroll:hover,.home-hero__scroll:focus-visible{color:var(--color-accent);border-bottom:none}.home-hero__scroll:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.home-hero__scroll.is-hidden{opacity:0;pointer-events:none;visibility:hidden}.home-hero__scroll-label{font-size:.85rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.home-hero__scroll-chevron{display:flex;color:var(--color-accent);animation:scroll-hint-bounce 1.8s ease-in-out infinite}@keyframes scroll-hint-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}@media(prefers-reduced-motion:reduce){.home-hero__scroll-chevron{animation:none}}.home-hero__tags{position:absolute;inset:0;z-index:0}.tech-tag{position:absolute;left:var(--x,50%);top:var(--y,50%);font-family:var(--font-mono);white-space:nowrap;pointer-events:none;line-height:1;animation:tag-drift var(--drift-dur,16s)var(--drift-delay,0s)ease-in-out infinite alternate,tag-fade var(--fade-dur,12s)var(--fade-delay,0s)ease-in-out infinite alternate}.tech-tag--1{font-size:.75rem;color:var(--color-text-muted)}.tech-tag--2{font-size:.95rem;color:var(--color-text-muted)}.tech-tag--3{font-size:1.15rem;color:rgba(94,184,200,.7)}.tech-tag--4{font-size:1.4rem;color:var(--color-accent)}.tech-tag__bracket{color:var(--color-accent);opacity:.4}@keyframes tag-drift{from{transform:translate(0,0)}to{transform:translate(var(--dx,20px),var(--dy,20px))}}@keyframes tag-fade{from{opacity:.15}to{opacity:.85}}@media(prefers-reduced-motion:reduce){.tech-tag{animation:none;opacity:.5}}.btn{display:inline-flex;align-items:center;padding:.65rem 1.4rem;border-radius:var(--radius-sm);font-family:"source sans 3",segoe ui,system-ui,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;border-bottom:none;transition:.2s ease}.btn:focus-visible{outline:none;box-shadow:var(--focus-ring)}.btn--primary{background-color:var(--color-accent);color:var(--color-bg)}.btn--primary:hover{background-color:var(--color-accent-hover);color:var(--color-bg);border-bottom:none}.btn--primary:active{background-color:var(--color-accent);color:var(--color-bg);border-bottom:none}.btn--secondary{background-color:initial;color:var(--color-text);border:1px solid var(--color-border)}.btn--secondary:hover{border-color:var(--color-accent-muted);color:var(--color-accent-hover);border-bottom:none}.btn--secondary:active{color:var(--color-accent);border-color:var(--color-accent);border-bottom:none}#splash{min-height:100vh;min-height:100dvh;justify-content:center;align-items:center;text-align:center;padding:var(--space-lg)var(--space-md)}.big-link{font-family:fraunces,georgia,times new roman,serif;font-size:clamp(1.65rem,4vw,2.75rem);font-weight:500;font-variation-settings:"SOFT" 50,"WONK" .5;margin-bottom:1.35rem;line-height:1.25;letter-spacing:.02em;color:var(--color-text);border-bottom:2px solid transparent;text-decoration:none;transition:.2s ease}.big-link:hover{color:var(--color-accent-hover);border-bottom-color:var(--color-accent-muted)}.big-link:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}#title{margin-top:3rem;font-family:fraunces,georgia,times new roman,serif;font-size:2rem;line-height:3rem;margin-bottom:2rem}article{width:100%;max-width:var(--measure);margin-inline:auto;line-height:1.75;letter-spacing:.01em;min-width:0;box-sizing:border-box}article h1,article h2,article h3{font-family:fraunces,georgia,times new roman,serif;font-weight:600;font-variation-settings:"SOFT" 40,"WONK" .35;margin:1.35em 0 .5em;text-align:left;line-height:1.25;letter-spacing:.01em;color:var(--color-text);opacity:1}article .anchor-link>a{border-bottom:none;color:#e8ecf0}article .anchor-link>a:hover>.pilcrow{display:inline}article span.pilcrow{display:none}article p{display:block;margin-bottom:1em;line-height:1.75;letter-spacing:.01em;color:var(--color-text)}article .highlight{width:100%;max-width:100%;box-sizing:border-box;overflow-x:auto}article pre{line-height:1.6;border-radius:var(--radius-sm);padding:1rem 1.1rem;overflow-x:auto;background-color:#0a0d10;border:1px solid var(--color-border);width:100%;max-width:100%;box-sizing:border-box;margin-bottom:1em}article pre>code{border:none;background:0 0;padding:0;white-space:pre}article code{font-size:.9em;font-family:var(--font-mono);padding:.12em .35em;border-radius:4px;border:1px solid var(--color-border);background-color:var(--color-bg-elevated)}article img{width:100%;max-width:100%;height:auto;display:block;margin:2rem auto;opacity:1;border-radius:var(--radius-sm);-o-object-fit:contain;object-fit:contain}article blockquote{border-left:3px solid var(--color-accent);background-color:var(--color-bg-elevated);color:var(--color-text);padding:1.15rem 1.35rem;margin:1.75rem 0;border-radius:0 var(--radius-sm)var(--radius-sm)0}article blockquote a{color:var(--color-accent-hover);border-bottom-color:var(--color-accent-muted)}article blockquote ul{margin-top:.75rem}article blockquote li{list-style:disc}article table{width:100%;max-width:100%;border-collapse:collapse;margin:1rem 0;font-size:.95rem;table-layout:auto}article table th{font-size:.9rem;font-weight:600}article table td,article table th{padding:.5rem .65rem;text-align:left;border:1px solid var(--color-border)}article li{line-height:1.7;padding-left:.4rem}article li:last-child{margin-bottom:1rem}article ul{list-style:disc outside;padding-left:1.35rem}article ol{list-style:decimal outside;padding-left:1.35rem}article .gist{max-width:100%;overflow-x:auto}article .gist td,article .gist th{text-align:left;border:0}article .gist .gist-meta{background-color:initial;color:#e8ecf0}article .gist .gist-meta a{color:#e8ecf0}article.article--wide{max-width:100%}article.article--wide div{width:100%;height:100%;margin-bottom:1em}.tag{padding:.25em 0;margin-right:.5em;opacity:.85}.tag a{border-bottom:1px solid var(--color-border);transition:.2s ease}.tag a:hover{border-bottom-color:var(--color-accent)}.grid{margin:1em auto;display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-auto-rows:400px}@media screen and (max-width:736px){.grid{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}}.grid.keep-aspect-ratio{grid-auto-rows:auto;place-items:start}.grid>div{background-color:initial;overflow:hidden}.grid>div>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;opacity:1}.grid>div>a{border-bottom:none}.grid>div>a>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;opacity:1}.video{position:fixed;z-index:-2;-o-object-fit:cover;object-fit:cover;pointer-events:none}#overlay{position:fixed;height:100%;width:100%;top:0;left:0;z-index:-1;pointer-events:none}@media(min-aspect-ratio:16/9){.video{width:100%;height:auto}}@media(max-aspect-ratio:16/9){.video{width:auto;height:100%}}.pull-quote{display:block;font-family:fraunces,georgia,times new roman,serif;font-size:clamp(1.15rem,2.5vw,1.4rem);font-weight:500;font-variation-settings:"SOFT" 60,"WONK" .5;font-style:italic;color:var(--color-text);line-height:1.5;text-align:center;max-width:36rem;margin:var(--space-lg)auto;padding:var(--space-md)var(--space-lg);border-top:1px solid var(--color-accent-muted);border-bottom:1px solid var(--color-accent-muted)}.post-image{margin:2rem auto;max-width:100%}.post-image__trigger{display:block;width:100%;padding:0;border:none;background:0 0;cursor:zoom-in;border-radius:var(--radius-sm)}.post-image__trigger:focus-visible{outline:none;box-shadow:var(--focus-ring)}.post-image__trigger img{margin:0}.post-image-lightbox{padding:0;border:none;max-width:none;max-height:none;width:100vw;height:100vh;background:0 0}.post-image-lightbox::backdrop{background:rgb(0 0 0/85%)}.post-image-lightbox__img{display:block;max-width:95vw;max-height:90vh;margin:auto;-o-object-fit:contain;object-fit:contain;border-radius:var(--radius-sm)}.post-image-lightbox__close{position:fixed;top:1rem;right:1rem;z-index:1;color:var(--color-text-muted,rgba(232,236,240,.68));font-size:2rem;line-height:1;cursor:pointer;border:none;background:0 0;padding:.25rem .5rem}.post-image-lightbox__close:hover,.post-image-lightbox__close:focus{color:var(--color-accent-hover,#7ec8d6)}.post-image-lightbox__close:focus-visible{outline:none;box-shadow:var(--focus-ring)}.post-article article{max-width:none;margin-inline:0;min-width:0;overflow-x:auto;box-sizing:border-box}.go-left{justify-content:flex-start;align-items:flex-start}.go-right{justify-content:flex-end;align-items:flex-end}.go-center{justify-content:center;align-items:center}.home-featured{padding:6rem var(--page-gutter);border-top:1px solid var(--color-border)}@media screen and (max-width:900px){.home-featured{padding:3.5rem var(--page-gutter)}}.home-featured__inner{max-width:var(--measure);margin-inline:auto;width:100%}.home-featured__heading{font-family:fraunces,georgia,times new roman,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;font-variation-settings:"SOFT" 60,"WONK" .5;color:var(--color-text);margin-bottom:var(--space-lg)}.home-featured__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}@media screen and (max-width:900px){.home-featured__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.home-featured__grid{grid-template-columns:1fr}}.featured-card{background-color:var(--color-bg-elevated);border-radius:var(--radius-sm);border-left:3px solid var(--color-accent);padding:1.5rem;transition:.2s ease}.featured-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(94,184,200,.12)}.featured-card__date{display:block;font-size:.8rem;color:var(--color-text-muted);margin-bottom:var(--space-xs)}.featured-card__title{font-family:fraunces,georgia,times new roman,serif;font-size:1.1rem;font-weight:600;font-variation-settings:"SOFT" 40,"WONK" .35;line-height:1.3;margin-bottom:var(--space-sm);margin-top:0}.featured-card__link{color:var(--color-text);border-bottom:none;transition:.2s ease}.featured-card__link:hover{color:var(--color-accent-hover)}.featured-card__link:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.featured-card__excerpt{display:block;font-size:.9rem;color:var(--color-text-muted);line-height:1.6;margin:0}.home-projects{padding:6rem var(--page-gutter);border-top:1px solid var(--color-border)}@media screen and (max-width:900px){.home-projects{padding:3.5rem var(--page-gutter)}}.home-projects__inner{max-width:var(--measure);margin-inline:auto;width:100%}.home-projects__heading{font-family:fraunces,georgia,times new roman,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;font-variation-settings:"SOFT" 60,"WONK" .5;color:var(--color-text);margin-bottom:var(--space-xs)}.home-projects__intro{color:var(--color-text-muted);font-size:.95rem;line-height:1.6;margin:0 0 var(--space-lg);max-width:36rem}.home-projects__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}@media screen and (max-width:900px){.home-projects__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.home-projects__grid{grid-template-columns:1fr}}.project-card{position:relative;display:flex;flex-direction:column;background-color:var(--color-bg-elevated);border-radius:var(--radius-sm);border-left:3px solid var(--color-accent-secondary);padding:1.5rem;transition:.2s ease}.project-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(94,184,200,.12)}.project-card__badge{align-self:flex-start;font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--color-accent-secondary);border:1px solid var(--color-accent-secondary-muted);border-radius:999px;padding:.15rem .55rem;margin-bottom:var(--space-sm)}.project-card__title{font-family:fraunces,georgia,times new roman,serif;font-size:1.1rem;font-weight:600;font-variation-settings:"SOFT" 40,"WONK" .35;line-height:1.3;margin:0 0 var(--space-sm)}.project-card__link{color:var(--color-text);border-bottom:none;transition:.2s ease}.project-card__link:hover{color:var(--color-accent-hover)}.project-card__link:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.project-card__external{font-size:.85em;color:var(--color-accent-secondary);margin-left:.15em}.project-card__excerpt{font-size:.9rem;color:var(--color-text-muted);line-height:1.6;margin:0 0 var(--space-sm)}.project-card__tags{list-style:none;padding:0;margin:0 0 var(--space-sm);display:flex;flex-wrap:wrap;align-items:flex-start;gap:.4rem}.project-card__tag{font-size:.7rem;font-weight:500;line-height:1.4;color:var(--color-text-muted);background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:999px;padding:.15rem .55rem;white-space:nowrap}.project-card__post{margin-top:auto;font-size:.85rem;color:var(--color-accent);border-bottom:1px solid var(--color-accent-muted);align-self:flex-start;transition:.2s ease}.project-card__post:hover{color:var(--color-accent-hover);border-bottom-color:var(--color-accent)}.project-card__post:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.project-card__posts{margin-top:auto;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .9rem}.project-card__posts .project-card__post{margin-top:0}.projects-main{display:block}.projects-header{padding:4rem var(--page-gutter)2rem;border-bottom:1px solid var(--color-border)}@media screen and (max-width:900px){.projects-header{padding:2.5rem var(--page-gutter)1.5rem}}.projects-header__inner{max-width:var(--measure);margin-inline:auto;width:100%}.projects-header__title{font-family:fraunces,georgia,times new roman,serif;font-size:clamp(2rem,5vw,3rem);font-weight:600;font-variation-settings:"SOFT" 60,"WONK" .5;margin:0 0 var(--space-sm);color:var(--color-text)}.projects-header__lead{color:var(--color-text-muted);font-size:1.05rem;line-height:1.6;max-width:38rem;margin:0}.projects-list{padding:3rem var(--page-gutter)6rem}@media screen and (max-width:900px){.projects-list{padding:2rem var(--page-gutter)3.5rem}}.projects-list__inner{max-width:var(--measure);margin-inline:auto;width:100%}.projects-list__empty{color:var(--color-text-muted);font-style:italic;text-align:center;padding:3rem 0}.home-about{padding:6rem var(--page-gutter);border-top:1px solid var(--color-border)}@media screen and (max-width:900px){.home-about{padding:3.5rem var(--page-gutter)}}.home-about__inner{max-width:38rem;margin-inline:auto;text-align:center}.home-about__blurb{display:block;font-size:1.1rem;line-height:1.75;color:var(--color-text-muted);margin-bottom:var(--space-lg)}.home-about__links{display:flex;gap:var(--space-md);justify-content:center;flex-wrap:wrap}.home-about__cta{color:var(--color-accent);border-bottom:1px solid var(--color-accent-muted);font-weight:500;transition:.2s ease}.home-about__cta:hover{color:var(--color-accent-hover);border-bottom-color:var(--color-accent)}.home-about__cta:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.page-stripe{height:3px;width:100%;background:linear-gradient(90deg,var(--color-accent) 0%,var(--color-accent-secondary) 100%)}.site-header__nav a[aria-current=page],.site-footer__nav a[aria-current=page]{color:var(--color-accent-secondary);border-bottom:1px solid var(--color-accent-secondary-muted)}.posts-list__header{padding-top:var(--space-lg);padding-bottom:var(--space-md)}.posts-list__title{font-family:fraunces,georgia,times new roman,serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;font-variation-settings:"SOFT" 60,"WONK" .5;line-height:1.15;margin-bottom:var(--space-sm);color:var(--color-text)}.posts-list__subtitle{display:block;font-size:1rem;color:var(--color-text-muted);margin-bottom:0}.post-header{padding-top:var(--space-lg);padding-bottom:0}.post-title{font-family:fraunces,georgia,times new roman,serif;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:600;font-variation-settings:"SOFT" 60,"WONK" .5;line-height:1.2;margin-bottom:var(--space-sm);color:var(--color-text)}