: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.78);
  --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;
  --page-pad: 32px;
  --content-pad: 72px;
  --wide-pad: 40px;
  --embed-scale: 1.18;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 187, 106, 0.12), transparent 28%),
    radial-gradient(circle at top left, rgba(200, 131, 77, 0.09), transparent 32%),
    linear-gradient(180deg, #120907 0%, #1a0d0b 36%, #140a08 100%);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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--wide {
  width: min(1880px, calc(100vw - 24px));
}

.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__media,
.hero__video,
.hero__poster,
.hero__veil,
.hero__glow {
  position: absolute;
  inset: 0;
}

.hero__poster,
.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__poster {
  transition: opacity 0.45s ease;
}

.hero__media.has-video .hero__poster {
  opacity: 0;
}

.hero__video {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.hero__video.is-ready {
  opacity: 1;
}

.hero__video--mobile {
  display: none;
}

.hero__veil {
  background:
    linear-gradient(180deg, rgba(6, 3, 2, 0.42) 0%, rgba(7, 3, 2, 0.22) 22%, rgba(8, 3, 2, 0.42) 100%),
    linear-gradient(90deg, rgba(16, 8, 6, 0.34) 0%, rgba(16, 8, 6, 0.08) 42%, rgba(16, 8, 6, 0.22) 100%);
}

.hero__glow {
  background:
    radial-gradient(circle at 55% 50%, rgba(255, 202, 129, 0.16), transparent 22%),
    radial-gradient(circle at 22% 65%, rgba(182, 97, 44, 0.18), transparent 27%),
    radial-gradient(circle at 82% 24%, rgba(255, 226, 186, 0.12), transparent 21%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.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: 32px;
  transform: translateY(-2vh);
}

.hero__logo {
  width: min(430px, 74vw);
}

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

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

.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: 980px;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  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(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  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-head {
  max-width: 980px;
  margin: 0 auto 24px;
}

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

.ticketing-inline-link {
  margin-top: 14px;
  font-size: 0.96rem;
}

.ticketing-inline-link a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.ticketing-frame-shell {
  position: relative;
  min-height: 1150px;
  padding: 2px;
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
}

.ticketing-frame-shell iframe {
  display: block;
  width: calc(100% * var(--embed-scale));
  height: calc(1146px * var(--embed-scale));
  margin: 0;
  border: 0;
  border-radius: calc(var(--radius) - 6px);
  background: #fff;
  transform: scale(calc(1 / var(--embed-scale)));
  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: calc(var(--radius) - 4px);
  background: linear-gradient(180deg, rgba(22, 11, 8, 0.96), rgba(30, 14, 11, 0.96));
}

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

.ticketing-note {
  margin: 14px 4px 0;
  font-size: 0.94rem;
  text-align: center;
}

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

.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;
}

.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-scale: 1;
  }

  .ticketing-frame-shell {
    min-height: 920px;
  }

  .ticketing-frame-shell iframe {
    width: 100%;
    height: 916px;
    transform: none;
  }
}

@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.18em;
  }

  .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--wide {
    width: min(var(--max-wide), calc(100vw - 24px));
  }

  .hero__video--desktop {
    display: none;
  }

  .hero__video--mobile {
    display: block;
  }

  .hero__veil {
    background:
      linear-gradient(180deg, rgba(6, 3, 2, 0.58) 0%, rgba(7, 3, 2, 0.22) 26%, rgba(8, 3, 2, 0.56) 100%),
      linear-gradient(90deg, rgba(12, 6, 5, 0.3) 0%, rgba(12, 6, 5, 0.08) 45%, rgba(12, 6, 5, 0.3) 100%);
  }

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

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

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


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

  .ticketing-frame-shell {
    min-height: 630px;
    padding: 8px;
  }

  .ticketing-frame-shell iframe {
    width: 100%;
    height: 614px;
    transform: none;
  }
}

@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;
  }

  .ticketing-frame-shell {
    min-height: 580px;
  }

  .ticketing-frame-shell iframe {
    width: 100%;
    height: 564px;
    transform: none;
  }
}

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

  .reveal,
  .hero__video,
  .button {
    transition: none;
  }

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

.hero__actions {
  margin-top: 32px;
}
