.fcar-inner-page {
	background: #fff;
}

.internal-main,
.internal-page-content {
	margin: 0;
}

.internal-page-content > .wp-block-html,
.internal-page-content > p:empty {
	margin: 0;
}

.inner-hero {
	position: relative;
	display: flex;
	min-height: 700px;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	background-color: #0a0b0f;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.inner-hero::before {
	position: absolute;
	inset: 0;
	background: rgba(6, 7, 10, 0.68);
	content: "";
}

.inner-hero::after {
	position: absolute;
	inset: 0;
	box-shadow: inset 0 0 190px rgba(0, 0, 0, 0.62);
	content: "";
	pointer-events: none;
}

.inner-hero--why {
	background-image: url("../images/why/why-hero.jpg");
	background-position: center 52%;
}

.inner-hero--why::before {
	background: rgba(5, 6, 9, 0.74);
}

.inner-hero--training {
	background-image: url("../images/training/training-hero.jpeg");
	background-position: center 54%;
}

.inner-hero--training::before {
	background: rgba(6, 7, 10, 0.66);
}

.inner-hero--contact {
	min-height: 610px;
	background-image: url("../images/hero-banner-fd505.png");
	background-position: 65% 48%;
}

.inner-hero--contact::before {
	background: rgba(6, 7, 10, 0.82);
}

.inner-hero__content,
.inner-hero__rail {
	position: relative;
	z-index: 2;
}

.inner-hero__content {
	padding-top: 170px;
}

.inner-hero__content--centered {
	max-width: 940px;
	margin-inline: auto;
	text-align: center;
}

.inner-hero__content--centered .eyebrow {
	justify-content: center;
}

.inner-hero h1 {
	max-width: 920px;
	margin: 0;
	color: #fff;
	font-size: clamp(48px, 6.3vw, 92px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 0.98;
	text-wrap: balance;
}

.inner-hero--contact h1 {
	max-width: none;
	font-size: clamp(48px, 5.7vw, 82px);
}

.inner-hero__tagline {
	margin: 22px 0 0;
	color: #fff;
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 650;
	letter-spacing: -0.01em;
}

.inner-hero__lead {
	max-width: 680px;
	margin: 24px 0 0;
	color: #c6c8ce;
	font-size: clamp(16px, 1.45vw, 20px);
	line-height: 1.65;
}

.inner-hero__content--centered .inner-hero__lead {
	margin-inline: auto;
}

.inner-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 34px;
}

.inner-hero__rail {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 38px;
	margin-top: 58px;
	padding-top: 20px;
	padding-bottom: 34px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.inner-hero__rail span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #aeb0b6;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.inner-hero__rail i,
.section-kicker::before {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--accent);
	content: "";
}

.page-section {
	padding: clamp(82px, 8vw, 126px) 0;
}

.page-section h2,
.page-cta h2,
.contact-form-panel > h2,
.contact-sidebar > h2 {
	margin: 0;
	color: var(--ink);
	font-size: clamp(36px, 4vw, 60px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.04;
	text-wrap: balance;
}

.section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 18px;
	color: #8b6a6d;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.section-kicker--light {
	color: #b0b2b8;
}

.split-heading {
	display: grid;
	grid-template-columns: minmax(170px, 0.45fr) minmax(0, 1.3fr);
	align-items: start;
	gap: clamp(40px, 8vw, 130px);
}

.split-heading > div {
	max-width: 820px;
}

.lead-copy {
	margin: 24px 0 0;
	color: #565960;
	font-size: clamp(17px, 1.5vw, 21px);
	line-height: 1.65;
}

.pillar-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 68px;
}

.pillar-card {
	display: flex;
	min-height: 255px;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px;
	border: 1px solid #e9e6df;
	border-radius: 22px;
	background: #fff;
	transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
}

.pillar-card:hover {
	border-color: transparent;
	box-shadow: 0 22px 45px rgba(35, 32, 28, 0.09);
	transform: translateY(-4px);
}

