
.glhp2-root,
.glhp2-root *{
	box-sizing:border-box;
}

.glhp2-root{
	position:relative;
	z-index:990;
	display:block !important;
	clear:both;
	width:100%;
	margin:0;
	padding:0;
	background:var(--glhp2-bg,#fff);
	color:var(--glhp2-text,#111);
	font-family:Arial,Helvetica,sans-serif;
	visibility:visible !important;
	opacity:1 !important;
	transform:none !important;
}

.glhp2-root.glhp2-has-top-line{
	border-top:5px solid var(--glhp2-accent,#ef3b13);
}

.glhp2-root.glhp2-is-sticky{
	position:sticky;
	top:0;
}

.admin-bar .glhp2-root.glhp2-is-sticky{
	top:32px;
}

.glhp2-container{
	width:min(var(--glhp2-max,1440px),calc(100% - 48px));
	margin-inline:auto;
}

.glhp2-brand-zone{
	border-bottom:1px solid var(--glhp2-border,#e4e4e4);
	background:var(--glhp2-bg,#fff);
}

.glhp2-brand-row{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	min-height:100px;
	padding-block:var(--glhp2-space-desktop,28px);
	padding-right:calc(var(--glhp2-search-desktop,48px) + 26px);
}

.glhp2-brand{
	display:flex;
	align-items:center;
	gap:17px;
	min-width:0;
	max-width:100%;
	color:var(--glhp2-text,#111);
	text-decoration:none;
}

.glhp2-globe{
	display:flex;
	flex:0 0 var(--glhp2-globe-desktop,64px);
	width:var(--glhp2-globe-desktop,64px);
	height:var(--glhp2-globe-desktop,64px);
}

.glhp2-globe svg,
.glhp2-search-open svg,
.glhp2-search-close svg,
.glhp2-search-form button svg{
	display:block;
	width:100%;
	height:100%;
	fill:none;
	stroke:currentColor;
	stroke-width:3.4;
	stroke-linecap:round;
	stroke-linejoin:round;
}

.glhp2-brand-name{
	display:block;
	min-width:0;
	overflow:hidden;
	color:inherit;
	font-family:var(--glhp2-brand-font,"UnifrakturMaguntia",Georgia,serif);
	font-size:var(--glhp2-brand-desktop,56px);
	font-weight:400;
	line-height:1;
	letter-spacing:0;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.glhp2-search-open{
	position:absolute;
	top:50%;
	right:0;
	display:flex !important;
	align-items:center;
	justify-content:center;
	width:var(--glhp2-search-desktop,48px);
	height:var(--glhp2-search-desktop,48px);
	padding:5px;
	border:0;
	background:transparent;
	color:var(--glhp2-text,#111);
	cursor:pointer;
	transform:translateY(-50%);
	visibility:visible !important;
	opacity:1 !important;
}

.glhp2-search-open:hover{
	color:var(--glhp2-hover,#ef3b13);
}

.glhp2-nav{
	border-bottom:1px solid var(--glhp2-border,#e4e4e4);
	background:var(--glhp2-bg,#fff);
}

.glhp2-menu-scroll{
	overflow-x:auto;
	overflow-y:hidden;
	scrollbar-width:none;
	-webkit-overflow-scrolling:touch;
}

.glhp2-menu-scroll::-webkit-scrollbar{
	display:none;
}

.glhp2-menu{
	display:flex;
	align-items:center;
	gap:42px;
	width:max-content;
	min-width:100%;
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
}

.glhp2-menu>li{
	flex:0 0 auto;
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
}

.glhp2-menu>li>a{
	display:flex;
	align-items:center;
	min-height:64px;
	color:var(--glhp2-text,#111);
	font-size:var(--glhp2-menu-desktop,21px);
	font-weight:800;
	line-height:1;
	letter-spacing:.012em;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
}

.glhp2-menu>li>a:hover,
.glhp2-menu>li.current-menu-item>a{
	color:var(--glhp2-hover,#ef3b13);
}

.glhp2-live-link::before,
.glhp2-live-fallback>a::before{
	content:"";
	display:inline-block;
	flex:0 0 auto;
	width:var(--glhp2-live-size,12px);
	height:var(--glhp2-live-size,12px);
	margin-right:11px;
	border-radius:999px;
	background:var(--glhp2-accent,#ef3b13);
	animation:glhp2-pulse var(--glhp2-live-speed,1700ms) ease-out infinite;
}

@keyframes glhp2-pulse{
	0%{transform:scale(.88);box-shadow:0 0 0 0 rgba(239,59,19,.42)}
	65%{transform:scale(1);box-shadow:0 0 0 9px rgba(239,59,19,0)}
	100%{transform:scale(.88);box-shadow:0 0 0 0 rgba(239,59,19,0)}
}

.glhp2-search-overlay{
	position:fixed !important;
	inset:0 !important;
	z-index:2147483000 !important;
	display:none;
	align-items:flex-start;
	justify-content:center;
	width:100vw !important;
	height:100dvh !important;
	margin:0 !important;
	padding:0 !important;
	visibility:hidden;
	opacity:0;
}

.glhp2-search-overlay.is-open{
	display:flex !important;
	visibility:visible;
	opacity:1;
}

.glhp2-search-backdrop{
	position:absolute;
	inset:0;
	background:rgba(0,0,0,.72);
	backdrop-filter:blur(5px);
}

.glhp2-search-dialog{
	position:relative;
	z-index:2;
	width:min(900px,calc(100% - 34px));
	margin-top:10vh;
	padding:46px;
	border-radius:14px;
	background:#fff;
	box-shadow:0 24px 70px rgba(0,0,0,.28);
}

.glhp2-search-close{
	position:absolute;
	top:15px;
	right:15px;
	width:42px;
	height:42px;
	padding:9px;
	border:0;
	background:transparent;
	color:#111;
	cursor:pointer;
}

.glhp2-search-form label{
	display:block;
	margin-bottom:22px;
	color:#111;
	font-family:Georgia,"Times New Roman",serif;
	font-size:clamp(32px,6vw,62px);
	font-weight:700;
	line-height:1;
}

.glhp2-search-field{
	display:flex;
	align-items:stretch;
	border-bottom:2px solid #111;
}

.glhp2-search-field input{
	flex:1;
	min-width:0;
	height:64px;
	padding:0 8px;
	border:0 !important;
	outline:0 !important;
	background:transparent !important;
	box-shadow:none !important;
	color:#111;
	font-size:22px;
}

.glhp2-search-field button{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	width:64px;
	border:0;
	background:transparent;
	color:#111;
	cursor:pointer;
}

.glhp2-search-field button svg{
	width:28px;
	height:28px;
}

.glhp2-search-field button span{
	position:absolute;
	width:1px;
	height:1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
}

body.glhp2-search-lock{
	overflow:hidden !important;
}

@media(prefers-reduced-motion:reduce){
	.glhp2-live-link::before,
	.glhp2-live-fallback>a::before{
		animation:none;
	}
}

@media(max-width:782px){
	.admin-bar .glhp2-root.glhp2-is-sticky{
		top:46px;
	}
}

@media(max-width:760px){
	.glhp2-root.glhp2-has-top-line{
		border-top-width:4px;
	}

	.glhp2-container{
		width:calc(100% - 28px);
	}

	.glhp2-brand-row{
		min-height:70px;
		gap:10px;
		padding-block:var(--glhp2-space-mobile,16px);
		padding-right:calc(var(--glhp2-search-mobile,38px) + 15px);
	}

	.glhp2-brand{
		gap:9px;
		width:100%;
	}

	.glhp2-globe{
		flex-basis:var(--glhp2-globe-mobile,36px);
		width:var(--glhp2-globe-mobile,36px);
		height:var(--glhp2-globe-mobile,36px);
	}

	.glhp2-brand-name{
		font-size:clamp(22px,7.3vw,var(--glhp2-brand-mobile,29px));
	}

	.glhp2-search-open{
		width:var(--glhp2-search-mobile,38px);
		height:var(--glhp2-search-mobile,38px);
		padding:5px;
	}

	.glhp2-menu{
		gap:26px;
	}

	.glhp2-menu>li>a{
		min-height:52px;
		font-size:var(--glhp2-menu-mobile,14px);
	}

	.glhp2-search-dialog{
		width:calc(100% - 24px);
		margin-top:8vh;
		padding:58px 20px 28px;
		border-radius:10px;
	}

	.glhp2-search-form label{
		margin-bottom:18px;
		font-size:38px;
	}

	.glhp2-search-field input{
		height:54px;
		font-size:17px;
	}

	.glhp2-search-field button{
		width:50px;
	}
}

@media(max-width:370px){
	.glhp2-brand-name{
		font-size:22px;
	}
	.glhp2-globe{
		flex-basis:32px;
		width:32px;
		height:32px;
	}
}
