:root {
  --bmc-bg: #050613;
  --bmc-ink: #f8f1dc;
  --bmc-muted: #c9dcff;
  --bmc-gold: #ffd84d;
  --bmc-orange: #ff8a00;
  --bmc-pink: #ff4fd8;
  --bmc-cyan: #00f6ff;
  --bmc-blue: #8fe8ff;
  --bmc-card: rgba(12, 15, 34, .88);
  --bmc-card-2: rgba(25, 12, 45, .84);
  --bmc-border: rgba(255, 216, 77, .34);
  --bmc-shadow: rgba(0, 0, 0, .58);
  --bmc-title-font: "Budmo Jiggler", "Budmo Solid", Impact, Haettenschweiler, "Arial Black", sans-serif;
  --bmc-body-font: Tahoma, Verdana, "MS Sans Serif", Arial, sans-serif;
  --bmc-serif: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  min-width: 320px;
  background: var(--bmc-bg);
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--bmc-ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 79, 216, .18), transparent 32rem),
    radial-gradient(circle at 90% 8%, rgba(0, 246, 255, .14), transparent 30rem),
    linear-gradient(180deg, rgba(5, 6, 19, .84), rgba(5, 6, 19, .95)),
    #050613;
  font-family: var(--bmc-body-font);
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.bmc-shell {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: clamp(16px, 3vw, 34px);
  overflow: visible;
  isolation: isolate;
}

.bmc-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: url("https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExbHJ4Y3Zpb3pkaWtudTZ3cmM3ODF3Z240dmhqNmltY3doaHU4cDA0OCZlcD12MV9pbnRlcm5hbF9naWQmY3Q9Zw/yBKEFpbw3ibnYmYyBL/giphy.gif");
  background-size: cover;
  background-position: center;
  /* 50% brighter/stronger GIF background than the original .23 opacity. */
  opacity: .35;
  transform: scale(1.03);
}

.bmc-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(4, 6, 18, .44), rgba(7, 7, 20, .82)),
    radial-gradient(circle at 50% 0%, rgba(255, 216, 77, .10), transparent 36rem);
}

.bmc-frame {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.bmc-hero {
  position: relative;
  margin: 0 0 clamp(18px, 3vw, 30px);
  padding: clamp(18px, 4vw, 34px);
  overflow: hidden;
  border: clamp(4px, .8vw, 8px) solid transparent;
  border-radius: clamp(18px, 3vw, 30px);
  background:
    linear-gradient(180deg, rgba(88, 18, 135, .95), rgba(22, 6, 46, .96)) padding-box,
    linear-gradient(90deg, var(--bmc-cyan), var(--bmc-pink), var(--bmc-gold), var(--bmc-blue), var(--bmc-orange), var(--bmc-cyan)) border-box;
  background-size: 100% 100%, 240% 240%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .16) inset,
    0 0 24px rgba(255, 216, 77, .26),
    0 0 46px rgba(255, 79, 216, .18),
    0 14px 34px rgba(0, 0, 0, .44);
  text-align: center;
  animation: bmc-border-shift 12s linear infinite;
}

