:root{--bg: #FBFAF7;--text: #1A1A1A;--muted: #6B6B6B;--divider: #E6DFD2;--dark: #000000;--page-max: 1440px;--page-gutter: 80px;--hero-pad-top: 96px;--section-pad: 80px;--section-pad-sm: 40px;--footer-pad-top: 40px;--footer-pad-bottom: 60px;--gap-xl: 80px;--gap-lg: 60px;--gap-md: 48px;--gap-sm: 24px;--gap-xs: 20px}*{box-sizing:border-box}html{font-size:16px}body{background:var(--bg);color:var(--text);font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:16px;font-weight:400;line-height:1.6;margin:0;min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:var(--page-max);margin:0 auto;padding-left:var(--page-gutter);padding-right:var(--page-gutter)}h1,h2,h3,h4,h5,h6{margin:0;font-weight:400;font-family:"Crimson Text", serif}.display{font-size:60px;font-weight:400;line-height:1.1;letter-spacing:-0.02em;font-family:"Crimson Text", "Cormorant", serif}h1{font-size:42px;line-height:1.2}h2{font-size:22px;font-weight:600;line-height:1.3;letter-spacing:0.08em;text-transform:uppercase}h3{font-size:18px;font-weight:600;line-height:1.3}p,ul,ol,li{margin:0;font-size:16px;line-height:1.6}p+p{margin-top:1rem}.small,small{font-size:13px;line-height:1.4}a{color:var(--text);text-decoration:none}a:hover{text-decoration:underline}nav{display:flex;align-items:center;justify-content:space-between;padding:22px 80px;border-bottom:1px solid #3B3B3B}.nav-brand{font-size:12px;font-weight:400;text-transform:uppercase;letter-spacing:0.1em}.nav-links{display:flex;gap:24px}.nav-link{font-size:12px;font-weight:400;text-transform:uppercase;letter-spacing:0.1em;color:var(--text)}.nav-link.active{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:6px}.nav-toggle{display:none}.nav-backdrop{display:none}section{padding:var(--section-pad) var(--page-gutter);padding-bottom:0}main>section:last-child{padding-bottom:var(--section-pad)}section.hero{padding-top:var(--hero-pad-top)}section.hero .container{display:flex;flex-direction:column;gap:var(--gap-xl)}section.currently .container{display:flex;flex-direction:column;gap:var(--gap-lg)}section.masthead{padding-top:var(--hero-pad-top)}section.masthead .container{display:flex;flex-direction:column;gap:var(--gap-xs)}.home-hero{display:flex;justify-content:center;padding:70px var(--page-gutter) 25px}.page-hero{display:flex;justify-content:center;padding:70px var(--page-gutter) 25px}.home-name{font-family:"Cormorant", "Crimson Text", serif;font-size:50px;font-weight:400;line-height:1.05;letter-spacing:-0.01em;color:var(--text);margin:0}.home-bio{font-family:"Inter", sans-serif;font-size:15px;font-weight:400;line-height:1.6;color:var(--muted);margin:0;margin-top:40px}.home-content{width:100%;max-width:760px}.home-section{display:flex;justify-content:center;padding:30px 80px 25px}.posts-list{display:flex;flex-direction:column;gap:var(--gap-md)}.list-title-link{font-family:"Inter", sans-serif;font-size:22px;font-weight:400;line-height:1.3;color:var(--text);display:block;margin-bottom:12px}.list-excerpt{font-family:"Inter", sans-serif;font-size:15px;font-weight:400;line-height:1.6;color:var(--text);margin:0 0 12px}.list-date{font-family:"Inter", sans-serif;font-size:11px;font-weight:400;letter-spacing:0.08em;text-transform:uppercase;color:var(--muted);display:block}.list-meta{font-family:"Inter", sans-serif;font-size:11px;font-weight:400;letter-spacing:0.08em;text-transform:uppercase;color:var(--muted);display:block}.home-section-last{padding-bottom:80px}.section-label{font-family:"Inter", sans-serif;font-size:11px;font-weight:500;letter-spacing:0.15em;text-transform:uppercase;line-height:1.4;margin:0 0 20px}.section-body{font-family:"Inter", sans-serif;font-size:15px;font-weight:400;line-height:1.7;margin:0}.section-divider{height:1px;background:var(--divider);width:100%}.links-list{display:flex;flex-direction:column;gap:8px}.link-item{font-family:"Inter", sans-serif;font-size:15px;line-height:1.7;color:var(--text)}.home-footer{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 80px 60px}.footer-link{font-family:"Inter", sans-serif;font-size:11px;letter-spacing:0.05em;color:var(--muted)}.home-footer .footer-copy{font-family:"Inter", sans-serif;font-size:11px;letter-spacing:0.05em;color:var(--muted);text-transform:uppercase}.projects-grid-section{display:flex;justify-content:center;padding:48px 80px 80px}.projects-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px;max-width:960px;width:100%}.project-card{display:flex;flex-direction:column;flex:1;border:1px solid var(--divider)}.project-card-link{display:block;text-decoration:none;color:inherit}.project-card-link:hover .project-card{background:#F5F3EF}.project-card-image{width:100%;height:200px;overflow:hidden}.project-card-image img{width:100%;height:100%;object-fit:cover;display:block}.project-card-content{display:flex;flex-direction:column;gap:8px;padding:20px;flex:1}.project-card-title{font-family:"Cormorant", "Crimson Text", serif;font-size:20px;font-weight:400;line-height:1.3;color:var(--text);margin:0}.project-card-description{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:var(--muted);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-card-tags{display:flex;gap:6px;margin-top:4px}.project-card-tag{font-family:"Inter", sans-serif;font-size:11px;font-weight:400;letter-spacing:0.05em;color:var(--text);background:var(--divider);padding:4px 8px}.post-masthead{display:flex;justify-content:center;padding:70px 80px 40px}.post-header{width:100%;max-width:760px;display:flex;flex-direction:column;gap:16px}.post-title{font-family:"Cormorant", "Crimson Text", serif;font-size:60px;font-weight:400;line-height:1.05;letter-spacing:-0.01em;color:var(--text);margin:0}.post-meta{display:flex;flex-direction:column;gap:12px}.post-meta time{font-family:"Inter", sans-serif;font-size:11px;font-weight:400;letter-spacing:0.08em;text-transform:uppercase;color:var(--muted)}.post-description{font-family:"Inter", sans-serif;font-size:15px;font-weight:400;line-height:1.6;color:var(--muted);margin:0}.post-body{display:flex;justify-content:center;padding:48px 80px 40px}.post-content{width:100%;max-width:760px;display:flex;flex-direction:column;gap:24px}.post-content p{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:1.7;color:var(--text);margin:0}.post-content h2{font-family:"Inter", sans-serif;font-size:11px;font-weight:500;letter-spacing:0.15em;text-transform:uppercase;line-height:1.4;color:var(--text);margin:0;padding-top:24px}.post-content ul{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:1.7;color:var(--text);margin:0;padding-left:20px}.post-content li{margin-bottom:8px}.post-content li:last-child{margin-bottom:0}.post-content code{font-family:monospace;font-size:14px;background:var(--divider);padding:2px 6px}.post-content a{text-decoration:underline}footer{padding:var(--footer-pad-top) var(--page-gutter) var(--footer-pad-bottom);text-align:center}footer .container{display:flex;flex-direction:column;align-items:center;gap:var(--gap-sm)}footer a{font-size:13px;color:#333333}.footer-copy{font-family:"SF Mono", "Fira Code", "Geist Mono", "Courier New", monospace;font-size:10px;color:#999999;letter-spacing:2.5px;text-transform:uppercase}ul.plain{list-style:none;padding:0;margin:0}.elsewhere-list{display:flex;flex-direction:column;gap:var(--gap-sm)}.elsewhere-item{display:flex;flex-direction:column;gap:4px}.elsewhere-item a{font-size:16px}.elsewhere-item .description{font-size:13px;color:var(--muted)}.currently-item{display:flex;flex-direction:column;gap:8px}.currently-item .label{font-size:13px;text-transform:uppercase;letter-spacing:0.08em;color:var(--muted)}.currently-item .content{font-size:16px;line-height:1.6}.projects-list{display:flex;flex-direction:column;gap:var(--gap-md)}.project-item{display:flex;flex-direction:column;gap:8px}.project-item h3{font-size:22px;font-weight:600;text-transform:none;letter-spacing:0}.project-item .description{font-size:16px;color:var(--muted)}.project-item .meta{font-size:13px;color:var(--muted)}.posts-list{display:flex;flex-direction:column;gap:var(--gap-md)}.post-item{display:flex;flex-direction:column;gap:4px}.post-item a{font-size:22px;font-weight:600}.post-item .date{font-size:13px;color:var(--muted)}.prose{max-width:720px;margin:0 auto;width:100%}.prose h1{font-size:42px;margin-bottom:var(--gap-sm)}.prose .meta{font-size:13px;color:var(--muted);margin-bottom:var(--gap-md)}.prose h2{margin-top:var(--gap-md);margin-bottom:var(--gap-xs)}.prose h3{margin-top:var(--gap-sm);margin-bottom:8px}.prose p{margin-bottom:1rem}.prose ul,.prose ol{margin-bottom:1rem;padding-left:1.5rem}.prose li{margin-bottom:0.25rem}.prose code{font-size:0.9rem;background:var(--divider);padding:2px 6px;border-radius:4px}.prose pre{background:var(--divider);padding:1rem;border-radius:8px;overflow-x:auto;margin-bottom:1rem}.prose pre code{background:none;padding:0}.prose blockquote{border-left:3px solid var(--divider);padding-left:1rem;margin-left:0;color:var(--muted)}.about-sections{display:flex;flex-direction:column;gap:56px}.about-section h2{margin-bottom:var(--gap-xs)}.post-masthead{display:flex;justify-content:center;padding:70px 48px 40px}.post-body{display:flex;justify-content:center;padding:48px 48px 40px}.post-title{font-size:48px}@media (max-width: 1023px){:root{--page-gutter: 48px}.display{font-size:48px}.home-name{font-size:48px}nav{padding:22px 48px}.home-section{padding:30px 48px 25px}.home-section-last{padding-bottom:80px}.home-footer{padding:40px 48px 60px}.projects-grid-section{padding:48px 48px 80px}.projects-grid{grid-template-columns:repeat(3, 1fr);gap:24px}}@media (max-width: 767px){:root{--page-gutter: 24px}.display{font-size:36px}.home-name{font-size:36px}h1,.home-name,.post-title{font-size:32px}nav{flex-direction:row;align-items:center;justify-content:space-between;gap:0;padding:18px 24px;position:relative;z-index:30;background:var(--bg)}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:0;background:none;border:0;cursor:pointer}.nav-toggle span{display:block;width:22px;height:1.5px;background:var(--text);transition:transform 0.2s ease, opacity 0.2s ease;transform-origin:center}nav.is-open .nav-toggle span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}nav.is-open .nav-toggle span:nth-child(2){opacity:0}nav.is-open .nav-toggle span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;padding:8px 24px 24px;background:var(--bg);border-bottom:1px solid #3B3B3B;z-index:29;display:none}nav.is-open .nav-links{display:flex}.nav-link{padding:14px 0}.nav-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,0.4);z-index:20;opacity:0;pointer-events:none;transition:opacity 0.2s ease}body.nav-open .nav-backdrop{opacity:1;pointer-events:auto}body.nav-open{overflow:hidden}.home-hero{padding:50px var(--page-gutter) 25px}.home-section{padding:30px 24px 25px}.home-section-last{padding-bottom:60px}.home-footer{padding:40px 24px 60px}.post-masthead{display:flex;justify-content:center;padding:50px 24px 30px}.post-body{display:flex;justify-content:center;padding:30px 24px 30px}.post-title{font-size:36px}.projects-grid-section{padding:30px 24px 60px}.projects-grid{grid-template-columns:1fr;gap:20px}}
