/* WCJ TV Homepage - Cleaner Streaming UI */

.tv-shell-section {
    padding: 26px 0 64px;
}

.tv-shell {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.tv-content {
    min-width: 0;
}

/* Sidebar */

.tv-sidebar-wrap {
    position: sticky;
    top: 96px;
}

.tv-sidebar-card {
    overflow: hidden;
    border-radius: 24px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
}

.sidebar-block {
    padding: 20px;
    border-bottom: 1px solid var(--border);
}

.sidebar-block:last-child {
    border-bottom: 0;
}

.sidebar-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(4, 86, 148, 0.08);
    color: var(--primary);
    font-size: 12px;
    font-weight: 900;
}

.sidebar-block h3,
.sidebar-block h4 {
    margin: 0;
    font-family: var(--font-heading);
    letter-spacing: -0.04em;
}

.sidebar-block h3 {
    font-size: 22px;
    line-height: 1.08;
}

.sidebar-block h4 {
    font-size: 16px;
}

.sidebar-block p {
    margin: 9px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.sidebar-nav {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.sidebar-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border-radius: 14px;
    background: var(--bg);
    border: 1px solid transparent;
}

.sidebar-nav a:hover {
    background: var(--bg-soft);
    border-color: rgba(4, 86, 148, 0.16);
    color: var(--primary);
}

.sidebar-nav span {
    font-size: 14px;
    font-weight: 900;
}

.sidebar-nav small {
    font-size: 11px;
    color: var(--muted);
}

.sidebar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.sidebar-tags a {
    display: inline-flex;
    padding: 8px 10px;
    border-radius: 999px;
    background: var(--bg);
    color: var(--text);
    font-size: 12px;
    font-weight: 800;
}

.sidebar-tags a:hover {
    background: var(--primary);
    color: var(--white);
}

.sidebar-cta {
    background:
        radial-gradient(circle at top right, rgba(104, 154, 191, 0.22), transparent 34%),
        linear-gradient(135deg, #ffffff, #eef6fb);
}

.sidebar-btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-top: 16px;
    padding: 11px 16px;
    border-radius: 999px;
    background: var(--primary);
    color: var(--white);
    font-size: 14px;
    font-weight: 900;
}

.sidebar-btn:hover {
    color: var(--white);
    background: #034a7f;
}

/* Mobile category bar */

.mobile-category-bar {
    display: none !important;
}

/* Compact Hero */

.hero-compact {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 28px;
    background: #07111f;
    box-shadow: var(--shadow-md);
}

.hero-compact-bg,
.hero-compact-bg img,
.hero-compact-overlay {
    position: absolute;
    inset: 0;
}

.hero-compact-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-compact-overlay {
    background:
        linear-gradient(90deg, rgba(7, 17, 31, 0.92) 0%, rgba(7, 17, 31, 0.74) 34%, rgba(7, 17, 31, 0.28) 70%, rgba(7, 17, 31, 0.72) 100%),
        linear-gradient(180deg, rgba(7, 17, 31, 0.08), rgba(7, 17, 31, 0.92));
    z-index: 1;
}

.hero-compact-inner {
    position: relative;
    z-index: 2;
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 20px;
    align-items: center;
    padding: 28px 30px;
}

.hero-compact-content {
    max-width: 560px;
    padding: 22px 24px;
    border-radius: 22px;
    background: rgba(7, 17, 31, 0.36);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.hero-compact-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.hero-status,
.hero-category-pill {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    color: var(--white);
    font-size: 12px;
    font-weight: 900;
}

.hero-status {
    gap: 8px;
    background: rgba(239, 68, 68, 0.22);
}

.hero-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.18);
}

.hero-status-upcoming {
    background: rgba(4, 86, 148, 0.38);
}

.hero-status-upcoming .hero-status-dot {
    background: #38bdf8;
    box-shadow: 0 0 0 5px rgba(56, 189, 248, 0.16);
}

