html, body {
    margin: 0;
    height: auto;
    background: #000;
    overflow-x: hidden;
}

img {
	height:unset !important;
}

/* PARALAX LAYERS */

.parallax-layer {
    position: absolute;
    left: 0;
    width: 100%;
}

.parallax-layer img {
    width: 100%;
    display: block;
}


/* CONTENT */

#e-wrapper.content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 0px;
    font-family: sans-serif; width:100%; margin:auto;
}

.content {
	background: unset;
}

.image-stack {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.image-stack::before {
    content: "";
    display: block;
    padding-top: 59.9%;
}

.image-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    will-change: transform;
}

.layer-left { z-index: 1; }
.layer-right { z-index: 2; }


.image-stack::before {
    content: "";
    display: block;
    padding-top: 65.1%; 
}


/* PAGE TITLE */

.page-title {
    text-align: center;
    margin-top: 40px; 
	width:90%;
	max-width:1100px;
	margin:auto;
}

.page-title h1 {
    font-weight: normal;   
    line-height: 1.05;
    margin: 0;
	font-family: "FGrotesk-Demi", serif;
	font-size: 110px;
	margin-bottom: 50px;
}


/* PAGE SUB TITLE */

.sub-title {
    text-align: center;
    margin-top: 40px;
}
.sub-title h3{
    font-weight: normal;   
    line-height: 1.1;
    margin: 0;
	font-family: "FGrotesk-Demi", serif;
	font-size: 38px;
	margin-bottom: 50px;
}


/* PAGE 3 BUTTONS */

.content-wrapper {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between; 
    flex-wrap: wrap; 
}

.content-wrapper.content-wrapper {
	margin-top: 120px;
}

.three-buttons .content-wrapper {
	max-width:1400px;
}

.linkBtnCustom {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    font-family: "FGrotesk-Demi", serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 400px; 
    height: 31px;
    text-transform: uppercase;
    padding-top: 11px;
    letter-spacing: 0px;
}




/* LEFT RIGHT SIDES (ETOILE STORY SECTION) */

.content-full-width {
    width: 100%;
}

.content-wrapper {
    width: 90%;
    margin: auto;
}
.content-wrapper.two-columns {
	max-width: 1300px;
}

.content-full-width.etoile-story {
	margin-top:200px;
	margin-bottom:100px;
}

/* Flexbox for 2 columns */
.two-columns {
    display: flex;
    align-items: stretch; 
    gap: 20px; 
}

/* Left text column */
.text-column {
    flex: 1; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    text-align: left;
    padding: 20px; 
}

/* Right image column */
.image-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: right;
}

.image-column img {
    width: 100%;
    height: auto; 
    display: block;
	max-width:600px;
}


.pre-title h5{
    font-weight: normal;   
    line-height: 1.1;
    margin: 0;
	font-family: "FGrotesk-Demi", serif;
	font-size: 12px;
	margin-bottom: 15px;
}

.secondary-title h4 {
	font-weight: normal;   
    line-height: 1.14;
    margin: 0;
	font-family: "FGrotesk-Demi", serif;
	font-size: 30px;
	margin-bottom: 30px;
}

#e-wrapper p {
	font-weight: normal;   
    line-height: 1.3;
    margin: 0;
	margin-bottom: 22px;
	font-family: "FGrotesk-Demi", serif;
	font-size: 15px;
	color: white;
}




/* VINTAGES */

.vintages-row {
    display: flex;
    gap: 50px;                 
    align-items: stretch;     
}

.vintage-box {
    flex: 1;                  
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
}

.vintage-box .title {
    font-weight: 600;
    margin-bottom: 4px;
	font-size:20px;
	text-align:center;
}

.vintage-box .description {
    flex-grow: 1;            
	background-image:url('/assets/images/vintage-bg.png');
	background-size:cover;
	padding: 20px;
	padding-top:30px;
	margin-top:10px;
}

.vintage-box sup {
	font-size: 11px;
	margin-left: 3px;
	top: 1px;
	position: relative;
}

.vintages-text {
	margin-top: 10px !important;
	padding-bottom: 240px;
}



/* CTA  */

.cta-row {
    display: flex;
    gap: 50px;                 
    align-items: stretch;   
	margin-top: -70px;
}

.content-wrapper.content-wrapper.cta-row {
	margin-top: -70px;
	z-index: 10;
    position: relative;
}

.cta-box {
    flex: 1;                  
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
}

.cta-box .title {
    font-weight: 600;
	font-size:20px;
	text-align:center;
	padding-top: 12px;
    padding-bottom: 12px;
    background: #000;
	color: #fff;
}

.cta-box .description {
    flex-grow: 1;   
}

.cta-box sup {
	font-size: 11px;
	margin-left: 3px;
	top: 1px;
	position: relative;
}

.cta-text {
	margin-top: 10px !important;
	padding-bottom: 240px;
}



/* TESTIMONIALS */

.testimonial-content {
	padding-bottom:250px;
	z-index: 10;
    position: relative;
}

.testimonial-slider {
    position: relative;
    width: 1100px;
    max-width: 90vh;
    height: 350px;
    perspective: 2000px;
	margin:auto;
}

.testimonial-card {
    position: absolute;
    width: 100%;
    height: 100%;
	box-sizing: border-box;
    border-radius: 20px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
	padding-bottom:60px;
	background-image:url('/assets/images/card-bg-sm.png');
	background-size: cover;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform-origin: bottom center;
    opacity: 0;
    transition: transform 1s ease-in, opacity 1s ease-in, box-shadow 1s ease-in;
    box-shadow: 0 10px 30px rgba(0,0,0,0.95);
}
  
