/* -- IMAGES -- */

#OpeningImage {
	display: block;
	width: 100vw;
	height: 100vh;
	background-color: #CCC;
	background-image: url('../images/3days/3Days-Final/250617_Maharam_3DD_7516.jpg');
	background-repeat: no-repeat;
	background-position: 80% 25%;
	background-size: cover;
}

#Portrait1 {
	background-image: url('../images/3days/3Days-Final/250617_Maharam_3DD_7524.jpg');
	z-index: 101;
	background-position: 80% center;
	opacity: 0;
}

/* #Portrait2 {
background-image: url('../images/design\ days/3Days-Final/250617_Maharam_3DD_7512.jpg');
	background-position: 35% 70%;
	z-index: 102;
	opacity: 0;
} */

#Portrait2 {
		background-image: url('../images/3days/3Days-Final/250617_Maharam_3DD_7561.jpg');
	background-position: 80% center;
	z-index: 103;
	opacity: 0;
}

#Portrait3 {
	background-image: url('../images/3days/NC-Final/2025-032_0196.jpg');
	background-position: 50% center;
	z-index: 104;
	opacity: 0;
}

#Portrait5 {
	background-image: url('../images/1238_Ballon_Perspective_IG.jpg');
	background-position: center center;
	z-index: 105;
	opacity: 0;
}

#FullScreenImage1 {
	background-image: url('../images/3days/3Days-Final/250617_Maharam_3DD_7549.jpg');
	background-position: 55% 25%;
}

#FullScreenImage2 {
	background-image: url('../images/3days/3Days-Final/250617_Maharam_3DD_7582.jpg');
	background-position: 70% center;
}

.fullscreen-image-wrapper {
    position: relative;
	width: 100vw;
	height: 200vh;
	background-color: #FFF;
}

.fullscreen-image {
    position: sticky;
    top: 0;
	display: block;
	width: 100vw;
	height: 100vh;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}


/* -- HTML -- */

body {
	background-color: #000;
	font-family: "MaharamNeue-Regular", sans-serif;
	font-size: 0;
}

strong {
	font-family: "MaharamNeue-Medium", sans-serif;
}

p {
	font-size: 1rem;
	line-height: 1.45;
	text-align: left;
	margin-bottom: 1.45rem;
	
}

p.white {
	color: #FFFFFF;
}

p a {
	font-family: "MaharamNeue-Regular", sans-serif;
	text-decoration: none !important;
	color: #000000 !important;
	border-bottom: 0.625px solid #000;
}

.screen-width {
	display: block;
	width: 100vw;
	height: 100%;
	font-size: 0;
	text-align: center;
}

.full-screen {
	display: block;
	width: 100vw;
	height: 100vh;
}


.full-screen.hero {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.full-screen.hero.top {
	background-position: top center;
}

.full-screen.hero.bottom {
	background-position: bottom center;
}

.site-width {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	font-size: 0;
	margin: 0 auto;
}

.site-width.catalogue-width {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}


@media screen and (min-width: 768px) {  /* -- 768px -- */

	.site-width {
		padding-right: 2rem;
		padding-left: 2rem;
	}
	
	.site-width.catalogue-width {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
		min-height: 100vh;
	}
		
}

@media screen and (min-width: 1023px) {  /* -- 1024px -- */
	
	p a {
		transition: all 0.25s ease;
	}

	p a:hover {
		color: #FF0000 !important;
		border-bottom: 0.625px solid #FF0000;
	}
	
}

@media screen and (min-width: 1600px) {  /* -- 1600px -- */

	.site-width {
		width: 100rem;
	}
	
}

@media screen and (min-width: 2080px) {

	.site-width {
		width: 120rem;
	}
	
}









/* -- OVERLAY -- */

.pattern-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vW;
	height: 100vH;
	z-index: 10001;
}

.pattern {
	width: 100%;
	height: 100%;
}






/* -- PRELOADER -- */

#Preloader {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100vW;
	height: 100vH;
	background-color: #999;
	background-image: url('../images/preloader-transparent-white.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 5rem;
}







/* -- HEADER -- */

header {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100vw;
	background-color: rgba(0,0,0,0.125);
}

.logo-wrapper {
	position: absolute;
	top: 2rem;
	left: 1rem;
	z-index: 11000;
	display: inline-block;
	width: 7rem;
}

.logo-wrapper a.logo {
	display: inline-block;
	width: 100%;
}

.logo-wrapper a.logo .logo-style {
	fill: #000000;
}



@media screen and (min-width: 768px) {  /* -- 768px -- */

	
	
}