.hero-status-featured {
    background: rgba(255, 255, 255, 0.16);
}

.hero-status-featured .hero-status-dot {
    background: #facc15;
    box-shadow: 0 0 0 5px rgba(250, 204, 21, 0.16);
}

.hero-category-pill {
    background: rgba(255, 255, 255, 0.14);
}

.hero-compact-content h1 {
    margin: 0;
    color: var(--white);
    font-family: var(--font-heading);
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 0.96;
    letter-spacing: -0.07em;
}

.hero-inline-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.hero-inline-meta span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 800;
}

.hero-compact-content p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.65;
}

.hero-compact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.hero-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}

.hero-btn-primary {
    background: var(--primary);
    color: var(--white);
}

.hero-btn-primary:hover {
    background: #034a7f;
    color: var(--white);
}

.hero-btn-secondary {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: var(--white);
}

.hero-btn-secondary:hover {
    background: var(--white);
    color: var(--primary);
}

.hero-policy-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.hero-policy-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    font-weight: 800;
}

.hero-policy-pill i {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    position: relative;
}

.hero-policy-pill i::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 2px;
    width: 4px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.hero-compact-player {
    display: grid;
    place-items: center;
}

.hero-play-button-large {
    width: 96px;
    height: 96px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.10);
    animation: heroPlayPulse 1.8s infinite;
}

.hero-play-button-large span {
    width: 0;
    height: 0;
    margin-left: 7px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 26px solid var(--primary);
}

@keyframes heroPlayPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.28);
    }

    70% {
        box-shadow: 0 0 0 24px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Event meta bar */

.event-meta-bar {
    margin-top: 14px;
}

.event-meta-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.event-meta-card {
    min-height: 92px;
    padding: 16px;
    border-radius: 18px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
}

.event-meta-card span {
    display: block;
    margin-bottom: 7px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.event-meta-card strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 17px;
    line-height: 1.12;
    letter-spacing: -0.04em;
}

/* Sports sections */

.sports-sections {
    display: grid;
    gap: 28px;
    margin-top: 28px;
}

.sports-section {
    padding: 24px;
    border-radius: 26px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
}

.section-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.section-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 900;
}

.section-header h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.03;
    letter-spacing: -0.05em;
}

.section-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--bg-soft);
    color: var(--primary);
    font-size: 13px;
    font-weight: 900;
}

.section-link:hover {
    background: var(--primary);
    color: var(--white);
}

.post-grid {
    display: grid;
    gap: 18px;
}

.post-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stream-card {
    overflow: hidden;
    border-radius: 20px;
    background: var(--white);
    border: 1px solid var(--border);
    transition: 0.25s ease;
}

.stream-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
}

.stream-thumb {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--dark);
}

.stream-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(7, 17, 31, 0.74));
}

.stream-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.35s ease;
}

.stream-card:hover .stream-thumb img {
    transform: scale(1.05);
}

.stream-badge {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--white);
    font-size: 11px;
    font-weight: 900;
}

.stream-badge.live {
    background: #ef4444;
}

.stream-badge.upcoming {
    background: var(--primary);
}

.stream-badge.featured {
    background: #111827;
}

.mini-play {
    position: absolute;
    z-index: 2;
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--white);
}

.mini-play span {
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid var(--primary);
}

.stream-card-body {
    padding: 16px;
}

.card-category {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 900;
}

.stream-card-body h3 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 18px;
    line-height: 1.14;
    letter-spacing: -0.04em;
}

.stream-card-body p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

/* Newsletter */

.newsletter-section {
    margin-top: 28px;
}

.newsletter-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: 26px;
    align-items: center;
    padding: 30px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 30%),
        linear-gradient(135deg, var(--primary), var(--secondary));
    color: var(--white);
    box-shadow: var(--shadow-md);
}

.newsletter-content h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1;
    letter-spacing: -0.06em;
}

.newsletter-content p {
    max-width: 620px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.78);
}

