/*//////// SINGLE PROJECT PAGE ////////*/

/*font-family: "avenir-lt-pro";*/



/*////// HERO SECTION //////*/
section.hero-section {
	/*background-color: #000000;*/
}
section.hero-section div.hero-container {
	padding: 0 0;
	height: 72rem;
	background-color: var(--Gold, #C3A86B);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/*//// FLEX ////*/
div.hero-container div.hero-flex-container {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translate(-50%,-50%);
	width: 100%;
	/*padding: 19.2rem 20.5rem;*/
}
div.hero-flex-container div.hero-flex-item {}

/*// FLEX SPECIFICS //*/
#hero-flex-item-1 {
	padding: 30rem 6rem 19rem 12.2rem;
}
#hero-flex-item-2 {
	padding: 30rem 0 19rem 0;
}

/*// ELEMENTS //*/
#hero-flex-item-1 h1 {
	margin: 0 0;
	margin-bottom: 2.4rem;
	color: #FFF;
	text-align: center;
	font-family: "Gotham";
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.16; /* 116.667% */
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}
#hero-flex-item-1 p {
	margin: 0 0 ;
	color: #FFF;
	text-align: center;
	font-family: "avenir-lt-pro";
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6; /* 160% */
}
div.hero-scrim {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
}





/*////// PROJECT SECTION //////*/
section.project-section {}
section.project-section div.project-container {
	padding: 10rem 12.2rem;
	background: #ffffff;
}

/*//// FLEX ////*/
div.project-container div.project-flex-container {
	justify-content: space-between;
}
div.project-flex-container div.project-flex-item {}

/*// ELEMENTS //*/
div.project-flex-item h2 {
	margin: 0 0;
	margin-bottom: 4rem;
	color: var(--Blue, #0A1E2C);
	font-family: "Gotham";
	font-size: 4.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.22; /* 122.222% */
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}
div.project-flex-item p,
div.project-flex-item ul li {
	margin: 0 0;
	margin-bottom: 2rem;
	color: var(--Blue, #0A1E2C);
	font-family: "avenir-lt-pro";
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.33; /* 133.333% */
}
#project-flex-item-2 ul li:last-of-type {
	margin-bottom: 0;
}

/*// FLEX SPECIFICS //*/
#project-flex-item-1 {}
#project-flex-item-2 {
	max-width: 37rem;
	padding: 3rem 3rem 4rem 3rem;
	border-radius: 1rem;
	background: var(--Blue, #0A1E2C);
	box-shadow: 0 4px 60px 10px rgba(99, 90, 217, 0.10);
}
#project-flex-item-2 ul { 
    margin: 0 0;
    padding: 0 0;
    list-style: none;
}
#project-flex-item-2 ul li {
	margin: 0 0;
    padding: 1.7rem 0;
    color: var(--white-color, #FFF);
    font-family: "avenir-lt-pro";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.33;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/*//// NESTED FLEX (Detail) ////*/
div#project-flex-item-1 div.detail-flex-container {
	justify-content: space-between;
	margin-bottom: 2rem;
}
div.detail-flex-container div.detail-flex-item {}
div.detail-flex-item h4 {
	position: relative;
	margin: 0 0 2rem 0;
	padding-left: 3rem;
	color: var(--Blue, #0A1E2C);
	font-family: "avenir-lt-pro";
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.33; /* 133.333% */	
}
div.detail-flex-item h4:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2rem;
	height: 2rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('https://dev-scheffey-co.pantheonsite.io/wp-content/uploads/2025/07/sheffey-project-detail-check-icon.png');
}
/*// FOLLOW ICONS //*/
div.follow-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}
div.follow-container p {
	display: inline-block;
	margin: 0 0;
	padding: 0 1rem 0 0;
	color: #ffffff;
	font-family: "avenir-lt-pro";
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.03rem;
	vertical-align: middle;
}
div.follow-container a {
    display: inline-block;
    width: auto;
    min-width: 0;
    margin: 0 0;
    margin-right: 1.4rem;
    padding: 0 0;
    vertical-align: middle;
}
div.follow-container a:first-of-type {
    margin-left: 1rem;
}
div.follow-container a:last-of-type {
    margin-right: 0;
}
div.follow-container a img {
    width: auto;
    height: 1.7rem;
    margin: 0 0;
}





