/* Page Événements */

.evenements .e33-phero {
  /* styles hérités du héro global */
}

.evt-section {
  padding: 84px 0 96px;
}

.evt-section--avenir {
  background: var(--cream);
}

.evt-section--passes {
  background: #f3eaf0;
  border-top: 1px solid rgba(107, 30, 91, 0.12);
}

.evt-section--passes .evt-date {
  background: #4a3d52;
}

.evt-badge--past {
  background: rgba(74, 61, 82, 0.12);
  color: #4a3d52;
}

.evt-stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.evt-featured {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-sm);
}

.evt-featured__media {
  min-height: 160px;
  background: radial-gradient(130% 120% at 70% 10%, #f3d9c4 0%, #e6b793 55%, #cf9f7e 100%);
}

.evt-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.evt-featured__ph {
  width: 100%;
  height: 100%;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(107, 30, 91, 0.45);
}

.evt-featured__body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  padding: 32px 34px 34px;
  align-items: start;
}

.evt-featured__copy h3 {
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  color: var(--ink);
  margin: 0 0 12px;
}

.evt-featured__copy .ldc-wysiwyg {
  color: #5d5560;
  font-size: 1.02rem;
}

.evt-featured__copy .ldc-wysiwyg p {
  margin: 0 0 0.7em;
}

.evt-featured__copy .ldc-wysiwyg p:last-child {
  margin-bottom: 0;
}

.evt-featured__copy .ldc-wysiwyg ul {
  margin: 0 0 0.85em;
  padding-left: 1.15em;
}

.evt-featured__copy .ldc-wysiwyg li {
  margin: 0 0 0.35em;
}

.evt-featured__btn {
  margin-top: 22px;
}

.evt-date {
  min-width: 76px;
  padding: 12px 10px 14px;
  text-align: center;
  background: var(--grad);
  color: #fff;
  border-radius: var(--r-sm);
  line-height: 1;
}

.evt-date__day {
  display: block;
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.evt-date__month {
  display: block;
  margin-top: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.92;
}

.evt-date__year {
  display: block;
  margin-top: 4px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.88;
}

.evt-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(107, 30, 91, 0.1);
  color: var(--prune);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evt-badge--today {
  background: rgba(242, 138, 92, 0.18);
  color: var(--corail-d);
}

.evt-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.evt-meta li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.evt-meta svg,
.evt-meta img {
  flex: 0 0 auto;
  color: var(--prune);
}

.evt-empty {
  text-align: center;
  color: var(--muted);
  font-size: 1.05rem;
  padding: 40px 0;
}

@media (min-width: 901px) {
  .evt-featured {
    grid-template-columns: 236px 1fr;
  }

  .evt-featured__media,
  .evt-featured__ph {
    min-height: 100%;
  }
}

@media (max-width: 720px) {
  .evt-section {
    padding: 56px 0 72px;
  }

  .evt-featured__body {
    grid-template-columns: 1fr;
  }
}
