:root {
  --bg: #0b0b0d;
  --panel: #121216;
  --ink: #e8e8ea;
  --muted: #9aa0a6;
  --red: #e50914;
  --red-2: #ff1b2d;
  --stroke: #2a2a31;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  line-height: 1.4;
}

/* HERO */
.hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background: url(../img/watch/heade-car.jpg) no-repeat center center;
  background-size: cover;
}

.hero__copy .title img {
  max-width: 635px;
  width: 100%;
}

.hero__copy {
  z-index: 1;
}

.event-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  background: url(../img/watch/host-frame.png) center center no-repeat;
  background-size: 100%;
  border-radius: 18px;
  padding: 30px;
  max-width: 560px;
  margin-top: 30px;
}

.event-card__date .date {
  font-size: 38px;
  line-height: 1;
  font-family: 'ToyotaType-BookIt';
  text-transform: uppercase;
}

.event-card__date .time {
  display: block;
  font-size: 38px;
  line-height: 1;
  font-family: 'ToyotaType-BookIt';
  text-transform: uppercase;
}

.event-card__meta {
  display: grid;
  gap: 10px;
}

.live {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 29px;
  font-family: 'ToyotaType-Italic';
  font-size: 20px;
  width: 80px;
  padding: .32rem .6rem;
  background-color: #e1081f;
  color: #fff;
  border-radius: 5px;

}

.meta-text {
  font-family: 'ToyotaType-Regular';
  font-size: 26px;
  margin: 0;
  color: #e4e5ea;
  max-width: 300px;
  width: 100%;
  line-height: 30px;
}

.meta-text strong {
  font-family: 'ToyotaType-Bold';
}

.socials span {
  font-family: 'ToyotaType-Regular';
  font-size: 26px;
  display: block;
  margin-bottom: 8px;
}

.socials-list {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 600;
}

.socials-list a {
  font-size: 20px;
  color: #000000 !important;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: #ffffff;
  transition: transform .2s ease, border-color .2s ease;
}

.socials-list a:hover {
  text-decoration: none;
  transform: translateY(-2px);
  border-color: var(--red-2);
}



.host {
  position: absolute;
  right: -85px;
  bottom: 19px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.host img {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
}

/* PRIZES */
.prizes {
  padding: clamp(36px, 6vw, 72px) 0;
  background: url(../img/watch/middle-bg.jpg) no-repeat top center;
  background-size: cover;
}

.prizes .title-sm img {
  max-width: 730px;
  width: 100%;
}

.prize-grid {
  margin-top: 70px;
  display: grid;
}

.prize-grid img {
  width: 100%;
}

/* LEADERBOARD */
.leaderboard {
  padding: 70px 0;
  background: url('../img/watch/leader-board-bg.jpg') center center no-repeat;
  background-size: cover;
}

.leaderboard .title-sm img {
  max-width: 600px;
  width: 100%;
}

.lb-board {
  position: relative;
  background: url('../img/watch/leader-frame.png') center center no-repeat;
  background-size: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 30px;
  padding: 130px 30px 90px 50px;

}

.lb-col {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}

.lb-col li {
  display: grid;
  grid-template-columns: 42px minmax(220px, 1.1fr) minmax(100px, 1fr) 100px;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  background: url('../img/watch/list-bg.png') center center no-repeat;
  background-size: 100%;
}

.pos {
  color: #eb0a1e;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  font-size: 18px;
  font-family: 'ToyotaType-BoldIt';
}

.name {
  font-family: 'ToyotaType-BoldIt';
  font-size: 12px;
}

.team {
  font-family: 'ToyotaType-BookIt';
  color: #ffffff;
  opacity: 0.9;
  font-size: 12px;
}

.time {
  font-family: 'ToyotaType-BoldIt';
  font-size: 12px;
}

/* Nice focus rings */
a,
button {
  outline: none;
}

a:focus-visible,
button:focus-visible,
.lb-col li:focus-within {
  box-shadow: 0 0 0 3px rgba(255, 47, 62, .45);
  border-radius: 12px;
}

@media (min-width: 1367px) {

  /* HERO */
  .hero {
    padding: 5.24vw 0;
  }

  .hero__copy .title img {
    max-width: 47.53vw;
  }

  .event-card {
    gap: 1.198vw;
    border-radius: 1.347vw;
    padding: 2.246vw;
    max-width: 41.916vw;
    margin-top: 2.246vw;
  }

  .event-card__date .date {
    font-size: 2.844vw;
  }

  .event-card__date .time {
    font-size: 2.844vw;
  }

  .event-card__meta {
    gap: 0.749vw;
  }

  .live {
    line-height: 2.171vw;
    font-size: 1.497vw;
    width: 5.988vw;
    padding: 0.383vw .0.719vw;
    border-radius: 0.374vw;
  }

  .meta-text {
    font-size: 1.946vw;
    max-width: 22.455vw;
    line-height: 2.246vw;
  }

  .socials span {
    font-size: 1.946vw;
    margin-bottom: 0.599vw;
  }

  .socials-list {
    gap: 0.749vw;
  }

  .socials-list a {
    font-size: 1.497vw;
    width: 3.293vw;
    height: 3.293vw;
    border: 0.075vw solid #ffffff;
  }

  .socials-list a:hover {
    transform: translateY(-0.15vw);
  }



  .host {
    right: -6.362vw;
    bottom: 1.422vw;
    gap: 0.749vw;
  }

  .host img {
    max-width: 22.455vw;
    height: 24.476vw;
  }

  /* PRIZES */
  .prizes {
    padding: clamp(2.695vw, 6vw, 5.389vw) 0;
  }

  .prizes .title-sm img {
    max-width: 54.641vw;
  }

  .prize-grid {
    margin-top: 5.24vw;
  }

  /* LEADERBOARD */
  .leaderboard {
    padding: 5.24vw 0;
  }

  .leaderboard .title-sm img {
    max-width: 44.91vw;
  }

  .lb-board {
    gap: 2.994vw;
    margin-top: 2.246vw;
    padding: 9.731vw 2.246vw 6.737vw 3.743vw;

  }

  .lb-col li {
    grid-template-columns: 3.144vw minmax(16.467vw, 1.1fr) minmax(7.485vw, 1fr) 7.485vw;
    gap: 0.599vw;
    padding: 0.749vw 0;
  }

  .pos {
    width: 2.545vw;
    height: 2.545vw;
    border-radius: 0.599vw;
    font-size: 1.347vw;
  }

  .name {
    font-size: 0.898vw;
  }

  .team {
    font-size: 0.898vw;
  }

  .time {
    font-size: 0.898vw;
  }

  a:focus-visible,
  button:focus-visible,
  .lb-col li:focus-within {
    border-radius: 0.898vw;
  }

}

@media (max-width: 1200px) {
  .pos {
    color: #ffffff;
  }

  .lb-col li {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
  }

  .lb-col li {
    background: none;
    background-color: #eb0a1e;
    padding: 0 10px;
    margin: 8px 0;
  }
}

@media (max-width: 991px) {
  .event-card {
    background: none;
    padding: 0;
  }

  .host {
    right: 0;
  }

  .lb-board {
    background: none;
    gap: 0;
    padding: 0;
    grid-template-columns: 1fr;
  }

  .leaderboard {
    padding: 40px 0;
  }

}

@media (max-width: 767px) {
  .host {
    position: static;
  }
}