@media (max-width: 1400px) {
  .container { padding: 0 28px; }
  .hero-content { padding-left: 28px; padding-right: 28px; }
  .about-grid { gap: 60px; }
  .corporate-grid { gap: 60px; }
  .products-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .recipes-grid { grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }
  .products-hero { height: 500px; }
}

@media (max-width: 1199px) {
  .header-inner { padding: 0 40px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-media img { max-height: 550px; }
  .about-content { text-align: center; }
  .about-content .section-subtitle { margin: 0 auto; }
  .about-features { justify-items: center; }
  .about-features-label { text-align: center; }

  .corporate-grid { grid-template-columns: 1fr; gap: 40px; }
  .corporate-grid.reverse .corporate-media { order: 1; }
  .corporate-grid.reverse .corporate-content { order: 2; }
  .corporate-content { text-align: center; }
  .corporate-text { max-width: 600px; margin-left: auto; margin-right: auto; }
  .corporate-media img { height: 400px; }
  .cb-media img { object-position: center center !important; }
  .cg-media img { object-position: center center !important; }
  .cb-features { justify-items: center; }
  .cb-subheading { text-align: center; }
  .cb-info-card { text-align: left; }
  .cb-buttons { justify-content: center; }
  .cg-buttons { justify-content: center; }
  .cg-card { text-align: left; }

  .timeline-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .timeline-line { display: none; }

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

  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid--premium-food { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .gallery-grid--products { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .gallery-grid--custom-branding { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .gallery-hero-img img { height: 380px; }
  .behind-brand-hero { height: 380px; }
  .behind-brand-hero-content { padding: 36px 40px 36px; }
  .recipes-hero { height: 380px; }
  .recipes-hero-content { padding: 36px 40px 72px; }

  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-details { flex-direction: row; flex-wrap: wrap; }
  .contact-info { flex-direction: row; flex-wrap: wrap; gap: 20px; }
  .contact-item { flex: 1 1 200px; }
  .contact-map { height: 200px; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }

  .products-hero { height: 450px; border-radius: 20px; }
  .products-hero-content { padding: 40px 44px; }
  .product-modal-inner { grid-template-columns: 1fr; }
  .product-modal-right { padding: 0 32px 32px; }
  .product-modal-left { padding: 32px; }
  .product-modal-image-wrap img { max-width: 240px; }
}

@media (max-width: 1024px) {
  .site-header { height: auto; padding: 8px 0; }
  .header-inner { padding: 0 32px; }
  .logo-img { height: 85px; }
}

@media (max-width: 991px) {
  .section { padding: 100px 0; }
  .section-products { padding-top: 0; }
  .section-title { font-size: clamp(1.8rem, 4vw, 2.875rem); }
  .site-header { height: auto; padding: 8px 0; }
  .logo { align-self: center; }

  .mobile-toggle { display: flex; }

  .nav-list {
    position: fixed; top: 0; right: -100%; width: min(320px, 80vw);
    height: 100vh; background: var(--bg-alt);
    flex-direction: column; justify-content: center; gap: 18px;
    padding: 80px 40px; transition: right var(--transition-long);
    border-left: 1px solid var(--border); z-index: 1000;
  }
  .nav-list.active { right: 0; }
  .nav-link { font-size: 0.85rem; }

  .nav-overlay {
    position: fixed; inset: 0; z-index: 999;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0; pointer-events: none;
    transition: opacity var(--transition-long);
  }
  .nav-overlay.active { opacity: 1; pointer-events: all; }

  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .products-filter { gap: 6px; }
  .filter-btn { padding: 8px 18px; font-size: 0.7rem; }

  .recipes-filter { gap: 6px; }

  .product-search-bar { flex-direction: column; align-items: stretch; gap: 8px; }
  .product-search-counter { text-align: right; }

  .hero-content { padding-top: 95px; padding-bottom: 60px; }
  .hero-subtitle { font-size: 20px; }
  .hero-actions a { white-space: nowrap; }

  .why-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .why-card { padding: 28px 20px; }

  .products-hero { height: 420px; margin-bottom: 44px; }
  .products-hero-content { padding: 32px 36px; }
  .products-hero-title { font-size: clamp(1.5rem, 3vw, 2.2rem); }
  .products-hero-desc { font-size: 0.9rem; max-width: 500px; }
}

@media (max-width: 768px) {
  .header-inner { padding: 0 24px; }
  .logo-img { height: 65px; }
}

@media (max-width: 767px) {
  .container { padding: 0 20px; }
  .hero-content { padding-left: 20px; padding-right: 20px; text-align: center; }
  .hero-bg { background-position: 50% 40%; }

  .section { padding: 80px 0; }
  .section-products { padding-top: 0; }
  .section-subtitle { font-size: 0.9rem; }

  h1 { font-size: clamp(2.2rem, 8vw, 3rem); }
  h2 { font-size: clamp(1.6rem, 5vw, 2.4rem); }
  .section-title { font-size: clamp(1.8rem, 6vw, 2.25rem); }

  .hero-title { font-size: clamp(2rem, 7vw, 2.8rem); max-width: 100%; line-height: 0.9; }
  .hero-subtitle { max-width: 100%; font-size: 18px; }
  .hero-label { margin-left: auto; margin-right: auto; }

  .about-features { grid-template-columns: 1fr; gap: 8px; }
  .about-feature { font-size: 0.85rem; justify-content: center; }
  .about-media img { height: auto; }
  .cb-features { grid-template-columns: 1fr; gap: 6px; }
  .cb-feature { font-size: 0.85rem; justify-content: center; }
  .cb-info-grid { grid-template-columns: 1fr; }
  .cb-buttons { flex-direction: column; align-items: stretch; }
  .cb-buttons .btn { justify-content: center; }
  .cg-card-grid { grid-template-columns: 1fr; }
  .cg-buttons { flex-direction: column; align-items: stretch; }
  .cg-buttons .btn { justify-content: center; }
  .tl-info-grid { grid-template-columns: 1fr 1fr; }
  .timeline-grid { grid-template-columns: 1fr; gap: 16px; }
  .timeline-line { display: none; }
  .corporate-media img { height: 280px; }
  .corporate-features { grid-template-columns: 1fr; }

  .products-hero { height: 350px; border-radius: 16px; margin-bottom: 36px; }
  .products-hero-content { padding: 28px 24px; }
  .products-hero-title { font-size: 1.5rem; }
  .products-hero-desc { font-size: 0.85rem; max-width: 100%; }
  .products-hero-eyebrow { font-size: 0.65rem; padding: 3px 12px; }

  .behind-brand-hero { height: 350px; margin-bottom: 36px; }
  .behind-brand-hero-content { padding: 28px 24px; }
  .recipes-hero { height: 350px; margin-bottom: 36px; }
  .recipes-hero-content { padding: 28px 24px 56px; }

  .products-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .product-card-image { height: 200px; padding: 24px; }
  .product-card-image img { height: 160px; }
  .product-card-image::after { height: 28px; }
  .product-card-badge { top: 8px; right: 8px; padding: 4px 8px; font-size: 0.55rem; gap: 4px; }
  .product-card-badge svg { width: 10px; height: 10px; }
  .product-card-body { padding: 0 20px 24px; }
  .product-card-name { font-size: 0.95rem; }
  .product-card-desc { font-size: 0.8rem; margin-bottom: 10px; }
  .product-card-bestfor { margin-bottom: 14px; }
  .product-card-weight { margin-bottom: 10px; }

  .why-grid { grid-template-columns: 1fr; gap: 14px; }
  .why-card { padding: 24px 20px; }

  .recipes-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .recipe-card-image { height: 160px; }
  .recipe-card-body { padding: 16px 18px 20px; }
  .recipe-card-title { font-size: 0.95rem; }
  .recipe-card-desc { font-size: 0.8rem; }

  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .gallery-grid--premium-food { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .gallery-grid--products { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .gallery-grid--custom-branding { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .gallery-card img { height: 200px; }

  .gallery-prod-card-img img { height: 160px; }
  .gallery-prod-card-body { padding: 14px 16px 18px; }
  .gallery-prod-card-title { font-size: 0.8rem; }
  .gallery-prod-card-btn { font-size: 0.68rem; padding: 6px 14px; }

  .glightbox-content img { max-height: 50vh; }
  .modal-close { top: 16px; right: 16px; width: 36px; height: 36px; font-size: 1.2rem; }
  .glightbox-prev, .glightbox-next { width: 36px; height: 36px; font-size: 1.3rem; }
  .glightbox-prev { left: 8px; }
  .glightbox-next { right: 8px; }
  .gallery-hero-img img { height: 280px; }
  .behind-brand-hero { height: 280px; }
  .behind-brand-hero-content { padding: 28px 28px 28px; }
  .recipes-hero { height: 280px; }
  .recipes-hero-content { padding: 28px 28px 56px; }
  .recipe-modal-overlay { padding: 20px 12px; }
  .recipe-modal-image { height: 260px; }
  .recipe-modal-body { padding: 20px 20px 28px; }
  .recipe-modal-title { font-size: 1.2rem; }

  .footer-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .footer-brand p { margin: 0 auto; }
  .social-row { justify-content: center; }

  .contact-info { flex-direction: column; }
  .contact-item { flex: 1 1 auto; }

  .lightbox img { max-width: 95vw; max-height: 70vh; }
  .lightbox-prev { left: 12px; }
  .lightbox-next { right: 12px; }
  .lightbox-close { top: 12px; right: 12px; }

  .back-to-top { bottom: 20px; right: 20px; width: 40px; height: 40px; }
  .whatsapp-float { bottom: 20px; left: 20px; width: 44px; height: 44px; }
  .whatsapp-float svg { width: 22px; height: 22px; }

  .product-modal-overlay { padding: 16px; }
  .product-modal { border-radius: 18px; max-height: 85vh; }
  .product-modal-inner { grid-template-columns: 1fr; }
  .product-modal-left { padding: 24px; }
  .product-modal-image-wrap img { max-width: 200px; }
  .product-modal-right { padding: 0 24px 24px; }
  .product-modal-title { font-size: 1.3rem; }
  .product-modal-related { padding: 0 24px 24px; }
  .product-modal-related-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .product-modal-related-card .related-img { height: 90px; padding: 12px; }
  .product-modal-related-card .related-img img { height: 65px; }
  .product-modal-related-card .related-name { font-size: 0.7rem; padding: 8px 10px; }
}

@media (max-width: 575px) {
  .container { padding: 0 16px; }
  .hero-content { padding: 75px 16px 50px; }
  .logo-img, .footer-logo, .loading-screen img { height: 50px; }
  .header-inner { padding: 0 16px; }

  .products-hero { height: 300px; border-radius: 14px; margin-bottom: 28px; }
  .products-hero-content { padding: 20px 18px; }
  .products-hero-title { font-size: 1.2rem; }
  .products-hero-desc { font-size: 0.8rem; }
  .products-hero-eyebrow { font-size: 0.6rem; padding: 2px 10px; }

  .products-grid { grid-template-columns: 1fr; }
  .product-card { max-width: 400px; margin: 0 auto; }
  .product-card-image { height: 200px; padding: 24px; }
  .product-card-image img { height: 160px; }
  .product-card-badge { top: 8px; right: 8px; padding: 3px 8px; font-size: 0.5rem; gap: 3px; }
  .product-card-body { padding: 0 20px 24px; }

  .recipes-grid { grid-template-columns: 1fr; }
  .recipe-card { max-width: 380px; margin: 0 auto; }

  .gallery-grid { grid-template-columns: 1fr; gap: 10px; }
  .gallery-grid--premium-food { grid-template-columns: 1fr; gap: 12px; }
  .gallery-grid--products { grid-template-columns: 1fr; gap: 14px; }
  .gallery-grid--custom-branding { grid-template-columns: 1fr; gap: 12px; }
  .gallery-card img { height: 220px; }

  .gallery-prod-card-img img { height: 180px; }
  .gallery-prod-card { max-width: 380px; margin: 0 auto; }
  .gallery-hero-img img { height: 220px; }
  .behind-brand-hero { height: 220px; }
  .behind-brand-hero-content { padding: 20px 20px 24px; }
  .behind-brand-hero-content .products-hero-eyebrow { font-size: 0.65rem; }
  .behind-brand-hero-content .products-hero-title { font-size: clamp(1.2rem, 5vw, 1.8rem); }
  .behind-brand-hero-content .products-hero-desc { font-size: 0.85rem; }
  .recipes-hero { height: 220px; }
  .recipes-hero-content { padding: 20px 20px 48px; }
  .recipes-hero-content .products-hero-eyebrow { font-size: 0.65rem; }
  .recipes-hero-content .products-hero-title { font-size: clamp(1.2rem, 5vw, 1.8rem); }
  .recipes-hero-content .products-hero-desc { font-size: 0.85rem; }
  .recipe-modal-image { height: 200px; }
  .recipe-modal-body { padding: 16px 16px 24px; }
  .recipe-modal-title { font-size: 1.1rem; }

  .product-search-bar { flex-direction: column; align-items: stretch; gap: 6px; }
  .product-search-input { padding: 10px 14px 10px 40px; font-size: 0.85rem; }
  .product-search-icon { left: 12px; width: 16px; height: 16px; }
  .product-search-counter { text-align: left; font-size: 0.78rem; }
  .product-search-clear { font-size: 0.72rem; }

  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions a { text-align: center; }

  .products-filter { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; justify-content: flex-start; }
  .products-filter::-webkit-scrollbar { height: 3px; }
  .products-filter::-webkit-scrollbar-thumb { background: var(--border); border-radius: 2px; }

  .contact-form { gap: 14px; }
  .form-group input,
  .form-group textarea,
  .form-group select { padding: 12px 14px; font-size: 0.85rem; }

  .about-media img { height: auto; }
  .cb-features { grid-template-columns: 1fr; }
  .cb-info-card { padding: 18px 20px; }
  .cb-info-grid { grid-template-columns: 1fr; }
  .cb-buttons { flex-direction: column; align-items: stretch; }
  .cb-buttons .btn { justify-content: center; }
  .cg-card { padding: 18px 20px; }
  .cg-card-grid { grid-template-columns: 1fr; }
  .cg-buttons { flex-direction: column; align-items: stretch; }
  .cg-buttons .btn { justify-content: center; }
  .tl-info-grid { grid-template-columns: 1fr; }
  .tl-buttons { flex-direction: column; align-items: stretch; }
  .tl-buttons .btn { justify-content: center; }
  .corporate-media img { height: 220px; }

  .recipe-card-image { height: 140px; }

  .footer-bottom p { font-size: 0.75rem; }

  .product-modal-overlay { padding: 12px; }
  .modal-close { top: 16px; right: 16px; width: 32px; height: 32px; font-size: 1rem; }
  .product-modal { border-radius: 14px; max-height: 80vh; }
  .product-modal-left { padding: 20px; }
  .product-modal-image-wrap img { max-width: 160px; }
  .product-modal-right { padding: 0 18px 20px; }
  .product-modal-title { font-size: 1.1rem; }
  .product-modal-related { padding: 0 18px 20px; }
  .product-modal-related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1199px) {
  .smart-search-card { padding: 40px 32px 36px; }
}

@media (max-width: 1024px) {
  .smart-search-results { max-height: 400px; }
}

@media (max-width: 768px) {
  .section-smart-search { padding: 36px 0 48px; }
  .smart-search-card { padding: 32px 24px 28px; }
  .smart-search-input { padding: 16px 80px 16px 48px; font-size: 0.95rem; }
  .smart-search-icon { left: 16px; width: 18px; height: 18px; }
  .smart-search-clear { font-size: 0.72rem; padding: 6px 12px; }
  .smart-search-popular { gap: 6px; margin-top: 14px; }
  .smart-search-chip { font-size: 0.78rem; padding: 6px 14px; }
  .smart-search-results { max-height: 360px; }
}

@media (max-width: 575px) {
  .section-smart-search { padding: 24px 0 36px; }
  .smart-search-card { padding: 24px 16px 20px; border-radius: 18px; }
  .smart-search-input { padding: 14px 72px 14px 42px; font-size: 0.9rem; }
  .smart-search-icon { left: 14px; width: 16px; height: 16px; }
  .smart-search-clear { font-size: 0.7rem; padding: 6px 10px; }
  .smart-search-popular { gap: 5px; margin-top: 12px; }
  .smart-search-chip { font-size: 0.75rem; padding: 5px 12px; }
  .smart-search-popular-label { font-size: 0.7rem; }
  .smart-search-results { max-height: 320px; left: -8px; right: -8px; border-radius: 12px; }
  .smart-search-item { padding: 8px 14px; gap: 10px; }
  .smart-search-item-icon { width: 32px; height: 32px; font-size: 1rem; }
  .smart-search-item-title { font-size: 0.82rem; }
  .smart-search-item-desc { font-size: 0.7rem; }
  .smart-search-item-category { font-size: 0.6rem; padding: 2px 8px; }
  .smart-search-group-header { font-size: 0.65rem; padding: 0 14px 6px; }
  .smart-search-no-results { padding: 32px 16px; }
}

@media (max-width: 768px) {
  .faq-question { font-size: 0.88rem; padding: 16px 0; }
  .faq-answer p { font-size: 0.85rem; }
}
@media (max-width: 575px) {
  .faq-list { margin-top: 32px; }
  .faq-question { font-size: 0.84rem; padding: 14px 0; gap: 12px; }
  .faq-chevron { width: 14px; height: 14px; }
  .faq-answer p { font-size: 0.82rem; }
}

@media (max-width: 375px) {
  .container { padding: 0 14px; }
  .hero-content { padding: 65px 14px 40px; }
  .section { padding: 60px 0; }
  .products-grid { gap: 12px; }
  .product-card-image { height: 180px; padding: 20px; }
  .product-card-image img { height: 140px; }
  .product-card-body { padding: 0 16px 20px; }
  .product-card-name { font-size: 0.9rem; }
  .product-card-desc { font-size: 0.78rem; }
  .recipes-grid { gap: 12px; }
  .recipe-card-image { height: 120px; }
  .gallery-card img { height: 180px; }
  .btn { min-height: 44px; min-width: 44px; }
  .mobile-toggle { min-height: 44px; min-width: 44px; }
  .back-to-top { min-height: 44px; min-width: 44px; }
  .whatsapp-float { min-height: 44px; min-width: 44px; }
}
