:root{--bg: #fbfbfc;--bg-soft: #f1f3f5;--surface: #ffffff;--text: #1a1d23;--muted: #5b6573;--accent: #2563eb;--accent-soft: rgba(37, 99, 235, .1);--border: #e4e7ec;--max: 960px;--radius: 14px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.container{max-width:var(--max);margin:0 auto;padding:0 1.5rem}nav{position:sticky;top:0;z-index:20;background:#ffffffd9;backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.nav-inner{display:flex;justify-content:space-between;align-items:center;height:60px}.brand{font-weight:800;color:var(--text);letter-spacing:.05em;border:1px solid var(--border);border-radius:8px;padding:.25rem .55rem}.brand:hover{text-decoration:none;border-color:var(--accent)}.links{display:flex;gap:1.4rem;flex-wrap:wrap}.links a{color:var(--muted);font-size:.9rem}.links a:hover{color:var(--text);text-decoration:none}.hero{padding:5.5rem 0 4.5rem;background:radial-gradient(900px 400px at 80% -10%,var(--accent-soft),transparent 70%)}.hero-grid{display:grid;grid-template-columns:1fr 280px;gap:3rem;align-items:center}.eyebrow{color:var(--accent);font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem}h1{font-size:clamp(2.4rem,6vw,3.6rem);line-height:1.05;letter-spacing:-.02em}.hero .role{font-size:1.15rem;color:var(--text);margin:.6rem 0 1.2rem;font-weight:600}.hero .tagline{color:var(--muted);font-size:1.05rem;max-width:38rem;margin-bottom:1.8rem}.hero-photo img{width:280px;height:280px;object-fit:cover;border-radius:50%;border:3px solid var(--border)}.socials{display:flex;gap:.75rem;flex-wrap:wrap}.btn{display:inline-block;padding:.55rem 1.1rem;border:1px solid var(--border);border-radius:999px;color:var(--text);font-size:.9rem;background:var(--surface);transition:border-color .15s,transform .15s}.btn:hover{border-color:var(--accent);text-decoration:none;transform:translateY(-1px)}section{padding:4.5rem 0;border-top:1px solid var(--border)}h2{font-size:1.6rem;margin-bottom:2rem;display:flex;align-items:baseline;gap:.75rem}h2 span{color:var(--accent);font-size:.95rem;font-weight:700;font-variant-numeric:tabular-nums}h3{font-size:1.12rem;margin-bottom:.3rem}.subhead{margin:2.5rem 0 1rem}.prose p{color:var(--muted);margin-bottom:1rem;max-width:46rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.tag{background:var(--bg-soft);border:1px solid var(--border);color:var(--muted);font-size:.78rem;padding:.2rem .65rem;border-radius:999px}.timeline{display:flex;flex-direction:column;gap:.5rem}.tl-item{display:grid;grid-template-columns:150px 1fr;gap:1.75rem;padding:1.6rem 0;border-bottom:1px solid var(--border)}.tl-item:last-child{border-bottom:none}.tl-left{display:flex;flex-direction:column;gap:.7rem}.tl-period{color:var(--muted);font-size:.85rem;font-variant-numeric:tabular-nums}.tl-logo{background:#fff;border-radius:10px;padding:.45rem .6rem;width:120px;height:54px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.tl-logo img{max-width:100%;max-height:100%;object-fit:contain}.tl-meta{color:var(--accent);font-size:.9rem;margin-bottom:.6rem}.tl-body p{color:var(--muted)}.tl-body ul{margin:.4rem 0 0 1.1rem;color:var(--muted)}.tl-body li{margin-bottom:.35rem}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px #1018280a;transition:transform .18s,border-color .18s,box-shadow .18s}.card:hover{transform:translateY(-3px);border-color:var(--accent);box-shadow:0 8px 24px #10182814}.card-img{aspect-ratio:16 / 10;overflow:hidden;background:var(--bg-soft)}.card-img img{width:100%;height:100%;object-fit:cover}.card-img--ph{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--accent-soft),var(--bg-soft))}.card-img--ph span{font-size:3rem;font-weight:800;color:var(--accent);opacity:.6}.card-body{padding:1.25rem;display:flex;flex-direction:column}.card-role{color:var(--accent);font-size:.82rem;margin-bottom:.6rem}.card-body p{color:var(--muted);font-size:.92rem;margin-bottom:.9rem}.card .tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto}.contact p{color:var(--muted);max-width:40rem;margin-bottom:1.5rem}footer{padding:2.5rem 0;text-align:center;color:var(--muted);font-size:.85rem;border-top:1px solid var(--border)}@media (max-width: 760px){.hero{padding:3.5rem 0}.hero-grid{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-photo{order:-1;justify-self:center}.hero-photo img{width:180px;height:180px}.hero .tagline,.prose p{margin-left:auto;margin-right:auto}.socials{justify-content:center}.grid{grid-template-columns:1fr}.tl-item{grid-template-columns:1fr;gap:.8rem}.tl-left{flex-direction:row;align-items:center;gap:1rem}.links{gap:.9rem}}
