/* ══════════════════════════════════════════════════════════════
   TMC PARTNERS — TEAM PAGE
   ─────────────────────────────────────────────────────────────
   Burgundy system matching index.html:
     Dark:    #2e1218  claret (header, indie showcase, CTA)
     Medium:  #3d1a24  deep garnet (Jessica hero)
     Light:   #f5e8ec  rose-white (bio sections)
     Alt:     #ede0e5  warmer rose (alternating sections)
     Accent:  #b85c3a  terracotta
══════════════════════════════════════════════════════════════ */

:root {
    --team-bg:         #f5e8ec;
    --team-bg-alt:     #ede0e5;
    --team-ink:        #2e1218;
    --team-ink-mid:    rgba(46, 18, 24, 0.60);
    --team-ink-dim:    rgba(46, 18, 24, 0.36);
    --team-ink-ghost:  rgba(46, 18, 24, 0.10);
    --team-medium:     #7a4858;
    --team-accent:     #b85c3a;
    --team-accent-lt:  #c97050;
    --team-accent-pale:#d4886a;
}

/* ── Override Clapat .content-full-width padding for team page ── */
body.team-page .content-full-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body.team-page #main-page-content {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}
body.team-page #main {
    padding: 0 !important;
}

/* ── Override Clapat .light-content forcing all headings white ── */
.team-page .light-content h1,
.team-page .light-content h2,
.team-page .light-content h3,
.team-page .light-content h4,
.team-page .light-content h5,
.team-page .light-content h6 {
    color: var(--team-ink);
}
/* Dark sections get light headings */
.team-page .tmc-page-header h1,
.team-page .tmc-page-header h2,
.team-page .tmc-team-cta h1,
.team-page .tmc-team-cta h2,
.team-page .tmc-bio-section--dark h1,
.team-page .tmc-bio-section--dark h2,
.team-page .tmc-bio-section--dark h3,
.team-page .tmc-bio-section--dark h4,
.team-page .tmc-bio-section--dark h5,
.team-page .tmc-bio-section--mid h1,
.team-page .tmc-bio-section--mid h2,
.team-page .tmc-bio-section--mid h3,
.team-page .tmc-bio-section--mid h4,
.team-page .tmc-bio-section--mid h5,
.team-page .tmc-chapter-divider:not(.tmc-chapter-divider--light) h2,
.team-page .tmc-chapter-divider:not(.tmc-chapter-divider--light) .tmc-chapter-sub,
.team-page .tmc-chapter-divider:not(.tmc-chapter-divider--light) .tmc-chapter-num {
    color: rgba(245,232,236,0.85) !important;
}
.team-page .tmc-indie-showcase h2,
.team-page .tmc-indie-showcase h3,
.team-page .tmc-team-hero h1 {
    color: #f5e8ec !important;
}

/* ══════════════════════════════════════════════════════════════
   PAGE HEADER — dark banner
══════════════════════════════════════════════════════════════ */
.tmc-page-header {
    background: var(--team-ink);
    padding: 120px 80px 40px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1024px) { .tmc-page-header { padding: 140px 40px 30px; } }
@media (max-width: 767px) { .tmc-page-header { padding: 120px 30px 25px; } }
@media (max-width: 479px) { .tmc-page-header { padding: 120px 20px 25px; } }

.tmc-page-header-inner { max-width: 1200px; margin: 0 auto; }
.tmc-page-header-eyebrow {
    font-family: 'Poppins', sans-serif; font-size: 9.5px; letter-spacing: 0.4em;
    text-transform: uppercase; color: var(--team-accent); font-weight: 500;
    margin-bottom: 24px; display: block;
}
.tmc-page-header-title {
    font-family: 'Cormorant Garamond', serif; font-weight: 300;
    font-size: clamp(3.5rem, 7vw, 7rem); line-height: 0.92;
    color: #f5e8ec; margin-bottom: 28px; letter-spacing: -0.01em;
}
.tmc-page-header-sub {
    font-family: 'Poppins', sans-serif; font-size: 9px; letter-spacing: 0.35em;
    text-transform: uppercase; color: rgba(245,232,236,0.35); font-weight: 400;
    line-height: 2.2; max-width: 700px;
}
.tmc-page-header-tagline {
    font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300;
    font-size: clamp(1.1rem, 2vw, 1.5rem); color: rgba(245,232,236,0.55);
    line-height: 1.7; max-width: 640px; margin-top: 20px;
}
.tmc-page-header::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--team-accent), transparent); opacity: 0.25;
}

/* ══════════════════════════════════════════════════════════════
   TEAM HERO — warm plum (#7a4858)
   Dark enough for white text, clearly lighter than header
══════════════════════════════════════════════════════════════ */
.tmc-team-hero { padding: 80px 80px 40px; position: relative; overflow: hidden; }
.tmc-team-hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 380px 1fr; gap: 80px; align-items: start; }
.tmc-team-photo-wrap { position: relative; }
.tmc-team-photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; filter: grayscale(15%) contrast(1.04); border: 1px solid rgba(245,232,236,0.12); }
.tmc-team-photo-wrap::after { content: ''; position: absolute; bottom: -16px; left: 40px; right: 40px; height: 2px; background: linear-gradient(90deg, transparent, var(--team-accent), transparent); opacity: 0.3; }
.tmc-team-intro { padding-top: 20px; }
/* Name — accent pale on dark plum (specificity must beat .team-page .tmc-team-hero h1) */
.tmc-team-name { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(3rem, 5vw, 5rem); line-height: 1.0; margin-bottom: 12px; letter-spacing: -0.01em; }
.tmc-team-name em { font-style: italic; }
.team-page .tmc-team-hero .tmc-team-name { color: var(--team-accent-pale) !important; }
.team-page .tmc-team-hero .tmc-team-name em { color: var(--team-accent-pale) !important; }
.tmc-team-role { font-family: 'Poppins', sans-serif; font-size: 10px; letter-spacing: 0.4em; text-transform: uppercase; color: var(--team-ink); font-weight: 500; margin-bottom: 36px; display: block; opacity: 0.75; }
.tmc-team-summary { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.15rem, 1.6vw, 1.4rem); line-height: 1.85; color: rgba(245,232,236,0.92); margin-bottom: 32px; font-weight: 400; }
.tmc-team-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.tmc-team-tag { font-size: 9.5px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--team-ink); border: 1px solid rgba(46,18,24,0.30); padding: 7px 16px; font-family: 'Poppins', sans-serif; font-weight: 500; opacity: 0.7; }

