/* Sponsors page-only styles. Put styles unique to this page here. */

.sponsors {
  background: #fff;
  text-align: center;
  padding: 90px 25px;
}

.sponsor-logos {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}

.sponsor-logos img {
  max-width: 130px;
  max-height: 75px;
  object-fit: contain;
}

@media (max-width:700px) {
  .sponsor-logos {
    flex-wrap: wrap;
  }
}

.sponsors-page {
  background: #000;
  color: #fff;
}

.sponsors-intro {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 25px;
  background: linear-gradient(rgba(0,0,0,.42),rgba(0,0,0,.7)),
    url("../assets/images/strikezone2deadturkeys.jpg") center/cover no-repeat;
}

.sponsors-intro h1 {
  font-size: 52px;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 0 0 18px;
}

.sponsors-intro p {
  max-width: 620px;
  font-size: 15px;
  line-height: 1.9;
  color: #ddd;
}

.sponsor-row {
  min-height: 510px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #000;
}

.sponsor-row.reverse .sponsor-logo {
  order: 2;
}

.sponsor-row.reverse .sponsor-copy {
  order: 1;
}

.sponsor-logo {
  min-height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px;
  background: #080808;
  border-bottom: 1px solid #1c1c1c;
}

.sponsor-logo img {
  max-width: 65%;
  max-height: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(1.05);
}

.sponsor-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 90px;
  background: #000;
  border-bottom: 1px solid #1c1c1c;
}

.sponsor-copy h2 {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin: 0 0 20px;
}

.sponsor-copy p {
  max-width: 500px;
  color: #ccc;
  font-size: 15px;
  line-height: 2;
  margin: 0 0 28px;
}

.sponsor-copy a:hover {
  color: #bbb;
  border-color: #bbb;
}

@media (max-width:700px) {
  .sponsors-intro {
    min-height: 320px;
    padding: 60px 25px;
  }

  .sponsors-intro h1 {
    font-size: 38px;
  }

  .sponsor-row, .sponsor-row.reverse {
    grid-template-columns: 1fr;
  }

  .sponsor-row.reverse .sponsor-logo, .sponsor-row.reverse .sponsor-copy {
    order: initial;
  }

  .sponsor-logo {
    min-height: 300px;
    padding: 50px 30px;
  }

  .sponsor-logo img {
    max-width: 70%;
    max-height: 150px;
  }

  .sponsor-copy {
    min-height: 330px;
    padding: 55px 30px;
  }

  .sponsor-copy h2 {
    font-size: 30px;
  }
}

.sponsor-copy a {
  color: #fff;
  letter-spacing: 1.8px;
  border-bottom: 1px solid #777;
  padding-bottom: 8px;
  width: max-content;
  font-size: 10px;
}

/* Active header navigation */
.header nav > a[href="sponsors.html"] {
  color: #fff;
}

/* OUR PARTNERS — keep the Strike Zone logo white */
.sponsors-page .sponsor-row:last-of-type .sponsor-logo img {
  filter: brightness(0) invert(1);
}
