*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{color-scheme:light;--bg: #FAF6EF;--bg-2: #F3EDE2;--bg-3: #EDE5D7;--bg-4: #E7DDCC;--bg-5: #DED2BD;--border: #E6DDCD;--border-2: #D8CCB8;--text: #1B1A17;--text-2: #4A4742;--text-3: #74706A;--accent: #9E3A16;--accent-dim: #8A2E0E;--accent-hover:#B0451E;--accent-bg: rgba(158,58,22,.07);--accent-bg2: rgba(158,58,22,.12);--black: #1B1A17;--white: #FAF6EF;--nav-bg: rgba(250,246,239,.88);--serif: "Spectral", "Be Vietnam Pro", Georgia, "Times New Roman", serif;--sans: "Spectral", "Be Vietnam Pro", Georgia, serif;--mono: "Spectral", "Be Vietnam Pro", Georgia, serif;--radius: 4px;--nav-h: 48px;--container: 760px;--gutter: 32px;--gutter-sm: 20px}[data-theme=dark]{color-scheme:dark;--bg: #1A1714;--bg-2: #221F1B;--bg-3: #2C2924;--bg-4: #343028;--bg-5: #3D382F;--border: #3A342A;--border-2: #4A4238;--text: #F0EBE1;--text-2: #BDB5A8;--text-3: #907E72;--accent: #C8683E;--accent-dim: #A84D26;--accent-hover:#D4754A;--accent-bg: rgba(200,104,62,.1);--accent-bg2: rgba(200,104,62,.18);--black: #F0EBE1;--white: #1A1714;--nav-bg: rgba(26,23,20,.88)}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--bg);color:var(--text);font-size:1.1875rem;line-height:1.62;letter-spacing:0;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-kerning:normal;min-height:100vh}::selection{background:var(--accent-bg2);color:var(--text)}a{text-decoration:none;color:inherit}.text-2{color:var(--text-2)}.text-3{color:var(--text-3)}.accent,.accent-link{color:var(--accent)}.tag-chip{font-weight:500;font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3)}.nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;padding:0 var(--gutter);height:48px;background:var(--nav-bg);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner{width:100%;max-width:var(--container);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-brand{display:flex;align-items:center;gap:0;font-size:21px;font-weight:700;letter-spacing:-.01em;line-height:1;font-family:var(--serif)}.nav-brand-wordmark{color:var(--text);transition:color .15s}.nav-brand:hover .nav-brand-wordmark{color:var(--accent)}.nav-dot{color:var(--accent);font-weight:700}.nav-links{display:flex;gap:2px}.nav-link{font-weight:500;font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:4px;color:var(--text-3);transition:background .15s,color .15s}.nav-link:hover{background:var(--bg-4);color:var(--text)}.nav-link.active{color:var(--text);background:var(--bg-3)}.home{max-width:var(--container);margin:0 auto;padding:56px var(--gutter) 96px}.home-section{margin-top:72px}.section-hd{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px}.section-title{font-weight:600;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-2)}.section-all{font-size:.8125rem;letter-spacing:.06em;color:var(--text-3);transition:color .15s}.section-all:hover{color:var(--accent)}.hero{display:flex;flex-direction:column;position:relative;border-top:1px solid var(--border)}.hero-name{font-family:var(--serif);font-size:clamp(2.75rem,6vw,4.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.05;margin-bottom:20px;text-wrap:balance;color:var(--text)}.hero-hook{font-family:var(--serif);font-style:italic;font-size:1.375rem;font-weight:400;color:var(--text);margin-bottom:24px;line-height:1.55;max-width:34ch;text-wrap:balance}.hero-roles{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:28px;font-size:.8125rem;font-weight:500;color:var(--text-3)}.role-item{color:var(--text-3)}.role-item.active{color:var(--text);font-weight:600}.role-sep{color:var(--accent);font-size:11px}.hero-company{font-size:.75rem}.hero-bio{font-size:1.0625rem;color:var(--text-2);line-height:1.8;margin-bottom:28px;max-width:60ch;text-wrap:pretty;letter-spacing:.005em}.hero-ctas{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.btn-primary{font-weight:600;font-size:.8125rem;padding:8px 18px;background:var(--text);color:var(--bg);border-radius:4px;transition:background .15s}.btn-primary:hover{background:var(--accent-dim)}.btn-ghost{font-weight:500;font-size:.8125rem;padding:7px 18px;border:1px solid var(--border-2);color:var(--text-2);border-radius:4px;transition:border-color .15s,color .15s}.btn-ghost:hover{border-color:var(--accent);color:var(--text)}.hero-meta{font-size:.75rem;letter-spacing:.04em;padding-top:18px;border-top:1px solid var(--border);color:var(--text-3);font-variant-numeric:oldstyle-nums}.post-feed{display:flex;flex-direction:column}.post-row{display:flex;align-items:center;gap:14px;padding:15px 8px;border-bottom:1px solid var(--border);transition:background .12s;border-radius:4px}.post-row:hover{background:var(--bg-2)}.post-title{font-size:1.125rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .12s;min-width:0}.post-row:hover .post-title{color:var(--accent)}.post-date{font-size:.75rem;white-space:nowrap;margin-left:auto;color:var(--text-3);font-variant-numeric:oldstyle-nums}.page-wrap{max-width:var(--container);margin:0 auto;padding:56px var(--gutter) 96px}.page-title{font-family:var(--serif);font-size:clamp(2rem,4.5vw,2.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.08;margin-bottom:12px;text-wrap:balance}.page-sub{font-size:1.0625rem;color:var(--text-2);margin-bottom:44px;max-width:60ch;line-height:1.6}.writing-list{display:flex;flex-direction:column}.writing-row{display:grid;grid-template-columns:1fr auto;gap:4px 16px;align-items:baseline;padding:18px 8px;border-bottom:1px solid var(--border);border-radius:4px;transition:background .12s}.writing-row:hover{background:var(--bg-2)}.writing-row-title{font-family:var(--serif);font-size:1.25rem;font-weight:600;color:var(--text);letter-spacing:-.01em;transition:color .12s;text-wrap:balance}.writing-row:hover .writing-row-title{color:var(--accent)}.writing-row-desc{grid-column:1;font-size:1rem;line-height:1.55;max-width:62ch}.writing-row-date{font-size:.75rem;color:var(--text-3);white-space:nowrap;grid-column:2;grid-row:1;font-variant-numeric:oldstyle-nums}.journal-empty{padding:32px 0 8px;max-width:54ch}.journal-empty--page{padding:12px 0 0}.journal-empty-lead{font-family:var(--serif);font-style:italic;font-size:1.5rem;font-weight:500;color:var(--text);letter-spacing:-.005em;line-height:1.3;margin-bottom:12px}.journal-empty-lead:before{content:"";display:inline-block;width:2px;height:.92em;vertical-align:-.12em;margin-right:12px;background:var(--accent);border-radius:1px;opacity:.85}.journal-empty-sub{font-size:1.1875rem;color:var(--text-2);line-height:1.78;text-wrap:pretty;letter-spacing:.005em}.journal-empty-sub a{color:var(--accent);text-decoration:underline;text-underline-offset:.18em;text-decoration-thickness:1px;text-decoration-color:#9e3a1666;transition:text-decoration-color .15s}.journal-empty-sub a:hover{text-decoration-color:var(--accent)}.journal-rules{margin-top:28px;height:132px;background:repeating-linear-gradient(to bottom,transparent 0,transparent 32px,var(--border) 32px,var(--border) 33px);-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 55%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 55%,transparent 100%);opacity:.9}.post-article{max-width:var(--container);margin:0 auto;padding:52px var(--gutter) 96px}.back-link{font-size:.75rem;display:inline-block;margin-bottom:24px;transition:color .12s;color:var(--text-3)}.back-link:hover{color:var(--accent)}.post-article-meta{display:flex;align-items:center;gap:8px;font-size:.75rem;margin-bottom:16px;flex-wrap:wrap;color:var(--text-3);font-variant-numeric:oldstyle-nums}.post-article-title{font-family:var(--serif);font-size:clamp(2.25rem,5vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.12;margin-bottom:12px;text-wrap:balance}.post-article-sub{font-family:var(--serif);font-style:italic;font-size:1.25rem;color:var(--text-2);line-height:1.5;margin-bottom:14px}.post-article-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:20px}.post-divider{height:1px;background:var(--border);margin-bottom:36px}.post-content{font-size:1.1875rem;line-height:1.78;color:var(--text-2);max-width:68ch;letter-spacing:.005em}.post-content p{margin-bottom:1.4em}.post-content h2{font-family:var(--serif);font-size:1.6875rem;font-weight:700;line-height:1.3;color:var(--text);margin:2em 0 .7em}.post-content blockquote{border-left:1px solid var(--border-2);padding-left:18px;color:var(--text-3);font-style:italic;margin:1.5em 0}.post-content p:first-child:first-letter{font-size:3.4em;font-weight:700;float:left;line-height:.78;margin:.06em .1em 0 0;color:var(--accent)}.post-content a{color:var(--accent);text-decoration:underline;text-underline-offset:.18em;text-decoration-thickness:1px;text-decoration-color:#9e3a1666;transition:text-decoration-color .15s}.post-content a:hover{text-decoration-color:var(--accent)}.post-footer{margin-top:40px;padding-top:20px;border-top:1px solid var(--border)}.fp-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.fp-card{display:flex;flex-direction:column;background:var(--bg-2);border:1px solid var(--border-2);border-radius:6px;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .2s,transform .15s;position:relative}.fp-card:hover{transform:translateY(-2px);border-color:var(--accent-dim)}.fp-card-accent{height:2px;flex-shrink:0;background:var(--accent)}.fp-card-body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:8px;flex:1}.fp-card-top{display:flex;align-items:center;justify-content:space-between}.fp-card-emoji{font-size:22px;line-height:1}.fp-card-badge{font-weight:500;font-size:.5rem;letter-spacing:.12em;text-transform:uppercase;padding:2px 7px;border-radius:3px;border:1px solid;line-height:1.4}.fp-badge-active{color:var(--accent);border-color:#9e3a1640;background:var(--accent-bg)}.fp-badge-building{color:#2f7d4f;border-color:#2f7d4f40;background:#2f7d4f0f}.fp-card-name{font-family:var(--serif);font-size:1.1875rem;font-weight:700;color:var(--text);letter-spacing:-.01em;line-height:1.2}.fp-card-tag{font-size:.875rem;color:var(--text-3);line-height:1.5;flex:1}.fp-perfeat .fp-card-accent{background:var(--accent)}.fp-perfeat:hover{border-color:var(--accent)}.projects-list{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.project-card{display:block;padding:20px;background:var(--bg-2);border:1px solid var(--border-2);border-radius:6px;transition:border-color .15s;text-decoration:none;color:inherit}.project-card:hover{border-color:var(--accent-dim)}.project-card.no-link{cursor:default}.project-card.no-link:hover{border-color:var(--border-2)}.project-hd{display:flex;align-items:center;gap:12px;margin-bottom:12px}.project-emoji{font-size:24px;line-height:1}.project-info{flex:1}.project-name{font-family:var(--serif);font-size:1.3125rem;font-weight:700;color:var(--text);letter-spacing:-.02em;line-height:1.2}.project-tagline{font-size:.75rem;margin-top:2px;color:var(--text-3)}.project-status{font-weight:500;font-size:.5625rem;letter-spacing:.12em;text-transform:uppercase;padding:3px 8px;border-radius:3px;border:1px solid;flex-shrink:0}.status-active{color:var(--accent);border-color:#9e3a164d;background:var(--accent-bg)}.status-building{color:#2f7d4f;border-color:#2f7d4f4d;background:#2f7d4f12}.status-parked{color:var(--text-3);border-color:var(--border-2);background:var(--bg-4)}.project-desc{font-size:1.0625rem;color:var(--text-2);line-height:1.7;margin-bottom:14px}.project-highlights{display:flex;flex-direction:column;gap:6px}.project-highlight{font-size:.9375rem;color:var(--text-2);line-height:1.6;padding-left:16px;position:relative}.project-highlight:before{content:"·";position:absolute;left:4px;color:var(--accent)}.projects-legend{display:flex;gap:20px;flex-wrap:wrap;font-size:.75rem;padding:12px 0;border-top:1px solid var(--border);color:var(--text-3)}.legend-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:4px}.active-dot{background:var(--accent)}.building-dot{background:#2f7d4f}.parked-dot{background:var(--text-3)}.about-section{margin-bottom:44px}.about-section:last-of-type{margin-bottom:32px}.about-h2{font-family:var(--serif);font-size:1.5rem;font-weight:700;color:var(--text);letter-spacing:-.02em;line-height:1.2;margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid var(--border)}.about-section p{font-size:1.125rem;color:var(--text-2);line-height:1.8;margin-bottom:1.2em;max-width:62ch;letter-spacing:.005em}.about-section p:last-child{margin-bottom:0}.about-section p a{color:var(--accent);text-decoration:underline;text-underline-offset:.18em;text-decoration-thickness:1px;text-decoration-color:#9e3a1666;transition:text-decoration-color .15s}.about-section p a:hover{text-decoration-color:var(--accent)}.about-cta{display:flex;gap:12px;margin-bottom:36px;padding-top:20px;border-top:1px solid var(--border)}.about-contact{border-top:1px solid var(--border);padding-top:20px}.about-contact-label{font-size:.75rem;color:var(--text-3);margin-bottom:12px;font-weight:500}.about-socials{display:flex;gap:20px}.about-social{font-size:.8125rem;color:var(--accent);transition:opacity .15s;font-weight:500}.about-social:hover{opacity:.75}[data-theme=dark] .fp-badge-building,[data-theme=dark] .status-building{color:#3d9a62;border-color:#3d9a624d;background:#3d9a6217}[data-theme=dark] .building-dot{background:#3d9a62}[data-theme=dark] .tag-chip{font-weight:600}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--bg-5)}@media(max-width:640px){:root{--gutter: var(--gutter-sm)}body{font-size:1.0625rem;line-height:1.65}.home{padding-top:40px;padding-bottom:72px}.home-section{margin-top:56px}.hero-hook{font-size:1.1875rem;font-weight:400}.post-content{font-size:1.0625rem;line-height:1.8}.page-wrap{padding:40px var(--gutter) 72px}.post-article{padding:36px var(--gutter) 72px}.post-date{display:none}.about-socials{flex-direction:column;gap:10px}}@media(prefers-reduced-motion:reduce){.fp-card:hover,.btn-primary:hover,.btn-ghost:hover{transform:none}}.theme-toggle[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-left:6px;border:1px solid var(--border-2);border-radius:4px;background:transparent;color:var(--text-3);cursor:pointer;transition:background .15s,color .15s,border-color .15s;font-size:14px;line-height:1;flex-shrink:0}.theme-toggle[data-astro-cid-dmqpwcec]:hover{background:var(--bg-3);color:var(--text);border-color:var(--border-2)}.theme-toggle-sun[data-astro-cid-dmqpwcec]{display:none}.theme-toggle-moon[data-astro-cid-dmqpwcec],[data-astro-cid-dmqpwcec][data-theme=dark] .theme-toggle-sun[data-astro-cid-dmqpwcec]{display:inline}[data-astro-cid-dmqpwcec][data-theme=dark] .theme-toggle-moon[data-astro-cid-dmqpwcec]{display:none}
