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

.hero {
  height: 650px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.56)), url("../assets/images/strikezone2deadturkeys.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.hero-inner {
  position: relative;
  text-align: center;
  padding-top: 82px;
}

.hero-logo {
  width: 235px;
  height: 155px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.55));
}

.hero-links {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.hero-links a {
  font-size: 18px;
  padding: 6px 14px;
line-height: 1.2;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid rgba(255,255,255,.95);
  background: transparent;
  text-decoration: none;
  box-sizing: border-box;
}
.heading {
  border-bottom: 1px solid #ddd;
  text-align: left;
  margin-bottom: 28px;
  border-bottom-color: #333;
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #000;
  min-height: 650px;
}

.about-photo {
  background: url("../assets/images/strikezoneturkeydead2.jpg") center/cover no-repeat;
  min-height: 650px;
  filter: none;
}

.about-copy {
  padding: 105px 85px;
  align-self: center;
  max-width: none;
  background: #000;
}

.contact {
  max-width: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 720px;
  background: #000;
}

.contact-form {
  padding: 110px 90px;
  background: linear-gradient(135deg,rgba(0,0,0,.35),rgba(0,0,0,.7)),
    url("../assets/images/strikezoneblackandwhite.jpg") center/cover no-repeat;
  min-height: 720px;
  background-color: #050505;
}

.contact form {
  display: grid;
  gap: 13px;
  padding: 105px 85px;
  background: #000;
  align-content: center;
}

.contact label {
  display: block;
}

.contact button {
  border: 0;
  padding: 12px 22px;
  cursor: pointer;
}

@media (max-width:700px) {
  .hero {
    height: 560px;
  }

  .hero-logo {
    width: 190px;
    height: 125px;
  }

  .about,.contact {
    grid-template-columns: 1fr;
  }

  .about-photo {
    min-height: 390px;
  }

  .about-copy {
    padding: 50px 25px;
  }

  .contact {
    padding: 0;
    gap: 0;
    min-height: 0;
  }
}
@media (max-width:700px) {
  .contact-form {
    min-height: 460px;
    padding: 65px 28px;
  }

  .contact form {
    min-height: 520px;
    padding: 55px 28px;
  }
}

.contact input, .contact textarea {
  border: 1px solid #ddd;
  background: #111;
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 15px 16px;
  min-height: 50px;
  font-size: 16px;
  line-height: 1.4;
}

.logo img, .hero-logo {
  filter: invert(1) brightness(1.15) drop-shadow(0 2px 5px rgba(0,0,0,.45));
}

.new {
  max-width: none;
  margin: 0 auto;
  padding: 70px max(18px,calc((100vw - 1320px)/2)) 105px;
  background: #000;
}

.contact textarea {
  min-height: 145px;
  resize: vertical;
}

@media (max-width:700px) {
  .new {
    padding: 50px 18px 70px;
  }

  .contact input {
    min-height: 52px;
  }

  .contact textarea {
    min-height: 140px;
  }
}

body.home-page .hero {
  min-height: 700px;
  height: 100vh;
  position: relative;
  width: 100%;
  margin: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: none;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.56)), url("../assets/images/strikezone2deadturkeys.jpg");
}

body.home-page .hero-inner {
  min-height: 700px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 105px 25px 55px;
  box-sizing: border-box;
  z-index: 1;
}

body.home-page .new {
  padding-top: 75px;
}

@media (max-width:700px) {
  .contact input,.contact textarea {
    padding: 14px;
    font-size: 16px;
  }
}

.hero-links a:hover {
  background: rgba(255,255,255,.08);
  border-color: #fff;
}

@media (max-width:700px) {
  .hero-links {
    max-width: 94%;
    gap: 8px;
  }

  .hero-links a {
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
  }
}

body.home-page .hero-logo {
  margin-bottom: 10px;
}

body.home-page .hero h1 {
  margin-top: 5px;
  margin-bottom: 38px;
}

@media (max-width:700px) {
  body.home-page .hero h1 {
    margin-bottom: 28px;
  }
}

body.home-page {
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-height:750px) and (min-width:701px) {
  body.home-page .hero {
    min-height: 650px;
  }

  body.home-page .hero-inner {
    min-height: 650px;
  }
}

@media (max-width:700px) {
  body.home-page .hero {
    height: 100svh;
    min-height: 620px;
  }

  body.home-page .hero-inner {
    padding: 78px 18px 40px;
    min-height: 620px;
    height: 100%;
  }
}

/* Active header navigation */
body.home-page .header nav > a[href="index.html"] {
  color: #fff;
}

/* When viewing an anchored home section, highlight that tab instead of HOME. */
body.home-page:has(#about:target) .header nav > a[href="index.html"],
body.home-page:has(#contact:target) .header nav > a[href="index.html"] {
  color: #929292;
}

body.home-page:has(#about:target) .header nav > a[href$="#about"],
body.home-page:has(#contact:target) .header nav > a[href$="#contact"] {
  color: #fff;
}
