/* ==========================================================================
 * Baffle Ceiling Page
 * ========================================================================== */

.baf-page {
	max-width: 100%;
	overflow-x: hidden;
}

.baf-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 30px;
}

/* ==========================================================================
 * Hero
 * ========================================================================== */
.baf-hero {
	padding: 40px 0 20px;
}

.baf-hero__title {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	color: #222;
	margin: 0 0 16px;
}

.baf-hero__intro {
	font-size: 15px;
	line-height: 1.6;
	color: #444;
	margin: 0 0 12px;
}

.baf-hero__list {
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	padding-left: 20px;
	margin: 0;
}

.baf-hero__list li {
	margin-bottom: 4px;
}

/* Banner */
.baf-banner {
	padding: 10px 0 0;
}

.baf-banner img {
	width: 100%;
	height: auto;
	display: block;
}

/* ==========================================================================
 * CTA Bar
 * ========================================================================== */
.baf-cta-bar {
	margin-top: 20px;
	/* No full-bleed background — the grey panel is confined to the container. */
}

.baf-cta-bar > .baf-container {
	background: #f2f2f2;
	padding: 28px 32px;
	text-align: center;
}

.baf-cta-bar p {
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	margin: 0 0 16px;
}

.baf-cta-bar__btn {
	display: inline-block;
	padding: 12px 28px;
	background: #607d8b;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #fff;
	transition: background 0.2s, color 0.2s;
}

.baf-cta-bar__btn:hover {
	background: #fff;
	color: #607d8b;
	border-color: #607d8b;
}

/* ==========================================================================
 * Benefits
 * ========================================================================== */
.baf-benefits {
	padding: 80px 0 40px;
}

.baf-benefits__title {
	font-size: 28px;
	font-weight: 700;
	color: #222;
	margin: 0 0 30px;
	line-height: 1.2;
	text-align: center;
}

.baf-benefits__row {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 30px;
	align-items: start;
	margin-bottom: 30px;
}

.baf-benefits__img img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 5 / 4;
	object-fit: cover;
}

.baf-benefits__text {
	font-size: 14px;
	line-height: 1.8;
	color: #555;
}

.baf-benefits__text p {
	margin: 0 0 14px;
}

.baf-benefits__text ul {
	padding-left: 20px;
	margin: 0;
}

.baf-benefits__text ul li {
	margin-bottom: 6px;
}

.baf-benefits__options {
	background: #f2f2f2;
	padding: 20px 24px;
	margin-top: 20px;
}

.baf-benefits__options p {
	font-size: 15px;
	color: #333;
	margin: 0 0 10px;
}

.baf-benefits__options ul {
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	padding-left: 20px;
	margin: 0;
}

.baf-benefits__options ul li {
	margin-bottom: 4px;
}

/* ==========================================================================
 * Series Options
 * ========================================================================== */
.baf-series {
	padding: 60px 0 40px;
	background: #f2f2f2;
}

.baf-series__title {
	font-size: 28px;
	font-weight: 700;
	color: #222;
	text-align: center;
	margin: 0 0 12px;
	line-height: 1.2;
}

.baf-series__subtitle {
	font-size: 14px;
	text-align: center;
	color: #555;
	margin: 0 0 20px;
}

.baf-sep {
	border: none;
	border-top: 1px solid #e0dede;
	margin: 20px 0;
}

.baf-series__row {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 30px;
	align-items: start;
	margin-bottom: 30px;
}

.baf-series__desc h3 {
	font-size: 18px;
	color: #222;
	margin: 0 0 12px;
	line-height: 1.3;
}

.baf-series__desc p {
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	margin: 0;
}

.baf-series__portfolio {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.baf-series__card {
	display: block;
	border: 1px solid #ebeaea;
	border-bottom-width: 3px;
	text-decoration: none;
	overflow: hidden;
	transition: box-shadow 0.3s;
}

.baf-series__card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.baf-series__card img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 300 / 214;
	object-fit: cover;
}

.baf-series__card-title {
	display: block;
	padding: 10px 12px;
	font-size: 13px;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
}

/* ==========================================================================
 * Size Options
 * ========================================================================== */
.baf-sizes {
	padding: 60px 0 20px;
}

.baf-sizes__title {
	font-size: 28px;
	font-weight: 700;
	color: #222;
	margin: 0 0 16px;
	line-height: 1.2;
}

.baf-sizes p {
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	margin: 0 0 10px;
}

/* ==========================================================================
 * Color Options
 * ========================================================================== */
.baf-colors {
	padding: 0 0 30px;
}

.baf-colors__title {
	font-size: 28px;
	font-weight: 700;
	color: #222;
	margin: 0 0 16px;
	line-height: 1.2;
}

.baf-colors__text {
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	margin-bottom: 24px;
}

.baf-colors__text p {
	margin: 0 0 10px;
}

.baf-colors__text ul {
	padding-left: 20px;
	margin: 0 0 10px;
}

.baf-colors__text ul li {
	margin-bottom: 4px;
}

.baf-colors__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.baf-colors__item {
	text-align: center;
}

.baf-colors__item img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 5 / 3;
	object-fit: cover;
}

.baf-colors__caption {
	font-size: 14px;
	margin: 10px 0 0;
	color: #333;
}

.baf-colors__caption a {
	color: #607d8b;
	text-decoration: none;
}

.baf-colors__caption a:hover {
	color: #37474f;
	text-decoration: underline;
}

