.schedule-hero {
  padding-top: var(--space-16);
  padding-bottom: var(--space-12);
}

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

.schedule-breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.schedule-breadcrumbs li+li::before {
  content: "/";
  margin-right: 0.5rem;
  color: var(--color-text-muted);
}

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

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

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

.schedule-hero__visual {
  display: flex;
  justify-content: flex-end;
}

.schedule-hero__image-card {
  max-width: 420px;
  width: 100%;
}

.schedule-hero__image-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: var(--space-4);
}

.schedule-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-3);
  font-size: var(--font-size-sm);
}

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

.schedule-hero__stat-value {
  font-weight: 600;
}

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

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

.section-lead {
  max-width: 40rem;
}

.section-heading__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.schedule-calendar__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 2.2fr);
  gap: var(--space-6);
}

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

.schedule-filter-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.schedule-filter-btn {
  width: 100%;
  text-align: left;
  padding: 0.55rem 0.85rem;
  border-radius: var(--radius-md);
  background: rgba(5, 8, 20, 0.75);
  border: 1px solid var(--color-border-subtle);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  cursor: pointer;
  transition: background var(--transition-base), border-color var(--transition-base), color var(--transition-base), transform var(--transition-fast);
}

.schedule-filter-btn:hover {
  background: rgba(59, 177, 255, 0.08);
  border-color: var(--color-primary);
  color: var(--color-text);
}

.schedule-filter-btn.is-active {
  background: var(--color-primary-soft);
  border-color: var(--color-primary);
  color: var(--color-text);
}

.schedule-calendar__note-title {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-2);
}

.schedule-month-block__header {
  margin-bottom: var(--space-4);
}

.schedule-month-block__agenda {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

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

.schedule-feature-card__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: var(--space-4);
  align-items: center;
}

.schedule-feature-image-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.schedule-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: var(--space-2);
}

.schedule-list li::before {
  content: "";
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  margin-right: 0.5rem;
  background: linear-gradient(135deg, var(--color-accent-copper), var(--color-primary));
}

.schedule-steps {
  margin: 0;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.schedule-steps li {
  color: var(--color-text-muted);
}

.schedule-steps strong {
  color: var(--color-text);
}

.schedule-card-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
  align-items: center;
}

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

.schedule-venues__image-wrapper {
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.schedule-participation__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.2fr);
  gap: var(--space-6);
  margin-top: var(--space-4);
}

.schedule-archive__header {
  display: flex;
  justify-content: space-between;
  gap: var(--space-6);
  align-items: flex-end;
  margin-bottom: var(--space-4);
}

.schedule-archive__media-hint {
  margin-bottom: var(--space-4);
}

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

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

  .schedule-hero__visual {
    justify-content: flex-start;
  }

  .schedule-calendar__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .schedule-feature-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .schedule-venues__grid,
  .schedule-participation__grid,
  .schedule-feature-card__grid,
  .schedule-archive__header {
    grid-template-columns: minmax(0, 1fr);
  }
}

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

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

  .schedule-hero__cta-group,
  .schedule-card-cta,
  .schedule-archive__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .schedule-hero__stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .schedule-breadcrumbs ol {
    font-size: var(--font-size-xs);
  }
}
