
.glhp-hero{
	width:100%;
	background:var(--glhp-bg,#f3f2ef);
	color:var(--glhp-text,#141a34);
}

.glhp-inner{
	width:min(var(--glhp-max-width,1180px),calc(100% - 40px));
	margin-inline:auto;
	padding:28px 0 34px;
}

.glhp-meta{
	margin-bottom:16px;
	color:var(--glhp-meta,#5d6270);
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:700;
	line-height:1;
	letter-spacing:.08em;
	text-transform:uppercase;
}

.glhp-title{
	max-width:1080px;
	margin:0 0 26px;
	font-family:Georgia,"Times New Roman",serif;
	font-size:clamp(38px,6vw,var(--glhp-title-desktop,72px));
	font-style:var(--glhp-title-style,normal);
	font-weight:700;
	line-height:.99;
	letter-spacing:-.045em;
	text-wrap:balance;
}

.glhp-title a{
	color:inherit;
	text-decoration:none;
}

.glhp-title a:hover{
	text-decoration:underline;
	text-decoration-thickness:1px;
	text-underline-offset:7px;
}

.glhp-title a:focus-visible,
.glhp-image:focus-visible{
	outline:3px solid currentColor;
	outline-offset:4px;
}

.glhp-image{
	display:block;
	width:100%;
	height:var(--glhp-image-desktop,620px);
	overflow:hidden;
	border-radius:var(--glhp-radius,0);
	background:#d9d9d9;
}

.glhp-image img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:transform .35s ease;
}

.glhp-image:hover img{
	transform:scale(1.012);
}

.glhp-error{
	padding:12px 14px;
	border-left:4px solid #b32d2e;
	background:#fff;
	color:#1d2327;
	font-family:Arial,Helvetica,sans-serif;
}

@media(max-width:760px){
	.glhp-inner{
		width:min(100% - 24px,var(--glhp-max-width,1180px));
		padding:20px 0 24px;
	}

	.glhp-meta{
		margin-bottom:12px;
		font-size:11px;
		letter-spacing:.07em;
	}

	.glhp-title{
		margin-bottom:18px;
		font-size:var(--glhp-title-mobile,40px);
		line-height:1.02;
		letter-spacing:-.035em;
	}

	.glhp-image{
		height:var(--glhp-image-mobile,360px);
	}
}