@media screen and (min-width: 1024px) {  /* -- 1024px -- */
		
	.logo-wrapper {
		top: 3rem;
		left: 2rem;
		width: 7rem;
		transition: all 0.25s ease;
	}

	.logo-wrapper a.logo .logo-style {
		transition-property: fill;
		transition-duration: 0.25s;
		transition-timing-function: linear;
		transition: all 0.25s ease;
	}
	
	.logo-wrapper a.logo:hover .logo-style {
		fill: #FF0000;
	}
	
}

@media screen and (min-width: 1300px) {  /* -- 1300px -- */

	
	
}

@media screen and (min-width: 1600px) {  /* -- 1600px -- */

	.logo-wrapper {
		top: 3rem;
		left: 2rem;
	}
	
}

@media screen and (min-width: 2080px) {

	
	
}




/* -- SPLIT SCREEEN -- */

.half {
	position: absolute;
	width: 50%;
	height: 100%;
}

.half.left {
	top: 0;
	left: 0;
}

.half.right {
	top: 0;
	right: 0;
}







/* -- TITLE PAGE -- */

.title-page-container {
	position: relative;
}

.title-page {
	position: relative;
	text-align: left;
	height: 100%;
	padding: 0;
}

.title-container {
	position: relative;
	height: 100vH;
}

.title-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
	width: calc(100% - 2rem);
}

h1.title {
	font-family: 'MaharamNeue-Medium', sans-serif;
	font-size: 1.375rem;
	line-height: 1.25;
	margin-bottom: 1rem;
	width: 100%;
}

p.title-description {
	font-size: 1rem;
	line-height: 1.65;
}

#Title {
	opacity: 0;
	transition: opacity 2s ease;
}

#Title.active {
	opacity: 1;
	transition: opacity 1s ease;
}

.title-page .lock-up {
	position: absolute;
	bottom: 9rem;
	left: 0;
}

.title-page .lock-up .signature {
	width: 12rem;
	margin-bottom: 1.25rem;
	margin-left: -0.125rem;
}

.title-page .lock-up .logo {
	width: 7rem;
}

@media screen and (min-width: 768px) {  /* -- 768px -- */

	.title-wrapper {
		padding-top: 1rem;
		width: 33rem;
	}
	
	h1.title {
		font-size: 1.8rem;
	}
	
	p.title-description {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1024px) {  /* -- 1024px -- */
		
	.title-wrapper {
		padding-top: 1rem;
		width: 42rem;
	}
	
	h1.title {
		font-size: 2.3125rem;
	}
		
	p.title-description {
		font-size: 1.125rem;
	}
	
}

@media screen and (min-width: 1300px) {  /* -- 1300px -- */
	
	.title-wrapper {
		padding-top: 1rem;
		width: 47rem;
	}
	
	h1.title {
		font-size: 2.6rem;
	}
		
	p.title-description {
		font-size: 1.25rem;
	}
	
}

@media screen and (min-width: 1600px) {  /* -- 1600px -- */
	
	.title-wrapper {
		padding-top: 1rem;
		width: 50rem;
	}
	
	h1.title {
		font-size: 2.75rem;
		margin-bottom: 1.5rem;
	}
	
	p.title-description {
		font-size: 1.25rem;
	}
	
}

@media screen and (min-width: 2080px) {

	.title-wrapper {
		padding-top: 1rem;
		width: 50rem;
	}
	
	h1.title {
		font-size: 2.75rem;
		margin-bottom: 1.5rem;
	}
	
	p.title-description {
		font-size: 1.25rem;
	}
	
}













/* -- TRIGGERS -- */

.triggers {
	position: absolute;
	top: 0;
	right: 0;
	width: 1rem;
	height: 100%;
}

.trigger {
	position: static;
	display: block;
	left: 0;
	width: 1rem;
	height: 100vH;
}








/* -- PARALLAX -- */

.slide {
	position: relative;
	padding: 25vh 10%;
	min-height: 100vh;
	width: 100vw;
	box-sizing: border-box;
	transform-style: inherit;
}

.slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide, .slide:before {
  background: 50% 50% / cover;  
}

#slide1:before {
  background-image: url("https://picsum.photos/960/520");
  transform: translateZ(-1px) scale(2);
}







/* -- PORTRAITS -- */

.portraits-container {
	position: relative;
	width: 100vW;
	height: 300vH;
	background-color: #FFFFFF;
}

.portraits-wrapper {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100vH;
}

.portrait-overlay {
	position: absolute;
	z-index: 990;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
}

.portraits {
	position: relative;
	width: 100%;
	height: 100%;
}

.portrait {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
    pointer-events: none;
	transition: opacity 1s ease;
}

.captions-wrapper {
	position: absolute;
	z-index: 900;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
}





