/**
 * About V4
 * Scoped corporate-page styles. Header and footer remain theme-owned.
 */

.about-v4 {
	--about-navy: #0a1d3d;
	--about-deep: #05162b;
	--about-blue: #00539b;
	--about-copper: #c8752a;
	--about-copper-bright: #e0833d;
	--about-bg: #f5f7fa;
	--about-surface: #eef2f6;
	--about-line: #d9e1ea;
	--about-text: #102033;
	--about-muted: #5d6a7c;
	--about-shadow: 0 18px 44px rgba(10, 29, 61, 0.09);
	--about-shadow-strong: 0 26px 70px rgba(10, 29, 61, 0.15);
	color: var(--about-text);
	background: #fff;
	line-height: 1.62;
}

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

.about-v4 img {
	display: block;
	max-width: 100%;
}

.about-v4__container {
	width: min(1220px, calc(100% - 44px));
	margin-inline: auto;
}

.about-v4__hero {
	min-height: 420px;
	position: relative;
	overflow: hidden;
	color: #fff;
	background-color: var(--about-deep);
	background-image: var(--about-hero-image);
	background-size: cover;
	background-position: center;
}

.about-v4__hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(5, 20, 42, 0.98) 0%, rgba(7, 29, 56, 0.92) 51%, rgba(7, 29, 56, 0.5) 80%, rgba(7, 29, 56, 0.32) 100%);
}

.about-v4__hero .about-v4__container {
	position: relative;
	z-index: 1;
	padding-block: 39px 49px;
}

.about-v4__hero .site-breadcrumbs {
	margin: 0 0 48px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	font-weight: 500;
}

.about-v4__hero .site-breadcrumbs a,
.about-v4__hero .site-breadcrumbs span:last-child {
	color: inherit;
}

.about-v4__hero .site-breadcrumbs span:last-child {
	color: #fff;
	font-weight: 700;
}

.about-v4__hero .site-breadcrumbs__sep {
	padding-inline: 8px;
}

.about-v4__eyebrow,
.about-v4__kicker,
.about-v4__section-head > p,
.about-v4__num,
.about-v4__tag,
.about-v4__phase,
.about-v4__contact-list span {
	color: var(--about-copper);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.about-v4__eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	color: var(--about-copper-bright);
}

.about-v4__eyebrow::before,
.about-v4__section-head h2::before {
	content: "";
	width: 36px;
	height: 2px;
	flex: 0 0 auto;
	background: var(--about-copper);
}

.about-v4__hero h1 {
	max-width: 920px;
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(42px, 5.7vw, 68px);
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.about-v4__hero-text {
	max-width: 760px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
}

.about-v4__band {
	padding-block: 68px;
}

.about-v4__band--soft {
	background: var(--about-bg);
}

.about-v4__split {
	display: grid;
	grid-template-columns: 1.03fr 0.97fr;
	gap: 28px;
	align-items: center;
}

.about-v4__content-panel,
.about-v4__media-panel,
.about-v4__card,
.about-v4__sector,
.about-v4__stage,
.about-v4__image-card,
.about-v4__credential,
.about-v4__value,
.about-v4__contact-panel,
.about-v4__form-panel {
	background: #fff;
	border: 1px solid rgba(10, 29, 61, 0.08);
	border-radius: 8px;
	box-shadow: var(--about-shadow);
}

.about-v4__content-panel {
	padding: 34px 36px;
}

.about-v4__content-panel h2,
.about-v4__contact-panel h2,
.about-v4__form-panel h2 {
	margin: 0 0 15px;
	color: var(--about-navy);
	font-size: 29px;
	line-height: 1.1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.about-v4__content-panel > p:not(.about-v4__kicker) {
	margin: 0 0 15px;
	color: var(--about-muted);
	font-size: 14px;
	font-weight: 400;
}

.about-v4__content-panel > p:last-child {
	margin-bottom: 0;
}

.about-v4__media-panel {
	margin: 0;
	padding: 12px;
	overflow: hidden;
}

.about-v4__media-panel img {
	width: 100%;
	min-height: 350px;
	object-fit: cover;
	border-radius: 6px;
}

.about-v4__media-panel figcaption {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 6px 4px;
	color: #69788b;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.about-v4__section-head {
	margin-bottom: 27px;
}

.about-v4__section-head > p,
.about-v4__kicker {
	margin: 0 0 7px;
}

.about-v4__section-head h2 {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	color: var(--about-navy);
	font-size: 35px;
	line-height: 1.08;
	letter-spacing: 0;
	text-transform: uppercase;
}

.about-v4__card-grid {
	display: grid;
	gap: 18px;
}

.about-v4__card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-v4__card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-v4__card,
.about-v4__sector,
.about-v4__credential,
.about-v4__value {
	padding: 24px;
}

.about-v4__card,
.about-v4__image-card {
	position: relative;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.about-v4__motion-line {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 0;
	height: 3px;
	background: var(--about-copper);
	transition: width 340ms ease;
}

.about-v4__card:hover,
.about-v4__image-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--about-shadow-strong);
}

.about-v4__card:hover .about-v4__motion-line,
.about-v4__image-card:hover .about-v4__motion-line {
	width: 100%;
}

.about-v4__card h3,
.about-v4__sector h3,
.about-v4__stage h3,
.about-v4__image-card h3,
.about-v4__credential h3,
.about-v4__value h3 {
	margin: 0 0 8px;
	color: var(--about-navy);
	font-size: 18px;
	line-height: 1.3;
}

.about-v4__card > p:last-child,
.about-v4__sector p,
.about-v4__stage > p:last-child,
.about-v4__image-card > div > p:last-child,
.about-v4__credential > p:last-child,
.about-v4__value > p:last-child {
	margin: 0;
	color: var(--about-muted);
	font-size: 12.8px;
	font-weight: 400;
}

.about-v4__num,
.about-v4__tag,
.about-v4__phase {
	margin: 0 0 10px;
}

.about-v4__sector > span {
	display: grid;
	width: 44px;
	height: 44px;
	margin-bottom: 16px;
	place-items: center;
	border-radius: 50%;
	background: rgba(0, 83, 155, 0.07);
	color: var(--about-navy);
	font-weight: 800;
}

.about-v4__timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 15px;
}

