html {
  min-height: 100%;
  font-family: proxima-nova, "Helvetica Neue", Arial, sans-serif;
  overflow-y: auto;
  scrollbar-gutter: stable;
  text-size-adjust: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  color: #fff;
  background: #000;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#outerWrapper {
  position: relative;
  min-height: 100vh;
  background-image: url("assets/live-background.png");
  background-position: center calc(50% + 46px);
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#outerWrapper::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.28);
}

#header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: flex-start;
  padding: 40px 48px 0;
}

#main-navigation {
  grid-column: 2;
}

.nav-toggle {
  display: none;
}

#main-navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  align-items: center;
}

#main-navigation a {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-family: proxima-nova, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#main-navigation .active-link a,
#main-navigation a:hover {
  color: #fff;
}

#main-navigation .ticket-link a {
  min-height: 30px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  letter-spacing: 2px;
}

#main-navigation .ticket-link a:hover {
  color: #000;
  background: #fff;
}

.social ul {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.social {
  grid-column: 3;
  justify-self: end;
}

.social a {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #111;
  background: #fff;
  border-radius: 50%;
}

.social svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

#innerWrapper {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100% - 50px));
  margin: 0 auto;
  padding: 42px 0 70px;
  text-align: center;
}

#title-area {
  padding: 0 25px 25px;
}

.site-title {
  margin: 0;
  color: #fff;
  font-family: proxima-nova, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(42px, 6.4vw, 74px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -3px;
  text-transform: uppercase;
  -webkit-text-stroke: 0.7px rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
}

.site-tagline {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: proxima-nova, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.1;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-text-stroke: 0.55px rgba(0, 0, 0, 0.9);
  text-shadow:
    0 1px 1px rgba(0, 0, 0, 0.9),
    0 0 8px rgba(0, 0, 0, 0.85),
    0 0 16px rgba(0, 0, 0, 0.65);
}

#content {
  padding: 25px;
}

.home-wrapper {
  padding-bottom: 26px;
}

.home-wrapper #content {
  padding-bottom: 0;
}

.video-block {
  width: min(920px, 100%);
  margin: 0 auto;
}

.video-frame {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.video-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-icon {
  position: absolute;
  inset: 0;
  width: 48px;
  height: 48px;
  margin: auto;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
}

.play-icon::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 19px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}

.button-block {
  padding-top: 28px;
  text-align: center;
}

.sqs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  color: #fff;
  border: 2px solid #fff;
  font-family: proxima-nova, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-wrapper {
  width: min(1120px, calc(100% - 50px));
}

.page-content {
  padding-top: 12px;
}

.about-copy {
  max-width: 1040px;
  margin: 0 auto;
  padding: 26px 30px;
  color: rgba(255, 255, 255, 0.96);
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
  font-family: proxima-nova, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}

.about-copy p {
  margin: 0 0 1.5em;
}

.gallery-wrapper {
  width: min(960px, calc(100% - 50px));
}

.gallery-content {
  display: grid;
  gap: 34px;
}

.gallery-video,
.gallery-image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.gallery-video {
  aspect-ratio: 16 / 9;
}

.gallery-image img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poster-image {
  display: grid;
  place-items: center;
}

.poster-image img {
  width: min(100%, 720px);
}

.store-wrapper {
  width: min(960px, calc(100% - 50px));
}

.store-content {
  display: grid;
  gap: 28px;
}

.store-hero-image,
.store-image-grid figure {
  margin: 0;
  background: #000;
}

.store-hero-image img,
.store-image-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.store-copy {
  display: grid;
  justify-items: center;
  gap: 18px;
  width: 100%;
  padding: 26px 30px;
  color: rgba(255, 255, 255, 0.96);
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
  font-family: proxima-nova, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}

.store-copy h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.4px;
}

.store-copy p {
  margin: 0;
}

.store-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.store-image-grid figcaption {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.92);
  font-family: proxima-nova, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}

.contact-wrapper {
  width: min(860px, calc(100% - 50px));
}

.contact-content {
  display: grid;
  gap: 26px;
  justify-items: center;
  padding: 26px 30px;
  color: rgba(255, 255, 255, 0.96);
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
  font-family: proxima-nova, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}

.contact-rule {
  width: 100%;
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.booking-block,
.newsletter-form-local {
  display: grid;
  justify-items: center;
  gap: 18px;
  width: 100%;
}

.booking-block h2,
.newsletter-form-local h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.booking-block a {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.4px;
}

.booking-block a:hover {
  text-decoration: underline;
}

.newsletter-form-local p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.4px;
}

.newsletter-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
  padding-top: 4px;
}

.newsletter-fields label {
  width: 100%;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
}

.newsletter-fields input {
  box-sizing: border-box;
  width: min(320px, 100%);
  min-height: 46px;
  padding: 10px 14px;
  color: #111;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 0;
  font-family: proxima-nova, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
}

.newsletter-fields button {
  min-height: 46px;
  padding: 0 22px;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  font-family: proxima-nova, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.newsletter-fields button:hover {
  color: #000;
  background: #fff;
}

.form-message {
  min-height: 22px;
}

.sqs-button:hover {
  color: #000;
  background: #fff;
}

@media (max-width: 720px) {
  #outerWrapper {
    background-attachment: scroll;
  }

  #header {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 22px 22px 0;
  }

  .nav-toggle {
    grid-column: 1;
    display: grid;
    width: 36px;
    height: 32px;
    padding: 0;
    place-content: center;
    gap: 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 0;
    cursor: pointer;
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  #main-navigation {
    position: absolute;
    top: 64px;
    left: 22px;
    right: 22px;
    grid-column: 1 / -1;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  .nav-open #main-navigation {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  #main-navigation ul {
    display: grid;
    gap: 0;
    padding: 12px 0;
    background: rgba(0, 0, 0, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  }

  #main-navigation a {
    padding: 10px 16px;
    text-align: center;
  }

  #main-navigation .ticket-link a {
    justify-content: center;
    width: fit-content;
    margin: 8px auto 4px;
    padding: 0 13px;
  }

  .social {
    grid-column: 3;
  }

  #innerWrapper {
    padding-top: 34px;
  }

  .site-title {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .site-tagline {
    font-size: 15px;
    line-height: 1.8;
  }

  #content {
    padding: 25px 0;
  }

  .store-image-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-fields {
    display: grid;
  }

  .newsletter-fields input,
  .newsletter-fields button {
    width: 100%;
  }
}
