:root {
  --black: #000;
  --panel: #0b0b0b;
  --red: #d51f24;
  --red-dark: #8d0d12;
  --white: #f7f7f5;
  --muted: #b6b6b6;
  --line: rgba(255, 255, 255, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
}

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

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

.site-header {
  height: 72px;
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 110px 1fr 100px;
  align-items: center;
  padding: 0 28px;
  background: rgba(4, 4, 4, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.brand img {
  width: 68px;
  height: 54px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 29px;
}

.main-nav a {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  font-size: 14px;
}

.main-nav a:hover {
  color: var(--red);
}

.social-top {
  display: flex;
  gap: 16px;
  color: var(--red);
  font-size: 20px;
  justify-content: flex-end;
}

.menu-button {
  display: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
}

.hero {
  min-height: 710px;
  position: relative;
  display: flex;
  align-items: center;
  background:

    url('assets/banda_v2.png') center right/contain no-repeat;
  background-color: #050505;
  overflow: hidden;
}

.hero:after {
  content: '';
  position: absolute;
  inset: 0;
  /* background: radial-gradient(circle at 76% 25%, rgba(0, 0, 0, .35), transparent 30%); */
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .42;

  mix-blend-mode: screen;
}

.hero-copy {
  width: 49%;
  max-width: 690px;
  padding: 42px 0 36px 4.5vw;
  position: relative;
  z-index: 2;
}

.hero-logo {
  width: 350px;
  max-height: 245px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 8px;
}

.eyebrow {
  margin: 0 0 4px;
  font-family: 'Barlow Condensed', sans-serif;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 24px;
  font-weight: 700;
}

.hero h1 {
  margin: 0 0 22px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: .95;
  color: var(--red);
  max-width: 650px;
}

.hero-text {
  max-width: 590px;
  line-height: 1.75;
  color: #eee;
  font-size: 16px;
}

.hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.btn {
  min-height: 52px;
  padding: 12px 24px;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .025em;
  font-size: 20px;
}

.btn small {
  font-size: 12px;
}

.btn-primary {
  border-color: #ef4146;
  background: linear-gradient(#d8272c, #9c1015);
}

.btn-primary:hover {
  background: #e3282e;
}

.btn-outline:hover {
  border-color: var(--red);
  color: var(--red);
}

.scroll-link {
  display: inline-block;
  margin-top: 40px;
  color: #c8c8c8;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-family: 'Barlow Condensed', sans-serif;
}

.stats {
  width: min(94%, 1180px);
  margin: -38px auto 0;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(120deg, #111, #090909);
  border: 1px solid #484848;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .55);
}

.stats article {
  min-height: 185px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid var(--line);
  padding: 18px;
}

.stats article:last-child {
  border-right: 0;
}

.stat-icon {
  color: var(--red);
  font-size: 42px;
  line-height: 1;
}

.stats strong {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 52px;
  line-height: 1;
}

.stats article:last-child strong {
  font-size: 38px;
}

.stats h2,
.stats p {
  margin: 0;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}

.stats h2 {
  font-size: 23px;
}

.stats p {
  font-size: 17px;
  color: #ddd;
}

.why {
  padding: 80px 6vw 70px;
  background: radial-gradient(circle at 55% 45%, rgba(111, 18, 18, .23), transparent 40%), linear-gradient(#070707, #0a0707);
}

.section-intro {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: end;
  gap: 80px;
  max-width: 1160px;
  margin: auto;
}

.section-intro h2,
.videos h2 {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 64px;
  line-height: .9;
}

.section-intro p:last-child {
  max-width: 640px;
  line-height: 1.7;
}

.features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1220px;
  margin: 45px auto 0;
}

.features article {
  text-align: center;
  padding: 10px 24px;
  border-right: 1px solid var(--line);
}

.features article:last-child {
  border-right: 0
}

.features span {
  font-size: 48px;
  color: var(--red)
}

.features h3 {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 1.05;
  margin: 10px 0;
}

.features p {
  color: #d0d0d0;
  line-height: 1.5
}

.videos {
  padding: 55px 2.8vw 60px;
  text-align: center;
  border-top: 1px solid #181818;
  background: #070707;
}

.centered {
  text-align: center
}

.videos h2 {
  font-size: 54px;
  margin-bottom: 30px
}

.videos h2:after {
  content: '';
  display: block;
  width: 55px;
  height: 3px;
  background: var(--red);
  margin: 14px auto 0
}

.video-carousel {
  max-width: 520px;
  margin: 0 auto 24px;
}

.video-stage {
  position: relative;
  background: #0d0d0d;
  border: 1px solid #444;
  overflow: hidden;
}

.video-card {
  display: none;
  position: relative;
  text-align: left;
  flex-direction: column;
}

.video-card.active {
  display: flex;
}

.video-card video,
.video-card>img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: center;
  max-height: 580px;
}

.video-card h3 {
  font-size: 14px;
  margin: 10px 12px 13px
}

.image-card>img {
  filter: contrast(1.1) brightness(.65)
}

.play-overlay {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 36px;
  background: #d20f19;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 21px
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 16px;
}

.carousel-btn {
  border: 1px solid var(--line);
  background: #111;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
}

.carousel-dots {
  display: flex;
  gap: 8px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .35);
  cursor: pointer;
  padding: 0;
}

.carousel-dot.active {
  background: var(--red);
  transform: scale(1.15);
}

.youtube-button {
  margin-top: 24px;
  font-size: 17px
}

.members {
  padding: 80px 3vw 64px;
  background: radial-gradient(circle at 35% 20%, rgba(215, 31, 36, .18), transparent 40%), #070707;
}

.members .section-header {
  max-width: 1040px;
  margin: 0 auto 52px;
  text-align: center;
}

.members .section-header h2 {
  font-size: 64px;
  margin: 0 0 18px;
  letter-spacing: .02em;
}

.members .section-header p {
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.8;
  color: #ccc;
  font-size: 16px;
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  max-width: 1300px;
  margin: 0 auto;
}

.member-card {
  background: rgba(10, 10, 10, .9);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
  transition: transform .25s ease, border-color .25s ease;
}

.member-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, .18);
}

.member-image {
  position: relative;
  /* min-height: 360px; */
  overflow: hidden;
  background: #111;
}

.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.member-info {
  padding: 24px 20px 28px;
}

.member-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  color: var(--red);
  margin-bottom: 18px;
  font-size: 20px;
}

