.about-clean-shell {
  display: grid;
  gap: 2rem;
  padding: 1.5rem;
  background: #111827;
}

.about-clean-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.about-clean-profile-card {
  width: min(100%, 17rem);
  padding: 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1.25rem;
  background: rgba(15, 23, 42, 0.72);
  text-align: center;
}

.about-team-illustration {
  display: block;
  width: 6.25rem;
  height: auto;
  margin: 0 auto 0.9rem;
  stroke: #e2e8f0;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-team-illustration .idea-fill { fill: #facc15; }
.about-team-illustration .center-head { fill: #818cf8; }
.about-team-illustration .side-head { fill: #22c55e; }
.about-team-illustration .center-body { fill: #60a5fa; }
.about-team-illustration .side-body { fill: #0f172a; }
.about-team-illustration .spark { fill: #f59e0b; stroke: none; }
.about-team-illustration .spark-b { fill: #22c55e; stroke: none; }
.about-team-illustration .spark-star { fill: #818cf8; stroke: none; }

.about-clean-eyebrow,
.about-clean-kicker {
  color: #94a3b8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.about-clean-name {
  margin-top: 0.55rem;
  color: #f8fafc;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.2;
}

.about-clean-role {
  margin: 0.45rem auto 0;
  max-width: 22ch;
  color: #4ade80;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

.about-clean-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1rem;
}

.about-clean-meta span {
  color: #cbd5e1;
  font-size: 0.72rem;
  font-weight: 700;
}

.about-clean-meta span + span::before {
  margin-right: 0.45rem;
  color: #475569;
  content: "•";
}

.about-clean-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.65rem;
  background: #0a7be8;
  padding: 0.75rem 1rem;
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 800;
  box-shadow: 0 10px 24px -16px rgba(10, 123, 232, 0.85);
  transition: background 180ms ease, transform 180ms ease;
}

.about-clean-linkedin:hover {
  background: #1688f5;
  transform: translateY(-1px);
}

.about-clean-content {
  align-self: center;
}

.about-clean-content h3 {
  margin-top: 0.7rem;
  max-width: 21ch;
  color: #f8fafc;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.about-clean-content > p {
  margin-top: 1.25rem;
  max-width: 42rem;
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.75;
}

.about-clean-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.about-clean-list li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  color: #e2e8f0;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.55;
}

.about-clean-list svg {
  width: 1rem;
  height: 1rem;
  flex: none;
  margin-top: 0.2rem;
  color: #4ade80;
}

@media (min-width: 768px) {
  .about-clean-shell {
    grid-template-columns: minmax(15rem, 17rem) minmax(0, 1fr);
    gap: clamp(2.5rem, 6vw, 5rem);
    padding: clamp(2rem, 5vw, 4rem);
  }

  .about-clean-profile {
    align-items: stretch;
  }

  .about-clean-profile-card {
    width: 100%;
  }

  .about-clean-linkedin {
    align-self: center;
  }
}
