.event-page {
    background: #f7f7f9;
    color: #262541;
}

.event-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.event-hero {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.1), transparent 35%),
        #262541;
    color: #fff;
}

.event-hero-media,
.event-hero-overlay {
    position: absolute;
    inset: 0;
}

.event-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-hero-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(23, 22, 42, 0.95) 0%,
            rgba(23, 22, 42, 0.82) 48%,
            rgba(23, 22, 42, 0.38) 100%
        ),
        linear-gradient(
            0deg,
            rgba(23, 22, 42, 0.75) 0%,
            transparent 55%
        );
}

.event-hero-content {
    position: relative;
    z-index: 1;
   padding-top: 70px;
    padding-bottom: 42px;

}




.event-hero-copy {
    max-width: 790px;
}

.event-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.event-category-badge,
.event-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
}

.event-category-badge {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.22);
    backdrop-filter: blur(8px);
}

.event-status-upcoming {
    background: #ffe49b;
    color: #674800;
}

.event-status-live {
    background: #d8f5e4;
    color: #155d38;
}

.event-status-finished,
.event-status-unknown {
    background: #ececf0;
    color: #565662;
}

.event-hero h1 {
    max-width: 820px;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #FFF !important;
}

.event-intro {
    max-width: 760px;
    margin: 24px 0 0;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.65;
    color: rgba(255,255,255,0.88) !important;
}

.event-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 44px;
    padding-top: 54px;
    padding-bottom: 72px;
    align-items: start;
}

.event-main-content {
    min-width: 0;
}

.event-description-section,
.event-related-section,
.event-information-card {
    background: #fff;
    border: 1px solid #e6e6eb;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(38, 37, 65, 0.055);
}

.event-description-section {
    padding: clamp(24px, 4vw, 46px);
}

.event-description-section h2,
.event-related-section h2,
.event-information-card h2 {
    margin-top: 0;
    color: #262541;
}

.event-description-section h2 {
    margin-bottom: 24px;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.event-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #44444e;
}

.event-description > *:first-child {
    margin-top: 0;
}

.event-description > *:last-child {
    margin-bottom: 0;
}

.event-description h2,
.event-description h3 {
    margin-top: 1.8em;
    color: #262541;
}

.event-description a {
    color: #262541;
    font-weight: 700;
}

.event-description img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.event-sidebar {
    position: sticky;
    top: 24px;
}

.event-information-card {
    padding: 26px;
}

.event-information-card h2 {
    margin-bottom: 20px;
    font-size: 1.25rem;
}

.event-information-list {
    display: grid;
    gap: 0;
    margin: 0;
}

.event-information-list > div {
    padding: 16px 0;
    border-top: 1px solid #ededf1;
}

.event-information-list > div:first-child {
    padding-top: 0;
    border-top: 0;
}

.event-information-list dt {
    margin-bottom: 5px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.055em;
    color: #85858f;
}

.event-information-list dd {
    margin: 0;
    font-weight: 700;
    line-height: 1.45;
    color: #262541;
}

.event-sidebar-status {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.82rem;
}

.event-sidebar-status-upcoming {
    background: #fff1c5;
    color: #6e4f00;
}

.event-sidebar-status-live {
    background: #ddf5e7;
    color: #17613b;
}

.event-sidebar-status-finished,
.event-sidebar-status-unknown {
    background: #ececf0;
    color: #64646e;
}

.event-back-button {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 18px;
    padding: 12px 18px;
    border-radius: 5px;
    background: #262541;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.event-back-button:hover {
    color: #fff;
    opacity: 0.92;
}

.event-mobile-summary {
    display: none;
    margin-bottom: 28px;
}

.event-related-section {
    margin-top: 36px;
    padding: clamp(24px, 4vw, 36px);
}

.event-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.event-section-heading h2 {
    margin-bottom: 0;
    font-size: clamp(1.6rem, 3vw, 2rem);
}

.event-section-kicker {
    display: block;
    margin-bottom: 7px;
    color: #777782;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.event-ticket-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 24px;
    padding: 14px 18px;
    border-radius: 5px;
    background: #262541;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition:
        background .2s ease,
        transform .2s ease;
}

.event-ticket-button:hover {
    background: #34335a;
    color: #fff;
    transform: translateY(-1px);
}

.event-ticket-button .material-icons {
    font-size: 1.15rem;
}

.event-text-link {
    color: #262541;
    font-weight: 700;
}

.event-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.event-related-card {
    overflow: hidden;
    border: 1px solid #e7e7eb;
    border-radius: 10px;
    background: #fff;
}

.event-related-image-link {
    display: block;
    aspect-ratio: 16 / 10;
    background: #efeff3;
    overflow: hidden;
}

.event-related-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.event-related-card:hover .event-related-image {
    transform: scale(1.035);
}

.event-related-placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}

.event-related-content {
    padding: 18px;
}

.event-related-category {
    display: inline-flex;
    gap: 5px;
    margin-bottom: 9px;
    font-size: 0.76rem;
    font-weight: 700;
    color: #777782;
}

.event-related-content h3 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.35;
}

.event-related-content h3 a {
    color: #262541;
    text-decoration: none;
}

.event-related-dates,
.event-related-location {
    margin: 10px 0 0;
    font-size: 0.86rem;
    color: #696973;
}

@media (max-width: 980px) {
    .event-layout {
        grid-template-columns: 1fr;
    }

    .event-sidebar {
        display: none;
    }

    .event-mobile-summary {
        display: block;
    }
}

@media (max-width: 760px) {
    .event-hero {
        min-height: 390px;
    }

    .event-hero-content {
        padding-top: 76px;
        padding-bottom: 42px;
    }

    .event-breadcrumbs {
        margin-bottom: 26px;
    }

    .event-layout {
        width: min(100% - 22px, 1180px);
        padding-top: 28px;
        padding-bottom: 48px;
    }

    .event-related-grid {
        grid-template-columns: 1fr;
    }

    .event-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}