@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #000;
  overflow-x: hidden;
}

body.mobile-menu-open,
body.event-share-dialog-open {
  overflow: hidden;
}

html.initial-load-scroll-locked,
body.initial-load-scroll-locked {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

.initialPageLoader {
  position: fixed;
  inset: 0;
  z-index: 1000004;
  overflow: hidden;
  background: #000;
  touch-action: none;
}

.initialPageLoaderBlock {
  position: absolute;
  min-width: 2px;
  min-height: 2px;
}

.initialPageLoaderLogo {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.09) 20%, rgba(255, 148, 117, 0.2) 42%, rgba(255, 255, 255, 0.09) 64%);
  background-size: 220% 100%;
  -webkit-mask: url("assets/ivenue-logo.png") center / contain no-repeat;
  mask: url("assets/ivenue-logo.png") center / contain no-repeat;
}

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

button,
input {
  font: inherit;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 30px;

  /* Let centered content logos receive clicks through the header's empty area. */
  pointer-events: none;
}

header > * {
  pointer-events: auto;
}

header > nav {
  display: flex;
  align-items: center;

  width: fit-content;

  gap: 30px;

  padding: 7px 15px;

  background: #000;
}

header > nav a {
  display: block;
}

header > nav span {
  color: #fff;

  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;

  font-size: 16px;
  font-weight: 100;

  text-transform: uppercase;

  transition: color 0.2s ease;
}

header > nav a:hover span {
  color: #ff9475;
}

.contact {
  color: #fff;

  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;

  font-weight: 600;

  text-transform: uppercase;
}

.contact span {
  transition: color 0.2s ease;
}

.contact:hover span {
  color: #ff9475;
}

/* =========================================================
   MOBILE MENU — HIDDEN ON DESKTOP
========================================================= */

.mobileMenuToggle,
.mobileMenu {
  display: none;
}

/* =========================================================
   HERO
========================================================= */

.hero {
  position: relative;

  display: flex;
  flex-direction: column;

  width: 100%;

  min-height: 100vh;

  background: #000;
}

/* =========================================================
   LOGO
========================================================= */

.logo {
  position: relative;

  z-index: 20;

  display: block;

  align-self: center;

  width: 220px;
  max-width: 220px;
  height: 125px;

  transform: translateY(20px);
}

.logo img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}

/* =========================================================
   SOCIAL ICONS — DESKTOP
========================================================= */

.socIcons {
  position: fixed;

  top: 50%;
  left: 0;

  z-index: 99999;

  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 30px;

  padding: 20px;

  background: #000;

  transform: translateY(-50%);
}

.socIcons a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.socIcons svg {
  width: 24px;
  height: 24px;

  color: #fff;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.socIcons a:hover svg {
  color: #ff9475;
  transform: scale(1.1);
}

/* =========================================================
   HERO SLIDER
========================================================= */

.heroSlider {
  position: relative;

  flex: 1;

  width: 100%;
  height: calc(100vh - 125px);

  overflow: hidden;
}

.header-cart-hidden {
  display: none !important;
}
.mobile-menu-open #eventCartToggle,
body[class*="auth"] #eventCartToggle {
  display: none !important;
}
.mobileMenu {
  z-index: 50;
}
.mobileMenuToggle {
  z-index: 52;
}
.mobileMenuPanel {
  display: flex;
  flex-direction: column;
}
.mobileMenuSocial {
  display: none;
  gap: 30px;
  padding: 8px 0 18px;
}
.mobileMenu.is-open .mobileMenuSocial {
  display: flex;
 }
.mobileMenuSocial .socIcons {
  position: static;
  display: flex;
  width: auto;
  margin: 0;
    gap: 30px;

}
.mobileMenuAccount {
  margin-top: auto;
  padding-top: 24px;
}
body.ticket-open .mobileMenuToggle,
body.ticket-open #eventCartToggle {
  display: none !important;
}

.skeletonBlock {
  display: block;
  border-radius: 4px;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0.09) 20%,
    rgba(255, 148, 117, 0.2) 42%,
    rgba(255, 255, 255, 0.09) 64%
  );
  background-size: 220% 100%;
  animation: iVenueSkeletonShimmer 1.7s ease-in-out infinite;
}

@keyframes iVenueSkeletonShimmer {
  to {
    background-position: -120% 0;
  }
}

.heroSkeleton {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, #151515, #24201f);
}

.heroSkeletonMedia {
  position: absolute;
  inset: 0;
  border-radius: 0;
  opacity: 0.55;
}

.heroSkeletonOverlay {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 30%);
  align-content: center;
  column-gap: clamp(56px, 9vw, 160px);
  padding: 0 clamp(24px, 7vw, 112px);
}

