/* Minimal clean style */ 
:root{--fg:#1f2937;--sub:#4b5563;--link:#0b69c7;--bg:#fff;--muted:#e5e7eb;}
*{box-sizing:border-box} html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--fg);line-height:1.6}
.container{max-width:980px;margin:0 auto;padding:1.2rem}
h1,h2{line-height:1.2;margin:.2rem 0 .6rem}
h1.name{font-size:2.2rem;margin-top:.4rem}
.title{color:var(--sub);margin-top:.2rem}
.contact{margin-top:.4rem}
.contact a{color:var(--link);text-decoration:none}
.nav{margin-top:.6rem}
.nav a{margin-right:1rem;color:var(--link);text-decoration:none}
.nav a:hover{text-decoration:underline}
hr{border:none;height:1px;background:var(--muted);margin:1rem 0}
.foot{border-top:1px solid var(--muted);font-size:.9rem;color:var(--sub)}
.head-flex{display:grid;grid-template-columns:1fr 190px;gap:1.2rem;align-items:start}
.head-photo img{width:190px;height:190px;object-fit:cover;border-radius:12px;border:1px solid var(--muted)}
@media (max-width:680px){.head-flex{grid-template-columns:1fr}.head-photo img{width:140px;height:140px}}
