/* ==========================================================================
   RESPONSIVE — breakpoint adjustments
   ========================================================================== */

@media (max-width: 1199px){
  .founder-block{padding:46px;gap:38px;}
  .bento-grid{gap:18px;}
}

@media (max-width: 991px){
  .nav-links{display:none;}
  .nav-toggle{display:flex;}
  .nav-cta .btn-gold{padding:12px 22px;font-size:.78rem;}
  .hero-content h1{max-width:100%;}
  .hero-stats-strip{gap:34px;}
  .about-preview .ap-media-frame{display:none;}
  .mv-block{padding:40px 30px;}
  .work-stats{gap:26px;}
  .timeline-row .tl-card{padding:24px;}
  .page-hero-media{width:60%;opacity:.1;}
}

@media (max-width: 767px){
  .container-xl{padding:0 18px;}
  .section-heading{margin-bottom:40px;}
  .hero-content{padding-top:70px;}
  .hero-actions{flex-direction:column;align-items:flex-start;gap:22px;}
  .hero-badge{font-size:.64rem;letter-spacing:2px;}
  .hero-scroll{display:none;}
  .hero-stats-strip{margin-top:40px;padding-bottom:40px;}
  .counter-card{padding:30px 14px;}
  .volunteer-cta{padding:50px 26px;}
  .vc-benefits{gap:18px;flex-direction:column;}
  .footer-bottom{flex-direction:column;text-align:center;justify-content:center;}
  .form-panel{padding:30px 22px;}
  .donate-cta-strip{padding:44px 22px;}
  .story-stack .img-back{display:none;}
  .founder-emblem{width:150px;height:150px;}
  .work-info h3{font-size:1.6rem;}
  .page-hero{padding:170px 0 70px;}
  #back-to-top{width:44px;height:44px;bottom:20px;right:20px;}
  .whatsapp-float{width:50px;height:50px;font-size:1.45rem;bottom:20px;left:16px;}
  .toast-kmb{bottom:86px;}
}

@media (max-width: 575px){
  .hero-content h1{font-size:2.2rem;}
  .btn-gold,.btn-outline-gold{padding:14px 26px;font-size:.8rem;}
  .bento-item{min-height:220px;}
  .contact-info-card{flex-direction:column;text-align:center;align-items:center;}
  .toast-kmb{left:16px;right:16px;bottom:86px;}
}

@media (prefers-reduced-motion: reduce){
  *{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important;}
}
