.first-screen {
  padding-top: 34px !important;
}

.first-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: 32px;
  align-items: center;
}

.first-copy h1 {
  font-size: clamp(42px, 5.25vw, 68px);
  margin-bottom: 12px;
}

.first-copy .dek {
  font-size: 21px;
  line-height: 1.42;
  margin-bottom: 14px;
}

.first-copy .meta {
  gap: 10px 22px;
  margin-bottom: 12px;
}

.first-copy [data-guide-evidence] {
  margin: 0;
  padding: 12px 14px;
  border-left: 4px solid var(--gold);
  background: #f3f1e9;
  font-size: 15px;
  line-height: 1.45;
}

.first-screen .hero {
  width: 100%;
  margin: 0;
  align-self: stretch;
}

.first-screen .hero img {
  height: min(392px, 45vw);
  object-fit: cover;
  object-position: center;
}

.first-screen .hero figcaption {
  padding: 7px 12px;
}

.first-screen .bottom-line {
  margin: 22px 0 16px;
  padding: 18px 22px;
}

.first-screen .bottom-line h2 {
  margin-bottom: 5px;
}

.first-screen .bottom-line p {
  font-size: 16px;
  line-height: 1.5;
}

.first-screen .start-grid {
  margin: 16px 0 12px;
}

.first-screen .start-grid a {
  padding: 13px 15px;
}

.first-screen .warning,
.first-screen .verify {
  display: inline;
  font-size: 15px;
}

.first-screen .warning::after {
  content: " ";
}

.first-screen .jump {
  display: block;
  margin-top: 12px;
}

@media (max-width: 800px) {
  .first-screen {
    padding-top: 26px !important;
  }

  .first-hero-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .first-copy h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }

  .first-copy .dek {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .first-copy .meta {
    font-size: 12px;
    margin-bottom: 0;
  }

  .first-copy [data-guide-evidence] {
    margin-top: 12px;
    font-size: 14px;
  }

  .first-screen .hero {
    order: 2;
  }

  .first-screen .hero img {
    height: 220px;
  }

  .first-screen .bottom-line {
    margin-top: 16px;
    padding: 16px 18px;
  }

  .first-screen .bottom-line p {
    font-size: 15px;
  }
}

@media (max-width: 390px) {
  .first-copy h1 {
    font-size: 36px;
  }

  .first-copy .dek {
    font-size: 17px;
  }

  .first-screen .hero img {
    height: 205px;
  }
}
