/*
Theme Name: Zeus
Author: Thornwood Digital
Author URI: https://thornwooddigital.com/
Version: 7.1.2
*/
@font-face {
	font-family: 'Playfair';
	font-display: swap;
	src: url('/fonts/playfair.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	src: url('/fonts/Montserrat.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
}
/* MAIN
------------------------------------- */
html, body {
	height: auto;
	color: #525157;
	font-size: clamp(16px, 1.2vw, 21px);
	line-height: 1.5;
	background: #1C1C1C;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
p a {
	color: #564c84;
}
.wpcf7 form.sent .wpcf7-response-output {
	background: #46b450;
	color: #fff;
}
h1, .blog #main h1 a {
	color: #fff;
	font-family: 'Playfair', sans-serif;
	font-size: clamp(40px, 4vw, 70px);
	line-height: 1.25;
	font-weight: 400;
	margin-bottom: 25px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}
h2 {
	color: #525157;
	font-family: 'Playfair', sans-serif;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.05;
	font-weight: 400;
	margin-bottom: 25px;
	letter-spacing: .75px;
	text-transform: uppercase;
}
h3 {
	color: #525157;
	font-family: 'Playfair', sans-serif;
	font-size: clamp(32px, 4vw, 38px);
	line-height: 1.05;
	font-weight: 400;
	margin-bottom: 15px;
	letter-spacing: .50px;
	text-transform: uppercase;
}
.main-wrap strong, .main-wrap b {
	font-weight: bold;
	color: #525157;
}
.main-btn {
	color: #fff;
	background: none;
	display: inline-block;
	margin: 10px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 18px;
	padding: 18px 20px;
	text-decoration: none !important;
	letter-spacing: .36px;
	font-weight: 600;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 1px;
	text-transform: uppercase;
}
.main-btn:hover {
	background: #fff;
	color: #525157;
}
.main-btn.gray {
	color: #525157;
	background: none;
	display: inline-block;
	margin: 10px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 18px;
	padding: 18px 20px;
	text-decoration: none !important;
	letter-spacing: .36px;
	font-weight: 600;
	cursor: pointer;
	border: 1px solid #525157;
	border-radius: 1px;
	text-transform: uppercase;
}
.main-btn.gray:hover {
	background: #525157;
	color: #fff;
}
.modal-dialog.vid {
	max-width: 90%;
}
.animate {
	opacity: 0;
	transform: translateY(20px); /* Slight offset for slide-up */
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate.show {
	opacity: 1;
	transform: translateY(0); /* Reset to natural position */
}
input[type="checkbox"] {
	appearance: auto; /* Ensures it uses the browser's default styles */
	-webkit-appearance: auto; /* For Safari */
	width: 20px; /* Adjust the size */
	height: 20px;
	cursor: pointer;
	accent-color: #424656; /* Set the checkmark and border color */
}
/* Optional: Add hover or focus effects */
input[type="checkbox"]:hover {
	filter: brightness(0.9); /* Slight dimming on hover */
}
input[type="checkbox"]:focus {
	outline: 2px solid #424656; /* Visible focus outline */
	outline-offset: 2px;
}
/* Optional: Customize checked state */
input[type="checkbox"]:checked {
	accent-color: #424656; /* Change color when checked */
}
.modal label {
	width: 100%;
}
.paged .pagination li.prev {
	display: none !important;
}
.paged .pagination li:nth-child(2) {
	float: left;
}
.menu-btn {
	display: inline-block;
}
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #2d2d2d;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
	transition: opacity 0.4s ease, visibility 0.4s ease;
	opacity: 1;
	visibility: visible;
}
.cookie-banner p {
	margin: 0 0 10px;
	max-width: 800px;
}
.cookie-buttons {
	display: flex;
	gap: 10px;
}
.cookie-btn {
	border: none;
	padding: 8px 16px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
}
.cookie-btn.accept {
	background: #605691;
	color: #fff;
}
.cookie-btn.deny {
	background: #666;
	color: #fff;
}
.cookie-btn:hover {
	opacity: 0.9;
}
.cookie-banner.hide {
	opacity: 0;
	visibility: hidden;
}
.cookie-banner a {
	color: #D1CFCE;
}
/* HEADER
------------------------------------- */
.header {
	box-shadow: 0px 2px 12px 0px rgba(255, 255, 255, 0.08);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #1c1c1c;
	z-index: 10;
	transition: transform 0.6s ease-in-out;
	transform: translateY(0);
}
.header.hidden {
	transform: translateY(-100%);
}
.menu-mobile > li > ul.sub-menu {
	margin-left: 15px;
	margin-top: 10px;
	border-left: 2px solid #000;
	padding-left: 10px;
}
.header .dropdown-menu li a {
	letter-spacing: 1px;
	font-size: inherit;
}
.header .dropdown-menu li:hover a, .header .dropdown-menu li.current-menu-item a {
	color: #f00 !important;
}
.header .dropdown-menu li.current-menu-item a {
	border-left: 3px solid #f00;
	padding-left: 17px;
}
a.phone2 {
	display: inline-block;
	margin-right: 15px;
	font-size: inherit;
}
.phone2 i.fa-solid.fa-mobile {
	color: #6528f5;
}
.top {
	background: #272531;
	padding: 8px 0;
}
.innerHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
}
.top a {
	color: #fff;
}
.top a i {
	margin-right: 10px;
}
.navbar .nav > li > a {
	color: #fff;
	padding: 10px 18px;
	height: 38px;
	line-height: 38px;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: none;
	color: #716e84;
	box-shadow: none;
	font-weight: 400;
}
li#menu-item-214 .dropdown-menu {
	left: auto;
	right: 0;
}
.dropdown-menu > li > a {
	font-size: 20px !important;
	line-height: 1.2;
	color: #fff;
}
ul.dropdown-menu {
	background: #272531;
}
.header .dropdown-menu li.current-menu-item a {
	border-left: 3px solid #716e84;
	padding-left: 17px;
}
.header .dropdown-menu li:hover a, .header .dropdown-menu li.current-menu-item a {
	color: #716e84 !important;
	border-left: 3px solid #716e84;
	padding-left: 17px;
}
.header li.current-page-parent > a {
	color: #716e84 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, .dropdown-menu li.current-menu-item > a, li.current-menu-parent > a, .navbar .nav > li.current-page-ancestor > a {
	font-weight: 400;
}
img.dots1 {
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 2;
}
.home img.dots1 {
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 2;
}
img.dots2 {
	z-index: 2;
	position: absolute;
	bottom: 50px;
}
.nav li#menu-item-213 a {
	border: 1px solid;
}
/* BANNER
------------------------------------- */
.banner {
	height: 450px;
	background: url(/images/banner.webp) center center no-repeat;
	background-size: cover;
	margin-top: 197px;
	position: relative;
}
.home .banner {
	height: 850px;
}
.banner .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
	z-index: 5;
}
.home .banner h1 {
	margin: 50px 0 20px;
}
.internal-page .banner::before {
	background: rgba(39, 38, 45, 0.90);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	content: "";
}
.blog .banner {
	background: url(/images/blog-banner.webp) center center no-repeat;
	background-size: cover;
}
/* TOP
------------------------------------- */
/* Welcome */
.welcome {
	position: relative;
	z-index: 2;
}
/* Service Showcase */
.service-showcase {
	position: relative;
}
.service-showcase .flex {
	justify-content: space-evenly;
	text-align: center;
	gap: 45px;
}
.showcase-box {
	width: 33.33%;
	position: relative;
	overflow: hidden;
}
.showcase-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.showcase-box h3 {
	color: #d1cfce;
	line-height: 1;
	margin-top: 15px;
	text-align: center;
}
/* MAIN
------------------------------------- */
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1640px;
		margin: 0 auto;
		width: 100%;
		padding: 0 30px;
	}
}
.pagination {
	display: block;
	text-align: center;
	margin: 50px auto;
	width: 100%;
}
.pagination ul {
	margin: 0 !important;
	list-style: none;
}
.pagination ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}
.pagination ul li:first-child {
	float: left;
}
.pagination ul li:last-child {
	float: right;
}
.pagination a {
	color: #2f1964;
}
.pagination li.active a {
	color: #ff7a4d;
}
/* Lightbox Background */
#customLightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8); /* Dark semi-transparent background */
	display: none; /* Hidden by default */
	align-items: center;
	justify-content: center;
	z-index: 9999;
	cursor: pointer;
}
/* Lightbox Image */
#customLightbox img {
	max-width: 90%;
	max-height: 90%;
	border-radius: 5px; /* Slightly rounded corners for a modern look */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Adds depth */
	transition: transform 0.2s ease-in-out;
}
/* Lightbox Image Hover Effect (Optional) */
#customLightbox img:hover {
	transform: scale(1.02); /* Slight zoom effect */
}
/* Fade-in Animation */
#customLightbox.show {
	animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.lightbox-nav.next-arrow {
	position: absolute;
	right: 50px;
	z-index: 100;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}
