:root {
	--lv-dark: #14181a;
	--lv-dark-2: #0b0d0e;
	--lv-orange: #EA841D;
	--lv-orange-light: #e3ac5e;
	--lv-cream: #f0e9d8;
	--lv-sage: #7c9686;
	--lv-teal: #5d7b6c;
	--lv-text-light: #d7d7d2;
	--lv-white: #ffffff;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}
body {
	background: var(--lv-dark);
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	margin: 0;
	color: var(--lv-white);
}

.site-wrapper {
	position: relative;
}
* {
    padding:0;
    margin:0;
    box-sizing:border-box;
}
/* Shared page container, capped at 1800px as specified. */
.lv-container {
	width: 100%;
	max-width: 1800px;
	margin-inline: auto;
	padding-inline: 60px;
}



/* Header */
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	padding: clamp(16px, 4vh, 40px) 0;
}

.site-logo__icon {
	width: 56px;
	height: 56px;
	margin-right: 14px;
	flex-shrink: 0;
}

.site-logo__text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.site-logo__brand {
	font-weight: 700;
	letter-spacing: .12em;
	color: var(--lv-orange);
	font-size: 24px;
}

.site-logo__tagline {
	font-weight: 500;
	letter-spacing: .3em;
	color: var(--lv-sage);
	font-size: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 2px;
}

.site-logo__tagline span {
	flex: 1;
	height: 1px;
	background: rgba(124, 150, 134, .5);
	display: block;
	max-width: 26px;
}

.header-phone-badge {
    background: var(--lv-white);
    border-radius: 100px;
    padding: 12px 32px;
    text-align: center;
}

.header-phone-badge__label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 6.2%;
    color: #040F04;
}
.header-phone-badge__number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 600;
    color: var(--lv-orange);
    font-size: 26px;
    line-height: 26px;
    margin-top: 4px;
}

.header-phone-badge__icon {
	width: 15px;
	height: 15px;
}
.header-phone-badge:hover .header-phone-badge__label,
.header-phone-badge:hover span.header-phone-badge__number {
    color: #fff;
}
.header-phone-badge:hover {
    background: #ea841d;
    color: #fff;
}
.header-phone-badge:hover svg path{
	stroke: #fff;
}
/* Hero / Coming Soon — the whole page is designed to fit in one fold (no scroll). */
.coming-soon-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: var(--lv-dark);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 175px 0 100px;
}

/*.coming-soon-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(10, 12, 11, .97) 0%, rgba(10, 12, 11, .93) 38%, rgba(10, 12, 11, .55) 62%, rgba(10, 12, 11, .12) 100%);
}*/
.coming-soon-hero::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(8, 19, 14, 0.6);
    position: absolute;
}
.coming-soon-hero__inner {
    position: relative;
    z-index: 2;
}

.coming-soon-heading {
	font-family: 'Hedvig Letters Serif', Georgia, serif;
	font-size: 80px;
	color: var(--lv-white);
	margin: 0;
	font-weight: 400;
	line-height: 1.1;
}

.coming-soon-heading__accent {
	color: var(--lv-orange);
}

.coming-soon-divider {
    width: 100%;
    height: 2px;
    margin: 30px 0;
    background: linear-gradient(90deg, var(--lv-orange) 0%, rgba(217, 154, 69, 0) 100%);
}

.coming-soon-description {
	font-family: 'Google Sans Flex', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: var(--lv-text-light);
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 30px;
}

/* ACF's WYSIWYG editor wraps the content in a <p> (or several) — clamp the
   first paragraph so long copy still respects the one-fold layout. */


.coming-soon-description p:last-child {
	margin-bottom: 0;
}

.coming-soon-description a {
	color: var(--lv-orange);
}

/* Contact Form 7 "Notify Me" bar */
.notify-form {
	max-width: 600px;
}

.notify-form .wpcf7-form {
	margin: 0;
}

