/* Build: 2026-05-08T21:54:00+02:00 */
@charset "UTF-8";
@font-face {
  font-family: "Scherz";
  src: url("assets/fonts/D%26SScherz-Medium.woff2") format("woff2"), url("assets/fonts/D%26SScherz-Medium.woff") format("woff"), url("assets/fonts/D%26SScherz-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
:root {
  color-scheme: light;
  --color-primary: #72d2ff;
  --color-black: #060606;
  --color-black-70: #8d8d8d;
  --color-grey-dark: #bfbfbf;
  --color-grey: #cfcfcf;
  --color-grey-light: #f1f1f1;
  --color-error: #ff0000;
  --color-success: #0bf11e;
  --color-warning: #ff7700;
  --font-display: Scherz, Inter, Segoe UI, system-ui, -apple-system, sans-serif;
  --font-body: Inter, Segoe UI, system-ui, -apple-system, sans-serif;
  --bs-body-font-weight: 500;
  --bg: #ffffff;
  --text: var(--color-black);
  --muted: var(--color-black-70);
  --hero: var(--color-primary);
  --dark: var(--color-black);
  --light: var(--color-grey-light);
  --border: var(--color-grey-dark);
}

img {
  max-width: 100%;
  height: auto;
}

.news-heading {
  flex: 0 0 auto;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-black);
  margin: 0;
  padding-right: 1rem;
}

.news-wrapper {
  padding-bottom: 2.5rem;
}

.news {
  overflow-x: scroll;
  overflow-y: hidden;
}
.news::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.news {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.news-scrollbar {
  padding-left: calc((100vw - min(1440px, 92vw)) / 2 + min(1440px, 92vw) / 12 + var(--bs-gutter-x, 1.5rem) * 0.5);
  padding-right: calc((100vw - min(1440px, 92vw)) / 2 + min(1440px, 92vw) / 12 + var(--bs-gutter-x, 1.5rem) * 0.5);
  margin-top: 0;
}
.news-scrollbar.has-no-scroll {
  display: none;
}

.news-scrollbar-track {
  position: relative;
  height: 6px;
  background: var(--color-grey-light);
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}

.news-scrollbar-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--color-black);
  border-radius: 3px;
  min-width: 48px;
  transition: width 0.1s ease, left 0.1s ease;
  cursor: grab;
}

.news-scrollbar-thumb:active {
  cursor: grabbing;
}

.news-slider {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: calc((100vw - min(1440px, 92vw)) / 2 + min(1440px, 92vw) / 12 + var(--bs-gutter-x, 1.5rem) * 0.5);
  padding-right: calc((100vw - min(1440px, 92vw)) / 2 + min(1440px, 92vw) / 12 + var(--bs-gutter-x, 1.5rem) * 0.5);
  padding-bottom: 1rem;
}

.news-slider-item {
  flex: 0 0 auto;
  width: 340px;
  height: 370px;
}
.news-slider-item:last-child {
  padding-right: 1rem;
}

.news-card {
  display: flex;
  flex-direction: column;
  height: 370px;
  padding: 1.5rem;
  text-decoration: none;
  color: var(--bg);
  background: var(--color-black);
  border-radius: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.news-card:hover, .news-card:focus-visible {
  background: var(--color-primary);
  color: var(--color-black);
  outline: none;
}
.news-card:focus-visible {
  outline: 2px solid var(--color-black);
  outline-offset: 2px;
}

.news-card-author {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

.news-card:not(.news-card--feedback) .news-card-author {
  color: var(--muted);
}

.news-card:not(.news-card--feedback):hover .news-card-author,
.news-card:not(.news-card--feedback):focus-visible .news-card-author {
  color: var(--color-black);
}

.news-card-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.09;
  margin: 0 auto 1rem 0;
  flex: 1;
}

.news-card-link {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  align-self: flex-end;
  margin-left: auto;
}

.news-card-medium {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.news-card:has(.news-card-medium) .news-card-title {
  flex: none;
  margin-bottom: 0.5rem;
}

.news-card:has(.news-card-medium) .news-card-link {
  margin-top: auto;
}

.news-card--feedback {
  background: var(--color-grey-light);
  color: var(--color-black);
}
.news-card--feedback:hover .news-card-author, .news-card--feedback:focus-visible .news-card-author {
  color: var(--muted);
}
.news-card--feedback:hover, .news-card--feedback:focus-visible {
  background: var(--color-black);
  color: var(--bg);
  outline: none;
}
.news-card--feedback:focus-visible {
  outline: 2px solid var(--color-black);
  outline-offset: 2px;
}

.news-card-arrow {
  margin-left: 0.25em;
}
.news-card-arrow svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}

@media (max-width: 990px) {
  .news-slider {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .news-slider-item:last-child {
    padding-right: 1rem;
  }
  .news-scrollbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.gallery-wrapper {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}

.gallery-clip {
  overflow: hidden;
}

.gallery {
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.gallery::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.gallery {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gallery-scrollbar {
  padding-left: calc((100vw - min(1440px, 92vw)) / 2 + min(1440px, 92vw) / 12 + var(--bs-gutter-x, 1.5rem) * 0.5);
  padding-right: calc((100vw - min(1440px, 92vw)) / 2 + min(1440px, 92vw) / 12 + var(--bs-gutter-x, 1.5rem) * 0.5);
  margin-top: 1rem;
}
.gallery-scrollbar.has-no-scroll {
  display: none;
}

.gallery-scrollbar-track {
  position: relative;
  height: 6px;
  background: var(--color-grey-light);
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-scrollbar-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--color-black);
  border-radius: 3px;
  min-width: 48px;
  transition: width 0.1s ease, left 0.1s ease;
  cursor: grab;
}

.gallery-scrollbar-thumb:active {
  cursor: grabbing;
}

.gallery-slider {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding-left: calc((100vw - min(1440px, 92vw)) / 2 + min(1440px, 92vw) / 12 + var(--bs-gutter-x, 1.5rem) * 0.5);
  padding-right: calc((100vw - min(1440px, 92vw)) / 2 + min(1440px, 92vw) / 12 + var(--bs-gutter-x, 1.5rem) * 0.5);
}

.gallery-slider-item {
  position: relative;
  flex: 0 0 auto;
  height: 625px;
  width: auto;
}
.gallery-slider-item:last-child {
  padding-right: 1rem;
}

.gallery-item-media {
  height: 100%;
  overflow: hidden;
}
.gallery-item-media img,
.gallery-item-media video {
  height: 625px;
  width: auto;
  display: block;
  object-fit: cover;
}

.gallery-action {
  position: absolute;
  bottom: calc(1rem + 6px + 4rem);
  right: calc((100vw - min(1440px, 92vw)) / 2);
  z-index: 2;
  background-color: var(--bg);
  color: var(--color-black);
}

@media (max-width: 990px) {
  .gallery-slider {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .gallery-scrollbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .gallery-action {
    right: 1rem;
  }
}
.section.newsletter-signup {
  padding-top: 12rem;
  padding-bottom: 8rem;
}

.newsletter-signup {
  padding: 0 0 2.5rem;
}

.newsletter-card {
  background: var(--color-primary);
  padding: 1.5rem 2rem 2rem;
  max-width: 58.375rem;
  margin: 0 auto;
}

.newsletter-card-top {
  --bs-gutter-x: 4rem;
  margin-bottom: 4rem;
}

.newsletter-card-logo {
  width: 100%;
  max-width: 19.4375rem;
  height: 4.375rem;
}

.newsletter-card-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.newsletter-card-text {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  max-width: 26.4375rem;
  margin: 0;
}

.newsletter-card-form {
  display: grid;
  gap: 2rem;
}

.newsletter-card-label {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.newsletter-card-input {
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--color-black);
  padding: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.125rem;
  line-height: 1.3;
}

.newsletter-card-input:focus {
  outline: none;
}

.newsletter-card-input--invalid {
  border-bottom-color: #FF0000;
}

.newsletter-card-button {
  height: 3.75rem;
  border-radius: 999px;
  border: none;
  background: var(--bg);
  color: var(--color-black);
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 500;
}

.newsletter-card-button:hover {
  background: var(--color-grey-light);
}

.newsletter-card-button:focus-visible {
  outline: 2px solid var(--color-black);
  outline-offset: 3px;
}

.newsletter-card-button[aria-disabled=true] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: auto;
}

.newsletter-card-button[aria-disabled=true]:hover {
  background: var(--bg);
}

.newsletter-card-button-wrap {
  position: relative;
  width: 100%;
}

.newsletter-card-button-wrap .newsletter-card-button {
  width: 100%;
}

.newsletter-card-button-hint {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.5rem);
  transform: translateX(-50%);
  background: var(--color-black);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.newsletter-card-button-hint::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: var(--color-black);
}

.newsletter-card-button-hint.is-visible {
  opacity: 1;
}

.newsletter-card-consent {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-family: var(--font-display);
  font-size: 1.125rem;
  line-height: 1.3;
}

.newsletter-card-consent input {
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid var(--color-black);
  border-radius: 0.25rem;
  background: var(--bg);
  display: grid;
  place-content: center;
  margin: 0;
}

.newsletter-card-consent input::after {
  content: "";
  width: 0.625rem;
  height: 0.375rem;
  border: 2px solid var(--color-black);
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  opacity: 0;
}

.newsletter-card-consent input:checked::after {
  opacity: 1;
}

.newsletter-card-consent--invalid input {
  border-color: #FF0000;
}

.newsletter-card-field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.newsletter-card-field-error {
  font-size: 0.875rem;
  color: #FF0000;
  min-height: 1.25em;
}

.newsletter-card-consent a {
  text-decoration: underline;
  color: inherit;
}

.newsletter-card-success {
  padding: 1.5rem 0;
}

.newsletter-card-success-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.newsletter-card-success-text {
  font-size: 1rem;
  color: var(--color-black);
  margin-bottom: 0;
}

.newsletter-card-error {
  font-size: 0.875rem;
  color: #FF0000;
  margin-top: 0.5rem;
}

.accordion-das {
  --bs-accordion-border-color: var(--color-grey);
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 2px var(--color-primary);
}

.accordion-das .accordion-item {
  border: none;
  border-bottom: 1px solid var(--color-grey);
  border-radius: 0;
}

.accordion-das .accordion-item:first-of-type {
  border-top: none;
}
.accordion-das .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-das .accordion-item:last-of-type .accordion-button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-das .accordion-button {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-family: var(--font-display);
  color: var(--color-black);
  padding: 1.25rem 0;
  box-shadow: none;
  text-align: left;
  border-radius: 0;
}
.accordion-das .accordion-button:not(.collapsed) {
  color: var(--color-black);
  background: transparent;
}
.accordion-das .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  flex-shrink: 0;
  margin-left: auto;
  margin-top: 0.25rem;
}
.accordion-das .accordion-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--color-primary);
  outline-offset: 2px;
}