.pillar-card > i,
.support-card > i,
.contact-bottom article > i {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
	background: #f4f2ee;
	color: var(--accent);
	font-size: 22px;
	line-height: 44px;
}

.pillar-card h3,
.support-card h3,
.contact-bottom h3 {
	margin: auto 0 10px;
	color: var(--ink);
	font-size: 20px;
	font-weight: 750;
	letter-spacing: -0.015em;
}

.pillar-card p,
.support-card p,
.contact-bottom p {
	margin: 0;
	color: #6b6e74;
	font-size: 14px;
	line-height: 1.6;
}

.story-section {
	background: #f5f3ef;
}

.story-layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
	align-items: center;
	gap: clamp(50px, 8vw, 120px);
}

.story-copy {
	max-width: 540px;
}

.story-copy > p:not(.section-kicker),
.feature-split__copy > p:not(.section-kicker),
.resources-layout > div > p:not(.section-kicker),
.contact-sidebar > p:not(.section-kicker),
.contact-form-panel > p:not(.section-kicker) {
	margin: 24px 0 0;
	color: #5c5f66;
	font-size: 16px;
	line-height: 1.7;
}

.feature-list {
	display: grid;
	gap: 12px;
	margin: 30px 0;
	padding: 0;
	list-style: none;
}

.feature-list li {
	position: relative;
	padding-left: 25px;
	color: var(--ink);
	font-size: 14.5px;
	font-weight: 650;
}

.feature-list li::before {
	position: absolute;
	top: 0.56em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--accent);
	content: "";
}

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

.text-arrow-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--ink);
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
}

.text-arrow-link:hover {
	color: var(--accent);
}

.story-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.story-gallery figure,
.feature-split__media,
.action-gallery figure {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 22px;
	background: #dedbd4;
}

.story-gallery__main {
	grid-column: 1 / -1;
}

.story-gallery img,
.feature-split__media img,
.action-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.story-gallery__main img {
	height: 350px;
}

.story-gallery figure:not(.story-gallery__main) img {
	height: 230px;
}

.story-gallery figure:hover img,
.action-gallery figure:hover img {
	transform: scale(1.03);
}

.story-gallery figcaption,
.feature-split__media figcaption,
.action-gallery figcaption {
	position: absolute;
	right: 14px;
	bottom: 14px;
	left: 14px;
	padding: 10px 13px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	background: rgba(12, 13, 17, 0.72);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
}

.values-section {
	background: #16171b;
	color: #fff;
}

.values-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(50px, 8vw, 130px);
}

.values-heading h2 {
	color: #fff;
}

.values-list {
	display: grid;
}

.values-list article {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 22px;
	padding: 27px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.values-list article:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.values-list article > span {
	color: var(--accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.values-list h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 21px;
	font-weight: 750;
}

.values-list p {
	max-width: 660px;
	margin: 0;
	color: #a7aab0;
	font-size: 14.5px;
	line-height: 1.65;
}

.page-cta {
	padding: clamp(80px, 8vw, 122px) 0;
}

.page-cta--light {
	background: #f5f3ef;
}

.page-cta--dark {
	background: #111216;
	color: #fff;
}

.page-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
	align-items: end;
	gap: clamp(50px, 8vw, 130px);
}

.page-cta--dark h2 {
	color: #fff;
}

.page-cta__inner > div:last-child > p {
	margin: 0 0 26px;
	color: #65686f;
	font-size: 16px;
	line-height: 1.65;
}

.page-cta--dark .page-cta__inner > div:last-child > p {
	color: #a7aab0;
}

.centered-heading {
	max-width: 820px;
	text-align: center;
}

.centered-heading .section-kicker {
	justify-content: center;
}

.centered-heading > p:last-child {
	margin: 20px 0 0;
	color: #5c5f66;
	font-size: 17px;
	line-height: 1.6;
}

.support-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 62px;
}

.support-card {
	position: relative;
	display: flex;
	min-height: 300px;
	flex-direction: column;
	align-items: flex-start;
	padding: 28px;
	border: 1px solid #e9e6df;
	border-radius: 22px;
	background: #fff;
	transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
}