.bmc-hero::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  opacity: .96;
  background:
    radial-gradient(circle, #fff8c7 0 23%, #ffcc33 24% 50%, transparent 51%) top left / 24px 12px repeat-x,
    radial-gradient(circle, #fff8c7 0 23%, #ffcc33 24% 50%, transparent 51%) bottom left / 24px 12px repeat-x,
    radial-gradient(circle, #fff8c7 0 23%, #ffcc33 24% 50%, transparent 51%) top left / 12px 24px repeat-y,
    radial-gradient(circle, #fff8c7 0 23%, #ffcc33 24% 50%, transparent 51%) top right / 12px 24px repeat-y;
  filter:
    drop-shadow(0 0 4px #ffcc33)
    drop-shadow(0 0 8px #ff7a00)
    drop-shadow(0 0 16px rgba(255, 79, 216, .32));
  animation: bmc-marquee-blink 1.05s steps(2) infinite;
}

.bmc-hero::after {
  content: "";
  position: absolute;
  inset: -40%;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 42%, rgba(255,255,255,.13) 49%, rgba(143,232,255,.24) 50%, transparent 58%);
  mix-blend-mode: screen;
  animation: bmc-sweep 7s linear infinite;
}

.bmc-star {
  position: relative;
  z-index: 1;
  color: #fff1a6;
  font-size: clamp(18px, 3vw, 30px);
  line-height: 1;
  margin-bottom: 8px;
  text-shadow: 0 0 8px #fff1a6, 0 0 16px #ffcc33;
}

.bmc-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--bmc-gold);
  font-family: var(--bmc-title-font);
  font-size: clamp(44px, 9vw, 104px);
  line-height: .84;
  letter-spacing: clamp(1px, .6vw, 7px);
  text-transform: uppercase;
  text-shadow:
    0 0 4px #fff3b0,
    0 0 10px #ffd84d,
    0 0 22px #ff9a00,
    0 0 38px rgba(255, 94, 0, .82),
    clamp(2px, .45vw, 6px) clamp(2px, .45vw, 6px) 0 #2c0050;
}

.bmc-subtitle {
  position: relative;
  z-index: 1;
  margin: 14px auto 0;
  color: var(--bmc-blue);
  font-size: clamp(12px, 2.1vw, 18px);
  line-height: 1.35;
  letter-spacing: clamp(1.6px, .5vw, 5px);
  text-transform: uppercase;
  text-shadow: 0 0 4px var(--bmc-blue), 0 0 10px #00cfff;
}

.bmc-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 16px;
  padding: 10px 12px;
  border: 1px solid rgba(143, 232, 255, .24);
  border-radius: 14px;
  background: rgba(5, 8, 20, .62);
  box-shadow: 0 0 18px rgba(0, 246, 255, .08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.bmc-count {
  color: #efe1a4;
  font-family: var(--bmc-serif);
  font-size: 14px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.bmc-note {
  color: rgba(201, 220, 255, .84);
  font-size: 12px;
  letter-spacing: .3px;
}

.bmc-calendar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 430px), 1fr));
  gap: clamp(14px, 2.2vw, 22px);
  align-items: start;
  overflow: visible;
}

.bmc-day {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: clamp(14px, 2vw, 20px);
  border: 2px solid transparent;
  border-radius: 18px;
  background:
    linear-gradient(180deg, var(--bmc-card), var(--bmc-card-2)) padding-box,
    linear-gradient(135deg, rgba(0,246,255,.92), rgba(255,79,216,.92), rgba(255,216,77,.92), rgba(0,246,255,.92)) border-box;
  background-size: 100% 100%, 240% 240%;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.13) inset,
    0 0 18px rgba(0,246,255,.10),
    0 0 26px rgba(255,79,216,.09),
    0 12px 28px rgba(0,0,0,.32);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: bmc-border-shift 13s linear infinite;
}

