/*
Theme Name: Zeus
Author: Thornwood Digital
Author URI: https://thornwooddigital.com/
Version: 6.2
*/
@font-face {
	font-family: 'Cormorant Garamond';
	font-display: swap;
	src: url('/fonts/CormorantGaramond.woff2') format('woff2');
	font-weight: 100 700;
	font-style: normal;
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-display: swap;
	src: url('/fonts/CormorantGaramond-Italic.woff2') format('woff2');
	font-weight: 100 700;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans';
	font-display: swap;
	src: url('/fonts/OpenSans.woff2') format('woff2');
	font-weight: 100 800;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	font-display: swap;
	src: url('/fonts/OpenSans-Italic.woff2') format('woff2');
	font-weight: 100 800;
	font-style: italic;
}
@media (min-width: 2100px) {
	html {
		background: #3C4856 !important;
	}
}
/* MAIN
------------------------------------- */
.single-download .edd-submit {
	display: none !important;
}
h1, .blog #main h1 a {
	color: #5F7FA3;
	font-family: 'Cormorant Garamond', sans-serif;
	font-size: 80px;
	line-height: 1.25;
	font-weight: 400;
	margin-bottom: 25px;
	text-transform: uppercase;
}
h2 {
	color: #5F7FA3;
	font-family: 'Cormorant Garamond', sans-serif;
	font-size: 56px;
	line-height: 1.15;
	font-weight: 300;
	margin-bottom: 25px;
	text-transform: uppercase;
}
html, body {
	height: auto;
	color: #404040;
	font-size: 28px;
	line-height: 1.45;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.56px;
}
p a, #main a {
	color: #5F7FA3;
	text-decoration: underline;
}
h3 {
	color: #5F7FA3;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	line-height: 1.25;
	font-weight: 300;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.main-wrap strong, .main-wrap b {
	font-weight: 500;
	color: #5F7FA3;
}
.main-btn {
	color: #5F7FA3;
	background: none;
	display: inline-block;
	margin: 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 18px;
	padding: 10px 15px;
	text-decoration: none !important;
	font-weight: 400;
	cursor: pointer;
	border-radius: 1px;
	border: 1px solid transparent;
	border-left-color: #5F7FA3;
	border-bottom-color: #5F7FA3;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.main-btn:hover {
	background: none;
	border-right-color: #5F7FA3;
	border-top-color: #5F7FA3;
	border-left-color: transparent;
	border-bottom-color: transparent;
	color: #5F7FA3;
}
.modal-dialog.vid {
	max-width: 90%;
}
.main-btn2 {
	font-size: 20px;
	color: #3c4856;
	margin-left: 10px;
	text-decoration: none !important;
	position: relative;
	text-transform: uppercase;
}
.main-btn2::after {
	display: none;
}
.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: #5F7FA3;
	color: #fff;
}
.cookie-btn.deny {
	background: #666;
	color: #fff;
}
.cookie-btn:hover {
	opacity: 0.9;
}
.cookie-banner.hide {
	opacity: 0;
	visibility: hidden;
}
/* HEADER
------------------------------------- */
.header {
	padding: 15px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.header .container {
	max-width: 1780px;
}
.internal-page .header {
	position: relative;
}
.innerHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.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: 20px;
}
.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: 21px;
}
.phone2 i.fa-solid.fa-mobile,
.phone2 svg {
	color: #5F7FA3;
}
a.phone.transition {
	color: #3C4856;
	font-size: 22px;
	display: inline-block;
	margin-right: 20px;
}
.header a.main-btn.transition {
	color: #3C4856;
	border-left-color: #3C4856;
	border-bottom-color: #3C4856;
}
.header a.main-btn.transition:hover {
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-top-color: #3C4856;
	border-right-color: #3C4856;
}
.navbar .nav > li > a {
	color: #3C4856;
	padding: 10px 20px;
	height: 38px;
	line-height: 38px;
	font-size: 22px;
	font-weight: 400;
}
.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, li.current-menu-parent > a, .navbar .nav > li.current-page-ancestor > a {
	font-weight: 400;
	border-bottom: 1px solid;
}
.internal-page .header a.main-btn.transition {
	color: #5F7FA3;
	border-left-color: #5F7FA3;
	border-bottom-color: #5F7FA3;
}
.internal-page .header a.main-btn.transition:hover {
	border-top-color: #5F7FA3;
	border-right-color: #5F7FA3;
	border-left-color: #fff;
	border-bottom-color: #fff;
}
.internal-page .navbar .nav > li > a {
	color: #5F7FA3;
}
.internal-page a.phone.transition {
	color: #5F7FA3;
}
.header .dropdown-menu li:hover a, .header .dropdown-menu li.current-menu-item a {
	color: #5f7fa3 !important;
	border-left: 3px solid #c8bcab;
}
.header .dropdown-menu li.current-menu-item a {
	border-left: 3px solid #c8bcab;
}
.single-download .banner .center button.edd-add-to-cart.button.blue.edd-submit:Hover {
	border: #fff;
	background: #fff;
	color: #5f7fa3 !important;
}
.single-download .banner .center button.edd-add-to-cart.button.blue.edd-submit {
	color: #fff !important;
	border-left-color: #fff;
	border-bottom-color: #fff;
}
.single-download .banner .center {
	color: #fff;
}
.single-download .banner .center form {
	display: inline-block;
}
/* BANNER
------------------------------------- */
.banner {
	position: relative;
	height: 750px;
	background: url('/images/portfolio/internal-banner.avif') center top no-repeat;
	background-size: cover;
	overflow: hidden;
}
.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	background: #1b1b1b;
	opacity: .6;
}
.home .banner {
	height: 100svh;
	max-height: 1080px;
	background: url('/images/main-banner2.avif') right top no-repeat;
	background-size: cover;
}
.home .banner::before {
	display: none;
}
.home-banner-content {
	padding-top: 150px;
}
.home-banner-content h2 {
	color: #3C4856;
	font-size: 80px;
	margin-bottom: 5px;
	max-width: 900px;
}
.home-banner-content h3 {
	color: #3C4856;
	font-size: 40px;
	margin-bottom: 15px;
}
.banner a.main-btn.transition {
	color: #3C4856;
	border-left-color: #3C4856;
	border-bottom-color: #3C4856;
}
.banner a.main-btn.transition:hover {
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-top-color: #3C4856;
	border-right-color: #3C4856;
}
.internal-page .banner a.main-btn.transition {
	color: #fff;
	border-left-color: #fff;
	border-bottom-color: #fff;
}
.internal-page .banner a.main-btn.transition:hover {
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-top-color: #fff;
	border-right-color: #fff;
}
.internal-page .banner h1 {
	color: #fff;
	font-size: 80px;
	margin-bottom: 0;
}
.internal-page .banner .container {
	position: relative;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
p.banner-sub-heading {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 34px;
}
/* TOP
------------------------------------- */
.modal select {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
/* MAIN
------------------------------------- */
.home .main-wrap {
	position: relative;
	overflow: hidden;
	padding: 150px 0;
}
.home #main section {
	max-width: 1300px;
	margin: auto;
	padding: 160px 80px 75px;
	background: #C8BCAB;
}
.home header {
	background: #3C4856;
	text-align: center;
	padding: 20px 40px 10px;
	max-width: 800px;
	margin: auto;
	position: relative;
	z-index: 5;
	margin-bottom: -100px;
}
.home h1 {
	font-family: "Open Sans", sans-serif;
	color: #fff;
	font-weight: 300;
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.home #main h2 {
	color: #fff;
	font-size: 70px;
}
.home #main .center {
	margin-top: 50px;
}
.home #main a.main-btn.transition {
	color: #3C4856;
	border-left-color: #3C4856;
	border-bottom-color: #3C4856;
}
.home #main a.main-btn.transition:hover {
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-top-color: #3C4856;
	border-right-color: #3C4856;
}
.main-wrap .container {
	position: relative;
	z-index: 5;
}
img.house-blueprint-watermark {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	pointer-events: none;
}
img.house-front-watermark {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	pointer-events: none;
}
.row.contentsection {
	padding: 50px 0;
}
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1680px;
		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-img:hover {
	transform: scale(1.02);
}
/* 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;
}
.modal-content h4.modal-title {
	font-family: "Cormorant Garamond";
	font-weight: 400;
	font-size: 32px;
}
.modal label {
	color: #3c4856;
	font-size: 22px;
	font-family: 'Cormorant Garamond', sans-serif;
	text-align: left;
	font-weight: 500;
	margin-bottom: 25px;
	letter-spacing: 0;
}
.modal input.wpcf7-form-control.wpcf7-submit {
	font-family: "Cormorant Garamond";
	text-transform: uppercase;
	font-size: 20px !important;
	font-weight: 500;
}
.modal .modal-header p {
	max-width: 300px;
	margin: 0 auto;
	line-height: 1.4;
}
.wpcf7-not-valid-tip {
	font-size: 14px !important;
	position: absolute;
	font-family: "Open Sans";
}
.wpcf7 form .wpcf7-response-output {
	color: #dc3232;
	letter-spacing: 0;
	font-family: "Open Sans";
}
.modal label {
	margin-bottom: 15px;
}
/* BOTTOM
------------------------------------- */
/* Tailored Design Section */
.tailored-section {
	position: relative;
	padding: 0 0 100px;
}
.tailored-section .flex {
	gap: 80px;
	align-items: center;
}
.tailored-section .flex > div {
	width: 50%;
}
.tailored-section .image-wrap {
	position: relative;
	min-height: 900px;
}
.tailored-section img.bottom-img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.tailored-section img.top-img {
	position: relative;
	z-index: 5;
}
/* Speaks For Self Section */
.speaks-section {
	padding: 50px 0 50px;
	position: relative;
}
.speaks-section .flex > div {
	width: 50%;
	padding: 100px;
}
.speaks-section .flex {
	min-height: 950px;
}
.design-speaks-image-wrap {
	background: url(/images/marble-texture-2.avif) center center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.design-speaks-content {
	background: #5F7FA3;
	color: #fff;
	display: flex;
	align-items: center;
}
.design-speaks-content h2 {
	color: #fff;
	max-width: 500px;
}
.design-speaks-content a.main-btn.transition {
	color: #fff;
	border-left-color: #fff;
	border-bottom-color: #fff;
}
.design-speaks-content a.main-btn.transition:hover {
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-top-color: #fff;
	border-right-color: #fff;
}
.design-speaks-content p {
	max-width: 680px;
}
/* Admired Section */
.admired-section {
	position: relative;
	padding: 50px 0 0;
	overflow: hidden;
	background: url(/images/watermark-logo.avif) center center no-repeat;
	min-height: 1250px;
}
img.mudroom {
	position: absolute;
	left: 0;
	z-index: 2;
}
img.family-room {
	position: absolute;
	right: -50px;
	bottom: 0;
	z-index: 2;
}
.admired-section h2 {
	max-width: 615px;
	margin: 0 auto 50px;
	text-align: center;
	transform: translateX(-15%) translateY(50px);
	line-height: 1.1;
	font-size: 72px;
}
.admired-section p {
	max-width: 980px;
	margin-top: 600px;
}
/* Ready to Build Section */
.ready-to-build-section {
	position: relative;
	padding: 100px 0 0;
}
.ready-to-build-section .flex {
	min-height: 950px;
}
.ready-to-build-section .flex > div {
	width: 50%;
}
.ready-to-build-content {
	display: flex;
	align-items: center;
	background: #5F7FA3;
	padding: 50px 150px;
}
.ready-to-build-content h2 {
	color: #fff;
}
.ready-to-build-content p {
	color: #fff;
}
.ready-to-build-content a.main-btn {
	color: #fff;
	border-left-color: #fff;
	border-bottom-color: #fff;
}
.ready-to-build-content a.main-btn:hover {
	color: #fff;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-top-color: #fff;
	border-right-color: #fff;
}
.ready-to-build-images {
	background: url(/images/marble-texture-2.avif) center center no-repeat;
	background-size: cover;
	padding: 100px;
	position: relative;
}
img.ready-to-build-blueprint {
	position: absolute;
	right: 0;
	bottom: -280px;
}
/* Reviews Section */
.reviews-section {
	position: relative;
	padding: 0 0 50px;
}
.review-left-side, .review-right-side {
	width: 50%;
	min-height: 950px;
}
.reviews-section .flex {
	align-items: center;
	justify-content: center;
}
.review-left-side {
	background: url(/images/bottom-img6.avif) center center no-repeat;
	background-size: cover;
}
.review-right-side {
	background: #C8BCAB;
	padding: 80px 150px 50px;
	align-items: center;
}
.stars img {
	margin-right: 24px;
	margin-bottom: 12px;
}
.reviews-section h2 {
	color: #3C4856;
	margin-bottom: 25px;
}
.reviews-section a.main-btn {
	color: #3C4856;
	border-left-color: #3C4856;
	border-bottom-color: #3C4856;
}
.reviews-section a.main-btn:hover {
	border-top-color: #3C4856;
	border-right-color: #3C4856;
	border-left-color: transparent;
	border-bottom-color: transparent;
}
.reviews-section strong {
	font-weight: 500;
	display: block;
	margin-top: 30px;
	font-size: 22px;
}
/* Let's Start Section */
.lets-start-section {
	position: relative;
	padding: 50px 0;
}
.lets-start-section .flex > div {
	width: 50%;
}
.lets-start-section .flex {
	align-items: center;
	justify-content: space-between;
	gap: 100px;
}
.lets-start-section .split.right-side {
	position: relative;
	min-height: 850px;
	display: flex;
	align-items: end;
}
img.start-bathroom {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
/* Partners Section */
.partners-section {
	padding: 100px 0 150px;
}
.partners-section p {
	max-width: 1340px;
	margin-right: auto;
	margin-left: auto;
}
.partners-section .flex {
	flex-wrap: wrap;
	gap: 40px;
	max-width: 1360px;
	align-items: center;
	justify-content: center;
	margin: 50px auto 50px;
}
/* Bottom Section */
.bottom-section {
	position: relative;
	padding: 0 0 50px;
}
.bottom-left-side, .bottom-right-side {
	width: 50%;
	min-height: 950px;
}
.bottom-section .flex {
	align-items: center;
	justify-content: center;
}
.bottom-right-side {
	background: #C8BCAB;
	padding: 0px 120px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}
.bottom-section h2 {
	color: #3C4856;
	margin-bottom: 25px;
}
.bottom-section a.main-btn {
	color: #3C4856;
	border-left-color: #3C4856;
	border-bottom-color: #3C4856;
}
.bottom-section a.main-btn:hover {
	border-top-color: #3C4856;
	border-right-color: #3C4856;
	border-left-color: transparent;
	border-bottom-color: transparent;
}
.bottom-section strong {
	font-weight: 500;
	display: block;
	margin-top: 30px;
	font-size: 22px;
}
.bottom-right-side p {
	max-width: 550px;
}
.bottom-left-side {}
.bottom-left-side.img1 {
	background: url(/images/bottom-img1.avif) center center no-repeat;
	background-size: cover;
}
.bottom-left-side.img2 {
	background: url(/images/bottom-img2.avif) center center no-repeat;
	background-size: cover;
}
.bottom-left-side.img3 {
	background: url(/images/bottom-img3.avif) center center no-repeat;
	background-size: cover;
}
.bottom-left-side.img4 {
	background: url(/images/bottom-img4.avif) center center no-repeat;
	background-size: cover;
}
.bottom-left-side.img5 {
	background: url(/images/bottom-img5.avif) center center no-repeat;
	background-size: cover;
}
.bottom-left-side.img6 {
	background: url(/images/bottom-img6.avif) center center no-repeat;
	background-size: cover;
}
.bottom-left-side.img7 {
	background: url(/images/bottom-img7.avif) center center no-repeat;
	background-size: cover;
}
.bottom-left-side.img8 {
	background: url(/images/bottom-img8.avif) center center no-repeat;
	background-size: cover;
}
.bottom-left-side.img9 {
	background: url(/images/bottom-img9.avif) center center no-repeat;
	background-size: cover;
}
.bottom-left-side.img10 {
	background: url(/images/bottom-img10.avif) center center no-repeat;
	background-size: cover;
}
.bottom-left-side.img11 {
	background: url(/images/bottom-img11.avif) center center no-repeat;
	background-size: cover;
}
.bottom-left-side.img12 {
	background: url(/images/bottom-img12.avif) center center no-repeat;
	background-size: cover;
}
/* FOOTER
------------------------------------- */
footer {
	background: none;
	padding: 0;
	position: relative;
	width: 100%;
	clear: both;
	bottom: 0;
	z-index: 5;
	padding-top: 20px;
}
footer h2 {
	font-size: 30px;
	text-align: right;
	margin-top: 30px;
}
.footer-menu {
	padding-left: 50px;
}
.footer-info .flex > div {
	margin: 0 20px;
	width: 25%;
}
.menu-footer li a {
	color: #5f7fa3;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}
.menu-footer li {
	margin-bottom: 18px;
	line-height: 1;
	width: 100%;
	display: block;
}
.menu-footer {
	margin: 0;
	column-count: 1;
}
footer h3 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 2.2px;
	margin-bottom: 30px;
}
.footer-contact-info a {
	color: #5F7FA3;
}
.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: #5F7FA3;
	text-align: left;
	padding: 0 0 10px;
	background: none;
	display: block;
	float: none;
	font-size: 15px;
	margin: 0;
	font-weight: 400;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
}
.attribution a {
	color: #5F7FA3;
	text-decoration: underline;
}
#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	background-color: #fff;
	color: #222;
	text-align: center;
	padding: 0px 10px 5px;
	font-size: 30px;
	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 i.fa-solid.fa-arrow-up,
#back-to-top svg {
	font-size: 20px;
}
#back-to-top:hover {
	background-color: #5F7FA3; /* Slightly darker for hover effect */
	color: #fff;
}
.menu-footer {
	margin: 0;
	column-count: 1;
}
.menu-footer li {
	margin-bottom: 18px;
}
.attribution p:first-child {
	margin-bottom: 0px;
}
footer hr {
	max-width: 1620px;
	background: #5F7FA3;
	border: none;
	height: 5px;
	margin: 48px auto;
}
a.thornwood {
	color: #C8BCAB;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
}
.footer-contact-info a {
	display: inline-block;
	margin-bottom: 12px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: #5f7fa3;
	color: #fff;
}
.page-privacy-policy #main h3 {
	margin-top: 50px;
}
.footer-socials .fa-brands,
.footer-socials a svg {
	color: #C8BCAB;
	font-size: 40px;
	margin-right: 20px;
}
/* INTERNAL PAGES
------------------------------------------------------------------------------------------------------------------------------------ */
/* About Us Page 
------------------------------------- */
.team-wrapper {
	padding: 120px 0 50px;
	text-align: center;
}
.team-wrapper > h2 {
	max-width: 530px;
	margin: 0 auto 35px;
	line-height: 1;
}
.flex.about-us-flex {
	gap: 50px;
	justify-content: space-between;
}
.flex.about-us-flex > div {
	width: 50%;
}
.partner-wrapper {
	display: flex;
	align-items: start;
	justify-content: space-around;
	gap: 40px;
	margin-bottom: 60px;
}
.staff {
	text-align: center;
}
.partner-wrapper .staff h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #3C4856;
}
.partner-wrapper .staff h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #5F7FA3;
}
.staff p br {
	display: none;
}
.staff a {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}
.staff-wrapper .staff h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #3C4856;
}
.staff-wrapper .staff h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #5F7FA3;
}
.staff-wrapper {
	display: flex;
	align-items: start;
	justify-content: space-around;
	gap: 20px;
	flex-wrap: wrap;
}
.staff-wrapper .staff {
	width: 24%;
}
/* Our Portfolio Page 
------------------------------------- */
.custom-heading-tan {
	background: #C8BCAB;
	padding: 40px 50px 20px;
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 5;
	margin-bottom: -100px;
}
.custom-heading-tan h2 {
	font-family: "Open Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #3C4856;
}
.custom-content-blue {
	background: #3C4856;
	color: #fff;
	padding: 150px 100px 100px;
	position: relative;
	z-index: 2;
}
.page-projects .row.contentsection {
	padding: 80px 0 150px;
}
.main-wrap {
	position: relative;
	overflow: hidden;
}
.page-projects .main-wrap, .page-stock-plans .main-wrap {
	margin-bottom: -60px;
}
.page-projects .main-wrap::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(/images/watermark-house-floorplan.avif) center center no-repeat;
	width: 980px;
	height: 500px;
	pointer-events: none;
}
.page-projects .main-wrap::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -60px;
	z-index: 1;
	background: url(/images/projects-watermark.avif) center center no-repeat;
	width: 980px;
	height: 792px;
	pointer-events: none;
}
.main-project-wrapper {
	margin-bottom: 150px;
}
.main-project-wrapper:nth-of-type(even) .flex {
	flex-direction: row-reverse;
}
.main-project-image {
	position: relative;
	max-width: 65%;
}
.main-project-wrapper:nth-of-type(even) .main-project-image::after {
	content: "";
	display: block;
	width: 100%;
	max-width: 800px;
	height: 500px;
	position: absolute;
	left: -40px;
	bottom: -40px;
	z-index: 2;
	background: url('/images/stone-background.avif') center center no-repeat;
	background-size: cover;
}
.main-project-wrapper:nth-of-type(even) .main-project-image img {
	position: relative;
	z-index: 4;
}
.main-project-wrapper:nth-of-type(odd) .main-project-image::after {
	content: "";
	display: block;
	width: 100%;
	max-width: 800px;
	height: 500px;
	position: absolute;
	right: -40px;
	bottom: -40px;
	z-index: 2;
	background: url('/images/copper-background.avif') center center no-repeat;
	background-size: cover;
}
.main-project-wrapper:nth-of-type(odd) .main-project-image img {
	position: relative;
	z-index: 4;
}
.main-project-wrapper .flex {
	justify-content: space-between;
	align-items: center;
}
.main-project-wrapper:nth-of-type(odd) .main-project-info {
	padding-right: 40px;
}
.main-project-wrapper:nth-of-type(even) .main-project-info {
	padding-left: 40px;
}
.main-project-info {
	max-width: 500px;
}
p.home-info-banner {
	color: #fff;
	font-weight: 300;
	font-size: 40px;
	text-transform: uppercase;
}
.flex.services-info-section {
	gap: 50px;
	justify-content: space-between;
	align-items: center;
}
.flex.services-info-section > div {
	width: 50%;
}
/* Stock Plans Page 
------------------------------------- */
.page-stock-plans .main-wrap::before {
	content: "";
	display: block;
	position: absolute;
	left: -50px;
	top: 0;
	z-index: 1;
	background: url(/images/watermark-front-stock.avif) center left no-repeat;
	width: 980px;
	height: 450px;
	pointer-events: none;
}
.page-stock-plans .main-wrap::after {
	content: "";
	display: block;
	position: absolute;
	right: -450px;
	bottom: -60px;
	z-index: 1;
	background: url(/images/watermark-house-floorplan.avif) center center no-repeat;
	width: 980px;
	height: 792px;
	pointer-events: none;
}
.project-slider {
	margin-bottom: 50px;
}
h2.best-seller-heading {
	margin-top: 100px;
}
.project-slider button.slick-prev.slick-arrow {
	bottom: 0;
	top: auto;
	right: 50%;
	transform: translate(0%, -50%);
	left: auto;
}
.page-stock-plans h2.center {
	margin-bottom: 40px;
}
.project-slider button.slick-next.slick-arrow {
	bottom: 0;
	top: auto;
	left: 50%;
	transform: translate(0%, -50%);
}
.edd_download_image img {
	width: 100%;
	height: auto;
	object-fit: contain; /* or cover if you want cropping behavior */
}
.edd-cart-item-thumb {
	width: 100%;
	height: auto;
}
.edd-cart-plan-info, .edd_cart_item_name, .edd_cart_item_name * {
	white-space: normal !important;
}
.edd_download_inner {
	text-align: center;
}
.edd_download_image {
	margin-bottom: 25px;
}
h3.edd_download_title a {
	color: #3C4856;
}
p.plan-info {
	font-weight: 300;
	font-size: 24px;
}
.page-stock-plans .bottom-section {
	margin-top: 80px;
}
button.edd-add-to-cart.button.blue.edd-submit, a.edd_go_to_checkout.button.blue.edd-submit {
	color: #5F7FA3;
	background: none;
	display: inline-block;
	margin: 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 18px;
	padding: 10px 15px;
	text-decoration: none !important;
	font-weight: 400;
	cursor: pointer;
	border-radius: 1px;
	border: 1px solid transparent;
	border-left-color: #5F7FA3;
	border-bottom-color: #5F7FA3;
	letter-spacing: 2px;
	text-transform: uppercase;
}
button.edd-add-to-cart.button.blue.edd-submit:hover, a.edd_go_to_checkout.button.blue.edd-submit:hover {
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: #5F7FA3;
	border-top-color: #5F7FA3;
}
button.edd-add-to-cart.button.blue.edd-submit:focus {
	color: #5F7FA3;
}
.edd_download_excerpt {
	display: none;
}
/* Single Downloadable Product Page 
------------------------------------- */
.single-download p.meta {
	display: none;
}
.single-plan-wrap .flex {
	justify-content: space-between;
	gap: 20px;
	align-items: start;
}
.single-plan-content {
	width: 50%;
}
.spec-table tr {
	border-bottom: 1px solid;
	font-family: "Cormorant Garamond", sans-serif;
}
.spec-table th {
	width: 150px;
	border-right: 1px solid;
	letter-spacing: 0;
}
.spec-table td {
	padding-left: 15px;
	letter-spacing: 0;
}
table.spec-table {
	margin: 25px 0 35px;
}
.spec-table tr:last-child {
	border-bottom: 0;
}
.single-plan-image {
	position: relative;
	margin-top: 100px;
}
.single-plan-image img {
	position: relative;
	z-index: 4;
}
.single-plan-image::after {
	content: "";
	display: block;
	position: absolute;
	right: -40px;
	bottom: -40px;
	height: 400px;
	width: 500px;
	background: url(/images/marble-texture-1.avif) center center no-repeat;
	z-index: 2;
}
.flex.plan-thumbnails > img {
	width: calc(30% - 10px);
	max-width: 470px !important;
}
.flex.plan-thumbnails {
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 50px;
}
/* Contact Us Page 
------------------------------------- */
.row.contact-page-info {
	display: flex;
	align-items: center;
	margin-top: 50px;
	justify-content: space-between;
	gap: 10px;
}
.navbar li.menu-item-has-children:hover > ul.dropdown-menu {
	display: block;
	margin-top: 13px;
}
/* Checkout Page 
------------------------------------- */
.edd_cart_item_image {
	max-width: 400px;
	width: 100%;
}
#edd_checkout_cart .edd_cart_header_row th {
	font-family: "Cormorant Garamond";
	letter-spacing: 0;
	font-size: 32px;
}
td.edd_cart_item_name {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	text-align: center;
}
.edd-cart-plan-info {
	font-size: 20px;
}
fieldset#edd_checkout_user_info {
	margin-top: 50px;
}
.edd_clearfix label {
	font-family: "Cormorant Garamond", sans-serif;
	letter-spacing: 0;
}
.edd_form input {
	padding: 10px !important;
	width: 100% !important;
	max-width: 300px !important;
}
a.edd_cart_remove_item_btn {
	color: #dc3232;
	font-size: 20px;
}
p#edd_final_total_wrap {
	padding: 0 !important;
	background: none !important;
	border: none !important;
}
#edd_checkout_cart .edd_cart_header_row th {
	background: #3C4856;
	padding: 1.387em;
	color: #fff;
}
.edd-add-to-cart[data-edd-loading] .edd-add-to-cart-label {
	opacity: 1 !important;
}
p.edd-description {
	display: none !important;
}
p#edd_final_total_wrap strong {
	margin-right: 10px;
}
#edd_checkout_form_wrap legend {
	margin-bottom: 0;
}
/* Single Project Page 
------------------------------------- */
.gallery-wrap {
	margin: 0 auto;
	padding: 0 7.5px; /* half gutter on each side */
}
.gallery-item {
	width: calc(50% - 15px);
	padding: 0 15px; /* half gutter */
	box-sizing: border-box;
	margin-bottom: 25px;
	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;
}
.parent-pageid-148 #main section > p {
	max-width: 1250px;
	margin: 0 auto 30px;
}
/* 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: zoom-in;
	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;
}
button.edd-add-to-cart.button.blue.edd-submit:focus, a.edd_go_to_checkout.button.blue.edd-submit:focus {
	outline: none;
}
tr.edd_cart_footer_row th {
	border: none !important;
}
.flex.plan-thumbnails br {
	display: none;
}
/* Partners Page 
------------------------------------- */
.page-industry-partners .partners-section {
	padding: 20px 0 0;
}
.page-industry-partners .partners-section .flex br {
	display: none;
}
.lightbg {
	background: #fbfbfb;
}
.page-industry-partners .row.contentsection {
	padding-bottom: 0;
}
.affiliate-wrap {
	padding: 50px 0;
}
.affiliate-slider .slick-slide img {
	display: block;
	margin: auto;
}
.affiliate-slider {
	padding: 50px 0;
}
.affiliate-slider .slick-slide {
	margin: 0 40px;
}
/* the parent */
.affiliate-slider .slick-list {
	margin: 0 -40px;
}
button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
	background-color: #d8e8f2;
}
/* Services Page 
------------------------------------- */
.flex.services-info-section > div {
	width: 50%;
}
.page-services #main h3 {
	margin-top: 0;
	margin-bottom: 25px;
}
.page-services #main hr {
	margin: 75px 0;
}
.flex.services-info-section.reverse {
	flex-direction: row-reverse;
}
ul.service-list-nav li {
	color: #c8bcab;
}
ul.service-list-nav a {
	color: #5f7ea3;
}
ul.service-list-nav li {
	margin-bottom: 8px;
}
ul.service-list-nav {
	margin-left: 75px;
}
/* Before and After Scrubber */
.before-after-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	margin: 50px auto 0;
	height: auto;
	right: 0;
	top: 0;
}
.before-after-container p.slider-description {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	color: #fff;
	font-size: 15px;
	background: #3C4856;
	padding: 10px;
}
.before-after-container, .slider {
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.before-image video, .after-image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.after-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0 50% 0 0);
	max-height: 650px;
	background: rgb(100 100 100 / 60%);
}
.before-image {
	max-height: 650px;
}
.slider {
	position: absolute;
	top: 0;
	left: 50%; /* Start the slider in the middle */
	width: 5px;
	height: 100%;
	background-color: #f9f4ea;
	cursor: ew-resize;
	z-index: 2;
	max-height: 650px;
}
.slider .handle {
	position: absolute;
	top: 50%;
	left: -23px;
	width: 50px;
	height: 50px;
	background: #fff url(/images/slider.png) center center no-repeat;
	border: 1px solid #fff;
	border-radius: 50%;
	transform: translateY(-50%);
	cursor: ew-resize;
}
.after-image span, .before-image span {
	position: absolute;
	bottom: 0;
	background: #6528f5;
	font-weight: 700;
	display: inline-block;
	padding: 0 20px;
	color: white;
	font-family: 'Eveleth';
	font-size: 15px;
}
.before-image span {
	right: 0;
}
.after-image span {
	left: 0;
}
/* Reviews Page 
------------------------------------- */
.review-item {
	width: 500px;
	background-color: #3C4856;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 30px;
	margin-right: 30px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	display: inline-block;
	vertical-align: top;
	color: #fff;
}
.review-item h3 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.review-item p {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.review-item strong {
	font-size: 1.1em;
}
.review-grid {
	margin: 0 auto; /* Center the grid */
}
span.stars {
	color: #c8bcab;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.page-giving-back .banner a.main-btn {
	display: none;
}
.giving-back-logos {
	align-items: center;
	justify-content: center;
	gap: 50px;
	flex-direction: column;
}
.giving-back-logos img {
	max-width: 480px !important;
	max-height: 350px;
	width: 100%;
}
#main hr {
	margin: 50px 0;
}
.flex-50 {
	gap: 50px;
	align-items: center;
	justify-content: space-between;
}
.flex-50 div {
	width: 50%;
}
.page-giving-back footer {
	border-top: 1px solid #d8e8f2;
	margin-top: 50px;
}
.page-giving-back .bottom-section {
	display: none;
}
.page-stock-plans #wrapper .container > .flex {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
div#edd_download_pagination {
	width: 100%;
	text-align: center;
}
/* MEDIA QUERIES
----------------------------------------------------------------------------------------- */
@media (max-width: 1849px) {
	.home-banner-content h3 {
		font-size: 35px;
	}
}
@media (max-width: 1799px) {
	.admired-section h2 {
		transform: translateX(-5%) translateY(50px);
	}
	.ready-to-build-content {
		padding: 50px 100px;
	}
	.review-right-side {
		padding: 100px 100px 50px;
	}
	.banner {
		height: 650px;
	}
	.main-project-image {
		max-width: 62%;
	}
	.bottom-right-side {
		padding: 0 70px 50px;
	}
}
@media (max-width: 1699px) {
	.review-grid {
		margin: auto;
		max-width: 1100px;
	}
}
@media (min-width: 1700px) {
	p.slick-slide {
		font-size: 0.85em;
	}
}
@media (max-width: 1649px) {
	.admired-section h2 {
		font-size: 65px;
		max-width: 560px;
	}
	.banner {
		height: 600px;
	}
	.main-project-image {
		max-width: 61%;
	}
	.main-project-wrapper:nth-of-type(odd) .main-project-image::after, .main-project-wrapper:nth-of-type(even) .main-project-image::after {
		height: 400px;
		max-width: 720px;
	}
	.home-banner-content h2 {
		font-size: 70px;
	}
	.home #main h2 {
		font-size: 60px;
	}
}
@media (max-width: 1599px) {
	img.mudroom {
		width: 28%;
	}
	img.family-room {
		width: 35%;
	}
	h2 {
		font-size: 50px;
	}
	.bottom-left-side, .bottom-right-side {
		width: 50%;
		min-height: 700px;
	}
	.staff-wrapper .staff {
		width: 30%;
	}
}
@media (max-width: 1549px) {
	.home .banner {
		background-position: center top;
	}
	.menu-footer li a {
		font-size: 20px;
		font-weight: 400;
	}
	.footer-contact-info a {
		font-size: 22px;
	}
	footer h2 {
		text-align: center;
	}
	.navbar .nav > li > a {
		font-size: 20px;
		padding: 10px 15px;
	}
	.banner {
		height: 550px;
	}
	.main-project-image {
		max-width: 58%;
	}
	.internal-page .banner h1 {
		font-size: 70px;
	}
	html, body {
		font-size: 26px;
	}
	footer h3 {
		font-size: 24px;
	}
	p.home-info-banner {
		font-size: 35px;
	}
	h2 {
		font-size: 48px;
	}
}
@media (max-width: 1499px) {
	a.phone.transition {
		font-size: 18px;
	}
	.header a.main-btn.transition {
		font-size: 18px;
	}
	.home-banner-content h3 {
		font-size: 28px;
	}
	.main-btn, .main-btn2 {
		font-size: 18px;
	}
	html, body {
		font-size: 22px;
	}
	.admired-section p {
		max-width: 750px;
		margin-top: 520px;
	}
	.review-right-side {
		padding: 80px 60px 50px;
	}
	img.family-room {
		width: 40%;
	}
	.admired-section h2 {
		transform: translateX(5%) translateY(50px);
	}
	.banner {
		height: 500px;
	}
	.main-project-wrapper:nth-of-type(odd) .main-project-image::after, .main-project-wrapper:nth-of-type(even) .main-project-image::after {
		height: 350px;
		max-width: 650px;
	}
	.main-project-image {
		max-width: 60%;
	}
	.custom-heading-tan h2 {
		font-size: 34px;
	}
	.internal-page .banner h1 {
		font-size: 60px;
	}
	.dropdown-menu > li > a {
		padding: 5px 10px;
	}
	.bottom-left-side, .bottom-right-side {
		width: 50%;
		min-height: 650px;
	}
	.speaks-section .flex, .ready-to-build-section .flex {
		min-height: 650px;
	}
	img.ready-to-build-blueprint {
		position: absolute;
		right: -50px;
		bottom: -130px;
		z-index: 2;
		max-width: 320px;
	}
	h2 {
		font-size: 45px;
	}
	.review-left-side, .review-right-side {
		width: 50%;
		min-height: 780px;
	}
	h3 {
		font-size: 35px;
	}
	p.plan-info {
		font-size: 23px;
	}
	.home header {
		max-width: 650px;
		width: 90%;
	}
	.home #main h2 {
		font-size: 45px;
	}
	.tailored-section .image-wrap {
		position: relative;
		min-height: 750px;
	}
	.gallery-item {
		width: calc(33% - 15px);
	}
}
@media (max-width: 1449px) {}
@media (max-width: 1399px) {
	.admired-section h2 {
		font-size: 60px;
		max-width: 480px;
	}
	ul.dropdown-menu {
		top: 25px;
	}
	.single-plan-image::after {
		width: 80%;
		height: 250px;
		right: -30px;
		bottom: -30px;
	}
	.single-plan-image {
		max-width: 500px;
	}
	.home .banner {
		background-position: right top;
	}
}
@media (max-width: 1349px) {
	.navbar .nav > li > a {
		font-size: 18px;
		padding: 10px 12px;
	}
	.home-banner-content h3 {
		font-size: 25px;
	}
	.tailored-section img.top-img {
		max-width: 380px;
	}
	img.start-bathroom {
		max-width: 400px;
	}
	img.start-kidsroom {
		max-width: 400px;
	}
	.header .dropdown-menu li a {
		font-size: 17px;
	}
	p.home-info-banner {
		font-size: 28px;
	}
	p.banner-sub-heading {
		font-size: 24px;
	}
	.review-right-side {
		padding: 100px 70px 50px;
	}
	.main-project-info {
		max-width: 420px;
	}
}
@media (max-width: 1299px) {
	.admired-section h2 {
		font-size: 50px;
		max-width: 410px;
	}
	.admired-section p {
		max-width: 650px;
		margin-top: 520px;
	}
	h2 {
		font-size: 40px;
	}
	html, body {
		font-size: 20px;
	}
	.banner {
		height: 425px;
	}
	.internal-page .banner h1 {
		font-size: 50px;
	}
	.main-btn, .main-btn2 {
		font-size: 16px;
	}
	.footer-contact-info a, .menu-footer li a {
		font-size: 18px;
	}
	h3 {
		font-size: 30px;
	}
	p.plan-info {
		font-size: 20px;
	}
}
@media (max-width: 1249px) {}
@media (max-width: 1199px) {
	#logo {
		max-width: 200px;
	}
	a.phone.transition, .header a.main-btn.transition {
		font-size: 16px;
	}
	.navbar .nav > li > a {
		font-size: 16px;
		padding: 10px 10px;
	}
	.tailored-section img.bottom-img {
		max-width: 380px;
	}
	.speaks-section .flex > div {
		width: 50%;
		padding: 70px;
	}
	.ready-to-build-content {
		padding: 50px 70px;
	}
	.partner-wrapper .staff h2, .staff-wrapper .staff h2 {
		font-size: 28px;
	}
	.partner-wrapper .staff h3, .staff-wrapper .staff h3 {
		font-size: 20px;
	}
	.main-project-image {
		max-width: 57%;
	}
	.main-project-wrapper:nth-of-type(odd) .main-project-image::after, .main-project-wrapper:nth-of-type(even) .main-project-image::after {
		height: 250px;
		max-width: 550px;
	}
	.bottom-section h2 {
		font-size: 32px;
	}
	.bottom-left-side, .bottom-right-side {
		width: 50%;
		min-height: 500px;
	}
	.custom-heading-tan h2 {
		font-size: 30px;
	}
	.review-grid {
		margin: auto;
		max-width: 500px;
	}
}
@media (max-width: 1149px) {}
@media (max-width: 1099px) {
	#logo2 {
		max-width: 200px;
		margin: 0;
	}
	.mobile-header {
		flex-direction: row-reverse;
		justify-content: space-between;
		box-shadow: 0 4px 6px 0 rgb(0 0 0 / .1);
	}
	.mobile-nav-menu {
		top: 79px;
	}
	.mobile-info a.main-btn.transition {
		display: block;
		margin: 10px auto 20px;
		max-width: 230px;
	}
	.home-banner-content {
		padding-top: 70px;
	}
	.home .banner {
		background-position: center top;
	}
	.home-banner-content h2 {
		font-size: 60px;
		max-width: 650px;
	}
	#wrapper {
		padding-top: 79px;
	}
	.home .banner {
		height: calc(100svh - 80px);
	}
	.main-btn, .main-btn2, .single-download .banner .center button.edd-add-to-cart.button.blue.edd-submit {
		font-size: 15px;
	}
	.admired-section {
		min-height: 920px;
	}
	.admired-section p {
		margin-top: 350px;
	}
	img.ready-to-build-blueprint {
		bottom: -200px;
	}
	.reviews-section h2 {
		font-size: 36px;
	}
	.banner {
		height: 380px;
	}
	.main-project-image {
		max-width: 52%;
	}
	.gallery-item {
		width: calc(50% - 15px);
	}
	.footer-info .flex {
		gap: 50px;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.footer-info .flex > div {
		margin: 0;
		width: 45%;
	}
	.footer-menu {
		padding-left: 0;
	}
	.footer-logo img {
		max-width: 300px;
	}
	footer h2 {
		text-align: left;
		font-size: 25px;
	}
	.mobile-nav-menu .menu-mobile li.current_page_item a {
		color: #5f7fa3;
	}
	.mobile-nav-menu .menu-mobile .sub-menu li.current_page_item a {
		color: #C8BCAB;
	}
	.mobile-nav-menu .menu-mobile li.current-menu-parent > a {
		color: #5f7fa3;
	}
	table.spec-table {
		font-size: 24px;
	}
	.partners-section {
		padding: 100px 0 100px;
	}
}
@media (max-width: 1049px) {
	.home .partners-section img {
		max-width: 280px;
	}
}
@media (max-width: 999px) {
	.container {
		width: 100%;
	}
	.tailored-section .flex {
		flex-direction: column;
	}
	.tailored-section .flex > div {
		width: 100%;
	}
	.speaks-section .flex {
		flex-direction: column-reverse;
	}
	.speaks-section .flex > div {
		width: 100%;
	}
	.tailored-section .image-wrap, .tailored-section .content-wrap {
		padding: 0 50px;
	}
	.design-speaks-content p {
		max-width: 100%;
	}
	.design-speaks-content h2 {
		color: #fff;
		max-width: 100%;
	}
	.tailored-section .content-wrap h2 {
		max-width: 600px;
	}
	.home .main-wrap {
		padding: 50px 0;
	}
	.admired-section p {
		margin-top: 350px;
		max-width: 500px;
	}
	.ready-to-build-section .flex > div {
		width: 100%;
	}
	.ready-to-build-section .flex {
		flex-direction: column;
	}
	img.ready-to-build-blueprint {
		bottom: -50px;
	}
	.reviews-section .flex {
		flex-direction: column-reverse;
	}
	.review-left-side, .review-right-side {
		width: 100%;
		min-height: 0;
	}
	.review-right-side {
		padding: 80px 70px 80px;
	}
	.lets-start-section .flex {
		flex-direction: column;
	}
	.lets-start-section .flex > div {
		width: 100%;
		padding: 0 50px;
	}
	.bottom-section .flex {
		flex-direction: column-reverse;
	}
	.bottom-left-side, .bottom-right-side {
		width: 100%;
		min-height: 0;
	}
	.bottom-right-side {
		padding: 70px;
	}
	.bottom-section h2 {
		max-width: 500px;
	}
	.main-project-wrapper .flex {
		flex-direction: column-reverse;
	}
	.page-projects .main-wrap, .page-stock-plans .main-wrap {
		margin-bottom: 0;
	}
	.main-project-image {
		max-width: 90%;
	}
	.main-project-info {
		width: 90%;
		margin-bottom: 20px;
	}
	.main-project-wrapper:nth-of-type(even) .flex {
		flex-direction: column-reverse;
	}
	.main-project-wrapper:nth-of-type(even) .main-project-info {
		padding-left: 0;
	}
	.page-projects .main-wrap {
		margin-bottom: 50px;
	}
	.custom-heading-tan {
		max-width: 85%;
	}
	.bottom-right-side p {
		max-width: 100%;
	}
	.bottom-section h2 {
		font-size: 38px;
	}
	.single-plan-wrap > .flex {
		flex-direction: column;
	}
	.single-plan-content {
		width: 100%;
	}
	.single-plan-image {
		max-width: 90%;
		margin: 0 auto 40px;
	}
	.single-plan-wrap .flex.plan-thumbnails {
		flex-direction: row;
	}
	.flex.plan-thumbnails > img {
		width: calc(45% - 10px);
		max-width: 450px !important;
	}
	.row.contact-page-info .col-md-6, .row.contact-page-info .col-md-12 {
		width: 100%;
		padding: 0;
	}
	.row.contact-page-info {
		flex-direction: column;
	}
	.lets-start-section .split.right-side {
		min-height: 600px;
	}
	.modal.fade.in {
		top: 10px;
		z-index: 9999;
	}
	.grecaptcha-badge {
		opacity: 0;
		pointer-events: none;
	}
	.main-project-info {
		max-width: 100%;
	}
}
@media (max-width: 949px) {}
@media (max-width: 899px) {
	.admired-section h2 {
		font-size: 42px;
		max-width: 380px;
		margin-left: auto;
		margin-right: 50px;
	}
	img.mudroom {
		width: 35%;
	}
	.banner {
		height: 320px;
	}
	.flex.about-us-flex > div {
		width: 100%;
	}
	.flex.about-us-flex {
		flex-direction: column;
	}
	.partner-wrapper .staff h2, .staff-wrapper .staff h2 {
		font-size: 22px;
	}
	.partner-wrapper .staff h3, .staff-wrapper .staff h3 {
		font-size: 18px;
	}
	.main-project-wrapper:nth-of-type(odd) .main-project-image::after {
		right: -30px;
		bottom: -30px;
	}
	.main-project-wrapper:nth-of-type(even) .main-project-image::after {
		left: -30px;
		bottom: -30px;
	}
	p.home-info-banner {
		font-size: 21px;
	}
	.page-stock-plans p.banner-sub-heading {
		max-width: 500px;
		font-size: 21px;
	}
	td.edd_cart_item_name {
		flex-direction: column;
	}
	.edd-cart-plan-info {
		text-align: center;
	}
	#edd_checkout_cart .edd_cart_header_row th {
		font-size: 24px;
	}
	.custom-heading-tan h2 {
		font-size: 30px;
		max-width: 300px;
		margin: 0 auto;
	}
	.flex.services-info-section, .flex.services-info-section.reverse {
		flex-direction: column-reverse;
	}
	.flex.services-info-section > div {
		width: 100%;
	}
}
@media (max-width: 849px) {}
@media (max-width: 799px) {
	.lightbox-nav.next-arrow, .lightbox-nav.prev-arrow {
		bottom: 50px;
	}
	.home-banner-content h2 {
		font-size: 42px;
		max-width: 530px;
	}
	.home-banner-content h3 {
		font-size: 21px;
	}
	.main-btn {
		letter-spacing: 1px;
	}
	.home .banner {
		height: calc(100svh - 80px);
		max-height: 600px;
	}
	.home #main h2 {
		font-size: 35px;
		max-width: 330px;
		margin: 15px auto 0;
	}
	h2 {
		font-size: 35px;
	}
	.tailored-section .image-wrap {
		position: relative;
		min-height: 600px;
	}
	.tailored-section {
		position: relative;
		padding: 0 0 50px;
	}
	.admired-section p {
		margin-top: 420px;
		max-width: 420px;
	}
	.reviews-section h2 {
		margin-top: 10px;
	}
	img.mudroom {
		width: 40%;
	}
	.partner-wrapper {
		gap: 20px;
	}
	html, body {
		font-size: 18px;
	}
}
@media (max-width: 749px) {
	.admired-section h2 {
		margin-right: 20px;
	}
	.edd_downloads_list.edd_download_columns_3 {
		max-width: 500px;
		margin: auto;
	}
}
@media (max-width: 699px) {
	.flex.gallery-wrap .img-wrap {
		width: calc(50% - 20px);
	}
	.home-banner-content {
		padding-top: 40px;
	}
	.home .banner {
		height: calc(100svh - 80px);
		max-height: 500px;
	}
	.home-banner-content h2 {
		font-size: 32px;
	}
	.home-banner-content h3 {
		font-size: 20px;
	}
	.home #main section {
		padding: 150px 50px 75px;
	}
	img.mudroom {
		width: 100%;
		position: relative;
		max-width: 350px;
		margin: auto;
		display: block;
	}
	.admired-section h2 {
		margin: 20px auto;
	}
	.admired-section p {
		margin-top: 100px;
		max-width: 100%;
	}
	img.family-room {
		width: 100%;
		max-width: 350px;
		position: relative;
		bottom: 0;
		right: 0;
		left: 0;
		margin: 50px auto 0;
		display: block;
	}
	.ready-to-build-images {
		padding: 50px;
		min-height: 600px;
	}
	img.ready-to-build-blueprint {
		bottom: -150px;
		right: -25px;
	}
	.flex-50 div {
		width: 100%;
	}
	.flex-50 {
		flex-direction: column-reverse;
	}
}
@media (max-width: 599px) {
	.footer-info .flex {
		flex-direction: column;
		gap: 25px;
	}
	.footer-info .flex > div {
		margin: 0;
		width: 100%;
	}
	.review-item {
		width: 100%;
	}
	.partners-section {
		padding: 50px 0;
	}
	.footer-info {
		max-width: 450px;
		margin: auto;
	}
	.banner .main-btn {
		letter-spacing: 0;
	}
	.internal-page .banner h1 {
		font-size: 40px;
	}
	.banner {
		height: 250px;
	}
	.about-us-images {
		display: none;
	}
	.team-wrapper {
		padding: 50px 0 50px;
		text-align: center;
	}
	.partner-wrapper, .staff-wrapper {
		flex-direction: column;
		max-width: 325px;
		margin: auto;
	}
	.staff-wrapper .staff {
		width: 100%;
	}
	.custom-content-blue {
		padding: 150px 50px 100px;
	}
	.main-project-image {
		max-width: 95%;
	}
	.main-project-wrapper:nth-of-type(odd) .main-project-image::after, .main-project-wrapper:nth-of-type(even) .main-project-image::after {
		height: 200px;
		max-width: 350px;
		bottom: -20px !important;
	}
	.main-project-wrapper {
		margin-bottom: 100px;
	}
	.bottom-right-side {
		padding: 40px;
	}
	.footer-logo h2 {
		text-align: center;
		margin-top: 15px;
		max-width: 300px;
		margin: 15px auto 0;
	}
	.footer-logo {
		text-align: center;
	}
	.gallery-item {
		width: calc(100% - 15px);
	}
	p.home-info-banner {
		font-size: 18px;
	}
	.footer-info .flex > div {
		margin-bottom: 25px;
	}
	.footer-socials img {
		max-width: 50px;
	}
	.attribution {
		font-size: 14px;
	}
	.page-stock-plans p.banner-sub-heading {
		max-width: 400px;
		font-size: 18px;
	}
	.custom-heading-tan h2 {
		font-size: 26px;
	}
	.bottom-section h2 {
		font-size: 32px;
	}
	#edd_checkout_cart thead {
		display: none;
	}
	#edd_checkout_cart tr {
		display: block;
		margin-bottom: 1rem;
		border: 1px solid #ddd;
		border-radius: 6px;
		padding: 10px;
	}
	#edd_checkout_cart td {
		display: block;
		text-align: right;
		border: none;
		padding: 6px 10px;
	}
	#edd_checkout_cart td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	#edd_checkout_cart td.edd_cart_actions, #edd_checkout_cart td:last-child, #edd_checkout_cart th.edd_cart_actions, #edd_checkout_cart th.edd_cart_total, #edd_checkout_cart th:last-child {
		border: none;
		float: none;
		width: 100%;
		text-align: right;
		display: block;
		padding: 0 5px;
	}
	.edd_cart_item_image {
		display: block;
		max-width: 100%;
	}
	#edd_checkout_cart td img {
		float: none;
	}
	span.edd_checkout_cart_item_title {
		display: block;
		text-align: center;
		margin: 20px 0;
		font-family: "Cormorant Garamond";
		font-size: 30px;
	}
	#edd_checkout_cart tr {
		border-top: none;
		border-left: none;
		border-radius: 0;
	}
	tr.edd_cart_footer_row {
		border: none !important;
		margin: 0 !important;
	}
	td.edd_cart_item_name {
		margin-bottom: 20px;
	}
	#edd_purchase_form input, #edd_checkout_form_wrap select.edd-select {
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
	}
	.footer-logo img {
		max-width: 220px;
	}
	footer h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.footer-contact-info a, .menu-footer li a {
		font-size: 16px;
	}
	.edd-checkout-table-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}
	.page-reviews #main a.main-btn.transition {
		display: block;
		max-width: 260px;
	}
	.home .banner {
		background-position: 88% top;
	}
}
@media (max-width: 549px) {
	ul, ol {
		margin: 0 0 10px 20px;
	}
	.giving-back-logos img {
		max-width: 300px !important;
		max-height: 200px;
		width: 100%;
	}
}
@media (max-width: 499px) {
	.flex.gallery-wrap {
		padding: 0;
	}
	.speaks-section .flex > div {
		padding: 50px;
	}
	.ready-to-build-content {
		padding: 50px 50px;
	}
	.flex.gallery-wrap .img-wrap {
		width: 100%;
		max-height: none;
	}
	#logo2 {
		max-width: 160px;
		margin: 0;
	}
	#wrapper {
		padding-top: 67px;
	}
	.home .banner {
		height: calc(100svh - 80px);
		background-position: center bottom !important;
		background: url('/images/main-mobile-banner.webp');
		max-height: 750px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.home-banner-content h3 {
		font-size: 20px;
	}
	.mobile-nav-menu {
		top: 67px;
	}
	.home #main h2 {
		font-size: 32px;
	}
	.home #main section {
		padding: 150px 30px 50px;
	}
	.home #main .post_content .center a {
		display: inline-block;
	}
	.home #main .post_content .center {
		text-align: left;
	}
	h2, .reviews-section h2 {
		font-size: 36px;
	}
	.tailored-section img.top-img {
		max-width: 300px;
	}
	.tailored-section img.bottom-img {
		max-width: 290px;
	}
	.admired-section h2 {
		margin: 20px auto;
		transform: translateY(40px);
	}
	img.ready-to-build-blueprint {
		bottom: -210px;
		right: -25px;
	}
	.stars img {
		margin-right: 8px;
		margin-bottom: 12px;
		max-width: 32px;
	}
	.review-right-side {
		padding: 80px 30px 80px;
	}
	.reviews-section h2 {
		max-width: 100%;
	}
	.reviews-section strong {
		font-size: 16px;
	}
	.lets-start-section .flex > div {
		width: 100%;
		padding: 0 15px;
	}
	.home-banner-content h2 {
		font-size: 42px;
		text-align: center;
	}
	.home-banner-content h3 {
		font-size: 24px;
		text-align: center;
		margin-top: 20px;
	}
	.home-banner-content a.main-btn.transition {
		display: block;
		max-width: 180px;
		margin: auto;
	}
	.partners-section .flex a {
		display: block;
	}
	.custom-heading-tan {
		max-width: 90%;
		padding: 40px 0;
	}
	button.edd-add-to-cart.button.blue.edd-submit, a.edd_go_to_checkout.button.blue.edd-submit {
		font-size: 16px;
	}
	.custom-content-blue {
		padding: 150px 25px 100px;
	}
	.partners-section .flex {
		flex-direction: column;
	}
	img.start-bathroom {
		max-width: 280px;
	}
	img.start-kidsroom {
		max-width: 300px;
	}
	.flex.plan-thumbnails > img {
		width: 100%;
	}
	.single-plan-wrap .flex.plan-thumbnails {
		flex-direction: column;
	}
	html {
		-webkit-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}
	button.slick-prev.slick-arrow {
		left: -12px;
	}
	button.slick-next.slick-arrow {
		right: -12px;
	}
	.home-banner-content h2 {
		max-width: 370px;
		margin: auto;
	}
	p.home-info-banner {
		max-width: 320px;
		margin-bottom: 5px;
	}
	.gallery-item {
		padding: 0;
	}
	#main {
		padding: 0 5px;
	}
	.tailored-section .image-wrap, .tailored-section .content-wrap {
		padding: 0 15px;
	}
	.speaks-section .flex > div, .ready-to-build-content {
		padding: 50px 25px;
	}
	.main-project-info {
		width: 100%;
		padding: 0 15px !important;
	}
	.main-project-info h2, .main-project-info p {
		margin-bottom: 8px;
	}
	.main-project-wrapper {
		border-bottom: 1px solid #5f7fa3;
		padding-bottom: 50px;
		margin-bottom: 100px;
	}
	.bottom-right-side {
		padding: 40px 11px;
	}
	.home .partners-section img {
		max-width: 200px;
		max-height: 60px;
	}
	p.plan-info {
		font-size: 20px;
		max-width: 280px;
		margin: 0 auto 25px;
	}
}
@media (max-width: 449px) {}
@media (max-width: 399px) {}
@media (max-width: 349px) {}


