
/* =========================
   BASE
   ========================= */
.pf-prog-page,
.pf-prog-page body{
  background: #fff;
}

.pf-prog-section,
.pf-prog-band,
.pf-prog-pillars{
  position: relative;
}

.pf-prog-wrap,
.pf-prog-copy{
  max-width: 1200px;
}


/* =========================
   HERO
   ========================= */
.pf-prog-hero{
  position: relative;
  min-height: 70vh;
  max-height: 720px;
  overflow: hidden;
  background: #111;
}

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

.pf-prog-hero__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.70) 0%,
    rgba(0,0,0,0.52) 34%,
    rgba(0,0,0,0.20) 66%,
    rgba(0,0,0,0.06) 100%
  );
}

.pf-prog-hero__content{
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 160px 0 110px;
  color: #fff;
}

.pf-prog-hero h1{
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.pf-prog-hero__lead{
  margin: 0 0 28px;
  max-width: 700px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  color: rgba(255,255,255,0.94);
}


/* =========================
   TYPOGRAPHY
   ========================= */
.pf-prog-kicker{
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #8a776a;
}

.pf-prog-hero .pf-prog-kicker{
  color: rgba(255,255,255,0.82);
}

.pf-prog-title,
.pf-prog-h1{
  margin: 0 0 18px;
  font-size: clamp(34px, 4.2vw, 50px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #111;
}

.pf-prog-h2{
  margin: 0 0 16px;
  max-width: 920px;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #111;
}

.pf-prog-intro{
  margin: 0 0 16px;
  max-width: 860px;
  font-size: 17px;
  line-height: 1.65;
  color: #555;
}

.pf-prog-band p:not(.pf-prog-kicker):not(.pf-prog-intro),
.pf-prog-pillars p:not(.pf-prog-kicker):not(.pf-prog-intro){
  font-size: 15px;
  line-height: 1.75;
  color: #333;
}

.pf-prog-section p{
  max-width: 1200px;
  font-size: 18px;
  line-height: 1.75;
  color: #333;
}

.pf-prog-statement{
  font-size: 24px;
  line-height: 1.35;
  font-weight: 600;
  max-width: 820px;
  margin: 40px 0 40px 0;
  color: #333;
  border-left: 4px solid #bb1654;
  padding-left: 22px;
}

.pf-prog-bridge{
  font-size: 22px;
  line-height: 1.5;
  max-width: 760px;
  margin: 30px 0 30px 0;
  font-weight: 500;
  color: #444;
}

/* =========================
   BUTTONS
   ========================= */
.pf-prog-btn,
.pf-prog-hero .btn,
.pf-prog-cta .btn{
  display: inline-block;
  padding: 14px 34px;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.pf-prog-btn--primary{
  background: #bb1654;
  color: #fff !important;
  border: 0;
}

.pf-prog-btn--primary:hover{
  background: #a01448;
  color: #fff !important;
}


/* =========================
   SECTION SPACING / BANDS
   ========================= */
.pf-prog-section{
  padding: 90px 0;
  background: #fff;
}

.pf-prog-band{
  padding: 78px 0;
  background: #fff;
}

.pf-prog-band--soft{
  background: #f6f6f6;
}

.pf-prog-band--dark{
  background: #333333;
  color: #fff;
}

.pf-prog-band--dark .pf-prog-kicker{
  color: rgba(255,255,255,0.74);
}

.pf-prog-band--dark .pf-prog-h2,
.pf-prog-band--dark p{
  color: #fff;
}

.pf-prog-band--statement{
  background: #333333;
  color: #fff;
  text-align: center;
  padding: 76px 0;
}

.pf-prog-band--statement .pf-prog-kicker{
  color: rgba(255,255,255,0.72);
}

.pf-prog-band--statement .pf-prog-h2{
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 40px);
}

.pf-prog-band--statement p{
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  color: rgba(255,255,255,0.88);
}

.pf-prog-band + .pf-prog-band,
.pf-prog-section + .pf-prog-band,
.pf-prog-band + .pf-prog-section,
.pf-prog-section + .pf-prog-section{
  border-top: 1px solid rgba(0,0,0,0.035);
}


/* =========================
   SUPPORT GRID
   ========================= */
.pf-prog-support-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 44px;
  margin-top: 32px;
}

.pf-prog-support-item{
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
}

.pf-prog-support-icon{
  width: 58px;
  height: 58px;
  border: 2px solid #444;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 24px;
  line-height: 1;
}

.pf-prog-support-text h3{
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.pf-prog-support-text p{
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}


/* =========================
   TWO-COLUMN PILLARS
   ========================= */
.pf-prog-pillars{
  padding: 82px 0;
  background: #fff;
}

.pf-prog-pillars__grid,
.pf-prog-two-col{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px;
  margin-top: 30px;
}

.pf-prog-pillar,
.pf-prog-card{
  padding-top: 18px;
  border-top: 3px solid #bb1654;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.pf-prog-pillar:nth-child(2),
.pf-prog-card:nth-child(2){
  border-top-color: #e37a33;
}

.pf-prog-pillar h3,
.pf-prog-card h3{
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
}

.pf-prog-pillar-sub,
.pf-prog-subhead{
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.5;
  color: #666;
}

.pf-prog-pillar p,
.pf-prog-card p{
  max-width: none;
  font-size: 15px;
  line-height: 1.72;
  color: #444;
}

.pf-prog-pillar ul,
.pf-prog-card ul{
  margin: 18px 0 18px 20px;
  padding: 0;
}

.pf-prog-pillar li,
.pf-prog-card li{
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.65;
  color: #444;
}


/* =========================
   GENERAL SPLIT LAYOUT
   ========================= */
.pf-prog-split{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 44px;
  align-items: center;
}

.pf-prog-split__media{
  position: relative;
  width: 100%;
}

.pf-prog-split__media img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0,0,0,0.10);
}

.pf-prog-image--portrait img{
  max-width: 420px;
  margin: 0 auto;
}

.pf-prog-support-card{
  background:#ffffff;
  padding:40px 36px;
  border-radius:6px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  height:100%;
}

.pf-prog-support-card h3{
  margin-top:0;
}

.pf-prog-support-card ul{
  margin-top:20px;
}

.pf-prog-support-card li{
  margin-bottom:12px;
  line-height:1.6;
}

.pf-prog-support-section{
  margin-top:50px;
}

/* =========================
   STORY
   ========================= */
.pf-prog-story-wrap{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 54px;
  align-items: start;
}

.pf-prog-story{
  background: transparent;
  border-left: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.pf-prog-story p{
  margin: 0 0 14px;
  max-width: none;
  font-size: 15px;
  line-height: 1.75;
  color: #333;
}

.pf-prog-story p:last-child{
  margin-bottom: 0;
}


/* =========================
   IMAGE BAND
   ========================= */
.pf-prog-image-band{
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: #111;
}

.pf-prog-image-band img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pf-prog-image-band__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.22),
    rgba(0,0,0,0.54)
  );
}

