/* Public Schedule page, based on the approved Schedule(final).png system. */

.secret-schedule-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 15%, rgba(62, 7, 14, .1), transparent 32%),
    #020202;
}

.schedule-artwork-header {
  display: none;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #020202;
}

.schedule-artwork-banner {
  position: relative;
  display: block;
  width: 100%;
  height: clamp(300px, 25vw, 460px);
  overflow: hidden;
  background: #000;
}

.schedule-artwork-banner > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.schedule-artwork-header__brand {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  width: 25.18%;
  height: 100%;
  align-items: center;
}

.schedule-artwork-header__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.schedule-artwork-header__brand:focus-visible {
  outline: 2px solid #ff3047;
  outline-offset: -2px;
}

.schedule-artwork-header__navigation {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 73.264%;
  height: auto;
}

.schedule-artwork-header .schedule-artwork-hotspots {
  right: 0;
  left: auto;
  width: 73.264%;
}

.schedule-artwork-hotspots {
  position: absolute;
  inset: 0;
}

.schedule-artwork-hotspot {
  position: absolute;
  cursor: pointer;
}

.schedule-artwork-hotspot:focus-visible {
  z-index: 2;
  outline: 2px solid #ff3047;
  outline-offset: -3px;
  background: rgba(255, 48, 71, .08);
}

.secret-schedule-page .site-header {
  border-bottom-color: rgba(143, 21, 34, .3);
  background: rgba(2, 2, 2, .97);
}

.schedule-page {
  overflow: hidden;
  background: #020202;
}

.schedule-desktop-canvas {
  width: 100%;
  max-width: 2048px;
  margin-inline: auto;
  overflow: hidden;
  background: #020202;
}

.schedule-hero {
  display: none;
  position: relative;
  min-height: clamp(310px, 25vw, 420px);
  overflow: hidden;
  border-bottom: 1px solid rgba(143, 21, 34, .2);
  background:
    radial-gradient(circle at 65% 25%, rgba(41, 13, 25, .24), transparent 42%),
    linear-gradient(180deg, #030306, #020202 92%);
}

.schedule-hero__inner {
  display: grid;
  position: relative;
  min-height: inherit;
  align-items: center;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
}

.schedule-hero__copy {
  position: relative;
  z-index: 2;
  padding-block: clamp(52px, 6vw, 92px);
}

.schedule-hero__title {
  margin: 0 0 15px;
  color: rgba(19, 2, 5, .22);
  font-family: var(--font-utility);
  font-size: clamp(60px, 6.2vw, 100px);
  font-weight: 500;
  letter-spacing: .055em;
  line-height: .88;
  text-transform: uppercase;
  -webkit-text-stroke: 1.5px var(--secret-neon-soft);
  text-shadow: var(--glow-sign);
}

.schedule-hero__subtitle {
  margin: 0 0 16px;
  color: var(--secret-ivory);
  font-size: clamp(17px, 1.6vw, 24px);
  font-weight: 500;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.schedule-hero__intro {
  max-width: 420px;
  margin: 0;
  color: var(--secret-ivory-muted);
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.55;
}

.schedule-hero__media {
  position: absolute;
  right: clamp(-90px, -5vw, -40px);
  bottom: -22%;
  width: min(72%, 1030px);
  height: 126%;
  margin: 0;
  opacity: .9;
  mask-image: linear-gradient(90deg, transparent 0, #000 18%, #000 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18%, #000 90%, transparent 100%);
}

.schedule-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .22), transparent 40%, rgba(0, 0, 0, .25));
  content: "";
}

.schedule-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  filter: saturate(.82) contrast(1.08) brightness(.67);
}

.schedule-content {
  padding-block: clamp(28px, 4vw, 58px) clamp(24px, 3vw, 40px);
  background:
    radial-gradient(circle at 70% 15%, rgba(91, 10, 20, .06), transparent 28%),
    #020202;
}

.schedule-dynamic {
  background: #020202;
}

.schedule-toolbar {
  display: grid;
  min-height: 74px;
  padding: 12px 18px 12px 28px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  border: 1px solid rgba(107, 63, 31, .56);
  border-radius: 3px;
  background: rgba(3, 3, 3, .9);
  box-shadow: inset 0 0 25px rgba(56, 22, 7, .08);
}

.schedule-toolbar__title {
  display: flex;
  margin: 0;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  font-family: var(--font-utility);
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 500;
  letter-spacing: .085em;
  line-height: 1.35;
  text-transform: uppercase;
}

