/* Wider than BP 5 */
@media screen and (min-width: 760px) {
	#wrap {
		margin-top: calc(-1 * var(--header-height));
	}
}

/* ---- Header ---- */
#header {
	transition: background-color 200ms ease 0ms;
	background-color: transparent;
}
.frankenmenu-desktop-menu-visible #header,
.search-bar-visible #header,
.usr-dropdown-visible #header,
.header-sticky #header {
	background-color: #000;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/* BP 5 */
@media screen and (max-width: 759px) {
	#header {
		background-color: #000;
	}
}

/* ---- Home banner ---- */
.section--home-banner {
	position: relative;
}
.section.section--home-banner {
	padding: 0;
	padding-bottom: 120px;
	background-size: cover;
}
.section--home-banner:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0);
	transition: all 250ms ease-in-out;
	z-index: 0;
}

.discreet-mode-on .section--home-banner:after {
	background-color: rgba(0, 0, 0, 0.95);
}

.home-banner-video {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 100vh;
	width: 100vw;
}

.home-banner-video {
	object-fit: cover;
}

@media only screen and (min-width: 122.5em) { /* 1960px */
	.home-banner-video {
		width: 1960px;
	}
}

@media screen and (max-width: 1235px) {
	.home-banner-video {
		min-height: 100%;
	}
}

/* Home banner content */
.home-banner-content-wrapper {
	padding-top: calc(50vh - 132px);
	padding-bottom: calc(50vh - 210px);
}
.home-banner-content {
	position: relative;
	text-align: center;
	color: #FFFFFF;
}
.home-banner-logo {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
    -webkit-box-align: center;
	align-items: center;
	z-index: 1;

}

.home-banner-logo__img {
	width: 100%;
	opacity: 0.5;
}

.home-banner-logo__img path {
	fill: rgb(243,242,238);
}
.home-banner-title {
	font-size: 9rem;
	font-family: cormorant-garamond, Baskerville, Garamond, serif;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin: 16px 0 0;
	line-height: 1.1;
}
.home-banner-subtitle {
	font-family: adelle-sans, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 3.6rem;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin: 0;
}

/* BP 1 */
@media screen and (max-width: 1235px) {
	.home-banner-title {
		font-size: 8.2rem;
	}
	.home-banner-subtitle {
		font-size: 3.3rem;
	}
	.home-banner-content-wrapper {
		/*
			logo height = 120px
			home banner padding-bottom: 120px;
			search bar = 102px

		*/
		padding-top: calc(50vh - 120px);
		padding-bottom: calc(50vh - 222px);
	}
}

/* BP 2 */
@media screen and (max-width: 1055px) {
	.home-banner-title {
		font-size: 6.6rem;
	}
	.home-banner-subtitle {
		font-size: 2.9rem;
	}
	.home-banner-logo {
		width: 115px;
		height: 115px;
		margin: 0 auto;
	}
	.home-banner-content-wrapper {
		/*
			logo height = 115px
			home banner padding-bottom: 120px;
			search bar = 235px
		*/
		padding-top: calc(50vh - 115px);
		padding-bottom: calc(50vh - 355px);
	}
}

@media screen and (max-width: 1055px) and (min-width: 62em) and (orientation: portrait) { /* 992px */
	.home-banner-content-wrapper {
		padding-top: calc(50vh - 115px);
		padding-bottom: calc(50vh - 355px);
	}
}

@media screen and (max-width: 1055px) and (min-width: 62em) and (orientation: landscape) { /* 992px */
	.home-banner-content-wrapper {
		padding-top: calc(50vh - 120px);
		padding-bottom: calc(50vh - 214px);
	}
}

/* BP 3 */
@media screen and (max-width: 855px) {
	.home-banner-title {
		font-size: 5.5rem;
		margin-bottom: 4px;
	}
	.home-banner-subtitle {
		font-size: 2.6rem;
	}
	.home-banner-logo {
		width: 93px;
		height: 93px;
		margin: 0 auto;
	}
	.home-banner-content-wrapper {
		/*
			logo height = 93px
			home banner padding-bottom: 120px;
			search bar = 235px
		*/
		padding-top: calc(50vh - 93px);
		padding-bottom: calc(50vh - 355px);
	}
	.section.section--home-banner {
		padding-bottom: 120px;
	}
}

/* BP 4 */
@media screen and (max-width: 760px) {
	.section.section--home-banner {
		padding-bottom: 80px;
	}
	.home-banner-content-wrapper {
		/*
			header = 110px
			logo height = 93px
			home banner padding-bottom: 80px;
			search bar = 338px
		*/
		padding-top: calc(50vh - 300px);
		padding-bottom: calc(50vh - 321px);
	}
	.home-banner-title {
		font-size: 4.5rem;
	}
	.home-banner-subtitle {
		font-size: 2.3rem;
	}
}

/* BP 5 */
@media screen and (max-width: 600px) {
	.home-banner-title {
		font-size: 3.5rem;
	}
	.home-banner-subtitle {
		font-size: 1.8rem;
	}
}

/* BP 6 */
@media screen and (max-width: 500px) {
	.home-banner-title {
		font-size: 2.7rem;
	}
	.home-banner-subtitle {
		font-size: 1.6rem;
	}
}

/* Extra BP */
@media screen and (max-width: 318px) {
	.home-banner-title {
		font-size: 2.5rem;
	}
	.home-banner-subtitle {
		font-size: 1.5rem;
	}
}


/* ---- More button ---- */

.btn-more {
    position: absolute;
    top: calc(100% - 80px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    -webkit-appearance: none;
    background: none;
    border: none;
    outline: none;
    color: #ffffff;
	font-size: 1.2rem;
}

.btn-more .btn-more__txt {
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    clip: rect(0 0 0 0);
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

.btn-more:hover .btn-more__txt {
    height: 16px;
    width: 50px;
    overflow: visible;
    clip: auto;
}

.btn-more__content {
	display: block;
    position: relative;
    text-align: center;
}

.btn-more__circle {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 40px;
    box-shadow: 0 0.5rem 1rem rgba(49,51,53,.15);
	background-color: transparent;
    animation: bounceDown 2s infinite;
}

.btn-more__arw {
    position: absolute;
    top: calc(50% - 4px);
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
    display: block;
    width: 24px;
    height: 24px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #F3F2EE;
	border-right: 2px solid #F3F2EE;
	opacity: 0.66;
}

/* BP 4 */
@media screen and (max-width: 760px) {
	.btn-more {
		top: calc(100% - 60px);
	}
}


/* ---- Search bar ---- */
.section--home-banner .search-bar {
	position: relative;
	z-index: 1;
}

/* BP 3 */
@media screen and (max-width: 855px) {
	.home .search-bar-anchor {
		min-height: 235px;
	}
}

/* BP 4 */
@media screen and (max-width: 760px) {
	.home .search-bar-anchor {
		min-height: 201px;
	}
}

.sticky-search .section--home-banner .search-bar {
	position: fixed;
	z-index: 50;
}

/* BP 5 */
@media screen and (max-width: 759px) {
	.sticky-search .section--home-banner .search-bar {
		position: relative;
		top: auto;
	}
}
