.mheg-public-home {
    --mheg-public-ink: #f7f8ff;
    --mheg-public-muted: #a5aec7;
    --mheg-public-bg: #070b18;
    --mheg-public-panel: #11192d;
    --mheg-public-line: rgba(255,255,255,.1);
    --mheg-public-blue: #6777ff;
    --mheg-public-gold: #e5bd67;
    color: var(--mheg-public-ink);
    background: radial-gradient(circle at 75% 0,rgba(95,111,255,.18),transparent 34%),var(--mheg-public-bg);
    border-radius: 24px;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif !important;
}
.mheg-public-home, .mheg-public-home * { box-sizing: border-box; }
.mheg-public-home :where(h1,h2,h3,h4,h5,h6,button,input,select,textarea) { font-family: inherit !important; }
.mheg-public-home :where(h1,h2,h3,h4,h5,h6) { font-weight: 750; }
.mheg-public-home a { text-decoration: none; }
.mheg-public-home .mheg-public-section { padding: clamp(48px,8vw,104px) clamp(20px,6vw,84px); }
.mheg-public-home .mheg-public-hero { min-height: min(760px,82vh); display: grid; align-content: center; background: linear-gradient(120deg,rgba(7,11,24,.97),rgba(12,18,37,.86)),radial-gradient(circle at 76% 28%,rgba(103,119,255,.35),transparent 34%); }
.mheg-public-home .mheg-public-eyebrow { margin: 0 0 18px; color: var(--mheg-public-gold); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mheg-public-home .mheg-public-hero h1 { max-width: 980px; margin: 0; color: var(--mheg-public-ink); font-size: clamp(3rem,8vw,7rem); line-height: .94; letter-spacing: -.055em; }
.mheg-public-home .mheg-public-lead { max-width: 720px; margin: 24px 0 0; color: var(--mheg-public-muted); font-size: clamp(1rem,2vw,1.28rem); line-height: 1.7; }
.mheg-public-home .wp-block-buttons { margin-top: 30px; gap: 12px; }
.mheg-public-home .wp-block-button__link { border-radius: 12px; padding: 13px 20px; color: white; background: linear-gradient(135deg,var(--mheg-public-blue),#7d61ff); box-shadow: 0 14px 34px rgba(95,111,255,.24); font-weight: 800; }
.mheg-public-home .is-style-outline .wp-block-button__link { color: var(--mheg-public-ink); background: rgba(255,255,255,.04); border: 1px solid var(--mheg-public-line); box-shadow: none; }
.mheg-public-home .mheg-public-heading { margin: 0 0 12px; color: var(--mheg-public-ink); font-size: clamp(2rem,5vw,4.3rem); letter-spacing: -.045em; }
.mheg-public-home .mheg-public-copy { max-width: 720px; color: var(--mheg-public-muted); line-height: 1.7; }
.mheg-public-home .mheg-public-cards { gap: 18px; margin-top: 34px; }
.mheg-public-home .mheg-public-card { min-height: 240px; padding: 28px; border: 1px solid var(--mheg-public-line); border-radius: 20px; background: linear-gradient(145deg,rgba(22,31,54,.96),rgba(12,19,36,.96)); box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.mheg-public-home .mheg-public-card h3 { color: var(--mheg-public-ink); }
.mheg-public-home .mheg-public-card p { color: var(--mheg-public-muted); line-height: 1.65; }
.mheg-public-home .mheg-public-card a { color: var(--mheg-public-gold); font-weight: 800; }
.mheg-public-home .mheg-public-gallery { background: #0a1020; }
.mheg-public-home .wpcp-carousel-wrapper { margin-top: 32px; }
.mheg-public-home .wpcp-single-item { overflow: hidden; border: 1px solid var(--mheg-public-line); border-radius: 18px; background: var(--mheg-public-panel); }
.mheg-public-home .wpcp-single-item img { border-radius: 18px; }
.mheg-public-home .mheg-public-discover { border-top: 1px solid var(--mheg-public-line); border-bottom: 1px solid var(--mheg-public-line); background: rgba(255,255,255,.025); }
.mheg-public-home .mheg-public-search { max-width: 720px; margin: 26px 0 42px; }
.mheg-public-home .mheg-public-search .wp-block-search__inside-wrapper { padding: 7px; border: 1px solid var(--mheg-public-line); border-radius: 14px; background: var(--mheg-public-panel); }
.mheg-public-home .mheg-public-search input { min-height: 50px; color: var(--mheg-public-ink); background: transparent; border: 0; }
.mheg-public-home .mheg-public-search button { border: 0; border-radius: 10px; color: white; background: var(--mheg-public-blue); font-weight: 800; }
.mheg-public-home .mheg-public-roster .wp-block-post-template { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.mheg-public-home .mheg-public-roster .wp-block-post { overflow: hidden; border: 1px solid var(--mheg-public-line); border-radius: 18px; background: var(--mheg-public-panel); }
.mheg-public-home .mheg-public-roster .wp-block-post-featured-image { margin: 0; aspect-ratio: 1/1; overflow: hidden; }
.mheg-public-home .mheg-public-roster .wp-block-post-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.mheg-public-home .mheg-public-roster .wp-block-post-title { margin: 0; padding: 18px; color: var(--mheg-public-ink); font-size: 1rem; }
.mheg-public-home .wp-block-query-pagination { margin-top: 30px; color: var(--mheg-public-muted); }
.mheg-public-home .mheg-public-cta { text-align: center; background: radial-gradient(circle at 50% 0,rgba(229,189,103,.12),transparent 48%); }
.mheg-public-home .mheg-public-cta .mheg-public-copy { margin-inline: auto; }
.mheg-public-home .mheg-public-cta .wp-block-buttons { justify-content: center; }
@media (max-width: 980px) {
    .mheg-public-home .mheg-public-roster .wp-block-post-template { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 720px) {
    .mheg-public-home { border-radius: 0; }
    .mheg-public-home .mheg-public-hero { min-height: 620px; }
    .mheg-public-home .mheg-public-cards { display: grid; }
    .mheg-public-home .mheg-public-roster .wp-block-post-template { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
}
@media (max-width: 440px) {
    .mheg-public-home .mheg-public-roster .wp-block-post-template { grid-template-columns: 1fr; }
}

/* v1.2 public Talent profile intelligence */
.mheg-public-talent-profile{margin:0 0 34px;border:1px solid rgba(15,23,42,.1);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 18px 54px rgba(15,23,42,.08)}
.mheg-public-profile-hero{padding:34px;background:linear-gradient(135deg,#071022,#151f3b);color:#fff}
.mheg-public-profile-kicker{margin:0 0 10px;font-size:.72rem;font-weight:800;letter-spacing:.14em;opacity:.7}
.mheg-public-profile-hero h2{margin:0;max-width:900px;color:#fff;font-size:clamp(1.65rem,4vw,3rem);line-height:1.05}
.mheg-public-profile-subline{margin:12px 0 0;font-size:1rem;opacity:.82}
.mheg-public-profile-actions{display:flex;gap:14px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top:24px}
.mheg-public-book{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;background:#efc35d;color:#071022!important;text-decoration:none!important;font-weight:800}
.mheg-public-socials{display:flex;gap:8px;flex-wrap:wrap}
.mheg-public-social{padding:9px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#fff!important;text-decoration:none!important;font-size:.82rem;font-weight:700}
.mheg-public-profile-snapshot{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#e8ebf0;border-bottom:1px solid #e8ebf0}
.mheg-public-profile-snapshot>div{padding:20px 24px;background:#fff}.mheg-public-profile-snapshot span{display:block;margin-bottom:5px;color:#64748b;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.mheg-public-profile-snapshot strong{color:#0f172a}
.mheg-public-profile-tags{grid-column:1/-1;display:flex!important;flex-direction:row!important;gap:8px;flex-wrap:wrap}.mheg-public-profile-tags span{display:inline-flex!important;margin:0;padding:7px 11px;border-radius:999px;background:#f2f4f8;color:#27344f;font-size:.78rem;letter-spacing:0;text-transform:none}
.mheg-public-profile-section{padding:26px 28px;border-top:1px solid #edf0f4}.mheg-public-profile-section h2{margin:0 0 16px;font-size:1.15rem;color:#111827}.mheg-public-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 28px;margin:0;padding-left:20px}.mheg-public-highlights li{padding:4px 0;color:#334155}
.mheg-public-video{overflow:hidden;border-radius:18px;background:#020617}.mheg-public-video iframe{display:block;width:100%;aspect-ratio:16/9;height:auto}
.mheg-public-feature-link{display:inline-flex;padding:12px 16px;border-radius:999px;background:#071022;color:#fff!important;text-decoration:none!important;font-weight:800}
.mheg-public-profile-gallery{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:5px}.mheg-public-profile-gallery figure{flex:0 0 min(72vw,360px);aspect-ratio:4/5;margin:0;overflow:hidden;border-radius:16px;scroll-snap-align:start;background:#f1f5f9}.mheg-public-profile-gallery img{width:100%;height:100%;object-fit:cover}
@media(max-width:700px){.mheg-public-profile-hero{padding:26px 22px}.mheg-public-profile-snapshot{grid-template-columns:1fr}.mheg-public-profile-tags{grid-column:auto}.mheg-public-profile-section{padding:22px}.mheg-public-highlights{grid-template-columns:1fr}.mheg-public-profile-actions{align-items:flex-start;flex-direction:column}}

/* v1.2.1 dedicated public Talent experience */
.mheg-talent-public-body{margin:0;background:#060914;color:#f7f8ff}.mheg-talent-public-main{padding-bottom:40px}
.mheg-talent-stage{position:relative;min-height:min(760px,78vh);overflow:hidden;padding:0!important;background:radial-gradient(circle at 70% 18%,rgba(103,119,255,.24),transparent 34%),#0a0f20}.mheg-talent-stage-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 24%}.mheg-talent-stage-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,7,17,.97),rgba(4,7,17,.72) 44%,rgba(4,7,17,.16) 76%),linear-gradient(0deg,rgba(4,7,17,.86),transparent 48%)}.mheg-talent-stage-copy{position:relative;z-index:2;display:flex;min-height:min(760px,78vh);max-width:820px;padding:clamp(38px,7vw,86px);flex-direction:column;justify-content:flex-end}.mheg-talent-stage-copy h1{margin:8px 0 14px;color:#fff;font-size:clamp(3rem,7vw,6.8rem);line-height:.93;letter-spacing:-.055em}.mheg-talent-descriptor{max-width:720px;margin:0;color:#c2c9dc;font-size:clamp(1rem,2vw,1.25rem);line-height:1.55}.mheg-talent-book-button{background:linear-gradient(135deg,#f3c75f,#dfad3f)!important;color:#071022!important}
.mheg-talent-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.mheg-talent-quick-grid>div{padding:20px 22px}.mheg-talent-quick-grid span{display:block;color:#8792ad;font-size:.64rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.mheg-talent-quick-grid strong{display:block;margin-top:6px;color:#f7f8ff;font-size:.9rem}.mheg-talent-tags{display:flex;gap:9px;flex-wrap:wrap;padding:22px 2px 0}.mheg-talent-tags span{display:inline-flex;padding:9px 13px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#0d1427;color:#c8d0e5;font-size:.72rem;font-weight:700}
.mheg-talent-section{padding-top:clamp(58px,7vw,90px)!important;padding-bottom:0!important}.mheg-talent-bio{padding:clamp(24px,4vw,40px);color:#c2c9dc;font-size:clamp(.98rem,1.6vw,1.14rem);line-height:1.8}.mheg-talent-bio>*:first-child{margin-top:0}.mheg-talent-bio>*:last-child{margin-bottom:0}.mheg-talent-bio strong{color:#fff}.mheg-talent-highlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mheg-talent-highlight-grid>div{display:flex;gap:12px;align-items:flex-start;padding:21px}.mheg-talent-highlight-grid span{color:#efc35d}.mheg-talent-highlight-grid strong{color:#f7f8ff;font-size:.82rem;line-height:1.55}.mheg-talent-featured{padding:0;overflow:hidden;background:#02050c}.mheg-talent-featured iframe{display:block;width:100%;height:auto;aspect-ratio:16/9;border:0}.mheg-talent-featured>a{margin:28px}.mheg-talent-gallery{display:flex;gap:14px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.mheg-talent-gallery figure{flex:0 0 min(72vw,410px);margin:0;overflow:hidden;aspect-ratio:4/5;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:#0d1427;scroll-snap-align:start}.mheg-talent-gallery img{width:100%;height:100%;object-fit:cover}.mheg-talent-social-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.mheg-talent-social-grid a{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;text-decoration:none}.mheg-talent-social-grid span{color:#c3cbe0;font-size:.8rem;font-weight:700}.mheg-talent-social-grid strong{color:#efc35d;font-size:.74rem}.mheg-talent-final-cta{padding-top:clamp(68px,8vw,110px)!important}.mheg-talent-final-cta>div{padding:clamp(30px,6vw,64px);text-align:center;background:radial-gradient(circle at 50% 0,rgba(103,119,255,.22),transparent 52%),#0d1427}.mheg-talent-final-cta h2{max-width:780px;margin:8px auto 25px;color:#fff;font-size:clamp(2rem,5vw,4.8rem);line-height:1;letter-spacing:-.045em}.mheg-talent-final-cta .mheg-front-button{margin:auto}
@media(max-width:980px){.mheg-talent-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mheg-talent-social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.mheg-talent-stage,.mheg-talent-stage-copy{min-height:660px}.mheg-talent-stage-copy{padding:28px 20px 34px}.mheg-talent-stage-overlay{background:linear-gradient(0deg,rgba(4,7,17,.98),rgba(4,7,17,.76) 46%,rgba(4,7,17,.12) 78%)}.mheg-talent-stage-copy h1{font-size:clamp(2.8rem,14vw,4.7rem)}.mheg-talent-highlight-grid,.mheg-talent-social-grid{grid-template-columns:1fr}.mheg-talent-gallery figure{flex-basis:82vw}}@media(max-width:430px){.mheg-talent-quick-grid{grid-template-columns:1fr}}


.mheg-talent-ideal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.mheg-talent-ideal-grid>div{display:flex;align-items:center;min-height:78px;padding:20px 22px}
.mheg-talent-ideal-grid strong{color:#f7f8ff;font-size:.9rem;line-height:1.4}
@media (max-width:760px){.mheg-talent-ideal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:480px){.mheg-talent-ideal-grid{grid-template-columns:1fr}}

/* v1.7.0 Model public portfolio / agency comp card */
.mheg-model-public-section{padding-top:clamp(54px,7vw,86px)!important}.mheg-model-representation{display:inline-flex;align-items:center;padding:8px 11px;border:1px solid rgba(239,195,93,.38);border-radius:999px;color:#efc35d;font-size:.72rem;font-weight:800}.mheg-model-comp-card{overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:#f3f0e9;color:#10131b}.mheg-model-comp-card>header{display:flex;gap:20px;justify-content:space-between;align-items:flex-end;padding:26px 28px 22px;border-bottom:1px solid rgba(16,19,27,.12)}.mheg-model-comp-card>header span{font-size:.68rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.mheg-model-comp-card>header h2{margin:5px 0 3px;color:#0b0d12;font-size:clamp(2.1rem,5vw,4.2rem);line-height:.95;letter-spacing:-.045em}.mheg-model-comp-card>header p{margin:0;color:#4d5562;font-weight:700}.mheg-model-category-line{display:flex;gap:7px;justify-content:flex-end;flex-wrap:wrap;max-width:46%}.mheg-model-category-line span{padding:7px 9px;border:1px solid rgba(16,19,27,.18);border-radius:999px;font-size:.62rem!important;letter-spacing:.04em!important}.mheg-model-comp-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px}.mheg-model-comp-gallery figure{margin:0;overflow:hidden;aspect-ratio:4/5;background:#d8d6d1}.mheg-model-comp-gallery figure.is-primary{grid-row:span 2;aspect-ratio:auto}.mheg-model-comp-gallery img{width:100%;height:100%;object-fit:cover}.mheg-model-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(16,19,27,.12);border-bottom:1px solid rgba(16,19,27,.12)}.mheg-model-stat-grid>div{padding:14px 16px;border-right:1px solid rgba(16,19,27,.1);border-bottom:1px solid rgba(16,19,27,.08)}.mheg-model-stat-grid span,.mheg-model-stat-grid strong{display:block}.mheg-model-stat-grid span{color:#66707c;font-size:.6rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.mheg-model-stat-grid strong{margin-top:4px;color:#11151c;font-size:.9rem}.mheg-model-comp-card>footer{display:flex;gap:18px;align-items:center;justify-content:space-between;padding:20px 28px}.mheg-model-comp-card>footer>span{max-width:560px;color:#555f6d;font-size:.75rem;line-height:1.5}.mheg-model-resume-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mheg-model-resume-grid>article{padding:24px}.mheg-model-resume-grid h3{margin:0 0 14px;color:#f7f8ff}.mheg-model-resume-list{display:grid;gap:12px}.mheg-model-resume-list>div{padding-bottom:11px;border-bottom:1px solid rgba(255,255,255,.09)}.mheg-model-resume-list strong,.mheg-model-resume-list span{display:block}.mheg-model-resume-list strong{color:#f7f8ff}.mheg-model-resume-list span{margin-top:3px;color:#9ca8c2;font-size:.76rem}.mheg-model-skill-list{display:flex;gap:8px;flex-wrap:wrap}.mheg-model-skill-list span{display:inline-flex;padding:8px 10px;border:1px solid rgba(255,255,255,.11);border-radius:999px;color:#d1d7e5;font-size:.75rem}
@media(max-width:800px){.mheg-model-comp-card>header{align-items:flex-start;flex-direction:column}.mheg-model-category-line{justify-content:flex-start;max-width:none}.mheg-model-comp-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.mheg-model-comp-gallery figure.is-primary{grid-row:auto}.mheg-model-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mheg-model-resume-grid{grid-template-columns:1fr}}
@media(max-width:520px){.mheg-model-comp-card>header,.mheg-model-comp-card>footer{padding:20px}.mheg-model-comp-gallery{grid-template-columns:1fr 1fr}.mheg-model-stat-grid{grid-template-columns:1fr 1fr}.mheg-model-comp-card>footer{align-items:stretch;flex-direction:column}.mheg-model-comp-card>footer .mheg-front-button{width:100%;justify-content:center}}

/* 1.7.0 representation positioning */
.mheg-model-representation-copy{margin:0 1.1rem 1rem;padding:.9rem 1rem;border-top:1px solid rgba(12,24,43,.14);border-bottom:1px solid rgba(12,24,43,.14);font-size:.95rem;line-height:1.55;color:#324057}
