/* Bellora CTA */

.bellora-cta {
	padding-block: var(--bellora-layout-section-y);
	background: var(--bellora-color-surface-invert);
	color: var(--bellora-color-on-invert);
	text-align: center;
}

.bellora-cta--light {
	background: var(--bellora-color-surface);
	color: var(--bellora-color-text);
}

.bellora-cta--cream {
	background: var(--bellora-color-surface-cream);
	color: var(--bellora-color-text);
}

.bellora-cta__inner {
	max-width: var(--bellora-layout-container);
	margin-inline: auto;
	padding-inline: var(--bellora-layout-container-pad);
}

.bellora-cta__label {
	margin: 0 0 clamp(1rem, 2.4vw, 1.75rem);
	font-family: var(--bellora-font-ui);
	font-size: var(--bellora-size-xs);
	font-weight: var(--bellora-weight-medium);
	letter-spacing: 0.28em;
	text-transform: uppercase;
	opacity: 0.7;
}

.bellora-cta__heading {
	max-width: 18em;
	margin: 0 auto;
	font-family: var(--bellora-font-display);
	font-size: clamp(2.25rem, 4.6vw, 4.25rem);
	font-weight: 300;
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: inherit;
}

.bellora-cta--light .bellora-cta__heading,
.bellora-cta--cream .bellora-cta__heading {
	color: var(--bellora-color-heading);
}

.bellora-cta__heading em {
	font-style: italic;
}

.bellora-cta__text {
	max-width: 34em;
	margin: clamp(1.25rem, 2.6vw, 2rem) auto 0;
	font-size: var(--bellora-size-base);
	line-height: var(--bellora-leading-relaxed);
	opacity: 0.85;
}

.bellora-cta__text p {
	margin: 0;
}

.bellora-cta__button {
	margin-top: clamp(1.75rem, 3.6vw, 3rem);
}

/* On the dark band the black pill would sink in — invert it. */
.bellora-cta--dark .bellora-cta__button {
	background: var(--bellora-color-on-invert);
	border-color: var(--bellora-color-on-invert);
	color: var(--bellora-color-surface-invert);
}

.bellora-cta--dark .bellora-cta__button:hover,
.bellora-cta--dark .bellora-cta__button:focus-visible {
	background: transparent;
	color: var(--bellora-color-on-invert);
	border-color: var(--bellora-color-on-invert);
}