#EndPage {
	display: block;
	width: 100vw;
	height: 100vh;
	background-color: #CCC;
	background-image: url('../images/3days/animation-placeholder.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#Portrait1.active,
#Portrait2.active,
#Portrait3.active,
#Portrait4.active,
#Portrait5.active {
	opacity: 1;
}

.portrait-caption-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.portrait-caption-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100vH;
}

.portrait-caption-wrapper p.portrait-caption {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: inline-block;
	width: 100%;
	font-family: "MaharamNeue-Regular", sans-serif;
	font-size: 1rem;
	line-height: 1.55;
	color: #FFF;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.125);
}

#PortraitCaption1 {
	z-index: 901;
}

#PortraitCaption2 {
	z-index: 902;
}

#PortraitCaption3 {
	z-index: 903;
}

#PortraitCaption4 {
	z-index: 904;
}

@media screen and (min-width: 768px) {  /* -- 768px -- */
	
	.captions-wrapper {
		width: 50%;
	}

	.portrait-caption-wrapper p.portrait-caption {
		width: calc(100% - 4rem);
	}
	
}

@media screen and (min-width: 1024px) {  /* -- 1024px -- */
		
	#OpeningImage {
		background-image: url('../images/3days/3Days-Final/250617_Maharam_3DD_7516.jpg');
		background-position: center 15%;
	}
	
	#Portrait1 {
		background-image: url('../images/3days/3Days-Final/250617_Maharam_3DD_7524.jpg');

	}
		
	/* #Portrait2 {
		background-image: url('../images/design\ days/3Days-Final/250617_Maharam_3DD_7512.jpg');
		background-position: 50% 70%;
	} */
	
	#Portrait2 {
		background-image: url('../images/3days/3Days-Final/250617_Maharam_3DD_7561.jpg');
		background-position: center 25%;

	}
	
	#Portrait4 {
		background-image: url('../images/3days/NC-Final/2025-032_0196.jpg');
	}
	
	#EndPage {
		background-image: url('../images/3days/animation-placeholder.png');
	}
	
	.captions-wrapper {
		width: 50%;
	}
	
	.portrait-caption-wrapper p.portrait-caption {
		width: calc(100% - 5rem);
	}
	
}

@media screen and (min-width: 1300px) {  /* -- 1300px -- */
	
	#OpeningImage {
		background-image: url('../images/3days/3Days-Final/250617_Maharam_3DD_7516.jpg');
		background-attachment: fixed;
	}
	
	#EndPage {
		background-image: url('../images/3days/animation-placeholder.png');
		background-attachment: fixed;
	}
	
	.captions-wrapper {
		width: 33%;
	}
	
	.portrait-caption-wrapper p.portrait-caption {
		font-size: 1.125rem;
		width: calc(100% - 5rem);
	}
	
}

@media screen and (min-width: 1600px) {  /* -- 1600px -- */
	
	.captions-wrapper {
		width: 33%;
	}
	
	.portrait-caption-wrapper p.portrait-caption {
		font-size: 1.25rem;
		width: calc(100% - 5rem);
	}
	
}

@media screen and (min-width: 2080px) {  /* -- 2080px -- */
	
	.captions-wrapper {
		width: 33%;
	}

	.portrait-caption-wrapper p.portrait-caption {
		font-size: 1.375rem;
		width: 30rem;
	}
}






/* -- IMAGES + TEXT LOCKUPS -- */

.image-text-lockups-container {
	width: 100%;
	text-align: center;
	font-size: 0;
    background-color: #FFF;
}

.image-text-lockups-wrapper {
	font-size: 0;
	text-align: center;
}

.image-text-lockups {
	display: inline-block;
	width: 100%;
    margin-top: 1rem;
}

.image-text-lockup-wrapper {
    position: relative;
	display: inline-block;
	width: 100%;
    height: 100vH;
    margin-bottom: 0;
}

.image-text-lockup {
	position: sticky;
	top: 1rem;
	display: inline-block;
	width: 100%;
}

.full-width-image-lockup{
		position: sticky;
		top: 1rem;
		width: 100%;
		display: block;
	}

.lockup-image-wrapper,
.lockup-text-wrapper {
    width: 100%;
    height: auto;
    vertical-align: top;
	display: inline-block;
}


.lockup-text-wrapper {
    position: relative;
}

.lockup-text-wrapper.f-left,
.lockup-image-wrapper.f-left {
    padding-right: 0;
}

.lockup-text-wrapper.f-right,
.lockup-image-wrapper.f-right {
    padding-left: 0;
}

.lockup-text-wrapper.full-width,
.lockup-image-wrapper.full-width {
    width: 100%;
	height: auto;
	top: 0;
	margin-bottom: 100vh;
}

