body.ns-model-brochure-page {
	background: var(--color-surface);
	color: var(--color-text);
	margin: 0;
}

.ns-brochure-page {
	padding: 1.5rem;
}

.ns-brochure-controls {
	display: flex;
	gap: 0.85rem;
	justify-content: center;
	margin: 0 auto 1rem;
	max-width: 8.5in;
}

.ns-brochure-sheet {
	background: var(--color-card);
	border: 1px solid var(--color-border);
	box-shadow: 0 18px 42px rgba(var(--color-text-rgb), 0.12);
	margin: 0 auto;
	max-width: 8.5in;
	min-height: 11in;
	padding: 0.45in;
}

.ns-brochure-print-page {
	display: grid;
}

.ns-brochure-header {
	align-items: start;
	display: grid;
	gap: 0.8rem;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2.35fr) minmax(0, 0.9fr);
	margin-bottom: 0.8rem;
}

.ns-brochure-site-logo,
.ns-brochure-builder-logo {
	display: block;
	max-height: 68px;
	max-width: 100%;
	object-fit: contain;
}

.ns-brochure-brand {
	align-items: center;
	display: flex;
	min-height: 68px;
}

.ns-brochure-title-block {
	text-align: center;
}

.ns-brochure-kicker {
	color: var(--color-label-text);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 0.35rem;
	text-transform: uppercase;
}

.ns-brochure-title-block h1 {
	font-size: 2.1rem;
	line-height: 1;
	margin: 0;
}

.ns-brochure-builder,
.ns-brochure-site-name {
	color: var(--color-muted-text);
	font-size: 0.94rem;
	margin: 0.25rem 0 0;
}

.ns-brochure-builder-brand {
	align-items: end;
	display: flex;
	height: 68px;
	justify-content: end;
}

.ns-brochure-builder-logo {
	height: 68px;
	max-width: 170px;
	object-position: right center;
	width: 100%;
}

.ns-brochure-builder-logo--southern-energy-homes,
.ns-brochure-builder-logo--southern-energy {
	height: auto;
	max-height: 86px;
	max-width: none;
	width: 158px;
}

.ns-brochure-spec-row {
	display: grid;
	gap: 0.55rem;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-bottom: 0.8rem;
}

.ns-brochure-spec-pill {
	background: var(--color-surface-muted);
	border: 1px solid var(--color-border);
	border-radius: 16px;
	padding: 0.6rem 0.75rem;
}

.ns-brochure-spec-label {
	color: var(--color-muted-text);
	display: block;
	font-size: 0.72rem;
	margin-bottom: 0.18rem;
	text-transform: uppercase;
}

.ns-brochure-spec-value {
	display: block;
	font-size: 0.92rem;
}

.ns-brochure-floorplan-card,
.ns-brochure-copy-card,
.ns-brochure-features-card,
.ns-brochure-details-card {
	background: var(--color-card);
	border: 1px solid var(--color-border);
	border-radius: 20px;
}

.ns-brochure-floorplan-section,
.ns-brochure-about-section,
.ns-brochure-lower {
	margin-bottom: 0.8rem;
}

.ns-brochure-floorplan-card {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 4.8in;
	overflow: hidden;
	padding: 0.75rem;
}

.ns-brochure-floorplan-card img,
.ns-brochure-builder-logo {
	display: block;
	max-width: 100%;
}

.ns-brochure-floorplan-card img {
	height: auto;
	max-height: 4.55in;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
	width: auto;
}

.ns-brochure-copy-card,
.ns-brochure-features-card {
	padding: 0.9rem 1rem;
}

.ns-brochure-floorplan-price {
	color: var(--color-text);
	margin-top: 0.55rem;
	text-align: right;
}

.ns-brochure-floorplan-price p {
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
}

.ns-brochure-copy-card p {
	color: var(--color-text);
	font-size: 0.88rem;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
}

.ns-brochure-front-notes {
	color: var(--color-text);
	display: grid;
	font-size: 0.8rem;
	font-weight: 500;
	gap: 0.3rem;
	line-height: 1.45;
}

.ns-brochure-front-notes p {
	margin: 0;
}

.ns-brochure-copy-card h2,
.ns-brochure-features-card h2 {
	font-size: 1.05rem;
	margin: 0 0 0.55rem;
}

.ns-brochure-feature-groups {
	column-gap: 1.1rem;
	columns: 2;
}

.ns-brochure-feature-group {
	break-inside: avoid;
	margin-bottom: 0.7rem;
}

.ns-brochure-feature-group h3 {
	color: var(--color-navy);
	font-size: 0.88rem;
	margin: 0 0 0.25rem;
}

.ns-brochure-feature-group ul {
	display: grid;
	gap: 0.2rem;
	margin: 0;
	padding-left: 1.15rem;
}

.ns-brochure-feature-group li {
	color: var(--color-text);
	font-size: 0.88rem;
	font-weight: 500;
	line-height: 1.35;
}

.ns-brochure-floorplan-empty {
	color: var(--color-text);
	font-weight: 500;
	text-align: center;
}

@media (max-width: 960px) {
	.ns-brochure-page {
		padding: 1rem;
	}

	.ns-brochure-sheet {
		min-height: auto;
		padding: 1.1rem;
	}

	.ns-brochure-header {
		grid-template-columns: 1fr;
	}

	.ns-brochure-builder-brand {
		align-items: start;
		height: auto;
		justify-content: start;
	}

	.ns-brochure-builder-logo {
		height: 56px;
		width: auto;
	}

	.ns-brochure-builder-logo--southern-energy-homes,
	.ns-brochure-builder-logo--southern-energy {
		transform: scale(1.18);
		transform-origin: left center;
	}

	.ns-brochure-feature-groups {
		columns: 1;
	}

	.ns-brochure-builder-brand {
		justify-content: start;
	}

	.ns-brochure-spec-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media print {
	:root {
		color-scheme: light only;
	}

	* {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}

	@page {
		margin: 0.35in;
		size: letter portrait;
	}

	body.ns-model-brochure-page {
		background: #fff;
	}

	.ns-brochure-builder,
	.ns-brochure-site-name,
	.ns-brochure-spec-label,
	.ns-brochure-copy-card p,
	.ns-brochure-front-notes,
	.ns-brochure-feature-group li,
	.ns-brochure-floorplan-empty {
		color: #111;
	}

	.ns-brochure-page {
		padding: 0;
	}

	.ns-brochure-controls {
		display: none;
	}

	.ns-brochure-sheet {
		border: 0;
		box-shadow: none;
		margin: 0;
		max-width: none;
		min-height: auto;
		padding: 0;
	}

	.ns-brochure-print-page--front {
		break-after: page;
		page-break-after: always;
	}

	.ns-brochure-print-page--back {
		break-before: page;
		page-break-before: always;
	}
}
