/* ==========================================================================
   Cafe Zocalo — cakes-catering.css
   Cakes & Catering page (about + inquiry form). Enqueued by Page ID.
   ========================================================================== */

/* ── Hero (text-only, warm band) ───────────────────────────────────────── */
.cz-ck-hero {
	background: var(--surface-warm);
	border-bottom: 1px solid var(--line);
	text-align: center;
}

.cz-ck-hero__inner {
	padding-top: 64px;
	padding-bottom: 52px;
}

.cz-ck-hero__title {
	font-family: var(--font-display);
	font-style: italic;
	font-size: clamp(38px, 6vw, 58px);
	font-weight: 600;
	color: var(--ink);
	letter-spacing: -1px;
	line-height: 1.05;
	margin-bottom: 14px;
}

.cz-ck-hero__subhead {
	font-size: 18px;
	line-height: 1.7;
	color: var(--ink-mid);
	max-width: 52ch;
	margin: 0 auto;
}

/* ── Inquiry form ──────────────────────────────────────────────────────── */
.cz-ck-form {
	padding: 72px 0 84px;
	background: var(--bg-primary);
}

.cz-ck-form__inner {
	max-width: 700px;
	text-align: center;
}

.cz-ck-form__intro {
	font-size: 16px;
	line-height: 1.8;
	color: var(--ink-mid);
	max-width: 54ch;
	margin: 0 auto 28px;
}

.cz-ck-form__note {
	margin-top: 18px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--ink-soft);
}

.cz-ck-form__note a {
	color: var(--terracotta-deep);
	font-weight: 600;
}

/* ── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 600px) {
	.cz-ck-hero__inner {
		padding-top: 48px;
		padding-bottom: 40px;
	}

	.cz-ck-about {
		padding: 48px 0;
	}

	.cz-ck-form {
		padding: 48px 0 56px;
	}

	.cz-ck-about__inner p {
		font-size: 16.5px;
	}
}
