/* Custom CV styling overrides */
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.masthead {
  background: linear-gradient(135deg,#0f1724 0%,#1e293b 60%);
  color: #fff;
}
.profile-hero {
  display:flex;
  align-items:center;
  gap:2rem;
  flex-direction:column;
  text-align:center;
}
.profile-photo {
  width:140px;
  height:140px;
  border-radius:50%;
  object-fit:cover;
  border:4px solid rgba(255,255,255,0.12);
}
.hero-title {font-size:2rem; font-weight:700;}
.hero-sub {font-size:1.1rem; color:rgba(255,255,255,0.85)}
.social-list {margin-top:0.75rem}
.social-list a {color:#fff; margin:0 .35rem}
.cv-btn {margin-top:1rem}
@media(min-width:768px){
  .profile-hero{flex-direction:row;text-align:left}
}
