@font-face {
  font-family: "Karanz Sans";
  src: url("assets/fonts/site-font.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --black: #08080a;
  --panel: #101011;
  --white: #f7f7f5;
  --muted: #8a8a8c;
  --purple: #b329dc;
  --cyan: #44d7ef;
  --line: rgba(255, 255, 255, 0.13);
  --content: 1172px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: "Karanz Sans", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

button,
a {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
}

a {
  text-decoration: none;
}

[hidden] {
  display: none !important;
}

.loader {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 24px;
  background: #070708;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.loader img {
  width: 190px;
  height: auto;
}

.loader.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.loader__track {
  width: 190px;
  height: 1px;
  overflow: hidden;
  background: #303033;
}

.loader__track span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--purple);
  box-shadow: 0 0 10px rgba(179, 41, 220, 0.8);
  transition: width 140ms linear;
}

.content {
  position: relative;
  z-index: 2;
  width: calc(100% - 96px);
  max-width: var(--content);
  margin: 0 auto;
}

.section,
.booking {
  position: relative;
  overflow: hidden;
  background: var(--panel);
}

.section--image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.section-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(7, 8, 10, 0.78);
}

.section-overlay--deep {
  background: rgba(7, 7, 9, 0.84);
}

.section-overlay--booking {
  background: rgba(4, 4, 6, 0.72);
  box-shadow: inset 0 -130px 100px rgba(0, 0, 0, 0.5);
}

.eyebrow,
.booking__eyebrow,
.booking__availability {
  margin: 0 0 34px;
  color: #858589;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  word-spacing: 8px;
}

.eyebrow--center {
  text-align: center;
}

.section-title {
  margin: 0;
  font-size: 58px;
  font-weight: 850;
  line-height: 0.95;
}

.hero {
  position: relative;
  height: 400vh;
  background: #050506;
}

.hero__sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #08080b;
}

#heroCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 -130px 110px rgba(0, 0, 0, 0.38), inset 0 70px 100px rgba(0, 0, 0, 0.16);
}

.hero-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  text-align: center;
  pointer-events: none;
  will-change: opacity, transform;
}

.hero-copy--intro {
  transform: translate(-50%, -44%);
}

.hero-role {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 650;
}

.hero-copy h1 {
  margin: 0;
  font-size: 116px;
  font-weight: 850;
  line-height: 0.9;
  text-shadow: 0 4px 35px rgba(0, 0, 0, 0.48);
}

.hero-tags {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 38px;
}

.hero-tags span {
  min-width: 62px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  line-height: 1;
  backdrop-filter: blur(4px);
}

.hero-copy--statement {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -45%);
  opacity: 0;
}

.hero-copy--statement strong,
.hero-copy--statement em {
  display: block;
  font-size: 66px;
  line-height: 1.07;
}

.hero-copy--statement strong {
  font-weight: 850;
  font-style: normal;
  text-shadow: 0 4px 26px rgba(0, 0, 0, 0.55);
}

.hero-copy--statement em {
  color: rgba(245, 245, 245, 0.67);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.bio {
  min-height: 112vh;
  background-image: url("assets/images/portrait-controller.jpg");
  background-position: center 30%;
}

.bio__content {
  max-width: 1040px;
  padding: 220px 0 112px;
}

.bio__title {
  max-width: 1040px;
  margin: 0;
  font-size: 55px;
  font-weight: 850;
  line-height: 0.98;
}

.bio__title em {
  color: #87878b;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.rule {
  width: 100%;
  height: 1px;
  margin: 86px 0 70px;
  background: var(--line);
}

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

.bio__grid p {
  margin: 0;
  font-size: 20px;
  line-height: 1.58;
}

.bio__closing {
  max-width: 780px;
  margin: 72px 0 0;
  padding-left: 32px;
  border-left: 1px solid rgba(179, 41, 220, 0.58);
  color: #98989b;
  font-size: 18px;
  font-style: italic;
  font-weight: 650;
  line-height: 1.55;
}

.genres {
  min-height: 110vh;
  display: flex;
  align-items: center;
  background-image: url("assets/images/portrait-blue.jpg");
  background-position: center 28%;
}

.genres__content {
  padding: 120px 0;
  text-align: center;
}

.genres__title {
  margin: 0 0 88px;
  font-size: 90px;
  font-style: italic;
  font-weight: 850;
  line-height: 0.95;
}

.genres__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 24px;
  row-gap: 30px;
}

.genres__list span {
  color: rgba(255, 255, 255, 0.12);
  font-size: 52px;
  font-weight: 800;
  line-height: 0.94;
  text-transform: uppercase;
  transition: color 300ms ease, text-shadow 300ms ease;
}

.genres__list span.is-active {
  color: #f8f8f8;
  text-shadow: 0 0 20px rgba(179, 41, 220, 0.76), 0 0 35px rgba(68, 215, 239, 0.28);
}

.gallery {
  background: #111113;
}

.gallery__content {
  max-width: 1158px;
  padding: 42px 0 150px;
}