.accordion-header-inner {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
  min-width: 0;
}

.accordion-header-primary {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--muted);
}

.accordion-header-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-black);
  text-decoration: none;
}

.accordion-button:not(.collapsed) .accordion-header-title {
  text-decoration: underline;
}

.accordion-das .accordion-body {
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--color-black);
  padding: 0 0 1.25rem;
}
.accordion-das .accordion-body p {
  margin: 0 0 0.5rem;
}
.accordion-das .accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-body-label {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem !important;
}

.accordion-body-meta {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 1rem !important;
}

body {
  background: #ffffff;
  overflow-x: hidden;
}

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

.page {
  min-height: 100vh;
}

.container {
  width: min(1440px, 92%);
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 990px) {
  .container {
    width: auto;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
.section {
  padding: 4rem 0;
}

.lead {
  color: var(--muted);
}

.note {
  color: var(--muted);
  margin: 0.5rem 0 1.5rem;
}

.subheading {
  margin: 2rem 0 1rem;
}

@keyframes banner-slide-down {
  from {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  to {
    max-height: 10rem;
    opacity: 1;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.header-banner {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  background: var(--color-black);
  color: #fff;
}
.header-banner.is-visible {
  animation: banner-slide-down 0.5s ease forwards;
}
.header-banner.is-dismissed {
  display: none;
}
.header-banner a {
  color: inherit;
  text-decoration: underline;
}
.header-banner a:hover {
  text-decoration: none;
}
.header-banner .container {
  max-width: 1440px;
  padding: 0 16px;
  width: auto;
}
@media (min-width: 991px) {
  .header-banner .container {
    max-width: none;
  }
}

.header-banner-text {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
}

.header-banner-close {
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}
.header-banner-close:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.site-header {
  background: #fff;
  border-bottom: none;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  min-height: 52px;
  /* padding: 0.5rem 0; */
}

.container.header-inner {
  /* margin: 0 16px; */
  max-width: 1440px;
  padding: 0 16px;
  width: auto;
}
@media (min-width: 991px) {
  .container.header-inner {
    max-width: none;
  }
}

.header-logo {
  display: inline-flex;
  align-items: center;
}

.header-logo img {
  display: block;
  width: auto;
  height: 22px;
}

.header-nav {
  display: flex;
  gap: 2.375rem;
  font-family: var(--font-display);
  font-size: 1.375rem;
  color: var(--color-black);
}

.header-ticket {
  font-family: var(--font-display);
  font-size: 1.375rem;
  color: var(--color-black);
}

.header--centered .header-inner {
  justify-content: space-between;
}

.header--centered .header-nav {
  flex: 1;
  justify-content: center;
  text-align: center;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: auto;
}

.header--right .header-inner {
  justify-content: space-between;
}

.header--right .header-nav {
  margin-left: auto;
  justify-content: flex-end;
  text-align: right;
}

.header-stack {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #fff;
}

body {
  padding-top: var(--sticky-header-offset, 52px);
}

.hero-header-stack {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.hero-header-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.hero-header {
  position: relative;
  height: 680px;
  width: 100%;
  overflow: hidden;
}

.hero-header-inner {
  position: relative;
  height: 100%;
  padding: 2rem 0;
  z-index: 3;
}
.hero-header-inner .container {
  height: 100%;
  margin: 0;
  max-width: 100%;
  padding: 0 32px;
  width: 100%;
}
@media (max-width: 990px) {
  .hero-header-inner .container {
    padding: 0 0 0 16px;
  }
}
.hero-header-inner .hero-header-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.hero-header-meta {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 4rem;
  line-height: 105%;
  letter-spacing: 0;
  text-align: left;
  align-self: flex-start;
  margin: 0;
  color: var(--hero-meta-color-mobile, inherit);
}

.hero-header-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 8rem;
  line-height: 96%;
  letter-spacing: 0;
  margin: 0;
  text-align: left;
  color: var(--hero-title-color-mobile, inherit);
}

@media (min-width: 991px) {
  .hero-header-meta {
    color: var(--hero-meta-color-desktop, inherit);
  }
  .hero-header-title {
    color: var(--hero-title-color-desktop, inherit);
  }
}
.hero-header-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.hero-header-dots-desktop,
.hero-header-dots-mobile {
  position: absolute;
  inset: 0;
}

.hero-header-dots-desktop {
  display: none;
}

.hero-header-dots-mobile {
  display: block;
}

@media (min-width: 991px) {
  .hero-header-dots-desktop {
    display: block;
  }
  .hero-header-dots-mobile {
    display: none;
  }
}
.hero-header-dot {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  max-width: 65px;
  max-height: 66px;
}

.hero-header-dot--1 {
  top: 27%;
  left: 5%;
}

.hero-header-dot--2 {
  top: 10%;
  right: 12%;
}

.hero-header-dot--3 {
  top: 35%;
  left: 25%;
}

.hero-header-dot--4 {
  top: 45%;
  right: 20%;
}

.hero-header-dot--6 {
  bottom: 10%;
  right: 8%;
}

.hero-header--primary {
  background: #72d2ff;
  color: var(--color-black);
}

.hero-header--image {
  color: #fff;
}
.hero-header--image .hero-header-content {
  justify-content: flex-end;
}
.hero-header--image .hero-header-meta,
.hero-header--image .hero-header-title {
  font-size: 4rem;
  align-self: flex-start;
}
.hero-header--image .hero-header-meta {
  margin-bottom: 0.5rem;
}
.hero-header--image .hero-header-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-header--image .hero-header-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (min-width: 991px) {
  .hero-header--image .hero-header-bg img {
    object-position: top center;
  }
}

@media (max-width: 990px) {
  .hero-header {
    height: 680px;
  }
  .hero-header-inner {
    padding: 1.5rem 0;
  }
  .hero-header-meta {
    font-size: 2rem;
  }
  .hero-header-title {
    font-size: 2.5rem;
  }
  .hero-header--image .hero-header-meta,
  .hero-header--image .hero-header-title {
    font-size: 2rem;
  }
  .hero-header--image .hero-header-content {
    justify-content: space-between;
  }
  .hero-header-dot {
    max-width: 39px;
    max-height: 40px;
  }
  .hero-header-dot--1 {
    top: 54%;
  }
}
.header-nav-toggle {
  display: none;
}

.header-nav-overlay {
  display: none;
}

@media (max-width: 990px) {
  .site-header {
    min-height: 72px;
    position: relative;
  }
  .header-inner {
    gap: 1rem;
    min-height: 48px;
    padding: 0.75rem 0;
    width: auto;
  }
  .container.header-inner {
    padding: 16px 16px;
  }
  .header-logo img,
  .header-logo-two-line {
    height: 40px;
    width: auto;
  }
  .header-nav,
  .header-ticket,
  .header-right {
    display: none;
  }
  .header-nav-toggle {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding: 0;
    font-family: var(--font-display);
    font-size: 1.375rem;
    color: var(--color-black);
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
  }
  .header-nav-toggle:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
  }
  .header-nav-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    z-index: 1000;
    padding: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    overflow-y: auto;
  }
  .header-nav-overlay.is-open {
    transform: translateX(0);
  }
  .header-nav-overlay-bar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    min-height: 0;
  }
  .header-nav-overlay-bar .header-logo {
    flex: 1 1 auto;
  }
  .header-nav-overlay-bar .header-logo-two-line {
    width: 144px;
    height: auto;
  }
  .header-nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .header-nav-close img {
    display: block;
    width: 30px;
    height: 30px;
  }
  .header-nav-close:focus-visible {
    outline: 2px solid var(--color-black);
    outline-offset: 2px;
  }
  .header-nav-overlay-nav {
    display: flex;
    flex-direction: column;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 500;
    color: var(--color-black);
  }
  .header-nav-overlay-nav a {
    color: inherit;
    text-decoration: none;
    padding: 0.5rem 0;
  }
  .header-nav-overlay-nav a:hover {
    text-decoration: underline;
  }
  .header-nav-overlay-nav a:focus-visible {
    outline: 2px solid var(--color-black);
    outline-offset: 4px;
  }
  .header-nav-overlay .header-ticket {
    display: block;
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 500;
    color: var(--color-black);
    text-decoration: none;
    padding: 0.5rem 0;
  }
  .header-nav-overlay .header-ticket:hover {
    text-decoration: underline;
  }
  .header-nav-overlay .header-ticket:focus-visible {
    outline: 2px solid var(--color-black);
    outline-offset: 4px;
  }
}
.swatches {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.swatch {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.chip {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  border: 1px solid var(--border);
}

.chip-primary {
  background: var(--color-primary);
}

.chip-black {
  background: var(--color-black);
}

.chip-black-70 {
  background: var(--color-black-70);
}

.chip-grey-dark {
  background: var(--color-grey-dark);
}

.chip-grey {
  background: var(--color-grey);
}

.chip-grey-light {
  background: var(--color-grey-light);
}

.chip-error {
  background: var(--color-error);
}

.chip-success {
  background: var(--color-success);
}

.chip-warning {
  background: var(--color-warning);
}

.type-list {
  display: grid;
  gap: 1.5rem;
}

.type-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.5rem;
  align-items: center;
}

.type-label {
  font-size: 0.9rem;
  color: var(--muted);
}

.type-display, .content-prose h1,
.type-title,
.type-subtitle,
.type-body,
.type-tag,
.type-author {
  font-family: var(--font-display);
}

.type-display, .content-prose h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.type-title {
  font-size: 2rem;
  font-weight: 600;
}

.type-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
}

.type-body {
  font-size: 1.125rem;
}

.type-tag {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.type-author {
  font-size: 0.875rem;
}

.type-body-inter, .content-prose blockquote, .content-prose p {
  font-size: 1.125rem;
  font-family: var(--font-body);
}

.type-body-inter-bold {
  font-size: 1.125rem;
  font-family: var(--font-body);
  font-weight: 700;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--color-black);
  text-decoration: underline;
  margin-bottom: 1.5rem;
  transition: color 0.15s ease;
}
.back-link:hover, .back-link:focus-visible {
  color: var(--color-primary);
  outline: none;
}
.back-link:focus-visible {
  outline: 2px solid var(--color-black);
  outline-offset: 3px;
}

.content-prose h1 {
  text-align: center;
  margin: 0 0 2rem;
}
.content-prose h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--color-black);
  margin: 2rem 0 1rem;
}
.content-prose h3 {
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-black);
  margin: 1.5rem 0 0.75rem;
}
.content-prose p {
  margin: 0 0 1rem;
}
.content-prose p.perex {
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1.09;
  color: var(--color-black);
  margin: 0 0 1.5rem;
}
.content-prose blockquote {
  margin: 1.5rem 0;
  color: var(--color-black);
}
.content-prose strong,
.content-prose b {
  font-weight: 700;
}
.content-prose em,
.content-prose i {
  font-style: italic;
}
.content-prose ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1rem;
}
.content-prose ul li {
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.25;
  color: var(--color-black);
  padding-left: 1.625rem;
  text-indent: -1.625rem;
  margin-bottom: 1rem;
}
.content-prose ul li:last-child {
  margin-bottom: 0;
}
.content-prose ul li::before {
  content: "—";
  display: inline;
  margin-right: 0.625rem;
}
.content-prose ol {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1rem;
  counter-reset: list-counter;
}
.content-prose ol li {
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.25;
  color: var(--color-black);
  padding-left: 1.625rem;
  text-indent: -1.625rem;
  margin-bottom: 1rem;
  counter-increment: list-counter;
}
.content-prose ol li:last-child {
  margin-bottom: 0;
}
.content-prose ol li::before {
  content: counter(list-counter) ".";
  display: inline;
  margin-right: 0.625rem;
}
.content-prose a {
  color: var(--color-black);
  text-decoration: underline;
}
.content-prose a:hover, .content-prose a:focus-visible {
  color: var(--color-primary);
}
.content-prose figure {
  margin: 2rem 0;
}
.content-prose figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.content-prose figcaption {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.5rem;
  color: var(--color-black);
  text-align: center;
}

