/* custom_getinvolved.css
 * All volunteer/get-involved page styles.
 * Globals live in pf-shell.css / pf-base.css.
 * Button classes use pf-btn system from pf-components.css.
 * .fade-up lives in pf-base.css.
 * .section-eyebrow / .page-content live in pf-shell.css.
 */


/* ----------------------------------------------------------------
   VOLUNTEER PAGE — body.pf-page-volunteer
---------------------------------------------------------------- */

/* Keep section containers above decorative background layers */
body.pf-page-volunteer .pf-vol-band .pf-container,
body.pf-page-volunteer .pf-vol-split .pf-container,
body.pf-page-volunteer .pf-vol-steps .pf-container,
body.pf-page-volunteer .pf-vol-compare .pf-container,
body.pf-page-volunteer .pf-vol-cta .pf-container,
body.pf-page-volunteer .pf-vol-contact .pf-container{
  position: relative;
  z-index: 2;
}

/* Vol step icon */
body.pf-page-volunteer .pf-vol-step__icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.25rem;
  border-radius: 999px;
  background: rgba(187,22,84,0.08);
  color: var(--pf-red);
}

body.pf-page-volunteer .pf-vol-step__icon svg{
  width: 1.5rem;
  height: 1.5rem;
  stroke-width: 1.9;
}

