:root {
  color-scheme: dark;
  font-family: "Barlow", sans-serif;
  color: #eee3ce;
  background: #0d0907;
  font-synthesis: none;
  --ink: #0d0907;
  --brown: #17100c;
  --cream: #eee3ce;
  --muted: #a99b88;
  --gold: #bf8a3f;
  --gold-light: #e5bc75;
  --line: rgba(229, 188, 117, 0.22);
}
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: radial-gradient(circle at 50% -15%, rgba(122, 72, 27, 0.14), transparent 38rem), var(--ink);
}
button, a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
a {
  color: inherit;
}
:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}
main {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.intro {
  max-width: 720px;
  padding: clamp(54px, 8vw, 104px) 0 clamp(44px, 6vw, 76px);
}
.intro h1 {
  color: var(--cream);
}
.performance-shell {
  scroll-margin-top: 18px;
  border: 1px solid var(--line);
  background: #100b08;
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.38);
}
.stage {
  position: relative;
  isolation: isolate;
  min-height: min(64vw, 700px);
  overflow: hidden;
  background: #160d06;
}
.stage .eyebrow {
  color: var(--cream);
}
.stage__image, .stage__shade, .stage__light {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.stage__image {
  z-index: -4;
  background-image: var(--stage-image);
  background-position: center;
  background-size: cover;
  transform: scale(1.015);
  filter: saturate(0.88) contrast(1.04) brightness(0.76);
  transition: filter 800ms ease, transform 5s ease;
}
.stage__shade {
  z-index: -3;
  background: linear-gradient(180deg, rgba(10, 6, 3, 0.48) 0%, rgba(10, 6, 3, 0.05) 30%, rgba(10, 6, 3, 0.08) 63%, rgba(10, 6, 3, 0.78) 100%), linear-gradient(90deg, rgba(10, 6, 3, 0.48), transparent 26%, transparent 74%, rgba(10, 6, 3, 0.48));
}
.stage__light {
  z-index: -2;
  opacity: 0;
  transition: opacity 650ms ease, transform 900ms ease;
}
.stage__light--left {
  background: radial-gradient(ellipse at 28% 58%, rgba(255, 221, 148, 0.38), transparent 32%);
  transform: translateX(-5%);
}
.stage__light--right {
  background: radial-gradient(ellipse at 72% 58%, rgba(255, 221, 148, 0.38), transparent 32%);
  transform: translateX(5%);
}
.stage--left .stage__light--left, .stage--right .stage__light--right {
  opacity: 1;
  transform: translateX(0);
}
.stage--audience .stage__image {
  filter: saturate(0.92) contrast(1.02) brightness(0.88);
  transform: scale(1);
}
.stage--audience .stage__light--left, .stage--audience .stage__light--right {
  opacity: 0.72;
  transform: translateX(0);
}
.stage--curtain .stage__image {
  filter: saturate(0.52) brightness(0.22);
}
.stage--curtain .stage__shade {
  background: rgba(8, 5, 3, 0.7);
}
.stage__presence {
  position: absolute;
  top: 24px;
  z-index: 2;
  display: grid;
  gap: 3px;
  color: rgba(255, 246, 226, 0.66);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: color 450ms ease, opacity 450ms ease;
}
.stage__presence::before {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}
.stage__presence--left {
  left: 28px;
  padding-left: 48px;
}
.stage__presence--left::before {
  left: 0;
}
.stage__presence--right {
  right: 28px;
  padding-right: 48px;
  text-align: right;
}
.stage__presence--right::before {
  right: 0;
}
.stage__presence.is-focused {
  color: #fff1d0;
}
.stage__presence[data-state="asleep"], .stage__presence[data-state="inactive"] {
  opacity: 0.38;
}
.stage__presence small {
  color: rgba(255, 237, 200, 0.58);
  font-size: 0.53rem;
  font-weight: 400;
  letter-spacing: 0.12em;
}
.stage__opening, .stage__performance {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 9vw, 118px) clamp(24px, 7vw, 86px);
}
.stage__opening {
  align-items: center;
  text-align: center;
}
.stage__opening::before {
  position: absolute;
  z-index: -1;
  width: min(760px, 84%);
  height: 68%;
  border: 1px solid rgba(255, 227, 171, 0.16);
  background: radial-gradient(ellipse, rgba(30, 18, 9, 0.78), rgba(20, 12, 6, 0.38) 57%, transparent 76%);
  content: "";
}
.stage__opening h2 {
  max-width: 800px;
  margin: 0 0 14px;
  font-size: clamp(2rem, 4.5vw, 4.1rem);
  line-height: 1.08;
  text-wrap: balance;
  color: var(--cream);
}
.stage__opening > p:not(.eyebrow) {
  color: rgba(255, 240, 212, 0.72);
  letter-spacing: 0.05em;
}
.stage__begin, .repertoire-card__actions button {
  border: 1px solid rgba(239, 194, 111, 0.72);
  color: #fff1d5;
  background: rgba(36, 21, 10, 0.76);
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}
.stage__begin {
  margin-top: 22px;
  padding: 15px 22px;
}
.stage__begin:hover, .repertoire-card__actions button:hover {
  color: #1c1007;
  background: var(--gold-light);
}
.stage__section {
  position: absolute;
  top: 24px;
  left: 50%;
  color: rgba(255, 240, 212, 0.78);
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-style: italic;
  letter-spacing: 0.12em;
  transform: translateX(-50%);
}
.speech {
  width: min(640px, 40%);
  margin: 0;
  padding: clamp(22px, 3.5vw, 42px);
  border: 1px solid rgba(240, 200, 129, 0.28);
  background: linear-gradient(135deg, rgba(20, 12, 7, 0.94), rgba(34, 20, 10, 0.82)), rgba(13, 8, 5, 0.88);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  animation: speech-in 520ms cubic-bezier(0.2, 0.75, 0.28, 1) both;
}
.speech--left {
  align-self: flex-start;
}
.speech--right {
  align-self: flex-end;
}
.speech--center, .speech--audience, .speech--curtain {
  align-self: center;
  text-align: center;
}
.speech--center {
  width: min(620px, 74%);
  border-color: rgba(240, 200, 129, 0.18);
  background: rgba(19, 12, 8, 0.9);
  font-style: italic;
}
.speech--audience {
  width: min(860px, 86%);
  background: linear-gradient(90deg, rgba(15, 9, 5, 0.92), rgba(45, 25, 10, 0.82), rgba(15, 9, 5, 0.92));
}
.speech--curtain {
  width: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.speech--curtain p {
  font-size: clamp(2.4rem, 6vw, 5.6rem);
  letter-spacing: 0.08em;
}
.speech__speaker {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(229, 188, 117, 0.2);
}
.speech__speaker span {
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.speech__speaker em {
  color: #b8aa97;
  font-family: "Playfair Display", serif;
  font-size: 0.82rem;
  font-weight: 400;
}
.speech__speaker--audience {
  justify-content: center;
}
.speech p {
  margin: 0;
  color: #fff3dc;
  font-family: "Barlow", serif;
  font-size: clamp(0.9375rem, 1vw, 1.25rem);
  line-height: 1.6;
  text-wrap: pretty;
}
@keyframes speech-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.controls {
  padding: 18px clamp(16px, 3vw, 30px) 20px;
  border-top: 1px solid var(--line);
}
.controls__context, .controls__primary, .controls__secondary {
  display: flex;
  align-items: center;
}
.controls__context {
  justify-content: space-between;
  gap: 20px;
}
.controls__context > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.controls__label, .controls__count {
  color: #827566;
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.controls__context strong {
  color: var(--gold-light);
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
}
.controls__progress {
  height: 1px;
  margin: 12px 0 18px;
  overflow: hidden;
  background: rgba(229, 188, 117, 0.12);
}
.controls__progress span {
  display: block;
  height: 100%;
  background: var(--gold);
  transition: width 420ms ease;
}
.controls__primary {
  justify-content: center;
  gap: 10px;
}
.controls__primary button {
  min-width: 128px;
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid rgba(229, 188, 117, 0.3);
  color: #d9cdbb;
  background: #17100c;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.controls__primary .controls__play {
  color: #201308;
  background: var(--gold-light);
  border-color: var(--gold-light);
}
.controls__primary button:disabled, .controls__secondary button:disabled {
  opacity: 0.28;
  cursor: not-allowed;
}
.controls__secondary {
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(229, 188, 117, 0.1);
}
.controls__secondary button, .controls__secondary a {
  padding: 5px 3px;
  border: 0;
  color: #8f8273;
  background: transparent;
  cursor: pointer;
  font-size: 0.62rem;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}
.controls__secondary button:hover, .controls__secondary a:hover {
  color: var(--cream);
}
.repertoire {
  padding: clamp(92px, 12vw, 160px) 0;
}
.repertoire h2 {
  color: var(--cream);
}
.section-heading {
  margin-bottom: 38px;
}
.section-heading h2, .about h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  color: var(--cream);
}
.repertoire__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}
.repertoire-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) 1fr;
  min-width: 0;
  border: 1px solid var(--line);
  background: #130e0b;
}
.repertoire-card__poster {
  position: relative;
  aspect-ratio: 0.8;
  overflow: hidden;
  background: #21140c;
}
.repertoire-card__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) brightness(0.85);
  transition: filter 400ms ease, transform 600ms ease;
}
.repertoire-card__poster-missing {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(229, 188, 117, 0.12), transparent 55%), #21140c;
}
.repertoire-card:hover .repertoire-card__poster img {
  filter: saturate(0.9) brightness(0.94);
  transform: scale(1.015);
}
.repertoire-card__poster span {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 9px;
  border: 1px solid rgba(238, 227, 206, 0.28);
  color: #d6c9b6;
  background: rgba(15, 10, 7, 0.78);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.repertoire-card__poster span[data-available="true"] {
  color: #ffdda0;
  border-color: rgba(229, 188, 117, 0.62);
}
.repertoire-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}
.repertoire-card__form {
  margin-bottom: 10px;
  color: var(--gold-light);
  font-size: 0.58rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.repertoire-card h3 {
  margin-bottom: 14px;
  font-size: 1.55rem;
  line-height: 1.18;
  color: var(--cream);
}
.repertoire-card__body > p:not(.repertoire-card__form) {
  color: #9f9283;
  font-size: 0.86rem;
  line-height: 1.6;
}
.repertoire-card dl {
  margin: auto 0 22px;
  padding-top: 20px;
}
.repertoire-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 0;
  border-top: 1px solid rgba(229, 188, 117, 0.1);
}
.repertoire-card dt, .repertoire-card dd {
  margin: 0;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.repertoire-card dt {
  color: #6f6459;
}
.repertoire-card dd {
  color: #b9ad9c;
  text-align: right;
}
.repertoire-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.repertoire-card__actions button {
  padding: 11px 12px;
}
.repertoire-card__actions a, .repertoire-card__actions span {
  color: #8e8172;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.about {
  max-width: 780px;
  margin-bottom: clamp(100px, 14vw, 180px);
  padding-left: clamp(20px, 5vw, 64px);
  border-left: 1px solid var(--gold);
}
.about h2 {
  margin-bottom: 22px;
}
.about > p:not(.eyebrow) {
  color: #a99c8d;
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  line-height: 1.75;
}
.about a {
  color: var(--gold-light);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}
.reader {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 22px;
}
.reader__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 5, 3, 0.88);
  backdrop-filter: blur(8px);
}
.reader__panel {
  position: relative;
  width: min(900px, 100%);
  max-height: calc(100vh - 44px);
  overflow: auto;
  border: 1px solid rgba(229, 188, 117, 0.3);
  background: #15100c;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.6);
}
.reader__header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(22px, 5vw, 52px);
  border-bottom: 1px solid var(--line);
  background: rgba(21, 16, 12, 0.96);
  backdrop-filter: blur(8px);
}
.reader__header h2 {
  max-width: 650px;
  margin-bottom: 7px;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  line-height: 1.15;
  color: var(--cream);
}
.reader__header button {
  align-self: flex-start;
  padding: 8px 0;
  border: 0;
  color: var(--gold-light);
  background: transparent;
  cursor: pointer;
  font-size: 0.64rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.reader__body {
  padding: 24px clamp(22px, 7vw, 78px) 68px;
}
.reader__body section {
  padding-top: 44px;
}
.reader__body h3 {
  margin-bottom: 28px;
  color: var(--gold-light);
  font-size: 1.5rem;
  font-style: italic;
}
.reader__beat {
  color: #d3c7b5;
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  line-height: 1.75;
}
.reader__beat--direction, .reader__beat--pause, .reader__beat--state {
  margin: 28px auto;
  color: #9f9180;
  font-style: italic;
  text-align: center;
}
.reader__beat--curtain {
  margin-top: 44px;
  color: var(--cream);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.reader__body > a {
  display: inline-block;
  margin-top: 36px;
  color: var(--gold-light);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 860px) {
  .repertoire__grid {
    grid-template-columns: 1fr 1fr;
  }
  .repertoire-card:first-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) 1fr;
  }
  .speech {
    width: min(740px, 82%);
  }
}
@media (max-width: 640px) {
  main {
    width: min(100% - 24px, 1180px);
  }
  .stage {
    min-height: 690px;
  }
  .stage__image {
    background-position: 51% center;
  }
  .stage__presence {
    top: 18px;
  }
  .stage__presence--left {
    left: 16px;
    padding-left: 0;
  }
  .stage__presence--right {
    right: 16px;
    padding-right: 0;
  }
  .stage__presence::before {
    display: none;
  }
  .stage__presence small {
    max-width: 110px;
  }
  .stage__opening, .stage__performance {
    padding: 78px 15px 42px;
  }
  .stage__opening::before {
    width: 94%;
  }
  .speech, .speech--center, .speech--audience {
    width: 92%;
    padding: 22px;
  }
  .speech--left {
    align-self: flex-start;
    margin-right: 8%;
  }
  .speech--right {
    align-self: flex-end;
    margin-left: 8%;
  }
  .speech__speaker {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .speech__speaker--audience {
    align-items: center;
  }
  .speech p {
    font-size: clamp(1rem, 4.9vw, 1.28rem);
    line-height: 1.5;
  }
  .controls {
    padding-inline: 12px;
  }
  .controls__label {
    display: none;
  }
  .controls__primary {
    display: grid;
    grid-template-columns: 1fr 1.08fr 1fr;
    gap: 6px;
  }
  .controls__primary button {
    min-width: 0;
    min-height: 48px;
    padding: 8px 5px;
    font-size: 0.59rem;
    letter-spacing: 0.06em;
  }
  .controls__secondary {
    gap: 7px 14px;
  }
  .repertoire__grid, .repertoire-card:first-child {
    display: grid;
    grid-template-columns: 1fr;
  }
  .repertoire-card:first-child {
    grid-column: auto;
  }
  .repertoire-card__poster {
    aspect-ratio: 1.4545454545;
  }
  .repertoire-card__poster img {
    object-position: center 43%;
  }
  .reader {
    padding: 0;
  }
  .reader__panel {
    max-height: 100vh;
    border: 0;
  }
  .reader__header {
    padding: 20px 16px;
  }
  .reader__body {
    padding-inline: 20px;
  }
}
