:root {
	--hnp-ink: #173c36;
	--hnp-ink-soft: #365851;
	--hnp-emerald: #1f5b4f;
	--hnp-emerald-dark: #123b34;
	--hnp-sage: #dce7df;
	--hnp-ivory: #f8f5ef;
	--hnp-sand: #e9dfd1;
	--hnp-blush: #e8cfc8;
	--hnp-gold: #b98b4e;
	--hnp-white: #ffffff;
	--hnp-border: rgba(23, 60, 54, 0.14);
	--hnp-shadow: 0 24px 70px rgba(18, 59, 52, 0.12);
	--hnp-radius: 22px;
	--hnp-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
	--hnp-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

section[id] {
	scroll-margin-top: 124px;
}

body {
	margin: 0;
	background: var(--hnp-ivory);
	color: var(--hnp-ink);
	font-family: var(--hnp-sans);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .hnp-site-header {
	top: 32px;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

img {
	max-width: 100%;
	height: auto;
}

.screen-reader-text,
.hnp-honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.hnp-skip-link {
	position: fixed;
	left: 18px;
	top: -80px;
	z-index: 10000;
	padding: 12px 18px;
	background: var(--hnp-white);
	color: var(--hnp-ink);
	border-radius: 8px;
}

.hnp-skip-link:focus {
	top: 18px;
}

.hnp-site-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background: rgba(248, 245, 239, 0.94);
	border-bottom: 1px solid var(--hnp-border);
	backdrop-filter: blur(18px);
}

.hnp-header-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 28px;
	width: min(1320px, calc(100% - 40px));
	min-height: 104px;
	margin: 0 auto;
}

.hnp-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	font-family: var(--hnp-serif);
	font-size: 23px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.hnp-brand .custom-logo-link {
	display: flex;
}

.hnp-brand .custom-logo {
	width: auto;
	max-width: 340px;
	max-height: 78px;
}

.hnp-brand-logo-link {
	display: inline-flex;
	align-items: center;
}

.hnp-brand-logo {
	display: block;
	width: 340px;
	max-width: 100%;
	height: auto;
}

.hnp-footer-brand .hnp-brand-logo {
	width: 310px;
}

.hnp-brand-mark {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50% 50% 46% 54%;
	background: var(--hnp-emerald);
	color: var(--hnp-white);
	font-size: 21px;
}

.hnp-primary-nav {
	justify-self: center;
}

.hnp-nav-list,
.hnp-primary-nav ul {
	display: flex;
	align-items: center;
	gap: 27px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hnp-nav-list a,
.hnp-primary-nav a {
	font-size: 14px;
	font-weight: 650;
	text-decoration: none;
}

.hnp-nav-list a:hover,
.hnp-primary-nav a:hover,
.hnp-nav-list a:focus,
.hnp-primary-nav a:focus {
	color: var(--hnp-gold);
}

.hnp-header-cta,
.hnp-btn-primary .elementor-button,
.hnp-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 23px;
	border: 1px solid var(--hnp-emerald);
	border-radius: 999px;
	background: var(--hnp-emerald);
	color: var(--hnp-white);
	font-size: 14px;
	font-weight: 750;
	letter-spacing: 0.01em;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(31, 91, 79, 0.2);
	transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.hnp-header-cta:hover,
.hnp-btn-primary .elementor-button:hover,
.hnp-submit:hover {
	transform: translateY(-2px);
	background: var(--hnp-emerald-dark);
	box-shadow: 0 16px 34px rgba(31, 91, 79, 0.26);
}

.hnp-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 1px solid var(--hnp-border);
	border-radius: 12px;
	background: transparent;
}

.hnp-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 22px;
	height: 2px;
	margin: 4px auto;
	background: var(--hnp-ink);
}

.hnp-page-content,
.hnp-elementor-fullwidth {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.hnp-default-content {
	width: min(920px, calc(100% - 40px));
	margin: 80px auto;
}

.hnp-default-content h1,
.hnp-section-title .elementor-heading-title,
.hnp-hero-title .elementor-heading-title {
	font-family: var(--hnp-serif) !important;
	font-weight: 500 !important;
	letter-spacing: -0.035em;
}

.hnp-section {
	padding: 108px 24px;
}

.hnp-section-inner {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.hnp-kicker .elementor-heading-title {
	color: var(--hnp-gold) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase;
}

.hnp-section-title .elementor-heading-title {
	color: var(--hnp-ink) !important;
	font-size: clamp(40px, 5vw, 68px) !important;
	line-height: 1.02 !important;
}

.hnp-section-copy,
.hnp-section-copy p {
	color: var(--hnp-ink-soft);
	font-size: 18px;
}

.hnp-hero {
	position: relative;
	min-height: 760px;
	padding: 110px 24px 92px;
	overflow: hidden;
	background-image: linear-gradient(90deg, rgba(16, 52, 46, 0.91) 0%, rgba(16, 52, 46, 0.75) 37%, rgba(16, 52, 46, 0.2) 70%, rgba(16, 52, 46, 0.05) 100%), url('../images/medellin-hero.webp');
	background-position: center;
	background-size: cover;
}

.hnp-hero::after {
	content: '';
	position: absolute;
	right: -80px;
	bottom: -160px;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: rgba(232, 207, 200, 0.18);
	filter: blur(2px);
}

.hnp-hero > .e-con-inner,
.hnp-hero > .elementor-container {
	position: relative;
	z-index: 1;
	width: min(1180px, 100%);
	margin: 0 auto;
}

.hnp-hero-copy {
	max-width: 690px;
}

.hnp-hero .hnp-kicker .elementor-heading-title {
	color: #f0c98d !important;
}

.hnp-hero-title .elementor-heading-title {
	max-width: 700px;
	color: var(--hnp-white) !important;
	font-size: clamp(54px, 6.7vw, 88px) !important;
	line-height: 0.98 !important;
}

.hnp-hero-text,
.hnp-hero-text p {
	max-width: 650px;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(18px, 2vw, 21px);
	line-height: 1.65;
}

.hnp-hero-actions {
	display: flex !important;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 14px;
}

.hnp-btn-secondary .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 23px;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--hnp-white);
	font-size: 14px;
	font-weight: 750;
	backdrop-filter: blur(10px);
}

.hnp-btn-secondary .elementor-button:hover {
	background: var(--hnp-white);
	color: var(--hnp-ink);
}

.hnp-hero-note,
.hnp-hero-note p {
	max-width: 660px;
	margin-top: 24px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	line-height: 1.55;
}

.hnp-trust-strip {
	padding: 26px 24px;
	background: var(--hnp-white);
	border-bottom: 1px solid var(--hnp-border);
}

.hnp-trust-grid {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	width: min(1180px, 100%);
	margin: 0 auto;
}

.hnp-trust-item {
	padding: 8px 28px;
	border-right: 1px solid var(--hnp-border);
	text-align: center;
}

.hnp-trust-item:last-child {
	border-right: 0;
}

.hnp-trust-item .elementor-heading-title {
	color: var(--hnp-ink) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 14px !important;
	font-weight: 750 !important;
}

.hnp-intro-grid,
.hnp-split-grid {
	display: grid !important;
	grid-template-columns: 0.92fr 1.08fr;
	gap: 76px;
	align-items: center;
}

