@media (max-width: 1399.98px) {
  .top-header { padding-inline: 20px; }
}

@media (min-width: 1200px) and (max-height: 860px) {
  .sidebar-content {
    gap: 10px;
    padding: 10px 12px 12px;
  }

  .side-nav { gap: 4px; }

  .side-link {
    min-height: 36px;
    gap: 12px;
    padding-inline: 11px;
    font-size: 13px;
  }

  .side-link i { font-size: 19px; }

  .quick-contact {
    margin-top: 4px;
    padding: 12px;
  }

  .quick-contact h6,
  .stay-connected h6 {
    margin-bottom: 9px;
    font-size: 11px;
  }

  .quick-contact p {
    margin-bottom: 7px;
    font-size: 11px;
    line-height: 1.4;
  }

  .social-row { gap: 9px; }

  .social-row a {
    width: 25px;
    height: 25px;
  }

  .sidebar-globe {
    display: block;
    flex-basis: 249px;
    min-height: 249px;
    margin-top: 0;
  }
}

@media (max-width: 1199.98px) {
  .page-shell {
    width: 100%;
    margin-left: 0;
  }

  .hero-card,
  .updates-section,
  .content-section,
  .split-section,
  .partners-section {
    max-width: calc(100% - 34px);
    width: min(100% - 34px, 1040px);
  }

  .action-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 34px; }
}

@media (max-width: 991.98px) {
  .brand-row { align-items: flex-start; }
  .brand-row h1 { font-size: 30px; }
  .top-coalition-logo { width: 150px; height: 56px; }
  .utility-row { flex-wrap: wrap; }
  .search-box { order: 3; width: 100%; }
  .hero-card { grid-template-columns: 1fr; }
  .hero-copy { padding: 32px 28px 12px; }
  .hero-visual { min-height: 270px; }
  .split-section { grid-template-columns: 1fr; }
  .site-footer { margin-top: 58px; }
}

@media (max-width: 767.98px) {
  body { font-size: 13px; }
  .top-header { padding: 12px 14px; }
  .brand-row { gap: 10px; }
  .brand-row h1 { font-size: 25px; line-height: 1.2; }
  .top-coalition-logo { width: 118px; height: 44px; }
  .utility-row { gap: 10px; }
  .header-socials { display: none; }
  .login-btn { min-height: 36px; padding-inline: 13px; }
  .hero-card,
  .updates-section,
  .content-section,
  .split-section,
  .partners-section { width: min(100% - 22px, 100%); }
  .hero-copy { padding: 28px 20px 6px; }
  .hero-copy p { font-size: 13px; line-height: 1.7; }
  .hero-visual { min-height: 230px; }
  .earth-grid { right: 48px; width: 150px; }
  .people-chain { right: 24px; bottom: 48px; font-size: 40px; }
  .left-leaf { font-size: 54px; }
  .right-leaf { font-size: 58px; }
  .updates-section { padding: 20px 14px 24px; }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { font-size: 16px; }
  .action-grid { grid-template-columns: 1fr; }
  .action-card { min-height: 230px; }
  .research-body { grid-template-columns: 1fr; }
  .research-body img { height: 210px; }
  .event-item { grid-template-columns: 54px 1fr; gap: 13px; padding-inline: 10px; }
  .event-item h3 { font-size: 13px; }
  .event-item p { font-size: 11px; }
  .event-item b { padding-inline: 5px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-bottom div { flex-wrap: wrap; gap: 10px; }
}

@media (max-width: 420px) {
  .brand-row h1 { font-size: 21px; }
  .top-coalition-logo { display: none; }
  .lang-btn { font-size: 12px; }
  .hero-copy h2 { font-size: 25px; }
  .primary-btn { width: 100%; justify-content: center; padding-inline: 10px; font-size: 12px; }
  .update-card { grid-template-columns: 76px 1fr; gap: 12px; }
  .update-card img { width: 76px; height: 114px; }
  .date-box { width: 48px; height: 64px; }
}
