.pill-header nav a,
.btn-header-orange,
.btn-header-outline {
    white-space: nowrap;
}

.pill-header {
    left: 3%;
    right: 3%;
}

.events-hero {
    min-height: 100vh;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 0.82fr;
    align-items: center;
    gap: 70px;
    padding: 185px max(5%, calc((100% - 1280px) / 2)) 120px;
    background:
        linear-gradient(135deg, rgba(5, 5, 5, 0.98), rgba(6, 20, 14, 0.96)),
        #050505;
    color: #fff;
    overflow: hidden;
}

.events-hero::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 150px;
    background: linear-gradient(180deg, transparent, #f4f5f2);
    pointer-events: none;
}

.events-hero-copy,
.events-spotlight,
.events-proof {
    position: relative;
    z-index: 1;
}

.events-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 26px;
    color: #c9d2ce;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.events-kicker i {
    width: 28px;
    height: 2px;
    background: #f68b33;
}

.events-hero h1 {
    margin-bottom: 28px;
    font-size: clamp(3.8rem, 8vw, 7rem);
    line-height: 0.94;
    letter-spacing: -0.07em;
}

.events-hero h1 strong {
    color: #0f8b6d;
}

.events-hero p {
    max-width: 630px;
    color: #aab4af;
    font-size: 1.04rem;
    line-height: 1.75;
}

.events-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.events-btn-primary,
.events-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 15px 22px;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 800;
}

.events-btn-primary {
    background: #f68b33;
    color: #fff;
}

.events-btn-secondary {
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
}

.events-spotlight {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 28px;
    background:
        linear-gradient(160deg, rgba(255,255,255,0.09), rgba(255,255,255,0.02)),
        #0a130e;
    padding: 28px;
    box-shadow: 0 30px 90px rgba(0,0,0,0.36);
}

.spotlight-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: auto;
}

.spotlight-top span,
.spotlight-grid span {
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #c8d2cd;
    padding: 9px 12px;
    font-size: 0.7rem;
    font-weight: 800;
}

.spotlight-top strong {
    color: #fff;
    font-size: 1.2rem;
}

.spotlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 42px 0;
}

.spotlight-grid span {
    min-height: 120px;
    display: flex;
    align-items: end;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(15,139,109,0.3), rgba(246,139,51,0.16)),
        rgba(255,255,255,0.04);
    color: #fff;
    font-size: 0.76rem;
}

.events-spotlight a {
    color: #f68b33;
    font-size: 0.8rem;
    font-weight: 800;
    text-decoration: none;
}

.events-proof {
    position: absolute;
    left: max(5%, calc((100% - 1280px) / 2));
    bottom: 36px;
    display: flex;
    gap: 12px;
}

.events-proof div {
    min-width: 165px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    background: rgba(255,255,255,0.06);
    padding: 17px;
    backdrop-filter: blur(14px);
}

.events-proof strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 0.9rem;
}

.events-proof span {
    color: #9ea9a4;
    font-size: 0.68rem;
    line-height: 1.45;
}

.agenda-section,
.past-events-section {
    padding: 110px max(5%, calc((100% - 1280px) / 2));
    color: #151a16;
}

.agenda-section {
    background: #f4f5f2;
}

.past-events-section {
    background: #0b100d;
    color: #fff;
}

.past-events-section .events-section-heading h2 {
    color: #fff;
}

.past-events-section .events-section-heading p {
    color: #b6c2bb;
}

.past-events-section .pre-title {
    color: #f68b33;
}

.events-section-heading {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: end;
    gap: 8%;
    margin-bottom: 44px;
}

.events-section-heading h2 {
    margin-top: 12px;
    font-size: clamp(2.6rem, 5vw, 4.6rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.events-section-heading p {
    color: #667069;
    font-size: 0.92rem;
    line-height: 1.75;
}

.agenda-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.95fr 0.95fr;
    gap: 18px;
}

.agenda-card {
    min-height: 315px;
    display: flex;
    flex-direction: column;
    border: 1px solid #dfe4df;
    border-radius: 24px;
    background: #fff;
    padding: 26px;
    box-shadow: 0 20px 55px rgba(22,36,28,0.08);
}

.agenda-card.is-featured {
    background:
        linear-gradient(145deg, rgba(15,139,109,0.12), rgba(246,139,51,0.1)),
        #fff;
}

.agenda-status {
    align-self: flex-start;
    border-radius: 999px;
    background: #0f8b6d;
    color: #fff;
    padding: 8px 11px;
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
}

.agenda-status.muted {
    background: #e9efeb;
    color: #546058;
}

.agenda-card small {
    margin-top: auto;
    color: #0f8b6d;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.agenda-card h3 {
    margin: 9px 0 13px;
    color: #172019;
    font-size: 1.55rem;
    line-height: 1.15;
}

.agenda-card p {
    color: #667069;
    font-size: 0.84rem;
    line-height: 1.7;
}

.agenda-card a {
    margin-top: 24px;
    color: #0f8b6d;
    font-size: 0.75rem;
    font-weight: 800;
    text-decoration: none;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.video-card {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 24px;
    background: #111a14;
    box-shadow: 0 24px 70px rgba(0,0,0,0.26);
}

.video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    background: #050505;
}

.video-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08), inset 0 -80px 90px rgba(0,0,0,0.28);
}

.video-frame iframe {
    position: absolute;
    left: 50%;
    top: -105px;
    width: 160%;
    height: 178%;
    border: 0;
    transform: translateX(-50%);
    transform-origin: center;
}

.video-frame video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #050505;
    object-fit: cover;
}

.video-card-copy {
    padding: 22px;
    color: #fff;
}

.video-card-copy small {
    color: #f68b33;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.video-card-copy h3 {
    margin: 8px 0 16px;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.2;
}

.video-card-copy a {
    color: #b6c2bb;
    font-size: 0.72rem;
    font-weight: 800;
    text-decoration: none;
}

@media screen and (max-width: 1050px) {
    .events-hero {
        min-height: auto;
        grid-template-columns: 1fr;
        padding-top: 155px;
    }

    .events-spotlight {
        min-height: 420px;
    }

    .events-proof {
        position: relative;
        left: auto;
        bottom: auto;
        flex-wrap: wrap;
    }

    .events-section-heading,
    .agenda-grid,
    .video-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .events-hero {
        padding: 120px 5% 70px;
        gap: 42px;
    }

    .events-hero h1 {
        font-size: clamp(3rem, 14vw, 4.4rem);
        letter-spacing: -0.05em;
    }

    .events-hero-actions {
        flex-direction: column;
    }

    .events-btn-primary,
    .events-btn-secondary {
        width: 100%;
    }

    .spotlight-grid {
        grid-template-columns: 1fr;
        margin: 34px 0;
    }

    .events-spotlight {
        min-height: 0;
        border-radius: 22px;
        padding: 22px;
    }

    .events-proof div {
        flex: 1 1 100%;
    }

    .agenda-section,
    .past-events-section {
        padding: 78px 5%;
    }

    .events-section-heading {
        gap: 20px;
        margin-bottom: 28px;
    }

    .agenda-card {
        min-height: 280px;
    }

    .video-card,
    .video-frame {
        max-width: 100%;
    }

    .video-frame iframe {
        top: -70px;
        width: 164%;
        height: 220%;
        max-width: none;
    }
}