.pf-prog-image-band__content{
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding: 110px 0;
  color: #fff;
}

.pf-prog-image-band .pf-prog-kicker{
  color: rgba(255,255,255,0.78);
}

.pf-prog-image-band h2{
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.1;
  font-weight: 700;
}

.pf-prog-image-band p{
  margin: 0;
  color: rgba(255,255,255,0.90);
  font-size: 17px;
  line-height: 1.7;
}


/* =========================
   CTA
   ========================= */
/* CTA IMAGE SECTION */

.pf-prog-cta{
  position: relative;
  background-image: url('../img/Families/families-first-cta.jpg');
  background-size: cover;
  background-position: center;
  padding: 160px 0;
}

.pf-prog-cta-overlay{
  background: rgba(0,0,0,.45);
  padding: 140px 0;
  text-align: center;
}

.pf-prog-cta h2{
  color: #fff;
  font-size: 34px;
  margin-bottom: 18px;
  font-weight: 700;
}

.pf-prog-cta p{
  color: #fff;
  font-size: 18px;
  max-width: 640px;
  margin: 0 auto 28px auto;
  line-height: 1.6;
}

/* CTA Button */

.pf-btn-primary{
  background: #bb1654;
  color: #fff;
  padding: 14px 32px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: .2s ease;
}

.pf-btn-primary:hover{
  background: #a11249;
}

/* =========================
   PATHWAY SECTION
   ========================= */
