/* ============================================================
   Footer Stylesheet
   ============================================================ */

/* Main Container Base Reset */
footer#laurae-custom-footer { 
	background-color: #2a2220 !important; 
	background: #2a2220 !important;
	padding: 60px 48px 40px !important; 
	font-family: 'Jost', sans-serif !important;
	font-weight: 300 !important;
	display: block !important;
	clear: both !important;
	visibility: visible !important;
	opacity: 1 !important;
}

/* Primary Typography Links */
footer#laurae-custom-footer a { 
	color: rgba(240, 237, 232, 0.6) !important; 
	text-decoration: none !important; 
	border-bottom: none !important;
	box-shadow: none !important;
	background: transparent !important;
	transition: color 0.3s ease !important;
}

footer#laurae-custom-footer a:hover { 
	color: #f0ede8 !important; 
}

/* Bullet Point, Padding, and Margin Stripping */
footer#laurae-custom-footer ul,
footer#laurae-custom-footer li,
footer#laurae-custom-footer .laurae-footer-links,
footer#laurae-custom-footer .laurae-footer-links li {
	list-style: none !important;
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-indent: 0 !important;
}

footer#laurae-custom-footer ul::before,
footer#laurae-custom-footer li::before {
	content: none !important;
}

/* 3-Column Grid Configuration */
.laurae-footer-container { 
	max-width: 1200px !important; 
	margin: 0 auto 48px !important; 
	display: grid !important; 
	grid-template-columns: 2fr 1fr 1fr !important; 
	gap: 60px !important; 
}

/* Column Elements Styling */
.laurae-footer-logo { 
	font-family: 'Cormorant Garamond', serif !important; 
	font-size: 28px !important; 
	color: #f0ede8 !important; 
	margin-bottom: 16px !important; 
}

.laurae-footer-logo a {
	color: #f0ede8 !important;
	font-family: 'Cormorant Garamond', serif !important; 
}

.laurae-footer-tagline { 
	font-size: 13px !important; 
	color: rgba(240, 237, 232, 0.5) !important; 
	line-height: 1.7 !important; 
	margin-bottom: 24px !important; 
}

.laurae-footer-contact { 
	font-size: 13px !important; 
	color: rgba(240, 237, 232, 0.6) !important; 
	line-height: 2 !important; 
}

.laurae-footer-title { 
	font-size: 11px !important; 
	letter-spacing: 0.2em !important; 
	text-transform: uppercase !important; 
	color: #8a7355 !important; 
	margin-bottom: 20px !important; 
	display: block !important;
}

.laurae-footer-links li { 
	margin-bottom: 12px !important; 
}

.laurae-footer-links a { 
	font-size: 13px !important; 
	color: rgba(240, 237, 232, 0.5) !important; 
}

/* Split Bottom Copyright Strip Layout */
.laurae-footer-bottom { 
	max-width: 1200px !important; 
	margin: 0 auto !important; 
	border-top: 1px solid rgba(240, 237, 232, 0.1) !important; 
	padding-top: 24px !important; 
	display: flex !important; 
	justify-content: space-between !important; 
	align-items: center !important;
}

.laurae-footer-bottom p { 
	font-size: 12px !important; 
	color: rgba(240, 237, 232, 0.3) !important; 
	margin: 0 !important;
}

/* Responsive Scaling Viewport */
@media (max-width: 768px) {
	footer#laurae-custom-footer { 
		padding: 60px 24px 40px !important; 
	}
	.laurae-footer-container { 
		grid-template-columns: 1fr !important; 
		gap: 32px !important; 
	}
	.laurae-footer-bottom {
		flex-direction: column !important;
		gap: 12px !important;
		align-items: flex-start !important;
	}
}