.performance-library-page {
  --performance-shell: min(1240px, calc(100% - 40px));
  background:
    radial-gradient(circle at 12% 18%, rgba(107, 31, 168, 0.18), transparent 34rem),
    radial-gradient(circle at 88% 52%, rgba(143, 38, 61, 0.13), transparent 32rem),
    #09080c;
}

.performance-library-page .shell {
  width: var(--performance-shell);
}

.performance-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: calc(var(--header-height) + 100px) 0 92px;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.performance-hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 6, 9, 0.96) 0%, rgba(7, 6, 9, 0.82) 44%, rgba(7, 6, 9, 0.3) 76%, rgba(7, 6, 9, 0.58) 100%),
    linear-gradient(0deg, #09080c 0%, transparent 54%),
    url("assets/haus-cast-current-2026.jpg") center 35% / cover no-repeat;
  filter: saturate(0.9) contrast(1.04);
}

.performance-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 72% 38%, rgba(168, 93, 224, 0.18), transparent 24rem),
    linear-gradient(120deg, rgba(212, 175, 55, 0.08), transparent 30%);
  pointer-events: none;
}

.performance-hero-content {
  max-width: 790px;
}

.performance-hero .eyebrow,
.performance-watch-hero .eyebrow {
  margin: 0 0 20px;
  color: var(--gold-light);
}

.performance-hero h1,
.performance-watch-hero h1 {
  max-width: 950px;
  margin: 0;
  color: var(--gold-pale);
  font-family: var(--display);
  font-size: clamp(3.1rem, 7.2vw, 6.8rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.94;
  text-wrap: balance;
}

.performance-hero-lede,
.performance-watch-lede {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(246, 239, 228, 0.82);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  line-height: 1.42;
}

.performance-hero-actions,
.performance-watch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.performance-hero-facts,
.performance-watch-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.performance-hero-facts li,
.performance-watch-facts li {
  padding: 8px 12px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-radius: 999px;
  color: rgba(246, 239, 228, 0.72);
  background: rgba(9, 8, 12, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.performance-disclosure {
  position: relative;
  padding: 88px 0;
  border-bottom: 1px solid var(--line-soft);
}

.performance-disclosure-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.55fr);
  gap: clamp(40px, 7vw, 90px);
  overflow: hidden;
  padding: clamp(34px, 5vw, 68px);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 12% 18%, rgba(168, 93, 224, 0.18), transparent 20rem),
    linear-gradient(145deg, rgba(31, 23, 35, 0.98), rgba(13, 11, 16, 0.98));
  box-shadow: var(--shadow);
}

.performance-disclosure-panel::after {
  content: "AI";
  position: absolute;
  right: -0.05em;
  bottom: -0.38em;
  color: rgba(212, 175, 55, 0.035);
  font-family: var(--display);
  font-size: clamp(10rem, 24vw, 23rem);
  line-height: 1;
  pointer-events: none;
}

.performance-disclosure-mark {
  position: relative;
  z-index: 1;
}

.performance-disclosure-mark span {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 175, 55, 0.38);
  border-radius: 50%;
  color: var(--gold-light);
  background: rgba(107, 31, 168, 0.14);
  font-family: var(--display);
  font-size: 1.55rem;
  box-shadow: 0 0 0 14px rgba(212, 175, 55, 0.025);
}

.performance-disclosure-mark p {
  max-width: 240px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.performance-disclosure-copy {
  position: relative;
  z-index: 1;
}

.performance-disclosure-copy h2,
.performance-archive-heading h2,
.performance-purpose-copy h2,
.performance-watch-copy h2 {
  margin: 8px 0 22px;
  color: var(--gold-pale);
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  font-weight: 500;
  line-height: 0.98;
  text-wrap: balance;
}

.performance-disclosure-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(246, 239, 228, 0.78);
  font-size: 1.05rem;
}

.performance-disclosure-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.performance-disclosure-points article {
  padding: 22px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.025);
}

.performance-disclosure-points strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.18rem;
}

.performance-disclosure-points p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.performance-hub-archive {
  padding: 112px 0;
}

.performance-archive-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.65fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 48px;
}

.performance-archive-heading p:last-child {
  margin: 0 0 9px;
  color: var(--muted);
}

