/* =========================================================
   00. TOKENS / BASE
========================================================= */

:root {
  --bg: #f3f3f1;
  --text: rgba(0, 0, 0, 0.88);
  --text-soft: rgba(0, 0, 0, 0.75);
  --text-muted: rgba(0, 0, 0, 0.55);
  --line: rgba(0, 0, 0, 0.85);
  --accent: #39ff14;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
}

body {
  font-family: Diatype, "Helvetica Neue", Helvetica, Arial, sans-serif, Icons;
  font-size: 16px;
  line-height: 1.2;
}

#toolset { display: none; }

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

a:active { opacity: 0.7; }
.page a.active { color: #ff0000; }

i, em { font-style: italic; }
b, strong { font-weight: 700; }

sub, sup {
  position: relative;
  vertical-align: baseline;
}

sub { top: 0.3em; }
sup { top: -0.4em; }

s { text-decoration: line-through; }

img {
  border: 0;
  padding: 0;
  max-width: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 4em;
}

blockquote {
  margin: 0;
  padding: 0 0 0 1em;
}

hr {
  background: var(--line);
  border: 0;
  height: 0.5rem;
  display: block;
  margin-top: 0.3rem;
  margin-bottom: 1.1rem;
}

/* =========================================================
   01. CONTENT / MEDIA
========================================================= */

.content img {
  float: none;
  margin-bottom: 1rem;
  vertical-align: bottom;
}

[image-gallery="slideshow"] { margin-bottom: 2rem; }

.gallery_image_caption {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 500;
  color: var(--text);
  font-family: Diatype, Icons;
  font-style: normal;
  line-height: 1.2;
  text-align: left;
}

/* =========================================================
   02. PREDEFINED TYPOGRAPHY / CARGO TEXT SYSTEM
========================================================= */

[data-predefined-style="true"] bodycopy {
  font-size: 2rem;
  font-weight: 500;
  color: var(--text-soft);
  font-family: "Diatype Variable", Diatype, "Helvetica Neue", Helvetica, Arial, sans-serif, Icons;
  font-style: normal;
  line-height: 1.2;
  font-variation-settings: "slnt" 0, "MONO" 0;
}

[data-predefined-style="true"] bodycopy a {
  color: var(--text-soft);
  text-decoration: none;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
  border-bottom: 0;
  padding-bottom: 0;
}

bodycopy a.icon-link { white-space: nowrap; }

[data-predefined-style="true"] h1 {
  font-family: "Work Sans", Icons;
  padding: 0;
  margin: 0;
  font-size: 14vmin;
  line-height: 0.9;
  color: var(--text);
  letter-spacing: -0.03em;
	font-style: normal;
	font-weight: 800;
}

[data-predefined-style="true"] h1 a { color: var(--text); }

[data-predefined-style="true"] h2 {
  font-family: "Diatype Variable", Icons;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: var(--text-soft);
  font-size: 3.2rem;
  line-height: 1.1;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h2 a { color: var(--text-soft); }

[data-predefined-style="true"] small {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.2;
  font-family: "Favorit Variable", "Helvetica Neue", Helvetica, Arial, sans-serif, Icons;
  font-style: normal;
  font-weight: 350;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0;
  font-variation-settings: "slnt" 0;
}

[data-predefined-style="true"] small a {
  color: rgba(0, 0, 0, 0.6);
  border-bottom-width: 0;
}

/* =========================================================
   03. PAGE / CONTAINER / PRESET
========================================================= */

[data-css-preset] .page { background-color: initial; }

.mobile .page,
[data-css-preset].mobile .page {
  position: relative;
  max-width: 100%;
  width: 100%;
  background-color: transparent;
}

[data-css-preset] .container {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

[data-css-preset] body { background-color: transparent; }
[data-css-preset] .container_width { width: 100%; }

[data-css-preset] .content_padding { padding: 1.3rem; }

/* =========================================================
   04. THUMBNAILS
========================================================= */

div[thumbnails] { justify-content: flex-start; }
[data-css-preset] .thumbnails { background-color: transparent; }
[data-css-preset] .thumbnails_width { width: 100%; }
[data-css-preset] [thumbnails-pad] { padding: 0.5rem; }
[data-css-preset] [thumbnails-gutter] { margin: -1rem; }
[data-css-preset] [responsive-layout] [thumbnails-pad] { padding: 0.5rem; }
[data-css-preset] [responsive-layout] [thumbnails-gutter] { margin: -1rem; }

.thumbnails .thumb_image {
  outline: 0 solid rgba(0, 0, 0, 0.12);
  outline-offset: -1px;
}

.thumbnails .title {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  color: var(--text);
  font-family: Diatype, Icons;
  font-style: normal;
  line-height: 1.2;
}

.thumbnails .tags {
  margin-top: 0.8rem;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--text);
  font-family: "Monument Grotesk Mono", monospace, Icons;
  font-style: normal;
  line-height: 1.2;
}

.thumbnails .tags a {
  border-bottom: 0;
  color: var(--text);
  text-decoration: none;
}

.thumbnails .has_title .tags { margin-top: -1.4rem; }

/* =========================================================
   05. SITE MENU BUTTON
========================================================= */

[data-css-preset] #site_menu_button {
  color: var(--text-soft);
  font-size: 22px;
  padding: 6px;
  line-height: 1;
  background: rgba(33, 32, 46, 0);
  position: fixed;
  right: 3rem;
  top: 3rem;
}

body.mobile #site_menu_button {
  margin: -6px;
  font-size: 24px;
}

#site_menu_button.custom_icon {
  width: 40px;
  height: auto;
}

#site_menu_button.active { display: none; }

/* =========================================================
   06. SITE MENU
========================================================= */

#site_menu {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, Icons;
  background: rgba(20, 20, 20, 0.95);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding: 20px 30px 90px;
  max-width: 400px;
  min-width: 300px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}

body.mobile #site_menu { width: 100%; }

#site_menu .page-link a,
#site_menu .set-link > a {
  color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a { font-weight: bold; }
#site_menu a:active { opacity: 0.7; }
#site_menu a.active { opacity: 0.4; }

#site_menu .close {
  display: none;
  color: rgba(255, 255, 255, 0.4);
  line-height: 0.85em;
  font-size: 45px;
}

body.mobile #site_menu .close {
  display: block;
  font-size: 50px;
  line-height: 1em;
}

#site_menu .break { height: 28px; }
#site_menu .indent { margin-left: 28px; }

/* =========================================================
   07. SHOP BUTTON / PRODUCT
========================================================= */

[data-css-preset] #shop_button {
  color: var(--text);
  background: transparent;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: fixed;
  padding: 6px;
  top: 1rem;
  left: 1.5rem;
}

#shop_button.text {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--text-soft);
  font-family: Diatype, Icons;
  padding: 0;
  line-height: 1.3;
  font-style: normal;
}

#shop_button.custom_icon {
  width: 40px;
  height: auto;
}

body.mobile #shop_button:not(.text) {
  margin: -6px;
  font-size: 40px;
}

.shop_product {
  width: 100%;
  max-width: 22rem;
  position: relative;
  display: block;
}

.shop_product .price {
  font-family: Diatype, Icons;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--text-soft);
  display: block;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 500;
}

.shop_product .dropdown {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, Icons;
  font-size: 2rem;
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
  margin-bottom: 1rem;
  line-height: 1.2;
  padding: 0.7rem 2.5rem 0.7rem 1rem;
  font-style: normal;
  font-weight: 400;
  color: var(--text-soft);
}

.shop_product .button {
  font-family: Diatype, Icons;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.75);
  color: rgba(255, 255, 255, 1);
  flex: 0 0 50%;
  text-align: left;
  display: inline-block;
  line-height: 1.2;
  padding: 0.8rem 1rem 0.9rem;
  font-style: normal;
  font-weight: 500;
}

/* =========================================================
   08. QUICK VIEW / GALLERY / WALLPAPER NAV
========================================================= */

[data-css-preset] .quick-view {
  padding: 2.4rem;
  height: 100%;
  width: 100%;
}

body.mobile .quick-view {
  width: 100%;
  height: 100%;
  margin: 0;
}

[data-css-preset] .quick-view-background { background: rgba(255, 255, 255, 1); }

.quick-view-caption {
  font-family: "Monument Grotesk Mono", monospace, Icons;
  transition: 100ms opacity ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 3.5rem 0;
  text-align: center;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.quick-view-caption span {
  padding: 0.5rem 1rem;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.quick-view-navigation .left-arrow { left: 10px; }
.quick-view-navigation .right-arrow { right: 10px; }

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow,
.quick-view-navigation .close-button,
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow,
.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
  width: 36px;
  height: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color,
.quick-view-navigation .close-button .inner-color {
  stroke: #fff;
  stroke-width: 0;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color,
.quick-view-navigation .close-button .outer-color {
  stroke: rgba(0, 0, 0, 0.85);
  stroke-width: 2px;
}

.quick-view-navigation .close-button {
  top: 10px;
  right: 10px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color,
.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
  stroke: #fff;
  stroke-width: 2px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color,
.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
  stroke: rgba(0, 0, 0, 0.6);
  stroke-width: 3px;
}

/* =========================================================
   09. FEED / AUDIO
========================================================= */

.feed .content_container .page { border-top: 0 dashed rgba(0, 0, 0, 0.2); }
.feed .content_container .page_container:first-child .page { border-top: 0; }

.audio-player {
  max-width: 36rem;
  height: 3.3rem;
  outline: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-family: Diatype, Icons;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin: 1px 1px 1em;
}

body.mobile .audio-player { max-width: 100%; }
.audio-player .separator { width: 1px; background-color: rgba(0, 0, 0, 0.15); }
.audio-player .button { background: transparent; cursor: pointer; fill: rgba(0, 0, 0, 0.85); }
.audio-player .icon { fill: rgba(0, 0, 0, 0.85); padding: 30%; width: 100%; margin: auto; }
.audio-player .buffer { background: rgba(0, 0, 0, 0.03); }
.audio-player .progress { background: rgba(0, 0, 0, 0.1); }

.audio-player .progress-indicator {
  border: 1px solid rgba(0, 0, 0, 0.7);
  width: 1px;
  height: 100%;
  right: 0;
  position: absolute;
  cursor: ew-resize;
}

.audio-player .note-icon {
  height: 100%;
  width: 3.8rem;
  padding: 1rem;
  fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time { padding-left: 1rem; }
.audio-player .total-time { padding-right: 1rem; }

/* =========================================================
   10. LANDINGPAGE â€“ FESTIVAL INDEX LEAN (CONSOLIDATED)
========================================================= */

.festival-index-lean {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 20px 72px;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.festival-index-lean .fil-home { text-align: right; }

.festival-index-lean .fil-home a {
  font-size: 0.95rem;
  color: rgba(0,0,0,0.65);
  text-decoration: none;
  transition: color 0.2s ease, letter-spacing 0.2s ease;
}

.festival-index-lean .fil-home a:hover {
  color: var(--accent);
  letter-spacing: 0.02em;
}

.festival-index-lean .fil-dictionary {
  margin: 8px 0 14px;
  font-size: 1rem;
  line-height: 1.35;
  color: rgba(0,0,0,0.82);
}

.festival-index-lean .fil-dictionary i {
  background: var(--accent);
  color: #000;
  padding: 0 4px;
}

.festival-index-lean .fil-hero { margin: 32px 0 24px; }

.festival-index-lean .fil-title h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 8vw, 112px);
  line-height: 0.91;
  letter-spacing: -0.05em;
  color: rgba(0,0,0,0.92);
}

.festival-index-lean .fil-title p {
  margin: 14px 0 0;
  font-size: 1.22rem;
  line-height: 1.2;
  letter-spacing: 0.002em;
  color: rgba(0,0,0,0.86);
}

.festival-index-lean .fil-subline {
  margin-top: 8px;
  font-size: 0.98rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: rgba(0,0,0,0.56);
}

.festival-index-lean .fil-body {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.55fr);
  gap: 52px;
  align-items: start;
  margin-bottom: 44px;
}

.festival-index-lean .fil-main {
  max-width: 650px;
}

.festival-index-lean .fil-main p {
  margin: 0 0 16px;
  max-width: 60ch;
  font-size: 1rem;
  line-height: 1.48;
  color: rgba(0,0,0,0.68);
  hanging-punctuation: first;
}

.festival-index-lean .fil-main .fil-lead {
  max-width: 58ch;
  font-size: 1.08rem;
  line-height: 1.45;
  color: rgba(0,0,0,0.82);
}

.festival-index-lean .fil-main .fil-break {
  margin: 10px 0 18px;
  padding-left: 18px;
  font-style: italic;
  letter-spacing: 0.01em;
  color: rgba(0,0,0,0.8);
}

.festival-index-lean .fil-side {
  max-width: 300px;
  padding-top: 6px;
  position: relative;
}

.festival-index-lean .fil-side::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 2px;
  width: 1px;
  height: calc(100% - 4px);
  background: rgba(0,0,0,0.08);
}

.festival-index-lean .fil-side p,
.festival-index-lean .fil-side small,
.festival-index-lean .fil-names,
.festival-index-lean .fil-coops {
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(0,0,0,0.56);
  font-style: italic;
}

.festival-index-lean .fil-side-label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: rgba(0,0,0,0.45);
}