/* ---- 2026-08-04 Thornwood: Plan Details spec tiles (replaces .spec-table) ---- */
.plan-specs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
	gap: 14px;
	margin: 22px 0 30px;
}
/* six tiles balance better as two rows of three */
.plan-specs:has(> :nth-child(6)) {
	grid-template-columns: repeat(3, 1fr);
}
.plan-spec {
	background: #F7F4EE;
	border: 1px solid #E7E0D3;
	padding: 20px 10px 16px;
	text-align: center;
}
.plan-spec svg {
	width: 26px;
	height: 26px;
	fill: #5F7FA3;
	display: block;
	margin: 0 auto 10px;
}
.plan-spec-value {
	display: block;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.05;
	color: #3C4856;
}
.plan-spec-label {
	display: block;
	margin-top: 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #8B8579;
}
@media (max-width: 560px) {
	.plan-specs,
	.plan-specs:has(> :nth-child(6)) { grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 18px 0 26px; }
	.plan-spec { padding: 13px 6px 11px; }
	.plan-spec svg { width: 18px; height: 18px; margin-bottom: 7px; }
	.plan-spec-value { font-size: clamp(16px, 4.8vw, 21px); line-height: 1.12; overflow-wrap: anywhere; }
	.plan-spec-label { font-size: 9.5px; letter-spacing: 1px; margin-top: 4px; }
	/* no more full-width billboard tile */
	.plan-spec:last-child:nth-child(odd) { grid-column: auto; }
}