.button-row,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.button-item {
  display: grid;
  gap: 0.5rem;
  align-items: start;
}

.button-label {
  font-size: 0.85rem;
  color: var(--muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.btn:disabled,
.btn.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
  box-shadow: none;
}

.btn:focus-visible,
.btn.is-focus {
  outline: 2px solid var(--color-black);
  outline-offset: 3px;
}

.btn-primary {
  background: var(--color-black);
  color: #ffffff;
}

.btn-primary.is-hover,
.btn-primary:not(:disabled):hover {
  background: var(--color-black-70);
}

.btn-secondary {
  background: var(--color-primary);
  color: var(--color-black);
}

.btn-secondary.is-hover,
.btn-secondary:not(:disabled):hover {
  background: var(--color-black);
  color: #ffffff;
}

.btn-ghost {
  background: transparent;
  border-color: var(--color-black);
  color: var(--color-black);
}

.btn-menu,
.btn-header,
.btn-logo {
  background: transparent;
  border-color: var(--color-black);
  color: var(--color-black);
}

.btn-pill,
.btn-tab {
  background: transparent;
  border-color: var(--color-black);
  color: var(--color-black);
  font-size: 0.8rem;
  padding: 0.45rem 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.btn-menu.is-hover,
.btn-menu.is-active,
.btn-header.is-hover,
.btn-header.is-active,
.btn-logo.is-active,
.btn-tab.is-active {
  background: var(--color-black);
  color: #ffffff;
}

.btn:not(:disabled):hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.tag-row {
  gap: 0.75rem;
}

.tag {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--color-black);
  color: #ffffff;
}

.tag-outline {
  background: transparent;
  color: var(--color-black);
  border: 1px solid var(--color-black);
}

.tag-muted {
  background: var(--color-grey-light);
  color: var(--color-black);
  border: 1px solid var(--color-grey);
}

.tag-accent {
  background: var(--color-primary);
  color: var(--color-black);
}

.checkbox-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.checkbox {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  font-size: 0.95rem;
}

.checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: var(--color-black);
}

