.repertoire-landing-view {
  padding: 42px 0 62px;
  background: #f3f3f3;
}

.rep-landing-container {
  display: grid;
  max-width: 960px;
  margin: 0 auto;
  gap: 34px;
}

.rep-landing-header {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 10px 0;
  text-align: center;
}

.rep-landing-heading {
  margin: 0;
  margin-bottom: 16px;
  color: #000;
  font-size: clamp(34px, 3.4vw, 56px);
  font-weight: 800;
  line-height: 1.02;
}

.rep-landing-subheading {
  margin: 0;
  color: var(--txt-color);
  font-size: 14px;
  line-height: 1.45;
}

.rep-landing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.rep-landing-tile {
  position: relative;
  display: block;
  min-height: 241px;
  aspect-ratio: 225 / 241;
  overflow: hidden;
  background: #dadada;
  color: #fff;
  text-decoration: none;
}

.rep-landing-tile::before {
  content: '';
  position: absolute;
  inset: 0;
}

.rep-landing-tile-has-image::before {
  display: none;
}

.rep-landing-tile:focus-visible {
  outline: 3px solid #101010;
  outline-offset: 3px;
}

.rep-landing-tile-media {
  position: absolute;
  inset: 0;
}

.rep-landing-tile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rep-landing-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.52) 100%);
}

.rep-landing-tile-vip_events {
  background:
    radial-gradient(circle at 50% 70%, rgba(239, 53, 146, 0.34) 0%, rgba(239, 53, 146, 0) 32%),
    linear-gradient(180deg, #2a144f 0%, #1c0d3b 38%, #0b0820 100%);
}

.rep-landing-tile-vip_events::before {
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0) 0 24%, rgba(246, 111, 214, 0.72) 24% 25%, rgba(255, 255, 255, 0) 25% 100%),
    linear-gradient(96deg, rgba(255, 255, 255, 0) 0 47%, rgba(108, 204, 255, 0.46) 47% 48%, rgba(255, 255, 255, 0) 48% 100%),
    linear-gradient(70deg, rgba(255, 255, 255, 0) 0 67%, rgba(255, 255, 255, 0.88) 67% 68%, rgba(255, 255, 255, 0) 68% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.95;
}

.rep-landing-tile-parking_events {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 210, 210, 0.18) 0%, rgba(255, 210, 210, 0) 24%),
    linear-gradient(135deg, #52203d 0%, #793251 34%, #6f3e63 58%, #2d1533 100%);
}

.rep-landing-tile-parking_events::before {
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0) 0 42%, rgba(243, 196, 208, 0.55) 42% 43%, rgba(255, 255, 255, 0) 43% 100%),
    linear-gradient(130deg, rgba(255, 255, 255, 0) 0 56%, rgba(255, 255, 255, 0.16) 56% 59%, rgba(255, 255, 255, 0) 59% 100%),
    linear-gradient(130deg, rgba(255, 255, 255, 0) 0 68%, rgba(255, 255, 255, 0.12) 68% 71%, rgba(255, 255, 255, 0) 71% 100%);
}

.rep-landing-tile-own_events {
  background:
    radial-gradient(circle at 58% 76%, rgba(244, 140, 57, 0.28) 0%, rgba(244, 140, 57, 0) 26%),
    linear-gradient(180deg, #595656 0%, #292626 34%, #191717 100%);
}

.rep-landing-tile-own_events::before {
  background:
    linear-gradient(180deg, rgba(24, 22, 22, 0) 0%, rgba(24, 22, 22, 0.54) 100%),
    radial-gradient(circle at 22% 86%, rgba(236, 214, 181, 0.36) 0%, rgba(236, 214, 181, 0) 16%),
    radial-gradient(circle at 44% 90%, rgba(236, 214, 181, 0.28) 0%, rgba(236, 214, 181, 0) 14%),
    radial-gradient(circle at 66% 84%, rgba(236, 214, 181, 0.22) 0%, rgba(236, 214, 181, 0) 13%),
    radial-gradient(circle at 78% 88%, rgba(236, 214, 181, 0.26) 0%, rgba(236, 214, 181, 0) 14%);
}

.rep-landing-tile-merch {
  background:
    radial-gradient(circle at 66% 28%, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0) 22%),
    linear-gradient(180deg, #8a8d92 0%, #676b71 54%, #51545a 100%);
}

.rep-landing-tile-merch::before {
  background:
    radial-gradient(ellipse at 54% 30%, rgba(230, 233, 236, 0.86) 0 30%, rgba(150, 155, 161, 0.76) 31% 46%, rgba(255, 255, 255, 0) 47%),
    linear-gradient(180deg, rgba(71, 78, 84, 0) 0 70%, rgba(71, 78, 84, 0.44) 70% 100%),
    linear-gradient(0deg, rgba(134, 142, 149, 0.84) 0 24%, rgba(255, 255, 255, 0) 24% 100%);
}

.rep-landing-tile-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 9px 10px 10px;
}

