.svg-logo {
	width: 135px;
	height: auto;
}

.archive .image_banner_wrap {
	display: grid;
	place-items: center;
	text-align: center;
}

.image_banner_title {
	color: #fff;
	font-size: 120px;
}


.text_box.bottom_text_box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 60px 0;
}

.tall_hero .text_box.bottom_text_box,
.short_hero .text_box.bottom_text_box {
	position: relative;
	bottom: unset;
	left: unset;
}


.text_box * {
	color: #fff;
	text-align: center;
}

.text_box.white_background * {
	color: rgb(var(--dark-blue));
}

.text_box.white_background a.fsd-btn {
	color: #fff !important;
}

.text_box h1 {
	font-family: "Dancing Script", cursive;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 60px;
}

.text_box .swatch_and_button {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	align-items: center;
}

.text_box .swatch_and_button a.fsd-btn {
	border: 1px solid #fff;
}

.text_box .swatch_and_button .swatch_wrap {
	display: grid;
	grid-template-columns: 60px auto;
	grid-gap: 15px;
	align-items: center;
}

.text_box .swatch_and_button .swatch_wrap .swatch {
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	background-size: cover;
	background-position: 50%;
}

.text_box .swatch_and_button .swatch_wrap .swatch_name {
	text-align: left;
}

.slider-outer-wrap+.text_box.bottom_text_box,
.video_banner+.text_box.bottom_text_box {
	position: relative;
}

.text_box.bottom_text_box p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}


.text_box.left_text_box {
	position: absolute;
	top: 30%;
	left: 0;
	width: 40%;
	min-width: 660px;
	padding: 48px 48px 48px 80px;
}

.text_box a {
	color: var(--pink) !important;
}

.text_box a:hover {
	color: var(--dark-pink) !important;
}



/* Background Video */
.background_video_wrap_outer {
	max-height: 100vh;
	width: 100%;
	overflow: hidden;
	padding: 0px;
}

.background_video_wrap_outer {
	position: relative;
	text-align: center;
	/* background-color: rgb(var(--dark-blue)); */
	/* background-image: url(/wp-content/themes/fsd/images/vimeo-1102744856.jpg); */
	background-image: url(/wp-content/uploads/2025/08/vimeo-1102744856-2-scaled.jpg);
	background-size: cover;
	background-position: 50% 50%;

}

.background_video_wrap_outer .background_video_wrap_inner {
	position: relative;
	display: flex;
}

.background_video_wrap_outer .background_video_spacer {
	width: 100%;
	padding-bottom: 56.25%;
}

.background_video_wrap_outer .background_video_wrap_inner-with-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.background_video_wrap_outer .background_video_spacer {
	width: 100%;
	padding-bottom: 56.25%;
}

.background_video_wrap_outer .background_video_wrap {
	z-index: 0;
}

.background_video_wrap_outer .background_video_wrap,
.background_video_wrap_outer .home-hero__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
}

.text_box_wrapper {
	display: block;
}

.text_box_wrapper_2 {
	display: none;
}


/* Image banner */

.image_banner_popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 99999999;
	padding-top: 30px;
	color: #fff;
	display: none;
}

.image_banner_popup.image_banner_popup_open {
	display: block;
}

.image_banner_popup_close_button {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 20px;
	text-align: right;
	cursor: pointer;
	font-size: 14px;
}

.image_banner_popup_close_button img {
	width: 25px;
	height: 25px;
	margin-left: 10px;
}

.image_banner_popup_image {
	height: calc(100vh - 80px);
	width: 100%;
	text-align: center;
}

.image_banner_popup_image img {
	max-height: 100%;
	margin-top: 15px;
}

.image_banner_popup_button {
	position: absolute;
	/* background-color: #fff; */
	right: 20px;
	bottom: 154px;
	padding: 7px;
	cursor: pointer;
	color: var(--dark-blue) !important;
	border: 1px solid var(--dark-blue);
	z-index: 10;
}

.tall_hero .image_banner_popup_button,
.short_hero .image_banner_popup_button {
	bottom: 30px;
}


.image_banner_popup_button img.magnifying-glass {
	display: inline-block;
	width: 40px;
	margin-right: 4px;
}

.image_banner_popup_button.image_banner_popup_button_2 {
	top: -50px;
	bottom: unset;
}

.left_text_box .image_banner_popup_button {
	display: none;
}

.image_banner_wrap_outer {
	position: relative;
}

.image_banner_wrap {
	display: block;
	height: calc(0px + 100vh);
	background-size: cover;
	background-position: 50% 50%;
}

