.aipa-generated-section {
	margin-block: 0;
	padding-block: clamp(3rem, 6vw, 6rem);
}

.aipa-generated-section > * + * {
	margin-block-start: 1.15rem;
}

.aipa-designed-cover {
	margin-block: 0;
}

.aipa-cover-inner {
	padding-block: clamp(4rem, 8vw, 7rem);
}

.aipa-section-hero h1,
.aipa-designed-cover h1 {
	font-size: clamp(2.5rem, 6vw, 5.25rem);
	line-height: 1;
	max-width: 12ch;
}

.aipa-generated-section h2 {
	font-size: clamp(2rem, 4vw, 3.75rem);
	line-height: 1.05;
	max-width: 13ch;
}

.aipa-generated-section h3 {
	font-size: clamp(1.15rem, 2vw, 1.5rem);
	line-height: 1.2;
}

.aipa-generated-section p {
	max-width: 68ch;
}

.aipa-eyebrow {
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.aipa-media-layout {
	gap: clamp(1.5rem, 4vw, 4rem);
}

.aipa-layout-cards .wp-block-column,
.aipa-layout-grid .wp-block-column {
	border: 1px solid currentColor;
	border-radius: 8px;
	padding: clamp(1rem, 2vw, 1.5rem);
}

.aipa-layout-band,
.aipa-section-cta {
	text-align: center;
}

.aipa-layout-band .wp-block-buttons,
.aipa-section-cta .wp-block-buttons {
	justify-content: center;
}

.aipa-image-placeholder-wrap {
	min-height: 18rem;
}

.aipa-image-placeholder {
	aspect-ratio: 4 / 3;
	background:
		linear-gradient(135deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.02)),
		repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04) 8px, transparent 8px, transparent 16px);
	border: 1px dashed currentColor;
	border-radius: 8px;
	display: grid;
	min-height: 18rem;
	opacity: 0.78;
	place-items: center;
}

.aipa-image-direction {
	opacity: 0.72;
}

@media (max-width: 781px) {
	.aipa-generated-section,
	.aipa-cover-inner {
		padding-block: 3rem;
	}

	.aipa-section-hero h1,
	.aipa-designed-cover h1,
	.aipa-generated-section h2 {
		max-width: none;
	}
}
