:root {
  --orange: #f47137;
  --flame: #f4581f;
  --amber: #fdcc60;
  --ink: #140b07;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  background: var(--ink);
  color: #fff;
}

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

.hero {
  position: relative;
  overflow: hidden;
  height: clamp(400px, 39vw, 780px);
  background: #10090a;
}

.hero-photos {
  position: absolute;
  inset: 0;
}

.photo {
  position: absolute;
  background-size: cover;
  background-position: center;
}

.photo.gold {
  inset: 0;
  background-image: url(images/hero-gold.jpg);
  background-position: center 30%;
}

.photo.night {
  top: 0;
  right: 0;
  bottom: 0;
  width: 44%;
  background-image: url(images/hero-night.jpg);
  -webkit-mask-image: linear-gradient(100deg, transparent 8%, #000 52%);
  mask-image: linear-gradient(100deg, transparent 8%, #000 52%);
}

.hero-stroke,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-stroke {
  background: linear-gradient(180deg, #f8a04a, #ef5a24);
  clip-path: polygon(0 0, 40% 0, 60.7% 100%, 0 100%);
}

.hero-shade {
  background:
    radial-gradient(circle at 1.5px 1.5px, rgba(255, 255, 255, 0.03) 1px, transparent 1.6px) 0 0 / 8px 8px,
    radial-gradient(ellipse at 6% 96%, rgba(146, 29, 18, 0.9), transparent 55%),
    linear-gradient(115deg, #150a0b 0%, #190c0d 60%, #221011 100%);
  clip-path: polygon(0 0, 39.6% 0, 60.2% 100%, 0 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 42%;
  padding-top: clamp(10px, 1.6vw, 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-logo img {
  width: clamp(240px, 29vw, 560px);
}

.hero-kicker {
  margin: clamp(10px, 1.8vw, 34px) 0 0;
  font: 700 clamp(17px, 1.8vw, 34px) "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero h1 {
  margin: 0;
  padding-bottom: clamp(8px, 1vw, 18px);
  position: relative;
  font: 800 clamp(30px, 3.5vw, 66px)/1.05 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero h1::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #f8a04a, #ef5a24);
}

.hero-date {
  margin: clamp(8px, 1.2vw, 22px) 0 0;
  font: 600 clamp(16px, 1.8vw, 34px) "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.video-band {
  position: relative;
  z-index: 2;
  background: url(images/band-tile.jpg) repeat-x center / auto 100%;
  border-top: 5px solid;
  border-bottom: 5px solid;
  border-image: linear-gradient(90deg, var(--flame), #fb8b3a, var(--flame)) 1;
}

.video-wrap {
  max-width: min(75vw, 1200px);
  margin: -7.8vw auto;
}

.video-frame {
  aspect-ratio: 16 / 9;
  background: #6e6e6e;
  border-radius: 18px;
  display: grid;
  place-items: center;
}

.video-frame svg {
  width: clamp(56px, 7vw, 110px);
  height: auto;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
}

.stream {
  background: #ddd6d2 url(images/paper.jpg) top center / 100% auto repeat-y;
  color: #222;
  text-align: center;
  padding: calc(7.8vw + clamp(40px, 4vw, 80px)) 0 0;
}

.stream-intro img {
  height: clamp(34px, 3vw, 46px);
  margin: 0 auto;
}

.stream-intro p {
  margin: 20px 0 0;
  font-size: clamp(14px, 1.1vw, 17px);
  color: #3c3c3c;
}

.stream-intro p a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.stream-intro p a:hover {
  color: #ef6229;
}

.teams {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 44px 56px;
  max-width: 1560px;
  margin: clamp(40px, 4.5vw, 90px) auto 0;
  padding: 0 24px clamp(60px, 6vw, 120px);
}

.team {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.team-photos {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
  height: clamp(149px, 12.9vw, 248px);
  overflow: hidden;
}

.team-photos img {
  flex: 0 0 auto;
  height: clamp(240px, 20.8vw, 400px);
  width: auto;
  max-width: none;
  transform-origin: top center;
  transition: transform 0.25s ease;
}

a.team:hover .team-photos img {
  transform: scale(1.1);
}

.team-photos img + img {
  margin-left: clamp(-36px, -1.9vw, -18px);
}

.team-name {
  align-self: center;
  width: clamp(250px, 18.2vw, 350px);
  margin-top: 0;
  padding: 9px 12px;
  background: linear-gradient(90deg, #f8813d, #ef6229);
  color: #181310;
  font: italic 700 clamp(14px, 1.1vw, 21px) "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-align: center;
  transition: filter 0.15s;
}

a.team:hover .team-name {
  filter: brightness(1.12);
}

.teams.solo .team-photos {
  height: clamp(446px, 38.8vw, 744px);
}

.teams.solo .team-photos img {
  height: clamp(720px, 62.5vw, 1200px);
}

.teams.solo .team-photos img + img {
  margin-left: clamp(-90px, -4.75vw, -45px);
}

.teams.solo .team-name {
  width: clamp(750px, 54.5vw, 1050px);
  font-size: clamp(42px, 3.27vw, 62px);
  padding: 24px 30px;
}

.shop {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: clamp(36px, 3.5vw, 64px);
  border-top: 6px solid;
  border-image: linear-gradient(90deg, #f36b34, var(--amber), #f36632) 1;
  background:
    radial-gradient(circle at -4% 45%, rgba(244, 88, 20, 0.6), transparent 42%),
    linear-gradient(105deg, rgba(230, 80, 25, 0.35), rgba(20, 10, 6, 0) 48%),
    radial-gradient(circle at 108% 30%, rgba(120, 20, 10, 0.55), transparent 55%),
    #150c08;
}

.shop-bg {
  position: absolute;
  top: 3%;
  left: -2%;
  font: italic 800 clamp(200px, 26vw, 500px)/0.82 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(100deg, rgba(250, 120, 40, 0.28), rgba(250, 120, 40, 0.08) 35%, rgba(255, 255, 255, 0.04) 65%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  pointer-events: none;
  user-select: none;
}

.shop h2 {
  position: relative;
  margin: 0;
  font: italic 800 clamp(26px, 2.4vw, 46px) "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.shop-row {
  position: relative;
  display: flex;
  gap: clamp(40px, 3.9vw, 78px);
  height: clamp(223px, 18.6vw, 366px);
  margin-top: clamp(24px, 2.4vw, 50px);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.shop-row::-webkit-scrollbar {
  display: none;
}

.shop-row a {
  flex: 0 0 auto;
}

.shop-row img {
  height: clamp(360px, 30vw, 590px);
  width: auto;
  transform-origin: top center;
  transition: transform 0.25s ease;
}

.shop-row a:hover img {
  transform: scale(1.1);
}

.shop-bar {
  position: relative;
  height: clamp(54px, 4.6vw, 88px);
  background: linear-gradient(90deg, #f36b34, var(--amber) 50%, #f36632);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-right: 3vw;
}

.arrow {
  display: grid;
  place-items: center;
  width: clamp(40px, 3vw, 56px);
  height: clamp(40px, 3vw, 56px);
  background: none;
  border: 0;
  color: #1d1008;
  font-size: clamp(30px, 2.4vw, 44px);
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.arrow:hover {
  color: #4a2410;
}

@media (max-width: 680px) {
  .hero {
    height: auto;
    background: linear-gradient(180deg, #190c0d, #2b100e 90%);
  }

  .hero-photos {
    position: relative;
    height: 44vw;
    border-bottom: 4px solid var(--flame);
  }

  .hero-stroke,
  .hero-shade {
    display: none;
  }

  .hero-content {
    width: 100%;
    margin-top: -13vw;
    padding: 0 20px 30px;
  }

  .hero-logo img {
    width: min(68vw, 330px);
  }

  .hero-kicker {
    font-size: 19px;
    margin-top: 22px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero-date {
    font-size: 19px;
  }

  .video-band {
    border-width: 4px;
  }

  .video-wrap {
    max-width: 100%;
    margin: 0;
  }

  .video-frame {
    border-radius: 0;
  }

  .stream {
    padding-top: 52px;
  }

  .teams {
    gap: 44px;
    padding-left: 0;
    padding-right: 0;
  }

  .team {
    width: 100%;
  }

  .team-photos {
    height: 41.5vw;
  }

  .team-photos img {
    height: 67vw;
  }

  .team-name {
    width: 100%;
    font-size: 17px;
  }

  .teams.solo .team-photos {
    height: 53vw;
  }

  .teams.solo .team-photos img {
    height: 86vw;
  }

  .teams.solo .team-photos img + img {
    margin-left: -6vw;
  }

  .teams.solo .team-name {
    width: 100%;
    font-size: 24px;
    padding: 14px 16px;
  }

  .shop-row {
    gap: 9vw;
    height: 46vw;
  }

  .shop-row img {
    height: 74vw;
  }

  .shop-bar {
    height: 54px;
  }
}
