.wc {
  padding: 50px 0 80px;
  position: relative;
  z-index: 2;
}

.wc__back { margin: 0 0 30px; }
.wc__back-link {
  font-family: var(--display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  padding-bottom: 2px;
  transition: color var(--fade) var(--ease);
}
.wc__back-link:hover { color: var(--p1); }

.wc__head {
  margin-bottom: 44px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}
.wc__head-text { max-width: 60ch; }
.wc__title {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(40px, 6.5vw, 88px);
  line-height: .9;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: -.02em;
  color: var(--p1);
  transition: color var(--fade) var(--ease);
}
.wc__intro {
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.6;
  margin: 0;
  opacity: .88;
}

.wc__buds {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.wc__buds-label {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(12px, 1.3vw, 15px);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--p1);
  transition: color var(--fade) var(--ease);
}
.wc__vendor-logo {
  width: clamp(140px, 22vw, 280px);
  height: auto;
  filter: drop-shadow(0 10px 16px rgba(0,0,0,.22));
  transform-origin: 50% 85%;
  animation: wc-wiggle 3.2s var(--ease, ease-in-out) infinite;
  will-change: transform;
}
@keyframes wc-wiggle {
  0%, 100% { transform: rotate(-5deg); }
  50%      { transform: rotate(5deg) translateY(-4px); }
}
@media (max-width: 560px) {
  .wc__head { flex-direction: column; gap: 20px; align-items: flex-start; }
  .wc__buds { flex-direction: row; align-items: center; gap: 14px; align-self: center; }
}
@media (prefers-reduced-motion: reduce) {
  .wc__vendor-logo { animation: none; }
}

.wc__callout {
  margin: 0 0 40px;
  padding: 16px 24px;
  text-align: center;
  background: var(--p1);
  color: var(--paper);
  border-radius: 12px;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(20px, 3.2vw, 36px);
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.05;
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
  transition: background-color var(--fade) var(--ease), color var(--fade) var(--ease);
}

.wc__stage { margin-bottom: 52px; }
.wc__stage-name {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(22px, 2.6vw, 32px);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid currentColor;
}

.wc__tbd {
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: .06em;
  opacity: .6;
  font-style: italic;
  margin: 0;
}
.wc__stage--tbd { opacity: .72; }

.wc__day { margin-bottom: 28px; }
.wc__date {
  font-family: var(--display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: var(--p2);
  transition: color var(--fade) var(--ease);
}

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

.wc__game {
  display: grid;
  grid-template-columns: 92px minmax(0, 1.4fr) minmax(0, 1.6fr);
  gap: 8px 22px;
  align-items: baseline;
  padding: 16px 14px;
  border-radius: 10px;
  transition: background-color var(--fade) var(--ease);
}
.wc__game + .wc__game { border-top: 1px solid color-mix(in srgb, currentColor 14%, transparent); }
.wc__game:hover { background: color-mix(in srgb, currentColor 5%, transparent); }

.wc__game--important {
  background: color-mix(in srgb, var(--p1) 12%, transparent);
  box-shadow: inset 3px 0 0 0 var(--p1);
}
.wc__game--important:hover { background: color-mix(in srgb, var(--p1) 18%, transparent); }

.wc__time {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(15px, 1.5vw, 18px);
  letter-spacing: .02em;
  white-space: nowrap;
}

.wc__matchup {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  font-family: var(--display);
  font-size: clamp(16px, 1.7vw, 21px);
  font-weight: 700;
}
.wc__vs {
  font-size: .72em;
  font-weight: 600;
  text-transform: lowercase;
  opacity: .55;
}
.wc__star { color: var(--p1); font-size: .9em; transition: color var(--fade) var(--ease); }

.wc__details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  line-height: 1.45;
}
.wc__detail { display: flex; gap: 8px; }
.wc__detail-label {
  flex: 0 0 auto;
  font-family: var(--display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .55;
  min-width: 58px;
  padding-top: 1px;
}
.wc__detail-value { opacity: .92; }

.wc__food { display: flex; flex-direction: column; gap: 3px; }
.wc__food-line { display: block; }
.wc__and {
  font-family: var(--display);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .55;
}

/* Vendor names — bold, in the active palette accent */
.wc__vendor {
  font-family: var(--display);
  font-weight: 700;
  color: var(--p2);
  transition: color var(--fade) var(--ease);
}
.wc__vendor--link {
  text-decoration: none;
  border-bottom: 2px solid color-mix(in srgb, currentColor 45%, transparent);
}
.wc__vendor--link:hover { color: var(--p1); border-bottom-color: currentColor; }
.wc__vendor-hours { margin-left: 6px; opacity: .6; font-size: .92em; }

/* Specials — highlighted pill so they pop */
.wc__special {
  display: inline-block;
  font-weight: 700;
  color: var(--p1);
  background: color-mix(in srgb, var(--p1) 12%, transparent);
  padding: 2px 9px;
  border-radius: 999px;
  transition: color var(--fade) var(--ease), background-color var(--fade) var(--ease);
}
.wc__special--link { text-decoration: none; }
.wc__special--link:hover { background: color-mix(in srgb, var(--p1) 22%, transparent); }

@media (max-width: 640px) {
  .wc__game {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 12px;
  }
  .wc__time { font-size: 14px; opacity: .75; }
  .wc__detail-label { min-width: 50px; }
}