@media (max-width: 1024px) { .tmc-team-hero { padding: 60px 40px 30px; } .tmc-team-hero-inner { grid-template-columns: 300px 1fr; gap: 50px; } }
@media (max-width: 768px) { .tmc-team-hero { padding: 50px 30px 24px; } .tmc-team-hero-inner { grid-template-columns: 1fr; gap: 40px; max-width: 600px; } .tmc-team-photo-wrap { max-width: 320px; } }

/* ══════════════════════════════════════════════════════════════
   BIO SECTIONS — light rose-white
══════════════════════════════════════════════════════════════ */
.tmc-bio-section { padding: 80px 80px; position: relative; box-sizing: border-box; max-width: 100vw; }
.tmc-bio-section + .tmc-bio-section { border-top: 1px solid var(--team-ink-ghost); }
.tmc-bio-inner { max-width: 1200px; margin: 0 auto; }
.tmc-bio-era { display: grid; grid-template-columns: 280px 1fr; gap: 80px; align-items: start; }
.tmc-bio-sidebar { position: sticky; top: 120px; align-self: start; margin-top: -4px; }
.tmc-bio-era-label { font-family: 'Poppins', sans-serif; font-size: 9px; letter-spacing: 0.4em; text-transform: uppercase; color: var(--team-accent); font-weight: 600; margin-bottom: 12px; display: block; margin-top: 0; }
.tmc-bio-era-years { font-family: 'Six Caps', sans-serif; font-size: 3.2rem; line-height: 1; color: var(--team-ink); letter-spacing: 0.05em; margin-bottom: 16px; }
.tmc-bio-era-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; line-height: 1.3; color: var(--team-ink); margin-bottom: 16px; }
.tmc-bio-era-sub { font-family: 'Poppins', sans-serif; font-size: 12px; color: var(--team-ink-dim); line-height: 1.7; }
.tmc-bio-body p { font-family: 'Poppins', sans-serif; font-size: 15px; line-height: 2; color: var(--team-ink-mid); margin-bottom: 20px; font-weight: 400; }
.tmc-bio-body p:first-child { margin-top: 0; }
.tmc-bio-body p:last-child { margin-bottom: 0; }

@media (max-width: 1024px) { .tmc-bio-section { padding: 60px 40px; } .tmc-bio-era { grid-template-columns: 220px 1fr; gap: 50px; } }
@media (max-width: 768px) { .tmc-bio-section { padding: 50px 30px; } .tmc-bio-era { grid-template-columns: 1fr; gap: 32px; } .tmc-bio-sidebar { position: static; } .tmc-bio-era-years { font-size: 2.5rem; } }

/* ══════════════════════════════════════════════════════════════
   GAMES SHOWCASE — horizontal scroll cards
══════════════════════════════════════════════════════════════ */
.tmc-games-showcase { margin: 40px 0 12px; }
.tmc-games-label { font-family: 'Poppins', sans-serif; font-size: 9px; letter-spacing: 0.35em; text-transform: uppercase; color: var(--team-ink-dim); font-weight: 500; margin-bottom: 16px; display: block; }
.tmc-games-track { display: flex; gap: 16px; overflow-x: auto; overflow-y: hidden; padding-bottom: 12px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: rgba(46,18,24,0.15) transparent; }
.tmc-games-track::-webkit-scrollbar { height: 4px; }
.tmc-games-track::-webkit-scrollbar-thumb { background: rgba(46,18,24,0.15); border-radius: 2px; }

.tmc-game-card { flex: 0 0 260px; scroll-snap-align: start; background: var(--team-bg-alt); border: 1px solid var(--team-ink-ghost); padding: 28px 24px; transition: border-color 0.3s ease, box-shadow 0.3s ease; position: relative; overflow: hidden; }
.tmc-game-card:hover { border-color: rgba(46,18,24,0.20); box-shadow: 0 8px 32px rgba(46,18,24,0.06); }
.tmc-game-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--team-accent), var(--team-accent-pale)); opacity: 0; transition: opacity 0.3s ease; }
.tmc-game-card:hover::before { opacity: 1; }
.tmc-game-card-year { font-family: 'Six Caps', sans-serif; font-size: 1.5rem; color: var(--team-accent); letter-spacing: 0.05em; line-height: 1; margin-bottom: 8px; }
.tmc-game-card-title { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 600; color: var(--team-ink); line-height: 1.3; margin-bottom: 6px; }
.tmc-game-card-role { font-family: 'Poppins', sans-serif; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--team-accent); font-weight: 500; margin-bottom: 10px; display: block; }
.tmc-game-card-desc { font-family: 'Poppins', sans-serif; font-size: 12px; line-height: 1.7; color: var(--team-ink-dim); }
.tmc-game-card-publisher { font-family: 'Poppins', sans-serif; font-size: 10px; color: var(--team-ink-dim); margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--team-ink-ghost); letter-spacing: 0.08em; }

/* Background image variant */
.tmc-game-card-has-bg { background-size: cover; background-position: center; min-height: 320px; display: flex; flex-direction: column; justify-content: flex-end; padding: 0; }
.tmc-game-card-has-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(46,18,24,0.15) 0%, rgba(46,18,24,0.55) 50%, rgba(46,18,24,0.92) 100%); z-index: 1; }
.tmc-game-card-has-bg::before { z-index: 2; }
.tmc-game-card-inner { position: relative; z-index: 2; padding: 28px 24px; }
.tmc-game-card--landscape { flex: none; width: 100%; min-height: 220px; }

