.cmh-page{
  --cmh-ink:#241a2d;
  --cmh-muted:#6d6173;
  --cmh-purple:#8324e4;
  --cmh-purple-2:#5a2d78;
  --cmh-pink:#d66aa4;
  --cmh-line:rgba(67,41,81,.12);
  --cmh-soft:#f7f1fc;
  --cmh-cream:#fff9fc;
  color:var(--cmh-ink);
  background:#fff;
}
.cmh-page *{box-sizing:border-box}
.cmh-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}

/* HERO */
.cmh-hero{
  position:relative;
  overflow:hidden;
  padding:82px 0 72px;
  background:
    radial-gradient(circle at 85% 18%,rgba(255,255,255,.86),transparent 22%),
    radial-gradient(circle at 92% 78%,rgba(214,106,164,.12),transparent 25%),
    linear-gradient(135deg,#efe0ff 0%,#fff2f8 58%,#fff 100%);
  border-bottom:1px solid rgba(131,36,228,.07);
}
.cmh-hero:after{
  content:"";
  position:absolute;
  width:340px;height:340px;
  border-radius:50%;
  right:-130px;top:-160px;
  background:rgba(131,36,228,.055);
}
.cmh-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:56px;
  align-items:center;
}
.cmh-eyebrow,.cmh-kicker{
  margin:0 0 13px;
  color:var(--cmh-purple);
  font-size:.78rem;
  font-weight:850;
  letter-spacing:.105em;
  text-transform:uppercase;
}
.cmh-hero h1{
  max-width:820px;
  margin:0;
  font-size:clamp(2.8rem,5.8vw,5.75rem);
  line-height:.94;
  letter-spacing:-.058em;
}
.cmh-lead{
  max-width:760px;
  margin:26px 0 0;
  color:#5f5266;
  font-size:clamp(1.08rem,1.65vw,1.28rem);
  line-height:1.66;
}
.cmh-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.cmh-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 20px;
  border-radius:999px;
  background:var(--cmh-ink);
  color:#fff!important;
  text-decoration:none!important;
  font-weight:760;
  transition:transform .18s ease,box-shadow .18s ease;
}
.cmh-button:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(36,26,45,.13);color:#fff!important}
.cmh-button--ghost{
  background:rgba(255,255,255,.7);
  color:var(--cmh-purple-2)!important;
  border:1px solid rgba(90,45,120,.18);
}
.cmh-button--ghost:hover{color:var(--cmh-purple)!important}
.cmh-hero-mark{
  position:relative;
  min-height:355px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:42px;
  border-radius:34px;
  background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.56));
  border:1px solid rgba(131,36,228,.11);
  box-shadow:0 28px 70px rgba(70,39,84,.12);
  overflow:hidden;
}
.cmh-hero-mark:before{
  content:"";
  position:absolute;
  width:72%;
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(214,106,164,.10),rgba(131,36,228,.035) 48%,transparent 70%);
  pointer-events:none;
}
.cmh-hero-logo{
  position:relative;
  z-index:1;
  display:block;
  width:min(100%,285px);
  height:auto;
  max-height:270px;
  object-fit:contain;
  filter:drop-shadow(0 14px 30px rgba(70,39,84,.09));
}

