/* Main CSS */
.site-header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	display: block;
	height: auto;
	background-color: rgba(10, 10, 10, 0.25);
	backdrop-filter: blur(10px); 
	z-index: 800;
	overflow: hidden;
	/* Remove justify-content: space-between; */
	/* box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); */
}

.site-header-content {
	position: relative;
	margin-top: 36px;
	margin-left: 36px;
	margin-right: 36px;
	display: block;
	height: auto;
	z-index: 810;
	overflow: hidden;
	text-align: center;
}

.header-branding {
	position: relative;
	display: inline-block;
	*display: inline;
	width: auto;
	height: auto;
	z-index: 820;
	overflow: hidden;
}

.header-branding h1 {
	color: rgb(255, 247, 227);
	font-family: 'Quicksand', sans-serif;
	font-weight: 800;
	font-size: 38px;
	text-transform: lowercase;
	margin-top: 16px;
	margin-bottom: 8px;
}

.header-branding h2 {
	font-family: 'Jamel';
	color: rgb(255, 247, 227);
	font-size: 26px;
	font-weight: 500;
	text-transform: lowercase;
	margin-bottom: 22px;
}

.menu {
	text-transform: lowercase;
}

.header-menu {
	position: absolute;
	right: 0px;
	top: 0px;
	display: inline-block;
	*display: inline;
	width: auto;
	height: auto;
	overflow: hidden;
	z-index: 820;
}

.desktop-menu {
	position: relative;
	display: inline-block;
	*display: inline;
	width: auto;
	height: auto;
	font-family: 'Quicksand', sans-serif;
	color: rgb(255, 247, 227);
	font-size: 22px;
	margin-top: 16px;
	margin-right: 17px;
	text-align: center;
}

.desktop-menu ul li a {
	transition: color 0.3s ease;
}

.desktop-menu ul li a:hover {
	color: #888;
}

/* For WordPress Navigation Block in block themes */
.desktop-menu ul li:not(:last-child)::after {
	content: " / ";
	padding-left: 6px;
	padding-right: 6px;
}

.mobile-menu {
	position: relative;
	display: block;
	height: auto;
	font-family: 'Quicksand', sans-serif;
	color: rgb(255, 247, 227);
	font-size: 18px;
	text-align: center;
	margin-bottom: 22px;
}

.mobile-menu ul li a {
	transition: color 0.3s ease;
}

.mobile-menu ul li a:hover {
	color: #888;
}

/* For WordPress Navigation Block in block themes */
.mobile-menu ul li:not(:last-child)::after {
	content: " / ";
	padding-left: 6px;
	padding-right: 6px;
}

.site-contents {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 36px;
	z-index: 100;
	background: none;
	overflow: visible;
}

.info-hidden-layer {
	position: fixed;
	bottom: -100%; /* Initially off-screen */
	left: 0px;
	right: 0px;
	background: rgba(10, 10, 10, 0.85);
	display: block;
	height: 100vh;
	z-index: 700;
	opacity: 0;
	pointer-events: none;
	transition: bottom 0.6s ease-out, opacity 0.6s ease-out;
	overflow-x: hidden;
	overflow-y: scroll;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	-ms-overflow-style: none; 
	scrollbar-width: none;
}

.info-hidden-layer::-webkit-scrollbar {
	display: none;
}

.info-hidden-layer.active {
	bottom: 0; /* Slide up to 0 */
	opacity: 1;
	pointer-events: auto;
}

.info-hidden-layer-content {
	position: relative;
	display: block;
	height: auto;
	margin-top: 0px;
	margin-bottom: 36px;
	margin-left: 36px;
	margin-right: 36px;
	overflow: hidden;
	z-index: 720;
	color: rgb(255, 247, 227);
}

.info-hidden-layer.active .info-hidden-layer-content {
	transform: translateY(0); /* Slide the content in */
}

.info-hidden-layer-close {
	position: absolute;
	top: 0px;
	right: 36px;
	background: none;
	border: none;
	color: rgb(255, 247, 227);
	font-family: 'Quicksand', sans-serif;
	font-size: 60px;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.2s;
	z-index: 750;
}

.info-hidden-layer-close:hover {
	opacity: 1;
}

.info-hidden-layer-title {
	position: relative;
	font-family: 'Tourney', sans-serif;
	font-weight: 100;
	color: rgb(255, 247, 227);
	font-size: 40px;
	text-align: center;
	margin-bottom: 45px;
	text-transform: uppercase;
}

