/* global React, BgGear, IconArrow, IconCheck */ function IncludedList({ items, dark = false }) { return ( ); } function ProgrammesPage({ navigate, onCTA }) { return (
{/* ============ HERO ============ */}
Programmes & Membership For Senior HR Professionals

There is no HR for HR.
That ends here.

Everything we offer is designed exclusively for senior HR professionals, from a free community to keep you close to what matters, to bespoke leadership programmes for VP and CPO level. Find the level of support that fits where you are.

{/* quick nav chips */}
{ e.preventDefault(); document.getElementById("pm-membership")?.scrollIntoView({ behavior: "smooth" }); }}>Membership { e.preventDefault(); document.getElementById("pm-coaching")?.scrollIntoView({ behavior: "smooth" }); }}>Coaching programmes { e.preventDefault(); document.getElementById("pm-standalone")?.scrollIntoView({ behavior: "smooth" }); }}>Strengths add-on
{/* ============ MEMBERSHIP ============ */}
Membership

Stay close to what matters.

Two ways to belong, whether you're exploring or fully invested in your own development.

{/* FREE */}
Free Membership

People Cake Community

A space to explore, connect and stay close to what matters in your HR career.

Not sure where to start, or simply not ready to commit to a programme yet? This is your starting point. Sign up for free and get access to our curated members' area and The Sweet Spot, our monthly newsletter written specifically for senior HR professionals.

What's included
{/* ELITE PATHWAY (featured / dark) */}
Premium Annual Membership
Membership · Annual

People Cake Elite Pathway

An intentional space for senior HR leaders to grow, adapt and excel, with the support to match.

Designed for senior HR professionals who are serious about investing in themselves. Four coaching sessions with Sarah across the year keep you focused, one per quarter, alongside unlimited diagnostics, in-depth Strengths content, live events and a community of peers who truly understand your world.

Members also benefit from a lifetime coaching rate: any sessions beyond your four stay at the rate you joined at, for as long as your membership is active.

What's included
{/* ============ COACHING PROGRAMMES ============ */}
Coaching Programmes

Three programmes. One clear next step.

Each programme builds on the last, from finding clarity, to landing your next role, to a fully bespoke senior leadership engagement. Pick the depth that matches your moment.

{/* CAREER BUILDER */}
Foundation Programme
4 coaching
sessions

Career Builder

Clarity on who you are, what you're built for, and what comes next.

For the senior HR professional who knows something needs to change but hasn't been able to name it, or who can see where they want to go but isn't sure how to get there.

What's included
{/* CAREER NAVIGATOR */}
Most popular
Transition Programme
6 coaching
sessions

Career Navigator

Understand what you're uniquely built for, and land your next role with confidence.

For the senior HR professional who is ready to make a move but needs more than clarity, they need a plan. Six sessions, a full Strengths profile and a crafted 90-day onboarding plan take you from where you are now, through your transition, into your new role.

What's included

Already landed the role? Career Navigator can be extended or upgraded to Career Elite.

{/* CAREER ELITE */}
Bespoke Senior Leadership
8 coaching
sessions

Career Elite

A bespoke, comprehensive programme for VP and CPO level professionals.

People Cake's most comprehensive offering. Eight sessions, a full 360 report, your Strengths profile and a bespoke 90-day plan form the foundation. Two coaching credits can be held for day 45 and day 90 of your new role, because the most important support doesn't end when you land.

What's included

Want ongoing support? Consider the Elite Pathway membership for a network of peers across the rest of your career.

{/* ============ STANDALONE STRENGTHS ADD-ON ============ */}
Standalone Add-on

Strengths Profile, Report & Feedback

Know what you're uniquely brilliant at, and start using it as your compass.

Available as a standalone session or as a bolt-on to Career Builder, this gives you a deep, evidence-based understanding of your natural strengths, and crucially, how to build on them, leverage them intentionally, and recognise when an overused strength is working against you.

Understanding your strengths is not a personality test. It is the foundation of every good career decision you will make from here.

How it works

Building strengths in your own team? Contact us about Corporate packages and tailor-made coaching programmes, plus availability.

{/* ============ FINAL CTA ============ */}

Ready to find out more?

Contact us to find out about current pricing, membership rates and availability.