.lockup-text-wrapper p.caption {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 1rem;
}

p.image-credit {
	z-index: 100;
	color: #999;
	font-size: 9px;
	margin-top: -22px;
	display: inline-block;
	width: 50%;
	float: left;
	width: 32%;
}

.lockup-image-wrapper {
    margin-bottom: 1rem;
}

.lockup-image-wrapper .carousel {
	width: 100%;
    aspect-ratio: 3 / 2;
	background-color: rgba(0,0,0,0.125);
}

@media screen and (min-width: 768px) {
.video-wrapper-fullscreen iframe#desktop{
	display: block !important;
}

.video-wrapper-fullscreen iframe#mobile{
	display: none !important;
}

	
}

@media screen and (min-width: 1024px) { 
		
    .image-text-lockup-wrapper {
        position: relative;
    	display: inline-block;
    	width: 100%;
        height: 100vH;
        margin-bottom: 5rem;
    }

	.full-width {
		margin-bottom: 5rem;
		width: 100vw;
		margin-left: -10vw !important;
		display: block;
	}

	.full-width img {
		height: 80%;
	}



    .image-text-lockups {
        margin-top: 2rem;
    }
    
    .image-text-lockup {
    	position: sticky;
    	top: 25%;
    	display: inline-block;
    	width: 100%;
        height: 50%;
    }

	.full-width-image-lockup{
		position: sticky;
		top: 5%;
		width: 100%;
		height: 50% !important;
		display: block;
	}

    .lockup-image-wrapper,
    .lockup-text-wrapper {
        width: 50%;
        height: 100%;
        vertical-align: top;
    	display: inline-block;
    }

    .lockup-text-wrapper {
        position: relative;
        padding-left: 5%;
    }

    .lockup-text-wrapper.f-left,
    .lockup-image-wrapper.f-left {
        float: left;
        padding-right: 1rem;
    }

    .lockup-text-wrapper.f-right,
    .lockup-image-wrapper.f-right {
        float: right;
        padding-left: 1rem;
    }

    .lockup-text-wrapper p.caption {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 75%;
        font-size: 1.25rem;
        line-height: 1.5;
        color: #000;
        margin-bottom: 0;
    }

    .lockup-image-wrapper {
        margin-bottom: 0;
    }

	p.image-credit {
	font-size: 12px;
	width: 28%;
}

	
}

@media screen and (min-width: 1300px) {
	
	
	
}

@media screen and (min-width: 1600px) {
	
	
	
}

@media screen and (min-width: 2080px) {

	
	
}
























.image-captions-container {
	width: 100%;
	text-align: center;
	font-size: 0;
	background-color: #FFFFFF;
	/* background: linear-gradient(0deg, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%); */
}

.images-captions-wrapper {
	padding-top: 1rem;
	padding-bottom: 3rem;
	font-size: 0;
	text-align: center;
}

.image-captions {
	display: inline-block;
	width: 100%;
}

.image-caption {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	padding-top: 6%;
	padding-bottom: 6%;
	margin-bottom: 10rem;
	position: sticky;
	top: 2rem;
	background-color: rgb(255, 255, 255);
}


.image-caption img {
	width: 49%;
	display: inline-flex;
	margin-bottom: 1rem;
	margin-left: 0;
}

.carousel{
	width: 49%;
	display: inline-flex;
	margin-bottom: 1rem;
	margin-left: 0;
}

.image-caption p.caption {
	width: 48%;
	padding-top: 8%;
	font-size: 1.5rem;
	color: #000;
	
}

#caption-left{
	margin-left: 5%;
}

#caption-right{
	margin-right: 5%;
}

.download-press-area {
    position: relative;
	background-color: white;
	text-align: center;
    width: 100vw;
    height: 100vh;
}

a.download-button {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	background-color: #000;
	color: #FFF;
	width: auto;
	text-align: center;
    white-space: nowrap;
	padding-top: 1.25rem;
	padding-right: 1.75rem;
	padding-bottom: 1rem;
	padding-left: 1.75rem;
	border: 1px solid #000;
	font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.075rem;
	cursor: pointer;
    transition: all 0.25s ease-in-out;
}	

a.download-button-inline {
    display: inline-block;
	background-color: #FFF;
	color: #000;
	width: auto;
	text-align: center;
    white-space: nowrap;
	padding-top: 1.25rem;
	padding-right: 1.75rem;
	padding-bottom: 1rem;
	padding-left: 1.75rem;
    margin-top: 1rem;
	border: 1px solid #000;
	font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.075rem;
	cursor: pointer;
    transition: all 0.25s ease-in-out;
}