.about-v4__timeline::before {
	content: "";
	position: absolute;
	top: 28px;
	left: 7%;
	right: 7%;
	height: 2px;
	background: linear-gradient(90deg, var(--about-copper), rgba(200, 117, 42, 0.18));
}

.about-v4__stage {
	position: relative;
	min-height: 228px;
	padding: 62px 20px 22px;
}

.about-v4__stage-dot {
	position: absolute;
	top: 14px;
	left: 20px;
	z-index: 1;
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	box-shadow: 0 0 0 7px #fff;
	background: var(--about-navy);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
}

.about-v4__image-card {
	padding: 0;
}

.about-v4__image-card img {
	width: 100%;
	height: 185px;
	object-fit: cover;
}

.about-v4__image-card > div {
	padding: 20px;
}

.about-v4__metrics {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 13px;
	margin-top: 18px;
}

.about-v4__metrics > div {
	padding: 20px;
	border-radius: 8px;
	box-shadow: var(--about-shadow-strong);
	background: var(--about-navy);
	color: #fff;
}

.about-v4__metrics span {
	display: block;
	margin-bottom: 8px;
	color: var(--about-copper-bright);
	font-size: 29px;
	font-weight: 800;
	line-height: 1;
}

.about-v4__metrics strong {
	display: block;
	font-size: 10px;
	line-height: 1.35;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

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

.about-v4__dual-media .about-v4__media-panel img {
	min-height: 305px;
}

.about-v4__contact-layout {
	display: grid;
	grid-template-columns: 0.88fr 1.12fr;
	gap: 22px;
	align-items: start;
}

.about-v4__contact-panel,
.about-v4__form-panel {
	padding: 30px;
}

.about-v4__contact-list > div {
	padding: 15px 0;
	border-top: 1px solid var(--about-line);
}

.about-v4__contact-list > div:first-child {
	border-top: 0;
}

.about-v4__contact-list span {
	display: block;
	margin-bottom: 5px;
}

.about-v4__contact-list a,
.about-v4__contact-list strong {
	color: var(--about-navy);
	font-size: 14px;
	font-weight: 500;
}

.about-v4__form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.about-v4__notice {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-left: 3px solid currentColor;
	background: var(--about-bg);
	font-size: 13px;
}

.about-v4__notice--success {
	color: #246b45;
}

.about-v4__notice--error {
	color: #9c2f2f;
}

.about-v4__form-grid label > span {
	display: block;
	margin-bottom: 5px;
	color: var(--about-muted);
	font-size: 11px;
	font-weight: 500;
}

.about-v4__form-grid input,
.about-v4__form-grid textarea {
	width: 100%;
	min-height: 48px;
	padding: 0 13px;
	border: 1px solid var(--about-line);
	border-radius: 0;
	background: #fff;
	color: var(--about-text);
}

.about-v4__form-grid textarea {
	min-height: 122px;
	padding-top: 13px;
	resize: vertical;
}

.about-v4__form-wide {
	grid-column: 1 / -1;
}

.about-v4__form-grid button {
	min-height: 48px;
	border: 0;
	background: var(--about-copper);
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 180ms ease;
}

.about-v4__form-grid button:hover,
.about-v4__form-grid button:focus-visible {
	background: var(--about-navy);
}

.about-v4__visit-note {
	margin: 18px 0 0;
	padding: 18px 20px;
	border-left: 3px solid var(--about-copper);
	background: #fff;
	box-shadow: var(--about-shadow);
	color: var(--about-muted);
	font-size: 13px;
}

@media (max-width: 1100px) {
	.about-v4__split,
	.about-v4__contact-layout {
		grid-template-columns: 1fr;
	}

	.about-v4__card-grid--three,
	.about-v4__card-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-v4__metrics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.about-v4__timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-v4__timeline::before {
		display: none;
	}
}

@media (max-width: 620px) {
	.about-v4__container {
		width: calc(100% - 28px);
	}

	.about-v4__hero {
		min-height: 390px;
	}

	.about-v4__hero .about-v4__container {
		padding-top: 28px;
	}

	.about-v4__hero .site-breadcrumbs {
		margin-bottom: 35px;
	}

	.about-v4__hero h1 {
		font-size: 38px;
	}

	.about-v4__hero-text {
		font-size: 15px;
	}

	.about-v4__band {
		padding-block: 47px;
	}

	.about-v4__section-head h2 {
		font-size: 27px;
	}

	.about-v4__content-panel,
	.about-v4__contact-panel,
	.about-v4__form-panel {
		padding: 24px;
	}

	.about-v4__content-panel h2,
	.about-v4__contact-panel h2,
	.about-v4__form-panel h2 {
		font-size: 24px;
	}

	.about-v4__card-grid--three,
	.about-v4__card-grid--four,
	.about-v4__timeline,
	.about-v4__metrics,
	.about-v4__dual-media,
	.about-v4__form-grid {
		grid-template-columns: 1fr;
	}

	.about-v4__media-panel img {
		min-height: 270px;
	}

	.about-v4__form-wide {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.about-v4__card,
	.about-v4__image-card,
	.about-v4__motion-line,
	.about-v4__form-grid button {
		transition: none;
	}
}
