/* HERO V1 - Pizzaria Moretti */

.hero.hero-v1{
  position:relative !important;
  min-height:560px !important;
  overflow:hidden !important;
  background:#0b6b35 url("/images/hero-pizzaria-v1.svg?v=hero-v1") center/cover no-repeat !important;
  color:#fff !important;
}

.hero.hero-v1::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.22) 50%, rgba(0,0,0,.08) 100%) !important;
  z-index:1 !important;
}

.hero-v1-wrap{
  position:relative !important;
  z-index:2 !important;
  width:min(1160px,92vw) !important;
  margin:0 auto !important;
  padding:28px 0 72px !important;
}

.hero-v1-header{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
  margin-bottom:78px !important;
}

.hero-v1-brand{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  color:#fff !important;
  text-decoration:none !important;
}

.hero-v1-logo{
  width:52px !important;
  height:52px !important;
  object-fit:contain !important;
  flex:0 0 auto !important;
}

.hero-v1-brand strong{
  display:block !important;
  font-size:24px !important;
  line-height:1 !important;
  color:#fff !important;
  letter-spacing:.2px !important;
}

.hero-v1-brand span{
  display:block !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:1.4px !important;
  color:#f8d66d !important;
  margin-top:4px !important;
}

.hero-v1-nav{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}

.hero-v1-nav a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:10px 18px !important;
  border-radius:999px !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:900 !important;
  background:rgba(255,255,255,.14) !important;
  border:1px solid rgba(255,255,255,.35) !important;
  backdrop-filter:blur(8px) !important;
}

.hero-v1-content{
  max-width:680px !important;
}

.hero-v1-kicker{
  display:inline-flex !important;
  align-items:center !important;
  padding:7px 12px !important;
  border-radius:999px !important;
  background:rgba(248,214,109,.16) !important;
  color:#f8d66d !important;
  font-size:15px !important;
  font-weight:950 !important;
  letter-spacing:1.2px !important;
  text-transform:uppercase !important;
  margin-bottom:16px !important;
}

.hero-v1-title{
  margin:0 0 18px !important;
  max-width:680px !important;
  font-size:clamp(42px,5.8vw,78px) !important;
  line-height:.96 !important;
  letter-spacing:-2.8px !important;
  color:#fff !important;
  font-weight:950 !important;
  text-wrap:balance !important;
}

.hero-v1-title span{
  color:#f8d66d !important;
}

.hero-v1-desc{
  margin:0 0 26px !important;
  max-width:570px !important;
  color:rgba(255,255,255,.92) !important;
  font-size:20px !important;
  line-height:1.45 !important;
  font-weight:600 !important;
}

.hero-v1-actions{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  flex-wrap:wrap !important;
}

.hero-v1-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:50px !important;
  padding:13px 24px !important;
  border-radius:999px !important;
  background:#d92027 !important;
  color:#fff !important;
  text-decoration:none !important;
  font-size:16px !important;
  font-weight:950 !important;
  box-shadow:0 14px 32px rgba(217,32,39,.28) !important;
}

.hero-v1-mini{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  color:#fff !important;
  font-weight:800 !important;
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  padding:12px 14px !important;
  border-radius:999px !important;
}

@media(max-width:820px){
  .hero.hero-v1{
    min-height:620px !important;
    background-position:center right -320px !important;
  }

  .hero.hero-v1::before{
    background:linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.48) 62%, rgba(0,0,0,.20) 100%) !important;
  }

  .hero-v1-wrap{
    padding:22px 0 58px !important;
  }

  .hero-v1-header{
    align-items:flex-start !important;
    margin-bottom:62px !important;
  }

  .hero-v1-brand strong{
    font-size:21px !important;
  }

  .hero-v1-nav{
    justify-content:flex-end !important;
  }

  .hero-v1-nav a{
    min-height:38px !important;
    padding:9px 13px !important;
    font-size:13px !important;
  }

  .hero-v1-title{
    font-size:46px !important;
    max-width:92vw !important;
  }

  .hero-v1-desc{
    font-size:17px !important;
    max-width:92vw !important;
  }
}

@media(max-width:520px){
  .hero.hero-v1{
    min-height:640px !important;
    background-position:center right -460px !important;
  }

  .hero-v1-header{
    flex-direction:column !important;
    gap:16px !important;
    margin-bottom:46px !important;
  }

  .hero-v1-nav{
    width:100% !important;
  }

  .hero-v1-nav a{
    flex:1 !important;
  }

  .hero-v1-title{
    font-size:40px !important;
    letter-spacing:-1.8px !important;
  }

  .hero-v1-actions{
    flex-direction:column !important;
    align-items:stretch !important;
  }

  .hero-v1-btn,
  .hero-v1-mini{
    width:100% !important;
  }
}
