.df-events-archive {
    padding: 56px 20px;
}

.df-events-archive__inner {
    max-width: 1080px;
    margin: 0 auto;
}

.df-events-archive__header {
    margin-bottom: 40px;
    text-align: center;
}

.df-events-archive__eyebrow {
    margin: 0 0 8px;
    font-size: 14px;
    letter-spacing: 0.08em;
    color: #4f8f65;
    font-weight: 700;
}

.df-events-archive__title {
    margin: 0;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.3;
}

.df-events-archive__lead {
    margin: 16px auto 0;
    max-width: 680px;
    line-height: 1.8;
    color: #555;
}

.df-events-archive__section {
    margin-top: 48px;
}

.df-events-archive__section-title {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.4;
}

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

.df-event-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.df-event-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.df-event-card__image {
    aspect-ratio: 16 / 10;
    background: #f3f3f3;
    overflow: hidden;
}

.df-event-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.df-event-card__body {
    padding: 18px;
}

.df-event-card__title {
    margin: 12px 0 10px;
    font-size: 18px;
    line-height: 1.5;
}

.df-event-card__meta {
    display: grid;
    gap: 4px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.df-event-empty {
    padding: 20px;
    border-radius: 14px;
    background: #f7f7f7;
    color: #555;
}

.df-event-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    background: #edf6ef;
    color: #27663a;
}

.df-event-badge--today {
    background: #fff4df;
    color: #9a5c00;
}

.df-event-badge--accepting {
    background: #e7f5ff;
    color: #1864ab;
}

.df-event-badge--soldout {
    background: #f1f3f5;
    color: #495057;
}

.df-event-badge--postponed {
    background: #fff0f6;
    color: #a61e4d;
}

.df-event-badge--cancelled {
    background: #ffe3e3;
    color: #c92a2a;
}

.df-event-badge--past {
    background: #eeeeee;
    color: #555;
}

.df-event-summary {
    margin: 0 0 36px;
    padding: 24px;
    border-radius: 20px;
    background: #fbfbf7;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.df-event-summary__header {
    margin-bottom: 18px;
}

.df-event-info {
    margin: 0;
    display: grid;
    gap: 12px;
}

.df-event-info__row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 16px;
    align-items: start;
}

.df-event-info__row dt {
    font-weight: 700;
    color: #333;
}

.df-event-info__row dd {
    margin: 0;
    color: #333;
    line-height: 1.7;
}

.df-event-info__sub {
    color: #666;
    font-size: 14px;
}

.df-event-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: #2f7d46;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.df-event-button:hover {
    opacity: 0.9;
    color: #fff;
}

.df-event-guests {
    margin-top: 28px;
}

.df-event-guests__title {
    margin: 0 0 16px;
    font-size: 20px;
}

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

.df-event-guest-card {
    padding: 18px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.df-event-guest-card__name {
    margin: 0 0 10px;
    font-size: 18px;
}

.df-event-guest-card__description {
    margin: 0 0 12px;
    color: #555;
    line-height: 1.7;
    font-size: 14px;
}

.df-event-guest-card__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.df-event-guest-card__links a {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f1f3f5;
    color: #333;
    font-size: 13px;
    text-decoration: none;
}

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

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

@media (max-width: 640px) {
    .df-events-archive {
        padding: 40px 16px;
    }

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

    .df-event-info__row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

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

    .df-event-summary {
        padding: 18px;
    }
}

.df-event-badge--active {
    background: #e6fcf5;
    color: #087f5b;
}

.df-event-card__image--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf6ef;
    color: #2f7d46;
    font-weight: 700;
    letter-spacing: 0.08em;
}