@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Manrope:wght@400;500;600;700;800&display=swap');

body.lives-page {
    background: #f6f2e9;
    color: #071c37;
    font-family: 'Manrope', 'Poppins', sans-serif;
}

body.lives-page #video-container {
    display: none !important;
}

.lives-main {
    overflow: hidden;
    background: #f6f2e9;
}

.lives-main .container {
    max-width: 1280px;
}

.live-brand {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    color: #071c37;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: .86;
    text-transform: uppercase;
}

.live-brand::after {
    width: 100%;
    height: 4px;
    background: #cf1c25;
    content: '';
}

.live-brand small {
    color: #cf1c25;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.live-kicker,
.live-detail-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 15px;
    border-radius: 999px;
    background: #cf1c25;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.lives-hub-hero,
.live-detail-hero {
    position: relative;
    border-bottom: 1px solid rgba(7, 28, 55, .22);
    background: #f6f2e9;
}

.lives-hub-hero::after,
.live-detail-hero::after {
    position: absolute;
    right: -72px;
    bottom: -135px;
    width: 420px;
    height: 420px;
    border: 2px solid rgba(207, 28, 37, .42);
    border-radius: 50%;
    content: '';
    pointer-events: none;
}

.lives-hub-hero .container,
.live-detail-hero .container {
    position: relative;
    z-index: 1;
}

.lives-hub-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .76fr);
    gap: 56px;
    align-items: end;
    padding: 76px 0 70px;
}

.lives-hub-copy h1,
.live-detail-copy h1 {
    max-width: 760px;
    margin: 26px 0 22px;
    color: #071c37;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 84px;
    font-weight: 800;
    line-height: .88;
    text-transform: uppercase;
}

.lives-hub-copy h1 span,
.live-detail-copy h1 span {
    display: block;
}

.lives-hub-copy h1 .is-accent,
.live-detail-copy h1 .is-accent {
    color: #cf1c25;
}

.lives-hub-copy p {
    max-width: 590px;
    margin: 0;
    color: #31415a;
    font-size: 18px;
    line-height: 1.65;
}

.lives-hub-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid rgba(7, 28, 55, .18);
    background: rgba(255, 255, 255, .46);
}

.lives-hub-meta > div {
    min-height: 126px;
    padding: 22px;
    border-right: 1px solid rgba(7, 28, 55, .18);
}

.lives-hub-meta > div:last-child {
    border-right: 0;
}

.lives-hub-meta strong,
.live-event-date strong {
    display: block;
    color: #071c37;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: .95;
    text-transform: uppercase;
}

.lives-hub-meta span,
.live-event-date span {
    display: block;
    margin-top: 8px;
    color: #5a6577;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.lives-hub-aside {
    position: relative;
    min-height: 390px;
    padding: 38px;
    overflow: hidden;
    background: #071c37;
    color: #ffffff;
}

.lives-hub-aside::before {
    position: absolute;
    top: 0;
    right: -54px;
    width: 235px;
    height: 100%;
    background: #cf1c25;
    content: '';
    transform: skewX(-18deg);
}

.lives-hub-aside > * {
    position: relative;
    z-index: 1;
}

.lives-hub-aside p {
    max-width: 300px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.65;
}

.live-aside-number {
    margin: 72px 0 0;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 130px;
    font-weight: 800;
    line-height: .7;
}

.lives-schedule {
    padding: 82px 0 92px;
}

.lives-section-heading {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: end;
    margin-bottom: 34px;
}

.lives-section-heading h2,
.live-detail-section h2,
.live-invite h2 {
    max-width: 770px;
    margin: 0;
    color: #071c37;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 62px;
    font-weight: 800;
    line-height: .9;
    text-transform: uppercase;
}

.lives-section-heading h2 span,
.live-invite h2 span {
    color: #cf1c25;
}

.lives-section-heading p {
    max-width: 330px;
    margin: 0;
    color: #4f5d72;
    font-size: 14px;
    line-height: 1.65;
}

.live-event-list {
    display: grid;
    gap: 20px;
}

.live-event-card {
    display: grid;
    grid-template-columns: minmax(250px, .42fr) minmax(0, 1fr);
    min-height: 350px;
    overflow: hidden;
    border: 1px solid rgba(7, 28, 55, .2);
    background: #ffffff;
}

.live-event-card-media {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background: #071c37;
}

.live-event-card-media img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    object-position: top center;
}

