/* shared */
.pf-wit-eyebrow{
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #bb1654;
}

.pf-wit-eyebrow--light{
  color: rgba(255,255,255,0.76);
}

.pf-wit-display{
  line-height: 1.15;
  font-weight: 700;
}

/* HERO */
.pf-wit-hero{
  width: 100%;
  min-height: 760px;
  position: relative;
  overflow: hidden;
  background: #000;
}

.pf-wit-hero--right .pf-wit-hero__overlay{
  justify-content: flex-end;
}

.pf-wit-hero--right .pf-wit-hero__content{
  margin-right: 6%;
  max-width: 520px;
}

.pf-wit-hero--right .pf-wit-hero__overlay::before{
  background: linear-gradient(
    270deg,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.45) 35%,
    rgba(0,0,0,0.15) 60%,
    rgba(0,0,0,0) 80%
  );
}

.pf-wit-hero__wrap{
  position: relative;
  width: 100%;
  min-height: inherit;
}

.pf-wit-hero__img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.pf-wit-hero__overlay{
  position: relative;
  min-height: inherit;
  display: flex;
  align-items: center;
}

.pf-wit-hero__overlay::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.18) 0%,
    rgba(0,0,0,0.20) 28%,
    rgba(0,0,0,0.48) 68%,
    rgba(0,0,0,0.72) 100%
  );
}

.pf-wit-hero__content{
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 64px));
  margin: 0 auto;
  padding: 96px 0;
}

.pf-wit-hero__content,
.pf-wit-hero__content *{
  color: #fff;
}

.pf-wit-hero__kicker{
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.92;
}

.pf-wit-hero__title{
  margin: 0 0 18px;
  max-width: 12ch;
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.pf-wit-hero__sub{
  margin: 0;
  max-width: 42ch;
	font-size: 20px;
  line-height: 1.5;
  opacity: 0.95;
  text-shadow: 0 2px 8px rgba(0,0,0,.28);
}

/* STATS */
.pf-wit-stats{
  padding: 70px 0;
  background: #fff;
}

.pf-wit-stats__grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
}

.pf-wit-stat{
  text-align: center;
  padding: 10px 35px;
  position: relative;
}

.pf-wit-stat:not(:last-child)::after{
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 1px;
  height: 80%;
  background: #e6e6e6;
}

.pf-wit-stat__icon{
  font-size: 28px;
  color: #E37A33;
  margin-bottom: 18px;
}

.pf-wit-stat__icon i{
  display: inline-block;
}

.pf-wit-stat__number{
  line-height: 1.2;
  margin-bottom: 10px;
}