/* PATHS */
.cmh-paths{position:relative;z-index:2;margin-top:-24px}
.cmh-path-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.cmh-path-card{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:18px;
  padding:26px 28px;
  border-radius:24px;
  color:var(--cmh-ink);
  border:1px solid var(--cmh-line);
  box-shadow:0 15px 42px rgba(51,31,62,.07);
  transition:transform .18s ease,box-shadow .18s ease;
}
.cmh-path-card:hover{transform:translateY(-2px);box-shadow:0 20px 48px rgba(51,31,62,.10)}
.cmh-path-card--client{background:#fff}
.cmh-path-card--professional{background:linear-gradient(135deg,#f5edff,#fff5fa)}
.cmh-path-icon{
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(131,36,228,.12),rgba(214,106,164,.12));
  color:var(--cmh-purple);
  box-shadow:0 12px 28px rgba(131,36,228,.10);
}
.cmh-path-icon svg{
  width:28px;
  height:28px;
  display:block;
}
.cmh-path-card h2{margin:0 0 8px;font-size:clamp(1.35rem,2.4vw,1.95rem);letter-spacing:-.035em}
.cmh-path-card p{margin:0;color:var(--cmh-muted);line-height:1.55}
.cmh-path-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
  margin-top:16px;
}
.cmh-path-actions a{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:var(--cmh-purple)!important;
  font-size:.88rem;
  font-weight:780;
  line-height:1.35;
  text-decoration:none!important;
}
.cmh-path-actions a:hover{
  color:#651bad!important;
  text-decoration:underline!important;
  text-underline-offset:3px;
}
.cmh-path-actions span{
  transition:transform .15s ease;
}
.cmh-path-actions a:hover span{
  transform:translateX(2px);
}

/* SECTIONS */
.cmh-section{padding:76px 0}
.cmh-section--education{
  background:
    radial-gradient(circle at 8% 82%,rgba(131,36,228,.05),transparent 26%),
    #fbf9fc;
  border-block:1px solid rgba(67,41,81,.06);
}
.cmh-section-heading{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.58fr);
  gap:34px;
  align-items:end;
  margin-bottom:28px;
}
.cmh-section-heading h2,.cmh-about h2,.cmh-final h2{
  margin:0;
  font-size:clamp(2rem,4vw,3.55rem);
  line-height:1.02;
  letter-spacing:-.05em;
}
.cmh-section-heading>p{margin:0;color:var(--cmh-muted);line-height:1.65}