.festival-index-lean .fil-inline-note {
  display: block;
  margin-top: 2px;
}

.landing-right-col a,
.festival-index-lean .fil-side a,
.festival-index-lean .fil-side a span,
.festival-index-lean .fil-side span[style*="#08ff00"],
.festival-index-lean .fil-side span[style*="#08ff00"] a,
.festival-index-lean .fil-side span[style*="#08ff00"] a span,
.festival-index-lean .fil-names a,
.festival-index-lean .fil-coops a {
  display: inline-block;
  color: #111 !important;
  text-decoration: none !important;
  transform-origin: left center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition:
    transform 0.18s ease,
    text-shadow 0.25s ease,
    letter-spacing 0.25s ease,
    color 0.25s ease,
    opacity 0.25s ease;
}

.landing-right-col a:hover,
.festival-index-lean .fil-side a:hover,
.festival-index-lean .fil-side a:hover span,
.festival-index-lean .fil-side span[style*="#08ff00"]:hover,
.festival-index-lean .fil-side span[style*="#08ff00"]:hover a,
.festival-index-lean .fil-side span[style*="#08ff00"]:hover a span,
.festival-index-lean .fil-names a:hover,
.festival-index-lean .fil-coops a:hover {
  color: #000 !important;
  transform: scale(1.05);
  letter-spacing: 0.01em;
  text-shadow:
    0 0 6px rgba(57,255,20,0.42),
    0 0 14px rgba(57,255,20,0.22);
}

.festival-index-lean .fil-rule {
  width: 72px;
  height: 1px;
  background: var(--accent);
  box-shadow: 0 0 8px rgba(57,255,20,0.22);
  margin: 8px 0 18px;
}

.festival-index-lean .fil-locations-intro {
  margin: 0 0 34px;
  font-size: 0.9rem;
  line-height: 1.3;
  color: rgba(0,0,0,0.5);
  letter-spacing: 0.04em;
  text-transform: lowercase;
}

.festival-index-lean .fil-locations-wrap { margin-bottom: 28px; }

.festival-index-lean .fil-location {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.festival-index-lean .fil-image {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  border-radius: 2px;
  isolation: isolate;
}

.festival-index-lean .fil-image img,
.festival-index-lean .fil-image .content img,
.festival-index-lean .fil-image .image-gallery img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.025);
  transition:
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.45s ease,
    opacity 0.45s ease;
  filter: contrast(0.985) saturate(0.98);
}

.festival-index-lean .fil-location:hover .fil-image img,
.festival-index-lean .fil-location:hover .fil-image .content img,
.festival-index-lean .fil-location:hover .fil-image .image-gallery img {
  transform: scale(1.05) translateY(-2px);
  filter: contrast(1) saturate(1);
}

.festival-index-lean .fil-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  pointer-events: none;
  opacity: 0.9;
  transition:
    border-color 0.35s ease,
    box-shadow 0.45s ease,
    opacity 0.35s ease;
}

.festival-index-lean .fil-location:hover .fil-image::after {
  border-color: rgba(57,255,20,0.75);
  box-shadow:
    0 0 0 1px rgba(57,255,20,0.08) inset,
    0 0 14px rgba(57,255,20,0.12);
}

.festival-index-lean .image-gallery { overflow: hidden; }

.festival-index-lean .image-gallery-navigation .left-arrow,
.festival-index-lean .image-gallery-navigation .right-arrow {
  opacity: 0;
  transform: translateY(2px);
  transition:
    opacity 0.45s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.festival-index-lean .fil-location:hover .image-gallery-navigation .left-arrow,
.festival-index-lean .fil-location:hover .image-gallery-navigation .right-arrow {
  opacity: 0.55;
  transform: translateY(0);
}

.festival-index-lean .image-gallery-navigation .inner-color,
.festival-index-lean .image-gallery-navigation .outer-color {
  stroke: transparent !important;
}

.festival-index-lean .image-gallery-navigation .left-arrow::after,
.festival-index-lean .image-gallery-navigation .right-arrow::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(0,0,0,0.6);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    color 0.25s ease;
}

.festival-index-lean .image-gallery-navigation .left-arrow::after {
  content: "â†";
  left: -6px;
}

.festival-index-lean .image-gallery-navigation .right-arrow::after {
  content: "â†’";
  right: -6px;
}

.festival-index-lean .image-gallery-navigation .left-arrow:hover::after,
.festival-index-lean .image-gallery-navigation .right-arrow:hover::after {
  color: rgba(0,0,0,0.92);
  transform: translateY(-50%) scale(1.08);
}

.festival-index-lean .image-gallery-navigation .left-arrow:hover,
.festival-index-lean .image-gallery-navigation .right-arrow:hover {
  opacity: 0.9;
}

.festival-index-lean .fil-location-text { text-align: center; margin-top: 2px; }

.festival-index-lean .fil-link {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
  color: inherit;
}

.festival-index-lean .fil-link span {
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.festival-index-lean .fil-link strong {
  font-size: 1.42rem;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: rgba(0,0,0,0.92);
}

.festival-index-lean .fil-link small {
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  color: rgba(0,0,0,0.55);
}

.festival-index-lean .fil-link:hover span,
.festival-index-lean .fil-link:hover strong {
  color: var(--accent);
}

.festival-index-lean .fil-support { padding: 6px 0; }

.festival-index-lean .fil-support small {
  font-size: 0.98rem;
  line-height: 1.45;
  color: rgba(0,0,0,0.72);
}

.festival-index-lean hr { margin: 10px 0 22px; }

/* =========================================================
   11. ZÃœRICH PAGE â€“ ACCORDION VERSION (CONSOLIDATED)
========================================================= */

.zh-page {
  --zh-accent: var(--accent);
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 32px 120px;
  overflow-x: clip;
  overflow-y: visible;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.zh-topbar-status-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.zh-topbar-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(57,255,20,0.5);
  background: rgba(57,255,20,0.06);
  box-shadow:
    0 0 8px rgba(57,255,20,0.14),
    inset 0 0 6px rgba(57,255,20,0.08);
  white-space: nowrap;
}

.zh-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow:
    0 0 8px rgba(57,255,20,0.55),
    0 0 16px rgba(57,255,20,0.22);
  animation: zh-status-pulse 1.8s ease-in-out infinite;
}

.zh-status-text {
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: rgba(0,0,0,0.72);
}

@keyframes zh-status-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.72; transform: scale(1.08); }
}

.zh-glass {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.075) 0%, rgba(255,255,255,0.035) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 10px 15px rgba(0,0,0,0.08);
  backdrop-filter: blur(16px) saturate(115%);
  -webkit-backdrop-filter: blur(16px) saturate(115%);
}

.zh-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.02) 42%, rgba(255,255,255,0.00) 100%);
}

.zh-glass-thin {
  padding: 10px 14px;
  border-radius: 12px;
}

.zh-glass-panel {
  padding: 24px 26px;
  border-radius: 22px;
}

.zh-glass-cta {
  padding: 18px 20px;
  border-radius: 22px;
  max-width: 660px;
  margin-top: 46px;
  overflow: hidden;
}

.zh-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
  column-gap: 88px;
  align-items: start;
  margin-bottom: 26px;
}

.zh-hero-main {
  min-width: 0;
  max-width: 660px;
}

.zh-hero-side {
  min-width: 0;
  max-width: 320px;
  padding-top: 26px;
}

.title-break {
  margin-bottom: 0;
  line-height: 0.9;
}

.title-left,
.title-right {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(54px, 6.8vw, 98px);
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: rgba(0,0,0,0.92);
  white-space: nowrap;
}

.title-left {
  text-shadow: 2px 0 0 rgba(57,255,20,0.85);
}

.title-right {
  margin-left: 120px;
  margin-top: -4px;
  text-shadow:
    0 0 10px rgba(57,255,20,0.35),
    0 0 22px rgba(57,255,20,0.16);
}

.zh-kicker,
.zh-label,
.zh-group-label,
.zh-micro-label,
.cta-note {
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zh-kicker,
.theme-hover.zh-kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  opacity: 0.66;
}

.theme-hover {
  transition: color 0.2s ease, letter-spacing 0.2s ease;
}

.theme-hover:hover {
  color: var(--accent);
  letter-spacing: 0.06em;
}

.zh-meta-block p,
.zh-micro-text,
.zh-editorial-intro,
.zh-outro,
.artist-copy {
  line-height: 1.55;
}

.zh-meta-block p {
  margin: 0 0 14px;
  max-width: 100%;
}

.zh-micro-label {
  margin-top: 18px;
  margin-bottom: 6px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  opacity: 0.38;
}

.zh-micro-text {
  max-width: 240px;
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(0,0,0,0.52);
  font-style: italic;
  opacity: 1;
}

.cta-block {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  grid-template-areas:
    "line note"
    "prices note";
  column-gap: 34px;
  row-gap: 12px;
  width: 100%;
  padding: 18px 20px 18px 16px;
  border: 1px solid rgba(0,0,0,0.08);
  border-left: 1px solid rgba(57,255,20,0.55);
  background: rgba(255,255,255,0.34);
  backdrop-filter: blur(8px) saturate(1.05);
  -webkit-backdrop-filter: blur(8px) saturate(1.05);
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.05),
    inset 0 0 0 1px rgba(255,255,255,0.22);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.cta-block::before,
.cta-block::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.cta-block::before {
  width: 180px;
  height: 180px;
  right: -40px;
  top: -30px;
  border-radius: 999px;
  background: radial-gradient(circle,
    rgba(57,255,20,0.16) 0%,
    rgba(57,255,20,0.08) 35%,
    rgba(57,255,20,0.03) 55%,
    rgba(57,255,20,0) 75%);
  filter: blur(4px);
  opacity: 0.9;
}

.cta-block::after {
  width: 220px;
  height: 1px;
  right: 24px;
  bottom: 28px;
  transform: rotate(-24deg);
  background: linear-gradient(
    90deg,
    rgba(57,255,20,0) 0%,
    rgba(57,255,20,0.28) 50%,
    rgba(57,255,20,0) 100%
  );
  opacity: 0.9;
}

