/*--- Home ---*/

.home .container {
	overflow: hidden;
	position: relative;
}

.home .copy h1 {
	margin: 30px 0;
}
.home .copy .note p {
	font-size: 12px;
}
.home .copy .note p + p {
	margin-top: 4px;
}

@media (max-width: 600px) {
	.home .copy .note p {
		font-size: 10px;
	}
}

.home .hero {
	background-image: url('../img/img_motiva_main_banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.home .hero {
		background-image: url('../img/img_motiva_main_banner_mobile.jpg');
	}
}

.home .hero .copy {
	position: relative;
	z-index: 2;
}
.home .hero .copy br {
	display: none;
}
.home .hero-video {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1;
}
.home .hero-video .video {
	width: 100vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
}

@media screen and (max-aspect-ratio: 16/9) {
	.home .hero-video .video {
		width: auto;
		height: 100vh;
	}
}

@media (max-width: 600px) {
	.home .hero .copy br {
		display: block;
	}
}

.home .side-effects .container {
	padding-top: 20vh;
	min-height: 0;
}
.home .side-effects .copy .fade-in-left {
	margin-bottom: 0;
}
.home .side-effects .copy .fade-in-right {
	color: var(--purple);
	margin-top: 0;
}

@media (min-width: 600px) {
	.home .side-effects .container {
		padding-top: 12vh;
	}
	.home .side-effects .copy br.for-mobile {
		display: none;
	}
}

.home .numbers .container {
	text-align: left;
}
.home .numbers .numbers-image {
	width: 80%;
	max-width: 1000px;
	padding-top: calc(80% * 0.8);
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate3d(-50%,-50%,0);
}
.home .numbers .numbers-image .image {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: opacity 1.2s var(--ease-out);
	top: 0;
	left: 0;
}
.home .numbers .numbers-image .before-image {
	background-image: url('../img/numbers-after.jpg');
	opacity: 0.35;
	z-index: 1;
}
.home .numbers .numbers-image .after-image {
	background-image: url('../img/numbers-after.jpg');
	opacity: 0;
	z-index: 2;
}
.home .numbers .numbers-image.show-after .after-image {
	opacity: 1;
	animation-duration: 0.6s;
	animation-name: numbers-animation;
	animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
	animation-fill-mode: forwards;
}

@keyframes numbers-animation {
	from { transform: scale(1, 1); }
	20% { transform: scale(0.98, 1.02); }
	40% { transform: scale(1.02, 0.98); }
	60% { transform: scale(0.99, 1.01); }
	80% { transform: scale(1.01, 0.99); }
	to { transform: scale(1, 1); }
}

.home .numbers .copy {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	padding: 0 10%;
	transition: opacity 0.3s var(--ease-out);
}
.home .numbers .copy.current {
	opacity: 1;
}
.home .numbers .copy .headline {
	font-size: 60px;
	line-height: 1.2;
	margin: 8px 0;
}
.home .numbers .copy .headline strong {
	color: var(--purple);
}
.home .numbers .copy .subhead {
	font-size: 28px;
}
.home .numbers .copy .description,
.home .numbers .copy .note {
	margin-top: 24px;
}

@media (max-width: 900px) and (orientation: portrait), (max-width: 600px) {
	.home .numbers .numbers-image {
		width: 120%;
		padding-top: calc(120% * 0.8);
		top: 66%;
	}
}

@media (max-width: 900px) and (orientation: portrait) {
	.home .numbers .copy {
		top: 30%;
		left: 30%;
		width: 70%;
	}
	.home .numbers .copy .headline {
		font-size: 50px;
	}
	.home .numbers .copy .subhead {
		font-size: 24px;
	}
}

@media (max-width: 600px) {
	.home .numbers .copy {
		top: 40%;
		left: 20%;
		width: 80%;
		padding: 0 7%;
	}
	.home .numbers .copy .headline {
		font-size: 36px;
	}
	.home .numbers .copy .subhead {
		font-size: 18px;
	}
}

