.psc-about-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(62px, 7vw, 104px) 0;
  background:
    radial-gradient(circle at 12% 84%, rgba(0, 206, 124, .17), transparent 28%),
    linear-gradient(135deg, #f5f1e8 0%, #fff 68%);
}

.psc-about-hero::after {
  position: absolute;
  top: -210px;
  right: -190px;
  width: 520px;
  height: 520px;
  border: 74px solid rgba(248, 141, 42, .09);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.psc-about-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  gap: clamp(54px, 8vw, 116px);
  align-items: center;
}

.psc-about-eyebrow {
  margin: 0 0 20px;
  color: var(--psc-teal);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.psc-about-hero h1 {
  max-width: 760px;
  margin: 0 0 30px;
  color: var(--psc-navy);
  font-size: clamp(2.85rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1.01;
  letter-spacing: -.03em;
}

.psc-about-hero__lede {
  max-width: 760px;
  margin: 0;
  color: #33485b;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  font-weight: 500;
  line-height: 1.72;
}

.psc-about-portrait {
  width: min(100%, 470px);
  margin: 0 auto;
  padding: 11px;
  border: 1px solid #d6dde0;
  border-top: 6px solid var(--psc-orange);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 68px rgba(0, 65, 107, .17);
}

.psc-about-portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 13px;
  object-fit: cover;
}

.psc-about-story {
  padding: clamp(80px, 9vw, 132px) 0;
  background: #fff;
}

.psc-about-story__grid {
  display: grid;
  grid-template-columns: minmax(340px, .78fr) minmax(0, 1.12fr);
  gap: clamp(52px, 8vw, 116px);
  align-items: start;
}

.psc-about-award {
  position: static;
  margin: 0;
  padding: 10px;
  border: 1px solid #d6dde0;
  border-top: 6px solid var(--psc-green-bright);
  border-radius: 18px;
  background: #f7f8f5;
  box-shadow: 0 18px 48px rgba(0, 65, 107, .1);
}

.psc-about-award img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.psc-about-award figcaption {
  padding: 13px 7px 5px;
  color: #536575;
  font-size: .85rem;
  line-height: 1.5;
}

.psc-about-story__content {
  max-width: 760px;
  color: #33485b;
  font-size: clamp(1rem, 1.18vw, 1.1rem);
  font-weight: 400;
  line-height: 1.82;
}

.psc-about-story__content p {
  margin: 0 0 1.55em;
}

.psc-about-story__content p:first-of-type::first-letter {
  float: left;
  margin: .08em .12em 0 0;
  color: var(--psc-teal);
  font-family: var(--psc-serif);
  font-size: 4.5rem;
  line-height: .78;
}

.psc-about-story__closing {
  margin-top: 2.1em !important;
  padding: 28px 30px;
  border-left: 5px solid var(--psc-orange);
  background: #f5f1e8;
  color: var(--psc-navy);
  font-family: var(--psc-serif);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 500;
  line-height: 1.42;
}

.psc-about-overview {
  padding: clamp(76px, 9vw, 126px) 0;
  background: #f5f1e8;
}

.psc-about-overview__inner {
  display: grid;
  grid-template-columns: minmax(250px, .52fr) minmax(0, 1.18fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: start;
}

.psc-about-overview h2,
.psc-about-mission h2,
.psc-about-advisory h2 {
  margin: 0;
  color: var(--psc-navy);
  font-size: clamp(2.5rem, 3.9vw, 4rem);
  font-weight: 400;
  line-height: 1.06;
}

.psc-about-overview__copy {
  margin: 0;
  color: #33485b;
  font-size: clamp(1.03rem, 1.4vw, 1.18rem);
  font-weight: 500;
  line-height: 1.78;
}

.psc-about-mission {
  padding: clamp(76px, 9vw, 126px) 0;
  background:
    linear-gradient(120deg, rgba(0, 206, 124, .18), transparent 52%),
    var(--psc-navy);
}

.psc-about-mission__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, .65fr);
  gap: clamp(48px, 8vw, 116px);
  align-items: center;
}

.psc-about-mission .psc-about-eyebrow {
  color: var(--psc-yellow);
}

.psc-about-mission h2 {
  margin-bottom: 26px;
  color: #fff;
}

.psc-about-mission__copy {
  max-width: 780px;
  margin: 0;
  color: #edf4f5;
  font-size: clamp(1.06rem, 1.5vw, 1.24rem);
  font-weight: 500;
  line-height: 1.76;
}

.psc-about-values {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.psc-about-values li {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  font-family: var(--psc-serif);
  font-size: clamp(1.3rem, 1.8vw, 1.68rem);
  font-weight: 400;
}

.psc-about-values li::before {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 2px solid var(--psc-orange);
  border-radius: 50%;
  content: "";
}

.psc-about-values li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  top: 50%;
  left: 39px;
  border-bottom: 2px solid var(--psc-orange);
  border-left: 2px solid var(--psc-orange);
  transform: translate(-50%, -65%) rotate(-45deg);
}

