@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;800&family=Noto+Serif+TC:wght@400;500;600;700&display=swap");

.vbm-page {
  --vbm-night: #141012;
  --vbm-ink: #21191b;
  --vbm-soft-ink: #53484a;
  --vbm-paper: #fffdf9;
  --vbm-ivory: #f7f0e7;
  --vbm-line: #e6ddd2;
  --vbm-red: #bd1828;
  --vbm-red-dark: #7d1521;
  --vbm-blue: #234f7c;
  --vbm-gold: #c99845;
  --vbm-white: #ffffff;
  color: var(--vbm-ink);
  background: var(--vbm-paper);
  font-family: Alata, Montserrat, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "Heiti TC", "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}

.vbm-page * {
  box-sizing: border-box;
}

.vbm-page :where(h1, h2, h3, p, dl, figure) {
  margin: 0;
}

.vbm-page a {
  color: inherit;
  text-decoration: none;
}

.vbm-page img {
  display: block;
  max-width: 100%;
}

.vbm-hero {
  min-height: 720px;
  position: relative;
  display: block;
  background-color: #1c0809;
  background-image:
    linear-gradient(90deg, rgba(20, 16, 18, .88), rgba(20, 16, 18, .54) 34%, rgba(20, 16, 18, .12) 62%, rgba(20, 16, 18, .04)),
    linear-gradient(0deg, rgba(20, 16, 18, .82), rgba(20, 16, 18, 0) 42%),
    var(--vbm-hero-desktop-image);
  background-position: center, center, right center;
  background-repeat: no-repeat;
  background-size: cover, cover, cover;
  isolation: isolate;
  overflow: hidden;
}

.vbm-hero__inner {
  position: absolute;
  left: max(40px, calc((100% - 1160px) / 2));
  bottom: 56px;
  z-index: 1;
  width: min(570px, calc(100% - 80px));
  margin: 0;
  padding: 0;
  color: var(--vbm-white);
}

.vbm-hero__art {
  display: none;
}

.vbm-eyebrow {
  color: var(--vbm-red);
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: uppercase;
}

.vbm-hero h1,
.vbm-section h2,
.vbm-band h2,
.vbm-section-heading h2,
.vbm-reserve h2 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", "Noto Serif TC", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: .98;
}

.vbm-hero h1 {
  max-width: 560px;
  margin-top: 18px;
  color: var(--vbm-white) !important;
  font-size: 4.75rem;
}

.vbm-hero__lead {
  max-width: 520px;
  margin-top: 26px;
  color: rgba(255, 255, 255, .84) !important;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", "Noto Serif TC", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", serif;
  font-size: 1.7rem;
  line-height: 1.4;
}

.vbm-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 650px;
  margin-top: 32px;
}

.vbm-hero__meta span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 8px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, .13);
  color: var(--vbm-white);
  font-size: .92rem;
  line-height: 1.2;
}

.vbm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.vbm-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.vbm-button:hover,
.vbm-button:focus-visible {
  transform: translateY(-1px);
}

.vbm-button--primary {
  border-color: var(--vbm-red);
  background: var(--vbm-red);
  color: var(--vbm-white) !important;
}

.vbm-button--primary:hover,
.vbm-button--primary:focus-visible {
  border-color: var(--vbm-gold);
  background: var(--vbm-gold);
  color: var(--vbm-night) !important;
}

.vbm-button--ghost {
  border-color: rgba(255, 255, 255, .5);
  background: rgba(20, 16, 18, .16);
  color: var(--vbm-white);
}

.vbm-button--ghost:hover,
.vbm-button--ghost:focus-visible {
  border-color: var(--vbm-ink);
  background: var(--vbm-ink);
  color: var(--vbm-white);
}

.vbm-jump {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 4px;
  border-bottom: 1px solid var(--vbm-line);
  background: rgba(255, 253, 249, .95);
  backdrop-filter: blur(12px);
}

.vbm-jump a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  color: var(--vbm-soft-ink);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: 0;
  transition: color .2s ease, background-color .2s ease;
}

