.cc-author-profile {
  --cc-author-ink: #1f2933;
  --cc-author-muted: #56616b;
  --cc-author-accent: #a94f2f;
  --cc-author-soft: #f7f3ed;
  color: var(--cc-author-ink);
  margin: 1.5rem 0 2.5rem;
}

.cc-author-profile__summary {
  align-items: center;
  background: linear-gradient(135deg, #fff 0%, var(--cc-author-soft) 100%);
  border: 1px solid #e4ddd3;
  border-radius: 18px;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 150px minmax(0, 1fr);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.cc-author-profile__photo {
  line-height: 0;
}

.cc-author-profile__portrait {
  aspect-ratio: 1;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 26px rgb(31 41 51 / 14%);
  height: auto;
  object-fit: cover;
  width: 100%;
}

.cc-author-profile__eyebrow {
  color: var(--cc-author-accent);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin: 0 0 .45rem;
  text-transform: uppercase;
}

.cc-author-profile h2 {
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.14;
  margin: 0 0 .75rem;
}

.cc-author-profile__lead {
  color: var(--cc-author-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 1rem;
}

.cc-author-profile__primary {
  color: var(--cc-author-accent);
  font-weight: 700;
  text-underline-offset: .18em;
}

.cc-author-profile__body {
  display: grid;
  gap: .8rem;
  margin: 1.5rem 0;
}

.cc-author-profile__body p {
  line-height: 1.72;
  margin: 0;
}

.cc-author-profile__identity {
  border-left: 4px solid var(--cc-author-accent);
  padding: .25rem 0 .25rem 1.1rem;
}

.cc-author-profile__identity h3 {
  font-size: 1.05rem;
  margin: 0 0 .65rem;
}

.cc-author-profile__identity ul {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cc-author-profile__identity a {
  font-weight: 600;
  text-underline-offset: .18em;
}

@media (max-width: 620px) {
  .cc-author-profile__summary {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .cc-author-profile__photo {
    width: 112px;
  }
}
