:root {
  --text-light: #f3f6ef;
  --field-green: #5f9f66;
  --grass-green: #2b8f29;
  --line-soft: #ffffff66;
  --shadow: 0 8px 28px #00000055;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: var(--text-light);
  background: #2f8f4f;
}

a {
  color: inherit;
}

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

.container {
  width: min(1220px, 95vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background:
    linear-gradient(180deg, #00000055 0%, #00000030 100%),
    url("assets/wix/vectorstock_1448445.jpg") center / 460px repeat;
  border-bottom: 1px solid #ffffff26;
}

.nav-wrap {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
}

.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  width: fit-content;
}

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

.brand span {
  text-transform: uppercase;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.05em;
  line-height: 0.88;
  font-size: clamp(1.8rem, 2.6vw, 2.9rem);
  text-shadow: 0 2px 0 #00000088;
}

.brand small {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  letter-spacing: 0.18em;
  font-size: 0.56em;
  text-align: center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.8vw, 1.6rem);
}

.site-nav a {
  text-decoration: none;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  font-weight: 600;
  color: #f5f7f3;
}

.site-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.fb-link img {
  width: 20px;
  height: 20px;
}

.menu-toggle {
  display: none;
  justify-self: end;
  border: 1px solid #ffffff6e;
  background: #ffffff1a;
  color: #ffffff;
  border-radius: 0.45rem;
  font: inherit;
  padding: 0.4rem 0.8rem;
}

.field-bg,
.field-stack {
  background:
    linear-gradient(180deg, #00000020 0%, #0000001f 100%),
    url("assets/wix/field_edited.jpg") center / cover no-repeat;
}

.field-stack {
  border-top: 1px solid #ffffff30;
  border-bottom: 1px solid #ffffff30;
}

.hero {
  border-bottom: 0;
}

.hero-inner {
  position: relative;
  min-height: 560px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  padding: clamp(1.3rem, 2.8vw, 2.2rem) 0 0.55rem;
}

.hero-inner h1 {
  margin: 0;
  justify-self: center;
  align-self: start;
  text-align: center;
  text-transform: none;
  line-height: 0.92;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.03em;
  font-size: clamp(2.5rem, 5.6vw, 4.9rem);
  text-shadow: 0 4px 0 #00000066;
}

.hero-inner h1 span,
.hero-inner h1 strong {
  display: block;
}

.hero-inner h1 strong {
  font-weight: 400;
}

.hero-set {
  width: clamp(265px, 31vw, 475px);
  filter: drop-shadow(0 10px 18px #00000066);
  z-index: 2;
}

.hero-set-left {
  justify-self: start;
}

.hero-set-right {
  justify-self: end;
}

.hero-ball {
  position: absolute;
  width: clamp(54px, 6vw, 84px);
  filter: drop-shadow(0 6px 12px #00000066);
}

.hero-ball-a {
  left: 41%;
  bottom: 128px;
}

.hero-ball-b {
  right: 41%;
  bottom: 117px;
}

.video-jump {
  margin: -0.1rem 0 0;
  position: static;
  grid-column: 1 / -1;
  justify-self: center;
  align-self: end;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.03em;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 0.9;
  text-align: center;
}

.video-jump a {
  text-decoration: none;
  text-shadow: 0 3px 0 #00000066;
}

.video-jump a:hover {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.video-strip {
  border-top: 0;
  border-bottom: 0;
  padding: 1.35rem 0 1.8rem;
}

.video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 360px) minmax(0, 1fr);
  gap: clamp(0.9rem, 1.8vw, 1.5rem);
  align-items: start;
}

.app-cta {
  display: grid;
  gap: 0.8rem;
  justify-items: center;
}

.amazon-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  border: 2px solid #00000035;
  background: #f9fff4;
  color: #0d4a1f;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
  text-decoration: none;
  padding: 0.36rem 1rem;
}

.amazon-pill img {
  width: 54px;
  height: auto;
}

.stock-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 2px solid #ffffff6b;
  background: #00000040;
  color: #eaf3e8;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
  padding: 0.45rem 1.2rem;
}

.app-text {
  max-width: 18ch;
  text-align: center;
  text-transform: uppercase;
  line-height: 0.93;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  font-family: "Bebas Neue", Impact, sans-serif;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  letter-spacing: 0.02em;
  text-shadow: 0 3px 0 #00000066;
}

.video-card {
  position: relative;
  overflow: hidden;
  justify-self: center;
  aspect-ratio: 16 / 9;
  width: 100%;
  border: 4px solid #000000c0;
  box-shadow: var(--shadow);
  background: #000;
}

.video-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-fallback {
  position: absolute;
  inset: 0;
  display: block;
  color: #fff;
  text-decoration: none;
  background: #111;
}

.video-fallback img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}

.video-fallback span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  padding: 0.45rem 0.9rem;
  border: 1px solid #ffffff80;
  background: #000000a8;
  border-radius: 0.4rem;
  font-weight: 700;
}