.support-card:hover {
	border-color: transparent;
	box-shadow: 0 22px 45px rgba(35, 32, 28, 0.09);
	transform: translateY(-4px);
}

.support-card > span {
	position: absolute;
	top: 31px;
	right: 28px;
	color: #b4b6ba;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.feature-split-section--soft,
.resources-section {
	background: #f5f3ef;
}

.feature-split {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	align-items: center;
	gap: clamp(50px, 8vw, 120px);
}

.feature-split--reverse {
	grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

.feature-split__media {
	height: 570px;
}

.feature-split__copy {
	max-width: 600px;
}

.action-section {
	padding-bottom: clamp(90px, 9vw, 145px);
}

.action-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 260px;
	gap: 14px;
	margin-top: 62px;
}

.action-gallery__wide {
	grid-column: span 2;
}

.resources-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
	align-items: center;
	gap: clamp(50px, 8vw, 120px);
}

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

.resource-grid span {
	position: relative;
	padding: 17px 18px 17px 42px;
	border: 1px solid #e3e0d9;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.68);
	color: var(--ink);
	font-size: 14px;
	font-weight: 700;
}

.resource-grid span::before {
	position: absolute;
	top: 50%;
	left: 18px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--accent);
	content: "";
	transform: translateY(-50%);
}

.contact-section {
	background: #f5f3ef;
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
	align-items: start;
	gap: clamp(48px, 8vw, 125px);
}

.contact-sidebar {
	position: sticky;
	top: 115px;
}

.contact-sidebar > h2,
.contact-form-panel > h2 {
	font-size: clamp(34px, 3.5vw, 52px);
}

.contact-methods {
	display: grid;
	gap: 10px;
	margin-top: 34px;
}

.contact-methods > a,
.contact-methods > div {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 16px;
	border: 1px solid #e2dfd8;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.66);
	color: var(--ink);
	text-decoration: none;
}

.contact-methods > a:hover {
	border-color: var(--accent);
	background: #fff;
}

.contact-methods i {
	display: inline-flex;
	width: 38px;
	height: 38px;
	flex: none;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	background: #fff;
	color: var(--accent);
	font-size: 19px;
	line-height: 38px;
}

.contact-methods span,
.contact-methods small,
.contact-methods strong {
	display: block;
}

.contact-methods small {
	margin-bottom: 3px;
	color: #8b8e95;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-methods strong {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.contact-note {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	margin-top: 24px;
	padding: 19px;
	border-radius: 16px;
	background: #16171b;
	color: #fff;
}

.contact-note > span {
	color: var(--accent);
}

.contact-note p {
	margin: 0;
	color: #c3c5ca;
	font-size: 13px;
	line-height: 1.6;
}

.contact-form-panel {
	padding: clamp(28px, 4vw, 52px);
	border: 1px solid #e4e1da;
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 28px 65px rgba(35, 32, 28, 0.08);
}

.contact-form-wrap {
	margin-top: 38px;
}

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

.form-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

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

.form-field label {
	color: #36383e;
	font-size: 13px;
	font-weight: 750;
}

.form-field input,
.form-field select,
.form-field textarea {
	width: 100%;
	min-height: 50px;
	padding: 11px 14px;
	border: 1px solid #dcd9d2;
	border-radius: 11px;
	background: #faf9f7;
	color: var(--ink);
	font: inherit;
	font-size: 15px;
	box-shadow: none;
}

.form-field textarea {
	min-height: 160px;
	resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
	border-color: var(--accent);
	background: #fff;
	outline: none;
	box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.1);
}

.form-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 22px;
	color: #666970;
	font-size: 12.5px;
	line-height: 1.55;
}

.form-consent input {
	width: 17px;
	height: 17px;
	margin: 1px 0 0;
	accent-color: var(--accent);
}

.form-submit-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 28px;
}

.form-submit-row > p {
	margin: 0;
	color: #9a9ca1;
	font-size: 11px;
}

.form-submit-row button {
	font-family: inherit;
	cursor: pointer;
}

.form-submit-row button:disabled {
	cursor: wait;
	opacity: 0.7;
}

