*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f7f5f0;--bg2: #ffffff;--bg3: #edeae3;--border: rgba(0,0,0,.09);--border2: rgba(0,0,0,.18);--text: #1a1916;--muted: #1a1916;--accent: #2d5a8e;--accent2: #3d7a5c;--serif: "DM Serif Display", serif;--mono: "DM Mono", monospace;--sans: "Inter", sans-serif}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-weight:300;line-height:1.75;font-size:16px;overflow-x:hidden}.container{max-width:900px;margin:0 auto;padding:0 2rem}nav{position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid var(--border);background:#f7f5f0e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-inner{max-width:900px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:56px}.nav-logo{font-family:var(--mono);font-size:13px;font-weight:500;color:var(--accent);letter-spacing:.04em;text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:13px;color:var(--muted);text-decoration:none;letter-spacing:.04em;transition:color .2s}.nav-links a:hover{color:var(--text)}#hero{display:flex;flex-direction:column;justify-content:center;padding:14rem 0 12rem}.hero-layout{display:grid;grid-template-columns:1fr 220px;gap:4rem;align-items:center}.hero-eyebrow{font-family:var(--mono);font-size:12px;font-weight:400;color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.hero-eyebrow:before{content:"";width:32px;height:1px;background:var(--accent)}h1{font-family:var(--serif);font-size:clamp(2.8rem,7vw,5rem);font-weight:400;line-height:1.05;color:var(--text);margin-bottom:1rem;letter-spacing:-.01em}h1 em{font-style:italic;color:var(--accent)}.hero-subtitle{font-size:17px;font-weight:300;color:var(--muted);max-width:480px;margin-bottom:2.5rem;line-height:1.65}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.hero-photo{width:220px;height:280px;border-radius:4px;border:1px solid var(--border2);background:var(--bg3);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.hero-photo img{width:100%;height:100%;object-fit:cover;display:block}.photo-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;padding:1.5rem;text-align:center;width:100%;height:100%}.photo-icon{width:52px;height:52px;border-radius:50%;border:1px dashed var(--border2);display:flex;align-items:center;justify-content:center}.photo-icon svg{width:24px;height:24px;stroke:var(--muted)}.photo-label{font-family:var(--mono);font-size:10px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;line-height:1.6}.hero-stats{display:flex;gap:3rem;margin-top:4rem;padding-top:2.5rem;border-top:1px solid var(--border);flex-wrap:wrap}.stat-val{font-family:var(--serif);font-size:2rem;color:var(--text)}.stat-label{font-size:11px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-top:.1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.35rem;font-size:13px;font-weight:400;letter-spacing:.04em;text-decoration:none;border-radius:2px;transition:all .2s}.btn-primary{background:var(--accent);color:#fff;border:1px solid var(--accent)}.btn-primary:hover{background:#1e4a78;border-color:#1e4a78}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--border2)}.btn-ghost:hover{border-color:var(--text)}section{padding:6rem 0;border-top:1px solid var(--border)}.section-label{font-family:var(--mono);font-size:11px;font-weight:500;color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin-bottom:3rem;display:flex;align-items:center;gap:.75rem}.section-label:after{content:"";flex:1;height:1px;background:var(--border)}h2{font-family:var(--serif);font-size:clamp(1.9rem,4vw,2.6rem);font-weight:400;line-height:1.15;margin-bottom:1.5rem}.about-grid{display:grid;grid-template-columns:3fr 2fr;gap:4rem;align-items:start}.about-text p{color:var(--muted);margin-bottom:1rem}.about-text p:last-child{margin-bottom:0}.tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.tag{font-family:var(--mono);font-size:11px;color:var(--muted);border:1px solid var(--border2);padding:.3rem .75rem;border-radius:2px;letter-spacing:.04em;transition:border-color .2s,color .2s}.tag:hover{border-color:var(--accent);color:var(--accent)}.aside-block{background:var(--bg3);border:1px solid var(--border);padding:1.4rem;border-radius:3px}.aside-block h4{font-family:var(--mono);font-size:10px;font-weight:500;color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.85rem}.aside-item{display:flex;align-items:baseline;gap:.5rem;font-size:14px;color:var(--muted);margin-bottom:.55rem}.aside-item:before{content:"→";color:var(--accent2);font-size:12px;flex-shrink:0}.timeline{position:relative}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:var(--border2)}.tl-item{padding-left:2.5rem;padding-bottom:3rem;position:relative}.tl-item:last-child{padding-bottom:0}.tl-dot{position:absolute;left:-4px;top:6px;width:9px;height:9px;border-radius:50%;background:var(--bg);border:1.5px solid var(--border2);transition:background .2s,border-color .2s}.tl-item:hover .tl-dot{background:var(--accent);border-color:var(--accent)}.tl-date{font-family:var(--mono);font-size:11px;color:var(--muted);letter-spacing:.06em;margin-bottom:.4rem}.tl-role{font-family:var(--serif);font-size:1.25rem;color:var(--text);margin-bottom:.2rem}.tl-company{font-size:14px;color:var(--accent);margin-bottom:.7rem}.tl-desc{font-size:14px;color:var(--muted);max-width:560px}.tl-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.tl-tag{font-family:var(--mono);font-size:10px;color:var(--muted);border:1px solid var(--border2);padding:.2rem .5rem;border-radius:2px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.25rem}.project-card{background:var(--bg2);border:1px solid var(--border);padding:1.6rem;border-radius:3px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;flex-direction:column;gap:.7rem;text-decoration:none;color:inherit}.project-card:hover{border-color:var(--border2);box-shadow:0 4px 20px #00000012;transform:translateY(-2px)}.project-num{font-family:var(--mono);font-size:11px;color:var(--accent);letter-spacing:.08em}.project-title{font-family:var(--serif);font-size:1.2rem;line-height:1.25;color:var(--text)}.project-desc{font-size:14px;color:var(--muted);flex:1}.project-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--border)}.project-stack{font-family:var(--mono);font-size:10px;color:var(--muted)}.project-arrow{color:var(--accent);transition:transform .2s}.project-card:hover .project-arrow{transform:translate(4px)}.edu-grid{display:grid;gap:1.25rem}.edu-card{background:var(--bg2);border:1px solid var(--border);padding:1.4rem 1.6rem;border-radius:3px;display:flex;justify-content:space-between;align-items:start;gap:2rem;transition:border-color .2s}.edu-card:hover{border-color:var(--border2)}.edu-degree{font-family:var(--serif);font-size:1.1rem;color:var(--text);margin-bottom:.25rem}.edu-school{font-size:14px;color:var(--accent);margin-bottom:.35rem}.edu-detail{font-size:13px;color:var(--muted)}.edu-year{font-family:var(--mono);font-size:11px;color:var(--muted);white-space:nowrap;padding-top:.2rem}.contact-inner{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 0}.contact-inner h2{margin-bottom:.75rem}.contact-inner p{color:var(--muted);margin-bottom:2.5rem;max-width:460px}.contact-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}footer{position:relative;border-top:1px solid var(--border);padding:2rem 0;text-align:center;font-family:var(--mono);font-size:11px;color:var(--muted);letter-spacing:.06em}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .65s ease both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.22s}.delay-3{animation-delay:.35s}.delay-4{animation-delay:.5s}@media(max-width:680px){.hero-layout{grid-template-columns:1fr}.hero-photo{width:140px;height:180px;margin:0 auto;order:-1}.about-grid{grid-template-columns:1fr}.edu-card{flex-direction:column;gap:.4rem}.nav-links{display:none}}@media(max-width:680px){#knock-btn[data-astro-cid-sckkx6r4] img[data-astro-cid-sckkx6r4]{height:90px!important}}