/* ── Shipped Titles: horizontal image + text ── */
.tmc-shipped-card {
    display: grid; grid-template-columns: 1fr; gap: 0;
    background: rgba(46,18,24,0.45); border: 1px solid rgba(245,232,236,0.06);
    border-radius: 4px; overflow: hidden;
}
.tmc-shipped-card-img {
    background-size: cover; background-position: center;
    aspect-ratio: 16 / 9;
}
.tmc-shipped-card-body {
    padding: 24px 28px;
}
.tmc-shipped-card-body .tmc-game-card-year { color: var(--team-accent-lt) !important; }
.tmc-shipped-card-body .tmc-game-card-title { margin-bottom: 4px; }
.tmc-shipped-card-body .tmc-game-card-desc { margin-top: 8px; }
.tmc-shipped-card-body .tmc-game-card-publisher { margin-top: 8px; }
@media (max-width: 700px) {
    .tmc-shipped-card-img { aspect-ratio: 16 / 9; }
}
.tmc-game-card-has-bg .tmc-game-card-year { color: var(--team-accent-lt); }
.tmc-game-card-has-bg .tmc-game-card-title { color: #f5e8ec; }
.tmc-game-card-has-bg .tmc-game-card-role { color: var(--team-accent-lt); }
.tmc-game-card-has-bg .tmc-game-card-desc { color: rgba(245,232,236,0.60); }
.tmc-game-card-has-bg .tmc-game-card-publisher { color: rgba(245,232,236,0.40); border-top-color: rgba(245,232,236,0.12); }

/* ══════════════════════════════════════════════════════════════
   STATS
══════════════════════════════════════════════════════════════ */
.tmc-bio-stats { display: flex; gap: 36px; flex-wrap: wrap; margin: 28px 0; padding: 24px 0; border-top: 1px solid var(--team-ink-ghost); border-bottom: 1px solid var(--team-ink-ghost); }
.tmc-bio-section--dark .tmc-bio-stats { border-top-color: rgba(245,232,236,0.08); border-bottom-color: rgba(245,232,236,0.08); }
.tmc-bio-section--mid .tmc-bio-stats { border-top-color: rgba(245,232,236,0.10); border-bottom-color: rgba(245,232,236,0.10); }
.tmc-bio-stat { display: flex; flex-direction: column; gap: 4px; }
.tmc-bio-stat-num { font-family: 'Six Caps', sans-serif; font-size: 2.4rem; line-height: 1; color: var(--team-accent); letter-spacing: 0.03em; }
.tmc-bio-stat-label { font-family: 'Poppins', sans-serif; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--team-ink-dim); font-weight: 500; }

/* ══════════════════════════════════════════════════════════════
   ROLES GRID
══════════════════════════════════════════════════════════════ */
.tmc-roles-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 0; border: 1px solid var(--team-ink-ghost); margin: 32px 0 8px; }
.tmc-role-card { padding: 28px 24px; border-bottom: 1px solid var(--team-ink-ghost); transition: background 0.3s ease; }
.tmc-role-card:hover { background: var(--team-bg-alt); }
.tmc-bio-section--mid .tmc-role-card:hover { background: rgba(0,0,0,0.08); }
.tmc-bio-section--dark .tmc-role-card:hover { background: rgba(0,0,0,0.12); }
.tmc-role-card-position { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 600; color: var(--team-ink); line-height: 1.3; margin-bottom: 4px; }
.tmc-role-card-org { font-family: 'Poppins', sans-serif; font-size: 11px; color: var(--team-accent); letter-spacing: 0.08em; font-weight: 500; }
.tmc-role-card-detail { font-family: 'Poppins', sans-serif; font-size: 12px; color: var(--team-ink-dim); margin-top: 8px; line-height: 1.6; }

/* ══════════════════════════════════════════════════════════════
   EDUCATION
══════════════════════════════════════════════════════════════ */
.tmc-edu-row { display: flex; gap: 48px; flex-wrap: wrap; margin: 24px 0 0; }
.tmc-edu-item { flex: 1 1 280px; padding: 24px 0; border-top: 1px solid var(--team-ink-ghost); }
.tmc-edu-degree { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 600; color: var(--team-ink); line-height: 1.3; margin-bottom: 4px; }
.tmc-edu-school { font-family: 'Poppins', sans-serif; font-size: 11px; color: var(--team-accent); letter-spacing: 0.08em; font-weight: 500; }

/* ══════════════════════════════════════════════════════════════
   INITIATIVE LIST
══════════════════════════════════════════════════════════════ */
.tmc-initiative-list { margin: 28px 0 8px; }
.tmc-initiative-item { display: flex; align-items: baseline; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--team-ink-ghost); }
.tmc-initiative-item:first-child { border-top: 1px solid var(--team-ink-ghost); }
.tmc-initiative-bullet { width: 6px; height: 6px; background: var(--team-accent); border-radius: 50%; flex-shrink: 0; margin-top: 6px; }
.tmc-initiative-text { font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 1.75; color: var(--team-ink-mid); }

