:root{--bg: #fbfbfb;--text: #666666;--ink: #262626;--ink-strong: #171717;--muted: #737373;--faint: #a3a3a3;--accent: #0F4BF1;--accent-hover: #0a2f94;--surface: #e5e5e5;--surface-2: #f5f5f5;--border: #ddd;--font-sans: "Geist", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-serif: "Instrument Serif", Georgia, serif;--radius-control: 3px;--radius-headshot: 8px;--radius-thumb: 4px;--radius-profile: 6px;--content-max: 640px;--section-gap: 64px;--section-gap-mobile: 40px}html{background-color:var(--bg);box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-family:var(--font-sans);font-size:14px;color:var(--text);line-height:1;background-color:var(--bg)}#page{display:flex;flex-direction:column;min-height:100vh}img{max-width:100%;height:auto}a{color:var(--accent);text-decoration:none;transition:.2s}a:active,a:hover{color:var(--accent-hover)}h1,h2,h3,h4,h5,h6{margin:0;font-weight:500;color:var(--ink)}h1{font-size:32px;line-height:1.4}h2,h3,h4,h5,h6{line-height:1.6em}h2{font-size:24px}h3{font-size:22px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}p{margin:0;line-height:1.6em}input,select,textarea,button{font:inherit;font-family:var(--font-sans)}input{color:var(--text);border:1px solid var(--border)}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}a .arrow{display:inline-block;transition:transform .2s ease}a:hover .arrow,a:focus-visible .arrow{transform:translate(4px)}html.js .reveal{opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}html.js .reveal.is-visible{opacity:1;transform:none}.homepage-content>.reveal:nth-child(1){transition-delay:0s}.homepage-content>.reveal:nth-child(2){transition-delay:.04s}.homepage-content>.reveal:nth-child(3){transition-delay:.08s}.homepage-content>.reveal:nth-child(4){transition-delay:.12s}.homepage-content>.reveal:nth-child(5){transition-delay:.16s}.homepage-content>.reveal:nth-child(6){transition-delay:.2s}.btn,.button{background:var(--ink);padding:12px 24px!important;font-weight:600;border:none!important;border-radius:var(--radius-control);color:#fff;line-height:1;display:inline-block}.btn:hover,.button:hover{color:#fff;background-color:var(--text)}.site-header{padding:0 30px;margin-bottom:60px}.header-inner{display:flex;padding-top:20px}.site-branding{display:flex;align-items:center;justify-content:space-between;width:100%}.site-title{line-height:0;margin:0}.site-title img{width:auto;height:24px;display:block}.main-navigation,.menu-header-menu-container{display:inline}.main-navigation ul{display:inline-block;list-style:none;margin:0;padding:0}.main-navigation ul li{display:inline;margin-right:20px;font-size:14px;font-weight:600}.main-navigation ul li a{color:var(--muted)}.main-navigation ul li a:active,.main-navigation ul li a:hover{color:var(--accent)}.homepage-content{flex:1;padding:0 30px;max-width:var(--content-max);margin:0 auto}.section{margin-bottom:var(--section-gap)}.about{margin-top:40px;max-width:650px}.about .about-headshot{display:block;width:132px;border-radius:var(--radius-headshot);margin-bottom:15px;transition:transform .3s ease}.about .about-headshot:hover{transform:scale(1.02)}.about h1{color:var(--ink-strong);font-family:var(--font-serif);font-weight:400!important;font-size:27px;line-height:1.28;letter-spacing:-.01em;padding-bottom:10px}.about .bio-bold{color:inherit;font-weight:inherit}.about p{font-size:15px;color:var(--text)}.newsletter{max-width:500px;margin-top:40px}.newsletter form{margin-top:20px}.email form{margin-bottom:14px}.newsletter input,.newsletter select,.newsletter textarea{width:250px;background-color:var(--surface);border:none;border-radius:var(--radius-control);padding:11px 15px;color:var(--ink)}.newsletter input::placeholder,.newsletter select::placeholder,.newsletter textarea::placeholder{color:var(--muted)}.newsletter button{margin-left:5px;background-color:var(--ink);padding:12px 24px;font-weight:600;border:none;border-radius:var(--radius-control);color:#fff;line-height:1;display:inline-block;transition:background-color .2s ease,transform .2s ease}.newsletter button:hover{color:#fff;background-color:var(--text);transform:translateY(-1px)}.newsletter button:active{transform:translateY(1px)}.newsletter button:disabled{cursor:wait;opacity:.7;transform:none}.newsletter-status{min-height:1.6em;margin:8px 0 0;font-size:13px;color:var(--muted)}.newsletter-status[data-status=success]{color:var(--ink-strong)}.newsletter-status[data-status=error]{color:var(--accent-hover)}a.read-previous-newsletter{display:inline-block;color:var(--ink-strong);font-weight:600}a.read-previous-newsletter:hover{color:var(--accent)}.work,.other-stuff{margin-bottom:70px;max-width:650px;color:var(--muted)}.work a,.other-stuff a{color:var(--ink-strong);transition:.2s}.work a:active,.work a:hover,.other-stuff a:active,.other-stuff a:hover{color:var(--accent)}.section-title{font-family:var(--font-sans);font-size:12px;color:var(--muted);font-weight:600;margin-bottom:30px}.work-item{margin-bottom:30px}.work-item h5{margin-bottom:5px}.homepage-blog,.posts-list{max-width:650px}.posts-list .post-item{margin-bottom:25px}.posts-list .post-content h5{margin-bottom:5px}.posts-list .post-content h5 a{color:var(--ink-strong)}.posts-list .post-content h5 a:hover{color:var(--accent)}.posts-list .post-content .post-excerpt{color:var(--muted)}.posts-list .post-content .post-excerpt p{margin:0;font-size:14px;color:var(--muted)}.more-blog a{color:var(--ink);font-weight:600}.more-blog a:hover{color:var(--accent)}.writing-page{flex:1;width:100%;max-width:var(--content-max);margin:0 auto 80px;padding:0 30px}.article-page{flex:1;width:100%;max-width:1040px;margin:0 auto 90px;padding:0 30px}.article-grid{display:grid;grid-template-columns:minmax(0,660px) 260px;gap:0 48px;align-items:start}.article-main,.article-body{grid-column:1}.article-sidebar{grid-column:2;grid-row:1 / span 2;padding-top:112px}.back-link{display:inline-block;margin:40px 0 30px;color:var(--ink-strong);font-weight:600}.back-link:hover{color:var(--accent)}.article-header{margin-bottom:24px}.article-header h1{font-family:var(--font-serif);font-size:clamp(40px,5vw,56px);font-weight:400;line-height:1.04;letter-spacing:-.02em;color:var(--ink-strong);margin-bottom:14px}.article-header time{color:var(--faint);font-size:13px}.article-cover{display:block;width:100%;max-height:360px;border-radius:var(--radius-headshot);margin-bottom:34px;object-fit:cover}.author-card{margin-bottom:34px}.author-card img{display:block;width:72px;height:72px;border-radius:var(--radius-headshot);object-fit:cover;margin-bottom:16px}.author-card h2,.more-writing h2{font-family:var(--font-serif);font-size:22px;font-weight:400;line-height:1.15;color:var(--ink-strong);margin-bottom:8px}.author-card p{font-size:14px;line-height:1.6;color:var(--muted)}.more-writing ul{list-style:none;margin:14px 0 0;padding:0}.more-writing li{border-top:1px solid var(--border);padding:12px 0}.more-writing a{font-size:14px;line-height:1.35;color:var(--muted)}.more-writing a:hover{color:var(--accent)}.article-prose{color:var(--text)}.article-prose h2,.article-prose h3{color:var(--ink-strong);margin:42px 0 14px;line-height:1.25}.article-prose h2{font-family:var(--font-serif);font-size:30px;font-weight:400}.article-prose h3{font-size:21px;font-weight:600}.article-prose p,.article-prose ul,.article-prose ol,.article-prose blockquote{margin:0 0 22px}.article-prose p,.article-prose li{font-size:16px;line-height:1.8}.article-prose ul,.article-prose ol{padding-left:22px}.article-prose li+li{margin-top:8px}.article-prose a{font-weight:600}.article-prose blockquote{border-left:2px solid var(--border);padding-left:18px;color:var(--muted)}.writing-list{max-width:650px;margin-top:40px}.homepage-footer{margin-bottom:60px}.homepage-footer .elsewhere{margin-bottom:40px}.homepage-footer .elsewhere .btn{background-color:var(--surface-2);color:var(--text);margin-right:10px;margin-bottom:10px;font-size:13px;font-weight:500;padding:8px 12px 9px!important}.homepage-footer .elsewhere .btn img{height:10px;width:auto;margin-right:1px;vertical-align:middle}.homepage-footer .elsewhere .btn:hover{background-color:var(--surface);color:var(--ink-strong)}.homepage-footer .footer-contact{margin-bottom:12px;font-size:13px;color:var(--muted)}.homepage-footer .footer-contact a{color:var(--ink-strong);font-weight:600}.homepage-footer .footer-contact a:hover{color:var(--accent)}.homepage-footer .footer-bottom{display:flex;gap:14px;align-items:center;justify-content:space-between;color:var(--faint);font-size:13px}.homepage-footer .copyright,.homepage-footer .footer-work-link{color:inherit;font-size:inherit}.homepage-footer .footer-work-link:hover{color:var(--muted)}.main-navigation,.newsletter,.work-item,.homepage-blog,.homepage-footer{font-family:var(--font-sans)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;transition:none!important}}@media all and (max-width:767px){.site-header,.homepage-content,.article-page,.writing-page{padding-left:20px;padding-right:20px}.main-navigation ul{margin:0;padding:0}.main-navigation ul li{margin-right:15px}.main-navigation ul li:last-child{margin-right:0}h1{font-size:28px}h2{font-size:24px}h3{font-size:20px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}h1,h2,h3,h4,h5,h6{line-height:1.4em}.section{margin-bottom:var(--section-gap-mobile)}.about h1{font-size:24px;line-height:1.3}.article-grid{display:block}.article-page{margin-bottom:70px}.back-link{margin:24px 0}.article-header{margin-bottom:20px}.article-header h1{font-size:38px;line-height:1.08em}.article-cover{max-height:320px;margin-bottom:24px}.article-sidebar{padding-top:0;margin-bottom:28px}.more-writing{display:none}.article-prose h2{font-size:26px}.article-prose p,.article-prose li{font-size:15px}.section-title{margin-bottom:20px}.work,.other-stuff{margin-bottom:40px}.newsletter input,.newsletter button{width:100%;margin-left:0;margin-bottom:10px}}#page-loader[data-astro-cid-5hce7sga]{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#fbfbfb;opacity:1;pointer-events:auto;transition:opacity .5s ease,visibility .5s ease}#page-loader[data-astro-cid-5hce7sga].is-hidden{opacity:0;visibility:hidden;pointer-events:none}.loader-inner[data-astro-cid-5hce7sga]{position:relative;width:78px;height:78px;display:flex;align-items:center;justify-content:center}.loader-ring[data-astro-cid-5hce7sga]{position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 90deg,#366eca00 0deg 250deg,#366eca59 320deg,#366eca 360deg);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 2.5px),#000 calc(100% - 2.5px));mask:radial-gradient(farthest-side,transparent calc(100% - 2.5px),#000 calc(100% - 2.5px));animation:loader-spin .85s linear infinite}.page-loader-mark[data-astro-cid-5hce7sga]{display:block;transform-origin:center;animation:loader-breathe 1.5s ease-in-out infinite}@keyframes loader-spin{to{transform:rotate(360deg)}}@keyframes loader-breathe{0%,to{opacity:.85;transform:scale(.94)}50%{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.loader-ring[data-astro-cid-5hce7sga]{animation:none;background:none;border:2.5px solid rgba(54,110,202,.25)}.page-loader-mark[data-astro-cid-5hce7sga]{animation:none}}
