/* Reset & globals */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: sans-serif; line-height: 1.6; color: #333; }
a { color: inherit; text-decoration: none; }

/* Header / nav */
.site-header { background: #fafafa; border-bottom: 1px solid #ddd; }
.nav { max-width: 960px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 1rem; }
.nav-links { list-style: none; display: flex; gap: 1rem; }
.nav-links a:hover { text-decoration: underline; }

/* Main container */
main { max-width: 960px; margin: 2rem auto; padding: 0 1rem; }

/* Footer */
.site-footer { text-align: center; padding: 1rem; font-size: 0.9rem; color: #666; border-top: 1px solid #ddd; margin-top: 3rem; }

/* Utility: Responsive images */
img { max-width: 100%; height: auto; display: block; margin: 1rem 0; }



a.link-text {
  color: #005582;       /* deep LinkedIn blue */
  font-weight: 600;     /* semi-bold */
  text-decoration: underline;
}

a.link-text:hover {
  color: #0077B5;
}