.pf-wit-stat__text{
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

/* INTRO */
.pf-wit-intro{
  padding: 20px 0 60px;
  background: #fff;
}



/* STORY BAND */
.pf-wit-personband{
  width: 100%;
  background: #f3efef;
  margin: 0;
  padding: 0;
}

.pf-wit-personband__inner{
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.pf-wit-personband__grid{
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 42vw);
  align-items: stretch;
  gap: 0;
}

.pf-wit-personband__content{
  display: flex;
  justify-content: flex-end;
  padding: 72px 40px;
}

.pf-wit-personband__content-inner::before{
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  background: #E37A33;
  margin-bottom: 16px;
}

.pf-wit-personband__title{
  max-width: 24ch;
  line-height: 1.15;
  margin-bottom: 18px;
}

.pf-wit-personband__text{
  margin: 0 0 16px;
  max-width: 34em;
  line-height: 1.65;
  color: rgba(0,0,0,0.74);
}

.pf-wit-personband__text:last-child{
  margin-bottom: 0;
}

.pf-wit-personband .pf-wit-eyebrow{
  color: #E37A33;
}

.pf-wit-personband__media{
  min-height: 100%;
}

.pf-wit-personband__img{
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}

/* STORY */
.pf-wit-story{
  padding: 72px 0 88px;
  background: #fff;
}

.pf-wit-story__grid{
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.pf-wit-story__side{
  display: grid;
  grid-template-columns: 2px 1fr;
  gap: 22px;
  align-items: start;
}

.pf-wit-story__rail{
  width: 2px;
  min-height: 100%;
  background: #E37A33;
}

.pf-wit-story__sidecontent{
  padding-top: 4px;
}

.pf-wit-story__eyebrow{
  color: #E37A33;
  margin-bottom: 18px;
}

.pf-wit-story__pull{
  margin: 0 0 22px;
  max-width: 12ch;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
}

.pf-wit-story__cta{
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  color: #111;
  border-bottom: 2px solid #E37A33;
  padding-bottom: 3px;
}

.pf-wit-story__cta:hover{
  text-decoration: none;
  color: #111;
}

.pf-wit-story__main{
  max-width: 860px;
}

.pf-wit-story__copy{
  max-width: 42em;
}

.pf-wit-story__text{
  margin: 0 0 24px;
  font-size: 22px;
  line-height: 1.7;
  color: #222;
}

.pf-wit-story__text:last-child{
  margin-bottom: 0;
}

/* FULL-WIDTH BREAKER */
.pf-wit-breaker{
  padding: 0 0 88px;
  background: #fff;
}

.pf-wit-breaker__figure{
  margin: 0;
}

.pf-wit-breaker__img{
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

.pf-wit-breaker__caption{
  max-width: 980px;
  margin: 18px auto 0;
  padding: 0 24px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0,0,0,0.66);
}

.pf-wit-breaker__statement{
  background: #f4f4f4;
  text-align: center;
  padding: 28px 20px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

/* EXPLAINER */
.pf-wit-explain{
  padding: 0 0 96px;
  background: #fff;
}

.pf-wit-explain__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 34px;
  align-items: start;
}

.pf-wit-explain__title{
  line-height: 1.25;
  font-weight: 700;
}

.pf-wit-explain__text{
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(0,0,0,0.74);
}

/* DARK PROGRAM SECTION */
.pf-wit-programlink{
  padding: 96px 0;
  background: #333333;
}

.pf-wit-programlink__inner{
  max-width: 980px;
}

.pf-wit-programlink__title{
  margin: 0 0 18px;
  max-width: 12ch;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.pf-wit-programlink__text{
  margin: 0 0 34px;
  max-width: 54ch;
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255,255,255,0.84);
}

.pf-wit-programlink__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}

.pf-wit-programlink__card{
  min-height: 170px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255,255,255,0.14);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.pf-wit-programlink__card:hover{
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.34);
  background: rgba(255,255,255,0.04);
}

.pf-wit-programlink__name{
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
}

.pf-wit-programlink__cta{
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.74);
}

/* SERIES NAV */
.pf-wit-series{
  padding: 82px 0 84px;
  background: #f7f7f7;
}

.pf-wit-series__intro{
  max-width: 760px;
  margin-bottom: 28px;
}

.pf-wit-series__title{
  margin: 0 0 10px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111;
}

.pf-wit-series__text{
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(0,0,0,0.72);
}

.pf-wit-series__nav{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
}

.pf-wit-series__item{
  display: block;
  padding: 20px 18px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.09);
  text-decoration: none;
  color: #111;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.pf-wit-series__item:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0,0,0,0.07);
  border-color: rgba(187,22,84,0.28);
}

.pf-wit-series__item.is-active{
  border-color: #bb1654;
  box-shadow: inset 0 0 0 2px #bb1654;
}

.pf-wit-series__label{
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.52);
}

.pf-wit-series__name{
  display: block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

/* NEXT PANEL */
.pf-wit-nextpanel{
  background: #111;
}

.pf-wit-nextpanel__link{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  text-decoration: none;
  color: inherit;
}

.pf-wit-nextpanel__media{
  min-height: 420px;
}

.pf-wit-nextpanel__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pf-wit-nextpanel__content{
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #333333;
}

.pf-wit-nextpanel__kicker{
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.70);
}