.cta-block:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.42);
  border-left-color: rgba(57,255,20,0.95);
  box-shadow:
    0 12px 34px rgba(0,0,0,0.07),
    0 0 20px rgba(57,255,20,0.08),
    inset 0 0 0 1px rgba(255,255,255,0.26);
}

.cta-line,
.cta-prices,
.cta-note {
  position: relative;
  z-index: 1;
}

.cta-line {
  grid-area: line;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2px;
}

.dot-accent {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow:
    0 0 8px rgba(57,255,20,0.45),
    0 0 18px rgba(57,255,20,0.18);
  flex-shrink: 0;
}

.cta-trigger {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.035em;
  color: rgba(0,0,0,0.95);
}

.cta-arrow {
  font-size: 22px;
  line-height: 1;
  opacity: 0.75;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.cta-block:hover .cta-arrow {
  transform: translateX(5px);
  opacity: 1;
}

.cta-prices {
  grid-area: prices;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  margin: 0;
}

.cta-prices a {
  display: inline-block;
  font-size: 15.5px;
  line-height: 1.38;
  color: rgba(0,0,0,0.72);
  letter-spacing: 0;
  transition:
    transform 0.22s ease,
    color 0.22s ease,
    text-shadow 0.22s ease,
    letter-spacing 0.22s ease;
}

.cta-prices a:nth-child(2) { margin-left: 14px; }
.cta-prices a:nth-child(3) { margin-left: 28px; }

.cta-prices a:hover {
  color: #000;
  transform: translateX(8px);
  letter-spacing: 0.01em;
  text-shadow:
    0 0 8px rgba(57,255,20,0.28),
    0 0 16px rgba(57,255,20,0.1);
}

.cta-note {
  grid-area: note;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 0 0 14px;
  border-left: 0px solid rgba(0,0,0,0.08);
  margin-top: 0;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  font-style: italic;
  color: rgba(0,0,0,0.68);
  opacity: 1;
}

.zh-program-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}

.strip-item {
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zh-editorial-intro-wrap { margin: 10px 0 16px; }

.zh-editorial-intro {
  max-width: 520px;
  font-size: 17px;
  line-height: 1.42;
  letter-spacing: -0.01em;
}

.section-rule {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.03) 50%, rgba(255,255,255,0.10) 100%);
  margin: 28px 0;
}

.zh-accordion-section { max-width: 900px; }

.zh-group-label {
  margin: 0 0 16px;
  opacity: 0.55;
}

.zh-group-gap { margin-top: 34px; }

.artist-item {
  border-top: 1px solid rgba(0,0,0,0.08);
  padding: 10px 0 12px;
}

.artist-item:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.artist-item summary {
  list-style: none;
  cursor: pointer;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  transition: transform 220ms ease, opacity 220ms ease, color 220ms ease;
}

.artist-item summary::-webkit-details-marker { display: none; }

.artist-item summary:hover {
  opacity: 0.56;
  transform: translateX(5px);
}

.artist-item[open] summary {
  color: var(--accent);
  text-shadow: 0 0 12px rgba(158,255,0,0.14);
}

.artist-item.special summary { font-style: italic; }

.artist-item.small summary {
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: -0.01em;
}

.artist-copy {
  padding: 10px 0 2px 4px;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.62;
  opacity: 0.82;
}

.zh-outro-wrap { margin: 26px 0 40px; }

.zh-outro {
  max-width: 360px;
  font-size: 14px;
  line-height: 1.45;
}

.zh-side-posters {
  pointer-events: none;
}

.poster-side {
  position: fixed;
  top: 50%;
  z-index: 1;
  opacity: 0.32;
}

.poster-left {
  left: 1.1rem;
  transform: translateY(-50%);
}

.poster-right {
  right: 1.1rem;
  transform: translateY(-50%);
}

.poster-text {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.75);
}

.poster-text.small {
  font-size: 1.38rem;
}

@media (max-width: 1180px) {
  .zh-side-posters {
    display: none;
  }
}


/* =========================================================
   12. RESPONSIVE
========================================================= */

@media (max-width: 980px) {
  .zh-page {
    width: min(100%, calc(100% - 24px));
    padding: 48px 20px 84px;
  }

  .zh-hero-grid {
    grid-template-columns: 1fr;
    row-gap: 28px;
    column-gap: 0;
  }

  .zh-hero-main,
  .zh-hero-side {
    max-width: 100%;
  }

  .zh-hero-side { padding-top: 0; }

  .title-left,
  .title-right {
    white-space: normal;
    font-size: clamp(46px, 12vw, 76px);
  }

  .title-right {
    margin-left: 0;
    margin-top: 6px;
  }

  .zh-glass-cta,
  .zh-editorial-intro,
  .zh-micro-text,
  .zh-accordion-section {
    max-width: none;
  }

  .cta-under-title { margin-top: 28px; }

  .cta-block {
    grid-template-columns: 1fr;
    grid-template-areas:
      "line"
      "prices"
      "note";
    column-gap: 0;
    row-gap: 10px;
    padding: 14px 14px 14px 12px;
  }

  .cta-block::before {
    width: 140px;
    height: 140px;
    right: -20px;
    top: -20px;
  }

  .cta-block::after {
    width: 150px;
    right: 8px;
    bottom: 20px;
  }

  .cta-trigger { font-size: 22px; }
  .cta-arrow { font-size: 20px; }

  .cta-prices a { font-size: 15px; }
  .cta-prices a:nth-child(2) { margin-left: 10px; }
  .cta-prices a:nth-child(3) { margin-left: 18px; }

  .cta-note {
    justify-content: flex-start;
    border-left: 0;
    padding: 2px 0 0;
  }

  .festival-index-lean {
    padding: 20px 16px 56px;
  }

  .festival-index-lean .fil-title p { font-size: 1.14rem; }
  .festival-index-lean .fil-subline { font-size: 0.92rem; }

  .festival-index-lean .fil-body {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .festival-index-lean .fil-main,
  .festival-index-lean .fil-side,
  .festival-index-lean .fil-main p,
  .festival-index-lean .fil-main .fil-lead {
    max-width: 100%;
  }

  .festival-index-lean .fil-main p { font-size: 1.02rem; }

  .festival-index-lean .fil-side {
    padding-top: 0;
  }

  .festival-index-lean .fil-side::before,
  .zh-side-posters {
    display: none;
  }

  .festival-index-lean .fil-image img,
  .festival-index-lean .fil-image .content img,
  .festival-index-lean .fil-image .image-gallery img {
    transform: scale(1.015);
  }

  .festival-index-lean .fil-location:hover .fil-image img,
  .festival-index-lean .fil-location:hover .fil-image .content img,
  .festival-index-lean .fil-location:hover .fil-image .image-gallery img {
    transform: scale(1.03) translateY(-1px);
  }
}

@media (max-width: 640px) {
  .zh-program-strip { gap: 8px; }
  .zh-editorial-intro { font-size: 15px; }

  .artist-item summary {
    font-size: clamp(23px, 6vw, 28px);
    line-height: 1.6;
  }

  .artist-copy {
    font-size: 14px;
    line-height: 1.56;
  }

  .zh-glass-panel,
  .zh-glass-cta,
  .zh-glass-thin {
    border-radius: 18px;
  }

  .festival-index-lean .fil-image img,
  .festival-index-lean .fil-image .content img,
  .festival-index-lean .fil-image .image-gallery img {
    transform: scale(1.015);
  }
}@media (pointer: fine) {
  body.festival-cursor-active,
  body.festival-cursor-active a,
  body.festival-cursor-active button,
  body.festival-cursor-active [role="button"] {
    cursor: none !important;
  }

  .zt-cursor,
  .zt-cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition:
      width 180ms ease,
      height 180ms ease,
      opacity 180ms ease,
      border-color 180ms ease,
      background-color 180ms ease,
      transform 120ms ease;
  }

  .zt-cursor {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #111;
  }

  .zt-cursor-ring {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(17, 17, 17, 0.55);
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(1px);
  }

  body.festival-cursor-visible .zt-cursor,
  body.festival-cursor-visible .zt-cursor-ring {
    opacity: 1;
  }

  body.festival-cursor-hover .zt-cursor {
    width: 14px;
    height: 14px;
    background: #000;
  }

  body.festival-cursor-hover .zt-cursor-ring {
    width: 54px;
    height: 54px;
    border-color: rgba(17, 17, 17, 0.9);
    background: rgba(255, 255, 255, 0.32);
  }
}
.fil-location {
  position: relative;
}

.fil-location .fil-image {
  display: block;
  overflow: hidden;
  background: #f3f1ed;
}

.fil-location .image-gallery img {
  transition:
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 300ms ease,
    opacity 300ms ease;
  transform-origin: center center;
}

.fil-location .fil-location-text {
  transition:
    transform 300ms ease,
    opacity 300ms ease;
}

.fil-location .fil-link {
  display: inline-block;
  text-decoration: none;
}

.fil-location .fil-link span,
.fil-location .fil-link strong,
.fil-location .fil-link small {
  transition:
    transform 260ms ease,
    opacity 260ms ease,
    letter-spacing 260ms ease;
}

.fil-location:hover .image-gallery img {
  transform: scale(1.045);
  filter: contrast(1.02) brightness(0.98);
}

.fil-location:hover .fil-location-text {
  transform: translateY(6px);
}

.fil-location:hover .fil-link strong {
  letter-spacing: 0.03em;
}

.fil-location:hover .fil-link span {
  transform: translateY(-2px);
  opacity: 0.75;
}

.fil-location:hover .fil-link small {
  transform: translateY(2px);
  opacity: 0.75;
}


.fil-location:hover::after {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .fil-location::after {
    display: none;
  }
}.festival-index-lean {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 2.2rem 3rem;
  color: #111;
}

.fil-dictionary {
  max-width: 44rem;
  margin: 1.2rem 0 1.8rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.72);
}

.fil-hero {
  padding: 3.8rem 0 2.4rem;
}

.fil-title h1 {
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
  font-weight: 600;
  text-wrap: balance;
}

.fil-title p {
  margin: 1rem 0 0;
  font-size: clamp(1.1rem, 1.8vw, 1.6rem);
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.88);
}

.fil-subline {
  margin-top: 0.85rem;
  max-width: 38rem;
  font-size: 0.98rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.62);
}

.fil-body {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.9fr);
  gap: 3.25rem;
  align-items: start;
  padding: 1.2rem 0 2.2rem;
}

.fil-main {
  max-width: 48rem;
}

.fil-main p {
  margin: 0 0 1.15rem;
  font-size: 1.08rem;
  line-height: 1.72;
  color: rgba(0, 0, 0, 0.9);
}

.fil-lead {
  font-size: 1.28rem !important;
  line-height: 1.55 !important;
  max-width: 43rem;
}

.fil-break {
  margin: 1.8rem 0 !important;
}

.fil-side {
  padding-left: 2rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.fil-side-label {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-size: 0.82rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.5);
}

.fil-names,
.fil-coops {
  font-size: 1rem;
  line-height: 1.72;
}

.fil-names a,
.fil-coops a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
}

.fil-inline-note {
  color: rgba(0, 0, 0, 0.6);
}

.fil-rule {
  margin: 1rem 0 1.3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.fil-locations-intro {
  margin: 0 0 1.4rem;
  text-align: center;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.56);
}

.fil-location-text {
  padding-top: 0.8rem;
}

.fil-link span {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.56);
}

.fil-link strong {
  display: block;
  font-size: 1.7rem;
  line-height: 1.05;
  font-weight: 600;
  color: #111;
}

.fil-link small {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.88rem;
  color: rgba(0, 0, 0, 0.62);
}

.fil-support {
  padding: 0.8rem 0 0.2rem;
  text-align: center;
}

.fil-support small {
  font-size: 0.84rem;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.62);
}

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0;
}

