
.part-1 {
	height: 100vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.part-1 .layer {
	position: absolute; 
	left: 0;
	top: 0;
	z-index: 2;
	
	width: 100%;
	height: 100%;
	overflow: hidden;
	
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	
	will-change: clip-path;
	clip-path: circle(0% at 50% 50%);
	
	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 60px;
	font-weight: bold;
	color: #000;
}

.part-1 .layer .hyperlink {
	position: absolute;
	z-index: 999;
	right: 1em;
	bottom: 1em;
	font-size: 16px;
}
.part-1 .layer .hyperlink a {
	text-decoration: none;
	color: var(--colour);
	text-transform: uppercase;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}
.part-1 .layer .hyperlink a em {
	flex: 1 0 80px;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	border: 1px solid #000;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0.5em;
	line-height: 0;
	padding-top: 3px;
}

.part-1 .layer--1 {
	background-image: url('assets/images/0.jpg');
	background-size: contain;
	clip-path: none;
}

.part-1 .layer--2 {
	background-image: url('assets/images/1.jpg');
	color: #fff;
	text-align: center;
	padding: 0 15vw;
}

.part-1 .layer--3 {
	background-image: url('assets/images/2.jpg');
	background-color: #fff;
}

.part-1 .layer--4 {
	clip-path: none;
}
.part-1 .layer--4 .hyperlink a em {
	border-color: var(--black);
}

.part-1 .layer--4 .textimagescroll__bgitem:last-child .inner {
	background-size: 250%;
	background-position: 40% 50%;
}


.part-1 .layer--5 {
/*	clip-path: none;*/
	clip-path: circle(18% at 50% 50%);
	opacity: 1 !important;
}

.part-1 .layer--6 {
	background: #000;
	color: #fff;
}

.part-1 .layer--7 {
	clip-path: none;
}

.part-1 .layer--9 {
	clip-path: none;
}

.part-1 .layer--10 {
	clip-path: none;
}

.part-1 .layer--11 {
	clip-path: none;
	background: #000;
}

.part-1 .layer--12 {
	clip-path: none;
}
.part-1 .layer--12 .hyperlink a em {
	border-color: var(--white);
}

.part-1 .layer--13 {
	clip-path: none;
	background: #000;
}

.part-1 .layer--14 {
	clip-path: none;
	z-index: 1;
}

.part-1 .layer--15 {
	clip-path: none;
}

.part-1 .layer--16 {
	clip-path: none;
}

.part-1 .layer--17 {
/*	clip-path: none;*/
	background-image: url('../../assets/images/06-hurricane%20sculpted/4.jpeg');
	clip-path: circle(17% at 50% 50%);
}

.part-1 .layer--17 .centralbox__inner {
	background: transparent;
}

.part-1 .layer--18 {
	clip-path: none;
}

.part-1 .layer--19 {
	padding: 0 15vw;
/*	color: #fff;*/
	font-size: 6vw;
	flex-direction: column;
	align-items: flex-start;
	clip-path: none;
	background-color: #fff;
}

.part-1 .layer--19 .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 1.25em 15vw;
}

.part-1 .layer--19 .bigtext {
	font-size: 75vh;
	position: absolute;
	bottom: 0vh;
	left: 0;
	line-height: 1;
	white-space: nowrap;
}

.part-1 .layer--19 .bigtext div {
    display: inline-block;
    transform: translateY(-40vw);
}
.part-1 .layer--19 .bigtext div:nth-child(odd) {
	transform: translateY(40vw);
}

.part-1 .layer--20 {
	clip-path: circle(100% at 50% 50%);
/*	background-color: transparent;*/
}




