.gv-page-head {
	position: relative;
	overflow: hidden;
	background: linear-gradient(120deg, #f3f6f7 0%, #eef4f7 100%);
	padding: 76px 0;
}
.gv-page-head:after {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	right: -160px;
	top: -245px;
	border: 1px solid #cddce5;
	border-radius: 50%;
	box-shadow: 0 0 0 60px rgba(255,255,255,.28), 0 0 0 120px rgba(255,255,255,.18);
}
.gv-page-head-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0,1.25fr) minmax(320px,.65fr);
	gap: 90px;
	align-items: end;
}
.gv-page-head h1 { max-width: 820px; font-size: clamp(3rem,5.2vw,5.15rem); }
.gv-head-facts { border-top: 1px solid #bfcfd9; }
.gv-head-facts > div {
	display: grid;
	grid-template-columns: 38px 1fr;
	padding: 15px 0;
	border-bottom: 1px solid #bfcfd9;
}
.gv-head-facts span {
	grid-row: 1 / 3;
	color: var(--gv-blue);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .12em;
}
.gv-head-facts strong, .gv-head-facts small { grid-column: 2; }
.gv-head-facts strong { font-size: .9rem; }
.gv-head-facts small { margin-top: 2px; color: var(--gv-muted); font-size: .75rem; }
@media (max-width: 1000px) {
	.gv-page-head-grid { grid-template-columns: 1fr; gap: 44px; }
	.gv-head-facts { max-width: 620px; }
}
.gv-hero-media img { aspect-ratio: 1 / 1; object-fit: cover; }
.gv-hero-media figcaption {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 10px 16px;
	background: rgba(8,27,44,.86);
	color: #fff;
	font-size: .65rem;
	font-weight: 800;
	letter-spacing: .12em;
	backdrop-filter: blur(8px);
}
.gv-hero-media figcaption i { width: 34px; height: 1px; background: #58b9e8; }
@media (prefers-reduced-motion: reduce) {
	.gv-hero-media img { animation: none; }
}