@media (max-width: 980px) {
  .festival-index-lean {
    padding: 0 1.2rem 2.4rem;
  }

  .fil-hero {
    padding: 2.6rem 0 1.8rem;
  }

  .fil-body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .fil-side {
    padding-left: 0;
    padding-top: 1.2rem;
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .fil-title h1 {
    font-size: clamp(2.6rem, 12vw, 4.8rem);
  }

  .fil-link strong {
    font-size: 1.45rem;
  }
}

@media (max-width: 640px) {
  .fil-main p {
    font-size: 1rem;
    line-height: 1.66;
  }

  .fil-lead {
    font-size: 1.14rem !important;
  }

  .fil-dictionary,
  .fil-subline,
  .fil-locations-intro {
    max-width: none;
  }
}
.fil-title h1 {
  animation: filTitleFloat 10s ease-in-out infinite;
}

.fil-title p,
.fil-subline {
  animation: none;
}

@keyframes filTitleFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
  100% { transform: translateY(0); }
}

.fil-locations-wrap {
  padding: 0.8rem 0 2.2rem;
}

.fil-location {
  position: relative;
}

.fil-location .fil-image {
  display: block;
  overflow: hidden;
  background: #f4f1eb;
}

.fil-location .image-gallery {
  position: relative;
}

.fil-location .image-gallery img {
  display: block;
  width: 100%;
  height: auto;
  transition:
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 320ms ease,
    opacity 320ms ease;
}

.fil-location:hover .image-gallery img {
  transform: scale(1.025);
  filter: saturate(0.96) contrast(1.03);
}

.fil-location-text {
  padding-top: 0.95rem;
}

.fil-location:first-child .fil-location-text {
  padding-left: 0.2rem;
}

.fil-location:last-child .fil-location-text {
  padding-right: 0.2rem;
}

.fil-link {
  text-decoration: none;
}

.fil-link strong {
  margin-top: 0.1rem;
}

.fil-link small {
  margin-top: 0.45rem;
}

@media (min-width: 981px) {
  .fil-location:first-child {
    transform: translateY(-0.6rem);
  }

  .fil-location:last-child {
    transform: translateY(0.9rem);
  }
}

@media (max-width: 980px) {
  .fil-locations-wrap {
    padding: 0.4rem 0 1.6rem;
  }

  .fil-location:first-child,
  .fil-location:last-child {
    transform: none;
  }

  .fil-location + .fil-location {
    margin-top: 1.5rem;
  }
}
.fil-hero {
  padding: 4.6rem 0 2.6rem;
}

.fil-title {
  max-width: 62rem;
}

.fil-title h1 {
  max-width: 10ch;
  font-size: clamp(3.6rem, 7.8vw, 7.8rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  font-weight: 650;
  text-transform: lowercase;
}

.fil-title p {
  max-width: 30rem;
  margin-top: 1.2rem;
  font-size: clamp(1.1rem, 1.9vw, 1.55rem);
  line-height: 1.3;
}

.fil-subline {
  margin-top: 1rem;
  max-width: 27rem;
  font-size: 0.9rem;
  line-height: 1.45;
  letter-spacing: 0.045em;
  text-transform: lowercase;
}

.fil-dictionary {
  max-width: 30rem;
  margin: 1rem 0 2rem;
  font-size: 0.88rem;
  line-height: 1.5;
}

.fil-main {
  max-width: 42rem;
}

.fil-main p {
  font-size: 1.06rem;
  line-height: 1.78;
}

.fil-lead {
  max-width: 34rem;
  font-size: 1.34rem !important;
  line-height: 1.5 !important;
}

.fil-side {
  padding-left: 2.1rem;
}

.fil-side-label {
  margin-bottom: 1rem;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

.fil-names,
.fil-coops {
  font-size: 1.04rem;
  line-height: 1.78;
}

.fil-locations-intro {
  margin: 0 0 1.8rem;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
}

.fil-location-text {
  padding-top: 1rem;
}

.fil-link span {
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.fil-link strong {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 0.95;
  font-weight: 650;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}

.fil-link small {
  margin-top: 0.5rem;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}

.fil-support {
  padding-top: 1rem;
}

.fil-support small {
  font-size: 0.78rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

@media (max-width: 980px) {
  .fil-hero {
    padding: 3rem 0 2rem;
  }

  .fil-title h1 {
    max-width: none;
    font-size: clamp(2.8rem, 13vw, 5rem);
  }

  .fil-title p,
  .fil-subline,
  .fil-dictionary,
  .fil-main,
  .fil-lead {
    max-width: none;
  }

  .fil-link strong {
    font-size: 1.8rem;
  }
}
.zh-page {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 2.2rem 3.5rem;
  color: #111;
}

.zh-topbar {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0.8rem 2.2rem 0;
}

.zh-topbar small,
.zh-topbar small a {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.68);
  text-decoration: none;
}

.zh-topbar small a:hover {
  color: #000;
}

.zh-topbar-status-wrap {
  display: flex;
  justify-content: center;
}

.zh-topbar-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(4px);
}

.zh-status-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #111;
  opacity: 0.85;
}

.zh-status-text {
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.72);
}

.zh-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(290px, 0.72fr);
  gap: 3.2rem;
  align-items: start;
  padding: 3.6rem 0 2.2rem;
}

.zh-hero-main {
  min-width: 0;
}

.title-break {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
}

.title-left,
.title-right {
  font-size: clamp(3.4rem, 8vw, 8rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  font-weight: 650;
  text-transform: lowercase;
}

.title-left {
  max-width: 7.5ch;
}

.title-right {
  color: rgba(0, 0, 0, 0.46);
}

.cta-under-title {
  margin-top: 1.5rem;
  max-width: 31rem;
  padding: 1rem 1.1rem 0.95rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(246, 243, 238, 0.9);
  backdrop-filter: none;
  box-shadow: none;
}

.cta-line {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.dot-accent {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #111;
  opacity: 0.9;
}

.cta-trigger,
.cta-arrow {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}

.cta-prices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  margin-top: 0.85rem;
}

.cta-prices a {
  font-size: 1rem;
  line-height: 1.45;
  color: #111;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.cta-note {
  margin-top: 0.9rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.56);
}

.zh-hero-side {
  padding: 1.2rem 1.2rem 1.3rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: none;
  box-shadow: none;
}

.zh-kicker {
  margin: 0 0 1.2rem;
  font-size: 0.78rem;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.48);
}

.zh-meta-block p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.65;
}

.zh-label,
.zh-micro-label {
  display: inline-block;
  margin: 0.6rem 0 0.45rem;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.48);
}

.zh-micro-text {
  font-size: 0.96rem !important;
  line-height: 1.62 !important;
  color: rgba(0, 0, 0, 0.82);
}

.zh-program-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0.1rem 0 1.8rem;
}

.strip-item {
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.66);
}

.zh-editorial-intro-wrap,
.zh-outro-wrap {
  display: flex;
  justify-content: center;
}

.zh-editorial-intro,
.zh-outro {
  max-width: 36rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(248, 245, 241, 0.7);
  font-size: 1.05rem;
  line-height: 1.6;
  text-align: center;
  color: rgba(0, 0, 0, 0.82);
}

.section-rule {
  margin: 2rem 0 1.6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.zh-accordion-section {
  max-width: 60rem;
  margin: 0 auto;
}

.zh-group-label {
  margin: 0 0 0.9rem;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.46);
}

.zh-group-gap {
  margin-top: 2rem;
}

.artist-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}

.artist-item:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.artist-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 1rem 2.2rem 1rem 0;
  font-size: 1.3rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}

.artist-item summary::-webkit-details-marker {
  display: none;
}

.artist-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 1rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.45);
}

.artist-item[open] summary::after {
  content: "−";
}

.artist-copy {
  max-width: 44rem;
  padding: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(0, 0, 0, 0.78);
}

.artist-item.small summary {
  font-size: 1.12rem;
}

.artist-item.special summary {
  font-size: 1.18rem;
}

.zh-side-posters {
  pointer-events: none;
}

.poster-side {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.08;
}

.poster-left {
  left: 1.2rem;
}

.poster-right {
  right: 1.2rem;
}

.poster-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  font-size: 1.6rem;
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.poster-text.small {
  font-size: 1.45rem;
}

@media (max-width: 1180px) {
  .zh-side-posters {
    display: none;
  }
}

@media (max-width: 980px) {
  .zh-page,
  .zh-topbar {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .zh-hero-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding: 2.6rem 0 1.7rem;
  }

  .title-left,
  .title-right {
    font-size: clamp(2.8rem, 13vw, 5.3rem);
  }

  .artist-item summary {
    font-size: 1.1rem;
  }
}

@media (max-width: 640px) {
  .zh-topbar-status-wrap {
    justify-content: flex-start;
    margin-top: 0.5rem;
  }

  .zh-topbar-status {
    width: 100%;
  }

  .cta-prices {
    flex-direction: column;
    gap: 0.4rem;
  }

  .zh-editorial-intro,
  .zh-outro {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .artist-copy {
    font-size: 0.96rem;
    line-height: 1.64;
  }
}
.zh-page {
  position: relative;
}

.zh-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(42vw, 32rem);
  height: 18rem;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.035),
    rgba(0, 0, 0, 0)
  );
  pointer-events: none;
}

.zh-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.zh-topbar-status {
  background: rgba(248, 245, 240, 0.95);
}

.zh-hero-grid {
  position: relative;
  padding-top: 4.4rem;
}

.title-break {
  margin-bottom: 0.4rem;
}

.title-left,
.title-right {
  font-family: Georgia, "Times New Roman", serif;
}

.title-left {
  position: relative;
}

.title-left::after {
  content: "";
  display: block;
  width: 5.4rem;
  height: 1px;
  margin-top: 1rem;
  background: rgba(0, 0, 0, 0.18);
}

.title-right {
  transform: translateY(-0.08em);
}

.cta-under-title {
  position: relative;
  margin-top: 1.8rem;
  padding: 1.15rem 1.15rem 1rem;
}

.cta-under-title::before {
  content: "tickets";
  position: absolute;
  top: -0.7rem;
  left: 1rem;
  padding: 0 0.35rem;
  background: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.42);
}

.cta-line {
  display: none;
}

.cta-prices a {
  position: relative;
  display: inline-block;
  padding-bottom: 0.08rem;
  text-decoration: none;
}

.cta-prices a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.06rem;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.28;
  transition: opacity 180ms ease, transform 180ms ease;
  transform-origin: left center;
}

.cta-prices a:hover::after {
  opacity: 0.8;
  transform: scaleX(1.04);
}

.cta-note {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 0.7rem;
}

.zh-hero-side {
  position: relative;
}

.zh-hero-side::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -0.8rem;
  width: 1px;
  height: calc(100% - 2rem);
  background: rgba(0, 0, 0, 0.08);
}

.zh-meta-block p:first-child {
  font-size: 1.08rem;
  line-height: 1.5;
}

.zh-program-strip {
  gap: 0.55rem;
  padding-bottom: 2rem;
}

.strip-item {
  border-radius: 999px;
  padding: 0.42rem 0.78rem;
}

.zh-editorial-intro,
.zh-outro {
  max-width: 32rem;
  font-style: italic;
}

.zh-accordion-section {
  max-width: 64rem;
}

.zh-group-label {
  position: sticky;
  top: 4.5rem;
  z-index: 5;
  display: inline-block;
  padding: 0.2rem 0.45rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
}

.artist-item {
  transition: background-color 220ms ease;
}

.artist-item:hover {
  background: rgba(0, 0, 0, 0.018);
}

.artist-item summary {
  padding-top: 1.05rem;
  padding-bottom: 1.05rem;
  transition: padding-left 180ms ease, color 180ms ease;
}

