* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
}

body {
  font-family: Georgia, "Times New Roman", serif;
  color: #f6f0e8;
  background: #080807;
}

main {
  display: grid;
  min-height: 100vh;
  place-items: center;
}

h1 {
  margin: 0;
  font-size: clamp(2.5rem, 8vw, 7rem);
  font-weight: 400;
  letter-spacing: 0;
}

body.adidas-page {
  color: #1d1d1b;
  background: #c9c8c1;
  font-family: "Courier New", Courier, monospace;
}

body.wilson-page {
  color: #f5f1e9;
  background: #dbe4d9;
  font-family: "Courier New", Courier, monospace;
}

body.chatgpt-page {
  color: #1d1d1b;
  background: #d8ded6;
  font-family: "Courier New", Courier, monospace;
  overflow-x: hidden;
}

.project-back {
  position: fixed;
  top: 1.35rem;
  left: 1.6rem;
  z-index: 10;
  color: #f5f1e9;
  font-family: "Courier New", Courier, monospace;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.85);
  transition: opacity 180ms ease, transform 180ms ease;
}

.project-back:hover,
.project-back:focus-visible {
  opacity: 0.72;
  transform: scale(1.08);
}

.chatgpt-page .project-back {
  color: #f5f1e9;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.85);
}

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

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

.chatgpt-project {
  display: block;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background: #d8ded6;
}

.adidas-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(4, 4, 5, 0.82), rgba(4, 4, 5, 0.88)),
    url("assets/adidas-hero-steel.png") center / cover;
}

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

.chatgpt-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(3, 4, 4, 0.84), rgba(3, 4, 4, 0.91)),
    url("assets/chatgpt-bg.png") center / cover;
}

.adidas-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent 33rem),
    linear-gradient(rgba(255, 255, 255, 0.04) 50%, transparent 50%);
  background-size: auto, 100% 4px;
  opacity: 0.26;
}

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

.adidas-mark {
  position: relative;
  z-index: 1;
  display: block;
  width: min(16rem, 44vw);
  margin: 0 0 1.05rem;
  filter: invert(1);
  opacity: 0.95;
}

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

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

.wilson-lockup {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 18rem) 3rem minmax(0, 18rem);
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 3rem;
  width: min(66rem, 86vw);
  margin: 0 auto 1.95rem;
}

.wilson-lockup img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.wilson-brand-logo {
  filter: none;
}

.special-olympics-logo {
  max-width: 13rem;
  filter: none;
}

.wilson-x {
  color: #f5f1e9;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: none;
}

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

.chatgpt-mark {
  position: relative;
  z-index: 1;
  display: block;
  width: min(10.5rem, 30vw);
  margin: 0 0 1.35rem;
  filter: brightness(1.9) contrast(0.82) drop-shadow(0 0 12px rgba(255, 255, 255, 0.1));
  mix-blend-mode: screen;
  opacity: 0.72;
}

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

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

.scroll-cue {
  display: block;
  width: 2.8rem;
  height: auto;
  margin-top: 0.85rem;
  opacity: 0.72;
  animation: scrollCuePulse 2.4s ease-in-out infinite;
}

@keyframes scrollCuePulse {
  0%,
  100% {
    opacity: 0.38;
    transform: translateY(0);
  }

  50% {
    opacity: 0.82;
    transform: translateY(4px);
  }
}

.adidas-brief p,
.wilson-brief p,
.chatgpt-brief p,
.section-copy p,
.gauntlet-note,
.video-note {
  margin: 0;
}

.adidas-brief span,
.wilson-brief span,
.chatgpt-brief span,
.section-copy h1,
.section-copy h2 {
  font-weight: 700;
}

.adidas-section {
  position: relative;
  padding: 4.25rem 3vw 4.5rem;
  border-top: 0;
}

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

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

.chatgpt-section {
  position: relative;
  padding: 4.25rem 3vw 4.5rem;
  background:
    linear-gradient(rgba(216, 222, 214, 0.91), rgba(216, 222, 214, 0.94)),
    url("assets/chatgpt-bg.png") center / cover;
}

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