/*#ImagesCaptions {
	opacity: 0;
	transition: all 1s ease;
}

#ImagesCaptions.active {
	opacity: 1;
	transition: all 1s ease;
}*/

#ImageCaption1, #ImageCaption2, #ImageCaption3, #ImageCaption4, #ImageCaption5 {
	opacity: 0;
	transition: all 1s ease;
}

#ImageCaption1.active, #ImageCaption2.active, #ImageCaption3.active, #ImageCaption4.active, #ImageCaption5.active {
	opacity: 1;
}

@media screen and (min-width: 768px) {  /* -- 768px -- */
	
	.images-captions-wrapper {
		padding-top: 2rem;
		padding-bottom: 3rem;
	}
	
	.image-caption {
		margin-bottom: 0;
	}
	
	.image-caption img {
		margin-bottom: 1rem;
	}
	
	.image-caption p.caption {
		width: 31rem;
	}
	
}

@media screen and (min-width: 1024px) {  /* -- 1024px -- */
		
	.images-captions-wrapper {
		padding-top: 2rem;
		padding-bottom: 3rem;
	}
	
	.image-caption {
		margin-bottom: 0.5rem;
	}
    
    a.download-button {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    	background-color: #FFF;
    	color: #000;
    	width: auto;
    	text-align: center;
        white-space: nowrap;
    	padding-top: 1.25rem;
    	padding-right: 1.75rem;
    	padding-bottom: 1rem;
    	padding-left: 1.75rem;
    	border: 1px solid #000;
    	font-size: 0.75rem;
        line-height: 1;
        letter-spacing: 0.075rem;
    	cursor: pointer;
        transition: all 0.25s ease-in-out;
    }
    
    a.download-button-inline {
        display: inline-block;
    	background-color: #FFF;
    	color: #000;
    	width: auto;
    	text-align: center;
        white-space: nowrap;
    	padding-top: 1.25rem;
    	padding-right: 1.75rem;
    	padding-bottom: 1rem;
    	padding-left: 1.75rem;
        margin-top: 1rem;
    	border: 1px solid #000;
    	font-size: 0.75rem;
        line-height: 1;
        letter-spacing: 0.075rem;
    	cursor: pointer;
        transition: all 0.25s ease-in-out;
    }

    a.download-button:hover,
    a.download-button-inline:hover {
    	background-color: #000000;
    	color: white;
    }	
	
}

@media screen and (min-width: 1300px) {  /* -- 1300px -- */
	
	.image-caption p.caption {
		width: 35%;
		font-size: 1.2rem;
		line-height: 1.5;
		color: #000;
	}
	
	.images-captions-wrapper {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	
	.image-caption {
		margin-bottom: 1rem;
	}
	
}

@media screen and (min-width: 1600px) {  /* -- 1600px -- */
	
	.images-captions-wrapper {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	
	.images-captions {
		width: 100%;
		margin: 0 auto;
	}
	
	.image-caption {
		margin-bottom: 1.5rem;
	}
	
}

@media screen and (min-width: 2080px) {  /* -- 2080px -- */
	
}









/* -- CATALOGUE -- */

.introduction-wrapper {
	display: inline-block;
	width: 100%;
	padding: 1rem;
	background-color: #FFF;
}

p.introduction {
	font-size: 1rem;
	line-height: 1.45;
	margin-bottom: 0;
}

.button-group {
	text-align: left;
}

.button-group button {
	display: inline-block;
	font-size: 0.875rem;
	color: #000000 !important;
	padding: 0.25rem 0.625rem 0 0;
	cursor: pointer;
	background-color: transparent;
}

.button-group button:hover {
	color: #FF0000 !important;
}

.button-group button.active {
	color: #FF0000 !important;
}

.catalogue-container {
	padding-top: 3rem;
	padding-bottom: 2rem;
	background-color: rgb(235,235,235);
}

.catalogue-filters-wrapper {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 1rem);
	padding-top: 0.5rem;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 1rem;
	text-align: left;
}

.catalogue-filters {
	margin-bottom: 1rem;
}

.catalogue-wrapper {
	display: inline-block;
	width: 100%;
	text-align: left;
	min-height: 100vH;
	font-size: 0;
	margin-bottom: 3rem;
}

.catalogue {
	width: 100%;
	text-align: left;
	font-size: 0;
	transition: all 0.5s ease;
}
	
#Catalogue2 {
	display: inline-block;
}

#Catalogue3 {
	display: none;
}

#Catalogue4 {
	display: none;
	}

#Catalogue5 {
	display: none;
}

.credits-wrapper {
	position: absolute;
	width: calc(100% - 1rem);
	bottom: 0;
	display: block;
}

