:root {
  --bg: #140a08;
  --bg-soft: #1a0d0b;
  --card: rgba(42, 20, 16, 0.72);
  --card-strong: rgba(30, 14, 11, 0.88);
  --text: #f7ede5;
  --text-soft: rgba(247, 237, 229, 0.82);
  --line: rgba(255, 232, 211, 0.14);
  --accent: #f4d0a0;
  --accent-2: #c8834d;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
  --radius: 26px;
  --radius-sm: 18px;
  --max: 1240px;
  --max-wide: 1640px;
  --footer-icon-size: 34px;
  --page-pad: 32px;
  --content-pad: 72px;
  --wide-pad: 40px;
  --embed-zoom: 1.30;
  --ticketing-frame-height: 1260px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  background: #120907;
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #120907;
}

.site-bg__poster,
.site-bg__video,
.site-bg__veil,
.site-bg__glow {
  position: absolute;
  inset: 0;
}

.site-bg__poster,
.site-bg__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-bg__video {
  opacity: 1;
}

.site-bg__video--mobile {
  display: none;
}

.site-bg__veil {
  background:
    linear-gradient(180deg, rgba(7, 3, 2, 0.26) 0%, rgba(7, 3, 2, 0.16) 18%, rgba(10, 4, 3, 0.22) 42%, rgba(11, 4, 3, 0.38) 100%),
    linear-gradient(90deg, rgba(10, 4, 3, 0.22) 0%, rgba(10, 4, 3, 0.04) 28%, rgba(10, 4, 3, 0.08) 56%, rgba(10, 4, 3, 0.24) 100%);
}

.site-bg__glow {
  background:
    radial-gradient(circle at 56% 18%, rgba(255, 214, 163, 0.06), transparent 18%),
    radial-gradient(circle at 70% 54%, rgba(255, 186, 98, 0.08), transparent 20%),
    radial-gradient(circle at 18% 78%, rgba(173, 84, 28, 0.10), transparent 22%);
  mix-blend-mode: screen;
  pointer-events: none;
}

img,
video,
iframe {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(var(--max), calc(100vw - var(--page-pad)));
  margin: 0 auto;
}

.container--wide {
  width: min(var(--max-wide), calc(100vw - var(--wide-pad)));
  margin: 0 auto;
}


.hero .container {
  width: min(var(--max), calc(100vw - var(--page-pad)));
}

.section .container:not(.container--wide),
.site-footer .container {
  width: min(var(--max), calc(100vw - var(--content-pad)));
}

.section--ticketing .container {
  width: min(var(--max), calc(100vw - var(--content-pad)));
}

main,
.section,
.site-footer,
.mobile-sticky-cta {
  position: relative;
  z-index: 1;
}

.mobile-sticky-cta {
  position: relative;
  z-index: 1;
}

.svg-white {
  filter: brightness(0) invert(1);
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

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

.button--primary {
  color: #160b08;
  background: linear-gradient(180deg, #f7dfba 0%, #efc48b 100%);
  box-shadow: 0 12px 35px rgba(239, 196, 139, 0.18);
}

.button--primary:hover,
.button--primary:focus-visible {
  box-shadow: 0 18px 50px rgba(239, 196, 139, 0.24);
}

.button--ghost {
  border-color: rgba(255, 239, 225, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  border-color: rgba(255, 239, 225, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: clip;
  isolation: isolate;
}


.hero__content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding-top: 46px;
  padding-bottom: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero__lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  transform: translateY(-2vh);
}

.hero__logo {
  width: min(430px, 74vw);
  margin-bottom: 0;
}

.hero__meta-art {
  width: min(760px, 92vw);
  opacity: 0.98;
}

.hero__lockup .hero__genres {
  padding-inline: 12px;
  margin: 0;
}

.hero__lockup > * {
  margin-block: 0;
}

.hero__genres,
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.76rem;
  color: rgba(255, 237, 220, 0.82);
}

.hero__genres {
  margin: 0;
  max-width: none;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}

.hero__lead {
  max-width: 680px;
  margin: 24px auto 0;
  font-size: 1.08rem;
  color: var(--text-soft);
}

.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}


.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 2;
  translate: -50% 0;
  width: 46px;
  height: 72px;
  display: grid;
  place-items: center;
}

