:root{--paper: #fff;--paper-deep: #f6f6f6;--ink: #000;--muted: #5c5c5c;--faint: #8c8c8c;--line: rgba(0, 0, 0, .12);--line-strong: rgba(0, 0, 0, .24);--accent: #000;--serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;--sans: "Helvetica Neue", Helvetica, Arial, sans-serif;--mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.5;text-transform:lowercase;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}::selection{background:var(--accent);color:var(--paper)}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}img{display:block;max-width:100%}code,pre{text-transform:none}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.skip-link{position:fixed;top:12px;left:12px;z-index:100;padding:10px 14px;transform:translateY(-160%);background:var(--ink);color:var(--paper);font-size:13px;transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}.site-shell{position:relative;min-height:100vh;isolation:isolate}.page-frame{width:min(1120px,calc(100% - 64px));margin:0 auto}.site-header{display:flex;align-items:center;justify-content:space-between;height:76px;border-bottom:1px solid var(--line);font-size:13px}.wordmark{display:inline-flex;align-items:baseline;gap:4px;font-family:var(--mono);font-size:12px;font-weight:500;letter-spacing:-.04em}.wordmark-lead,.wordmark-tail{display:inline-block;backface-visibility:hidden;transition:opacity .18s ease,transform .32s cubic-bezier(.2,.8,.2,1)}.wordmark-lead{transform-origin:right bottom}.wordmark-tail{position:relative;transform-origin:center bottom}.wordmark-tail:after{position:absolute;right:0;bottom:-4px;left:0;height:1px;transform:scaleX(0);transform-origin:right;background:currentColor;content:"";opacity:0;transition:opacity .18s ease,transform .32s cubic-bezier(.2,.8,.2,1)}.wordmark--hello:is(:hover,:focus-visible) .wordmark-lead{transform:translate(-1px,1px) rotate(-4deg)}.wordmark--hello:is(:hover,:focus-visible) .wordmark-tail{animation:wordmark-hello .52s cubic-bezier(.2,.8,.2,1)}.wordmark--hello:is(:hover,:focus-visible) .wordmark-tail:after{transform:scaleX(1);transform-origin:left;opacity:1}.wordmark--notes .wordmark-tail:after{inset:1px -5px auto auto;width:1px;height:11px;transform:scaleY(1);transition:none}.wordmark--notes:is(:hover,:focus-visible) .wordmark-lead{transform:translate(-1px)}.wordmark--notes:is(:hover,:focus-visible) .wordmark-tail{transform:translate(2px)}.wordmark--notes:is(:hover,:focus-visible) .wordmark-tail:after{animation:wordmark-caret .72s steps(1,end)}.wordmark--read:is(:hover,:focus-visible) .wordmark-lead{transform:translate(-1px)}.wordmark--read:is(:hover,:focus-visible) .wordmark-tail{animation:wordmark-page-turn .56s ease-out}.wordmark--travel:is(:hover,:focus-visible) .wordmark-lead{animation:wordmark-drift-left .62s ease-in-out}.wordmark--travel:is(:hover,:focus-visible) .wordmark-tail{animation:wordmark-drift-right .62s ease-in-out}.wordmark--hola:is(:hover,:focus-visible) .wordmark-lead{animation:wordmark-wave .56s ease-in-out}.wordmark--hola:is(:hover,:focus-visible) .wordmark-tail{animation:wordmark-wave .56s 70ms ease-in-out}@keyframes wordmark-hello{0%,to{transform:translateY(0) rotate(0)}38%{transform:translateY(-3px) rotate(3deg)}68%{transform:translateY(1px) rotate(-1deg)}}@keyframes wordmark-caret{0%,32%,66%{opacity:1}33%,65%,to{opacity:0}}@keyframes wordmark-page-turn{0%,to{transform:perspective(60px) rotateY(0) translate(0)}45%{transform:perspective(60px) rotateY(-24deg) translate(2px)}}@keyframes wordmark-drift-left{0%,to{transform:translate(0) rotate(0)}45%{transform:translate(-3px,-1px) rotate(-2deg)}72%{transform:translate(-1px,1px) rotate(1deg)}}@keyframes wordmark-drift-right{0%,to{transform:translate(0) rotate(0)}45%{transform:translate(4px,1px) rotate(2deg)}72%{transform:translate(1px,-1px) rotate(-1deg)}}@keyframes wordmark-wave{0%,to{transform:translateY(0) rotate(0)}35%{transform:translateY(-3px) rotate(-3deg)}68%{transform:translateY(1px) rotate(2deg)}}.site-nav{display:flex;align-items:center;gap:clamp(18px,2.5vw,32px);color:var(--muted)}.site-nav a{position:relative;transition:color .18s ease}.site-nav a:after{position:absolute;right:0;bottom:-5px;left:0;height:1px;transform:scaleX(0);transform-origin:right;background:currentColor;content:"";transition:transform .22s ease}.site-nav a:hover,.site-nav a:focus-visible{color:var(--ink)}.site-nav a:hover:after,.site-nav a:focus-visible:after{transform:scaleX(1);transform-origin:left}.resume-link{display:inline-flex;align-items:center}.resume-icon{display:grid;width:0;height:17px;flex:0 0 auto;place-items:center;overflow:visible;opacity:0;transform:translateY(4px) scale(.76) rotate(-7deg);transform-origin:center bottom;transition:width .38s cubic-bezier(.16,1,.3,1),margin-right .38s cubic-bezier(.16,1,.3,1),opacity .18s ease,transform .42s cubic-bezier(.16,1.2,.3,1)}.resume-icon svg{width:15px;height:17px;overflow:visible;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.15}.resume-sheet,.resume-fold,.resume-lines{stroke-dasharray:48;stroke-dashoffset:48}.resume-sheet{transition:stroke-dashoffset .36s .12s ease-in}.resume-fold{transition:stroke-dashoffset .26s 60ms ease-in}.resume-lines{transition:stroke-dashoffset .3s ease-in}.resume-link:hover .resume-icon,.resume-link:focus-visible .resume-icon{width:15px;margin-right:6px;opacity:1;transform:translateY(0) scale(1) rotate(0)}.resume-link:hover .resume-sheet,.resume-link:focus-visible .resume-sheet{stroke-dashoffset:0;transition-delay:0ms}.resume-link:hover .resume-fold,.resume-link:focus-visible .resume-fold{stroke-dashoffset:0;transition-delay:.12s}.resume-link:hover .resume-lines,.resume-link:focus-visible .resume-lines{stroke-dashoffset:0;transition-delay:.19s}.profile{display:grid;min-height:440px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:clamp(40px,7vw,96px);padding:96px 0 72px;border-bottom:1px solid var(--line-strong)}.profile-name{margin:0;font-size:clamp(64px,9vw,112px);font-weight:500;letter-spacing:-.075em;line-height:.88}.profile-meta{display:flex;align-items:center;justify-content:flex-end;gap:22px;margin:0 0 2px;color:var(--faint);font-size:12px;line-height:1.4;white-space:nowrap}.profile-location{display:inline-flex;align-items:center;cursor:default}.location-bridge{display:grid;width:0;place-items:center;overflow:hidden;color:#f04a00;opacity:0;transform:translate(-9px);transition:width .3s cubic-bezier(.2,.8,.2,1),margin-right .3s cubic-bezier(.2,.8,.2,1),opacity .16s ease,transform .34s cubic-bezier(.16,1,.3,1)}.location-bridge svg{width:27px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.25}.profile-location:hover .location-bridge,.profile-location:active .location-bridge{width:27px;margin-right:7px;opacity:1;transform:translate(0)}.profile-meta a{position:relative;display:inline-flex;padding-left:22px;color:var(--muted);transition:color .18s ease,transform .18s ease}.profile-email{--email-indent: 22px}.profile-meta .profile-email{transition:color .28s ease,transform .42s cubic-bezier(.22,1,.36,1)}.profile-email-copy{position:relative;display:grid;width:max-content;max-width:29px;height:1.4em;overflow:hidden;transition:max-width .62s cubic-bezier(.22,1,.36,1)}.profile-email-label,.profile-email-address{grid-area:1 / 1;display:block;white-space:nowrap;transition:opacity .36s ease,transform .52s cubic-bezier(.22,1,.36,1)}.profile-email-address{width:max-content;opacity:0;transform:translate(9px)}.profile-email:hover .profile-email-copy,.profile-email:focus-visible .profile-email-copy{max-width:220px}.profile-email:hover .profile-email-label,.profile-email:focus-visible .profile-email-label{opacity:0;transform:translate(-7px)}.profile-email:hover .profile-email-address,.profile-email:focus-visible .profile-email-address{opacity:1;transform:translate(0)}.profile-meta a:before{position:absolute;top:50%;left:0;width:1px;height:14px;transform:translateY(-50%) scaleY(.65);background:var(--line-strong);content:"";transition:background-color .18s ease,transform .18s ease}.profile-meta a:after{position:absolute;right:0;bottom:-4px;left:22px;height:1px;transform:scaleX(0);transform-origin:right;background:var(--ink);content:"";opacity:0;transition:opacity .18s ease,transform .22s ease}.profile-meta a:hover,.profile-meta a:focus-visible{transform:translateY(-1px);color:var(--ink)}.profile-meta a:hover:before,.profile-meta a:focus-visible:before{transform:translateY(-50%) scaleY(1);background:var(--ink)}.profile-meta a:hover:after,.profile-meta a:focus-visible:after{transform:scaleX(1);transform-origin:left;opacity:1}.profile-meta .profile-email:after{right:auto;left:var(--email-indent);width:0;transform:none;transition:width .62s cubic-bezier(.22,1,.36,1),opacity .32s ease}.profile-meta .profile-email:hover:after,.profile-meta .profile-email:focus-visible:after{width:calc(100% - var(--email-indent));transform:none}.eyebrow{margin:0;color:var(--muted);font-family:var(--mono);font-size:11px;line-height:1.4;letter-spacing:.08em;text-transform:lowercase}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:9px;padding:0 17px;border:1px solid transparent;border-radius:999px;font-size:14px;font-weight:500;transition:transform .22s ease,background .22s ease,border-color .22s ease,color .22s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--ink);color:var(--paper)}.button-primary:hover{background:#333}.profile-enter{opacity:0;transform:translateY(8px);animation:profile-in .52s ease-out forwards}.profile-enter-one{animation-delay:80ms}.profile-enter-two{animation-delay:.15s}@keyframes profile-in{to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(10px);transition:opacity .48s ease,transform .48s ease-out}.reveal.is-visible{opacity:1;transform:translateY(0)}.home-section{display:grid;grid-template-columns:150px minmax(0,1fr);gap:clamp(32px,6vw,80px);padding:96px 0;border-bottom:1px solid var(--line);scroll-margin-top:24px}.section-label{padding-top:20px}.section-label h2{margin:0;color:var(--ink);font-size:13px;font-weight:600;letter-spacing:-.01em;line-height:1.2;transition:transform .26s cubic-bezier(.2,.8,.2,1)}.home-section:hover .section-label h2{transform:translate(3px)}.section-body{min-width:0}.work-writing{display:grid;gap:68px}.content-group-header{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin:0 12px 14px}.content-group-header h3{margin:0;color:var(--muted);font-family:var(--mono);font-size:9px;font-weight:500;letter-spacing:.08em;text-transform:lowercase}.project-list,.experience-list,.writing-list{border-bottom:1px solid var(--line)}.project-row{display:grid;min-height:98px;grid-template-columns:minmax(0,1fr) 80px;align-items:center;gap:24px;padding:20px 12px;border-top:1px solid var(--line);transition:background-color .18s ease}.project-row:hover{background:var(--paper-deep)}.project-meta{color:var(--faint);font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:lowercase;transition:color .18s ease,letter-spacing .24s ease}.project-copy{display:flex;min-width:0;flex-direction:column;gap:6px;transition:transform .26s cubic-bezier(.2,.8,.2,1)}.project-row:hover .project-copy{transform:translate(4px)}.project-row:hover .project-meta{color:var(--ink);letter-spacing:.12em}.project-title{display:flex;min-width:0;align-items:center;font-size:clamp(19px,2vw,24px);font-weight:500;letter-spacing:-.038em;line-height:1.12}.project-description{max-width:620px;color:var(--muted);font-size:14px;line-height:1.45}.experience-row{display:grid;grid-template-columns:minmax(160px,.7fr) minmax(0,1.3fr);align-items:baseline;gap:20px;padding:18px 12px;border-top:1px solid var(--line);transition:background-color .18s ease}.experience-row:hover,.experience-row:focus-visible{background:var(--paper-deep)}.experience-name{display:flex;min-width:0;align-items:center;font-size:16px;font-weight:500;letter-spacing:-.02em;transition:transform .26s cubic-bezier(.2,.8,.2,1)}.inline-icon{display:inline-grid;width:0;flex:0 0 auto;place-items:center;overflow:visible;opacity:0}.inline-icon svg{display:block;overflow:visible;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.tree-icon{height:22px;transform:translateY(5px) scale(.7);transform-origin:center bottom;transition:width .28s cubic-bezier(.2,.8,.2,1),margin-left .28s cubic-bezier(.2,.8,.2,1),opacity .16s ease,transform .36s cubic-bezier(.16,1.25,.3,1)}.tree-icon svg{width:20px;height:22px;stroke-width:1.35}.tree-trunk,.tree-branches{stroke-dasharray:28;stroke-dashoffset:28}.tree-trunk{transition:stroke-dashoffset .28s 90ms ease-in}.tree-branches{transition:stroke-dashoffset .32s ease-in}.project-row:hover .tree-icon,.project-row:active .tree-icon{width:20px;margin-left:9px;opacity:1;transform:translateY(0) scale(1)}.project-row:hover .tree-trunk,.project-row:active .tree-trunk{stroke-dashoffset:0;transition-delay:60ms}.project-row:hover .tree-branches,.project-row:active .tree-branches{stroke-dashoffset:0;transition-delay:.19s}.text-icon{height:20px;transform:translate(-5px) scale(.72) rotate(-5deg);transform-origin:left bottom;transition:width .26s cubic-bezier(.2,.8,.2,1),margin-left .26s cubic-bezier(.2,.8,.2,1),opacity .15s ease,transform .36s cubic-bezier(.16,1.3,.3,1)}.text-icon svg{width:24px;height:20px;stroke-width:1.35}.text-dot{fill:currentColor;stroke:none;opacity:.18;transform:translateY(1.5px);transition:opacity .22s ease,transform .22s ease}.text-dot-one{transition-delay:.16s}.text-dot-two{transition-delay:80ms}.text-bubble{transform:scale(.82) rotate(-4deg);transform-origin:center;transition:transform .36s cubic-bezier(.16,1.2,.3,1)}.experience-row:hover .text-icon,.experience-row:focus-visible .text-icon,.experience-row:active .text-icon{width:24px;margin-left:9px;opacity:1;transform:translate(0) scale(1) rotate(0)}.experience-row:hover .text-bubble,.experience-row:focus-visible .text-bubble,.experience-row:active .text-bubble{transform:scale(1) rotate(0)}.experience-row:hover .text-dot,.experience-row:focus-visible .text-dot,.experience-row:active .text-dot{opacity:.65;transform:translateY(0)}.experience-row:hover .text-dot-one,.experience-row:focus-visible .text-dot-one,.experience-row:active .text-dot-one{transition-delay:0ms}.experience-row:hover .text-dot-two,.experience-row:focus-visible .text-dot-two,.experience-row:active .text-dot-two{transition-delay:80ms}.experience-row:hover .text-dot-three,.experience-row:focus-visible .text-dot-three,.experience-row:active .text-dot-three{transition-delay:.16s}.experience-row:hover .experience-name,.experience-row:focus-visible .experience-name{transform:translate(4px)}.experience-role{color:var(--muted);font-size:13px;transition:color .18s ease,transform .26s cubic-bezier(.2,.8,.2,1)}.experience-row:hover .experience-role,.experience-row:focus-visible .experience-role{color:var(--ink);transform:translate(2px)}.writing-row{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:start;gap:22px;padding:22px 12px;border-top:1px solid var(--line);transition:background-color .18s ease}.writing-row:hover,.writing-row:focus-visible{background:var(--paper-deep)}.writing-date{padding-top:4px;color:var(--faint);font-family:var(--mono);font-size:9px;letter-spacing:.07em;text-transform:lowercase;transition:color .18s ease,transform .24s cubic-bezier(.2,.8,.2,1)}.writing-title,.writing-description{display:block}.writing-title{font-size:19px;font-weight:500;letter-spacing:-.025em;transition:transform .26s cubic-bezier(.2,.8,.2,1)}.writing-description{margin-top:5px;color:var(--muted);font-size:13px}.writing-row:hover .writing-date,.writing-row:focus-visible .writing-date{color:var(--ink);transform:translate(2px)}.writing-row:hover .writing-title,.writing-row:focus-visible .writing-title{transform:translate(4px)}.all-writing-link{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--muted);transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .22s cubic-bezier(.2,.8,.2,1)}.all-writing-link span{position:relative;width:12px;height:1px;background:currentColor;transition:width .22s cubic-bezier(.2,.8,.2,1),transform .22s cubic-bezier(.2,.8,.2,1)}.all-writing-link span:after{position:absolute;top:-3px;right:0;width:6px;height:6px;border-top:1px solid currentColor;border-right:1px solid currentColor;content:"";transform:rotate(45deg)}.all-writing-link:hover,.all-writing-link:focus-visible{transform:translate(2px);border-color:var(--line-strong);background:var(--paper-deep);color:var(--ink)}.all-writing-link:hover span,.all-writing-link:focus-visible span{width:14px;transform:translate(1px)}.about-copy{max-width:720px;font-size:clamp(18px,1.8vw,22px);letter-spacing:-.025em;line-height:1.55}.about-copy p{margin:0 0 30px}.about-copy p:last-child{color:var(--muted);font-size:.82em;letter-spacing:-.01em;line-height:1.55}.random-running{position:relative;display:inline-flex;align-items:center;cursor:default}.runner-icon{height:22px;opacity:0;transform:translateY(5px) scale(.76) rotate(-7deg);transform-origin:center bottom;transition:width .34s cubic-bezier(.16,1,.3,1),margin-left .34s cubic-bezier(.16,1,.3,1),opacity .18s ease,transform .4s cubic-bezier(.16,1.2,.3,1)}.runner-icon svg{width:28px;height:22px;stroke-width:1.35}.runner-trail{opacity:0;transform:translate(4px);transition:opacity .22s ease,transform .38s cubic-bezier(.16,1,.3,1)}.runner-limb{transform-box:fill-box;transform-origin:left center;transition:transform .42s cubic-bezier(.16,1.15,.3,1)}.runner-arm-front{transform:rotate(-18deg)}.runner-arm-back{transform:rotate(15deg)}.runner-leg-front{transform:rotate(13deg)}.runner-leg-back{transform:rotate(-12deg)}.random-running:hover .runner-icon,.random-running:active .runner-icon{width:28px;margin-left:7px;opacity:1;transform:translateY(0) scale(1) rotate(0)}.random-running:hover .runner-trail,.random-running:active .runner-trail{opacity:.45;transform:translate(0)}.random-running:hover .runner-arm-front,.random-running:active .runner-arm-front{transform:rotate(7deg)}.random-running:hover .runner-arm-back,.random-running:active .runner-arm-back,.random-running:hover .runner-leg-front,.random-running:active .runner-leg-front{transform:rotate(-6deg)}.random-running:hover .runner-leg-back,.random-running:active .runner-leg-back{transform:rotate(5deg)}.site-footer{display:flex;align-items:center;justify-content:flex-end;padding:52px 0}.footer-links{display:flex;gap:24px;color:var(--muted);font-size:12px}.footer-links a{position:relative;transition:color .18s ease}.footer-links a:after{position:absolute;right:0;bottom:-4px;left:0;height:1px;transform:scaleX(0);transform-origin:right;background:currentColor;content:"";transition:transform .24s cubic-bezier(.2,.8,.2,1)}.footer-links a:hover,.footer-links a:focus-visible{color:var(--ink)}.footer-links a:hover:after,.footer-links a:focus-visible:after{transform:scaleX(1);transform-origin:left}.content-section{display:grid;grid-template-columns:150px minmax(0,1fr);gap:clamp(32px,6vw,80px);padding:96px 0 120px}.content-section-heading h1{margin:0;font-size:13px;font-weight:500;letter-spacing:-.01em}.blog-index{border-bottom:1px solid var(--line)}.blog-index-row{display:grid;grid-template-columns:148px minmax(0,1fr);gap:28px;padding:24px 12px;border-top:1px solid var(--line);transition:background-color .16s ease}.blog-index-row:hover{background:var(--paper-deep)}.blog-index-date{padding-top:4px;color:var(--faint);font-family:var(--mono);font-size:9px;letter-spacing:.07em;text-transform:lowercase}.blog-index-row strong,.blog-index-row small{display:block}.blog-index-row strong{font-size:clamp(18px,2.2vw,25px);font-weight:500;letter-spacing:-.035em}.blog-index-row small{margin-top:6px;color:var(--muted);font-size:13px}.summary-item{padding:24px 0;border-top:1px solid var(--line-strong)}.summary-item-title{margin:0 0 5px;font-size:20px;font-weight:500;letter-spacing:-.025em}.summary-item-title-linked:hover,.inline-link:hover{color:var(--accent)}.summary-item-description,.summary-item-detail{margin:0;color:var(--muted);font-size:14px}.summary-item-detail{margin-top:4px}.article-shell{width:min(760px,100%);margin:0 auto;padding:92px 0 120px}.article-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:70px;color:var(--muted);font-size:12px;transition:color .18s ease}.article-back:hover{color:var(--accent)}.article-header{padding-bottom:64px;border-bottom:1px solid var(--line-strong)}.article-header h1{margin:23px 0 24px;font-size:clamp(48px,8vw,82px);font-weight:500;letter-spacing:-.068em;line-height:.98}.article-header>p:last-child{max-width:590px;margin:0;color:var(--muted);font-size:16px;line-height:1.5}.blog-content{padding-top:64px;color:#333;font-family:var(--serif);font-size:19px;line-height:1.78}.blog-content>*:first-child{margin-top:0}.blog-content p,.blog-content pre{margin:0 0 30px}.blog-content a{border-bottom:1px solid var(--line-strong);color:var(--ink);transition:border-color .18s ease,color .18s ease}.blog-content a:hover{border-color:var(--accent);color:var(--accent)}.blog-content ul,.blog-content ol{margin:0 0 30px 26px}.blog-content ul li{list-style:disc}.blog-content ol li{list-style:decimal}.blog-content li{margin-bottom:8px;padding-left:5px}.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6{margin:2.1em 0 .7em;color:var(--ink);font-family:var(--sans);font-weight:500;letter-spacing:-.035em;line-height:1.15}.blog-content h1{font-size:38px}.blog-content h2{font-size:30px}.blog-content h3{font-size:24px}.blog-content h4,.blog-content h5,.blog-content h6{font-size:19px}.blog-content blockquote{margin:42px 0;padding:4px 0 4px 26px;border-left:2px solid var(--accent);color:var(--muted);font-size:23px;font-style:italic}.blog-content hr{margin:56px 0;border:0;border-top:1px solid var(--line-strong)}.blog-content img{margin:48px auto}.discussion{width:min(760px,100%);margin:0 auto;padding:72px 0 120px;border-top:1px solid var(--line-strong)}.discussion h2{margin:0 0 42px;font-size:38px;font-weight:500;letter-spacing:-.045em}.travel-embed{padding:72px 0 100px}.travel-embed .article-back{margin-bottom:32px}.travel-embed iframe{width:100%;height:min(78vh,920px);border:1px solid var(--line-strong);background:#fff}.redirect-message{display:grid;min-height:100vh;margin:0;place-items:center;color:var(--muted);font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:lowercase}.not-found{display:flex;min-height:calc(100vh - 76px);flex-direction:column;align-items:flex-start;justify-content:center;padding:90px 0}.not-found h1{margin:24px 0 18px;font-size:clamp(58px,10vw,120px);font-weight:500;letter-spacing:-.075em;line-height:.9}.not-found>p:not(.eyebrow){max-width:510px;margin:0 0 36px;color:var(--muted);font-size:18px}code[class*=language-],pre[class*=language-]{color:#e6e6e6;font-family:var(--mono);font-size:.78rem;line-height:1.65;text-align:left;white-space:pre;word-break:normal;word-spacing:normal;tab-size:2;-webkit-hyphens:none;hyphens:none}pre[class*=language-]{margin:0 0 30px;padding:22px;overflow:auto;border-radius:2px}:not(pre)>code[class*=language-],pre[class*=language-]{background:#111}:not(pre)>code[class*=language-]{padding:.15em .35em;border-radius:2px}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#888}.token.punctuation{color:#e6e6e6}.token.property,.token.keyword,.token.tag{color:#fff}.token.class-name,.token.boolean,.token.constant{color:#d0d0d0}.token.symbol,.token.deleted,.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#b8b8b8}.token.number,.token.function{color:#ddd}.token.operator,.token.entity,.token.url,.token.variable{color:#eee}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.language-text{padding:2px 5px!important;background:var(--paper-deep)!important;color:var(--ink)!important;font-size:12px!important;text-shadow:none!important}@media(max-width:900px){.page-frame{width:min(100% - 48px,760px)}.profile{min-height:auto;grid-template-columns:1fr;gap:64px;padding:88px 0 72px}.profile-meta{margin-left:auto}.home-section,.content-section{grid-template-columns:130px minmax(0,1fr);gap:38px;padding:84px 0}.footer-links{margin:0}}@media(max-width:680px){.page-frame{width:calc(100% - 34px)}.site-header{height:76px}.site-nav{gap:17px;font-size:12px}.profile{gap:52px;padding:72px 0 56px}.profile-name{font-size:clamp(56px,19vw,84px);letter-spacing:-.07em}.profile-meta{flex-wrap:wrap;justify-content:flex-start;gap:16px;margin-left:0;white-space:normal}.profile-meta a{padding-left:17px}.profile-meta a:after{left:17px}.profile-email{--email-indent: 17px}.home-section,.content-section{grid-template-columns:1fr;gap:28px;padding:64px 0}.section-label{padding-top:0}.work-writing{gap:52px}.content-group-header{margin-right:8px;margin-left:8px}.project-row{min-height:0;grid-template-columns:minmax(0,1fr);gap:12px;padding:18px 8px}.project-meta{display:none}.project-description{font-size:12px}.experience-row{grid-template-columns:minmax(0,1fr);gap:7px 12px}.experience-role{grid-row:auto}.writing-row{grid-template-columns:minmax(0,1fr);gap:8px 12px}.writing-date{grid-column:auto}.about-copy{font-size:18px}.site-footer{padding:48px 0}.footer-links{flex-wrap:wrap}.blog-index-row{grid-template-columns:minmax(0,1fr);gap:8px 12px}.blog-index-date{grid-column:auto}.article-shell{padding:64px 0 90px}.article-back{margin-bottom:52px}.article-header{padding-bottom:48px}.article-header h1{font-size:51px}.article-header>p:last-child{font-size:16px}.blog-content{padding-top:50px;font-size:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.profile-enter,.reveal{opacity:1;transform:none}}
