/* ============================================================
   Han Cleaning - Responsive Stylesheet (hc-responsive.css)
   ============================================================ */

/* Large screens */
@media (max-width: 1200px) {
  .hc-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .hc-team-grid { grid-template-columns: repeat(3, 1fr); }
  .hc-stats-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Tablets */
@media (max-width: 992px) {
  .hc-section { padding: 60px 0; }
  .hc-section-lg { padding: 80px 0; }

  .hc-services-grid { grid-template-columns: repeat(2, 1fr); }
  .hc-why-grid { grid-template-columns: 1fr; }
  .hc-why-image { order: -1; }
  .hc-why-image img { height: 380px; }
  .hc-why-badge { left: 16px; }

  .hc-team-grid { grid-template-columns: repeat(2, 1fr); }

  .hc-gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .hc-gallery-item:nth-child(1) { grid-column: span 2; }
  .hc-gallery-item:nth-child(5) { grid-column: span 1; }

  .hc-service-panel-inner { grid-template-columns: 1fr; }
  .hc-service-panel-img { height: 280px; }

  .hc-contact-grid { grid-template-columns: 1fr; }

  .hc-article-grid { grid-template-columns: 1fr; }
  .hc-article-sidebar { position: static; }

  .hc-areas-grid { grid-template-columns: repeat(2, 1fr); }

  .hc-testimonial-card { min-width: calc(50% - 12px); }

  .hc-service-detail-header { grid-template-columns: 1fr; }
  .hc-service-detail-img { height: 240px; }
}

/* Mobile */
@media (max-width: 768px) {
  .hc-nav-menu { display: none; }
  .hc-nav-toggle { display: flex; }

  .hc-nav-menu.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--hc-white);
    padding: 80px 24px 40px;
    z-index: 999;
    gap: 4px;
    overflow-y: auto;
  }

  .hc-nav-menu.open .hc-nav-link {
    color: var(--hc-neutral-600);
    font-size: 1.1rem;
    padding: 14px 16px;
  }

  .hc-nav-menu.open .hc-nav-cta {
    margin-left: 0;
    margin-top: 16px;
  }

  .hc-nav-menu.open .hc-btn {
    width: 100%;
    justify-content: center;
  }

  .hc-hero-stats { gap: 20px; }
  .hc-hero-stat-value { font-size: 1.5rem; }
  .hc-hero-actions { flex-direction: column; }
  .hc-hero-actions .hc-btn { width: 100%; justify-content: center; }

  .hc-services-grid { grid-template-columns: 1fr; }

  .hc-team-grid { grid-template-columns: repeat(2, 1fr); }

  .hc-stats-grid { grid-template-columns: repeat(2, 1fr); }

  .hc-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .hc-gallery-item:nth-child(1) { grid-column: span 2; }
  .hc-gallery-item:nth-child(5) { grid-column: span 2; }

  .hc-testimonial-card { min-width: calc(100% - 0px); }

  .hc-trust-items { gap: 20px; }

  .hc-quiz-wrapper { padding: 32px 24px; }
  .hc-score-wrapper { padding: 32px 24px; }

  .hc-score-options { flex-wrap: wrap; }
  .hc-score-option { min-width: calc(50% - 5px); }

  .hc-areas-grid { grid-template-columns: 1fr; }

  .hc-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hc-footer-bottom { flex-direction: column; text-align: center; }
  .hc-footer-legal { flex-wrap: wrap; justify-content: center; }

  .hc-form-row { grid-template-columns: 1fr; }

  .hc-service-checklist { grid-template-columns: 1fr; }

  .hc-cookie-consent.visible { flex-direction: column; }
  .hc-cookie-actions { flex-wrap: wrap; }

  .hc-hero-content { padding: 100px 0 60px; }

  .hc-comparison-wrapper img { height: 280px; }
  .hc-comparison-before img { min-width: 100vw; }
}

/* Small Mobile */
@media (max-width: 480px) {
  .hc-team-grid { grid-template-columns: 1fr; }
  .hc-stats-grid { grid-template-columns: 1fr; }
  .hc-gallery-grid { grid-template-columns: 1fr; }
  .hc-gallery-item:nth-child(1),
  .hc-gallery-item:nth-child(5) { grid-column: span 1; }

  .hc-trust-items { flex-direction: column; gap: 12px; }

  .hc-quiz-question { font-size: 1.1rem; }

  .hc-service-tabs { flex-direction: column; align-items: stretch; }
  .hc-service-tab { text-align: center; }

  .hc-hero-badge { font-size: 0.7rem; }
}