.checkbox input[type=checkbox]:disabled + span {
  color: var(--muted);
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.logo-figma {
  display: inline-flex;
  align-items: center;
  padding: 1.5rem 1.75rem;
  border-radius: 20px;
  background: var(--color-black);
  margin-top: 1.5rem;
}

.logo-figma img {
  height: 45px;
  width: auto;
  display: block;
}

.logo-card {
  border: 1px solid var(--border);
  background: #ffffff;
  padding: 1.5rem 1.75rem;
  border-radius: 20px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: flex-start;
  box-shadow: 0 0 0 1px rgba(6, 6, 6, 0.08);
}

.logo-card.dark {
  background: var(--color-black);
  border-color: var(--color-black);
  color: #ffffff;
}

.logo-card img {
  width: auto;
  height: 60px;
  max-width: 100%;
  object-fit: contain;
}

.logo-card img.logo-two-rows {
  height: 45px;
}

.logo-card img.logo-full-title {
  height: 45px;
}

.logo-card img.logo-one-row {
  height: 28px;
}

.logo-inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo-inline .logo-mark {
  width: auto;
  height: 42px;
}

.logo-inline .logo-text {
  width: auto;
  height: 28px;
}

.logo-card figcaption {
  font-size: 0.75rem;
  color: inherit;
  opacity: 0.7;
  margin-top: auto;
}

.site-footer {
  background: var(--color-black);
  color: var(--color-grey-light);
  padding: 2rem 0;
}

.footer-logo img {
  width: 81px;
  height: 78px;
  display: block;
}

.footer-list,
.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-display);
  font-size: 1.375rem;
  line-height: 1.15;
}

.footer-list a {
  color: var(--color-grey-light);
  text-decoration: none;
}

.footer-list a:hover,
.footer-list a:focus-visible {
  color: #ffffff;
}

.footer-meta {
  font-size: 0.875rem;
  color: var(--color-grey-dark);
  gap: 0.5rem;
}

.footer-meta a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 990px) {
  .site-footer {
    padding: 4rem 0;
    width: auto;
  }
  .site-footer .container {
    width: auto;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media (max-width: 720px) {
  .site-footer .row {
    row-gap: 3rem;
  }
  .footer-logo img {
    width: 99px;
    height: 96px;
  }
  .footer-meta {
    align-items: center;
    text-align: center;
    margin-top: 2rem;
    gap: 1rem;
  }
}
@media (max-width: 720px) {
  .type-row {
    grid-template-columns: 1fr;
  }
  .type-display, .content-prose h1 {
    font-size: 3rem;
  }
}
.about-header-group {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #ffffff;
}

.about-header-group--demo {
  position: relative;
}

.about-subnav {
  background: var(--color-primary);
  width: 100%;
  max-width: 100vw; /* prevent expanding beyond viewport */
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge */
}
.about-subnav::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.about-subnav-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: 44px;
}
.about-subnav-inner.container {
  max-width: 1440px;
  padding: 0 16px;
  width: auto;
}
@media (min-width: 991px) {
  .about-subnav-inner.container {
    max-width: none;
  }
}

.about-subnav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-black);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.15s ease;
}
.about-subnav-item:hover {
  opacity: 0.7;
}
.about-subnav-item:focus-visible {
  outline: 2px solid var(--color-black);
  outline-offset: 2px;
}
.about-subnav-item.is-active {
  text-decoration: underline;
}
.about-subnav-item:last-child {
  padding-right: 1rem;
}

.about-subnav-dots {
  display: none;
  padding: 0.375rem 1rem 0.5rem;
}
.about-subnav-dots.has-no-scroll {
  display: none;
}

.about-subnav-dots-track {
  position: relative;
  height: 3px;
  background: var(--color-grey-light);
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}

.about-subnav-dots-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color-black);
  border-radius: 3px;
  min-width: 48px;
  transition: left 0.1s ease, width 0.1s ease;
  cursor: grab;
}

.about-subnav-dots-thumb:active {
  cursor: grabbing;
}

.about-intro {
  padding-top: 4rem;
  padding-bottom: 10rem;
}

.about-intro-text {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-black);
  margin: 0;
}

@media (max-width: 990px) {
  .about-subnav {
    background: #ffffff;
  }
  .about-subnav-dots {
    display: block;
  }
  .about-subnav {
    touch-action: pan-x;
  }
  .about-subnav-inner {
    gap: 2.375rem;
    padding-top: 0.5rem;
  }
  .about-subnav-inner.container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 1rem;
    padding-right: 0;
  }
  .about-intro {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  .about-intro-text {
    font-size: 1.75rem;
  }
}
.about-people-content {
  padding-top: 8rem;
  padding-bottom: 1.5rem;
}

.about-people-sections {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.about-people-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-person-photo {
  width: 221px;
  height: 221px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.about-person-photo--placeholder {
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-person-photo--placeholder img {
  width: 74%;
  display: block;
}

.about-person-bio {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  color: var(--color-black);
  align-self: stretch;
}

.about-person-name {
  color: var(--color-black);
  margin-bottom: 0;
}

.about-person-text {
  margin-bottom: 0;
}

.about-person-content {
  margin-top: 1rem;
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--color-black);
}
.about-person-content p {
  margin: 0 0 0.75rem;
}
.about-person-content p:last-child {
  margin-bottom: 0;
}
.about-person-content ul, .about-person-content ol {
  margin: 0 0 0.75rem;
  padding-left: 1.5rem;
}
.about-person-content a {
  color: var(--color-black);
  text-decoration: underline;
}
.about-person-content a:hover, .about-person-content a:focus-visible {
  opacity: 0.6;
}

.about-person-role {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  color: var(--color-black-70);
  margin-bottom: 0;
}

.about-person-contact {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  align-self: center;
}

.about-person-contact-group {
  display: flex;
  flex-direction: column;
}

.about-credits-col {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  color: var(--color-black);
}

.about-credits-heading {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--color-black);
  margin-bottom: 1rem;
}

.about-credits-item {
  margin-bottom: 1rem;
}

.about-credits-role {
  color: var(--color-black-70);
  margin-bottom: 0;
}

.about-credits-names {
  color: var(--color-black);
  margin-bottom: 0;
}

@media (max-width: 990px) {
  .about-people-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .about-people-sections {
    gap: 3rem;
  }
  .about-person-photo {
    width: 207px;
    height: 207px;
  }
  .about-person-photo--placeholder {
    width: 207px;
    height: 207px;
  }
}
.akreditacia-content {
  padding-top: 8rem;
  padding-bottom: 1.5rem;
}

.das-sections {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.akreditacia-dash-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding-left: 0;
}

.akreditacia-dash-item {
  display: flex;
  gap: 0.625rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  color: var(--color-black);
}

.akreditacia-dash-bullet {
  flex-shrink: 0;
}

.akreditacia-form-panel {
  background: var(--color-grey-light);
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.akreditacia-form-header {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.akreditacia-form-logo-mark {
  width: 48px;
  height: auto;
  flex-shrink: 0;
  display: block;
}

.akreditacia-form-logo-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--color-black);
}

.akreditacia-form-body {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.akreditacia-field-columns {
  display: flex;
  gap: 1rem;
  align-items: start;
}

.akreditacia-field-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1 0 0;
  min-width: 0;
}

.akreditacia-field {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.akreditacia-field-label {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--color-black);
  margin: 0;
}

.akreditacia-field-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--color-black);
  padding: 0 0 0.625rem;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--color-black);
  border-radius: 0;
  line-height: 1.3;
}
.akreditacia-field-input::placeholder {
  color: var(--color-grey-dark);
}
.akreditacia-field-input:focus {
  outline: none;
  border-bottom-color: var(--color-black);
}

.akreditacia-form-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.akreditacia-submit {
  height: 3.75rem;
  border-radius: 999px;
  border: none;
  background: var(--color-black);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s ease;
}
.akreditacia-submit:hover {
  background: var(--color-black-70);
}
.akreditacia-submit:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
}

