.schedule-hero {
  background: radial-gradient(circle at top, rgba(39, 75, 143, 0.65), transparent 60%),
              radial-gradient(circle at bottom, rgba(11, 107, 75, 0.7), transparent 55%),
              #050509;
}

.schedule-hero__content {
  position: relative;
}

.schedule-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: var(--space-8);
  align-items: center;
}

.schedule-hero__text {
  max-width: 40rem;
}

.schedule-hero__media {
  position: relative;
}

.schedule-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}

.schedule-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.schedule-hero__meta {
  margin-top: var(--space-4);
}

.schedule-hero__badge {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 0.5rem 0.9rem;
  border-radius: var(--radius-full);
  background-color: rgba(5, 5, 9, 0.9);
  border: 1px solid rgba(216, 166, 67, 0.5);
  box-shadow: var(--shadow-soft);
}

.schedule-hero__badge-text {
  font-size: var(--font-size-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: var(--space-6);
  margin-bottom: var(--space-8);
}

.section-heading--center {
  flex-direction: column;
  align-items: center;
}

.section-heading--center > * {
  max-width: 42rem;
}

.section-kicker {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-primary-strong);
  margin-bottom: var(--space-2);
}

.section-lede {
  color: var(--color-text-muted);
  max-width: 36rem;
}

.section-heading__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-2);
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-6);
}

.schedule-card__header {
  display: flex;
  justify-content: space-between;
  gap: var(--space-4);
  margin-bottom: var(--space-4);
}

.schedule-card__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.schedule-card__info p {
  margin-bottom: var(--space-1);
  color: var(--color-text-muted);
}

.schedule-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.schedule-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.schedule-block {
  gap: var(--space-8);
  align-items: flex-start;
}

.schedule-block__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.schedule-themes {
  margin-top: var(--space-6);
}

.schedule-theme__list {
  display: grid;
  gap: var(--space-2);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.schedule-live {
  gap: var(--space-8);
  align-items: center;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-6);
}

.locations-card__list {
  display: grid;
  gap: var(--space-1);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-bottom: var(--space-3);
}

.locations-card__address {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-bottom: var(--space-4);
}

.locations-card--map {
  background: radial-gradient(circle at top, rgba(39, 75, 143, 0.4), transparent 55%), var(--color-surface-elevated);
}

.locations-map__placeholder {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  display: grid;
  gap: var(--space-3);
}

.locations-map__legend {
  display: grid;
  gap: var(--space-2);
}

.schedule-quick {
  gap: var(--space-8);
  align-items: stretch;
}

.schedule-quick__list {
  display: grid;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.schedule-quick__item {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.75rem 0.9rem;
  border-radius: var(--radius-md);
  background-color: rgba(24, 26, 36, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.schedule-quick__label {
  font-size: var(--font-size-sm);
}

.schedule-quick__date {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.schedule-quick__countdown-card {
  align-self: center;
}

.schedule-quick__note {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.moments-item {
  max-height: 420px;
}

.moments-item--duplicate {
  opacity: 0.9;
}

.faq {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  gap: var(--space-3);
}

.faq-item {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: rgba(24, 26, 36, 0.95);
}

.faq-item__button {
  width: 100%;
  padding: var(--space-4) var(--space-5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  color: inherit;
  text-align: left;
}

.faq-item__question {
  font-size: var(--font-size-md);
}

.faq-item__icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(216, 166, 67, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-sm);
}

.faq-item__panel {
  padding: 0  var(--space-5) var(--space-4) var(--space-5);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.faq-cta p {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .schedule-hero__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }

  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .locations-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero {
    padding-top: var(--space-12);
    padding-bottom: var(--space-12);
  }

  .schedule-hero__grid {
    grid-template-columns: 1fr;
  }

  .schedule-hero__media {
    order: -1;
  }

  .schedule-hero__badge {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-heading__actions {
    justify-content: flex-start;
  }

  .schedule-quick {
    grid-template-columns: 1fr;
  }

  .schedule-quick__countdown-card {
    order: -1;
  }
}

@media (max-width: 640px) {
  .schedule-card__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .schedule-card__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-item__button {
    padding: var(--space-3) var(--space-4);
  }

  .faq-item__panel {
    padding: 0 var(--space-4) var(--space-3) var(--space-4);
  }
}