/*//////// IMAGE PLACEHOLDER ////////*/
div.image-placeholder {
	position: relative;
	display: block;
	width: 100%;
	height: 55rem;
	margin: 0 0;
	padding: 0 0;
	border: 1px dotted #9CB0C9;
	border-radius: 2.4rem;
	background: var(--Neutral-1, #EFF2F6);
}
div.image-placeholder:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 9.6rem;
	height: 9.6rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('https://dev-scheffey-co.pantheonsite.io/wp-content/uploads/2025/07/sheffey-image-placeholder-icon.png');
}





/*////// GALLERY SECTION //////*/
section.gallery-section {}
section.gallery-section div.gallery-container {
	padding: 0 12.2rem 24rem 12.2rem;
	background: #ffffff;
}

/*//// FLEX ////*/
div.gallery-container div.gallery-flex-container { }
div.gallery-flex-container div.gallery-flex-item {}

/*// FLEX SPECIFICS //*/
#gallery-flex-item-1 {}

/*// ELEMENTS //*/
#gallery-flex-item-1 img {}





/*///////// FOOTER CTA SECTION ////////*/
section.cta-section {
    margin-top: 0 !important;
    z-index: 100;
}





/*//// GRANULAR RESPONSIVE CSS HERE ////*/
/*// MOBILE SCREEN //*/
@media only screen and (max-width: 1024px) { }
/*// SMALL MOBILE //*/
@media only screen and (max-width: 851px) { 

		/*////// HERO SECTION //////*/
		section.hero-section div.hero-container { height: 66dvh; }
		div.hero-container div.hero-flex-container { padding: 0 0; }
		#hero-flex-item-1 { padding: 30% 4rem 0 4rem; }
		#hero-flex-item-1 h1 { font-size: 3.4rem; padding: 0 8rem; }
		#hero-flex-item-1 p { }
		#hero-flex-item-1 p br { display: none; }

		/*////// PROJECT SECTION //////*/
		section.project-section div.project-container { padding: 6rem 3rem; }
		div#project-flex-item-1 div.detail-flex-container { margin-bottom: 3rem; }
		#project-flex-item-2 { max-width: 100%; margin-top: 3rem; }

		/*////// GALLERY SECTION //////*/
		section.gallery-section div.gallery-container { padding: 0 3rem 24rem 3rem; }

} 
@media only screen and (max-width: 480px) { 

		/*////// HERO SECTION //////*/
		section.hero-section div.hero-container { height: 66dvh; }
		div.hero-container div.hero-flex-container { padding: 0 0; }
		#hero-flex-item-1 { padding: 30% 4rem 0 4rem; }
		#hero-flex-item-1 h1 { font-size: 3.4rem; padding: 0 8rem; }
		#hero-flex-item-1 p { }
		#hero-flex-item-1 p br { display: none; }

		/*////// PROJECT SECTION //////*/
		section.project-section div.project-container { padding: 6rem 3rem; }
		div#project-flex-item-1 div.detail-flex-container { margin-bottom: 3rem; }
		#project-flex-item-2 { max-width: 100%; margin-top: 3rem; }

		/*////// GALLERY SECTION //////*/
		section.gallery-section div.gallery-container { padding: 0 3rem 24rem 3rem; }
		
}
/*// LANDSCAPE ORIENTATION - TABLET & SMALLER //*/
@media screen and (max-width: 1024px) and (orientation: landscape) { }
@media screen and (max-width: 851px) and (orientation: landscape) { }