.po-about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(22rem, 0.9fr);
  gap: clamp(2rem, 5vw, 5rem);
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid #15231d;
  border-radius: 1rem;
  background: #15231d;
  color: #fffef9;
  box-shadow: 0 28px 70px -50px rgba(21, 35, 29, 0.9);
  backdrop-filter: none;
}

.po-about-hero::before,
.po-about-cta::before {
  content: '';
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: 0.5rem;
  background: linear-gradient(
    90deg,
    #4cae50 0 42%,
    #e1493f 42% 68%,
    #5370ff 68% 88%,
    #efb92f 88%
  );
}

.po-about-hero__copy {
  align-self: center;
}

.po-about-hero__title {
  max-width: 12ch;
  margin-top: 1.2rem;
  color: #fffef9;
  font-size: clamp(3rem, 5.6vw, 6rem);
  font-weight: 850;
  line-height: 0.94;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.po-about-hero__title span {
  color: rgba(255, 254, 249, 0.55);
}

.po-about-hero__title em {
  color: #cdea81;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 500;
}

.po-about-hero__lead {
  max-width: 42rem;
  margin-top: 1.75rem;
  color: rgba(255, 254, 249, 0.7);
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  line-height: 1.7;
}

.po-about-hero__note {
  max-width: 38rem;
  margin-top: 1.75rem;
  padding: 1rem 1.1rem;
  border-left: 3px solid #cdea81;
  background: rgba(255, 254, 249, 0.06);
}

.po-about-hero__note span {
  display: block;
  margin-bottom: 0.35rem;
  color: #cdea81;
  font-family: 'Fira Code', ui-monospace, monospace;
  font-size: 0.63rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.po-about-hero__note strong {
  font-size: 0.95rem;
  line-height: 1.5;
}

.po-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.75rem;
}

.po-about-hero__actions a {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border: 1px solid rgba(255, 254, 249, 0.25);
  border-radius: 0.45rem;
  color: #fffef9;
  font-size: 0.8rem;
  font-weight: 800;
}

.po-about-hero__actions a:first-child {
  border-color: #e1493f;
  background: #e1493f;
}

.po-about-hero__actions a:nth-last-child(-n + 2) {
  width: 3rem;
  padding: 0;
}

.po-about-hero__actions svg {
  width: 1rem;
  height: 1rem;
}

.po-about-hero__visual {
  align-self: stretch;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 254, 249, 0.22);
  border-radius: 0.7rem;
  background: #fffef9;
  color: #15231d;
}

.po-about-hero__visual img {
  display: block;
  width: 100%;
  height: min(42rem, 100%);
  min-height: 32rem;
  object-fit: cover;
}

/* Bottom inset as margin, not padding: the caption box then ends 1.25rem
   above the figure edge, more than its parallax drop (motion.css), so the
   overflow-hidden figure never clips it. */
.po-about-hero__visual figcaption {
  margin-bottom: 1.25rem;
  padding: 1rem 1.15rem 0;
}

.po-about-hero__visual figcaption span {
  display: block;
  color: #3f9843;
  font-family: 'Fira Code', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.po-about-hero__visual figcaption strong {
  display: block;
  margin-top: 0.35rem;
}

.po-about-stats {
  border-block: 1px solid rgba(21, 35, 29, 0.2);
}

.po-about-stats__grid {
  gap: 0;
}

.po-about-stat {
  height: 100%;
  border: 0;
  border-right: 1px solid rgba(21, 35, 29, 0.16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.po-about-stats__grid > :last-child .po-about-stat,
.po-about-stats__grid > :last-child.po-about-stat {
  border-right: 0;
}

.po-about-values__header {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 2rem;
}

.po-about-values__header h2 {
  max-width: 18ch;
  color: #15231d;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.po-about-values__list {
  border-top: 1px solid rgba(21, 35, 29, 0.2);
}

.po-about-values__list article {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 2rem;
  padding: clamp(1.5rem, 3vw, 2.5rem) 0;
  border-bottom: 1px solid rgba(21, 35, 29, 0.2);
}

.po-about-values__list h3 {
  color: #15231d;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: 800;
  line-height: 1.05;
}

.po-about-values__list p {
  max-width: 42rem;
  color: #657068;
  line-height: 1.7;
}

/* The culmination band: .page-bleed (feature.css) takes it to the viewport
   edges, the inner box keeps the copy on the page grid. */
.po-about-cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(2rem, 5vw, 4rem);
  background: #15231d;
  color: #fffef9;
}

.po-about-cta__inner {
  display: grid;
  width: min(100% - 2rem, 86rem);
  margin-inline: auto;
  grid-template-columns: 1fr 0.85fr;
  gap: clamp(2rem, 5vw, 5rem);
}

.po-about-cta__copy {
  align-self: center;
}

.po-about-cta__copy h2 {
  max-width: 14ch;
  margin-top: 1rem;
  color: #fffef9;
  font-size: clamp(2.4rem, 4.5vw, 4.8rem);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.po-about-cta__copy > p:not(.po-editorial-kicker) {
  max-width: 38rem;
  margin-top: 1.25rem;
  color: rgba(255, 254, 249, 0.66);
  line-height: 1.65;
}

.po-about-cta__copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.75rem;
}

.po-about-cta__copy a {
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 254, 249, 0.25);
  border-radius: 0.45rem;
  color: #fffef9;
  font-size: 0.8rem;
  font-weight: 800;
}

.po-about-cta__copy a:first-child {
  border-color: #e1493f;
  background: #e1493f;
}

.po-about-cta__visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 0.6rem;
}

.po-about-cta__visual img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
}

.po-about-cta__visual figcaption {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  padding: 0.8rem 1rem;
  background: #fffef9;
  color: #15231d;
}

.po-about-cta__visual figcaption strong {
  font-size: 1.5rem;
}

.po-about-cta__visual figcaption span {
  font-size: 0.75rem;
}

@media (max-width: 1023px) {
  .po-about-hero,
  .po-about-cta__inner {
    grid-template-columns: 1fr;
  }

  .po-about-hero__visual {
    max-width: 40rem;
  }

  /* One column: a percentage height would resolve to the whole figure and
     push the caption out of the overflow-hidden box, so the photo takes a
     fixed 4:5 crop and the caption sits below it. */
  .po-about-hero__visual img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 639px) {
  .po-about-hero {
    padding: 2rem 1.2rem 1.2rem;
  }

  .po-about-hero__title {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .po-about-stats__grid > :nth-child(2) .po-about-stat,
  .po-about-stats__grid > :nth-child(2).po-about-stat {
    border-right: 0;
  }

  .po-about-stats__grid > :nth-child(-n + 2) .po-about-stat,
  .po-about-stats__grid > :nth-child(-n + 2).po-about-stat {
    border-bottom: 1px solid rgba(21, 35, 29, 0.16);
  }

  .po-about-values__header,
  .po-about-values__list article {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .po-about-cta {
    padding-block: 2rem 1.2rem;
  }
}