.centralbox {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.centralbox__inner {
	position: relative; 
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #ccc;
}

.centralbox__inner video {
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
}

.centralbox__text {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 5vw;
	color: #fff;
	padding: 0 15vw;
}
















.textimagescroll {
	flex: 1;
	height: 100vh;
	overflow: hidden;
	display: flex;
	left: 0;
/*	background: #222;*/
}

.textview p {
	margin: 1em 0;
}

.textimagescroll__wrap {
	height: 100vh;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 1;
}

.textimagescroll__bgitem {
	position: relative;
	z-index: 1;
	width: 100vw;
	height: 100vh;
	padding: 10vw;
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.textimagescroll__bgitem .inner {
	--size: 25vw;
	flex: 0 0 var(--size);
	background: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
	width: var(--size);
	height: var(--size);
	position: absolute;
}
.textimagescroll__bgitem:nth-child(1) .inner {
	--size: 25vw;
	top: 5%;
}
.textimagescroll__bgitem:nth-child(2) .inner {
	--size: 32vw;
	top: 50%;
}
.textimagescroll__bgitem:nth-child(3) .inner {
	--size: 20vw;
	top: 20%;
}
.textimagescroll__bgitem:nth-child(4) {
	position: relative;
}
.textimagescroll__bgitem:nth-child(4) .inner {
	--size: 30vw;
/*	top: 75%;*/
}

.textimagescroll__bgitem .inner video {
	border-radius: 50%;
	overflow: hidden;
}

.textimagescroll__text {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: left;
	font-size: 6vw;
	padding: 3vw;
	display: flex;
	justify-content: left;
	align-items: center;
/*	text-shadow: rgb(173 173 173 / 50%) 0px 0px 10px;*/
}


.textimagescroll_1 {
	background: #000;
	color: #fff;
}

.textimagescroll_1 .textimagescroll__text {
	font-size: 6.5vh;
	padding: 0 10vw;
}


.textimagescroll_2 {
	background: #000;
	color: #fff;
}

.textimagescroll_2 .textimagescroll__bgitem .inner {
	--size: 40vw;
	border-radius: 0;
	width: var(--size);
	height: var(--size);
}

.textimagescroll_2 .textimagescroll__text {
	font-size: 9vh;
	padding: 0 10vw;
}

.textimagescroll_3 .textimagescroll__text {
	font-size: 8vh;
	padding: 0 10vw;
}








.diagonaltiles {
	flex: 1;
	height: 100vh;
	position: relative;
	overflow: hidden;
	
	--tile-margin: 1vw;
	--tile-width: calc(16.6666% - var(--tile-margin) * 2);
	--tile-height: calc( 52vw / 3 - (3 * var(--tile-margin) / 2));
}

.tiles__wrap {
	width: 150%;
	height: 100vw;
	z-index: 1;
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%, 0);
}

.tiles--rotated .tiles__wrap {
	transform: translate3d(-50%,-50%, 0) rotate(-22.5deg);
}

.tiles__line {
	flex: 1;
	display: flex;
}

.tile {	
	flex: none;
	width: var(--tile-width);
	height: var(--tile-height);
	margin: var(--tile-margin);
	background-size: cover;
	background-position: 50% 50%;
	background-color: #333;
	opacity: 0.8;
}

.tiles__text {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	font-size: 60px;
	line-height: 0;
}















.lerp {
	flex: 1;
	height: 100vh;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lerp__image {
	position: absolute;
	width: 30vw;
	height: 38.87vw;
	left: 0vw;
	top: 50vh;
	opacity: 0.8;
}

.lerp .inner {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #c0c0c0 no-repeat center / cover;
	will-change: transform;
}

.lerp__image--1 {
	left: 10vw;
	top: 5vh;
	width: 22vw;
	height: 26vw;
}

.lerp__image--2 {
	left: 60vw;
	top: 5vh;
	width: 35vw;
    height: 48vw;
}

.lerp__image--3 {
	left: 35vw;
	top: 30vh;
	width: 29vw;
    height: 35.87vw;
}

.lerp__text {
	font-size: 9vw;
    padding: 0 15vw;
    line-height: 1;
    text-align: left;
    position: relative;
    z-index: 2;
}


.lerp_1 .lerp__image--2 {
	width: 30vw;
	height: 35vw;
	left: 66vw;
}

.lerp_1 .lerp__image--2 {
	width: 18vw;
	height: 23vw;
}

.lerp_1 .lerp__image--3 {
	width: 26vw;
	height: 35vw;
}











.justtext {
	flex: 1;
	position: relative;
	height: 100vh;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.justtext__inner {
	flex: 1;
    font-size: 9vh;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15vw;
}
















.horizontalscreens {
	height: 100vh;
	overflow: hidden;
	display: flex;
	left: 0;
}

.horizontalscreens__wrap {
	height: 100vh;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.horizontalscreens .block {
	position: relative;
    width: 80vw;
    height: 100vh;
    padding: 10vw;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.horizontalscreens .block .image {
	flex: 0 0 100%;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-size: cover;
}

.horizontalscreens .block .text {
	position: absolute;
	left: 25%;
	bottom: 25%;
	z-index: 4;
	font-size: 40px;
	text-shadow: rgb(173 173 173 / 50%) 0px 0px 10px;
	color: #fff;
	max-width: 50%;
	display: flex;
	flex-direction: column;
}

.horizontalscreens .block .text h2 {
	font-size: 80px;
}










