.home-profile {
  margin-top: 120px;
}

.profile-top {
  max-width: 820px;
  margin: 0 auto 80px;
  padding: 0px;
  overflow: hidden;
}

.profile-photo {
  float: left;
  width: 50%;
  max-width: 360px;
  margin-right: 28px;
}

.profile-photo img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(0,0,0,0.15);
}

.profile-text {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
}

.profile-name {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  line-height: 1.1;
  color: #ffffff;
}

.profile-sub {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  color: #ffffff;
  opacity: 0.85;
  text-shadow: 0 0 1px rgba(255,255,255,0.8),0 0 4px rgba(255,255,255,0.35);
}

@media (max-width: 700px) {
  .profile-photo {
    float: none;
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .profile-text {
    margin-top: 16px;
  }
}

.profile-more {
  max-width: 820px;
  text-align: left;
}

.profile-more a {
  display: inline-block;
  font-size: 14px;
  color: #9e6767;
  opacity: 0.7;
  letter-spacing: 0.04em;
  transition: opacity 0.3s ease;
}

.profile-more a:hover {
  opacity: 1;
}

.home-more {
  max-width: 820px;
  margin: 24px auto 0;
  text-align: left;
}

.home-more a {
  display: inline-block;
  font-size: 14px;
  color: #9e6767;
  opacity: 0.7;
  letter-spacing: 0.04em;
  transition: opacity 0.3s ease;
  text-decoration: none;
}

.home-more a:hover {
  opacity: 1;
}
