.event-key-page {
    background: #f7f6f3;
    color: #26231f;
}

.event-key-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: clamp(72px, 8vw, 126px) 0 clamp(24px, 3vw, 42px);
    background: radial-gradient(circle at 12% 18%, rgba(239, 59, 45, 0.10), transparent 34%),
                radial-gradient(circle at 88% 18%, rgba(0, 177, 165, 0.13), transparent 38%),
                #f8f7f4;
    border-bottom: 1px solid rgba(62, 58, 53, 0.12);
}

.event-key-hero__inner {
    max-width: 1080px;
}

.event-key-hero h1 {
    margin: 0;
    max-width: 980px;
    font-size: clamp(54px, 8vw, 112px);
    line-height: 0.88;
    letter-spacing: -0.08em;
    color: #3e3a35;
}

.event-key-hero__description {
    max-width: 760px;
    margin-top: 24px;
    color: rgba(62, 58, 53, 0.78);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.35;
}

.event-key-hero__description p {
    margin: 0 0 12px;
}

.event-key-hero__description p:last-child {
    margin-bottom: 0;
}

.event-key-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: clamp(28px, 4vw, 48px) 0 0;
}

.event-key-stat {
    padding: 22px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(62, 58, 53, 0.12);
    box-shadow: 0 12px 28px rgba(62, 58, 53, 0.04);
}

.event-key-stat strong {
    display: block;
    margin-bottom: 8px;
    color: #3e3a35;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 0.92;
    letter-spacing: -0.07em;
}

.event-key-stat span {
    display: block;
    color: rgba(62, 58, 53, 0.68);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.event-key-content {
    padding: clamp(46px, 6vw, 86px) 0;
}

.event-key-timeline {
    display: grid;
    gap: clamp(34px, 5vw, 64px);
}

.event-key-year {
    display: grid;
    grid-template-columns: minmax(120px, 220px) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 56px);
    align-items: start;
}

.event-key-year h2 {
    position: sticky;
    top: 110px;
    margin: 0;
    font-size: clamp(42px, 5vw, 76px);
    line-height: 0.92;
    letter-spacing: -0.07em;
    color: #3e3a35;
}

.event-key-year__list {
    display: grid;
    gap: 10px;
}


.event-key-card {
    display: grid;
    gap: 10px;
    padding: 18px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(62, 58, 53, 0.12);
    box-shadow: 0 12px 30px rgba(62, 58, 53, 0.04);
    transition: border-color 0.18s ease, transform 0.18s ease;
}

.event-key-card:hover {
    border-color: rgba(0, 177, 165, 0.38);
    transform: translateY(-1px);
}

.event-key-card > a {
    color: #3e3a35;
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: -0.04em;
    text-decoration: none;
}

.event-key-card__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.event-key-card__categories span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(0, 177, 165, 0.08);
    color: #00a79d;
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
}

.event-key-awards {
    display: grid;
    gap: 10px;
    margin-bottom: 8px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(239, 59, 45, 0.06);
    border: 1px solid rgba(239, 59, 45, 0.16);
}

.event-key-awards h3 {
    margin: 0 0 4px;
    color: #ef3b2d;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.event-key-award-card {
    display: grid;
    gap: 10px;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(239, 59, 45, 0.12);
}

.event-key-award-card__event {
    color: #3e3a35;
    font-size: clamp(17px, 1.6vw, 22px);
    font-weight: 850;
    line-height: 1.1;
    letter-spacing: -0.035em;
    text-decoration: none;
}

.event-key-award-card__experiences {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.event-key-award-card__experiences a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(62, 58, 53, 0.12);
    color: #3e3a35;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.event-key-award-card__experiences a:hover {
    border-color: rgba(239, 59, 45, 0.34);
}


.event-key-empty {
    max-width: 720px;
    padding: clamp(30px, 4vw, 54px);
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(62, 58, 53, 0.12);
}

.event-key-empty h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 0.95;
    letter-spacing: -0.06em;
}

@media (max-width: 980px) {
    .event-key-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .event-key-year {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .event-key-year h2 {
        position: static;
    }
}

@media (max-width: 620px) {
    .event-key-stats {
        grid-template-columns: 1fr;
    }
}

.event-key-share {
    padding: 16px 0 0;
}

.event-key-share .xr-article-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 12px;
    margin: 0;
}

.event-key-share .xr-article-share__label {
    color: rgba(62, 58, 53, 0.68);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.event-key-share .xr-article-share__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.event-key-share .xr-article-share__button {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 0 12px;
    border: 1px solid rgba(62, 58, 53, 0.14);
    border-radius: 999px;
    background: #fff;
    color: #3e3a35;
    font-size: 0.78rem;
    font-weight: 850;
    text-decoration: none;
    transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.event-key-share .xr-article-share__button:hover {
    border-color: #ef3b2d;
    color: #ef3b2d;
    transform: translateY(-1px);
}

.event-key-back {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.event-key-back__button {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    background: #3e3a35;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 850;
    text-decoration: none;
    transition: background 160ms ease, transform 160ms ease;
}

.event-key-back__button:hover,
.event-key-back__button:focus {
    background: #ef3b2d;
    color: #fff;
    transform: translateY(-1px);
}

.event-key-jump {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: 860px;
    margin: clamp(22px, 3vw, 34px) auto 0;
    text-align: center;
}

.event-key-jump__label {
    color: rgba(62, 58, 53, 0.62);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.event-key-jump__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.event-key-jump__links a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(62, 58, 53, 0.13);
    color: #3e3a35;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.event-key-jump__links a:hover,
.event-key-jump__links a:focus {
    border-color: rgba(0, 177, 165, 0.5);
    color: #00a79d;
    transform: translateY(-1px);
}

.event-key-year h2 {
    scroll-margin-top: 130px;
}

.event-key-share--hero {
    margin-top: clamp(22px, 3vw, 34px);
    padding: 0;
}

.event-key-jump-wrap {
    padding: 16px 0 0;
}

.event-key-jump-wrap .event-key-jump {
    margin-top: 0;
}
