Studio They Love Scorecard

Free Studio Culture Scorecard — MaryBeth’s Piano School

:root{
–cream:#FBF5EA; –ink:#3A3A3C; –head:#37332E;
–orange:#E07B34; –orange-d:#C96826; –red:#CB3A34;
–peach:#FBEAD9; –redt:#FBE4E1; –card:#FFFFFF;
–muted:#8A8377; –line:#E7DECB; –keyline:#CFC6B4;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(–cream);color:var(–ink);
font-family:”Poppins”,system-ui,sans-serif;font-size:17px;line-height:1.6;
-webkit-font-smoothing:antialiased;}
.wrap{max-width:1000px;margin:0 auto;padding:0 24px;}
a{color:var(–orange-d)}
h1,h2,h3{font-family:”Fraunces”,Georgia,serif;color:var(–head);
font-weight:600;line-height:1.08;margin:0;}
.eyebrow{font-family:”Poppins”;font-weight:700;font-size:.72rem;letter-spacing:.16em;
text-transform:uppercase;color:var(–orange);}

/* top brand keylines */
.topbars{height:6px;background:var(–orange);}
.topbars .b2{height:2px;background:var(–red);}

/* keyboard divider (signature) */
.keys{height:24px;border:1.6px solid var(–head);border-radius:6px;overflow:hidden;
background:
repeating-linear-gradient(90deg,transparent 0 26px,var(–head) 26px 40px,transparent 40px 66px) left top / 100% 56% no-repeat,
repeating-linear-gradient(90deg,#fff 0 32px,var(–keyline) 32px 33px);
max-width:340px;margin:0 auto;}

/* header */
header{padding:26px 0 6px;text-align:center;}
header img{width:230px;max-width:62vw;height:auto;}

/* hero */
.hero{padding:26px 0 8px;text-align:center;}
.hero h1{font-size:clamp(2.1rem,5.6vw,3.5rem);letter-spacing:-.01em;margin:14px auto 0;max-width:15ch;}
.hero h1 .mark{color:var(–orange);font-style:italic;}
.hero .lede{font-size:clamp(1.02rem,2.2vw,1.22rem);color:var(–ink);
max-width:52ch;margin:16px auto 0;}

/* opt-in card */
.optin{background:var(–card);border:1px solid var(–line);border-radius:18px;
box-shadow:0 18px 40px -24px rgba(55,51,46,.35);
padding:26px 26px 22px;max-width:440px;margin:26px auto 0;text-align:left;}
.optin .row{display:flex;flex-direction:column;gap:10px;}
.optin label{font-weight:600;font-size:.82rem;color:var(–head);margin-bottom:-4px;}
.optin input{font:inherit;padding:13px 14px;border:1.5px solid var(–keyline);
border-radius:11px;background:#FCFAF5;color:var(–ink);width:100%;}
.optin input:focus{outline:none;border-color:var(–orange);
box-shadow:0 0 0 3px rgba(224,123,52,.18);}
.btn{font:inherit;font-weight:700;cursor:pointer;border:none;border-radius:11px;
padding:14px 18px;background:var(–orange);color:#fff;width:100%;font-size:1.02rem;
transition:transform .06s ease,background .15s ease;}
.btn:hover{background:var(–orange-d);}
.btn:active{transform:translateY(1px);}
.fineprint{font-size:.78rem;color:var(–muted);margin:12px 2px 0;text-align:center;}
/* wrapper that holds the MailerLite embedded form, centered where the card was */
.optin-wrap{max-width:460px;margin:26px auto 0;}
.optin-wrap .ml-embedded{margin:0 auto;}

/* preview image */
.preview{margin:34px auto 0;max-width:560px;padding:0 6px;}
.preview img{width:100%;height:auto;border:1px solid var(–line);border-radius:12px;
box-shadow:0 24px 50px -28px rgba(55,51,46,.45);transform:rotate(-1deg);}
.preview .cap{font-size:.82rem;color:var(–muted);text-align:center;margin-top:14px;}

/* sections */
section{padding:52px 0;}
.section-head{text-align:center;max-width:60ch;margin:0 auto 30px;}
.section-head h2{font-size:clamp(1.6rem,3.6vw,2.3rem);margin-top:10px;}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.c{background:var(–card);border:1px solid var(–line);border-radius:16px;padding:24px 22px;}
.c .tick{width:30px;height:30px;border-radius:8px;background:var(–peach);
display:flex;align-items:center;justify-content:center;margin-bottom:14px;
color:var(–orange-d);font-weight:800;font-size:1rem;border:1.5px solid var(–orange);}
.c h3{font-size:1.18rem;}
.c p{margin:8px 0 0;font-size:.96rem;color:#4A4753;}

/* why band */
.why{background:var(–peach);}
.why .inner{max-width:64ch;margin:0 auto;text-align:center;}
.why h2{font-size:clamp(1.5rem,3.4vw,2.1rem);}
.why p{margin:14px auto 0;color:#4A4753;}
.pillars{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:22px;}
.pill{font-family:”Fraunces”;font-style:italic;font-size:1.08rem;color:var(–orange-d);
background:#fff;border:1px solid var(–line);border-radius:999px;padding:7px 18px;}

/* full-kit teaser */
.kit .inner{background:var(–card);border:1px solid var(–line);border-radius:20px;
padding:34px;display:grid;grid-template-columns:1.3fr 1fr;gap:30px;align-items:center;}
.kit h2{font-size:clamp(1.5rem,3.2vw,2rem);}
.kit p{color:#4A4753;margin:12px 0 0;}
.kit .aside{background:var(–redt);border-radius:14px;padding:22px;border-left:4px solid var(–red);}
.kit .aside ul{margin:0;padding-left:18px;color:#4A4753;font-size:.95rem;}
.kit .aside li{margin:6px 0;}
.ghost{display:inline-block;margin-top:16px;font-weight:700;color:var(–orange-d);
text-decoration:none;border-bottom:2px solid var(–orange);padding-bottom:2px;}

/* secondary CTA */
.cta2{text-align:center;}
.cta2 a.btn{display:inline-block;width:auto;text-decoration:none;padding:15px 30px;}

/* footer */
footer{border-top:1px solid var(–line);padding:34px 0 46px;text-align:center;color:var(–muted);}
footer img{width:150px;height:auto;opacity:.95;margin-bottom:8px;}
footer .fl{font-family:”Fraunces”;font-style:italic;color:var(–orange-d);font-size:1rem;}
footer .meta{font-size:.8rem;margin-top:10px;}

@media (max-width:760px){
.cards{grid-template-columns:1fr;}
.kit .inner{grid-template-columns:1fr;}
}
@media (prefers-reduced-motion:reduce){
html{scroll-behavior:auto;}
.preview img{transform:none;}
.btn{transition:none;}
}

Free  ·  for piano teachers

Build the studio kids never want to leave.

The secret to a thriving studio isn’t a fancier method — it’s culture. Take the
free 3-minute Studio Culture Scorecard and find the one thing that will make
your students try harder, stay longer, and love their lessons.

/* MailerLite form restyled to match the page (cream / orange / Poppins) */
#mlb2-44115090.ml-form-embedContainer{width:100%!important;}
#mlb2-44115090 .ml-form-embedWrapper{background:transparent!important;width:100%!important;max-width:100%!important;border:0!important;}
#mlb2-44115090 .ml-form-embedBody{padding:0!important;}
#mlb2-44115090 .ml-form-embedContent{margin:0!important;}
#mlb2-44115090 .ml-form-formContent{margin:0 0 12px 0!important;}
#mlb2-44115090 .ml-form-fieldRow{margin:0 0 10px 0!important;}
#mlb2-44115090 .ml-form-fieldRow.ml-last-item{margin:0!important;}
#mlb2-44115090 .ml-form-fieldRow input,
#mlb2-44115090 input.form-control{
font-family:”Poppins”,sans-serif!important;font-size:1rem!important;
padding:14px 14px!important;border:1.5px solid var(–keyline)!important;
border-radius:11px!important;background:#FCFAF5!important;color:var(–ink)!important;
line-height:1.4!important;box-shadow:none!important;-webkit-appearance:none;}
#mlb2-44115090 .ml-form-fieldRow input:focus{
border-color:var(–orange)!important;box-shadow:0 0 0 3px rgba(224,123,52,.18)!important;outline:none!important;}
#mlb2-44115090 .ml-form-fieldRow input::placeholder{color:#9a948a!important;}
#mlb2-44115090 .ml-form-recaptcha{margin:0 auto 14px auto!important;float:none!important;display:flex;justify-content:center;}
#mlb2-44115090 .ml-form-embedSubmit{margin:0!important;width:100%!important;float:none!important;}
#mlb2-44115090 .ml-form-embedSubmit button,
#mlb2-44115090 .ml-form-embedSubmit button.primary{
font-family:”Poppins”,sans-serif!important;font-weight:700!important;font-size:1.02rem!important;
background:var(–orange)!important;color:#fff!important;border:none!important;border-radius:11px!important;
padding:14px 18px!important;width:100%!important;cursor:pointer;box-shadow:none!important;transition:background .15s ease;}
#mlb2-44115090 .ml-form-embedSubmit button:hover{background:var(–orange-d)!important;}
#mlb2-44115090 .ml-form-successBody{padding:18px!important;background:var(–peach)!important;border-radius:12px!important;text-align:center;}
#mlb2-44115090 .ml-form-successContent h4{font-family:”Fraunces”,serif!important;color:var(–head)!important;font-size:1.4rem!important;margin:0 0 6px 0!important;}
#mlb2-44115090 .ml-form-successContent p{font-family:”Poppins”,sans-serif!important;color:var(–ink)!important;margin:0!important;}
.ml-form-embedSubmitLoad{display:inline-block;width:20px;height:20px;}
.ml-form-embedSubmitLoad:after{content:” “;display:block;width:11px;height:11px;margin:1px;border-radius:50%;
border:4px solid #fff;border-color:#fff #fff #fff transparent;animation:ml-spin 1.2s linear infinite;}
@keyframes ml-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
.ml-error input{border-color:var(–red)!important;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}
@media screen and (max-width:480px){ #mlb2-44115090 .g-recaptcha{transform:scale(.9);transform-origin:center;} }

One email with your scorecard, plus occasional studio-culture tips. Unsubscribe anytime.

Score your studio in 3 minutes on the 5 C’s of studio culture.

What you’ll get

A 3-minute snapshot of your studio’s culture

Know exactly where you stand

Score your studio across the five things that make students thrive — no more guessing why
one kid soars and another drifts away.

Find your weak spot

The scorecard pinpoints the one area holding your studio back — so you know exactly where
to focus for the fastest win.

A new lens on retention

See why students really stay: not talent, not method — how your studio feels.
Culture is what keeps families year after year.

Why it works

Students don’t stay for the method. They stay for how it feels.

The studios kids never want to leave are built on culture: students feel liked, safe enough to
fail, caught doing well, given a say, and supported at home. Get those right and everything
else — practice, progress, retention — gets easier. The scorecard measures all five.

Connection
Courage
Celebration
Choice
Community

Want the fixes, not just the score?

The scorecard shows the gap. The Studio They Love closes it.

The complete culture playbook for piano teachers — the exact moves, word-for-word scripts,
and a 30-day plan to raise every one of the 5 C’s. Grab the free scorecard first; I’ll tell
you more once you’re on the list.

Start with the free scorecard →

Inside the full playbook

  • The 5 C’s of studio culture
  • Word-for-word scripts for hard moments
  • A troubleshooting guide by problem
  • How to build culture with new students
  • A 30-day culture plan

Ready to build a studio kids love?

Send me the free scorecard

When Learning is Fun, Learning is Easy
© MaryBeth’s Piano School  ·  Privacy


https://www.google.com/recaptcha/api.js

function ml_webform_success_44115090() {
var $ = ml_jQuery || jQuery;
$(‘.ml-subscribe-form-44115090 .row-success’).show();
$(‘.ml-subscribe-form-44115090 .row-form’).hide();
}

https://groot.mailerlite.com/js/w/webforms.min.js?v83147fa8ce2d95cb73ece7f28b469519
fetch(“https://assets.mailerlite.com/jsonp/2527368/forms/193921287165314420/takel”)