@media (max-width: 1440px) {
  :root {
    --container-wide: 1180px;
    --container-standard: 1080px;
  }

  .hero__copy {
    width: 660px;
  }

  .hero h1 {
    font-size: 46px;
  }

}

@media (max-width: 1100px) {
  .site-nav {
    display: none;
  }

  .hero {
    height: auto;
    min-height: 700px;
    background-position: center top;
  }

  .hero__inner {
    padding-bottom: 70px;
  }

  .activity-card {
    width: 330px;
    margin-right: 0;
  }

  .hero__copy {
    width: calc(100% - 370px);
  }

  .hero h1 {
    font-size: 40px;
  }

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

  .section--levels {
    height: auto;
    padding-bottom: 80px;
  }

  .tier-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1023px) {
  .activity-card {
    display: none;
  }
}

@media (max-width: 768px) {
  .container {
    width: calc(100% - 36px);
  }

  .site-header .button {
    margin-left: auto;
  }

  .brand__copy small {
    display: none;
  }

  .hero__inner {
    display: block;
    padding-top: 118px;
  }

  .hero__copy {
    width: 100%;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero__lead {
    font-size: 14px;
  }

  .activity-card {
    width: 100%;
    margin-top: 42px;
  }

  .metrics,
  .metrics__grid {
    height: auto;
  }

  .metrics__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metrics__grid > div {
    padding: 28px 8px;
  }

  .tier-grid,
  .guarantee-grid,
  .fee-grid,
  .terms-grid {
    grid-template-columns: 1fr;
  }

  .rebate-calculation,
  .free-rent,
  .discount-section,
  .timeline-section,
  .fees-section,
  .terms-section,
  .final-cta {
    height: auto;
    min-height: 0;
    padding-bottom: 70px;
  }

  .guarantee-card {
    width: 100%;
    height: auto;
  }

  .free-rent-card {
    height: auto;
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 36px 28px;
  }

  .table-shell {
    overflow-x: auto;
  }

  .table-shell table {
    min-width: 760px;
  }

  .timeline {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .timeline::before {
    display: none;
  }

  .fee-card,
  .term-card {
    height: auto;
  }
}
