:root{--bg: #fafaf7;--text: #161616;--muted: #8a8a85;--accent: #c45a32;--frame: rgba(20, 20, 20, .05);--font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", Helvetica, Arial, sans-serif;--font-serif: "Iowan Old Style", "Charter", Georgia, "Times New Roman", serif;--max-w: 600px;--pad-x: clamp(20px, 5vw, 28px)}:root[data-theme=dark]{--bg: #131210;--text: #ececea;--muted: #777570;--frame: rgba(236, 236, 234, .06);--accent: #d97757}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:15px;line-height:1.6;transition:background-color .24s ease,color .24s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;transition:color .16s ease,opacity .16s ease}a:hover{color:var(--accent)}main{max-width:var(--max-w);margin:0 auto;padding:0 var(--pad-x)}.theme-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;color:var(--muted);cursor:pointer;padding:6px;display:inline-flex;align-items:center;justify-content:center;transition:color .16s ease}.theme-toggle:hover{color:var(--accent)}.theme-toggle .icon-moon{display:none}:root[data-theme=dark] .theme-toggle .icon-sun{display:none}:root[data-theme=dark] .theme-toggle .icon-moon{display:inline-block}.hero{padding:40px 0 56px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hero-name{display:flex;flex-direction:column}.hero h1{font-weight:500;font-size:22px;line-height:1.3;letter-spacing:0;margin:0;color:var(--text)}.hero-tag{margin:2px 0 0;font-size:15px;color:var(--muted)}.section{padding:0 0 48px}.section-title{font-weight:500;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:0 0 16px}.about-photo{margin:28px 0 0;padding:0;border-radius:14px;overflow:hidden;background:var(--frame);aspect-ratio:16 / 10}.socials{display:flex;justify-content:center;gap:18px;margin:20px 0 0}.social{display:inline-flex;align-items:center;justify-content:center;color:var(--muted);border-bottom:none;padding:6px;transition:color .16s ease}.social:hover{color:var(--accent)}.social svg{width:18px;height:18px}.projects{display:flex;flex-wrap:wrap;gap:28px}.project{display:flex;flex-direction:column;align-items:center;gap:10px;border-bottom:none;width:96px;color:var(--text)}.project:hover .project-name{color:var(--accent)}.project-icon{width:72px;height:72px;border-radius:16px;background:var(--frame);display:flex;align-items:center;justify-content:center;padding:10px;overflow:hidden}.project-icon img{max-width:100%;max-height:100%;object-fit:contain}.project-icon-whatsnext{color:var(--muted)}.project-icon-whatsnext svg{width:100%;height:100%}.project-name{font-size:13px;color:var(--muted);text-align:center}.project-placeholder{cursor:default}.about-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 30%}.about-body{display:flex;flex-direction:column;gap:14px}.about-body p{margin:0;font-size:15px;line-height:1.65;color:var(--text)}.observations{margin:4px 0;padding-left:22px;display:flex;flex-direction:column;gap:12px}.observations li{font-size:15px;line-height:1.6;padding-left:4px}.observations li::marker{color:var(--muted);font-variant-numeric:tabular-nums}.about-close{margin-top:14px;padding-top:14px;font-size:15.5px;line-height:1.6}.about-close em{font-style:italic}.list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.list-item{display:block}.list-item-link{display:block;border-bottom:none}.list-item-link:hover .list-title{color:var(--accent)}.list-title{font-weight:500;font-size:15px;display:block}.list-meta{font-size:13.5px;color:var(--muted);display:block}.posts{display:flex;flex-direction:column;gap:28px}.post{display:flex;flex-direction:column;gap:6px}.post-title{font-weight:500;font-size:15.5px;line-height:1.35;margin:0}.post-excerpt{margin:0;font-size:14.5px;line-height:1.6;color:var(--muted)}.post-link{font-size:13px;color:var(--muted);border-bottom:none;margin-top:2px;align-self:flex-start}.post-link:hover{color:var(--accent)}.footer{margin-top:48px;padding:80px var(--pad-x) 64px;text-align:center}.footer-quote{margin:0 auto 56px;max-width:36ch}.footer-quote p{font-family:var(--font-serif);font-style:italic;font-weight:400;font-size:20px;line-height:1.45;margin:0 0 12px;color:var(--text)}.footer-quote cite{font-style:normal;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.footer-sign{display:flex;flex-direction:column;gap:2px}.footer-name{font-size:14px;font-weight:500;margin:0}.footer-tag{font-size:14px;color:var(--muted);margin:0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{transition-duration:0ms!important;animation-duration:0ms!important;scroll-behavior:auto!important}}
