/* AGGRO v31.5 — rebuild burger from scratch + shift hero photo left */

/* Desktop: no burger at all */
.header-actions .burger{
  display:none!important;
}

@media (max-width:900px){
  .header-actions .burger{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:relative!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
    flex:0 0 48px!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
  }

  .header-actions .burger span{
    display:block!important;
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    width:22px!important;
    height:2px!important;
    margin:0!important;
    border-radius:999px!important;
    background:#B53047!important;
    transform-origin:center center!important;
    transition:transform .28s ease, opacity .18s ease!important;
  }

  .header-actions .burger span:nth-child(1){
    transform:translate(-50%,-8px)!important;
  }
  .header-actions .burger span:nth-child(2){
    transform:translate(-50%,0)!important;
  }
  .header-actions .burger span:nth-child(3){
    transform:translate(-50%,8px)!important;
  }

  .header-actions .burger[aria-expanded="true"] span:nth-child(1){
    transform:translate(-50%,0) rotate(45deg)!important;
  }
  .header-actions .burger[aria-expanded="true"] span:nth-child(2){
    opacity:0!important;
    transform:translate(-50%,0) scaleX(.15)!important;
  }
  .header-actions .burger[aria-expanded="true"] span:nth-child(3){
    transform:translate(-50%,0) rotate(-45deg)!important;
  }

  /* Show more meat, less rosemary */
  .page-home .hero-photo img{
    object-position:76% center!important;
    transform:scale(1.14)!important;
    filter:saturate(1.2) contrast(1.1) brightness(1.03)!important;
  }
  .page-home .hero-overlay{
    background:
      linear-gradient(90deg,rgba(255,229,194,.96) 0%,rgba(255,229,194,.90) 24%,rgba(255,229,194,.64) 42%,rgba(255,229,194,.20) 60%,rgba(255,229,194,.03) 82%),
      linear-gradient(180deg,rgba(255,229,194,.28) 0%,rgba(255,229,194,.08) 18%,transparent 34%)!important;
  }
}

@media (max-width:560px){
  .header-actions .burger{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
    flex-basis:48px!important;
  }

  .page-home .hero-photo img{
    object-position:72% center!important;
    transform:scale(1.17)!important;
    filter:saturate(1.22) contrast(1.11) brightness(1.03)!important;
  }
  .page-home .hero-overlay{
    background:
      linear-gradient(90deg,rgba(255,229,194,.97) 0%,rgba(255,229,194,.91) 25%,rgba(255,229,194,.66) 43%,rgba(255,229,194,.20) 62%,rgba(255,229,194,.02) 84%),
      linear-gradient(180deg,rgba(255,229,194,.26) 0%,rgba(255,229,194,.08) 16%,transparent 32%)!important;
  }
}
