/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

h1,h2,h3,h4,h5,h6{text-transform:uppercase}h1{font-family:Helvetica,sans-serif,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:clamp(2.5rem,5vw,3.5rem);letter-spacing:-0.03em;margin-top:24px;margin-bottom:6px;color:#000;text-shadow:0px -1px 1px rgba(255,250,237,.73)}h2{font-family:Helvetica,sans-serif,sans-serif;font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;line-height:clamp(2rem,4vw,2.5rem);letter-spacing:-0.03em;margin-bottom:1rem;color:#000;text-shadow:0px -1px 1px rgba(255,250,237,.73)}p{font-family:Helvetica,sans-serif,sans-serif;font-size:clamp(1rem,4vw,1.2rem);line-height:clamp(1.2rem,4vw,1.4rem)}sup{font-size:.55em;vertical-align:super}.font-lead{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.5rem;color:#000}.gradient-text{background-image:linear-gradient(0deg, #000000, #feb47b);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0)}::-moz-selection{background:#000;color:#fff;text-shadow:none}::selection{background:#000;color:#fff;text-shadow:none}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}@media(prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}body{font-family:Helvetica,sans-serif,sans-serif;color:#000;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;overflow-y:hidden;width:100%}main{width:100%}.fade-in-up{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.fade-in-up.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion: reduce){.fade-in-up{opacity:1;transform:none;transition:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.skip-nav{position:absolute;top:-100%;left:1rem;padding:.5rem 1rem;background:#000;color:#fff;z-index:9999;border-radius:0 0 4px 4px;font-weight:bold;text-decoration:none}.skip-nav:focus{top:0}:focus-visible{outline:3px solid #e85d04;outline-offset:3px}button,a:has(.button_top),div.button{--button_radius: 0.75em;--button_color: white;--button_outline_color: #000000;font-size:1rem;font-weight:bold;border:none;border-radius:var(--button_radius);background:var(--button_outline_color);font-family:Helvetica,sans-serif,sans-serif}button,a:has(.button_top){cursor:pointer}.button_top{display:block;box-sizing:border-box;border:2px solid var(--button_outline_color);border-radius:var(--button_radius);padding:.4em .5em;background:var(--button_color);color:var(--button_outline_color);transform:translateY(-0.2em);transition:transform .1s ease}@media screen and (min-width: 321px){.button_top{padding:.5em 1.25em}}@media screen and (min-width: 769px){.button_top{padding:.75em 1.5em}}a:has(.button_top){text-decoration:none;display:inline-block}button:hover .button_top,a:has(.button_top):hover .button_top{transform:translateY(-0.33em);background:#f7931f}button:active .button_top,a:has(.button_top):active .button_top{transform:translateY(0)}button:focus-visible,a:has(.button_top):focus-visible{outline:3px solid #e85d04;outline-offset:3px;border-radius:var(--button_radius)}@keyframes curtain-open-left{0%{transform:translate3d(0, 0, 0) scaleX(1)}45%{transform:translate3d(-38%, 0, 0) scaleX(0.82)}100%{transform:translate3d(-96%, 0, 0) scaleX(0.5)}}@keyframes curtain-open-right{0%{transform:translate3d(0, 0, 0) scaleX(1)}45%{transform:translate3d(38%, 0, 0) scaleX(0.82)}100%{transform:translate3d(96%, 0, 0) scaleX(0.5)}}.curtains{position:fixed;inset:0;z-index:10;overflow:hidden;pointer-events:none}.curtain-webgl{position:absolute;inset:0;width:100%;height:100%;opacity:1;transition:opacity .3s ease-out}.curtain-webgl-complete{opacity:0}.webgl-curtains-active .curtains-left,.webgl-curtains-active .curtains-right{visibility:hidden;animation:none}.curtains-left,.curtains-right{position:absolute;top:0;width:calc(50% + 2px);height:100%;background-color:#3e0006;background-repeat:no-repeat;background-size:cover;will-change:transform;backface-visibility:hidden}.curtains-left{left:0;background-image:url(assets/images/curtain-left.2b93128e190eda33100b.jpg);background-position:right center;transform-origin:left center;box-shadow:18px 0 30px rgba(0,0,0,.58)}.curtains-open .curtains-left{animation:curtain-open-left 2.4s cubic-bezier(0.22, 0.78, 0.2, 1) .35s forwards}.curtains-right{right:0;background-image:url(assets/images/curtain-right.26bde46325b8791611f3.jpg);background-position:left center;transform-origin:right center;box-shadow:-18px 0 30px rgba(0,0,0,.58)}.curtains-open .curtains-right{animation:curtain-open-right 2.4s cubic-bezier(0.22, 0.78, 0.2, 1) .35s forwards}@media(prefers-reduced-motion: reduce){.curtains-left{transform:translateX(-100%)}.curtains-right{transform:translateX(100%)}.curtains-open .curtains-left,.curtains-open .curtains-right{animation:none}}@keyframes intro-reveal{from{opacity:0;transform:translateY(22px);filter:blur(5px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes sound-ripple{0%{opacity:0;transform:translate(-50%, -50%) scale(0.72)}18%{opacity:.42}72%{opacity:.16}100%{opacity:0;transform:translate(-50%, -50%) scale(1.18)}}.intro{position:relative;z-index:4;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:clamp(1.5rem,5vw,4rem);transform:translateY(-4vh);text-align:center;isolation:isolate}.intro::before,.intro::after{content:"";position:absolute;z-index:-1;top:50%;left:50%;width:min(76vw,48rem);aspect-ratio:1;border-radius:50%;opacity:0;transform:translate(-50%, -50%) scale(0.72);background:repeating-radial-gradient(circle, transparent 0, transparent 2.8rem, rgba(255, 222, 170, 0.32) 2.86rem, rgba(255, 244, 221, 0.08) 2.98rem, transparent 3.12rem, transparent 5rem);-webkit-mask-image:radial-gradient(circle, #000 12%, rgba(0, 0, 0, 0.85) 48%, transparent 76%);mask-image:radial-gradient(circle, #000 12%, rgba(0, 0, 0, 0.85) 48%, transparent 76%);pointer-events:none}.showtime .intro::before{animation:sound-ripple 4.8s ease-out 2.45s infinite}.showtime .intro::after{animation:sound-ripple 4.8s ease-out 4.85s infinite}.intro>*{opacity:0}.showtime .intro>*{animation:intro-reveal .75s cubic-bezier(0.22, 0.75, 0.25, 1) forwards}.showtime .intro>*:nth-child(1){animation-delay:1.75s}.showtime .intro>*:nth-child(2){animation-delay:1.9s}.showtime .intro>*:nth-child(3){animation-delay:2.05s}.showtime .intro>*:nth-child(4){animation-delay:2.2s}@media(prefers-reduced-motion: reduce){.intro::before,.intro::after,.showtime .intro::before,.showtime .intro::after{display:none;animation:none}.intro>*,.showtime .intro>*{animation:none;opacity:1;transform:none;filter:none}}header.top{position:fixed;margin:0 auto;width:100%;top:0;z-index:100;padding:1.5rem}header.top .header__logo{display:none}header.top.--sticky{z-index:100;padding:.75rem 1.5rem}header.top.--sticky .header__bg{transform:translateY(0)}header.top.--sticky #heart-beams path{display:none}header.top.--sticky .header__logo{display:block;width:70px;height:auto;position:absolute;left:0}header.top.--sticky .header__logo:hover{animation:logo-jiggle .55s ease-in-out 1}header.top a.button{margin-left:.25rem}header.top a.button:first-child{margin-left:0}@media screen and (min-width: 767px){header.top.--sticky .header__logo{width:100px}}.header__bg{position:absolute;inset:0;background-color:rgba(184,212,232,.92);backdrop-filter:blur(6px);box-shadow:0 2px 12px rgba(0,0,0,.12);transform:translateY(-100%);transition:transform .3s ease;z-index:-1}@keyframes logo-jiggle{0%{rotate:0deg;scale:1}15%{rotate:-8deg;scale:1.08}35%{rotate:7deg;scale:1.08}55%{rotate:-5deg;scale:1.04}75%{rotate:4deg;scale:1.02}90%{rotate:-2deg;scale:1.01}100%{rotate:0deg;scale:1}}.header__cont{width:100%;max-width:1366px;margin:0 auto}nav{position:relative;display:flex;gap:1rem;justify-content:flex-end;margin:0 auto;width:100%;max-width:1366px}nav button{position:relative}footer{max-width:1366px;width:100%;margin:0 auto;padding:24px}.footer{padding:1.5rem 1.5rem 2rem;text-align:center}@keyframes stage-warm-up{0%{opacity:0;filter:blur(12px) brightness(0.35)}55%{opacity:1;filter:blur(2px) brightness(1.18)}100%{opacity:.92;filter:blur(0) brightness(1)}}@keyframes floor-glow{from{opacity:0;transform:translate(-50%, 12%) scale(0.65)}to{opacity:.58;transform:translate(-50%, 0) scale(1)}}.stage{position:fixed;top:50%;left:50%;width:max(100vw,182.37vh);height:max(100vh,54.8335800844vw);transform:translate(-50%, -50%);z-index:0;overflow:hidden;background:#050403}.stage .bg-curtains,.stage .bg-lights{position:absolute;inset:0;background-repeat:no-repeat;background-position:center;background-size:100% 100%}.stage .bg-curtains{z-index:1;background-image:url(assets/images/bg-curtains3.840f239c358d312aa07a.png);filter:brightness(0.72)}.stage .bg-lights{z-index:2;opacity:0;background-image:url(assets/images/bg-curtain-lights-1.b997a3cb53c070d96081.png)}.showtime .stage .bg-lights{animation:stage-warm-up 1.8s ease-out 1.05s forwards}.stage .lights{position:absolute;z-index:3;left:50%;bottom:5%;width:min(58vw,52rem);aspect-ratio:2.6/1;border-radius:50%;opacity:0;transform:translate(-50%, 12%) scale(0.65);background:radial-gradient(ellipse, rgba(255, 221, 165, 0.54), rgba(213, 137, 53, 0.12) 50%, transparent 72%);filter:blur(22px)}.stage .lights img{display:none}.showtime .stage .lights{animation:floor-glow 1.5s ease-out 1.45s forwards}@media(prefers-reduced-motion: reduce){.stage .bg-lights{opacity:.92;filter:none}.stage .lights{opacity:.58;transform:translate(-50%, 0) scale(1)}.showtime .stage .bg-lights,.showtime .stage .lights{animation:none}}