.info-hidden-layer-content h3 {
	font-family: 'Tourney', sans-serif;
	text-align: center;
	font-size: 28px;
	font-weight: 200;
	line-height: 1.5;
	margin-bottom: 50px;
}

.info-hidden-layer-content h2 {
	font-family: 'Jamel', sans-serif;
	text-align: center;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 22px;
}

.info-hidden-layer-practice {
	position: relative;
	overflow: hidden;
}

.info-hidden-layer-practice-item h3 {
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 18px;
	margin-bottom: 0px;
	line-height: 1;
}

.info-hidden-layer-practice-item p {
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 20px;
	text-align: left;
	line-height: 1.2;
	
}

.info-hidden-layer-content h4 {
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	padding-top: 44px;
	padding-bottom: 60px;
}

.info-hidden-layer-contact {
	position: relative;
	display: block;
	width: 1070px;
	outline: 4px solid rgb(207, 144, 141);
	border-radius: 50px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	overflow: hidden;
}

.info-hidden-layer-contact h3 {
	font-family: 'Tourney', sans-serif;
	font-weight: 100;
	text-align: center;
	color: rgb(255, 247, 227);
	font-size: 50px;
	margin-bottom: 20px;
	white-space: wrap;
}

.info-hidden-layer-contact p {
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 36px;
	text-align: center;
	padding-bottom: 16px;
	word-break: break-all;
}

.info-hidden-layer-contact p a {
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 36px;
	text-align: center;
}

.info-hidden-layer-contact-social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	padding-top: 16px;
	text-align: center;
	position: relative;
}

.info-hidden-layer-about {
	position: relative;
}

.info-hidden-layer-about p {
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 36px;
	text-align: center;
}

.info-hidden-layer-about img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 50px;
}

.site-footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: block;
	height: 36px;
	background-color: rgba(10, 10, 10, 0.25);
	backdrop-filter: blur(10px); 
	z-index: 600;
	overflow: hidden;
	/* Remove justify-content: space-between; */
	/* box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); */
}

.site-footer-content {
	position: relative;
	display: block;
	height: auto;
	z-index: 610;
	overflow: hidden;
	text-align: center;
}

.site-footer-content h6 {
	font-family: 'Goudy Bookletter 1911', sans-serif;
	color: rgb(255, 247, 227);
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	text-transform: lowercase;
}

.below-layer-options {
	display: block;
	height: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 200;
	background: none;
	overflow: hidden;
}

.below-layer-options div {
	display: block;
	height: auto;
	position: relative;
	z-index: 210;
	background: none;
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.open-info-layer img {
	height: auto;
	width: 120px;
	margin-bottom: 5px;
}

.open-info-layer span {
	font-family: 'Tourney', sans-serif;
	font-size: 40px;
	font-weight: 100;
	color: rgb(255, 247, 227);
}

.projects-container {
	display: flex;
	gap: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 200;
	align-items: center;
	overflow-x: scroll;
	overflow-y: hidden;
	background-color: rgb(10, 10, 10);
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	-ms-overflow-style: none; 
	scrollbar-width: none;
}

.projects-container::-webkit-scrollbar {
	display: none;
}

.projects-container.grabbing {
	cursor: grabbing; /* Cursor when dragging */
	user-select: none; /* Prevents text selection during drag */
}

.projects-container-background {
	display: flex;
	gap: 24px;
	background: linear-gradient(rgb(10, 10, 10), rgb(35, 35, 35), rgb(105, 105, 105), rgb(255, 247, 227)); 
	width: auto;
	height: 100%;
	align-items: center;
	/*padding-left: 36px;
	padding-right: 36px;*/
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 210;
}

.projects-item {
	flex: 0 0 auto;
	width: 390px;
	height: 570px;
	position: relative;
	left: 0px;
	z-index: 220;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
	filter: grayscale(100%);
	overflow: hidden;
	transform: translateZ(0);
	/*margin-left: 14px;
	margin-right: 14px;*/
}

.projects-item:hover {
	filter: grayscale(0%);
	/* transform: scale(1.05); */
}

.projects-item img {
	transition: transform 0.1s ease-out;
	transform-origin: center center;
	height: 100%;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 230;
}

.projects-item h4 {
	font-family: 'Tourney', sans-serif;
	font-size: 40px;
	font-weight: 200;
	color: rgb(255, 247, 227);
	padding: 10px;
	text-align: center;
	white-space: wrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(10, 10, 10, 0.4);
	width: 100%;
	z-index: 240;
	visibility: hidden;
}

.invisible-item {
	opacity: 0;
	border: none;
	background: none;
}

.no-click {
  pointer-events: none;
}