.hnp-card-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.hnp-card,
.hnp-procedure-card,
.hnp-step-card,
.hnp-faq-card {
	padding: 31px;
	border: 1px solid var(--hnp-border);
	border-radius: var(--hnp-radius);
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 13px 34px rgba(18, 59, 52, 0.05);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hnp-card:hover,
.hnp-procedure-card:hover,
.hnp-step-card:hover {
	transform: translateY(-5px);
	border-color: rgba(185, 139, 78, 0.45);
	box-shadow: var(--hnp-shadow);
}

.hnp-card .elementor-heading-title,
.hnp-procedure-card .elementor-heading-title,
.hnp-step-card .elementor-heading-title,
.hnp-faq-card .elementor-heading-title {
	color: var(--hnp-ink) !important;
	font-family: var(--hnp-serif) !important;
	font-size: 27px !important;
	font-weight: 600 !important;
}

.hnp-card p,
.hnp-procedure-card p,
.hnp-step-card p,
.hnp-faq-card p {
	margin-bottom: 0;
	color: var(--hnp-ink-soft);
	font-size: 15px;
}

.hnp-card-number .elementor-heading-title {
	color: var(--hnp-gold) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 13px !important;
	font-weight: 850 !important;
	letter-spacing: 0.14em;
}

.hnp-procedures-section {
	background: var(--hnp-emerald-dark);
}

.hnp-procedures-section .hnp-kicker .elementor-heading-title {
	color: #f0c98d !important;
}

.hnp-procedures-section .hnp-section-title .elementor-heading-title,
.hnp-procedures-section .hnp-section-copy,
.hnp-procedures-section .hnp-section-copy p {
	color: var(--hnp-white) !important;
}

.hnp-procedure-card {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: none;
}

.hnp-procedure-card .elementor-heading-title,
.hnp-procedure-card p {
	color: var(--hnp-white) !important;
}

.hnp-procedure-label,
.hnp-procedure-label p {
	color: #f0c98d !important;
	font-size: 12px !important;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.hnp-process-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.hnp-step-card {
	min-height: 270px;
}

.hnp-photo-panel {
	min-height: 610px;
	border-radius: 30px;
	background-color: var(--hnp-sage);
	background-position: center;
	background-size: cover;
	box-shadow: var(--hnp-shadow);
}

.hnp-concierge-photo {
	background-image: linear-gradient(180deg, rgba(18, 59, 52, 0.03), rgba(18, 59, 52, 0.16)), url('../images/concierge-planning.webp');
}

.hnp-recovery-photo {
	background-image: linear-gradient(180deg, rgba(18, 59, 52, 0.02), rgba(18, 59, 52, 0.12)), url('../images/recovery-suite.webp');
}

body .hnp-network-panel .elementor-widget-text-editor p.hnp-network-note {
	margin-top: 20px !important;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 13px !important;
	line-height: 1.6 !important;
	opacity: 0.82;
}

.hnp-check-list,
.hnp-check-list ul {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.hnp-check-list li {
	position: relative;
	margin: 13px 0;
	padding-left: 32px;
	color: var(--hnp-ink-soft);
}

.hnp-check-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--hnp-sage);
	color: var(--hnp-emerald);
	font-size: 12px;
	font-weight: 900;
}

.hnp-medellin-section {
	background: linear-gradient(135deg, #f2e7dd 0%, #f7f3eb 48%, #dce7df 100%);
}

.hnp-medellin-grid {
	display: grid !important;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 64px;
	align-items: start;
}

.hnp-stat-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.hnp-stat-card {
	padding: 27px;
	border: 1px solid rgba(23, 60, 54, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.68);
}

.hnp-stat-card .elementor-heading-title {
	color: var(--hnp-emerald) !important;
	font-family: var(--hnp-serif) !important;
	font-size: 30px !important;
	font-weight: 600 !important;
}

.hnp-stat-card p {
	margin-bottom: 0;
	color: var(--hnp-ink-soft);
	font-size: 14px;
}

.hnp-network-panel {
	padding: 60px;
	border-radius: 30px;
	background: var(--hnp-white);
	box-shadow: var(--hnp-shadow);
	text-align: center;
}

.hnp-network-badge .elementor-heading-title {
	display: inline-block;
	padding: 9px 16px;
	border-radius: 999px;
	background: var(--hnp-sage);
	color: var(--hnp-emerald) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hnp-faq-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.hnp-faq-card {
	padding: 28px;
}

.hnp-faq-card .elementor-heading-title {
	font-size: 22px !important;
}

.hnp-consultation-section {
	background: var(--hnp-emerald-dark);
}

.hnp-consultation-section .hnp-kicker .elementor-heading-title {
	color: #f0c98d !important;
}

.hnp-consultation-section .hnp-section-title .elementor-heading-title,
.hnp-consultation-section .hnp-section-copy,
.hnp-consultation-section .hnp-section-copy p {
	color: var(--hnp-white) !important;
}

.hnp-consultation-grid {
	display: grid !important;
	grid-template-columns: 0.78fr 1.22fr;
	gap: 70px;
	align-items: start;
}

.hnp-form-wrap {
	padding: 38px;
	border-radius: 26px;
	background: var(--hnp-white);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.2);
}

.hnp-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.hnp-field {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.hnp-field-full {
	grid-column: 1 / -1;
}

.hnp-field label {
	color: var(--hnp-ink);
	font-size: 13px;
	font-weight: 760;
}

.hnp-field input,
.hnp-field select,
.hnp-field textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid rgba(23, 60, 54, 0.2);
	border-radius: 11px;
	background: #fbfaf7;
	color: var(--hnp-ink);
	font: inherit;
	font-size: 15px;
}

.hnp-field textarea {
	min-height: 112px;
	resize: vertical;
}

.hnp-field input:focus,
.hnp-field select:focus,
.hnp-field textarea:focus {
	outline: 3px solid rgba(185, 139, 78, 0.2);
	border-color: var(--hnp-gold);
}

.hnp-field small {
	color: #64756f;
	font-size: 11px;
}

.hnp-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 20px 0;
	color: var(--hnp-ink-soft);
	font-size: 12px;
	line-height: 1.5;
}

.hnp-consent input {
	margin-top: 3px;
}

.hnp-submit {
	width: 100%;
	cursor: pointer;
}

.hnp-form-notice {
	margin-bottom: 20px;
	padding: 13px 15px;
	border-radius: 10px;
	font-size: 14px;
}

.hnp-form-success {
	background: #e4f3e8;
	color: #205d35;
}

.hnp-form-error {
	background: #fae5e2;
	color: #8c342a;
}

.hnp-site-footer {
	padding: 72px 24px 30px;
	background: #0b2924;
	color: rgba(255, 255, 255, 0.72);
}

.hnp-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 0.8fr 0.8fr;
	gap: 70px;
	width: min(1180px, 100%);
	margin: 0 auto;
}

.hnp-footer-brand {
	color: var(--hnp-white);
}

.hnp-footer-brand .hnp-brand-logo {
	width: 380px;
	max-width: 100%;
}