.pf-prog-pathway{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 32px;
}

.pf-prog-pathway__step{
  padding: 0;
}

.pf-prog-pathway__line{
  width: 100%;
  height: 4px;
  margin-bottom: 22px;
}

.pf-prog-pathway__line--red{
  background: #bb1654;
}

.pf-prog-pathway__line--orange{
  background: #e37a33;
}

.pf-prog-pathway__step h3{
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
}

.pf-prog-pathway__sub{
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}

.pf-prog-pathway__intro{
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

.pf-prog-pathway__step ul{
  margin: 0;
  padding-left: 22px;
}

.pf-prog-pathway__step li{
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
}

.pf-prog-pathway__arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding-top: 48px;
}

.pf-prog-pathway__arrow span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #d7d1cb;
  color: #666;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  background: #fff;
}

/* EXPLAINER SECTION */

.pf-prog-explainer-intro{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.pf-prog-explainer-intro p{
  margin-left: auto;
  margin-right: auto;
}

.pf-prog-explainer-card p{
  color: #555;
	margin-bottom: 20px;
}

.pf-prog-explainer-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pf-prog-explainer-card{
  background: #fdf2f6;
  border-radius: 8px;
  padding: 34px 28px 30px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
}


.pf-prog-explainer-icon{
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border: 2px solid #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  color: #333;
}

.pf-prog-explainer-card h3{
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
}

.pf-prog-explainer-card p{
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

.pf-prog-explainer-card ul{
  margin-top: 32px;
  margin-bottom: 0;
  padding: 0 0 4px 0;
  list-style: none;
  border-top: none;
}

.pf-prog-explainer-card li{
  margin: 0 0 6px;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}


.pf-prog-explainer-card li:last-child{
  margin-bottom: 0;
}

.pf-prog-explainer-card:hover{
  transform: translateY(-3px);
  transition: all .2s ease;
}

@media (max-width: 991px){
  .pf-prog-explainer-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px){
  .pf-prog-pathway{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pf-prog-pathway__arrow{
    padding-top: 0;
  }

  .pf-prog-pathway__arrow span{
    transform: rotate(90deg);
  }
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 991px){
  .pf-prog-hero{
    min-height: 58vh;
  }

  .pf-prog-hero__content{
    padding: 130px 0 88px;
  }

  .pf-prog-section{
    padding: 64px 0;
  }

  .pf-prog-band,
  .pf-prog-pillars{
    padding: 58px 0;
  }

  .pf-prog-support-grid,
  .pf-prog-pillars__grid,
  .pf-prog-two-col,
  .pf-prog-split,
  .pf-prog-story-wrap{
    grid-template-columns: 1fr;
  }

  .pf-prog-story-wrap{
    gap: 28px;
  }

  .pf-prog-image-band{
    min-height: 420px;
  }

  .pf-prog-image-band__content{
    padding: 90px 0;
  }
}

@media (max-width: 575px){
  .pf-prog-hero{
    min-height: 520px;
  }

  .pf-prog-hero__content{
    padding: 120px 0 64px;
  }

  .pf-prog-section{
    padding: 46px 0;
  }

  .pf-prog-band,
  .pf-prog-pillars{
    padding: 46px 0;
  }

  .pf-prog-intro{
    font-size: 16px;
  }

  .pf-prog-support-text h3{
    font-size: 18px;
  }

  .pf-prog-support-icon{
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .pf-prog-pillar h3,
  .pf-prog-card h3{
    font-size: 22px;
  }

  .pf-prog-cta{
    padding: 30px 22px;
  }
}

/* Wider working area for program pages */
@media (min-width: 992px) {
  .pf-prog-page .container,
  .pf-prog-hero .container,
  .pf-prog-section .container,
  .pf-prog-band .container,
  .pf-prog-pillars .container,
  .pf-prog-image-band .container {
    width: 1140px;
    max-width: 1140px;
  }
}

@media (min-width: 1200px) {
  .pf-prog-page .container,
  .pf-prog-hero .container,
  .pf-prog-section .container,
  .pf-prog-band .container,
  .pf-prog-pillars .container,
  .pf-prog-image-band .container {
    width: 1240px;
    max-width: 1240px;
  }
}