/* ══════════════════════════════════════════════════════════════
   CTA — full bleed dark
══════════════════════════════════════════════════════════════ */
.tmc-team-cta { padding: 100px 80px; text-align: center; background: var(--team-ink); position: relative; }
@media (max-width: 1024px) { .tmc-team-cta { padding: 100px 40px; } }
@media (max-width: 767px) { .tmc-team-cta { padding: 80px 30px; } }
@media (max-width: 479px) { .tmc-team-cta { padding: 60px 20px; } }
.tmc-team-cta-inner { max-width: 700px; margin: 0 auto; }
.tmc-team-cta .tmc-eyebrow { text-align: center; display: block; color: var(--team-accent); }
.tmc-team-cta h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 300; line-height: 1.05; color: #f5e8ec; margin-bottom: 12px; }
.tmc-team-cta h2 em { font-style: italic; color: var(--team-accent-pale); }
.tmc-team-cta p { font-size: 16px; line-height: 2; color: rgba(245,232,236,0.50); margin-bottom: 40px; }
.tmc-team-cta .tmc-btn { border-color: rgba(184,92,58,0.45); }
.tmc-team-cta .tmc-btn:hover { background: var(--team-accent); border-color: var(--team-accent); }
.tmc-team-cta .tmc-btn span { color: rgba(245,232,236,0.85); }
.tmc-team-cta .tmc-btn svg { color: var(--team-accent-lt); }
.tmc-team-cta .tmc-btn:hover span, .tmc-team-cta .tmc-btn:hover svg { color: #fff !important; }

/* ══════════════════════════════════════════════════════════════
   HEADER / FOOTER
══════════════════════════════════════════════════════════════ */
.team-page header { background: transparent !important; }
.team-page #header-container { background: transparent !important; }
/* Header sits at z-index:1000, ABOVE #tmc-header-fade (z-index:999).
   Clapat common.js sets header bg to #fff via jQuery .css().
   CSS !important in stylesheet beats inline styles without !important. */
body.team-page header,
body.team-page header.fullscreen-menu,
body.team-page header.fullscreen-menu.invert-header,
body.team-page .light-content header,
.team-page header[style] {
    background-color: transparent !important;
    background: transparent !important;
    transition: none !important;
    height: 80px !important;
}
/* Layering: header transparent but above fade, fade paints the color.
   header(z-1002, transparent) > #tmc-header-fade(z-1001, colored) > content */
body.team-page #tmc-header-fade { z-index: 1001 !important; height: 80px !important; }
body.team-page header { z-index: 1002 !important; }
.team-page footer { background-color: var(--team-ink) !important; border-top: 1px solid rgba(184,92,58,0.10) !important; }

/* ══════════════════════════════════════════════════════════════
   PLATFORM CAROUSEL (light mode)
══════════════════════════════════════════════════════════════ */
.tmc-team-carousel-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-bottom: 1px solid var(--team-ink-ghost); }
.tmc-team-carousel-pill { background: none; border: none; border-right: 1px solid var(--team-ink-ghost); padding: 24px 24px 20px; cursor: pointer; text-align: left; position: relative; transition: background 0.3s ease; }
.tmc-team-carousel-pill:last-child { border-right: none; }
.tmc-team-carousel-pill:hover { background: rgba(46,18,24,0.04); }
.tmc-team-carousel-pill.active { background: rgba(46,18,24,0.06); }
.tmc-team-carousel-pill-icon { width: 22px; height: 22px; display: block; margin-bottom: 8px; color: var(--team-accent); opacity: 0.4; transition: opacity 0.35s ease; }
.tmc-team-carousel-pill.active .tmc-team-carousel-pill-icon { opacity: 1; }
.tmc-team-carousel-pill-label { font-family: 'Cormorant Garamond', serif; font-size: clamp(0.95rem, 1.4vw, 1.2rem); font-weight: 400; color: var(--team-ink-dim); display: block; transition: color 0.35s ease; line-height: 1.3; }
.tmc-team-carousel-pill.active .tmc-team-carousel-pill-label { color: var(--team-ink); }
.tmc-bio-section--dark .tmc-team-carousel-pill.active .tmc-team-carousel-pill-label,
.tmc-bio-section--mid .tmc-team-carousel-pill.active .tmc-team-carousel-pill-label { color: rgba(245,232,236,0.90) !important; }
.tmc-team-carousel-pill-bar { position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; background: rgba(46,18,24,0.06); overflow: hidden; }
.tmc-team-carousel-pill-fill { display: block; width: 0%; height: 100%; background: var(--team-accent); opacity: 0.7; }
.tmc-team-carousel-pill.active .tmc-team-carousel-pill-fill { width: 0%; }
.tmc-team-carousel-pill.active.running .tmc-team-carousel-pill-fill { width: 100%; transition: width 5s linear; }
.tmc-team-carousel-stage { position: relative; min-height: 240px; overflow: hidden; }
.tmc-team-carousel-slide { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; transform: translateY(18px); transition: opacity 0.5s ease, transform 0.5s ease; pointer-events: none; }
.tmc-team-carousel-slide.active { position: relative; opacity: 1; transform: translateY(0); pointer-events: auto; }
.tmc-team-carousel-slide.exiting { opacity: 0; transform: translateY(-12px); }
.tmc-team-carousel-slide-inner { display: grid; grid-template-columns: 100px 1fr; gap: 40px; padding: 44px 0 28px; align-items: start; }
.tmc-team-carousel-big-icon { width: clamp(50px, 8vw, 80px); height: auto; display: block; color: var(--team-accent); opacity: 0.2; margin-top: 4px; }
.tmc-team-carousel-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.4rem, 2.4vw, 2rem); font-weight: 400; line-height: 1.2; color: var(--team-ink); margin: 0 0 16px; }
.tmc-team-carousel-content-col p { font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 1.9; color: var(--team-ink-mid); margin-bottom: 20px; }
.tmc-team-carousel-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tmc-team-carousel-tag { font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--team-accent); border: 1px solid rgba(46,18,24,0.15); padding: 6px 14px; font-family: 'Poppins', sans-serif; font-weight: 500; }
@media (max-width: 900px) { .tmc-team-carousel-pill { padding: 16px 12px 14px; } .tmc-team-carousel-slide-inner { grid-template-columns: 60px 1fr; gap: 20px; padding: 32px 0 20px; } }
@media (max-width: 600px) { .tmc-team-carousel-pill { padding: 12px 8px 10px; } .tmc-team-carousel-pill-label { font-size: 0.8rem; } .tmc-team-carousel-slide-inner { grid-template-columns: 1fr; gap: 8px; } }

/* ══════════════════════════════════════════════════════════════
   CHEVRON MASK (Chapter platform section)
══════════════════════════════════════════════════════════════ */
.tmc-team-chevron-bg { position: absolute; right: -5%; top: -10%; width: 55%; max-width: 700px; aspect-ratio: 1000 / 788; pointer-events: none; user-select: none; -webkit-mask-image: url('../jessicatams/tmc-icon.png'); mask-image: url('../jessicatams/tmc-icon.png'); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; opacity: 0.10; transition: opacity 0.8s ease; z-index: 1; }
.tmc-team-chevron-bg.has-active { opacity: 0.35; }
.team-chev-default { position: absolute; inset: 0; background: linear-gradient(145deg, var(--team-accent), var(--team-ink)); transition: opacity 0.6s ease; }
.tmc-team-chevron-bg.has-active .team-chev-default { opacity: 0; }
.team-chev-img { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 0.7s ease; }
.team-chev-img.visible { opacity: 1; }
@media (max-width: 900px) { .tmc-team-chevron-bg { width: 100%; right: -10%; top: 25%; opacity: 0.06; } .tmc-team-chevron-bg.has-active { opacity: 0.18; } }

/* ══════════════════════════════════════════════════════════════
   SCANNING FOCUS (light mode)
══════════════════════════════════════════════════════════════ */
.tmc-focus-list { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--team-ink-ghost); border-left: 1px solid var(--team-ink-ghost); margin: 32px 0 8px; }
.tmc-focus-item { padding: 32px 40px; border-right: 1px solid var(--team-ink-ghost); border-bottom: 1px solid var(--team-ink-ghost); display: flex; align-items: flex-start; gap: 24px; transition: background 0.4s ease; position: relative; }
.tmc-focus-item::before { content: ''; position: absolute; left: 0; top: 0; width: 3px; height: 0%; background: var(--team-accent); transition: none; }
.tmc-focus-item.item-scanning::before { height: 100%; transition: height 2.5s linear; }
.tmc-focus-item.item-done::before { height: 100%; transition: none; }
.tmc-focus-list.auto-cycle .tmc-focus-item { background: rgba(46,18,24,0.02); }
.tmc-focus-list.auto-cycle .tmc-focus-item.item-scanning, .tmc-focus-list.auto-cycle .tmc-focus-item.item-done { background: rgba(46,18,24,0.06); }
.tmc-focus-list.auto-done .tmc-focus-item { background: rgba(46,18,24,0.06); }
.tmc-focus-list.has-hover .tmc-focus-item { background: rgba(46,18,24,0.02); }
.tmc-focus-list.has-hover .tmc-focus-item.focus-active { background: rgba(46,18,24,0.06); }
.tmc-focus-num { font-family: 'Six Caps', sans-serif; font-size: 2rem; line-height: 1; color: var(--team-accent); opacity: 0.25; flex-shrink: 0; padding-top: 2px; transition: opacity 0.4s ease; }
.tmc-focus-item.item-scanning .tmc-focus-num, .tmc-focus-item.item-done .tmc-focus-num, .tmc-focus-list.auto-done .tmc-focus-num, .tmc-focus-item.focus-active .tmc-focus-num { opacity: 0.85; }
.tmc-focus-text h5 { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 400; color: var(--team-ink); margin-bottom: 6px; line-height: 1.3; }
.tmc-focus-text p { font-family: 'Poppins', sans-serif; font-size: 13px; line-height: 1.8; color: var(--team-ink-mid); margin: 0; }

