body.taco-page {
  color: #2f2f2d;
  background: #d8d0d8;
  font-family: "Courier New", Courier, monospace;
  overflow-x: hidden;
}

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

.taco-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:
    linear-gradient(rgba(5, 5, 5, 0.84), rgba(5, 5, 5, 0.9)),
    url("assets/adidas-hero-steel.png") center / cover;
}

.taco-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0.026) 50%, rgba(0, 0, 0, 0.08) 50%);
  background-size: 100% 4px;
  opacity: 0.2;
}

.taco-mark {
  position: relative;
  z-index: 1;
  display: block;
  width: min(18.5rem, 62vw);
  height: auto;
  margin: 0 auto 1.2rem;
}

.taco-line {
  position: relative;
  z-index: 1;
  margin: 0 0 2rem;
  color: #f5f1e9;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.18);
}

.taco-brief {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 1.05rem;
  max-width: 61rem;
  margin: 0 auto;
  color: rgba(245, 241, 233, 0.8);
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
}

.taco-brief p,
.taco-ooh-note,
.section-copy p {
  margin: 0;
}

.taco-section {
  position: relative;
  padding: 4.25rem 3vw 4.5rem;
  background: #d8d0d8;
}

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

.section-copy {
  display: grid;
  gap: 1.25rem;
  max-width: 56rem;
  margin: 0 auto 3.2rem;
  text-align: center;
}

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

.section-copy p,
.taco-ooh-note {
  color: rgba(47, 47, 45, 0.76);
  font-size: 0.98rem;
  line-height: 1.6;
}

.taco-ooh .section-copy {
  max-width: 58rem;
  margin-bottom: 3.1rem;
}

.taco-ooh-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  width: min(100%, 72rem);
  margin: 0 auto;
}

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

.taco-ooh-note {
  max-width: 58rem;
  margin: 3.6rem auto 0;
  font-weight: 700;
  text-align: center;
}

.taco-product-image {
  width: min(100%, 48rem);
  margin: 0 auto;
}

.taco-product-image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  background: rgba(255, 255, 255, 0.18);
  object-fit: contain;
}

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

.taco-shorts-grid article {
  display: grid;
  gap: 0.9rem;
  margin: 0;
}

.taco-short-placeholder,
.taco-short-video {
  display: grid;
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(35, 24, 22, 0.28);
}

.taco-short-placeholder {
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 50%, rgba(0, 0, 0, 0.07) 50%),
    radial-gradient(ellipse at center, #171313, #060505 72%);
  background-size: 100% 4px, auto;
}

.taco-short-video {
  display: block;
  background: #060505;
  object-fit: cover;
  overflow: hidden;
}

.taco-shorts-grid h3 {
  margin: 0;
  color: #2f2f2d;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9rem;
  line-height: 1.2;
  text-align: center;
}

.taco-page .project-footer {
  background: #d8d0d8;
}

@media (max-width: 760px) {
  .taco-hero {
    min-height: 100svh;
    padding: 4rem 1rem 5rem;
  }

  .taco-mark {
    width: min(12.5rem, 64vw);
  }

  .taco-line {
    margin-bottom: 1.55rem;
    font-size: 1.15rem;
  }

  .taco-brief {
    max-width: 31rem;
    font-size: 0.82rem;
  }

  .taco-section {
    padding: 3.25rem 1rem 3.5rem;
  }

  .taco-ooh-grid,
  .taco-shorts-grid {
    grid-template-columns: 1fr;
  }

  .taco-shorts-grid {
    max-width: 20rem;
  }
}