.artist-item summary:hover {
  padding-left: 0.25rem;
  color: #000;
}

.artist-item summary::after {
  width: 1.2rem;
  text-align: center;
  font-size: 1.05rem;
  transition: transform 180ms ease, color 180ms ease;
}

.artist-item[open] summary::after {
  transform: rotate(180deg);
  color: #000;
}

.artist-copy {
  position: relative;
  padding-left: 1.4rem;
  max-width: 46rem;
}

.artist-copy::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.75rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.18);
}

.artist-item.special summary {
  letter-spacing: -0.01em;
}

.artist-item.small summary {
  font-size: 1.02rem;
}

.zh-outro {
  margin-top: 0.5rem;
}

.poster-text {
  font-family: Georgia, "Times New Roman", serif;
  opacity: 0.9;
}

.poster-left .poster-text {
  transform: rotate(-90deg);
  transform-origin: left top;
}

.poster-right .poster-text {
  transform: rotate(90deg);
  transform-origin: right top;
}

@media (max-width: 980px) {
  .zh-page::before,
  .zh-hero-side::before {
    display: none;
  }

  .zh-topbar {
    position: relative;
    top: auto;
  }

  .zh-group-label {
    position: static;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
  }
}
.title-left,
.title-right {
  text-shadow: 0.04em 0.04em 0 #b7ffb9;
}

.zh-page {
  background:
    linear-gradient(to bottom, rgba(247, 244, 238, 0.75), rgba(255, 255, 255, 0) 18rem),
    #fff;
}

.zh-hero-grid {
  align-items: end;
}

.cta-under-title {
  max-width: 34rem;
  border-radius: 1.8rem;
}

.zh-hero-side {
  border-radius: 1.6rem;
}

.zh-editorial-intro,
.zh-outro {
  border-radius: 999px;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.zh-accordion-section {
  max-width: 68rem;
}

.artist-item summary {
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  line-height: 1;
}

.artist-item:hover summary {
  letter-spacing: -0.03em;
}

.artist-copy {
  max-width: 50rem;
  font-size: 1.02rem;
}

.zh-group-label {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.section-rule {
  margin: 2.2rem 0 1.8rem;
}

.strip-item {
  background: rgba(0, 0, 0, 0.03);
}

.zh-topbar-status {
  border-radius: 999px;
}

@media (max-width: 980px) {
  .title-left,
  .title-right {
    text-shadow: 0.025em 0.025em 0 #b7ffb9;
  }

  .cta-under-title,
  .zh-hero-side {
    border-radius: 1.2rem;
  }

  .zh-editorial-intro,
  .zh-outro {
    border-radius: 1.2rem;
  }
}.zh-accordion-section {
  max-width: 66rem;
  margin: 0 auto;
}

.zh-group-label {
  margin-bottom: 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.42);
}

.artist-item {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  background: transparent;
  transition: background-color 180ms ease;
}

.artist-item:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.artist-item summary {
  list-style: none;
  position: relative;
  cursor: pointer;
  padding: 1.15rem 2.4rem 1.1rem 0;
  font-size: clamp(1.18rem, 1.8vw, 1.62rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-transform: lowercase;
  color: #111;
  transition:
    padding-left 180ms ease,
    color 180ms ease,
    letter-spacing 180ms ease;
}

.artist-item summary::-webkit-details-marker {
  display: none;
}

.artist-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 1.05rem;
  width: 1.2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.42);
  transition:
    transform 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.artist-item:hover {
  background: rgba(0, 0, 0, 0.018);
}

.artist-item:hover summary {
  padding-left: 0.35rem;
  letter-spacing: -0.03em;
  color: #000;
}

.artist-item:hover summary::after {
  color: #000;
}

.artist-item[open] {
  background: rgba(0, 0, 0, 0.02);
}

.artist-item[open] summary {
  padding-bottom: 0.7rem;
}

.artist-item[open] summary::after {
  content: "−";
  color: #000;
}

.artist-copy {
  position: relative;
  max-width: 46rem;
  padding: 0 0 1.2rem 1.5rem;
  font-size: 1.02rem;
  line-height: 1.74;
  color: rgba(0, 0, 0, 0.78);
}

.artist-copy::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.85rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.18);
}

.artist-item.special summary {
  font-size: clamp(1.06rem, 1.45vw, 1.26rem);
  letter-spacing: -0.01em;
}

.artist-item.small summary {
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  letter-spacing: -0.01em;
}

.artist-item.special .artist-copy,
.artist-item.small .artist-copy {
  max-width: 40rem;
  font-size: 0.97rem;
  line-height: 1.68;
}

@media (max-width: 980px) {
  .artist-item summary {
    padding: 1rem 2rem 0.95rem 0;
    font-size: 1.08rem;
    line-height: 1.05;
  }

  .artist-item summary::after {
    top: 0.98rem;
  }

  .artist-copy {
    padding-left: 1.1rem;
    font-size: 0.96rem;
    line-height: 1.66;
  }

  .artist-copy::before {
    width: 0.65rem;
  }
}
.zh-page {
  position: relative;
  background:
    linear-gradient(to bottom, rgba(248, 245, 239, 0.72), rgba(255, 255, 255, 0) 16rem),
    #fff;
}

.zh-page::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.82;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.014) 1px, transparent 1px);
  background-size: 100% 32px, 32px 100%;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.12));
}

.zh-page > *,
.zh-topbar,
.zh-side-posters {
  position: relative;
  z-index: 1;
}

.section-rule {
  position: relative;
  border-top: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.12),
    rgba(0, 0, 0, 0.04) 70%,
    rgba(0, 0, 0, 0)
  );
}

.zh-editorial-intro,
.zh-outro,
.cta-under-title,
.zh-hero-side {
  backdrop-filter: none;
}

.zh-program-strip {
  position: relative;
}

.zh-program-strip::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.55rem;
  width: 4.5rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.16);
}

.artist-item summary,
.zh-meta-block p,
.artist-copy,
.cta-note,
.fil-support small {
  text-rendering: optimizeLegibility;
}

@media (max-width: 980px) {
  .zh-page::after {
    opacity: 0.24;
    background-size: 100% 28px, 28px 100%;
  }

  .zh-program-strip::before {
    display: none;
  }
}
.cta-under-title {
  position: relative;
  max-width: 34rem;
  margin-top: 1.9rem;
  padding: 1.2rem 1.2rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(248, 245, 239, 0.88), rgba(242, 239, 233, 0.82));
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.03),
    0 2px 8px rgba(0, 0, 0, 0.018);
  overflow: hidden;
}




.cta-under-title::after {
  content: "";
  position: absolute;
  top: -2rem;
  right: -1.2rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 255, 185, 0.14), rgba(183, 255, 185, 0) 72%);
  pointer-events: none;
}


.cta-prices {
  display: grid;
  gap: 0.2rem;
  margin-top: 0.3rem;
}

.cta-prices a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 0.1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  text-decoration: none;
  color: #111;
  transition:
    transform 180ms ease,
    padding-left 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.cta-prices a:first-child {
  border-top: 0;
}

.cta-prices a:hover {
  padding-left: 0.45rem;
  transform: translateX(2px);
  border-color: rgba(0, 0, 0, 0.16);
  background: rgba(0, 0, 0, 0.018);
}

.ticket-label {
  font-size: 1.08rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.ticket-price {
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: -0.035em;
  font-weight: 600;
}

.cta-note {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 640px) {
  .cta-prices a {
    grid-template-columns: 1fr auto;
    padding: 0.8rem 0.05rem;
  }

  .ticket-label {
    font-size: 1rem;
  }

  .ticket-price {
    font-size: 1.3rem;
  }
}
.artist-item {
  position: relative;
  overflow: clip;
}

.artist-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 1px;
  background: #111;
  opacity: 0.16;
  transition: width 260ms ease;
}

.artist-item:hover::before,
.artist-item[open]::before {
  width: 100%;
}

.artist-item summary {
  transition:
    padding-left 180ms ease,
    letter-spacing 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.artist-item:hover summary {
  transform: translateX(4px);
}

.artist-item summary::after {
  transition:
    transform 220ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.artist-item:hover summary::after {
  transform: rotate(90deg);
}

.artist-item[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.artist-copy {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-6px);
  transition:
    max-height 320ms ease,
    opacity 220ms ease,
    transform 220ms ease,
    padding-bottom 220ms ease;
  padding-bottom: 0;
}

.artist-item[open] .artist-copy {
  max-height: 16rem;
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 1.2rem;
}

.artist-item.special[open] .artist-copy,
.artist-item.small[open] .artist-copy {
  max-height: 12rem;
}
.zh-hero-grid {
  align-items: stretch;
}

.zh-hero-side {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 1.35rem 1.3rem 1.35rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 241, 235, 0.9)),
    #fff;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.035),
    0 2px 8px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.zh-hero-side::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: -1.2rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 255, 185, 0.18), rgba(183, 255, 185, 0) 72%);
  pointer-events: none;
}

.zh-hero-side::after {
  content: "";
  position: absolute;
  left: 1.3rem;
  right: 1.3rem;
  bottom: 4.2rem;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.zh-kicker {
  position: relative;
  margin: 0 0 1.3rem;
  font-size: 0.72rem;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.44);
}

.zh-kicker::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 1px;
  margin-top: 0.7rem;
  background: rgba(0, 0, 0, 0.14);
}

.zh-meta-block {
  position: relative;
  z-index: 1;
}

.zh-meta-block p {
  margin: 0 0 1rem;
}

.zh-meta-block p:first-child {
  font-size: 1.08rem;
  line-height: 1.45;
  font-weight: 600;
}

.zh-meta-block p:nth-child(2) {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.82);
}

.zh-label,
.zh-micro-label {
  display: inline-block;
  margin: 1rem 0 0.45rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.42);
}

.zh-micro-text {
  max-width: 20rem;
  font-size: 1rem !important;
  line-height: 1.68 !important;
  color: rgba(0, 0, 0, 0.8);
}

.zh-hero-side .zh-meta-block::after {
  content: "zürich";
  display: block;
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 600;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.14);
}

@media (max-width: 980px) {
  .zh-hero-side {
    border-radius: 1.2rem;
    padding: 1.15rem 1.05rem 1.15rem;
  }

  .zh-hero-side::after {
    left: 1.05rem;
    right: 1.05rem;
    bottom: 3.8rem;
  }

  .zh-hero-side .zh-meta-block::after {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.zh-hero-main,
.zh-hero-side,
.cta-under-title,
.zh-program-strip,
.zh-editorial-intro,
.zh-outro {
  will-change: transform;
}

.title-break {
  transition: transform 280ms ease;
}

.zh-hero-main:hover .title-break {
  transform: translateY(-4px);
}

.cta-under-title {
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 220ms ease;
}

.cta-under-title:hover {
  transform: translateY(-4px);
  box-shadow:
    0 24px 44px rgba(0, 0, 0, 0.07),
    0 4px 14px rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.16);
}

.zh-hero-side {
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 220ms ease;
}

.zh-hero-side:hover {
  transform: translateY(-3px);
  box-shadow:
    0 22px 42px rgba(0, 0, 0, 0.05),
    0 4px 12px rgba(0, 0, 0, 0.025);
  border-color: rgba(0, 0, 0, 0.15);
}

.zh-program-strip {
  transition: transform 240ms ease;
}

.zh-program-strip:hover {
  transform: translateY(-2px);
}

.zh-editorial-intro,
.zh-outro {
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 220ms ease;
}

.zh-editorial-intro:hover,
.zh-outro:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.14);
}

.zh-status-dot {
  animation: zhPulse 2.4s ease-in-out infinite;
}

@keyframes zhPulse {
  0% { transform: scale(1); opacity: 0.82; }
  50% { transform: scale(1.35); opacity: 1; }
  100% { transform: scale(1); opacity: 0.82; }
}