.hnp-footer-grid h2 {
	margin: 0 0 18px;
	color: var(--hnp-white);
	font-family: var(--hnp-sans);
	font-size: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hnp-footer-grid p {
	max-width: 460px;
	font-size: 14px;
}

.hnp-footer-links,
.hnp-footer-grid .hnp-nav-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hnp-footer-links li,
.hnp-footer-grid .hnp-nav-list li {
	margin: 8px 0;
}

.hnp-footer-grid a {
	text-decoration: none;
}

.hnp-footer-grid a:hover {
	color: var(--hnp-white);
}

.hnp-footer-legal {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	width: min(1180px, 100%);
	margin: 55px auto 0;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hnp-footer-legal p {
	max-width: 780px;
	margin: 0;
	font-size: 11px;
}

@media (max-width: 1220px) {
	.hnp-header-inner {
		grid-template-columns: auto 1fr auto;
		gap: 14px;
	}

	.hnp-brand-logo {
		width: 285px;
	}

	.hnp-brand .custom-logo {
		max-width: 285px;
		max-height: 68px;
	}

	.hnp-primary-nav {
		position: absolute;
		left: 20px;
		right: 20px;
		top: calc(100% + 1px);
		display: none;
		padding: 18px;
		border: 1px solid var(--hnp-border);
		border-radius: 16px;
		background: var(--hnp-ivory);
		box-shadow: var(--hnp-shadow);
	}

	.hnp-primary-nav.is-open {
		display: block;
	}

	.hnp-primary-nav ul,
	.hnp-primary-nav .hnp-nav-list {
		display: block;
	}

	.hnp-primary-nav li {
		margin: 7px 0;
	}

	.hnp-primary-nav a {
		display: block;
		padding: 8px;
	}

	.hnp-menu-toggle {
		display: block;
		justify-self: end;
	}
}

@media (max-width: 1050px) {

	.hnp-card-grid,
	.hnp-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hnp-intro-grid,
	.hnp-split-grid,
	.hnp-medellin-grid,
	.hnp-consultation-grid {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.hnp-photo-panel {
		min-height: 500px;
	}
}

@media (max-width: 782px) {
	body.admin-bar .hnp-site-header {
		top: 46px;
	}
}

@media (max-width: 720px) {
	.hnp-header-inner {
		width: min(100% - 28px, 1240px);
		min-height: 78px;
	}

	.hnp-brand-logo {
		width: 208px;
	}

	.hnp-brand .custom-logo {
		max-width: 208px;
		max-height: 54px;
	}

	.hnp-footer-brand .hnp-brand-logo {
		width: 280px;
	}

	.hnp-brand-text {
		display: none;
	}

	.hnp-header-cta {
		display: none;
	}

	.hnp-hero {
		min-height: 720px;
		padding: 88px 20px 70px;
		background-image: linear-gradient(90deg, rgba(16, 52, 46, 0.91) 0%, rgba(16, 52, 46, 0.74) 60%, rgba(16, 52, 46, 0.34) 100%), url('../images/medellin-hero.webp');
		background-position: 62% center;
	}

	.hnp-hero-title .elementor-heading-title {
		font-size: clamp(48px, 15vw, 68px) !important;
	}

	.hnp-section {
		padding: 78px 20px;
	}

	.hnp-trust-grid,
	.hnp-card-grid,
	.hnp-process-grid,
	.hnp-stat-grid,
	.hnp-faq-grid,
	.hnp-form-grid,
	.hnp-footer-grid {
		grid-template-columns: 1fr;
	}

	.hnp-trust-item {
		border-right: 0;
		border-bottom: 1px solid var(--hnp-border);
	}

	.hnp-trust-item:last-child {
		border-bottom: 0;
	}

	.hnp-field-full {
		grid-column: auto;
	}

	.hnp-network-panel,
	.hnp-form-wrap {
		padding: 30px 22px;
	}

	.hnp-photo-panel {
		min-height: 390px;
	}

	.hnp-footer-legal {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* v1.14 cinematic opening sequence and masked hero typography. */
body.hnp-intro-active {
	overflow: hidden;
}

.hnp-opening-sequence {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: grid;
	place-items: center;
	overflow: hidden;
	background: var(--hnp-ivory);
	color: var(--hnp-ink);
	animation: hnp-opening-exit 0.92s cubic-bezier(0.76, 0, 0.24, 1) 2.82s forwards;
}

.hnp-opening-sequence.is-skipped {
	animation: hnp-opening-exit 0.48s cubic-bezier(0.76, 0, 0.24, 1) forwards !important;
}

.hnp-opening-sequence__stage {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
}

.hnp-opening-sequence__mark {
	position: absolute;
	top: clamp(42px, 7vh, 76px);
	left: 50%;
	z-index: 4;
	width: clamp(58px, 6vw, 82px);
	height: auto;
	opacity: 0;
	transform: translate(-50%, 22px) scale(0.78) rotate(-8deg);
	animation: hnp-opening-mark 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.18s forwards;
}

.hnp-opening-sequence__image {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: min(76vw, 1040px);
	height: min(58vh, 590px);
	background-image: linear-gradient(180deg, rgba(18, 59, 52, 0.08), rgba(18, 59, 52, 0.24)), url('../images/medellin-hero.webp');
	background-position: center;
	background-size: cover;
	clip-path: inset(49% 49% 49% 49% round 22px);
	transform: translate(-50%, -50%) scale(0.88);
	filter: saturate(0.82);
	animation: hnp-opening-image 1.18s cubic-bezier(0.76, 0, 0.24, 1) 1.12s forwards;
}

.hnp-opening-sequence__word {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.015em;
	width: 100%;
	padding: 0 3vw;
	font-family: var(--hnp-serif);
	font-size: clamp(92px, 20vw, 285px);
	font-weight: 500;
	line-height: 0.82;
	letter-spacing: -0.065em;
	text-transform: uppercase;
	white-space: nowrap;
}

.hnp-opening-sequence__word span {
	display: inline-block;
	opacity: 0;
	transform: translateY(120%) rotate(7deg);
	animation: hnp-opening-letter 0.82s cubic-bezier(0.22, 1, 0.36, 1) calc(0.44s + (var(--hnp-letter) * 0.1s)) forwards;
}

.hnp-opening-sequence__caption {
	position: absolute;
	left: 50%;
	bottom: clamp(48px, 8vh, 82px);
	z-index: 4;
	margin: 0;
	color: var(--hnp-ink);
	font-family: var(--hnp-sans);
	font-size: clamp(11px, 1.15vw, 15px);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.22em;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: 0;
	transform: translate(-50%, 18px);
	animation: hnp-opening-caption 0.64s ease-out 1.72s forwards;
}

.hnp-has-opening-sequence .hnp-site-header {
	animation: hnp-header-arrival 0.78s cubic-bezier(0.22, 1, 0.36, 1) 3.02s both;
}

.hnp-has-opening-sequence .hnp-hero-copy > .e-con-inner > * {
	animation: none !important;
}

.hnp-reveal-word {
	display: inline-flex;
	overflow: hidden;
	vertical-align: bottom;
}

.hnp-reveal-word__inner {
	display: inline-block;
	transform: translateY(112%) rotate(4deg);
}

.hnp-has-opening-sequence .hnp-reveal-word__inner {
	animation: hnp-hero-word-arrival 0.82s cubic-bezier(0.22, 1, 0.36, 1) calc(3.08s + (var(--hnp-word) * 0.09s)) forwards;
}

.hnp-has-opening-sequence .hnp-hero-text {
	animation: hnp-hero-support-arrival 0.78s ease-out 3.46s both !important;
}

.hnp-has-opening-sequence .hnp-hero-actions {
	animation: hnp-hero-support-arrival 0.78s ease-out 3.6s both !important;
}

.hnp-has-opening-sequence .hnp-hero-note {
	animation: hnp-hero-support-arrival 0.72s ease-out 3.74s both !important;
}

.hnp-has-opening-sequence.hnp-intro-skipped .hnp-site-header {
	animation-delay: 0.34s;
}

.hnp-has-opening-sequence.hnp-intro-skipped .hnp-reveal-word__inner {
	animation-delay: calc(0.34s + (var(--hnp-word) * 0.06s));
}

.hnp-has-opening-sequence.hnp-intro-skipped .hnp-hero-text {
	animation-delay: 0.58s !important;
}

.hnp-has-opening-sequence.hnp-intro-skipped .hnp-hero-actions {
	animation-delay: 0.68s !important;
}

.hnp-has-opening-sequence.hnp-intro-skipped .hnp-hero-note {
	animation-delay: 0.78s !important;
}

@keyframes hnp-opening-mark {
	to { opacity: 1; transform: translate(-50%, 0) scale(1) rotate(0); }
}

@keyframes hnp-opening-letter {
	to { opacity: 1; transform: translateY(0) rotate(0); }
}

@keyframes hnp-opening-image {
	0% { clip-path: inset(49% 49% 49% 49% round 22px); transform: translate(-50%, -50%) scale(0.88); }
	100% { clip-path: inset(0 0 0 0 round 22px); transform: translate(-50%, -50%) scale(1); }
}

@keyframes hnp-opening-caption {
	to { opacity: 1; transform: translate(-50%, 0); }
}

@keyframes hnp-opening-exit {
	0% { clip-path: inset(0 0 0 0); visibility: visible; }
	100% { clip-path: inset(0 0 100% 0); visibility: hidden; pointer-events: none; }
}

@keyframes hnp-header-arrival {
	0% { opacity: 0; transform: translateY(-30px); }
	100% { opacity: 1; transform: translateY(0); }
}

@keyframes hnp-hero-word-arrival {
	0% { transform: translateY(112%) rotate(4deg); }
	100% { transform: translateY(0) rotate(0); }
}

@keyframes hnp-hero-support-arrival {
	0% { opacity: 0; transform: translateY(24px); }
	100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 720px) {
	.hnp-opening-sequence__word {
		font-size: clamp(76px, 27vw, 112px);
		letter-spacing: -0.075em;
	}

	.hnp-opening-sequence__image {
		width: calc(100vw - 36px);
		height: 48vh;
	}

	.hnp-opening-sequence__caption {
		max-width: calc(100vw - 48px);
		font-size: 10px;
		letter-spacing: 0.15em;
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hnp-opening-sequence {
		display: none !important;
	}

	.hnp-has-opening-sequence .hnp-site-header,
	.hnp-has-opening-sequence .hnp-reveal-word__inner,
	.hnp-has-opening-sequence .hnp-hero-text,
	.hnp-has-opening-sequence .hnp-hero-actions,
	.hnp-has-opening-sequence .hnp-hero-note {
		animation: none !important;
		transform: none !important;
		opacity: 1 !important;
	}
}

/* v1.13 integrated hero navigation, inspired by full-bleed editorial sites. */
body.home .hnp-site-header,
body.front-page .hnp-site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	border-bottom-color: transparent;
	backdrop-filter: none;
	box-shadow: none;
	transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

body.home.admin-bar .hnp-site-header,
body.front-page.admin-bar .hnp-site-header {
	top: 32px;
}

body.home .hnp-site-header.hnp-header-scrolled,
body.front-page .hnp-site-header.hnp-header-scrolled {
	background: rgba(18, 59, 52, 0.93);
	border-bottom-color: rgba(255, 255, 255, 0.13);
	backdrop-filter: blur(18px);
	box-shadow: 0 12px 34px rgba(8, 33, 29, 0.16);
}

body.home .hnp-primary-nav a,
body.front-page .hnp-primary-nav a {
	color: rgba(255, 255, 255, 0.9);
}

body.home .hnp-primary-nav a:hover,
body.home .hnp-primary-nav a:focus,
body.front-page .hnp-primary-nav a:hover,
body.front-page .hnp-primary-nav a:focus {
	color: #f0c98d;
}

body.home .hnp-header-cta,
body.front-page .hnp-header-cta {
	border-color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.1);
	box-shadow: none;
	backdrop-filter: blur(12px);
}

body.home .hnp-header-cta:hover,
body.front-page .hnp-header-cta:hover {
	border-color: var(--hnp-gold);
	background: var(--hnp-gold);
}

body.home .hnp-menu-toggle,
body.front-page .hnp-menu-toggle {
	border-color: rgba(255, 255, 255, 0.42);
}

body.home .hnp-menu-toggle span:not(.screen-reader-text),
body.front-page .hnp-menu-toggle span:not(.screen-reader-text) {
	background: var(--hnp-white);
}

body.home .hnp-hero,
body.front-page .hnp-hero {
	min-height: 100svh !important;
	padding-top: clamp(150px, 18vh, 190px) !important;
}

body.home .hnp-hero .hnp-kicker,
body.front-page .hnp-hero .hnp-kicker {
	display: none !important;
}

@media (max-width: 1220px) {
	body.home .hnp-primary-nav,
	body.front-page .hnp-primary-nav {
		background: rgba(18, 59, 52, 0.97);
		border-color: rgba(255, 255, 255, 0.14);
	}
}

@media (max-width: 782px) {
	body.home.admin-bar .hnp-site-header,
	body.front-page.admin-bar .hnp-site-header {
		top: 46px;
	}
}

@media (max-width: 720px) {
	body.home .hnp-hero,
	body.front-page .hnp-hero {
		min-height: 100svh !important;
		padding-top: 126px !important;
		padding-bottom: 54px !important;
	}
}

/*
 * Elementor 4 / Atomic Editor compatibility.
 *
 * Elementor 4 uses leaner element markup and stronger layout variables than
 * the legacy widgets. These rules intentionally target the project classes
 * instead of Elementor's internal class names so the same imported page works
 * in both editor generations.
 */
body .hnp-hero,
body .hnp-trust-strip,
body .hnp-section {
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	display: block !important;
}

body .hnp-hero {
	min-height: 760px !important;
	padding: 110px 24px 92px !important;
}

body .hnp-trust-strip {
	padding: 26px 24px !important;
}

body .hnp-section {
	padding: 108px 24px !important;
}

body .hnp-hero-copy {
	position: relative !important;
	z-index: 2 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 18px !important;
	width: min(1180px, 100%) !important;
	max-width: 1180px !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 auto !important;
}

body .hnp-hero-copy > * {
	width: auto !important;
	max-width: 700px !important;
	min-height: 0 !important;
	margin: 0 !important;
}

body .hnp-section-inner {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	gap: 42px !important;
	width: min(1180px, 100%) !important;
	max-width: 1180px !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 auto !important;
}

body .hnp-kicker,
body .hnp-kicker * {
	color: var(--hnp-gold) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
}

body .hnp-hero .hnp-kicker,
body .hnp-hero .hnp-kicker *,
body .hnp-procedures-section .hnp-kicker,
body .hnp-procedures-section .hnp-kicker *,
body .hnp-consultation-section .hnp-kicker,
body .hnp-consultation-section .hnp-kicker * {
	color: #f0c98d !important;
}

body .hnp-hero-title,
body .hnp-hero-title * {
	max-width: 700px !important;
	margin: 0 !important;
	color: var(--hnp-white) !important;
	font-family: var(--hnp-serif) !important;
	font-size: clamp(54px, 6.7vw, 88px) !important;
	font-weight: 500 !important;
	line-height: 0.98 !important;
	letter-spacing: -0.035em !important;
}

body .hnp-section-title,
body .hnp-section-title * {
	margin: 0 !important;
	color: var(--hnp-ink) !important;
	font-family: var(--hnp-serif) !important;
	font-size: clamp(40px, 5vw, 68px) !important;
	font-weight: 500 !important;
	line-height: 1.02 !important;
	letter-spacing: -0.035em !important;
}

body .hnp-hero-text,
body .hnp-hero-text * {
	max-width: 650px !important;
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.9) !important;
	font-family: var(--hnp-sans) !important;
	font-size: clamp(18px, 2vw, 21px) !important;
	line-height: 1.65 !important;
}

body .hnp-hero-note,
body .hnp-hero-note * {
	max-width: 660px !important;
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.68) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 12px !important;
	line-height: 1.55 !important;
}

body .hnp-section-copy,
body .hnp-section-copy p,
body .hnp-section-copy li {
	color: var(--hnp-ink-soft) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 18px !important;
	line-height: 1.65 !important;
}

body .hnp-procedures-section .hnp-section-title,
body .hnp-procedures-section .hnp-section-title *,
body .hnp-procedures-section .hnp-section-copy,
body .hnp-procedures-section .hnp-section-copy *,
body .hnp-consultation-section .hnp-section-title,
body .hnp-consultation-section .hnp-section-title *,
body .hnp-consultation-section .hnp-section-copy,
body .hnp-consultation-section .hnp-section-copy * {
	color: var(--hnp-white) !important;
}

body .hnp-hero-actions {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 14px !important;
	width: auto !important;
	max-width: 700px !important;
	height: auto !important;
	min-height: 0 !important;
}

body .hnp-btn-primary,
body .hnp-btn-secondary {
	align-self: flex-start !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
}

body .hnp-btn-primary a,
body .hnp-btn-primary button,
body .hnp-btn-primary [role="button"],
body a.hnp-btn-primary,
body button.hnp-btn-primary {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-height: 50px !important;
	padding: 13px 23px !important;
	border: 1px solid var(--hnp-emerald) !important;
	border-radius: 999px !important;
	background: var(--hnp-emerald) !important;
	color: var(--hnp-white) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 14px !important;
	font-weight: 750 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	box-shadow: 0 12px 28px rgba(31, 91, 79, 0.2) !important;
}

body .hnp-btn-secondary a,
body .hnp-btn-secondary button,
body .hnp-btn-secondary [role="button"],
body a.hnp-btn-secondary,
body button.hnp-btn-secondary {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-height: 50px !important;
	padding: 13px 23px !important;
	border: 1px solid rgba(255, 255, 255, 0.65) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: var(--hnp-white) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 14px !important;
	font-weight: 750 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
}

body .hnp-trust-grid,
body .hnp-intro-grid,
body .hnp-card-grid,
body .hnp-process-grid,
body .hnp-split-grid,
body .hnp-medellin-grid,
body .hnp-stat-grid,
body .hnp-faq-grid,
body .hnp-consultation-grid {
	display: grid !important;
	flex-direction: initial !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
}

body .hnp-trust-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 0 !important;
	width: min(1180px, 100%) !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
}

body .hnp-intro-grid,
body .hnp-split-grid {
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
	gap: 76px !important;
	align-items: center !important;
}

body .hnp-card-grid,
body .hnp-process-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 22px !important;
}

body .hnp-medellin-grid {
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
	gap: 64px !important;
	align-items: start !important;
}

body .hnp-stat-grid,
body .hnp-faq-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 18px !important;
}