.akreditacia-consent {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--color-black);
  cursor: pointer;
}
.akreditacia-consent input[type=checkbox] {
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid var(--color-black);
  border-radius: 0.25rem;
  background: #fff;
  display: grid;
  place-content: center;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.akreditacia-consent input[type=checkbox]::after {
  content: "";
  width: 0.625rem;
  height: 0.375rem;
  border: 2px solid var(--color-black);
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  opacity: 0;
}
.akreditacia-consent input[type=checkbox]:checked::after {
  opacity: 1;
}
.akreditacia-consent input[type=checkbox]:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.akreditacia-consent a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 990px) {
  .akreditacia-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .das-sections {
    gap: 3rem;
  }
  .akreditacia-field-columns {
    flex-direction: column;
  }
  .akreditacia-field-col {
    width: 100%;
  }
}
.press-content {
  padding-top: 8rem;
  padding-bottom: 1.5rem;
}

.press-sections {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.press-kit-text {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--color-black);
  margin: 0;
}
.press-kit-text a {
  color: inherit;
  text-decoration: underline;
}
.press-kit-text a:hover, .press-kit-text a:focus-visible {
  color: var(--color-primary);
}
.press-kit-text a:focus-visible {
  outline: 2px solid var(--color-black);
  outline-offset: 2px;
}

.press-media-card {
  background: var(--color-grey-light);
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.press-media-logo {
  display: block;
  height: 3.2rem;
  width: auto;
  max-width: 100%;
  margin-right: auto;
}

.press-media-text {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--color-black);
  margin: 0;
}

.press-media-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.press-form-fields {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.press-form-field {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.press-form-label {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--color-black);
  margin: 0;
}

.press-form-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--color-black);
  padding: 0 0 0.625rem;
  font-family: var(--font-display);
  font-size: 1.125rem;
  line-height: 1.1;
  color: var(--color-black);
  width: 100%;
}
.press-form-input:focus {
  outline: none;
  border-bottom-color: var(--color-primary);
}

.press-form-submit-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.press-form-submit {
  height: 3.75rem;
  border-radius: 999px;
  border: none;
  background: var(--color-black);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  cursor: pointer;
  transition: background 0.2s ease;
}
.press-form-submit:hover {
  background: var(--color-black-70);
}
.press-form-submit:focus-visible {
  outline: 2px solid var(--color-black);
  outline-offset: 3px;
}

@media (max-width: 990px) {
  .press-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .press-sections {
    gap: 3rem;
  }
  .press-kit-text {
    font-size: 1.25rem;
  }
  .press-media-card {
    gap: 2.5rem;
  }
}
.kontakt-content {
  padding-top: 8rem;
  padding-bottom: 16rem;
}

.das-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.das-content-label {
  position: sticky;
  top: 105px;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  color: var(--color-black);
  padding-right: 1.5rem;
  padding-bottom: 1rem;
}

.col-lg-3:has(.das-content-label) {
  align-self: stretch;
}

body.has-banner-visible .das-content-label {
  top: calc(var(--sticky-header-offset, 165px) + 10px);
}

.das-content-bold {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  color: var(--color-black);
  margin: 0;
}
.das-content-bold a {
  color: inherit;
  text-decoration: none;
}
.das-content-bold a:hover, .das-content-bold a:focus-visible {
  text-decoration: underline;
}
.das-content-bold p {
  margin: 0;
}

