/* ============================================================
   InfluentialWomen — Masterclass detail page (editorial pink)

   Scoped under .iw-mc-show. Header (IW masthead) and footer
   (common footer-banner) are not styled here.

   Mirrors the NTM masterclass structure (hero, about with drop
   cap, instructor with side card, modal) but in IW's brand
   language: Playfair display, Poppins UI, pink/plum accents
   on pale-pink ground.
   ============================================================ */

.iw-mc-show {
    --bg: #FFF3FA;
    --bg-soft: #FFE4F2;
    --bg-deep: #FBD6EA;
    --ivory: #FFFFFF;
    --ink: #1E1E1E;
    --ink-soft: #3D2436;
    --ink-mute: #6B5A66;
    --ink-faint: #A899A4;
    --rule: #F0E4EF;
    --rule-soft: #F8E9F4;
    --pink: #FF68B4;
    --pink-deep: #D65DB1;
    --pink-hover: #FFA3D1;
    --soft-pink: #F8C8E0;
    --plum: #571545;
    --cta-grad: linear-gradient(135deg, #FF68B4 0%, #FFA3D1 100%);

    --display: "Playfair Display", Georgia, serif;
    --ui: "Poppins", system-ui, sans-serif;
    --body: "Inter", system-ui, sans-serif;

    background: var(--bg);
    color: var(--ink);
    font-family: var(--body);
    font-weight: 400;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.iw-mc-show * { box-sizing: border-box; }
.iw-mc-show a { color: inherit; text-decoration: none; }
.iw-mc-show button { font-family: inherit; }

.iw-mc-show .iw-mc-show__container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 48px;
}

/* ───────── BREADCRUMB ───────── */
.iw-mc-show .iw-mc-show__breadcrumb {
    padding: 32px 0 0;
    font-family: var(--ui);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-mute);
    font-weight: 500;
}
.iw-mc-show .iw-mc-show__breadcrumb a { transition: color .2s ease; }
.iw-mc-show .iw-mc-show__breadcrumb a:hover { color: var(--pink); }
.iw-mc-show .iw-mc-show__breadcrumb .sep { margin: 0 12px; color: var(--soft-pink); }
.iw-mc-show .iw-mc-show__breadcrumb .current { color: var(--plum); font-weight: 600; }

/* ───────── HERO ───────── */
.iw-mc-show .iw-mc-show__hero {
    padding: 50px 0 90px;
}
.iw-mc-show .iw-mc-show__hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 60px;
    align-items: center;
}
.iw-mc-show .iw-mc-show__meta {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 28px;
    font-family: var(--ui);
    font-size: 10.5px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
}
.iw-mc-show .iw-mc-show__meta-num {
    background: var(--plum);
    color: var(--bg);
    padding: 6px 12px;
    display: inline-block;
    line-height: 1;
    border-radius: 2px;
}
.iw-mc-show .iw-mc-show__meta-cat { color: var(--pink); }
.iw-mc-show .iw-mc-show__meta-divider { color: var(--soft-pink); }

.iw-mc-show .iw-mc-show__title {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.05;
    letter-spacing: -0.015em;
    margin: 0 0 24px;
    color: var(--plum);
}
.iw-mc-show .iw-mc-show__title em {
    font-style: italic;
    color: var(--pink);
    font-weight: 600;
}

.iw-mc-show .iw-mc-show__standfirst {
    font-family: var(--display);
    font-style: italic;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.55;
    color: var(--ink-mute);
    margin: 0 0 36px;
    max-width: 560px;
}

.iw-mc-show .iw-mc-show__cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.iw-mc-show .iw-mc-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-family: var(--ui);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
    border: none;
    text-decoration: none;
    border-radius: 999px;
}
.iw-mc-show .iw-mc-btn--primary {
    background: var(--cta-grad);
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(214, 93, 177, 0.25);
}
.iw-mc-show .iw-mc-btn--primary:hover {
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(214, 93, 177, 0.35);
}
.iw-mc-show .iw-mc-btn--primary svg { width: 12px; height: 12px; fill: #fff; }
.iw-mc-show .iw-mc-btn--secondary {
    background: transparent;
    color: var(--plum) !important;
    border: 1.5px solid var(--plum);
}
.iw-mc-show .iw-mc-btn--secondary:hover {
    background: var(--plum);
    color: #fff !important;
    text-decoration: none;
}
.iw-mc-show .iw-mc-btn--secondary svg { width: 12px; height: 12px; fill: currentColor; }

/* Hero portrait */
.iw-mc-show .iw-mc-show__portrait {
    aspect-ratio: 4 / 5;
    background-size: cover;
    background-position: center;
    background-color: var(--bg-deep);
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 24px 60px rgba(87, 21, 69, 0.12);
}
.iw-mc-show .iw-mc-show__portrait--empty {
    background: linear-gradient(135deg, var(--pink) 0%, var(--plum) 100%);
}
.iw-mc-show .iw-mc-show__portrait::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(30, 30, 30, 0.55) 100%);
}
.iw-mc-show .iw-mc-show__portrait-stamp {
    position: absolute;
    bottom: 24px; left: 24px;
    z-index: 2;
    color: #fff;
}
.iw-mc-show .iw-mc-show__portrait-stamp .label {
    font-family: var(--ui);
    font-size: 10px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 500;
    margin-bottom: 6px;
}
.iw-mc-show .iw-mc-show__portrait-stamp .name {
    font-family: var(--display);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.05;
    color: #fff;
}