body .hnp-consultation-grid {
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
	gap: 70px !important;
	align-items: start !important;
}

body .hnp-trust-grid > *,
body .hnp-intro-grid > *,
body .hnp-card-grid > *,
body .hnp-process-grid > *,
body .hnp-split-grid > *,
body .hnp-medellin-grid > *,
body .hnp-stat-grid > *,
body .hnp-faq-grid > *,
body .hnp-consultation-grid > * {
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
}

body .hnp-trust-item {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 54px !important;
	padding: 8px 28px !important;
	border-right: 1px solid var(--hnp-border) !important;
	text-align: center !important;
}

body .hnp-trust-item,
body .hnp-trust-item * {
	margin: 0 !important;
	color: var(--hnp-ink) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 14px !important;
	font-weight: 750 !important;
	line-height: 1.35 !important;
}

body .hnp-trust-item:last-child {
	border-right: 0 !important;
}

body .hnp-card,
body .hnp-procedure-card,
body .hnp-step-card,
body .hnp-faq-card,
body .hnp-stat-card {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 12px !important;
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
}

body .hnp-step-card {
	min-height: 270px !important;
}

body .hnp-card h1,
body .hnp-card h2,
body .hnp-card h3,
body .hnp-card h4,
body .hnp-card [role="heading"],
body .hnp-procedure-card h1,
body .hnp-procedure-card h2,
body .hnp-procedure-card h3,
body .hnp-procedure-card h4,
body .hnp-procedure-card [role="heading"],
body .hnp-step-card h1,
body .hnp-step-card h2,
body .hnp-step-card h3,
body .hnp-step-card h4,
body .hnp-step-card [role="heading"],
body .hnp-faq-card h1,
body .hnp-faq-card h2,
body .hnp-faq-card h3,
body .hnp-faq-card h4,
body .hnp-faq-card [role="heading"] {
	margin: 0 !important;
	color: var(--hnp-ink) !important;
	font-family: var(--hnp-serif) !important;
	font-size: 27px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
}

body .hnp-card p,
body .hnp-procedure-card p,
body .hnp-step-card p,
body .hnp-faq-card p,
body .hnp-stat-card p {
	margin: 0 !important;
	color: var(--hnp-ink-soft) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
}

body .hnp-card-number,
body .hnp-card-number * {
	margin: 0 !important;
	color: var(--hnp-gold) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 13px !important;
	font-weight: 850 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.14em !important;
}

body .hnp-procedure-card h1,
body .hnp-procedure-card h2,
body .hnp-procedure-card h3,
body .hnp-procedure-card h4,
body .hnp-procedure-card [role="heading"],
body .hnp-procedure-card p {
	color: var(--hnp-white) !important;
}

body .hnp-procedure-label,
body .hnp-procedure-label * {
	margin: 0 !important;
	color: #f0c98d !important;
	font-family: var(--hnp-sans) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
}

body .hnp-network-badge,
body .hnp-network-badge * {
	display: inline-block !important;
	width: auto !important;
	margin: 0 !important;
	padding: 9px 16px !important;
	border-radius: 999px !important;
	background: var(--hnp-sage) !important;
	color: var(--hnp-emerald) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
}

@media (max-width: 1050px) {
	body .hnp-card-grid,
	body .hnp-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body .hnp-intro-grid,
	body .hnp-split-grid,
	body .hnp-medellin-grid,
	body .hnp-consultation-grid {
		grid-template-columns: 1fr !important;
		gap: 44px !important;
	}
}

@media (max-width: 720px) {
	body .hnp-hero {
		min-height: 720px !important;
		padding: 88px 20px 70px !important;
	}

	body .hnp-section {
		padding: 78px 20px !important;
	}

	body .hnp-hero-title,
	body .hnp-hero-title * {
		font-size: clamp(48px, 15vw, 68px) !important;
	}

	body .hnp-trust-grid,
	body .hnp-card-grid,
	body .hnp-process-grid,
	body .hnp-stat-grid,
	body .hnp-faq-grid,
	body .hnp-consultation-grid,
	body .hnp-form-grid {
		grid-template-columns: 1fr !important;
	}

	body .hnp-trust-item {
		border-right: 0 !important;
		border-bottom: 1px solid var(--hnp-border) !important;
	}

	body .hnp-trust-item:last-child {
		border-bottom: 0 !important;
	}
}

/*
 * Elementor 4.2 structural compatibility.
 *
 * Elementor 4 can discard widget-level CSS classes when importing a legacy
 * template while retaining container classes. These rules deliberately style
 * the surviving container structure and its semantic heading elements.
 */
body .hnp-hero-copy,
body .hnp-section-inner,
body .hnp-trust-grid,
body .hnp-intro-grid,
body .hnp-card-grid,
body .hnp-process-grid,
body .hnp-split-grid,
body .hnp-medellin-grid,
body .hnp-stat-grid,
body .hnp-faq-grid,
body .hnp-consultation-grid,
body .hnp-card,
body .hnp-procedure-card,
body .hnp-step-card,
body .hnp-stat-card,
body .hnp-faq-card,
body .hnp-network-panel {
	display: block !important;
	height: auto !important;
	min-height: 0 !important;
}

body .hnp-hero-copy {
	position: relative !important;
	z-index: 2 !important;
	width: min(1180px, 100%) !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
}

body .hnp-hero-copy > .e-con-inner {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 18px !important;
	width: 100% !important;
	max-width: 1180px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body .hnp-hero-copy > .e-con-inner > .elementor-widget {
	width: 100% !important;
	max-width: 700px !important;
	margin: 0 !important;
}

body .hnp-hero-copy > .e-con-inner > .elementor-widget-heading:first-child .elementor-heading-title {
	margin: 0 !important;
	color: #f0c98d !important;
	font-family: var(--hnp-sans) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
}

body .hnp-hero-copy > .e-con-inner > .elementor-widget-heading:nth-child(2) .elementor-heading-title {
	max-width: 700px !important;
	margin: 0 !important;
	color: var(--hnp-white) !important;
	font-family: var(--hnp-serif) !important;
	font-size: clamp(54px, 6.7vw, 88px) !important;
	font-weight: 500 !important;
	line-height: 0.98 !important;
	letter-spacing: -0.035em !important;
}

body .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:nth-child(3),
body .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:nth-child(3) p {
	max-width: 650px !important;
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.9) !important;
	font-family: var(--hnp-sans) !important;
	font-size: clamp(18px, 2vw, 21px) !important;
	line-height: 1.65 !important;
}

body .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:last-child,
body .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:last-child p {
	max-width: 660px !important;
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.68) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 12px !important;
	line-height: 1.55 !important;
}

body .hnp-hero-actions {
	width: auto !important;
	max-width: 700px !important;
	margin-top: 14px !important;
}

body .hnp-hero-actions > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 14px !important;
	width: auto !important;
	max-width: 700px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body .hnp-hero-actions > .e-con-inner > .elementor-widget-button {
	width: auto !important;
	margin: 0 !important;
}

