/* Public landing event cards are deliberately independent of the discovery
   page utility styles.  Keep the palette warm and the component touchable. */
.wknd-home .landing-events {
  padding-block: 76px 82px;
  background: #f8f0e5;
  border-block: 1px solid #d9c9af;
}

.wknd-home .landing-events-inner {
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: 28px;
}

.wknd-home .landing-events-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.wknd-home .landing-events-heading h2 {
  max-width: 620px;
  margin: 10px 0 0;
}

.wknd-home .landing-events-kicker {
  margin: 0;
  color: #6649a8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wknd-home .landing-events-kicker::before {
  display: inline-block;
  width: 18px;
  height: 2px;
  margin: 0 8px 3px 0;
  background: #e85d4a;
  content: "";
}

.wknd-home .landing-events-intro {
  max-width: 420px;
  margin: 0;
  color: #596474;
  font-size: 15px;
  line-height: 1.6;
}

.wknd-home .landing-events-browse {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 18px;
  color: #172335;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #e85d4a;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.wknd-home .landing-events-status,
.wknd-home .landing-events-empty,
.wknd-home .landing-events-error {
  margin-top: 32px;
  padding: 22px;
  border: 1px solid #d9ddd6;
  border-radius: 8px;
  background: #fffdf9;
  color: #596474;
  font-size: 14px;
  line-height: 1.55;
}

.wknd-home .landing-events-status[data-state="loading"] {
  color: #172335;
}

.wknd-home .landing-events-status[data-state="refreshing"] {
  color: #172335;
}

.wknd-home .landing-events-stale {
  margin: 18px 0 0;
  color: #713f12;
  font-size: 13px;
  line-height: 1.5;
}

.wknd-home .landing-events-error {
  border-color: #e8a38e;
  background: #fff8f4;
  color: #713f12;
}

.wknd-home .landing-events-error button {
  min-height: 44px;
  margin-top: 14px;
  padding: 9px 14px;
  border: 1px solid #172335;
  border-radius: 5px;
  background: #172335;
  color: #fbfaf6;
  font: 800 13px Manrope, system-ui, sans-serif;
  cursor: pointer;
}

.wknd-home .landing-events-filters {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.wknd-home .landing-events-filter {
  display: grid;
  min-width: 160px;
  gap: 5px;
  color: #596474;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.wknd-home .landing-events-filter:first-child {
  min-width: min(300px, 100%);
  flex: 1 1 250px;
}

.wknd-home .landing-events-filter input,
.wknd-home .landing-events-filter select {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  padding: 9px 11px;
  border: 1px solid #bdc8c4;
  border-radius: 5px;
  background: #fffdf9;
  color: #172335;
  font: 500 14px Manrope, system-ui, sans-serif;
}

.wknd-home .landing-events-filter input:focus-visible,
.wknd-home .landing-events-filter select:focus-visible,
.wknd-home .landing-events-refresh:focus-visible,
.wknd-home .landing-events-error button:focus-visible,
.wknd-home .landing-event-source-link:focus-visible,
.wknd-home .landing-event-ticket:focus-visible,
.wknd-home .landing-event-source-fallback:focus-visible {
  outline: 3px solid #e85d4a;
  outline-offset: 2px;
}

.wknd-home .landing-events-refresh {
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid #172335;
  border-radius: 5px;
  background: #172335;
  color: #fbfaf6;
  font: 800 13px Manrope, system-ui, sans-serif;
  cursor: pointer;
}

.wknd-home .landing-events-results {
  margin: 12px 0 -18px;
  color: #596474;
  font-size: 12px;
}

.wknd-home .landing-events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.wknd-home .landing-event-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d9ddd6;
  border-radius: 8px;
  background: #fffdf9;
  color: #172335;
  text-decoration: none;
  box-shadow: 5px 5px 0 rgba(23, 35, 53, .08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.wknd-home .landing-event-card:hover {
  transform: translateY(-3px);
  box-shadow: 7px 8px 0 rgba(23, 35, 53, .1);
}

.wknd-home .landing-event-card:focus-visible {
  outline: 3px solid #e85d4a;
  outline-offset: 3px;
}

.wknd-home .landing-event-photo {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e6efea;
}

.wknd-home .landing-event-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wknd-home .landing-event-photo-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #172335;
  font-size: 30px;
  font-weight: 800;
}

.wknd-home .landing-event-body {
  flex: 0 0 auto;
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: 18px;
}

.wknd-home .landing-event-title {
  margin: 0;
  font-size: 21px;
  line-height: 1.14;
}

.wknd-home .landing-event-meta {
  display: grid;
  gap: 4px;
  margin: 0;
  color: #596474;
  font-size: 13px;
  line-height: 1.4;
}

.wknd-home .landing-event-meta span {
  display: block;
}

.wknd-home .landing-event-source {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  color: #596474;
  font-size: 12px;
  line-height: 1.4;
}

.wknd-home .landing-event-source-link,
.wknd-home .landing-event-ticket,
.wknd-home .landing-event-source-fallback {
  padding: 0;
  border: 0;
  background: transparent;
  color: #172335;
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #e85d4a;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  cursor: pointer;
}

.wknd-home .landing-event-access {
  display: grid;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}

.wknd-home .landing-event-access-note {
  color: #596474;
  font-size: 11px;
  line-height: 1.4;
}

.wknd-home .landing-event-access-note--stale {
  color: #713f12;
  font-weight: 700;
}

.wknd-home .landing-event-cta {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  color: #172335;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 760px) {
  .wknd-home .landing-events {
    padding-block: 56px 62px;
  }

  .wknd-home .landing-events-inner {
    padding-inline: 22px;
  }

  .wknd-home .landing-events-heading {
    display: block;
  }

  .wknd-home .landing-events-intro {
    margin-top: 18px;
  }

  .wknd-home .landing-events-grid {
    grid-template-columns: 1fr;
  }

  .wknd-home .landing-events-filters {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wknd-home .landing-events-filter,
  .wknd-home .landing-events-filter:first-child {
    min-width: 0;
  }

  .wknd-home .landing-event-card {
    display: grid;
    grid-template-columns: minmax(116px, .42fr) minmax(0, 1fr);
  }

  .wknd-home .landing-event-photo {
    min-height: 0;
    aspect-ratio: auto;
  }

  .wknd-home .landing-event-body {
    align-content: center;
    padding: 15px;
  }

  .wknd-home .landing-event-title {
    font-size: 18px;
  }
}

@media (max-width: 390px) {
  .wknd-home .landing-events-inner {
    padding-inline: 18px;
  }

  .wknd-home .landing-event-card {
    display: flex;
  }

  .wknd-home .landing-event-photo {
    aspect-ratio: 16 / 9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wknd-home .landing-event-card {
    transition: none;
  }
}