.hero__scroll span {
  width: 28px;
  height: 44px;
  border: 1px solid rgba(255, 239, 225, 0.42);
  border-radius: 999px;
  position: relative;
}

.hero__scroll span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  translate: -50% 0;
  width: 4px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 245, 232, 0.82);
  animation: scrollDot 1.7s infinite;
}

@keyframes scrollDot {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}

.section {
  position: relative;
  padding: 100px 0;
}

.grid {
  display: grid;
  gap: 28px;
}

.grid--intro {
  grid-template-columns: 1.02fr 1fr;
  align-items: end;
}

.section h2,
.section h3 {
  margin: 10px 0 0;
  line-height: 1.05;
}

.section h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.section h3 {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.intro-copy {
  max-width: 640px;
}

.intro-copy p,
.card p,
.ticketing-copy p,
.info-block p,
.faq p,
.site-footer p,
.ticketing-note {
  color: var(--text-soft);
}

.cards,
.info-grid {
  display: grid;
  gap: 18px;
}

.cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.info-block,
.ticketing-frame-shell,
.faq,
.ticketing-copy {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(31, 14, 11, 0.62), rgba(20, 9, 7, 0.52));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.card,
.info-block,
.ticketing-copy {
  padding: 28px;
  border-radius: var(--radius);
}

.ticketing-panel {
  max-width: none;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(29, 13, 10, 0.46), rgba(18, 8, 6, 0.28));
}

.ticketing-copy {
  text-align: center;
}

.ticketing-copy--attached {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  padding: 30px 28px 26px;
  background: linear-gradient(180deg, rgba(40, 18, 14, 0.78), rgba(29, 13, 10, 0.54));
}

.ticketing-copy--attached .kicker {
  margin-top: 0;
}

.ticketing-frame-shell {
  position: relative;
  min-height: var(--ticketing-frame-height);
  max-width: none;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: rgba(0,0,0,0.78);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.ticketing-frame-shell iframe {
  display: block;
  width: calc(100% / var(--embed-zoom));
  height: calc(var(--ticketing-frame-height) / var(--embed-zoom));
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #000;
  transform: scale(var(--embed-zoom));
  transform-origin: top left;
}

.embed-fallback {
  position: absolute;
  inset: 10px;
  display: none;
  align-content: center;
  justify-items: center;
  gap: 16px;
  text-align: center;
  padding: 30px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(22, 11, 8, 0.96), rgba(30, 14, 11, 0.96));
}

.embed-fallback.is-visible {
  display: grid;
}

.info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


.section--vip {
  padding-top: 0;
}

.vip-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(31, 14, 11, 0.72), rgba(20, 9, 7, 0.58));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: var(--radius);
  padding: 34px;
  display: grid;
  grid-template-columns: 1.05fr 1.15fr;
  gap: 26px;
  align-items: start;
}

.vip-copy p:last-child {
  margin-bottom: 0;
}

.vip-perks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vip-perk {
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 232, 211, 0.12);
}

.vip-perk strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 6px;
}

.vip-perk span,
.vip-contact {
  color: var(--text-soft);
}

.vip-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 6px;
}

.vip-contact {
  margin: 0;
  font-weight: 600;
}

.faq-wrap {
  display: grid;
  gap: 28px;
}

.faq {
  border-radius: var(--radius);
  overflow: hidden;
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq details:last-child {
  border-bottom: 0;
}

.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 28px;
  font-weight: 700;
  position: relative;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 28px;
  top: 50%;
  translate: 0 -50%;
  font-size: 1.45rem;
  color: rgba(255, 232, 211, 0.72);
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  padding: 0 28px 24px;
  margin: 0;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 26px 0 110px;
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.footer-logo {
  width: 128px;
}

.socials {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}

.social-link {
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 239, 225, 0.16);
  background: rgba(255, 255, 255, 0.05);
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 239, 225, 0.28);
}

