/* Responsive Adjustments */
@media (max-width: 1100px) {
  .product-grid { gap:2.2rem; }
}

@media (max-width: 860px) {
  .nav-toggle { 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed !important;
    top: 80px;
    right: 15px;
    z-index: 1001;
    background: white;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  /* קווים גדולים יותר באייקון התפריט */
  .nav-toggle .hamburger-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 24px;
  }
  
  .nav-toggle .hamburger-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--primary-purple);
    border-radius: 2px;
    transition: 0.3s;
  }
  .nav-list { position:fixed; right:0; top:0; background:#fff; flex-direction:column; width:280px; height:100vh; padding:4rem 1.5rem 2rem; box-shadow:-4px 0 20px rgba(0,0,0,0.15); transform:translateX(100%); opacity:0; pointer-events:none; transition:.35s ease; gap:1.2rem; z-index:1000; overflow-y: auto; }
  .nav-list.open { transform:translateX(0); opacity:1; pointer-events:auto; }
  .nav-list a { padding:.6rem 0; font-size: 1.1rem; }
  .hero h1 { font-size:2rem; }
  .carousel-btn.prev { right:6px; }
  .carousel-btn.next { left:6px; }
  /* הגדלת הלוגו במובייל */
  .logo-img { height:100px !important; max-height:100px; width:auto !important; object-fit:contain; }
  .header-social { gap:.4rem; margin-inline-start:.5rem; }
  .header-social a { width:34px; height:34px; }
  .header-social img { width:22px; height:22px; }
  
  /* תיקון ריווח אינסטגרם */
  .instagram-feed-section {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .instagram-feed-wrapper.standalone {
    margin: 0 auto !important;
  }
  
  /* Behold widget - רספונסיבי במובייל */
  behold-widget {
    width: 100% !important;
    display: block !important;
  }
  
  /* פוטר אנכי במובייל */
  .footer-inner.row-layout {
    flex-direction: column !important;
    gap: 1.5rem;
  }
  
  .footer-col {
    width: 100%;
    justify-content: center !important;
  }
  
  /* אייקונים אופקיים בפוטר */
  .site-footer .social-links {
    flex-direction: row !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    flex-wrap: nowrap !important;
  }
  
  .site-footer .social-icon {
    width: 50px !important;
    height: 50px !important;
    flex-shrink: 0;
  }
  
  .site-footer .social-icon img {
    width: 28px !important;
    height: 28px !important;
  }
}

@media (max-width: 680px) {
  .hero { padding:4rem 0 2.3rem; }
  section { padding:3.4rem 0 2.4rem; }
  .section-title { font-size:1.65rem; }
  .product-category { padding:1.3rem 1rem 1.7rem; }
  .slide img { height:230px; }
  .modal-content {
    padding: 2rem 1.5rem;
  }
  .modal-logo {
    width: 100px;
  }
  .modal-content h2 {
    font-size: 1.5rem;
  }
  
  /* תיקון תצוגת תכנים להורדה */
  .shop {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  .shop-cat-list {
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
  }
  
  .shop-cat-btn {
    font-size: 0.85rem;
    padding: 0.55rem 1rem;
  }
  
  .product-panels {
    display: block !important;
  }
  
  .product-panel {
    display: block !important;
  }
  
  .product-panel.hidden {
    display: none !important;
  }
  
  .file-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
    visibility: visible !important;
  }
  
  .file-card {
    display: flex !important;
    padding: 0.8rem;
  }
  
  .file-card img {
    display: block !important;
    width: 100% !important;
  }
  
  .file-desc {
    font-size: 0.9rem;
  }
}

@media (max-width:480px) {
  .hero h1 { font-size:1.7rem; }
  .slide img { height:200px; }
  .nav-list { width:100%; right:0; border-radius:0 0 16px 16px; }
  
  /* שמירת גודל הלוגו גם במסכים קטנים */
  .logo-img { 
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
    width: auto !important;
  }
  
  /* רווחים קטנים יותר בפוטר */
  .site-footer .social-links {
    gap: 0.3rem !important;
  }
  
  .site-footer .social-icon {
    width: 45px !important;
    height: 45px !important;
  }
  
  .site-footer .social-icon img {
    width: 26px !important;
    height: 26px !important;
  }
  
  /* מובייל קטן - עמודה אחת */
  .file-grid {
    grid-template-columns: 1fr !important;
  }
}
