Masterclasses
C.C.Within · Masterclasses
Learn. Reflect. See Yourself Differently.
Online masterclasses designed to help you understand your body image, build genuine confidence, and stop letting other people's standards write your story.
Upcoming · Register Now
Masterclass 02 · Parents
Why Is My Child Skipping Gym Class?
For parents who want to understand what is really going on behind the excuses — and what to do about it. Backed by Butterfly Foundation research on body image and school participation.
Past Event
Masterclass 01 · Body Image
The 8 Ways Your Mind Lies to You About Your Appearance
Session Completed
A body image masterclass drawing on the published research of Thomas F. Cash. Eight thought patterns that quietly distort the way you see yourself — named, explained, and examined.
Session Has Ended
About this session
Chi Chi walked through eight cognitive distortions drawn from the research of Thomas F. Cash — each one named, explained, and examined so attendees could start recognising them in their own lives.
Every session is a step forward.
Come as you are. Leave with something that stays with you.
Reserve Spot for June 25
📩 contact@ccwithin.com
🌐 ccwithin.com
📞 0421 492 026
font-weight: 700;
color: #fff;
line-height: 1.15;
max-width: 700px;
margin: 0 auto 18px;
}
.cc-hub-hero h1 span { color: #FF0800; }
.cc-hub-hero p {
font-size: clamp(15px, 2vw, 18px);
color: rgba(245,245,220,0.7);
max-width: 560px;
margin: 0 auto;
line-height: 1.75;
font-style: italic;
}
.cc-hub-section {
max-width: 960px;
margin: 0 auto;
padding: 56px 24px 0;
}
.cc-section-label {
font-size: 10px;
letter-spacing: 0.3em;
text-transform: uppercase;
color: #FF0800;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 14px;
}
.cc-section-label::after {
content: '';
flex: 1;
height: 1px;
background: rgba(255,8,0,0.2);
}
.cc-card {
background: #111;
border: 1px solid rgba(255,8,0,0.25);
display: flex;
flex-direction: row;
margin-bottom: 48px;
}
.cc-card-upcoming {
border-color: #FF0800;
}
.cc-card-left {
flex: 1;
display: flex;
flex-direction: column;
min-width: 0;
}
.cc-card-top {
background: #FF0800;
padding: 20px 24px 16px;
}
.cc-card-top-past {
background: #1c1c1c;
}
.cc-card-status {
font-size: 10px;
letter-spacing: 0.25em;
text-transform: uppercase;
color: rgba(255,255,255,0.75);
margin-bottom: 8px;
}
.cc-card-status-past {
color: rgba(245,245,220,0.35);
}
.cc-card-title {
font-size: clamp(17px, 2vw, 21px);
font-weight: 700;
color: #fff;
line-height: 1.25;
}
.cc-card-title-past {
color: rgba(245,245,220,0.7);
}
.cc-card-body {
padding: 24px;
flex: 1;
display: flex;
flex-direction: column;
}
.cc-card-pill {
display: inline-block;
font-size: 10px; display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 28px;
}
/* ── CARD ── */
.cc-card {
background: #111;
border: 1px solid rgba(255,8,0,0.2);
display: flex;
flex-direction: column;
transition: border-color 0.2s, transform 0.2s;
}
.cc-card:hover {
border-color: #FF0800;
transform: translateY(-3px);
}
.cc-card-top {
background: #FF0800;
padding: 20px 24px 16px;
}
.cc-card-status {
font-size: 10px;
letter-spacing: 0.25em;
text-transform: uppercase;
color: rgba(255,255,255,0.75);
margin-bottom: 8px;
}
.cc-card-title {
font-size: clamp(17px, 2vw, 21px);
font-weight: 700;
color: #fff;
line-height: 1.25;
}
.cc-card-body {
padding: 24px;
flex: 1;
display: flex;
flex-direction: column;
}
.cc-card-desc {
font-size: 14px;
line-height: 1.75;
color: rgba(245,245,220,0.8);
margin-bottom: 20px;
flex: 1;
}
.cc-card-meta {
border-top: 1px solid rgba(255,8,0,0.15);
padding-top: 16px;
margin-bottom: 20px;
}
.cc-card-meta-row {
display: flex;
gap: 10px;
font-size: 12px;
color: rgba(245,245,220,0.6);
margin-bottom: 7px;
align-items: flex-start;
}
.cc-card-meta-row span:first-child {
color: #FF0800;
flex-shrink: 0;
width: 14px;
}
.cc-card-btn {
display: block;
text-align: center;
padding: 13px 24px;
font-family: Georgia, serif;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
text-decoration: none !important;
cursor: pointer;
transition: background 0.2s;
-webkit-text-fill-color: #fff !important;
}
.cc-card-btn-primary {
background: #FF0800;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
}
.cc-card-btn-primary:hover {
background: #cc0600;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
text-decoration: none !important;
}
.cc-card-btn-secondary {
background: transparent;
color: rgba(245,245,220,0.5) !important;
-webkit-text-fill-color: rgba(245,245,220,0.5) !important;
border: 1px solid rgba(255,255,255,0.15);
cursor: default;
}
.cc-card-pill {
display: inline-block;
font-size: 10px;
letter-spacing: 0.15em;
text-transform: uppercase;
padding: 4px 10px;
margin-bottom: 14px;
border-radius: 2px;
}
.cc-pill-upcoming { background: rgba(255,8,0,0.15); color: #FF0800; border: 1px solid rgba(255,8,0,0.3); }
.cc-pill-past { background: rgba(255,255,255,0.05); color: rgba(245,245,220,0.45); border: 1px solid rgba(255,255,255,0.1); }
.cc-pill-free { background: rgba(255,8,0,0.12); color: #FF0800; border: 1px solid rgba(255,8,0,0.25); }
/* ── COMING SOON CARD ── */
.cc-card-soon .cc-card-top {
background: #1a1a1a;
border: 1px dashed rgba(255,8,0,0.3);
border-bottom: none;
}
.cc-card-soon .cc-card-title {
color: rgba(245,245,220,0.4);
}
/* ── DIVIDER ── */
.cc-hub-divider {
height: 1px;
background: rgba(255,8,0,0.15);
max-width: 1040px;
margin: 0 auto;
}
/* ── BOTTOM CTA ── */
.cc-hub-bottom {
padding: 64px 24px;
text-align: center;
border-top: 3px solid #FF0800;
}
.cc-hub-bottom p {
font-size: clamp(14px, 2vw, 17px);
color: rgba(245,245,220,0.65);
max-width: 520px;
margin: 0 auto 28px;
line-height: 1.75;
font-style: italic;
}
.cc-hub-bottom h2 {
font-size: clamp(20px, 3vw, 32px);
color: #fff;
margin-bottom: 12px;
}
.cc-contact-row {
display: flex;
justify-content: center;
gap: 24px;
flex-wrap: wrap;
margin-top: 28px;
font-size: 13px;
color: rgba(245,245,220,0.45);
letter-spacing: 0.06em;
}
.cc-hub-notify-btn {
display: inline-block;
background: transparent;
color: #FF0800 !important;
-webkit-text-fill-color: #FF0800 !important;
border: 2px solid #FF0800;
font-family: Georgia, serif;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 14px 36px;
text-decoration: none !important;
transition: background 0.2s, color 0.2s;
}
.cc-hub-notify-btn:hover {
background: #FF0800;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
}
@media (max-width: 640px) {
.cc-hub-grid { grid-template-columns: 1fr; padding: 40px 16px; }
.cc-hub-hero { padding: 56px 20px 44px; }
}
C.C.Within · Masterclasses
Learn. Reflect. See Yourself Differently.
Online masterclasses designed to help you understand your body image, build genuine confidence, and stop letting other people's standards write your story.
Masterclass 02 · Parents
Why Is My Child Skipping Gym Class?
Upcoming
For parents who want to understand what is really going on behind the excuses — and what to do about it. Backed by Butterfly Foundation research on body image and school participation.
Reserve My Spot · $6
Masterclass 01 · Body Image
The 8 Ways Your Mind Lies to You About Your Appearance
Session Completed
A body image masterclass drawing on the published research of Thomas F. Cash. Eight thought patterns that quietly distort the way you see yourself — named, explained, and examined.
Masterclass 03 · Coming Soon
Next Masterclass · To Be Announced
Coming Soon
Chi Chi releases new masterclasses regularly. Follow C.C.Within on Facebook or sign up below to be the first to know when the next session is announced.
Notify Me When Live
Your Host
Chi Chi Wang
Body Confidence Educator · Author · TEDxAlbury 2025 Speaker
Chi Chi grew up in Taiwan where she was told her features were wrong. At 19 she moved to Australia alone with just $3,000 and discovered that beauty was never a universal truth. That journey became the foundation of her book From Ugly to Beautiful Without Surgery and her mission: that every person deserves to feel confident in their own skin.
Every masterclass Chi Chi delivers is part of a bigger movement to make sure no one grows up believing they are not enough.
Every session is a step forward.
Come as you are. Leave with something that stays with you.
Reserve Spot for June 25
📩 contact@ccwithin.com 🌐 ccwithin.com 📞 0421 492 026