.gallery .eyebrow {
  margin-bottom: 14px;
}

.gallery .section-title {
  margin-bottom: 62px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
}

.video-column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 16px;
}

.video-card {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  break-inside: avoid;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: #1c1c20;
  cursor: pointer;
}

.video-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  box-shadow: inset 0 -70px 75px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.video-card--portrait {
  aspect-ratio: 0.725;
}

.video-card--landscape {
  aspect-ratio: 3 / 2;
}

.video-card--square {
  aspect-ratio: 1 / 1;
}

.video-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 500ms ease, opacity 350ms ease;
}

.video-card:hover video,
.video-card:focus-visible video {
  transform: scale(1.025);
  opacity: 0.7;
}

.play-mark {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 250ms ease;
}

.play-mark::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 19px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
}

.video-card:hover .play-mark,
.video-card:focus-visible .play-mark {
  opacity: 1;
}

.venues {
  min-height: 108vh;
  display: flex;
  align-items: center;
  background-image: url("assets/images/portrait-white.jpg");
  background-position: center 34%;
}

.venues__content {
  padding: 140px 0;
}

.venues .section-title {
  margin-bottom: 76px;
}

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

.venue {
  min-width: 0;
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(4, 4, 7, 0.74);
}

.venue span {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #a1a1a4;
  font-size: 16px;
  font-style: italic;
  font-weight: 850;
}

.venue i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-left: 14px;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 12px rgba(179, 41, 220, 0.72);
}

.rider {
  min-height: 108vh;
  display: flex;
  align-items: center;
  background-image: url("assets/images/portrait-bucket.jpg");
  background-position: center 28%;
}

.rider__content {
  max-width: 960px;
  padding: 130px 0 105px;
}

.rider__title {
  margin: 0 0 66px;
  font-size: 38px;
  line-height: 1;
}

.rider-list {
  display: grid;
  gap: 16px;
}

.rider-row {
  min-height: 94px;
  display: grid;
  grid-template-columns: 56px minmax(230px, 1fr) auto;
  align-items: center;
  padding: 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(3, 3, 5, 0.8);
}

.rider-index {
  color: var(--purple);
  font-family: "Courier New", monospace;
  font-size: 16px;
  font-weight: 700;
}

.rider-name {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
  font-family: "Courier New", monospace;
}

.rider-name strong {
  font-size: 15px;
}

.rider-name small {
  color: #77777b;
  font-size: 11px;
}

.rider-spec {
  max-width: 300px;
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: #171719;
  color: #a7a7aa;
  font-family: "Courier New", monospace;
  font-size: 11px;
  text-align: center;
}

.service-meta {
  display: grid;
  gap: 12px;
  margin-top: 54px;
  padding-top: 26px;
  border-top: 1px dashed rgba(255, 255, 255, 0.13);
}

.service-meta p {
  margin: 0;
  color: #858589;
  font-family: "Courier New", monospace;
  font-size: 11px;
  line-height: 1.7;
}

.service-meta strong {
  margin-right: 12px;
  color: #bdbdc0;
}

.booking {
  min-height: 650px;
  display: flex;
  align-items: center;
  background-image: url("assets/images/portrait-maroon.jpg");
  background-position: center 37%;
}

.booking__content {
  padding: 100px 0 90px;
  text-align: center;
}

.booking__eyebrow {
  margin-bottom: 24px;
}

.booking__title {
  margin: 0 0 56px;
  font-size: 72px;
  line-height: 0.95;
}

.booking-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.booking-grid a {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.booking-grid small {
  color: #79797d;
  font-size: 11px;
  font-weight: 800;
}

.booking-grid strong {
  overflow-wrap: anywhere;
  font-size: 17px;
}

.booking-grid a:hover strong,
.booking-grid a:focus-visible strong,
.facebook-link:hover,
.facebook-link:focus-visible {
  color: var(--cyan);
}

.facebook-link {
  display: inline-block;
  margin-top: 48px;
  color: #858589;
  font-size: 11px;
  font-weight: 750;
  transition: color 250ms ease;
}

.booking__availability {
  margin: 54px 0 0;
  color: #68686c;
}

footer {
  min-height: 176px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #101012;
}

footer img {
  width: 100px;
  height: auto;
  opacity: 0.55;
}

footer p {
  margin: 0;
  color: #555559;
  font-size: 10px;
  font-weight: 700;
  word-spacing: 13px;
}

.video-modal {
  position: fixed;
  z-index: 900;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 60px;
  background: rgba(0, 0, 0, 0.95);
}

.video-modal video {
  width: auto;
  max-width: 92vw;
  height: auto;
  max-height: 88vh;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  background: #000;
}

.modal-close {
  position: fixed;
  z-index: 2;
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: #111113;
  cursor: pointer;
}

.modal-close span::before,
.modal-close span::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 12px;
  width: 18px;
  height: 1px;
  background: #fff;
}

.modal-close span::before {
  transform: rotate(45deg);
}

.modal-close span::after {
  transform: rotate(-45deg);
}