.live-event-card-body {
    display: flex;
    flex-direction: column;
    padding: 34px 42px 32px;
}

.live-event-card-top {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: start;
}

.live-event-date {
    flex: 0 0 auto;
    min-width: 112px;
    padding-left: 18px;
    border-left: 4px solid #cf1c25;
}

.live-event-date strong {
    font-size: 32px;
}

.live-event-card h3 {
    max-width: 680px;
    margin: 20px 0 12px;
    color: #071c37;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 46px;
    font-weight: 800;
    line-height: .9;
    text-transform: uppercase;
}

.live-event-card h3 .is-accent {
    color: #cf1c25;
}

.live-event-card p {
    max-width: 660px;
    margin: 0;
    color: #405068;
    font-size: 15px;
    line-height: 1.6;
}

.live-event-card-footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: end;
    margin-top: auto;
    padding-top: 28px;
}

.live-event-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.live-speaker-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.live-speaker {
    display: inline-flex;
    flex-direction: column;
    padding: 8px 0;
    color: #071c37;
    font-size: 11px;
    line-height: 1.2;
}

.live-speaker + .live-speaker {
    padding-left: 12px;
    border-left: 1px solid rgba(7, 28, 55, .2);
}

.live-speaker strong {
    font-size: 12px;
}

.live-speaker span {
    color: #647086;
}

.live-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 12px 20px;
    border: 1px solid #cf1c25;
    background: #cf1c25;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.live-button:hover {
    border-color: #a80f18;
    background: #a80f18;
    color: #ffffff;
    transform: translateY(-2px);
}

.live-button.is-calendar {
    border-color: #071c37;
    background: #071c37;
    color: #ffffff;
}

.live-button.is-calendar:hover {
    border-color: #f4c542;
    background: #f4c542;
    color: #071c37;
}

.live-button.is-outline {
    border-color: rgba(7, 28, 55, .35);
    background: transparent;
    color: #071c37;
}

.live-button.is-outline:hover {
    border-color: #071c37;
    background: #071c37;
    color: #ffffff;
}

.live-detail-hero {
    padding: 55px 0 74px;
}

.live-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 38px;
    color: #647086;
    font-size: 12px;
    font-weight: 700;
}

.live-breadcrumb a {
    color: #071c37;
    text-decoration: none;
}

.live-breadcrumb a:hover {
    color: #cf1c25;
}

.live-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, .72fr);
    gap: 58px;
    align-items: center;
}

.live-detail-copy h1 {
    margin: 22px 0 20px;
    font-size: 76px;
}

.live-detail-copy h1 .is-intro {
    font-size: 42px;
    line-height: 1;
}

.live-detail-copy p {
    max-width: 625px;
    margin: 0;
    padding-left: 18px;
    border-left: 5px solid #cf1c25;
    color: #293b56;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.48;
}

.live-detail-info {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    margin: 30px 0;
}

.live-detail-info > div {
    min-width: 135px;
}

.live-detail-info strong {
    display: block;
    color: #071c37;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.live-detail-info span {
    display: block;
    margin-bottom: 4px;
    color: #69758a;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.live-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.live-detail-poster {
    position: relative;
    max-width: 500px;
    margin-left: auto;
}

.live-detail-poster::before {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 74%;
    height: 76%;
    background: #cf1c25;
    content: '';
    transform: skewY(-7deg);
}

.live-detail-poster img {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid rgba(7, 28, 55, .32);
    box-shadow: 20px 24px 0 rgba(7, 28, 55, .95);
}

.live-detail-section {
    padding: 80px 0;
    background: #ffffff;
}

.live-detail-section-intro {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(290px, .75fr);
    gap: 60px;
    align-items: end;
    margin-bottom: 36px;
}

.live-detail-section-intro p {
    max-width: 530px;
    margin: 0;
    color: #4c5c73;
    font-size: 15px;
    line-height: 1.7;
}

.live-topic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(7, 28, 55, .18);
    border-left: 1px solid rgba(7, 28, 55, .18);
}

.live-topic {
    min-height: 205px;
    padding: 26px;
    border-right: 1px solid rgba(7, 28, 55, .18);
    border-bottom: 1px solid rgba(7, 28, 55, .18);
}

.live-topic-number {
    color: #cf1c25;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.live-topic p {
    margin: 34px 0 0;
    color: #071c37;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.live-guests {
    display: grid;
    grid-template-columns: minmax(260px, .5fr) minmax(0, 1fr);
    gap: 42px;
    padding: 78px 0;
}

