/* HungryMoose design layer (approved 26 Sept 2026): artsy food drawings, wavy hero photo, light green sections and Instagram band. Facts band stays the original dark blue. */
.hm-deco{position:relative;overflow:hidden}
.hm-deco>.wrap,.hm-deco>div:not(.hm-dd){position:relative;z-index:1}
.hm-dd{position:absolute;z-index:0;width:110px;height:auto;aspect-ratio:1;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;opacity:.92}
.hm-y{color:#D4AF37}.hm-g{color:#6E9A63}.hm-dd.hm-y{opacity:.75}.hm-dd.hm-g{opacity:.6}
.hm-tl{left:-1.2%;top:-8px}.hm-tr{right:-1.2%;top:-8px}.hm-bl{left:-1.2%;bottom:-12px}.hm-br{right:-1.2%;bottom:-12px}
.hero-photo .hm-wave{position:relative}.hero-photo .hm-wave img{display:block;width:100%;height:auto!important;aspect-ratio:4/3;object-fit:cover;border-radius:32px;box-shadow:0 30px 60px -30px rgba(15,47,74,.45)}.hero-photo .hm-wave{filter:drop-shadow(0 22px 26px rgba(15,47,74,.18))}
.hero-photo .hm-wave img{clip-path:url(#hmWave);-webkit-clip-path:url(#hmWave);border-radius:0!important;box-shadow:none!important;display:block;width:100%;height:auto!important;aspect-ratio:4/3;object-fit:cover}
.hm-ring{display:block}.hm-ring{position:absolute;left:-2.2%;top:-3%;width:104.5%;height:106%;overflow:visible;pointer-events:none}
.hero-photo .hm-wave{width:107%;margin-left:-7%;margin-right:0}
@media (max-width:900px){.hero-photo .hm-wave{width:100%;margin-left:0;margin-right:0}}
.hm-ring path{fill:none;stroke:#E2C25A;stroke-width:3;vector-effect:non-scaling-stroke}
.hm-fi{display:none}
.hm-fi svg{width:23px;height:23px;fill:none;stroke:#0F2F4A;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.bg-sky{background:#E5EEE0!important}
.ig-band{background:#E5EEE0!important;background-image:none!important;color:#0F2F4A!important;border-block:1px solid #D2E0CB}
.ig-band .ig-title{color:#0F2F4A!important}
.ig-band .ig-sub,.ig-band .ig-note,.ig-band span:not(.tagdot):not(.eyebrow){color:#4A5D6C!important}
.ig-band .eyebrow{color:#9A7A12!important}
.ig-band b{color:#8A6D10!important}
.ig-band .btn-light{color:#0F2F4A!important;border-color:#0F2F4A!important}
.hm-art-dd{width:220px;stroke-width:1.4!important;opacity:.7!important}
.hm-art-dd .f{fill:currentColor;fill-opacity:.13}.hm-art-dd .k{fill:currentColor;fill-opacity:.22;stroke-width:1}.hm-art-dd .t{stroke-width:.85}
.hm-dd:not(.hm-art-dd){display:none!important}
/* Mobile order bar stays hidden while the home page hero is on screen */
.mobile-order{transition:transform .25s ease,opacity .25s ease}
.mobile-order.hm-hide{transform:translateY(130%);opacity:0;pointer-events:none}
/* Phones: show the hero photo straight after the headline, above the paragraph and buttons */
@media (max-width:900px){
 .hero .hero-grid{display:flex!important;flex-direction:column;gap:0!important}
 .hero .hero-grid>div:first-child{display:contents}
 .hero .hero-grid .eyebrow{order:1;align-self:flex-start}
 .hero .hero-grid h1{order:2}
 .hero .hero-grid .hero-photo{order:3;margin:20px 0 44px;width:100%}
 .hero .hero-grid .lead{order:4;margin-top:0}
 .hero .hero-grid .actions{order:5}
 .hero .hero-grid .hero-note{order:6}
}
/* "Made fresh daily" sticker: soft navy shadow, like the driver card */
.hero-photo .sticker{box-shadow:0 14px 26px -12px rgba(15,47,74,.55),0 3px 8px rgba(15,47,74,.16)!important}
/* Plain pages (Daily blog, meal pages) get the same mobile order bar; keep the footer clear of it */
@media (max-width:760px){body.hm-hasbar{padding-bottom:80px}}