/* ───────── ACCESS NOTICE ───────── */
.iw-mc-show .iw-mc-show__access-notice {
    margin-top: 24px;
    padding: 14px 18px;
    border: 1px solid var(--rule);
    background: var(--ivory);
    border-radius: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
    font-family: var(--body);
    font-size: 14px;
    color: var(--ink-soft);
    max-width: 560px;
}
.iw-mc-show .iw-mc-show__access-notice .lock {
    color: var(--pink);
    flex-shrink: 0;
}
.iw-mc-show .iw-mc-show__access-notice strong { color: var(--plum); font-weight: 600; }

/* ───────── ABOUT ───────── */
.iw-mc-show .iw-mc-show__about {
    padding: 90px 0;
}
.iw-mc-show .iw-mc-show__about-inner {
    max-width: 760px;
    margin: 0 auto;
}
.iw-mc-show .iw-mc-show__section-label {
    font-family: var(--ui);
    font-size: 11px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--pink);
    font-weight: 600;
    margin-bottom: 18px;
}
.iw-mc-show .iw-mc-show__section-h {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(32px, 3.6vw, 44px);
    line-height: 1.1;
    letter-spacing: -0.015em;
    margin: 0 0 12px;
    color: var(--plum);
}
.iw-mc-show .iw-mc-show__section-h em { font-style: italic; color: var(--pink); font-weight: 700; }

.iw-mc-show .iw-mc-show__prose { margin-top: 24px; }
.iw-mc-show .iw-mc-show__prose p,
.iw-mc-show .iw-mc-show__prose li {
    font-family: var(--display);
    font-weight: 400;
    font-size: 19px;
    line-height: 1.75;
    color: var(--ink-soft);
    margin: 0 0 24px;
}
.iw-mc-show .iw-mc-show__prose ul,
.iw-mc-show .iw-mc-show__prose ol {
    padding-left: 24px;
    margin: 0 0 24px;
}
.iw-mc-show .iw-mc-show__prose p:first-of-type::first-letter {
    font-family: var(--display);
    font-weight: 700;
    float: left;
    font-size: 78px;
    line-height: 0.85;
    margin: 10px 14px 0 0;
    color: var(--pink);
}
.iw-mc-show .iw-mc-show__prose em { font-style: italic; color: var(--pink-deep); }
.iw-mc-show .iw-mc-show__prose strong { font-weight: 700; color: var(--plum); }
.iw-mc-show .iw-mc-show__prose a {
    color: var(--pink-deep);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.iw-mc-show .iw-mc-show__prose a:hover { color: var(--plum); }
.iw-mc-show .iw-mc-show__prose blockquote {
    margin: 50px 0;
    padding: 36px 0 36px 32px;
    border-left: 3px solid var(--pink);
    font-family: var(--display);
    font-style: italic;
    font-weight: 500;
    font-size: clamp(22px, 2.6vw, 28px);
    line-height: 1.35;
    color: var(--plum);
}

/* ───────── INSTRUCTOR ───────── */
.iw-mc-show .iw-mc-show__teacher {
    padding: 80px 0;
    background: var(--bg-soft);
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
}
.iw-mc-show .iw-mc-show__teacher-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 80px;
    align-items: start;
}
.iw-mc-show .iw-mc-show__teacher-bio {
    font-family: var(--display);
    font-size: 17px;
    line-height: 1.7;
    color: var(--ink-soft);
    margin: 0 0 28px;
    max-width: 620px;
}
.iw-mc-show .iw-mc-show__teacher-bio em { font-style: italic; color: var(--pink-deep); }
.iw-mc-show .iw-mc-show__teacher-bio p { margin: 0 0 16px; }
.iw-mc-show .iw-mc-show__teacher-bio p:last-child { margin-bottom: 0; }

