/* big ahh screens */
@media (max-width: 1200px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .section-title {
    font-size: 2.2rem;
  }
}

/* tablets/laptops */
@media (max-width: 992px) {
  .header-content {
    flex-direction: column;
    text-align: center;
  }
  
  .about-grid,
  .mission-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .exec-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  
  .alumni-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    max-width: 1200px;
  }
}

/* small tablet */
@media (max-width: 768px) {
  .modern-header {
    padding: 0.75rem 0;
  }
  
  .header-logo {
    height: 45px;
  }
  
  .organization-name {
    font-size: 1.4rem !important;
  }
  
  .organization-subtitle {
    font-size: 0.8rem;
  }
  
  .hero-section {
    padding: 4rem 0;
    background-attachment: scroll;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  
  .content-section {
    padding: 3rem 0;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.1rem;
  }
  
  .cta-section {
    padding: 4rem 0;
    background-attachment: scroll;
  }
  
  .cta-title {
    font-size: 2rem;
  }
  
  .footer-brand {
    flex-direction: column;
    text-align: center;
  }
  
  .modern-header .nav-link.btn-join {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

/* phone */
@media (max-width: 576px) {

    .brand-text {
        display: none;
    }
    .header-content {
        flex-direction: row;
    }
  .hero-title {
    font-size: 1.8rem;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .exec-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 3rem auto 0;
  }
  
  .alumni-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin: 3rem auto 0;
  }
  
  .alumni-card {
    padding: 1.5rem 1.3rem;
    max-width: 350px;
    max-height: 550px;
  }
  
  .alumni-photo {
    width: 100px;
    height: 100px;
  }
  
  .hero-cta .btn-primary-modern,
  .hero-cta .btn-secondary-modern {
    width: 100%;
    max-width: 280px;
  }
  
  .social-links {
    justify-content: center;
  }
  
  .calendar-container {
    padding: 1rem;
  }
  
  .calendar-container iframe {
    height: 400px;
  }
  
  h1 { font-size: 2rem; }
  h2 { font-size: 1.8rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.3rem; }
  
  .about-content h2,
  .mission-content h2 {
    font-size: 1.8rem;
  }
  
  .cta-title {
    font-size: 1.8rem;
  }
}