.das-content-standard {
  color: var(--color-black, #060606);
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin: 0;
}
.das-content-standard p {
  margin: 0 0 1rem;
}
.das-content-standard p:last-child {
  margin-bottom: 0;
}
.das-content-standard ul,
.das-content-standard ol {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.das-content-standard li {
  display: flex;
  gap: 0.625rem;
  line-height: 125%;
  margin: 0;
}
.das-content-standard li::before {
  content: "—";
  flex-shrink: 0;
}
.das-content-standard a {
  color: var(--color-black, #060606);
  text-decoration: underline;
}
.das-content-standard a:hover, .das-content-standard a:focus-visible {
  opacity: 0.6;
}

.das-content-link {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  color: var(--color-black);
  text-decoration: underline;
  text-decoration-style: solid;
}
.das-content-link:hover, .das-content-link:focus-visible {
  color: var(--color-black);
  opacity: 0.6;
}
.das-content-link:focus-visible {
  outline: 2px solid var(--color-black);
  outline-offset: 2px;
  opacity: 1;
}

@media (max-width: 990px) {
  .kontakt-content {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
  .das-content-label {
    position: static;
    padding-bottom: 0.5rem;
  }
  .das-content-bold,
  .das-content-link {
    font-size: 1.25rem;
  }
  .das-content-bold ul li,
  .das-content-bold ol li {
    font-size: 1.25rem !important;
  }
  .das-content-standard li {
    font-size: 1.25rem;
  }
}
.das-content-bold ul,
.das-content-bold ol {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.das-content-bold ul li,
.das-content-bold ol li {
  display: flex;
  gap: 0.625rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  color: var(--color-black);
}
.das-content-bold ul li::before,
.das-content-bold ol li::before {
  content: "—";
  flex-shrink: 0;
}

.das-content-bold ul a,
.das-content-bold ol a {
  color: var(--color-black);
  text-decoration: underline;
  text-decoration-color: var(--color-primary);
  text-underline-offset: 2px;
}
.das-content-bold ul a:hover, .das-content-bold ul a:focus-visible,
.das-content-bold ol a:hover,
.das-content-bold ol a:focus-visible {
  opacity: 0.6;
}
.das-content-bold ul a:focus-visible,
.das-content-bold ol a:focus-visible {
  outline: 2px solid var(--color-black);
  outline-offset: 2px;
}

.archiv-content {
  padding-top: 8rem;
  padding-bottom: 16rem;
}

.archiv-years {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.archiv-year-link {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  color: var(--color-black);
  text-decoration: underline;
  text-decoration-style: solid;
}
.archiv-year-link:hover, .archiv-year-link:focus-visible {
  color: var(--color-black);
  text-decoration: underline;
  opacity: 0.6;
}
.archiv-year-link:focus-visible {
  outline: 2px solid var(--color-black);
  outline-offset: 2px;
  opacity: 1;
}

@media (max-width: 990px) {
  .archiv-content {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
  .archiv-years {
    gap: 1rem;
  }
  .archiv-year-link {
    font-size: 1.25rem;
  }
}
.kuratorske-texty-page {
  padding-top: 8rem;
  padding-bottom: 16rem;
}

.home-kuratorske-texty.kuratorske-texty-page {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.kuratorske-page-title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  color: var(--color-black);
  margin-bottom: 3rem;
}

.kuratorske-subcat-group {
  margin-bottom: 4rem;
}
.kuratorske-subcat-group:last-child {
  margin-bottom: 0;
}

.kuratorske-page-empty {
  font-size: 1.125rem;
  color: var(--color-black);
}

@media (max-width: 990px) {
  .kuratorske-texty-page {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
  .home-kuratorske-texty.kuratorske-texty-page {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .kuratorske-page-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .kuratorske-subcat-group {
    margin-bottom: 3rem;
  }
}
.newsletter-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  align-items: center;
  justify-content: center;
}
.newsletter-modal.is-open {
  display: flex;
}

.newsletter-modal-backdrop {
  position: absolute;
  inset: 0;
  background: var(--color-black);
  opacity: 0.6;
  cursor: pointer;
}

.newsletter-modal-panel {
  position: relative;
  background: #fff;
  width: min(58.375rem, 100%);
  padding: 1.5rem 2rem 2rem;
  z-index: 1;
  max-height: 100dvh;
  overflow-y: auto;
}

.newsletter-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  font-size: 1.375rem;
  line-height: 1;
  color: var(--color-black);
  cursor: pointer;
  padding: 0;
}
.newsletter-modal-close:hover {
  opacity: 0.6;
}
.newsletter-modal-close:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.newsletter-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 4rem;
}

.newsletter-modal-brand {
  flex: 0 0 auto;
  padding-top: 1rem;
}

.newsletter-modal-logo {
  display: block;
  width: 19.4375rem;
  max-width: 100%;
  height: auto;
}

.newsletter-modal-desc {
  flex: 0 1 26.4375rem;
  padding-top: 1rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  color: var(--color-black);
  margin: 0;
}

.newsletter-modal-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.newsletter-modal-fields {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.newsletter-modal-field {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.newsletter-modal-submit {
  width: 100%;
  height: 3.75rem;
  border-radius: 999px;
  border: none;
  background: var(--color-black);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  cursor: pointer;
}
.newsletter-modal-submit:hover {
  opacity: 0.8;
}
.newsletter-modal-submit:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
  opacity: 1;
}

.newsletter-modal-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  padding: 0.25rem 1.5rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  color: #fff;
  background: var(--color-black);
  border: none;
  border-radius: 999px;
  cursor: pointer;
}
.newsletter-modal-trigger:hover {
  opacity: 0.8;
}
.newsletter-modal-trigger:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

@media (max-width: 990px) {
  .newsletter-modal-panel {
    width: 100%;
    max-height: 100dvh;
    padding: 1.5rem 1rem 2rem;
  }
  .newsletter-modal-header {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .newsletter-modal-brand {
    padding-top: 0;
  }
  .newsletter-modal-desc {
    flex: none;
    padding-top: 0;
  }
  .newsletter-modal-close {
    top: 1rem;
    right: 1rem;
  }
}
.cookie-consent {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 3000;
}
.cookie-consent.is-open {
  display: block;
}

.cookie-consent-backdrop {
  position: absolute;
  inset: 0;
  background: var(--color-black);
  opacity: 0.6;
  cursor: pointer;
}

.cookie-consent-panel {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 40rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-height: 100dvh;
  overflow-y: auto;
}

.cookie-consent-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.cookie-consent-logo {
  display: block;
  width: 11.5rem;
  height: 2rem;
  flex: 0 0 auto;
}

.cookie-consent-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer !important;
  color: var(--color-black);
  flex: 0 0 auto;
}
.cookie-consent-close:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.cookie-consent-desc {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  color: var(--color-black);
  margin: 0;
}
.cookie-consent-desc a {
  color: var(--color-black);
  text-decoration: underline;
}
.cookie-consent-desc a:hover, .cookie-consent-desc a:focus-visible {
  color: var(--color-black);
  opacity: 0.7;
}

.cookie-consent-options {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.cookie-consent-option {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cookie-consent-option-label {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  color: var(--color-black);
}

.cookie-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 4px;
  border: 2px solid var(--color-black);
  background: #fff;
  flex: 0 0 auto;
  cursor: pointer;
  padding: 0;
}
.cookie-checkbox .cookie-checkbox-check {
  opacity: 0;
}
.cookie-checkbox--checked {
  background: var(--color-black);
  border-color: var(--color-black);
}
.cookie-checkbox--checked .cookie-checkbox-check {
  opacity: 1;
}
.cookie-checkbox--required {
  background: var(--color-black-70);
  border-color: var(--color-black-70);
  cursor: not-allowed !important;
}
.cookie-checkbox--required .cookie-checkbox-check {
  opacity: 1;
}
.cookie-checkbox:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.cookie-consent-actions {
  display: flex;
  gap: 1rem;
}

.cookie-consent-btn {
  flex: 1;
  height: 3.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 8rem;
  border: 2px solid var(--color-black);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  cursor: pointer !important;
}
.cookie-consent-btn--save {
  background: var(--color-black);
  color: #fff;
}
.cookie-consent-btn--save:hover {
  opacity: 0.85;
}
.cookie-consent-btn--save:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.cookie-consent-btn--reject {
  background: #fff;
  color: var(--color-black);
}
.cookie-consent-btn--reject:hover {
  opacity: 0.85;
}
.cookie-consent-btn--reject:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.cookie-consent-details {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  color: var(--color-black);
  text-decoration: underline;
}
.cookie-consent-details:hover, .cookie-consent-details:focus-visible {
  color: var(--color-black);
  opacity: 0.7;
}

@media (max-width: 990px) {
  .cookie-consent-panel {
    left: 0;
    width: 100%;
    max-height: 90dvh;
    overflow-y: auto;
  }
}
.not-found-section {
  min-height: 50rem;
  padding-top: 16rem;
  padding-bottom: 12.5rem;
}

.not-found-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.not-found-heading {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.not-found-code {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.09;
  color: var(--color-black);
  margin: 0;
}

.not-found-text {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: normal;
  color: var(--color-black);
  margin: 0;
}

.not-found-actions {
  display: flex;
  gap: 2rem;
}

.not-found-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  padding: 0.25rem 1.5rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  color: #fff;
  background: var(--color-black);
  border-radius: 8rem;
  text-decoration: none;
  min-width: 12rem;
}
.not-found-btn:hover, .not-found-btn:focus-visible {
  color: #fff;
  background: var(--color-black);
  text-decoration: none;
  opacity: 0.8;
}
.not-found-btn:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
  opacity: 1;
}

@media (max-width: 990px) {
  .not-found-section {
    min-height: unset;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .not-found-btn {
    width: 100%;
  }
}
.partners-content {
  padding-top: 8rem;
  padding-bottom: 16rem;
}

.partners-sections {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.partners-logo-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 3rem;
}

.partner-logo-link {
  display: block;
  transition: opacity 0.15s;
}
.partner-logo-link:hover, .partner-logo-link:focus-visible {
  opacity: 0.6;
}
.partner-logo-link:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
  opacity: 1;
}

.partner-logo-img {
  display: block;
  max-width: 223px;
  max-height: 223px;
  width: auto;
  height: auto;
}

.partner-logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background: var(--color-grey-light);
  border-radius: 0.25rem;
  color: var(--color-black-70);
  font-family: var(--font-display);
  font-size: 0.875rem;
}

@media (max-width: 990px) {
  .partners-content {
    padding-top: 2.5rem;
    padding-bottom: 8rem;
  }
  .partners-sections {
    gap: 2.5rem;
  }
  .partners-logo-grid {
    gap: 1.25rem 2rem;
  }
  .partner-logo-img {
    max-width: 223px;
    max-height: 223px;
  }
  .partner-logo-placeholder {
    width: 160px;
    height: 160px;
  }
}
.hero-header-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.hero-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  padding: 0.25rem 2rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  color: var(--color-black);
  background: var(--bg);
  border: none;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.15s ease, color 0.15s ease;
}
.hero-header-cta:hover, .hero-header-cta:focus-visible {
  background: var(--color-grey-light);
  color: var(--color-black);
  outline: none;
}
.hero-header-cta:focus-visible {
  outline: 2px solid var(--color-black);
  outline-offset: 3px;
}

.home-section-header-inner {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.home-section-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.09;
  color: var(--color-black);
  margin: 0;
}

.home-section-link {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  color: var(--color-black);
  text-decoration: underline;
  white-space: nowrap;
  flex-shrink: 0;
}
.home-section-link:hover, .home-section-link:focus-visible {
  color: var(--color-black);
  opacity: 0.6;
  outline: none;
}
.home-section-link:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
  opacity: 1;
}

.home-programme {
  padding-bottom: 4rem;
}

.home-programme-more-row {
  margin-top: 2.5rem;
}

.home-programme-more {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  color: var(--color-black);
  text-decoration: underline;
}
.home-programme-more:hover, .home-programme-more:focus-visible {
  opacity: 0.6;
  outline: none;
}
.home-programme-more:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
  opacity: 1;
}

.home-performance-detail-link {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1rem;
  color: var(--color-black);
  text-decoration: underline;
}
.home-performance-detail-link:hover, .home-performance-detail-link:focus-visible {
  opacity: 0.6;
}

.home-programme-empty {
  padding: 3rem 0;
}
.home-programme-empty p {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-black-70);
  margin: 0;
}

.home-gallery {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home-section-empty {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-black-70);
  margin: 2rem 0 3rem;
}

.home-program-kategorie {
  background: #fff;
  padding-top: 8rem;
}
.home-program-kategorie .home-section-header-inner {
  margin-bottom: 4rem;
}

.ppk-grid {
  display: flex;
  gap: 1rem;
}

.ppk-col {
  flex: 1 1 0;
  min-width: 0;
}

.ppk-row {
  border-bottom: 1px solid var(--color-grey-dark);
}

.ppk-row-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  min-height: 47px;
}

.ppk-row-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.ppk-name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--color-black);
  white-space: nowrap;
}

.ppk-info {
  position: relative;
  display: flex;
  align-items: center;
}

.ppk-info-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: none;
  background: var(--color-grey-light);
  color: var(--color-black-70);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.76rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
}
.ppk-info-btn:hover, .ppk-info-btn:focus-visible, .ppk-info-btn[aria-expanded=true] {
  background: var(--color-black);
  color: #ffffff;
  outline: none;
}
.ppk-info-btn:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.ppk-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  width: 475px;
  background: #ffffff;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
