@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Gilda+Display&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--primary-color: #B58C67;
	--primary-color-hover: #A67B5C;
	--text-color: #fff;
	--bg-color: #151515;
	--border-color: #2E2E2E;
	--font-family: 'DM Sans';
	--font-gilda: 'Gilda Display';
}

#entrance-anim {
	background: url('/wp-content/uploads/2025/06/DSCF3356.webp') center center/cover no-repeat;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

#entrance-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
	height: auto;
	will-change: transform;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

#entrance-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

#entrance-content {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	transition: opacity 250ms ease;
	opacity: 0;
}

/* Base styles */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: var(--font-family), sans-serif;
	background-color: var(--bg-color);
	color: var(--text-color);
	cursor: default;
	overflow-x: hidden;
	font-weight: 300;
}

html.showing-entrance #page {
	overflow: hidden;
	pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-gilda), sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--text-color);
}

a {
	color: var(--text-color);
	text-decoration: none;
	transition: color 0.3s ease;
	cursor: pointer;
}

a:hover, a:focus {
	color: var(--primary-color);
}

ul li {
	list-style: none;
	color: var(--text-color);
}

/* Small screen styles (< 1200px) */
body.small {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

body.small .container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

body.small .spacing {
	margin-top: 5rem !important;
}

body.small .title {
	font-size: clamp(2rem, 6vw, 4rem);
	max-width: 100%;
	text-align: center;
}

body.small .paragraph {
	max-width: 100%;
	margin: 20px auto;
	text-align: center;
}

body.small .overlay-content {
	width: 100vw;
	background: transparent !important;
}

body.small .overlay-info {
	display: none;
	width: 30vw;
}

/* Medium screen styles (1200px - 1600px) */
body.medium {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

body.medium .container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 30px;
}

body.medium .spacing {
	margin-top: 10rem !important;
}

body.medium .title {
	font-size: 2.5rem;
	max-width: 70%;
	margin: auto;
	text-align: center;
}

body.medium .paragraph {
	max-width: 600px;
	margin: 20px auto;
	text-align: center;
}

body.medium .overlay-content {
	background: none;
	width: 100%;
	gap: 20px;
}

body.medium .overlay a {
	font-size: 1.75rem;
}

body.medium .overlay-content-container {
	grid-template-columns: 1fr 1fr;
}

body.medium .menu-main-menu-container,
body.medium .overlay-info {
	width: 100%;
	height: 100%;
}

/*body.medium .overlay .closebtn {*/
/*	font-size: 3rem;*/
/*}*/
/* Large screen styles (>1600px) */
body.large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

body.large .container {
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 40px;
}

body.large .spacing {
	margin-top: 15rem !important;
}

body.large .title {
	font-size: clamp(2rem, 8vw, 4rem);
	max-width: 55%;
	margin: auto;
	text-align: center;
}

body.large .paragraph {
	max-width: 750px;
	margin: 20px auto;
	text-align: center;
}

body.large .overlay-content {
	background: none;
	width: 100%;
	gap: 20px;
}

body.large .overlay a:not(address a) {
	font-size: 1.75rem;
}

body.large .overlay-content-container {
	grid-template-columns: 1fr 1fr;
}

body.large .menu-main-menu-container,
body.large .overlay-info {
	width: 100%;
	height: 100%;
}

/*  hamburger menu */
.hamburger-icon {
	width: 30px;
	height: 20px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.hamburger-icon .line {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: var(--primary-color);
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),
	width 0.4s cubic-bezier(0.77, 0, 0.175, 1),
	opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1),
	top 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.hamburger-icon .line-1 {
	top: 0;
}

.hamburger-icon .line-2 {
	top: 9px;
	width: 75%;
	right: 0;
	left: unset;
}

.hamburger-icon .line-3 {
	top: 18px;
}

/* Menu text styling */
.menu-toggle span {
	font-family: var(--font-gilda), serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-right: 15px;
	transition: color 0.3s ease, opacity 0.3s ease;
}

/* X state for hamburger icon */
body.menu-open .hamburger-icon .line-1 {
	top: 9px;
	transform: rotate(45deg);
	width: 100%;
}

body.menu-open .hamburger-icon .line-2 {
	opacity: 0;
	width: 0;
}

body.menu-open .hamburger-icon .line-3 {
	top: 9px;
	transform: rotate(-45deg);
	width: 100%;
}

body.menu-open .menu-toggle span {
	color: var(--text-color);
}

.menu-toggle:hover span {
	color: var(--primary-color);
}

/* Position the menu toggle */
.menu-toggle {
	position: relative;
	z-index: 2000;
	display: flex;
	align-items: center;
	padding: 5px 10px;
}

@media (max-width: 767px) {
	.menu-toggle span {
		font-size: 12px;
		margin-right: 10px;
	}

	.hamburger-icon {
		width: 25px;
	}
}

/**/
/* Common styles that don't change with screen size */
.container {
	margin: 0 auto;
}

/* Header */
img.logo, .custom-logo-link img {
	width: 150px;
	height: auto;
	object-fit: cover;
	z-index: 9999;
	position: relative;
}

header {
	padding: 20px 0;
}

header a {
	font-family: var(--font-gilda), sans-serif;
	font-weight: 400;
	font-style: normal;
}

#pathNav a {
	cursor: pointer;
}

#openNav:hover path {
	fill: var(--text-color);
}

.navbar {
	box-shadow: none;
	padding: 20px 0;
}

/* Overlay */
.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: var(--bg-color);
	visibility: hidden;
	opacity: 0;
}

.overlay-content-container {
	display: grid;
	height: 100vh;
}

.overlay-content {
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.overlay-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.overlay a {
	padding: 8px;
	font-weight: 500;
	display: block;
	transition: color 0.3s ease;
}

body.small .overlay a {
	font-size: 2rem;
	text-align: center;
}

.contact-info {
	margin-top: 30px;
	max-width: 300px;
	text-align: center;
}

ul#menu-main-menu {
	padding-left: 0;
}

.menu-main-menu-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Social Icons */
.social-media-icons {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-top: 75px;
}

.small.social-media-icons {
	gap: 20px;
}

.social-media-icons i {
	font-size: 24px;
	transition: color 0.3s ease;
}

.social-media-icons a::after {
	content: '';
	display: block;
	width: 35px;
	height: 1px;
	background-color: var(--border-color);
	transition: width 0.3s ease;
	position: relative;
	bottom: 50%;
	left: 110%
}

.social-media-icons a:last-of-type::after {
	display: none;
}

.btn {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 400;
	color: var(--text-color);
	background-color: transparent;
	border: 1px solid var(--primary-color);
	border-radius: 0;
	text-decoration: none;
	box-shadow: none !important;
	text-transform: uppercase;
}

.btn:hover {
	box-shadow: none !important;
	border: none;
}

.btn-primary {
	background-color: var(--primary-color);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, :not(.btn-check) + .btn:active {
	background-color: var(--primary-color-hover);
	border: 1px solid var(--primary-color-hover);
}

@media only screen and (max-width: 576px) {
	.footer-area-one {
		flex-grow: 1;
	}
}