:root {
	--lhc-blue: #475bdd;
	--lhc-blue-deep: #24307f;
	--lhc-sky: #47a6dd;
	--lhc-ink: #030606;
	--lhc-muted: #5e686d;
	--lhc-bg: #f1f7fb;
	--lhc-white: #ffffff;
	--lhc-gold: #9a6b12;
	--lhc-line: rgba(71, 91, 221, 0.16);
	--lhc-shadow: 0 24px 70px rgba(30, 46, 82, 0.12);
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--lhc-bg);
	color: var(--lhc-ink);
	font-family: "Work Sans", Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body .wp-site-blocks {
	min-height: 100vh;
}

.lhc-page,
.lhc-page * {
	box-sizing: border-box;
}

.lhc-page {
	min-height: 100vh;
	background:
		radial-gradient(circle at 15% 12%, rgba(71, 166, 221, 0.18), transparent 30rem),
		linear-gradient(135deg, #f8fcff 0%, var(--lhc-bg) 52%, #ffffff 100%);
}

.lhc-hero {
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: clamp(2rem, 5vw, 5.5rem) 1.25rem;
}

.lhc-shell {
	width: min(1120px, 100%);
	margin: 0 auto;
}

.lhc-kicker {
	width: fit-content;
	margin-bottom: 1rem;
	padding: 0.48rem 0.78rem;
	border: 1px solid var(--lhc-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--lhc-blue-deep);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.lhc-page h1 {
	max-width: 820px;
	margin: 0;
	color: var(--lhc-blue-deep);
	font-family: Bitter, Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 8vw, 7.1rem);
	font-weight: 800;
	line-height: 0.94;
	letter-spacing: 0;
}

.lhc-intro {
	max-width: 680px;
	margin: 1.4rem 0 0;
	color: var(--lhc-muted);
	font-size: clamp(1.08rem, 2vw, 1.34rem);
	line-height: 1.65;
}

.lhc-destinations {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.45rem);
	margin-top: clamp(2.2rem, 5vw, 4rem);
}

.lhc-card {
	position: relative;
	display: grid;
	grid-template-rows: 190px 1fr;
	overflow: hidden;
	min-height: 430px;
	border: 1px solid var(--lhc-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--lhc-shadow);
	color: inherit;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.lhc-card:hover,
.lhc-card:focus-visible {
	transform: translateY(-4px);
	border-color: rgba(71, 91, 221, 0.34);
	box-shadow: 0 30px 80px rgba(30, 46, 82, 0.18);
	outline: none;
}

.lhc-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background:
		linear-gradient(135deg, rgba(71, 166, 221, 0.1), rgba(255, 255, 255, 0.88)),
		var(--lhc-white);
	border-bottom: 1px solid var(--lhc-line);
}

.lhc-card--financial .lhc-card__media {
	background:
		linear-gradient(135deg, rgba(154, 107, 18, 0.12), rgba(255, 255, 255, 0.92)),
		var(--lhc-white);
}

.lhc-card__media img {
	display: block;
	width: 100%;
	max-width: 360px;
	max-height: 116px;
	object-fit: contain;
}

.lhc-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(1.4rem, 3vw, 2rem);
}

.lhc-card__eyebrow {
	margin-bottom: 0.7rem;
	color: var(--lhc-sky);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.lhc-card--financial .lhc-card__eyebrow {
	color: var(--lhc-gold);
}

.lhc-card__title {
	color: var(--lhc-blue-deep);
	font-family: Bitter, Georgia, "Times New Roman", serif;
	font-size: clamp(1.65rem, 3vw, 2.45rem);
	font-weight: 800;
	line-height: 1.05;
}

.lhc-card__text {
	margin-top: 0.9rem;
	color: var(--lhc-muted);
	font-size: 1rem;
	line-height: 1.58;
}

.lhc-card__action {
	margin-top: auto;
	padding-top: 1.5rem;
	color: var(--lhc-blue);
	font-weight: 800;
}

.lhc-card__action::after {
	content: " ->";
}

.lhc-contact {
	margin-top: clamp(1.4rem, 3vw, 2.2rem);
	padding: 1rem 0;
	color: var(--lhc-muted);
	font-size: 1rem;
}

.lhc-contact p {
	margin: 0;
}

.lhc-contact a {
	color: var(--lhc-blue);
	font-weight: 800;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

@media (max-width: 760px) {
	.lhc-hero {
		align-items: flex-start;
		padding-top: 2rem;
	}

	.lhc-destinations {
		grid-template-columns: 1fr;
	}

	.lhc-card {
		min-height: 0;
		grid-template-rows: 150px 1fr;
	}

	.lhc-card__media {
		padding: 1.4rem;
	}
}
*** End Patch
 
