body {
  margin: 0;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  background: linear-gradient(to bottom, #0f172a, #1e293b);
  color: #f8fafc;
  line-height: 1.8;
}
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}
header {
  text-align: center;
  margin-bottom: 3rem;
}
header h1 {
  font-size: 2.6rem;
  color: #e2e8f0;
  margin-bottom: 0.5rem;
}
header p {
  font-size: 1.1rem;
  color: #cbd5e1;
}
h2 {
  font-size: 1.6rem;
  color: #f1f5f9;
  border-left: 5px solid #94a3b8;
  padding-left: 0.5rem;
  margin-top: 3rem;
}
section p {
  margin-bottom: 1.5rem;
}
.photo {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  margin-bottom: 0.5rem;
}
.caption {
  text-align: center;
  font-size: 0.9rem;
  color: #94a3b8;
  margin-bottom: 2rem;
}
.email {
  font-weight: bold;
  color: #38bdf8;
}
footer {
  text-align: center;
  margin-top: 4rem;
  font-size: 0.85rem;
  color: #94a3b8;
  border-top: 1px solid #334155;
  padding-top: 1rem;
}
