:root{--red:#c9151b;--ink:#19232b;--muted:#58636c;--line:#dce1e4;--soft:#f3f5f6;--white:#fff;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--white);font-synthesis:none;scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;font-size:1rem;line-height:1.65}a{color:inherit;text-underline-offset:5px}a:hover{text-decoration-thickness:2px}a:focus-visible,summary:focus-visible{outline:3px solid #2477c4;outline-offset:6px}img{display:block;max-width:100%}.wrap{width:min(1200px,calc(100% - 80px));margin-inline:auto}.skip{position:absolute;left:20px;top:-90px;background:white;padding:12px;z-index:5}.skip:focus{top:10px}.header{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:14px;text-decoration:none;font-weight:700;font-size:.92rem;letter-spacing:.045em}.brand img{width:52px;height:52px}.brand small{display:block;font-size:.78rem;color:var(--muted);font-weight:400;letter-spacing:0;margin-top:2px}nav{display:flex;align-items:center;gap:28px;font-size:.9rem}nav>a{text-decoration:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;background:var(--red);color:white;padding:16px 22px;border:1px solid var(--red);font-weight:700;font-size:.95rem;line-height:1.4;text-decoration:none;transition:background .15s}.button:hover{background:#a50f15}.button.small{padding:12px 18px;font-size:.88rem}.button span{font-size:1.25rem}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;padding-block:70px 62px;align-items:center}.eyebrow{color:var(--red);font-size:.76rem;letter-spacing:.12em;font-weight:700;margin:0 0 22px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(3.3rem,5.8vw,5rem);line-height:1.05;letter-spacing:-.052em;margin-bottom:26px;font-weight:750}h1 em{color:var(--red);font-style:normal}h2{font-size:clamp(2rem,3.2vw,2.8rem);line-height:1.16;letter-spacing:-.035em;margin-bottom:22px}h3{font-size:1.35rem;line-height:1.25;letter-spacing:-.018em}.intro{font-size:1.22rem;line-height:1.55;max-width:500px;margin-bottom:16px}.audience{color:var(--muted);margin-bottom:28px}.hero-actions{display:flex;align-items:flex-start;gap:18px;flex-direction:column}.text-link{font-size:.92rem;font-weight:700}.hero-image{margin:0;background:var(--ink);align-self:stretch;display:flex;flex-direction:column;min-height:470px}.hero-image>img{width:100%;height:100%;min-height:360px;object-fit:cover;object-position:48% center;flex:1}.hero-image figcaption{padding:21px 25px;color:white;border-bottom:5px solid var(--red);font-size:1rem;line-height:1.5}.hero-image small{display:block;font-size:.76rem;color:#c6cdd2;margin-top:8px}.facts{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);padding:25px 0 35px;gap:25px}.facts p{margin:0}.facts strong{display:block;font-size:1.05rem}.facts span{font-size:.86rem;color:var(--muted)}.purpose{background:var(--ink);color:white;padding:68px 0}.purpose-inner{display:grid;grid-template-columns:1fr 2fr;gap:64px}.purpose .eyebrow{color:#ff8589;max-width:190px;line-height:1.8}.purpose h2 span{color:#bac4cc}.purpose p:not(.eyebrow){max-width:690px;color:#d6dde2;font-size:1.1rem}.purpose .purpose-note{border-left:3px solid var(--red);padding-left:20px;margin:28px 0 0;font-size:1rem}.section{padding-block:80px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:45px;margin-bottom:36px}.section-heading h2{margin-bottom:0}.section-heading>p{max-width:295px;color:var(--muted);margin-bottom:3px}.learning-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}.learning-grid article{border-top:1px solid var(--line);padding-top:24px}.number{display:block;color:var(--red);font-size:.82rem;font-weight:700;margin-bottom:25px}.learning-grid h3{margin-bottom:14px}.learning-grid p{color:var(--muted);margin-bottom:0}.settings{background:var(--soft)}.setting-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.setting-card{background:white;padding:36px;border-top:3px solid var(--red);display:flex;flex-direction:column;align-items:flex-start}.setting-label{font-size:.75rem;letter-spacing:.1em;font-weight:700;color:var(--muted);margin-bottom:16px}.setting-card h3{font-size:1.8rem;margin-bottom:18px}.setting-card p:not(.setting-label){color:var(--muted);margin-bottom:26px}.setting-card a{margin-top:auto}.framework-note{font-size:.81rem;color:var(--muted);margin:25px 0 0}.questions{display:grid;grid-template-columns:1fr 2fr;gap:64px}.faq details{border-bottom:1px solid var(--line);padding:23px 0}.faq details:first-child{border-top:1px solid var(--line)}summary{font-weight:700;cursor:pointer;list-style:none;position:relative;padding-right:35px;line-height:1.5}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:2px;top:-3px;color:var(--red);font-weight:400;font-size:1.5rem}details[open] summary:after{content:'−'}details p{color:var(--muted);margin:17px 30px 0 0}.enquire{background:var(--red);color:white;padding:64px 0}.enquire-inner{display:grid;grid-template-columns:1.6fr 1fr;gap:65px;align-items:center}.enquire .eyebrow{color:white}.enquire h2{font-size:2.5rem}.enquire p{max-width:630px;margin-bottom:0}.button.light{background:white;color:var(--red);border-color:white;min-width:260px}.button.light:hover{background:#f3e8e9}.contact>p{margin-top:24px;font-size:.95rem}.contact>p a{display:block;font-size:1.55rem;font-weight:700;text-decoration:none;margin-top:3px}.contact small{display:block;margin-top:16px;font-size:.8rem;color:#fff}.footer{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-block:35px;font-size:.78rem}.footer strong{font-size:.8rem;letter-spacing:.04em}.footer p{color:var(--muted);margin:6px 0 0}.footer>a{white-space:nowrap}section[id]{scroll-margin-top:25px}@media(max-width:1000px){.wrap{width:calc(100% - 48px)}.hero{gap:30px}.header{gap:16px}nav{gap:18px}nav>a:not(.button){display:none}.brand small{max-width:190px}.purpose-inner,.questions{gap:32px}.enquire-inner{gap:30px}.hero-image{min-height:440px}.hero-actions .button{gap:12px}}@media(max-width:700px){.wrap{width:calc(100% - 36px)}.header{min-height:92px}.brand{font-size:.7rem;gap:10px;letter-spacing:.01em}.brand img{width:43px;height:43px}.brand small{font-size:.75rem;max-width:140px;line-height:1.3}nav .button{font-size:.78rem;padding:10px 12px;max-width:120px;text-align:center}.hero{grid-template-columns:1fr;padding-block:40px;gap:35px}h1{font-size:clamp(3.1rem,12vw,4.3rem);line-height:1.07}.hero h1 br:last-child{display:none}.hero h1 em:after{content:' '}.intro{font-size:1.12rem}.hero-image{min-height:0}.hero-image>img{height:290px;min-height:0;flex:none}.hero-image figcaption{font-size:.9rem;padding:18px 20px}.facts{grid-template-columns:1fr 1fr;gap:22px;padding-block:25px}.facts span{font-size:.82rem}.purpose{padding:45px 0}.purpose-inner,.questions,.enquire-inner{grid-template-columns:1fr;gap:20px}.purpose .eyebrow{max-width:none;margin-bottom:5px}.section{padding-block:48px}.section-heading{display:block;margin-bottom:28px}.section-heading>p{max-width:none;margin:20px 0 0}.learning-grid,.setting-grid{grid-template-columns:1fr;gap:25px}.number{margin-bottom:12px}.setting-card{padding:26px}.questions h2 br{display:none}.enquire{padding-block:45px}.enquire h2{font-size:2rem}.contact{margin-top:15px}.footer{display:block}.footer>a{display:inline-block;margin-top:16px}.eyebrow{font-size:.75rem;letter-spacing:.09em}.framework-note{font-size:.8rem;line-height:1.8}}@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}.button{transition:none}}

/* Outcome-led course opening */
.hero h1{font-size:clamp(2.7rem,4.6vw,3.95rem);line-height:1.12;letter-spacing:-.045em}.outcome{font-size:1.12rem;color:var(--muted);margin-bottom:20px}.hero-explanation{color:var(--muted);margin-bottom:18px;max-width:500px}@media(max-width:700px){.hero h1{font-size:clamp(2.4rem,9.7vw,3.7rem)}.hero h1 br:last-child{display:initial}.hero h1 em:after{content:none}}

/* Make the training need concrete */
.provider-note{border-left:3px solid var(--red);padding:0 0 0 15px;font-size:.95rem;line-height:1.5;margin:0 0 26px}.provider-note strong{display:block}.purpose-inner{grid-template-columns:1fr 1fr;gap:60px}.purpose .eyebrow{max-width:none}.decision-questions{padding:0;margin:0;list-style:none;counter-reset:decision}.decision-questions li{counter-increment:decision;position:relative;padding:18px 0 18px 42px;border-bottom:1px solid #46515a;font-size:1.15rem;line-height:1.45}.decision-questions li:first-child{border-top:1px solid #46515a}.decision-questions li:before{content:'0' counter(decision);position:absolute;left:0;top:21px;font-size:.8rem;color:#ff8589;font-weight:700}.purpose-inner>div>p:last-child{margin-bottom:0}@media(max-width:700px){.purpose-inner{grid-template-columns:1fr;gap:26px}.decision-questions li{font-size:1.05rem}}

/* Trainer evidence, course example and a shorter opening */
.hero{align-items:start;gap:54px;padding-block:55px}.hero .intro{font-size:1.08rem}.hero .outcome{font-size:1.25rem;font-weight:700;color:var(--ink);line-height:1.45}.trainer-card{border:1px solid var(--line);border-top:4px solid var(--red);background:var(--soft);display:grid;grid-template-columns:120px 1fr;gap:22px;padding:26px;align-items:start}.trainer-card>img{width:120px;height:144px;object-fit:cover;object-position:center 30%}.trainer-copy .eyebrow{font-size:.7rem;margin-bottom:12px}.trainer-copy h2{font-size:1.8rem;margin-bottom:5px}.trainer-role{font-size:.83rem;font-weight:700;color:var(--muted);line-height:1.5}.trainer-copy p:not(.eyebrow):not(.trainer-role){font-size:.95rem;color:var(--muted)}.trainer-copy a{font-size:.87rem}.question-heading{margin:0 0 20px}.purpose h2{font-size:clamp(1.8rem,2.7vw,2.35rem)}.purpose p:not(.eyebrow){font-size:1rem}.example-section{border-top:1px solid var(--line);padding:55px 0 65px}.example-inner{display:grid;grid-template-columns:1fr 1.15fr;gap:60px}.example-inner h2{font-size:2.1rem}.example-inner p{color:var(--muted)}.example-label{font-size:.8rem;max-width:380px}.example-steps{border-left:3px solid var(--red);padding-left:28px}.example-steps ul{padding-left:20px}.example-steps li{margin-bottom:13px}.example-steps p{font-size:.95rem;margin-bottom:0}.email-alternative{display:block;margin-top:18px;font-weight:700}.contact small{line-height:1.6;max-width:300px}@media(max-width:1050px){.trainer-card{grid-template-columns:1fr;gap:18px;padding:22px}.trainer-card>img{width:96px;height:110px}.hero{gap:30px}}@media(max-width:700px){.hero{padding-block:36px;gap:30px}.trainer-card{grid-template-columns:86px 1fr;gap:18px;padding:20px}.trainer-card>img{width:86px;height:104px}.trainer-copy h2{font-size:1.6rem}.trainer-copy .eyebrow{font-size:.7rem;line-height:1.5}.example-inner{grid-template-columns:1fr;gap:24px}.example-section{padding:42px 0}.example-steps{padding-left:20px}.hero .outcome{font-size:1.15rem}}@media(max-width:380px){.trainer-card{grid-template-columns:1fr}.trainer-card>img{width:96px;height:110px}}

/* Personal account: distinct from course claims and learning prompts */
.founder-story{background:#f3f5f6;border-top:1px solid var(--line)}.story-layout{display:grid;grid-template-columns:1fr 1.65fr;gap:65px}.story-attribution{font-weight:700;margin-top:28px}.story-attribution span{display:block;font-size:.9rem;color:var(--muted);font-weight:400;margin-top:5px;max-width:270px}.story-copy{max-width:710px}.story-copy p{font-size:1.08rem;line-height:1.7;margin-bottom:22px}.story-copy .story-lead{font-size:1.5rem;line-height:1.4;font-weight:700;letter-spacing:-.02em}.story-copy .story-emphasis{border-left:3px solid var(--red);padding-left:20px;font-weight:700}.story-copy p:last-child{margin-bottom:0}@media(max-width:700px){.story-layout{grid-template-columns:1fr;gap:22px}.story-attribution{margin-top:16px}.story-copy p{font-size:1rem}.story-copy .story-lead{font-size:1.3rem}}

/* Consequences: child first, with clear responsive cards */
.consequences{background:#f5f6f7;border-bottom:1px solid var(--line)}.consequences-heading{max-width:800px;margin-bottom:32px}.consequences-heading>p:last-child{color:var(--muted);font-size:1.05rem;margin-top:18px}.consequence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.consequence-card{background:#fff;border:1px solid var(--line);border-top:4px solid #c8cdd1;padding:30px;min-width:0}.consequence-card.child-card{background:#fff3f3;border-top-color:var(--red)}.consequence-card h3{font-size:1.5rem;margin:0 0 16px}.consequence-card .consequence-impact{font-size:1.2rem;font-weight:700;line-height:1.45;color:var(--ink);margin:0 0 14px}.consequence-card>p:last-child{color:var(--muted);font-size:1rem;line-height:1.65;margin:0}@media(max-width:700px){.consequence-grid{grid-template-columns:1fr;gap:18px}.consequence-card{padding:24px}.consequences-heading{margin-bottom:24px}}

.consequences-bridge{margin-top:32px;padding-top:28px;border-top:1px solid var(--line);max-width:850px}.consequences-bridge h3{font-size:1.35rem;line-height:1.4;margin:0 0 14px}.consequences-bridge p{font-size:1rem;line-height:1.65;color:var(--muted);margin:0}

.participant-feedback{background:var(--soft);border-block:1px solid var(--line)}.feedback-inner{display:grid;grid-template-columns:1fr 1.4fr;gap:48px;align-items:start}.feedback-inner>div>p:not(.eyebrow){font-size:1.15rem;line-height:1.7;margin:0}.feedback-inner>div>p.feedback-note{font-size:.9rem;color:var(--muted);margin-top:18px}@media(max-width:700px){.feedback-inner{grid-template-columns:1fr;gap:20px}.feedback-inner>div>p:not(.eyebrow){font-size:1.05rem}}

.feedback-heading{margin-bottom:30px}.feedback-quotes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.feedback-quotes blockquote{margin:0;background:#fff;border-left:4px solid var(--red);padding:26px 28px}.feedback-quotes p{margin:0;font-size:1.2rem;font-weight:600;line-height:1.6;color:var(--ink)}@media(max-width:700px){.feedback-quotes{grid-template-columns:1fr;gap:18px}.feedback-quotes blockquote{padding:22px}.feedback-quotes p{font-size:1.1rem}}

/* Introduce the illustrative staff answer with its question. */
.hero-question{font-size:1.2rem;line-height:1.45;font-weight:600;color:var(--muted);margin:0 0 14px}