.schedule-toolbar__title span,
.schedule-toolbar__title b {
  color: var(--secret-ivory-muted);
  font-weight: 500;
}

.schedule-toolbar__title strong {
  color: var(--secret-neon);
  font-weight: 600;
}

.schedule-filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(185px, 1fr));
  gap: 12px;
}

.schedule-filter select {
  min-width: 185px;
  min-height: 46px;
  padding: 9px 42px 9px 17px;
  border-color: rgba(255, 255, 255, .24);
  border-radius: 2px;
  background-color: #050505;
  color: var(--secret-ivory-muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.schedule-days {
  display: grid;
  margin-top: 18px;
  gap: 12px;
}

.schedule-day {
  display: grid;
  min-height: 106px;
  grid-template-columns: 150px minmax(0, 1fr);
  border: 1px solid rgba(107, 63, 31, .62);
  border-radius: 3px;
  background: rgba(2, 2, 2, .88);
  box-shadow: inset 0 0 28px rgba(52, 17, 6, .055);
}

.schedule-day[hidden],
.schedule-row[hidden] {
  display: none !important;
}

.schedule-day__date {
  display: flex;
  padding: 18px 25px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-right: 1px solid rgba(107, 63, 31, .55);
}

.schedule-day__date h3 {
  margin: 0 0 8px;
  color: var(--secret-neon);
  font-family: var(--font-utility);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.2;
}

.schedule-day__date p {
  margin: 0;
  color: var(--secret-ivory-muted);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.2;
}

.schedule-day--carryover .schedule-day__date {
  box-shadow: inset 3px 0 0 rgba(255, 48, 71, .45);
}

.schedule-day__assignments {
  min-width: 0;
  padding-inline: 26px;
}

.schedule-row {
  display: grid;
  min-height: 58px;
  align-items: center;
  grid-template-columns: minmax(220px, 1.4fr) minmax(180px, 1fr) minmax(140px, .8fr) 116px;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .075);
  color: var(--secret-ivory-muted);
  font-size: 13px;
}

.schedule-row:last-of-type {
  border-bottom: 0;
}

.schedule-row p {
  margin: 0;
}

.schedule-row__profile {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
}

.schedule-row__profile strong {
  overflow: hidden;
  color: var(--secret-neon);
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.schedule-avatar {
  display: grid;
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(255, 48, 71, .75);
  border-radius: 50%;
  background: var(--secret-oxblood);
  box-shadow: 0 0 10px rgba(255, 48, 71, .14);
  color: var(--secret-ivory);
  font-size: 13px;
  text-decoration: none;
}

.schedule-avatar img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: var(--schedule-avatar-x) var(--schedule-avatar-y);
  transform: scale(var(--schedule-avatar-zoom));
  transform-origin: var(--schedule-avatar-x) var(--schedule-avatar-y);
}

.schedule-row__time {
  white-space: nowrap;
}

.schedule-row__location {
  color: var(--secret-ivory-muted);
}

.schedule-row__profile-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: flex-end;
  color: var(--secret-neon);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.schedule-row__profile-link--disabled {
  color: rgba(255, 48, 71, .5);
  cursor: not-allowed;
}

.schedule-row__name-link {
  color: inherit;
  text-decoration: none;
}

.schedule-avatar:focus-visible,
.schedule-row__name-link:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--secret-champagne);
  outline-offset: 3px;
}

.schedule-unavailable {
  padding: clamp(40px, 7vw, 84px);
  border: 1px solid rgba(107, 63, 31, .55);
  text-align: center;
}

.schedule-unavailable h3 {
  color: var(--secret-neon-soft);
}

.schedule-publication-note {
  display: flex;
  margin: 18px 0 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--secret-muted);
  font-size: 12px;
  text-align: center;
}

.schedule-publication-note > span {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid var(--secret-muted);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 11px;
}

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

  .schedule-filters {
    width: 100%;
  }

  .schedule-row {
    grid-template-columns: minmax(190px, 1.25fr) minmax(155px, .9fr) minmax(110px, .7fr) 100px;
    gap: 12px;
  }

}

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

  .schedule-hero__copy {
    max-width: 520px;
  }

  .schedule-hero__media {
    right: -32%;
    width: 100%;
    opacity: .58;
  }

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

  .schedule-day__date {
    padding-inline: 18px;
  }

  .schedule-day__assignments {
    padding-inline: 18px;
  }

  .schedule-row {
    padding-block: 12px;
    grid-template-columns: minmax(180px, 1fr) minmax(150px, .8fr) minmax(100px, .55fr);
    gap: 8px 16px;
  }

  .schedule-row__profile-link {
    grid-column: 3;
  }
}

