*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #FAFAF7;--text: #1C1917;--muted: #78716C;--accent: #9B6B3A;--border: #E7E5E4;--surface: #F5F4EF}html{background:var(--bg);color:var(--text);scroll-behavior:smooth}.read-progress{position:fixed;top:0;left:0;right:0;height:2px;background:transparent;z-index:100;pointer-events:none}.read-progress-bar{height:100%;width:0;background:var(--accent);transition:width .1s linear;transform-origin:left}@supports (animation-timeline: scroll()){.read-progress-bar{width:100%;transform:scaleX(0);animation:read-progress linear;animation-timeline:scroll(root)}@keyframes read-progress{to{transform:scaleX(1)}}}body{font-family:Georgia,Times New Roman,serif;font-size:18px;line-height:1.75;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.container{max-width:640px;margin:0 auto;padding:0 24px}nav{padding:24px 0;border-bottom:1px solid var(--border)}nav .inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.nav-name{font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;letter-spacing:-.01em;color:var(--text);text-decoration:none;white-space:nowrap}.nav-links{display:flex;flex-wrap:wrap;gap:20px;list-style:none;justify-content:flex-end}.nav-links a{font-family:system-ui,-apple-system,sans-serif;font-size:14px;color:var(--muted);text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--text)}.hero{padding:72px 0 56px;border-bottom:1px solid var(--border)}.hero-avatar{width:72px;height:72px;border-radius:50%;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;margin-bottom:32px;overflow:hidden}.hero-avatar img{width:100%;height:100%;object-fit:cover;display:block}.hero-avatar-initials{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:600;color:var(--muted)}.hero-name{font-size:52px;font-weight:400;line-height:1.05;letter-spacing:-.035em;margin-bottom:24px;color:var(--text)}.hero-bio{font-size:20px;color:var(--text);line-height:1.55;max-width:560px;margin-bottom:28px}.hero-facts{display:grid;grid-template-columns:auto 1fr;column-gap:22px;row-gap:4px;max-width:560px;margin-top:4px}.hero-facts dt{font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:16px;color:var(--muted);line-height:1.85;text-align:right;white-space:nowrap}.hero-facts dd{font-family:Georgia,Times New Roman,serif;font-size:16px;color:var(--text);line-height:1.85}@media(max-width:520px){.hero-name{font-size:40px}.hero-bio{font-size:18px}.hero-facts{grid-template-columns:1fr;row-gap:0}.hero-facts dt{text-align:left;margin-top:14px;font-size:15px;line-height:1.4;color:var(--muted);opacity:.85}.hero-facts dt:first-of-type{margin-top:0}.hero-facts dd{font-size:16px;line-height:1.4}}section{padding:48px 0;border-bottom:1px solid var(--border)}.section-label{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:28px}.writing-list{list-style:none}.writing-item{padding:20px 0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:baseline;gap:16px}.writing-item:first-child{padding-top:0}.writing-item:last-child{border-bottom:none;padding-bottom:0}.writing-title{font-size:18px;color:var(--text);text-decoration:none;font-style:italic;line-height:1.4;transition:color .15s}.writing-title:hover{color:var(--accent)}.writing-desc{font-family:system-ui,-apple-system,sans-serif;font-size:14px;color:var(--muted);margin-top:4px;line-height:1.5}.writing-year{font-family:system-ui,-apple-system,sans-serif;font-size:13px;color:var(--muted);white-space:nowrap;flex-shrink:0}.books-list{list-style:none}.book-item{padding:20px 0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:40px 1fr;gap:18px;align-items:start}.book-item:first-child{padding-top:0}.book-item:last-child{border-bottom:none;padding-bottom:0}.book-icon{width:36px;height:36px;color:var(--muted);opacity:.75;margin-top:2px;transition:opacity .2s,color .2s;flex-shrink:0}.book-item:hover .book-icon{color:var(--accent);opacity:1}.book-title{font-size:17px;font-style:italic;color:var(--text);line-height:1.3;margin-bottom:2px}.book-author{font-family:system-ui,-apple-system,sans-serif;font-size:13px;color:var(--muted);margin-bottom:6px}.book-note{font-family:system-ui,-apple-system,sans-serif;font-size:14px;color:var(--muted);line-height:1.5}.books-footer{margin-top:28px;padding-top:20px;border-top:1px solid var(--border);text-align:center}.books-footer a{font-family:system-ui,-apple-system,sans-serif;font-size:14px;color:var(--accent);text-decoration:none;transition:color .15s}.books-footer a:hover{color:var(--text)}.projects-list{list-style:none;display:flex;flex-direction:column;gap:0}.project-item{padding:32px 0;border-bottom:1px solid var(--border)}.project-item:first-child{padding-top:0}.project-item:last-child{border-bottom:none;padding-bottom:0}.project-meta{display:flex;align-items:center;gap:12px;margin-bottom:12px}.project-name{font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;color:var(--text);letter-spacing:-.01em}.project-status{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--accent);background:#f5ede2;padding:3px 8px;border-radius:3px}.project-fields{display:flex;flex-direction:column;gap:14px}.project-field-label{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}.project-field-value{font-size:16px;line-height:1.7;color:#44403c}.about-text{font-size:18px;line-height:1.8;color:#44403c}.about-text p+p{margin-top:20px}.links-list{list-style:none;display:flex;flex-direction:column;gap:12px}.links-list a{font-family:system-ui,-apple-system,sans-serif;font-size:15px;color:var(--text);text-decoration:none;display:flex;align-items:center;gap:8px;transition:color .15s}.links-list a:hover{color:var(--accent)}.link-label{font-size:13px;color:var(--muted);width:80px;flex-shrink:0}.post-header{padding:48px 0 40px;border-bottom:1px solid var(--border)}.post-back{font-family:system-ui,-apple-system,sans-serif;font-size:13px;color:var(--muted);text-decoration:none;display:inline-block;margin-bottom:28px;transition:color .15s}.post-back:hover{color:var(--text)}.post-title{font-size:36px;font-weight:400;font-style:italic;line-height:1.2;letter-spacing:-.02em;margin-bottom:14px}.post-meta{font-family:system-ui,-apple-system,sans-serif;font-size:13px;color:var(--muted);display:flex;flex-wrap:wrap;gap:0 10px;letter-spacing:.01em}.post-meta span[aria-hidden=true]{color:var(--muted);opacity:.55}.post-date{font-family:system-ui,-apple-system,sans-serif;font-size:14px;color:var(--muted)}.prose{padding:40px 0 48px;font-size:18px;line-height:1.85;color:#44403c;border-bottom:1px solid var(--border)}.prose p{margin-bottom:24px}.prose p:last-child{margin-bottom:0}.prose>p:first-of-type:first-letter{font-size:56px;line-height:1;float:left;padding:6px 10px 0 0;font-weight:400;color:var(--text);font-family:Georgia,serif}.footnote-ref{font-size:.75em;vertical-align:super;line-height:0;color:var(--accent);text-decoration:none;font-family:system-ui,-apple-system,sans-serif;font-weight:600;margin:0 1px 0 2px;cursor:help;border-bottom:1px dotted var(--accent)}.footnote-ref:hover{color:var(--text)}.footnote-tip{display:inline;position:relative}.footnote-tip .footnote-body{display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);width:min(320px,80vw);background:var(--text);color:var(--bg);font-family:system-ui,-apple-system,sans-serif;font-size:13px;line-height:1.55;padding:10px 12px;border-radius:4px;z-index:10;text-align:left;font-style:normal;letter-spacing:.01em}.footnote-tip .footnote-body:after{content:"";position:absolute;top:100%;left:50%;margin-left:-4px;border:4px solid transparent;border-top-color:var(--text)}.footnote-tip:hover .footnote-body,.footnote-tip:focus-within .footnote-body{display:block}@media(max-width:520px){.footnote-tip .footnote-body{left:0;transform:none;width:calc(100vw - 48px);max-width:320px}.footnote-tip .footnote-body:after{left:20px;margin-left:0}}.prose h2{font-size:24px;font-weight:400;font-style:italic;margin:40px 0 16px;color:var(--text)}.prose h3{font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin:36px 0 14px;color:var(--muted)}.prose a{color:var(--accent);text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .15s}.prose a:hover{text-decoration-color:var(--accent)}.prose blockquote{border-left:2px solid var(--accent);padding-left:20px;margin:32px 0;font-style:italic;color:var(--muted)}.prose strong{color:var(--text);font-weight:600}.prose em{font-style:italic}.prose ul,.prose ol{margin:20px 0;padding-left:24px}.prose li{margin-bottom:8px}.post-footer{padding:32px 0}footer{padding:32px 0;border-top:1px solid var(--border);margin-top:0}footer p{font-family:system-ui,-apple-system,sans-serif;font-size:13px;color:var(--muted)}
