:root {
  --black: #0a0709;
  --black-2: #151013;
  --black-3: #21181c;
  --cream: #f7edda;
  --cream-2: #e8d6b4;
  --gold: #daa646;
  --gold-pale: #f1d79d;
  --ruby: #a3152d;
  --ruby-bright: #d42543;
  --turquoise: #2eb5ae;
  --text: #f5ecdd;
  --muted: #b8a99f;
  --line: rgba(247, 237, 218, 0.16);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --sans: "Arial Narrow", Arial, sans-serif;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--ruby-bright);
  color: white;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  margin-bottom: 24px;
  color: var(--cream);
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 0.94;
  text-transform: uppercase;
}

h1 {
  max-width: 1030px;
  font-size: clamp(5rem, 11vw, 11rem);
}

h2 {
  font-size: clamp(3.6rem, 8vw, 7.8rem);
}

h3 {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
}

p {
  margin-bottom: 1.25em;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 15px;
  transform: translateY(-150%);
  background: var(--cream);
  color: var(--black);
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(1240px, calc(100% - 54px));
  margin-inline: auto;
}

.container-narrow {
  width: min(900px, calc(100% - 54px));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 122px 0;
}

.section-dark {
  background: var(--black);
}

.section-velvet {
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(218, 166, 70, 0.12), transparent 26%),
    linear-gradient(130deg, #6f0d20 0%, #a3152d 46%, #540a17 100%);
}

.section-cream {
  background: var(--cream);
  color: #32272c;
}

.section-cream h2,
.section-cream h3 {
  color: var(--black-2);
}

.section-cream .eyebrow {
  color: #6f4d18;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 23px;
  color: var(--gold-pale);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: var(--gold);
  content: "";
}

.lead {
  max-width: 780px;
  color: #d9cfc5;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.45;
}

.section-cream .lead {
  color: #55464a;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 14px 24px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--black);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button::after {
  content: "↗";
  font-size: 1rem;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
  background: var(--cream);
}

.button-ruby {
  border-color: var(--ruby-bright);
  background: var(--ruby-bright);
  color: white;
}

.button-outline {
  border-color: rgba(247, 237, 218, 0.55);
  background: transparent;
  color: var(--cream);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-pale);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.section-cream .text-link {
  color: #7b3b1d;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 7, 9, 0.87);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--cream);
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold-pale);
  font-family: var(--display);
  font-size: 1.15rem;
  transform: rotate(45deg);
}

.brand-mark span {
  transform: rotate(-45deg);
}

.brand-mark::after {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: var(--ruby-bright);
  content: "";
}