.live-guests-copy {
    padding-top: 10px;
}

.live-guests-copy h2 {
    margin: 16px 0 0;
}

.live-guests-list {
    display: grid;
    border-top: 1px solid rgba(7, 28, 55, .2);
}

.live-guest {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid rgba(7, 28, 55, .2);
}

.live-guest-index {
    color: #cf1c25;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}

.live-guest strong {
    display: block;
    color: #071c37;
    font-size: 16px;
}

.live-guest span {
    display: block;
    margin-top: 4px;
    color: #657188;
    font-size: 13px;
    line-height: 1.4;
}

.live-invite {
    padding: 78px 0;
    background: #071c37;
    color: #ffffff;
}

.live-invite-grid {
    display: flex;
    justify-content: space-between;
    gap: 38px;
    align-items: end;
}

.live-invite h2 {
    color: #ffffff;
}

.live-invite p {
    max-width: 590px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .74);
    font-size: 16px;
    line-height: 1.65;
}

.live-invite .live-button {
    flex: 0 0 auto;
    min-width: 228px;
}

@media (max-width: 1199px) {
    .lives-hub-grid,
    .live-detail-grid {
        gap: 38px;
    }

    .lives-hub-copy h1 {
        font-size: 70px;
    }

    .live-detail-copy h1 {
        font-size: 65px;
    }

    .live-event-card {
        grid-template-columns: minmax(228px, .38fr) minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    .lives-hub-grid,
    .live-detail-grid,
    .live-detail-section-intro,
    .live-guests {
        grid-template-columns: 1fr;
    }

    .lives-hub-aside {
        min-height: 280px;
    }

    .live-aside-number {
        margin-top: 42px;
    }

    .live-detail-poster {
        width: min(100%, 500px);
        margin: 0;
    }

    .live-event-card {
        grid-template-columns: 245px minmax(0, 1fr);
    }

    .live-event-card-media img {
        min-height: 100%;
    }

    .live-topic-grid {
        grid-template-columns: 1fr;
    }

    .live-invite-grid {
        display: grid;
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (max-width: 767px) {
    .lives-hub-grid {
        gap: 34px;
        padding: 48px 0 52px;
    }

    .live-brand {
        font-size: 28px;
    }

    .lives-hub-copy h1,
    .live-detail-copy h1,
    .lives-section-heading h2,
    .live-detail-section h2,
    .live-invite h2 {
        font-size: 48px;
    }

    .live-detail-copy h1 .is-intro {
        font-size: 30px;
    }

    .lives-hub-copy p,
    .live-detail-copy p {
        font-size: 16px;
    }

    .lives-hub-meta {
        grid-template-columns: 1fr;
    }

    .lives-hub-meta > div {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(7, 28, 55, .18);
    }

    .lives-hub-meta > div:last-child {
        border-bottom: 0;
    }

    .lives-section-heading {
        display: grid;
        align-items: start;
        margin-bottom: 26px;
    }

    .lives-schedule,
    .live-detail-section,
    .live-guests,
    .live-invite {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .live-event-card {
        grid-template-columns: 1fr;
    }

    .live-event-card-media,
    .live-event-card-media img {
        min-height: auto;
    }

    .live-event-card-media img {
        max-height: 360px;
        object-fit: cover;
    }

    .live-event-card-body {
        padding: 27px 24px 25px;
    }

    .live-event-card-top,
    .live-event-card-footer {
        display: grid;
        align-items: start;
    }

    .live-event-date {
        min-width: 0;
    }

    .live-event-card h3 {
        font-size: 39px;
    }

    .live-event-card-footer .live-button {
        width: 100%;
    }

    .live-event-actions {
        width: 100%;
    }

    .live-detail-hero {
        padding-top: 38px;
        padding-bottom: 56px;
    }

    .live-breadcrumb {
        margin-bottom: 28px;
    }

    .live-detail-info {
        margin: 25px 0;
    }

    .live-detail-actions .live-button {
        width: 100%;
    }

    .live-detail-poster::before {
        top: -12px;
        right: -12px;
    }

    .live-detail-poster img {
        box-shadow: 12px 14px 0 rgba(7, 28, 55, .95);
    }

    .live-topic {
        min-height: 0;
    }

    .live-topic p {
        margin-top: 22px;
    }

    .live-invite .live-button {
        width: 100%;
    }
}