.pf-wit-nextpanel--approach .pf-wit-nextpanel__title{
  max-width: 12ch;
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.pf-wit-nextpanel--approach .pf-wit-nextpanel__text{
  max-width: 38ch;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 20px;
}

.pf-wit-nextpanel__cta{
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.pf-wit-nextpanel__link:hover .pf-wit-nextpanel__cta{
  text-decoration: underline;
}

/* WHAT WE DO PAGE TUNING */
.pf-wit-intro--overview{
  padding: 110px 0;
  background: #fff;
}

.pf-wit-intro--overview .pf-wit-intro__wrap{
  max-width: 1280px;
}

.pf-wit-intro--overview .pf-wit-intro__text{
  max-width: 1200px;
  font-size: 20px;
  line-height: 1.75;
}

.pf-wit-intro__text--spaced{
  margin-top: 34px !important;
}

.pf-wit-explain--programs{
  position: relative;
  padding: 90px 0 50px;
  background: #f6f6f6;
}

.pf-wit-explain--programs .pf-wit-explain__grid{
  gap: 40px;
}

.pf-wit-explain--programs .pf-wit-explain__grid > div{
  display: flex;
  flex-direction: column;
}

.pf-wit-explain--programs .pf-wit-series__text{
  max-width: 760px;
  margin-bottom: 0;
}

.pf-wit-explain--programs img{
  width: 100%;
  display: block;
  margin-bottom: 22px;
}

.pf-wit-explain--programs .pf-wit-explain__title{
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.pf-wit-explain--programs .pf-wit-explain__text{
  font-size: 18px;
  line-height: 1.72;
  margin-bottom: 16px;
}

.pf-wit-explain--programs .pf-wit-series__intro{
  margin-bottom: 30px;
}

.pf-wit-explain--programs::after{
  content: "";
  display: block;
  width: min(1180px, calc(100% - 64px));
  height: 1px;
  margin: 40px auto 0;
  background: rgba(0,0,0,0.08);
}


/* CLEAN VOLUNTEER CTA */
.pf-wit-volunteercta{
  padding: 90px 0;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.pf-wit-volunteercta__title{
  margin: 0 0 16px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111;
}

.pf-wit-volunteercta__text{
  max-width: 760px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.7;
  color: rgba(0,0,0,0.74);
}

.pf-wit-volunteercta__actions{
  margin-top: 30px;
}

/* APPROACH SPLIT SECTION */
.pf-wit-nextpanel--approach{
  margin-top: 20px;
}
.pf-wit-nextpanel--approach .pf-wit-nextpanel__link{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  text-decoration: none;
}

.pf-wit-nextpanel--approach .pf-wit-nextpanel__content{
  padding: 72px 72px 72px 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333333;
}

.pf-wit-nextpanel--approach .pf-wit-nextpanel__content > *{
  width: 100%;
  max-width: 520px;
}

.pf-wit-nextpanel--approach .pf-wit-nextpanel__title{
  max-width: 38ch;
  margin: 0 0 24px;
  font-size: 22px;
  color: #ffffff;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.pf-wit-nextpanel--approach{
  color: #ffffff;
}

.pf-wit-nextpanel--approach p{
  font-size: 18px;
  line-height: 1.75;
	color: #fff;
  max-width: 42ch;
}

.pf-wit-nextpanel--approach h2{
  font-size: 34px;
  line-height: 1.1;
  max-width: 12ch;
  margin-bottom: 22px;
}
.pf-wit-nextpanel--approach .pf-wit-nextpanel__media{
  min-height: 620px;
}

.pf-wit-nextpanel--approach .pf-wit-nextpanel__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 991px){
  .pf-wit-hero{
    min-height: 680px;
  }

  .pf-wit-hero__content{
    width: calc(100% - 40px);
    padding: 72px 0;
  }

  .pf-wit-hero__title{
    max-width: 10ch;
  }

  .pf-wit-hero__sub{
    max-width: 34ch;
    font-size: 20px;
  }

  .pf-wit-stats__grid,
  .pf-wit-explain__grid,
  .pf-wit-programlink__grid,
  .pf-wit-series__nav{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .pf-wit-stat{
    padding: 0;
  }

  .pf-wit-stat::after{
    display: none;
  }

  .pf-wit-personband__grid{
    grid-template-columns: 1fr;
  }

  .pf-wit-personband__content{
    justify-content: flex-start;
    padding: 48px 24px;
  }

  .pf-wit-personband__content-inner{
    max-width: none;
  }

  .pf-wit-personband__img{
    min-height: 300px;
  }

  .pf-wit-nextpanel__link{
    grid-template-columns: 1fr;
  }

  .pf-wit-nextpanel__media{
    min-height: 280px;
  }

  .pf-wit-nextpanel__content{
    padding: 38px 24px;
  }

  .pf-wit-story__grid{
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .pf-wit-story__side{
    grid-template-columns: 2px 1fr;
  }

  .pf-wit-story__pull{
    max-width: none;
    font-size: 28px;
  }

  .pf-wit-intro--overview{
    padding: 82px 0;
  }

  .pf-wit-intro--overview .pf-wit-intro__text{
    font-size: 20px;
    max-width: none;
  }

  .pf-wit-explain--programs{
    padding: 82px 0 90px;
  }

  .pf-wit-volunteercta{
    padding: 72px 0;
  }

  .pf-wit-volunteercta__text{
    font-size: 18px;
    max-width: none;
  }

  .pf-wit-nextpanel--approach .pf-wit-nextpanel__link{
    grid-template-columns: 1fr;
  }

  .pf-wit-nextpanel--approach .pf-wit-nextpanel__content{
    padding: 54px 28px;
  }

  .pf-wit-nextpanel--approach .pf-wit-nextpanel__title{
    max-width: none;
    font-size: 38px;
  }

  .pf-wit-nextpanel--approach .pf-wit-nextpanel__text{
    max-width: none;
    font-size: 18px;
    line-height: 1.65;
  }

  .pf-wit-nextpanel--approach .pf-wit-nextpanel__media{
    min-height: 360px;
  }
}

@media (max-width: 900px){
  .pf-wit-stats__grid{
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 767px){
  .pf-wit-hero{
    min-height: 620px;
  }

  .pf-wit-hero__content{
    width: calc(100% - 32px);
    padding: 56px 0 48px;
  }

  .pf-wit-hero__title{
    max-width: none;
    line-height: 1.04;
  }

  .pf-wit-hero__sub{
    max-width: none;
    font-size: 20px;
    line-height: 1.45;
  }

  .pf-wit-display{
    line-height: 1.04;
  }

  .pf-wit-intro__text{
    font-size: 18px;
  }

  .pf-wit-personband__content{
    padding: 40px 20px;
  }

  .pf-wit-personband__img{
    min-height: 260px;
  }

  .pf-wit-story{
    padding-bottom: 64px;
  }

  .pf-wit-story__pull{
    font-size: 24px;
    line-height: 1.2;
  }

  .pf-wit-story__text{
    font-size: 19px;
    line-height: 1.65;
  }

  .pf-wit-breaker{
    padding-bottom: 64px;
  }

  .pf-wit-breaker__img{
    height: 320px;
  }

  .pf-wit-explain{
    padding-bottom: 72px;
  }

  .pf-wit-programlink{
    padding: 72px 0;
  }

  .pf-wit-series{
    padding: 64px 0;
  }

  .pf-wit-intro--overview .pf-wit-intro__text{
    font-size: 18px;
    line-height: 1.65;
  }

  .pf-wit-volunteercta__title{
    font-size: 32px;
    line-height: 1.1;
  }

  .pf-wit-volunteercta__text{
    font-size: 17px;
    line-height: 1.6;
  }
}

/* VOLUNTEER SECTION */
.pf-wit-volunteer{
  background: #f3f3f3;
  padding: 20px 0 40px 0;
}

.pf-wit-volunteer__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 18px 36px rgba(0,0,0,0.06);
  overflow: hidden;
}

.pf-wit-volunteer__media{
  height: 360px;
  background: #ddd;
}

.pf-wit-volunteer__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.pf-wit-volunteer__content{
  display: flex;
  align-items: center;
  padding: 48px 56px;
  background: #fff;
}

.pf-wit-volunteer__inner{
  max-width: 520px;
}

.pf-wit-volunteer__title{
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  color: #111;
}

.pf-wit-volunteer__text{
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.7;
  color: #444;
}

.pf-wit-volunteer__btn{
  margin-top: 6px;
}

@media (max-width: 991px){
  .pf-wit-volunteer{
    padding: 40px 0 56px;
  }

  .pf-wit-volunteer__grid{
    grid-template-columns: 1fr;
  }

  .pf-wit-volunteer__media{
    height: 260px;
  }

  .pf-wit-volunteer__content{
    padding: 36px 28px;
  }
}