.grass-bg {
  background:
    linear-gradient(180deg, #00000036 0%, #0000003f 100%),
    url("assets/wix/vectorstock_1448445.jpg") center / 420px repeat;
}

.shots {
  padding: 1.2rem 0 2rem;
}

.bgg-banner {
  width: fit-content;
  margin: 0 auto 1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bgg-banner img {
  width: min(100%, 420px);
}

.shots-layout {
  display: grid;
  grid-template-columns: minmax(170px, 0.65fr) minmax(0, 1.35fr);
  gap: 1.1rem;
  align-items: start;
}

.shots-title {
  font-family: "Bebas Neue", Impact, sans-serif;
  line-height: 0.88;
  letter-spacing: 0.02em;
  font-size: clamp(4rem, 7vw, 6.8rem);
  text-shadow: 0 5px 0 #00000066;
}

.shots-collage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.shots-collage img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid #ffffff52;
  box-shadow: 0 8px 18px #00000050;
}

.collage-center {
  grid-column: 1;
  grid-row: 1;
}

.collage-one,
.collage-two,
.collage-three,
.collage-four,
.collage-five {
  min-height: 170px;
}

.collage-one {
  grid-column: 2;
  grid-row: 1;
}

.collage-two {
  grid-column: 3;
  grid-row: 1;
}

.collage-three {
  grid-column: 1;
  grid-row: 2;
}

.collage-four {
  grid-column: 2;
  grid-row: 2;
}

.collage-five {
  grid-column: 3;
  grid-row: 2;
}

.about {
  border-top: 1px solid #ffffff2b;
  border-bottom: 1px solid #ffffff2b;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-image {
  background: #efefef;
}

.about-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.about-copy {
  background:
    linear-gradient(180deg, #7bcc67d6 0%, #68bc58d8 100%),
    url("assets/wix/vectorstock_1448445.jpg") center / 420px repeat;
  color: #eff7e6;
  padding: clamp(1.2rem, 2vw, 2rem);
  display: grid;
  align-content: center;
  gap: 0.8rem;
}

.about-copy h2 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  letter-spacing: 0.02em;
}

.about-copy p {
  margin: 0;
  font-size: clamp(1.05rem, 1.45vw, 1.55rem);
  line-height: 1.45;
  color: #f2f7ea;
}

.about-copy img {
  width: min(58%, 280px);
  margin: 0.4rem auto 0;
  border: 1px solid #ffffff52;
}

.about-copy a {
  color: #f7fff4;
  text-align: center;
  font-size: clamp(1.18rem, 1.75vw, 1.65rem);
}

.mobile {
  background:
    linear-gradient(180deg, #00000067 0%, #00000075 100%),
    url("assets/wix/basketball_game_edited.jpg") center / cover no-repeat;
  border-bottom: 1px solid #ffffff35;
}

.mobile-inner {
  padding: clamp(1.3rem, 2.2vw, 2.25rem) 0;
}

.mobile h2 {
  margin: 0;
  text-align: center;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.03em;
  font-size: clamp(3rem, 6vw, 5.8rem);
  text-shadow: 0 4px 0 #0000008a;
}

.mobile-links {
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.mobile-links a {
  text-decoration: underline;
  text-underline-offset: 0.14em;
  text-align: center;
  text-transform: uppercase;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.02em;
  line-height: 0.94;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  text-shadow: 0 3px 0 #0000007a;
}

.phone-row {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
  align-items: end;
}

.phone-row img {
  width: min(72%, 320px);
  filter: drop-shadow(0 10px 20px #00000080);
}

.site-footer {
  padding: 1.6rem 1rem 1.9rem;
  text-align: center;
}

.site-footer a {
  display: inline-block;
  margin-bottom: 0.35rem;
}

.site-footer img {
  width: 42px;
  height: 42px;
}

.site-footer p {
  margin: 0;
  font-size: 1.65rem;
}

@media (max-width: 1050px) {
  .hero-inner {
    min-height: 500px;
  }

  .hero-set {
    width: clamp(210px, 30vw, 350px);
  }

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

  .app-text {
    max-width: none;
  }

  .shots-layout {
    grid-template-columns: 1fr;
  }

  .shots-title {
    text-align: center;
  }

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

@media (max-width: 840px) {
  .nav-wrap {
    grid-template-columns: auto auto;
    min-height: 82px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    padding: 0.7rem 0 1rem;
    gap: 0.7rem;
    background: #1d6f33f2;
    border-bottom: 1px solid #ffffff33;
  }

  .site-nav.open {
    display: flex;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .hero-inner {
    min-height: unset;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 1rem 0 1.2rem;
  }

  .hero-inner h1 {
    order: 1;
  }

  .hero-set-left {
    order: 2;
    justify-self: center;
    width: min(95vw, 460px);
  }

  .hero-set-right {
    display: none;
  }

  .hero-ball {
    display: none;
  }

  .video-jump {
    order: 3;
    position: static;
    transform: none;
    margin-top: -0.1rem;
  }

  .video-strip .amazon-pill,
  .video-strip .stock-pill {
    display: none;
  }

  .video-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .video-grid > .video-card {
    order: 1;
    width: min(100%, 520px);
  }

  .video-grid > .app-cta:first-of-type {
    order: 2;
  }

  .video-grid > .app-cta:last-of-type {
    order: 3;
    margin-top: 0.1rem;
  }

  .mobile-links,
  .phone-row {
    grid-template-columns: 1fr;
  }

  .phone-row img {
    width: min(62%, 280px);
  }
}

@media (max-width: 620px) {
  .brand span {
    font-size: 1.6rem;
  }

  .shots-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collage-one,
  .collage-two,
  .collage-three,
  .collage-four,
  .collage-five {
    grid-column: auto;
  }

  .collage-center {
    grid-column: auto;
    grid-row: auto;
  }

  .site-footer p {
    font-size: 1.2rem;
  }
}