.wilson-film {
  padding-top: 4.75rem;
}

.wilson-credit {
  font-size: 0.84rem;
  opacity: 0.74;
}

.wilson-video-placeholder {
  display: grid;
  width: min(100%, 64rem);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  place-items: center;
  border: 1px solid rgba(29, 29, 27, 0.34);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 50%, rgba(0, 0, 0, 0.07) 50%),
    radial-gradient(ellipse at center, #151817, #050606 72%);
  background-size: 100% 4px, auto;
  color: rgba(245, 241, 233, 0.64);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.chatgpt-video-placeholder {
  display: grid;
  width: min(100%, 64rem);
  aspect-ratio: 16 / 9;
  margin: 0 auto 3rem;
  place-items: center;
  border: 1px solid rgba(29, 29, 27, 0.34);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 50%, rgba(0, 0, 0, 0.07) 50%),
    radial-gradient(ellipse at center, #151817, #050606 72%);
  background-size: 100% 4px, auto;
  color: rgba(245, 241, 233, 0.64);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.chatgpt-gallery-grid,
.unmade-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 78rem;
  margin: 0 auto;
}

.chatgpt-gallery-grid figure {
  display: grid;
  gap: 0.85rem;
  margin: 0;
}

.chatgpt-gallery-grid img,
.unmade-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  background: rgba(255, 255, 255, 0.24);
  object-fit: cover;
}

.chatgpt-gallery-grid figcaption {
  color: rgba(29, 29, 27, 0.72);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.chatgpt-credit {
  font-size: 0.84rem;
  opacity: 0.74;
}

.chatgpt-social-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 92rem;
  margin: 0 auto 3rem;
}

.chatgpt-social-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #0b0b0b;
  object-fit: cover;
}

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

.creator-grid article {
  padding: 1.4rem 1.3rem;
  border: 1px solid rgba(29, 29, 27, 0.28);
}

.creator-grid h3,
.unmade-feature h3 {
  margin: 0 0 0.75rem;
  color: #1d1d1b;
  font-size: 1rem;
  line-height: 1.2;
}

.creator-grid p,
.unmade-feature p {
  margin: 0;
  color: rgba(29, 29, 27, 0.72);
  font-size: 0.88rem;
  line-height: 1.55;
}

.unmade-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(18rem, 1fr);
  gap: 2.5rem;
  align-items: center;
  max-width: 72rem;
  margin: 0 auto 3rem;
}

.unmade-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  background: rgba(255, 255, 255, 0.24);
  object-fit: cover;
}

.feeling-section {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.chatgpt-final {
  display: grid;
  gap: 1.05rem;
  justify-items: center;
  padding: 5rem 1.25rem;
  color: #f5f1e9;
  background:
    linear-gradient(rgba(5, 6, 6, 0.88), rgba(5, 6, 6, 0.93)),
    url("assets/adidas-hero-steel.png") center / cover;
  font-family: "Courier New", Courier, monospace;
  text-align: center;
}

.chatgpt-final p {
  margin: 0;
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.16);
}

.chatgpt-source {
  overflow-x: clip;
  background:
    radial-gradient(circle at center top, rgba(255, 255, 255, 0.7), transparent 40rem),
    linear-gradient(rgba(247, 247, 243, 0.96), rgba(229, 232, 226, 0.98));
}

.chatgpt-source-section {
  position: relative;
  display: grid;
  justify-items: center;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 3.7rem 3vw 0;
  color: rgba(29, 29, 27, 0.76);
  font-family: "Courier New", Courier, monospace;
  font-size: 1rem;
  line-height: 1.58;
  text-align: center;
}

.chatgpt-source-intro {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  width: 100%;
  min-height: 100svh;
  margin: 0;
  padding: 4rem 3vw 5.5rem;
  color: #f5f1e9;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9rem;
  line-height: 1.58;
  text-align: center;
  background:
    linear-gradient(rgba(4, 4, 5, 0.84), rgba(4, 4, 5, 0.91)),
    url("assets/adidas-hero-steel.png") center / cover;
}