.newsletter-card .eyebrow {
    background: rgba(255, 255, 255, 0.16);
    color: var(--white);
}

.newsletter-form {
    display: flex;
    gap: 10px;
    padding: 8px;
    border-radius: 999px;
    background: var(--white);
}

.newsletter-form input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    padding: 0 16px;
    font-family: var(--font-body);
    font-size: 15px;
}

.newsletter-form button {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: var(--dark);
    color: var(--white);
    font-weight: 900;
    cursor: pointer;
}

/* Responsive */

@media (max-width: 1180px) {
    .tv-shell {
        grid-template-columns: 240px minmax(0, 1fr);
    }

    .event-meta-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .tv-shell {
        grid-template-columns: 1fr;
    }

    .tv-sidebar-wrap {
        display: none;
    }

    .mobile-category-bar {
        display: flex !important;
        gap: 10px;
        overflow-x: auto;
        padding: 0 0 14px;
        margin-bottom: 8px;
        scrollbar-width: none;
    }

    .mobile-category-bar::-webkit-scrollbar {
        display: none;
    }

    .mobile-category-bar a {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        min-height: 38px;
        padding: 0 14px;
        border-radius: 999px;
        background: var(--white);
        border: 1px solid var(--border);
        color: var(--text);
        font-size: 13px;
        font-weight: 900;
        box-shadow: var(--shadow-sm);
    }

    .mobile-category-bar a:hover {
        background: var(--primary);
        border-color: var(--primary);
        color: var(--white);
    }

    .hero-compact-inner {
        grid-template-columns: 1fr 170px;
        padding: 24px;
    }

    .event-meta-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .post-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .newsletter-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .tv-shell-section {
        padding: 18px 0 46px;
    }

    .container {
        width: min(100% - 22px, 1180px);
    }

    .hero-compact {
        min-height: 500px;
        border-radius: 22px;
    }

    .hero-compact-inner {
        min-height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 18px;
    }

    .hero-compact-content {
        width: 100%;
        max-width: 100%;
        padding: 18px;
        border-radius: 18px;
    }

    .hero-compact-content h1 {
        font-size: 34px;
        line-height: 0.98;
    }

    .hero-compact-content p {
        font-size: 15px;
    }

    .hero-inline-meta {
        gap: 7px;
    }

    .hero-policy-row {
        gap: 8px;
    }

    .hero-compact-actions {
        flex-direction: column;
    }

    .hero-btn {
        width: 100%;
    }

    .hero-compact-player {
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .hero-play-button-large {
        position: absolute;
        top: 32%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 78px;
        height: 78px;
        pointer-events: auto;
    }

    .hero-play-button-large span {
        margin-left: 5px;
        border-top-width: 13px;
        border-bottom-width: 13px;
        border-left-width: 21px;
    }

    .event-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sports-section {
        padding: 20px;
        border-radius: 22px;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .post-grid-3 {
        grid-template-columns: 1fr;
    }

    .newsletter-card {
        padding: 24px;
        border-radius: 22px;
    }

    .newsletter-form {
        flex-direction: column;
        border-radius: 18px;
    }

    .newsletter-form input {
        min-height: 46px;
    }
}

@media (max-width: 420px) {
    .event-meta-grid {
        grid-template-columns: 1fr;
    }
}


/* Compact hero override */

.hero-compact {
    min-height: 360px;
    border-radius: 24px;
}

.hero-compact-inner {
    min-height: 360px;
    grid-template-columns: minmax(0, 1fr) 180px;
    padding: 22px 24px;
}

.hero-compact-content {
    max-width: 520px;
    padding: 18px 20px;
    border-radius: 18px;
}

.hero-compact-badges {
    margin-bottom: 12px;
}

.hero-status,
.hero-category-pill {
    min-height: 28px;
    padding: 0 10px;
    font-size: 11px;
}

.hero-status-dot {
    width: 7px;
    height: 7px;
}

.hero-compact-content h1 {
    font-size: clamp(30px, 3.6vw, 48px);
    line-height: 0.98;
}

.hero-inline-meta {
    margin-top: 10px;
    gap: 7px;
}

.hero-inline-meta span {
    min-height: 26px;
    padding: 0 9px;
    font-size: 11px;
}

.hero-compact-content p {
    margin-top: 11px;
    font-size: 14px;
    line-height: 1.55;
}

.hero-compact-actions {
    margin-top: 15px;
    gap: 10px;
}

.hero-btn {
    min-height: 40px;
    padding: 0 16px;
    font-size: 13px;
}

.hero-policy-row {
    margin-top: 13px;
    gap: 8px;
}

.hero-policy-pill {
    min-height: 28px;
    padding: 0 10px;
    font-size: 11px;
}

.hero-policy-pill i {
    width: 13px;
    height: 13px;
}

.hero-play-button-large {
    width: 78px;
    height: 78px;
    border: 0;
    cursor: pointer;
}

.hero-play-button-large span {
    margin-left: 6px;
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 21px;
}

.event-meta-bar {
    margin-top: 12px;
}

.event-meta-grid {
    gap: 10px;
}

.event-meta-card {
    min-height: 78px;
    padding: 13px;
    border-radius: 16px;
}

.event-meta-card span {
    margin-bottom: 5px;
    font-size: 10px;
}

.event-meta-card strong {
    font-size: 15px;
}

/* Access popup */

body.modal-open {
    overflow: hidden;
}

.access-modal {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: none;
    padding: 18px;
}

.access-modal.is-open {
    display: grid;
    place-items: center;
}

.access-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 17, 31, 0.76);
    backdrop-filter: blur(8px);
}