.credits {
	display: block;
	padding-right: 0.5rem;
}

.credits p {
	display: block;
	font-size: 0.75rem;
	color: #999 !important;
	text-align: right;
	margin-bottom: 0;
}

.credits p a {
	font-family: "MaharamNeue-Regular", sans-serif;
	text-decoration: none !important;
	color: #999 !important;
	border-bottom: 0.625px solid #999;
	transition: all 0.25s ease;
}

.credits p a:hover {
	color: #000 !important;
	border-bottom: 0.625px solid #000;
}

@media screen and (min-width: 768px) {  /* -- 768px -- */

	.catalogue-container {
		padding-top: 6rem;
		padding-bottom: 9rem;
	}
	
	.catalogue-wrapper {
		margin-bottom: 3rem;
	}
	
	.catalogue-filters {
		display: inline-block; /* -- ALTERNATE -- */
		margin-bottom: 0; /* -- ALTERNATE -- */
	}
	
	.catalogue-sorting {
		display: inline-block; /* -- ALTERNATE -- */
	}
	
	.button-group {
		display: inline-block;
		text-align: left;
	}
	
	.button-group.filter-button-group {
		border-right: 0.625px solid #000; /* -- ALTERNATE -- */
	}
	
	.button-group.sort-by-button-group {
		padding-left: 0.75rem; /* -- ALTERNATE -- */
	}
	
	#Catalogue2 {
		display: none;
	}
	
	#Catalogue3 {
		display: inline-block;
	}
	
	#Catalogue4 {
		display: none;
	}
	
	#Catalogue5 {
		display: none;
	}
	
	.credits {
		padding-right: 3.5rem;
	}
	
}

@media screen and (min-width: 1024px) {  /* -- 1024px -- */
	
	.catalogue-container {
		padding-top: 6rem;
		padding-bottom: 9rem;
		background-color: rgb(235,235,235);
	}
	
	.catalogue-filters-wrapper {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		width: 100%; /* -- ALTERNATE VERSION -- */
		padding-top: 0.5rem;
	}
	
	.catalogue-filters {
		display: inline-block; /* -- ALTERNATE -- */
		margin-bottom: 2rem;
		margin-bottom: 0; /* -- ALTERNATE -- */
	}
	
	.catalogue-wrapper {
		margin-bottom: 6rem;
	}
	
	.catalogue-sorting {
		display: inline-block; /* -- ALTERNATE -- */
	}

	.button-group {
		display: inline-block;
		text-align: left;
	}
	
	.button-group.filter-button-group {
		border-right: 0.625px solid #000; /* -- ALTERNATE -- */
	}
	
	.button-group.sort-by-button-group {
		padding-left: 0.75rem; /* -- ALTERNATE -- */
	}
	
	.button-group button {
		display: block;
		display: inline-block; /* -- ALTERNATE -- */
		font-size: 0.875rem;
		color: #000;
		padding: 0.25rem 0;
		padding: 0.25rem 0.75rem 0 0; /* -- ALTERNATE -- */
		cursor: pointer;
		background-color: transparent;
		transition: all 0.25s ease;
	}
	
	.button-group button:hover {
		color: #FF0000 !important;
	}
	
	.catalogue-wrapper {
		width: 75%;
		width: 100%; /* -- ALTERNATE VERSION -- */
		margin-bottom: 10rem;
	}
	
	.introduction-wrapper {
		display: inline-block;
		width: 25%;
		margin-left: 50%;
		padding: 2rem;
		background-color: #FFF;
	}
	
	.catalogue-container {
		padding-top: 3rem;
		padding-bottom: 6rem;
	}
	
	#Catalogue2 {
		display: none;
	}
	
	#Catalogue3 {
		display: none;
	}
	
	#Catalogue4 {
		display: inline-block;
	}
	
	#Catalogue5 {
		display: none;
	}
	
	.credits {
		padding-top: 9rem;
		padding-right: 3.5rem;
	}
	
}

@media screen and (min-width: 1300px) {  /* -- 1300px -- */

	.catalogue-container {
		padding-top: 3rem;
		padding-bottom: 6rem;
	}
	
	.button-group button {
		font-size: 0.875rem;
	}
		
	.catalogue-filters-wrapper {
		width: 20%;
		width: 100%; /* -- ALTERNATE VERSION -- */
	}
	
	.catalogue-wrapper {
		width: 80%;
		width: 100%; /* -- ALTERNATE VERSION -- */
		margin-bottom: 10rem;
	}
	
	#Catalogue2 {
		display: none;
	}
	
	#Catalogue3 {
		display: none;
	}
	
	#Catalogue4 {
		display: none;
	}
	
	#Catalogue5 {
		display: inline-block;
	}
	
	.credits {
		padding-top: 9rem;
		padding-right: 3.5rem;
	}
	
}