.home .worldwide .worldwide-background {
	background-image: url('../img/worldwide.png');
	background-size: auto 90%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.4;
	position: absolute;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1;
}
.home .worldwide .copy {
	position: relative;
	z-index: 2;
}
.home .worldwide .worldwide-image {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
.home .worldwide .worldwide-image .image {
	background-size: cover;
	width: 30%;
	padding-top: calc(30% * 1.25);
}
.home .worldwide .worldwide-image .top-image {
	background-image: url('../img/worldwide-image-1-2.jpg');
	margin-right: 35%;
}
.home .worldwide .worldwide-image .center-image {
	background-image: url('../img/worldwide-image-3-1.jpg');
	padding-top: calc(30% * 0.7225);
	margin: 15vh 0 15vh 35%;
}
.home .worldwide .worldwide-image .bottom-image {
	background-image: url('../img/worldwide-image-2-1.jpg');
	margin-right: 20%;
}

@media (max-width: 900px) and (orientation: portrait), (max-width: 600px) {
	.home .worldwide .worldwide-background {
		background-size: auto 70%;
	}
}

@media (max-width: 900px) and (orientation: portrait) {
	.home .worldwide .worldwide-image .image {
		width: 40%;
		padding-top: calc(40% * 1.25);
	}
	.home .worldwide .worldwide-image .center-image {
		padding-top: calc(40% * 0.7225);
	}
}

@media (max-width: 600px) {
	.home .worldwide .worldwide-image {
		flex-direction: column;
		align-items: center;
	}
	.home .worldwide .worldwide-image .image {
		width: 60%;
		padding-top: calc(60% * 1.25);
	}
	.home .worldwide .worldwide-image .center-image {
		padding-top: calc(60% * 0.7225);
	}
}

.home .sizes .copy h1 {
	margin: 20px 0;
}
.home .sizes .description {
	height: 110px;
	margin-top: 80px;
	position: relative;
}
.home .sizes .size-options {
	display: flex;
}
.home .sizes .size-options .item + .item {
	margin-left: 60px;
}
.home .sizes .size-options .option-image {
	width: 100px;
	padding-top: 100%;
	position: relative;
}
.home .sizes .size-options .option-image .image {
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home .sizes .size-options .option-image .base-image {
	background-image: url('../img/size-base.svg');
	z-index: 1;
}
.home .sizes .size-options .option-image .size-image {
	opacity: 0;
	transform-origin: bottom center;
	z-index: 2;
}
.home .sizes .size-options .option-text {
	opacity: 0;
	transform: translate3d(0,10px,0);
	transition: opacity 0.3s var(--ease-out), transform 0.7s var(--ease-out);
	font-weight: 500;
}

.home .sizes .size-options.animated .option-image .size-image {
	animation-duration: 0.4s;
	animation-name: gel-animation;
	animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
	animation-fill-mode: forwards;
}
.home .sizes .size-options.animated .option-text {
	opacity: 1;
	transform: translate3d(0,0,0);
}

@keyframes gel-animation {
	from { opacity: 0; transform: scale(1, 1); }
	25% { opacity: 1; transform: scale(0.95, 1.05); }
	50% { transform: scale(1.05, 0.95); }
	75% { transform: scale(0.97, 1.03); }
	to { opacity: 1; transform: scale(1, 1); }
}

.home .sizes .size-options .mini-size .size-image {
	background-image: url('../img/size-mini.svg');

}
.home .sizes .size-options .mini-size .option-text {
	color: #c6470a;
}
.home .sizes .size-options .demi-size .size-image {
	background-image: url('../img/size-demi.svg');
	animation-delay: 0.4s;
}
.home .sizes .size-options .demi-size .option-text {
	color: #7d2b85;
	transition-delay: 0.4s;
}
.home .sizes .size-options .full-size .size-image {
	background-image: url('../img/size-full.svg');
	animation-delay: 0.8s;
}
.home .sizes .size-options .full-size .option-text {
	color: #678737;
	transition-delay: 0.8s;
}
.home .sizes .size-options .corse-size .size-image {
	background-image: url('../img/size-corse.svg');
	animation-delay: 1.2s;
}
.home .sizes .size-options .corse-size .option-text {
	color: #c28b00;
	transition-delay: 1.2s;
}

.home .sizes .size-description {
	position: absolute;
	top: 20px;
	width: 100%;
}

@media (max-width: 1100px) {
	.home .sizes .size-options .item + .item {
		margin-left: 40px;
	}
	.home .sizes .size-options .option-image {
		width: 80px;
	}
}

@media (max-width: 900px) and (orientation: landscape), (max-width: 600px) {
	.home .sizes .copy h1 {
		margin: 8px 0;
	}
	.home .sizes .description {
		margin-top: 40px;
	}
	.home .sizes .size-options .option-image {
		width: 60px;
	}
}

@media (max-width: 600px) {
	.home .sizes .size-options .item + .item {
		margin-left: 30px;
	}
	.home .sizes .size-options .option-image {
		width: 50px;
	}
}

.home .surface .container {
	margin: 0 auto;
	padding-bottom: 20vh;
	text-align: left;
}
.home .surface .left-column {
	width: 60%;
	padding: 30px;
}
.home .surface .left-column .image {
	background-image: url('../img/surface-1-3.jpg');
	background-size: cover;
	width: 100%;
	padding-top: 125%;
}
.home .surface .right-column {
	width: 40%;
	padding: 30px;
}
.home .surface .right-column .image {
	background-image: url('../img/surface-2-1.jpg');
	background-size: cover;
	width: 100%;
	padding-top: 112.5%;
}
.home .surface .right-column .copy {
	padding: 0;
	margin-top: 60px;
}
.home .surface .right-column .copy h3 {
	margin-bottom: 20px;
}
.home .surface .right-column .note {
	margin-top: 40px;
}

@media (min-width: 600px) {
	.home .surface .container {
		flex-direction: row;
		align-items: flex-start;
		max-width: 1200px;
	}
}

@media (max-width: 600px) {
	.home .surface .container {
		padding-bottom: 12vh;
	}
	.home .surface .left-column {
		width: 100%;
		padding: 0;
		margin-bottom: 7%;
	}
	.home .surface .right-column {
		width: 100%;
		padding: 0 7%;
	}
	.home .surface .right-column .image {
		background-position: center;
		padding-top: 82%;
	}
	.home .surface .right-column .copy {
		margin-top: 30px;
	}
	.home .surface .right-column .copy h3 {
		margin-bottom: 12px;
	}
	.home .surface .right-column .note {
		margin-top: 12px;
	}
}

.home .more-info {
	background-color: transparent;
	overflow: hidden;
	position: relative;
}
.home .more-info .container {
	min-height: 0;
	max-width: 1200px;
	margin: 0 auto;
	align-items: flex-start;
	text-align: left;
	z-index: 2;
}
.home .more-info .copy {
	color: #fff;
	padding: 20vh 30px;
}
.home .more-info .copy .button {
	background-color: #fff;
	border-radius: 20px;
	color: var(--black);
	display: inline-block;
	font-weight: 600;
	padding: 8px 20px;
	margin-top: 30px;
}
.home .more-info-background {
	background-image: url('../img/more-info-4.jpg');
	background-size: cover;
	background-position: center top;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.home .more-info-background.fixed {
	position: fixed;
}

@media (orientation: portrait) {
	.home .more-info .container {
		height: 112.5vw;
		align-items: flex-end; 
		justify-content: flex-start;
	}
	.home .more-info .copy {
		padding: 40px 7%;
		text-align: right;
	}
	.home .more-info .copy .button {
		font-size: 13px;
		margin-top: 20px;
		padding: 8px 16px;
	}
	.home .more-info-background {
		background-image: url('../img/more-info-portrait-4.jpg');
	}
}