.site-header {
  height: 96px;
  padding-inline: 32px;
}

main {
  display: flex;
  flex-direction: column;
}

.hero { order: 1; }
.events-section { order: 2; }
.gallery-section { order: 3; }
.rider-section { order: 4; }
.venue { order: 5; }
.location-section { order: 6; }

.brand {
  width: 142px;
  height: auto;
  min-height: 0;
  padding-block: 12px;
  overflow: visible;
}

.brand img {
  width: 100%;
  height: auto;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
}

.footer-brand img {
  width: min(160px, 100%);
  height: auto;
}

@media (max-width: 850px) {
  .site-header {
    height: 84px;
    padding-inline: 20px;
  }

  .brand {
    width: 116px;
    height: auto;
    padding-block: 10px;
  }

  nav {
    top: 83px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 18px;
  }

  .hero {
    display: block;
    min-height: 430px;
    background: linear-gradient(155deg, #171717 0%, #090909 62%);
  }

  .hero-image {
    display: none;
  }

  .hero-copy {
    padding: 48px 18px 110px;
  }

  .next-event {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    order: initial;
  }
}
