.ppp-interior-hero {
	position: relative;
	overflow: hidden;
}

.ppp-interior-hero::after {
	content: "";
	display: block;
	height: 20px;
	background-image: url("../../assets/images/bokah-pattern.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ppp-interior-hero__media {
	position: relative;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	min-height: clamp(15rem, 56vw, 34rem);
	background-color: var(--wp--custom--color--neutral-900);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.ppp-interior-hero.alignfull > .ppp-interior-hero__media {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.ppp-interior-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	pointer-events: none;
}

.ppp-interior-hero__inner {
	position: relative;
	z-index: 1;
	max-width: var(--wp--custom--layout--wide);
	min-height: inherit;
	margin-left: auto;
	margin-right: auto;
	padding: var(--wp--custom--layout--padding);
	display: flex;
	align-items: flex-end;
}

.ppp-interior-hero__title {
	margin: 0;
	width: 100%;
	text-align: center;
	color: var(--wp--preset--color--background);
	font-family: var(--wp--preset--font-family--display);
	font-size: var(--wp--preset--font-size--titan);
	font-weight: 800;
	line-height: var(--wp--custom--line-height--tiny);
	text-transform: uppercase;
	padding-bottom: var(--wp--custom--layout--block-gap-large);
}

@media (max-width: 767px) {
	.ppp-interior-hero__title {
		padding-bottom: var(--wp--custom--layout--block-gap);
	}
}
