:root {
  --cp-bg: #ffffff;
  --cp-dark: #050505;
  --cp-text: #101010;
  --cp-muted: #5a5a5a;
  --cp-border: #2a2a2a;
  --cp-container-max: 1720px;
  --cp-left-strip: 30px;
  --cp-header-height: 60px;
  --cp-hero-nav-height: 30px;
}

* {
  box-sizing: border-box;
}

:focus-visible {
    outline-color: #000;
    outline-style: outset;
    outline-offset: 5px;
    outline-width: 3px;
}

.cp-footer :focus-visible {
    outline-color: #fff;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--cp-bg);
  color: var(--cp-text);
  font-family: "poppins", sans-serif;
  font-weight: 300;
  min-height: 100%;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

main {
  min-height: 60vh;
}

.cp-page {
  position: relative;
  overflow-x: clip;
}

.left-mosaic {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--cp-left-strip);
  height: auto;
  min-height: 100%;
  z-index: 1100;
  background: #000;
  pointer-events: none;
}

@media (min-width: 992px) {
  .cp-page {
    padding-left: var(--cp-left-strip);
  }
}

@media (max-width: 991.98px) {
  .left-mosaic {
    display: none;
  }
}

.cp-container {
  width: min(var(--cp-container-max), calc(100% - 3rem));
  max-width: var(--cp-container-max);
  margin: 0 auto;
  padding: 0;
  height: auto;
  background: transparent;
}

@media (max-width: 991.98px) {
  .cp-container {
    width: calc(100% - 2rem);
  }
}

.cp-section {
  padding: clamp(2.2rem, 3vw, 4rem) 20px;
}

.cp-overline {
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 0.8rem;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
.cp-heading {
  font-family: "poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.4rem, 6vw, 5.4rem);
  line-height: 0.98;
}

h2 {
  font-size: clamp(1.6rem, 4.2vw, 2.5em);
  line-height: 1.05;
}

h3 {
  font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 1.15;
}

.mosaic-surface h1 {
    font-size: clamp(4em, 3vw, 4.5rem);
    padding-left: 10px;
}

p,
li,
label,
input,
textarea,
select,
button {
  font-family: "poppins", sans-serif;
  font-weight: 300;
}

strong {
  font-weight:700;
}

ul li.home::marker {
  content: "➜"
}

ul li {
  padding-left: 10px;
}

#home .col-right {
  margin-top: 82px;
}

div.cp-btn a,
a.cp-btn,
div.cp-btn-outline a,
a.cp-btn-outline  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 2px solid #000;
  background: transparent;
  color: #000;
  padding: 0.65rem 1.75rem;
  min-width: 160px;
  text-transform: uppercase;
  font-size: 0.94rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 0;
}

div.cp-btn a:hover,
a.cp-btn:hover,
div.cp-btn-outline a:hover,
a.cp-btn-outline:hover {
  background: #000;
  color: #fff;
}

div.cp-btn-dark a,
a.cp-btn-dark {
  background: #000;
  color: #fff;
  border-color: #000;
}

div.cp-btn-dark a:hover,
a.cp-btn-dark:hover {
  background: transparent;
  color: #000;
}

.cp-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  background: var(--cp-bg);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  height: var(--cp-header-height);
  overflow: hidden;
}

.cp-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  min-height: var(--cp-header-height);
  gap: 1rem;
}

.cp-header .cp-container.cp-header-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: max(12px, env(safe-area-inset-left));
  padding-right: max(12px, env(safe-area-inset-right));
}

.cp-header-inner > a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.cp-logo {
  width: 150px;
  max-width: min(150px, 58vw);
  height: auto;
  max-height: 30px;
  flex: 0 1 auto;
}