@media (max-width: 680px) {
  .schedule-hero {
    min-height: 420px;
  }

  .schedule-hero__inner {
    align-items: flex-start;
  }

  .schedule-hero__copy {
    padding-top: 62px;
  }

  .schedule-hero__title {
    font-size: clamp(48px, 16vw, 72px);
    letter-spacing: .02em;
  }

  .schedule-hero__media {
    right: -45%;
    bottom: -23%;
    width: 150%;
    height: 92%;
    mask-image: linear-gradient(90deg, transparent, #000 24%, #000);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 24%, #000);
  }

  .schedule-toolbar {
    padding: 18px;
  }

  .schedule-toolbar__title {
    display: grid;
    gap: 5px;
  }

  .schedule-toolbar__title b {
    display: none;
  }

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

  .schedule-filter select {
    min-width: 0;
  }

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

  .schedule-day__date {
    display: flex;
    padding: 15px 18px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-right: 0;
    border-bottom: 1px solid rgba(107, 63, 31, .55);
    text-align: center;
  }

  .schedule-day__date h3 {
    margin: 0;
  }

  .schedule-day__date p {
    font-size: 17px;
  }

  .schedule-day__assignments {
    padding-inline: 16px;
  }

  .schedule-row {
    min-height: 0;
    padding-block: 16px;
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 5px 16px;
  }

  .schedule-row__profile {
    display: contents;
  }

  .schedule-avatar {
    width: 60px;
    height: 60px;
    align-self: center;
    grid-column: 1;
    grid-row: 1 / 4;
  }

  .schedule-row__profile strong {
    align-self: end;
    grid-column: 2;
    grid-row: 1;
    text-align: center;
  }

  .schedule-row__time {
    grid-column: 2;
    grid-row: 2;
    text-align: center;
  }

  .schedule-row__location {
    align-self: start;
    grid-column: 2;
    grid-row: 3;
    text-align: center;
  }

  .schedule-row__profile-link {
    display: none;
  }

}

@media (max-width: 700px) {
  .schedule-artwork-banner {
    height: 260px;
  }
}

@media (min-width: 1024px) {
  .secret-schedule-page .site-header,
  .secret-schedule-page .navigation-drawer,
  .secret-schedule-page .schedule-hero {
    display: none;
  }

  .schedule-artwork-header {
    display: block;
  }

  .schedule-artwork-header {
    aspect-ratio: 6688 / 400;
  }

  .schedule-artwork-hotspot--home {
    inset: 42% 91% 8% 2.5%;
  }

  .schedule-artwork-hotspot--secrets {
    inset: 42% 80% 8% 9%;
  }

  .schedule-artwork-hotspot--rates {
    inset: 42% 73.5% 8% 19.5%;
  }

  .schedule-artwork-hotspot--schedule {
    inset: 42% 64% 8% 26.5%;
  }

  .schedule-artwork-hotspot--etiquette {
    inset: 42% 55% 8% 36%;
  }

  .schedule-artwork-hotspot--faq {
    inset: 42% 49.3% 8% 45.2%;
  }

  .schedule-artwork-hotspot--join {
    inset: 42% 41% 8% 51%;
  }

  .schedule-artwork-hotspot--contact {
    inset: 42% 32.4% 8% 58.6%;
  }

  .schedule-artwork-hotspot--book {
    inset: 34% 7.5% 7% 77.5%;
  }

  .schedule-page {
    background: transparent;
  }

  .schedule-dynamic {
    background-color: #020202;
    background-image: var(--schedule-background-image);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }

  .schedule-content {
    padding-block: clamp(72px, 6vw, 132px) clamp(24px, 2vw, 40px);
    background: transparent;
  }

  .schedule-content > .secret-container--wide {
    width: 100%;
    max-width: none;
    padding-inline: 0;
  }

  .schedule-toolbar {
    min-height: clamp(68px, 4.8vw, 106px);
    padding-inline: clamp(24px, 2.2vw, 50px) clamp(18px, 1.5vw, 34px);
    grid-template-columns: minmax(0, 1fr) auto;
    border-color: rgba(126, 63, 27, .7);
    border-radius: 0;
    background: rgba(2, 2, 2, .76);
  }

  .schedule-toolbar__title {
    font-size: clamp(15px, 1vw, 22px);
  }

  .schedule-filter select {
    min-height: clamp(42px, 3vw, 66px);
    border-color: rgba(122, 72, 36, .68);
    border-radius: 0;
    background-color: rgba(2, 2, 2, .85);
  }

  .schedule-days {
    margin-top: clamp(19px, 1.6vw, 36px);
    gap: clamp(11px, .9vw, 21px);
  }

  .schedule-day {
    min-height: clamp(104px, 6vw, 132px);
    grid-template-columns: clamp(145px, 10.5vw, 230px) minmax(0, 1fr);
    border-color: rgba(126, 63, 27, .72);
    border-radius: 0;
    background: rgba(2, 2, 2, .72);
  }

  .schedule-day__date {
    padding: clamp(18px, 1.5vw, 34px) clamp(24px, 2vw, 44px);
    border-right-color: rgba(126, 63, 27, .65);
  }

  .schedule-day__date h3 {
    font-size: clamp(13px, .9vw, 19px);
  }

  .schedule-day__date p {
    font-size: clamp(19px, 1.35vw, 29px);
  }

  .schedule-day__assignments {
    padding-inline: clamp(28px, 2.2vw, 50px);
  }

  .schedule-row {
    min-height: clamp(58px, 4.1vw, 88px);
    grid-template-columns: minmax(230px, 1.4fr) minmax(200px, 1fr) minmax(150px, .75fr) minmax(105px, .55fr);
    gap: clamp(20px, 2vw, 48px);
    font-size: clamp(12px, .75vw, 16px);
  }

  .schedule-avatar {
    width: clamp(43px, 3vw, 65px);
    height: clamp(43px, 3vw, 65px);
    flex-basis: clamp(43px, 3vw, 65px);
  }

  .schedule-row__profile {
    gap: clamp(14px, 1vw, 22px);
  }

  .schedule-row__profile strong {
    font-size: clamp(13px, .8vw, 17px);
  }

  .schedule-row__profile-link {
    min-height: 48px;
    font-size: clamp(10px, .68vw, 14px);
  }

  .schedule-publication-note {
    margin-top: clamp(19px, 1.5vw, 34px);
    font-size: clamp(11px, .7vw, 15px);
  }

}

@media (prefers-reduced-motion: reduce) {
  .schedule-avatar img {
    transition: none;
  }
}

/* Schedule body: Profile-page oxblood/crimson design system. */
.schedule-dynamic {
  --schedule-crimson: #d52a3d;
  --schedule-neon: #ff3047;
  --schedule-rim: rgba(196, 35, 54, .7);
  --schedule-structural: rgba(116, 24, 37, .58);
  --schedule-ivory: #f4eee6;
  --schedule-muted: #b8ada6;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 75% 10%, rgba(123, 9, 29, .17), transparent 34%),
    radial-gradient(ellipse at 18% 52%, rgba(86, 7, 22, .13), transparent 36%),
    radial-gradient(ellipse at 55% 91%, rgba(129, 11, 31, .1), transparent 35%),
    linear-gradient(180deg, #030101 0%, #080204 49%, #020101 100%);
}

.schedule-dynamic::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(91, 11, 25, .045) 50%, transparent);
  content: "";
  pointer-events: none;
}

