/* ═══════════════════════════════════════════════════════════════════════════════
   EPISODE ONE — INSIGHTS
   insights.css
   ═══════════════════════════════════════════════════════════════════════════════ */

.insights-page {
    background: #111;
    min-height: 100vh;
    padding-bottom: 100px;
}

/* ── Header ──────────────────────────────────────────────────────────────────── */
.insights-header {
    background: #1a1a1a;
    border-bottom: 1px solid #242424;
    padding: 52px 0 40px;
}

.insights-header-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.insights-eyebrow {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #D4AF37;
    margin-bottom: 8px;
}

.insights-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    font-weight: 300;
    color: #f0ece4;
    line-height: 1.1;
    margin-bottom: 8px;
}

.insights-subtitle {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 13px;
    color: #666;
}

/* ── Body ────────────────────────────────────────────────────────────────────── */
.insights-body {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 40px 0;
}

/* ── Stats row ───────────────────────────────────────────────────────────────── */
.insights-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 40px;
}

.insights-stat {
    background: #1a1a1a;
    border: 1px solid #242424;
    padding: 24px 20px;
    text-align: center;
}

.insights-stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 300;
    color: #D4AF37;
    display: block;
    line-height: 1;
    margin-bottom: 8px;
}

.insights-stat-label {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #555;
    display: block;
}

/* ── Grid ────────────────────────────────────────────────────────────────────── */
.insights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

/* ── Cards ───────────────────────────────────────────────────────────────────── */
.insights-card {
    background: #1a1a1a;
    border: 1px solid #242424;
    padding: 28px;
}

.insights-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #f0ece4;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #242424;
}

/* ── List items ──────────────────────────────────────────────────────────────── */
.insights-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.insights-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.insights-list-rank {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 300;
    color: #333;
    width: 20px;
    flex-shrink: 0;
    text-align: center;
}

.insights-list-poster {
    width: 28px;
    height: 42px;
    flex-shrink: 0;
    overflow: hidden;
    background: #222;
}

.insights-list-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.insights-list-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.insights-list-title {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #f0ece4;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s;
}

.insights-list-title:hover {
    color: #D4AF37;
}

.insights-emmy-tag {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #D4AF37;
}

.insights-list-substat {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 10px;
    color: #444;
}

.insights-list-stat {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: #888;
    flex-shrink: 0;
}

/* ── Bars ────────────────────────────────────────────────────────────────────── */
.insights-bars {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.insights-bar-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.insights-bar-label {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 11px;
    color: #888;
    width: 80px;
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.insights-bar-track {
    flex: 1;
    height: 4px;
    background: #242424;
    border-radius: 2px;
    overflow: hidden;
}

.insights-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #B8960C, #D4AF37);
    border-radius: 2px;
}

.insights-bar-count {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 11px;
    color: #555;
    width: 20px;
    text-align: right;
    flex-shrink: 0;
}

/* ── Empty ───────────────────────────────────────────────────────────────────── */
.insights-empty {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 13px;
    color: #444;
    font-style: italic;
}

/* ── Emmy link ───────────────────────────────────────────────────────────────── */
.insights-emmy-link {
    text-align: center;
    padding: 40px 0;
}

.insights-emmy-btn {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 14px 32px;
    background: #D4AF37;
    color: #111;
    text-decoration: none;
    transition: background 0.2s;
    display: inline-block;
}

.insights-emmy-btn:hover {
    background: #e8c84a;
    color: #111;
}

/* ── Mobile ──────────────────────────────────────────────────────────────────── */
@media (max-width: 991px) {
    .insights-grid {
        grid-template-columns: 1fr;
    }

    .insights-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .insights-header-inner,
    .insights-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .insights-title {
        font-size: 2rem;
    }

    .insights-stats-row {
        grid-template-columns: 1fr 1fr;
    }
}