/* SERVICE SHOWCASE */
.cmh-services-showcase{
  position:relative;
  overflow:hidden;
  padding:72px 0 78px;
  background:
    linear-gradient(180deg,#fff 0%,#fbf7fe 52%,#fff 100%);
  border-top:1px solid rgba(67,41,81,.05);
}
.cmh-services-orb{
  position:absolute;
  pointer-events:none;
  border-radius:50%;
  filter:blur(.2px);
}
.cmh-services-orb--one{
  width:290px;
  height:290px;
  left:-165px;
  top:44px;
  background:radial-gradient(circle,rgba(131,36,228,.095),rgba(131,36,228,0) 69%);
}
.cmh-services-orb--two{
  width:330px;
  height:330px;
  right:-180px;
  bottom:-80px;
  background:radial-gradient(circle,rgba(214,106,164,.11),rgba(214,106,164,0) 70%);
}
.cmh-services-heading{
  position:relative;
  z-index:1;
  max-width:720px;
  margin:0 auto 30px;
  text-align:center;
}
.cmh-services-heading h2{
  margin:0;
  font-size:clamp(2rem,4vw,3.5rem);
  line-height:1.02;
  letter-spacing:-.05em;
}
.cmh-services-heading>p:last-child{
  max-width:620px;
  margin:14px auto 0;
  color:var(--cmh-muted);
  font-size:1.03rem;
  line-height:1.65;
}
.cmh-service-showcase-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(290px,1fr));
  gap:18px;
  width:min(960px,100%);
  margin:0 auto;
}
.cmh-service-showcase-card{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  min-height:360px;
  padding:24px 28px 28px;
  text-align:center;
  overflow:hidden;
  border:1px solid rgba(90,45,120,.12);
  border-radius:28px;
  background:
    radial-gradient(circle at 50% -10%,rgba(131,36,228,.085),transparent 36%),
    rgba(255,255,255,.93);
  box-shadow:
    0 14px 40px rgba(50,29,63,.055),
    inset 0 1px 0 rgba(255,255,255,.92);
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    border-color .2s ease;
}
.cmh-service-showcase-card:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-52px;
  width:150px;
  height:92px;
  transform:translateX(-50%);
  border-radius:50%;
  border:1px solid rgba(131,36,228,.075);
  box-shadow:
    0 0 0 22px rgba(131,36,228,.025),
    0 0 0 44px rgba(214,106,164,.018);
  pointer-events:none;
}
.cmh-service-showcase-card:hover{
  transform:translateY(-4px);
  border-color:rgba(131,36,228,.20);
  box-shadow:
    0 22px 54px rgba(50,29,63,.09),
    inset 0 1px 0 rgba(255,255,255,.95);
}
.cmh-service-badges{
  width:100%;
  min-height:54px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  gap:7px;
}
.cmh-service-type{
  display:inline-flex;
  padding:5px 9px;
  border-radius:999px;
  color:var(--cmh-purple);
  background:rgba(131,36,228,.075);
  font-size:.69rem;
  line-height:1;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.cmh-service-status{
  display:inline-flex;
  align-items:center;
  padding:5px 8px;
  border-radius:999px;
  background:#f4f0f7;
  color:#66596d;
  font-size:.68rem;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
}
.cmh-service-status--open{background:#eef8f1;color:#356348}
.cmh-service-status--limited{background:#fff6df;color:#7b5d20}
.cmh-service-status--waitlist{background:#f5efff;color:#6c3f91}
.cmh-service-status--closed{background:#fff0f2;color:#8b4851}
.cmh-service-icon{
  display:grid;
  place-items:center;
  width:76px;
  height:76px;
  margin:22px auto 20px;
  border-radius:24px;
  color:var(--cmh-purple);
  background:
    linear-gradient(145deg,#efe2ff 0%,#fff0f7 100%);
  box-shadow:
    0 12px 28px rgba(131,36,228,.12),
    inset 0 1px 0 rgba(255,255,255,.9);
}
.cmh-service-icon svg{
  width:34px;
  height:34px;
}
.cmh-service-showcase-card h3{
  max-width:360px;
  margin:0;
  color:var(--cmh-ink);
  font-size:clamp(1.35rem,2.2vw,1.75rem);
  line-height:1.15;
  letter-spacing:-.035em;
}
.cmh-service-excerpt{
  max-width:390px;
  margin:14px auto 22px;
  color:var(--cmh-muted);
  line-height:1.6;
  font-size:.94rem;
}
.cmh-service-button{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:43px;
  margin-top:auto;
  padding:10px 16px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(131,36,228,.18);
  color:var(--cmh-purple)!important;
  text-decoration:none!important;
  font-size:.88rem;
  font-weight:800;
  box-shadow:0 7px 18px rgba(50,29,63,.04);
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.cmh-service-button:hover{
  background:var(--cmh-purple);
  color:#fff!important;
  transform:translateY(-1px);
}

/* AGENDA */
.cmh-agenda-section{
  padding:72px 0;
  background:
    radial-gradient(circle at 92% 18%,rgba(214,106,164,.07),transparent 24%),
    linear-gradient(180deg,#fff,#fcf9fd);
  border-top:1px solid rgba(67,41,81,.05);
}
.cmh-agenda-heading{grid-template-columns:1fr;margin-bottom:24px}
.cmh-agenda{
  overflow:hidden;
  border:1px solid var(--cmh-line);
  border-radius:26px;
  background:#fff;
  box-shadow:0 16px 44px rgba(48,30,57,.055);
}
.cmh-agenda-row{
  display:grid;
  grid-template-columns:108px minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  padding:20px 24px;
  border-bottom:1px solid rgba(67,41,81,.08);
}
.cmh-agenda-row:last-child{border-bottom:0}
.cmh-agenda-row--long{
  background:
    radial-gradient(circle at 92% 50%,rgba(214,106,164,.08),transparent 20%),
    linear-gradient(90deg,#faf5ff,#fff);
}
.cmh-agenda-date{
  display:flex;
  min-height:64px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:linear-gradient(135deg,#f0e4ff,#fff0f7);
  color:var(--cmh-purple-2);
}
.cmh-agenda-day{
  font-size:1.35rem;
  line-height:1;
  font-weight:880;
  letter-spacing:-.04em;
}
.cmh-agenda-month{
  margin-top:6px;
  font-size:.65rem;
  font-weight:850;
  letter-spacing:.12em;
}
.cmh-agenda-titleline{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
}
.cmh-agenda-titleline h3{
  margin:0;
  font-size:1.12rem;
  line-height:1.25;
  letter-spacing:-.025em;
}
.cmh-agenda-status{
  display:inline-flex;
  padding:5px 8px;
  border-radius:999px;
  background:#eef8f1;
  color:#356348;
  font-size:.68rem;
  font-weight:820;
  white-space:nowrap;
}
.cmh-agenda-status--full{background:#fff4df;color:#845b18}
.cmh-agenda-status--closed{background:#fff0f2;color:#8b4851}
.cmh-agenda-status--waitlist{background:#f5efff;color:#6c3f91}
.cmh-agenda-meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:9px;
}
.cmh-agenda-meta span{
  display:inline-flex;
  padding:5px 8px;
  border-radius:999px;
  background:#f6f3f8;
  color:#706373;
  font-size:.73rem;
  line-height:1.2;
}
.cmh-agenda-action a{
  display:inline-flex;
  white-space:nowrap;
  color:var(--cmh-purple)!important;
  text-decoration:none!important;
  font-size:.88rem;
  font-weight:780;
}
.cmh-agenda-footer{
  display:flex;
  justify-content:center;
  margin-top:20px;
}

/* EDUCATION */
.cmh-education-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.cmh-education-card{
  position:relative;
  min-height:0;
  padding:26px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--cmh-line);
  box-shadow:0 10px 30px rgba(48,30,57,.04);
}
.cmh-education-card--long{
  background:
    radial-gradient(circle at 90% 10%,rgba(214,106,164,.10),transparent 28%),
    linear-gradient(145deg,#f1e4ff,#fff);
}
.cmh-education-meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:20px}
.cmh-education-meta span{
  padding:6px 9px;border-radius:999px;
  background:var(--cmh-soft);
  color:var(--cmh-purple-2);
  font-size:.75rem;font-weight:750;
}
.cmh-education-card p{color:var(--cmh-muted);line-height:1.58}
.cmh-enrollment{font-weight:750;color:var(--cmh-purple-2)!important}

/* COMPACT EDUCATION LINKS */
.cmh-education-compact{
  padding:54px 0 62px;
  background:#fbf9fc;
  border-block:1px solid rgba(67,41,81,.06);
}
.cmh-education-compact-head{
  margin-bottom:20px;
}
.cmh-education-compact-head h2{
  margin:0;
  font-size:clamp(1.7rem,3vw,2.55rem);
  line-height:1.04;
  letter-spacing:-.045em;
}
.cmh-education-links{
  display:grid;
  gap:9px;
}
.cmh-education-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:17px 20px;
  border:1px solid var(--cmh-line);
  border-radius:18px;
  background:#fff;
  color:var(--cmh-ink)!important;
  text-decoration:none!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.cmh-education-link:hover{
  transform:translateY(-1px);
  border-color:rgba(131,36,228,.18);
  box-shadow:0 10px 25px rgba(48,30,57,.05);
}
.cmh-education-link-meta{
  display:block;
  margin-bottom:4px;
  color:var(--cmh-purple);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.cmh-education-link strong{
  display:block;
  font-size:1rem;
  line-height:1.35;
}
.cmh-education-arrow{
  color:var(--cmh-purple);
  font-size:1.15rem;
  font-weight:800;
}

/* ABOUT */
.cmh-about{padding:64px 0 72px;background:linear-gradient(180deg,#fff,#fdfafd)}
.cmh-about-grid{
  display:grid;
  grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
  gap:50px;
  align-items:center;
}
.cmh-about-image-wrap{
  overflow:hidden;
  min-height:430px;
  border-radius:30px;
  box-shadow:0 24px 58px rgba(52,31,62,.12);
  background:#eee8f3;
}
.cmh-about-image-wrap img{display:block;width:100%;height:100%;min-height:430px;object-fit:cover}
.cmh-about-abstract{
  position:relative;min-height:430px;border-radius:30px;overflow:hidden;
  background:linear-gradient(145deg,#f1e2ff,#ffeef6);
}
.cmh-about-abstract span{position:absolute;border-radius:50%;border:2px solid rgba(131,36,228,.20)}
.cmh-about-abstract span:nth-child(1){width:260px;height:260px;left:-70px;top:80px}
.cmh-about-abstract span:nth-child(2){width:200px;height:200px;right:-30px;top:30px}
.cmh-about-abstract span:nth-child(3){width:130px;height:130px;right:80px;bottom:35px;background:rgba(214,106,164,.12)}
.cmh-about-role{
  margin:10px 0 0!important;
  color:var(--cmh-purple)!important;
  font-size:.93rem!important;
  font-weight:800;
  letter-spacing:.015em;
}
.cmh-about-statement{
  margin:24px 0 0!important;
  max-width:680px;
  color:var(--cmh-ink)!important;
  font-size:clamp(1.22rem,2vw,1.55rem)!important;
  line-height:1.35!important;
  font-weight:760;
  letter-spacing:-.025em;
}
.cmh-about-copy>p:not(.cmh-kicker):not(.cmh-about-role):not(.cmh-about-statement){
  margin:17px 0 22px;
  color:var(--cmh-muted);
  font-size:1.05rem;
  line-height:1.72;
  max-width:720px
}
.cmh-button--ghost-dark{background:#fff;color:var(--cmh-purple-2)!important;border:1px solid rgba(90,45,120,.18)}
.cmh-button--ghost-dark:hover,.cmh-button--ghost-dark:focus{background:#fff!important;color:var(--cmh-purple)!important;border-color:rgba(131,36,228,.26);box-shadow:0 10px 24px rgba(90,45,120,.14)}

/* FINAL */
.cmh-final{padding:0 0 76px}
.cmh-final-box{
  display:flex;justify-content:space-between;align-items:center;gap:34px;
  padding:38px 40px;border-radius:30px;
  background:
    radial-gradient(circle at 90% 15%,rgba(255,255,255,.7),transparent 24%),
    linear-gradient(135deg,#efe1ff,#fff0f7);
  border:1px solid rgba(131,36,228,.10);
}
.cmh-final h2{font-size:clamp(1.8rem,3.4vw,3rem)}
.cmh-final p:not(.cmh-kicker){max-width:720px;margin:12px 0 0;color:var(--cmh-muted);line-height:1.6}

/* RESPONSIVE */
@media(max-width:1000px){
  .cmh-card-grid,.cmh-education-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cmh-hero-grid{grid-template-columns:1fr}
  .cmh-hero-mark{min-height:260px}
  .cmh-sun{top:42px}
  .cmh-horizon--1{bottom:65px}.cmh-horizon--2{bottom:40px}.cmh-horizon--3{bottom:10px}
}
@media(max-width:900px){
  .cmh-education-compact-head{grid-template-columns:1fr;gap:12px}
}
@media(max-width:800px){
  .cmh-path-grid,.cmh-section-heading,.cmh-about-grid{grid-template-columns:1fr}
  .cmh-agenda-row{grid-template-columns:82px minmax(0,1fr);gap:16px}
  .cmh-agenda-action{grid-column:2}
  .cmh-about-image-wrap,.cmh-about-image-wrap img,.cmh-about-abstract{min-height:340px}
}
@media(max-width:640px){
  .cmh-shell{width:min(100% - 26px,1180px)}
  .cmh-services-showcase{padding:54px 0 58px}
  .cmh-services-heading{margin-bottom:22px}
  .cmh-service-showcase-grid{grid-template-columns:1fr}
  .cmh-service-showcase-card{min-height:0;padding:22px 20px 24px}
  .cmh-service-icon{width:68px;height:68px;margin:18px auto}
  .cmh-service-icon svg{width:31px;height:31px}
  .cmh-hero{padding:58px 0 52px}
  .cmh-hero h1{font-size:clamp(2.6rem,14vw,4rem)}
  .cmh-hero-mark{min-height:220px}
  .cmh-paths{margin-top:-14px}
  .cmh-path-card{grid-template-columns:44px 1fr;padding:22px}
  .cmh-path-no{width:40px;height:40px;border-radius:13px}
  .cmh-section{padding:58px 0}
  .cmh-agenda-section{padding:54px 0}
  .cmh-agenda-row{grid-template-columns:70px minmax(0,1fr);padding:17px 15px}
  .cmh-agenda-date{min-height:58px;border-radius:15px}
  .cmh-agenda-day{font-size:1.12rem}
  .cmh-agenda-titleline{align-items:flex-start;flex-direction:column;gap:7px}
  .cmh-agenda-action{grid-column:2}
  .cmh-card-grid,.cmh-education-grid{grid-template-columns:1fr}
  .cmh-service-card,.cmh-education-card{min-height:0;padding-bottom:70px}
  .cmh-about{padding:58px 0}
  .cmh-about-grid{gap:30px}
  .cmh-final-box{align-items:flex-start;flex-direction:column;padding:28px 24px}
  .cmh-actions{align-items:stretch;flex-direction:column}
  .cmh-button{width:100%}
}
@media(prefers-reduced-motion:reduce){
  .cmh-button,.cmh-path-card{transition:none}
}
