.fp-split-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	margin: 0 0 24px;
}

.fp-split-header__title {
	margin: 0;
	font-size: clamp(1.9rem, 3.2vw, 3rem);
	line-height: 1.1;
}

.fp-split-header__subtitle {
	margin: 0;
	color: #374151;
}

.fp-highlight {
	color: var(--ed-color-accent, #244fd8);
	font-weight: 600;
}

.fp-cta-pair {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.fp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border-radius: 999px;
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: 600;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.fp-btn--primary {
	background: #1d4ed8;
	color: #fff;
	border: 1px solid #1d4ed8;
}

.fp-btn--primary:hover,
.fp-btn--primary:focus-visible {
	background: #1e40af;
	color: #fff;
}

.fp-btn--secondary {
	background: transparent;
	color: #1f2937;
	border: 1px solid #d1d5db;
}

.fp-btn--secondary:hover,
.fp-btn--secondary:focus-visible {
	background: #f9fafb;
}

@media (max-width: 900px) {
	.fp-split-header {
		grid-template-columns: 1fr;
	}
}

/* ——— FP page shell (Gutenberg page with FP blocks) ——— */
.fp-page .site-main {
	margin: 0;
	padding: 0;
	max-width: none;
}

.fp-page .entry-title {
	display: none;
}

.fp-page .entry-content {
	max-width: none;
	padding: 0;
}

.fp-page .entry-content > * {
	margin-block: 0;
}

[class^="wp-block-acf-fp-"],
[class*=" wp-block-acf-fp-"] {
	font-family: var(--ed-font-sans, "Figtree", system-ui, sans-serif);
	color: var(--ed-color-text, #0f172a);
}

/* ——— Shared section shell (Figma: full-bleed, 48px gutters, 80px vertical) ——— */
.fp-section {
	padding: 80px 48px;
}

.fp-section__inner,
.fp-five-realms__container,
.fp-profile__container,
.fp-section-header__inner,
.fp-teaching-team__inner,
.fp-curriculum__inner,
.fp-tuition__inner,
.fp-pricing__inner,
.fp-apply__inner,
.fp-admissions__inner,
.fp-community__inner,
.fp-faq__inner,
.fp-audience__inner,
.fp-why-now__inner,
.fp-interdisciplinary__inner {
	max-width: 1440px;
	margin: 0 auto;
}

/* Shared section eyebrow/heading rhythm */
.fp-eyebrow {
	display: inline-block;
	padding: 8px 10px;
	background: #f1f5f9;
	border-radius: 8px;
	font-family: var(--ed-font-mono, "Geist", monospace);
	font-size: 14px;
	line-height: 1.2;
	color: var(--ed-color-accent, #244fd8);
	margin: 0 0 16px;
}

@media (max-width: 960px) {
	.fp-section {
		padding: 56px 32px;
	}
}

@media (max-width: 600px) {
	.fp-section {
		padding: 40px 16px;
	}
}
