/* shared */
.pf-wit-eyebrow{
  margin: 0 0 14px;
  font-size: .8rem;
  line-height: .9rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  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: 800;
}

/* 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: 12px;
  font-weight: 800;
  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: 800;
}

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

/* STATS */
.pf-wit-stats{
  padding: 44px 0 28px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.pf-wit-stats__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1100px;
  margin: 0 auto;
}

.pf-wit-stat{
  padding: 0 36px;
  position: relative;
}

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

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

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

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

.pf-wit-stat__text{
  max-width: 30ch;
  color: rgba(0,0,0,0.68);
  line-height: 1.6;
}

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

.pf-wit-intro__wrap{
  max-width: 1098px;
}

.pf-wit-intro__text{
  margin: 0;
  max-width: 90%;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0,0,0,0.74);
}

/* 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: 28px;
  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: 800;
  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: 14px;
  line-height: 1.5;
  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);
}

/* 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: 14px;
  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: 800;
  letter-spacing: -0.02em;
  color: #fff;
}

.pf-wit-programlink__text{
  margin: 0 0 34px;
  max-width: 54ch;
  font-size: 14px;
  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: 800;
  letter-spacing: -0.01em;
  color: #fff;
}

.pf-wit-programlink__cta{
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  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: 800;
  letter-spacing: -0.02em;
  color: #111;
}

.pf-wit-series__text{
  margin: 0;
  font-size: 14px;
  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: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.52);
}

.pf-wit-series__name{
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  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: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.70);
}

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

.pf-wit-nextpanel__text{
  margin: 0 0 18px;
  max-width: 38ch;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,0.84);
}

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

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

.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__number{
  margin-bottom:10px;
}

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

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

/* 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;
}
}

@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: 18px;
    line-height: 1.45;
  }

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

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

  .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: 14px;
  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;
  }
}