/* X-Nihilo section patterns — sand, sage, quiet gold. */

.xn-hero,
.xn-section,
.xn-cta,
.xn-closed {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}

.xn-kicker,
.xn-hours {
	margin: 0 0 1rem;
	font-size: 0.75rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--color-accent, #8c9685);
}

.xn-hero-title {
	margin: 0 0 1.25rem;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.xn-lede {
	max-width: 36rem;
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.7;
}

.xn-line {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	border-top: 1px solid var(--color-border, rgba(140, 150, 133, 0.2));
	border-bottom: 1px solid var(--color-border, rgba(140, 150, 133, 0.2));
}

.xn-hours {
	margin: 0;
	text-align: center;
}

.xn-section-title {
	margin: 0 0 2rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: 0.95rem;
	color: var(--color-accent-light, #d4af37);
}

.xn-manifest {
	max-width: 40rem;
}

.xn-manifest-body {
	font-size: 1.2rem;
	line-height: 1.75;
}

.xn-practice {
	height: 100%;
	padding: 1.75rem 1.5rem;
	background: #fff;
	border: 1px solid var(--color-border, rgba(140, 150, 133, 0.2));
}

.xn-practice h3 {
	margin: 0 0 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.xn-rhythm .wp-block-list {
	padding-left: 0;
	list-style: none;
	counter-reset: xn-step;
}

.xn-rhythm .wp-block-list > li {
	position: relative;
	margin: 0 0 1.25rem;
	padding-left: 2.5rem;
	list-style: none;
}

.xn-rhythm .wp-block-list > li::before {
	counter-increment: xn-step;
	content: counter(xn-step);
	position: absolute;
	left: 0;
	top: 0;
	color: var(--color-accent, #8c9685);
	font-size: 0.85rem;
	letter-spacing: 0.08em;
}

.xn-quote-text {
	margin: 0 0 1rem;
	font-size: clamp(1.4rem, 3vw, 2rem);
	line-height: 1.45;
	font-style: italic;
	font-weight: 400;
}

.xn-quote-attr {
	margin: 0;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: 0.75rem;
	color: var(--color-accent, #8c9685);
}

.xn-cta {
	text-align: center;
}

.xn-closed {
	text-align: center;
	background: #f1efe9;
}

@media (max-width: 781px) {
	.xn-hero,
	.xn-section,
	.xn-cta,
	.xn-closed {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}
