/* Responsive Media Queries */

@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  
  .vip-vault-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 2.5rem 2rem;
  }

  .vip-teaser-grid {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .navbar .nav-links {
    display: none;
  }

  .hero-section {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 3rem;
  }

  .hero-content {
    align-items: center;
  }

  .hero-metrics {
    justify-content: center;
    gap: 1.5rem;
    width: 100%;
  }

  .hero-cta-group {
    justify-content: center;
    width: 100%;
  }

  .hero-cta-group .btn {
    width: 100%;
  }

  .highlights-wrapper {
    justify-content: flex-start;
    padding: 1rem 0;
  }

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

  .fan-hub-grid {
    grid-template-columns: 1fr;
  }

  .story-container {
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    border: none;
  }

  .story-tap-zone-left, .story-tap-zone-right {
    top: 70px;
  }
}

@media (max-width: 480px) {
  .smartphone-mockup {
    width: 290px;
    height: 560px;
    border-radius: 36px;
  }

  .hero-title {
    font-size: 2.4rem;
  }

  .metric-value {
    font-size: 1.3rem;
  }

  .widget-card {
    padding: 1.5rem;
  }

  .poll-actions {
    flex-direction: column;
  }
}
