/* ============================================
   RESPONSIVE · Breakpoints y accesibilidad
   ============================================ */

@media (max-width: 960px) {
  .nav__links, .nav__cta:not(.nav__cta--mobile) { display: none; }
  .nav__burger { display: flex; }
  .nav__mobile.is-open { display: flex; }

  .hero { min-height: auto; padding: 130px 0 60px; text-align: left; }
  .hero__grid { grid-template-columns: 1fr; gap: 50px; }
  .hero__product { order: -1; }
  .hero__product img { max-height: 380px; }
  .hero__scroll { display: none; }

  .origen__grid { grid-template-columns: 1fr; }
  .origen__card { order: -1; }

  .catalogo__grid { grid-template-columns: 1fr; }

  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 560px) {
  .hero__title { font-size: 2.6rem; }
  .hero__ctas .btn { padding: 14px 22px; font-size: 0.78rem; }
  .hero__stats { gap: 24px; }
  .hero__badge { top: 4%; right: 0; font-size: 0.6rem; padding: 8px 14px; }
  .hero__product img { max-height: 320px; }

  .origen__card dl > div { grid-template-columns: 80px 1fr; }

  .product__foot { flex-direction: column; align-items: stretch; }
  .product__cta { text-align: center; }

  .footer__grid { grid-template-columns: 1fr; text-align: left; }
  .footer__bottom { justify-content: center; text-align: center; }

  .wa-float { width: 52px; height: 52px; bottom: 18px; right: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media print {
  .nav, .wa-float, .hero__scroll, .cta-band { display: none; }
  body { background: #fff; color: #000; }
  * { box-shadow: none !important; text-shadow: none !important; }
}