@media screen and (min-width: 1600px) {  /* -- 1600px -- */

	.catalogue-container {
		padding-top: 3rem;
		padding-bottom: 9rem;
	}

	.button-group {
		display: block; /* -- return from ALTERNATE -- */
	}
	
	.button-group.filter-button-group {
		border-right: none; /* -- return from ALTERNATE -- */
	}
	
	.button-group.sort-by-button-group {
		padding-left: 0; /* -- return from ALTERNATE -- */
	}
	
	.button-group button {
		display: block;
		font-size: 0.875rem;
		color: #000;
		padding: 0.25rem 0;
		cursor: pointer;
		background-color: transparent;
		transition: all 0.25s ease;
	}
	
	.button-group button {
		font-size: 1rem;
	}
	
	.catalogue-filters-wrapper {
		width: 17%;
	}
	
	.catalogue-filters {
		display: block;
		margin-bottom: 2rem;
	}
		
	.catalogue-sorting {
		display: block;
	}
	
	.catalogue-wrapper {
		width: 83%;
		margin-bottom: 9rem;
	}
	
	#Catalogue2 {
		display: none;
	}
	
	#Catalogue3 {
		display: none;
	}
	
	#Catalogue4 {
		display: inline-block;
	}
	
	#Catalogue5 {
		display: none;
	}
	
	.credits {
		padding-top: 9rem;
		padding-right: 3.5rem;
	}
	
}

@media screen and (min-width: 2080px) {

	.catalogue-container {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}

	.button-group {
		display: block; /* -- return from ALTERNATE -- */
	}
	
	.button-group.filter-button-group {
		border-right: none; /* -- return from ALTERNATE -- */
	}
	
	.button-group.sort-by-button-group {
		padding-left: 0; /* -- return from ALTERNATE -- */
	}
	
	.button-group button {
		display: block;
		font-size: 0.875rem;
		color: #000;
		padding: 0.25rem 0;
		cursor: pointer;
		background-color: transparent;
		transition: all 0.25s ease;
	}
	
	.button-group button {
		font-size: 1rem;
	}
	
	.catalogue-filters-wrapper {
		width: 17%;
	}
	
	.catalogue-filters {
		display: block;
		margin-bottom: 2rem;
	}
		
	.catalogue-sorting {
		display: block;
	}
	
	.catalogue-wrapper {
		width: 83%;
		margin-bottom: 9rem;
	}
	
	#Catalogue2 {
		display: none;
	}
	
	#Catalogue3 {
		display: none;
	}
	
	#Catalogue4 {
		display: none;
	}
	
	#Catalogue5 {
		display: inline-block;
	}
	
}





/* -- LIST VIEW ITEM -- */

.item-wrapper {
	float: left;
	display: inline-block;
	width: 50%;
	aspect-ratio: 1 / 1.45;
	box-sizing: border-box;
}

.item-wrapper.double {
	width: 100%;
	cursor: default;	
}

.item-wrapper .item {
	display: inline-block;
	width: calc(100% - 1rem);
	height: calc(100% - 1rem);
	margin-top: 0.5rem;
	margin-left: 0.5rem;
	background-color: #FFF;
}

.item .image-wrapper {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	cursor: pointer;
}

.item .image-wrapper img.index-install {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}

.item .image-wrapper img.index-color {
	position: static;
	width: 100%;
	cursor: pointer;
}

.item .description-wrapper {
	text-align: left;
	padding: 1rem;
	cursor: default;
}

.item .description-wrapper a.site-link {
	cursor: pointer;
}

.item .description-wrapper .category-markers-wrapper {
	font-size: 0;
	display: none;
	margin-bottom: 0.25rem;
}

.item .description-wrapper .category-markers-wrapper p.eyebrow.category {
	display: none;
	font-size: 0.75rem;
	line-height: 1.1;
	color: #000000;
	margin-right: 0.375rem;
	margin-bottom: 0;
	overflow: hidden;
	transition: all 0.25s;
}

.item .description-wrapper a.site-link h6.product-title {
	font-size: 0.75rem;
	line-height: 1.25;
	color: #000000 !important;
	transition: all 0.25s;
}

.item .description-wrapper p.date {
	font-size: 0.75rem;
	line-height: 1.75;
	color: #ACACAC !important;
}

.item .description-wrapper a.site-link:hover h6.product-title {
	color: #FF0000 !important;
}