.schedule-content {
  position: relative;
  z-index: 1;
  padding-block: clamp(38px, 4vw, 64px) clamp(32px, 4vw, 58px);
  background: transparent;
}

.schedule-toolbar {
  min-height: 82px;
  padding: 16px 20px 16px 28px;
  border: 1px solid var(--schedule-rim);
  border-radius: 7px;
  background:
    linear-gradient(145deg, rgba(37, 5, 11, .91), rgba(5, 2, 3, .98) 42%, rgba(24, 3, 8, .9)),
    #050203;
  box-shadow:
    0 0 20px rgba(153, 20, 40, .12),
    inset 0 0 28px rgba(113, 12, 30, .1),
    inset 0 1px 0 rgba(255, 84, 103, .08);
}

.schedule-toolbar__title {
  color: var(--schedule-ivory);
  font-weight: 600;
}

.schedule-toolbar__title span {
  color: var(--secret-champagne);
  font-weight: 650;
}

.schedule-toolbar__title b {
  color: rgba(244, 238, 230, .5);
  font-weight: 500;
}

.schedule-toolbar__title strong {
  color: var(--schedule-neon);
  font-weight: 700;
  text-shadow: 0 0 10px rgba(255, 48, 71, .22);
}

.schedule-filter select {
  border: 1px solid rgba(196, 35, 54, .66);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(31, 4, 9, .94), rgba(5, 2, 3, .98)),
    #050203;
  box-shadow: 0 0 10px rgba(153, 20, 40, .08), inset 0 0 14px rgba(113, 12, 30, .08);
  color: var(--schedule-ivory);
  color-scheme: dark;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.schedule-filter select:hover {
  border-color: rgba(255, 48, 71, .78);
  background-color: #180307;
  box-shadow: 0 0 12px rgba(255, 48, 71, .12), inset 0 0 16px rgba(113, 12, 30, .1);
}

