@font-face{font-family:Futura Local;src:url(../../../fonts/futura-light.ttf)format("truetype");font-display:swap;font-style:normal;font-weight:300}@font-face{font-family:Futura Local;src:url(../../../fonts/futura-regular.ttf)format("truetype");font-display:swap;font-style:normal;font-weight:400}@font-face{font-family:Futura Local;src:url(../../../fonts/futura-medium.ttf)format("truetype");font-display:swap;font-style:normal;font-weight:500}@font-face{font-family:Cormorant Garamond Local;src:url(../../../fonts/cormorant-garamond-semibold-italic-latin.woff2)format("woff2");font-display:swap;font-style:italic;font-weight:600}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--paper:#f5f4ed;--surface:#faf9f5;--surface-muted:#e8e6dc;--ink:#141413;--ink-soft:#504e49;--ink-muted:#6b6a64;--hairline:#e5e3d8;--hairline-strong:#d8d5c9;--placeholder:#e8e6dc;--brand:#1b365d;--brand-light:#2d5a8a;--brand-tint:#eef2f7;--dot-rule-image:radial-gradient(circle, var(--brand) 0 1px, transparent 1.25px);--book-shadow:#14141324;--whisper-shadow:0 16px 36px #14141314;--font:Charter, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;--sans:"Futura Local", Futura, "Avenir Next", "Helvetica Neue", Arial, sans-serif;--display:"Cormorant Garamond Local", Cormorant Garamond, Georgia, serif;--mono:"JetBrains Mono", "SFMono-Regular", Consolas, monospace;--track-caps:.16em;--track-nav:.09em}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--paper:#141413;--surface:#242421;--surface-muted:#30302e;--ink:#faf9f5;--ink-soft:#b0aea5;--ink-muted:#8f8c82;--hairline:#44423d;--hairline-strong:#5d5a52;--placeholder:#30302e;--brand:#9bb3d1;--brand-light:#c2d1e3;--brand-tint:#293541;--book-shadow:#00000061;--whisper-shadow:0 18px 44px #00000057}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}@supports not selector(::-webkit-scrollbar){*{scrollbar-color:var(--brand) transparent;scrollbar-width:thin}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#0000;background-image:radial-gradient(circle, var(--brand) 0 1px, transparent 1.25px);cursor:grab;background-position:50%;background-repeat:repeat;background-size:8px 7px}::-webkit-scrollbar-thumb:hover{background-image:radial-gradient(circle, var(--brand-light) 0 2.5px, transparent 2.75px)}::-webkit-scrollbar-thumb:active{background-image:radial-gradient(circle, var(--brand) 0 2.5px, transparent 2.75px);cursor:grabbing}::-webkit-scrollbar-corner{background:0 0}body{background:var(--paper);min-width:320px;color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-weight:400;transition:background-color .25s,color .25s}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button:focus-visible,a:focus-visible{outline:2px solid var(--brand);outline-offset:4px}.page{max-width:1120px;min-height:calc(100dvh - 120px);margin:0 auto;padding:calc(clamp(36px,6vw,88px) + 56px) clamp(24px,5vw,64px) 10vh;animation:.45s both page-fade}.top{--top-link-size:20px;z-index:500;background-color:var(--paper);background-color:color-mix(in srgb, var(--paper) 92%, transparent);background-image:var(--dot-rule-image);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);pointer-events:none;background-position:0 100%;background-repeat:repeat-x;background-size:7px 2px;justify-content:space-between;align-items:center;min-height:62px;padding:14px clamp(20px,4vw,48px);display:flex;position:fixed;inset:0 0 auto}.top .name,.top nav{letter-spacing:var(--track-nav);pointer-events:auto}.top .name{font-family:var(--display);font-size:var(--top-link-size);letter-spacing:.02em;white-space:nowrap;flex:none;font-style:italic;font-weight:600;line-height:1}.top nav{font-family:var(--sans);align-items:center;gap:20px;font-size:12px;font-weight:400;display:flex}.top nav>a,.top nav>.menu>a{height:var(--top-link-size);font-size:var(--top-link-size);align-items:center;line-height:1;display:inline-flex}.top nav a{color:var(--ink-muted);transition:color .2s}.top nav a:hover,.top nav a[aria-current=page]{color:var(--ink)}.menu{position:relative}.menu .dropdown{z-index:50;flex-direction:column;min-width:156px;padding-top:18px;display:none;position:absolute;top:100%;right:0}.menu:hover .dropdown,.menu:focus-within .dropdown{display:flex}.menu .dropdown a{border:1px solid var(--hairline);background:var(--surface);color:var(--ink-muted);letter-spacing:var(--track-nav);border-top:0;padding:12px 16px;font-size:12px}.menu .dropdown a:first-child{border-top:1px solid var(--hairline);border-radius:3px 3px 0 0}.menu .dropdown a:last-child{border-radius:0 0 3px 3px}.menu .dropdown a:hover{background:var(--brand-tint);color:var(--ink)}.icon-btn{width:17px;height:17px;color:var(--ink-muted);place-items:center;transition:color .2s,transform .2s;display:inline-grid}.icon-btn:hover{color:var(--brand);transform:translateY(-1px)}.icon-mask{width:12px;height:12px;-webkit-mask:var(--icon) center / contain no-repeat;mask:var(--icon) center / contain no-repeat;background:currentColor}.theme-toggle{width:var(--top-link-size);height:var(--top-link-size);color:var(--ink-muted);cursor:pointer;background:0 0;border:0;flex:none;place-items:center;padding:0;transition:color .2s;display:inline-grid;position:relative}.theme-toggle:before{background:var(--hairline-strong);content:"";width:1px;position:absolute;top:0;bottom:0;left:-10px}.theme-toggle:hover{color:var(--brand)}.theme-toggle:focus-visible{color:var(--brand);outline:none}.theme-toggle:focus-visible .theme-icon{filter:drop-shadow(0 0 2px color-mix(in srgb, var(--brand) 55%, transparent))}.theme-icon{fill:none;stroke:currentColor;stroke-width:1.35px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.theme-icon-dark,:root[data-theme=dark] .theme-icon-light{display:none}:root[data-theme=dark] .theme-icon-dark{display:block}.hero{overflow-anchor:none;align-content:center;justify-items:center;min-height:100svh;margin-top:calc(-1*clamp(28px,5vw,72px) - 56px);padding-bottom:clamp(48px,7svh,66px);display:grid;position:relative}.hero-kicker,.section-label{color:var(--brand);font-family:var(--sans);letter-spacing:var(--track-caps);text-transform:uppercase;font-size:11px;font-weight:500}.hero-kicker{text-align:center;margin:0 0 clamp(18px,3vh,34px)}.hero-name{z-index:0;color:var(--brand);filter:blur(3px);font-family:var(--display);letter-spacing:-.03em;text-align:center;-webkit-user-select:none;user-select:none;white-space:nowrap;pointer-events:none;margin:0 0 -.52em;font-size:clamp(64px,12vw,128px);font-style:italic;font-weight:600;line-height:1;position:relative}.sb-wrap{z-index:1;justify-items:center;gap:20px;width:100%;display:grid;position:relative}.sb-stage{justify-content:center;align-items:center;width:100%;display:flex}.sb-book{perspective:2600px;width:min(80vw,780px);min-width:0;position:relative}.sb-book:before{background:var(--book-shadow);filter:blur(28px);content:"";border-radius:18px;position:absolute;inset:9% 19% 3% 21%}.sb-motion-filters{position:absolute}.sb-full{position:absolute;inset:0}.sb-full img{-webkit-user-select:none;user-select:none;width:100%;height:auto;display:block}.sb-full.sb-stack img{width:100%;height:auto;position:absolute;top:0;left:0}.sb-half{width:50%;position:absolute;top:0;bottom:0;overflow:clip visible}.sb-half.left{left:0}.sb-half.right{left:50%}.sb-half-img{width:200%;max-width:none;height:auto;display:block}.sb-half-img.right{margin-left:-100%}.sb-half.sb-out{animation:.22s ease-out .6s forwards sb-fade-out}.sb-half.sb-in{opacity:0;animation:.4s forwards sb-fade-in}.sb-flap{z-index:5;width:50%;transform-style:preserve-3d;will-change:transform;animation:none;position:absolute;top:0;bottom:0}.sb-flap.next{transform-origin:0;animation-name:sb-fold-next;left:50%}.sb-flap.prev{transform-origin:100%;animation-name:sb-fold-prev;left:0}.sb-face{backface-visibility:hidden;position:absolute;inset:0;overflow:clip visible}.sb-face.back{transform:rotateY(180deg)}.sb-preload{visibility:hidden;pointer-events:none;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}.sb-wrap.intro .sb-flap{animation-duration:var(--riffle-dur,.16s);animation-timing-function:linear}.sb-wrap.intro .sb-half.sb-out{animation-duration:calc(var(--riffle-dur,.16s) * .4);animation-delay:calc(var(--riffle-dur,.16s) * .5)}.sb-wrap.intro .sb-half.sb-in{animation-duration:calc(var(--riffle-dur,.16s) * .5)}.sb-wrap.intro.b1 .sb-full img,.sb-wrap.intro.b1 .sb-half-img{filter:url(#sb-mblur-1)}.sb-wrap.intro.b2 .sb-full img,.sb-wrap.intro.b2 .sb-half-img{filter:url(#sb-mblur-2)}.sb-wrap.intro .sb-caption{animation:none}.sb-wrap.intro .sb-caption.cap-out{display:none}.sb-zone{z-index:60;cursor:pointer;background:0 0;border:0;width:50%;position:absolute;top:0;bottom:0}.sb-prev{left:0}.sb-next{right:0}.sb-arrow{z-index:6;color:var(--ink-muted);cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;padding:6px 2px;transition:color .2s;display:inline-flex}.sb-arrow.left{margin-right:30px}.sb-arrow.right{margin-left:30px}.sb-arrow:hover{color:var(--ink)}.sb-captions{justify-items:center;display:grid}.sb-captions>*{grid-area:1/1}.sb-caption{color:var(--ink-muted);font-family:var(--sans);letter-spacing:var(--track-caps);text-transform:uppercase;margin:0;font-size:12px;animation:.45s both caption-in}.sb-caption.cap-out{animation:.35s both caption-out}.hero-down{color:var(--ink);cursor:pointer;background:0 0;border:0;padding:10px 14px;animation:2.6s ease-in-out infinite cue-breathe;position:absolute;bottom:44px;left:50%;transform:translate(-50%)}.hero-down:hover{animation:none}.about{grid-template-columns:minmax(0,540px) clamp(192px,22vw,270px);justify-content:center;align-items:stretch;gap:clamp(28px,5vw,52px);margin-top:clamp(16px,4vh,48px);scroll-margin-top:100px;display:grid}.about-text{align-items:center;display:flex}.about-text .bio{max-width:540px;color:var(--ink-soft);letter-spacing:0;margin:0;font-size:clamp(16px,1.8vw,19px);line-height:1.58}.bio-link{color:var(--brand);text-decoration:underline;-webkit-text-decoration-color:var(--hairline-strong);text-decoration-color:var(--hairline-strong);text-underline-offset:3px;font-weight:500;transition:text-decoration-color .2s}.bio-link:hover{-webkit-text-decoration-color:var(--brand);text-decoration-color:var(--brand)}.headshot{aspect-ratio:1;align-self:start;width:100%;min-height:0;position:relative}.headshot img{border:1px solid var(--hairline);object-fit:contain;object-position:top center;border-radius:8px;width:100%;height:100%}.projects-section{margin-top:clamp(72px,11vh,128px);scroll-margin-top:100px}.section-label{align-items:center;gap:10px;margin:0 0 24px;display:flex}.section-label:before{background:var(--brand);content:"";border-radius:2px;flex:none;width:3px;height:18px}.project-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:clamp(34px,4vw,48px) clamp(18px,2.5vw,30px);display:grid}.project-card .thumb{border:1px solid var(--hairline);aspect-ratio:16/10;background:var(--surface);border-radius:8px;transition:border-color .2s,box-shadow .2s;position:relative;overflow:hidden}.project-card .thumb img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-card:hover .thumb img{transform:scale(1.04)}.project-card:hover .thumb{border-color:var(--hairline-strong);box-shadow:var(--whisper-shadow)}.project-card .cap{justify-content:space-between;align-items:baseline;gap:12px;margin-top:13px;display:flex}.project-card .title{letter-spacing:0;font-size:18px;font-weight:500}.project-card .category{color:var(--ink-muted);font-family:var(--sans);letter-spacing:.04em;text-align:right;text-transform:uppercase;font-size:12px}.listing-page,.article-page,.error-page{padding-top:clamp(112px,14vh,158px)}.listing-page{min-height:calc(100vh - 160px)}.blog-year-groups{gap:clamp(44px,7vh,72px);display:grid}.blog-year{color:var(--brand);margin:0 0 14px;font-size:clamp(24px,3vw,32px);font-weight:500;line-height:1.2}.blog-rows{background-image:var(--dot-rule-image);background-position:0 0;background-repeat:repeat-x;background-size:7px 2px}.blog-row{background-image:var(--dot-rule-image);background-position:0 100%;background-repeat:repeat-x;background-size:7px 2px;grid-template-columns:6.5em 1fr auto;align-items:baseline;gap:16px;padding:20px 12px;transition:background-color .2s,opacity .15s,padding .2s;display:grid;position:relative}.blog-row:before{background:var(--brand);content:"";opacity:0;border-radius:2px;width:3px;transition:opacity .2s,transform .2s;position:absolute;inset:14px auto 14px 0;transform:scaleY(.3)}.blog-row:hover{background-color:var(--surface);padding-left:20px}.blog-row:hover:before{opacity:1;transform:scaleY(1)}.blog-row time,.blog-row .tag{color:var(--ink-muted);font-family:var(--sans);letter-spacing:var(--track-nav);font-size:12px}.blog-row time{font-family:var(--font);letter-spacing:0;white-space:nowrap}.blog-row .title{letter-spacing:0;font-size:clamp(18px,2vw,22px);font-weight:500}.blog-row .tag{background:var(--brand-tint);color:var(--brand);text-align:right;text-transform:uppercase;border-radius:3px;padding:3px 7px}.blog-row .row-thumb{z-index:6;border:1px solid var(--hairline);background:var(--placeholder);width:116px;box-shadow:var(--whisper-shadow);opacity:0;pointer-events:none;aspect-ratio:3/2;border-radius:8px;transition:opacity .22s,transform .22s;position:absolute;top:50%;right:7.5em;overflow:hidden;transform:translateY(-50%)scale(.9)}.blog-row .row-thumb img{object-fit:cover;width:100%;height:100%}.blog-row:hover .row-thumb{opacity:1;transform:translateY(-50%)scale(1)}.blog-rows:hover .blog-row:not(:hover){opacity:.45}.back-link{color:var(--ink-muted);font-family:var(--sans);letter-spacing:var(--track-nav);margin-bottom:clamp(34px,6vh,64px);font-size:12px;transition:color .2s;display:inline-block}.back-link:hover{color:var(--brand)}.article-layout{grid-template-columns:0 minmax(0,760px);max-width:760px;margin:0 auto;display:grid}.article-layout>article{grid-column:2;min-width:0;scroll-margin-top:96px}.article-header{border-left:3px solid var(--brand);border-radius:2px;margin-bottom:clamp(48px,8vh,84px);padding-left:clamp(18px,3vw,28px)}.article-header h1,.error-page h1{letter-spacing:0;max-width:820px;margin:0;font-size:clamp(42px,7vw,76px);font-weight:500;line-height:1.1}.article-meta{color:var(--ink-muted);font-family:var(--sans);letter-spacing:var(--track-nav);gap:10px;margin:18px 0 0;font-size:12px;display:flex}.article-description{max-width:620px;color:var(--ink-soft);letter-spacing:0;margin:28px 0 0;font-size:clamp(17px,2.2vw,21px);line-height:1.55}.prose{color:var(--ink-soft);font-family:var(--font);letter-spacing:0;font-size:17px;line-height:1.62}.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{color:var(--ink);scroll-margin-top:96px}.prose h2{margin:2.8em 0 .8em;font-size:clamp(24px,4vw,34px);font-weight:500;line-height:1.25}.prose h3{margin:2.2em 0 .7em;font-size:20px;font-weight:500}.prose h4{margin:2em 0 .65em;font-size:17px;font-weight:600}.prose h5,.prose h6{font-family:var(--sans);letter-spacing:var(--track-nav);margin:1.9em 0 .65em;font-size:12px;font-weight:500}.prose h6{color:var(--ink-muted);text-transform:uppercase}.prose p,.prose ul,.prose ol,.prose blockquote{margin:0 0 1.45em}.prose a{color:var(--brand);text-decoration:underline;-webkit-text-decoration-color:var(--hairline-strong);text-decoration-color:var(--hairline-strong);text-underline-offset:3px;font-weight:500}.prose img{border:1px solid var(--hairline);border-radius:8px;width:100%;height:auto;margin:clamp(28px,5vw,56px) 0}.prose blockquote{border-left:3px solid var(--brand);color:var(--ink-soft);padding-left:24px}.prose li::marker{color:var(--brand)}.prose hr{background-image:var(--dot-rule-image);background-position:0;background-repeat:repeat-x;background-size:7px 2px;border:0;width:min(180px,40%);height:2px;margin:clamp(44px,7vw,72px) auto}.prose strong{color:var(--ink)}.prose del{color:var(--ink-muted)}.prose table{border-collapse:collapse;width:100%;margin:0 0 1.7em;font-size:.92em;display:block;overflow-x:auto}.prose th,.prose td{border-bottom:1px solid var(--hairline);text-align:left;vertical-align:top;min-width:120px;padding:10px 14px}.prose th{border-bottom-color:var(--hairline-strong);color:var(--ink);font-family:var(--sans);letter-spacing:var(--track-nav);text-transform:uppercase;font-size:.72em;font-weight:500}.prose input[type=checkbox]{accent-color:var(--brand);margin:0 .45em 0 0}.prose details{background-image:var(--dot-rule-image), var(--dot-rule-image);background-position:0 0,0 100%;background-repeat:repeat-x;background-size:7px 2px;margin:0 0 1.45em;padding:12px 0}.prose summary{cursor:pointer;color:var(--ink);font-weight:600}.prose kbd{border:1px solid var(--hairline-strong);background:var(--surface);font-family:var(--mono);border-bottom-width:2px;border-radius:4px;padding:.08em .35em;font-size:.78em}.article-footer{background-image:var(--dot-rule-image);text-align:center;background-position:0 0;background-repeat:repeat-x;background-size:7px 2px;margin-top:clamp(64px,10vh,108px);padding-top:clamp(28px,4vw,42px)}.article-back-button{border:1px solid var(--hairline-strong);color:var(--brand);font-family:var(--sans);letter-spacing:var(--track-nav);border-radius:2px;align-items:center;gap:9px;padding:10px 16px;font-size:11px;line-height:1;transition:border-color .2s,background-color .2s,color .2s;display:inline-flex}.article-back-button:hover{border-color:var(--brand);background:var(--brand-tint);color:var(--brand)}.article-nav{text-align:left;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(24px,8vw,88px);margin-top:clamp(42px,6vw,66px);display:grid}.article-nav-link{flex-direction:column;gap:8px;min-width:0;min-height:72px;padding:4px 0;display:flex}.article-nav-link:hover .article-nav-title{color:var(--brand)}.article-nav-next{text-align:right;align-items:flex-end}.article-nav-direction{color:var(--ink-muted);font-family:var(--sans);letter-spacing:var(--track-caps);text-transform:uppercase;font-size:10px;line-height:1.3}.article-nav-title{overflow-wrap:anywhere;color:var(--ink-soft);font-size:16px;line-height:1.35;transition:color .2s}.article-nav-placeholder{min-height:72px}.prose code{border:1px solid var(--hairline);background:var(--surface);font-family:var(--mono);border-radius:5px;padding:.12em .34em;font-size:.86em}.prose pre{border:1px solid var(--hairline);background:var(--surface);border-radius:8px;padding:18px;overflow-x:auto}.prose pre code{background:0 0;border:0;padding:0}.error-page{min-height:calc(100vh - 140px)}.error-page .back-link{margin-top:48px}.foot{background-image:var(--dot-rule-image);max-width:1120px;color:var(--ink-muted);font-family:var(--sans);letter-spacing:var(--track-caps);text-align:center;background-position:0 0;background-repeat:repeat-x;background-size:7px 2px;margin:clamp(40px,8vh,90px) auto 0;padding:4vh clamp(28px,5vw,72px) 6vh;font-size:11px}.footer-socials{justify-content:center;align-items:center;gap:15px;margin-bottom:14px;display:flex}.footer-copyright{margin:0}@keyframes page-fade{0%{opacity:0}}@keyframes sb-fade-out{to{opacity:0}}@keyframes sb-fade-in{0%{opacity:0}to{opacity:1}}@keyframes sb-fold-next{to{transform:rotateY(-180deg)}}@keyframes sb-fold-prev{to{transform:rotateY(180deg)}}@keyframes caption-in{0%{opacity:0;transform:translateY(5px)}}@keyframes caption-out{to{opacity:0}}@keyframes cue-breathe{0%,to{opacity:.35;transform:translate(-50%)}50%{opacity:.8;transform:translate(-50%,4px)}}@media (width<=720px){.page{padding:84px 18px 8vh}.top{--top-link-size:14px;min-height:56px;padding:10px 12px}.top nav{letter-spacing:.05em;gap:9px;font-size:10px}.theme-toggle:before{left:-5px}.menu .dropdown{left:0;right:auto}.hero{min-height:100svh;margin-top:-84px;padding-bottom:54px}.hero-kicker{max-width:300px;font-size:9px;line-height:1.7}.hero-name{font-size:clamp(52px,16.5vw,72px)}.sb-wrap{width:calc(100% + 36px);margin-inline:-18px}.sb-book{width:min(86vw,680px)}.sb-stage{position:relative}.sb-arrow{position:absolute;top:50%;transform:translateY(-50%)}.sb-arrow.left{margin:0;left:4px}.sb-arrow.right{margin:0;right:4px}.sb-caption{font-size:10px}.about{grid-template-columns:1fr;gap:24px;margin-top:42px}.headshot{order:-1;justify-self:center;width:112px;height:112px;min-height:0}.about-text .bio{font-size:16px;line-height:1.6}.projects-section{margin-top:78px}.project-grid{grid-template-columns:1fr}.blog-row{grid-template-columns:6.2em 1fr;padding:18px 4px}.blog-row:hover{padding-left:12px}.blog-row .tag,.blog-row .row-thumb{display:none}.article-header h1,.error-page h1{font-size:clamp(38px,12vw,56px)}.article-meta{flex-wrap:wrap}.article-header{padding-left:16px}.prose{font-size:16px}.article-footer{margin-top:64px}.article-nav{grid-template-columns:1fr;gap:20px}}@media (width<=1160px){.article-layout{grid-template-columns:minmax(0,1fr)}.article-layout>article{grid-column:1}}@media (width>=721px) and (width<=1040px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.light-switch-root.svelte-1ecbkfy{display:contents}.room-shade.svelte-1ecbkfy,.room-warmth.svelte-1ecbkfy,.pendant-root.svelte-1ecbkfy,.cord-sway.svelte-1ecbkfy,.blackout.svelte-1ecbkfy{position:fixed}.room-shade.svelte-1ecbkfy,.room-warmth.svelte-1ecbkfy{z-index:550;opacity:0;pointer-events:none;transition:opacity .45s;inset:0}.room-shade.svelte-1ecbkfy{background:radial-gradient(140% 140% at clamp(65px,50% - 515px,184px) 130px,#0000 0%,#0000000a 22%,#00000024 46%,#00000047 72%,#00000061 100%)}.room-warmth.svelte-1ecbkfy{mix-blend-mode:screen;background:radial-gradient(420px at clamp(71px,50% - 523px,172px) 129px,#ffca7d1f,#ffbe690a 42%,#0000 70%)}:root[data-theme=dark] .room-shade.svelte-1ecbkfy,:root[data-theme=dark] .room-warmth.svelte-1ecbkfy{opacity:1;transition:none}.pendant-root.svelte-1ecbkfy{z-index:560;visibility:hidden;pointer-events:none;transition:transform .56s cubic-bezier(.5,0,.85,.6) .17s,visibility 0s linear .73s;top:0;left:clamp(34px,50% - 560px,135px);transform:translateY(-230px)}:root[data-theme=dark] .pendant-root.svelte-1ecbkfy{visibility:visible;transition:transform .7s cubic-bezier(.22,1.18,.36,1) 70ms;transform:translateY(0)}.pendant-sway.svelte-1ecbkfy{transform-origin:37px 0;animation:9s ease-in-out infinite svelte-1ecbkfy-switch-sway;position:relative}.pendant-glow.svelte-1ecbkfy{filter:blur(10px);opacity:0;background:radial-gradient(circle,#ffe09a7a,#ffbe682e 48%,#ffae5212 66%,#0000 78%);border-radius:50%;width:118px;height:118px;position:absolute;top:70px;left:-22px}:root[data-theme=dark] .pendant-glow.svelte-1ecbkfy{opacity:1;animation:4.2s ease-in-out infinite svelte-1ecbkfy-bulb-breathe}.pendant-svg.svelte-1ecbkfy{filter:none;display:block;position:relative}:root[data-theme=dark] .pendant-svg.svelte-1ecbkfy{filter:drop-shadow(0 0 18px #ffbe6457)}.pendant-wire.svelte-1ecbkfy{stroke:#3737348c;stroke-width:3px;stroke-linecap:round}.pendant-cap.svelte-1ecbkfy,.cord-joint.svelte-1ecbkfy{fill:#32353c}.pendant-fixture.svelte-1ecbkfy{fill:#282d35;stroke:#080a0e6b}.pendant-vents.svelte-1ecbkfy{stroke:#05070ab3;stroke-width:1.6px;stroke-linecap:round}.pendant-ring.svelte-1ecbkfy,.pull-accent.svelte-1ecbkfy{fill:var(--brand)}.pendant-bulb.svelte-1ecbkfy{stroke:#ffe6af99}.pendant-bulb-off.svelte-1ecbkfy{fill:#e7e4da;stroke:#14141324;opacity:.96;transition:opacity .14s ease-out}:root[data-theme=dark] .pendant-bulb-off.svelte-1ecbkfy{opacity:0}.pendant-glint.svelte-1ecbkfy{fill:none;stroke:#ffffffad;stroke-width:1.8px;stroke-linecap:round}.cord-sway.svelte-1ecbkfy{z-index:570;transform-origin:top;animation:8s ease-in-out -2s infinite svelte-1ecbkfy-switch-sway;top:-54px;right:12px}.cord-button.svelte-1ecbkfy{cursor:grab;background:0 0;border:0;padding:0;transition:transform .62s cubic-bezier(.18,1.6,.4,1);display:block}.cord-button.svelte-1ecbkfy:active{cursor:grabbing}.cord-button.svelte-1ecbkfy:not(.pulled):hover{transform:translateY(5px)}.cord-button.pulled.svelte-1ecbkfy{transition:transform .18s cubic-bezier(.55,0,.9,.7);transform:translateY(46px)}.cord-rope.svelte-1ecbkfy{fill:none;stroke:#3737348f;stroke-width:2.5px;stroke-linecap:round}.pull-handle.svelte-1ecbkfy{fill:#ebe8de;stroke:#1414132e}.pull-grip.svelte-1ecbkfy{stroke:#14141338;stroke-width:1.5px;stroke-linecap:round}:root[data-theme=dark] .pendant-wire.svelte-1ecbkfy,:root[data-theme=dark] .cord-rope.svelte-1ecbkfy{stroke:#cdd4e852}:root[data-theme=dark] .pendant-cap.svelte-1ecbkfy,:root[data-theme=dark] .cord-joint.svelte-1ecbkfy{fill:#3b414d}:root[data-theme=dark] .pendant-fixture.svelte-1ecbkfy,:root[data-theme=dark] .pull-handle.svelte-1ecbkfy{fill:#252a33;stroke:#ffffff1f}:root[data-theme=dark] .pendant-vents.svelte-1ecbkfy,:root[data-theme=dark] .pull-grip.svelte-1ecbkfy{stroke:#0000008c}:root[data-theme=dark] .pendant-fixture-sheen.svelte-1ecbkfy,:root[data-theme=dark] .pull-handle-sheen.svelte-1ecbkfy{opacity:.58}.cord-button.svelte-1ecbkfy:focus-visible{outline:none}.cord-button.svelte-1ecbkfy:focus-visible .pull-handle:where(.svelte-1ecbkfy){stroke:var(--brand);stroke-width:2.2px}.blackout.svelte-1ecbkfy{z-index:580;opacity:0;pointer-events:none;background:#000;inset:0}@keyframes svelte-1ecbkfy-switch-sway{0%,to{transform:rotate(-.85deg)}50%{transform:rotate(.85deg)}}@keyframes svelte-1ecbkfy-bulb-breathe{0%,to{opacity:1}50%{opacity:.82}}@media (width>=901px){.theme-toggle{display:none}}@media (width<=900px){.light-switch-root.svelte-1ecbkfy{display:none}}@media (prefers-reduced-motion:reduce){.pendant-sway.svelte-1ecbkfy,.pendant-glow.svelte-1ecbkfy,.cord-sway.svelte-1ecbkfy{animation:none}.pendant-root.svelte-1ecbkfy,.cord-button.svelte-1ecbkfy,.room-shade.svelte-1ecbkfy,.room-warmth.svelte-1ecbkfy{transition:none}}.social-item.svelte-1c5q26z{place-items:center;display:grid;position:relative}.social-link.svelte-1c5q26z{width:32px;height:32px}.social-link-icon.svelte-1c5q26z{width:20px;height:20px}.social-preview.svelte-1c5q26z{z-index:100;border:1px solid var(--hairline-strong);background:color-mix(in srgb, var(--surface) 97%, transparent);width:min(256px,100vw - 32px);color:var(--ink);font-family:var(--sans);letter-spacing:0;opacity:0;pointer-events:none;text-align:left;transform-origin:bottom;visibility:hidden;border-radius:2px;flex-direction:column;gap:6px;padding:10px 12px;font-size:13px;line-height:1.45;transition:opacity .2s .12s,transform .2s .12s,visibility 0s linear .32s;display:flex;position:absolute;bottom:calc(100% + 16px);left:50%;transform:translate(-50%,4px)scale(.95);box-shadow:0 18px 44px #1414132e}.social-item.svelte-1c5q26z:hover .social-preview:where(.svelte-1c5q26z),.social-item.svelte-1c5q26z:focus-within .social-preview:where(.svelte-1c5q26z){opacity:1;visibility:visible;transition-delay:.3s,.3s,.3s;transform:translate(-50%)scale(1)}.profile-header.svelte-1c5q26z,.github-header.svelte-1c5q26z{align-items:center;display:flex}.profile-header.svelte-1c5q26z img:where(.svelte-1c5q26z){border:1px solid var(--hairline-strong);object-fit:cover;border-radius:50%;flex:none;width:40px;height:40px}.profile-identity.svelte-1c5q26z,.github-header.svelte-1c5q26z>span:where(.svelte-1c5q26z):first-child{flex-direction:column;flex:1;min-width:0;margin-left:10px;display:flex}.github-header.svelte-1c5q26z>span:where(.svelte-1c5q26z):first-child{margin-left:0}.profile-identity.svelte-1c5q26z strong:where(.svelte-1c5q26z),.github-header.svelte-1c5q26z strong:where(.svelte-1c5q26z){color:var(--ink);font-size:14px;font-weight:500}.profile-identity.svelte-1c5q26z>span:where(.svelte-1c5q26z),.github-header.svelte-1c5q26z>span:where(.svelte-1c5q26z):first-child>span:where(.svelte-1c5q26z){color:var(--ink-muted);font-family:var(--mono);font-size:11px}.preview-network-icon.svelte-1c5q26z{width:16px;height:16px;color:var(--ink-muted);-webkit-mask:var(--icon) center / contain no-repeat;mask:var(--icon) center / contain no-repeat;background:currentColor;flex:none}.profile-bio.svelte-1c5q26z{color:var(--ink-soft);font-family:var(--font);margin-top:8px;font-size:14px;line-height:1.55}.profile-stats.svelte-1c5q26z{color:var(--ink-muted);gap:12px;font-size:11px;display:flex}.profile-stats.svelte-1c5q26z strong:where(.svelte-1c5q26z){color:var(--ink);font-weight:500}.preview-meta.svelte-1c5q26z{border-top:1px solid var(--hairline);color:var(--ink-muted);font-family:var(--mono);letter-spacing:var(--track-nav);text-transform:uppercase;justify-content:space-between;align-items:center;margin-top:4px;padding-top:8px;font-size:10px;display:flex}.contribution-grid.svelte-1c5q26z{gap:2px;margin-top:8px;display:flex}.contribution-column.svelte-1c5q26z{flex-direction:column;gap:2px;display:flex}.contribution-cell.svelte-1c5q26z{background:var(--surface-muted);width:7px;height:7px;animation:.48s backwards svelte-1c5q26z-contribution-cell-in;animation-delay:calc(var(--cell-index,0) * 2ms);border:0;border-radius:2px;display:block}.contribution-cell.level-1.svelte-1c5q26z{background:color-mix(in srgb, var(--ink) 30%, transparent)}.contribution-cell.level-2.svelte-1c5q26z{background:color-mix(in srgb, var(--ink) 52%, transparent)}.contribution-cell.level-3.svelte-1c5q26z{background:color-mix(in srgb, var(--ink) 74%, transparent)}.contribution-cell.level-4.svelte-1c5q26z{background:var(--ink)}.social-preview-email.svelte-1c5q26z{--mail-paper:#f5f4ed;--mail-ink:#68665f;--mail-red:#b56f6b;--mail-blue:#7898b4;background:radial-gradient(circle at 18% 24%, #68665f0a 0 .5px, transparent .75px), var(--mail-paper);height:148px;color:var(--mail-ink);background-size:13px 11px,auto;border:0;border-radius:5px;padding:0;display:block;position:absolute;overflow:hidden}.social-preview-email.svelte-1c5q26z:before{z-index:4;background:repeating-linear-gradient(135deg, var(--mail-red) 0 7px, transparent 7px 14px, var(--mail-blue) 14px 21px, transparent 21px 28px) top / 100% 3px no-repeat, repeating-linear-gradient(135deg, var(--mail-red) 0 7px, transparent 7px 14px, var(--mail-blue) 14px 21px, transparent 21px 28px) bottom / 100% 3px no-repeat, repeating-linear-gradient(45deg, var(--mail-red) 0 7px, transparent 7px 14px, var(--mail-blue) 14px 21px, transparent 21px 28px) left / 3px 100% no-repeat, repeating-linear-gradient(45deg, var(--mail-red) 0 7px, transparent 7px 14px, var(--mail-blue) 14px 21px, transparent 21px 28px) right / 3px 100% no-repeat;content:"";opacity:.62;pointer-events:none;position:absolute;inset:0}.envelope-flap.svelte-1c5q26z{z-index:0;clip-path:polygon(0 100%,0 75%,50% 25%,100% 75%,100% 100%);filter:drop-shadow(0 -1px #68665f57);background:#68665f08;height:66%;position:absolute;inset:auto 0 0}.envelope-return.svelte-1c5q26z{z-index:1;font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;font-size:7px;line-height:1.45;position:absolute;top:17px;left:17px}.envelope-return.svelte-1c5q26z>span:where(.svelte-1c5q26z),.envelope-address.svelte-1c5q26z>span:where(.svelte-1c5q26z){letter-spacing:.16em;opacity:.72;margin-bottom:1px;font-size:6px;display:block}.envelope-stamps.svelte-1c5q26z{z-index:2;grid-template-columns:48px 36px;gap:3px;display:grid;position:absolute;top:11px;right:13px}.envelope-stamp.svelte-1c5q26z{border:3px dotted var(--mail-paper);font-family:var(--mono);flex-direction:column;justify-content:center;align-items:center;line-height:1;display:flex;box-shadow:0 0 0 1px #68665f5c}.envelope-stamp-portrait.svelte-1c5q26z{background:#b56f6b1c;height:58px;transform:rotate(2deg)}.envelope-stamp-portrait.svelte-1c5q26z img:where(.svelte-1c5q26z){object-fit:cover;filter:grayscale()contrast(1.08);width:32px;height:32px}.envelope-stamp-portrait.svelte-1c5q26z span:where(.svelte-1c5q26z),.envelope-stamp-mark.svelte-1c5q26z>span:where(.svelte-1c5q26z):last-child{letter-spacing:.06em;margin-top:3px;font-size:5px}.envelope-stamp-mark.svelte-1c5q26z{background:#7898b41a;height:46px;margin-top:4px;transform:rotate(-3deg)}.envelope-stamp-star.svelte-1c5q26z{color:#7898b4e6;font-size:16px}.envelope-postmark.svelte-1c5q26z{z-index:3;opacity:.72;border:1px solid #68665f94;border-radius:50%;width:34px;height:34px;position:absolute;top:21px;right:67px;transform:rotate(-8deg)}.envelope-postmark.svelte-1c5q26z:before{content:"26 JUL";font-family:var(--mono);letter-spacing:.04em;place-items:center;font-size:5px;display:grid;position:absolute;inset:0}.envelope-postmark.svelte-1c5q26z:after{content:"";background:repeating-linear-gradient(#68665f94 0 1px,#0000 1px 5px);width:44px;height:16px;position:absolute;top:8px;left:26px}.envelope-address.svelte-1c5q26z{z-index:2;font-family:var(--mono);letter-spacing:.035em;white-space:nowrap;flex-direction:column;font-size:13px;line-height:1.35;display:flex;position:absolute;top:87px;left:53px}@keyframes svelte-1c5q26z-contribution-cell-in{0%{opacity:0;transform:translateY(4px)scale(.92)}}@media (hover:none){.social-preview.svelte-1c5q26z{display:none}}@media (prefers-reduced-motion:reduce){.social-preview.svelte-1c5q26z,.contribution-cell.svelte-1c5q26z{transition:none;animation:none}}
