.livePage .masthead {
  padding-bottom: 0;
}

.livePage .desktopNav {
  margin-bottom: 0;
}

.visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.liveHero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #12090a;
}

.liveHeroStage {
  position: relative;
  min-height: calc(100svh - 17rem);
}

.liveHeroImage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 20% 74%;
}

.liveHeroVeil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(0deg, rgba(12, 8, 8, .46) 0%, rgba(12, 8, 8, .14) 22%, rgba(12, 8, 8, 0) 42%);
}

.liveHeroCaption {
  position: absolute;
  z-index: 4;
  right: auto;
  bottom: 18px;
  left: 14px;
  max-width: none;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, .94);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.45;
  white-space: nowrap;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(20, 10, 8, .45), 0 10px 28px rgba(12, 8, 8, .35);
}

.liveHeroQuestions {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: clamp(36px, 5vw, 68px);
  left: 0;
  display: grid;
  max-width: none;
  margin: 0;
  padding: 0 var(--page-pad);
  font-family: var(--serif);
  font-size: clamp(37px, 4.24vw, 70px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.038em;
  grid-template-columns: auto 1fr auto;
  column-gap: clamp(20px, 3vw, 48px);
  align-items: start;
  text-shadow: 0 1px 2px rgba(20, 10, 8, .4), 0 22px 48px rgba(12, 8, 8, .38);
}

.liveHeroQuestions span {
  display: block;
  white-space: nowrap;
}

.liveHeroQuestions span:nth-child(1) {
  justify-self: start;
}

.liveHeroQuestions span:nth-child(2) {
  margin-top: .82em;
  justify-self: center;
  text-align: center;
}

.liveHeroQuestions span:nth-child(3) {
  justify-self: end;
  text-align: right;
}

.liveCopy {
  padding: clamp(96px, 11vw, 168px) var(--page-pad) clamp(88px, 10vw, 140px);
  background: var(--white);
}

.liveCopyInner {
  max-width: var(--content);
  margin: 0 auto;
}

.liveCopy .sectionLabel {
  margin: 0 0 42px;
}

.liveCopyColumns {
  display: grid;
  margin-top: 0;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(48px, 6.4vw, 112px);
  row-gap: 0;
  align-items: start;
}

.liveCopyColumns p {
  margin: 0;
  color: var(--copy);
  font-size: clamp(18px, 1.42vw, 22px);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: -.01em;
}

.liveCopyColumns > div:last-child > p:nth-child(3) {
  line-height: 1.68;
}

.liveCopyColumns p + p {
  margin-top: 1.4em;
}

.liveCopyColumns .liveAnswer {
  margin-top: 2.5em;
  font-size: clamp(20px, 1.6vw, 25px);
}

.liveCopy:has(+ .liveClose) {
  padding-bottom: 40px;
}

.liveClose {
  padding: 60px var(--page-pad) 90px;
  color: #f6efe8;
  background: var(--bordeaux-black);
}

.liveCloseBrand,
.liveCloseWorld,
.liveCloseCall {
  max-width: var(--content);
  margin-right: auto;
  margin-left: auto;
}

.liveCloseBrand {
  margin-top: 0;
  margin-bottom: 20px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: clamp(11px, .92vw, 14px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: .22em;
}

.liveCloseWorld {
  margin: 0;
  color: #f6efe8;
  font-family: var(--serif);
  font-size: clamp(28px, 3.85vw, 54px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: .012em;
  white-space: nowrap;
}

.liveCloseCall {
  margin-top: clamp(14px, 1.8vw, 26px);
  margin-bottom: 0;
  color: #f6efe8;
  font-family: var(--serif);
  font-size: clamp(46px, 9.4vw, 118px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.042em;
  white-space: nowrap;
}

.liveFilms {
  padding: clamp(72px, 8vw, 120px) var(--page-pad) clamp(64px, 7vw, 108px);
  color: #f3ebe4;
  background: #12090a;
}

.liveArtist + .liveFilms {
  padding-top: 85px;
}

.liveFilmsInner {
  max-width: var(--content);
  margin: 0 auto;
}

.liveFilms .sectionLabel {
  margin: 0;
  color: var(--gold-light);
}

.liveFilmsTitle {
  margin: 18px 0 0;
  color: #f6efe8;
  font-family: var(--serif);
  font-size: clamp(28px, 3.15vw, 46px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.032em;
}

.liveFilmsGrid {
  display: grid;
  margin-top: clamp(36px, 4.6vw, 60px);
  padding-top: clamp(28px, 3.6vw, 44px);
  border-top: 1px solid rgba(var(--gold-rgb), .34);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 2.6vw, 36px);
}

.liveFilmsItem {
  margin: 0;
  min-width: 0;
}

.liveStage {
  position: relative;
  overflow: hidden;
  background: #12090a;
  aspect-ratio: 16 / 9;
  isolation: isolate;
  box-shadow: inset 0 0 0 1px rgba(var(--gold-rgb), .2);
  cursor: pointer;
}

.liveStage:focus {
  outline: none;
}

.liveStage:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.liveStageVideo,
.liveStagePoster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.liveStageVideo {
  z-index: 1;
  object-fit: contain;
  background: #12090a;
  opacity: 0;
  pointer-events: none;
}

.liveStagePoster {
  z-index: 2;
  object-fit: cover;
  pointer-events: none;
}

.liveFilmsItem:first-child .liveStagePoster {
  object-position: center 46%;
}

.liveFilmsItem:last-child .liveStagePoster {
  object-position: center 38%;
}

.liveStageStart {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 16px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.liveStageStart::before {
  content: "";
  position: absolute;
  width: min(86%, 340px);
  height: 108px;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(20, 9, 10, .46) 0%, rgba(20, 9, 10, .18) 48%, rgba(20, 9, 10, 0) 72%);
}

.liveStageStartRing,
.liveStageStartLabel {
  position: relative;
}

.liveStageStartLabel {
  color: #f6efe8;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 0 12px rgba(20, 9, 10, .95), 0 1px 2px rgba(20, 9, 10, .9);
}

.liveStageStartRing {
  display: grid;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(var(--gold-rgb), .88);
  border-radius: 50%;
  place-items: center;
  background: rgba(20, 9, 10, .28);
  box-shadow: 0 0 0 8px rgba(20, 9, 10, .08);
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.liveStageStartIcon {
  display: block;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-style: solid;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent var(--gold);
}

.liveStageStart:hover .liveStageStartRing,
.liveStageStart:focus-visible .liveStageStartRing {
  background: rgba(20, 9, 10, .46);
  border-color: var(--gold-light);
  transform: scale(1.03);
}

.liveStageStart:focus-visible {
  outline: none;
}

.liveStage:focus-visible .liveStageStartRing {
  border-color: var(--gold-light);
}

.liveFilmsCaption {
  margin-top: 16px;
}

.liveFilmsCaptionTitle {
  display: block;
  color: #f6efe8;
  font-family: var(--serif);
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.liveListen {
  margin-top: clamp(36px, 4.6vw, 60px);
  padding-top: clamp(28px, 3.6vw, 44px);
  border-top: 1px solid rgba(var(--gold-rgb), .34);
}

.liveListenRow {
  position: relative;
  display: grid;
  padding: 4px 0 22px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas:
    "play meta transport"
    "play progress progress";
  column-gap: 18px;
  row-gap: 12px;
  align-items: center;
}

.liveListenRow + .liveListenRow {
  padding-top: 22px;
  border-top: 1px solid rgba(var(--gold-rgb), .22);
}

.liveListenStart {
  grid-area: play;
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  color: var(--gold);
  background: transparent;
  place-items: center;
  cursor: pointer;
}

.liveListenStartRing {
  display: grid;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(var(--gold-rgb), .78);
  border-radius: 50%;
  place-items: center;
  background: transparent;
  transition: border-color .25s ease, color .25s ease;
}

.liveListenPlayIcon {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent var(--gold);
}

.liveListenPauseIcon {
  display: none;
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.liveListenRow.is-playing .liveListenPlayIcon {
  display: none;
}

.liveListenRow.is-playing .liveListenPauseIcon {
  display: block;
}

.liveListenStart:hover .liveListenStartRing,
.liveListenStart:focus-visible .liveListenStartRing,
.liveListenRow.is-playing .liveListenStartRing {
  border-color: var(--gold-light);
  color: var(--gold-light);
}

.liveListenStart:hover .liveListenPlayIcon,
.liveListenRow.is-playing .liveListenPlayIcon {
  border-color: transparent transparent transparent var(--gold-light);
}

.liveListenStart:focus-visible {
  outline: none;
}

.liveListenStart:focus-visible .liveListenStartRing {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.liveListenMeta {
  grid-area: meta;
  min-width: 0;
}

.liveListenTitle {
  margin: 0;
  color: #f6efe8;
  font-family: var(--serif);
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.liveListenCast {
  margin: 7px 0 0;
  color: rgba(246, 239, 232, .7);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: .01em;
}

.liveListenTransport {
  grid-area: transport;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  opacity: .4;
  transition: opacity .25s ease;
}

.liveListenProgress {
  grid-area: progress;
  min-width: 0;
  opacity: .38;
  transition: opacity .25s ease;
}

.liveListenRow:hover .liveListenTransport,
.liveListenRow:hover .liveListenProgress,
.liveListenRow:focus-within .liveListenTransport,
.liveListenRow:focus-within .liveListenProgress,
.liveListenRow.is-playing .liveListenTransport,
.liveListenRow.is-playing .liveListenProgress {
  opacity: 1;
}

.liveListenTime {
  flex: none;
  min-width: 7.2em;
  color: rgba(246, 239, 232, .78);
  font-family: var(--sans);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
  line-height: 1;
  white-space: nowrap;
  text-align: right;
}

.liveListenVolume {
  display: flex;
  align-items: center;
  gap: 6px;
}

.liveListenAudio {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.liveWatch {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  place-items: center;
  padding: 20px;
  opacity: 0;
  transition: opacity .4s ease;
}

.liveWatch:not([hidden]) {
  display: grid;
}

.liveWatch.is-open {
  opacity: 1;
}

.liveWatchBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 9, 10, .88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.liveWatchWindow {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(1080px, calc(100vw - 40px), calc((100svh - 140px) * 16 / 9));
  max-height: calc(100svh - 40px);
  flex-direction: column;
  overflow: hidden;
  background: #14090a;
  border: 1px solid rgba(var(--gold-rgb), .38);
  box-shadow: 0 28px 80px rgba(8, 4, 5, .58);
}

.liveWatchHead {
  display: flex;
  min-height: 56px;
  padding: 8px 10px 8px 20px;
  border-bottom: 1px solid rgba(var(--gold-rgb), .22);
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.liveWatchTitle {
  margin: 0;
  color: #f6efe8;
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.liveWatchClose {
  flex: none;
  display: inline-flex;
  align-items: center;
  max-width: 46%;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid rgba(var(--gold-rgb), .55);
  color: var(--gold);
  background: transparent;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
}

.liveWatchClose:hover,
.liveWatchClose:focus-visible {
  color: var(--gold-light);
  border-color: var(--gold-light);
  background: rgba(var(--gold-rgb), .08);
}

.liveWatchClose:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.liveWatchFrame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0c0708;
}

.liveWatchVideo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #0c0708;
  pointer-events: none;
}

.liveWatchBar {
  display: flex;
  padding: 10px 14px 12px;
  border-top: 1px solid rgba(var(--gold-rgb), .18);
  background: #12090a;
  align-items: center;
  gap: 10px;
}

.liveWatchBtn {
  flex: none;
  display: grid;
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  color: #f6efe8;
  background: transparent;
  place-items: center;
  cursor: pointer;
}

.liveWatchBtn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.liveWatchBtn svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.liveWatchPlay .liveWatchPauseMark,
.liveWatchPlay.is-playing .liveWatchPlayMark,
.liveWatchMute.is-muted .liveWatchSoundMark,
.liveWatchMute:not(.is-muted) .liveWatchMuteMark {
  display: none;
}

.liveWatchProgress {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.liveWatchSeek,
.liveWatchLevel {
  -webkit-appearance: none;
  appearance: none;
  height: 3px;
  margin: 0;
  border-radius: 0;
  background: linear-gradient(to right, var(--gold) var(--played, 0%), rgba(246, 239, 232, .28) var(--played, 0%));
  cursor: pointer;
}

.liveWatchSeek {
  width: 100%;
}

.liveWatchLevel {
  width: 72px;
  background: linear-gradient(to right, var(--gold) calc(var(--value, 1) * 100%), rgba(246, 239, 232, .28) calc(var(--value, 1) * 100%));
}

.liveWatchSeek::-webkit-slider-thumb,
.liveWatchLevel::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: #f6efe8;
}

.liveWatchSeek::-moz-range-thumb,
.liveWatchLevel::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: #f6efe8;
}

.liveWatchTime {
  flex: none;
  min-width: 7.6em;
  color: rgba(246, 239, 232, .78);
  font-family: var(--sans);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
}

.liveWatchVolume {
  display: flex;
  align-items: center;
  gap: 6px;
}

body.liveWatchIsOpen {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

@media (hover: none) {
  .liveWatchLevel {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .liveStageStartRing,
  .liveWatch,
  .liveListenStartRing,
  .liveListenTransport,
  .liveListenProgress {
    transition: none;
  }

  .liveWatchBackdrop {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

.liveArtist {
  overflow: hidden;
  background: #0a1220;
}

.liveArtistImage {
  margin: 0;
  background: #070b14;
  aspect-ratio: 3740 / 2620;
}

.liveArtistImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 32% 22%;
}

@media (max-width: 820px) {
  .liveHero {
    overflow: visible;
    background: var(--white);
    color: var(--ink);
  }

  .liveHeroStage {
    overflow: hidden;
    min-height: calc(100svh - 11.5rem);
    color: var(--white);
    background: #12090a;
  }

  .liveHeroImage {
    object-position: 16% 72%;
  }

  .liveHeroQuestions {
    display: flex;
    bottom: 28px;
    left: 0;
    padding: 0 26px;
    flex-direction: column;
    font-size: clamp(35px, 9.9vw, 48px);
    grid-template-columns: none;
  }

  .liveHeroCaption {
    position: static;
    max-width: none;
    padding: 8px 16px 0;
    color: var(--muted);
    font-size: clamp(6.5px, 2.15vw, 9px);
    letter-spacing: .055em;
    text-shadow: none;
  }

  .liveHeroQuestions span {
    white-space: nowrap;
  }

  .liveHeroQuestions span:nth-child(2),
  .liveHeroQuestions span:nth-child(3) {
    margin-top: 0;
    justify-self: start;
    text-align: left;
  }

  .liveCopy {
    padding: 48px 26px 48px;
  }

  .liveCopyColumns {
    margin-top: 28px;
    grid-template-columns: 1fr;
    row-gap: 1.4em;
  }

  .liveCopyColumns > div p + p {
    margin-top: 1.4em;
  }

  .liveCopyColumns > div + div {
    margin-top: 0;
  }

  .liveCopyColumns .liveAnswer {
    margin-top: 2.2em;
  }

  .liveCopy:has(+ .liveClose) {
    padding-bottom: 32px;
  }

  .liveClose {
    padding: 40px 26px 62px;
  }

  .liveCloseBrand {
    margin-bottom: 16px;
  }

  .liveCloseWorld {
    font-size: clamp(28px, 7.4vw, 40px);
    letter-spacing: .008em;
    white-space: normal;
  }

  .liveCloseCall {
    margin-top: 12px;
    font-size: clamp(34px, 10vw, 52px);
    letter-spacing: -.05em;
  }

  @media (max-width: 360px) {
    .liveCloseCall {
      font-size: clamp(28px, 9.2vw, 34px);
    }
  }

  .liveFilms {
    padding: 56px 26px 56px;
  }

  .liveArtist + .liveFilms {
    padding-top: 58px;
  }

  .liveFilmsTitle {
    font-size: clamp(26px, 8vw, 36px);
  }

  .liveFilmsGrid {
    margin-top: 28px;
    padding-top: 24px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .liveListen {
    margin-top: 32px;
    padding-top: 26px;
  }

  .liveListenRow {
    padding-bottom: 20px;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "play meta"
      "play progress"
      ". transport";
    column-gap: 14px;
    row-gap: 10px;
    align-items: start;
  }

  .liveListenRow + .liveListenRow {
    padding-top: 20px;
  }

  .liveListenStart,
  .liveListenStartRing {
    width: 42px;
    height: 42px;
  }

  .liveListenTransport {
    justify-content: flex-start;
  }

  .liveListenTime {
    min-width: 0;
    text-align: left;
  }

  .liveStageStartRing {
    width: 64px;
    height: 64px;
  }

  .liveWatch {
    padding: 12px;
  }

  .liveWatchWindow {
    width: min(1080px, calc(100vw - 24px), calc((100svh - 112px) * 16 / 9));
  }

  .liveWatchHead {
    min-height: 50px;
    padding: 6px 8px 6px 14px;
  }

  .liveWatchClose {
    max-width: none;
    min-height: 40px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .liveWatchBar {
    gap: 6px;
    padding: 8px 10px 10px;
  }

  .liveWatchTime {
    min-width: 0;
    font-size: 10px;
  }

  .liveArtistImage {
    min-height: 280px;
  }

  .liveArtistImage img {
    object-position: 30% 18%;
  }
}
