@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root{--red:#ed1414;--theme-accent:#ed1414;--theme-accent-bright:#ff2929;--theme-bg:#030303;--theme-panel:#080808;--theme-line:#222}
body.menu-open{overflow:hidden}
.nh-shell{width:min(1180px,calc(100% - 40px));margin:auto}
.nh-header{position:sticky;top:0;z-index:1000;background:rgba(3,3,3,.95);background:color-mix(in srgb,var(--theme-bg) 95%,transparent);border-bottom:1px solid var(--theme-line);backdrop-filter:blur(12px)}
.nh-header-inner{width:min(1240px,calc(100% - 40px));height:72px;margin:auto;display:flex;align-items:center;justify-content:space-between}
.nh-logo{color:#fff;text-decoration:none}
.nh-logo img{display:block;max-width:160px;max-height:48px}
.nh-menu{display:flex;align-items:center;gap:24px}
.nh-menu>a:not(.nh-btn){color:#fff;font-family:"Barlow Condensed",Arial,sans-serif;text-transform:uppercase;text-decoration:none;font-size:15px;font-weight:700;letter-spacing:.04em}
.nh-menu>a:not(.nh-btn):hover{color:var(--red)}
.nh-header-socials{display:flex;align-items:center;gap:7px}
.nh-header-socials a{width:25px;height:25px;overflow:hidden;display:grid;place-items:center;border-radius:50%;color:#fff;text-decoration:none}
.nh-header-socials img{display:block;width:100%;height:100%;object-fit:contain}
.nh-header-actions{display:flex;align-items:center;gap:9px}
.nh-era-picker{position:relative;display:flex;align-items:center;gap:7px}.nh-era-picker label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nh-era-picker select{min-height:38px;padding:0 31px 0 11px;background:#101012;color:#fff;border:1px solid #45454a;border-radius:3px;font-family:"Barlow Condensed",Arial,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.035em;cursor:pointer;color-scheme:dark}.nh-era-picker select:hover,.nh-era-picker select:focus{border-color:var(--red);outline:0}
.nh-menu-button{display:none;flex:0 0 43px;width:43px;height:43px;margin-left:auto;padding:8px;background:transparent;border:0;box-sizing:border-box;cursor:pointer}
.nh-menu-button>span:not(.sr-only){display:block;flex:0 0 2px;width:27px;height:2px;margin:3px auto;background:#fff}
.nh-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 25px;background:var(--red);color:#fff;border:1px solid var(--red);border-radius:3px;font-family:"Barlow Condensed",Arial,sans-serif;font-size:17px;font-weight:800;text-transform:uppercase;letter-spacing:.035em;text-decoration:none;cursor:pointer}
.nh-btn:hover{background:var(--theme-accent-bright)}
.nh-btn-small{min-height:38px;padding:0 18px!important}
.nh-btn-login{background:transparent;border-color:#555;color:#fff}
.nh-btn-login:hover{background:#fff;border-color:#fff;color:#080808}
.nh-footer{padding:50px 0 25px;background:var(--theme-bg);color:#fff}
.nh-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px}
.nh-footer img{max-width:170px;max-height:60px}
.nh-footer p{margin:12px 0;color:#999;font-size:13px}
.nh-footer h2,.nh-footer h3{margin:0 0 14px;color:#fff;font-family:"Barlow Condensed",Arial,sans-serif;text-transform:uppercase}
.nh-footer a{display:block;margin:0 0 9px;color:#aaa;font-size:12px;text-decoration:none}
.nh-footer a:hover{color:var(--red)}
.nh-copyright{padding-top:32px;margin-top:30px;border-top:1px solid #181818;color:#666;font-size:11px}

/* Encore blue: an optional colour treatment, with the existing red theme as default. */
html[data-site-theme="encore"]{--red:#168bff;--black:#04111f;--panel:#071a33;--line:#163b62;--theme-accent:#168bff;--theme-accent-bright:#43a2ff;--theme-bg:#03101f;--theme-panel:#071a33;--theme-line:#163b62}
html[data-site-theme="encore"] body{background:#04111f;color:#f4f8ff}
html[data-site-theme="encore"] .nh-header{box-shadow:0 8px 28px rgba(0,72,145,.16)}
html[data-site-theme="encore"] .nh-era-picker select{background:#071a33;border-color:#285c91}
html[data-site-theme="encore"] :is(.events-page,.blogs-page,.gallery-page,.event-page,.contact-page,.enquiry-page){--event-red:#168bff;--blog-red:#168bff;--gallery-red:#168bff;--red:#168bff;--accent:#168bff}
html[data-site-theme="encore"] :is(.events-page,.blogs-page,.gallery-page,.event-page,.contact-page,.enquiry-page,.customer-page){background:#04111f!important}
html[data-site-theme="encore"] :is(.event-card,.blog-card,.gallery-card,.nearest-search,.blog-search,.past-item,.no-events){background:#07182d!important;border-color:#183d63!important}
html[data-site-theme="encore"] :is(.events-hero,.blogs-hero){background:radial-gradient(circle at 86% 15%,rgba(22,139,255,.27),transparent 34%),linear-gradient(135deg,#0a2542,#04111f)!important;border-color:#183d63!important}
html[data-site-theme="encore"] :is(.nh-btn,.event-date,.postcode-form button,.blog-search button){background:#168bff;border-color:#168bff}
html[data-site-theme="encore"] :is(.event-link,.events-kicker,.blogs-kicker,.past-item time,.blog-search-summary a){color:#43a2ff!important}
html[data-site-theme="encore"] .nh-hero::after{background:linear-gradient(90deg,rgba(2,13,26,.88),rgba(2,13,26,.25))}

@media(max-width:1100px){
    .nh-menu{gap:15px}
    .nh-menu>a:not(.nh-btn){font-size:14px}
}

@media(max-width:1100px){
    .nh-menu-button{display:flex;flex-direction:column;align-items:center;justify-content:center}
    .nh-menu{position:fixed;inset:72px 0 auto;max-height:calc(100vh - 72px);padding:30px 25px;display:none;flex-direction:column;align-items:stretch;overflow:auto;background:#080808;border-bottom:1px solid #333}
    .nh-menu.is-open{display:flex}
    .nh-menu>a:not(.nh-btn){padding:4px 0;font-size:20px}
    .nh-header-socials{order:20;justify-content:center;padding:22px 0 5px;border-top:1px solid #222}
    .nh-header-socials a{width:30px;height:30px}
    .nh-header-actions{order:10;display:grid;grid-template-columns:1fr 1fr;gap:10px}
    .nh-header-actions .nh-btn{width:100%;padding-inline:14px!important}
    .nh-era-picker{order:9;display:grid;grid-template-columns:auto minmax(150px,1fr);gap:14px;padding:14px 0;border-top:1px solid var(--theme-line);border-bottom:1px solid var(--theme-line)}
    .nh-era-picker label{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal;color:#fff;font-family:"Barlow Condensed",Arial,sans-serif;font-size:18px;font-weight:800;text-transform:uppercase}
    .nh-era-picker select{width:100%}
    html[data-site-theme="encore"] .nh-menu{background:#051426;border-color:#21476c}
}

@media(max-width:680px){
    .nh-shell,.nh-header-inner{width:min(100% - 28px,1180px)}
    .nh-header-inner{height:64px}
    .nh-menu{inset:64px 0 auto;max-height:calc(100vh - 64px)}
    .nh-footer-grid{grid-template-columns:1.5fr 1fr;gap:30px}
    .nh-footer-grid>div:first-child{grid-column:1/-1}
}

@media(max-width:420px){
    .nh-footer-grid{grid-template-columns:1fr}
    .nh-footer-grid>div:first-child{grid-column:auto}
}
