.chi-sono {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 20px 80px;
}

.chi-sono h1 {
  margin-bottom: 32px;
}

.chi-sono__bio {
  font-size: 1.05rem;
  line-height: 1.7;
}

.chi-sono__bio p {
  margin-bottom: 20px;
}

.profile-photo {
  float: right;
  width: 45%;
  border-radius: 8px;
  margin: 4px 0 20px 32px;
}

.profile-photo--empty {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  aspect-ratio: 4 / 3;
  background: #f0f0f0;
  color: #888888;
  border-radius: 8px;
  margin: 4px 0 20px 32px;
}

.chi-sono__awards,
.chi-sono__brands {
  margin-top: 64px;
}

.chi-sono__awards h2,
.chi-sono__brands h2 {
  margin-bottom: 20px;
}

.chi-sono__awards ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 20px;
  list-style: disc;
}

.chi-sono__brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 24px;
  align-items: center;
}

.chi-sono__brand-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 20px;
  background: var(--color-bg);
  border: 2px solid var(--color-accent);
  border-radius: 6px;
}

.chi-sono__brand-card img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 640px) {
  .chi-sono {
    padding: 24px 20px 50px;
  }

  .profile-photo,
  .profile-photo--empty {
    float: none;
    width: 100%;
    margin: 12px 0;
  }
}
