/* BrightPath About r2: Dark Editorial Profile — 20260830-about-r2 */

.bp-about-r2-page {
  --bp-about-gutter: max(24px, calc((100% - var(--bp-content)) / 2));
}

.bp-about-r2 {
  overflow: hidden;
}

.bp-about-r2-masthead {
  position: relative;
  display: grid;
  min-height: 610px;
  overflow: hidden;
  align-items: end;
  color: var(--bp-white);
  background: var(--bp-plum);
  isolation: isolate;
}

.bp-about-r2-masthead::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 7px;
  background: linear-gradient(90deg, var(--bp-raspberry) 0 42%, var(--bp-teal) 42% 68%, var(--bp-blush) 68% 100%);
  content: "";
}

.bp-about-r2-masthead__inner {
  position: relative;
  z-index: 2;
  width: min(var(--bp-content), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(92px, 12vw, 154px) min(38vw, 430px) clamp(82px, 10vw, 126px) 0;
}

.bp-about-r2-masthead .bp-eyebrow {
  color: #f6b9cc;
}

.bp-about-r2-masthead h1 {
  max-width: 850px;
  margin: 0;
  color: var(--bp-white);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(4.4rem, 7.8vw, 7.25rem);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: .88;
  text-wrap: balance;
}

.bp-about-r2-masthead__lede {
  max-width: 590px;
  margin: 34px 0 0 clamp(40px, 7vw, 118px);
  color: #f2e9f5;
  font-size: clamp(1.05rem, 1.45vw, 1.23rem);
  line-height: 1.62;
}

.bp-about-r2-masthead__art {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  width: min(38vw, 500px);
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, .2);
  place-items: center;
  background:
    linear-gradient(135deg, transparent 0 38%, rgba(247, 232, 237, .12) 38% 54%, transparent 54% 100%),
    linear-gradient(45deg, rgba(17, 107, 104, .72) 0 29%, transparent 29% 100%);
}

.bp-about-r2-masthead__art::before,
.bp-about-r2-masthead__art::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .34);
  content: "";
  transform: rotate(45deg);
}

.bp-about-r2-masthead__art::before {
  width: 280px;
  height: 280px;
}

.bp-about-r2-masthead__art::after {
  width: 184px;
  height: 184px;
  border-color: rgba(247, 232, 237, .58);
}

.bp-about-r2-masthead__art span {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, .9);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 650;
  letter-spacing: -.08em;
  line-height: 1;
}

.bp-about-r2-profile {
  display: grid;
  width: min(var(--bp-content), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(88px, 10vw, 138px) 0;
  grid-template-columns: minmax(260px, 350px) minmax(0, 1fr);
  gap: clamp(58px, 9vw, 126px);
  align-items: start;
}

.bp-about-r2-portrait {
  position: relative;
  margin: 0;
}

.bp-about-r2-portrait::before {
  position: absolute;
  top: -18px;
  right: -18px;
  bottom: 56px;
  left: 18px;
  z-index: -1;
  border: 2px solid var(--bp-teal);
  content: "";
}

.bp-about-r2-portrait img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 24%;
}

.bp-about-r2-portrait figcaption {
  display: grid;
  margin: 0 18px 0 0;
  padding: 18px 20px;
  color: var(--bp-white);
  background: var(--bp-raspberry);
}

.bp-about-r2-portrait figcaption strong {
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.bp-about-r2-portrait figcaption span {
  margin-top: 3px;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.bp-about-r2-profile__content {
  min-width: 0;
}

.bp-about-r2-profile__content h2,
.bp-about-r2-process h2,
.bp-about-r2-cta h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-weight: 650;
  letter-spacing: -.03em;
}

.bp-about-r2-profile__content h2 {
  max-width: 720px;
  font-size: clamp(3.2rem, 6vw, 5.5rem);
  line-height: .94;
}

.bp-about-r2-profile__copy {
  display: grid;
  margin-top: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 64px);
}

.bp-about-r2-profile__copy p {
  margin: 0;
  color: var(--bp-plum-soft);
}

.bp-about-r2-index {
  margin-top: clamp(44px, 6vw, 74px);
  border-bottom: 1px solid var(--bp-line);
}

.bp-about-r2-index > div {
  display: grid;
  min-width: 0;
  padding: 20px 0;
  border-top: 1px solid var(--bp-line);
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
}

.bp-about-r2-index span {
  color: var(--bp-raspberry-dark);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .09em;
}

.bp-about-r2-index p {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 650;
  line-height: 1.2;
}

.bp-about-r2-principles {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
}

.bp-about-r2-principle {
  display: flex;
  min-width: 0;
  min-height: 460px;
  padding: clamp(64px, 8vw, 112px) clamp(30px, 7vw, 102px);
  flex-direction: column;
  justify-content: flex-end;
}

.bp-about-r2-principle--primary {
  color: var(--bp-white);
  background: var(--bp-raspberry-dark);
}

.bp-about-r2-principle--primary .bp-eyebrow {
  color: #f8c5d5;
}

.bp-about-r2-principle--primary h2 {
  max-width: 760px;
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3.4rem, 6vw, 6rem);
  font-weight: 650;
  letter-spacing: -.04em;
  line-height: .92;
}

.bp-about-r2-principle--primary > p:last-child {
  max-width: 780px;
  margin: 28px 0 0;
  color: #fff5f8;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.55rem, 2.8vw, 2.45rem);
  line-height: 1.25;
}

.bp-about-r2-principle--supporting {
  color: var(--bp-plum);
  background: var(--bp-mint);
}