/* ---- 2026-08-04 Thornwood: Stock Plans filter bar ---- */
.plan-filters {
	background: #F7F4EE;
	border: 1px solid #E7E0D3;
	padding: 18px 20px 16px;
	margin: 10px 0 34px;
	text-align: left;
}
.plan-filters-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 22px;
	align-items: flex-end;
}
.plan-filters label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #8B8579;
}
.plan-filters select {
	font-size: 15px !important;
	font-family: 'Open Sans', sans-serif;
	color: #3C4856;
	background: #fff;
	border: 1px solid #E7E0D3;
	border-radius: 0;
	padding: 8px 10px;
	margin: 0;
	width: auto;
	max-width: none;
	min-width: 150px;
	line-height: 1.3;
	cursor: pointer;
}
.plan-filters select:focus {
	border-color: #5F7FA3;
	outline: none;
}
.plan-filters-count {
	margin-left: auto;
	font-family: 'Cormorant Garamond', serif;
	font-size: 21px;
	color: #3C4856;
	padding-bottom: 5px;
	white-space: nowrap;
}
.plan-filters-reset {
	background: none;
	border: none;
	border-bottom: 1px solid #5F7FA3;
	color: #5F7FA3;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 2px 0 4px;
	margin: 0 0 5px;
}
.plan-filters-reset:hover {
	color: #3C4856;
	border-color: #3C4856;
}
@media (max-width: 700px) {
	.plan-filters { padding: 14px 14px 12px; }
	.plan-filters-row { gap: 12px; }
	.plan-filters label { flex: 1 1 45%; }
	.plan-filters select { width: 100%; min-width: 0; }
	.plan-filters-count { margin-left: 0; padding-bottom: 0; }
}


