.cg-jc-page .jc-hero .jc-eyebrow {
  color: #f4f5f1;
}

.cg-jc-page .jc-hero .jc-lead {
  margin-bottom: .6rem;
}

.cg-jc-page .jc-hero-price {
  margin: 0 0 1.2rem;
  color: var(--jc-green);
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: .01em;
}

/* Desktop-only composition correction for the Jersey City landing-page hero. */
@media (min-width: 761px) {
  .cg-jc-page .jc-hero {
    width: min(1280px, calc(100% - 48px));
    margin-inline: auto;
  }

  .cg-jc-page .jc-hero h1 {
    font-size: clamp(3.25rem, 4.4vw, 4.9rem);
  }
}
