EA Schema - Facilitation Training
.ea-page{ --ea-navy:#1B2A3D; --ea-paper:#EDE6D3; --ea-brass:#C9A24B; --ea-rust:#B85C3E; --ea-sage:#5C7A72; --ea-ink:#24262B; --ea-line:rgba(27,42,61,0.14); font-family:'Inter',-app le-system,BlinkMacSystemFont,sans-serif; color:var(--ea-ink); background:var(--ea-paper); line-height:1.5; } .ea-page *{box-sizing:border-box;} .ea-page a{color:inherit;text-decoration:none;} .ea-page .ea-mono{font-family:'IBM Plex Mono','Courier New',monospace;letter-spacing:.06em;text-transform:uppercase;} .ea-page h1,.ea-page h2,.ea-page h3{font-family:'Fraunces',Georgia,serif;font-weight:600;margin:0;letter-spacing:-0.01em;} .ea-page em{font-style:italic;color:var(--ea-rust);} /* ---------- PROMO BANNER ---------- */ .ea-promo{ background:var(--ea-rust);color:#fff;text-align:center; padding:10px 16px;border-radius:999px;margin-bottom:18px; font-size:13px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap;align-items:center; } .ea-promo .ea-mono{font-size:11px;letter-spacing:.08em;} .ea-price-old{text-decoration:line-through;opacity:.65;margin-right:4px;} .ea-price-new{font-weight:700;} /* ---------- HERO ---------- */ .ea-hero{ background:var(--ea-navy); color:var(--ea-paper); padding:64px 24px 56px; border-radius:18px; position:relative; overflow:hidden; } .ea-hero-inner{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1.1fr 0.9fr;gap:48px;align-items:center;} .ea-eyebrow{font-size:12px;color:var(--ea-brass);margin-bottom:14px;} .ea-hero h1{font-size:clamp(30px,4vw,46px);line-height:1.08;color:#fff;} .ea-hero p{font-size:16px;max-width:44ch;color:rgba(237,230,211,0.82);margin:18px 0 26px;} .ea-cta-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center;} .ea-btn-primary{ background:var(--ea-brass);color:var(--ea-navy);font-weight:600;font-size:15px; padding:14px 24px;border-radius:999px;display:inline-block;transition:transform .15s ease, background .15s ease; } .ea-btn-primary:hover{background:#dcb968;transform:translateY(-1px);} .ea-btn-ghost{color:var(--ea-paper);font-size:14px;border-bottom:1px solid var(--ea-brass);padding-bottom:2px;} .ea-btn-ghost:hover{color:var(--ea-brass);} .ea-hero-note{margin-top:20px;font-size:13px;color:rgba(237,230,211,0.6);} .ea-hero-note a{color:var(--ea-brass);border-bottom:1px solid rgba(201,162,75,0.4);} /* compass diagram */ .ea-compass-wrap{display:flex;justify-content:center;} .ea-compass-wrap svg{width:100%;max-width:320px;height:auto;} /* ---------- SHARED SECTION ---------- */ .ea-section{max-width:1080px;margin:0 auto;padding:64px 24px;} .ea-section-head{max-width:56ch;margin-bottom:36px;} .ea-section-head .ea-mono{font-size:11px;color:var(--ea-sage);margin-bottom:10px;display:block;} .ea-section-head h2{font-size:clamp(24px,3vw,32px);} /* ---------- INCLUDES (dark panel) ---------- */ .ea-dims{background:var(--ea-navy);border-radius:18px;padding:56px 24px;} .ea-dims-inner{max-width:1080px;margin:0 auto;} .ea-dims .ea-section-head h2{color:#fff;} .ea-dims .ea-section-head .ea-mono{color:var(--ea-brass);} .ea-dim-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(237,230,211,0.14);border-radius:12px;overflow:hidden;} .ea-dim-cell{background:var(--ea-navy);padding:26px 22px;} .ea-dim-axis{font-size:13px;color:var(--ea-brass);margin-bottom:10px;} .ea-dim-cell p{font-size:14px;color:rgba(237,230,211,0.8);margin:0;} .ea-dims-foot{margin-top:26px;font-size:14px;color:rgba(237,230,211,0.75);max-width:56ch;} .ea-dims-foot strong{color:#fff;} /* ---------- GROUP PRICING NOTE ---------- */ .ea-group{ background:#fff;border:1px solid var(--ea-line);border-radius:14px; padding:26px 28px;display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between; } .ea-group h3{font-size:17px;margin-bottom:4px;} .ea-group p{font-size:14px;color:#4b4d53;margin:0;max-width:48ch;} .ea-group a{font-size:14px;font-weight:600;color:var(--ea-navy);border-bottom:1px solid var(--ea-brass);white-space:nowrap;padding-bottom:1px;} .ea-group a:hover{color:var(--ea-rust);} /* ---------- FAQ ---------- */ .ea-faq{border-top:1px solid var(--ea-line);} .ea-faq-item{border-bottom:1px solid var(--ea-line);padding:18px 0;} .ea-faq-item summary{cursor:pointer;font-family:'Fraunces',serif;font-size:16px;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:16px;} .ea-faq-item summary::-webkit-details-marker{display:none;} .ea-faq-item summary::after{content:"+";color:var(--ea-brass);font-size:20px;font-family:'Inter',sans-serif;flex:none;} .ea-faq-item[open] summary::after{content:"–";} .ea-faq-item p{font-size:14px;color:#4b4d53;margin:12px 0 0;max-width:60ch;} /* ---------- FINAL CTA ---------- */ .ea-final{text-align:center;padding:56px 24px 72px;} .ea-final h2{font-size:clamp(24px,3vw,32px);max-width:32ch;margin:0 auto 12px;} .ea-final p{font-size:15px;color:#4b4d53;margin:0 auto 26px;max-width:44ch;} @media(max-width:860px){ .ea-hero-inner{grid-template-columns:1fr;} .ea-compass-wrap{order:-1;} .ea-dim-grid{grid-template-columns:1fr;} .ea-group{flex-direction:column;align-items:flex-start;} } @media (prefers-reduced-motion:reduce){.ea-page *{transition:none!important;}} ☀ Summer Launch Special — $400$250 Emerging Adulthood Schema · Certified Facilitation Training Learn to guide the map. Get certified to use the EA Schema with the young adults you work with. A live 2-hour virtual walkthrough plus ongoing coaching support — led by us, built for you. Enroll — $400 $250 2-hour live session · Ongoing coaching support · Group rates available OTHER-FOCUSED SELF-FOCUSED RISK-TAKING RESPONSIBLE THE MAP What's included Training built to make you ready to facilitate 2-hour live walkthrough A virtual session covering the EA Schema's three dimensions and how to guide someone through their results. Coaching support Ongoing consulting support from our team as you start facilitating with your own group. Certification Complete the training and you're certified to guide individuals through the assessment. Small, live, and hands-on. You'll leave knowing how to introduce the map and lead a real debrief conversation. Training a team or cohort? Group rates are available for organizations certifying more than one facilitator at a time. Request Group Pricing → Who is this for? Coaches, counselors, and organizations who want to guide young adults through the EA Schema themselves. What happens in the 2 hours? A live virtual walkthrough of the three dimensions, how to administer the assessment, and how to lead a debrief conversation. What's the coaching support? After the session, you'll have ongoing access to our team for questions as you start facilitating on your own. Do you offer group rates? Yes — pricing varies for organizations certifying multiple facilitators. Reach out for a quote. Does this include assessments to use with my group? This training covers certification only. Assessment packages are available separately. Ready to get certified? Enroll — $400 $250