.lightbox-nav.prev-arrow {
	position: absolute;
	left: 50px;
	z-index: 100;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}
hr {
	border-color: #D1CFCE;
	margin: 75px 0;
}
/* BOTTOM
------------------------------------- */
.who-we-are.section {
	position: relative;
	z-index: 2;
}
/* peek */
.peek {
	background: url('/images/peek.webp') center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 600px;
	background-attachment: fixed;
	position: relative;
	z-index: 2;
}
/* Featured Properties */
.featured-properties h2 {
	color: #D1CFCE;
	margin-bottom: 50px;
}
.property {
	position: relative;
	overflow: hidden;
	max-width: 800px;
	margin: auto 15px;
}
.property .wrap {
	position: relative;
	overflow: hidden;
	max-width: 776px;
	margin: auto;
}
.property:hover .property-overlay {
	opacity: 1;
}
.property-overlay {
	background: rgba(43, 43, 43, 0.70);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	opacity: 0;
	align-items: center;
	justify-content: center;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.property-overlay a:hover {
	color: #fff;
	background: #272531;
}
.property-overlay a {
	color: #272531;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	display: inline-block;
	padding: 20px;
	background: #eee;
	text-decoration: none;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.property .flex {
	width: 100%;
	max-width: 776px;
	margin: auto;
}
.property-info {
	width: 100%;
	padding: 5px 10px;
}
.property-info h3 {
	color: #d1cfce;
	margin-bottom: 5px;
	line-height: 1;
}
.property-info p {
	color: #D1CFCE;
	font-size: 20px;
	margin: 0;
	padding-left: 5px;
}
.stars {
	padding: 10px 0;
}
.stay-with-lem {
	position: relative;
}
/* Reviews Section */
.reviews-section .container {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 80px;
}
.reviews .slick-list.draggable {
	max-width: 1180px;
	margin: 100px auto 80px !important;
}
.review {
	color: #fefefe;
	font-family: 'Playfair', sans-serif;
	font-size: clamp(18px, 4vw, 30px);
	line-height: 1.25;
	font-weight: 400;
	margin-bottom: 15px;
	letter-spacing: .50px;
}
.review strong {
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
}
.reviews-section h2 {
	color: #fff;
	margin-top: 50px;
}
ul.slick-dots li {
	border: none;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #D1CFCE;
}
.slick-dots li.slick-active {
	background: #525157;
}
/* Bottom Section */
.bottom-cta {
	position: relative;
	z-index: 2;
}
img.dots3 {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.home img.dots3 {
	position: absolute;
	z-index: 2;
	left: 100px;
	transform: rotate(90deg);
	top: -25px;
}
.section {
	padding: 100px 0;
}
.gray-box {
	background: #D1CFCE;
	padding: 60px;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}
.flex.sixty-forty {
	gap: 40px;
	justify-content: space-between;
}
.flex.forty-sixty {
	gap: 40px;
	justify-content: space-between;
}
.img-box img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.sixty-forty .gray-box {
	max-width: 54%;
	width: 100%;
}
.forty-sixty .gray-box {
	max-width: 54%;
	width: 100%;
}
/* FOOTER
------------------------------------- */
footer {
	background: #272531;
	padding: 0;
	position: relative;
	width: 100%;
	clear: both;
	bottom: 0;
	padding: 100px 0 80px;
}
.foot-social ul li, .social ul li {
	margin-right: 12px;
	max-width: 25px;
}
p.footer-cta {
	display: inline-block;
	margin-left: 30px;
}
.foot-social {
	margin-left: auto;
}
.attribution {
	color: #D1CFCE;
	text-align: left;
	padding: 0;
	background: none;
	display: block;
	float: none;
	font-size: 15px;
	margin: 0;
	font-weight: 300;
	vertical-align: middle;
}
.attribution a {
	color: #D1CFCE;
	text-decoration: none;
}
#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	background-color: #fff;
	color: #222;
	text-align: center;
	padding: 5px 10px;
	font-size: 20px;
	border-radius: 5px;
	text-decoration: none;
	z-index: 30;
	transition: opacity 0.3s ease-in-out;
	border: 1px solid #aaa;
	line-height: 1;
	cursor: pointer;
}
#back-to-top:hover {
	background-color: #222; /* Slightly darker for hover effect */
	color: #fff;
}
.menu-footer {
	margin: 0;
	column-count: 2;
	list-style: none;
}
.menu-footer li {
	margin-bottom: 5px;
}
.menu-footer li a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.page-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: #525157;
}
footer > .container > .flex {
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}
.footer-info {
	width: 100%;
	max-width: 980px;
}
.menu-footer li a {
	font-weight: 300;
	font-size: 20px;
}
.footer-info h3 {
	color: #D1CFCE;
	margin-bottom: 0;
}
.footer-info a {
	color: #D1CFCE;
}
footer hr {
	border-color: #D1CFCE;
	margin: 25px 0;
}
.foot-socials a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.foot-socials {
	font-size: 40px;
	text-align: right;
}
.modal-header {
	padding: 25px 24px 25px;
	border-bottom: none;
	background: #272531;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
	color: #fff;
}
.modal-content h4.modal-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	font-family: 'Playfair', sans-serif;
	line-height: 1.5;
	margin-bottom: 5px;
}
.modal label {
	color: #777;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	font-weight: 500;
	margin-bottom: 25px;
}
.modal input.wpcf7-form-control.wpcf7-submit:hover {
	background: #272531;
}
#main {
	padding: 0 !important;
}
#wrapper::before {
	background: url(/images/lem.webp) center center no-repeat;
	content: "";
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	opacity: .02;
}
/* #wrapper::before {
	background: url(/images/lem.webp) center center repeat;
	content: "";
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	opacity: .01;
	background-repeat: space;
} */
/* INTERNAL PAGES
------------------------------------- */
/* Portfolio Galleries */
.flex.gallery-wrap {
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
	justify-content: center;
	margin: 50px auto 0;
	padding: 0 30px 0 30px;
}
.flex.gallery-wrap .img-wrap {
	width: calc(33% - 50px);
	max-width: 100%;
	height: auto;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	cursor: pointer;
}
.img-wrap img {
	cursor: pointer;
}
.img-wrap {
	max-height: 285px;
	overflow: hidden;
}
.lightbox-img:hover {
	transform: scale(1.05);
}
.gallery-wrap br, .gallery-wrap p {
	display: none;
}
.parent-pageid-154 #main section iframe {
	margin-bottom: 20px;
}
/* Gallery Styles w/filters ------------------------------ */
.gallery-wrap {
	margin: 0 auto;
	padding: 0 7.5px; /* half gutter on each side */
}
.gallery-item {
	width: calc(25% - 20px);
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	float: left;
}
.gallery-item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.gallery-item.hidden {
	visibility: hidden !important;
	position: absolute !important;
	top: 0;
	left: 0;
}
/* Medium screens: 2 columns */
@media (max-width: 1024px) {
	.gallery-item {
		width: 50%;
	}
	.grid-sizer {
		width: 50%;
	}
}
/* Small screens: 1 column */
@media (max-width: 600px) {
	.gallery-item {
		width: 100%;
	}
	.grid-sizer {
		width: 100%;
	}
}
.gallery-wrap br, .gallery-wrap p {
	display: none;
}
.grid-sizer {
	width: 33.333%; /* or adjust as needed */
}
.gallery-filter {
	text-align: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
}
.filter-btn {
	padding: 8px 16px;
	margin: 5px;
	cursor: pointer;
	background: #eee;
	border: none;
	border-radius: 4px;
	transition: background 0.3s;
}
.filter-btn.active, .filter-btn:hover {
	background: #5a5c4f;
	color: #fff;
}
/* Lightbox Background */
#customLightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8); /* Dark semi-transparent background */
	display: none; /* Hidden by default */
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
/* Lightbox Image */
#customLightbox img {
	max-width: 90%;
	max-height: 90%;
	border-radius: 5px; /* Slightly rounded corners for a modern look */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Adds depth */
	transition: transform 0.2s ease-in-out;
}
/* Fade-in Animation */
#customLightbox.show {
	animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.lightbox-img {
	cursor: pointer;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.internal-page .bottom-cta.section {
	padding-top: 0;
}
/* Search Results Page */
.search-bar-container-bg {
	background: none !important;
}
.page-search-results .post_content {
	background: #D1CFCE;
	padding: 0 25px;
}
.page-form .row:nth-child(2) .col-md-6 {
	float: none;
	width: 100%;
}
/* About Us */
#main .gray-box {
	padding: 50px;
}
#main .showcase-box > img {
	display: block;
	margin: auto;
}
/* Index Blog Page */
.blog #main.flex {
	flex-wrap: wrap;
	gap: 50px;
}
.blog .front-post-wrap {
	max-width: 510px;
	width: calc(33.33% - 40px);
	margin-bottom: 50px;
	background: #D1CFCE;
}
.blog .row.contentsection {
	padding: 80px 0 0;
}
span.post-title, .front-post-wrap p {
	padding: 0 25px;
}
.front-post-wrap p.meta {
	display: none;
}
span.post-title a {
	color: #525157;
	font-family: 'Playfair', sans-serif;
	font-size: 38px;
	line-height: 1.1;
	display: block;
	margin: 15px 0;
}
.blog .main-wrap {
	padding-bottom: 50px;
}
a.more-link:hover {
	color: #fff;
	background: #525157;
}
a.more-link {
	border: 1px solid #525157;
	display: block;
	padding: 10px 20px;
	line-height: 1.1;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	margin: 30px 0 30px;
	max-width: 100%;
	text-align: center;
	background: #272531;
	color: #fff;
}
.front-post-wrap p {
	font-size: 18px;
}
/* Single Blog Post */
.single article {
	display: flex;
	gap: 40px;
}
.postid-229 .single-post-wrap {
	line-height: 1.7;
}
.single h1.page-title {
	max-width: 1200px;
	margin: auto;
	line-height: 1;
	font-size: clamp(40px, 4vw, 60px);
}
.single-post-img {
	width: 100%;
	min-width: 500px;
	max-width: 500px;
	text-align: center;
}
.single-post-wrap {
	max-width: 1000px;
	width: 100%;
}
h2.single-title {
	color: #A9636E;
	display: none;
}
#main p.meta {
	color: #a3a2a5;
	font-family: 'Playfair', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: 0;
	font-style: normal;
	padding-left: 20px;
	border-left: 3px solid;
}
.single #main p.meta {
	margin-bottom: 30px;
}
.post-img img {
	height: auto;
	object-fit: cover;
	width: 100%;
}
.post-navigation {
	margin-top: 50px;
	border-top: 1px solid #999;
	padding-top: 20px;
	text-align: center;
}
.post-navigation .flex {
	justify-content: space-between !important;
	gap: 50px;
	margin-bottom: 25px;
}
.blog .pagination {
	width: 100%;
	margin: 50px auto;
}
.post-img {
	overflow: hidden;
}
li.disabled {
	opacity: 0;
}
span.post-title {
	display: block;
	margin-top: 12px;
}
.single .contentsection {
	padding: 80px 0;
}
.post-navigation a {
	color: #716e84;
	font-size: 18px;
}
.single-post-wrap {
	background: #272531;
	padding: 30px;
	color: #fff;
}
.single #main h2, .single #main h3, .single #main strong {
	color: #fff;
	margin-bottom: 15px;
}
.single #main p {
	margin-bottom: 30px;
}
/* Contact Page */
.page-contact .gray-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.page-contact .bottom-cta.section {
	display: none;
}
.banner .center {
	color: #eee;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 18px;
	color: #525157;
}
.grecaptcha-badge {
	opacity: 0;
}
/* Search Results */
.page-search-results .row.contentsection {
	padding-top: 0;
}
/* Property Management Page */
/* peek */
.peek2 {
	background: url('/images/peek2.webp') center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 600px;
	background-attachment: fixed;
	position: relative;
	z-index: 2;
}
.page-property-management h2.white {
	max-width: 1000px;
	margin: 0 auto 50px;
}
.page-property-management .gray-box {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}
/* Book A Stay */
.page-book-a-stay .property {
	width: calc(50% - 50px);
}
.page-book-a-stay .property-slider {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-evenly;
	align-items: start;
	padding: 15px 0;
	background: #272531;
}
.page-book-a-stay .property-info {
	padding: 15px 0;
}
.page-book-a-stay .property-info p {
	margin: 12px 0;
}
.page-book-a-stay .property a {
	display: block;
	text-align: center;
	background: #fff;
	color: #272531;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	padding: 10px;
	text-decoration: none;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.page-book-a-stay .property a:hover {
	background: #5a5147;
	color: #fff;
}
/* Individual Property Pages */
.parent-pageid-154 h1.page-title {
	margin-bottom: 0;
}
.parent-pageid-154 .banner .center {
	font-family: 'Playfair', sans-serif;
	font-size: 38px;
	text-transform: uppercase;
	line-height: 1.1;
}
.parent-pageid-154 .bottom-cta {
	display: none;
}
.main-property-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
.main-property-info h3 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
}
.main-property-info h2 {
	margin: 0 0 5px;
	color: #fff;
}
.property-details {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	text-align: center;
	gap: 20px;
	color: #fff;
}
p.prop-spec.last {
	border: none;
	padding-right: 0;
}
.booking-calendar-wrap {
	will-change: transform;
	position: absolute;
	left: 0;
	right: 0;
}
p.prop-spec {
	border-right: 1px solid #fff;
	padding-right: 20px;
}
.about-space-section {
	background: #D1CFCE;
	padding: 30px 50px;
	margin: 50px 0;
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 50px;
	min-height: 650px;
	position: relative;
}
.calendar-widget {
	width: 100%;
	max-width: 320px;
	min-width: 320px;
	position: relative;
}
.about-info h3 {
	margin-bottom: 5px;
	margin-top: 30px;
}
.about-info ul {
	line-height: 2;
}
.property-name {
	color: #fff;
	line-height: 1.7;
}
.parent-pageid-154 .header {
	position: absolute !important;
}
.parent-pageid-154 .header.hidden {
	transform: translateY(0);
}
.white h3, .white ul, .white {
	color: #fff;
}
.white h3 {
	margin-bottom: 5px;
	margin-top: 50px;
}
.gray h2 {
	color: #fff;
}
.main-property-info a.main-btn.transition {
	padding: 12px 20px;
	font-weight: 600;
	font-size: 16px;
}
.parent-pageid-154 .row.contentsection {
	padding: 50px 0;
}
.property-name p:last-child {
	margin: 0;
}
.white i {
	margin-right: 10px;
}
.white ul p {
	line-height: 1.6;
}
.white ul {
	line-height: 2;
}
.photo-preview.section {
	padding: 0 0 60px;
	position: relative;
}
.photo-preview.section > .flex {
	gap: 20px;
}
.main-img, .thumbs {
	width: 100%;
}
.thumbs .flex br {
	display: none;
}
.thumbs .flex {
	flex-wrap: wrap;
	gap: 20px;
}
.thumbs .flex img {
	width: calc(50% - 10px);
}
a.main-btn.transition.more-photos {
	position: absolute;
	right: 40px;
	bottom: 90px;
	background: #fff;
	color: #272531;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
a.main-btn.transition.more-photos:hover {
	color: #fff;
	background: #272531;
}
.about-space-section img.dots3 {
	right: -200px;
	transform: rotate(90deg);
	top: auto;
	bottom: -150px;
}
.page-privacy-policy, .page-privacy-policy h3, .page-privacy-policy strong {
	color: #fff;
}
.page-property-management .bottom-cta {
	display: none;
}
/* DESIGN PASS 2026-07-11
------------------------------------- */
/* No orphaned words on wrapped headings */
h1, h2, h3 {
	text-wrap: balance;
}
/* Eyebrow section labels */
.eyebrow {
	display: block;
	color: #8d89a3;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.gray-box .eyebrow {
	color: #605691;
}
.eyebrow.center {
	text-align: center;
}
/* Real property ratings on cards (replaces the identical star images) */
.stars {
	color: #D1CFCE;
	font-size: 15px;
	letter-spacing: 0.5px;
	white-space: nowrap;
	align-self: center;
}
.stars i {
	color: #8d89a3;
	margin-right: 5px;
}
/* Featured slider — fade the off-canvas card crop so it reads as intentional */
.home .featured-properties {
	position: relative;
}
.home .featured-properties::before,
.home .featured-properties::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100px;
	z-index: 3;
	pointer-events: none;
}
.home .featured-properties::before {
	left: 0;
	background: linear-gradient(to right, #1C1C1C 0%, rgba(28, 28, 28, 0) 100%);
}
.home .featured-properties::after {
	right: 0;
	background: linear-gradient(to left, #1C1C1C 0%, rgba(28, 28, 28, 0) 100%);
}
.home .featured-properties .slick-prev,
.home .featured-properties .slick-next {
	z-index: 4;
}
/* Guest review names in accent */
.review strong {
	color: #8d89a3;
}
/* Property pages: "Things to note" accordion */
.white h3.accordion-heading {
	cursor: pointer;
}
.white h3.accordion-heading .accordion-arrow {
	display: inline-block;
	font-size: 22px;
	margin-left: 14px;
	color: #8d89a3;
	transition: transform 0.3s ease;
	vertical-align: middle;
}
.white h3.accordion-heading .accordion-arrow.rotate {
	transform: rotate(180deg);
}
.white .accordion-content {
	display: none;
}
/* Blog cards: post dates + lighter read-more */
#main .front-post-wrap p.meta {
	display: block;
	color: #716e84;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: none;
	margin: 12px 0 0;
	padding-left: 25px;
}
a.more-link {
	display: inline-block;
	background: none;
	border: none;
	color: #605691;
	padding: 0;
	margin: 5px 25px 30px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-align: left;
	max-width: none;
}
a.more-link:hover {
	background: none;
	color: #272531;
}
/* Book A Stay: trust strip */
.book-trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 50px;
	padding: 40px 20px 5px;
}
.book-trust .trust-item {
	color: #D1CFCE;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.book-trust .trust-item i {
	color: #8d89a3;
	margin-right: 8px;
}
/* Book A Stay: filter chips */
.book-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 25px 0 35px;
}
.filter-chip {
	background: none;
	border: 1px solid #525157;
	border-radius: 1px;
	color: #D1CFCE;
	padding: 10px 22px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.15s ease-in;
}
.filter-chip:hover {
	border-color: #8d89a3;
	color: #fff;
}
.filter-chip.active {
	background: #D1CFCE;
	border-color: #D1CFCE;
	color: #272531;
}
/* Property cards: location label + clickable photo/title */
.prop-area {
	display: block;
	color: #8d89a3;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.prop-area i {
	margin-right: 6px;
}
.property-info h3 a {
	color: inherit;
	text-decoration: none;
	transition: color 0.15s ease-in;
}
.property-info h3 a:hover {
	color: #fff;
}
a.card-link {
	display: block;
}
a.card-link .wrap {
	overflow: hidden;
}
a.card-link img {
	display: block;
	transition: transform 0.4s ease;
}
a.card-link:hover img {
	transform: scale(1.04);
}
/* Book A Stay: undo the Book-Now button styling on the new card/title links */
.page-book-a-stay .property a.card-link,
.page-book-a-stay .property a.card-link:hover {
	background: none;
	padding: 0;
	text-align: left;
}
.page-book-a-stay .property-info h3 a,
.page-book-a-stay .property-info h3 a:hover {
	display: inline;
	background: none;
	color: inherit;
	padding: 0;
	text-align: left;
	font-size: inherit;
	font-weight: inherit;
}
.page-book-a-stay .property-info h3 a:hover {
	color: #fff;
}
/* Book A Stay: banner subtitle visibility */
.page-book-a-stay .banner .container > .center {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	color: #D1CFCE;
}
/* MEDIA QUERIES
---------------------------------------------------------- */
@media (min-width: 1300px) {
	#customLightbox img {
		transform: scale(1.5) !important;
	}
	.post-img img {
		min-height: 390px;
	}
}
@media (max-width: 1699px) {
	#logo {
		max-width: 200px;
	}
	.banner {
		margin-top: 168px;
		height: 400px;
	}
	.home .banner {
		height: 700px;
	}
	.peek, .peek2 {
		height: 500px;
	}
}
@media (max-width: 1499px) {
	.banner .center img {
		max-width: 250px;
	}
	.main-btn.gray, .main-btn, .property-overlay a {
		padding: 12px 20px;
	}
}
@media (max-width: 1449px) {}
@media (max-width: 1399px) {
	.home .banner {
		height: 600px;
	}
	.banner {
		margin-top: 165px;
		height: 280px;
	}
	.review {
		padding: 0 80px;
	}
	.menu-footer li a {
		font-weight: 300;
		font-size: 18px;
	}
	.dropdown-menu > li > a {
		font-size: 16px !important;
	}
	.main-btn.gray, .main-btn, .property-overlay a {
		font-size: 16px;
	}
	.peek, .peek2 {
		height: 450px;
	}
}
@media (max-width: 1299px) {
	img.dots2 {
		z-index: 12;
		position: absolute;
		bottom: -80px;
	}
	.peek, .peek2 {
		height: 400px;
	}
	.gallery-item {
		width: calc(33% - 15px);
	}
	#main .sixty-forty img, #main .forty-sixty img {
		height: 100%;
	}
	.single-post-img {
		width: 100%;
		min-width: 350px;
		max-width: 350px;
		text-align: center;
	}
}
@media (max-width: 1199px) {
	.footer-info .col-md-4, .footer-info .col-md-5, .footer-info .col-md-3 {
		width: 100%;
		text-align: center;
	}
	footer > .container > .flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.attribution {
		text-align: center;
		width: 100%;
	}
	.footer-info .row:last-child {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}
	.footer-info .col-md-9, .footer-info .col-md-3 {
		width: 100%;
		float: none;
		text-align: center;
	}
	.foot-socials {
		font-size: 30px;
		text-align: center;
	}
	.menu-footer-menu-container {
		max-width: 300px;
		margin: 30px auto;
	}
	footer {
		padding: 50px 0;
	}
	.forty-sixty .gray-box {
		max-width: 70%;
		width: 100%;
	}
	.footer-logo-wrap {
		max-width: 350px;
	}
	.blog .front-post-wrap {
		width: calc(50% - 40px);
	}
	.banner .page-title {
		margin-bottom: 0;
	}
	.property-info p {
		font-size: 16px;
	}
	.parent-pageid-154 .banner .center {
		font-size: 30px;
	}
}
@media (max-width: 1149px) {}
@media (max-width: 1099px) {
	#logo2 {
		max-width: 150px;
		margin: 0;
	}
	.mobile-header {
		flex-direction: row-reverse;
		justify-content: space-between;
		box-shadow: 0 4px 6px 0 rgb(0 0 0 / .1);
		background: #272531;
	}
	.banner {
		margin-top: 0;
	}
	#wrapper {
		padding-top: 95px;
	}
	.menu-line {
		background: #fff;
	}
	.menu-btn {
		width: 30px;
	}
	.phone2 i.fa-solid.fa-mobile {
		color: #d1cfce;
		font-size: 24px;
	}
	.mobile-nav-menu {
		top: 95px;
		background: #272531;
	}
	.mobile-nav-menu .menu-mobile li a, .menu-mobile li.menu-item-has-children::after {
		color: #fff;
	}
	.menu-mobile > li > ul.sub-menu {
		border-color: #aaa;
		padding-left: 20px;
	}
	.banner .center img {
		max-width: 220px;
	}
	.peek, .peek2 {
		background-attachment: initial;
		height: 350px;
	}
	.page-book-a-stay .property a {
		font-size: 16px;
	}
	.mobile-nav-menu .menu-mobile .sub-menu li.current_page_item a {
		color: #6b5cb1 !important;
	}
	.mobile-nav-menu .menu-mobile li.current-menu-item > a {
		color: #6b5cb1;
	}
	.single article {
		flex-direction: column;
	}
	.single .row.contentsection {
		padding: 10px 0;
	}
	.page-search-results section section.results-container {
		height: auto !important;
		overflow: scroll;
	}
}
@media (max-width: 1049px) {
	p.prop-spec {
		padding-right: 15px;
	}
}
@media (max-width: 999px) {
	.container {
		width: 100%;
	}
	.property {
		max-width: none;
	}
	.property-info p {
		padding: 0;
	}
	.property .flex {
		padding-top: 12px;
	}
	.about-space-section {
		gap: 20px;
	}
}
@media (max-width: 949px) {}
@media (max-width: 899px) {
	.home img.dots1 {
		top: 50px;
	}
	.flex.sixty-forty {
		flex-direction: column;
	}
	.flex.forty-sixty, .flex.sixty-forty {
		flex-direction: column-reverse;
	}
	.forty-sixty .gray-box {
		max-width: 100%;
		width: 100%;
	}
	.service-showcase .flex {
		gap: 25px;
		flex-direction: column;
		align-items: center;
	}
	.showcase-box {
		width: 100%;
	}
	.sixty-forty .gray-box {
		max-width: 100%;
		width: 100%;
	}
	.page-book-a-stay .property-slider {
		flex-direction: column;
	}
	.page-book-a-stay .property {
		width: 100%;
		margin: 0;
		padding: 5px 20px;
	}
	.main-property-info {
		flex-direction: column-reverse;
		align-items: center;
		text-align: center;
		justify-content: center;
	}
	p.prop-spec {
		font-size: 20px;
	}
	.gallery-item {
		width: calc(50% - 15px);
	}
	.photo-preview .main-img {
		display: none;
	}
	.photo-preview.section > .flex {
		flex-direction: column-reverse;
	}
	.about-space-section {
		flex-direction: column;
		max-height: 1200px;
	}
	.booking-calendar-wrap {
		position: relative;
		width: 100%;
	}
	iframe#booking-iframe {
		height: auto !important;
		min-height: 710px;
	}
	.blog .front-post-wrap {
		width: 100%;
		margin: auto;
	}
	.property-management.section.relative .forty-sixty {
		flex-direction: column;
	}
	.section {
		padding: 50px 0;
	}
	.property-management.section.relative.flip .forty-sixty {
		flex-direction: column-reverse;
	}
	.page-property-management .bottom-cta .flex {
		flex-direction: column;
	}
	.page-about .section, .page-about .row.contentsection {
		padding-top: 0;
	}
	.home .who-we-are.section .flex {
		flex-direction: column;
	}
}
@media (max-width: 849px) {}
@media (max-width: 799px) {
	.lightbox-nav.next-arrow, .lightbox-nav.prev-arrow {
		bottom: 0;
	}
	.page-book-a-stay .banner .container {
		justify-content: end;
	}
	.page-book-a-stay .banner {
		height: 420px;
	}
	.home .banner {
		height: 700px;
	}
	.about-space-section {
		flex-direction: column;
		max-height: 1280px;
	}
	.results-container {
		overflow: scroll !important;
	}
}
@media (max-width: 749px) {}
@media (max-width: 699px) {
	.flex.gallery-wrap .img-wrap {
		width: calc(50% - 20px);
	}
	.home img.dots1 {
		right: -110px;
		top: -50px;
		left: auto;
	}
	a.main-btn.transition.more-photos {
		position: absolute;
		right: 20px;
		bottom: 85px;
		font-size: 14px;
	}
	.lightbox-nav.next-arrow, .lightbox-nav.prev-arrow {
		bottom: 50px;
	}
	img.dots1 {
		position: absolute;
		left: -110px;
		top: 60px;
		z-index: 2;
	}
	.internal-page .banner .center {
		max-width: 430px;
	}
	.page-contact .section {
		padding-top: 0;
	}
	.about-space-section {
		flex-direction: column;
		max-height: 1300px;
	}
	.home .banner .container {
		justify-content: end;
	}
	button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
		width: 38px;
		height: 38px;
		background-size: cover;
	}
	.peek2 {
		display: none;
	}
}
@media (max-width: 649px) {}
@media (max-width: 599px) {
	.about-space-section {
		flex-direction: column;
		max-height: 1400px;
	}
	.banner .center img {
		max-width: 180px;
	}
	.home .banner h1 {
		font-size: 40px;
		line-height: 1.15;
	}
}
@media (max-width: 549px) {
	ul, ol {
		margin: 0 0 10px 20px;
	}
}
@media (max-width: 499px) {
	.flex.gallery-wrap {
		padding: 0;
	}
	.flex.gallery-wrap .img-wrap {
		width: 100%;
		max-height: none;
	}
	.banner .center img {
		max-width: 150px;
	}
	.home .banner {
		height: 650px;
	}
	.gray-box {
		padding: 40px;
	}
	button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
		bottom: -50px;
		top: auto;
		width: 34px;
		height: 34px;
		background-size: cover;
	}
	.review {
		font-size: 22px;
		padding: 0;
	}
	html, body {
		font-size: clamp(18px, 1.2vw, 21px);
	}
	.menu-footer {
		column-count: 1;
	}
	.banner {
		height: 220px;
	}
	.property-details {
		gap: 10px;
	}
	p.prop-spec {
		font-size: 18px;
		padding-right: 11px;
		padding-left: 0px;
	}
	.about-space-section {
		padding: 30px;
		max-height: 1800px;
	}
	.gallery-item {
		width: 95%;
	}
	.single-post-img {
		min-width: 100%;
		max-width: 100%;
	}
	.internal-page.page-search-results .bottom-cta.section {
		display: none;
	}
	.property .flex {
		flex-direction: column-reverse;
		align-items: center;
		text-align: center;
		padding-top: 0;
	}
	.main-property-info h3 {
		max-width: 300px;
		line-height: 1.3;
	}
  img.dots1 {display: none;}
  .pm-path-card .main-btn {
	text-align: center;
}
}
@media (max-width: 449px) {}
@media (max-width: 399px) {}
@media (max-width: 349px) {}
/* ---- 2026-08 polish: unified radius language + cinematic touches ---- */
/* Homepage hero: slow Ken Burns drift on a JS-injected .banner-kb layer.
   The overflow clip lives on that layer ONLY — the banner itself must stay
   unclipped so the search widget's date-picker dropdown can extend past it. */