.heroSkeletonTitle {
  width: min(100%, 620px);
  height: clamp(72px, 10vw, 150px);
  align-self: center;
}
.heroSkeletonDetails {
  display: grid;
  align-content: center;
  gap: 14px;
}
.heroSkeletonDetails .skeletonBlock {
  height: 18px;
  width: 78%;
}
.heroSkeletonDetails .heroSkeletonButton {
  width: 142px;
  height: 46px;
  margin-top: 10px;
}
.heroSkeletonDots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}
.heroSkeletonDots .skeletonBlock {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.heroState {
  display: grid;
  place-items: center;
  height: 100%;
  margin: 0;
  padding: 24px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.heroStateError {
  color: #ffb19f;
}

.heroSlide {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  opacity: 0;
  visibility: hidden;

  z-index: 1;

  transition:
    opacity 0.8s ease,
    visibility 0.8s ease;
}

.heroSlide.active {
  opacity: 1;
  visibility: visible;

  z-index: 2;
}

.heroSlide > img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  filter: brightness(0.4);
}

.heroSlide::after {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 2;

  pointer-events: none;

  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.08),
    rgba(0, 0, 0, 0.3)
  );
}

/* =========================================================
   HERO CONTENT
========================================================= */

.SlideContent {
  position: absolute;
  inset: 0;

  z-index: 5;

  color: #fff;
}

.heroSlide .heroEventOverlay {
  opacity: 0;

  transform: translateX(40px);

  transition:
    opacity 0.7s ease 0.2s,
    transform 0.8s ease 0.2s;
}

.heroSlide.active .heroEventOverlay {
  opacity: 1;

  transform: translateX(0);
}

.heroEventOverlay {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(250px, 30%);

  align-items: start;
  align-content: center;

  column-gap: clamp(56px, 9vw, 160px);

  padding: 0 clamp(24px, 7vw, 112px);
}

/* =========================================================
   HERO TITLE
========================================================= */

.heroEventTitle {
  width: auto;

  margin: 0;

  color: #ff9475;

  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;

  font-size: clamp(3.35rem, 5.7vw, 6.2rem);
  font-weight: 800;

  line-height: 1;

  letter-spacing: 1px;

  text-transform: uppercase;

  text-shadow: 2px 4px #000;

  overflow-wrap: anywhere;
}

/* =========================================================
   HERO EVENT INFORMATION
========================================================= */

.heroEventInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: auto;
  min-width: 0;
  min-height: min(46%, 340px);

  gap: clamp(25px, 4.4vh, 56px);

  padding: clamp(20px, 2.1vw, 28px);

  overflow: hidden;

  background: #ff9475;

  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.82);
}

.heroEventDetails {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: clamp(10px, 1.8vh, 20px);
}

.heroEventMeta {
  width: fit-content;
  max-width: 100%;

  padding: 8px 10px;

  color: #fff;
  background: #000;

  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;

  font-size: clamp(0.9rem, 1.65vw, 1.5rem);
  font-weight: 700;

  line-height: 1.35;

  text-transform: uppercase;

  overflow-wrap: anywhere;
}

/* =========================================================
   GET TICKETS
========================================================= */

.heroEventCta {
  display: flex;
  align-items: center;

  gap: 10px;

  margin-top: auto;

  min-width: 0;
}

.heroEventCta svg {
  flex: 0 0 auto;

  color: #000;
  background: #fff;

  transform: rotateY(180deg) scaleX(2);
}

.heroEventCta button {
  min-width: 0;

  padding: 15px 0 15px 8px;

  border: 2px solid #000;

  color: #000;
  background: transparent;

  font-size: 18px;
  font-weight: 700;

  text-transform: uppercase;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.heroEventCta button span {
  display: block;

  padding: 6px;

  color: #000;
  background: #fff;

  white-space: nowrap;

  transition:
    color 0.3s ease,
    background 0.3s ease;
}

.heroEventCta button:hover {
  background: #000;

  transform: scale(0.98);
}

.heroEventCta button:hover span {
  color: #ff9475;
  background: transparent;
}

/* =========================================================
   HERO DOTS
========================================================= */

.heroDots {
  position: absolute;

  left: 50%;
  bottom: 22px;

  z-index: 20;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 12px;

  transform: translateX(-50%);
}

.heroDot {
  width: 7px;
  height: 7px;

  padding: 0;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.28);

  opacity: 0.7;

  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    background 0.3s ease;
}

.heroDot:hover {
  opacity: 1;

  transform: scale(1.3);
}

.heroDot.active {
  opacity: 1;

  background: #fff;

  transform: scale(1.25);
}

/* =========================================================
   SECTION 2 — UPCOMING SHOWS
========================================================= */

.sec2 {
  padding: 0 30px 70px;

  overflow: hidden;

  background: #000;
}

.shows-inner {
  width: min(100%, 1238px);

  margin: 0 auto;

  padding-top: 46px;
}

.shows-rule {
  width: 355px;
  height: 3px;

  margin: 0 auto 42px;

  background: #fff;
}

