.program-preview {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  margin-top: clamp(72px, 8vw, 120px);
  padding-top: clamp(64px, 7vw, 104px);
  scroll-margin-top: 92px;
}

.program-heading {
  align-items: end;
  display: grid;
  gap: 5vw;
  grid-template-columns: 0.48fr 1.2fr 0.62fr;
  padding-bottom: clamp(48px, 6vw, 76px);
}

.program-heading h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(50px, 6vw, 98px);
  font-stretch: 75%;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.92;
  margin: 0;
  text-transform: uppercase;
}

.program-heading > p:last-child {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.program-days {
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.program-day {
  background: var(--ink);
  min-width: 0;
}

.program-day-header {
  align-items: center;
  background: var(--red);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 76px;
  padding: 18px 22px;
}

.program-day-header span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.program-day-header strong {
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: right;
  text-transform: uppercase;
}

.program-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.program-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  min-height: 190px;
  padding: 22px;
}

.program-item:last-child {
  border-bottom: 0;
}

.program-item-meta {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.program-item-meta time {
  color: var(--red);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 24px;
  letter-spacing: 0.02em;
}

.program-item-meta span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
}

.program-item h3 {
  font-size: clamp(20px, 1.75vw, 29px);
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 28px 0 22px;
}

.program-track {
  color: rgba(255, 255, 255, 0.58);
  display: block;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.program-note {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  line-height: 1.55;
  margin: 24px 0 0;
  max-width: 1040px;
}

@media (max-width: 1120px) {
  .program-heading {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .program-days {
    grid-template-columns: 1fr;
  }

  .program-item {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .program-preview {
    margin-top: 64px;
    padding-top: 56px;
  }

  .program-heading {
    gap: 28px;
    padding-bottom: 42px;
  }

  .program-heading h2 {
    font-size: clamp(40px, 11.5vw, 46px);
    overflow-wrap: break-word;
  }

  .program-day-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    min-height: 88px;
  }

  .program-day-header strong {
    text-align: left;
  }

  .program-item {
    padding: 20px;
  }

  .program-item h3 {
    font-size: 23px;
    margin-top: 24px;
  }
}
