.date-thumb,
.date-thumb[data-open-promo] {
  cursor: pointer;
}
.date-thumb:focus-visible {
  outline: 2px solid #b9693e;
  outline-offset: 3px;
}
body.gig-promo-open { overflow: hidden; }

.gig-promo-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.gig-promo-modal[hidden] { display: none; }
.gig-promo-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(12, 10, 8, 0.8);
  cursor: pointer;
}
.gig-promo-modal__panel {
  position: relative;
  z-index: 1;
  width: min(390px, 100%);
}
.gig-promo-modal__close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #faf6f0;
  color: #14110e;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.gig-promo-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 9 / 16;
  max-height: min(74vh, 680px);
  padding: 26px 20px 16px;
  color: #fffaf3;
  text-align: center;
  background: linear-gradient(180deg, rgba(12,10,8,.28), rgba(12,10,8,.82)),
    url("../images/band-sunset.jpg") center / cover no-repeat;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gig-promo-card__eyebrow {
  margin: 0 0 8px;
  font-family: "Oswald", "Impact", sans-serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 500;
  color: #d9c7ac;
}
.gig-promo-card__logo {
  width: min(82%, 300px);
  height: auto;
  margin: 4px 0 22px;
}
.gig-promo-card__venue {
  margin: 0 0 10px;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: clamp(2rem, 9vw, 3.15rem);
  line-height: 0.9;
  text-shadow: 0 2px 10px rgba(0,0,0,.45);
}
.gig-promo-card__place,
.gig-promo-card__address {
  margin: 0;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(250, 246, 240, 0.88);
}
.gig-promo-card__place { font-size: 0.78rem; }
.gig-promo-card__address {
  margin-top: 5px;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  max-width: 92%;
  color: rgba(250, 246, 240, 0.72);
}
.gig-promo-card__address[hidden] { display: none; }
.gig-promo-card__support {
  margin: 14px 0 0;
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(12, 10, 8, 0.68);
  font-family: "Oswald", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.gig-promo-card__support[hidden],
.gig-promo-card__support:empty {
  display: none !important;
}
.gig-promo-card__when {
  margin-top: auto;
  width: 100%;
  padding: 16px 12px 14px;
  border-radius: 14px;
  background: rgba(12, 10, 8, 0.58);
  border: 1px solid rgba(250, 246, 240, 0.12);
}
.gig-promo-card__weekday {
  margin: 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #d9c7ac;
}
.gig-promo-card__dateline {
  margin: 6px 0 0;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: clamp(2rem, 8vw, 2.8rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
}
.gig-promo-card__year {
  margin: 6px 0 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.28em;
  font-size: 0.78rem;
}
.gig-promo-card__time {
  margin: 10px 0 0;
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: clamp(1.7rem, 6vw, 2.3rem);
  line-height: 1;
  letter-spacing: 0.08em;
}
.gig-promo-card__foot {
  margin: 12px 0 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.54rem;
  color: rgba(250, 246, 240, 0.7);
}
.gig-promo-card__web {
  margin: 8px 0 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fffaf3;
  text-shadow: 0 1px 8px rgba(0,0,0,.45);
  font-size: 0.92rem;
  font-weight: 500;
}
.gig-promo-card__web span {
  display: block;
  margin-bottom: 2px;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  color: rgba(250, 246, 240, 0.78);
  font-weight: 400;
}

.gig-promo-share {
  display: block;
  width: 100%;
  margin-top: 12px;
  border: 0;
  border-radius: 12px;
  min-height: 48px;
  background: #b9693e;
  color: #fffaf3;
  font-family: "Oswald", Inter, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}
.gig-promo-share:active {
  transform: scale(0.98);
}
