@media(max-width:900px){
  .menu-toggle{display:block}.main-nav{position:fixed;inset:78px 0 auto 0;background:#fffaf2;display:none;flex-direction:column;align-items:flex-start;padding:28px 20px;box-shadow:var(--shadow)}.main-nav.open{display:flex}
  .hero{min-height:auto;padding:80px 0}.hero-grid,.split{grid-template-columns:1fr;gap:45px}.hero-visual{min-height:560px}
  .product-grid,.product-grid.expanded{grid-template-columns:repeat(2,1fr)}.values-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.cards-three,.blog-grid{grid-template-columns:1fr}.packaging-demo{min-height:480px}
}
@media(max-width:560px){
  .container{width:min(100% - 28px,var(--container))}.hero h1{font-size:3.6rem}.hero-actions{align-items:flex-start;flex-direction:column}.hero-badges{gap:10px 18px}.product-pouch{width:285px;height:470px}.logo-sticker{width:110px;height:110px}.pouch-window{top:170px;height:180px}.stamp-label{width:205px}.product-grid,.product-grid.expanded,.values-grid,.footer-grid{grid-template-columns:1fr}.values article{border-right:0;border-bottom:1px solid rgba(75,92,58,.18)}.footer-bottom{flex-direction:column;gap:8px}.newsletter{flex-direction:column}.newsletter input,.newsletter button{border-radius:8px}.packaging-demo{min-height:600px}.label-demo{top:280px;left:50%;transform:translateX(-50%);right:auto}.round-logo-demo{left:35px}.stamp-demo{right:35px;left:auto;bottom:auto;top:65px}
}