/* ══════════════════════════════════════════════════════════════
   INDIE PRIZE SHOWCASE — dark standout
══════════════════════════════════════════════════════════════ */
.tmc-indie-showcase { background: #422535; padding: 100px 80px; position: relative; }
@media (max-width: 1024px) { .tmc-indie-showcase { padding: 70px 40px; } }
@media (max-width: 767px) { .tmc-indie-showcase { padding: 60px 30px; } }
@media (max-width: 479px) { .tmc-indie-showcase { padding: 50px 20px; } }
.tmc-indie-showcase-inner { max-width: 1200px; margin: 0 auto; }
.tmc-indie-eyebrow { font-family: 'Poppins', sans-serif; font-size: 9.5px; letter-spacing: 0.4em; text-transform: uppercase; color: var(--team-accent); font-weight: 500; margin-bottom: 20px; display: block; }
.tmc-indie-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1.05; color: #f5e8ec; margin-bottom: 16px; }
.tmc-indie-title em { font-style: italic; color: var(--team-accent-pale); }
.tmc-indie-sub { font-family: 'Poppins', sans-serif; font-size: 15px; line-height: 2; color: rgba(245,232,236,0.50); max-width: 640px; margin-bottom: 48px; }
.tmc-indie-tab-nav { display: flex; gap: 0; border-bottom: 1px solid rgba(245,232,236,0.12); }
.tmc-indie-tab-btn { background: none; border: none; padding: 20px 36px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,232,236,0.35); cursor: pointer; position: relative; transition: color 0.3s ease, background 0.3s ease; }
.tmc-indie-tab-btn:hover { color: rgba(245,232,236,0.65); background: rgba(245,232,236,0.03); }
.tmc-indie-tab-btn.active { color: #f5e8ec; background: rgba(245,232,236,0.05); }
.tmc-indie-tab-btn.active::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; background: var(--team-accent); }
@media (max-width: 600px) { .tmc-indie-tab-btn { padding: 14px 16px; font-size: 9px; letter-spacing: 0.15em; } }
.tmc-indie-tab-panels { position: relative; min-height: 300px; overflow: hidden; }
.tmc-indie-tab-panel { display: none; opacity: 0; transform: translateY(12px); transition: opacity 0.4s ease, transform 0.4s ease; }
.tmc-indie-tab-panel.active { display: block; opacity: 1; transform: translateY(0); }
.tmc-indie-panel-grid { display: grid; grid-template-columns: 340px 1fr; gap: 56px; padding: 48px 0 16px; align-items: start; }
.tmc-indie-panel-image { overflow: hidden; border: 1px solid rgba(245,232,236,0.08); position: relative; }
.tmc-indie-panel-image img { width: 100%; display: block; aspect-ratio: 4/3; object-fit: cover; }
.tmc-indie-panel-name { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 400; color: #f5e8ec; margin-bottom: 8px; line-height: 1.2; }
.tmc-indie-panel-tag { font-family: 'Poppins', sans-serif; font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--team-accent-lt); font-weight: 500; display: block; margin-bottom: 24px; }
.tmc-indie-panel-content p { font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 2; color: rgba(245,232,236,0.55); margin-bottom: 16px; }
@media (max-width: 900px) { .tmc-indie-panel-grid { grid-template-columns: 1fr; gap: 32px; } .tmc-indie-panel-image { max-width: 400px; } }

/* ══════════════════════════════════════════════════════════════
   ANIMATION
══════════════════════════════════════════════════════════════ */
.tmc-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.tmc-reveal.visible { opacity: 1; transform: translateY(0); }

/* (Preloader removed from team page DOM) */