.shows-title {
  position: relative;

  display: flex;
  align-items: stretch;

  width: fit-content;

  color: #000;

  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;

  font-size: clamp(3.6rem, 5vw, 5.2rem);
  font-weight: 400;

  line-height: 1.05;

  letter-spacing: 1px;

  text-transform: uppercase;
}

.shows-title__upcoming,
.shows-title__shows,
.shows-title__pattern {
  display: block;
}

.shows-title__upcoming {
  padding: 16px 40px 14px;

  background: #fff;
}

.shows-title__shows {
  align-self: center;

  padding: 13px 38px 12px 25px;

  background: #ff9475;

  font-size: 0.78em;
  line-height: 1;
}

.shows-title__pattern {
  align-self: center;

  width: 31px;
  height: calc(1em + 25px);

  background: repeating-linear-gradient(65deg, #000 0 2px, #ff9475 2px 4px);
}

.shows-title::after {
  content: "";

  position: absolute;

  right: 0;
  bottom: -9px;

  width: 134px;
  height: 9px;

  background: #fff;
}

.shows-divider {
  position: relative;

  width: 100%;
  height: 2px;

  margin-top: 120px;

  background: #ff9475;
}

.shows-divider::after {
  content: "";

  position: absolute;

  top: -44px;
  right: 0;

  width: 2px;
  height: 44px;

  background: #ff9475;
}

.shows-notices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;

  width: fit-content;
  max-width: 100%;

  margin-top: 39px;
  margin-left: auto;

  gap: 7px;

  color: #000;

  font-family: "Trebuchet MS", Arial, sans-serif;

  font-size: clamp(0.9rem, 1.25vw, 1.2rem);

  letter-spacing: 1px;

  text-align: right;
}

.shows-notices p {
  width: fit-content;
  max-width: 100%;

  padding: 3px 5px 4px;

  background: #ff9475;
}

/* =========================================================
   SECTION 3 — EVENTS
========================================================= */

.sec3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  min-height: 100vh;

  padding: 50px 20px 60px;

  gap: 30px;

  background: rgb(64, 62, 62);
}

.sec3Content {
  display: flex;
  flex-direction: column;

  width: min(900px, 100%);

  padding: 30px 0;
}

.heroSlide--image-fallback {
  background: linear-gradient(130deg, #221c1a, #4b3029 50%, #171717);
}

.venueHero.is-loading .aboutVenueCont {
  visibility: hidden;
}

.venueHeroSkeleton {
  position: absolute;
  inset: 0;
  z-index: 10;
  overflow: hidden;
  background: #000;
}

.venueHeroSkeletonContent {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.25fr);
  grid-template-rows: auto minmax(280px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  width: min(900px, calc(100% - 40px));
  min-height: min(100%, 820px);
  margin: 100px auto 0;
}

.venueHeroSkeletonTitle {
  display: grid;
  align-content: center;
  gap: 12px;
}

.venueHeroSkeletonTitle .skeletonBlock:first-child {
  width: min(100%, 280px);
  height: clamp(48px, 7vw, 84px);
}
.venueHeroSkeletonTitle .skeletonBlock:last-child {
  width: min(100%, 420px);
  height: clamp(48px, 7vw, 84px);
}
.venueHeroSkeletonImage {
  grid-row: 1 / span 2;
  grid-column: 2;
  min-height: 430px;
}
.venueHeroSkeletonCopy {
  width: min(100%, 360px);
  height: 118px;
}

.venueHero--image-fallback .img-Par .img {
  background: linear-gradient(130deg, #221c1a, #4b3029 50%, #171717);
}

.venueHero--image-fallback .img-Par .img img {
  display: none;
}

.venueHero.is-ready .aboutVenueCont {
  animation: venueHeroReveal 0.3s ease-out both;
}

@keyframes venueHeroReveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 700px) {
  .venueHeroSkeletonContent {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(240px, 48vw) auto;
    gap: 26px;
    width: min(100% - 32px, 560px);
    margin-top: 112px;
  }

  .venueHeroSkeletonTitle {
    grid-row: 1;
  }
  .venueHeroSkeletonImage {
    grid-row: 2;
    grid-column: 1;
    min-height: 0;
  }
  .venueHeroSkeletonCopy {
    grid-row: 3;
    width: 100%;
  }
}

.heroSlider.is-ready .heroSlide.active {
  animation: heroReveal 0.35s ease-out both;
}

@keyframes heroReveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.accordionSkeleton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 150px;
  gap: 25px;
  border-top: 2px solid rgba(255, 148, 117, 0.6);
}

.accordionSkeleton > div {
  display: grid;
  gap: 14px;
  width: min(65%, 510px);
}
.accordionSkeletonDate {
  width: 130px;
  height: 18px;
}
.accordionSkeletonTitle {
  width: min(100%, 360px);
  height: 36px;
}
.accordionSkeletonButton {
  width: 142px;
  height: 46px;
}

.skeletonTextLine {
  width: 58%;
  height: 15px;
}
.skeletonTextLine--wide {
  width: 86%;
  height: 25px;
}

