.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{font-synthesis:none;font-kerning:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Helvetica-Light;src:url(/HelveticaNeueLight.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}body{font-family:Helvetica-Light,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#1a1a1a;color:#e0e0e0;line-height:1.6;opacity:0;transition:opacity .8s ease-in-out}body.loaded{opacity:1}.container{max-width:720px;margin:0 auto;padding:60px;min-height:100vh;display:flex;flex-direction:column}.mobile-hide{display:block}.header{margin-bottom:80px}.name{font-size:14px;font-weight:400;color:#fff;margin-bottom:0}.title{font-size:14px;color:#888;font-weight:400}.main{flex:1}.article{display:flex;gap:20px;flex-direction:column;margin-bottom:48px}.article-title{display:flex;flex-direction:column;gap:0;margin-bottom:24px}.about{margin-bottom:64px}.about p{font-size:16px;color:#9b9b9b;margin-bottom:32px;line-height:1.6}.about p:last-child{margin-bottom:0}.content{font-size:16px;color:#9b9b9b;margin-bottom:16x;line-height:1.5}.link{color:#fff;text-decoration:none}.link .bio-word{text-decoration:underline;text-decoration-color:#838383;text-underline-offset:3px;transition:text-decoration-color .2s ease}.link:hover .bio-word{text-decoration-color:#fff}.projects{margin-bottom:64px}.section-title{font-size:14px;font-weight:400;color:#fff;margin-bottom:16px}.writing-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-top:28px}.projects-table{display:flex;flex-direction:column;margin-top:16px}.project-item{transition:filter .3s ease}.projects-table:hover .project-item:not(:hover){filter:opacity(.4)}.projects-table:hover .project-item:not(:hover).project-item--open{filter:opacity(1)}.project-row{display:grid;grid-template-columns:40px 2fr 3fr 1fr;align-items:center;gap:24px;text-decoration:none;cursor:pointer;margin:0 -12px;padding:16px 12px}.project-expand{display:grid;grid-template-rows:0fr;transition:grid-template-rows .6s cubic-bezier(.23,1,.32,1)}.project-item--open .project-expand{grid-template-rows:1fr}.project-expand-inner{overflow:hidden;opacity:0;transition:opacity .3s ease 0s;padding:0 12px}.project-item--open .project-expand-inner{opacity:1;transition:opacity .35s ease .15s}.project-description{font-size:16px;color:#9b9b9b;line-height:1.6;margin-left:52px;margin-bottom:20px;padding-top:4px}.project-carousel{position:relative;margin-left:52px;margin-bottom:20px;overflow:hidden;--left-opacity: 0;--right-opacity: 1;-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,calc(1 - var(--left-opacity))) 0%,#000 48px,#000 calc(100% - 48px),rgba(0,0,0,calc(1 - var(--right-opacity))) 100%);mask-image:linear-gradient(to right,rgba(0,0,0,calc(1 - var(--left-opacity))),#000 48px calc(100% - 48px),rgba(0,0,0,calc(1 - var(--right-opacity))));transition:--left-opacity .3s ease,--right-opacity .3s ease}.project-locked-icon{background-color:#292929;border-radius:50%;padding:16px;display:flex;align-items:center;justify-content:center}@property --left-opacity{syntax: "<number>"; inherits: false; initial-value: 0;}@property --right-opacity{syntax: "<number>"; inherits: false; initial-value: 1;}.project-carousel-track{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.project-carousel-track::-webkit-scrollbar{display:none}.project-carousel-image{flex-shrink:0;background-color:#292929;border-radius:8px;cursor:zoom-in}.hero-image{flex-shrink:0;background-color:#292929;border-radius:16px;width:100%;height:320px;object-fit:contain;display:block}.lightbox-overlay{position:fixed;inset:0;background-color:#0a0a0ae0;opacity:0;pointer-events:none;transition:opacity .42s cubic-bezier(.23,1,.32,1);z-index:1000;cursor:zoom-out}.lightbox-overlay--visible{opacity:1;pointer-events:auto}.lightbox-close{position:absolute;top:24px;right:24px;width:40px;height:40px;border-radius:50%;background-color:#ffffff14;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background-color .2s ease}.lightbox-close:hover{background-color:#ffffff2e}.lightbox-image{position:fixed;z-index:1001;border-radius:8px;background-color:#292929;transform-origin:0 0;will-change:transform;cursor:default}body.lightbox-open{overflow:hidden}img.project-carousel-image{width:auto;height:320px;object-fit:contain;display:block}.project-locked{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;margin-left:52px;margin-bottom:20px;padding:32px;background-color:#222;border-radius:8px;text-align:center}.project-locked svg{opacity:.5}.project-locked-text{font-size:14px;color:#888;line-height:1.5}.project-locked-button{display:inline-block;font-size:14px;color:#fff;background-color:#333;padding:8px 16px;border-radius:6px;text-decoration:none;transition:background-color .2s ease}.project-locked-button:hover{background-color:#444}.project-see-more{display:inline-block;margin-left:52px;margin-bottom:16px;font-size:14px;color:#888;text-decoration:underline;text-decoration-color:#444;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}.project-see-more:hover{color:#fff;text-decoration-color:#838383}.project-swatch{width:36px;height:36px;flex-shrink:0;border-radius:4px;background-color:#292929}img.project-swatch{object-fit:cover;display:block}.project-title{font-size:16px;font-weight:400;color:#fff;line-height:1.4}.project-subtitle,.project-year{font-size:14px;color:#989898;font-weight:400;line-height:1.4}.project-year{text-align:right}.currently-enjoying,.writing{margin-bottom:64px}.enjoying-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:36px;margin-top:28px}.enjoying-link{text-decoration:none;cursor:pointer;transition:background-color .3s ease;border-radius:4px;margin:-16px}.enjoying-link:hover{background-color:#242424}.enjoying-item{display:flex;align-items:center;gap:12px;padding:16px}.enjoying-thumbnail{flex-shrink:0;width:48px;height:48px;border-radius:4px;object-fit:cover}.book-cover{width:48px;height:72px;margin:0 4px}.thumbnail-placeholder{width:56px;height:56px;background-color:#333;border-radius:4px}.enjoying-content{flex:1}.arrow-icon{flex-shrink:0;margin-left:auto}.enjoying-title{font-size:14px;font-weight:400;color:#fff}.enjoying-title.writing-title{font-size:16px}.enjoying-subtitle{font-size:14px;color:#888;font-weight:400}.today{margin-bottom:64px}.today-grid{display:flex;flex-direction:column;gap:32px;margin-top:28px}.today-link{text-decoration:none;cursor:pointer;transition:background-color .3s ease;border-radius:4px;margin:-16px}.today-link:hover{background-color:#242424}.today-item{display:flex;align-items:center;gap:16px;padding:16px}.today-date{flex-shrink:0;width:40px;font-size:14px;color:#838383;font-weight:400}.today-content{flex:1;min-width:0;display:flex;align-items:baseline;gap:12px}.today-item .arrow-icon{flex-shrink:0;margin-left:auto}.today-title{font-size:16px;font-weight:400;color:#fff;flex-shrink:0}.today-subtitle{font-size:14px;color:#888;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.writing-item{align-items:flex-start}.writing-content{flex-direction:column;align-items:flex-start;gap:4px}.writing-subtitle{white-space:normal}.experience{margin-bottom:64px}.experience-grid{display:flex;flex-direction:column;gap:32px;margin-top:28px}.experience-item{display:flex;align-items:baseline;gap:16px}.experience-date{flex-shrink:0;width:110px;font-size:14px;color:#838383;font-weight:400}.experience-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.experience-title{font-size:16px;font-weight:400;color:#fff}.experience-subtitle{font-size:14px;color:#888;font-weight:400;line-height:1.5}.footer{display:flex;justify-content:space-between;align-items:center;padding-top:40px;border-top:1px solid #333333}.footer-links{display:flex;gap:32px;flex-wrap:wrap}.footer-link{color:#888;text-decoration:underline;text-decoration-color:#444;text-underline-offset:3px;font-size:14px;transition:color .2s ease,text-decoration-color .2s ease}.footer-link:hover{color:#fff;text-decoration-color:#838383}.footer-info{display:flex;gap:16px;font-size:14px;color:#838383;flex-wrap:wrap}.weather,.city,.time{display:flex;align-items:center;justify-content:center;gap:4px}.weather p,.city p,.time p{padding-top:3px}@keyframes pageFadeOut{to{opacity:0}}@keyframes pageFadeIn{0%{opacity:0}}::view-transition-old(root){animation:pageFadeOut .25s cubic-bezier(.4,0,1,1) forwards}::view-transition-new(root){animation:pageFadeIn .35s cubic-bezier(0,0,.2,1) .25s backwards}@media(prefers-reduced-motion:reduce){::view-transition-old(root),::view-transition-new(root){animation:none!important}.first-visit .animate-fade-in-up,.first-visit .bio-word{animation:none!important;opacity:1!important;transform:none!important}body{transition:none!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.bio-word{display:inline-block}.first-visit .bio-word{opacity:0;transform:translateY(20px);animation:fadeInUp .8s cubic-bezier(0,0,.14,1) forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{opacity:1;transform:none}.first-visit .animate-fade-in-up{opacity:0;transform:translateY(20px);animation:fadeInUp .8s cubic-bezier(0,0,.14,1) forwards .2s}.first-visit .fade-only .animate-fade-in-up{transform:none;animation-name:fadeIn}.animate-delay-1{animation-delay:.25s}.animate-delay-2{animation-delay:.45s}@media(max-width:768px){.container{padding:40px}.enjoying-grid{grid-template-columns:1fr}.footer-links{gap:24px}.project-expand-inner{padding:0}.project-row{gap:12px 16px}}@media(max-width:480px){.container{padding:24px}.footer{flex-direction:column;gap:24px;align-items:flex-start}.footer-links{flex-wrap:wrap;gap:16px}.hero-image{height:280px}.project-row{grid-template-columns:40px 1fr 1fr}.project-description,.project-see-more{margin-left:0}.project-expand{margin-left:-32px;margin-right:-32px}.project-expand-inner{padding:0}.project-description,.project-see-more{padding-left:32px;padding-right:32px}.project-locked{margin-left:32px;margin-right:32px}.project-carousel{margin-left:0;margin-right:0;-webkit-mask-image:none;mask-image:none}.project-carousel-track{padding-left:32px;padding-right:32px}img.project-carousel-image{height:260px}.mobile-hide{display:none}.project-subtitle{text-align:right}}