.access-modal-dialog {
    position: relative;
    z-index: 2;
    width: min(100%, 760px);
    overflow: hidden;
    border-radius: 26px;
    background: var(--white);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--text);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.modal-access-grid {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
}

.modal-login-panel {
    padding: 28px;
}

.modal-guide-panel {
    padding: 28px;
    background:
        radial-gradient(circle at top right, rgba(104, 154, 191, 0.32), transparent 32%),
        linear-gradient(135deg, #07111f, #0f2d46);
    color: var(--white);
}

.modal-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.modal-brand strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 18px;
    letter-spacing: -0.04em;
}

.modal-brand small {
    color: var(--muted);
}

.modal-login-panel h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.06em;
}

.modal-login-panel p {
    margin: 10px 0 18px;
    color: var(--muted);
    font-size: 14px;
}

.access-form {
    display: grid;
    gap: 12px;
}

.access-form label {
    display: grid;
    gap: 7px;
    color: var(--text);
    font-size: 13px;
    font-weight: 800;
}

.access-form input {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 13px;
    border: 1px solid var(--border);
    outline: 0;
    font-family: var(--font-body);
    font-size: 14px;
}

.access-form input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(4, 86, 148, 0.1);
}

.modal-submit,
.modal-signup-btn {
    width: 100%;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}

.modal-submit {
    margin-top: 4px;
    border: 0;
    background: var(--primary);
    color: var(--white);
    cursor: pointer;
}

.modal-signup-btn {
    margin-top: 12px;
    background: var(--dark);
    color: var(--white);
}

.modal-signup-btn:hover {
    color: var(--white);
    background: #111827;
}

.guide-badge {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: var(--white);
    font-size: 12px;
    font-weight: 900;
}

.modal-guide-panel h3 {
    margin: 16px 0 16px;
    font-family: var(--font-heading);
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.06em;
}

.guide-list {
    display: grid;
    gap: 14px;
}

.guide-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.guide-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--primary);
    color: var(--white);
    font-weight: 900;
}

.guide-item strong {
    display: block;
    font-size: 14px;
}

.guide-item small {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.5;
}

.guide-note {
    margin-top: 20px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.6;
}

/* Compact responsive */