.chatgpt-source-intro::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent 33rem),
    linear-gradient(rgba(255, 255, 255, 0.035) 50%, transparent 50%);
  background-size: auto, 100% 4px;
  opacity: 0.22;
}

.chatgpt-source-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: min(13.5rem, 42vw);
  height: auto;
  margin: 0 auto 1.35rem;
  filter: invert(1);
}

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

.final-logo {
  width: min(11rem, 42vw);
  margin-top: 1.4rem;
  margin-bottom: 0;
  filter: none;
}

.chatgpt-source-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.85rem;
  max-width: 58rem;
  margin: -0.35rem auto 0;
  color: rgba(245, 241, 233, 0.8);
}

.chatgpt-source p,
.chatgpt-source h1,
.chatgpt-source h2,
.chatgpt-source h3 {
  margin: 0;
}

.chatgpt-source p {
  max-width: 48rem;
}

.chatgpt-source-intro p {
  max-width: 58rem;
}

.chatgpt-source h1,
.chatgpt-source h2 {
  margin-bottom: 1.35rem;
  color: #303432;
  font-size: 1.08rem;
  line-height: 1.2;
}

.chatgpt-source strong {
  color: #303432;
  font-weight: 700;
}

.chatgpt-source-intro strong {
  color: #f5f1e9;
}

.source-dash {
  padding: 0.85rem 0;
}

.source-rule {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 0 auto 2rem;
  border: 0;
}

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

.chatgpt-source-section {
  gap: 1.05rem;
  padding-top: 2rem;
  padding-bottom: 1.7rem;
}

.source-small {
  color: rgba(29, 29, 27, 0.62);
  font-size: 0.82rem;
  font-style: italic;
}

.chatgpt-source-video {
  display: grid;
  width: min(100%, 41rem);
  aspect-ratio: 1.818 / 1;
  margin: 1.25rem auto 0;
  place-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 50%, rgba(0, 0, 0, 0.07) 50%),
    radial-gradient(ellipse at center, #151817, #050606 72%);
  background-size: 100% 4px, auto;
  color: rgba(245, 241, 233, 0.64);
  font-size: 0.86rem;
  text-transform: uppercase;
}

.chatgpt-source-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.source-stack {
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 2rem;
  width: 100%;
  margin: 1.35rem auto;
}

.source-stack img {
  display: block;
  width: min(100%, 18rem);
  height: auto;
  object-fit: contain;
}

.source-gallery img {
  width: 100%;
}

.source-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 1rem;
  max-width: 48rem;
}

.source-social {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: flex-start;
  gap: 1.1rem;
  width: min(96vw, 112rem);
  max-width: none;
  margin-inline: auto;
  transform: none;
}

.source-social img {
  width: 100%;
  max-width: none;
}

.source-creators {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  align-items: start;
  gap: 2rem;
  width: min(100%, 64rem);
  max-width: 64rem;
  margin-top: 0.4rem;
}

.source-creator-card {
  display: grid;
  justify-items: center;
  gap: 1.15rem;
  margin: 0;
}

.source-creator-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.source-creator-card p {
  width: 100%;
  max-width: 34rem;
  line-height: 1.65;
  text-align: justify;
  text-align-last: center;
}

.source-unmade img {
  width: 100%;
}

.source-unmade {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  gap: 1.3rem;
  max-width: 76rem;
}

.source-unmade img:first-child:nth-last-child(2),
.source-unmade img:first-child:nth-last-child(2) + img {
  width: 100%;
  height: clamp(28rem, 45vw, 42rem);
  object-fit: contain;
  object-position: bottom center;
}

.chatgpt-scroll-cue {
  justify-self: center;
  margin-top: 0.35rem;
  filter: drop-shadow(0 0 8px rgba(245, 241, 233, 0.28));
}

.source-unmade-process {
  max-width: 48rem;
}

.source-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 1.3rem;
  width: 100%;
}