.item .description-wrapper a.site-link h6.product-title::after {
	content: "\2192";
	padding-left: 0.25rem;
	color: #FFF;
	transition: all 0.25s;
}

.item .description-wrapper a.site-link:hover h6.product-title::after {
	color: #FF0000;
	transition: all 0.25s;
}

@media screen and (min-width: 768px) {  /* -- 768px -- */
		
	.item-wrapper {
		width: 50%;
		aspect-ratio: 1 / 1.33;
	}
	
	.item-wrapper {
		width: 33.33333333%;
	}
	
	.item-wrapper.double {
		width: 66.66666666%;
	}
	
}

@media screen and (min-width: 1023px) {  /* -- 1024px -- */
	
	.item a.item-link img.index-install {
		transition: all 0.5s;
	}

	.item a.item-link:hover img.index-install {
		opacity: 1;
	}
	
	.item-wrapper {
		width: 25%;
	}
	
	.item-wrapper.double {
		width: 50%;
	}
	
	.item-wrapper.double .item {
		position: relative;
	}
	
	.item .description-wrapper a.site-link h6.product-title {
		font-size: 0.875rem;
		color: #000000 !important;
	}
	
	.item .description-wrapper p.date {
		font-size: 0.875rem;
		color: #ACACAC !important;
	}
	
}

@media screen and (min-width: 1300px) {  /* -- 1300px -- */
	
	.item-wrapper {
		width: 20%; /* -- ALTERNATE VERSION -- */
	}
	
	.item-wrapper.double {
		width: 40%; /* -- ALTERNATE VERSION -- */
	}
	
	
}

@media screen and (min-width: 1600px) {  /* -- 1600px -- */

	.item-wrapper {
		width: 25%; /* -- ALTERNATE VERSION -- */
	}
	
	.item-wrapper.double {
		width: 50%; /* -- ALTERNATE VERSION -- */
	}
	
}

@media screen and (min-width: 2080px) {
	
	.item-wrapper {
		width: 20%; /* -- ALTERNATE VERSION -- */
	}
	
	.item-wrapper.double {
		width: 40%; /* -- ALTERNATE VERSION -- */
	}
	
	.item .description-wrapper {
		padding: 1.125rem;
	}
	
}




/* -- ILLUSTRATIONS IN GRID -- */

.item.illustration {
	background-color: #FFFF;
	
}

.item.illustration .illustration-holder {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#Illustration1 {
	background-image: url('../images/illustrations/art-wall.png');
}

#Illustration2 {
	background-image: url('../images/illustrations/bespoke.png');
}

#Illustration3 {
	background-image: url('../images/illustrations/polaroid.png');
}

#Illustration4 {
	background-image: url('../images/illustrations/phonebooth.png');
}

#Illustration1, #Illustration2, #Illustration3, #Illustration4, #Illustration5 {
	opacity: 1;
	/*transition: all 1s ease;*/
}

#Illustration1.active, #Illustration2.active, #Illustration3.active, #Illustration4.active, #Illustration5.active {
	opacity: 1;
}




/* -- ENDPAGE -- */

.endpage {
	position: relative;
	display: inline-block;
	width: 100vW;
	height: 100vH;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #666;
}

.rabbithole-container {
}

.rabbithole-wrapper {
}

.rabbithole {
	position: absolute;
	z-index: 20;
	bottom: 6rem;
	right: 12rem;
	width: 11rem;
	height: 15.5rem;
	opacity: 0;
	transition: all 0.5s ease;
}

.rabbithole.active {
	opacity: 0.9;
}

.rabbithole img {
	width: 100%;
}


.coda {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	border-top: 0.625px solid rgba(255,255,255,0.75);
	padding-top: 1rem;
	padding-bottom: 0.875rem;
	background-color: rgba(0,0,0,0.125);
	background-blend-mode: multiply;
}

.coda p {
	display: inline-block;
	font-size: 0.8125rem;
	color: rgba(255,255,255,0.8125);
	text-align: center;
	margin-bottom: 0;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.25);
}

/* -- VIDEO -- */

.video-container {
    position: relative;
    width: 100vw;
    height: 100vh
}

.video-wrapper-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height:0
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}




.video-wrapper-fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    pointer-events: none;
    overflow: hidden;
}

.video-wrapper-fullscreen iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-wrapper-fullscreen iframe#desktop{
	display: none;
}

.video-wrapper-fullscreen iframe#mobile{
	display: block;
}










/* -- EXTRA -- */

.see-me {
	background-color: rgba(0,0,0,0.125);
}

.hide-me {
	display: none;
}

.h100 {
    height: 100vH;
}

.h200 {
    height: 200vH;
}

.h300 {
    height: 300vH;
}

.relative {
    position: relative;
}





























