/* Final Chocodew hero: use the supplied logo artwork as the centered restaurant identity. */
.hero{background:#451708!important}
.hero nav{justify-content:flex-end!important}
.brand-logo{display:none!important}
.hero-copy{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;margin-top:34px!important}
.hero-copy .restaurant-name{display:none!important}
.hero-wordmark{display:block!important;order:1!important;width:min(680px,92vw)!important;margin:0 auto 18px!important;overflow:visible!important;background:transparent!important;box-shadow:none!important;border:0!important}
.hero-wordmark img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;opacity:1!important}
.hero-copy .overline{order:2!important;margin:0 auto 12px!important}
.hero-copy>p{order:3!important;margin:0 auto!important;max-width:620px!important}
.hero-copy:after{display:none!important;content:none!important}
.hero-search{margin-top:24px!important}
@media(max-width:700px){
  .hero-copy{margin-top:22px!important}
  .hero-wordmark{width:min(560px,94vw)!important;margin-bottom:13px!important}
  .hero-copy .overline{font-size:9px!important;letter-spacing:2.2px!important;margin-bottom:9px!important}
  .hero-copy>p{max-width:340px!important;font-size:13px!important;line-height:1.5!important}
  .hero-search{margin-top:17px!important}
}
@media(max-width:360px){
  .hero-copy{margin-top:16px!important}
  .hero-wordmark{width:95vw!important;margin-bottom:10px!important}
  .hero-copy .overline{font-size:8px!important;letter-spacing:1.8px!important}
  .hero-copy>p{max-width:300px!important;font-size:12px!important}
  .hero-search{margin-top:14px!important}
}