.cp-header-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.icon-btn {
  flex: 0 0 30px;
  width: 30px;
  min-width: 3px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 3s0px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  line-height: 0;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.icon-btn:hover {
  transform: translateY(-2px);
}

.icon-btn[data-icon="tickets"] {
  background-image: url("../img/icons/tickets.svg");
}

.icon-btn[data-icon="tickets"]:hover {
  background-image: url("../img/icons/tickets_over.svg");
}

.icon-btn[data-icon="merch"] {
  background-image: url("../img/icons/merch.svg");
}

.icon-btn[data-icon="merch"]:hover {
  background-image: url("../img/icons/merch_over.svg");
}

.icon-btn[data-icon="menu"] {
  background-image: url("../img/icons/menu.svg");
}

.icon-btn[data-icon="menu"].is-active,
.icon-btn[data-icon="menu"]:hover {
  background-image: url("../img/icons/menu_active.svg");
}

.cp-menu {
  position: fixed;
  top: var(--cp-header-height);
  right: 0;
  bottom: 0;
  left: var(--cp-left-strip);
  z-index: 950;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.cp-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.cp-menu-panel {
  position: absolute;
  inset: 0;
  background: #ececec;
  overflow-y: auto;
  min-height: 100%;
}

.cp-menu-content {
  position: relative;
  z-index: 2;
}

.cp-menu .cp-menu-content.cp-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 30px 0 60px;
  background: transparent;
}

.cp-menu-nav {
  position: relative;
  padding-left: 30px;
  padding-top: 30px;
}

.cp-menu-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 30px;
}

.cp-menu-nav li {
  min-height: 30px;
  display: flex;
  align-items: center;
}

.cp-menu-nav a {
  text-decoration: none;
  font-family: "poppins", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1;
  display: inline-grid;
  grid-template-columns: 30px auto;
  align-items: center;
  gap: 0.6rem;
  transition: 0.2s ease;
}

.cp-menu-nav a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background-image: var(--menu-bullet, url("/assets/img/mosaic/black/1.svg"));
  background-size: contain;
  background-repeat: no-repeat;
}

.cp-menu-nav a .menu-label {
  display: flex;
  align-items: self-end;
  min-height: 30px;
}

.cp-menu-nav a.is-active,
.cp-menu-nav a:hover {
  text-decoration: none;
  gap: 1.2rem;
  transition: 0.2s ease;
}

.cp-menu-nav a.is-active::before,
.cp-menu-nav a:hover::before {
  background-image: var(--menu-bullet, url("/assets/img/mosaic/white/1.svg"));
}

.cp-menu-close {
  display: none;
}

.mosaic-surface {
  position: relative;
  overflow: hidden;
}

.mosaic-surface > .cp-container,
.mosaic-surface > .container,
.mosaic-surface h1 {
  position: relative;
  z-index: 2;
}

.mosaic-layer {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  justify-content: start;
  background: #ffffff;
  pointer-events: none;
  z-index: 1;
}

.mosaic-tile {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: opacity 1.35s ease-in-out;
}

.mosaic-tone-white .mosaic-tile {
  opacity: 0.92;
}

.mosaic-tone-black .mosaic-tile {
  opacity: 0.96;
}

.mosaic-tone-gray .mosaic-tile {
  opacity: 0.08;
  filter: grayscale(1) brightness(0.9);
}

.mosaic-tone-gray .mosaic-tile.is-pulsing {
  opacity: 0.9;
}

.cp-hero {
  position: relative;
  height: calc(100vh - var(--cp-header-height));
  min-height: 420px;
  display: flex;
  flex-direction: column;
}

.cp-hero > .carousel {
  flex: 1 1 auto;
  min-height: 0;
}

.cp-hero .carousel,
.cp-hero .carousel-inner,
.cp-hero .carousel-item {
  height: 100%;
}

.cp-hero-slide {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cp-hero-overlay {
  position: absolute;
  left: clamp(1rem, 4vw, 3rem);
  bottom: clamp(2.3rem, 8vw, 6rem);
  width: min(560px, 82vw);
  background: rgba(236, 236, 236, 0.86);
  padding: 1.2rem;
}

.cp-hero-overlay h2 {
  margin-bottom: 0.45rem;
}

.cp-hero-overlay .event-meta {
  margin-bottom: 0.35rem;
  font-weight: 700;
}

.cp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.9rem;
}

.cp-hero-dates {
  position: relative;
  flex: 0 0 var(--cp-hero-nav-height);
  height: var(--cp-hero-nav-height);
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
  padding: 0 0.8rem;
  background: var(--cp-bg);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.cp-hero-date-btn {
  border: 0;
  background: rgba(235, 235, 235, 0.9);
  font-family: "poppins", sans-serif;
  font-weight: 800;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  line-height: 1;
  padding: 0.3rem 0.5rem 0.2rem;
}

.cp-hero-date-btn.is-active {
  background: #000;
  color: #fff;
}

.cp-support, .cp-support .cp-container {
  background: #000;
  color: #fff;
}

.cp-overline {
  border-bottom: 1px solid #000;
}

.cp-support .cp-overline {
  border-bottom: 1px solid #fff;
}

.cp-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 1.8vw, 1.6rem);
}

