/*--------------------------------------------------------------
  School History Page — Історія школи
  Чистий стиль, зручно читати
--------------------------------------------------------------*/

.school-history-page {
	position: relative;
	--sh-bg: #f7f9fc;
	--sh-paper: #fff;
	--sh-text: #33415c;
	--sh-text-light: #43506c;
	--sh-heading: #10284f;
	--sh-accent: #184ea8;
	--sh-accent-hover: #0d367c;
	--sh-border: rgba(13, 44, 104, 0.08);
	--sh-quote-bg: #f4f8ff;
}

.school-history-page__breadcrumbs-bar {
	position: relative;
	z-index: 2;
}

.school-history-page__container {
    max-width: var(--header-max-width);
    margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;м
}

.school-history-page__header {
	position: relative;
	overflow: hidden;
	padding: 52px 0 56px;
	background: #0c2d6b;
}

.school-history-page__header-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 80% 50% at 20% 40%, rgba(255, 201, 152, 0.15) 0%, transparent 50%),
		radial-gradient(ellipse 60% 40% at 85% 30%, rgba(125, 198, 255, 0.12) 0%, transparent 45%),
		linear-gradient(160deg, #0a2860 0%, #0f3a7d 50%, #0c2d6b 100%);
	pointer-events: none;
}

.school-history-page__header-inner {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 820px;
	margin: 0 auto;
}

.school-history-page__title {
	margin: 0 0 16px;
	font-family: var(--nexin-font);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-transform: none;
	letter-spacing: -0.02em;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

.school-history-page__lead {
	margin: 0;
	font-family: var(--nexin-font);
	font-size: 1.125rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 400;
}

.school-history-page__content {
	padding: 48px 0 80px;
	background: var(--sh-bg);
}

.school-history-page__content-inner {
    max-width: var(--header-max-width);
	margin: 0 auto;
}

.school-history-page__prose {
	padding: 40px 44px 44px;
	background: var(--sh-paper);
	border-radius: 24px;
	box-shadow: 0 12px 40px rgba(15, 39, 84, 0.06);
	border: 1px solid var(--sh-border);
	color: var(--sh-text);
	font-family: var(--nexin-font);
	font-size: 1.0625rem;
	line-height: 1.8;
}

.school-history-page__prose > *:first-child {
	margin-top: 0;
}

.school-history-page__prose > *:last-child {
	margin-bottom: 0;
}

.school-history-page__prose h1,
.school-history-page__prose h2,
.school-history-page__prose h3,
.school-history-page__prose h4 {
	margin: 1.6em 0 0.6em;
	font-family: var(--nexin-font);
	color: var(--sh-heading);
	font-weight: 700;
	line-height: 1.25;
	text-transform: none;
}

.school-history-page__prose h2 {
	font-size: 1.65rem;
	padding-bottom: 0.35em;
	border-bottom: 1px solid var(--sh-border);
}

.school-history-page__prose h3 { font-size: 1.35rem; }
.school-history-page__prose h4 { font-size: 1.15rem; }

.school-history-page__prose p,
.school-history-page__prose ul,
.school-history-page__prose ol {
	margin: 0 0 1.1em;
}

.school-history-page__prose p {
	color: var(--sh-text-light);
}

.school-history-page__prose a {
	color: var(--sh-accent);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.school-history-page__prose a:hover {
	color: var(--sh-accent-hover);
}

.school-history-page__prose ul,
.school-history-page__prose ol {
	padding-left: 1.5em;
}

.school-history-page__prose li {
	margin-bottom: 0.35em;
}

.school-history-page__prose .wp-block-list,
.school-history-page__prose ul.wp-block-list,
.school-history-page__prose ol.wp-block-list {
	margin: 0 0 1.1em;
	padding-left: 1.4em;
}

.school-history-page__prose .wp-block-list li::marker {
	color: var(--sh-accent);
}

.school-history-page__prose .wp-block-quote {
	border-left-color: var(--sh-accent);
	background: var(--sh-quote-bg);
	color: var(--sh-text);
}

.school-history-page__prose blockquote {
	margin: 1.25em 0;
	padding: 18px 22px;
	border-left: 4px solid var(--sh-accent);
	border-radius: 0 14px 14px 0;
	background: var(--sh-quote-bg);
	color: var(--sh-text-light);
	font-style: italic;
}

.school-history-page__prose img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 1.25em auto;
	border-radius: 16px;
}

.school-history-page__prose hr {
	margin: 2em 0;
	border: 0;
	border-top: 1px solid var(--sh-border);
}

.school-history-page__prose .wp-block-table {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 1em 0;
	border-radius: 16px;
}

.school-history-page__prose table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--sh-border);
	box-shadow: 0 4px 20px rgba(15, 39, 84, 0.06);
}

.school-history-page__prose th,
.school-history-page__prose td {
	padding: 12px 16px;
	border: 1px solid var(--sh-border);
	text-align: left;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.school-history-page__prose th {
	background: #f2f6fc;
	color: var(--sh-heading);
	font-family: var(--nexin-font);
	font-weight: 700;
	font-size: 1rem;
}

@media (max-width: 991px) {
	.school-history-page__header {
		padding: 44px 0 48px;
	}

	.school-history-page__title {
		font-size: 2rem;
	}

	.school-history-page__lead {
		font-size: 1rem;
	}

	.school-history-page__content {
		padding: 40px 0 64px;
	}

	.school-history-page__prose {
		padding: 32px 28px 36px;
		border-radius: 20px;
		font-size: 1rem;
	}

	.school-history-page__prose h2 { font-size: 1.5rem; }
	.school-history-page__prose h3 { font-size: 1.25rem; }
}

@media (max-width: 767px) {
	.school-history-page__header {
		padding: 36px 0 40px;
	}

	.school-history-page__title {
		font-size: 1.6rem;
	}

	.school-history-page__lead {
		font-size: 0.9375rem;
	}

	.school-history-page__content {
		padding: 28px 0 48px;
	}

	.school-history-page__prose {
		padding: 24px 18px 28px;
		border-radius: 16px;
		font-size: 0.9375rem;
		line-height: 1.75;
	}

	.school-history-page__prose h2 { font-size: 1.35rem; }
	.school-history-page__prose h3 { font-size: 1.15rem; }

	.school-history-page__container {
		padding-left: 12px;
		padding-right: 12px;
	}

	.school-history-page__prose table {
		table-layout: fixed;
	}
	.school-history-page__prose th,
	.school-history-page__prose td {
		white-space: normal;
	}
}
