/* 18.09.2026: the train container is removed from index.html by the installer. */
.hero--grounded[data-home-section="hero"] {
  min-height: 0;
}
.hero--grounded[data-home-section="hero"] .hero__grid.hero__grid--schedule-left {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 0;
  min-height: 0;
}
.hero--grounded[data-home-section="hero"] .hero__left-stack {
  width: 100%;
  max-width: none;
  min-height: 0;
}
/* Keep the previously requested white schedule card, without the red frame. */
.hero--grounded[data-home-section="hero"] .schedule-card--stop-time {
  background: #fff;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(30, 41, 52, .08);
}