@media (prefers-reduced-motion: reduce) {
  .title-break,
  .cta-under-title,
  .zh-hero-side,
  .zh-program-strip,
  .zh-editorial-intro,
  .zh-outro,
  .artist-item summary,
  .artist-copy,
  .zh-status-dot {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}
.zh-hero-side {
  min-height: auto;
  height: fit-content;
  align-self: start;
  padding: 1.1rem 1.2rem 1.1rem;
}
@media (max-width: 768px) {
  .zh-page {
    padding: 0 1rem 2.5rem;
  }

  .zh-topbar {
    padding: 0.7rem 1rem 0;
  }

  .zh-hero-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding: 1.8rem 0 1.4rem;
  }

  .title-break {
    gap: 0.25rem;
  }

  .title-left,
  .title-right {
    font-size: clamp(3.2rem, 18vw, 5.4rem);
    line-height: 0.92;
  }

  .title-left {
    max-width: none;
  }

  .cta-under-title,
  .zh-hero-side {
    max-width: none;
    width: 100%;
    border-radius: 1.1rem;
    padding: 1rem 1rem 0.95rem;
  }

  .cta-prices a {
    padding: 0.85rem 0.05rem;
  }

  .ticket-label {
    font-size: 1.02rem;
  }

  .ticket-price {
    font-size: 1.35rem;
  }

  .cta-note {
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .zh-kicker {
    font-size: 0.78rem;
  }

  .zh-meta-block p:first-child {
    font-size: 1.1rem;
  }

  .zh-meta-block p:nth-child(2),
  .zh-micro-text {
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  .zh-program-strip {
    gap: 0.55rem;
    padding: 0.2rem 0 1.5rem;
  }

  .strip-item {
    font-size: 0.78rem;
    padding: 0.5rem 0.8rem;
  }

  .zh-editorial-intro,
  .zh-outro {
    max-width: none;
    border-radius: 1rem;
    padding: 0.95rem 1rem;
    font-size: 1rem;
    line-height: 1.55;
  }

  .zh-group-label {
    margin-bottom: 0.8rem;
    font-size: 0.74rem;
  }

  .artist-item summary {
    padding: 1rem 1.7rem 0.95rem 0;
    font-size: 1.12rem;
    line-height: 1.08;
  }

  .artist-item summary::after {
    top: 1rem;
    font-size: 1rem;
  }

  .artist-copy {
    padding: 0 0 1rem 1rem;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .zh-hero-side .zh-meta-block::after {
    font-size: 1.4rem;
  }

  .poster-side {
    display: none;
  }
}
@media (max-width: 480px) {
  .title-left,
  .title-right {
    font-size: clamp(3.4rem, 19vw, 5.2rem);
  }

  .ticket-label {
    font-size: 1.06rem;
  }

  .ticket-price {
    font-size: 1.45rem;
  }

  .artist-item summary {
    font-size: 1.16rem;
  }

  .artist-copy {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .cta-under-title,
  .zh-hero-side {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0.95rem 0.95rem 0.9rem;
    border-radius: 1rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.035);
  }

  .cta-under-title {
    margin-top: 1.3rem;
  }

  .cta-under-title::before {
    top: -0.55rem;
    left: 0.8rem;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .cta-prices {
    gap: 0;
  }

  .cta-prices a {
    grid-template-columns: 1fr auto;
    gap: 0.7rem;
    padding: 0.78rem 0;
  }

  .ticket-label {
    font-size: 1rem;
    line-height: 1.25;
  }

  .ticket-price {
    font-size: 1.22rem;
    line-height: 1;
  }

  .cta-note {
    margin-top: 0.65rem;
    padding-top: 0.7rem;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
  }

  .zh-hero-side {
    min-height: 0 !important;
    height: auto !important;
    justify-content: flex-start;
    align-self: start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .zh-hero-side::after {
    left: 0.95rem;
    right: 0.95rem;
    bottom: 3.7rem;
  }

  .zh-kicker {
    margin-bottom: 1rem;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
  }

  .zh-kicker::after {
    width: 2.6rem;
    margin-top: 0.55rem;
  }

  .zh-meta-block p:first-child {
    font-size: 1rem;
    line-height: 1.4;
  }

  .zh-meta-block p:nth-child(2) {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .zh-label,
  .zh-micro-label {
    margin-top: 0.8rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .zh-micro-text {
    max-width: none;
    font-size: 0.95rem !important;
    line-height: 1.58 !important;
  }

  .zh-hero-side .zh-meta-block::after {
    margin-top: 1.1rem;
    font-size: 1.2rem;
    line-height: 1;
  }
}@media (max-width: 768px) {
  .zh-hero-main {
    order: 1;
  }

  .zh-hero-side {
    order: 2;
  }
}
@media (max-width: 768px) {
  .zh-page {
    padding: 0 1rem 2.5rem;
  }

  .zh-topbar {
    padding: 0.7rem 1rem 0;
  }

  .zh-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
    align-items: start;
    padding: 1.6rem 0 1.4rem;
  }

  .zh-hero-main {
    order: 1;
    padding-top: 0;
  }

  .zh-hero-side {
    order: 2;
    min-height: 0 !important;
    height: auto !important;
    align-self: start;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    padding: 1rem;
    border-radius: 1rem;
  }

  .zh-hero-main::before,
  .zh-hero-main::after,
  .zh-hero-side::before,
  .zh-hero-side::after,
  .zh-kicker::after {
    display: none !important;
  }

  .title-break {
    display: block;
    margin-bottom: 0;
    gap: 0;
    transform: none !important;
  }

  .title-left,
  .title-right {
    display: block;
    max-width: none;
    font-size: clamp(3.2rem, 18vw, 5.2rem);
    line-height: 0.92;
    letter-spacing: -0.05em;
    text-shadow: 0.015em 0.015em 0 #b7ffb9;
  }

  .title-right {
    margin-top: 0.15rem;
    color: rgba(0, 0, 0, 0.5);
  }

  .cta-under-title {
    width: 100%;
    max-width: none;
    margin-top: 1.2rem;
    padding: 0.95rem 1rem 0.9rem;
    border-radius: 1rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.035);
    transform: none !important;
  }

  .cta-under-title::before {
    top: -0.55rem;
    left: 0.8rem;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .cta-under-title::after {
    display: none;
  }

  .cta-prices {
    display: grid;
    gap: 0;
    margin-top: 0.15rem;
  }

  .cta-prices a {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.7rem;
    align-items: center;
    padding: 0.78rem 0;
    transform: none !important;
  }

  .ticket-label {
    font-size: 1rem;
    line-height: 1.25;
  }

  .ticket-price {
    font-size: 1.22rem;
    line-height: 1;
  }

  .cta-note {
    margin-top: 0.65rem;
    padding-top: 0.7rem;
    font-size: 0.78rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }

  .zh-kicker {
    margin: 0 0 0.9rem;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
  }

  .zh-meta-block p:first-child {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0.8rem;
  }

  .zh-meta-block p:nth-child(2) {
    font-size: 0.98rem;
    line-height: 1.6;
    margin-bottom: 0.9rem;
  }

  .zh-label,
  .zh-micro-label {
    display: inline-block;
    margin: 0.75rem 0 0.35rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .zh-micro-text {
    max-width: none;
    font-size: 0.95rem !important;
    line-height: 1.58 !important;
  }

  .zh-hero-side .zh-meta-block::after {
    display: block;
    margin-top: 1rem;
    font-size: 1.15rem;
    line-height: 1;
  }

  .zh-program-strip {
    gap: 0.5rem;
    padding: 0.2rem 0 1.3rem;
    transform: none !important;
  }

  .strip-item {
    padding: 0.48rem 0.78rem;
    font-size: 0.76rem;
  }

  .poster-side {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .title-left,
  .title-right {
    font-size: clamp(3.4rem, 19vw, 5rem);
  }

  .ticket-label {
    font-size: 1.04rem;
  }

  .ticket-price {
    font-size: 1.3rem;
  }

  .zh-meta-block p:nth-child(2),
  .zh-micro-text,
  .artist-copy {
    font-size: 1rem !important;
  }
}

@media (max-width: 768px) {
  .zh-accordion-section {
    max-width: none;
    margin: 0;
  }

  .zh-group-label {
    margin: 0 0 0.85rem;
    font-size: 0.72rem;
    line-height: 1.35;
    letter-spacing: 0.14em;
    color: rgba(0, 0, 0, 0.46);
  }

  .zh-group-gap {
    margin-top: 1.6rem;
  }

  .artist-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: transparent;
  }

  .artist-item:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .artist-item::before {
    display: none;
  }

  .artist-item summary {
    padding: 1rem 1.8rem 1rem 0;
    font-size: 1.16rem;
    line-height: 1.08;
    letter-spacing: -0.02em;
    transform: none !important;
  }

  .artist-item:hover summary {
    padding-left: 0;
    letter-spacing: -0.02em;
  }

  .artist-item summary::after {
    top: 1rem;
    right: 0.1rem;
    width: 1rem;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
    transform: none !important;
  }

  .artist-item[open] summary {
    padding-bottom: 0.65rem;
  }

  .artist-copy {
    max-width: none;
    padding: 0 0 1rem 0.9rem;
    font-size: 0.98rem;
    line-height: 1.62;
    transform: none !important;
  }

  .artist-copy::before {
    top: 0.5rem;
    width: 0.6rem;
    background: rgba(0, 0, 0, 0.16);
  }

  .artist-item.special summary,
  .artist-item.small summary {
    font-size: 1.05rem;
    line-height: 1.1;
  }

  .artist-item.special .artist-copy,
  .artist-item.small .artist-copy {
    font-size: 0.95rem;
    line-height: 1.58;
  }
}@media (max-width: 480px) {
  .artist-item summary {
    font-size: 1.2rem;
  }

  .artist-copy {
    font-size: 1rem;
    line-height: 1.64;
  }

  .artist-item.special summary,
  .artist-item.small summary {
    font-size: 1.08rem;
  }
}

.cta-under-title {
  background: linear-gradient(180deg, rgba(248, 245, 239, 0.88), rgba(242, 239, 233, 0.82)) !important;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.03),
    0 2px 8px rgba(0, 0, 0, 0.018) !important;
}

.cta-under-title::after {
  background: radial-gradient(circle, rgba(183, 255, 185, 0.14), rgba(183, 255, 185, 0) 72%) !important;
}

.cta-prices a {
  border-top: 1px solid rgba(0, 0, 0, 0.07) !important;
}

.cta-note {
  border-top: 1px solid rgba(0, 0, 0, 0.07) !important;
  color: rgba(0, 0, 0, 0.46) !important;
}
.cta-under-title,
.zh-hero-side {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 1.5rem !important;
  background: linear-gradient(
    180deg,
    rgba(248, 245, 239, 0.9),
    rgba(242, 239, 233, 0.84)
  ) !important;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.025),
    0 2px 6px rgba(0, 0, 0, 0.015) !important;
}

.cta-under-title::after,
.zh-hero-side::before {
  background: radial-gradient(
    circle,
    rgba(183, 255, 185, 0.14),
    rgba(183, 255, 185, 0) 72%
  ) !important;
}

.cta-prices a,
.cta-note,
.zh-hero-side::after {
  border-color: rgba(0, 0, 0, 0.07) !important;
}

.zh-kicker,
.cta-note,
.zh-label,
.zh-micro-label {
  color: rgba(0, 0, 0, 0.24) !important;
}
@media (max-width: 768px) {
  .cta-under-title,
  .zh-hero-side {
    border-radius: 1rem !important;
    box-shadow:
      0 10px 24px rgba(0, 0, 0, 0.025),
      0 2px 6px rgba(0, 0, 0, 0.015) !important;
  }
}
.cta-under-title {
  background: rgbargba(239, 235, 228, 0.94) !important;
  background-image: none !important;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.025),
    0 2px 6px rgba(0, 0, 0, 0.015) !important;
}

.cta-under-title::before {
  background: rgba(244, 240, 233, 0.64) !important;
}

.cta-under-title::after {
  background: radial-gradient(
    circle,
    rgba(183, 255, 185, 0.10),
    rgba(183, 255, 185, 0) 72%
  ) !important;
}

.cta-prices,
.cta-prices a,
.ticket-label,
.ticket-price,
.cta-note {
  background: transparent !important;
}
.cta-under-title {
  background: rgba(239, 235, 228, 0.94) !important;
  background-image: none !important;
}
.cta-under-title {
  position: relative !important;
  max-width: 34rem !important;
  margin-top: 1.9rem !important;
  padding: 1.2rem 1.2rem 1rem !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 1.5rem !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.94) 0%,
    rgba(247, 244, 238, 0.92) 100%
  ) !important;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.94) 0%,
    rgba(247, 244, 238, 0.92) 100%
  ) !important;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.025),
    0 2px 6px rgba(0, 0, 0, 0.015) !important;
  overflow: hidden !important;
}