.vbm-jump a:hover,
.vbm-jump a:focus-visible,
.vbm-jump a.is-active {
  background: var(--vbm-ivory);
  color: var(--vbm-red-dark);
}

.vbm-section,
.vbm-performers,
.vbm-program,
.vbm-reserve {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0;
}

.vbm-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: 58px;
  align-items: center;
}

.vbm-section--intro {
  align-items: start;
}

.vbm-section--image {
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
  border-top: 1px solid var(--vbm-line);
}

.vbm-section__copy {
  max-width: 680px;
}

.vbm-section h2,
.vbm-band h2,
.vbm-section-heading h2,
.vbm-reserve h2 {
  margin-top: 14px;
  color: var(--vbm-ink);
  font-size: 3.35rem;
}

.vbm-section__copy p:not(.vbm-eyebrow),
.vbm-band__copy p:not(.vbm-eyebrow),
.vbm-reserve__copy p {
  margin-top: 22px;
  color: var(--vbm-soft-ink);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", "Noto Serif TC", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", serif;
  font-size: 1.28rem;
  line-height: 1.62;
}

.vbm-facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--vbm-line);
  border-radius: 8px;
  background: var(--vbm-line);
}

.vbm-facts div {
  min-height: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 22px;
  background: var(--vbm-white);
}

.vbm-facts dt {
  color: var(--vbm-red);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.vbm-facts dd {
  margin: 7px 0 0;
  color: var(--vbm-ink);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", "Noto Serif TC", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", serif;
  font-size: 1.45rem;
  line-height: 1.15;
}

.vbm-facts div:last-child dd {
  font-family: Alata, Montserrat, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "Heiti TC", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.18rem;
  line-height: 1.28;
}

.vbm-photo {
  overflow: hidden;
  border-radius: 8px;
  background: var(--vbm-ivory);
}

.vbm-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.vbm-inline-link {
  display: inline-flex;
  margin-top: 26px;
  border-bottom: 2px solid var(--vbm-red);
  padding-bottom: 4px;
  color: var(--vbm-red-dark);
  font-weight: 800;
}

.vbm-band {
  display: grid;
  grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
  min-height: 640px;
  background: var(--vbm-night);
  color: var(--vbm-white);
}

.vbm-band__image {
  min-height: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #0f0d0d;
}

.vbm-band__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 84px min(8vw, 92px);
}

.vbm-band h2 {
  color: var(--vbm-white);
}

.vbm-band__copy p:not(.vbm-eyebrow) {
  color: rgba(255, 255, 255, .78);
}

.vbm-section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.vbm-performer-grid,
.vbm-program-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.vbm-performer,
.vbm-program-list article {
  overflow: hidden;
  border: 1px solid var(--vbm-line);
  border-radius: 8px;
  background: var(--vbm-white);
}

.vbm-performer img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vbm-performer__body {
  padding: 24px;
}