.schedule-filter select:focus,
.schedule-filter select:focus-visible {
  border-color: var(--schedule-neon);
  outline: 2px solid var(--secret-champagne);
  outline-offset: 3px;
  box-shadow: 0 0 16px rgba(255, 48, 71, .2), inset 0 0 16px rgba(113, 12, 30, .12);
}

.schedule-filter option {
  background: #120205;
  color: var(--schedule-ivory);
}

.schedule-days {
  margin-top: clamp(18px, 2vw, 28px);
  gap: clamp(14px, 1.4vw, 22px);
}

.schedule-day {
  overflow: hidden;
  border: 1px solid var(--schedule-rim);
  border-radius: 7px;
  background:
    linear-gradient(145deg, rgba(37, 5, 11, .88), rgba(5, 2, 3, .98) 38%, rgba(18, 2, 6, .92)),
    #050203;
  box-shadow:
    0 0 18px rgba(153, 20, 40, .11),
    inset 0 0 28px rgba(113, 12, 30, .085),
    inset 0 1px 0 rgba(255, 84, 103, .07);
}

.schedule-day__date {
  border-right: 1px solid var(--schedule-structural);
  background-color: #170205;
  background-image: linear-gradient(180deg, #1b0307 0%, #140104 100%);
  box-shadow: inset -14px 0 24px rgba(0, 0, 0, .13), inset 0 1px 0 rgba(255, 75, 94, .055);
}

.schedule-day__date h3 {
  color: var(--schedule-neon);
  font-weight: 800;
  letter-spacing: .13em;
  text-shadow: 0 0 9px rgba(255, 48, 71, .2);
}

.schedule-day__date p {
  color: var(--schedule-ivory);
  font-weight: 700;
  letter-spacing: .055em;
  text-shadow: 0 0 8px rgba(244, 238, 230, .055);
}

.schedule-day__assignments {
  background:
    linear-gradient(90deg, rgba(21, 3, 7, .42), rgba(2, 2, 2, .92) 24%, rgba(10, 2, 4, .78)),
    #030202;
}

.schedule-row {
  border-bottom: 1px solid rgba(116, 24, 37, .46);
  background: linear-gradient(90deg, rgba(41, 5, 12, .045), transparent 44%, rgba(41, 5, 12, .035));
  color: var(--schedule-muted);
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.schedule-row__profile strong {
  color: var(--schedule-crimson);
  font-weight: 750;
  text-shadow: 0 0 8px rgba(213, 42, 61, .1);
  transition: color 160ms ease, text-shadow 160ms ease;
}

.schedule-row:hover .schedule-row__profile strong {
  color: var(--schedule-neon);
  text-shadow: 0 0 10px rgba(255, 48, 71, .2);
}

.schedule-avatar {
  border: 1px solid rgba(213, 42, 61, .84);
  background: #170205;
  box-shadow: 0 0 10px rgba(255, 48, 71, .14), inset 0 0 9px rgba(113, 12, 30, .1);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.schedule-row:hover .schedule-avatar {
  border-color: rgba(255, 48, 71, .94);
  box-shadow: 0 0 12px rgba(255, 48, 71, .19), inset 0 0 9px rgba(113, 12, 30, .12);
}

.schedule-row__time {
  color: var(--schedule-ivory);
  font-size: 1.04em;
  font-weight: 650;
  letter-spacing: .015em;
}

.schedule-row__location {
  color: var(--secret-champagne);
  font-weight: 550;
}

.schedule-row__profile-link {
  color: var(--schedule-crimson);
  font-weight: 750;
  letter-spacing: .075em;
  text-shadow: 0 0 8px rgba(213, 42, 61, .1);
  transition: color 160ms ease, text-shadow 160ms ease;
}

.schedule-row__profile-link:hover,
.schedule-row__profile-link:focus-visible {
  color: var(--schedule-neon);
  text-shadow: 0 0 11px rgba(255, 48, 71, .3);
}

.schedule-row__profile-link:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--secret-champagne);
  outline-offset: 4px;
}

.schedule-row__profile-link--disabled,
.schedule-row__profile-link--disabled:hover {
  color: rgba(213, 42, 61, .52);
  text-shadow: none;
}

.schedule-unavailable {
  border: 1px solid var(--schedule-rim);
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(37, 5, 11, .88), rgba(5, 2, 3, .98));
  box-shadow: 0 0 18px rgba(153, 20, 40, .11), inset 0 0 28px rgba(113, 12, 30, .085);
  color: var(--schedule-muted);
}