.bp-about-r2-principle--supporting h3 {
  max-width: 420px;
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: .98;
}

.bp-about-r2-principle--supporting > p:last-child {
  max-width: 470px;
  margin: 22px 0 0;
  color: var(--bp-plum-soft);
}

.bp-about-r2-process {
  display: grid;
  width: min(var(--bp-content), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(88px, 10vw, 136px) 0;
  grid-template-columns: minmax(240px, .78fr) minmax(0, 1.22fr);
  gap: clamp(56px, 10vw, 140px);
  align-items: start;
}

.bp-about-r2-process h2 {
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: .96;
}

.bp-about-r2-process__intro > p:last-child {
  max-width: 490px;
  margin: 24px 0 0;
  color: var(--bp-plum-soft);
}

.bp-about-r2-timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bp-about-r2-timeline::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 32px;
  width: 2px;
  background: var(--bp-teal);
  content: "";
}

.bp-about-r2-timeline li {
  position: relative;
  display: grid;
  min-height: 116px;
  padding: 0 0 34px;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.bp-about-r2-timeline li:last-child {
  min-height: 0;
  padding-bottom: 0;
}

.bp-about-r2-timeline span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 66px;
  height: 66px;
  border: 2px solid var(--bp-teal);
  border-radius: 50%;
  place-items: center;
  color: var(--bp-plum);
  background: var(--bp-ivory);
  font-size: .76rem;
  font-weight: 900;
}

.bp-about-r2-timeline p {
  margin: 10px 0 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  font-weight: 650;
  line-height: 1.18;
}

.bp-about-r2-cta {
  padding: clamp(70px, 9vw, 112px) var(--bp-about-gutter);
  background: var(--bp-blush);
}

.bp-about-r2-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
  gap: clamp(48px, 9vw, 120px);
  align-items: end;
}

.bp-about-r2-cta h2 {
  max-width: 680px;
  font-size: clamp(3rem, 5.6vw, 5.2rem);
  line-height: .94;
}

.bp-about-r2-cta__action p {
  max-width: 540px;
  margin: 0 0 28px;
  color: var(--bp-plum-soft);
}

@media (max-width: 920px) {
  .bp-about-r2-masthead__inner {
    padding-right: min(34vw, 300px);
  }

  .bp-about-r2-masthead__art {
    width: min(33vw, 330px);
  }

  .bp-about-r2-profile {
    grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
    gap: 54px;
  }

  .bp-about-r2-profile__copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bp-about-r2-principles {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  }

  .bp-about-r2-process,
  .bp-about-r2-cta {
    gap: 54px;
  }
}

@media (max-width: 760px) {
  .bp-about-r2-page {
    --bp-about-gutter: 24px;
  }

  .bp-about-r2-masthead {
    min-height: 520px;
    align-items: center;
  }

  .bp-about-r2-masthead__inner {
    width: calc(100% - 40px);
    padding: 72px 0 78px;
  }

  .bp-about-r2-masthead h1 {
    max-width: 560px;
    font-size: clamp(3.35rem, 15vw, 5.2rem);
    line-height: .9;
    overflow-wrap: normal;
  }

  .bp-about-r2 :is(h1, h2, h3, p, a, li, figcaption) {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .bp-about-r2-masthead__lede {
    max-width: 520px;
    margin: 28px 0 0;
  }

  .bp-about-r2-masthead__art {
    right: -74px;
    width: 250px;
    border-left: 0;
    opacity: .22;
  }

  .bp-about-r2-masthead__art span {
    font-size: 6.2rem;
  }

  .bp-about-r2-profile,
  .bp-about-r2-process,
  .bp-about-r2-cta,
  .bp-about-r2-principles {
    grid-template-columns: 1fr;
  }

  .bp-about-r2-profile {
    width: calc(100% - 36px);
    padding: 74px 0 82px;
    gap: 56px;
  }

  .bp-about-r2-portrait {
    width: min(82vw, 330px);
    margin: 0 auto;
  }

  .bp-about-r2-portrait::before {
    top: -12px;
    right: -12px;
    bottom: 50px;
    left: 12px;
  }

  .bp-about-r2-profile__content h2 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .bp-about-r2-index > div {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .bp-about-r2-principle {
    min-height: 0;
    padding: 68px 24px;
  }

  .bp-about-r2-principle--primary h2 {
    font-size: clamp(2.7rem, 11.5vw, 3.9rem);
  }

  .bp-about-r2-principle--primary > p:last-child {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .bp-about-r2-principle--supporting {
    min-height: 350px;
  }

  .bp-about-r2-process {
    width: calc(100% - 36px);
    padding: 78px 0 86px;
    gap: 50px;
  }

  .bp-about-r2-timeline li {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 20px;
  }

  .bp-about-r2-timeline::before {
    left: 28px;
  }

  .bp-about-r2-timeline span {
    width: 58px;
    height: 58px;
  }

  .bp-about-r2-timeline p {
    margin-top: 7px;
  }

  .bp-about-r2-cta {
    padding: 72px 24px;
    gap: 34px;
    align-items: start;
  }

  .bp-about-r2-cta h2 {
    font-size: clamp(3rem, 13vw, 4.5rem);
  }
}

@media (max-width: 360px) {
  .bp-about-r2-masthead__inner {
    width: calc(100% - 36px);
  }

  .bp-about-r2-masthead h1 {
    font-size: 3.1rem;
  }

  .bp-about-r2-principle,
  .bp-about-r2-cta {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bp-about-r2-masthead__art,
  .bp-about-r2-masthead__art::before,
  .bp-about-r2-masthead__art::after {
    transform: none;
  }
}