.rep-landing-tile-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 10.8ch;
}

.rep-landing-tile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.rep-landing-tile-label,
.rep-landing-tile-badge {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rep-landing-tile-title {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  white-space: pre-line;
}

.rep-landing-tile-description {
  display: block;
  max-width: 18ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.35;
}

.rep-landing-tile-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
  font-size: 0;
  line-height: 0;
  transition: background 0.2s ease;
}

.rep-landing-tile-action svg {
  display: block;
  width: 40px;
  height: 40px;
}

.rep-landing-tile-action path {
  transition: fill 0.2s ease;
}

.rep-landing-tile:hover .rep-landing-tile-action,
.rep-landing-tile:focus-visible .rep-landing-tile-action {
  background: rgba(226, 0, 122, 1);
}

.rep-landing-tile:hover .rep-landing-tile-action path:first-of-type,
.rep-landing-tile:focus-visible .rep-landing-tile-action path:first-of-type {
  fill: rgba(226, 0, 122, 1);
}

.rep-landing-secondary {
  display: grid;
  gap: 20px;
}

.rep-landing-secondary-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rep-landing-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 213px;
  padding: 24px 28px;
  border: 1px solid #141414;
  background: #fff;
  color: #101010;
  text-decoration: none;
}

.rep-landing-panel-cta {
  padding-bottom: 28px;
}

.rep-landing-panel-main {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.rep-landing-panel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 66px;
  flex: 0 0 auto;
}

.rep-landing-panel-icon-svg {
  display: block;
  width: 70px;
  height: 66px;
}

.rep-landing-panel-copy {
  display: grid;
  gap: 6px;
}

.rep-landing-panel-title {
  display: block;
  margin: 0;
  color: #000;
  font-size: clamp(19px, 1.9vw, 24px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.rep-landing-panel-text {
  display: block;
  margin: 0;
  color: var(--txt-color);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.rep-landing-panel-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  min-width: 156px;
  height: 50px;
  min-height: 50px;
  padding: 0;
  border: 1px solid #141414;
  background: #fff;
  color: #101010;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: var(--btn-transition);
}

.rep-landing-panel-link:hover,
.rep-landing-panel-link:focus-visible {
  background: #000;
  color: #fff;
}

.rep-landing-panel-cta .rep-landing-panel-link {
  align-self: flex-end;
  margin-top: auto;
}

.rep-landing-panel-banner {
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.rep-landing-panel-banner-no-image {
  background: #fff;
}

.rep-landing-panel-banner-media {
  position: absolute;
  inset: 0;
}

.rep-landing-panel-banner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rep-landing-panel-banner-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.72);
}

.rep-landing-panel-banner-body {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  gap: 0;
  place-items: center;
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 0 24px;
  text-align: center;
}

.rep-landing-panel-banner .rep-landing-panel-title {
  margin: 0;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: pre-line;
}

.rep-landing-panel-banner .rep-landing-panel-text {
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .rep-landing-container {
    max-width: 960px;
  }

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

@media (max-width: 991px) {
  .repertoire-landing-view {
    padding: 30px 0 44px;
  }

  .rep-landing-container {
    gap: 24px;
  }

  .rep-landing-secondary-two {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .rep-landing-header {
    gap: 4px;
  }

  .rep-landing-heading {
    margin-bottom: 8px;
  }

  .rep-landing-panel.rep-landing-panel-cta {
    height: 250px;
  }

  .rep-landing-panel.rep-landing-panel-cta .rep-landing-panel-title {
    font-size: 20px;
  }

  .rep-landing-panel.rep-landing-panel-cta .rep-landing-panel-text {
    font-size: 13px;
  }

  .rep-landing-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .rep-landing-heading {
    font-size: 32px;
  }

  .rep-landing-tile {
    min-height: 220px;
    aspect-ratio: auto;
  }

  .rep-landing-tile-title {
    font-size: 20px;
  }

  .rep-landing-panel-banner .rep-landing-panel-title {
    font-size: 20px;
  }

  .rep-landing-panel {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
  }

  .rep-landing-panel-main {
    gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .rep-landing-panel-link {
    min-width: 0;
  }

  .rep-landing-panel-cta .rep-landing-panel-link {
    align-self: flex-start;
  }

  .rep-landing-panel-banner {
    align-items: center;
  }
}