.cta-under-title::before {
  background: rgba(255, 255, 255, 0.92) !important;
  color: rgba(0, 0, 0, 0.38) !important;
}

.cta-under-title::after {
  content: "" !important;
  position: absolute !important;
  top: -2rem !important;
  right: -1.2rem !important;
  width: 7rem !important;
  height: 7rem !important;
  border-radius: 50% !important;
  background: radial-gradient(
    circle,
    rgba(183, 255, 185, 0.12),
    rgba(183, 255, 185, 0) 72%
  ) !important;
  pointer-events: none !important;
}

.cta-prices {
  background: transparent !important;
}

.cta-prices a {
  background: transparent !important;
  border-top: 1px solid rgba(0, 0, 0, 0.07) !important;
}

.cta-note {
  background: transparent !important;
  border-top: 1px solid rgba(0, 0, 0, 0.07) !important;
  color: rgba(0, 0, 0, 0.46) !important;
}

@media (max-width: 768px) {
  .cta-under-title {
    border-radius: 1rem !important;
    padding: 0.95rem 1rem 0.9rem !important;
    box-shadow:
      0 10px 24px rgba(0, 0, 0, 0.025),
      0 2px 6px rgba(0, 0, 0, 0.015) !important;
  }
}
.schedule-container {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
    border-top: 4px solid #000;
}

.schedule-title {
    font-size: 2.5rem;
    font-weight: 900;
    margin: 40px 0;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.schedule-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    padding: 30px 0;
    border-bottom: 1px solid #000;
    transition: background 0.3s ease;
}

.schedule-row:hover {
    background-color: #f9f9f9;
}

.time {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff4d00; /* Akzentfarbe von vorhin */
}

.event-details {
    display: flex;
    flex-direction: column;
}

.location, .category {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #666;
}

.event-title {
    font-size: 1.8rem;
    margin: 0;
    font-weight: 700;
    line-height: 1.1;
}

.multi-event p {
    margin: 5px 0;
    font-size: 1rem;
    line-height: 1.4;
}

.highlight-row {
    background-color: #000;
    color: #fff;
    padding-left: 15px;
}

.highlight-row .time { color: #fff; }

.special-event {
    border-left: 10px solid #ff4d00;
    padding-left: 20px;
}

/* Mobile Optimierung */
@media (max-width: 600px) {
    .schedule-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .event-title {
        font-size: 1.4rem;
    }
}/* DESIGN SYSTEM */
:root {
    --bg: #ffffff;
    --text: #000000;
    --accent: #ff4d00; /* Modernes Signal-Orange */
    --border: #e0e0e0;
}

.editorial-container {
    background-color: var(--bg);
    color: var(--text);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 6vw;
    line-height: 1.2;
}

/* META INFO */
.floating-meta {
    position: fixed;
    top: 40px;
    right: -60px;
    transform: rotate(90deg);
    font-size: 10px;
    letter-spacing: 4px;
    font-weight: bold;
    z-index: 100;
}

/* HERO SECTION */
.hero-section {
    margin-bottom: 15vh;
}

.hero-line {
    font-size: 18vw;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 0.8;
    text-transform: uppercase;
}

.hero-line.indent {
    padding-left: 10vw;
}

.hero-intro {
    font-size: 1.5rem;
    margin-top: 40px;
    max-width: 500px;
    font-weight: 400;
}

/* SCHEDULE GRID */
.time-block {
    display: grid;
    grid-template-columns: 150px 1fr;
    border-top: 1px solid var(--text);
    padding: 40px 0;
    gap: 40px;
}

.time-aside {
    font-family: monospace;
    font-size: 1.1rem;
    font-weight: bold;
}

.event-main {
    display: flex;
    flex-direction: column;
}

.tag {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--accent);
    margin-bottom: 10px;
}

.title-large {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 800;
    margin: 0 0 20px 0;
    letter-spacing: -0.02em;
}

.description {
    font-size: 1.2rem;
    max-width: 600px;
    margin-bottom: 20px;
    color: #444;
}

.room {
    font-size: 0.9rem;
    font-weight: bold;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    align-self: flex-start;
}