.ppk-tooltip p {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--color-black-70);
  margin: 0;
  white-space: normal;
}
.ppk-tooltip::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
}

.ppk-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-black);
  transition: opacity 0.15s;
}
.ppk-arrow:hover, .ppk-arrow:focus-visible {
  color: var(--color-black);
  opacity: 0.5;
  outline: none;
}
.ppk-arrow:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
  opacity: 1;
}

.ppk-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
}

.ppk-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  height: 60px;
  padding: 0 1.5rem;
  background: var(--color-black);
  color: #ffffff;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  border-radius: 128px;
  text-decoration: none;
  transition: opacity 0.15s;
}
.ppk-cta:hover, .ppk-cta:focus-visible {
  color: #ffffff;
  opacity: 0.75;
  outline: none;
}
.ppk-cta:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
  opacity: 1;
}

@media (max-width: 990px) {
  .hero-header-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .hero-header-cta {
    align-self: flex-start;
  }
  .home-section-header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
  .home-section-title {
    font-size: 1.5rem;
  }
  .ppk-grid {
    flex-direction: column;
    gap: 0;
  }
  .ppk-name {
    font-size: 1.25rem;
  }
  .ppk-tooltip {
    width: min(475px, 100vw - 2rem);
  }
  .ppk-tooltip::after {
    left: 2rem;
    transform: none;
  }
}
.program-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.program-subnav {
  position: sticky;
  top: var(--sticky-header-offset, 52px);
  z-index: 100;
  background: #72d2ff;
  padding: 2px 0;
}

.program-subnav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0;
}

.program-day-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.program-day-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background: #fff;
  border-radius: 50%;
  text-decoration: none;
  color: #060606;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  line-height: 1;
  transition: background 0.15s, color 0.15s;
  flex-shrink: 0;
}
.program-day-pill.is-active, .program-day-pill:hover {
  background: #060606;
  color: #fff;
  text-decoration: none;
}

.program-day-pill-short,
.program-day-pill-date {
  display: block;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

.program-subnav-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
}

.program-filter-dropdown {
  position: relative;
}

.program-filter-btn {
  display: flex;
  align-items: center;
  gap: 45px;
  background: #fff;
  border: none;
  border-radius: 128px;
  padding: 15px 16px 15px 35px;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  color: #060606;
  cursor: pointer;
  white-space: nowrap;
}
.program-filter-btn svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}
.program-filter-btn[aria-expanded=true] svg {
  transform: rotate(180deg);
}

.program-filter-list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 220px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  list-style: none;
  margin: 0;
  padding: 12px;
  z-index: 200;
  max-height: 420px;
  overflow-y: auto;
}

.program-filter-option {
  display: block;
  padding: 10px 16px;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  color: #060606;
  text-decoration: none;
  text-align: center;
  border-radius: 128px;
  white-space: nowrap;
  line-height: 1.2;
  background: none;
  border: none;
  width: 100%;
  cursor: pointer;
}
.program-filter-option:hover {
  background: #f1f1f1;
  text-decoration: none;
  color: #060606;
}
.program-filter-option.is-active {
  background: #060606;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.program-filter-clear {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  color: #060606;
  cursor: pointer;
  padding: 0 4px;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
}
.program-filter-clear[hidden] {
  display: flex !important;
  visibility: hidden;
  pointer-events: none;
}

.program-subnav-archive {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  color: #060606;
  text-decoration: none;
  flex-shrink: 0;
}
.program-subnav-archive:hover {
  text-decoration: underline;
}

.program-subnav-download {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 128px;
  padding: 15px 16px;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  color: #060606;
  text-decoration: none;
  flex-shrink: 0;
  white-space: nowrap;
}
.program-subnav-download svg {
  flex-shrink: 0;
}
.program-subnav-download:hover {
  text-decoration: none;
  color: #060606;
  opacity: 0.85;
}

.program-list {
  padding-top: 114px;
}

.program-empty {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 24px;
  padding: 64px 0;
  color: #bfbfbf;
}

.program-day-group {
  margin-bottom: 48px;
  scroll-margin-top: calc(var(--sticky-header-offset, 52px) + 79px);
}

.program-day-row {
  align-items: flex-start;
}

.program-day-label-col {
  position: sticky;
  top: calc(var(--sticky-header-offset, 52px) + 64px);
  padding-top: 8px;
}

.program-day-label {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 24px;
  color: #060606;
  line-height: 1.2;
}

.program-cards-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

.perf-card {
  height: 250px;
  background: #f1f1f1;
  overflow: hidden;
  text-decoration: none;
  color: #060606;
  flex-shrink: 0;
  position: relative;
}
.perf-card:hover {
  text-decoration: none;
  color: #060606;
}

.perf-card-img {
  width: 250px;
  height: 250px;
  overflow: hidden;
  background: #bfbfbf;
}
.perf-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.perf-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 8px 8px 19px;
  min-width: 0;
}

.perf-card-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.perf-card-theatre {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  color: #8d8d8d;
  margin: 0;
  line-height: 1.1;
}

.perf-card-title {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 32px;
  color: #060606;
  margin: 0;
  line-height: 1.09;
  font-weight: 500;
}

.perf-card-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}

.perf-card-meta {
  display: flex;
  align-items: center;
  gap: 17px;
  flex: 1;
}

.perf-card-time,
.perf-card-venue {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  color: #060606;
  white-space: nowrap;
}
.perf-card-time svg,
.perf-card-venue svg {
  flex-shrink: 0;
}

.perf-card-ticket {
  flex-shrink: 0;
}

.perf-card-ticket-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 2px solid #8d8d8d;
  border-radius: 128px;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  color: #060606;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.1;
  min-height: 40px;
}

.perf-card-ticket-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  color: #060606;
  white-space: nowrap;
  line-height: 1.1;
}

.perf-card-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  width: auto;
  background: #fff;
  border-radius: 100px;
  padding: 9px 8px;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  color: #060606;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.program-filter-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  background: #060606;
  color: #fff;
  border: none;
  border-radius: 128px;
  padding: 8px 14px;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 1;
}

.program-filter-drawer {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: #72d2ff;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  overflow: hidden;
}
.program-filter-drawer.is-open {
  transform: translateY(0);
}

.program-filter-drawer-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.program-filter-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  flex-shrink: 0;
}

.program-filter-drawer-title {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 24px;
  color: #060606;
  font-weight: 500;
}

.program-filter-drawer-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  color: #060606;
  padding: 0;
}

.program-filter-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.program-filter-drawer-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.program-filter-drawer-label {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #060606;
  margin: 0;
  opacity: 0.6;
}

.program-filter-drawer-days {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.program-filter-drawer-days::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.program-filter-drawer-cats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.program-drawer-cat-option {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 128px;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  color: #060606;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  min-height: 44px;
}
.program-drawer-cat-option.is-active {
  background: #060606;
  color: #fff;
}
.program-drawer-cat-option:hover {
  text-decoration: none;
  color: #060606;
  background: rgba(255, 255, 255, 0.7);
}
.program-drawer-cat-option.is-active:hover {
  color: #fff;
  background: #060606;
}

.program-filter-drawer-types {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.program-drawer-type-option {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 128px;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  color: #060606;
  cursor: pointer;
  text-align: center;
  line-height: 1.2;
}
.program-drawer-type-option.is-active {
  background: #060606;
  color: #fff;
}

.program-drawer-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 128px;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  color: #060606;
  text-decoration: none;
}
.program-drawer-download:hover {
  text-decoration: none;
  color: #060606;
  background: rgba(255, 255, 255, 0.7);
}

.program-filter-drawer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  background: #fff;
  flex-shrink: 0;
}

.program-drawer-clear {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  color: #060606;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
}

.program-drawer-apply {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #060606;
  color: #fff;
  border: none;
  border-radius: 128px;
  padding: 12px 20px;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  cursor: pointer;
  white-space: nowrap;
}

.program-drawer-count {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 15px;
}

