:root {
	--hd-about-navy: #071a38;
	--hd-about-blue: #0b2f63;
	--hd-about-blue-soft: #edf3fb;
	--hd-about-gold: #c79a3b;
	--hd-about-gold-dark: #a97b20;
	--hd-about-ink: #13233f;
	--hd-about-muted: #536079;
	--hd-about-paper: #faf7f0;
	--hd-about-ivory: #fffdf8;
	--hd-about-line: #dfe6f0;
	--hd-about-shadow: 0 18px 45px rgba(7, 26, 56, 0.12);
}

.hd-about-page {
	background: #fff;
	color: var(--hd-about-ink);
}

.hd-about-page .row {
	width: calc(100% - 48px);
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.hd-about-page .col,
.hd-about-page .columns {
	padding-bottom: 0;
}

.hd-about-page p {
	color: var(--hd-about-muted);
	font-size: 17px;
	line-height: 1.82;
}

.hd-about-page h1,
.hd-about-page h2,
.hd-about-page h3,
.hd-about-page h4,
.hd-about-page h5,
.hd-about-page h6 {
	letter-spacing: 0;
	text-transform: uppercase;
}

.hd-about-kicker {
	margin: 0 0 13px !important;
	color: var(--hd-about-gold) !important;
	font-size: 13px !important;
	line-height: 1.25 !important;
	font-weight: 800 !important;
	text-transform: uppercase;
}

.hd-about-hero-row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0;
}

.hd-about-hero-col {
	padding: 0 !important;
}

.hd-about-hero {
	position: relative;
	min-height: 460px;
	background-position: center right;
	background-size: cover;
	overflow: hidden;
}

.hd-about-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7, 26, 56, 0.96) 0%, rgba(7, 26, 56, 0.86) 45%, rgba(7, 26, 56, 0.28) 100%);
	pointer-events: none;
	z-index: 1;
}

.hd-about-hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(199, 154, 59, 0.8), rgba(255, 255, 255, 0));
	z-index: 2;
}

.hd-about-hero .text-box {
	left: max(24px, calc((100% - 1240px) / 2)) !important;
	right: auto !important;
	transform: translate(0, -50%) !important;
	z-index: 3;
}

.hd-about-hero .text-box-content {
	max-width: 690px;
}

.hd-about-hero h1 {
	margin: 0 0 18px !important;
	max-width: 680px;
	color: #fff !important;
	font-size: 58px !important;
	line-height: 1.08 !important;
	font-weight: 800 !important;
	text-transform: none;
}

.hd-about-hero-lead {
	max-width: 630px;
	margin: 0 0 26px !important;
	color: rgba(255, 255, 255, 0.88) !important;
	font-size: 19px !important;
	line-height: 1.72 !important;
}

.hd-about-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.hd-about-page .button.hd-about-btn-primary,
.hd-about-page .button.secondary.hd-about-btn-primary {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 54px 0 22px;
	border-color: var(--hd-about-gold) !important;
	background: var(--hd-about-gold) !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: none;
	box-shadow: 0 12px 28px rgba(199, 154, 59, 0.25);
}

.hd-about-page .button.hd-about-btn-outline,
.hd-about-page .button.white.hd-about-btn-outline {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 54px 0 22px;
	border: 1px solid rgba(255, 255, 255, 0.55) !important;
	background: rgba(255, 255, 255, 0.06) !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: none;
}

.hd-about-page .button.hd-about-btn-primary::after,
.hd-about-page .button.hd-about-btn-outline::after {
	content: "\f061";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
}

.hd-about-page .button.hd-about-btn-primary:hover,
.hd-about-page .button.secondary.hd-about-btn-primary:hover {
	border-color: var(--hd-about-gold-dark) !important;
	background: var(--hd-about-gold-dark) !important;
	color: #fff !important;
}

.hd-about-page .button.hd-about-btn-outline:hover,
.hd-about-page .button.white.hd-about-btn-outline:hover {
	background: rgba(255, 255, 255, 0.16) !important;
	color: #fff !important;
}

.hd-about-breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 700;
}

.hd-about-breadcrumb a,
.hd-about-breadcrumb strong {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.hd-about-breadcrumb span {
	width: 6px;
	height: 6px;
	border-top: 1px solid var(--hd-about-gold);
	border-right: 1px solid var(--hd-about-gold);
	transform: rotate(45deg);
}

.hd-about-intro-row {
	padding: 86px 0 70px;
}

.hd-about-intro-content h2,
.hd-about-principle-panel h2,
.hd-about-founder-title h2,
.hd-about-section-head h2,
.hd-about-timeline-title-row h2,
.hd-about-cta-copy h2 {
	margin: 0 0 22px;
	color: var(--hd-about-navy);
	font-size: 40px;
	line-height: 1.22;
	font-weight: 800;
	text-transform: none;
}

.hd-about-intro-content p {
	max-width: 740px;
	margin: 0 0 20px;
}

.hd-about-proof-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 720px;
	margin-top: 28px;
}

