/**
 * Coming soon — full viewport (desktop e mobile).
 */

body.taberna38-body--coming-soon {
	overflow: hidden;
	margin: 0;
	max-width: 100%;
}

body.taberna38-body--coming-soon .taberna38-main {
	padding: 0;
	margin: 0;
	max-width: 100%;
	min-height: 0;
	height: auto;
}

.taberna38-page--coming-soon {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.taberna38-coming-soon {
	position: fixed;
	inset: 0;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	padding: var(--taberna38-layout-gutter);
	overflow: hidden;
	background-color: var(--taberna38-color-bg);
	color: var(--taberna38-color-text);
}

.taberna38-coming-soon--has-bg {
	background-color: #000000;
	background-image: var(--taberna38-coming-soon-bg-image, none);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
}

.taberna38-coming-soon__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.taberna38-coming-soon__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.taberna38-coming-soon__image,
.taberna38-coming-soon__bg img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center;
}

.taberna38-coming-soon__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0.35);
}

.taberna38-coming-soon__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: min(90rem, 100%);
	margin-inline: auto;
	text-align: center;
}

.taberna38-coming-soon .taberna38-text {
	max-width: 100%;
	margin-inline: auto;
	text-align: center;
}

.taberna38-coming-soon .taberna38-coming-soon__text {
	width: 100%;
	font-family: var(--taberna38-font-body);
	font-size: 100px;
	line-height: 1.1;
	font-weight: var(--taberna38-text-weight);
	text-align: center;
}

.taberna38-coming-soon__text :is(p, h1, h2, h3, h4, h5, h6, li, span, div, a) {
	font-size: inherit;
	line-height: inherit;
	text-align: center !important;
}

.taberna38-coming-soon__text p {
	margin-inline: auto;
}

.taberna38-coming-soon--has-bg .taberna38-coming-soon__text,
.taberna38-coming-soon--has-bg .taberna38-coming-soon__text a {
	color: inherit;
}

.taberna38-coming-soon__text > :first-child {
	margin-top: 0;
}

.taberna38-coming-soon__text > :last-child {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.taberna38-coming-soon .taberna38-coming-soon__text {
		font-size: 40px;
		line-height: 1.25;
	}

	.taberna38-coming-soon__text :is(p, h1, h2, h3, h4, h5, h6, li, span, div, a) {
		text-align: center !important;
	}
}