.form-trap {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.form-notice {
	margin-bottom: 22px;
	padding: 15px 17px;
	border-radius: 12px;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.55;
}

.form-notice--success {
	background: #edf8f0;
	color: #216c35;
}

.form-notice--error {
	background: #fff0f1;
	color: #9e1720;
}

.contact-bottom {
	padding: 0 0 clamp(82px, 8vw, 120px);
	background: #f5f3ef;
}

.contact-bottom__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.contact-bottom article {
	display: flex;
	min-height: 250px;
	flex-direction: column;
	align-items: flex-start;
	padding: 28px;
	border: 1px solid #e4e1da;
	border-radius: 20px;
	background: #fff;
}

@media (max-width: 1100px) {
	.pillar-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.story-layout,
	.feature-split,
	.feature-split--reverse,
	.resources-layout,
	.contact-layout {
		grid-template-columns: 1fr;
	}

	.story-copy,
	.feature-split__copy,
	.resources-layout > div:first-child,
	.contact-sidebar {
		max-width: 720px;
	}

	.contact-sidebar {
		position: static;
	}

	.feature-split--reverse .feature-split__copy {
		order: 2;
	}

	.feature-split--reverse .feature-split__media {
		order: 1;
	}
}

@media (max-width: 800px) {
	.inner-hero {
		min-height: 670px;
	}

	.inner-hero__content {
		padding-top: 145px;
	}

	.inner-hero h1 {
		font-size: clamp(46px, 10vw, 70px);
	}

	.split-heading,
	.values-layout,
	.page-cta__inner {
		grid-template-columns: 1fr;
	}

	.split-heading,
	.values-layout,
	.page-cta__inner {
		gap: 35px;
	}

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

	.action-gallery__wide {
		grid-column: span 1;
	}

	.contact-bottom__grid {
		grid-template-columns: 1fr;
	}

	.contact-bottom article {
		min-height: 220px;
	}
}

@media (max-width: 620px) {
	.inner-hero {
		min-height: max(690px, 100svh);
	}

	.inner-hero--why {
		background-position: 56% 50%;
	}

	.inner-hero--training {
		background-position: 52% 50%;
	}

	.inner-hero--contact {
		min-height: max(650px, 88svh);
		background-position: 64% 50%;
	}

	.inner-hero__content {
		padding-top: 130px;
	}

	.inner-hero__content--centered {
		text-align: left;
	}

	.inner-hero__content--centered .eyebrow {
		justify-content: flex-start;
	}

	.inner-hero h1,
	.inner-hero--contact h1 {
		font-size: clamp(42px, 13vw, 58px);
	}

	.inner-hero__lead {
		font-size: 16px;
	}

	.inner-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.inner-hero__actions .pill-button {
		width: 100%;
	}

	.inner-hero__rail {
		gap: 11px 18px;
		margin-top: 42px;
	}

	.inner-hero__rail span {
		font-size: 10.5px;
	}

	.page-section {
		padding: 74px 0;
	}

	.pillar-grid,
	.support-card-grid,
	.resource-grid,
	.form-grid {
		grid-template-columns: 1fr;
	}

	.pillar-grid,
	.support-card-grid {
		margin-top: 45px;
	}

	.pillar-card,
	.support-card {
		min-height: 230px;
		padding: 24px;
	}

	.story-gallery__main img {
		height: 260px;
	}

	.story-gallery figure:not(.story-gallery__main) img {
		height: 170px;
	}

	.values-list article {
		grid-template-columns: 38px 1fr;
		gap: 12px;
	}

	.feature-split__media {
		height: 390px;
	}

	.feature-list--columns {
		grid-template-columns: 1fr;
	}

	.action-gallery {
		grid-template-columns: 1fr;
		grid-auto-rows: 250px;
		margin-top: 44px;
	}

	.contact-form-panel {
		padding: 25px 20px;
		border-radius: 20px;
	}

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

	.form-submit-row {
		align-items: stretch;
		flex-direction: column;
	}

	.form-submit-row button {
		width: 100%;
	}
}