body .hnp-hero-actions > .e-con-inner > .elementor-widget-button .elementor-button,
body .hnp-section .elementor-widget-button .elementor-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-height: 50px !important;
	padding: 13px 23px !important;
	border: 1px solid var(--hnp-emerald) !important;
	border-radius: 999px !important;
	background: var(--hnp-emerald) !important;
	color: var(--hnp-white) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 14px !important;
	font-weight: 750 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	box-shadow: 0 12px 28px rgba(31, 91, 79, 0.2) !important;
}

body .hnp-hero-actions > .e-con-inner > .elementor-widget-button:nth-child(2) .elementor-button {
	border-color: rgba(255, 255, 255, 0.65) !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: var(--hnp-white) !important;
	box-shadow: none !important;
}

body .hnp-trust-grid {
	width: min(1180px, 100%) !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
}

body .hnp-trust-grid > .e-con-inner {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 0 !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body .hnp-trust-grid > .e-con-inner > .elementor-widget-heading {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-width: 0 !important;
	min-height: 54px !important;
	margin: 0 !important;
	padding: 8px 28px !important;
	border-right: 1px solid var(--hnp-border) !important;
	text-align: center !important;
}

body .hnp-trust-grid > .e-con-inner > .elementor-widget-heading:last-child {
	border-right: 0 !important;
}

body .hnp-trust-grid .elementor-heading-title {
	margin: 0 !important;
	color: var(--hnp-ink) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 14px !important;
	font-weight: 750 !important;
	line-height: 1.35 !important;
}

body .hnp-section-inner {
	width: min(1180px, 100%) !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
}

body .hnp-section-inner > .e-con-inner {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	gap: 42px !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body .hnp-section .elementor-widget {
	margin-block: 0 !important;
}

body .hnp-section[id] {
	scroll-margin-top: 112px;
}

body .hnp-section .elementor-widget-heading .elementor-heading-title,
body .hnp-section .elementor-widget-text-editor p,
body .hnp-section .elementor-widget-text-editor ul {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body .hnp-section h6.elementor-heading-title {
	color: var(--hnp-gold) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
}

body .hnp-section h2.elementor-heading-title {
	color: var(--hnp-ink) !important;
	font-family: var(--hnp-serif) !important;
	font-size: clamp(40px, 5vw, 68px) !important;
	font-weight: 500 !important;
	line-height: 1.02 !important;
	letter-spacing: -0.035em !important;
}

body .hnp-section .elementor-widget-text-editor,
body .hnp-section .elementor-widget-text-editor p,
body .hnp-section .elementor-widget-text-editor li {
	color: var(--hnp-ink-soft) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 18px !important;
	line-height: 1.65 !important;
}

body .hnp-procedures-section h6.elementor-heading-title,
body .hnp-consultation-section h6.elementor-heading-title {
	color: #f0c98d !important;
}

body .hnp-procedures-section h2.elementor-heading-title,
body .hnp-procedures-section > .e-con-inner > .elementor-widget-text-editor,
body .hnp-procedures-section > .e-con-inner > .elementor-widget-text-editor p,
body .hnp-consultation-grid > .e-con-inner > .e-con:first-child h2.elementor-heading-title,
body .hnp-consultation-grid > .e-con-inner > .e-con:first-child .elementor-widget-text-editor,
body .hnp-consultation-grid > .e-con-inner > .e-con:first-child .elementor-widget-text-editor p {
	color: var(--hnp-white) !important;
}

body .hnp-intro-grid,
body .hnp-card-grid,
body .hnp-process-grid,
body .hnp-split-grid,
body .hnp-medellin-grid,
body .hnp-stat-grid,
body .hnp-faq-grid,
body .hnp-consultation-grid {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body .hnp-intro-grid > .e-con-inner,
body .hnp-split-grid > .e-con-inner,
body .hnp-medellin-grid > .e-con-inner,
body .hnp-consultation-grid > .e-con-inner,
body .hnp-card-grid > .e-con-inner,
body .hnp-process-grid > .e-con-inner,
body .hnp-stat-grid > .e-con-inner,
body .hnp-faq-grid > .e-con-inner {
	display: grid !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body .hnp-intro-grid > .e-con-inner,
body .hnp-split-grid > .e-con-inner {
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
	align-items: center !important;
	gap: 76px !important;
}

body .hnp-card-grid > .e-con-inner,
body .hnp-process-grid > .e-con-inner {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	gap: 22px !important;
}

body .hnp-medellin-grid > .e-con-inner {
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
	align-items: start !important;
	gap: 64px !important;
}

body .hnp-stat-grid > .e-con-inner,
body .hnp-faq-grid > .e-con-inner {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	gap: 18px !important;
}

body .hnp-consultation-grid > .e-con-inner {
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
	align-items: start !important;
	gap: 70px !important;
}

body .hnp-intro-grid > .e-con-inner > *,
body .hnp-card-grid > .e-con-inner > *,
body .hnp-process-grid > .e-con-inner > *,
body .hnp-split-grid > .e-con-inner > *,
body .hnp-medellin-grid > .e-con-inner > *,
body .hnp-stat-grid > .e-con-inner > *,
body .hnp-faq-grid > .e-con-inner > *,
body .hnp-consultation-grid > .e-con-inner > * {
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
}

body .hnp-intro-grid > .e-con-inner > .e-con > .e-con-inner,
body .hnp-split-grid > .e-con-inner > .e-con:not(.hnp-photo-panel) > .e-con-inner,
body .hnp-medellin-grid > .e-con-inner > .e-con:first-child > .e-con-inner,
body .hnp-consultation-grid > .e-con-inner > .e-con:first-child > .e-con-inner {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 20px !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body .hnp-card,
body .hnp-procedure-card,
body .hnp-step-card,
body .hnp-faq-card,
body .hnp-stat-card {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
}

body .hnp-card > .e-con-inner,
body .hnp-procedure-card > .e-con-inner,
body .hnp-step-card > .e-con-inner,
body .hnp-faq-card > .e-con-inner,
body .hnp-stat-card > .e-con-inner {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 12px !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body .hnp-card .elementor-widget,
body .hnp-procedure-card .elementor-widget,
body .hnp-step-card .elementor-widget,
body .hnp-faq-card .elementor-widget,
body .hnp-stat-card .elementor-widget {
	width: 100% !important;
	margin: 0 !important;
}

body .hnp-card h3.elementor-heading-title,
body .hnp-procedure-card h3.elementor-heading-title,
body .hnp-step-card h3.elementor-heading-title,
body .hnp-faq-card h3.elementor-heading-title {
	margin: 0 !important;
	color: var(--hnp-ink) !important;
	font-family: var(--hnp-serif) !important;
	font-size: 27px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	letter-spacing: -0.015em !important;
}

body .hnp-card > .e-con-inner > .elementor-widget-heading:first-child .elementor-heading-title,
body .hnp-step-card > .e-con-inner > .elementor-widget-heading:first-child .elementor-heading-title {
	margin: 0 !important;
	color: var(--hnp-gold) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 13px !important;
	font-weight: 850 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
}

body .hnp-card p,
body .hnp-procedure-card p,
body .hnp-step-card p,
body .hnp-faq-card p {
	margin: 0 !important;
	color: var(--hnp-ink-soft) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
}

body .hnp-step-card {
	min-height: 270px !important;
}

body .hnp-procedure-card h3.elementor-heading-title,
body .hnp-procedure-card p {
	color: var(--hnp-white) !important;
}

body .hnp-procedure-card > .e-con-inner > .elementor-widget-text-editor:first-child,
body .hnp-procedure-card > .e-con-inner > .elementor-widget-text-editor:first-child p {
	margin: 0 !important;
	color: #f0c98d !important;
	font-family: var(--hnp-sans) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
}

body .hnp-photo-panel {
	display: block !important;
	min-height: 610px !important;
}

body .hnp-photo-panel > .e-con-inner {
	min-height: 610px !important;
	padding: 0 !important;
}

body .hnp-split-grid .elementor-widget-text-editor ul {
	margin: 24px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body .hnp-split-grid .elementor-widget-text-editor li {
	position: relative !important;
	margin: 13px 0 !important;
	padding-left: 32px !important;
	color: var(--hnp-ink-soft) !important;
}

body .hnp-split-grid .elementor-widget-text-editor li::before {
	content: '\2713' !important;
	position: absolute !important;
	left: 0 !important;
	top: 2px !important;
	display: grid !important;
	place-items: center !important;
	width: 22px !important;
	height: 22px !important;
	border-radius: 50% !important;
	background: var(--hnp-sage) !important;
	color: var(--hnp-emerald) !important;
	font-size: 12px !important;
	font-weight: 900 !important;
}

body .hnp-stat-card h3.elementor-heading-title {
	margin: 0 !important;
	color: var(--hnp-emerald) !important;
	font-family: var(--hnp-serif) !important;
	font-size: 30px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
}

body .hnp-stat-card p {
	margin: 0 !important;
	color: var(--hnp-ink-soft) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

body .hnp-network-panel > .e-con-inner {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 20px !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

body .hnp-network-panel > .e-con-inner > .elementor-widget-heading:first-child {
	width: auto !important;
	margin: 0 !important;
}

body .hnp-network-panel > .e-con-inner > .elementor-widget-heading:first-child .elementor-heading-title {
	display: inline-block !important;
	margin: 0 !important;
	padding: 9px 16px !important;
	border-radius: 999px !important;
	background: var(--hnp-sage) !important;
	color: var(--hnp-emerald) !important;
	font-family: var(--hnp-sans) !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
}

body .hnp-network-panel h2.elementor-heading-title {
	max-width: 900px !important;
}

body .hnp-network-panel .elementor-widget-text-editor {
	max-width: 790px !important;
}

body .hnp-faq-card h3.elementor-heading-title {
	font-size: 22px !important;
}

body .hnp-consultation-grid > .e-con-inner > .elementor-widget-shortcode {
	width: 100% !important;
	margin: 0 !important;
}

@media (max-width: 1050px) {
	body .hnp-card-grid > .e-con-inner,
	body .hnp-process-grid > .e-con-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body .hnp-intro-grid > .e-con-inner,
	body .hnp-split-grid > .e-con-inner,
	body .hnp-medellin-grid > .e-con-inner,
	body .hnp-consultation-grid > .e-con-inner {
		grid-template-columns: 1fr !important;
		gap: 44px !important;
	}
}

@media (max-width: 720px) {
	body .hnp-hero-copy > .e-con-inner > .elementor-widget-heading:nth-child(2) .elementor-heading-title {
		font-size: clamp(48px, 15vw, 68px) !important;
	}

	body .hnp-trust-grid > .e-con-inner,
	body .hnp-card-grid > .e-con-inner,
	body .hnp-process-grid > .e-con-inner,
	body .hnp-stat-grid > .e-con-inner,
	body .hnp-faq-grid > .e-con-inner,
	body .hnp-consultation-grid > .e-con-inner {
		grid-template-columns: 1fr !important;
	}

	body .hnp-trust-grid > .e-con-inner > .elementor-widget-heading {
		border-right: 0 !important;
		border-bottom: 1px solid var(--hnp-border) !important;
	}

	body .hnp-trust-grid > .e-con-inner > .elementor-widget-heading:last-child {
		border-bottom: 0 !important;
	}

	body .hnp-network-panel {
		padding: 30px 22px !important;
	}

	body .hnp-photo-panel,
	body .hnp-photo-panel > .e-con-inner {
		min-height: 390px !important;
	}
}

/* Live QA fixes for Elementor 4.2 output. */
body .hnp-hero {
	overflow: hidden !important;
}

body .hnp-procedures-section .hnp-section-inner > .e-con-inner > .elementor-widget-text-editor,
body .hnp-procedures-section .hnp-section-inner > .e-con-inner > .elementor-widget-text-editor p,
body .hnp-procedures-section .hnp-procedure-card .elementor-widget-text-editor:last-child,
body .hnp-procedures-section .hnp-procedure-card .elementor-widget-text-editor:last-child p {
	color: rgba(255, 255, 255, 0.78) !important;
}

body .hnp-concierge-photo {
	background-color: var(--hnp-sage) !important;
	background-image: linear-gradient(180deg, rgba(18, 59, 52, 0.03), rgba(18, 59, 52, 0.16)), url('../images/concierge-planning.webp') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

body .hnp-recovery-photo {
	background-color: var(--hnp-sage) !important;
	background-image: linear-gradient(180deg, rgba(18, 59, 52, 0.02), rgba(18, 59, 52, 0.12)), url('../images/recovery-suite.webp') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

/* Keep the detailed lower half comfortable on large displays. */
@media (min-width: 1051px) {
	body .hnp-section.hnp-narrow-section > .e-con-inner {
		width: min(1200px, calc(100% - 48px)) !important;
		max-width: 1200px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	body .hnp-section.hnp-narrow-section .hnp-section-inner {
		width: 100% !important;
		max-width: 1200px !important;
	}
}

/* v1.12 full-screen hero and restrained entrance motion. */
body .hnp-hero {
	display: flex !important;
	align-items: center !important;
	min-height: calc(100svh - 104px) !important;
	padding-top: clamp(72px, 9vh, 120px) !important;
	padding-bottom: clamp(64px, 8vh, 104px) !important;
	isolation: isolate;
}

body .hnp-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 5;
	pointer-events: none;
	background: var(--hnp-ivory);
	transform-origin: right center;
}

.hnp-animations-ready body .hnp-hero::before {
	animation: hnp-hero-curtain 1.2s cubic-bezier(0.76, 0, 0.24, 1) 0.1s both;
}

.hnp-animations-ready body .hnp-hero-copy > .e-con-inner > * {
	animation: hnp-hero-content 0.8s ease-out both;
}

.hnp-animations-ready body .hnp-hero-copy > .e-con-inner > *:nth-child(1) { animation-delay: 0.62s; }
.hnp-animations-ready body .hnp-hero-copy > .e-con-inner > *:nth-child(2) { animation-delay: 0.72s; }
.hnp-animations-ready body .hnp-hero-copy > .e-con-inner > *:nth-child(3) { animation-delay: 0.82s; }
.hnp-animations-ready body .hnp-hero-copy > .e-con-inner > *:nth-child(4) { animation-delay: 0.92s; }
.hnp-animations-ready body .hnp-hero-copy > .e-con-inner > *:nth-child(5) { animation-delay: 1.02s; }

@keyframes hnp-hero-curtain {
	0% { transform: scaleX(1); }
	100% { transform: scaleX(0); }
}

@keyframes hnp-hero-content {
	0% { opacity: 0; transform: translateY(22px); }
	100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 720px) {
	body .hnp-hero {
		min-height: calc(100svh - 78px) !important;
		padding-top: 56px !important;
		padding-bottom: 56px !important;
	}

	body .hnp-hero-title,
	body .hnp-hero-title * {
		font-size: clamp(42px, 12vw, 60px) !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body .hnp-hero::before {
		display: none;
	}

	.hnp-animations-ready body .hnp-hero-copy > .e-con-inner > * {
		animation: none !important;
	}
}

/* v1.15 fluid hero scale for large laptop, desktop, and high-resolution displays. */
@media (min-width: 1051px) {
	body .hnp-hero-copy > .elementor-widget,
	body .hnp-hero-copy > .e-con-inner > .elementor-widget {
		max-width: 980px !important;
	}

	body .hnp-hero-copy > .e-con-inner {
		gap: clamp(20px, 2.2vh, 30px) !important;
	}

	body .hnp-hero .hnp-kicker,
	body .hnp-hero .hnp-kicker *,
	body .hnp-hero-copy > .e-con-inner > .elementor-widget-heading:first-child .elementor-heading-title {
		font-size: clamp(14px, 0.8vw, 16px) !important;
		letter-spacing: 0.17em !important;
	}

	body .hnp-hero-title,
	body .hnp-hero-copy > .e-con-inner > .elementor-widget-heading:nth-child(2),
	body .hnp-hero-copy > .e-con-inner > .elementor-widget-heading:nth-child(2) .elementor-heading-title {
		width: 100% !important;
		max-width: 980px !important;
	}

	body .hnp-hero-title,
	body .hnp-hero-title *,
	body .hnp-hero-copy > .e-con-inner > .elementor-widget-heading:nth-child(2) .elementor-heading-title {
		font-size: clamp(72px, min(6.2vw, 12vh), 132px) !important;
		line-height: 0.94 !important;
		letter-spacing: -0.042em !important;
		text-wrap: balance;
	}

	body .hnp-hero-text,
	body .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:nth-child(3),
	body .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:nth-child(3) p {
		width: 100% !important;
		max-width: 850px !important;
	}

	body .hnp-hero-text,
	body .hnp-hero-text *,
	body .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:nth-child(3),
	body .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:nth-child(3) p {
		font-size: clamp(20px, min(1.38vw, 2.6vh), 28px) !important;
		line-height: 1.5 !important;
		text-wrap: balance;
	}

	body .hnp-hero-actions,
	body .hnp-hero-actions > .e-con-inner {
		max-width: 900px !important;
		gap: clamp(14px, 1.1vw, 20px) !important;
		margin-top: clamp(4px, 0.7vh, 10px) !important;
	}

	body .hnp-hero-actions .elementor-button,
	body .hnp-hero .hnp-btn-primary a,
	body .hnp-hero .hnp-btn-secondary a {
		min-height: clamp(54px, 5.8vh, 62px) !important;
		padding: clamp(15px, 1.5vh, 18px) clamp(25px, 1.8vw, 34px) !important;
		font-size: clamp(15px, 0.86vw, 17px) !important;
	}

	body .hnp-hero-note,
	body .hnp-hero-note *,
	body .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:last-child,
	body .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:last-child p {
		max-width: 850px !important;
		font-size: clamp(12px, 0.7vw, 14px) !important;
		line-height: 1.55 !important;
	}
}

/* v1.16 edge-aware desktop composition. */
@media (min-width: 1051px) {
	body.home,
	body.front-page {
		--hnp-hero-gutter: clamp(72px, 5.65vw, 145px);
	}

	body.home .hnp-header-inner,
	body.front-page .hnp-header-inner {
		width: calc(100% - (var(--hnp-hero-gutter) * 2)) !important;
		max-width: none !important;
	}

	body.home .hnp-hero > .e-con-inner,
	body.home .hnp-hero > .elementor-container,
	body.front-page .hnp-hero > .e-con-inner,
	body.front-page .hnp-hero > .elementor-container {
		width: calc(100% - (var(--hnp-hero-gutter) * 2)) !important;
		max-width: none !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	body.home .hnp-hero-copy,
	body.front-page .hnp-hero-copy {
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		transform: translateY(clamp(8px, 1.6vh, 24px));
	}

	body.home .hnp-hero-copy > .e-con-inner,
	body.front-page .hnp-hero-copy > .e-con-inner {
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.home .hnp-hero-copy > .elementor-widget,
	body.home .hnp-hero-copy > .e-con-inner > .elementor-widget,
	body.front-page .hnp-hero-copy > .elementor-widget,
	body.front-page .hnp-hero-copy > .e-con-inner > .elementor-widget {
		max-width: min(1100px, 56vw) !important;
	}

	body.home .hnp-hero-title,
	body.home .hnp-hero-title *,
	body.home .hnp-hero-copy > .e-con-inner > .elementor-widget-heading:nth-child(2),
	body.home .hnp-hero-copy > .e-con-inner > .elementor-widget-heading:nth-child(2) .elementor-heading-title,
	body.front-page .hnp-hero-title,
	body.front-page .hnp-hero-title *,
	body.front-page .hnp-hero-copy > .e-con-inner > .elementor-widget-heading:nth-child(2),
	body.front-page .hnp-hero-copy > .e-con-inner > .elementor-widget-heading:nth-child(2) .elementor-heading-title {
		max-width: min(1100px, 56vw) !important;
	}

	body.home .hnp-hero-text,
	body.home .hnp-hero-text *,
	body.home .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:nth-child(3),
	body.home .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:nth-child(3) p,
	body.front-page .hnp-hero-text,
	body.front-page .hnp-hero-text *,
	body.front-page .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:nth-child(3),
	body.front-page .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:nth-child(3) p {
		max-width: min(850px, 46vw) !important;
	}

	body.home .hnp-hero-actions,
	body.home .hnp-hero-actions > .e-con-inner,
	body.front-page .hnp-hero-actions,
	body.front-page .hnp-hero-actions > .e-con-inner {
		max-width: min(900px, 48vw) !important;
	}

	body.home .hnp-hero-note,
	body.home .hnp-hero-note *,
	body.home .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:last-child,
	body.home .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:last-child p,
	body.front-page .hnp-hero-note,
	body.front-page .hnp-hero-note *,
	body.front-page .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:last-child,
	body.front-page .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:last-child p {
		max-width: min(860px, 47vw) !important;
	}
}

/* v1.17 unified opening, balanced hero frame, and fluid header scale. */
body .hnp-hero::before {
	display: none !important;
}

body.home .hnp-hero .hnp-kicker,
body.front-page .hnp-hero .hnp-kicker {
	display: block !important;
}

.hnp-opening-sequence {
	animation: hnp-opening-exit-clean 0.72s cubic-bezier(0.76, 0, 0.24, 1) 2.98s forwards;
}

.hnp-opening-sequence.is-skipped {
	animation: hnp-opening-exit-clean 0.42s ease-out forwards !important;
}

.hnp-opening-sequence__word {
	width: min(76vw, 1040px);
	padding: 0;
}

.hnp-opening-sequence__caption {
	top: calc(50% + clamp(118px, 10.5vw, 166px));
	bottom: auto;
	width: min(76vw, 1040px);
	color: #f0c98d;
	font-size: clamp(24px, 3vw, 50px);
	line-height: 1.05;
	letter-spacing: 0.08em;
	white-space: nowrap;
	text-shadow: 0 2px 18px rgba(18, 59, 52, 0.22);
}

@keyframes hnp-opening-exit-clean {
	0% { opacity: 1; visibility: visible; }
	100% { opacity: 0; visibility: hidden; pointer-events: none; }
}

body.hnp-has-opening-sequence .hnp-hero-copy > .e-con-inner > .hnp-hero-text {
	animation: hnp-hero-support-arrival 0.78s ease-out 3.46s both !important;
}

body.hnp-has-opening-sequence .hnp-hero-copy > .e-con-inner > .hnp-kicker {
	animation: hnp-hero-support-arrival 0.72s ease-out 3.18s both !important;
}

body.hnp-has-opening-sequence .hnp-hero-copy > .e-con-inner > .hnp-hero-actions {
	animation: hnp-hero-support-arrival 0.78s ease-out 3.6s both !important;
}

body.hnp-has-opening-sequence .hnp-hero-copy > .e-con-inner > .hnp-hero-note {
	animation: hnp-hero-support-arrival 0.72s ease-out 3.74s both !important;
}

body.hnp-has-opening-sequence.hnp-intro-skipped .hnp-hero-copy > .e-con-inner > .hnp-hero-text {
	animation-delay: 0.58s !important;
}

body.hnp-has-opening-sequence.hnp-intro-skipped .hnp-hero-copy > .e-con-inner > .hnp-kicker {
	animation-delay: 0.42s !important;
}

body.hnp-has-opening-sequence.hnp-intro-skipped .hnp-hero-copy > .e-con-inner > .hnp-hero-actions {
	animation-delay: 0.68s !important;
}

body.hnp-has-opening-sequence.hnp-intro-skipped .hnp-hero-copy > .e-con-inner > .hnp-hero-note {
	animation-delay: 0.78s !important;
}

@media (min-width: 1221px) {
	body.home,
	body.front-page {
		--hnp-v117-gutter: clamp(68px, 5.25vw, 118px);
	}

	body.home .hnp-header-inner,
	body.front-page .hnp-header-inner {
		width: calc(100% - (var(--hnp-v117-gutter) * 2)) !important;
		max-width: none !important;
		min-height: clamp(92px, 6.1vw, 112px) !important;
		gap: clamp(24px, 1.8vw, 38px) !important;
	}

	body.home .hnp-brand-logo,
	body.front-page .hnp-brand-logo {
		width: clamp(232px, 14.5vw, 320px) !important;
	}

	body.home .hnp-primary-nav ul,
	body.home .hnp-primary-nav .hnp-nav-list,
	body.front-page .hnp-primary-nav ul,
	body.front-page .hnp-primary-nav .hnp-nav-list {
		gap: clamp(24px, 1.65vw, 36px) !important;
	}

	body.home .hnp-primary-nav a,
	body.front-page .hnp-primary-nav a {
		font-size: clamp(15px, 0.88vw, 18px) !important;
	}

	body.home .hnp-header-cta,
	body.front-page .hnp-header-cta {
		min-height: clamp(52px, 3.5vw, 62px) !important;
		padding: clamp(14px, 1vw, 18px) clamp(24px, 1.65vw, 34px) !important;
		font-size: clamp(15px, 0.88vw, 18px) !important;
	}

	body.home .hnp-hero-copy,
	body.front-page .hnp-hero-copy {
		width: calc(100% - (var(--hnp-v117-gutter) * 2) + 48px) !important;
		max-width: none !important;
		margin-right: auto !important;
		margin-left: auto !important;
		transform: none !important;
	}

	body.home .hnp-hero-copy > .e-con-inner,
	body.front-page .hnp-hero-copy > .e-con-inner {
		width: 100% !important;
		max-width: none !important;
		gap: clamp(20px, 2.1vh, 30px) !important;
	}

	body.home .hnp-hero-copy > .e-con-inner > .elementor-widget,
	body.front-page .hnp-hero-copy > .e-con-inner > .elementor-widget {
		width: 100% !important;
		max-width: min(1050px, 58vw) !important;
	}

	body.home .hnp-hero-title,
	body.home .hnp-hero-title *,
	body.front-page .hnp-hero-title,
	body.front-page .hnp-hero-title * {
		max-width: min(1050px, 58vw) !important;
		font-size: clamp(84px, min(6.5vw, 13vh), 140px) !important;
		line-height: 0.94 !important;
		letter-spacing: -0.042em !important;
	}

	body.home .hnp-hero-text,
	body.home .hnp-hero-text *,
	body.front-page .hnp-hero-text,
	body.front-page .hnp-hero-text * {
		max-width: min(780px, 47vw) !important;
		font-size: clamp(22px, 1.48vw, 29px) !important;
		line-height: 1.5 !important;
	}

	body.home .hnp-hero .hnp-kicker,
	body.home .hnp-hero .hnp-kicker *,
	body.front-page .hnp-hero .hnp-kicker,
	body.front-page .hnp-hero .hnp-kicker * {
		font-size: clamp(14px, 0.84vw, 17px) !important;
	}

	body.home .hnp-hero-actions,
	body.home .hnp-hero-actions > .e-con-inner,
	body.front-page .hnp-hero-actions,
	body.front-page .hnp-hero-actions > .e-con-inner {
		max-width: min(820px, 49vw) !important;
		gap: clamp(14px, 1vw, 20px) !important;
	}

	body.home .hnp-hero-actions .elementor-button,
	body.front-page .hnp-hero-actions .elementor-button {
		min-height: clamp(54px, 4.2vw, 62px) !important;
		padding: clamp(15px, 1.1vw, 18px) clamp(25px, 1.8vw, 34px) !important;
		font-size: clamp(15px, 0.9vw, 18px) !important;
	}

	body.home .hnp-hero-note,
	body.home .hnp-hero-note *,
	body.front-page .hnp-hero-note,
	body.front-page .hnp-hero-note * {
		max-width: min(820px, 49vw) !important;
		font-size: clamp(12px, 0.72vw, 14px) !important;
	}
}

@media (min-width: 721px) and (max-width: 1220px) {
	body.home .hnp-primary-nav a,
	body.front-page .hnp-primary-nav a {
		font-size: 16px !important;
	}

	body.home .hnp-header-inner,
	body.front-page .hnp-header-inner {
		width: calc(100% - 48px) !important;
		min-height: 92px !important;
	}

	body.home .hnp-brand-logo,
	body.front-page .hnp-brand-logo {
		width: clamp(238px, 28vw, 285px) !important;
	}

	body.home .hnp-header-cta,
	body.front-page .hnp-header-cta {
		min-height: 52px !important;
		padding: 14px 24px !important;
		font-size: 14px !important;
	}

	body.home .hnp-menu-toggle,
	body.front-page .hnp-menu-toggle {
		width: 48px !important;
		height: 48px !important;
	}

	body.home .hnp-hero-copy,
	body.front-page .hnp-hero-copy {
		width: calc(100% - 48px) !important;
		max-width: none !important;
		margin-right: auto !important;
		margin-left: auto !important;
		transform: none !important;
	}

	body.home .hnp-hero-copy > .e-con-inner,
	body.front-page .hnp-hero-copy > .e-con-inner {
		width: 100% !important;
		max-width: none !important;
		gap: 20px !important;
	}

	body.home .hnp-hero-title,
	body.home .hnp-hero-title *,
	body.front-page .hnp-hero-title,
	body.front-page .hnp-hero-title * {
		max-width: min(820px, 78vw) !important;
		font-size: clamp(60px, 8.3vw, 88px) !important;
	}

	body.home .hnp-hero-text,
	body.home .hnp-hero-text *,
	body.front-page .hnp-hero-text,
	body.front-page .hnp-hero-text * {
		max-width: min(690px, 72vw) !important;
		font-size: clamp(20px, 2.2vw, 24px) !important;
	}
}

@media (max-width: 720px) {
	body.home .hnp-primary-nav a,
	body.front-page .hnp-primary-nav a {
		font-size: 16px !important;
	}

	.hnp-opening-sequence__word {
		width: calc(100vw - 36px);
		font-size: clamp(82px, 28vw, 118px);
	}

	.hnp-opening-sequence__caption {
		top: calc(50% + clamp(68px, 21vw, 88px));
		width: calc(100vw - 36px);
		max-width: none;
		font-size: clamp(15px, 4.25vw, 20px);
		line-height: 1.15;
		letter-spacing: 0.06em;
		white-space: normal;
	}

	body.home .hnp-header-inner,
	body.front-page .hnp-header-inner {
		min-height: 84px !important;
	}

	body.home .hnp-brand-logo,
	body.front-page .hnp-brand-logo {
		width: clamp(210px, 57vw, 228px) !important;
	}

	body.home .hnp-menu-toggle,
	body.front-page .hnp-menu-toggle {
		width: 48px !important;
		height: 48px !important;
	}

	body.home .hnp-hero-copy,
	body.front-page .hnp-hero-copy {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		transform: none !important;
	}

	body.home .hnp-hero-copy > .e-con-inner,
	body.front-page .hnp-hero-copy > .e-con-inner {
		width: 100% !important;
		max-width: none !important;
		gap: 16px !important;
	}

	body.home .hnp-hero-title,
	body.home .hnp-hero-title *,
	body.front-page .hnp-hero-title,
	body.front-page .hnp-hero-title * {
		max-width: 100% !important;
		font-size: clamp(46px, 12.2vw, 62px) !important;
		line-height: 0.96 !important;
	}

	body.home .hnp-hero-text,
	body.home .hnp-hero-text *,
	body.front-page .hnp-hero-text,
	body.front-page .hnp-hero-text * {
		max-width: 100% !important;
		font-size: clamp(18px, 4.8vw, 21px) !important;
		line-height: 1.5 !important;
	}

	body.home .hnp-hero-note,
	body.home .hnp-hero-note *,
	body.front-page .hnp-hero-note,
	body.front-page .hnp-hero-note * {
		font-size: 11px !important;
	}
}

@media (max-width: 480px) {
	body.home .hnp-hero-actions,
	body.home .hnp-hero-actions > .e-con-inner,
	body.front-page .hnp-hero-actions,
	body.front-page .hnp-hero-actions > .e-con-inner {
		width: 100% !important;
		max-width: 100% !important;
		flex-direction: column !important;
		align-items: stretch !important;
	}

	body.home .hnp-hero-actions .elementor-widget-button,
	body.home .hnp-hero-actions .elementor-button,
	body.front-page .hnp-hero-actions .elementor-widget-button,
	body.front-page .hnp-hero-actions .elementor-button {
		width: 100% !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.hnp-has-opening-sequence .hnp-hero-copy > .e-con-inner > .hnp-kicker,
	body.hnp-has-opening-sequence .hnp-hero-copy > .e-con-inner > .hnp-hero-text,
	body.hnp-has-opening-sequence .hnp-hero-copy > .e-con-inner > .hnp-hero-actions,
	body.hnp-has-opening-sequence .hnp-hero-copy > .e-con-inner > .hnp-hero-note {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}

/* v1.18 exact hero placement from the approved 1680 x 823 composition. */
@media (min-width: 1221px) {
	body.home,
	body.front-page {
		--hnp-v118-copy-left: clamp(153px, 12.5vw, 320px);
		--hnp-v118-copy-width: min(53vw, 1050px);
	}

	body.home .hnp-hero-copy,
	body.front-page .hnp-hero-copy {
		width: var(--hnp-v118-copy-width) !important;
		max-width: var(--hnp-v118-copy-width) !important;
		margin-right: 0 !important;
		margin-left: calc(var(--hnp-v118-copy-left) - 24px) !important;
		transform: translateY(clamp(5px, 0.8vh, 8px)) !important;
	}

	body.home .hnp-hero-copy > .e-con-inner,
	body.front-page .hnp-hero-copy > .e-con-inner,
	body.home .hnp-hero-copy > .e-con-inner > .elementor-widget,
	body.front-page .hnp-hero-copy > .e-con-inner > .elementor-widget {
		width: 100% !important;
		max-width: 100% !important;
	}

	body.home .hnp-hero-title,
	body.home .hnp-hero-title .elementor-heading-title,
	body.front-page .hnp-hero-title,
	body.front-page .hnp-hero-title .elementor-heading-title {
		width: 100% !important;
		max-width: 100% !important;
	}

	body.home .hnp-hero-text,
	body.home .hnp-hero-text *,
	body.front-page .hnp-hero-text,
	body.front-page .hnp-hero-text * {
		max-width: min(720px, 100%) !important;
	}

	body.home .hnp-hero-actions,
	body.home .hnp-hero-actions > .e-con-inner,
	body.front-page .hnp-hero-actions,
	body.front-page .hnp-hero-actions > .e-con-inner,
	body.home .hnp-hero-note,
	body.home .hnp-hero-note *,
	body.front-page .hnp-hero-note,
	body.front-page .hnp-hero-note * {
		max-width: min(820px, 100%) !important;
	}
}

/* v1.20 make hero placement viewport-relative and keep animated words inline. */
@media (min-width: 1221px) {
	body.home .hnp-hero > .e-con-inner,
	body.home .hnp-hero > .elementor-container,
	body.front-page .hnp-hero > .e-con-inner,
	body.front-page .hnp-hero > .elementor-container {
		position: relative !important;
		left: auto !important;
		width: 100vw !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: calc(50% - 50vw) !important;
		transform: none !important;
		justify-content: flex-start !important;
		align-items: flex-start !important;
	}

	body.home .hnp-hero-copy,
	body.front-page .hnp-hero-copy {
		flex: 0 0 var(--hnp-v118-copy-width) !important;
		width: var(--hnp-v118-copy-width) !important;
		max-width: var(--hnp-v118-copy-width) !important;
		margin-right: 0 !important;
		margin-left: var(--hnp-v118-copy-left) !important;
	}

	body.home .hnp-hero-title,
	body.home .hnp-hero-title .elementor-widget-container,
	body.home .hnp-hero-title .elementor-heading-title,
	body.front-page .hnp-hero-title,
	body.front-page .hnp-hero-title .elementor-widget-container,
	body.front-page .hnp-hero-title .elementor-heading-title,
	body.home .hnp-hero-copy > .e-con-inner > .elementor-widget-heading:nth-child(2),
	body.home .hnp-hero-copy > .e-con-inner > .elementor-widget-heading:nth-child(2) .elementor-heading-title,
	body.front-page .hnp-hero-copy > .e-con-inner > .elementor-widget-heading:nth-child(2),
	body.front-page .hnp-hero-copy > .e-con-inner > .elementor-widget-heading:nth-child(2) .elementor-heading-title {
		width: 100% !important;
		max-width: 100% !important;
		white-space: normal !important;
	}

	body.home .hnp-hero-title .hnp-reveal-word,
body.home .hnp-hero-title .hnp-reveal-word__inner,
	body.front-page .hnp-hero-title .hnp-reveal-word,
	body.front-page .hnp-hero-title .hnp-reveal-word__inner {
		width: auto !important;
		max-width: none !important;
	}
}

/* v1.21 target the live Elementor structure directly. */
@media (min-width: 1221px) {
	body.home .hnp-hero,
	body.front-page .hnp-hero {
		position: relative !important;
		display: block !important;
	}

	body.home .hnp-hero > .hnp-hero-copy,
	body.front-page .hnp-hero > .hnp-hero-copy {
		position: absolute !important;
		top: clamp(145px, 16.5vh, 180px) !important;
		right: auto !important;
		bottom: auto !important;
		left: clamp(153px, 12.5vw, 320px) !important;
		width: min(53vw, 1050px) !important;
		max-width: min(53vw, 1050px) !important;
		height: auto !important;
		margin: 0 !important;
		transform: none !important;
	}

	body.home .hnp-hero > .hnp-hero-copy > .e-con-inner,
	body.front-page .hnp-hero > .hnp-hero-copy > .e-con-inner {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.home .hnp-hero > .hnp-hero-copy .hnp-hero-title,
	body.home .hnp-hero > .hnp-hero-copy .hnp-hero-title .elementor-widget-container,
	body.home .hnp-hero > .hnp-hero-copy .hnp-hero-title .elementor-heading-title,
	body.front-page .hnp-hero > .hnp-hero-copy .hnp-hero-title,
	body.front-page .hnp-hero > .hnp-hero-copy .hnp-hero-title .elementor-widget-container,
	body.front-page .hnp-hero > .hnp-hero-copy .hnp-hero-title .elementor-heading-title {
		width: 100% !important;
		max-width: none !important;
	}

	body.home .hnp-hero > .hnp-hero-copy .hnp-reveal-word,
	body.home .hnp-hero > .hnp-hero-copy .hnp-reveal-word__inner,
	body.front-page .hnp-hero > .hnp-hero-copy .hnp-reveal-word,
	body.front-page .hnp-hero > .hnp-hero-copy .hnp-reveal-word__inner {
		display: inline-block !important;
		width: auto !important;
		max-width: none !important;
	}

	body.home .hnp-hero > .hnp-hero-copy .hnp-title-line,
	body.front-page .hnp-hero > .hnp-hero-copy .hnp-title-line {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		white-space: nowrap !important;
	}
}

/* v1.22 balance the hero vertically and keep the reveal mask from clipping. */
body.home .hnp-hero-note,
body.front-page .hnp-hero-note,
body.home .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:last-child,
body.front-page .hnp-hero-copy > .e-con-inner > .elementor-widget-text-editor:last-child {
	display: none !important;
}

body.hnp-has-opening-sequence:not(.hnp-intro-active) .hnp-hero-title .hnp-reveal-word,
body.hnp-has-opening-sequence.hnp-intro-skipped .hnp-hero-title .hnp-reveal-word {
	overflow: visible !important;
}

@media (min-width: 1221px) {
	body.home .hnp-hero > .hnp-hero-copy,
	body.front-page .hnp-hero > .hnp-hero-copy {
		top: clamp(225px, 29vh, 390px) !important;
	}

	body.home .hnp-hero > .hnp-hero-copy .hnp-title-line,
	body.front-page .hnp-hero > .hnp-hero-copy .hnp-title-line {
		overflow: visible !important;
	}
}