/* Socials */
.iw-mc-show .iw-mc-show__socials-block {
    padding-top: 28px;
    border-top: 1px solid var(--rule);
}
.iw-mc-show .iw-mc-show__socials-label {
    font-family: var(--ui);
    font-size: 11px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--pink);
    font-weight: 600;
    margin-bottom: 16px;
}
.iw-mc-show .iw-mc-show__socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.iw-mc-show .iw-mc-show__social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid var(--rule);
    background: var(--ivory);
    border-radius: 999px;
    font-family: var(--ui);
    font-size: 12px;
    color: var(--plum);
    transition: all 0.2s ease;
    text-decoration: none;
}
.iw-mc-show .iw-mc-show__social-link:hover {
    background: var(--plum);
    color: #fff;
    border-color: var(--plum);
    text-decoration: none;
}
.iw-mc-show .iw-mc-show__social-link svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}
.iw-mc-show .iw-mc-show__social-link .handle { font-weight: 500; }

/* Side card */
.iw-mc-show .iw-mc-show__teacher-side {
    background: var(--ivory);
    border: 1px solid var(--rule);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(87, 21, 69, 0.06);
}
.iw-mc-show .iw-mc-show__teacher-side-img {
    aspect-ratio: 4 / 5;
    background-size: cover;
    background-position: center;
    background-color: var(--bg-deep);
    border-radius: 10px;
    margin-bottom: 24px;
}
.iw-mc-show .iw-mc-show__teacher-side-img--empty {
    background: linear-gradient(135deg, var(--pink), var(--plum));
}
.iw-mc-show .iw-mc-show__teacher-side h5 {
    font-family: var(--display);
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 6px;
    color: var(--plum);
}
.iw-mc-show .iw-mc-show__teacher-side-role {
    font-family: var(--display);
    font-style: italic;
    font-size: 14px;
    color: var(--ink-mute);
    margin: 0 0 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--rule);
}
.iw-mc-show .iw-mc-show__teacher-side-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background: var(--cta-grad);
    color: #fff !important;
    border-radius: 999px;
    font-family: var(--ui);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .2s ease;
    box-shadow: 0 6px 18px rgba(214, 93, 177, 0.25);
}
.iw-mc-show .iw-mc-show__teacher-side-cta:hover {
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(214, 93, 177, 0.35);
}

/* ───────── VIDEO MODAL ───────── */
.iw-mc-show .iw-mc-modal {
    position: fixed;
    inset: 0;
    background: rgba(30, 14, 25, 0.78);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}
.iw-mc-show .iw-mc-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}
.iw-mc-show .iw-mc-modal__inner {
    background: #000;
    max-width: 1100px;
    width: 100%;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.25s ease;
    border-radius: 8px;
    overflow: hidden;
}
.iw-mc-show .iw-mc-modal.is-open .iw-mc-modal__inner { transform: translateY(0); }
.iw-mc-show .iw-mc-modal__close {
    position: absolute;
    top: -42px;
    right: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--rule);
    color: var(--plum);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: background 0.2s ease, color 0.2s ease;
}
.iw-mc-show .iw-mc-modal__close:hover {
    background: var(--pink);
    color: #fff;
    border-color: var(--pink);
}
.iw-mc-show .iw-mc-modal__close svg { width: 16px; height: 16px; }
.iw-mc-show .iw-mc-modal__frame {
    aspect-ratio: 16 / 9;
    width: 100%;
}
.iw-mc-show .iw-mc-modal__frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* ───────── RESPONSIVE ───────── */
@media (max-width: 1000px) {
    .iw-mc-show .iw-mc-show__hero-grid { grid-template-columns: 1fr; gap: 50px; }
    .iw-mc-show .iw-mc-show__teacher-grid { grid-template-columns: 1fr; gap: 50px; }
    .iw-mc-show .iw-mc-show__teacher-side { max-width: 400px; }
}
@media (max-width: 640px) {
    .iw-mc-show .iw-mc-show__container { padding: 0 20px; }
    .iw-mc-show .iw-mc-show__hero { padding: 32px 0 60px; }
    .iw-mc-show .iw-mc-show__about { padding: 60px 0; }
    .iw-mc-show .iw-mc-show__teacher { padding: 60px 0; }
    .iw-mc-show .iw-mc-show__prose blockquote { margin: 32px 0; padding-left: 20px; }
    .iw-mc-show .iw-mc-modal__close { top: 8px; right: 8px; }
}
