.pp-coming-soon {
	--pp-coming-red: #b51520;
	min-height: 100vh;
	background: #020202;
}

.pp-coming-soon:before {
	content: "";
	position: fixed;
	z-index: 240;
	inset: 0;
	border: 1px solid rgba(181, 21, 32, .65);
	pointer-events: none;
}

.pp-coming-soon #pp-main,
.pp-coming-hero {
	min-height: 100svh;
}

.pp-coming-hero {
	height: 100vh;
	max-height: none;
	border-bottom: 0;
}

.pp-coming-hero .pp-goth-hero-art {
	inset: 0;
}

body .pp-coming-soon .pp-coming-wordmark {
	position: absolute;
	z-index: 2;
	top: 48px;
	right: 0;
	left: 0;
	margin: 0;
	color: #fff !important;
	font-family: "Pirata One", Georgia, serif !important;
	font-size: 39px !important;
	font-weight: 400 !important;
	line-height: .78 !important;
	letter-spacing: -.06em !important;
	text-align: center;
	text-transform: none !important;
}

body .pp-coming-soon .pp-coming-wordmark:after {
	content: "Nairobi · Gothic One";
	display: block;
	margin-top: 10px;
	font-family: Cinzel, Inter, Arial, sans-serif !important;
	font-size: 6px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	letter-spacing: .44em !important;
	text-transform: uppercase !important;
}

.pp-coming-copy {
	position: absolute;
	z-index: 2;
	right: 20px;
	bottom: clamp(70px, 11vh, 120px);
	left: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

body .pp-coming-soon .pp-coming-kicker.pp-calligraphy {
	margin: 0 0 14px;
	color: #d1cdc6 !important;
	font-family: "Pirata One", Georgia, serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	letter-spacing: .02em !important;
	text-transform: none !important;
	text-shadow: 0 2px 7px #000;
}

body .pp-coming-soon .pp-coming-copy h1.pp-calligraphy,
body .pp-coming-soon #pp-coming-title.pp-calligraphy {
	margin: 0 0 18px;
	color: #fff !important;
	font-family: "Pirata One", Georgia, serif !important;
	font-size: clamp(48px, 6.5vw, 84px) !important;
	font-weight: 700 !important;
	line-height: .92 !important;
	letter-spacing: .02em !important;
	text-transform: none !important;
	text-shadow: 0 5px 20px #000;
}

body .pp-coming-soon .pp-coming-message {
	max-width: 580px;
	margin: 0 auto 28px;
	color: #aaa !important;
	font-family: Georgia, serif !important;
	font-size: 17px !important;
	line-height: 1.75 !important;
	text-shadow: 0 2px 8px #000;
}

body .pp-coming-soon .pp-coming-instagram {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	min-width: 260px;
	min-height: 58px;
	padding: 16px 28px;
	border: 1px solid var(--pp-coming-red);
	background: rgba(2, 2, 2, .78);
	color: #fff !important;
	letter-spacing: .12em;
	text-transform: uppercase;
	transition: .25s;
}

body .pp-coming-soon .pp-coming-instagram:hover,
body .pp-coming-soon .pp-coming-instagram:focus-visible {
	background: var(--pp-coming-red);
	box-shadow: 0 0 34px rgba(181, 21, 32, .48);
}

body .pp-coming-soon .pp-coming-instagram b {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

body .pp-coming-soon .pp-coming-instagram span.pp-calligraphy {
	font-family: "Pirata One", Georgia, serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: .02em !important;
	text-transform: none !important;
}

body .pp-coming-soon .pp-coming-location.pp-calligraphy {
	position: absolute;
	z-index: 2;
	right: 5vw;
	bottom: 24px;
	left: 5vw;
	margin: 0;
	color: rgba(255, 255, 255, .58) !important;
	font-family: "Pirata One", Georgia, serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	letter-spacing: .04em !important;
	text-align: center;
	text-transform: none !important;
}

@media (max-width: 700px) {
	.pp-coming-soon:before {
		display: none;
	}

	.pp-coming-hero {
		height: 100svh;
		min-height: 600px;
	}

	body .pp-coming-soon .pp-coming-wordmark {
		top: 20px;
		font-size: 27px !important;
	}

	body .pp-coming-soon .pp-coming-wordmark:after {
		margin-top: 7px;
		font-size: 4px !important;
	}

	body .pp-coming-soon .pp-goth-hero-meta.pp-calligraphy {
		top: 14px;
		font-size: 11px !important;
	}

	.pp-coming-copy {
		bottom: clamp(45px, 8vh, 70px);
		padding: 0 20px;
	}

	body .pp-coming-soon .pp-coming-kicker.pp-calligraphy {
		max-width: 320px;
		margin-bottom: 12px;
		font-size: 16px !important;
	}

	body .pp-coming-soon .pp-coming-copy h1.pp-calligraphy,
	body .pp-coming-soon #pp-coming-title.pp-calligraphy {
		margin-bottom: 16px;
		font-size: clamp(38px, 11vw, 56px) !important;
	}

	body .pp-coming-soon .pp-coming-message {
		max-width: 320px;
		margin-bottom: 22px;
		font-size: 14px !important;
		line-height: 1.6 !important;
	}

	body .pp-coming-soon .pp-coming-instagram {
		min-width: 230px;
		min-height: 54px;
		padding: 14px 22px;
	}

	body .pp-coming-soon .pp-coming-instagram span.pp-calligraphy {
		font-size: 16px !important;
	}

	body .pp-coming-soon .pp-coming-location.pp-calligraphy {
		bottom: 16px;
		font-size: 11px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pp-coming-instagram {
		transition: none;
	}
}