/* ══════════════════════════════════════════════════════════════
   SECTION NAVIGATION — TOC GRID (dark variant on hero plum)
══════════════════════════════════════════════════════════════ */
.tmc-career-nav {
    padding: 30px 80px 30px; position: relative; z-index: 2; overflow: hidden; box-sizing: border-box;
}
.tmc-career-nav-video {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover; opacity: 0.4; z-index: 0;
}
.tmc-section-nav-inner {
    max-width: 1200px; margin: 0 auto; overflow: hidden; position: relative; z-index: 1;
}
.tmc-nav-header--dark {
    font-family: 'Poppins', sans-serif; font-size: 9px; letter-spacing: 0.4em;
    text-transform: uppercase; font-weight: 600;
    display: block; margin-bottom: 20px; padding-bottom: 12px;
    color: #d4886a;
    border-bottom: 1px solid rgba(245,232,236,0.12);
}
.tmc-nav-grid--dark {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    min-width: 0;
    border: 1px solid rgba(245,232,236,0.10);
    background: rgba(0,0,0,0.12);
}
.tmc-nav-grid--dark .tmc-nav-card {
    display: block; padding: 22px 28px; text-decoration: none;
    border-bottom: 1px solid rgba(245,232,236,0.07);
    border-right: 1px solid rgba(245,232,236,0.07);
    transition: background 0.3s ease;
    min-width: 0; overflow: hidden;
}
.tmc-nav-grid--dark .tmc-nav-card:hover {
    background: rgba(0,0,0,0.15);
}
.tmc-nav-grid--dark .tmc-nav-card:nth-child(2n) { border-right: none; }
.tmc-nav-grid--dark .tmc-nav-card:nth-last-child(-n+2) { border-bottom: none; }
.tmc-nav-grid--dark .tmc-nav-card-title {
    font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 500;
    letter-spacing: 0.15em; text-transform: uppercase;
    color: #d4886a; display: block; margin-bottom: 6px;
    transition: color 0.3s ease;
}
.tmc-nav-grid--dark .tmc-nav-card:hover .tmc-nav-card-title { color: #e8a080; }
.tmc-nav-grid--dark .tmc-nav-card-desc {
    font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 300;
    line-height: 1.65; color: rgba(245,232,236,0.55);
}
@media (max-width: 768px) {
    .tmc-career-nav { padding: 40px 30px; }
    .tmc-nav-grid--dark { grid-template-columns: 1fr; }
    .tmc-nav-grid--dark .tmc-nav-card { border-right: none !important; }
    .tmc-nav-grid--dark .tmc-nav-card:last-child { border-bottom: none; }
}

/* ══════════════════════════════════════════════════════════════
   CHAPTER DIVIDERS
══════════════════════════════════════════════════════════════ */
.tmc-chapter-divider {
    padding: 48px 80px 24px; text-align: center;
    position: relative; z-index: 2; overflow: hidden;
}
.tmc-chapter-divider--video { padding: 60px 80px 40px; }
.tmc-chapter-video {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover; opacity: 0.3; z-index: 0;
}
.tmc-chapter-inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; }
.tmc-chapter-num {
    font-family: 'Cormorant Garamond', serif; font-size: 0.9rem; font-weight: 300;
    letter-spacing: 0.3em; color: #d4886a; opacity: 0.4; display: block; margin-bottom: 8px;
}
.tmc-chapter-title {
    font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 300; color: #f5e8ec; line-height: 1.3; margin-bottom: 8px;
}
.tmc-chapter-sub {
    font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 300;
    color: rgba(245,232,236,0.40); line-height: 1.7; max-width: 500px; margin: 0 auto;
}
.tmc-chapter-divider::after {
    content: ''; display: block; width: 40px; height: 1px;
    background: #d4886a; opacity: 0.3;
    margin: 24px auto 0;
}
.tmc-chapter-divider--light {
    background: #f5e8ec;
}
.tmc-chapter-divider--light .tmc-chapter-title {
    color: var(--team-ink);
}
.tmc-chapter-divider--light .tmc-chapter-sub {
    color: var(--team-ink-dim);
}
@media (max-width: 768px) {
    .tmc-chapter-divider { padding: 36px 30px 20px; }
    .tmc-chapter-divider--video { padding: 40px 30px 28px; }
}