.social-link img {
  width: var(--footer-icon-size);
  height: var(--footer-icon-size);
}

.mobile-sticky-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 45;
  min-height: 58px;
  padding: 0 20px;
  border-radius: 999px;
  display: none;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  color: #160b08;
  background: linear-gradient(180deg, #f7dfba 0%, #efc48b 100%);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .grid--intro,
  .cards,
  .info-grid {
    grid-template-columns: 1fr;
  }

  :root {
    --embed-zoom: 1.18;
  }

  :root {
    --ticketing-frame-height: 1040px;
  }
}

@media (max-width: 860px) {
  .section {
    padding: 82px 0;
  }

  .hero__content {
    padding-top: 28px;
    padding-bottom: 88px;
  }

  .hero__logo {
    width: min(380px, 78vw);
  }

  .hero__meta-art {
    width: min(720px, 94vw);
  }

  .hero__genres {
    font-size: 0.84rem;
    letter-spacing: 0.22em;
  }

  .hero__lead {
    font-size: 1rem;
    max-width: 560px;
  }

  .hero__scroll {
    display: none;
  }


.mobile-sticky-cta {
    display: inline-flex;
  }

  .site-footer {
    padding-bottom: 110px;
  }
}

@media (max-width: 720px) {
  .container,
  .container--wide {
    width: min(var(--max-wide), calc(100vw - 24px));
  }

  .section .container:not(.container--wide),
  .site-footer .container {
    width: min(var(--max), calc(100vw - 32px));
  }

  .section--ticketing .container {
    width: min(var(--max), calc(100vw - 32px));
  }

  .site-bg__veil {
    background:
      linear-gradient(180deg, rgba(6, 3, 2, 0.28) 0%, rgba(7, 3, 2, 0.16) 20%, rgba(8, 3, 2, 0.30) 100%),
      linear-gradient(90deg, rgba(12, 6, 5, 0.18) 0%, rgba(12, 6, 5, 0.04) 44%, rgba(12, 6, 5, 0.18) 100%);
  }

  .hero__lockup {
    gap: 22px;
    transform: translateY(-1vh);
  }

  .hero__logo {
    width: min(340px, 76vw);
  }

  .hero__meta-art {
    width: min(540px, 94vw);
  }


  .card,
  .info-block,
  .ticketing-copy {
    padding: 24px;
  }

  :root {
    --ticketing-frame-height: 744px;
  }

  .ticketing-frame-shell {
    padding: 0;
  }

  .ticketing-frame-shell iframe {
    width: 100%;
    height: var(--ticketing-frame-height);
    transform: none;
  }

  .site-bg__video--desktop {
    display: none;
  }

  .site-bg__video--mobile {
    display: block;
  }
}

@media (max-width: 520px) {
  .kicker {
    letter-spacing: 0.18em;
    font-size: 0.72rem;
  }

  .hero__actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero__genres {
    max-width: 320px;
    line-height: 1.75;
  }

  :root {
    --ticketing-frame-height: 684px;
  }

  .ticketing-frame-shell iframe {
    width: 100%;
    height: var(--ticketing-frame-height);
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .site-bg__video,
  .button {
    transition: none;
  }

  .hero__scroll span::after {
    animation: none;
  }
}

.hero__actions {
  margin-top: 32px;
}


.socials {
  gap: 20px;
}

.social-link {
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.social-link:hover,
.social-link:focus-visible {
  background: transparent;
  border-color: transparent;
  transform: translateY(-1px) scale(1.04);
  opacity: 0.9;
}

.social-link img {
  width: 34px;
  height: 34px;
}

@media (max-width: 1080px) {
  .vip-card {
    grid-template-columns: 1fr;
  }

  .vip-actions {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .hero__actions {
    display: none;
  }

  .vip-card {
    padding: 24px;
    gap: 18px;
  }

  .vip-perks {
    grid-template-columns: 1fr;
  }

  .vip-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .vip-actions .button {
    width: 100%;
  }

  .social-link img {
    width: 36px;
    height: 36px;
  }
}
