/* ──────────────────────────────────────────
   EDITORIAL PAGE
   About, Vineyard (content block) and generic WordPress pages.
   On-brand, token-based; pairs with the existing section CSS.
─────────────────────────────────────────── */
.mk-page {
	max-width: 840px;
	margin: 0 auto;
	padding: calc(var(--header-h-shrunk) + 90px) 24px 120px;
}

.mk-page-head {
	margin-bottom: 48px;
	text-align: center;
}

.mk-page-eyebrow {
	display: block;
	font-family: var(--sans);
	text-transform: uppercase;
	letter-spacing: 0.34em;
	font-size: 0.7rem;
	color: var(--light-dim);
	margin-bottom: 20px;
}

.mk-page-title {
	font-family: var(--serif);
	font-weight: 500;
	line-height: 1.05;
	font-size: clamp(2.4rem, 6vw, 4.2rem);
}

.mk-page-content {
	font-family: var(--sans);
	font-size: 1.06rem;
	line-height: 1.95;
	color: var(--light-dim);
}

.mk-page-content > *:first-child { margin-top: 0; }
.mk-page-content p { margin: 0 0 1.4em; }

.mk-page-content h2,
.mk-page-content h3 {
	font-family: var(--serif);
	color: var(--light);
	line-height: 1.2;
	margin: 1.8em 0 0.5em;
}
.mk-page-content h2 { font-size: clamp(1.6rem, 3.5vw, 2.2rem); }
.mk-page-content h3 { font-size: 1.4rem; }

.mk-page-content a {
	color: var(--light);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mk-page-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 1.5em 0;
}

.mk-page-content blockquote {
	border-left: 2px solid var(--light-faint);
	margin: 1.6em 0;
	padding: 0.2em 0 0.2em 1.4em;
	font-family: var(--serif);
	font-style: italic;
	color: var(--light);
	font-size: 1.2rem;
}

.mk-page-content ul,
.mk-page-content ol { margin: 0 0 1.4em 1.4em; }
.mk-page-content li { margin-bottom: 0.5em; }

/* Vineyard page: content sits below the reused vineyard hero. */
.mk-vineyard-page .mk-page { padding-top: 80px; }

@media (max-width: 700px) {
	.mk-page { padding: calc(var(--header-h-shrunk) + 60px) 20px 80px; }
}