/* SUB-GRID FOR ROUNDS */
.grid-sub {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.room-label {
    display: block;
    font-size: 0.7rem;
    color: #888;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.sub-item h3 {
    font-size: 1.4rem;
    margin: 0;
    font-weight: 700;
}

.sub-item p {
    font-size: 0.95rem;
    color: #555;
    margin: 5px 0;
}

/* SPECIALS */
.accent {
    color: var(--accent);
}

.black-out {
    background-color: #000;
    color: #fff;
    padding: 60px 20px;
    margin: 0 -6vw;
    padding-left: 6vw;
}

.black-out .tag { color: var(--accent); }
.black-out .time-aside { color: #fff; }

/* RESPONSIVE */
@media (max-width: 800px) {
    .time-block {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .hero-line { font-size: 22vw; }
    .floating-meta { display: none; }
}:root {
    --accent: #ff4d00;
    --bg: #ffffff;
    --text: #000000;
}

/* LIVE INDICATOR */
.live-indicator {
    font-family: monospace;
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.dot {
    height: 8px;
    width: 8px;
    background-color: var(--accent);
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

/* QUICK NAV (Sticky für QR-Gäste) */
.quick-nav {
    position: sticky;
    top: 0;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    display: flex;
    overflow-x: auto;
    padding: 15px 0;
    z-index: 1000;
    border-bottom: 1px solid #000;
    margin: 20px -20px;
    padding-left: 20px;
}

.quick-nav a {
    text-decoration: none;
    color: #000;
    font-weight: 900;
    margin-right: 25px;
    font-size: 0.9rem;
}

/* ROOM TRANSFORM ELEMENT */
.room-wrapper {
    margin: 10px 0;
    font-family: 'Helvetica Neue', sans-serif;
}

.old-room {
    text-decoration: line-through;
    color: #888;
    font-weight: 300;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.new-room {
    font-weight: 900;
    color: var(--accent);
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 8px;
}

/* HERO IMPROVEMENTS */
.hero-line {
    font-size: 18vw;
    font-weight: 900;
    line-height: 0.8;
}

.festival-meta {
    margin-top: 20px;
    font-weight: bold;
    border-left: 5px solid #000;
    padding-left: 15px;
}

/* BLOCKS */
.time-block {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.sub-item {
    background: #fdfdfd;
    padding: 20px;
    border: 1px solid #eee;
    transition: all 0.2s ease;
}

.sub-item:hover {
    border-color: var(--accent);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.sub-item h3 {
    font-size: 1.6rem;
    margin: 10px 0 0 0;
}

/* DARK MODE SECTION */
.black-out {
    background: #000;
    color: #fff;
    margin: 40px -6vw;
    padding: 80px 6vw;
}

.black-out .old-room { color: #555; }
.black-out .new-room { color: var(--accent); }

/* MOBILE ADJUSTMENTS */
@media (max-width: 768px) {
    .grid-sub {
        grid-template-columns: 1fr;
    }
    .time-block {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}/* Container & Reset */
.festival-wrapper {
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 20px !important;
    background: #fff !important;
    color: #000 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    line-height: 1.1 !important;
}

/* Live Dot */
.live-bar {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.pulse-dot {
    height: 10px;
    width: 10px;
    background: #ff4d00;
    border-radius: 50%;
    margin-right: 12px;
    animation: pulseAnim 1.5s infinite;
}

@keyframes pulseAnim {
    0% { transform: scale(0.9); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.5; }
    100% { transform: scale(0.9); opacity: 1; }
}

/* Typography */
.main-title {
    font-size: 18vw !important;
    line-height: 0.85 !important;
    font-weight: 900 !important;
    margin: 0 0 40px 0 !important;
    letter-spacing: -0.05em !important;
}

.indent { padding-left: 10vw; }

.meta-strip {
    border-top: 3px solid #000;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 60px;
}

/* Slots */
.program-slot {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eee;
    padding: 40px 0;
    gap: 30px;
}

.slot-time {
    font-size: 1.2rem;
    font-weight: 900;
    min-width: 80px;
    color: #ff4d00;
}

.tag {
    font-size: 10px;
    font-weight: bold;
    color: #ff4d00;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.event-name {
    font-size: clamp(2rem, 5vw, 4rem) !important;
    font-weight: 800 !important;
    margin: 0 0 15px 0 !important;
    line-height: 1 !important;
}

/* Room Transformations - The Core Element */
.room-change {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.old {
    text-decoration: line-through;
    color: #aaa;
    font-size: 0.9rem;
    font-weight: 400;
}

.arrow { margin: 0 10px; color: #ff4d00; font-weight: bold; }

.new {
    font-weight: 900;
    font-size: 1.2rem;
    color: #000;
    background: #f0f0f0;
    padding: 2px 8px;
}

.room-change.mini .new {
    font-size: 1rem;
}

/* Grid for Rounds */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.grid-card {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #eee;
}

.grid-card h3 {
    font-size: 1.4rem !important;
    margin: 0 !important;
}

/* Specials */
.highlight { background: #fff8f5; border-left: 5px solid #ff4d00; padding-left: 20px; }
.black-mode { background: #000 !important; color: #fff !important; margin: 40px -20px; padding: 60px 20px; }
.black-mode .new { background: #333; color: #fff; }
.black-mode .slot-time { color: #fff; }

/* Mobile */
@media (max-width: 768px) {
    .program-slot { flex-direction: column; gap: 10px; }
    .main-title { font-size: 22vw !important; }
}/* Container Fix */
.festival-safe-container {
    background-color: #ffffff !important; /* Erzwingt weißen Hintergrund */
    color: #000000 !important; /* Erzwingt schwarzen Text */
    padding: 30px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    display: block !important;
}

/* Header & Typography */
.festival-title {
    font-size: 15vw !important;
    line-height: 0.8 !important;
    font-weight: 900 !important;
    color: #000000 !important;
    margin: 0 0 20px 0 !important;
    text-transform: uppercase !important;
}
.shift { padding-left: 8vw !important; }

.divider { height: 4px !important; background: #000 !important; margin-bottom: 15px !important; }

.header-info {
    display: flex !important;
    justify-content: space-between !important;
    font-weight: bold !important;
    font-size: 12px !important;
    color: #000 !important;
    margin-bottom: 50px !important;
}

/* Rows */
.event-row {
    display: flex !important;
    border-bottom: 1px solid #ddd !important;
    padding: 40px 0 !important;
    gap: 20px !important;
}

.event-time {
    font-size: 1.2rem !important;
    font-weight: 900 !important;
    color: #ff4d00 !important; /* Orange für Sichtbarkeit */
    min-width: 80px !important;
}

.event-h { 
    font-size: 2.5rem !important; 
    color: #000 !important; 
    margin: 5px 0 !important; 
    font-weight: 800 !important;
}

.event-p { color: #444 !important; font-size: 1.1rem !important; margin-top: 10px !important; }

/* Room Tags */
.room-box { margin: 10px 0 !important; }
.room-old { text-decoration: line-through !important; color: #999 !important; font-size: 0.9rem !important; }
.room-arrow { color: #ff4d00 !important; margin: 0 5px !important; font-weight: bold !important; }
.room-new { background: #000 !important; color: #fff !important; padding: 2px 8px !important; font-weight: bold !important; }

/* Grid Cards */
.grid-wrap {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 15px !important;
    margin-top: 20px !important;
}
.card { background: #f5f5f5 !important; padding: 15px !important; border: 1px solid #eee !important; color: #000 !important; }
.card h3 { font-size: 1.2rem !important; margin: 5px 0 0 0 !important; color: #000 !important; }
.old-s { text-decoration: line-through !important; color: #aaa !important; font-size: 0.7rem !important; }
.new-s { color: #ff4d00 !important; font-weight: bold !important; font-size: 0.8rem !important; }

/* Black Row Fix */
.dark-row {
    background-color: #000000 !important;
    color: #ffffff !important;
    margin: 20px -30px !important;
    padding: 50px 30px !important;
}
.dark-row .event-h, .dark-row .event-p, .dark-row .event-time { color: #ffffff !important; }
.dark-row .room-new { background: #ffffff !important; color: #000000 !important; }

/* Pulse Animation */
.pulse {
    height: 10px; width: 10px; background: #ff4d00; border-radius: 50%;
    display: inline-block; margin-right: 10px;
}

/* Mobile */
@media (max-width: 600px) {
    .event-row { flex-direction: column !important; }
    .event-h { font-size: 1.8rem !important; }
}.festival-safe-container {
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 40px 20px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: block !important;
}

.festival-title {
    font-size: clamp(3rem, 15vw, 10rem) !important;
    line-height: 0.8 !important;
    font-weight: 900 !important;
    color: #000 !important;
    margin: 0 !important;
}
.shift { padding-left: 10vw !important; }

.divider { height: 5px !important; background: #000 !important; margin: 20px 0 !important; }

.header-info {
    display: flex !important;
    justify-content: space-between !important;
    font-weight: bold !important;
    font-size: clamp(10px, 2vw, 14px) !important;
    margin-bottom: 60px !important;
}

.event-row {
    display: flex !important;
    border-top: 1px solid #000 !important;
    padding: 40px 0 !important;
    gap: 20px !important;
}

.event-time {
    font-size: 1.1rem !important;
    font-weight: 900 !important;
    color: #ff4d00 !important;
    min-width: 120px !important;
}

.category-tag {
    font-size: 10px !important;
    letter-spacing: 2px !important;
    font-weight: bold !important;
    color: #ff4d00 !important;
    margin-bottom: 10px !important;
}

.event-h { 
    font-size: clamp(1.8rem, 4vw, 3rem) !important; 
    font-weight: 800 !important;
    line-height: 1 !important;
    margin: 5px 0 !important;
}

.room-new { 
    background: #000 !important; 
    color: #fff !important; 
    padding: 3px 10px !important; 
    font-weight: 900 !important;
    font-size: 0.9rem !important;
}

.room-old { text-decoration: line-through !important; color: #999 !important; font-size: 0.8rem !important; }

/* Grid Cards */
.grid-wrap {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 25px !important;
}

.card { 
    background: #f8f8f8 !important; 
    padding: 20px !important; 
    border-left: 4px solid #000 !important;
}

.card h3 { 
    font-size: 1.3rem !important; 
    margin: 10px 0 0 0 !important; 
    line-height: 1.2 !important;
}

.room-mini { margin-bottom: 8px !important; }
.new-s { color: #ff4d00 !important; font-weight: 900 !important; font-size: 0.8rem !important; text-transform: uppercase; }
.old-s { color: #aaa !important; text-decoration: line-through !important; font-size: 0.7rem !important; }

.small-info { font-size: 0.8rem !important; color: #666 !important; margin-top: 5px !important; }

/* Dark Highlight Row */
.dark-row {
    background-color: #000 !important;
    color: #fff !important;
    margin: 20px -20px !important;
    padding: 60px 20px !important;
}
.dark-row .event-h, .dark-row .event-time, .dark-row .event-p { color: #fff !important; }
.dark-row .room-new { background: #fff !important; color: #000 !important; }

.pulse {
    height: 10px; width: 10px; background: #ff4d00; border-radius: 50%;
    display: inline-block; margin-right: 8px;
}

@media (max-width: 800px) {
    .event-row { flex-direction: column !important; }
    .event-time { min-width: auto !important; }
    .shift { padding-left: 0 !important; }
}/* Komplette Isolation vom Cargo-Style */
.festival-final-container, 
.festival-final-container * {
    box-sizing: border-box;
}

.festival-final-container {
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 40px 20px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

/* Titel & Meta */
.big-title {
    font-size: 14vw !important;
    line-height: 0.85 !important;
    font-weight: 900 !important;
    color: #000000 !important;
    margin-bottom: 30px !important;
}
.indent-title { padding-left: 10vw !important; }

.meta-line {
    display: flex !important;
    justify-content: space-between !important;
    border-top: 3px solid #000 !important;
    padding: 15px 0 !important;
    font-weight: 900 !important;
    font-size: 12px !important;
    color: #000000 !important;
    margin-bottom: 50px !important;
}

/* Slots */
.time-slot {
    display: flex !important;
    border-top: 1px solid #eee !important;
    padding: 50px 0 !important;
    gap: 30px !important;
}

.slot-left {
    min-width: 130px !important;
    font-weight: 900 !important;
    color: #ff4d00 !important;
    font-size: 1.1rem !important;
}

.tag-label {
    font-size: 10px !important;
    font-weight: bold !important;
    color: #ff4d00 !important;
    letter-spacing: 2px !important;
    margin-bottom: 10px !important;
}

.event-h2 {
    font-size: clamp(2rem, 5vw, 3.5rem) !important;
    font-weight: 900 !important;
    color: #000000 !important;
    margin: 5px 0 !important;
    line-height: 1 !important;
}

.event-text {
    color: #444444 !important;
    font-size: 1.1rem !important;
    margin-top: 10px !important;
}

/* Room Morphing */
.r-old { text-decoration: line-through !important; color: #999999 !important; font-size: 0.8rem !important; }
.r-arrow { color: #ff4d00 !important; margin: 0 8px !important; font-weight: bold !important; }
.r-new { background: #000000 !important; color: #ffffff !important; padding: 3px 10px !important; font-weight: 900 !important; }

/* Grid Cards */
.program-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 30px !important;
}

.p-card {
    background: #f4f4f4 !important;
    padding: 25px !important;
    border-left: 5px solid #000000 !important;
}

/* FIX: Diese Zeile zwingt die Künstlernamen auf Schwarz */
.p-name {
    color: #000000 !important; 
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    margin: 10px 0 0 0 !important;
    display: block !important;
}

.m-new { color: #ff4d00 !important; font-weight: 900 !important; font-size: 0.8rem !important; text-transform: uppercase !important; }
.m-old { color: #aaaaaa !important; text-decoration: line-through !important; font-size: 0.7rem !important; }

/* Finale / Black Mode */
.black-slot {
    background-color: #000000 !important;
    color: #ffffff !important;
    margin: 20px -20px !important;
    padding: 70px 30px !important;
}

.black-slot * { color: #ffffff !important; }
.black-slot .r-new { background: #ffffff !important; color: #000000 !important; }
.black-slot .slot-left, .black-slot .tag-label { color: #ff4d00 !important; }

/* Responsive */
@media (max-width: 800px) {
    .time-slot { flex-direction: column !important; padding: 40px 0 !important; }
    .slot-left { min-width: auto !important; margin-bottom: -20px !important; }
}/* Globale Isolation */
.festival-final-container {
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 0px 20px 60px 20px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    font-family: Inter, Helvetica, Arial, sans-serif !important;
}

/* Fix für alle Texte innerhalb des Containers */
.festival-final-container h1, 
.festival-final-container h2, 
.festival-final-container h3, 
.festival-final-container p, 
.festival-final-container span, 
.festival-final-container div {
    color: #000000 !important;
}

/* Logo & Header */
.logo-wrapper { margin: 40px 0 20px 0 !important; }
.main-logo { height: 50px !important; width: auto !important; }

.mobile-sticky-header {
    display: none;
    position: sticky; top: 0; background: #fff;
    padding: 15px 20px; z-index: 9999; border-bottom: 2px solid #000;
    justify-content: space-between; align-items: center;
    margin: 0 -20px 30px -20px;
}
.sticky-logo { height: 20px !important; }

.big-title {
    font-size: 14vw !important;
    line-height: 0.85 !important;
    font-weight: 900 !important;
    margin-bottom: 30px !important;
}
.indent-title { padding-left: 10vw !important; }

.meta-line {
    display: flex !important;
    justify-content: space-between !important;
    border-top: 3px solid #000 !important;
    padding: 15px 0 !important;
    font-weight: 900 !important; font-size: 13px !important;
    margin-bottom: 50px !important;
}

/* Slots */
.time-slot {
    display: flex !important;
    border-top: 1px solid #eee !important;
    padding: 60px 0 !important; gap: 30px !important;
}

.slot-left {
    min-width: 130px !important;
    font-weight: 900 !important;
    color: #ff4d00 !important;
}
/* Damit auch diese Farbe hält */
.festival-final-container .slot-left { color: #ff4d00 !important; }

.tag-label { font-size: 10px !important; color: #ff4d00 !important; font-weight: bold !important; letter-spacing: 2px !important; }
.event-h2 { font-size: clamp(2rem, 5vw, 4rem) !important; font-weight: 900 !important; line-height: 1 !important; }

/* Room Tags */
.r-old { text-decoration: line-through !important; color: #999 !important; }
.r-arrow { color: #ff4d00 !important; margin: 0 5px !important; font-weight: bold !important; }
.r-new { background: #000 !important; color: #fff !important; padding: 2px 8px !important; font-weight: 900 !important; }
/* Zwingt den Text im schwarzen Kasten auf weiß */
.festival-final-container .r-new { color: #ffffff !important; }

/* Grid Cards */
.program-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 20px !important; margin-top: 30px !important;
}
.p-card { background: #f5f5f5 !important; padding: 25px !important; border-left: 6px solid #000 !important; }
.p-name { font-size: 1.4rem !important; font-weight: 800 !important; margin-top: 10px !important; color: #000 !important; }
.m-new { color: #ff4d00 !important; font-weight: 900 !important; font-size: 0.8rem !important; }

/* Finale (Black Mode) */
.black-slot {
    background-color: #000000 !important;
    margin: 20px -20px !important; padding: 80px 30px !important;
}
.black-slot * { color: #ffffff !important; }
.black-slot .r-new { background: #fff !important; color: #000 !important; }
.festival-final-container .black-slot .r-new { color: #000000 !important; }

/* Pulse */
.pulse-icon { height: 12px; width: 12px; background: #ff4d00; border-radius: 50%; }

/* Mobile Fixes */
@media (max-width: 800px) {
    .mobile-sticky-header { display: flex; }
    .logo-wrapper { display: none !important; }
    .time-slot { flex-direction: column !important; gap: 15px !important; }
    .slot-left { margin-bottom: -15px !important; }
    .big-title { font-size: 18vw !important; }
}