.campaign-work {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 60px;
}

.campaign-intro {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-top: 1px solid var(--ink);
  padding-top: 24px;
}

.campaign-intro > span,
.campaign-meta span,
.campaign-card > a {
  font-size: .66rem;
  letter-spacing: .15em;
  font-weight: 800;
}

.campaign-intro h3 {
  font: 800 clamp(2.4rem, 5vw, 5rem)/.9 "Manrope";
  letter-spacing: -.06em;
  margin: 0;
}

.campaign-card {
  background: #0d0d0c;
  color: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.campaign-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 2px 2px 14px;
}

.campaign-meta span { color: var(--acid); }
.campaign-meta strong { font-size: .76rem; }

.campaign-card iframe {
  width: 100%;
  height: 560px;
  border: 0;
  background: #fff;
}

.campaign-card > a {
  display: block;
  color: var(--acid);
  padding: 16px 2px 3px;
}

.jet-post {
  margin: 0;
  min-height: 620px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.jet-post iframe {
  width: 100%;
  height: 620px;
  border: 0;
}

.jet-post-featured {
  grid-column: 1 / -1;
  max-width: 760px;
  width: 100%;
  justify-self: center;
}

.jet-post figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--acid);
  color: var(--ink);
  padding: 10px 14px;
  font-size: .62rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .campaign-work { grid-template-columns: 1fr; }
  .campaign-intro { display: block; }
  .campaign-intro h3 { margin-top: 18px; }
  .campaign-card iframe { height: 520px; }
  .jet-post,
  .jet-post iframe { min-height: 560px; height: 560px; }
  .jet-post-featured { grid-column: auto; }
}
