@media(max-width:1200px){

  .container{
    width:min(100% - 48px, 1120px);
  }

  .nav{
    gap:20px;
    font-size:15px;
  }

  .nav-right{
    gap:18px;
  }

  .logo{
    font-size:20px;
  }

}

@media(max-width:1080px){

  .navbar{
    padding:12px 18px;
  }

  .nav{
    gap:16px;
    font-size:14px;
  }

}

@media(max-width:992px){

  body{
    overflow-x:hidden;
  }

  section{
    padding:76px 0;
  }

  .container{
    width:calc(100% - 32px);
    margin:0 auto;
  }

  .navbar{
    border-radius:28px;
  }

  .nav-right{
    gap:12px;
  }

  .nav{
    position:absolute;
    top:86px;
    left:16px;
    right:16px;

    display:none;
    flex-direction:column;
    align-items:stretch;

    background:var(--green-dark);
    color:var(--cream);

    padding:22px;
    border-radius:24px;

    box-shadow:0 18px 50px rgba(0,0,0,.22);
  }

  .nav.active{
    display:flex;
  }

  .nav a{
    width:100%;
    padding:12px 4px;
  }

  .nav a::after{
    display:none;
  }

  .mobile-menu-btn{
    display:grid;
    place-items:center;
  }

  .hero{
    min-height:100svh;
    padding-top:92px;
    padding-bottom:40px;

    text-align:left;
    align-items:center;

    background-size:cover;
    background-position:34% center;
  }

  .overlay{
    background:linear-gradient(
      to bottom,
      rgba(0,0,0,.76),
      rgba(0,0,0,.62),
      rgba(0,0,0,.80)
    );
  }

  .hero-content{
    padding-top:0;
  }

  .hero h1{
    max-width:720px;
    font-size:56px;
    letter-spacing:-3px;
  }

  .stats-grid,
  .about-grid,
  .product-grid,
  .why-grid,
  .news-grid,
  .process-grid,
  .faq-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .banner-box,
  .cta-box{
    display:grid;
    align-items:start;
  }

  .about-grid,
  .process-grid{
    gap:34px;
  }

  .product-card.featured{
    transform:none;
  }

  .about h2,
  .section-top h2,
  .process h2,
  .cta-box h2{
    font-size:42px;
    letter-spacing:-2px;
  }

}

@media(max-width:768px){

  .container{
    width:calc(100% - 28px);
    margin:0 auto;
  }

  .header{
    padding:10px 0;
  }

  .navbar{
    width:100%;
    border-radius:22px;
    padding:10px 12px;
  }

  .logo{
    gap:8px;
  }

  .logo span{
    font-size:15px;
  }

  .logo img{
    width:42px;
    height:30px;
  }

  .nav-right{
    gap:8px;
  }

  .language-current,
  .mobile-menu-btn{
    width:38px;
    height:38px;
    font-size:19px;
  }

  .hero{
    min-height:100svh;
    padding-top:92px;
    padding-bottom:40px;

    text-align:left;
    align-items:center;

    background-size:cover;
    background-position:32% center;
  }

  .hero-content{
    padding-top:0;
  }

  .badge{
    margin-bottom:18px;
  }

  .hero h1{
    font-size:36px;
    line-height:1.02;
    letter-spacing:-1.8px;
    max-width:100%;
  }

  .hero p{
    font-size:15px;
    line-height:1.65;
    max-width:100%;
  }

  .hero-buttons{
    flex-direction:column;
    align-items:stretch;
    width:100%;
    gap:12px;
  }

  .btn{
    width:100%;
  }

  .banner{
    padding:46px 0;
  }

  .banner-box{
    padding:26px;
    border-radius:26px;
  }

  .banner-box h2{
    font-size:30px;
    line-height:1.1;
    letter-spacing:-1px;
  }

  .stat-card,
  .product-card,
  .why-card,
  .news-card,
  .faq-card{
    padding:26px;
    border-radius:24px;
  }

  .product-card img{
    height:190px;
  }

  .process-item{
    padding:20px;
    border-radius:22px;
  }

  .footer{
    overflow:hidden;
  }

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

  .footer-logo{
    flex-wrap:wrap;
  }

  .footer p{
    max-width:100%;
  }

  .contact-link{
    width:100%;
    max-width:100%;

    white-space:normal;
    word-break:break-word;

    line-height:1.6;
  }

  .halal-badge{
    width:100%;
    align-items:flex-start;
  }

  .halal-badge span{
    line-height:1.5;
  }

  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;

    line-height:1.6;
  }

}

@media(max-width:560px){

  section{
    padding:64px 0;
  }

  .container{
    width:calc(100% - 24px);
    margin:0 auto;
  }

  .navbar{
    gap:8px;
  }

  .logo span{
    font-size:14px;
    max-width:120px;
    line-height:1.1;
  }

  .nav{
    top:76px;
    left:12px;
    right:12px;
  }

  .language-menu{
    min-width:140px;
  }

  .hero{
    min-height:100svh;
    padding-top:86px;
    padding-bottom:36px;

    background-size:cover;
    background-position:28% center;
  }

  .hero-content{
    padding-top:0;
  }

  .hero h1{
    font-size:34px;
    line-height:1.04;
  }

  .hero p{
    font-size:15px;
    line-height:1.65;
  }

  .section-top.centered{
    text-align:left;
  }

  .about h2,
  .section-top h2,
  .process h2,
  .cta-box h2{
    font-size:34px;
    letter-spacing:-1.5px;
  }

  .stats-grid{
    gap:14px;
  }

  .stat-card h3{
    font-size:38px;
  }

  .product-icon{
    width:64px;
    height:64px;
    font-size:24px;
  }

  .footer{
    padding:56px 0 22px;
  }

  .footer-grid{
    gap:26px;
  }

  .footer-logo{
    font-size:18px;
  }

  .footer-logo img{
    width:44px;
    height:32px;
  }

  .footer h4{
    font-size:18px;
  }

  .contact-link{
    padding:12px;
    border-radius:16px;
    font-size:14px;
  }

  .halal-badge{
    width:100%;
    padding:14px;
  }

  .halal-badge img{
    width:48px;
    height:48px;
  }

  .footer-bottom{
    font-size:13px;
  }

}

@media(max-width:390px){

  .container{
    width:calc(100% - 20px);
  }

  .logo span{
    display:none;
  }

  .hero{
    padding-top:82px;
    background-position:24% center;
  }

  .hero-content{
    padding-top:0;
  }

  .hero h1{
    font-size:32px;
  }

  .hero p{
    font-size:14px;
  }

  .product-card img{
    height:160px;
  }

}

@media(min-width:1440px){

  .container{
    width:min(1280px, calc(100% - 80px));
  }

  .hero h1{
    max-width:960px;
  }

}

@media(max-height:560px) and (orientation:landscape){

  .hero{
    min-height:120svh;
    padding-top:120px;
    padding-bottom:60px;
  }

  .hero-content{
    padding-top:40px;
  }

  .hero h1{
    font-size:42px;
  }

  .nav{
    max-height:70vh;
    overflow:auto;
  }

}

@media(prefers-reduced-motion: reduce){

  *{
    scroll-behavior:auto !important;
    transition:none !important;
    animation:none !important;
  }

}

@media(hover:none){

  .product-card:hover,
  .news-card:hover,
  .btn:hover{
    transform:none;
  }

  .nav a:hover::after{
    width:0;
  }

}