/**
 * About page styles — enqueued only on the "About" page template.
 */

.narrow {
	max-width: 660px;
}

.page-head {
	background: linear-gradient(180deg, var(--hh-blue-ink) 0%, #0C3282 100%);
	color: var(--hh-on-navy);
	padding: 64px 0 60px;
	text-align: center;
}

.page-head .eyebrow {
	color: var(--hh-gold);
}

.page-head h1 {
	color: #fff;
	font-size: clamp(30px, 4.6vw, 44px);
	margin-top: 14px;
}

.page-head p.sub {
	margin-top: 14px;
	font-size: 17px;
	color: var(--hh-on-navy-soft);
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

.a-section {
	padding: 82px 0;
}

.a-section:nth-of-type(even) {
	background: var(--hh-cloud);
}

.a-eyebrow {
	color: var(--hh-blue);
	margin-bottom: 12px;
}

.a-section h2 {
	font-size: clamp(24px, 3.2vw, 30px);
	margin-bottom: 22px;
}

.a-section p.body-text {
	font-size: 16.5px;
	color: var(--hh-ink-soft);
}

.a-section p.body-text + p.body-text {
	margin-top: 18px;
}

.a-section p.body-text strong {
	color: var(--hh-ink);
}

.a-section a.inline-link {
	color: var(--hh-blue);
	font-weight: 700;
}

.a-section a.inline-link:hover {
	text-decoration: underline;
}

.mission-wrap {
	text-align: center;
}

.mission-mark {
	font-family: var(--hh-font-display);
	font-size: 52px;
	color: var(--hh-gold);
	line-height: 1;
	margin: 0 auto 6px;
}

.mission-statement {
	font-family: var(--hh-font-display);
	font-weight: 600;
	font-size: clamp(22px, 3.4vw, 32px);
	line-height: 1.35;
	max-width: 780px;
	margin: 0 auto;
	text-wrap: balance;
	color: var(--hh-ink);
}

.mission-rule {
	width: 64px;
	height: 3px;
	background: var(--hh-gold);
	border-radius: 2px;
	margin: 26px auto 0;
}

.values-list {
	display: flex;
	flex-direction: column;
}

.value-row {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 24px;
	padding: 24px 0;
	border-top: 1px solid var(--hh-line);
}

.values-list .value-row:last-child {
	border-bottom: 1px solid var(--hh-line);
}

.value-mark {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.value-mark span.dot {
	width: 9px;
	height: 9px;
	border-radius: 2px;
	background: var(--hh-blue);
	margin-top: 7px;
	flex-shrink: 0;
	transform: rotate(45deg);
}

.value-mark strong {
	font-family: var(--hh-font-display);
	font-weight: 600;
	font-size: 17px;
}

.value-row p {
	font-size: 15.5px;
	color: var(--hh-ink-soft);
}

@media (max-width: 700px) {
	.value-row {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

.team-placeholder {
	border: 1.5px dashed var(--hh-line);
	border-radius: var(--hh-radius-l);
	padding: 44px 32px;
	text-align: center;
	background: var(--hh-surface-raised);
	max-width: 520px;
}

.team-avatar-ph {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	border: 1.5px dashed var(--hh-ink-soft);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
	color: var(--hh-ink-soft);
}

.team-avatar-ph svg {
	width: 30px;
	height: 30px;
}

.team-placeholder h3 {
	font-size: 17px;
	color: var(--hh-ink);
	margin-bottom: 8px;
}

.team-placeholder p {
	font-size: 14.5px;
	color: var(--hh-ink-soft);
	font-style: italic;
}

/* Real founder state (once hh_founder_name/bio site options are set) */
.team-card {
	max-width: 520px;
	background: var(--hh-surface-raised);
	border: 1.5px solid var(--hh-line);
	border-radius: var(--hh-radius-l);
	padding: 32px;
}

.team-photo {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 18px;
	background: var(--hh-cloud);
}

.team-bio {
	font-size: 15.5px;
	color: var(--hh-ink-soft);
	margin-bottom: 14px;
}

.team-name {
	font-family: var(--hh-font-display);
	font-weight: 700;
	font-size: 15px;
	color: var(--hh-ink);
}

.cta-band {
	background: var(--hh-blue-ink);
	color: var(--hh-on-navy);
	position: relative;
	overflow: hidden;
	padding: 84px 0;
}

.cta-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(560px 320px at 15% 20%, rgba(245, 166, 35, 0.14), transparent 60%);
}

.cta-inner {
	position: relative;
	text-align: center;
	max-width: 560px;
	margin: 0 auto;
}

.cta-inner h2 {
	color: #fff;
	font-size: clamp(24px, 3.6vw, 34px);
}

.cta-inner p {
	margin-top: 14px;
	color: var(--hh-on-navy-soft);
	font-size: 16.5px;
}

.cta-actions {
	margin-top: 26px;
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}