.cp-support-card {
  border: 2px solid #fff;
  padding: 1.05rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.cp-support-card h3 {
  margin-bottom: 0.75rem;
}

.cp-support-card .cp-btn a {
  margin-top: auto;
  border-color: #fff;
  color: #fff;
  border-radius: 0;
}

.cp-support-card .cp-btn a:hover {
  background: #fff;
  color: #000;
}

.cp-collage {
  position: relative;
  min-height: clamp(430px, 42vw, 640px);
  padding: clamp(0.8rem, 1.6vw, 1.4rem);
  margin-bottom: 2rem;
}

.cp-collage-item {
  position: absolute;
  width: clamp(120px, 16vw, 230px);
  aspect-ratio: 4 / 3;
  border: 8px solid #efefef;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
}

.cp-collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.2s ease;
}

.cp-collage-item:hover img {
  filter: grayscale(40%);
}

.cp-subhero {
  position: relative;
  height: 300px;
  padding: 0;
  margin-bottom: clamp(1.2rem, 1.8vw, 2rem);
  display: flex;
  align-items: flex-end;
}

.cp-subhero h1 {
  margin: 0 0 3.2rem;
}

.cp-breadcrumb {
  font-size: 1.15rem;
  margin-bottom: 1.7rem;
}

.cp-breadcrumb a {
  font-weight: 700;
}

.cp-richtext p {
  margin-bottom: 1rem;
  font-size: 1.18rem;
  color: #282828;
}

.cp-accordion {
  border-top: 1px solid #2d2d2d;
}

.cp-accordion-item {
  border-bottom: 1px solid #2d2d2d;
}

.cp-accordion-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  color: #111;
  text-decoration: none;
  text-align: left;
  padding: 1.2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cp-accordion-trigger .cp-heading {
  font-size: clamp(1rem, 2vw, 1.8rem);
  color: inherit;
}

.cp-accordion-trigger:link,
.cp-accordion-trigger:visited,
.cp-accordion-trigger:hover,
.cp-accordion-trigger:active,
.cp-accordion-trigger:focus-visible {
  color: #111;
  text-decoration: none;
}