@media (max-width: 990px) {
  .program-day-label-col {
    position: static;
    padding-bottom: 8px;
  }
  .program-day-label {
    font-size: 20px;
  }
  .perf-card {
    height: auto;
    flex-direction: column;
  }
  .perf-card .perf-card-img {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    height: 228px;
  }
  .perf-card .perf-card-body {
    flex: 1 1 100%;
    width: 100%;
  }
  .perf-card-body {
    padding: 12px;
    gap: 12px;
  }
  .perf-card-title {
    font-size: 24px;
  }
  .perf-card-bottom {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .perf-card-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .program-subnav-filters,
  .program-subnav-archive,
  .program-subnav-download {
    display: none;
  }
  .program-filter-toggle {
    display: flex;
  }
  .program-day-filters {
    flex: 1;
    gap: 6px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }
  .program-day-filters::-webkit-scrollbar {
    display: none;
  }
  .program-day-pill {
    width: 46px;
    height: 46px;
  }
  .program-day-pill-short {
    font-size: 12px;
  }
  .program-day-pill-date {
    font-size: 11px;
  }
}
.tickets-intro {
  padding-top: 64px;
  padding-bottom: 64px;
}
.tickets-intro .tickets-intro-heading {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #060606;
}
.tickets-intro .tickets-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 8px;
}
.tickets-intro .tickets-info-label {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  line-height: 1.1;
  color: #8d8d8d;
  margin-bottom: 0;
}
.tickets-intro .tickets-info-value {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  line-height: 1.1;
  color: #060606;
  margin: 0;
}

@media (max-width: 990px) {
  .tickets-intro .tickets-intro-heading {
    display: none;
  }
  .tickets-intro .tickets-info-grid {
    grid-template-columns: 1fr;
  }
}
.perf-detail-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.perf-detail-title-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.perf-detail-title {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  color: #060606;
  margin: 0;
  text-align: center;
}

.perf-detail-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 0;
}

.perf-detail-author,
.perf-detail-theatre {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  color: #060606;
  line-height: 1.1;
}

.perf-detail-cat-badge {
  display: inline-block;
  background: #f1f1f1;
  border-radius: 30px;
  padding: 12px 15px;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  color: #060606;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  margin-top: 10px;
}

.perf-detail-hero {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.perf-detail-hero-img {
  width: 100%;
  height: 494px;
  object-fit: cover;
  display: block;
}

.perf-detail-photo-credit {
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  color: #060606;
  text-align: center;
  margin: 0;
}

.perf-detail-lead {
  padding-top: 26px;
  padding-bottom: 64px;
}
.perf-detail-lead p {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 32px;
  line-height: 1.09;
  color: #060606;
  margin: 0;
}

.perf-detail-body {
  padding-top: 24px;
}

.perf-detail-info-col {
  padding-top: 0;
}

.perf-detail-info {
  background: #72d2ff;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.perf-detail-info-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.perf-detail-info-label {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  color: #060606;
  margin: 0;
  line-height: 1;
}

.perf-detail-info-value {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  color: #060606;
  margin: 0;
  line-height: 1.1;
}

.perf-detail-schedule {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.perf-detail-schedule .perf-detail-info-label {
  margin-bottom: 10px;
}
.perf-detail-schedule .perf-detail-schedule-row + .perf-detail-schedule-row {
  margin-top: 27px;
}

.perf-detail-schedule-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
}

.perf-detail-schedule-time {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.perf-detail-schedule-date,
.perf-detail-schedule-range {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  color: #060606;
  margin: 0;
  line-height: 1.1;
  white-space: nowrap;
}

.perf-detail-schedule-venue {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  color: #8d8d8d;
  margin: 0;
  line-height: 1.1;
}

.perf-detail-schedule-ticket {
  flex-shrink: 0;
  margin-left: auto;
}

.perf-detail-ticket-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  border: 2px solid #060606;
  border-radius: 128px;
  background: #060606;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.1;
  margin-right: -9px;
}
.perf-detail-ticket-btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.85;
}

.perf-detail-ticket-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  color: #060606;
  white-space: nowrap;
  line-height: 1.1;
}

.perf-detail-ticket-note {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  color: #060606;
  margin: 0;
}

.perf-detail-ticket-note-main {
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  color: #060606;
  margin: 0;
  line-height: 1.4;
}

.perf-detail-warnings-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.perf-detail-warnings {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.perf-warning-item {
  position: relative;
}

.perf-warning-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  cursor: default;
}
.perf-warning-icon-wrap svg {
  flex-shrink: 0;
  display: block;
}
.perf-warning-icon-wrap:hover .perf-hint {
  opacity: 1;
  pointer-events: auto;
}

.perf-hint {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: #060606;
  color: #fff;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  padding: 8px 14px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  z-index: 20;
}
.perf-hint::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: #060606;
}

.perf-legend-wrap {
  position: relative;
  align-self: flex-start;
}

.perf-legend-trigger {
  background: none;
  border: none;
  padding: 0;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  color: #060606;
  text-decoration: underline;
  cursor: pointer;
  line-height: 1;
  display: block;
}
.perf-legend-trigger:hover {
  opacity: 0.7;
}
.perf-legend-trigger:focus-visible {
  outline: 2px solid #060606;
  outline-offset: 2px;
}

.perf-legend-panel {
  position: absolute;
  left: 0;
  bottom: calc(100% + 8px);
  z-index: 50;
  background: #060606;
  border-radius: 8px;
  padding: 8px;
  width: max-content;
  max-width: 420px;
}
.perf-legend-panel[hidden] {
  display: none;
}

.perf-legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 0;
}

.perf-legend-icon {
  flex-shrink: 0;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  overflow: hidden;
}
.perf-legend-icon svg {
  display: block;
  filter: invert(1);
}

.perf-legend-text {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  color: #fff;
  margin: 0;
  white-space: nowrap;
  line-height: 1.1;
}

.perf-detail-content-col {
  padding-top: 0;
}

.perf-detail-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.perf-detail-tabs {
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: none;
  flex-wrap: wrap;
}

.perf-detail-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  background: none;
  border: none;
  padding: 0 0 8px;
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}
.perf-detail-tab.is-active {
  color: #060606;
}
.perf-detail-tab.is-active::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  height: 1px;
  background: #060606;
}
.perf-detail-tab:hover {
  color: #060606;
}

.perf-detail-tab-panel {
  display: none;
}
.perf-detail-tab-panel.is-active {
  display: block;
}

.perf-detail-prose {
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  line-height: 1.28;
  color: #060606;
}
.perf-detail-prose p {
  margin-bottom: 1em;
}
.perf-detail-prose p:last-child {
  margin-bottom: 0;
}
.perf-detail-prose h2, .perf-detail-prose h3, .perf-detail-prose h4 {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.perf-detail-people-section {
  margin-bottom: 24px;
}
.perf-detail-people-section:last-child {
  margin-bottom: 0;
}

.perf-detail-people-role {
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #060606;
  margin: 0 0 4px;
  line-height: 1.28;
}

.perf-detail-gallery-wrap {
  margin-top: 16px;
}

.perf-detail-gallery-credit {
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  color: #060606;
  text-align: right;
  margin: 8px 0 0;
  padding: 0 calc((100vw - min(1440px, 92vw)) / 2 + min(1440px, 92vw) / 12 + var(--bs-gutter-x, 1.5rem) * 0.5);
}

.perf-detail-video-title {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 32px;
  color: #060606;
  margin: 0 0 16px;
}

.perf-detail-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #060606;
  overflow: hidden;
}
.perf-detail-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.perf-detail-info-standalone {
  max-width: 400px;
  padding-bottom: 64px;
}

.perf-detail-single-tab-label {
  font-family: "Scherz", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cfcfcf;
}

@media (max-width: 990px) {
  .perf-detail-title {
    font-size: 36px;
  }
  .perf-detail-meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .perf-detail-hero-img {
    height: 260px;
  }
  .perf-detail-lead {
    padding-top: 32px;
    padding-bottom: 16px;
  }
  .perf-detail-lead p {
    font-size: 24px;
  }
  .perf-detail-info {
    padding: 16px;
  }
  .perf-detail-content {
    padding-top: 24px;
  }
  .perf-detail-tabs {
    gap: 16px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    padding-bottom: 0;
  }
  .perf-detail-tabs::-webkit-scrollbar {
    display: none;
  }
  .perf-detail-tab {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .perf-detail-gallery {
    height: auto;
    padding-bottom: 16px;
  }
  .perf-detail-gallery-item {
    height: 240px;
  }
}

/*# sourceMappingURL=styles.css.map */