.brand-copy {
  display: grid;
  gap: 2px;
  font-family: var(--display);
  font-size: 1.22rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-copy small {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list a {
  position: relative;
  color: #d7cbc1;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-list a::before {
  position: absolute;
  top: -13px;
  left: 50%;
  width: 5px;
  height: 5px;
  transform: translateX(-50%) rotate(45deg) scale(0);
  background: var(--gold);
  content: "";
  transition: transform 180ms ease;
}

.nav-list a:hover,
.nav-list a:focus-visible,
.nav-list a[aria-current="page"] {
  color: var(--cream);
}

.nav-list a:hover::before,
.nav-list a:focus-visible::before,
.nav-list a[aria-current="page"]::before {
  transform: translateX(-50%) rotate(45deg) scale(1);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--gold);
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 19px;
  height: 1px;
  margin: 6px auto;
  background: var(--gold-pale);
}

.hero {
  position: relative;
  display: flex;
  min-height: 910px;
  align-items: flex-end;
  overflow: hidden;
  padding: 160px 0 92px;
  background:
    linear-gradient(90deg, rgba(5, 3, 4, 0.98) 0%, rgba(5, 3, 4, 0.82) 35%, rgba(5, 3, 4, 0.1) 76%),
    linear-gradient(0deg, rgba(5, 3, 4, 0.82) 0%, transparent 42%),
    url("hero-live-show.jpg") center / cover;
}

.hero::before {
  position: absolute;
  top: 110px;
  right: 7%;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(218, 166, 70, 0.35);
  content: "";
  transform: rotate(45deg);
}

.hero-inner {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 850px;
  margin-bottom: 30px;
}

.hero h1 .accent {
  display: block;
  color: var(--ruby-bright);
  text-shadow: 4px 4px 0 var(--cream);
}

.hero-copy {
  max-width: 680px;
  margin-bottom: 38px;
  color: #d9cec4;
  font-size: 1.12rem;
}

.hero-tag {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(360px, 32vw);
  padding: 27px 31px;
  border-top: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
  background: rgba(10, 7, 9, 0.82);
}

.hero-tag strong {
  display: block;
  color: var(--gold-pale);
  font-family: var(--display);
  font-size: 2rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-tag span {
  color: var(--muted);
  font-size: 0.8rem;
}

.marquee {
  overflow: hidden;
  border-top: 1px solid rgba(10, 7, 9, 0.4);
  border-bottom: 1px solid rgba(10, 7, 9, 0.4);
  background: var(--gold);
  color: var(--black);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 34s linear infinite;
}

.marquee-track span {
  padding: 18px 26px;
  font-family: var(--display);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee-track span::after {
  margin-left: 52px;
  color: var(--ruby);
  content: "◆";
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.heading-grid {
  display: grid;
  margin-bottom: 68px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.65fr);
  gap: clamp(44px, 9vw, 120px);
  align-items: end;
}

.heading-grid h2 {
  margin-bottom: 0;
}

.heading-grid p {
  margin-bottom: 8px;
  color: var(--muted);
}

.section-cream .heading-grid p {
  color: #695b5e;
}

.show-grid {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.show-card {
  position: relative;
  min-height: 420px;
  padding: 36px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--black-2);
}

.show-card::after {
  position: absolute;
  right: -85px;
  bottom: -105px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(218, 166, 70, 0.24);
  content: "";
  transform: rotate(45deg);
}

.show-card > span {
  display: block;
  margin-bottom: 95px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 1.2rem;
}

.show-card h3 {
  font-size: 2.65rem;
}

.show-card p {
  color: var(--muted);
}

.profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(55px, 10vw, 145px);
  align-items: start;
}

.profile-poster {
  position: relative;
  min-height: 650px;
  padding: 45px;
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(10, 7, 9, 0.9), transparent 70%),
    url("hero-live-show.jpg") 66% center / cover;
  box-shadow: var(--shadow);
}

.profile-poster::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(247, 237, 218, 0.45);
  content: "";
}

.profile-poster-text {
  position: absolute;
  z-index: 2;
  right: 45px;
  bottom: 40px;
  left: 45px;
}

.profile-poster-text strong {
  display: block;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(3rem, 7vw, 5.4rem);
  letter-spacing: 0.02em;
  line-height: 0.9;
  text-transform: uppercase;
}

.profile-poster-text span {
  color: var(--gold-pale);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.profile-copy {
  padding-top: 35px;
}

.profile-copy .signature {
  margin: 45px 0;
  padding-left: 28px;
  border-left: 3px solid var(--gold);
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.feature-list {
  display: grid;
}

.feature {
  display: grid;
  padding: 25px 0;
  border-top: 1px solid var(--line);
  grid-template-columns: 52px 1fr;
  gap: 18px;
}

.feature:last-child {
  border-bottom: 1px solid var(--line);
}

.feature > span {
  color: var(--gold);
  font-family: var(--display);
  font-size: 1.15rem;
}

.feature h3 {
  margin-bottom: 8px;
  font-size: 1.9rem;
}

.feature p {
  margin-bottom: 0;
  color: var(--muted);
}

.section-cream .feature {
  border-color: rgba(10, 7, 9, 0.17);
}

.section-cream .feature p {
  color: #66585c;
}

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

.format-card {
  position: relative;
  min-height: 430px;
  padding: 42px;
  overflow: hidden;
  background: var(--black-2);
}

.format-card:nth-child(2) {
  background: var(--ruby);
}

.format-card:nth-child(3) {
  background: #263f40;
}

.format-card:nth-child(4) {
  border: 1px solid var(--line);
  background: transparent;
}

.format-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 90px;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold-pale);
  font-family: var(--display);
  font-size: 1.3rem;
  transform: rotate(45deg);
}