/* ---- 2026-08-04 Thornwood: mobile hero + plan-hero polish ---- */
/* Center-weighted scrim behind the plan hero text keeps the white title/specs
   legible over light renders (e.g. Paradise) without dimming the whole image. */
.single-download .banner::before {
	background: radial-gradient(125% 95% at 50% 46%, rgba(18,20,26,.72) 0%, rgba(18,20,26,.5) 58%, rgba(18,20,26,.4) 100%);
	opacity: 1;
}
.internal-page .banner h1,
p.home-info-banner,
p.banner-sub-heading {
	text-shadow: 0 2px 20px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.45);
}

/* Plan hero spec row: each stat is its own non-wrapping cell divided by a thin
   rule, so the line wraps cleanly with no dangling separator. */
p.home-info-banner.plan-specs-line {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	gap: 4px 0;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.plan-specs-line .spec { white-space: nowrap; padding: 0 14px; }
.plan-specs-line .spec + .spec { border-left: 1px solid rgba(255,255,255,.4); }

@media (max-width: 520px) {
	.plan-specs-line .spec { padding: 0 11px; }
	/* home hero: tighter headline reveals more of the house */
	.home .home-banner-content h2 { line-height: 1.04; }
	.home .home-banner-content { padding-top: 30px; }
}

/* Stock Plans: close the large gap between the intro and the plan grid on phones */
hr.stock-plans-divider { margin-top: 100px; }
@media (max-width: 700px) {
	hr.stock-plans-divider { margin-top: 30px; }
	.page-stock-plans .container > h2.center { margin-top: 8px; }
}
