:root {
  color-scheme: dark;
  --ink: #f3f3f0;
  --muted: #c7c7c1;
  --line: rgba(243, 243, 240, 0.45);
  --thin-line: rgba(243, 243, 240, 0.2);
  --black: #050505;
  --paper: #eeeeea;
  --poster: "Bebas Neue", "DIN Condensed", "Arial Narrow", sans-serif;
  --body-condensed: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, rgba(7, 7, 7, 0) 58%, rgba(7, 7, 7, 0.34) 74%, #070707 100%),
    url("fb-banner.png") center top / 100% auto no-repeat,
    #070707;
  font-family: var(--poster);
  font-stretch: condensed;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.09), transparent 26%),
    repeating-radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
  opacity: 0.32;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  min-height: 100vh;
  padding: clamp(22px, 4vw, 50px) clamp(18px, 4vw, 62px) 30px;
}

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.brand-mark {
  display: none;
  width: 118px;
  min-height: 88px;
  padding: 9px 10px 8px;
  border: 4px solid var(--paper);
  border-radius: 18px;
  color: var(--paper);
  font-family: Impact, Haettenschweiler, "Arial Narrow", sans-serif;
  font-size: 22px;
  line-height: 0.9;
  text-transform: uppercase;
  transform: rotate(-1.5deg);
  text-shadow: 1px 1px 0 #000;
}

.brand-mark span {
  display: block;
}

.social-links {
  display: flex;
  align-items: center;
}

.section-title h2,
.hero-cta,
.ticket-link,
.watch-label {
  font-family: var(--poster);
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.section-title h2 {
  font-weight: 400;
}

.hero-cta,
.ticket-link,
.watch-label {
  font-weight: 400;
}

.social-links {
  justify-self: end;
  gap: clamp(14px, 2.2vw, 28px);
}

.social-links a {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  opacity: 0.92;
  transition: opacity 170ms ease, transform 170ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  opacity: 1;
  transform: translateY(-2px);
}

.social-links svg {
  width: 24px;
  height: 24px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-links a:nth-child(2) svg {
  fill: currentColor;
  stroke: none;
}

.hero {
  min-height: clamp(430px, 55vw, 650px);
  display: grid;
  align-items: end;
  padding: clamp(38px, 6vw, 72px) 0 clamp(20px, 3vw, 42px);
}

h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-height: 42px;
  padding: 9px 18px;
  border: 1px solid var(--paper);
  background: rgba(0, 0, 0, 0.72);
  color: var(--paper);
  font-size: 19px;
  line-height: 1;
  text-align: center;
}

.bio-section,
.content-grid {
  background: #070707;
}

.bio-section {
  padding: 32px;
}

.bio-copy {
  max-width: 900px;
  columns: 2 320px;
  column-gap: clamp(26px, 4vw, 54px);
  color: rgba(243, 243, 240, 0.76);
  font-family: var(--body-condensed);
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.38;
}

.bio-copy p {
  margin: 0 0 0.68em;
  break-inside: avoid;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 410px);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  padding-top: clamp(36px, 6vw, 76px);
}

.tour-panel {
  min-width: 0;
}

.section-title {
  margin-bottom: 14px;
  border-bottom: 2px solid var(--line);
}

.section-title h2 {
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 0 0 10px;
  font-size: clamp(29px, 3vw, 40px);
  line-height: 1;
}

.tour-list {
  border-top: 1px solid var(--thin-line);
}

.tour-row {
  display: grid;
  grid-template-columns: minmax(140px, 0.95fr) minmax(150px, 1.1fr) minmax(160px, 1.25fr) 152px;
  gap: clamp(12px, 2.5vw, 38px);
  align-items: center;
  min-height: 46px;
  border-bottom: 1px solid var(--thin-line);
  color: rgba(243, 243, 240, 0.84);
  font-family: var(--poster);
  font-size: clamp(17px, 1.5vw, 23px);
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 1.05;
  text-transform: uppercase;
}

.tour-row span,
.tour-row time {
  overflow-wrap: anywhere;
}

.ticket-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: center;
  min-height: 32px;
  padding: 4px 7px 3px 13px;
  background: var(--paper);
  color: #0b0b0b;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1;
  text-align: center;
  transition: transform 170ms ease, background 170ms ease;
}

.ticket-link:hover,
.ticket-link:focus-visible {
  background: #ffffff;
  transform: translateX(3px);
}

.ticket-link.is-disabled {
  cursor: default;
  background: transparent;
  color: rgba(243, 243, 240, 0.65);
  box-shadow: inset 0 0 0 1px rgba(243, 243, 240, 0.36);
}

.ticket-link.is-disabled:hover,
.ticket-link.is-disabled:focus-visible {
  background: transparent;
  transform: none;
}

.ticket-label {
  display: block;
  text-align: center;
}

.ticket-arrow {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.8;
  text-align: center;
  transform: translateY(-1px);
}

.contact-panel {
  min-height: 360px;
  padding-left: clamp(22px, 4vw, 54px);
  border-left: 1px solid var(--line);
}

.contact-panel p {
  max-width: 310px;
  margin: 28px 0 28px;
  color: rgba(243, 243, 240, 0.88);
  font-family: var(--poster);
  font-size: clamp(18px, 1.6vw, 23px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.28;
  text-transform: uppercase;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 38px;
  padding: 7px 20px 6px;
  border: 1px solid var(--paper);
  background: var(--paper);
  color: #0b0b0b;
  font-family: var(--poster);
  font-size: clamp(18px, 1.65vw, 23px);
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: background 170ms ease, transform 170ms ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  background: #ffffff;
  transform: translateX(3px);
}

.video-section {
  padding-top: clamp(36px, 6vw, 76px);
  background: #070707;
}

.video-link {
  position: relative;
  display: block;
  width: min(960px, 100%);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #000;
}

.video-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
  transition: transform 180ms ease, filter 180ms ease;
}

.video-link:hover img,
.video-link:focus-visible img {
  filter: grayscale(0.8) contrast(1.08);
  transform: scale(1.02);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(66px, 9vw, 96px);
  aspect-ratio: 1.4 / 1;
  border-radius: 10px;
  background: #f4f4f0;
  transform: translate(-50%, -50%);
}

.play-button::after {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  content: "";
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 21px solid #050505;
  transform: translate(-50%, -50%);
}

.watch-label {
  position: absolute;
  right: 16px;
  bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(243, 243, 240, 0.72);
  background: rgba(0, 0, 0, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--poster);
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 940px) {
  body {
    background-attachment: scroll;
  }

  .site-header {
    justify-content: flex-start;
  }

  .hero {
    min-height: 390px;
  }

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

  .contact-panel {
    min-height: auto;
    padding-top: 26px;
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .site-shell {
    padding-inline: 16px;
  }

  .hero {
    min-height: 350px;
    align-items: end;
  }

  .hero-cta {
    justify-self: start;
  }

  .bio-section {
    padding: 20px;
  }

  .tour-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 0;
  }

  .ticket-link {
    justify-content: center;
    width: 100%;
    margin-top: 3px;
  }
}
