.schedule-section {
  width: min(980px, calc(100% - var(--page-gutter)));
  margin: clamp(36px, 6vw, 74px) auto;
}

.schedule-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 44px);
  border-radius: 26px;

  border: 2px solid rgba(216, 198, 166, 0.32);
  background:
    linear-gradient(135deg, rgba(18, 18, 16, 0.9), rgba(52, 29, 18, 0.86)),
    radial-gradient(circle at 18% 20%, rgba(255, 153, 58, 0.18), transparent 34%),
    radial-gradient(circle at 88% 70%, rgba(47, 157, 162, 0.18), transparent 36%);

  box-shadow:
    inset 0 0 28px rgba(255, 220, 140, 0.08),
    0 18px 38px rgba(35, 15, 7, 0.35);
}

.schedule-panel::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(216, 198, 166, 0.22);
  border-radius: 20px;
  pointer-events: none;
}

.schedule-kicker {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  color: #57cfff;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(87, 207, 255, 0.35);
}

.schedule-panel h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  color: #fff2b2;
  font-family: "Teko", Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.55);
}

.schedule-intro,
.schedule-loading {
  position: relative;
  z-index: 2;
  color: #f4f0e8;
  font-weight: 700;
  line-height: 1.5;
}

.event-schedule {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.event-card {
  display: grid;
  grid-template-columns: minmax(110px, 0.35fr) minmax(0, 1fr);
  gap: 16px;

  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(216, 198, 166, 0.28);

  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.38), rgba(70, 38, 20, 0.32));
}

.event-date {
  color: #ff9a3d;
  font-family: "Teko", Arial, Helvetica, sans-serif;
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}

.event-time {
  margin-top: 4px;
  color: #d8c6a6;
  font-weight: 900;
}

.event-title {
  margin: 0;
  color: #fff2b2;
  font-family: "Teko", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
}

.event-location {
  margin-top: 4px;
  color: #57cfff;
  font-weight: 900;
}

.event-details {
  margin-top: 8px;
  color: #f4f0e8;
  font-weight: 700;
  line-height: 1.45;
}

.event-day {
  display: grid;
  gap: 12px;
}

.event-day + .event-day {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px dashed rgba(216, 198, 166, 0.28);
}

.event-day-header {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(216, 198, 166, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 154, 61, 0.16), rgba(0, 0, 0, 0.32));
}

.event-day-title {
  margin: 0;
  color: #fff2b2;
  font-family: "Teko", Arial, Helvetica, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.event-day-hours {
  margin-top: 4px;
  color: #57cfff;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.event-day-list {
  display: grid;
  gap: 12px;
}

.event-time-block {
  display: flex;
  align-items: flex-start;
}

.event-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 16px;
}

.event-card .event-time {
  color: #ff9a3d;
  font-family: "Teko", Arial, Helvetica, sans-serif;
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.event-title {
  margin: 0;
  color: #fff2b2;
  font-family: "Teko", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
}

.schedule-print-row {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.print-schedule-button {
  border: 2px solid rgba(255, 218, 130, 0.75);
  border-radius: 14px;
  padding: 12px 20px;

  color: #fff2b2;
  background:
    linear-gradient(180deg, rgba(95, 49, 22, 0.95), rgba(28, 18, 13, 0.95));

  font-family: "Teko", Arial, Helvetica, sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  cursor: pointer;
  box-shadow:
    inset 0 0 12px rgba(255, 218, 130, 0.16),
    0 8px 18px rgba(0, 0, 0, 0.35);
}

.print-schedule-button:hover {
  color: #ffffff;
  border-color: #ff9a3d;
}

@media print {
  @page {
    size: letter portrait;
    margin: 0.45in;
  }

  body {
    background: #f0dfb3 !important;
    color: #24170e !important;
  }

  .top-bar,
  .hero,
  .about-section,
  .content-band,
  .pipboy-section,
  .poster-strip,
  .footer-callout,
  .schedule-print-row {
    display: none !important;
  }

  .page-shell {
    padding-top: 0 !important;
  }

  .page-shell::before {
    display: none !important;
  }

  .schedule-section {
    width: 100% !important;
    margin: 0 !important;
  }

  .schedule-panel {
    border: 4px solid #3b2515 !important;
    border-radius: 0 !important;
    padding: 0.35in !important;

    color: #24170e !important;
    background:
      linear-gradient(135deg, rgba(255, 244, 204, 0.92), rgba(199, 156, 91, 0.42)),
      repeating-linear-gradient(
        -8deg,
        rgba(80, 45, 20, 0.06) 0px,
        rgba(80, 45, 20, 0.06) 2px,
        transparent 2px,
        transparent 9px
      ) !important;

    box-shadow: none !important;
  }

  .schedule-panel::before {
    inset: 0.14in !important;
    border: 2px dashed rgba(59, 37, 21, 0.38) !important;
    border-radius: 0 !important;
  }

  .schedule-kicker {
    color: #7b351b !important;
    text-shadow: none !important;
  }

  .schedule-panel h2 {
    color: #24170e !important;
    text-shadow: none !important;
    border-bottom: 3px solid #3b2515;
    padding-bottom: 8px;
  }

  .schedule-intro,
  .schedule-loading {
    color: #3b2515 !important;
    text-shadow: none !important;
  }

  .event-day {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .event-day + .event-day {
    border-top: 2px dashed rgba(59, 37, 21, 0.45) !important;
  }

  .event-day-header {
    border: 2px solid #3b2515 !important;
    background: rgba(255, 225, 160, 0.58) !important;
  }

  .event-day-title {
    color: #24170e !important;
    text-shadow: none !important;
  }

  .event-day-hours {
    color: #7b351b !important;
  }

  .event-card {
    break-inside: avoid;
    page-break-inside: avoid;

    border: 2px solid rgba(59, 37, 21, 0.42) !important;
    background: rgba(255, 245, 215, 0.58) !important;
  }

  .event-card .event-time {
    color: #8a3d1c !important;
    text-shadow: none !important;
  }

  .event-title {
    color: #24170e !important;
    text-shadow: none !important;
  }

  .event-location {
    color: #1e5b63 !important;
  }

  .event-details {
    color: #3b2515 !important;
  }
}

@media (max-width: 640px) {
  .event-card {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .event-time-block {
    display: block;
  }

  .event-card .event-time {
    display: block;
    white-space: nowrap;
    color: #ff9a3d;
    font-family: "Teko", Arial, Helvetica, sans-serif;
    font-size: 1.45rem;
    line-height: 1;
    text-transform: uppercase;
  }
}