/* ==========================================================================
 * Installation
 * ========================================================================== */
.baf-install {
	padding: 70px 0 40px;
}

.baf-install__row {
	display: block;
}

.baf-install__info {
	background: #f2f2f2;
	padding: 30px 24px;
}

.baf-install__title {
	font-size: 28px;
	font-weight: 700;
	color: #222;
	text-align: center;
	margin: 0 0 22px;
	line-height: 1.2;
}

.baf-install__photos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin: 0 0 22px;
	text-align: center;
}

.baf-install__photos img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
}

.baf-install__info p {
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	margin: 0;
}

.baf-install__video-wrap {
	position: relative;
	padding-top: 60%;
	max-width: 600px;
}

.baf-install__video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.baf-install__video-caption {
	font-size: 14px;
	color: #555;
	text-align: center;
	margin: 10px 0 0;
}

/* ==========================================================================
 * FAQ
 * ========================================================================== */
.baf-faq {
	padding: 50px 0 60px;
	background: #f2f2f2;
}

.baf-faq__title {
	font-size: 28px;
	font-weight: 700;
	color: #222;
	text-align: center;
	margin: 0 0 12px;
	line-height: 1.2;
}

.baf-faq__subtitle {
	font-size: 14px;
	text-align: center;
	color: #555;
	margin: 0 0 30px;
}

.baf-faq__list {
	max-width: 900px;
	margin: 0 auto;
}

.baf-faq__item {
	border-bottom: 1px solid #e0dede;
	transition: border-color 0.2s;
}

.baf-faq__item:hover {
	border-color: #ccc;
}

.baf-faq__question {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 0;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	text-align: left;
	line-height: 1.6;
	transition: color 0.2s;
}

.baf-faq__question:hover {
	color: #2ba0a3;
}

.baf-faq__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	min-width: 22px;
	background: #333;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	transition: background 0.2s;
}

.baf-faq__question:hover .baf-faq__icon,
.baf-faq__question[aria-expanded="true"] .baf-faq__icon {
	background: #2ba0a3;
}

.baf-faq__question[aria-expanded="true"] .baf-faq__icon::after {
	content: '';
}

.baf-faq__answer {
	display: none;
	padding: 0 0 20px 34px;
	font-size: 14px;
	line-height: 1.7;
	color: #555;
}

.baf-faq__answer.is-open {
	display: block;
}

.baf-faq__answer img {
	max-width: 300px;
	height: auto;
	display: block;
	margin: 12px 0;
}

.baf-faq__answer p {
	margin: 0 0 10px;
}

.baf-faq__answer ol {
	padding-left: 20px;
	margin: 0 0 10px;
}

.baf-faq__answer ol li {
	margin-bottom: 10px;
}

.baf-faq__media-row {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 20px;
	align-items: start;
}

.baf-faq__media-row img {
	margin: 0;
}

.baf-faq__media-row p,
.baf-faq__media-text p {
	margin: 0 0 8px;
}
.baf-faq__media-text p:last-child {
	margin-bottom: 0;
}

.baf-faq__cta-btn {
	display: inline-block;
	padding: 12px 28px;
	background: #607d8b;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s;
	margin-top: 8px;
}

.baf-faq__cta-btn:hover {
	background: #37474f;
}

/* ==========================================================================
 * Contact Form
 * ========================================================================== */
.baf-contact {
	padding: 40px 0 60px;
}

.baf-contact__wrap {
	max-width: 600px;
	margin: 0 auto;
}

.baf-contact__heading {
	font-size: 19px;
	font-weight: 400;
	color: #000;
	margin: 0 0 24px;
	line-height: 1.84;
}

.baf-contact__icon {
	margin-right: 6px;
}

.baf-contact__field {
	margin-bottom: 16px;
}

.baf-contact__field label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-bottom: 6px;
}

.baf-required {
	color: #e53935;
}

.baf-contact__field input,
.baf-contact__field textarea {
	width: 100%;
	padding: 10px 12px;
	font-size: 14px;
	border: 1px solid #ccc;
	background: #fff;
	transition: border-color 0.2s;
	box-sizing: border-box;
}

.baf-contact__field input:focus,
.baf-contact__field textarea:focus {
	border-color: #607d8b;
	outline: none;
}

.baf-contact__submit {
	display: inline-block;
	padding: 12px 32px;
	background: #607d8b;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	transition: background 0.2s;
}

.baf-contact__submit:hover {
	background: #37474f;
}

/* ==========================================================================
 * Responsive
 * ========================================================================== */
@media (max-width: 960px) {
	.baf-hero__title {
		font-size: 32px;
	}

	.baf-benefits__row {
		grid-template-columns: 1fr;
	}

	.baf-series__row {
		grid-template-columns: 1fr;
	}

	.baf-install__row {
		grid-template-columns: 1fr;
	}

	.baf-install__info {
		margin-top: 0;
	}

	.baf-faq__media-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.baf-container {
		padding: 0 20px;
	}

	.baf-hero__title {
		font-size: 26px;
	}

	.baf-benefits__title,
	.baf-series__title,
	.baf-sizes__title,
	.baf-colors__title {
		font-size: 22px;
	}

	.baf-series__portfolio {
		grid-template-columns: 1fr;
	}

	.baf-colors__grid {
		grid-template-columns: 1fr;
	}

	.baf-faq__title {
		font-size: 22px;
	}

	.baf-install__title {
		font-size: 22px;
	}
}