.notify-form .wpcf7-form-control-wrap {
	display: block;
	flex: 1 1 auto;
}

.notify-form .wpcf7-form p {
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 255, 255, .2);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 50px;
	padding: 7px 6px 7px 26px;
	flex-wrap: wrap;
	margin: 0;
}

.notify-form .wpcf7-form p br {
	display: none;
}

/* CF7's default loading spinner keeps its layout box even while
   invisible (visibility:hidden) and wraps onto its own line once the
   email field + button fill the row width — that invisible second line
   was the "gap" underneath the pill. Drop it from the flex flow entirely. */
.notify-form .wpcf7-spinner {
	display: none;
}

.notify-form input[type="email"] {
	width: 100%;
	background: transparent;
	border: none;
	color: var(--lv-white);
	font-size: 14px;
	outline: none;
	min-width: 140px;
	padding: 10px 0;
}

.notify-form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, .55);
}

.notify-form input[type="submit"] {
    flex: 0 0 auto;
    background: var(--lv-orange);
    color: var(--lv-white);
    border: none;
    border-radius: 70px;
    padding: 12px 32px;
    font-family: 'Google Sans Flex', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    transition: background .2s ease;
    line-height: 1.334;
}

.notify-form input[type="submit"]:hover {
	background: var(--lv-orange-light);
}

.notify-form .wpcf7-not-valid-tip {
    color: #ff8a80;
    font-size: 12px;
    margin-top: 8px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    right: 0;
    text-align: right;
}

.notify-form .wpcf7-response-output {
    color: var(--lv-text-light);
    border-color: rgba(255, 255, 255, .25) !important;
    border-radius: 0;
    margin: 14px 0 0 !important;
    font-size: 13px;
    border: 0 !important;
    text-align: center;
}

/* Footer */
.site-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 22px 0;
	text-align: center;
}

.site-footer__text {
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	margin: 0;
}

.site-footer__text a {
	color: rgba(255, 255, 255, .85);
	text-decoration: underline;
}
main.page-section {
    padding-top: 140px;
    padding-bottom: 70px;
}
main.page-section.error-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 1300px) {
.site-header {
    padding: 15px 0;
}
}
@media (max-width: 1199px) {
a.custom-logo-link {
    max-width: 250px;
}
.header-phone-badge__number {
     font-size: 22px;
    line-height: 23px;
}

.notify-form {
    max-width: 100%;
}	

}
@media (min-width: 768px) {
.coming-soon-hero {
    overflow: hidden;
}
}
@media (max-width: 991px) {
	.lv-container {
		padding-inline: 24px;
	}

}
@media (max-width: 767px) {
a.custom-logo-link {
    max-width: 180px;
}
	.header-logo a.custom-logo-link {
    max-width: 250px;
    margin: auto;
    text-align: center;
}
.header-phone-badge__number {
    gap: 0;
    font-weight: 600;
    color: var(--lv-orange);
    font-size: 0;
    line-height: 0;
    margin-top: 0px;
}
.header-phone-badge__number svg {
    width: 28px;
    height: 28px;
}
.header-phone-badge {
    border-radius: 10px;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-header {
     padding: 10px 0;
}
.lv-container {
    padding-inline: 15px;
}
.coming-soon-heading {
    font-size: 48px;
}
.header-phone-badge__label {
   display: none;
}
}
@media (max-width: 575px) {
.coming-soon-hero {
    padding: 50px 0 40px;
}
	.header-phone-badge__label {
		display: none;
	}
	.wpcf7-form-control-wrap {
    width: 200px;
}
.notify-form input[type="submit"] {
    font-size: 14px;
}
	.site-logo__icon {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	.site-logo__brand {
		font-size: 18px;
	}
	
	.notify-form .wpcf7-form p {
		padding: 5px 5px 5px 18px;
	}
	.notify-form input[type="submit"] {
		padding: 10px 22px;
	}
}
@media (max-height: 480px) {
.site-footer {
		padding: 8px 0;
	}
}