/* ══════════════════════════════════════════════════════════════
   DARK & MID-TONE SECTION TEXT OVERRIDES
══════════════════════════════════════════════════════════════ */
.tmc-bio-section--dark .tmc-bio-era-label,
.tmc-bio-section--mid .tmc-bio-era-label { color: #d4886a !important; }
.tmc-bio-section--dark .tmc-bio-era-years,
.tmc-bio-section--dark .tmc-bio-era-title,
.tmc-bio-section--dark .tmc-bio-body p,
.tmc-bio-section--dark .tmc-initiative-text { color: rgba(245,232,236,0.75) !important; }
.tmc-bio-section--dark .tmc-bio-era-sub,
.tmc-bio-section--dark .tmc-role-card-detail,
.tmc-bio-section--dark .tmc-role-card-org { color: rgba(245,232,236,0.45) !important; }
.tmc-bio-section--mid .tmc-bio-era-years,
.tmc-bio-section--mid .tmc-bio-era-title,
.tmc-bio-section--mid .tmc-bio-body p,
.tmc-bio-section--mid .tmc-initiative-text { color: rgba(245,232,236,0.80) !important; }
.tmc-bio-section--mid .tmc-bio-era-sub,
.tmc-bio-section--mid .tmc-role-card-detail,
.tmc-bio-section--mid .tmc-role-card-org { color: rgba(245,232,236,0.55) !important; }
.tmc-bio-section--dark .tmc-role-card-position,
.tmc-bio-section--mid .tmc-role-card-position { color: #d4886a !important; }
.tmc-bio-section--dark .tmc-initiative-bullet { background: #d4886a !important; }
.tmc-bio-section--mid .tmc-initiative-bullet { background: #d4886a !important; }
.tmc-bio-section--dark .tmc-bio-section + .tmc-bio-section--dark,
.tmc-bio-section--dark + .tmc-bio-section--dark { border-top-color: rgba(245,232,236,0.06); }
.tmc-bio-section--mid + .tmc-bio-section--mid { border-top-color: rgba(245,232,236,0.08); }
.tmc-bio-section--dark .tmc-games-label,
.tmc-bio-section--mid .tmc-games-label { color: #d4886a !important; }
.tmc-bio-section--dark .tmc-roles-grid,
.tmc-bio-section--mid .tmc-roles-grid { border-color: rgba(245,232,236,0.08); }
.tmc-bio-section--dark .tmc-role-card,
.tmc-bio-section--mid .tmc-role-card { border-bottom-color: rgba(245,232,236,0.06); }
.tmc-bio-section--dark .tmc-scroll-row-label,
.tmc-bio-section--mid .tmc-scroll-row-label { color: rgba(245,232,236,0.35); }
.tmc-bio-section--dark .tmc-logo-item { color: rgba(245,232,236,0.25); border-right-color: rgba(245,232,236,0.06); }
.tmc-bio-section--dark .tmc-logo-item:hover { opacity: 0.65; color: rgba(245,232,236,0.65); }
.tmc-bio-section--dark .tmc-team-carousel-pill-label,
.tmc-bio-section--mid .tmc-team-carousel-pill-label { color: rgba(245,232,236,0.50) !important; }
.tmc-bio-section--dark .tmc-team-carousel-title,
.tmc-bio-section--mid .tmc-team-carousel-title { color: rgba(245,232,236,0.85) !important; }
.tmc-bio-section--dark .tmc-team-carousel-slide p,
.tmc-bio-section--mid .tmc-team-carousel-slide p { color: rgba(245,232,236,0.55) !important; }
.tmc-bio-section--dark .tmc-team-carousel-content-col p,
.tmc-bio-section--mid .tmc-team-carousel-content-col p { color: rgba(245,232,236,0.55) !important; }
.tmc-bio-section--dark .tmc-team-carousel-tag,
.tmc-bio-section--mid .tmc-team-carousel-tag { color: rgba(245,232,236,0.35) !important; border-color: rgba(245,232,236,0.12) !important; }
.tmc-bio-section--dark .tmc-game-card,
.tmc-bio-section--mid .tmc-game-card { border-color: rgba(245,232,236,0.08); }
.tmc-bio-section--dark .tmc-game-card-title,
.tmc-bio-section--mid .tmc-game-card-title { color: rgba(245,232,236,0.90); }
.tmc-bio-section--dark .tmc-game-card-desc,
.tmc-bio-section--mid .tmc-game-card-desc { color: rgba(245,232,236,0.55); }
.tmc-bio-section--dark .tmc-game-card-year,
.tmc-bio-section--mid .tmc-game-card-year { color: #d4886a; }
.tmc-bio-section--dark .tmc-game-card-role,
.tmc-bio-section--mid .tmc-game-card-role { color: rgba(245,232,236,0.45); }
.tmc-bio-section--dark .tmc-game-card-publisher,
.tmc-bio-section--mid .tmc-game-card-publisher { color: rgba(245,232,236,0.35); }
.tmc-bio-section--dark .tmc-team-carousel-pill-bar,
.tmc-bio-section--mid .tmc-team-carousel-pill-bar { background: rgba(245,232,236,0.08); }
.tmc-bio-section--dark .tmc-team-carousel-pill-fill,
.tmc-bio-section--mid .tmc-team-carousel-pill-fill { background: #d4886a; }

/* Logo images on dark/mid backgrounds — white silhouette treatment */
.tmc-bio-section--dark img[src*="logo"],
.tmc-bio-section--mid img[src*="logo"] { filter: brightness(0) invert(1); opacity: 0.25 !important; }
/* Full-color logos bypass the filter */
.tmc-bio-section--dark img.tmc-logo-color,
.tmc-bio-section--mid img.tmc-logo-color { filter: none !important; opacity: 1 !important; }

/* Bio stats on dark/mid backgrounds */
.tmc-bio-section--dark .tmc-bio-stat-num,
.tmc-bio-section--mid .tmc-bio-stat-num { color: rgba(245,232,236,0.85) !important; }
.tmc-bio-section--dark .tmc-bio-stat-label,
.tmc-bio-section--mid .tmc-bio-stat-label { color: rgba(245,232,236,0.35) !important; }

/* Section borders on dark progression */
.tmc-bio-section--dark + .tmc-bio-section--dark { border-top-color: rgba(245,232,236,0.06); }
.tmc-bio-section--dark + .tmc-bio-section--mid { border-top-color: rgba(245,232,236,0.08); }
.tmc-bio-section--mid + .tmc-bio-section--mid { border-top-color: rgba(245,232,236,0.08); }
.tmc-bio-section--mid .tmc-bio-section + .tmc-bio-section { border-top-color: rgba(245,232,236,0.08); }
.tmc-bio-section--mid .tmc-initiative-list { border-top-color: rgba(245,232,236,0.08); }
.tmc-bio-section--dark .tmc-initiative-list { border-top-color: rgba(245,232,236,0.06); }
.tmc-bio-section--mid .tmc-initiative-item { border-bottom-color: rgba(245,232,236,0.06); }
.tmc-bio-section--dark .tmc-initiative-item { border-bottom-color: rgba(245,232,236,0.05); }

/* Fortune and body text on dark sections */
.tmc-bio-section--dark .tmc-bio-body em,
.tmc-bio-section--mid .tmc-bio-body em { color: inherit; }

/* ══════════════════════════════════════════════════════════════
   SCROLLING LOGO MARQUEE
══════════════════════════════════════════════════════════════ */
.tmc-scroll-row-label {
    font-family: 'Poppins', sans-serif; font-size: 8px; letter-spacing: 0.35em;
    text-transform: uppercase; color: var(--team-ink-dim); font-weight: 500;
    display: block; margin-bottom: 12px; padding-left: 4px;
}
.tmc-scroll-track {
    overflow: hidden; position: relative; margin-bottom: 28px;
    -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
    mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.tmc-scroll-inner {
    display: flex; gap: 0; width: max-content;
    animation: tmc-scroll-left 40s linear infinite;
}
.tmc-scroll-reverse .tmc-scroll-inner {
    animation: tmc-scroll-right 45s linear infinite;
}
@keyframes tmc-scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes tmc-scroll-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}
.tmc-logo-item {
    font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 500;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--team-ink); opacity: 0.28;
    padding: 10px 28px; white-space: nowrap;
    border-right: 1px solid var(--team-ink-ghost);
    transition: opacity 0.3s ease;
}
.tmc-logo-item:hover { opacity: 0.65; }
.tmc-scroll-track:hover .tmc-scroll-inner {
    animation-play-state: paused;
}

/* Image carousel icons (replacing SVGs) */
.tmc-team-carousel-pill-icon[src] { width: 22px; height: 22px; display: block; margin-bottom: 8px; object-fit: contain; opacity: 0.4; transition: opacity 0.35s ease; }
.tmc-team-carousel-pill.active .tmc-team-carousel-pill-icon[src] { opacity: 1; }
.tmc-bio-section--dark .tmc-team-carousel-pill-icon[src],
.tmc-bio-section--mid .tmc-team-carousel-pill-icon[src] { opacity: 0.6; }
.tmc-bio-section--dark img.tmc-team-carousel-big-icon,
.tmc-bio-section--mid img.tmc-team-carousel-big-icon { opacity: 0.7; }
img.tmc-team-carousel-big-icon { width: clamp(50px, 8vw, 80px); height: auto; display: block; opacity: 0.6; margin-top: 4px; object-fit: contain; }

/* Fix text overflow in bio sections */
.tmc-bio-body { overflow-wrap: break-word; word-wrap: break-word; overflow: hidden; min-width: 0; }

/* Video tooltip overlays */
.tmc-video-tooltip-wrap { position: relative; }
.tmc-video-tooltip {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(46,18,24,0.92); color: #f5e8ec;
    padding: 18px 20px; box-sizing: border-box;
    font-family: 'Poppins', sans-serif; font-size: 11px; line-height: 1.65;
    opacity: 0; transition: opacity 0.35s ease;
    overflow-y: auto; backdrop-filter: blur(6px);
    pointer-events: none;
}
.tmc-video-tooltip-wrap:hover .tmc-video-tooltip { opacity: 1; pointer-events: auto; }
.tmc-video-tooltip p { margin: 0 0 8px; color: rgba(245,232,236,0.75); font-size: 11px; }
.tmc-video-tooltip em { font-style: italic; color: rgba(245,232,236,0.90); }
.tmc-tooltip-eyebrow {
    display: block; font-family: 'Poppins', sans-serif; font-size: 8px;
    letter-spacing: 0.25em; text-transform: uppercase; font-weight: 600;
    color: #d4886a; margin: 10px 0 4px;
}

/* ── Mute/Unmute Button ── */
.tmc-mute-btn {
    position: absolute; top: 8px; right: 8px; z-index: 10;
    width: 28px; height: 28px; border: none; border-radius: 50%;
    background: rgba(46,18,24,0.55); backdrop-filter: blur(4px);
    color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center;
    padding: 0; opacity: 0.6; transition: opacity 0.2s ease;
    pointer-events: auto;
}
.tmc-mute-btn:hover { opacity: 1; }
.tmc-mute-btn svg { width: 14px; height: 14px; }
.tmc-mute-btn.unmuted .tmc-mute-icon-off { display: none !important; }
.tmc-mute-btn.unmuted .tmc-mute-icon-on { display: block !important; }

/* ── Video Header Tooltip (two-line, appears at top on hover) ── */
.tmc-video-wrap { position: relative; }
.tmc-video-header-tip {
    position: absolute; top: 0; left: 0; right: 0;
    background: rgba(46,18,24,0.88); backdrop-filter: blur(6px);
    padding: 10px 14px; box-sizing: border-box;
    opacity: 0; transition: opacity 0.3s ease;
    pointer-events: none; border-radius: 4px 4px 0 0;
}
.tmc-video-wrap:hover .tmc-video-header-tip { opacity: 1; }
.tmc-video-header-tip .tmc-tooltip-eyebrow { margin: 0 0 3px; }
.tmc-video-header-tip p {
    margin: 0; font-family: 'Poppins', sans-serif; font-size: 10px;
    line-height: 1.5; color: rgba(245,232,236,0.70);
}
.tmc-video-header-tip em { font-style: italic; color: rgba(245,232,236,0.90); }
.tmc-bio-section { overflow: hidden; max-width: 100vw; box-sizing: border-box; }
.tmc-bio-sidebar { min-width: 0; }
.tmc-bio-era { overflow: visible; }
.tmc-bio-inner { overflow: visible; }
#content-scroll, #main, #main-page-content { overflow-x: hidden; }
html, body.team-page { overflow-x: hidden; }
blockquote { quotes: none; }
blockquote::before, blockquote::after { content: ''; content: none; }

/* ── Indie Prize header responsive ── */
@media (max-width: 768px) {
    .tmc-indie-header { grid-template-columns: 1fr !important; }
}

/* ── YouTube Embedded Videos ── */
.tmc-yt-embed {
    position: relative; border-radius: 4px; overflow: hidden;
    aspect-ratio: 16 / 9;
}
.tmc-yt-embed iframe {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    border: none;
}
.tmc-yt-label {
    position: absolute; bottom: 6px; left: 6px; z-index: 2;
    font-family: 'Poppins', sans-serif; font-size: 7px; letter-spacing: 0.2em;
    text-transform: uppercase; color: #fff;
    background: rgba(46,18,24,0.65); padding: 3px 8px;
    backdrop-filter: blur(4px); pointer-events: none;
}

/* ── Magazine Cover Scroll ── */
.tmc-magazine-scroll {
    overflow-x: auto; overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin; scrollbar-color: rgba(245,232,236,0.15) transparent;
}
.tmc-magazine-scroll::-webkit-scrollbar { height: 4px; }
.tmc-magazine-scroll::-webkit-scrollbar-track { background: transparent; }
.tmc-magazine-scroll::-webkit-scrollbar-thumb { background: rgba(245,232,236,0.15); border-radius: 2px; }
.tmc-magazine-scroll-inner {
    display: flex; gap: 12px; padding-bottom: 8px;
}
.tmc-mag-cover {
    flex: 0 0 140px; height: 195px; overflow: hidden;
    border-radius: 4px; position: relative; display: block;
    border: 1px solid rgba(245,232,236,0.08); text-decoration: none;
    transition: border-color 0.2s ease;
    background: linear-gradient(145deg, rgba(92,56,74,0.6), rgba(46,18,24,0.6));
}
.tmc-mag-cover:hover { border-color: rgba(245,232,236,0.25); }
.tmc-mag-cover img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform 0.3s ease;
    background: linear-gradient(145deg, rgba(92,56,74,0.6), rgba(46,18,24,0.6));
}
.tmc-mag-cover:hover img { transform: scale(1.05); }
.tmc-mag-cover span {
    position: absolute; bottom: 0; left: 0; right: 0;
    font-family: 'Poppins', sans-serif; font-size: 8px; letter-spacing: 0.15em;
    text-transform: uppercase; color: #fff; text-align: center;
    background: linear-gradient(transparent, rgba(46,18,24,0.80));
    padding: 16px 6px 6px;
}

/* ── Speaker Video Play/Pause Overlay ── */
.tmc-speaker-cell { cursor: pointer; }
.tmc-speaker-play-overlay {
    position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3;
    display: flex; align-items: center; justify-content: center;
    background: rgba(46,18,24,0.45);
    transition: opacity 0.25s ease;
}
.tmc-speaker-play-overlay span {
    width: 48px; height: 48px; background: rgba(46,18,24,0.70);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 18px; padding-left: 3px;
    backdrop-filter: blur(4px);
}
/* When playing: hide overlay, show on hover with pause icon */
.tmc-speaker-play-overlay.tmc-playing {
    opacity: 0; background: transparent;
}
.tmc-speaker-cell:hover .tmc-speaker-play-overlay.tmc-playing {
    opacity: 1; background: rgba(46,18,24,0.30);
}
.tmc-speaker-play-overlay.tmc-playing span::after { content: '❚❚'; font-size: 12px; letter-spacing: 2px; }
.tmc-speaker-play-overlay.tmc-playing span { font-size: 0; padding-left: 0; }

/* ── Broken Image Fallback ── */
img.tmc-team-carousel-pill-icon[src],
img.tmc-team-carousel-big-icon[src] {
    color: transparent; /* hide alt text */
}
img.tmc-team-carousel-pill-icon:-moz-broken,
img.tmc-team-carousel-big-icon:-moz-broken,
img.tmc-team-carousel-pill-icon:not([src*="."]),
img.tmc-team-carousel-big-icon:not([src*="."]) {
    display: none !important;
}

/* ── Speaker Highlights responsive ── */
@media (max-width: 1024px) {
    .tmc-speaker-grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 600px) {
    .tmc-speaker-grid { grid-template-columns: 1fr !important; }
}
