.agenda-page main {
    background: var(--agenda-page-bg, var(--cream));
}

.agenda-shell,
.agenda-hero {
    margin: 0 auto;
    max-width: var(--content-width);
    padding-left: var(--page-padding);
    padding-right: var(--page-padding);
}

.agenda-hero {
    padding-bottom: clamp(52px, 6vw, 78px);
    padding-top: clamp(56px, 7vw, 96px);
}

.agenda-hero .breadcrumbs {
    color: rgb(36 23 17 / 62%);
    margin-bottom: 54px;
}

.agenda-hero__grid {
    align-items: end;
    display: grid;
    gap: clamp(42px, 6vw, 86px);
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .7fr);
}

.agenda-hero .section-marker,
.agenda-section .section-marker {
    color: var(--copper);
    margin-bottom: 24px;
}

.agenda-hero h1 {
    font-family: var(--serif);
    font-size: clamp(48px, 5.8vw, 82px);
    font-weight: 400;
    letter-spacing: var(--ls-display);
    line-height: .94;
    margin: 0;
    max-width: 820px;
}

.agenda-hero__lead {
    color: rgb(36 23 17 / 84%);
    font-family: var(--serif);
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.22;
    margin: 28px 0 0;
    max-width: 860px;
}

.agenda-hero__note {
    border-left: 2px solid var(--ochre);
    color: rgb(36 23 17 / 68%);
    display: grid;
    font-family: var(--serif);
    font-size: 20px;
    gap: 8px;
    line-height: 1.35;
    padding: 9px 0 9px 24px;
}

.agenda-hero__note strong {
    color: var(--ink);
    font-family: var(--sans);
    font-size: var(--fs-caption);
    font-weight: 600;
    letter-spacing: var(--ls-label);
    text-transform: uppercase;
}

.agenda-section {
    padding: clamp(54px, 6vw, 78px) 0;
}

.agenda-section-heading {
    align-items: end;
    display: grid;
    gap: 38px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    margin-bottom: clamp(28px, 3vw, 40px);
}

.agenda-section-heading h2 {
    font-family: var(--serif);
    font-size: clamp(40px, 4.5vw, 64px);
    font-weight: 400;
    letter-spacing: var(--ls-display);
    line-height: .98;
    margin: 0;
}

.agenda-section-heading > p {
    color: rgb(36 23 17 / 68%);
    font-family: var(--sans);
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
    max-width: 540px;
    justify-self: end;
}