.vbm-performer__body > p:first-child {
  color: var(--vbm-blue);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.vbm-performer h3,
.vbm-program-list h3 {
  margin-top: 8px;
  color: var(--vbm-ink);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", "Noto Serif TC", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.06;
}

.vbm-performer__body p:last-child,
.vbm-program-list p {
  margin-top: 16px;
  color: var(--vbm-soft-ink);
  font-size: 1rem;
  line-height: 1.62;
}

.vbm-program {
  border-top: 1px solid var(--vbm-line);
}

.vbm-program-list article {
  position: relative;
  min-height: 320px;
  padding: 28px;
}

.vbm-program-list article::after {
  content: "";
  position: absolute;
  inset: auto 28px 0;
  height: 4px;
  background: linear-gradient(90deg, var(--vbm-red), var(--vbm-blue), var(--vbm-gold));
}

.vbm-reserve {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 54px;
  align-items: center;
  width: min(1160px, calc(100% - 40px));
  margin-bottom: 92px;
  border-radius: 8px;
  padding: 54px;
  background: var(--vbm-night);
  color: var(--vbm-white);
}

.vbm-reserve h2 {
  color: var(--vbm-white);
}

.vbm-reserve__copy p {
  color: rgba(255, 255, 255, .78);
}

.vbm-reserve__copy .vbm-button {
  margin-top: 30px;
}

.vbm-reserve__poster {
  justify-self: end;
  overflow: hidden;
  max-width: 360px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
}

.vbm-reserve__poster img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vbm-page[data-vbm-ready="true"] .vbm-reveal {
  opacity: 1;
  transform: none;
  transition: opacity .55s ease, transform .55s ease;
}

.vbm-page[data-vbm-ready="true"] .vbm-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .vbm-hero {
    background-position: center, right 2% center;
  }

  .vbm-hero__art {
    right: 18px;
    width: min(40vw, 400px);
  }

  .vbm-hero h1 {
    max-width: 560px;
    font-size: 4.15rem;
  }

  .vbm-hero__lead {
    max-width: 500px;
    font-size: 1.45rem;
  }

  .vbm-section h2,
  .vbm-band h2,
  .vbm-section-heading h2,
  .vbm-reserve h2 {
    font-size: 2.75rem;
  }

  .vbm-section,
  .vbm-section--image,
  .vbm-band,
  .vbm-reserve {
    grid-template-columns: 1fr;
  }

  .vbm-section--image .vbm-photo {
    order: -1;
  }

  .vbm-performer-grid,
  .vbm-program-list {
    grid-template-columns: 1fr;
  }

  .vbm-program-list article {
    min-height: auto;
  }

  .vbm-reserve__poster {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .vbm-hero {
    min-height: 820px;
    background-color: #1c0809;
    background-image:
      linear-gradient(180deg, rgba(20, 16, 18, 0), rgba(20, 16, 18, 0) 55%, rgba(20, 16, 18, .48) 61%, rgba(125, 21, 33, .78) 76%, rgba(20, 16, 18, .96)),
      var(--vbm-hero-mobile-image);
    background-position: center top, center top;
    background-size: cover, 100% auto;
    background-repeat: no-repeat;
  }

  .vbm-hero__art {
    display: none;
  }

  .vbm-hero__inner {
    top: 455px;
    left: 18px;
    right: 18px;
    bottom: auto;
    width: auto;
    padding: 0;
  }

  .vbm-hero h1 {
    font-size: 2.625rem;
  }

  .vbm-hero__lead {
    margin-top: 18px;
    font-size: 1.25rem;
  }

  .vbm-hero__meta {
    gap: 8px;
    margin-top: 22px;
  }

  .vbm-hero__meta span {
    min-height: 34px;
    padding: 7px 11px;
    font-size: .82rem;
  }

  .vbm-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 22px;
  }

  .vbm-hero .vbm-button--ghost {
    display: none;
  }

  .vbm-jump {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .vbm-jump::-webkit-scrollbar {
    display: none;
  }

  .vbm-jump a {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 14px;
    font-size: .82rem;
  }

  .vbm-section,
  .vbm-performers,
  .vbm-program {
    width: min(100% - 28px, 620px);
    padding: 66px 0;
  }

  .vbm-section {
    gap: 34px;
  }

  .vbm-section h2,
  .vbm-band h2,
  .vbm-section-heading h2,
  .vbm-reserve h2 {
    font-size: 2.25rem;
  }

  .vbm-section__copy p:not(.vbm-eyebrow),
  .vbm-band__copy p:not(.vbm-eyebrow),
  .vbm-reserve__copy p {
    font-size: 1.12rem;
  }

  .vbm-band__copy {
    padding: 54px 28px;
  }

  .vbm-band__image {
    min-height: 320px;
  }

  .vbm-performer__body,
  .vbm-program-list article {
    padding: 22px;
  }

  .vbm-reserve {
    width: min(100% - 28px, 620px);
    gap: 34px;
    margin-bottom: 66px;
    padding: 32px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vbm-page[data-vbm-ready="true"] .vbm-reveal,
  .vbm-button {
    transition: none;
  }

  .vbm-button:hover,
  .vbm-button:focus-visible {
    transform: none;
  }
}
