.collection-page { --show-accent: var(--orange); --show-secondary: var(--teal); --show-dark: #142436; --show-surface: #f7f2e9; background: var(--show-surface); }
.collection-page .show-page, .collection-page .show-hero { background: var(--show-surface); }
.collection-page .show-kicker { color: var(--show-accent); }
.collection-page .show-hero h1 { font-size: clamp(4.5rem, 8vw, 9.4rem); line-height: .78; }
.collection-page .show-hero h1 span { display: block; }
.collection-page .show-hero h1 em { margin: 14px 0 0 8%; color: var(--show-accent); font-family: inherit; font-size: .58em; font-weight: 700; font-style: italic; line-height: 1.1; }
.collection-page .show-hero-visual::before, .collection-page .show-video { background: var(--show-secondary); }
.collection-page .show-ticket { border-color: color-mix(in srgb, var(--show-accent), var(--ink) 28%); background: var(--yellow); box-shadow: 0 18px 38px rgba(75,57,39,.15); }
.collection-page .circus-runner { background: var(--show-accent); }
.collection-page .fact-playbill dt i { color: var(--show-secondary); }
.collection-page .show-story, .collection-page .show-booking { background: var(--show-dark); }
.collection-page .show-element:hover, .collection-page .show-element.is-active { background: var(--show-accent); }
.collection-page .video-frame { box-shadow: 18px 18px 0 var(--yellow); }
.collection-page .video-corner { background: var(--show-accent); }
.collection-page .gallery-stamp { color: var(--show-accent); }
.collection-page .show-quote { background: var(--yellow); }
.collection-page .show-element h3 { font-size: clamp(1.6rem, 2.25vw, 2.7rem); }
.collection-page .show-element p { line-height: 1.45; }
.collection-page .show-element > i { margin-bottom: 66px; }
.collection-page .show-language-intro h2 { max-width: 1050px; }
.collection-page [hidden] { display: none !important; }

@media (max-width: 767px) {
  .collection-page .show-hero h1 { font-size: clamp(3.6rem, 18vw, 6rem); line-height: .82; }
  .collection-page .show-hero h1 em { margin-left: 4%; }
}