#e-wrapper .testimonial-card p {
	font-size: 30px;
}

.testimonial-card.active {
    opacity: 1;
    transform: rotateX(0deg);
    z-index: 2;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

.testimonial-card.flip-out {
    opacity: 0;
    transform: rotateX(-90deg) translateZ(50px) scaleY(1.1);
    z-index: 1;
    box-shadow: 0 5px 20px rgba(0,0,0,0.8);
}
  
 .testimonial-card.flip-out {
    transform: rotateX(-90deg) translateZ(50px) translateX(-0px) scaleY(1.1);
}





/* LAST PARALLAX */

.parallax-bg-4 {
    position: fixed;     
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;       
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    opacity: 0;          
    transition: opacity 1s ease-in-out; 
}

.parallax-bg-4 img {
    width: 100%;
    height: 160% !important;        
    object-fit: fill;
    display: block;
}



@media screen and (max-width: 1500px) {

	.page-title h1 {
		font-size: 90px;
	}
	.sub-title h3 {
		font-size: 34px;
	}
	.linkBtnCustom {
		width: 320px;
	}
	.vintages-row {
		gap: 0px;
	}
	.cta-row {
		gap: 0px;
	}
	.testimonial-slider {
		position: relative;
		width: 700px;
		max-width: 80%;
		height: 350px;
		perspective: 2000px;
		margin:auto;
	}
}
 
 
@media screen and (max-width: 1200px) {

	.page-title h1 {
		font-size: 80px;
	}
	.sub-title h3 {
		font-size: 30px;
	}
	.linkBtnCustom {
		width: 220px;
	}
	
} 


@media screen and (max-width: 950px) {

	.page-title h1 {
		font-size: 70px;
	}
	.sub-title h3 {
		font-size: 26px;
	}
	.linkBtnCustom {
		width: 200px;
	}
	#e-wrapper .testimonial-card p {
		font-size: 24px;
	}
	.testimonial-content {
	}
	.vintages-row {
		display: flex;
		flex-direction: column;
	}
	.cta-row {
		flex-direction: column;
	}
	.cta-box {
		width:480px;
		margin:auto;
		max-width: 90%;
		margin-bottom: 40px;
		padding:10px;
	}
}


@media screen and (max-width: 767px) {

    .page-title.intro {
		margin-top: 40px;
	}
	.page-title h1 {
		font-size: 60px;
	}
	.sub-title h3 {
		font-size: 21px;
	}
	.linkBtnCustom {
		width: 160px;
	}
	.content-wrapper.content-wrapper {
		margin-top: 70px;
	}
	.two-columns {
        flex-direction: column;
        gap:0px;
    }
    
    .testimonial-slider {
        height: 450px;
    }
    .testimonial-card {
        padding: 20px;
	    padding-bottom:30px;
    }
    .testimonial-card p {
    	font-size: 20px;
    }
}

@media screen and (max-width: 650px) {

	.page-title h1 {
		font-size: 40px;
	}
	.sub-title h3 {
		font-size: 16px;
	}
	.linkBtnCustom {
		width: 90px;
	}
	.secondary-title h4 {
        font-size: 28px;
    }
    .text-column {
        padding:0;
    }
    .content-full-width.etoile-story {
        margin-top: 120px;
        margin-bottom: 90px;
    }
    .vintage-box {
        padding: 0px;
        margin-bottom:46px;
    }
	
	#e-wrapper .testimonial-card p {
		font-size: 22px;
	}

}

.etoile-cta {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
 
 
 
/* Parent */
#e-wrapper {
    position: relative; 
}

/* LAST PARALLAX */
.parallax-bg-4 {
    position: absolute; 
    left: 0;
    bottom: 0; 
    width: 100%;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
	top:unset;
}

.parallax-bg-4 img {
    width: 100%;
    height: 160%;
    object-fit: fill;
    display: block;
}

.parallax-layer.layer-1 img {
	object-fit: fill;
}

/* Mobile first */
@media screen and (max-width: 600px) {
	.parallax-layer.layer-1 img {
		height: 2000px !important;
	}
	.parallax-layer.layer-3 img {
		height: 4700px !important;
	}
}

/* Small tablets */
@media screen and (min-width: 601px) {
	.parallax-layer.layer-1 img {
		height: 2000px !important;
	}
	.parallax-layer.layer-3 img {
		height: 4000px !important;
	}
}

@media screen and (min-width: 800px) {
	.parallax-layer.layer-1 img {
		height: 2400px !important;
	}
	.parallax-layer.layer-3 img {
		height: 4000px !important;
	}
}

@media screen and (min-width: 950px) {
	.parallax-layer.layer-1 img {
		height: 2400px !important;
	}
	.parallax-layer.layer-3 img {
		height: 3000px !important;
	}
}

@media screen and (min-width: 1200px) {
	.parallax-layer.layer-1 img {
		height: 2800px !important;
	}
	.parallax-layer.layer-3 img {
		height: 3000px !important;
	}
}

@media screen and (min-width: 1300px) {
	.parallax-layer.layer-1 img {
		height: 3100px !important;
	}
	.parallax-layer.layer-3 img {
		height: 3000px !important;
	}
}

@media screen and (min-width: 1400px) {
	.parallax-layer.layer-1 img {
		height: 3000px !important;
	}
	.parallax-layer.layer-3 img {
		height: 3000px !important;
	}
}

@media screen and (min-width: 1600px) {
	.parallax-layer.layer-1 img {
		height: 2600px !important;
	}
	.parallax-layer.layer-3 img {
		height: 3200px !important;
	}
}

.current-release {
    text-align: center;
    letter-spacing: 6px;
    font-size: 12px;
    font-family: 'FGrotesk-Book';
}