@media (max-width: 980px) {
    .hero-compact {
        min-height: 340px;
    }

    .hero-compact-inner {
        min-height: 340px;
        grid-template-columns: 1fr 120px;
    }

    .event-meta-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .hero-compact {
        min-height: 440px;
    }

    .hero-compact-inner {
        min-height: 440px;
        display: flex;
        justify-content: flex-end;
        padding: 16px;
    }

    .hero-compact-content {
        padding: 16px;
    }

    .hero-compact-content h1 {
        font-size: 30px;
    }

    .hero-inline-meta span:nth-child(3) {
        display: none;
    }

    .hero-policy-row {
        display: none;
    }

    .hero-play-button-large {
        top: 28%;
        width: 70px;
        height: 70px;
    }

    .event-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .modal-access-grid {
        grid-template-columns: 1fr;
    }

    .modal-guide-panel {
        display: none;
    }

    .modal-login-panel {
        padding: 24px;
    }

    .access-modal-dialog {
        border-radius: 22px;
    }
}

@media (max-width: 420px) {
    .event-meta-grid {
        grid-template-columns: 1fr;
    }
}


/* Extra compact hero + popup size reduction */

.hero-compact {
    min-height: 300px !important;
    border-radius: 22px !important;
}

.hero-compact-inner {
    min-height: 300px !important;
    grid-template-columns: minmax(0, 1fr) 140px !important;
    padding: 16px 18px !important;
}

.hero-compact-content {
    max-width: 460px !important;
    padding: 14px 16px !important;
    border-radius: 16px !important;
}

.hero-compact-badges {
    margin-bottom: 8px !important;
    gap: 7px !important;
}

.hero-status,
.hero-category-pill {
    min-height: 24px !important;
    padding: 0 8px !important;
    font-size: 10px !important;
}

.hero-status-dot {
    width: 6px !important;
    height: 6px !important;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.16) !important;
}

.hero-compact-content h1 {
    font-size: clamp(26px, 3vw, 40px) !important;
    line-height: 1 !important;
    letter-spacing: -0.06em !important;
}

.hero-inline-meta {
    margin-top: 8px !important;
    gap: 6px !important;
}

.hero-inline-meta span {
    min-height: 23px !important;
    padding: 0 8px !important;
    font-size: 10px !important;
}

.hero-compact-content p {
    margin-top: 8px !important;
    max-width: 420px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

.hero-compact-actions {
    margin-top: 12px !important;
    gap: 8px !important;
}

.hero-btn {
    min-height: 36px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
}

.hero-policy-row {
    margin-top: 10px !important;
    gap: 7px !important;
}

.hero-policy-pill {
    min-height: 24px !important;
    padding: 0 8px !important;
    font-size: 10px !important;
}

.hero-policy-pill i {
    width: 11px !important;
    height: 11px !important;
}

.hero-policy-pill i::before {
    left: 3px !important;
    top: 1px !important;
    width: 3px !important;
    height: 6px !important;
}

.hero-play-button-large {
    width: 64px !important;
    height: 64px !important;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1) !important;
}

.hero-play-button-large span {
    margin-left: 5px !important;
    border-top-width: 11px !important;
    border-bottom-width: 11px !important;
    border-left-width: 18px !important;
}

/* Compact event meta cards */

.event-meta-bar {
    margin-top: 10px !important;
}

.event-meta-grid {
    gap: 8px !important;
}

.event-meta-card {
    min-height: 64px !important;
    padding: 10px 11px !important;
    border-radius: 14px !important;
}

.event-meta-card span {
    margin-bottom: 4px !important;
    font-size: 9px !important;
}

.event-meta-card strong {
    font-size: 13px !important;
    line-height: 1.12 !important;
}

/* Compact popup */

.access-modal-dialog {
    width: min(100%, 640px) !important;
    border-radius: 22px !important;
}

.modal-login-panel,
.modal-guide-panel {
    padding: 22px !important;
}

.modal-brand {
    margin-bottom: 16px !important;
}

