.marketing-copy h1,
.marketing-explanation h2,
.marketing-final h2 {
  font-size: clamp(2.2rem, 3.4vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.marketing-lead {
  margin-block: 22px;
  font-size: 1.05rem;
  line-height: 1.6;
}

html:has(.marketing-page),
body.marketing-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.marketing-page main,
.marketing-hero > *,
.marketing-explanation > *,
.marketing-footer > * {
  min-width: 0;
}

.marketing-shot,
.marketing-shot img,
.marketing-final {
  max-width: 100%;
}

.marketing-copy h1,
.marketing-explanation h2,
.marketing-final h2 {
  max-width: 19ch;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
}

.marketing-footer {
  overflow-wrap: anywhere;
}

@media (max-width: 1050px) {
  .marketing-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .marketing-shot {
    width: min(100%, 820px);
    transform: none;
  }
}

.marketing-explanation h2,
.marketing-final h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
}

@media (max-width: 520px) {
  .marketing-copy h1 {
    font-size: 2.15rem;
  }

  .marketing-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