.member-info h3 {
  margin: 0 0 6px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
}

.member-role {
  display: block;
  color: var(--red);
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: .08em;
  font-size: 13px;
  margin-bottom: 16px;
}

.member-label {
  display: block;
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #bbb;
  font-size: 12px;
}

.member-influences {
  margin: 0;
  line-height: 1.7;
  color: #d7d7d7;
  font-size: 13px;
}


.venues {
  padding: 28px 3vw 34px;
  background: linear-gradient(90deg, #090909, #160503, #090909);
  border-top: 1px solid #2b1d1d;
  border-bottom: 1px solid #262626;
}

.venue-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 20px;
  max-width: 1260px;
  margin: 22px auto 0;
  text-align: center
}

.venue-row span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 29px;
  font-weight: 700;
  color: #eee
}

.venue-row small {
  display: block;
  font-size: 15px;
  font-weight: 400
}

.contact {
  padding: 60px 7vw;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 70px;
  background: radial-gradient(circle at 20% 50%, rgba(120, 18, 18, .2), transparent 35%), #080808;
}

.footer-brand img {
  width: 155px
}

.footer-brand p {
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  letter-spacing: .05em
}

.footer-brand strong {
  color: var(--red)
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0
}

.contact-grid article {
  padding: 0 32px;
  border-right: 1px solid var(--line)
}

.contact-grid article:first-child {
  padding-left: 0
}

.contact-grid article:last-child {
  border-right: 0
}

.contact-grid h3 {
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 21px;
  margin: 10px 0 0
}

.contact-grid p {
  min-height: 28px
}

.contact-grid .btn {
  font-size: 16px;
  min-height: 44px;
  padding: 8px 20px
}

footer {
  text-align: center;
  padding: 24px;
  background: #030303;
  color: #777;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: .16em;
  font-size: 13px
}

@media (max-width: 1050px) {
  .main-nav {
    gap: 15px
  }

  .main-nav a {
    font-size: 12px
  }

  .features {
    grid-template-columns: repeat(3, 1fr)
  }

  .features article {
    border: 0
  }

  .video-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .members .members-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 80px 1fr 35px;
    padding: 0 16px
  }

  .social-top {
    display: none
  }

  .menu-button {
    display: block;
    grid-column: 3
  }

  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    display: none;
    flex-direction: column;
    background: #070707;
    padding: 24px
  }

  .main-nav.open {
    display: flex
  }

  .hero {
    min-height: 820px;
    background-position: 65% center;
    align-items: flex-end
  }

  .hero:after {
    background: linear-gradient(0deg, #050505 4%, rgba(5, 5, 5, .95) 43%, rgba(5, 5, 5, .4) 100%)
  }

  .hero-copy {
    width: 100%;
    padding: 40px 24px
  }

  .hero-logo {
    width: 230px
  }

  .hero h1 {
    font-size: 39px
  }

  .stats {
    grid-template-columns: repeat(2, 1fr)
  }

  .stats article:nth-child(2) {
    border-right: 0
  }

  .stats article {
    border-bottom: 1px solid var(--line)
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .section-intro h2 {
    font-size: 52px
  }

  .features {
    grid-template-columns: 1fr
  }

  .video-grid {
    grid-template-columns: 1fr
  }

  .venue-row {
    grid-template-columns: repeat(2, 1fr)
  }

  .contact {
    grid-template-columns: 1fr
  }

  .contact-grid {
    grid-template-columns: 1fr
  }

  .contact-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 24px 0
  }

  .contact-grid article:last-child {
    border-bottom: 0
  }
}