body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.profile {
  flex: 1 0 auto;
  background: #f8fafc;
  border-radius: 1.5rem;
  box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.07);
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.headshot {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border: 4px solid #ffd966;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}
.playful-list strong {
  color: #ff9800;
}
footer {
  background: none;
  flex-shrink: 0;
}