body {
  margin: 0;
  padding: 0;
  font-family: "futura-pt", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  background: #fff;
  color: #111;
}

.profile-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 12px;
  object-fit: cover;
}

.main-name {
  font-size: clamp(2.5rem, 5vw, 4rem);
  text-transform: uppercase;
  margin: 0 0 40px 0;
  text-align: center;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-section {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
  box-sizing: border-box;
  text-align: left;
}

.footer {
  margin-top: 60px;
  font-size: 1rem;
  color: #888;
  text-align: center;
}

.hero-image {
  width: 100%;
  aspect-ratio: 2.5 / 1;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}