.modal-brand .logo-mark {
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
}

.modal-brand strong {
    font-size: 16px !important;
}

.modal-brand small {
    font-size: 11px !important;
}

.modal-login-panel h2 {
    font-size: 24px !important;
}

.modal-login-panel p {
    margin: 8px 0 14px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.access-form {
    gap: 10px !important;
}

.access-form label {
    gap: 5px !important;
    font-size: 12px !important;
}

.access-form input {
    min-height: 40px !important;
    border-radius: 11px !important;
    font-size: 13px !important;
}

.modal-submit,
.modal-signup-btn {
    min-height: 40px !important;
    font-size: 13px !important;
}

.modal-signup-btn {
    margin-top: 10px !important;
}

.guide-badge {
    min-height: 26px !important;
    font-size: 11px !important;
}

.modal-guide-panel h3 {
    margin: 12px 0 12px !important;
    font-size: 22px !important;
}

.guide-list {
    gap: 11px !important;
}

.guide-icon {
    width: 30px !important;
    height: 30px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
}

.guide-item strong {
    font-size: 13px !important;
}

.guide-item small {
    font-size: 11px !important;
}

.guide-note {
    margin-top: 14px !important;
    padding: 12px !important;
    border-radius: 13px !important;
    font-size: 11px !important;
}

/* Mobile extra compact */

@media (max-width: 680px) {
    .hero-compact {
        min-height: 360px !important;
    }

    .hero-compact-inner {
        min-height: 360px !important;
        padding: 14px !important;
    }

    .hero-compact-content {
        padding: 14px !important;
    }

    .hero-compact-content h1 {
        font-size: 26px !important;
    }

    .hero-compact-content p {
        font-size: 12px !important;
        line-height: 1.45 !important;
    }

    .hero-inline-meta span {
        font-size: 9px !important;
    }

    .hero-btn {
        min-height: 36px !important;
    }

    .hero-play-button-large {
        top: 26% !important;
        width: 60px !important;
        height: 60px !important;
    }

    .event-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .event-meta-card {
        min-height: 58px !important;
    }

    .access-modal {
        padding: 12px !important;
    }

    .modal-login-panel {
        padding: 20px !important;
    }

    .modal-login-panel h2 {
        font-size: 22px !important;
    }
}

/* Typography weight refinement */

.hero-status,
.hero-category-pill,
.hero-inline-meta span,
.hero-policy-pill,
.hero-btn {
    font-weight: 700 !important;
}

.hero-compact-content h1 {
    font-weight: 650 !important;
    letter-spacing: -0.055em !important;
}

.hero-compact-content p {
    font-weight: 400 !important;
}

.event-meta-card span {
    font-weight: 650 !important;
}

.event-meta-card strong {
    font-weight: 600 !important;
}

.section-kicker,
.section-link,
.card-category,
.stream-badge {
    font-weight: 700 !important;
}

.section-header h2 {
    font-weight: 650 !important;
}

.stream-card-body h3 {
    font-weight: 650 !important;
}

.stream-card-body p {
    font-weight: 400 !important;
}

.sidebar-kicker,
.sidebar-nav span,
.sidebar-nav small,
.sidebar-tags a,
.sidebar-btn {
    font-weight: 700 !important;
}

.sidebar-block h3,
.sidebar-block h4 {
    font-weight: 650 !important;
}

.newsletter-content h2 {
    font-weight: 650 !important;
}

.newsletter-form button {
    font-weight: 700 !important;
}

/* Popup typography refinement */

.modal-brand strong,
.modal-login-panel h2,
.modal-guide-panel h3 {
    font-weight: 650 !important;
}

.modal-login-panel p,
.guide-item small,
.guide-note {
    font-weight: 400 !important;
}

.access-form label,
.modal-submit,
.modal-signup-btn,
.guide-badge,
.guide-item strong {
    font-weight: 700 !important;
}

.guide-icon {
    font-weight: 700 !important;
}