.hd-about-proof-item {
	min-height: 126px;
	padding: 20px 18px;
	border: 1px solid var(--hd-about-line);
	border-radius: 8px;
	background: var(--hd-about-ivory);
}

.hd-about-proof-number {
	display: block;
	margin-bottom: 10px;
	color: var(--hd-about-blue);
	font-size: 30px;
	line-height: 1;
	font-weight: 800;
}

.hd-about-proof-label {
	display: block;
	color: var(--hd-about-muted);
	font-size: 14px;
	line-height: 1.55;
	font-weight: 700;
}

.hd-about-image-frame {
	position: relative;
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: var(--hd-about-shadow);
	background: var(--hd-about-blue-soft);
}

.hd-about-image-frame img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
}

.hd-about-image-frame figcaption {
	margin: 0;
	padding: 15px 18px;
	background: var(--hd-about-navy);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
}

.hd-about-principle-row {
	padding: 0 0 74px;
}

.hd-about-principle-panel {
	border-left: 4px solid var(--hd-about-gold);
	padding-left: 28px !important;
}

.hd-about-principle-copy p {
	margin: 0;
	font-size: 18px;
	line-height: 1.88;
}

.hd-about-values-row,
.hd-about-process-row,
.hd-about-cta-row {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: max(24px, calc((100% - 1240px) / 2));
	padding-right: max(24px, calc((100% - 1240px) / 2));
}

.hd-about-values-row {
	padding-top: 74px;
	padding-bottom: 74px;
	background: var(--hd-about-paper);
}

.hd-about-value {
	height: 100%;
	min-height: 280px;
	padding: 32px 28px;
	border: 1px solid rgba(199, 154, 59, 0.2);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(7, 26, 56, 0.06);
}

.hd-about-value-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 24px;
	border: 1px solid rgba(199, 154, 59, 0.35);
	border-radius: 50%;
	background: #fffaf0;
	color: var(--hd-about-gold);
	font-size: 25px;
}

.hd-about-value h3,
.hd-about-process-card h3 {
	margin: 0 0 12px;
	color: var(--hd-about-navy);
	font-size: 23px;
	line-height: 1.28;
	font-weight: 800;
	text-transform: none;
}

.hd-about-value p,
.hd-about-process-card p {
	margin: 0;
	font-size: 16px;
	line-height: 1.74;
}

.hd-about-founder-row {
	padding: 78px 0 74px;
	border-bottom: 1px solid var(--hd-about-line);
}

.hd-about-founder-title {
	padding-right: 52px !important;
}

.hd-about-founder-content {
	padding: 34px 0 34px 48px !important;
	border-left: 1px solid var(--hd-about-line);
}

.hd-about-founder-content h3 {
	margin: 0 0 8px;
	color: var(--hd-about-navy);
	font-size: 30px;
	line-height: 1.25;
	font-weight: 800;
}

.hd-founder-role {
	margin: 0 0 20px !important;
	color: var(--hd-about-gold) !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	text-transform: uppercase;
}

.hd-about-founder-content p:not(.hd-founder-role) {
	margin: 0 0 20px;
}

.hd-about-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hd-about-list li {
	position: relative;
	margin-bottom: 13px;
	padding-left: 28px;
	color: var(--hd-about-muted);
	font-size: 16px;
	line-height: 1.65;
}

.hd-about-list li::before {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 0.15em;
	font-family: "Font Awesome 6 Free";
	font-size: 13px;
	font-weight: 900;
	color: var(--hd-about-gold);
}

.hd-about-process-row {
	padding-top: 76px;
	padding-bottom: 76px;
	background: #fff;
}

.hd-about-section-head {
	margin-bottom: 32px;
}

.hd-about-section-head h2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

.hd-about-process-card {
	position: relative;
	height: 100%;
	min-height: 230px;
	padding: 30px 24px 26px;
	border: 1px solid var(--hd-about-line);
	border-radius: 8px;
	background: var(--hd-about-ivory);
}

.hd-about-process-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 24px;
	border-radius: 50%;
	background: var(--hd-about-navy);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}

.hd-about-timeline-title-row {
	padding: 74px 0 22px;
}

.hd-about-timeline-title-row h2 {
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
}

.hd-about-timeline-row {
	padding: 0 0 80px;
}

.hd-about-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.hd-about-timeline::before {
	content: "";
	position: absolute;
	left: 10%;
	right: 10%;
	top: 21px;
	height: 1px;
	background: var(--hd-about-line);
}

.hd-about-timeline-item {
	position: relative;
	z-index: 1;
	padding: 0 10px;
	text-align: center;
}

.hd-about-timeline-dot {
	display: block;
	width: 42px;
	height: 42px;
	margin: 0 auto 18px;
	border: 9px solid #fff;
	border-radius: 50%;
	background: var(--hd-about-gold);
	box-shadow: 0 0 0 1px var(--hd-about-line), 0 12px 25px rgba(7, 26, 56, 0.12);
}

.hd-about-timeline-item strong {
	display: block;
	margin-bottom: 10px;
	color: var(--hd-about-navy);
	font-size: 21px;
	line-height: 1.25;
	font-weight: 800;
}

