.ab-section-heading {
	width: 100%;
	max-width: calc(800px + 3rem);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ab-section-heading__title {
	margin: 0 0 1.25rem !important;
	margin-block-start: 0 !important;
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: clamp(2rem, 4vw, 3rem) !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	color: #5C534D !important;
}

.ab-section-heading__desc {
	font-size: 1.1rem;
	line-height: 1.75;
	color: #7C6D65;
}

.ab-section-heading__desc p {
	margin: 0 0 0.75rem;
}

.ab-section-heading__desc a {
	color: #7C6D65;
	text-decoration: underline;
}

.ab-section-heading__desc a:hover {
	color: #D9BDAA;
}

.ab-section-heading__buttons {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 1.75rem;
}

.ab-section-heading__btn {
	display: inline-flex;
	align-items: center;
	padding: 0.75rem 2.5rem;
	background: #D9BDAA;
	color: #5C534D;
	font-size: 0.95rem;
	font-weight: 600;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.3s ease, color 0.3s ease;
}

.ab-section-heading__btn:hover {
	background: #E8D5C6;
	color: #5C534D;
}

.ab-section-heading__media {
	margin: 2rem auto 0;
	width: 100%;
}

.ab-section-heading__media img,
.ab-section-heading__media video {
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}

.ab-section-heading__media--video {
	position: relative;
}

.ab-section-heading__media--video video {
	cursor: pointer;
}

.ab-section-heading__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	border: none;
	border-radius: 50%;
	background: rgba(217, 189, 170, 0.95);
	color: #5C534D;
	cursor: pointer;
	transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}

.ab-section-heading__play:hover {
	transform: translate(-50%, -50%) scale(1.08);
	background: #E8D5C6;
}

.ab-section-heading__play svg {
	margin-left: 4px;
}

.ab-section-heading__media--video.is-playing .ab-section-heading__play {
	opacity: 0;
	pointer-events: none;
}