.performance-hub-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.performance-hub-card {
  grid-column: span 6;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(30, 23, 34, 0.98), rgba(12, 10, 14, 0.98));
  box-shadow: var(--shadow-soft);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.performance-hub-card:first-child {
  grid-column: span 7;
}

.performance-hub-card:nth-child(2) {
  grid-column: span 5;
}

.performance-hub-card:hover,
.performance-hub-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.52);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

.performance-hub-card-art {
  position: relative;
  min-height: 330px;
  overflow: hidden;
}

.performance-hub-card-art img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  transition: transform 600ms ease, filter 300ms ease;
}

.performance-hub-card:nth-child(2) .performance-hub-card-art img {
  object-position: center 16%;
}

.performance-hub-card:hover .performance-hub-card-art img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.performance-hub-card-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 7, 10, 0.86), transparent 48%);
}

.performance-hub-card-index,
.performance-hub-card-duration {
  position: absolute;
  z-index: 1;
  top: 20px;
  padding: 8px 10px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 999px;
  color: var(--gold-pale);
  background: rgba(8, 7, 10, 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.performance-hub-card-index {
  left: 20px;
}

.performance-hub-card-duration {
  right: 20px;
}

.performance-hub-card-copy {
  padding: 28px 30px 32px;
}

.performance-hub-card-copy .mini-label {
  margin: 0 0 8px;
  color: var(--amethyst-bright);
  font-size: 0.67rem;
}

.performance-hub-card-copy h3 {
  margin: 0;
  color: var(--gold-pale);
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 600;
  line-height: 1;
}

.performance-hub-card-copy > p:not(.mini-label) {
  margin: 17px 0 24px;
  color: var(--muted);
}

.performance-hub-card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.performance-hub-card-link::after {
  content: "→";
  transition: transform 180ms ease;
}

.performance-hub-card-link:hover::after,
.performance-hub-card-link:focus-visible::after {
  transform: translateX(5px);
}

.performance-purpose {
  padding: 104px 0;
  border-top: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 80% 45%, rgba(107, 31, 168, 0.14), transparent 28rem),
    #0d0a0f;
}

.performance-purpose-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.performance-purpose-copy {
  position: sticky;
  top: calc(var(--header-height) + 28px);
}

.performance-purpose-copy p:last-child {
  color: var(--muted);
}

.performance-purpose-list {
  display: grid;
  gap: 18px;
}

.performance-purpose-list article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  padding: 27px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.025);
}

.performance-purpose-list span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.4rem;
}

.performance-purpose-list h3 {
  margin: 0 0 8px;
  color: var(--cream);
  font-family: var(--serif);
  font-size: 1.45rem;
}

.performance-purpose-list p {
  margin: 0;
  color: var(--muted);
}

.performance-promise {
  padding: 72px 0 106px;
}

.performance-promise-panel {
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(168, 93, 224, 0.28);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(107, 31, 168, 0.16), rgba(75, 15, 26, 0.12));
  text-align: center;
}

.performance-promise-panel blockquote {
  max-width: 970px;
  margin: 0 auto;
  color: var(--gold-pale);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3.7vw, 3.2rem);
  font-style: italic;
  line-height: 1.22;
}

.performance-promise-panel p {
  margin: 24px 0 0;
  color: var(--muted);
}

.performance-watch-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--header-height) + 74px) 0 56px;
  border-bottom: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 76% 20%, rgba(168, 93, 224, 0.15), transparent 28rem),
    linear-gradient(180deg, #100b12, #09080c);
}

.performance-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 0.75rem;
}

.performance-breadcrumbs a {
  color: var(--gold-light);
  text-decoration: none;
}

.performance-watch-hero h1 {
  max-width: 1050px;
  font-size: clamp(2.8rem, 6vw, 6rem);
}

.performance-watch-stage {
  padding: 62px 0 104px;
}

.performance-watch-player {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(212, 175, 55, 0.34);
  border-radius: var(--radius-xl);
  background: #050407;
  box-shadow: var(--shadow);
}

.performance-watch-player iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.performance-watch-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 24px;
  padding: 23px 25px;
  border: 1px solid rgba(168, 93, 224, 0.27);
  border-radius: var(--radius-lg);
  background: rgba(107, 31, 168, 0.08);
}

.performance-watch-note span {
  min-width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 175, 55, 0.26);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 0.75rem;
}

.performance-watch-note strong {
  color: var(--gold-pale);
}

.performance-watch-note p {
  margin: 3px 0 0;
  color: var(--muted);
}