/* Button groups */
body.pf-page-volunteer .pf-image-hero__actions,
body.pf-page-volunteer .pf-vol-cta__buttons,
body.pf-page-volunteer .pf-vol-band__cta{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

body.pf-page-volunteer .pf-image-hero__actions{
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

/* Before-apply width */
body.pf-page-volunteer .before-apply{
  width: 100%;
}

/* Notes under section grids */
body.pf-page-volunteer .pf-vol-steps__note,
body.pf-page-volunteer .pf-vol-compare__note{
  margin-top: 2rem;
}

body.pf-page-volunteer .pf-vol-steps__note p,
body.pf-page-volunteer .pf-vol-compare__note p{
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}

/* How volunteering works */
body.pf-page-volunteer .pf-vol-steps{
  padding: 4rem 0;
  background: #f7f7f7;
}

body.pf-page-volunteer .pf-vol-steps__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
  margin-top: 2rem;
}

body.pf-page-volunteer .pf-vol-step{
  background: #fff;
  padding: 2rem;
  border: 1px solid #ece7ea;
  border-radius: 1rem;
  height: 100%;
  position: relative;
}

body.pf-page-volunteer .pf-vol-step h3{
  margin: 0 0 0.75rem;
}

body.pf-page-volunteer .pf-vol-step p{
  margin: 0;
}

/* Step number watermark */
body.pf-page-volunteer .pf-vol-step__number{
  display: block;
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  color: var(--pf-red);
  opacity: 0.12;
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  user-select: none;
  pointer-events: none;
}

@media (max-width: 900px){
  body.pf-page-volunteer .pf-vol-steps__grid{
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* Quote band */
body.pf-page-volunteer .pf-vol-band--quote{
  background: var(--pf-red);
  color: #fff;
  padding: 3.5rem 0;
  text-align: center;
}

body.pf-page-volunteer .pf-vol-quote{
  max-width: 48rem;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
}

body.pf-page-volunteer .pf-vol-band__cta{
  justify-content: center;
}

body.pf-page-volunteer .pf-vol-band--quote .pf-btn--primary{
  background: #fff;
  color: var(--pf-red);
  border-color: #fff;
}

body.pf-page-volunteer .pf-vol-band--quote .pf-btn--primary:hover{
  background: #f3f3f3;
  color: var(--pf-red);
  border-color: #f3f3f3;
}

/* Before you apply */
body.pf-page-volunteer .pf-vol-band--soft{
  padding: 4rem 0;
}

body.pf-page-volunteer .before-apply-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 2.5rem;
  margin-top: 2rem;
}

body.pf-page-volunteer .before-item h3{
  margin: 0 0 0.75rem;
}

body.pf-page-volunteer .before-item p{
  margin: 0;
}

/* One afternoon or week after week */
body.pf-page-volunteer .pf-vol-compare{
  padding: 4rem 0;
}

body.pf-page-volunteer .pf-vol-compare__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  margin-top: 2rem;
}

body.pf-page-volunteer .pf-vol-compare__item{
  padding-top: 1.5rem;
}

body.pf-page-volunteer .pf-vol-compare__item:first-child{
  border-top: 3px solid var(--pf-red);
}

body.pf-page-volunteer .pf-vol-compare__item:last-child{
  border-top: 3px solid var(--pf-orange);
}

body.pf-page-volunteer .pf-vol-compare__item:first-child .pf-vol-compare__label{
  color: var(--pf-red);
}

body.pf-page-volunteer .pf-vol-compare__item:last-child .pf-vol-compare__label{
  color: var(--pf-orange);
}

body.pf-page-volunteer .pf-vol-compare__label{
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.pf-page-volunteer .pf-vol-compare__item h3{
  margin: 0 0 0.75rem;
}

body.pf-page-volunteer .pf-vol-compare__item p{
  margin: 0;
}

/* Modifier classes for explicit red/orange top borders */
body.pf-page-volunteer .pf-vol-compare__item--red{
  border-top: 3px solid var(--pf-red);
}

body.pf-page-volunteer .pf-vol-compare__item--orange{
  border-top: 3px solid var(--pf-orange);
}

body.pf-page-volunteer .pf-vol-compare__item--red .pf-vol-compare__label{
  color: var(--pf-red);
}

body.pf-page-volunteer .pf-vol-compare__item--orange .pf-vol-compare__label{
  color: var(--pf-orange);
}

@media (max-width: 900px){
  body.pf-page-volunteer .before-apply-grid,
  body.pf-page-volunteer .pf-vol-compare__grid{
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* Photo band */
body.pf-page-volunteer .pf-photo-band{
  padding: 3.5rem 0;
}

body.pf-page-volunteer .pf-photo-band-inner{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 3rem;
  align-items: center;
}

body.pf-page-volunteer .pf-photo-band-media img{
  display: block;
  width: 100%;
  height: 28rem;
  object-fit: cover;
}

body.pf-page-volunteer .pf-photo-band-copy h2{
  margin: 0 0 1rem;
}

body.pf-page-volunteer .pf-photo-band-copy p{
  margin: 0 0 1.5rem;
  max-width: 32rem;
}

@media (max-width: 900px){
  body.pf-page-volunteer .pf-photo-band-inner{
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  body.pf-page-volunteer .pf-photo-band-media img{
    height: auto;
  }
}

/* CTA section */
body.pf-page-volunteer .pf-vol-cta{
  padding: 4rem 0 4.5rem;
  border-top: 1px solid #e8e3e6;
}

body.pf-page-volunteer .pf-vol-cta__inner{
  max-width: 52rem;
}

body.pf-page-volunteer .pf-vol-cta__title{
  margin: 0 0 0.75rem;
}

body.pf-page-volunteer .pf-vol-cta__text{
  margin: 0 0 1.5rem;
}

body.pf-page-volunteer .pf-vol-cta__buttons{
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Contact */
body.pf-page-volunteer .pf-vol-contact{
  padding: 4rem 0 5rem;
}

body.pf-page-volunteer .pf-vol-contact__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(18rem, 0.9fr);
  gap: 3rem;
  align-items: start;
}

body.pf-page-volunteer .pf-vol-contact__name{
  margin: 1.5rem 0 1rem;
}

body.pf-page-volunteer .pf-vol-contact__card{
  padding: 1.75rem;
  border: 1px solid #e7e2e5;
  border-top: 4px solid var(--pf-orange);
  background: #fff;
}

body.pf-page-volunteer .pf-vol-contact__cardTitle{
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--pf-text);
}

body.pf-page-volunteer .pf-vol-contact__card .pf-vol-p{
  margin-bottom: 1.25rem;
}

body.pf-page-volunteer .pf-vol-contact__cardBtn{
  width: auto;
  display: inline-block;
  padding: 0.85rem 1.4rem;
}

@media (max-width: 900px){
  body.pf-page-volunteer .pf-vol-contact__grid{
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* Before apply grid (standalone version) */
.pf-before-apply__grid{
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(260px,0.8fr);
  gap: 3rem;
  align-items: start;
}

.pf-before-apply__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

/* Volunteer options */
body.pf-page-volunteer .pf-vol-options{
  padding: 4.5rem 0;
}

body.pf-page-volunteer .pf-vol-options__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 3rem;
  align-items: start;
}

body.pf-page-volunteer .pf-vol-options__compare .pf-vol-compare__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

body.pf-page-volunteer .pf-vol-options__cta{
  border: 1px solid #e7e2e5;
}

/* VOLUNTEER DETAILS / ACCORDION */
body.pf-page-volunteer .pf-vol-details{
  padding: 4.5rem 0;
  background: #d78c3d;
  color: #ffffff;
}

.pf-vol-details p{
  color: rgba(255,255,255,0.92);
}

body.pf-page-volunteer .pf-vol-details .pf-container{
  max-width: 76rem;
}

body.pf-page-volunteer .pf-vol-details__grid{
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 3.5rem;
  align-items: stretch;
}

body.pf-page-volunteer .pf-vol-details__media,
body.pf-page-volunteer .pf-vol-details__content{
  min-width: 0;
}

body.pf-page-volunteer .pf-vol-details__media-frame{
  height: 100%;
  display: flex;
  flex-direction: column;
}

body.pf-page-volunteer .pf-vol-details__image{
  display: none;
  width: 100%;
  height: 34rem;
  object-fit: cover;
}

body.pf-page-volunteer .pf-vol-details__image.is-active{
  display: block;
}

body.pf-page-volunteer .pf-vol-details__caption{
  padding: 1rem 0 0;
  font-size: 0.975rem;
  line-height: 1.6;
}

body.pf-page-volunteer .pf-vol-details__content{
  padding: 0.25rem 0;
}

body.pf-page-volunteer .pf-vol-details__intro{
  max-width: 36rem;
  margin: 0 0 2rem;
  font-size: 1.0625rem;
  line-height: 1.7;
}

body.pf-page-volunteer .pf-vol-accordion{
  border-top: 1px solid rgba(51,51,51,0.14);
}

body.pf-page-volunteer .pf-vol-accordion__item{
  border-bottom: 1px solid rgba(255,255,255,0.25);
}

body.pf-page-volunteer .pf-vol-accordion__trigger{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  font: inherit;
  font-weight: 700;
  font-size: 1.55rem;
  line-height: 1.25;
  cursor: pointer;
}

body.pf-page-volunteer .pf-vol-accordion__trigger:hover{
  color: #fff;
}

body.pf-page-volunteer .pf-vol-accordion__icon{
  flex: 0 0 auto;
  font-size: 1.75rem;
  line-height: 1;
  color: #ffffff;
  opacity: 0.85;
}

body.pf-page-volunteer .pf-vol-accordion__panel{
  padding: 0 2.5rem 1.25rem 0;
}

body.pf-page-volunteer .pf-vol-accordion__panel p{
  margin: 0;
  max-width: 38rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #fff;
}

@media (max-width: 980px){
  body.pf-page-volunteer .pf-vol-details__grid{
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  body.pf-page-volunteer .pf-vol-details__image{
    height: auto;
    max-height: 32rem;
  }
}

/* APPLICATION */
body.pf-page-volunteer-application .pf-form-section{
  padding: 4rem 0 5rem;
}

body.pf-page-volunteer-application .pf-form-wrap{
  max-width: 75rem;
  margin: 0 auto;
}

/* INTRO LOCKUP */
body.pf-page-volunteer .pf-vol-intro-lockup{
  background: #efefef;
  padding: 2rem 0 2.25rem;
  border-top: 1px solid rgba(0,0,0,0.04);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

body.pf-page-volunteer .pf-vol-intro-lockup__inner{
  max-width: 60rem;
}

body.pf-page-volunteer .pf-vol-intro-lockup .pf-h2{
  margin-bottom: 1.25rem;
}

/* Second button style in hero */
body.pf-page-volunteer .pf-image-hero__actions .pf-btn + .pf-btn{
  background: #ffffff;
  color: var(--pf-red);
  border: 2px solid var(--pf-red);
}

body.pf-page-volunteer .pf-image-hero__actions .pf-btn + .pf-btn:hover{
  background: rgba(187,22,84,0.08);
  color: var(--pf-red);
  border-color: var(--pf-red);
}

/* FEATURE SECTIONS */
body.pf-page-volunteer .pf-vol-feature{
  padding: 1.25rem 0 2.5rem;
}

body.pf-page-volunteer .pf-vol-feature--soft{
  padding-top: 2.75rem;
}

body.pf-page-volunteer .pf-vol-feature__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 3rem;
  align-items: center;
}

body.pf-page-volunteer .pf-vol-feature--reverse .pf-vol-feature__grid{
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

body.pf-page-volunteer .pf-vol-feature--reverse .pf-vol-feature__media{
  order: 2;
}

body.pf-page-volunteer .pf-vol-feature--reverse .pf-vol-feature__content{
  order: 1;
}

body.pf-page-volunteer .pf-vol-feature__media img{
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  border-radius: 1.5rem;
  box-shadow: 0 18px 36px rgba(0,0,0,0.10);
}

body.pf-page-volunteer .pf-vol-feature__content{
  max-width: 34rem;
}

body.pf-page-volunteer .pf-vol-feature__content .pf-eyebrow{
  margin-bottom: 0.75rem;
}

body.pf-page-volunteer .pf-vol-feature__content .pf-h2{
  margin-bottom: 1rem;
}

body.pf-page-volunteer .pf-vol-feature__content .pf-lead{
  margin-bottom: 1rem;
}

body.pf-page-volunteer .pf-vol-feature--soft .pf-vol-feature__content{
  background: #f7f7f7;
  border-radius: 1.25rem;
  padding: 2rem;
}

@media (max-width: 980px){
  body.pf-page-volunteer .pf-vol-feature__grid,
  body.pf-page-volunteer .pf-vol-feature--reverse .pf-vol-feature__grid{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  body.pf-page-volunteer .pf-vol-feature--reverse .pf-vol-feature__media,
  body.pf-page-volunteer .pf-vol-feature--reverse .pf-vol-feature__content{
    order: initial;
  }

  body.pf-page-volunteer .pf-vol-feature__content{
    max-width: none;
  }
}

@media (max-width: 760px){
  body.pf-page-volunteer .pf-vol-intro-lockup{
    padding: 2rem 0 1.25rem;
  }

  body.pf-page-volunteer .pf-vol-feature{
    padding: 1rem 0 2rem;
  }

  body.pf-page-volunteer .pf-vol-feature__media img{
    aspect-ratio: 16 / 11;
    border-radius: 1rem;
  }

  body.pf-page-volunteer .pf-vol-feature--soft .pf-vol-feature__content{
    padding: 1.5rem;
    border-radius: 1rem;
  }

  body.pf-page-volunteer .pf-image-hero__actions,
  body.pf-page-volunteer .pf-vol-cta__buttons,
  body.pf-page-volunteer .pf-vol-band__cta{
    flex-direction: column;
    align-items: stretch;
  }
}

/* VOLUNTEER CALENDAR */
body.pf-page-volunteer-calendar{
  background: #f7f5f6;
}

body.pf-page-volunteer-calendar .pf-cal-header{
  padding: 2.75rem 0 2.25rem;
}

body.pf-page-volunteer-calendar .pf-cal-simple{
  padding: 5rem 0;
}

body.pf-page-volunteer-calendar .pf-cal-instruction{
  max-width: 60rem;
  margin: 0 auto 1.75rem;
  text-align: center;
}

body.pf-page-volunteer-calendar .pf-cal-links{
  display: flex;
  justify-content: center;
  gap: 0.875rem;
  margin-top: 0;
}

body.pf-page-volunteer-calendar .pf-cal-module{
  padding: 10rem 0 3rem;
}

body.pf-page-volunteer-calendar .pf-cal-fluid{
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
}

body.pf-page-volunteer-calendar .pf-cal-card{
  background: #fff;
  border: 1px solid #333333;
  border-radius: 3rem 0;
  overflow: hidden;
}

body.pf-page-volunteer-calendar .pf-cal-card__tabs{
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #eee7ea;
  background: #fbf9fa;
}

body.pf-page-volunteer-calendar .vol-cal-switcher{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

body.pf-page-volunteer-calendar .vol-cal-switcher .pf-btn--ghost{
  background: #fff;
  border: 2px solid var(--pf-red);
  color: var(--pf-red);
}

body.pf-page-volunteer-calendar .pf-cal-embed{
  width: 100%;
  height: 1050px;
  border: 0;
  display: block;
}

body.pf-page-volunteer-calendar .pf-cal-contact{
  padding: 1.75rem 0 2.5rem;
  text-align: center;
}

/* SHARED FORM STYLES */
.pf-page-header__actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}

.pf-form-section{
  padding: 48px 0;
}

.pf-form-wrap{
  max-width: 860px;
  margin: 0 auto;
}

.pf-vol-policy{
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(0,0,0,0.52);
  border-top: 1px solid rgba(0,0,0,0.10);
  border-bottom: 1px solid rgba(0,0,0,0.10);
  padding: 20px 0;
  margin-bottom: 20px;
}

.pf-vol-policy p{
  margin: 0 0 12px;
}

.pf-vol-policy p:last-child{
  margin-bottom: 0;
}

.pf-vol-helper{
  font-size: 0.9375rem;
  color: rgba(0,0,0,0.6);
  margin-bottom: 20px;
}

.pf-vol-helper a{
  color: var(--pf-red);
  text-decoration: underline;
}

@media (max-width: 760px){
  .pf-page-header__actions{
    flex-direction: column;
    align-items: stretch;
  }
}


/* ----------------------------------------------------------------
   HOLIDAY GIVING PAGE
   Uses semantic class names — not conflicting with pf-* system
---------------------------------------------------------------- */

/* Program cards */
.programs-section{
  background: var(--pf-soft);
  padding: 80px 48px;
}

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

.program-card{
  background: var(--pf-bg);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s, transform 0.25s;
}

.program-card:hover{
  box-shadow: var(--pf-shadow-md);
  transform: translateY(-4px);
}

.program-card-image{
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.program-card-body{
  padding: 32px 28px 36px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.program-card-tag{
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pf-red);
  margin-bottom: 10px;
}

.program-card-title{
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--pf-text);
  margin-bottom: 12px;
  line-height: 1.2;
}

.program-card-body p{
  font-size: 0.93rem;
  line-height: 1.7;
  color: #555555;
  font-weight: 300;
  flex: 1;
  margin-bottom: 28px;
}

/* Intro */
.intro-section{
  padding: 72px 48px;
  text-align: center;
  background: var(--pf-bg);
}

.intro-section-inner{
  max-width: 760px;
  margin: 0 auto;
}

.intro-body{
  font-size: 1.05rem;
  line-height: 1.8;
  color: #555555;
  font-weight: 300;
}

/* How it works */
.how-section{
  padding: 80px 48px;
  background: var(--pf-dark);
}

.how-section-inner{
  max-width: 1100px;
  margin: 0 auto;
}

.how-section-header{
  text-align: center;
  margin-bottom: 56px;
}

.how-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(255,255,255,0.06);
  border: 2px solid rgba(255,255,255,0.06);
  border-radius: 4px;
  overflow: hidden;
}

.how-step{
  background: rgba(255,255,255,0.04);
  padding: 40px 32px;
  position: relative;
  transition: background 0.25s;
}

.how-step:hover{
  background: rgba(255,255,255,0.08);
}

.how-step-number{
  font-size: 4rem;
  font-weight: 400;
  color: var(--pf-orange);
  opacity: 0.7;
  position: absolute;
  top: 16px;
  right: 20px;
  line-height: 1;
  user-select: none;
}

.how-step-title{
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}

.how-step-body{
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.6);
  font-weight: 300;
}

.how-step-title a,
.how-step-body a{
  color: var(--pf-orange);
  text-underline-offset: 2px;
}

/* Groups band */
.groups-section{
  background: var(--pf-red-light);
  padding: 80px 48px;
}

.groups-inner{
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.groups-image{
  border-radius: 4px;
  overflow: hidden;
}

.groups-image img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.groups-title{
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 400;
  color: var(--pf-text);
  margin-bottom: 20px;
  line-height: 1.2;
}

.groups-body{
  font-size: 1rem;
  line-height: 1.8;
  color: #555555;
  font-weight: 300;
  margin-bottom: 16px;
}

.groups-contact{
  font-size: 0.95rem;
  color: var(--pf-text);
}

.groups-contact a{
  color: #6b0c30;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* FAQ */
.faq-section{
  padding: 80px 48px;
  background: var(--pf-bg);
}

.faq-inner{
  max-width: 800px;
  margin: 0 auto;
}

.faq-header{
  text-align: center;
  margin-bottom: 48px;
}

.faq-item{
  border-bottom: 1px solid var(--pf-border);
}

.faq-question{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.98rem;
  transition: color 0.2s;
  user-select: none;
  color: var(--pf-text);
}

.faq-question:hover{
  color: var(--pf-red);
}

.faq-toggle{
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--pf-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
  font-size: 1.2rem;
  color: #777;
  line-height: 1;
}

.faq-item.open .faq-toggle{
  background: var(--pf-red);
  border-color: var(--pf-red);
  color: #fff;
}

.faq-answer{
  font-size: 0.93rem;
  line-height: 1.75;
  color: #555555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-weight: 300;
}

.faq-item.open .faq-answer{
  max-height: 200px;
  padding-bottom: 22px;
}

/* Donate band */
.donate-band{
  background: var(--pf-red);
  padding: 80px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.donate-band::before{
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  pointer-events: none;
}

.donate-band-inner{
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.donate-band-eyebrow{
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
}

.donate-band-title{
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
}

.donate-band-body{
  font-size: 0.98rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin-bottom: 36px;
  font-weight: 300;
}

@media (max-width: 900px){
  .intro-section,
  .programs-section,
  .how-section,
  .groups-section,
  .faq-section,
  .donate-band{
    padding: 56px 24px;
  }

  .programs-grid{
    grid-template-columns: 1fr;
  }

  .how-grid{
    grid-template-columns: 1fr 1fr;
  }

  .groups-inner{
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 600px){
  .how-grid{
    grid-template-columns: 1fr;
  }
}


/* ----------------------------------------------------------------
   WAYS TO GIVE PAGE — body.pf-page-ways-to-give
---------------------------------------------------------------- */

body.pf-page-ways-to-give .pf-eco-item{
  padding-top: 1.25rem;
  border-top: 3px solid var(--pf-border);
  transition: border-color 0.2s;
}

body.pf-page-ways-to-give .pf-eco-item:nth-child(1){ border-top-color: var(--pf-red); }
body.pf-page-ways-to-give .pf-eco-item:nth-child(2){ border-top-color: var(--pf-orange); }
body.pf-page-ways-to-give .pf-eco-item:nth-child(3){ border-top-color: var(--pf-dark); }

body.pf-page-ways-to-give .pf-section:last-of-type{
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

body.pf-page-ways-to-give .pf-section:last-of-type .pf-h2{
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

body.pf-page-ways-to-give .pf-section:last-of-type .pf-eyebrow{
  justify-content: center;
}

body.pf-page-ways-to-give .pf-section:last-of-type .pf-text{
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #555555;
}

body.pf-page-ways-to-give .pf-section:last-of-type .pf-actions{
  justify-content: center;
}

body.pf-page-ways-to-give .pf-ways-intro{
  padding: 72px 0 80px;
  background: var(--pf-soft);
  border-bottom: 1px solid var(--pf-border);
}

body.pf-page-ways-to-give .pf-ways-intro__inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: center;
}

body.pf-page-ways-to-give .pf-ways-intro__heading{
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  line-height: 1.2;
  font-weight: 700;
  color: var(--pf-text);
}

body.pf-page-ways-to-give .pf-ways-intro__heading em{
  font-style: italic;
  color: var(--pf-red);
  font-weight: 700;
}

body.pf-page-ways-to-give .pf-ways-intro__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.pf-page-ways-to-give .pf-ways-intro__item{
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--pf-border);
}

body.pf-page-ways-to-give .pf-ways-intro__item:first-child{
  border-top: 1px solid var(--pf-border);
}

body.pf-page-ways-to-give .pf-ways-intro__subject{
  flex-shrink: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pf-red);
  width: 7rem;
}

body.pf-page-ways-to-give .pf-ways-intro__line{
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--pf-text);
  font-weight: 400;
  margin: 0;
}

@media (max-width: 900px){
  body.pf-page-ways-to-give .pf-ways-intro__inner{
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 24px;
  }

  body.pf-page-ways-to-give .pf-ways-intro{
    padding: 56px 0;
  }
}

/* Override core-belief layout for ways-to-give */
body.pf-page-ways-to-give .pf-core-belief{
  display: block;
}

body.pf-page-ways-to-give .pf-core-belief__inner{
  display: block;
}

body.pf-page-ways-to-give .pf-core-belief__heading{
  margin-bottom: 2rem;
}

body.pf-page-ways-to-give .pf-ecosystem-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 0 !important;
}

body.pf-page-ways-to-give .pf-eco-item{
  padding: 1.5rem 0 0;
}

@media (max-width: 900px){
  body.pf-page-ways-to-give .pf-ecosystem-grid{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

body.pf-page-ways-to-give .pf-section-intro{
  text-align: left !important;
}

body.pf-page-ways-to-give .pf-section-intro .pf-eyebrow{
  justify-content: flex-start;
}

body.pf-page-ways-to-give .pf-section-intro .pf-eyebrow::before,
body.pf-page-ways-to-give .pf-section-intro .pf-eyebrow::after{
  display: none;
}
