/* =========================================================
   Natural Kheti — Responsive Rules
   ========================================================= */

@media (max-width: 1200px) {
  .cat-grid,
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}

@media (max-width: 992px) {
  section {
    padding: 76px 0;
  }

  .hero-grid,
  .split,
  .contact-grid,
  .founder-block {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    order: -1;
    max-width: 480px;
    margin: 0 auto;
  }

  .split-media .frame-mini {
    display: none;
  }

  .exp-badge {
    left: 10px;
  }

  .feature-grid,
  .team-grid,
  .testi-grid,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cat-grid,
  .product-grid,
  .zone-strip,
  .stat-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-layout {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(340px, 82%);
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 32px;
    gap: 26px;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    transition: right 0.4s ease;
    z-index: 1000;
  }

  .nav-menu.active {
    right: 0;
  }

  .hamburger {
    display: flex;
  }

  .hamburger.active span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }

  .nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(23, 57, 32, 0.4);
    z-index: 998;
  }

  .nav-overlay.active {
    display: block;
  }

  .topbar .topbar-left span:nth-child(2) {
    display: none;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 18px;
  }

  .topbar {
    display: none;
  }

  .cta-banner {
    padding: 40px 28px;
    flex-direction: column;
    text-align: center;
  }

  .cta-actions {
    justify-content: center;
  }

  .founder-block {
    padding: 28px;
    text-align: center;
  }

  .founder-block img {
    max-width: 220px;
    margin: 0 auto;
  }

  .contact-form,
  .contact-info-card {
    padding: 28px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .cat-grid,
  .product-grid,
  .feature-grid,
  .team-grid,
  .testi-grid,
  .blog-grid,
  .zone-strip,
  .stat-strip,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid a.big {
    grid-row: span 1;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-stats {
    gap: 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .floating-card {
    display: none;
  }

  .wa-float,
  .back-to-top {
    width: 44px;
    height: 44px;
    font-size: 18px;
    bottom: 18px;
  }

  .wa-float {
    left: 18px;
  }

  .back-to-top {
    right: 18px;
  }
}