.home .banner .banner-kb {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
}
.home .banner .banner-kb::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(/images/banner.webp) center center / cover no-repeat;
	animation: lem-banner-drift 16s ease-out forwards;
	will-change: transform;
}
/* z-index must beat the content sections below (they sit at 2) so the search
   widget's date-picker dropdown paints over them — but stay under the header (10) */
.home .banner .container {
	position: relative;
	z-index: 9;
}
@keyframes lem-banner-drift {
	from { transform: scale(1); }
	to { transform: scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
	.home .banner .banner-kb::before { animation: none; }
}

/* Soft corners on imagery + large panels (buttons keep their sharp look) */
.about-space-section {
	border-radius: 16px;
}
.property .wrap,
.property .property-overlay {
	border-radius: 10px;
	overflow: hidden;
}
.property img {
	border-radius: 10px;
}
.photo-preview .main-img img,
.photo-preview .thumbs img {
	border-radius: 10px;
}
.gallery-item img {
	border-radius: 8px;
}

/* Google Maps embeds: rounded + muted so the default map colors stop fighting the palette */
iframe[src*="google.com/maps"] {
	border-radius: 12px;
	filter: grayscale(0.85) contrast(0.95);
}

/* Reviews section: space the eyebrow off the top border (spacing used to live on
   the h2, leaving the eyebrow flush against the line) */
.reviews-section .container {
	padding-top: 56px;
}
.reviews-section h2 {
	margin-top: 0;
}
