@media (min-width: 640px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .earn-grid { grid-template-columns: repeat(2, 1fr); }
  .tier-row { grid-template-columns: repeat(3, 1fr); }
  .hero-media img { height: 380px; }
  .cta-inner .btn-lg { min-width: 260px; }
}

@media (min-width: 860px) {
  .wrap { padding: 0 32px; }

  .hamburger { display: none; }

  .main-nav {
    position: static;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding: 0;
    background: transparent;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    overflow: visible;
    width: auto;
  }
  .main-nav a {
    width: auto;
    padding: 0;
    border: none;
    font-size: .78rem;
  }
  .main-nav a.nav-cta {
    margin-top: 0;
    padding: 10px 20px;
  }

  .hero-grid { flex-direction: row; align-items: center; gap: 60px; }
  .hero-copy { flex: 1; }
  .hero-media { flex: 1; }
  .hero-media img { height: 440px; }

  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .earn-grid { grid-template-columns: repeat(4, 1fr); }

  .split-grid { flex-direction: row; align-items: center; gap: 60px; }
  .split-grid > div:first-child { flex: 1.2; }
  .stat-card { flex: 1; }

  .media-grid { flex-direction: row; align-items: center; gap: 60px; }
  .media-copy, .media-img { flex: 1; }
  .media-section.reverse .media-grid { flex-direction: row-reverse; }
  .media-img img { height: 340px; }

  .flow-row { flex-direction: row; justify-content: center; gap: 40px; }
  .flow-arrow { transform: none; }

  .community-grid { flex-direction: row; align-items: center; gap: 60px; }
  .community-grid > div:first-child { flex: 1.1; }
  .community-img { flex: 1; }
  .community-img img { height: 320px; }

  .footer-grid { flex-direction: row; justify-content: space-between; }
  .footer-brand { max-width: 320px; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 1080px) {
  .earn-grid { grid-template-columns: repeat(4, 1fr); }
  h1 { max-width: 720px; }
  .hero-media img { height: 480px; }
  .section { padding: 90px 0; }
  .cta-section { padding: 110px 0; }
}

@media (max-width: 859.98px) {
  .main-nav a:not(.nav-cta) { color: var(--fg); }
}

@media (min-width: 640px) {
  .stats-strip-inner { grid-template-columns: repeat(4, 1fr); }
  .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
  .inline-cta { flex-direction: row; align-items: center; justify-content: space-between; padding: 30px 32px; }
}

@media (min-width: 860px) {
  .stats-strip-inner { padding: 56px 32px 48px; }
  .inline-cta { padding: 34px 40px; }
  .inline-cta p { font-size: 1.2rem; }
  .toast-host { left: 26px; bottom: 26px; }
}

@media (max-width: 639.98px) {
  .toast-host { max-width: calc(100vw - 28px); }
  .toast { padding: 10px 12px; }
}

@media (min-width: 640px) {
  .missing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 860px) {
  .missing-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
}