@media (max-width: 580px) {
  body {
    overflow-x: hidden;
  }

  .hero {
    min-height: 650px;
  }

  .hero-copy {
    width: 100%;
    padding: 72px 28px 64px;
    text-align: center;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.75rem, 11.5vw, 4rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    text-wrap: balance;
  }

  .hero-copy > p:not(.eyebrow) {
    max-width: 32rem;
    margin: 30px auto;
    font-size: 1.08rem;
    line-height: 1.55;
  }

  .actions {
    justify-content: center;
  }

  .ticker {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
    padding: 24px 28px;
    overflow: visible;
  }

  .ticker span {
    text-align: center;
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .section,
  .page-hero {
    padding-left: 28px;
    padding-right: 28px;
  }

  h2,
  .manifesto blockquote {
    font-size: clamp(2.25rem, 10.5vw, 3.25rem);
    line-height: 1;
    text-wrap: balance;
  }

  .split > div:first-child,
  .section-head,
  .manifesto,
  .contact-band {
    text-align: center;
  }

  .split > div:first-child .lede {
    margin-left: auto;
    margin-right: auto;
  }

  .section-head {
    align-items: center;
  }
}

