:root {
    color-scheme: light;
    font-family: "Poppins", sans-serif;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.event-site-page {
    --event-site-ink: #101828;
    --event-site-copy: #344054;
    --event-site-muted: #667085;
    --event-site-line: #e7e9ee;
    --event-site-paper: #ffffff;
    --event-site-canvas: #f5f3ef;
    --event-site-dark: #0b1220;
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background: var(--event-site-canvas);
    color: var(--event-site-ink);
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.event-site-page a {
    color: inherit;
}

.event-site-page img,
.event-site-page svg {
    display: block;
}

.event-site-root {
    min-height: 100vh;
}

.event-site-shell {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.event-site-skip-link {
    position: fixed;
    z-index: 100;
    top: 12px;
    left: 12px;
    padding: 11px 16px;
    border-radius: 999px;
    background: #ffffff;
    color: #101828;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transform: translateY(-160%);
    transition: transform 160ms ease;
}

.event-site-skip-link:focus {
    transform: translateY(0);
}

.event-site-header {
    position: absolute;
    z-index: 20;
    inset: 0 0 auto;
    color: #ffffff;
}

.event-site-header::before {
    position: absolute;
    z-index: -1;
    inset: 0 0 -50px;
    background: linear-gradient(180deg, rgba(4, 9, 20, 0.86) 0%, rgba(4, 9, 20, 0.48) 62%, rgba(4, 9, 20, 0) 100%);
    content: "";
    pointer-events: none;
}

.event-site-header__bar {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.event-site-brand {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: inherit;
    text-decoration: none;
}

.event-site-brand__mark {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -0.04em;
    backdrop-filter: blur(16px);
}

.event-site-brand__copy {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.event-site-brand__copy strong {
    overflow: hidden;
    font-size: 14px;
    font-weight: 850;
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-site-brand__copy small {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.event-site-header__links {
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 12px;
    font-weight: 800;
}

.event-site-header__links > a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition: color 160ms ease;
}

.event-site-header__links > a:hover,
.event-site-header__links > a:focus-visible {
    color: #ffffff;
}

.event-site-header__platform {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
}

.event-site-header__platform svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.event-site-archive {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.event-site-archive__inner {
    min-height: 59px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.event-site-archive__label {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.56);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.event-site-archive ul {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 8px 0;
    overflow-x: auto;
    list-style: none;
    scrollbar-width: none;
}

.event-site-archive ul::-webkit-scrollbar {
    display: none;
}

.event-site-archive li {
    flex: 0 0 auto;
}

.event-site-archive a {
    min-height: 33px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(7, 13, 26, 0.18);
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 820;
    line-height: 1;
    text-decoration: none;
    backdrop-filter: blur(12px);
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.event-site-archive a:hover,
.event-site-archive a:focus-visible {
    border-color: rgba(255, 255, 255, 0.55);
    color: #ffffff;
    transform: translateY(-1px);
}

.event-site-archive a[aria-current="page"] {
    border-color: #ffffff;
    background: #ffffff;
    color: #101828;
}

.event-site-hero {
    --event-details-overlap: 152px;
    --event-header-height: 88px;
    --event-archive-height: 59px;
    position: relative;
    isolation: isolate;
    min-height: 800px;
    overflow: hidden;
    background: var(--event-background, #172033);
    color: #ffffff;
}

.event-site-hero::before,
.event-site-hero::after {
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.event-site-hero::before {
    width: 520px;
    height: 520px;
    right: -260px;
    bottom: -270px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.event-site-hero::after {
    width: 330px;
    height: 330px;
    right: -166px;
    bottom: -175px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.event-site-hero--color {
    background: var(--event-background, #172033);
}

.event-site-hero__media,
.event-site-hero__backdrop,
.event-site-hero__veil {
    position: absolute;
    inset: 0;
}

.event-site-hero__media {
    z-index: 0;
    overflow: hidden;
}

.event-site-hero__backdrop {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: calc(50% + var(--media-x, 0%)) calc(50% + var(--media-y, 0%));
    transform: scale(var(--media-zoom, 1));
}

.event-site-hero__veil {
    background:
        linear-gradient(180deg, rgba(5, 10, 22, 0.28) 0%, rgba(5, 10, 22, 0.04) 46%, rgba(5, 10, 22, 0.62) 100%),
        linear-gradient(90deg, rgba(5, 10, 22, 0.2), transparent 44%, rgba(5, 10, 22, 0.12));
}

.event-site-hero--color .event-site-hero__veil {
    background: linear-gradient(180deg, rgba(5, 10, 22, 0.42) 0%, rgba(5, 10, 22, 0) 42%, rgba(5, 10, 22, 0.48) 100%);
}

.event-site-hero__logo-stage {
    position: absolute;
    z-index: 3;
    inset: var(--event-header-height) 24px var(--event-details-overlap);
    display: grid;
    place-items: center;
    padding: clamp(20px, 4vw, 40px);
    overflow: hidden;
    pointer-events: none;
}

.event-site-hero--with-archive .event-site-hero__logo-stage {
    top: calc(var(--event-header-height) + var(--event-archive-height));
}

.event-site-hero__logo {
    position: relative;
    z-index: 2;
    width: min(800px, 70vw);
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 22px 45px rgba(0, 0, 0, 0.2));
    transform: translate(var(--media-x, 0%), var(--media-y, 0%)) scale(var(--media-zoom, 1));
}

/* Legacy transparent logos use a full 1920×1080 overlay canvas. Let that
   canvas fill the hero so the visible mark is genuinely centered, instead of
   sizing the transparent padding as if it were a tightly cropped logo. */
.event-site-hero__logo.event-site-hero__logo--legacy-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    object-fit: contain;
    object-position: center;
}

.event-site-hero__wordmark {
    position: relative;
    z-index: 2;
    width: min(820px, calc(100% - 48px));
    display: grid;
    justify-items: center;
    gap: 22px;
    text-align: center;
}

.event-site-hero__wordmark > span {
    width: clamp(92px, 10vw, 138px);
    height: clamp(92px, 10vw, 138px);
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 36%;
    background: rgba(255, 255, 255, 0.12);
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 900;
    letter-spacing: -0.08em;
    backdrop-filter: blur(18px);
}

.event-site-hero__wordmark strong {
    max-width: 820px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(38px, 5.5vw, 76px);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 0.98;
    text-wrap: balance;
}

.event-site-hero__content {
    position: relative;
    z-index: 4;
    min-height: 800px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 192px;
    pointer-events: none;
}

.event-site-hero__caption {
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.event-site-hero__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.34);
    color: #ffffff;
}

.event-site-hero__status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--event-accent, #5eead4);
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--event-accent, #5eead4) 17%, transparent);
}

.event-details {
    position: relative;
    z-index: 8;
    margin-top: -152px;
    scroll-margin-top: 30px;
}

.event-info-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: clamp(28px, 4vw, 58px);
    padding: clamp(30px, 4vw, 50px);
    border: 1px solid rgba(16, 24, 40, 0.06);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 90px rgba(47, 54, 76, 0.18);
    backdrop-filter: blur(20px);
}

.event-info-card__main {
    min-width: 0;
}

.event-info-card__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.event-kicker {
    display: inline-flex;
    align-items: center;
    color: var(--event-primary, #087f8c);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1.4;
    text-transform: uppercase;
}

.event-info-card h1,
.event-section-heading h2 {
    margin: 10px 0 0;
    color: var(--event-site-ink);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.event-info-card h1 {
    max-width: 760px;
    font-size: clamp(37px, 4.7vw, 62px);
    line-height: 1.02;
}

.event-info-card__subtitle {
    max-width: 720px;
    margin: 13px 0 0;
    color: var(--event-primary, #087f8c);
    font-size: clamp(15px, 1.5vw, 20px);
    font-weight: 750;
    line-height: 1.45;
}

.event-info-card--empty h1 {
    max-width: 620px;
}

.event-info-card--empty .event-info-card__main > p {
    max-width: 620px;
    margin: 24px 0 0;
    color: var(--event-site-copy);
    font-size: 17px;
    line-height: 1.75;
}

.event-info-card__archive-badge {
    flex: 0 0 auto;
    padding: 8px 11px;
    border: 1px solid #e3e7ee;
    border-radius: 999px;
    background: #f8fafc;
    color: #667085;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.event-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--event-site-line);
}

.event-meta__item {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid #e9ebf0;
    border-radius: 15px;
    background: #fafafa;
}

.event-meta__icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: color-mix(in srgb, var(--event-primary, #087f8c) 9%, #ffffff);
    color: var(--event-primary, #087f8c);
}

.event-meta__icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.event-meta__item > span:last-child {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.event-meta small {
    color: var(--event-site-muted);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.event-meta strong,
.event-meta time {
    overflow: hidden;
    color: var(--event-site-ink);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.35;
    text-overflow: ellipsis;
}

.event-description {
    max-width: 790px;
    margin-top: 28px;
    color: var(--event-site-copy);
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.event-description > :first-child {
    margin-top: 0;
}

.event-description > :last-child {
    margin-bottom: 0;
}

.event-description p,
.event-description ul,
.event-description ol,
.event-description blockquote,
.event-description table {
    margin: 0 0 1.15em;
}

.event-description blockquote {
    padding: 16px 18px;
    border-left: 4px solid var(--event-primary, #087f8c);
    border-radius: 0 14px 14px 0;
    background: color-mix(in srgb, var(--event-primary, #087f8c) 7%, #ffffff);
    color: var(--event-site-copy);
}

.event-description h1,
.event-description h2,
.event-description h3,
.event-description h4,
.event-description h5,
.event-description h6 {
    margin: 1.35em 0 0.55em;
    color: var(--event-site-ink);
    font-family: "Poppins", sans-serif;
    line-height: 1.25;
}

.event-description a {
    color: var(--event-primary, #087f8c);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.event-description img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 12px 0;
    border-radius: 14px;
}

.event-description table {
    width: 100%;
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
}

.event-description th,
.event-description td {
    min-width: 130px;
    padding: 9px 11px;
    border: 1px solid var(--event-site-line);
    text-align: left;
    vertical-align: top;
}

.event-description--muted {
    color: var(--event-site-muted);
}

.event-action-panel {
    align-self: start;
    display: grid;
    gap: 10px;
    padding: 22px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 110% -10%, color-mix(in srgb, var(--event-primary, #087f8c) 70%, transparent), transparent 50%),
        var(--event-site-dark);
    color: #ffffff;
    box-shadow: 0 22px 42px rgba(11, 18, 32, 0.2);
}

.event-action-panel__label {
    margin: 0 2px 8px;
    color: rgba(255, 255, 255, 0.47);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.event-action {
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.event-action svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.event-action:hover,
.event-action:focus-visible {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    transform: translateX(2px);
}

.event-action--primary {
    min-height: 55px;
    border-color: var(--event-accent, #5eead4);
    background: var(--event-accent, #5eead4);
    color: #0b1220;
    box-shadow: 0 13px 28px color-mix(in srgb, var(--event-accent, #5eead4) 24%, transparent);
}

.event-action--primary:hover,
.event-action--primary:focus-visible {
    border-color: #ffffff;
    background: #ffffff;
    color: #0b1220;
}

.event-action-panel__closed {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 13px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
    font-weight: 750;
}

.event-action-panel__closed i {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: #98a2b3;
}

.event-program,
.event-history,
.event-news {
    scroll-margin-top: 24px;
}

.event-program {
    padding: clamp(82px, 9vw, 128px) 0 clamp(72px, 8vw, 112px);
}

.event-program__days {
    display: grid;
    gap: 22px;
}

.event-program-day {
    overflow: hidden;
    border: 1px solid #e1e4e9;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 22px 58px rgba(35, 45, 67, 0.075);
}

.event-program-day__header {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px 28px;
    border-bottom: 1px solid var(--event-site-line);
    background:
        radial-gradient(circle at 94% 15%, color-mix(in srgb, var(--event-primary, #087f8c) 12%, transparent), transparent 36%),
        #ffffff;
}

.event-program-day__number {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    background: var(--event-site-dark);
    color: var(--event-accent, #5eead4);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.event-program-day__header > div {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.event-program-day__header h3 {
    margin: 0;
    color: var(--event-site-ink);
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 650;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.event-program-day__header time {
    color: var(--event-site-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.event-program-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.event-program-item {
    position: relative;
    display: grid;
    grid-template-columns: 112px 28px minmax(0, 1fr);
    gap: 20px;
    padding: 27px 30px;
}

.event-program-item + .event-program-item {
    border-top: 1px solid var(--event-site-line);
}

.event-program-item--break,
.event-program-item--registration,
.event-program-item--networking {
    background: color-mix(in srgb, var(--event-primary, #087f8c) 4%, #ffffff);
}

.event-program-item__time {
    padding-top: 3px;
    color: var(--event-site-ink);
    font-variant-numeric: tabular-nums;
}

.event-program-item__time time,
.event-program-item__time > span {
    font-size: 13px;
    font-weight: 850;
    letter-spacing: -0.015em;
    white-space: nowrap;
}

.event-program-item__marker {
    position: relative;
    display: flex;
    justify-content: center;
}

.event-program-item__marker::before {
    position: absolute;
    top: -27px;
    bottom: -27px;
    width: 1px;
    background: #e1e5eb;
    content: "";
}

.event-program-item:first-child .event-program-item__marker::before {
    top: 9px;
}

.event-program-item:last-child .event-program-item__marker::before {
    bottom: calc(100% - 10px);
}

.event-program-item__marker span {
    position: relative;
    z-index: 1;
    width: 13px;
    height: 13px;
    margin-top: 6px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: var(--event-primary, #087f8c);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--event-primary, #087f8c) 23%, #d7dce4);
}

.event-program-item--break .event-program-item__marker span,
.event-program-item--registration .event-program-item__marker span,
.event-program-item--networking .event-program-item__marker span {
    background: var(--event-accent, #5eead4);
}

.event-program-item__content {
    min-width: 0;
    overflow-wrap: anywhere;
}

.event-program-item__kind {
    display: inline-flex;
    align-items: center;
    margin-bottom: 7px;
    color: var(--event-primary, #087f8c);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.13em;
    line-height: 1.3;
    text-transform: uppercase;
}

.event-program-item__content h4 {
    max-width: 880px;
    margin: 0;
    color: var(--event-site-ink);
    font-size: clamp(17px, 1.65vw, 22px);
    font-weight: 650;
    letter-spacing: -0.025em;
    line-height: 1.35;
    text-wrap: balance;
}

.event-program-item__speaker {
    margin: 8px 0 0;
    color: var(--event-primary, #087f8c);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.55;
}

.event-program-item__description {
    max-width: 850px;
    margin: 9px 0 0;
    color: var(--event-site-muted);
    font-size: 12px;
    line-height: 1.7;
}

.event-history {
    padding: clamp(78px, 9vw, 126px) 0;
}

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

.event-section-heading h2 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.04;
}

.event-section-heading > p {
    max-width: 360px;
    margin: 0 0 4px;
    color: var(--event-site-muted);
    font-size: 13px;
    line-height: 1.65;
}

.event-history__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
    gap: 14px;
}

.event-history-card {
    min-width: 0;
    display: block;
    overflow: hidden;
    padding: 0;
    border: 1px solid #e1e4e9;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--event-site-ink);
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.event-history-card:hover,
.event-history-card:focus-visible {
    border-color: color-mix(in srgb, var(--event-primary, #087f8c) 42%, #d8dde5);
    box-shadow: 0 18px 35px rgba(35, 45, 67, 0.1);
    transform: translateY(-3px);
}

.event-history-card.is-selected {
    border-color: var(--event-primary, #087f8c);
    background: #ffffff;
    color: var(--event-site-ink);
    box-shadow: 0 20px 42px rgba(11, 18, 32, 0.16);
}

.event-history-card__media {
    display: grid;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    place-items: center;
    background: color-mix(in srgb, var(--event-primary, #087f8c) 10%, #f4f6f8);
}

.event-history-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 240ms ease;
}

.event-history-card:hover .event-history-card__media img,
.event-history-card:focus-visible .event-history-card__media img {
    transform: scale(1.035);
}

.event-history-card__placeholder {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--event-primary, #087f8c) 24%, transparent);
    border-radius: 13px;
    color: var(--event-primary, #087f8c);
    font-size: 12px;
    font-weight: 850;
}

.event-history-card strong {
    display: block;
    margin: 0;
    padding: 13px 14px 15px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
}

.event-history-card.is-selected small {
    color: rgba(255, 255, 255, 0.54);
}

.event-news {
    padding: clamp(72px, 9vw, 120px) 0;
    border-top: 1px solid #e5e2dc;
    background: #ffffff;
}

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

.event-news-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    min-height: 275px;
    padding: 26px;
    border: 1px solid var(--event-site-line);
    border-radius: 21px;
    background: #ffffff;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.event-news-card:hover {
    border-color: color-mix(in srgb, var(--event-primary, #087f8c) 38%, #e3e7ee);
    box-shadow: 0 20px 44px rgba(37, 48, 71, 0.09);
    transform: translateY(-3px);
}

.event-news-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.event-news-card__top > span {
    width: 32px;
    height: 3px;
    border-radius: 999px;
    background: var(--event-primary, #087f8c);
}

.event-news-card time {
    color: var(--event-site-muted);
    font-size: 10px;
    font-weight: 800;
}

.event-news-card h3 {
    margin: 28px 0 0;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.12;
}

.event-news-card p {
    margin: 16px 0 0;
    color: var(--event-site-muted);
    font-size: 13px;
    line-height: 1.7;
}

.event-news-card > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 24px;
    color: var(--event-primary, #087f8c);
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.event-news-card > a:hover,
.event-news-card > a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.event-site-footer {
    padding: 58px 0 24px;
    background: var(--event-site-dark);
    color: #ffffff;
}

.event-site-footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding-bottom: 40px;
}

.event-site-footer__brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.event-site-footer__brand > div {
    display: grid;
    gap: 4px;
}

.event-site-footer__brand strong {
    font-size: 15px;
    font-weight: 850;
}

.event-site-footer__brand > div > span {
    color: rgba(255, 255, 255, 0.48);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.event-site-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.event-site-socials a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.event-site-socials a:hover,
.event-site-socials a:focus-visible {
    border-color: var(--event-accent, #5eead4);
    background: var(--event-accent, #5eead4);
    color: #0b1220;
    transform: translateY(-2px);
}

.event-site-socials svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.event-site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.48);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.event-site-footer__bottom a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
}

.event-site-footer__bottom a:hover,
.event-site-footer__bottom a:focus-visible {
    color: #ffffff;
}

.event-site-page a:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--event-accent, #5eead4) 72%, #ffffff);
    outline-offset: 3px;
}

@media (max-width: 1000px) {
    .event-info-card {
        grid-template-columns: minmax(0, 1fr) 265px;
        gap: 30px;
    }

    .event-news__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .event-site-shell {
        width: min(100% - 32px, 680px);
    }

    .event-site-brand__copy small,
    .event-site-header__links > a:first-child {
        display: none;
    }

    .event-site-header__bar {
        min-height: 76px;
    }

    .event-site-archive__inner {
        min-height: 54px;
        gap: 12px;
    }

    .event-site-hero,
    .event-site-hero__content {
        min-height: 710px;
    }

    .event-site-hero {
        --event-details-overlap: 98px;
        --event-header-height: 76px;
        --event-archive-height: 54px;
    }

    .event-site-hero__logo-stage {
        right: 16px;
        left: 16px;
    }

    .event-site-hero__logo {
        width: min(620px, calc(100vw - 54px));
        max-height: 300px;
    }

    .event-site-hero__content {
        padding-bottom: 135px;
    }

    .event-details {
        margin-top: -98px;
    }

    .event-info-card {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .event-action-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .event-action-panel__label,
    .event-action-panel__closed {
        grid-column: 1 / -1;
    }

    .event-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .event-program-item {
        grid-template-columns: 92px 24px minmax(0, 1fr);
        gap: 14px;
        padding-inline: 22px;
    }
}

@media (max-width: 600px) {
    .event-site-shell {
        width: min(100% - 24px, 560px);
    }

    .event-site-brand__mark {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        border-radius: 12px;
    }

    .event-site-brand__copy strong {
        max-width: 150px;
        font-size: 12px;
    }

    .event-site-header__platform {
        width: 40px;
        height: 40px;
        justify-content: center;
        padding: 0;
    }

    .event-site-header__platform span,
    .event-site-archive__label {
        display: none;
    }

    .event-site-archive__inner {
        width: 100%;
        padding-left: 12px;
    }

    .event-site-archive ul {
        padding-right: 12px;
    }

    .event-site-archive a {
        min-height: 31px;
        padding: 8px 11px;
        font-size: 10px;
    }

    .event-site-hero,
    .event-site-hero__content {
        min-height: 650px;
    }

    .event-site-hero {
        --event-details-overlap: 78px;
    }

    .event-site-hero__logo-stage {
        right: 12px;
        left: 12px;
    }

    .event-site-hero__logo {
        width: calc(100vw - 42px);
        max-height: 245px;
    }

    .event-site-hero__wordmark {
        width: calc(100% - 32px);
    }

    .event-site-hero__wordmark strong {
        font-size: clamp(34px, 11vw, 52px);
    }

    .event-site-hero__content {
        padding-bottom: 112px;
    }

    .event-site-hero__caption {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        font-size: 9px;
    }

    .event-site-hero__status {
        padding: 0;
        border: 0;
    }

    .event-details {
        margin-top: -78px;
    }

    .event-info-card {
        gap: 24px;
        padding: 24px 20px 20px;
        border-radius: 23px;
        box-shadow: 0 22px 60px rgba(47, 54, 76, 0.17);
    }

    .event-info-card__heading {
        flex-direction: column;
        gap: 13px;
    }

    .event-info-card h1 {
        font-size: clamp(34px, 11vw, 47px);
    }

    .event-meta {
        grid-template-columns: 1fr;
        margin-top: 24px;
        padding-bottom: 23px;
    }

    .event-description {
        margin-top: 23px;
        font-size: 15px;
        line-height: 1.72;
    }

    .event-action-panel {
        grid-template-columns: 1fr;
        padding: 16px;
        border-radius: 18px;
    }

    .event-action-panel__label,
    .event-action-panel__closed {
        grid-column: auto;
    }

    .event-program,
    .event-history,
    .event-news {
        padding-block: 72px;
    }

    .event-program-day {
        border-radius: 21px;
    }

    .event-program-day__header {
        gap: 13px;
        padding: 19px 18px;
    }

    .event-program-day__number {
        width: 45px;
        height: 45px;
        flex-basis: 45px;
        border-radius: 14px;
        font-size: 12px;
    }

    .event-program-item {
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 22px 18px;
    }

    .event-program-item__time {
        padding: 0;
        color: var(--event-primary, #087f8c);
    }

    .event-program-item__marker {
        display: none;
    }

    .event-program-item__kind {
        margin-top: 2px;
    }

    .event-section-heading {
        margin-bottom: 25px;
    }

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

    .event-history__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .event-history-card strong {
        padding: 11px 12px 13px;
        font-size: 11px;
    }

    .event-site-footer {
        padding-top: 44px;
    }

    .event-site-footer__top,
    .event-site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .event-site-page *,
    .event-site-page *::before,
    .event-site-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

@media print {
    .event-site-header,
    .event-action-panel,
    .event-history,
    .event-news,
    .event-site-footer,
    .event-site-skip-link {
        display: none !important;
    }

    .event-site-hero {
        min-height: 320px;
    }

    .event-site-hero--with-archive .event-site-hero__logo-stage,
    .event-site-hero__logo-stage {
        inset: 20px 20px 60px;
        padding: 0;
    }

    .event-site-hero__content {
        min-height: 320px;
        padding-bottom: 80px;
    }

    .event-details {
        margin-top: -60px;
    }

    .event-info-card {
        display: block;
        padding: 28px;
        border: 1px solid #d0d5dd;
        box-shadow: none;
    }
}
