/* =====================================================
   PREM HANDICRAFTS — RESPONSIVE STYLESHEET
   Mobile-first breakpoint adjustments
   ===================================================== */

/* ---------- Large screens / laptops (<=1199px) ---------- */
@media (max-width: 1199.98px) {
  .section-padding { padding: 90px 0; }
  .main-hero-img { height: 480px; }
  .about-img-wrap img { height: 520px; }
  .fc-1, .fc-2 { padding: 10px 14px; }
}

/* ---------- Tablets (<=991px) ---------- */
@media (max-width: 991.98px) {
  .section-padding { padding: 75px 0; }

  .navbar-collapse {
    background: var(--white);
    margin-top: 16px;
    padding: 20px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
  }
  .navbar-nav .nav-link { color: var(--dark) !important; margin: 8px 0; }
  .header-buttons { margin-top: 16px; flex-wrap: wrap; }

  .hero-section { padding-top: 140px; min-height: auto; padding-bottom: 80px; }
  .hero-text { text-align: center; margin-bottom: 50px; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-btns { justify-content: center; }
  .hero-stats { justify-content: center; }

  .main-hero-img { height: 420px; }
  .fc-1 { left: 0; top: 4%; }
  .fc-2 { right: 0; bottom: 4%; }

  .about-img-wrap { margin-bottom: 30px; }
  .about-img-wrap img { height: 420px; }
  .about-badge { right: 10px; bottom: -20px; }

  .cta-section { background-attachment: scroll; }

  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ---------- Small tablets / large phones (<=767px) ---------- */
@media (max-width: 767.98px) {
  .section-padding { padding: 60px 0; }

  .hero-text h1 { font-size: 2.2rem; }
  .hero-stats { gap: 24px; }
  .stat-box h3 { font-size: 1.7rem; }

  .main-hero-img { height: 340px; }
  .floating-card { padding: 10px 14px; gap: 8px; }
  .floating-card i { font-size: 1.1rem; }
  .floating-card strong { font-size: 0.8rem; }
  .floating-card span { font-size: 0.7rem; }

  .about-img-wrap img { height: 340px; }

  .product-body { padding: 18px; }

  .inquiry-card { padding: 30px 22px; }

  .cta-section { padding: 90px 0; }

  .social-circle { width: 50px; height: 50px; font-size: 1.1rem; }

  .site-footer { padding: 60px 0 24px; text-align: center; }
  .footer-social { justify-content: center; }
  .footer-contact li { justify-content: center; text-align: left; }
}

/* ---------- Phones (<=575px) ---------- */
@media (max-width: 575.98px) {
  .brand-sub { display: none; }
  .eyebrow { font-size: 0.78rem; padding: 6px 14px; }

  .hero-text h1 { font-size: 1.9rem; }
  .hero-btns { flex-direction: column; width: 100%; }
  .hero-btns .btn { width: 100%; justify-content: center; }

  .hero-stats { flex-direction: row; justify-content: space-between; width: 100%; }

  .fc-1, .fc-2 { position: static; margin-top: 10px; display: inline-flex; }
  .hero-img-frame { display: flex; flex-direction: column; }

  .section-title { font-size: 1.6rem; }

  .highlight-box { font-size: 0.9rem; }

  .feature-card { padding: 28px 18px; }

  .inquiry-card { padding: 24px 16px; }

  .floating-btn { width: 46px; height: 46px; font-size: 1.15rem; right: 16px; }
  .whatsapp-float { bottom: 84px; }
  .call-float { bottom: 140px; }
  .back-to-top { bottom: 26px; }
}
