/* Minimal custom styles for portfolio */
:root{--site-max-width:1100px}
.container{max-width:var(--site-max-width);margin:2rem auto}
header.grid{display:flex;justify-content:space-between;align-items:center}
header nav ul{list-style:none;padding:0;margin:0;display:flex;gap:1rem}
.card{padding:1rem;margin:.5rem 0;border-left:4px solid var(--accent-contrast);background:var(--surface)}
.lead{font-size:1.05rem}
.muted{color:var(--muted,#666)}
@media (max-width:700px){header.grid{flex-direction:column;gap:1rem}}
