/* Resume introduction: open editorial composition, no card surface. */
#faces .resume-editorial__intro {
  grid-template-columns: 184px minmax(0, 1fr);
  gap: clamp(34px, 5vw, 72px);
  min-height: 258px;
  padding: 24px 0 34px;
  align-items: center;
  border-top: 0;
  border-bottom: 1px solid rgba(55, 81, 128, .17);
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

#faces .resume-editorial__portrait {
  width: 184px;
  overflow: hidden;
  border: 1px solid rgba(68, 104, 164, .2);
  border-radius: 50%;
  background: rgba(224, 234, 245, .5);
  box-shadow: 0 18px 45px rgba(55, 79, 116, .12);
}

#faces .resume-editorial__portrait::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12% -10% -4%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(193, 211, 235, .48), rgba(222, 226, 236, .16) 58%, transparent 76%);
  filter: blur(10px);
}

#faces .resume-editorial__portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 42%;
  opacity: .9;
  filter: saturate(.72) contrast(.94) brightness(1.04) sepia(.04);
  transition: filter .45s ease, transform .55s cubic-bezier(.22, 1, .36, 1);
}

#faces .resume-editorial__portrait:hover img {
  filter: saturate(.86) contrast(.97) brightness(1.03);
  transform: scale(1.025);
}

#faces .resume-editorial__about {
  width: min(100%, 790px);
  padding-left: clamp(0px, 2vw, 28px);
}

#faces .resume-editorial__about::before {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  margin-bottom: 22px;
  background: rgba(55, 89, 151, .52);
}

#faces .resume-editorial__eyebrow {
  margin-bottom: 12px;
  font-size: 12px;
}

#faces .resume-editorial__about h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 3.4vw, 48px);
}

#faces .resume-editorial__about > p:not(.resume-editorial__eyebrow) {
  max-width: 760px;
  margin: 7px 0;
  font-size: 14px;
  line-height: 1.9;
}

#faces .resume-editorial__river { display: none; }

@media (max-width: 640px) {
  #faces .resume-editorial__intro {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 20px;
    min-height: 0;
    padding: 10px 0 30px;
  }
  #faces .resume-editorial__portrait { width: 92px; }
  #faces .resume-editorial__about { padding-left: 0; }
  #faces .resume-editorial__about::before {
    width: 24px;
    margin-bottom: 14px;
  }
  #faces .resume-editorial__about h2 {
    margin-bottom: 14px;
    font-size: 30px;
  }
  #faces .resume-editorial__about > p:not(.resume-editorial__eyebrow) {
    font-size: 13px;
    line-height: 1.75;
  }
}