.image_banner_wrap_outer.has_image_headline .image_banner_wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 42%, rgba(18, 28, 36, 0.30) 0%, rgba(18, 28, 36, 0.16) 28%, rgba(18, 28, 36, 0.00) 58%),
		linear-gradient(180deg, rgba(18, 28, 36, 0.16) 0%, rgba(18, 28, 36, 0.00) 40%);
	pointer-events: none;
}

.short_hero .image_banner_wrap {
	height: 600px;
}

.tall_hero .image_banner_wrap {
	height: 800px;
}

.image_banner_visual_headline_wrap {
	position: absolute;
	inset: 0;
	z-index: 6;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 120px 30px 80px;
	pointer-events: none;
}

.image_banner_visual_headline {
	position: relative;
	display: inline-block;
	max-width: min(1100px, 92vw);
	padding: 8px 14px;
	color: #fff;
	font-family: utopia-std-display, Courier New, serif;
	font-size: clamp(3.4rem, 8vw, 9.8rem);
	line-height: 0.96;
	letter-spacing: -0.03em;
	text-align: center;
	text-wrap: balance;
	text-shadow:
		0 1px 2px rgba(0, 0, 0, 0.75),
		0 5px 14px rgba(0, 0, 0, 0.42),
		0 14px 30px rgba(0, 0, 0, 0.20);
}

.image_banner_visual_headline::before {
	content: "";
	position: absolute;
	inset: -8px -18px;
	z-index: -1;
	background: radial-gradient(circle at center, rgba(20, 30, 40, 0.26) 0%, rgba(20, 30, 40, 0.14) 48%, rgba(20, 30, 40, 0.00) 74%);
	filter: blur(14px);
}


/* Video Banner */
.video_banner {
	position: relative;
	display: block;
	padding: 130px 50px 50px 50px;
	background-size: cover;
	background-position: 50% 50%;
}

.video_banner .overlay {
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.video_banner .video_banner_wrap {
	/*display: grid;
	align-items: center;*/
}

.video_banner .video {
	max-width: 1280px;
	height: auto;
	margin: auto auto;
	box-shadow: 0 0 50px #000;
}

.video_banner .video .video-container {
	position: relative;
	padding-bottom: 49.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	margin-bottom: 0;
	background-color: #000;
}

.video_banner_link_wrap {
	text-align: center;
	margin: 30px 0 0 0;
}

/* -- MD Breakpoint -- */
@media screen and (max-width: 1199px) {
	.image_banner_wrap,
	/*#backgroundVideo {
		height: 450px;
	}*/

	.short_hero .image_banner_wrap {
		height: 300px;
	}

	.tall_hero .image_banner_wrap {
		height: 450px;
	}

	.image_banner_visual_headline_wrap {
		padding: 100px 20px 50px;
	}

	.image_banner_visual_headline {
		max-width: min(900px, 94vw);
		padding: 6px 10px;
		font-size: clamp(1.9rem, 6vw, 4rem);
		line-height: 1;
	}

	.image_banner_visual_headline::before {
		inset: -6px -14px;
		filter: blur(12px);
	}

	.text_box_wrapper {
		display: none;
	}

	.text_box_wrapper_2 {
		display: block;
	}

	.text_box.bottom_text_box,
	.text_box.left_text_box {
		position: relative;
		top: unset;
		bottom: unset;
		left: unset;
		width: 100%;
		padding: 48px;
		min-width: unset;
	}

	.bottom_text_box .image_banner_popup_button,
	.left_text_box+.image_banner_popup_button {
		display: none;
	}

	.image_banner_popup_button.image_banner_popup_button_2 {
		display: block;
	}

}

/* -- XS Breakpoint -- */
@media screen and (max-width: 767px) {
	.image_banner_visual_headline_wrap {
		padding: 90px 15px 35px;
		align-items: flex-end;
	}

	.image_banner_visual_headline {
		max-width: calc(100vw - 30px);
		padding: 4px 8px;
		font-size: clamp(1.6rem, 7.4vw, 2.8rem);
		line-height: 1.02;
	}

	.image_banner_visual_headline::before {
		inset: -4px -10px;
		filter: blur(10px);
	}

	.video_banner {
		padding: 130px 15px 15px 15px;
	}

	.video_banner_link_wrap {
		margin: 15px 0 0;
	}


	.text_box h1,
	.script {
		font-size: 40px;
	}

	h2 {
		font-size: 24px;
	}
}


@media screen and (max-width: 650px) {
	.text_box .swatch_and_button {
		grid-template-columns: 1fr;
	}

	.text_box .swatch_and_button .swatch_wrap {
		justify-content: center;
	}
}
