.event-season {
    --season-ink: #11100d;
    --season-paper: #f7f0e5;
    position: relative;
    overflow: hidden;
    padding: clamp(88px, 10vw, 150px) 0;
    color: var(--season-paper);
    background:
        radial-gradient(circle at 88% 8%, rgba(113, 214, 255, .12), transparent 25%),
        radial-gradient(circle at 8% 75%, rgba(255, 45, 122, .11), transparent 24%),
        #11100d;
}

.season-inner {
    position: relative;
    z-index: 2;
    width: min(1440px, calc(100% - 64px));
    margin: 0 auto;
}

.season-head {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
    gap: clamp(36px, 7vw, 110px);
    align-items: end;
    margin-bottom: clamp(56px, 8vw, 110px);
}

.season-kicker {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 24px;
    color: #a9a198;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2em;
}

.season-head h2 {
    max-width: 720px;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: clamp(40px, 4.8vw, 68px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.045em;
}

.season-head > p {
    max-width: 520px;
    margin: 0 0 8px;
    color: #c7beb3;
    font-size: clamp(17px, 1.4vw, 21px);
    line-height: 1.62;
}

.season-orbit {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
    pointer-events: none;
}

.orbit-one {
    top: 12%;
    right: -210px;
    width: 520px;
    height: 520px;
}

.orbit-two {
    bottom: 15%;
    left: -140px;
    width: 330px;
    height: 330px;
}

.season-story {
    display: grid;
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.65fr);
    gap: clamp(28px, 5vw, 80px);
    align-items: start;
    padding: clamp(32px, 4vw, 58px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: clamp(24px, 3vw, 44px);
    background: rgba(255, 255, 255, .035);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .26);
}

.season-story + .season-story {
    margin-top: clamp(32px, 5vw, 72px);
}

.story-kenan {
    background: linear-gradient(135deg, rgba(113, 214, 255, .1), rgba(255, 255, 255, .03) 42%);
}

.story-melike {
    background: linear-gradient(135deg, rgba(255, 45, 122, .09), rgba(255, 255, 255, .03) 42%);
}

.story-onemore {
    background: linear-gradient(135deg, rgba(190, 169, 151, .15), rgba(255, 255, 255, .03) 46%);
}

.story-onemore .story-type {
    color: #d7bca8;
}

.season-copy {
    position: sticky;
    top: 120px;
    padding-top: 4px;
}

.story-no {
    display: block;
    margin-bottom: clamp(34px, 5vw, 64px);
    color: rgba(255, 255, 255, .19);
    font-family: "Inter", sans-serif;
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 700;
    line-height: .9;
}

.story-type {
    margin: 0 0 12px;
    color: var(--yellow);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
}

.story-kenan .story-type {
    color: #71d6ff;
}

.story-melike .story-type {
    color: #ff4d91;
}

.season-copy h3 {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: clamp(32px, 3.2vw, 48px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -.035em;
}

.story-note {
    max-width: 390px;
    margin: 22px 0 30px;
    color: #bbb2a8;
    font-size: 16px;
    line-height: 1.55;
}

.date-stack {
    display: grid;
    gap: 10px;
}

.event-date {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 12px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.event-date .date-status {
    grid-column: 1 / -1;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

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

.event-date > span:last-child {
    color: #9f978e;
    font-size: 13px;
    text-align: right;
}

.event-date.is-past .date-status {
    color: #48d7c7;
}

.event-date.is-upcoming .date-status {
    color: var(--yellow);
}

.season-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(10px, 1.4vw, 20px);
}

.season-gallery figure {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    margin: 0;
    border-radius: clamp(15px, 1.8vw, 26px);
    background: #070707;
}

.season-gallery .gallery-wide {
    grid-column: 1 / -1;
    min-height: 0;
    aspect-ratio: 4000 / 1459;
}

.season-gallery.single-poster {
    display: block;
    width: min(100%, 520px);
    justify-self: end;
}

.season-gallery .gallery-poster-full {
    min-height: 0;
    aspect-ratio: 4000 / 7111;
}

.season-gallery .gallery-poster-full img {
    object-fit: contain;
}

.season-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.season-gallery figure:hover img {
    transform: scale(1.025);
}

.season-gallery .gallery-captioned {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
}

.season-gallery .gallery-captioned img {
    min-height: 0;
}

.season-gallery figcaption {
    position: static;
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: #fff;
    background: #171613;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.season-outro {
    display: grid;
    grid-template-columns: .7fr 1.7fr;
    gap: 32px;
    align-items: start;
    margin-top: clamp(60px, 9vw, 120px);
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .19);
}

.season-outro span {
    color: var(--yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
}

.season-outro p {
    max-width: 870px;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: clamp(24px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -.035em;
}

@media (max-width: 980px) {
    .season-inner {
        width: min(100% - 36px, 760px);
    }

    .season-head,
    .season-story {
        grid-template-columns: 1fr;
    }

    .season-copy {
        position: static;
    }

    .story-no {
        margin-bottom: 34px;
    }

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

    .season-gallery {
        grid-template-columns: 1fr;
    }

    .season-gallery .gallery-wide {
        grid-column: auto;
    }

    .season-gallery figure {
        min-height: 0;
    }

    .season-gallery .gallery-captioned img {
        height: auto;
        object-fit: contain;
    }

    .season-gallery.single-poster {
        justify-self: center;
    }
}

@media (max-width: 600px) {
    .event-season {
        padding: 76px 0;
    }

    .season-inner {
        width: min(100% - 24px, 520px);
    }

    .season-head {
        gap: 24px;
        margin-bottom: 42px;
    }

    .season-head h2 {
        font-size: clamp(36px, 10vw, 46px);
    }

    .season-story {
        gap: 28px;
        padding: 18px;
        border-radius: 24px;
    }

    .date-stack,
    .season-gallery {
        grid-template-columns: 1fr;
    }

    .season-gallery .gallery-wide {
        grid-column: auto;
        aspect-ratio: 4000 / 1459;
    }

    .season-gallery .gallery-poster-full {
        aspect-ratio: 4000 / 7111;
    }

    .season-gallery figure {
        min-height: 0;
        aspect-ratio: auto;
        border-radius: 16px;
    }

    .season-gallery .gallery-captioned {
        aspect-ratio: auto;
    }

    .season-gallery .gallery-captioned:not(.gallery-poster-full) img {
        height: auto;
        aspect-ratio: auto;
        object-fit: contain;
    }

    .season-gallery .gallery-wide img {
        object-fit: cover;
    }

    .season-outro {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .season-gallery img {
        transition: none;
    }
}