.cp-accordion-symbol {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-block;
  background-image: url("/assets/img/icons/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.cp-accordion-symbol.is-open {
  background-image: url("/assets/img/icons/minus.svg");
}

.cp-accordion-panel {
  padding: 0 0 1.4rem;
}

.cp-events-list .cp-accordion-trigger {
  align-items: center;
  justify-content: flex-start;
}

.cp-event-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.cp-event-head .cp-accordion-trigger {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  padding: 1rem 0;
}

.cp-event-ticket {
  border: 0;
  background: #000;
  color: #fff;
  padding: 0.65rem 1.4rem;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

.cp-event-ticket-head {
  flex-shrink: 0;
}

.cp-event-head-right {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-shrink: 0;
}

.cp-event-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cp-event-title-wrap strong {
  line-height: 1.15;
  margin-bottom: 0.2rem;
}

.cp-event-title-wrap .cp-heading {
  line-height: 1.05;
  margin: 0;
}

.cp-event-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cp-event-symbol-btn {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cp-event-content {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 1.2rem;
  align-items: start;
}

.cp-event-content img {
  width: 100%;
  height: auto;
}

.cp-form-wrap {
  max-width: 780px;
}

.cp-form-note {
  margin-top: 0.5rem;
  font-size: 0.98rem;
  color: var(--cp-muted);
}

.cp-form-status {
  margin-top: 0.9rem;
  font-weight: 700;
}

.cp-form-status.is-error {
  color: #900;
}

.cp-form-status.is-success {
  color: #0b6b1e;
}

.form-control,
.form-select {
  border-radius: 0;
  border: 2px solid #000;
  padding: 0.75rem;
  font-size: 1rem;
}

textarea.form-control {
  min-height: 150px;
}

.cp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.cp-gallery-grid button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.cp-gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform 0.2s ease;
}

.cp-gallery-grid button:hover img {
  transform: scale(1.02);
}

.cp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}

.cp-lightbox.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-lightbox img {
  width: min(90vw, 1220px);
  max-height: 82vh;
  object-fit: contain;
}

.cp-lightbox-close,
.cp-lightbox-nav {
  position: absolute;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 2rem;
  width: 54px;
  height: 54px;
}

.cp-lightbox-close {
  top: 2rem;
  right: 2rem;
}

.cp-lightbox-nav.prev {
  left: 2rem;
}

.cp-lightbox-nav.next {
  right: 2rem;
}

.cp-footer {
  background: #000;
  color: #fff;
  margin-top: clamp(2rem, 6vw, 5.2rem);
  padding-top: clamp(2rem, 4vw, 3rem);
}

 .cp-footer .cp-container {
  background: #000;
  color: #fff;
}

.cp-footer h4 {
  font-size: clamp(1rem, 1vw, 1rem);
  margin-bottom: 1rem;
}

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

.cp-footer li {
  margin-bottom: 0.4rem;
  padding-left: 0;
}

.cp-footer a {
  text-decoration: none;
}

.cp-footer a:hover {
  text-decoration: underline;
}

.cp-footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.cp-footer-social a {
  display: inline-flex;
  border: 1px solid #555;
}

.cp-footer-social img {
  width: 40px;
  height: 40px;
}

.cp-footer-bottom {
  border-top: 1px solid #3e3e3e;
  margin-top: 2.2rem;
  padding: 1rem 0 1.2rem;
  text-align: center;
}

.cp-footer-bottom a {
  margin: 0 0.6rem;
}

.visually-hidden-hp {
  position: absolute !important;
  left: -9999px !important;
}

@media (max-width: 1199.98px) {
  .cp-support-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 991.98px) {
  :root {
    --cp-header-height: 78px;
  }

  .cp-header {
    height: 78px;
  }

  .cp-header-inner {
    height: 78px;
    min-height: 78px;
  }

  .icon-btn {
    flex-basis: 52px;
    width: 52px;
    min-width: 52px;
    max-width: 52px;
    height: 52px;
    min-height: 52px;
    max-height: 52px;
    background-size: 52px 52px;
  }

  .cp-hero {
    height: calc(100vh - var(--cp-header-height));
  }

  .cp-hero-overlay {
    bottom: 4.4rem;
  }

  .cp-collage {
    min-height: 520px;
  }

  .cp-event-content {
    grid-template-columns: 1fr;
  }

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

  .cp-menu {
    left: 0;
  }

  .cp-menu-nav {
    padding-left: 30px;
    padding-top: 30px;
  }

  .cp-menu-nav ul {
    gap: 30px;
  }
}

@media (max-width: 767.98px) {
  .cp-subhero {
    height: 220px;
  }

  .cp-subhero h1 {
    margin-bottom: 1.2rem;
  }

  .cp-hero-dates {
    justify-content: flex-start;
    overflow-x: auto;
    padding-inline: 0.5rem;
    gap: 0.4rem;
  }

  .cp-hero-date-btn {
    white-space: nowrap;
  }

  .cp-menu .cp-menu-content.cp-container {
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .cp-menu-nav {
    padding-left: 30px;
  }

  .cp-menu-nav ul {
    gap: 30px;
  }

  .cp-menu-nav li {
    min-height: 30px;
  }

  .cp-menu-nav a {
    font-size: 1.6rem;
  }

  .cp-breadcrumb {
    font-size: 1rem;
  }

  .cp-richtext p {
    font-size: 1rem;
  }

  .cp-accordion-symbol {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .cp-event-head {
    align-items: center;
    flex-direction: row;
    gap: 0.6rem;
  }

  .cp-event-head-right {
    gap: 0.55rem;
  }

  .cp-event-ticket-head {
    align-self: auto;
  }

  .cp-event-ticket {
    padding: 0.5rem 0.8rem;
    font-size: 0.84rem;
  }

  .cp-gallery-grid {
    grid-template-columns: 1fr;
  }

  .cp-lightbox-nav.prev {
    left: 0.75rem;
  }

  .cp-lightbox-nav.next {
    right: 0.75rem;
  }

  .cp-lightbox-close {
    top: 0.75rem;
    right: 0.75rem;
  }
}
