/* Full-colour scenic backdrop shared by every page header. */
body > header { background: url('/assets/cotswolds-rainbow-header.webp') center center / 100% 100% no-repeat !important; border-bottom:1px solid #d3dcd7; }
body > header :is(.header-inner,.head,.wrap,.brand) { position:relative; }
/* The dropdown must stay anchored to the header row and appear above page content. */
body > header .mobile-menu { position:static; }
body > header .mobile-menu nav { position:absolute; z-index:1000; left:auto; right:0; width:min(440px,calc(100vw - 32px)); box-sizing:border-box; max-height:calc(100dvh - 160px); overflow-y:auto; }
body > header a:not(.button):not(.brand):not(.phone) { color:#172a2c; }
@media(max-width:650px){
  body > header {background-size:cover !important;background-position:60% center !important;}
  body > header .mobile-menu nav {left:0;right:0;width:100%;max-height:calc(100dvh - 150px);}
}

body > header a:not(.button):not(.brand):not(.phone){text-shadow:0 1px 3px #fff,0 0 9px #fff,0 0 16px #fff}