.js-ready .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@media (max-width: 1120px) {
  .hero-copy h1 {
    font-size: 88px;
  }

  .hero-copy--statement strong,
  .hero-copy--statement em {
    font-size: 56px;
  }

  .bio__title {
    font-size: 52px;
  }

  .genres__title {
    font-size: 76px;
  }

  .genres__list span {
    font-size: 44px;
  }

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

  .booking-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 38px;
  }
}

@media (max-width: 760px) {
  .content {
    width: calc(100% - 48px);
  }

  .section--image {
    background-attachment: scroll;
  }

  .eyebrow {
    margin-bottom: 26px;
    font-size: 10px;
  }

  .section-title {
    font-size: 42px;
  }

  .hero {
    height: 360vh;
  }

  .hero-copy--intro {
    transform: translate(-50%, -34%);
  }

  .hero-role {
    margin-bottom: 20px;
    font-size: 9px;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .hero-tags {
    gap: 6px;
    margin-top: 28px;
  }

  .hero-tags span {
    min-width: 0;
    padding: 6px 8px;
    font-size: 7px;
  }

  .hero-copy--statement strong,
  .hero-copy--statement em {
    font-size: 38px;
    line-height: 1.04;
  }

  .bio {
    min-height: auto;
    background-position: center;
  }

  .bio__content {
    padding: 104px 0 100px;
  }

  .bio__title {
    font-size: 31px;
    line-height: 0.98;
  }

  .rule {
    margin: 54px 0 42px;
  }

  .bio__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bio__grid p {
    font-size: 17px;
    line-height: 1.62;
  }

  .bio__closing {
    margin-top: 50px;
    padding-left: 20px;
    font-size: 15px;
  }

  .genres {
    min-height: 100vh;
  }

  .genres__content {
    padding: 100px 0;
  }

  .genres__title {
    margin-bottom: 62px;
    font-size: 36px;
  }

  .genres__list {
    column-gap: 7px;
    row-gap: 17px;
  }

  .genres__list span {
    font-size: 26px;
  }

  .gallery__content {
    width: calc(100% - 64px);
    padding: 102px 0 116px;
  }

  .gallery .section-title {
    margin-bottom: 50px;
    font-size: 31px;
  }

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

  .video-card {
    min-width: 0;
  }

  .video-card--portrait {
    aspect-ratio: 0.52;
  }

  .video-card--landscape {
    aspect-ratio: 1.08;
  }

  .video-grid > .video-card:nth-child(n + 3) {
    grid-column: 1 / -1;
  }

  .video-grid > .video-card--landscape:nth-child(n + 3),
  .video-grid > .video-card--square:nth-child(n + 3) {
    aspect-ratio: 2.18;
  }

  .venues {
    min-height: auto;
    background-position: center;
  }

  .venues__content {
    padding: 118px 0 110px;
  }

  .venues .section-title {
    margin-bottom: 52px;
    font-size: 30px;
  }

  .venue-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .venue {
    min-height: 78px;
    padding: 18px 25px;
  }

  .venue span {
    font-size: 17px;
  }

  .rider {
    min-height: auto;
  }

  .rider__content {
    padding: 112px 0 104px;
  }

  .rider__title {
    margin-bottom: 48px;
    font-size: 32px;
    line-height: 1.05;
  }

  .rider-row {
    grid-template-columns: 38px 1fr;
    gap: 4px 10px;
    padding: 20px;
  }

  .rider-spec {
    grid-column: 2;
    justify-self: start;
    max-width: 100%;
    margin-top: 8px;
    padding: 8px 12px;
    font-size: 9px;
  }

  .service-meta {
    margin-top: 46px;
  }

  .service-meta p {
    font-size: 10px;
  }

  .booking {
    min-height: 820px;
    background-position: center;
  }

  .booking__content {
    padding: 92px 0 76px;
  }

  .booking__title {
    margin-bottom: 52px;
    font-size: 42px;
  }

  .booking-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .booking-grid strong {
    font-size: 18px;
  }

  .facebook-link {
    margin-top: 42px;
  }

  .booking__availability {
    margin-top: 52px;
    line-height: 1.5;
  }

  footer {
    min-height: 150px;
    padding: 0 24px;
    text-align: center;
  }

  footer p {
    line-height: 1.7;
    word-spacing: 5px;
  }

  .video-modal {
    padding: 54px 14px 24px;
  }

  .video-modal video {
    max-width: 100%;
    max-height: 82vh;
  }
}

@media (max-width: 370px) {
  .content {
    width: calc(100% - 36px);
  }

  .hero-copy h1 {
    font-size: 36px;
  }

  .hero-tags span {
    padding: 6px;
    font-size: 6px;
  }

  .hero-copy--statement strong,
  .hero-copy--statement em {
    font-size: 34px;
  }

  .bio__title {
    font-size: 28px;
  }

  .genres__title {
    font-size: 33px;
  }

  .genres__list span {
    font-size: 24px;
  }

  .section-title,
  .venues .section-title {
    font-size: 29px;
  }
}

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

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