/* Persistent navigation at every screen size, preserving the WordPress toolbar. */
html{scroll-padding-top:156px}
.bg-site .bg-header{position:sticky;top:0;z-index:1000;background:#faf7f2;border-bottom:1px solid #d8c7b5}
.bg-site.admin-bar .bg-header{top:32px}
.bg-menu-mark{display:block;width:22px;height:22px;flex-shrink:0}
.bg-menu-close{display:none}
.bg-menu-toggle[aria-expanded=true] .bg-menu-lines{display:none}
.bg-menu-toggle[aria-expanded=true] .bg-menu-close{display:block}
.bg-menu-label{font-size:10px;line-height:1.2;font-weight:600;letter-spacing:0}
.bg-account-icon{display:none;flex-shrink:0}
.bg-header nav .bg-nav-booking{display:none}
@media(max-width:1180px){
 html{scroll-padding-top:120px}
 .bg-site .bg-header-inner{position:relative}
 .bg-site .bg-menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;width:46px;min-width:46px;min-height:50px;padding:4px;color:#702635;background:transparent;border:0;border-radius:6px}
 .bg-site .bg-menu-toggle[aria-expanded=true]{background:#eee4da}
 .bg-site .bg-header nav{position:absolute;top:100%;inset-inline:0;width:auto;margin:0;padding:10px 18px 18px;background:#faf7f2;border:1px solid #d8c7b5;border-top:0;border-radius:0 0 12px 12px;max-height:calc(100vh - 160px);max-height:calc(100dvh - 160px);overflow-y:auto;overscroll-behavior:contain}
 .bg-site .bg-header nav a{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:13px 4px;font-size:16px;font-weight:500;white-space:normal;text-align:start;border-top:1px solid #e2d6c8}
 .bg-site .bg-header nav a:first-child{border-top:0}
 .bg-site .bg-header nav a[aria-current=page]{text-underline-offset:5px}
 .bg-site .bg-header nav a:hover{color:#702635;background:#f1eae1}
 .bg-site .bg-header nav .bg-nav-booking{display:flex;gap:20px;margin-top:8px;padding:12px 16px;color:#fff;background:#702635;border-radius:6px}
 .bg-site .bg-header nav .bg-nav-booking svg{width:20px;height:20px;flex-shrink:0}
 .bg-site .bg-header nav .bg-nav-booking:hover{background:#53212c}
 .bg-site .bg-header-actions .bg-account-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:10px 12px;border-radius:6px;background:#702635;color:#fff;font-weight:600;line-height:1.4;text-align:center;white-space:normal}
 .bg-site .bg-header-actions .bg-account-link:hover{background:#53212c}
 .bg-site .bg-account-icon{display:block;width:18px;height:18px}
}
@media(max-width:782px) and (min-width:601px){.bg-site.admin-bar .bg-header{top:46px}}
@media(max-width:760px){
 .bg-site .bg-header-inner{width:calc(100% - 32px);grid-template-columns:minmax(0,1fr) auto 46px;gap:0 8px;min-height:88px;padding-block:10px}
 .bg-site .bg-header .bg-logo{max-width:170px;gap:5px}
 .bg-site .bg-header .bg-logo img{width:104px!important}
 .bg-site .bg-header .bg-logo-tagline{font-size:10px;line-height:1.4}
 .bg-site .bg-header-actions .bg-account-link{font-size:13px;padding-inline:10px;gap:5px}
 .bg-site .bg-account-icon{width:16px;height:16px}
}
@media(max-width:600px){.bg-site.admin-bar .bg-header{top:0}}
/* Reading enlargement can use an extra row instead of squeezing the logo. */
@media(max-width:760px){
 html:not([data-bg-a11y-text=normal])[data-bg-a11y-text] .bg-site .bg-header-inner{grid-template-columns:minmax(0,1fr) 46px;row-gap:6px}
 html:not([data-bg-a11y-text=normal])[data-bg-a11y-text] .bg-site .bg-header .bg-logo{grid-column:1;grid-row:1;justify-self:center}
 html:not([data-bg-a11y-text=normal])[data-bg-a11y-text] .bg-site .bg-header-actions{grid-column:1;grid-row:2;justify-self:stretch}
 html:not([data-bg-a11y-text=normal])[data-bg-a11y-text] .bg-site .bg-header-actions .bg-account-link{width:100%}
 html:not([data-bg-a11y-text=normal])[data-bg-a11y-text] .bg-site .bg-menu-toggle{grid-column:2;grid-row:1/3}
 html:not([data-bg-a11y-text=normal])[data-bg-a11y-text] .bg-site .bg-header nav{max-height:calc(100dvh - 220px)}
}
@media print{.bg-site .bg-header{position:static}}