.cart-action-pending {
  position: relative;
  overflow: hidden;
  cursor: progress !important;
}

.cart-action-pending::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 65%
  );
  transform: translateX(-120%);
  animation: iVenueCartAction 0.9s ease-in-out infinite;
  pointer-events: none;
}

@keyframes iVenueCartAction {
  to {
    transform: translateX(120%);
  }
}

/* =========================================================
   ACCORDION
========================================================= */

.eventAcordion {
  display: flex;
  flex-direction: column;

  width: 100%;

  border-top: 2px solid #ff9475;
}

.closedAcordion {
  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 150px;

  gap: 25px;

  cursor: pointer;
}

.closedAcordion > div:first-child {
  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;

  color: #fff;

  transition: color 0.3s ease;
}

.closedAcordion:hover > div:first-child {
  color: #ff9475;
}

.closedAcordion p {
  font-family: "Fjalla One", sans-serif;

  font-weight: 400;

  text-shadow: 2px 2px #000;
}

.closedAcordion h2 {
  font-family: "Fjalla One", sans-serif;

  font-size: 2rem;
  font-weight: 400;

  text-shadow: 2px 2px #000;

  overflow-wrap: anywhere;
}

.getTicketBtn {
  flex: 0 0 auto;

  padding: 10px 30px;

  border: 2px solid #ff9475;

  color: #ff9475;

  text-transform: uppercase;

  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.getTicketBtn:hover {
  color: #000;
  background: #ff9475;
}

.openAcordion {
  display: flex;
  flex-direction: column;

  gap: 20px;

  padding-bottom: 20px;

  color: #fff;

  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;

  font-size: 19px;
}

.openAcordion .adress,
.openAcordion .vntDscrp {
  line-height: 1.5;
}

.share {
  display: flex;
  align-items: center;

  gap: 10px;
}

.shareEventButton {
  display: flex;
  align-items: center;

  padding: 0;

  color: inherit;
  background: transparent;

  text-transform: lowercase;
}

.shareEventButton svg {
  width: 26px;
  height: 24px;

  color: #fff;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.shareEventButton:hover {
  color: #ff9475;
}

.shareEventButton:hover svg {
  color: #ff9475;

  transform: scale(1.05);
}

/* =========================================================
   SEE MORE
========================================================= */

.seeMoreBtn {
  position: relative;

  width: 288px;
  height: 82px;

  margin: 30px 0 30px 109px;

  background: #ff9475;
}

.seeMoreBtn > svg {
  position: absolute;

  top: 22px;
  left: -78px;

  width: 110px;
  height: 39px;

  padding: 3px 39px;

  color: #000;
  background: #fff;
}

.seeMoreBtnBox {
  position: absolute;

  top: 10px;
  left: 12px;

  width: 194px;
  height: 63px;

  border: 3px solid #000;

  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.seeMoreBtnFrame {
  position: absolute;

  inset: 10px 17px;

  background: #fff;

  transition: background 0.2s ease;
}

.seeMoreBtnFrame button {
  width: 100%;
  height: 100%;

  font-family: Arial, sans-serif;

  font-size: 18px;

  text-transform: uppercase;
}

.seeMoreBtnBox span {
  color: #000;

  transition: color 0.2s ease;
}

.seeMoreBtnBox:hover {
  background: #000;

  transform: scale(0.95);
}

.seeMoreBtnBox:hover .seeMoreBtnFrame {
  background: #000;
}

.seeMoreBtnBox:hover span {
  color: #ff9475;
}

/* =========================================================
   SHARE DIALOG
========================================================= */

.event-share-dialog[hidden] {
  display: none;
}

.event-share-dialog {
  position: fixed;
  inset: 0;

  z-index: 1000000;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 16px;
}

.event-share-dialog__overlay {
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.76);
}

.event-share-dialog__content {
  position: relative;

  z-index: 1;

  width: min(400px, calc(100vw - 32px));

  padding: 34px 28px 26px;

  overflow-y: auto;

  border: 1px solid rgba(255, 255, 255, 0.18);

  color: #fff;
  background: #121212;

  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.6);
  text-align: center;
  min-height: fit-content;
}

.event-share-dialog__content h2 {
  margin-bottom: 24px;

  font-family: "Fjalla One", Impact, sans-serif;

  font-size: 1.8rem;
  font-weight: 400;

  text-transform: uppercase;
}

.event-share-dialog__close {
  position: absolute;

  top: 12px;
  right: 12px;

  display: grid;

  width: 32px;
  height: 32px;

  place-items: center;

  color: rgba(255, 255, 255, 0.75);
}