.bmc-day::before {
  content: "";
  position: absolute;
  inset: 7px;
  pointer-events: none;
  opacity: .9;
  background:
    radial-gradient(circle, #fff8c7 0 24%, #ffcc33 25% 52%, transparent 53%) top left / 18px 9px repeat-x,
    radial-gradient(circle, #fff8c7 0 24%, #ffcc33 25% 52%, transparent 53%) bottom left / 18px 9px repeat-x,
    radial-gradient(circle, #fff8c7 0 24%, #ffcc33 25% 52%, transparent 53%) top left / 9px 18px repeat-y,
    radial-gradient(circle, #fff8c7 0 24%, #ffcc33 25% 52%, transparent 53%) top right / 9px 18px repeat-y;
  filter: drop-shadow(0 0 3px #ffcc33) drop-shadow(0 0 8px rgba(255, 138, 0, .72));
  animation: bmc-marquee-blink .95s steps(2) infinite;
}

.bmc-date {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  padding: 10px 12px;
  color: #efe1a4;
  border: 1px solid transparent;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(98,52,11,.44), rgba(36,19,6,.28)) padding-box,
    linear-gradient(90deg, var(--bmc-gold), var(--bmc-orange), var(--bmc-pink), var(--bmc-blue), var(--bmc-gold)) border-box;
  background-size: 100% 100%, 220% 220%;
  font-family: var(--bmc-serif);
  font-size: clamp(19px, 2.4vw, 27px);
  line-height: 1.05;
  letter-spacing: .8px;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 #fff5c8,
    0 2px 0 #8d7740,
    1px 2px 0 rgba(0,0,0,.45);
  box-shadow: 0 0 0 1px rgba(255,244,200,.12) inset, 0 0 10px rgba(255,200,80,.12);
  animation: bmc-border-shift 11s linear infinite;
}

.bmc-events {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.bmc-event {
  display: grid;
  grid-template-columns: minmax(104px, 132px) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(215,225,255,.10);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(0,246,255,.12), rgba(255,79,216,.05) 38%, rgba(0,0,0,.08)),
    rgba(0, 0, 0, .15);
  box-shadow: inset 4px 0 0 rgba(255,216,77,.38), inset 0 1px 0 rgba(255,255,255,.05);
}

.bmc-event.is-headliner {
  background:
    linear-gradient(90deg, rgba(255,79,216,.16), rgba(255,216,77,.08) 42%, rgba(0,246,255,.05)),
    rgba(0, 0, 0, .18);
  box-shadow:
    inset 4px 0 0 rgba(255,79,216,.52),
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 18px rgba(255,79,216,.08);
}

.bmc-time {
  color: var(--bmc-muted);
  font-family: var(--bmc-serif);
  font-weight: 700;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: 1.25;
  letter-spacing: .35px;
  text-shadow: 1px 1px 0 rgba(0,0,0,.62), 0 0 6px rgba(150,180,255,.12);
}

.bmc-artist-block {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
}

.bmc-photo {
  width: clamp(54px, 8vw, 72px);
  height: clamp(54px, 8vw, 72px);
  flex: 0 0 auto;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
  background:
    linear-gradient(#0f1220, #0f1220) padding-box,
    linear-gradient(135deg, var(--bmc-cyan), var(--bmc-pink), var(--bmc-gold)) border-box;
  box-shadow: 0 0 12px rgba(0,246,255,.14), 0 0 18px rgba(255,79,216,.12);
}

.bmc-photo-placeholder {
  display: grid;
  place-items: center;
  color: rgba(255,216,77,.92);
  font-family: var(--bmc-title-font);
  font-size: 22px;
  text-shadow: 0 0 8px rgba(255,216,77,.5);
}

.bmc-artist {
  min-width: 0;
  color: #f5eed7;
  font-family: var(--bmc-serif);
  font-weight: 800;
  font-size: clamp(15px, 1.9vw, 19px);
  line-height: 1.15;
  letter-spacing: .35px;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  text-shadow: 1px 1px 0 rgba(0,0,0,.62), 0 0 8px rgba(255,220,140,.08);
}

.bmc-empty {
  color: rgba(255,255,255,.72);
  text-align: center;
  padding: 40px 20px;
}

@keyframes bmc-border-shift {
  0% { background-position: 0 0, 0% 50%; }
  100% { background-position: 0 0, 220% 50%; }
}

@keyframes bmc-marquee-blink {
  0% { opacity: .76; }
  50% { opacity: 1; }
  100% { opacity: .88; }
}

@keyframes bmc-sweep {
  0% { transform: translateX(-55%); }
  100% { transform: translateX(55%); }
}

@media (max-width: 720px) {
  .bmc-shell {
    padding: 12px;
  }

  .bmc-shell::before {
    /* Mobile also gets a 50% stronger GIF background than the original .15 opacity. */
    opacity: .23;
    background-position: center top;
  }

  .bmc-hero {
    border-width: 5px;
    border-radius: 18px;
    padding: 22px 14px 18px;
  }

  .bmc-hero::before {
    inset: 7px;
    background-size: 18px 9px, 18px 9px, 9px 18px, 9px 18px;
  }

  .bmc-title {
    font-size: clamp(40px, 15vw, 66px);
    letter-spacing: 1px;
  }

  .bmc-subtitle {
    margin-top: 10px;
    letter-spacing: 2px;
  }

  .bmc-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .bmc-day {
    border-radius: 16px;
    padding: 13px;
  }

  .bmc-day::before {
    background-size: 14px 7px, 14px 7px, 7px 14px, 7px 14px;
  }

  .bmc-date {
    font-size: 20px;
    padding: 9px 10px;
  }

  .bmc-event {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 10px;
  }

  .bmc-artist-block {
    gap: 10px;
  }

  .bmc-photo {
    width: 54px;
    height: 54px;
    border-radius: 10px;
  }

  .bmc-time {
    font-size: 12px;
  }

  .bmc-artist {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}