body.gatorade-page {
  color: #1e1e1b;
  background: #d7d0c2;
  font-family: "Courier New", Courier, monospace;
  overflow-x: hidden;
}

.gatorade-project {
  display: block;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  background: #d7d0c2;
}

.gatorade-hero {
  position: relative;
  display: grid;
  width: 100vw;
  min-height: 100svh;
  align-content: center;
  justify-items: center;
  overflow: hidden;
  padding: 4rem 1.25rem 5.5rem;
  color: #f5f1e9;
  text-align: center;
  background: #050505;
}

.gatorade-hero::after {
  display: none;
}

.gatorade-mark,
.gatorade-brand,
.gatorade-hero h1,
.gatorade-context {
  position: relative;
  z-index: 1;
}

.gatorade-mark {
  display: block;
  width: min(18rem, 58vw);
  height: auto;
  margin: 0 auto 1.2rem;
}

.gatorade-brand {
  margin: 0 0 0.55rem;
  color: rgba(245, 241, 233, 0.84);
  font-size: 1.05rem;
  line-height: 1;
}

.gatorade-hero h1 {
  margin: 0 0 1.9rem;
  color: #f5f1e9;
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(1.8rem, 4.2vw, 3.8rem);
  font-weight: 700;
  line-height: 0.95;
}

.gatorade-context {
  max-width: 58rem;
  margin: 0;
  color: rgba(245, 241, 233, 0.82);
  font-size: 0.94rem;
  line-height: 1.65;
}

.gatorade-section {
  position: relative;
  padding: 4.5rem 3vw 4.75rem;
  background: #d7d0c2;
}

.gatorade-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  border-top: 1px solid rgba(28, 28, 26, 0.42);
  content: "";
  transform: translateX(-50%);
}

.gatorade-film-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.gatorade-film-frame,
.gatorade-rundown {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
}

.gatorade-film-frame {
  display: grid;
  gap: 1rem;
}

.gatorade-film {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #080807;
  object-fit: cover;
}

.gatorade-rundown {
  display: grid;
  gap: 1rem;
  color: rgba(30, 30, 27, 0.76);
  font-size: 0.96rem;
  line-height: 1.6;
}

.gatorade-rundown h2,
.gatorade-section-copy h2 {
  margin: 0;
  color: #1e1e1b;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}

.gatorade-rundown p,
.gatorade-section-copy p {
  margin: 0;
}

.gatorade-film-credit {
  margin: 0;
  color: rgba(30, 30, 27, 0.7);
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.45;
  text-align: center;
}

.gatorade-section-copy {
  display: grid;
  gap: 0.9rem;
  max-width: 58rem;
  margin: 0 auto 3.1rem;
  color: rgba(30, 30, 27, 0.76);
  font-size: 0.98rem;
  line-height: 1.6;
  text-align: center;
}

.gatorade-social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 70rem;
  margin: 0 auto;
}

.gatorade-social-grid img {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  object-fit: cover;
}

.gatorade-poster-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  max-width: 78rem;
  margin: 0 auto;
}

.gatorade-poster-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1.22 / 1;
  background: rgba(255, 255, 255, 0.2);
  object-fit: cover;
}

.gatorade-page .project-footer {
  background: #cbc4b8;
}

@media (max-width: 860px) {
  .gatorade-film-section {
    grid-template-columns: 1fr;
  }

  .gatorade-rundown {
    max-width: 44rem;
    text-align: center;
  }

  .gatorade-social-grid,
  .gatorade-poster-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .gatorade-hero {
    padding: 4rem 1rem 5rem;
  }

  .gatorade-mark {
    width: min(13rem, 72vw);
  }

  .gatorade-context,
  .gatorade-rundown,
  .gatorade-section-copy {
    font-size: 0.84rem;
  }

  .gatorade-section {
    padding: 3.4rem 1rem 3.8rem;
  }

  .gatorade-social-grid,
  .gatorade-poster-grid {
    grid-template-columns: 1fr;
    max-width: 22rem;
  }
}