.event-share-dialog__close svg {
  width: 20px;
  height: 20px;

  fill: none;

  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.event-share-dialog__actions {
  display: flex;
  justify-content: center;

  gap: 14px;
}

.event-share-dialog__actions button {
  display: grid;

  width: 48px;
  height: 48px;

  place-items: center;

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;

  color: #fff;
  background: #202020;

  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.event-share-dialog__actions svg {
  width: 22px;
  height: 22px;
}

.event-share-dialog__close:hover,
.event-share-dialog__actions button:hover {
  color: #ff9475;
  border-color: #ff9475;
}

.event-share-dialog__actions button:hover {
  transform: translateY(-2px);
}

.event-share-dialog__feedback {
  min-height: 1.25em;

  margin-top: 16px;

  color: rgba(255, 255, 255, 0.7);

  font-size: 0.8rem;
}

/* =========================================================
   SECTION 4 — NEWSLETTER
========================================================= */

.sec4 {
  min-height: 50vh;

  padding: 95px 0 45px;

  background: #000;
}

.newsletter {
  position: relative;

  width: 80%;
  max-width: 1200px;
  min-height: 245px;

  margin: 0 auto;

  padding: 72px 5vw 30px;

  background: #ff9475;
}

.newsletter h2 {
  position: absolute;

  top: -47px;
  left: 5vw;

  z-index: 2;

  color: #fff;

  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;

  font-size: clamp(3rem, 5.2vw, 4.5rem);
  font-weight: 400;

  line-height: 1;

  text-transform: uppercase;

  white-space: nowrap;
}

.newsletter h2::after {
  content: "";

  position: absolute;

  top: 43%;
  left: 120px;

  z-index: -1;

  width: 65.4vw;
  height: 17px;

  background: repeating-linear-gradient(120deg, #000 0 2px, #ff9475 2px 4px);
}

.newsletter::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: -14px;

  width: 36%;
  height: 14px;

  background: #fff;
}

.newsletter-content {
  display: grid;

  grid-template-columns: 1fr 1.4fr;

  align-items: center;

  gap: 8vw;
}

.newsletter-content > p {
  color: #000;

  font:
    18px/1.5 "Cabin",
    sans-serif;

  letter-spacing: 1px;
}

.newsletter-form {
  display: flex;
  flex-direction: column;

  gap: 10px;
}

.newsletter-form > label {
  color: #fff;

  font:
    700 18px "Cabin",
    sans-serif;
}

.newsletter-form input[type="email"] {
  width: 100%;
  height: 54px;

  padding: 8px;

  border: 3px solid #000;

  background: #fff;

  font-size: 18px;
}

.newsletter-actions {
  display: flex;
  align-items: center;

  gap: 30px;
}

.subscribe-check {
  display: flex;
  align-items: flex-start;

  gap: 14px;

  color: #fff;

  font:
    18px/1.5 "Cabin",
    sans-serif;
}

.subscribe-check input {
  flex: 0 0 auto;

  width: 24px;
  height: 24px;

  accent-color: #ff9475;
}

.newsletter-actions button {
  min-width: 230px;
  height: 54px;

  border: 3px solid #000;

  color: #000;
  background: #fff;

  font:
    700 16px "Cabin",
    sans-serif;

  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.newsletter-actions button:hover {
  color: #ff9475;
  background: #000;
}

.copyright {
  margin-top: 72px;

  padding: 0 20px;

  color: #fff;

  font:
    14px "Cabin",
    sans-serif;

  letter-spacing: 4px;

  text-align: center;
}

/* =========================================================
   TABLET / BURGER BREAKPOINT
   Starts at 1290px because desktop nav starts colliding.
========================================================= */

@media (max-width: 1290px) {
  /* HEADER */

  header {
    position: absolute;

    height: 110px;

    padding: 0 24px;

    background: #000;
  }

  header > nav {
    display: none;
  }

  /*
   * Row 2 — address.
   * Social icons are visually row 1 even though they live
   * inside .hero in the HTML.
   */

  header > .contact {
    position: absolute;

    top: 78px;
    left: 50%;

    display: block;

    width: calc(100% - 40px);

    color: #fff;

    text-align: center;

    transform: translateX(-50%);
  }

  header > .contact span {
    display: block;

    font-family: "Fjalla One", sans-serif;

    font-size: 13px;
    font-weight: 400;

    line-height: 1;

    white-space: nowrap;
  }

  /* SOCIAL ICONS — TOP ROW */

  .socIcons {
    position: absolute;

    top: 24px;
    left: 40px;

    z-index: 100001;

    display: flex;
    flex-direction: row;
    align-items: center;

    gap: 34px;

    padding: 0;

    background: transparent;

    transform: none;
  }

  .socIcons svg {
    width: 21px;
    height: 21px;
  }

  /* BURGER */

  .mobileMenuToggle {
    position: absolute;

    top: 16px;
    right: 25px;

    z-index: 100003;

    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 48px;
    height: 48px;

    gap: 7px;

    padding: 6px 4px;

    background: transparent;
  }

  .mobileMenuToggle span {
    display: block;

    width: 100%;
    height: 3px;

    background: #fff;

    transition:
      transform 0.25s ease,
      opacity 0.2s ease;
  }

  .mobileMenuToggle.is-open span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .mobileMenuToggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .mobileMenuToggle.is-open span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  /* MOBILE MENU OVERLAY */

  .mobileMenu {
    position: fixed;
    inset: 0;

    z-index: 100002;

    display: block;

    visibility: hidden;

    opacity: 0;

    background: rgba(0, 0, 0, 0.72);

    pointer-events: none;

    transition:
      opacity 0.25s ease,
      visibility 0.25s ease;
  }

  .mobileMenu.is-open {
    visibility: visible;

    opacity: 1;

    pointer-events: auto;
  }

  .mobileMenuPanel {
    position: absolute;

    top: 0;
    right: 0;

    width: min(86vw, 386px);
    height: 100dvh;

    padding: 90px 25px 35px;

    overflow-y: auto;

    background: #111;

    border-left: 1px solid rgba(255, 255, 255, 0.15);

    transform: translateX(100%);

    transition: transform 0.3s ease;
  }

  .mobileMenu.is-open .mobileMenuPanel {
    transform: translateX(0);
  }

  .mobileMenuNav {
    display: flex;
    flex-direction: column;
  }

  .mobileMenuNav a,
  .mobileMenuAccount a,
  .mobileMenuAccount button {
    display: flex;
    align-items: center;

    width: 100%;
    min-height: 56px;

    padding: 0 5px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.17);

    color: #fff;

    background: transparent;

    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;

    font-size: 1.2rem;

    text-align: left;

    text-transform: uppercase;

    transition:
      color 0.2s ease,
      padding 0.2s ease;
  }

  .mobileMenuNav a:hover,
  .mobileMenuAccount a:hover,
  .mobileMenuAccount button:hover {
    padding-left: 12px;

    color: #ff9475;
  }

  /* HERO TOP / LOGO */

  .hero {
    padding-top: 0;
  }

  .logo {
    position: relative;

    z-index: 50;

    flex: 0 0 140px;

    width: 220px;
    max-width: 220px;
    height: 140px;

    margin-top: 110px;

    transform: none;
  }

  .logo img {
    object-fit: contain;
  }

  /* HERO */

  .heroSlider {
    flex: none;

    height: 700px;
  }

  .heroEventOverlay {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(230px, 34%);

    column-gap: 35px;

    padding: 0 35px;
  }

  .heroEventTitle {
    font-size: clamp(3.1rem, 6.5vw, 5rem);
  }

  .sec3Content {
    width: min(900px, calc(100% - 40px));
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 768px) {
  .logo {
    flex-basis: 135px;

    width: 205px;
    height: 135px;
  }

  .heroSlider {
    height: 680px;
  }

  .heroEventOverlay {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(210px, 35%);

    column-gap: 24px;

    padding: 0 24px;
  }

  .heroEventTitle {
    font-size: clamp(2.8rem, 7vw, 4rem);
  }

  .heroEventInfo {
    padding: 18px;

    gap: 20px;
  }

  .heroEventMeta {
    font-size: clamp(0.8rem, 2vw, 1rem);
  }

  /* SECTION 2 */

  .sec2 {
    padding: 45px 18px 55px;
  }

  .shows-inner {
    padding-top: 0;
  }

  .shows-rule {
    width: min(62vw, 270px);

    margin-bottom: 28px;
  }

  .shows-title {
    font-size: clamp(2.25rem, 10vw, 3.6rem);
  }

  .shows-title__upcoming,
  .shows-title__shows {
    padding: 12px 15px 10px;
  }

  .shows-title__shows {
    padding-left: 12px;
    padding-right: 16px;
  }

  .shows-title__pattern {
    width: 19px;

    height: calc(1em + 22px);
  }

  .shows-title::after {
    bottom: -6px;

    width: 82px;
    height: 6px;
  }

  .shows-divider {
    margin-top: 72px;
  }

  .shows-notices {
    margin-top: 29px;

    font-size: 0.76rem;

    letter-spacing: 0.35px;
  }

  /* SECTION 3 */

  .sec3 {
    min-height: auto;

    padding: 45px 18px 55px;
  }

  .sec3Content {
    width: 100%;

    padding: 0;
  }

  .closedAcordion {
    min-height: 125px;
  }

  .closedAcordion h2 {
    font-size: 1.75rem;
  }

  /* NEWSLETTER */

  .sec4 {
    padding: 80px 18px 35px;
  }

  .newsletter {
    width: 100%;
    min-height: auto;

    padding: 85px 24px 30px;
  }

  .newsletter h2 {
    left: 24px;

    font-size: clamp(2.5rem, 11vw, 4rem);
  }

  .newsletter h2::after {
    left: 80px;

    width: 60vw;
  }

  .newsletter-content {
    grid-template-columns: 1fr;

    gap: 35px;
  }

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

    gap: 18px;
  }

  .newsletter-actions button {
    width: 100%;

    min-width: 0;
  }

  .copyright {
    font-size: 10px;

    letter-spacing: 2px;
  }
}

/* =========================================================
   MOBILE — SCREENSHOT STYLE
========================================================= */

@media (max-width: 600px) {
  /* =====================================================
     TOP BLACK AREA
  ===================================================== */

  header {
    height: 108px;

    padding: 0;
  }

  /* SOCIAL ICONS — FIRST ROW */

  .socIcons {
    top: 27px;
    left: 40px;

    width: calc(100% - 125px);

    justify-content: space-between;

    gap: 0;
  }

  .socIcons svg {
    width: 20px;
    height: 20px;
  }

  /* BURGER — FIRST ROW RIGHT */

  .mobileMenuToggle {
    top: 20px;
    right: 20px;

    width: 34px;
    height: 44px;

    padding: 4px 0;

    gap: 7px;
  }

  .mobileMenuToggle span {
    height: 3px;
  }

  /* ADDRESS — SECOND ROW */

  header > .contact {
    top: 84px;

    width: calc(100% - 32px);
  }

  header > .contact span {
    font-family: "Fjalla One", sans-serif;

    font-size: clamp(10px, 3.1vw, 13px);

    white-space: nowrap;
  }

  /* =====================================================
     LOGO — THIRD ROW
  ===================================================== */

  .logo {
    flex: 0 0 140px;

    width: 220px;
    max-width: 220px;
    height: 140px;

    margin-top: 108px;
  }

  .logo img {
    width: 100%;
    height: 100%;

    object-fit: contain;
  }

  /* =====================================================
     EVENT IMAGE
  ===================================================== */

  .heroSlider {
    flex: none;

    width: 100%;
    height: 670px;

    min-height: 0;

    margin: 0;
  }

  .heroSlide > img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    /*
      Similar to the reference screenshot:
      image stays large rather than being squeezed.
    */
    object-position: center center;
  }

  .heroSlide::after {
    background: rgba(0, 0, 0, 0.15);
  }

  /* =====================================================
     EVENT CONTENT
  ===================================================== */

  .heroEventOverlay {
    display: block;

    padding: 0;
  }

  /* EVENT TITLE ON IMAGE */

  .heroEventTitle {
    position: absolute;

    top: 50px;
    left: 16px;

    width: calc(100% - 32px);

    margin: 0;

    color: #ff9475;

    font-size: clamp(3rem, 14vw, 4.8rem);

    line-height: 0.88;

    letter-spacing: 0;

    text-shadow: 2px 3px #000;

    overflow-wrap: normal;
    word-break: normal;
  }

  /* =====================================================
     ORANGE INFORMATION PANEL
  ===================================================== */

  .heroEventInfo {
    position: absolute;

    left: 15px;
    right: 0;
    bottom: 0;

    width: auto;

    min-width: 0;
    min-height: 300px;

    padding: 30px 58px;

    gap: 18px;

    justify-content: flex-start;

    overflow: hidden;

    background: #ff9475;

    box-shadow: none;
  }

  .heroEventDetails {
    gap: 10px;
  }

  .heroEventMeta {
    width: fit-content;

    max-width: 100%;

    padding: 8px 11px;

    color: #fff;
    background: #000;

    font-size: clamp(1rem, 5vw, 1.45rem);

    font-weight: 800;

    line-height: 1.2;

    overflow-wrap: anywhere;
  }

  /* GET TICKETS */

  .heroEventCta {
    gap: 0;

    margin-top: 4px;
  }

  .heroEventCta svg {
    width: 62px;
    height: 34px;

    padding: 4px 14px;

    background: #fff;

    transform: rotateY(180deg) scaleX(1.25);
  }

  .heroEventCta button {
    padding: 7px 0 7px 6px;

    font-size: 0.85rem;
  }

  .heroEventCta button span {
    padding: 5px 7px;
  }

  /* HERO DOTS */

  .heroDots {
    bottom: 9px;

    gap: 9px;
  }

  .heroDot {
    width: 6px;
    height: 6px;
  }

  /* =====================================================
     UPCOMING SHOWS
  ===================================================== */

  .sec2 {
    min-height: auto;

    padding: 45px 18px 55px;
  }

  .shows-rule {
    width: 100%;
    height: 2px;

    margin: 0 0 28px;
  }

  .shows-title {
    max-width: 100%;

    font-size: clamp(2rem, 10vw, 3rem);
  }

  .shows-title__upcoming,
  .shows-title__shows {
    padding: 10px 12px 9px;
  }

  .shows-title__pattern {
    width: 16px;
  }

  .shows-divider {
    margin-top: 55px;
  }

  .shows-notices {
    align-items: flex-start;

    width: 100%;

    margin-top: 26px;

    font-size: 0.75rem;

    text-align: left;
  }

  /* =====================================================
     ACCORDION SECTION
  ===================================================== */

  .sec3 {
    padding: 35px 18px 50px;

    gap: 25px;
  }

  .sec3Content {
    width: 100%;
  }

  .eventAcordion {
    width: 100%;
  }

  .closedAcordion {
    min-height: 115px;

    gap: 15px;

    padding: 18px 0;
  }

  .closedAcordion h2 {
    font-size: clamp(1.4rem, 7vw, 2rem);
  }

  .closedAcordion p {
    font-size: 0.82rem;
  }

  .getTicketBtn {
    padding: 9px 12px;

    font-size: 0.72rem;
  }

  .openAcordion {
    gap: 15px;

    padding-bottom: 22px;

    font-size: 0.95rem;
  }

  /* SEE MORE */

  .seeMoreBtn {
    width: min(245px, calc(100% - 70px));
    height: 72px;

    margin: 20px 0 20px 58px;
  }

  .seeMoreBtn > svg {
    top: 18px;
    left: -58px;

    width: 82px;
    height: 35px;

    padding: 3px 27px;
  }

  .seeMoreBtnBox {
    top: 8px;
    left: 10px;

    width: calc(100% - 30px);
    height: 56px;
  }

  .seeMoreBtnFrame {
    inset: 8px 13px;
  }

  /* =====================================================
     NEWSLETTER
  ===================================================== */

  .sec4 {
    padding: 82px 18px 30px;
  }

  .newsletter {
    width: 100%;

    padding: 72px 20px 26px;
  }

  .newsletter h2 {
    top: -36px;
    left: 18px;

    max-width: calc(100% - 36px);

    font-size: clamp(2.15rem, 10vw, 3.2rem);

    white-space: normal;
  }

  .newsletter h2::after {
    left: 60px;

    width: 58vw;
    height: 12px;
  }

  .newsletter-content {
    grid-template-columns: 1fr;

    gap: 28px;
  }

  .newsletter-content > p {
    font-size: 1rem;
  }

  .newsletter-form {
    gap: 9px;
  }

  .newsletter-form input[type="email"] {
    height: 50px;
  }

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

    gap: 16px;
  }

  .subscribe-check {
    font-size: 0.92rem;
  }

  .newsletter-actions button {
    width: 100%;
    height: 50px;

    min-width: 0;
  }

  .copyright {
    margin-top: 46px;

    padding: 0 10px;

    font-size: 0.62rem;

    line-height: 1.6;

    letter-spacing: 1.4px;
  }

  /* SHARE MODAL */

  .event-share-dialog__content {
    width: calc(100vw - 28px);

    padding: 32px 18px 24px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {
  .socIcons {
    left: 38px;

    width: calc(100% - 112px);
  }

  header > .contact span {
    font-size: 10px;
  }

  .logo {
    flex-basis: 135px;

    width: 195px;
    height: 135px;
  }

  .heroSlider {
    height: 650px;
  }

  .heroEventTitle {
    top: 48px;

    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .heroEventInfo {
    left: 14px;

    min-height: 285px;

    padding: 26px 34px;
  }

  .heroEventMeta {
    font-size: clamp(0.95rem, 5vw, 1.25rem);
  }
}

@media (max-width: 600px) {
  .heroSkeletonOverlay {
    display: block;
    padding: 0;
  }

  .heroSkeletonTitle {
    position: absolute;
    top: 50px;
    left: 16px;
    width: calc(100% - 32px);
    height: clamp(82px, 24vw, 125px);
  }

  .heroSkeletonDetails {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 15px;
    min-height: 300px;
    padding: 30px 58px;
    background: rgba(255, 148, 117, 0.72);
  }

  .heroSkeletonDetails .skeletonBlock {
    background: linear-gradient(
      100deg,
      rgba(0, 0, 0, 0.68) 20%,
      rgba(255, 255, 255, 0.34) 42%,
      rgba(0, 0, 0, 0.68) 64%
    );
    background-size: 220% 100%;
  }

  .accordionSkeleton {
    min-height: 132px;
    gap: 16px;
  }

  .accordionSkeletonTitle {
    height: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skeletonBlock,
  .cart-action-pending::after {
    animation: none;
  }

  .heroSlide,
  .heroSlide .heroEventOverlay {
    transition-duration: 0.01ms;
  }

  .heroSlider.is-ready .heroSlide.active {
    animation: none;
  }

  .venueHero.is-ready .aboutVenueCont {
    animation: none;
  }
}

/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 350px) {
  .socIcons {
    left: 25px;

    width: calc(100% - 90px);
  }

  .socIcons svg {
    width: 18px;
    height: 18px;
  }

  .mobileMenuToggle {
    right: 13px;
  }

  header > .contact span {
    font-size: 8.5px;
  }

  .logo {
    width: 180px;
  }

  .heroSlider {
    height: 620px;
  }

  .heroEventTitle {
    left: 14px;

    width: calc(100% - 28px);

    font-size: 2.75rem;
  }

  .heroEventInfo {
    left: 10px;

    padding: 24px 25px;
  }

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

  .getTicketBtn {
    align-self: flex-start;
  }
}