.source-pair img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.chatgpt-source-final {
  padding-bottom: 3.2rem;
}

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

.wilson-board-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  background: rgba(255, 255, 255, 0.24);
  object-fit: cover;
}

.wilson-board-grid figure {
  display: grid;
  gap: 0.9rem;
  margin: 0;
}

.wilson-board-grid figcaption {
  color: #1d1d1b;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-shadow: none;
}

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

.wilson-social-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #0b0b0b;
  object-fit: cover;
}

.wilson-drop {
  display: grid;
  grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 0.78fr);
  gap: 2.5rem;
  align-items: center;
  padding-bottom: 5rem;
}

.wilson-drop::before {
  display: none;
}

.wilson-drop-copy {
  display: grid;
  gap: 0.9rem;
  max-width: 32rem;
  margin: 0 auto;
  color: rgba(29, 29, 27, 0.72);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.92rem;
  line-height: 1.6;
}

.wilson-drop-copy h2 {
  margin: 0;
  color: #1d1d1b;
  font-size: 1.18rem;
  line-height: 1.15;
}

.wilson-drop-copy p {
  margin: 0;
}

.wilson-drop-media {
  display: grid;
  align-items: center;
}

.wilson-drop-media img {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.22);
  object-fit: cover;
}

.wilson-drop-media img:first-child {
  aspect-ratio: 1;
}

.section-copy {
  display: grid;
  gap: 0.95rem;
  max-width: 58rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-copy h1,
.section-copy h2 {
  margin: 0;
  color: #1d1d1b;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.18rem;
  line-height: 1;
}

.section-copy p {
  color: rgba(29, 29, 27, 0.74);
  font-size: 0.96rem;
  line-height: 1.6;
}

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

.adidas-image-grid img,
.gauntlet-grid img {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.28);
  object-fit: cover;
}

.adidas-image-grid img {
  aspect-ratio: 3 / 2;
}

.gauntlet-section {
  padding-bottom: 3.4rem;
}

.gauntlet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 34rem));
  justify-content: center;
  gap: 1.15rem;
  max-width: 72rem;
  margin: 0 auto;
}

.gauntlet-grid img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.gauntlet-note,
.video-note {
  max-width: 46rem;
  margin: 1.7rem auto 0;
  color: rgba(29, 29, 27, 0.66);
  font-size: 0.86rem;
  line-height: 1.5;
  text-align: center;
}

.project-footer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 6.25rem;
  padding: 1.9rem 3vw 2.2rem;
  border-top: 1px solid rgba(28, 28, 26, 0.38);
  background: #dbe4d9;
  color: #1d1d1b;
  font-family: "Courier New", Courier, monospace;
}

.wilson-page .project-footer {
  background: #cad8c8;
}

.adidas-page .project-footer {
  background: #bebdb5;
}

.chatgpt-page .project-footer {
  background: #d8ded6;
}

.project-footer p,
.project-footer a {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1;
}

.project-footer p {
  grid-column: 2;
  justify-self: center;
  color: rgba(29, 29, 27, 0.72);
}