.agenda-featured-grid {
    display: grid;
    gap: clamp(18px, 2vw, 28px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.agenda-featured-card,
.agenda-month {
    border: 1px solid rgb(72 43 27 / 8%);
    box-shadow: 0 18px 44px rgb(45 28 21 / 4%);
}

.agenda-color-1 { background: var(--agenda-color-1); }
.agenda-color-2 { background: var(--agenda-color-2); }
.agenda-color-3 { background: var(--agenda-color-3); }
.agenda-color-4 { background: var(--agenda-color-4); }
.agenda-color-5 { background: var(--agenda-color-5); }
.agenda-color-6 { background: var(--agenda-color-6); }

.agenda-featured-card {
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: clamp(28px, 3vw, 40px);
}

.agenda-date-big {
    align-items: baseline;
    color: var(--copper);
    display: flex;
    gap: 11px;
    margin-bottom: 24px;
}

.agenda-date-big strong {
    font-family: var(--serif);
    font-size: clamp(40px, 4vw, 58px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: .9;
}

.agenda-date-big span {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: var(--ls-label);
    text-transform: uppercase;
}

.agenda-featured-card h3 {
    font-family: var(--serif);
    font-size: clamp(29px, 2.5vw, 38px);
    font-weight: 400;
    letter-spacing: var(--ls-heading);
    line-height: 1.05;
    margin: 0 0 14px;
}

.agenda-featured-card p {
    color: rgb(36 23 17 / 78%);
    font-family: var(--sans);
    font-size: 15.5px;
    line-height: 1.62;
    margin: 0;
}

.agenda-featured-card .agenda-location {
    color: var(--copper);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.agenda-featured-note {
    border-top: 1px solid rgb(72 43 27 / 15%);
    color: rgb(36 23 17 / 62%);
    font-family: var(--sans);
    font-size: 13.5px;
    line-height: 1.6;
    margin-top: auto;
    padding-top: 22px;
}


.agenda-info {
    margin-top: 16px !important;
}

.agenda-info-link {
    color: var(--copper);
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.agenda-info-link:hover,
.agenda-info-link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.agenda-event__info {
    margin-top: 9px;
}

.agenda-details {
    border-top: 1px solid rgb(72 43 27 / 15%);
    margin-top: 18px;
    padding-top: 14px;
}

.agenda-details summary {
    color: var(--copper);
    cursor: pointer;
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    list-style: none;
    outline: none;
    padding-right: 28px;
    position: relative;
    text-transform: uppercase;
}

.agenda-details summary::-webkit-details-marker {
    display: none;
}

.agenda-details summary::after {
    content: "+";
    font-family: var(--sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -2px;
}

.agenda-details[open] summary::after {
    content: "−";
}

.agenda-details summary:focus-visible {
    outline: 2px solid var(--copper);
    outline-offset: 5px;
}

.agenda-details__content {
    display: grid;
    gap: 12px;
    padding-top: 15px;
}

.agenda-details__text {
    color: rgb(36 23 17 / 72%) !important;
    line-height: 1.65 !important;
}

.agenda-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 14px;
}

.agenda-contact strong {
    color: var(--ink);
    flex-basis: 100%;
    font-family: var(--sans);
    font-weight: 600;
}

.agenda-contact a {
    color: var(--copper);
    overflow-wrap: anywhere;
    text-decoration: none;
}

.agenda-contact a:hover,
.agenda-contact a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.agenda-details--compact {
    margin-top: 10px;
    padding-top: 10px;
}

.agenda-details--compact summary {
    font-size: 11px;
}

.agenda-details--compact .agenda-details__content {
    gap: 9px;
    padding-top: 11px;
}

.agenda-status {
    background: rgb(255 255 255 / 48%);
    border: 1px solid rgb(72 43 27 / 14%);
    display: inline-block;
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1;
    margin: 0 8px 0 0;
    padding: 6px 8px;
    text-transform: uppercase;
    vertical-align: 2px;
}

.agenda-season {
    padding-top: clamp(24px, 3vw, 40px);
}

.agenda-month {
    display: grid;
    gap: 30px;
    grid-template-columns: 230px minmax(0, 1fr);
    margin-bottom: 24px;
    padding: clamp(30px, 3vw, 40px);
}

.agenda-month__title {
    align-self: start;
    position: sticky;
    top: 20px;
}

.agenda-month__index {
    color: var(--copper);
    display: block;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: var(--ls-label);
    margin-bottom: 8px;
}

.agenda-month__title h3 {
    font-family: var(--serif);
    font-size: clamp(34px, 3.2vw, 44px);
    font-weight: 400;
    letter-spacing: var(--ls-heading);
    line-height: 1;
    margin: 0;
}

.agenda-month__year {
    color: rgb(36 23 17 / 60%);
    display: block;
    font-family: var(--sans);
    font-size: 13px;
    margin-top: 8px;
}

.agenda-events {
    display: grid;
}

.agenda-event {
    border-top: 1px solid rgb(72 43 27 / 15%);
    display: grid;
    gap: 20px;
    grid-template-columns: 112px minmax(0, 1fr);
    padding: 19px 0;
}

.agenda-event:first-child {
    border-top: 0;
    padding-top: 3px;
}

.agenda-event__date {
    color: var(--copper);
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.agenda-event__title {
    font-family: var(--serif);
    font-size: 23px;
    font-weight: 500;
    line-height: 1.18;
}

.agenda-event__meta {
    color: rgb(36 23 17 / 62%);
    font-family: var(--sans);
    font-size: 13px;
    line-height: 1.58;
    margin-top: 5px;
}

.agenda-event__location {
    color: var(--copper);
    font-weight: 600;
}

.agenda-empty {
    color: rgb(36 23 17 / 58%);
    font-family: var(--serif);
    font-size: 19px;
    font-style: italic;
    margin: 2px 0;
}

@media (max-width: 980px) {
    .agenda-hero__grid,
    .agenda-section-heading {
        grid-template-columns: 1fr;
    }

    .agenda-section-heading > p {
        justify-self: start;
    }

    .agenda-hero__note {
        max-width: 680px;
    }

    .agenda-month {
        grid-template-columns: 190px minmax(0, 1fr);
    }

    .agenda-month__title {
        position: static;
    }
}

@media (max-width: 720px) {
    .agenda-hero {
        padding-top: 42px;
    }

    .agenda-hero .breadcrumbs {
        margin-bottom: 36px;
    }

    .agenda-hero h1 {
        font-size: clamp(44px, 12vw, 58px);
    }

    .agenda-hero__lead {
        font-size: 23px;
    }

    .agenda-featured-grid {
        grid-template-columns: 1fr;
    }

    .agenda-featured-card {
        min-height: 0;
    }

    .agenda-month {
        grid-template-columns: 1fr;
        margin-bottom: 18px;
        padding: 26px 22px;
    }

    .agenda-month__title {
        align-items: baseline;
        display: flex;
        gap: 10px;
    }

    .agenda-month__index,
    .agenda-month__year {
        margin: 0;
    }

    .agenda-event {
        gap: 14px;
        grid-template-columns: 86px minmax(0, 1fr);
    }

    .agenda-event__title {
        font-size: 21px;
    }
}

@media (max-width: 430px) {
    .agenda-event {
        gap: 4px;
        grid-template-columns: 1fr;
    }

    .agenda-date-big {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }
}