.format-icon span {
  transform: rotate(-45deg);
}

.format-card p {
  max-width: 470px;
  color: #c5b6ae;
}

.format-card:nth-child(2) p,
.format-card:nth-child(3) p {
  color: #eaded6;
}

.timeline {
  display: grid;
  border-top: 1px solid var(--line);
  counter-reset: time;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.timeline-step {
  min-height: 310px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  counter-increment: time;
}

.timeline-step:first-child {
  border-left: 1px solid var(--line);
}

.timeline-step::before {
  display: block;
  margin-bottom: 70px;
  color: var(--gold);
  content: "0" counter(time);
  font-family: var(--display);
  font-size: 1.2rem;
}

.timeline-step h3 {
  font-size: 2rem;
}

.timeline-step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.legacy-box {
  border: 1px solid rgba(10, 7, 9, 0.22);
  background: rgba(255, 255, 255, 0.36);
}

.legacy-box summary {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 28px 32px;
  color: var(--black);
  font-family: var(--display);
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  list-style: none;
  text-transform: uppercase;
}

.legacy-box summary::-webkit-details-marker {
  display: none;
}

.legacy-box summary::after {
  color: var(--ruby);
  content: "+";
  font-family: var(--sans);
  font-size: 2rem;
  transition: transform 180ms ease;
}

.legacy-box[open] summary::after {
  transform: rotate(45deg);
}

.legacy-content {
  padding: 8px 32px 34px;
  border-top: 1px solid rgba(10, 7, 9, 0.18);
}

.legacy-content > p {
  max-width: 850px;
  margin-top: 25px;
  color: #65575a;
  font-size: 0.88rem;
}

.legacy-links {
  display: grid;
  margin-top: 25px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(10, 7, 9, 0.15);
}

.legacy-links a {
  padding: 15px 17px;
  background: var(--cream);
  color: #47393e;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
}

.legacy-links a:hover,
.legacy-links a:focus-visible {
  background: var(--gold-pale);
  color: var(--black);
}

.partner-grid {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.partner-card {
  display: flex;
  min-height: 175px;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.partner-card:hover,
.partner-card:focus-visible {
  position: relative;
  z-index: 2;
  transform: translateY(-3px);
  background: var(--black-2);
}

.partner-card strong {
  color: var(--cream);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.partner-card span {
  color: var(--muted);
  font-size: 0.78rem;
}

.partner-card span::after {
  margin-left: 8px;
  color: var(--gold);
  content: "↗";
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 220px 0 120px;
  background:
    linear-gradient(110deg, rgba(10, 7, 9, 0.98), rgba(10, 7, 9, 0.7)),
    url("hero-live-show.jpg") 64% center / cover;
}

.page-hero::before {
  position: absolute;
  top: 70px;
  right: 9%;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(218, 166, 70, 0.32);
  content: "";
  transform: rotate(45deg);
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  max-width: 1050px;
  font-size: clamp(5rem, 11vw, 10rem);
}

.page-hero .lead {
  margin-bottom: 0;
}

.page-nav {
  position: sticky;
  z-index: 50;
  top: 84px;
  border-bottom: 1px solid var(--line);
  background: rgba(21, 16, 19, 0.95);
  backdrop-filter: blur(14px);
}

.page-nav-inner {
  display: flex;
  overflow-x: auto;
  gap: 34px;
  scrollbar-width: none;
}

.page-nav-inner::-webkit-scrollbar {
  display: none;
}

.page-nav a {
  padding: 18px 0;
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-nav a:hover,
.page-nav a:focus-visible {
  color: var(--gold-pale);
}

.content-section {
  padding: 100px 0;
  border-bottom: 1px solid var(--line);
}

.content-grid {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: clamp(36px, 7vw, 95px);
}

.content-index {
  color: var(--gold);
  font-family: var(--display);
  font-size: 1.4rem;
}

.content-body {
  max-width: 940px;
}

.content-body > p:not(.lead) {
  max-width: 800px;
  color: #b9aca4;
}

.content-body ul {
  display: grid;
  max-width: 840px;
  margin: 34px 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
}

.content-body li {
  position: relative;
  padding: 16px 0 16px 25px;
  border-top: 1px solid var(--line);
  color: #d1c4ba;
}

.content-body li::before {
  position: absolute;
  top: 24px;
  left: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: var(--ruby-bright);
  content: "";
}

.section-cream .content-body > p:not(.lead),
.section-cream .content-body li {
  color: #5f5256;
}

.section-cream .content-body li {
  border-color: rgba(10, 7, 9, 0.16);
}

.note {
  max-width: 840px;
  margin: 38px 0;
  padding: 25px 28px;
  border-left: 3px solid var(--gold);
  background: var(--black-3);
  color: #cfc1b6;
  font-size: 0.9rem;
}

.section-cream .note {
  background: #eadabc;
  color: #554348;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.78fr);
  gap: clamp(50px, 9vw, 125px);
  align-items: start;
}

.contact-card {
  padding: 42px;
  border: 1px solid var(--gold);
  background: var(--black-2);
  box-shadow: var(--shadow);
}

.contact-card h3 {
  font-size: 3rem;
}

.contact-list {
  display: grid;
  margin: 30px 0;
}

.contact-list a,
.contact-list div {
  display: grid;
  padding: 17px 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
  grid-template-columns: 88px 1fr;
  gap: 17px;
}

.contact-list span {
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal {
  display: grid;
  gap: 65px;
}

.legal-section {
  padding-top: 45px;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  font-size: clamp(3.5rem, 7vw, 6.8rem);
}

.legal-section h3 {
  margin-top: 30px;
  font-family: var(--sans);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.legal-section p {
  max-width: 880px;
  color: var(--muted);
}

.cta {
  padding: 94px 0;
  background: var(--gold);
  color: var(--black);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta h2 {
  max-width: 850px;
  margin-bottom: 0;
  color: var(--black);
  font-size: clamp(3.5rem, 7vw, 7rem);
}

.cta .button {
  border-color: var(--black);
  background: var(--black);
  color: var(--cream);
}

.site-footer {
  padding: 74px 0 28px;
  background: #050304;
}

.footer-grid {
  display: grid;
  padding-bottom: 60px;
  grid-template-columns: 1.5fr 0.7fr 1fr;
  gap: 55px;
}

.footer-brand p {
  max-width: 420px;
  margin-top: 26px;
  color: #8f817a;
  font-size: 0.88rem;
}

.footer-title {
  display: block;
  margin-bottom: 22px;
  color: var(--gold-pale);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: #a99a92;
  font-size: 0.86rem;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--cream);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: #6f6360;
  font-size: 0.72rem;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1020px) {
  body.menu-open {
    overflow: hidden;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 84px;
    right: 0;
    bottom: auto;
    left: 0;
    height: calc(100dvh - 84px);
    overflow-y: auto;
    visibility: hidden;
    padding: 35px 28px;
    transform: translateY(-10px);
    background: var(--black);
    opacity: 0;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .menu-open .site-nav {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }

  .nav-list {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .nav-list li {
    border-bottom: 1px solid var(--line);
  }

  .nav-list a {
    display: block;
    padding: 17px 0;
    font-family: var(--display);
    font-size: 2.1rem;
    letter-spacing: 0.03em;
  }

  .nav-list a::before {
    display: none;
  }

  .show-grid {
    grid-template-columns: 1fr;
  }

  .show-card {
    min-height: 330px;
  }

  .show-card > span {
    margin-bottom: 55px;
  }

  .profile-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .profile-poster {
    min-height: 780px;
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legacy-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr;
  }
}

@media (max-width: 680px) {
  .container,
  .container-narrow {
    width: min(100% - 32px, 1240px);
  }

  .section {
    padding: 82px 0;
  }

  .header-inner {
    min-height: 74px;
  }

  .site-nav {
    top: 74px;
    height: calc(100dvh - 74px);
  }

  .brand-copy small {
    display: none;
  }

  .hero {
    min-height: 810px;
    padding: 135px 0 76px;
    background:
      linear-gradient(90deg, rgba(5, 3, 4, 0.96), rgba(5, 3, 4, 0.5)),
      linear-gradient(0deg, rgba(5, 3, 4, 0.92), transparent 52%),
      url("hero-live-show.jpg") 63% center / cover;
  }

  .hero h1 {
    font-size: clamp(4.2rem, 20vw, 6.1rem);
  }

  .hero h1 .accent {
    text-shadow: 2px 2px 0 var(--cream);
  }

  .hero-tag {
    position: relative;
    width: 100%;
    margin-top: 45px;
    border-right: 1px solid var(--gold);
  }

  .heading-grid {
    margin-bottom: 45px;
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .format-grid,
  .partner-grid,
  .timeline,
  .legacy-links {
    grid-template-columns: 1fr;
  }

  .format-card {
    min-height: 360px;
    padding: 32px 27px;
  }

  .format-icon {
    margin-bottom: 65px;
  }

  .profile-poster {
    min-height: 590px;
    padding: 28px;
  }

  .profile-poster-text {
    right: 28px;
    bottom: 30px;
    left: 28px;
  }

  .timeline-step,
  .timeline-step:first-child {
    min-height: 240px;
    border-left: 1px solid var(--line);
  }

  .timeline-step::before {
    margin-bottom: 42px;
  }

  .legacy-box summary {
    padding: 23px 22px;
    font-size: 1.45rem;
  }

  .legacy-content {
    padding: 4px 22px 25px;
  }

  .page-hero {
    padding: 165px 0 90px;
  }

  .page-hero h1 {
    font-size: clamp(4.3rem, 20vw, 6.3rem);
  }

  .page-nav {
    top: 74px;
  }

  .content-section {
    padding: 76px 0;
  }

  .content-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .content-body ul {
    grid-template-columns: 1fr;
  }

  .contact-card {
    padding: 30px 24px;
  }

  .contact-list a,
  .contact-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .cta-inner,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

.encore-note {
  padding: 8px 0 76px;
  color: var(--text);
  background: var(--cream);
}

.encore-note__ticket {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: clamp(24px, 5vw, 62px);
  align-items: center;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(218,166,70,.58);
  outline: 7px solid var(--ruby);
  outline-offset: -13px;
  color: var(--cream);
  background:
    radial-gradient(circle at 12px 12px, rgba(218,166,70,.16) 0 2px, transparent 3px) 0 0 / 24px 24px,
    linear-gradient(135deg, var(--black-3), var(--black));
  box-shadow: 18px 20px 0 rgba(163,21,45,.22);
}

.encore-note__ticket > strong {
  color: var(--gold);
  font: 400 clamp(34px, 5vw, 64px)/.9 var(--display);
  letter-spacing: .04em;
  text-transform: uppercase;
  transform: rotate(-3deg);
}

.encore-note p {
  margin: 0;
  color: rgba(247,237,218,.88);
  font: 400 clamp(16px, 1.45vw, 19px)/1.8 var(--sans);
}

.encore-note a {
  color: var(--gold-pale);
  text-decoration: none;
  border-bottom: 1px solid rgba(218,166,70,.45);
}

.encore-note a:hover,
.encore-note a:focus-visible {
  color: var(--turquoise);
  border-color: var(--turquoise);
}

@media (max-width: 760px) {
  .encore-note__ticket {
    grid-template-columns: 1fr;
    gap: 20px;
    box-shadow: 10px 12px 0 rgba(163,21,45,.22);
  }
}