.schedule-publication-note {
  color: var(--schedule-muted);
}

.schedule-publication-note > span {
  border-color: var(--schedule-structural);
  color: var(--secret-champagne);
}

@media (max-width: 680px) {
  .schedule-content {
    padding-block: 32px 40px;
  }

  .schedule-toolbar {
    padding: 18px;
  }

  .schedule-day__date {
    border-right: 0;
    border-bottom: 1px solid var(--schedule-structural);
    box-shadow: inset 0 -12px 20px rgba(0, 0, 0, .11), inset 0 1px 0 rgba(255, 75, 94, .055);
  }

  .schedule-day--current .schedule-day__date {
    background-color: #210409;
    background-image: linear-gradient(180deg, #29060d 0%, #190205 100%);
    box-shadow: inset 0 -12px 20px rgba(0, 0, 0, .12), inset 0 0 18px rgba(213, 42, 61, .12);
  }

  .schedule-row {
    background: linear-gradient(135deg, rgba(41, 5, 12, .055), transparent 58%);
  }
}

@media (min-width: 1024px) {
  .schedule-dynamic {
    background-image:
      radial-gradient(ellipse at 75% 10%, rgba(123, 9, 29, .17), transparent 34%),
      radial-gradient(ellipse at 18% 52%, rgba(86, 7, 22, .13), transparent 36%),
      radial-gradient(ellipse at 55% 91%, rgba(129, 11, 31, .1), transparent 35%),
      linear-gradient(180deg, #030101 0%, #080204 49%, #020101 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .schedule-content {
    padding-block: clamp(48px, 4vw, 82px) clamp(32px, 3vw, 58px);
  }

  .schedule-content > .secret-container--wide {
    width: min(calc(100% - clamp(48px, 5vw, 96px)), 1680px);
    max-width: 1680px;
    margin-inline: auto;
    padding-inline: 0;
  }

  .schedule-toolbar {
    min-height: clamp(78px, 4.8vw, 100px);
    padding-inline: clamp(26px, 2.2vw, 46px) clamp(20px, 1.7vw, 36px);
    border-color: var(--schedule-rim);
    border-radius: 7px;
    background:
      linear-gradient(145deg, rgba(37, 5, 11, .91), rgba(5, 2, 3, .98) 42%, rgba(24, 3, 8, .9)),
      #050203;
  }

  .schedule-filter select {
    min-height: clamp(44px, 3vw, 58px);
    border-color: rgba(196, 35, 54, .66);
    border-radius: 4px;
    background-color: #050203;
  }

  .schedule-days {
    margin-top: clamp(18px, 1.5vw, 27px);
    gap: clamp(14px, 1.2vw, 21px);
  }

  .schedule-day {
    min-height: clamp(104px, 6vw, 128px);
    border-color: var(--schedule-rim);
    border-radius: 7px;
    background:
      linear-gradient(145deg, rgba(37, 5, 11, .88), rgba(5, 2, 3, .98) 38%, rgba(18, 2, 6, .92)),
      #050203;
  }

  .schedule-day__date {
    border-right-color: var(--schedule-structural);
  }

  .schedule-row {
    min-height: clamp(58px, 3.8vw, 80px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .schedule-filter select,
  .schedule-row,
  .schedule-row__profile strong,
  .schedule-avatar,
  .schedule-row__profile-link {
    transition: none;
  }
}
