.festival-program {
    padding-bottom: 80px;
}

.program-links {
    height: auto;
    min-height: 100px;
    margin-bottom: 22px;
}

.program-intro {
    max-width: 760px;
    margin: 0 auto 34px;
    padding: 0 24px;
    color: #d8d8d8;
    font-size: 21px;
    line-height: 1.7;
    text-align: center;
}

.program-list {
    display: grid;
    gap: 24px;
    width: min(920px, calc(100% - 40px));
    margin: 0 auto;
}

.program-event {
    display: grid;
    grid-template-columns: 190px 1fr;
    overflow: hidden;
    border: 1px solid rgba(164, 128, 68, 0.6);
    border-radius: 12px;
    background: #151515;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.program-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 210px;
    padding: 28px 24px;
    background: linear-gradient(145deg, #a48044, #6f542c);
    color: #fff;
    text-align: center;
    align-self: start;
}

.program-date-day {
    font-family: "Oswald", sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
}

.program-date-month {
    margin-top: 9px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.program-date-year {
    margin-top: 5px;
    font-size: 17px;
    letter-spacing: 1px;
    opacity: 0.9;
}

.program-details {
    padding: 28px 32px 30px;
}

.program-details h2 {
    margin: 0 0 22px;
    color: #d4b073;
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25;
}

.program-meta {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 6px 10px;
    margin-top: 14px;
    color: #e2e2e2;
    font-size: 16px;
    line-height: 1.55;
}

.program-meta i {
    margin-top: 5px;
    color: #a48044;
    text-align: center;
}

.program-meta-label {
    display: block;
    margin-bottom: 2px;
    color: #a48044;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.program-meta p {
    margin: 0;
}

.program-repertoire {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(164, 128, 68, 0.45);
}

.program-repertoire h3 {
    margin: 0 0 20px;
    color: #d4b073;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.program-work {
    padding: 0 0 18px;
}

.program-work + .program-work {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.program-work:last-child {
    padding-bottom: 0;
}

.program-work h4 {
    margin: 0;
    color: #c49a54;
    font-family: "Raleway", sans-serif;
    font-size: 17px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.45;
}

.program-work h4 > span:not(.composer-separator) {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.45;
}

.composer-separator {
    display: inline-block;
    width: 1px;
    height: 1.25em;
    margin: 0 0.55em;
    background: currentColor;
    opacity: 0.7;
    vertical-align: -0.25em;
}

.program-work h4 em {
    font-weight: inherit;
}

.program-movements {
    margin: 9px 0 0;
    padding: 2px 0 2px 12px;
    border-left: 1px solid rgba(196, 154, 84, 0.32);
    color: #aaa;
    font-size: 13px;
    line-height: 1.55;
    list-style: none;
    counter-reset: movement;
}

.program-movements li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: baseline;
    padding: 3px 0;
    text-align: left;
    counter-increment: movement;
}

.program-movements li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.025);
}

.program-movements li::before {
    color: #8f7448;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    content: counter(movement, upper-roman) ".";
}

.program-work-featured {
    margin-top: 4px;
}

@media (prefers-reduced-motion: reduce) {
    .program-event[data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

@media (max-width: 700px) {
    .program-event {
        grid-template-columns: 1fr;
    }

    .program-date {
        min-height: 0;
        padding: 20px;
        align-self: stretch;
    }

    .program-date-day {
        font-size: 36px;
    }

    .program-details {
        padding: 24px 22px 28px;
    }

    .program-details h2 {
        font-size: 24px;
    }

    .program-repertoire {
        margin-top: 24px;
        padding-top: 20px;
    }

    .program-work h4 {
        font-size: 16px;
    }

    .program-work h4 > span:not(.composer-separator) {
        font-size: 18px;
    }

    .program-movements {
        padding-right: 10px;
        padding-left: 10px;
    }

    .program-movements li {
        grid-template-columns: 30px minmax(0, 1fr);
    }
}
