.hp-hero__image[src$=".jpg"],.hp-feature-dark__image[src$=".jpg"],.hp-mosaic__cell img[src$=".jpg"],.hp-final-cta__bg img[src$=".jpg"]{background:var(--gw-green-light)}.hp-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gw-green);margin-bottom:.875rem}.hp-label--light{color:rgba(255,255,255,.7)}.hp-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gw-green);background:var(--gw-green-light);padding:.35rem .875rem;border-radius:var(--gw-radius-full);margin-bottom:1.25rem}.hp-eyebrow__dot{width:7px;height:7px;border-radius:50%;background:var(--gw-green);animation:hp-pulse 1.8s ease infinite}@keyframes hp-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.hp-section-title{font-size:clamp(1.875rem,3.5vw,2.75rem);font-weight:800;color:var(--gw-slate-900);line-height:1.18;margin:0 0 1rem}.hp-section-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2.25rem;flex-wrap:wrap}.hp-view-all{font-size:.9375rem;font-weight:600;color:var(--gw-green);text-decoration:none;white-space:nowrap;transition:gap .2s;display:flex;align-items:center;gap:.375rem;flex-shrink:0;padding-bottom:.25rem;border-bottom:2px solid var(--gw-green)}.hp-view-all:hover{color:var(--gw-green-dark)}.hp-arrow{transition:transform .2s}.hp-view-all:hover .hp-arrow,.hp-btn-ghost:hover .hp-arrow{transform:translateX(4px)}.hp-dot{width:4px;height:4px;border-radius:50%;background:var(--gw-slate-400);display:inline-block}.hp-btn-ghost{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:var(--gw-slate-700);text-decoration:none;border-bottom:2px solid var(--gw-slate-300);padding-bottom:.25rem;transition:color .2s,border-color .2s}.hp-btn-ghost:hover{color:var(--gw-green);border-color:var(--gw-green)}.hp-btn-ghost--light{color:rgba(255,255,255,.85);border-color:rgba(255,255,255,.4)}.hp-btn-ghost--light:hover{color:#fff;border-color:#fff}.hp-hero{background:var(--gw-slate-50);overflow:hidden;padding:0}.hp-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:2rem;min-height:92vh;align-items:center;padding-block:5rem}.hp-hero__copy{display:flex;flex-direction:column;gap:0;padding-right:2rem}.hp-hero__title{font-size:clamp(2.25rem,4.5vw,4rem);font-weight:900;color:var(--gw-slate-900);line-height:1.1;margin:0 0 1.375rem;letter-spacing:-.025em}.hp-hero__title em{font-style:normal;color:var(--gw-green);position:relative}.hp-hero__title em::after{content:'';position:absolute;left:0;bottom:4px;width:100%;height:6px;background:var(--gw-green-light);z-index:-1;border-radius:3px}.hp-hero__sub{font-size:1.0625rem;color:var(--gw-slate-500);max-width:480px;margin:0 0 2rem;line-height:1.75}.hp-hero__cta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.hp-hero__stats{display:flex;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;background:var(--gw-white);border:1px solid var(--gw-slate-200);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-sm);width:fit-content}.hp-hero__stat{text-align:center}.hp-hero__stat strong{display:block;font-size:1.375rem;font-weight:800;color:var(--gw-green);line-height:1;margin-bottom:.25rem}.hp-hero__stat span{font-size:.775rem;color:var(--gw-slate-500);font-weight:500}.hp-hero__stat-divider{width:1px;height:40px;background:var(--gw-slate-200)}.hp-hero__image-wrap{position:relative;display:flex;justify-content:center;align-items:center}.hp-hero__image-blob{position:absolute;inset:-5%;background:var(--gw-green-light);border-radius:60% 40% 50% 50% / 50% 60% 40% 50%;z-index:0}.hp-hero__image{position:relative;z-index:1;width:100%;height:560px;object-fit:cover;object-position:center top;border-radius:40% 60% 60% 40% / 40% 40% 60% 60%;box-shadow:var(--gw-shadow-xl)}.hp-hero__badge{position:absolute;bottom:2rem;left:-1.5rem;z-index:2;background:var(--gw-white);border-radius:var(--gw-radius-lg);padding:.875rem 1.25rem;display:flex;align-items:center;gap:.75rem;box-shadow:var(--gw-shadow-lg);border:1px solid var(--gw-slate-100)}.hp-hero__badge-icon{font-size:1.75rem}.hp-hero__badge strong{display:block;font-size:1.125rem;font-weight:800;color:var(--gw-slate-900)}.hp-hero__badge span{font-size:.775rem;color:var(--gw-slate-500)}.hp-pillars{padding:5rem 0;background:var(--gw-white)}.hp-pillars__header{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:3rem}.hp-pillars__intro{font-size:1.0625rem;color:var(--gw-slate-500);line-height:1.8;padding-top:3.25rem}.hp-pillars__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.125rem}.hp-pillar-card{border-radius:var(--gw-radius-xl);padding:2rem 1.75rem;display:flex;flex-direction:column;gap:1rem;transition:transform .25s,box-shadow .25s;cursor:default}.hp-pillar-card:hover{transform:translateY(-4px);box-shadow:var(--gw-shadow-lg)}.hp-pillar-card--green{background:var(--gw-green);color:#fff}.hp-pillar-card--dark{background:var(--gw-slate-900);color:#fff}.hp-pillar-card--light{background:var(--gw-green-light);color:var(--gw-slate-900)}.hp-pillar-card--teal{background:var(--gw-slate-100);color:var(--gw-slate-900)}.hp-pillar-card__icon{width:52px;height:52px;border-radius:var(--gw-radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hp-pillar-card--green .hp-pillar-card__icon{background:rgba(255,255,255,.2);color:#fff}.hp-pillar-card--dark .hp-pillar-card__icon{background:rgba(255,255,255,.1);color:rgba(255,255,255,.85)}.hp-pillar-card--light .hp-pillar-card__icon{background:rgba(26,107,92,.12);color:var(--gw-green)}.hp-pillar-card--teal .hp-pillar-card__icon{background:rgba(26,107,92,.1);color:var(--gw-green)}.hp-pillar-card h3{font-size:1.0625rem;font-weight:700;margin:0;line-height:1.3}.hp-pillar-card--green h3,.hp-pillar-card--dark h3{color:#fff}.hp-pillar-card p{font-size:.875rem;line-height:1.65;margin:0;flex:1}.hp-pillar-card--green p,.hp-pillar-card--dark p{color:rgba(255,255,255,.75)}.hp-pillar-card--light p,.hp-pillar-card--teal p{color:var(--gw-slate-500)}.hp-pillar-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;text-decoration:none;margin-top:auto;transition:gap .2s}.hp-pillar-card--green .hp-pillar-link,.hp-pillar-card--dark .hp-pillar-link{color:rgba(255,255,255,.85)}.hp-pillar-card--light .hp-pillar-link,.hp-pillar-card--teal .hp-pillar-link{color:var(--gw-green)}.hp-pillar-link:hover{gap:.625rem}.hp-campaigns{padding:5rem 0;background:var(--gw-slate-50)}.hp-campaigns__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.hp-campaign-card{background:var(--gw-white);border-radius:var(--gw-radius-xl);overflow:hidden;border:1px solid var(--gw-slate-200);box-shadow:var(--gw-shadow-sm);text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}.hp-campaign-card:hover{transform:translateY(-5px);box-shadow:var(--gw-shadow-lg)}.hp-campaign-card__img{height:200px;background-size:cover;background-position:center;position:relative}.hp-campaign-card__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.15) 0%,rgba(0,0,0,.45) 100%)}.hp-campaign-card__tag{position:absolute;top:1rem;left:1rem;background:var(--gw-green);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.3rem .7rem;border-radius:var(--gw-radius-full);z-index:1}.hp-campaign-card__body{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:.625rem}.hp-campaign-card__title{font-size:1.0625rem;font-weight:700;color:var(--gw-slate-900);margin:0;line-height:1.35}.hp-campaign-card:hover .hp-campaign-card__title{color:var(--gw-green)}.hp-campaign-card__org{font-size:.8125rem;color:var(--gw-slate-500);margin:0}.hp-campaign-card__meta{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--gw-slate-400);flex-wrap:wrap}.hp-campaign-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:.875rem;border-top:1px solid var(--gw-slate-100);margin-top:auto}.hp-campaign-card__spots{font-size:.8125rem;font-weight:600;color:#15803d;background:#dcfce7;padding:.25rem .625rem;border-radius:var(--gw-radius-full)}.hp-campaign-card__cta{font-size:.875rem;font-weight:700;color:var(--gw-green);text-decoration:none;transition:gap .2s}.hp-campaign-card:hover .hp-campaign-card__cta{text-decoration:underline}.hp-feature-dark{background:var(--gw-slate-900);padding:5rem 0;overflow:hidden}.hp-feature-dark__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hp-feature-dark__image-wrap{position:relative}.hp-feature-dark__image{width:100%;height:520px;object-fit:cover;border-radius:var(--gw-radius-xl);opacity:.88;box-shadow:0 24px 60px rgba(0,0,0,.4)}.hp-feature-dark__title{font-size:clamp(1.875rem,3vw,2.75rem);font-weight:800;color:var(--gw-white);line-height:1.18;margin:0 0 1.25rem}.hp-feature-dark__sub{font-size:1rem;color:rgba(255,255,255,.65);line-height:1.8;max-width:480px;margin:0 0 1.75rem}.hp-feature-dark__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.hp-feature-dark__list li{display:flex;align-items:flex-start;gap:.875rem;font-size:.9375rem;color:rgba(255,255,255,.8);line-height:1.5}.hp-check{flex-shrink:0;width:24px;height:24px;background:var(--gw-green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;margin-top:.1rem}.hp-steps{padding:5rem 0;background:var(--gw-white)}.hp-steps__header{text-align:center;max-width:560px;margin:0 auto 3.5rem}.hp-steps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;position:relative}.hp-steps__grid::before{content:'';position:absolute;top:3.5rem;left:calc(12.5%+1.5rem);right:calc(12.5%+1.5rem);height:2px;background:repeating-linear-gradient(90deg,var(--gw-green) 0,var(--gw-green) 8px,transparent 8px,transparent 16px);z-index:0;pointer-events:none}.hp-step-card{background:var(--gw-slate-50);border:1px solid var(--gw-slate-200);border-radius:var(--gw-radius-xl);padding:2rem 1.5rem;text-align:center;position:relative;z-index:1;transition:background .25s,box-shadow .25s,transform .25s}.hp-step-card:hover{background:var(--gw-white);box-shadow:var(--gw-shadow);transform:translateY(-4px)}.hp-step-card--accent{background:var(--gw-green);border-color:var(--gw-green);color:#fff}.hp-step-card--accent:hover{background:var(--gw-green-hover);box-shadow:0 12px 32px rgba(26,107,92,.35)}.hp-step-card__number{font-size:3rem;font-weight:900;line-height:1;margin-bottom:1rem;color:var(--gw-slate-200);letter-spacing:-.04em}.hp-step-card--accent .hp-step-card__number{color:rgba(255,255,255,.25)}.hp-step-card__icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;background:var(--gw-green-light);color:var(--gw-green)}.hp-step-card--accent .hp-step-card__icon{background:rgba(255,255,255,.2);color:#fff}.hp-step-card h3{font-size:1.0625rem;font-weight:700;margin:0 0 .75rem}.hp-step-card--accent h3{color:#fff}.hp-step-card p{font-size:.875rem;color:var(--gw-slate-500);line-height:1.65;margin:0}.hp-step-card--accent p{color:rgba(255,255,255,.75)}.hp-upcoming{padding:5rem 0;background:var(--gw-slate-50)}.hp-upcoming__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hp-event-card{background:var(--gw-white);border:1px solid var(--gw-slate-200);border-radius:var(--gw-radius-lg);padding:1.5rem;display:flex;align-items:flex-start;gap:1.25rem;box-shadow:var(--gw-shadow-sm);transition:box-shadow .2s,transform .2s}.hp-event-card:hover{box-shadow:var(--gw-shadow);transform:translateY(-2px)}.hp-event-card__date-col{flex-shrink:0}.hp-event-card__date{width:60px;background:var(--gw-green-light);border-radius:var(--gw-radius);padding:.625rem;text-align:center;display:flex;flex-direction:column}.hp-event-card__day{font-size:1.625rem;font-weight:900;color:var(--gw-green);line-height:1}.hp-event-card__month{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gw-green)}.hp-event-card__body{flex:1;display:flex;flex-direction:column;gap:.5rem}.hp-event-card__title{font-size:1rem;font-weight:700;color:var(--gw-slate-900);margin:.375rem 0 .25rem;line-height:1.35}.hp-event-card__body>p{font-size:.875rem;color:var(--gw-slate-500);margin:0;line-height:1.6}.hp-event-card__meta{display:flex;flex-direction:column;gap:.25rem;font-size:.8125rem;color:var(--gw-slate-400);margin-top:.25rem}.hp-event-card__cta{flex-shrink:0;display:flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:700;color:var(--gw-green);text-decoration:none;white-space:nowrap;align-self:center;padding:.5rem 1rem;border:2px solid var(--gw-green);border-radius:var(--gw-radius-full);transition:background .2s,color .2s}.hp-event-card__cta:hover{background:var(--gw-green);color:#fff}.hp-mosaic{padding:5rem 0;background:var(--gw-white);overflow:hidden}.hp-mosaic__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hp-mosaic__title{font-size:clamp(1.875rem,3vw,2.75rem);font-weight:800;color:var(--gw-slate-900);line-height:1.18;margin:0 0 1.25rem}.hp-mosaic__sub{font-size:1rem;color:var(--gw-slate-500);line-height:1.8;margin:0 0 1.5rem}.hp-stories{display:flex;flex-direction:column;gap:.875rem}.hp-story-item{display:flex;align-items:flex-start;gap:.875rem}.hp-story-item__check{flex-shrink:0;width:22px;height:22px;background:var(--gw-green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;margin-top:.2rem}.hp-story-item strong{font-size:.9375rem;color:var(--gw-slate-800)}.hp-mosaic__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:280px 200px;gap:.875rem}.hp-mosaic__cell{border-radius:var(--gw-radius-lg);overflow:hidden}.hp-mosaic__cell--tall{grid-row:1 / 3}.hp-mosaic__cell img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease;display:block}.hp-mosaic__cell:hover img{transform:scale(1.04)}.hp-final-cta{position:relative;overflow:hidden;padding:7rem 0;text-align:center}.hp-final-cta__bg{position:absolute;inset:0;z-index:0}.hp-final-cta__bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%;filter:saturate(.8)}.hp-final-cta__overlay{position:absolute;inset:0;background:linear-gradient( 135deg,rgba(18,74,64,.95) 0%,rgba(13,148,136,.88) 100% )}.hp-final-cta__content{position:relative;z-index:1}.hp-final-cta__title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;color:var(--gw-white);letter-spacing:-.03em;line-height:1.1;margin:0 0 1.25rem}.hp-final-cta__sub{font-size:1.125rem;color:rgba(255,255,255,.8);max-width:560px;margin:0 auto 2.5rem;line-height:1.75}.hp-final-cta__buttons{display:flex;align-items:center;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media (max-width:1100px){.hp-pillars__grid{grid-template-columns:repeat(2,1fr)}.hp-steps__grid{grid-template-columns:repeat(2,1fr)}.hp-steps__grid::before{display:none}}@media (max-width:900px){.hp-hero__inner{grid-template-columns:1fr;min-height:auto;gap:3rem}.hp-hero__copy{padding-right:0;text-align:center;align-items:center}.hp-hero__stats{justify-content:center}.hp-hero__image{height:380px;border-radius:var(--gw-radius-xl)}.hp-hero__badge{left:50%;transform:translateX(-50%);bottom:-1rem}.hp-hero__image-blob{display:none}.hp-pillars__header{grid-template-columns:1fr;gap:1rem}.hp-pillars__intro{padding-top:0}.hp-campaigns__grid{grid-template-columns:1fr 1fr}.hp-feature-dark__inner{grid-template-columns:1fr}.hp-feature-dark__image{height:320px}.hp-upcoming__grid{grid-template-columns:1fr}.hp-mosaic__inner{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:640px){.hp-pillars__grid{grid-template-columns:1fr}.hp-campaigns__grid{grid-template-columns:1fr}.hp-steps__grid{grid-template-columns:1fr}.hp-event-card{flex-direction:column}.hp-event-card__cta{width:100%;justify-content:center}.hp-section-row{flex-direction:column;align-items:flex-start}.hp-mosaic__grid{grid-template-columns:1fr;grid-template-rows:240px 200px 200px}.hp-mosaic__cell--tall{grid-row:auto}.hp-hero__stats{flex-wrap:wrap;justify-content:center;gap:1rem}.hp-hero__stat-divider{display:none}}
/* ── Logo yellow accents (high-visibility) ─────────────────────────── */
.hp-eyebrow{background:var(--gw-yellow);color:var(--gw-navy);font-weight:700}
.hp-eyebrow__dot{background:var(--gw-navy)}
.hp-label{color:var(--gw-navy)}
.hp-label::before{content:"";display:inline-block;width:20px;height:3px;border-radius:2px;background:var(--gw-yellow)}
.hp-label--light{color:rgba(255,255,255,.85)}
.hp-hero__title em{color:var(--gw-navy)}
.hp-hero__title em::after{background:var(--gw-yellow);height:12px;bottom:2px;border-radius:4px;opacity:.95}
.hp-hero__cta .gw-btn--primary{background:var(--gw-yellow);color:var(--gw-navy)}
.hp-hero__cta .gw-btn--primary:hover{background:var(--gw-yellow-dark);color:var(--gw-navy);box-shadow:var(--gw-shadow)}
.hp-hero__stat strong{color:var(--gw-navy)}
.hp-hero__badge{border:2px solid var(--gw-yellow)}
.hp-campaign-card__tag{background:var(--gw-yellow);color:var(--gw-navy)}
.hp-pillar-card--light{background:#fff7d6}
.hp-step-card--accent{background:var(--gw-yellow);border-color:var(--gw-yellow);color:var(--gw-navy)}
.hp-step-card--accent:hover{background:var(--gw-yellow-dark);box-shadow:0 12px 32px rgba(246,197,0,.4)}
.hp-step-card--accent .hp-step-card__number{color:rgba(13,22,51,.22)}
.hp-step-card--accent .hp-step-card__icon{background:rgba(13,22,51,.14);color:var(--gw-navy)}
.hp-step-card--accent h3{color:var(--gw-navy)}
.hp-step-card--accent p{color:rgba(13,22,51,.72)}
.hp-event-card__date{background:var(--gw-yellow)}
.hp-event-card__day,.hp-event-card__month{color:var(--gw-navy)}
.hp-event-card__cta{border-color:var(--gw-yellow-dark);color:var(--gw-navy)}
.hp-event-card__cta:hover{background:var(--gw-yellow);color:var(--gw-navy)}
.hp-feature-dark__title em,.hp-feature-dark__title b{color:var(--gw-yellow)}
.hp-final-cta__overlay{background:linear-gradient(135deg,rgba(13,22,51,.94) 0%,rgba(20,35,82,.86) 100%)}
.hp-final-cta__buttons .gw-btn--primary{background:var(--gw-yellow);color:var(--gw-navy)}
.hp-final-cta__buttons .gw-btn--primary:hover{background:var(--gw-yellow-dark);color:var(--gw-navy)}