.psc-about-advisory {
  padding: clamp(68px, 7vw, 102px) 0;
  background: #fff;
}

.psc-about-advisory__grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: start;
}

.psc-about-advisory h2 {
  max-width: 560px;
  font-size: clamp(2.7rem, 4.4vw, 3.85rem);
}

.psc-about-advisory__content > p {
  max-width: 760px;
  margin: 0;
  color: #33485b;
  font-size: clamp(1.03rem, 1.38vw, 1.16rem);
  font-weight: 400;
  line-height: 1.78;
}

.psc-about-advisory__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.psc-about-advisory__pillar {
  min-width: 0;
  padding: 18px 18px;
  border-top: 4px solid var(--psc-about-accent, var(--psc-green-bright));
  background: #f7f8f5;
  color: var(--psc-navy);
  font-weight: 600;
  line-height: 1.4;
}

.psc-about-advisory__members {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin-top: clamp(38px, 4vw, 54px);
}

.psc-about-advisory__member {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d7ddd9;
  border-top: 4px solid var(--psc-blue);
  border-radius: 14px;
  padding: 20px;
  background: #fbfcfa;
  box-shadow: 0 10px 26px rgba(0, 65, 107, .075);
}

.psc-about-advisory__member:nth-child(2) {
  border-top-color: var(--psc-teal);
}

.psc-about-advisory__member:nth-child(3) {
  border-top-color: var(--psc-orange);
}

.psc-about-advisory__member img {
  display: block;
  width: 128px;
  height: 128px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 5px 16px rgba(0, 65, 107, .13);
}

.psc-about-advisory__member-copy {
  min-width: 0;
  padding: 0 0 0 18px;
  text-align: left;
}

.psc-about-advisory__member h3 {
  margin: 0 0 8px;
  color: var(--psc-navy);
  font-size: clamp(1.16rem, 1.45vw, 1.38rem);
  font-weight: 600;
  line-height: 1.22;
}

.psc-about-advisory__member p {
  margin: 0;
  color: #33485b;
  font-size: .91rem;
  line-height: 1.48;
}

.psc-about-advisory__member p + p {
  margin-top: 4px;
}

.psc-about-advisory__member-role {
  color: var(--psc-teal) !important;
  font-weight: 700;
}

.psc-about-advisory__linkedin {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  margin-top: 7px;
  color: var(--psc-navy);
  font-size: .88rem;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;
}

.psc-about-advisory__linkedin:hover {
  color: var(--psc-teal);
}

.psc-about-advisory__linkedin span[aria-hidden="true"] {
  font-size: 1rem;
  line-height: 1;
}

.psc-about-story__final strong {
  color: var(--psc-navy);
  font-weight: 700;
}

@media (max-width: 920px) {
  .psc-about-hero__grid,
  .psc-about-story__grid,
  .psc-about-overview__inner,
  .psc-about-mission__grid,
  .psc-about-advisory__grid {
    grid-template-columns: 1fr;
  }

  .psc-about-portrait {
    width: min(100%, 560px);
  }

  .psc-about-award {
    position: static;
    width: min(100%, 680px);
  }

  .psc-about-story__content {
    max-width: 820px;
  }

  .psc-about-advisory__members {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .psc-about-advisory__member {
    display: flex;
    flex-direction: column;
    padding: 18px;
  }

  .psc-about-advisory__member img {
    width: 116px;
    height: 116px;
  }

  .psc-about-advisory__member-copy {
    padding: 16px 0 2px;
    text-align: center;
  }

  .psc-about-mission__copy,
  .psc-about-advisory__content > p {
    max-width: 820px;
  }
}

@media (max-width: 620px) {
  .psc-about-hero {
    padding: 48px 0 58px;
  }

  .psc-about-hero__grid {
    gap: 42px;
  }

  .psc-about-hero h1 {
    font-size: clamp(2.2rem, 10vw, 2.85rem);
  }

  .psc-about-story,
  .psc-about-overview,
  .psc-about-mission,
  .psc-about-advisory {
    padding: 64px 0;
  }

  .psc-about-overview h2,
  .psc-about-mission h2,
  .psc-about-advisory h2 {
    font-size: clamp(2.1rem, 9.5vw, 2.85rem);
  }

  .psc-about-story__closing {
    padding: 24px 22px;
  }

  .psc-about-advisory__pillars {
    grid-template-columns: 1fr;
  }

  .psc-about-advisory__members {
    grid-template-columns: 1fr;
  }

  .psc-about-advisory__member {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    padding: 16px;
  }

  .psc-about-advisory__member img {
    width: 96px;
    height: 96px;
  }

  .psc-about-advisory__member-copy {
    padding: 0 0 0 16px;
    text-align: left;
  }
}
