.hgv-legal-page {
	background: #fff;
	color: #111216;
}

.hgv-legal-hero {
	background: #f1f2f2;
	border-bottom: 1px solid #dedfdf;
}

.hgv-legal-hero__inner {
	width: min(100% - 8rem, 1400px);
	min-height: 250px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4.5rem 0;
}

.hgv-legal-hero__eyebrow,
.hgv-legal-aside__label {
	margin: 0 0 1.1rem;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	color: #5e6265;
}

.hgv-legal-hero h1 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(38px, 5vw, 64px);
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: 0;
	color: #111216;
}

.hgv-legal-hero__intro {
	max-width: 760px;
	margin: 2rem 0 0;
	font-size: 18px;
	line-height: 1.55;
	color: #4e5255;
}

.hgv-legal-shell {
	width: min(100% - 8rem, 1400px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(250px, 330px) minmax(0, 820px);
	justify-content: space-between;
	gap: clamp(5rem, 8vw, 12rem);
	padding: 7rem 0 9rem;
}

.hgv-legal-aside {
	align-self: start;
	position: sticky;
	top: 3rem;
	padding: 2.8rem;
	background: #f5f5f5;
	border: 1px solid #dedfdf;
	border-radius: 4px;
}

.hgv-legal-aside__company {
	margin: 0 0 .8rem;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
}

.hgv-legal-aside address {
	margin: 0;
	font-size: 15.5px;
	font-style: normal;
	line-height: 1.55;
	color: #515457;
}

.hgv-legal-aside__contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .45rem;
	margin-top: 2.5rem;
	padding-top: 2.2rem;
	border-top: 1px solid #d5d6d6;
}

.hgv-legal-aside__contact p {
	margin: 0 0 .6rem;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.4;
	color: #5e6265;
}

.hgv-legal-aside__contact a {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	color: #111216;
	text-decoration: none;
}

.hgv-legal-aside__contact a:hover,
.hgv-legal-aside__contact a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hgv-legal-aside__updated {
	margin: 2.5rem 0 0;
	font-size: 12px;
	line-height: 1.4;
	color: #74787a;
}

.hgv-legal-content {
	min-width: 0;
}

.hgv-legal-content h2 {
	margin: 0;
	padding: 3.6rem 0 1.4rem;
	border-top: 1px solid #dfe0e0;
	font-size: clamp(22px, 2.4vw, 30px);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	color: #111216;
}

.hgv-legal-content h2:first-child {
	padding-top: 0;
	border-top: 0;
}

.hgv-legal-content p {
	margin: 0 0 2.4rem;
	font-size: 16.5px;
	line-height: 1.72;
	color: #4b4f52;
}

.hgv-legal-content a {
	color: #111216;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

@media (max-width: 900px) {
	.hgv-legal-hero__inner,
	.hgv-legal-shell {
		width: min(100% - 4rem, 760px);
	}

	.hgv-legal-shell {
		grid-template-columns: 1fr;
		gap: 4.5rem;
		padding: 5rem 0 7rem;
	}

	.hgv-legal-aside {
		position: static;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1.6rem 3rem;
	}

	.hgv-legal-aside__label,
	.hgv-legal-aside__company,
	.hgv-legal-aside address {
		grid-column: 1;
	}

	.hgv-legal-aside__contact {
		grid-column: 2;
		grid-row: 1 / span 3;
		margin: 0;
		padding: 0 0 0 3rem;
		border-top: 0;
		border-left: 1px solid #d5d6d6;
	}

	.hgv-legal-aside__updated {
		grid-column: 1 / -1;
		margin-top: 1rem;
	}
}

@media (max-width: 600px) {
	.hgv-legal-hero__inner,
	.hgv-legal-shell {
		width: calc(100% - 3.2rem);
	}

	.hgv-legal-hero__inner {
		min-height: 210px;
		padding: 3.6rem 0;
	}

	.hgv-legal-hero h1 {
		font-size: 36px;
	}

	.hgv-legal-hero__intro {
		margin-top: 1.6rem;
		font-size: 16px;
	}

	.hgv-legal-shell {
		gap: 3.8rem;
		padding: 3.2rem 0 5.5rem;
	}

	.hgv-legal-aside {
		display: block;
		padding: 2.2rem;
	}

	.hgv-legal-aside__contact {
		margin-top: 2rem;
		padding: 1.8rem 0 0;
		border-top: 1px solid #d5d6d6;
		border-left: 0;
	}

	.hgv-legal-aside__updated {
		margin-top: 2rem;
	}

	.hgv-legal-content h2 {
		padding-top: 3rem;
		font-size: 24px;
	}

	.hgv-legal-content p {
		font-size: 16px;
		line-height: 1.68;
	}
}