CIPD and SHRM members — please mention your membership when you get in touch for details of discounts available.

); } const programmesPageStyle = document.createElement("style"); programmesPageStyle.textContent = ` /* Jump chips in hero */ .pm-jump { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 48px; } .pm-jump__link { display: inline-flex; align-items: center; padding: 10px 18px; border: 1px solid rgba(255,255,255,0.22); border-radius: var(--r-pill); font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.85); cursor: pointer; transition: border-color 160ms ease, color 160ms ease, background 160ms ease; } .pm-jump__link:hover { border-color: var(--color-yellow); color: var(--color-yellow); } /* Membership grid */ .pm-member-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-32); align-items: start; } @media (max-width: 920px) { .pm-member-grid { grid-template-columns: 1fr; } } /* Generic offer card */ .pm-card { position: relative; padding: var(--s-48); background: var(--color-white); border: 1px solid var(--color-border); border-top: 3px solid var(--color-violet); border-radius: var(--r-card); box-shadow: var(--shadow-card); display: flex; flex-direction: column; gap: var(--s-24); height: 100%; } .pm-card--feature { background: var(--color-black); color: var(--color-white); border: 1px solid rgba(255,255,255,0.1); border-top: 3px solid var(--color-yellow); } .pm-card__head { display: flex; flex-direction: column; gap: var(--s-12); } .pm-card__name { font-family: var(--font-display); font-size: 30px; line-height: 1.15; font-weight: 500; } .pm-card__tagline { font-family: var(--font-display); font-style: italic; font-size: 20px; line-height: 1.4; color: var(--color-mid-grey); } .pm-card__cta { margin-top: auto; align-self: flex-start; } .pm-tag { display: inline-flex; align-self: flex-start; font-size: var(--text-label); font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; color: var(--color-violet); } .pm-tag--yellow { color: var(--color-yellow); } .pm-ribbon { position: absolute; top: 0; right: var(--s-48); transform: translateY(-50%); background: var(--color-yellow); color: var(--color-black); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 7px 14px; border-radius: var(--r-pill); } /* Included checklist */ .pm-incl__label { font-size: var(--text-label); font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; color: var(--color-mid-grey); } .pm-incl { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--s-12); } .pm-incl__item { display: flex; gap: 12px; align-items: flex-start; line-height: 1.5; font-size: 15px; } .pm-incl--dark .pm-incl__item { color: rgba(255,255,255,0.82); } .pm-incl__check { flex: 0 0 auto; margin-top: 2px; width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(94,92,167,0.12); color: var(--color-violet); } .pm-incl--dark .pm-incl__check { background: rgba(242,230,64,0.16); color: var(--color-yellow); } /* Programme grid */ .pm-prog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-32); align-items: start; } @media (max-width: 980px) { .pm-prog-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; } } .pm-prog { position: relative; padding: var(--s-48) var(--s-32); background: var(--color-white); border: 1px solid var(--color-border); border-top: 3px solid var(--color-violet); border-radius: var(--r-card); box-shadow: var(--shadow-card); display: flex; flex-direction: column; gap: var(--s-16); height: 100%; transition: box-shadow 200ms ease, transform 200ms ease; } .pm-prog:hover { box-shadow: var(--shadow-card-hover); transform: translateY(-2px); } .pm-prog--mid { border-top-width: 4px; } .pm-prog--feature { background: var(--color-black); color: var(--color-white); border: 1px solid rgba(255,255,255,0.1); border-top: 3px solid var(--color-yellow); } .pm-prog__flag { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); background: var(--color-violet); color: var(--color-white); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 7px 14px; border-radius: var(--r-pill); white-space: nowrap; } .pm-prog__sessions { display: flex; align-items: baseline; gap: 10px; margin: 4px 0; } .pm-prog__num { font-family: var(--font-display); font-weight: 400; font-size: 64px; line-height: 0.9; color: var(--color-violet); } .pm-prog__num-label { font-size: var(--text-small); line-height: 1.2; color: var(--color-mid-grey); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; } .pm-prog__note { font-size: var(--text-small); line-height: 1.55; color: var(--color-mid-grey); font-style: italic; } /* Standalone */ .pm-standalone { display: grid; grid-template-columns: 1.3fr 1fr; gap: var(--s-80); align-items: center; } @media (max-width: 920px) { .pm-standalone { grid-template-columns: 1fr; gap: var(--s-48); } } .pm-aside { background: var(--color-white); border: 1px solid var(--color-border); border-left: 3px solid var(--color-violet); border-radius: 0 var(--r-card) var(--r-card) 0; padding: var(--s-48); display: flex; flex-direction: column; gap: var(--s-16); } `; document.head.appendChild(programmesPageStyle); window.ProgrammesPage = ProgrammesPage;