.hd-about-timeline-item p {
	max-width: 300px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.68;
}

.hd-about-cta-row {
	padding-top: 64px;
	padding-bottom: 64px;
	background: var(--hd-about-navy);
}

.hd-about-cta-copy h2,
.hd-about-cta-copy p {
	color: #fff !important;
}

.hd-about-cta-copy h2 {
	margin-bottom: 14px;
}

.hd-about-cta-copy p:not(.hd-about-kicker) {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82) !important;
}

.hd-about-cta-action {
	text-align: right;
}

@media (max-width: 1100px) {
	.hd-about-page .row {
		width: calc(100% - 40px);
	}

	.hd-about-hero .text-box {
		left: 24px !important;
	}

	.hd-about-hero h1 {
		font-size: 48px !important;
		line-height: 1.12 !important;
	}

	.hd-about-intro-content h2,
	.hd-about-principle-panel h2,
	.hd-about-founder-title h2,
	.hd-about-section-head h2,
	.hd-about-timeline-title-row h2,
	.hd-about-cta-copy h2 {
		font-size: 34px;
	}
}

@media (max-width: 849px) {
	.hd-about-hero {
		min-height: 410px;
	}

	.hd-about-hero::before {
		background: linear-gradient(90deg, rgba(7, 26, 56, 0.96) 0%, rgba(7, 26, 56, 0.84) 70%, rgba(7, 26, 56, 0.55) 100%);
	}

	.hd-about-hero .text-box {
		width: calc(100% - 48px) !important;
	}

	.hd-about-hero h1 {
		font-size: 40px !important;
	}

	.hd-about-hero-lead {
		font-size: 17px !important;
		line-height: 1.65 !important;
	}

	.hd-about-intro-row,
	.hd-about-founder-row,
	.hd-about-process-row,
	.hd-about-values-row {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.hd-about-intro-media,
	.hd-about-principle-copy {
		margin-top: 28px;
	}

	.hd-about-proof-grid {
		grid-template-columns: 1fr;
	}

	.hd-about-proof-item {
		min-height: auto;
	}

	.hd-about-principle-row {
		padding-bottom: 56px;
	}

	.hd-about-principle-panel {
		padding-left: 20px !important;
	}

	.hd-about-founder-title {
		padding-right: 0 !important;
	}

	.hd-about-founder-content {
		margin-top: 28px;
		padding: 28px 0 0 !important;
		border-top: 1px solid var(--hd-about-line);
		border-left: 0;
	}

	.hd-about-process-col:not(:last-child),
	.hd-about-value-col:not(:last-child) {
		margin-bottom: 18px;
	}

	.hd-about-timeline-title-row {
		padding-top: 56px;
	}

	.hd-about-timeline-row {
		padding-bottom: 56px;
	}

	.hd-about-timeline {
		grid-template-columns: 1fr;
		gap: 26px;
		max-width: 680px;
		margin: 0 auto;
	}

	.hd-about-timeline::before {
		top: 0;
		bottom: 0;
		left: 20px;
		right: auto;
		width: 1px;
		height: auto;
	}

	.hd-about-timeline-item {
		display: grid;
		grid-template-columns: 54px 1fr;
		padding: 0;
		text-align: left;
	}

	.hd-about-timeline-dot {
		margin: 0;
		grid-row: 1 / span 2;
	}

	.hd-about-timeline-item p {
		max-width: none;
		margin: 0;
	}

	.hd-about-cta-action {
		margin-top: 26px;
		text-align: left;
	}
}

@media (max-width: 549px) {
	.hd-about-page .row {
		width: calc(100% - 28px);
	}

	.hd-about-values-row,
	.hd-about-process-row,
	.hd-about-cta-row {
		padding-left: 14px;
		padding-right: 14px;
	}

	.hd-about-hero {
		min-height: 440px;
	}

	.hd-about-hero .text-box {
		left: 14px !important;
		width: calc(100% - 28px) !important;
	}

	.hd-about-hero h1 {
		font-size: 32px !important;
		line-height: 1.16 !important;
	}

	.hd-about-hero-lead {
		font-size: 16px !important;
	}

	.hd-about-hero-actions {
		align-items: stretch;
		gap: 10px;
	}

	.hd-about-hero-actions .button {
		width: 100%;
	}

	.hd-about-breadcrumb {
		font-size: 13px;
		gap: 10px;
	}

	.hd-about-intro-content h2,
	.hd-about-principle-panel h2,
	.hd-about-founder-title h2,
	.hd-about-section-head h2,
	.hd-about-timeline-title-row h2,
	.hd-about-cta-copy h2 {
		font-size: 28px;
		line-height: 1.28;
	}

	.hd-about-page p {
		font-size: 16px;
		line-height: 1.75;
	}

	.hd-about-value,
	.hd-about-process-card {
		min-height: auto;
		padding: 26px 22px;
	}

	.hd-about-founder-content h3 {
		font-size: 25px;
	}

	.hd-about-cta-row {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}