/*
Theme Name: Seasoned Exteriors
Description: Block theme for Seasoned Exteriors
Version: 1.0.0
Requires at least: 6.4
*/

/* ── Form + FAQ split ──────────────────────────────────────────────────────
   The estimate-form and faq-accordion are full-width section blocks. Grouped
   with .se-form-faq-split, they sit side-by-side on desktop and stack on
   mobile. Both blocks use a white bg so the column gap is seamless. */
.se-form-faq-split {
	max-width: 1200px;
	margin-inline: auto;
}

@media (min-width: 900px) {
	.se-form-faq-split {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: start;
		gap: 1rem;
	}

	/* cancel the group's block-gap margin so both columns top-align */
	.se-form-faq-split > * {
		margin-block: 0;
	}
}

/* ── Header sizing for the stacked SE logo ──────────────────────────────────
   The logo is a stacked (icon-over-wordmark) lockup, so the nav bar needs more
   height than a typical horizontal logo to keep "SEASONED EXTERIORS" legible. */
.se-nav-header .se-nav-header__inner {
	height: 96px;
}
