/*
 * Kontra Faul — isolated presentation page.
 * The shared header, navigation and footer come from kf-home.css.
 */

body.page-template-page-kf-about {
	background: var(--kf-navy);
}

body.page-template-page-kf-about .ct-header,
body.page-template-page-kf-about .ct-footer,
body.page-template-page-kf-about > .ct-drawer-canvas,
body.page-template-page-kf-about [data-block*="hook:before_content"],
body.page-template-page-kf-about [data-block*="hook:after_content"] {
	display: none !important;
}

body.page-template-page-kf-about #main-container,
body.page-template-page-kf-about .site-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: var(--kf-navy);
}

.kf-about-page main {
	padding-bottom: 104px;
}

.kf-about-hero {
	padding: 72px 0 76px;
	border-bottom: 1px solid var(--kf-line);
}

.kf-about-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	align-items: center;
	gap: clamp(48px, 7vw, 110px);
	margin-top: 34px;
}

.kf-about-hero h1 {
	max-width: 850px;
	margin: 0;
	color: var(--kf-heading);
	font-family: "Arial Narrow", "DejaVu Sans Condensed", Arial, sans-serif;
	font-size: clamp(2rem, 3.2vw, 3.25rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 0.95;
	text-transform: uppercase;
}

.kf-about-intro {
	padding-bottom: 5px;
}

.kf-about-intro p {
	margin: 0;
	color: var(--kf-muted);
	font-size: 15px;
	line-height: 1.7;
}

.kf-about-intro p + p {
	margin-top: 18px;
}

.kf-about-pillars {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-bottom: 1px solid var(--kf-line);
}

.kf-about-pillars article {
	min-height: 220px;
	padding: 34px 38px 38px 0;
}

.kf-about-pillars article + article {
	padding-left: 38px;
	border-left: 1px solid var(--kf-line);
}

.kf-about-pillars span,
.kf-about-category-grid > a > span,
.kf-about-standard-list article > span {
	color: var(--kf-accent);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.11em;
}

.kf-about-pillars h2 {
	margin: 32px 0 12px;
	color: var(--kf-white);
	font-size: 18px;
	font-weight: 850;
}

.kf-about-pillars p,
.kf-about-category-grid p,
.kf-about-standard-list p,
.kf-about-section-heading > p {
	margin: 0;
	color: var(--kf-muted);
	font-size: 13px;
	line-height: 1.65;
}

.kf-about-categories {
	padding: 96px 0 0;
}

.kf-about-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
	align-items: end;
	gap: 50px;
	padding-bottom: 34px;
}

.kf-about-section-heading h2,
.kf-about-standard h2,
.kf-about-cta h2 {
	margin: 14px 0 0;
	color: var(--kf-heading);
	font-family: "Arial Narrow", "DejaVu Sans Condensed", Arial, sans-serif;
	font-size: clamp(1.55rem, 2.3vw, 2.5rem);
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1;
	text-transform: uppercase;
}

.kf-about-category-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-top: 1px solid var(--kf-line);
	border-left: 1px solid var(--kf-line);
}

.kf-about-category-grid > a {
	display: flex;
	min-height: 250px;
	flex-direction: column;
	align-items: flex-start;
	padding: 32px;
	border-right: 1px solid var(--kf-line);
	border-bottom: 1px solid var(--kf-line);
	transition: background 0.18s ease;
}

.kf-about-category-grid > a:hover {
	background: var(--kf-navy-soft);
}

.kf-about-category-grid h3 {
	margin: 30px 0 12px;
	color: var(--kf-white);
	font-family: "Arial Narrow", "DejaVu Sans Condensed", Arial, sans-serif;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
}

.kf-about-category-grid p {
	max-width: 480px;
}

.kf-about-category-grid strong {
	display: flex;
	margin-top: auto;
	padding-top: 30px;
	align-items: center;
	gap: 12px;
	color: var(--kf-accent);
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.kf-about-category-grid svg,
.kf-about-cta svg {
	width: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.kf-about-standard {
	display: grid;
	grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
	gap: clamp(60px, 9vw, 150px);
	padding: 104px 0;
	border-bottom: 1px solid var(--kf-line);
}

.kf-about-standard-list article {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 24px;
	padding: 26px 0;
	border-top: 1px solid var(--kf-line);
}

.kf-about-standard-list article:last-child {
	border-bottom: 1px solid var(--kf-line);
}

.kf-about-standard-list h3 {
	margin: 0 0 8px;
	color: var(--kf-white);
	font-size: 16px;
	font-weight: 850;
}

.kf-about-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 60px;
	padding-top: 92px;
}

.kf-about-cta h2 {
	max-width: 820px;
}

.kf-about-cta > a {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 7px;
	border-bottom: 1px solid var(--kf-accent);
	color: var(--kf-accent);
	font-size: 15px;
	font-weight: 850;
}

@media (max-width: 980px) {
	.kf-about-hero-grid,
	.kf-about-section-heading,
	.kf-about-standard,
	.kf-about-cta {
		grid-template-columns: 1fr;
	}

	.kf-about-hero-grid,
	.kf-about-standard,
	.kf-about-cta {
		gap: 42px;
	}

	.kf-about-intro {
		max-width: 650px;
	}

	.kf-about-cta {
		align-items: start;
	}

	.kf-about-cta > a {
		width: max-content;
	}
}

@media (max-width: 760px) {
	.kf-about-page main {
		padding-bottom: 62px;
	}

	.kf-about-hero {
		padding: 44px 0 48px;
	}

	.kf-about-hero-grid {
		margin-top: 24px;
	}

	.kf-about-hero h1 {
		font-size: clamp(1.8rem, 8.4vw, 2.35rem);
		line-height: 0.98;
	}

	.kf-about-intro p {
		font-size: 14px;
	}

	.kf-about-pillars,
	.kf-about-category-grid {
		grid-template-columns: 1fr;
	}

	.kf-about-pillars article,
	.kf-about-pillars article + article {
		min-height: 0;
		padding: 28px 0;
		border-left: 0;
		border-top: 1px solid var(--kf-line);
	}

	.kf-about-pillars article:first-child {
		border-top: 0;
	}

	.kf-about-pillars h2 {
		margin-top: 22px;
	}

	.kf-about-categories {
		padding-top: 64px;
	}

	.kf-about-section-heading {
		gap: 20px;
		padding-bottom: 26px;
	}

	.kf-about-section-heading h2,
	.kf-about-standard h2,
	.kf-about-cta h2 {
		font-size: clamp(1.45rem, 7vw, 2.05rem);
	}

	.kf-about-category-grid > a {
		min-height: 220px;
		padding: 26px;
	}

	.kf-about-standard {
		padding: 70px 0;
	}

	.kf-about-standard-list article {
		grid-template-columns: 32px minmax(0, 1fr);
		gap: 16px;
	}

	.kf-about-cta {
		padding-top: 64px;
	}

	.kf-about-cta > a {
		font-size: 13px;
	}
}

@media (max-width: 380px) {
	.kf-about-category-grid > a {
		padding: 22px;
	}

	.kf-about-cta > a {
		font-size: 12px;
	}
}