.project-footer a {
  color: #1d1d1b;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.project-footer a:hover,
.project-footer a:focus-visible {
  opacity: 0.66;
  transform: scale(1.05);
}

.project-footer-between a:first-of-type {
  grid-column: 1;
  justify-self: start;
}

.project-footer-prev a {
  grid-column: 1;
  justify-self: start;
}

.project-footer-between a:last-of-type,
.project-footer-next a {
  grid-column: 3;
  justify-self: end;
}

.tv-section {
  padding-bottom: 5rem;
}

.project-type {
  margin: 0;
  color: rgba(32, 32, 32, 0.68);
  font-size: 0.94rem;
  line-height: 1;
}

.project-intro h1 {
  margin: 0 0 1.15rem;
  color: #1d1d1d;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1;
}

.video-placeholder,
.tv-spot-video {
  display: block;
  width: min(100%, 64rem);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.video-placeholder {
  background: #fff;
}

.tv-spot-video {
  background: #111;
  object-fit: cover;
}

.adidas-page .tv-spot-video {
  width: min(100%, 56rem);
}

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

  .wilson-hero {
    min-height: 100svh;
    padding: 4rem 1rem 5rem;
  }

  .chatgpt-hero {
    min-height: 100svh;
    padding: 4rem 1rem 5rem;
  }

  .adidas-mark {
    width: min(13rem, 58vw);
  }

  .adidas-line {
    margin-bottom: 1.6rem;
    font-size: 1.15rem;
  }

  .adidas-brief {
    font-size: 0.82rem;
  }

  .wilson-lockup {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.1rem;
    width: min(22rem, 78vw);
    margin-bottom: 1.65rem;
  }

  .wilson-brand-logo {
    max-width: 16rem;
  }

  .special-olympics-logo {
    max-width: 10.5rem;
  }

  .wilson-x {
    font-size: 2rem;
  }

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

  .chatgpt-mark {
    width: min(8.25rem, 38vw);
  }

  .chatgpt-line {
    margin-bottom: 1.55rem;
    font-size: 1.2rem;
  }

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

  .adidas-section,
  .wilson-section,
  .chatgpt-section {
    padding: 3.25rem 1rem 3.5rem;
  }

  .section-copy {
    margin-bottom: 2rem;
  }

  .adidas-image-grid,
  .gauntlet-grid,
  .wilson-board-grid,
  .wilson-social-grid,
  .wilson-drop,
  .wilson-drop-media,
  .chatgpt-gallery-grid,
  .chatgpt-social-grid,
  .creator-grid,
  .unmade-feature,
  .unmade-grid {
    grid-template-columns: 1fr;
  }

  .wilson-video-placeholder {
    font-size: 0.8rem;
  }

  .wilson-social-grid {
    max-width: 22rem;
  }

  .wilson-drop-copy {
    max-width: 34rem;
    text-align: center;
  }

  .chatgpt-video-placeholder {
    font-size: 0.8rem;
  }

  .chatgpt-social-grid {
    max-width: 22rem;
  }

  .creator-grid article {
    text-align: center;
  }

  .unmade-feature {
    gap: 1.5rem;
    text-align: center;
  }

  .chatgpt-final {
    gap: 0.95rem;
    padding: 3.6rem 1rem;
  }

  .chatgpt-final p {
    font-size: 1rem;
  }

  .chatgpt-source-intro {
    min-height: 100svh;
    padding: 4rem 1rem 5rem;
    font-size: 0.82rem;
  }

  .chatgpt-source-logo {
    width: min(10.5rem, 52vw);
  }

  .chatgpt-source-line {
    margin-bottom: 1.6rem;
    font-size: 1.15rem;
  }

  .source-gallery,
  .source-unmade,
  .source-pair {
    grid-template-columns: 1fr;
    max-width: 20rem;
  }

  .source-social {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 22rem);
    max-width: 22rem;
    margin-inline: auto;
    transform: none;
  }

  .source-creators {
    grid-template-columns: 1fr;
    width: min(100%, 24rem);
    max-width: 24rem;
  }

  .source-creator-card p {
    text-align: justify;
    text-align-last: center;
  }

  .project-footer {
    grid-template-columns: 1fr;
    gap: 1rem;
    justify-items: center;
    padding: 1.8rem 1rem 2rem;
  }

  .project-footer p,
  .project-footer-between a:first-of-type,
  .project-footer-between a:last-of-type,
  .project-footer-prev a,
  .project-footer-next a {
    grid-column: 1;
    justify-self: center;
  }
}

@media (min-width: 521px) and (max-width: 760px) {
  .source-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: calc(100vw - 2rem);
    max-width: 48rem;
  }

  .source-unmade,
  .source-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100vw - 2rem);
    max-width: 44rem;
  }

  .source-social {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    width: min(calc(100vw - 2rem), 52rem);
    max-width: 52rem;
    margin-inline: auto;
    transform: none;
  }

  .source-creators {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(calc(100vw - 4rem), 48rem);
    max-width: 48rem;
  }
}