.performance-watch-story {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.62fr);
  gap: clamp(48px, 8vw, 104px);
  padding: 100px 0;
  border-top: 1px solid var(--line-soft);
}

.performance-watch-copy > p:not(.eyebrow) {
  max-width: 740px;
  color: rgba(246, 239, 228, 0.78);
  font-size: 1.05rem;
}

.performance-watch-copy > p + p {
  margin-top: 20px;
}

.performance-watch-sidebar {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
}

.performance-watch-sidebar h2 {
  margin: 0 0 18px;
  color: var(--gold-pale);
  font-family: var(--serif);
  font-size: 1.8rem;
}

.performance-watch-sidebar dl {
  margin: 0;
}

.performance-watch-sidebar div {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid var(--line-soft);
}

.performance-watch-sidebar dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.performance-watch-sidebar dd {
  margin: 0;
  color: var(--cream);
}

.performance-related {
  padding: 96px 0 110px;
  border-top: 1px solid var(--line-soft);
  background: #0d0a0f;
}

.performance-related-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.performance-related-heading h2 {
  margin: 4px 0 0;
  color: var(--gold-pale);
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  font-weight: 500;
}

.performance-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.performance-related-card {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  min-height: 150px;
  padding: 28px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.025);
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.performance-related-card:hover,
.performance-related-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.48);
}

.performance-related-card .mini-label {
  margin: 0 0 8px;
  color: var(--amethyst-bright);
  font-size: 0.64rem;
}

.performance-related-card h3 {
  margin: 0;
  color: var(--gold-pale);
  font-family: var(--serif);
  font-size: 1.6rem;
}

.performance-related-card > span {
  color: var(--gold-light);
  font-size: 1.35rem;
}

@media (max-width: 980px) {
  .performance-disclosure-panel,
  .performance-purpose-grid,
  .performance-watch-story {
    grid-template-columns: 1fr;
  }

  .performance-disclosure-mark {
    display: flex;
    gap: 22px;
    align-items: center;
  }

  .performance-disclosure-mark p {
    margin: 0;
  }

  .performance-purpose-copy {
    position: static;
  }

  .performance-hub-card,
  .performance-hub-card:first-child,
  .performance-hub-card:nth-child(2) {
    grid-column: span 6;
  }
}

@media (max-width: 760px) {
  .performance-library-page {
    --performance-shell: min(100% - 28px, 1240px);
  }

  .performance-hero {
    min-height: 680px;
    padding-bottom: 68px;
  }

  .performance-hero::before {
    background:
      linear-gradient(90deg, rgba(7, 6, 9, 0.95), rgba(7, 6, 9, 0.58)),
      linear-gradient(0deg, #09080c, transparent 58%),
      url("assets/haus-cast-current-2026.jpg") 58% center / cover no-repeat;
  }

  .performance-disclosure,
  .performance-hub-archive,
  .performance-purpose,
  .performance-watch-story,
  .performance-related {
    padding-block: 76px;
  }

  .performance-disclosure-panel {
    padding: 28px;
  }

  .performance-disclosure-points,
  .performance-archive-heading,
  .performance-related-grid {
    grid-template-columns: 1fr;
  }

  .performance-hub-card,
  .performance-hub-card:first-child,
  .performance-hub-card:nth-child(2) {
    grid-column: 1 / -1;
  }

  .performance-hub-card-art,
  .performance-hub-card-art img {
    min-height: 260px;
  }

  .performance-related-heading {
    display: block;
  }

  .performance-related-heading .button {
    margin-top: 18px;
  }
}

@media (max-width: 520px) {
  .performance-hero h1,
  .performance-watch-hero h1 {
    font-size: clamp(2.65rem, 14vw, 4.1rem);
  }

  .performance-hero-actions .button,
  .performance-watch-actions .button {
    width: 100%;
    justify-content: center;
  }

  .performance-disclosure-mark {
    display: block;
  }

  .performance-disclosure-mark p {
    margin-top: 20px;
  }

  .performance-purpose-list article {
    grid-template-columns: 1fr;
  }

  .performance-watch-note {
    grid-template-columns: 1fr;
  }

  .performance-watch-sidebar div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .performance-hub-card,
  .performance-hub-card-art img,
  .performance-hub-card-link::after,
  .performance-related-card {
    transition: none;
  }
}
