/*
Theme Name: Zeus
Author: Thornwood Digital
Version: 5.2
*/
@font-face {
	font-family: 'Roboto';
	src: url('/fonts/Roboto-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('/fonts/Roboto-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('/fonts/Roboto-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('/fonts/Roboto-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Cormorant Garamond';
	src: url('/fonts/CormorantGaramond-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Cormorant Garamond';
	src: url('/fonts/CormorantGaramond-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Cormorant Garamond';
	src: url('/fonts/CormorantGaramond-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Meow Script';
	src: url('/fonts/MeowScript-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
/* BASE
------------------------------------- */
span.image-caption, .thumbs span.image-caption, .showcase span.image-caption {
	display: none;
}
html, body {
	height: auto;
	color: #1B1B1B;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 200;
	line-height: 145%; /* 30px */
	background: #F4EEE6;
}
p a {
	color: #7B6954;
}
h1, .blog #main h1 a {
	color: #7B6954;
	text-align: center;
	font-family: "Cormorant Garamond";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
}
h2 {
	color: #7B6954;
	text-align: center;
	font-family: "Cormorant Garamond";
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 15px;
}
h3 {
	color: #7B6954;
	text-align: center;
	font-family: Roboto;
	font-size: 32px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	margin-bottom: 15px;
}
.main-wrap strong, .main-wrap b {
	font-weight: bold;
	color: #7B6954;
}
.main-btn {
	background: none;
	display: inline-block;
	margin: 10px 0;
	padding: 0 0 8px;
	text-decoration: none !important;
	cursor: pointer;
	border-radius: 1px;
	color: #7B6954;
	text-align: center;
	font-family: "Cormorant Garamond";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: none;
	border-bottom: 3px solid #7B6954;
}
.main-btn:hover {
	color: #7B6954;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
.page-privacy-policy h2 {
	text-align: left;
}
div#sbi-fr-ce-license-error {
	display: none !important;
}
/* HEADER
------------------------------------- */
.header {
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
	background: #f4eee6;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 15;
}
.top {
	background: #7B6954;
}
.grecaptcha-badge {
	opacity: 0;
}
.top a {
	color: #FFFBFA;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	letter-spacing: 2.4px;
}
.header .container {
	max-width: 1300px !important;
}
.top .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top a.contact-btn {
	background: #fffbfa;
	color: #7b6954;
	padding: 10px 30px;
	text-decoration: none;
}
.top a.contact-btn:hover {
	background: #C7C7BD;
	color: #1b1b1b;
}
.top a img {
	margin-right: 12px;
	display: inline-block;
	vertical-align: middle;
}
.top a:first-child {
	flex: .5;
}
.innerHeader {
	padding: 25px 0;
}
#logo {
	display: inline-block;
	margin-bottom: 25px;
}
.navbar .nav > li > a {
	color: #7B6954;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	margin: 0 15px;
	padding: 2px;
	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;
}
.navbar .nav > li {
	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;
}
ul.dropdown-menu {
	left: 15px;
	top: 33px;
}
.dropdown-menu > li > a {
	font-size: 20px;
	color: #7B6954;
	letter-spacing: 1px;
	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;
}
.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, .header li.current-page-parent > a {
	color: #7B6954 !important;
}
ul.dropdown-menu {
	background: #C7C7BD;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.header.active {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 12;
}
.header.active .top {
	display: none;
}
.header.active #logo {
	max-width: 300px;
	margin-bottom: 12px;
}
.header.active .navbar .nav > li > a {
	font-size: 20px;
	margin: 0 15px;
}
.header.active .innerHeader {
	padding: 15px 0;
}
.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 {
	background: none;
}
.fade-in-on-scroll, .slide-up-on-scroll {
	opacity: 0;
	transform: translateY(20px); /* Slight offset for slide-up */
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in-on-scroll.show, .slide-up-on-scroll.show {
	opacity: 1;
	transform: translateY(0); /* Reset to natural position */
}
.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, li.current-menu-parent > a, .navbar .nav > li.current-page-ancestor > a {
	font-weight: 300;
	border-bottom: 2px solid;
}
.parent-pageid-139 .header.active, .page-id-135 .header.active {
	position: absolute;
}
/* BANNER
------------------------------------- */
.banner {
	position: relative;
	background: url('/images/work-banner.webp') center center no-repeat;
	background-size: cover;
	height: 450px;
	background-color: #C7C7BD;
}
.home .banner {
	max-height: 850px;
	overflow: hidden;
	background: none;
	height: 100%;
	background-color: #C7C7BD;
}
.banner header {
	position: absolute;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	z-index: 9;
}
.page-header {
	border: 10px solid #C7C7BDCC;
	background: rgba(244, 238, 230, 0.90);
	padding: 20px 30px;
	overflow: hidden;
}
.home .page-header {
	padding: 30px;
}
.page-header a.main-btn.transition {
	margin: 15px auto 0;
}
.page-header a.main-btn.transition:hover {
	margin-bottom: 5px;
}
/* TOP
------------------------------------- */
/* MAIN
------------------------------------- */
.home #main {
	max-width: 1100px;
	margin: auto;
	float: none;
	text-align: center;
}
.page-privacy-policy h3 {
	text-align: left;
}
.home .row.contentsection {
	padding: 75px 0;
}
#wrapper {
	padding-top: 250px;
}
.home h1 {
	text-transform: uppercase;
	margin-bottom: 0;
}
.internal-page .main-wrap .container {
	max-width: 1100px;
}
#main li {
	margin-bottom: 15px;
}
/* BOTTOM
------------------------------------- */
/* Quote Section */
.quote-section {
	position: relative;
	overflow: hidden;
}
.quote-section::after {
	content: "";
	background: url(/images/watermark.webp) center center no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	width: 415px;
	height: 275px;
}
.quote-main {
	background: #7B6954;
	padding: 100px;
	position: relative;
}
.quote-main::before {
	content: "";
	height: 375px;
	width: 4px;
	display: inline-block;
	background: #fff;
	position: absolute;
	bottom: 100px;
	margin-left: -30px;
}
.quote-content h3 {
	text-align: left;
	color: #7B6954;
	font-family: "Cormorant Garamond";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.quote-content img {
	display: inline-block;
	margin: 30px 0;
}
.quote-content a.main-btn {
	margin-right: 25px;
}
.quote-content h3 {
	margin-bottom: 40px;
}
.quote-content {
	padding-left: 0;
	flex: 1;
	padding-right: 125px;
}
.quote-section .flex {
	gap: 100px;
	align-items: center;
}
.quote-content p {
	color: #7B6954;
	font-family: "Cormorant Garamond";
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	letter-spacing: 0.76px;
}
/* Main Parallax */
.parallax-section {
	background: url(/images/parallax2.webp) center top no-repeat;
	min-height: 550px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
}
.mini-processes {
	background: #C7C7BD;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.home .mini-processes .container {
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding-left: 50px;
}
.mini-processes p {
	margin: 15px 0;
}
.mini-processes p img {
	margin-right: 8px;
}
/* Recent Project Showcase */
.recent-project-section {
	padding: 100px 0;
}
p.quote {
	color: #7B6954;
	text-align: center;
	font-family: "Meow Script";
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	letter-spacing: 0.7px;
}
.project-showcase {
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.recent-project-section p {
	max-width: 1000px;
	margin: 0 auto 45px;
}
.showcase.slick-slide {
	max-width: 370px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	margin: 0 24px;
}
.page-portfolio .showcase {
	max-width: 370px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	margin: 15px;
	width: 25%;
}
.showcase h3 {
	color: #FFFBFA;
	text-align: center;
	font-family: "Cormorant Garamond";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	background: rgb(123 105 84 / 90%);
	display: inline-block;
	padding: 10px 20px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	max-width: 300px;
	margin: auto;
	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;
}
.showcase:hover h3 {
	opacity: 0;
}
.showcase-overlay {
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	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;
}
.showcase:hover .showcase-overlay {
	opacity: 1;
}
.showcase-overlay a {
	color: #FFFBFA;
	text-align: center;
	font-family: "Cormorant Garamond";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	border-color: #fff;
}
.showcase-overlay a:hover {
	color: #fff;
}
.recent-project-section .container > a.main-btn.transition {
	margin: 0 15px;
}
.project-showcase button.slick-next.slick-arrow {
	right: 0px !important;
}
.project-showcase button.slick-prev.slick-arrow {
	left: 0px !important;
}
/* Meet Jacci */
.box-pic-main {
	background: #C7C7BD;
	padding: 100px;
	position: relative;
}
.page-contact-us .box-pic-main {
	background: #7b6954;
}
.box-pic-main::after {
	content: "";
	height: 375px;
	width: 4px;
	display: inline-block;
	background: #fff;
	position: absolute;
	bottom: 100px;
	margin-left: 25px;
}
.meet-content h2, .meet-content h3 {
	text-align: left;
	margin-bottom: 5px;
}
.meet-content img {
	display: inline-block;
	margin: 30px 0;
}
.meet-content a.main-btn {
	margin-right: 25px;
}
.meet-content h3 {
	margin-bottom: 40px;
}
.meet-content {
	padding-left: 125px;
	flex: 1;
}
.home .meet-content p {
	max-width: 750px;
}
.big-box-section .flex {
	gap: 100px;
	align-items: center;
	position: relative;
	z-index: 4;
}
/* Showroom Gallery Section */
.showroom-gallery-section {
	padding: 100px 0;
}
.showroom-gallery-section p {
	max-width: 1020px;
	margin: 0 auto;
}
.showroom-gallery {
	margin: 40px 0 50px;
}
.slick-slide {
	margin: 0 12px;
}
.slick-next {
	right: -25px !important;
}
.slick-prev {
	left: -25px !important;
}
.slick-next, .slick-prev {
	background-color: rgba(255, 255, 255, 0.65) !important;
}
.slick-next:hover, .slick-prev:hover {
	background-color: #fff !important;
}
/* Instagram Feed Section */
.instagram-section {
	background: #7B6954;
	padding: 100px 0;
}
.instagram-section h2 {
	color: #FFF;
	text-align: center;
	font-family: "Cormorant Garamond";
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 30px;
}
.instagram-section a.main-btn {
	color: #fff;
	border-color: #fff;
}
/* Warmth, Comfort, Style */
.warmth-section {
	background: #7B6954 url('/images/bottom.webp') center center no-repeat;
	background-size: cover;
	padding: 100px 0;
	position: relative;
}
.warmth-section::before {
	content: "";
	background: #7B6954;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .5;
}
.warmth-section img {
	max-width: 500px;
}
.page-our-process #main strong {
	display: block;
	margin-bottom: 12px;
}
/* FOOTER
------------------------------------- */
footer {
	background: none;
	padding: 75px 0 40px;
	position: relative;
	width: 100%;
	clear: both;
	bottom: 0;
	z-index: 10;
}
footer .inner-footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
hr {
	border-color: #7B6954;
	margin: 30px 0;
}
footer .main-btn {
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0;
}
.inner-footer h3 {
	color: #7B6954;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.menu-footer {
	margin: 0;
	list-style: none;
}
.menu-footer li {
	margin-bottom: 20px;
}
.menu-footer li a, .inner-footer p {
	color: #7B6954;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
p.foot-address {
	max-width: 250px;
}
.foot-social.hidden-sm-down.clearfix {
	float: none;
	margin: auto;
	display: block;
	text-align: center;
}
.foot-social ul li, .social ul li {
	margin-right: 12px;
	max-width: 25px;
}
.foot-social ul li {
	float: none;
	display: inline-block;
	max-width: none;
	margin: 5px 12px;
}
p.footer-cta {
	display: inline-block;
	margin-left: 30px;
}
.foot-social {
	margin-left: auto;
}
.foot-social ul li:hover img {
	opacity: 1;
	background: #c5baac;
	border-radius: 50%;
}
.attribution {
	padding: 0;
	background: none;
	float: none;
	margin: 30px auto 0;
	vertical-align: middle;
	color: #7B6954;
	text-align: center;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	display: block;
}
.attribution a {
	color: #7B6954;
	text-decoration: underline;
}
.page-form input, .page-form textarea, .modal input, .modal textarea, .modal input.wpcf7-form-control.wpcf7-submit {
	color: #1B1B1B;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
}
.modal input.wpcf7-form-control.wpcf7-submit {
	color: #7B6954;
}
.modal label {
	font-family: Roboto;
	color: #7B6954;
	font-weight: 400;
	font-size: 18px;
}
.page-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background: #1b1b1b;
}
.page-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: #7B6954;
}
.modal-content h4.modal-title {
	font-family: 'Roboto';
	font-size: 25px;
}
.modal-header, .modal input.wpcf7-form-control.wpcf7-submit:hover {
	background: #7B6954;
}
.internal-page .main-wrap {
	padding: 50px 0;
}
footer li.current-menu-parent > a {
	background: none;
	color: #7B6954;
}
/* INTERNAL PAGES
------------------------------------- */
.page-about-us .banner {
	background: #7B6954 url('/images/about-banner.webp') center center no-repeat;
	background-size: cover;
	height: 650px;
}
.page-our-team .banner {
	background: #7B6954 url('/images/team-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-contact-us .banner {
	background: #7B6954 url('/images/contact-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-privacy-policy .banner {
	background: #7B6954 url('/images/general-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-design-service .banner {
	background: #7B6954 url('/images/design-service-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-our-process .banner {
	background: #7B6954 url('/images/process-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-backyard-paradise .banner {
	background: #7B6954 url('/images/harviepool-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-hidden-view .banner {
	background: #7B6954 url('/images/lambert-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-nordic-sentiment .banner {
	background: #7B6954 url('/images/newberry-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-rustic-hideaway .banner {
	background: #7B6954 url('/images/rustichideaway-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-maple-ridge-estate .banner {
	background: #7B6954 url('/images/mapleridge-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-orchard-house .banner {
	background: #7B6954 url('/uploads/2026/01/orchard-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-twin-hollow .banner {
	background: #7B6954 url('/images/twinhollow-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-the-moritz .banner {
	background: #7B6954 url('/images/moritz-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-mountain-view .banner {
	background: #7B6954 url('/images/mountainview-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-canyon-estate .banner {
	background: #7B6954 url('/images/canyonestate-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-sundance-ii .banner {
	background: #7B6954 url('/images/sundance-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-lake-house .banner {
	background: #7B6954 url('/images/lakehouse-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-cabin-on-the-lake .banner {
	background: #7B6954 url('/images/cabin-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-sequoia .banner {
	background: #7B6954 url('/images/sequoia-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-faqs .banner {
	background: #7B6954 url('/images/general2-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-jecco-farms .banner {
	background: #7B6954 url('/images/jecco-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-modern-elm .banner {
	background: #7B6954 url('/images/modern-elm/modern-elm-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-evergreen-summit .banner {
	background: #7B6954 url('/uploads/2026/01/evergreen-summit-banner.webp') center center no-repeat;
	background-size: cover;
}
/* About Us */
.page-about-us .main-wrap {
	display: none;
}
.page-about-us .box-pic-main {
	background: #7b6954;
}
.page-about-us .meet-content h2 {
	margin-bottom: 30px;
}
.about-peek {
	padding: 200px 0;
	background: #555 url(/images/about-parallax.webp) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}
video.studio-video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.about-peek .container {
	max-width: 1240px;
}
.about-peek p, .about-peek h2 {
	color: #fff;
}
.studio-tour {
	padding: 100px 0;
}
.studio-tour .container {
	max-width: 1360px;
}
.studio-tour .container p {
	max-width: 1100px;
	margin: 0 auto 50px;
}
.big-box-section {
	position: relative;
}
.page-about-us .big-box-section::before {
	content: "";
	background: url(/images/watermark.webp) center center no-repeat;
	display: inline-block;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 2;
	height: 290px;
	width: 400px;
}
.showroom-tour-nav .slick-slide {
	max-height: 140px !important;
}
.showroom-tour .slick-slide {
	margin-bottom: 30px !important;
}
.showroom-tour .slick-slide img {
	max-height: 860px;
}
.showroom-tour .slick-slide img {
	margin: auto;
}
.showroom-tour-nav {
	margin-bottom: 30px;
}
/* Our Team */
.team-area {
	padding: 100px 0;
}
.page-our-team .box-pic-main {
	background: #7b6954;
}
.page-our-team .meet-content {
	padding-left: 0;
	padding-right: 125px;
}
.page-our-team .big-box-section::before {
	content: "";
	background: url(/images/watermark.webp) center center no-repeat;
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	height: 290px;
	width: 400px;
}
.page-our-team .team-peek {
	height: 500px;
	position: relative;
	background: url(/images/team-parallax.webp) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.image-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px; /* Adjust the gap between images */
}
.image-item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.large {
	flex: 1 1 66.666%; /* First image takes 66% width */
}
.small {
	flex: 1 1 calc(33.333% - 40px); /* Second image takes 33% width */
}
.image-item img {
	max-width: 100%;
	height: auto;
	display: block;
}
@media (max-width: 768px) {
	.large, .small {
		flex: 1 1 100%; /* Stack images in one column on smaller screens */
	}
}
.team-area h2 {
	margin-bottom: 40px;
}
.team-area .container {
	max-width: 1630px;
}
/* Design Services */
/* Portfolio */
.quote-area {
	background: #C7C7BD;
	padding: 100px 0;
}
.quote-area .container {
	max-width: 1180px;
}
.quote-area p {
	color: #1B1B1B;
	text-align: center;
	font-family: "Cormorant Garamond";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.96px;
	text-transform: uppercase;
}
.internal-page.parent-pageid-139 .main-wrap .container {
	max-width: 1400px;
}
.parent-pageid-139 #main p {
	max-width: 980px;
	margin: 0 auto 50px;
	text-align: center;
}
.parent-pageid-139 #main .slick-slide img {
	max-height: 860px;
	margin: auto;
}
button.slick-next.slick-arrow {
	background: #C7C7BD url(/images/white-slide-arrow-right.webp) center center no-repeat !important;
	right: -30px !important;
}
button.slick-prev.slick-arrow {
	background: #C7C7BD url(/images/white-slide-arrow-left.webp) center center no-repeat !important;
	left: -30px !important;
}
button.slick-next.slick-arrow:hover {
	background-color: #7B6954 !important;
}
button.slick-prev.slick-arrow:hover {
	background-color: #7B6954 !important;
}
/* FAQ */
.accordion-heading span {
	font-size: 24px;
	line-height: 1.2;
	color: #7b6954;
	font-weight: 500;
}
.accordion-content p {
	font-size: 22px;
	font-weight: 300;
}
.projects .container {
	max-width: 1640px;
}
.projects {
	padding-bottom: 80px;
}
/* Contact */
.contact-peek {
	width: 100%;
	height: 500px;
	background: #333 url(/images/contact-parallax2.webp) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.page-contact-us .jacci-main {
	background: #7B6954;
}
.consult-form span.wpcf7-list-item {
	display: block;
}
.consult-form textarea, .consult-form input[type=text], .consult-form input[type=tel], .consult-form input[type=email] {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	border-radius: 0;
	border: 2px solid #1B1B1B;
	background: none;
	color: #1B1B1B;
	font-family: "Cormorant Garamond";
	font-size: 24px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.consult-form label {
	color: #1B1B1B;
	font-family: "Cormorant Garamond";
	font-size: 24px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.page-contact-us .meet-content h2 {
	margin-bottom: 25px;
	padding-left: 15px;
}
.consult-form p {
	margin-bottom: 10px;
}
.consult-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: none;
	display: inline-block;
	margin: 10px 0;
	padding: 0 0 8px;
	text-decoration: none !important;
	cursor: pointer;
	border-radius: 1px;
	color: #1B1B1F;
	text-align: center;
	font-family: "Cormorant Garamond";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: none;
	border-bottom: 3px solid #7B6954;
}
.consult-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	color: #1b1b1b;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
.consult-form span.wpcf7-list-item {
	margin-left: 0;
}
.consult-form input[type="radio"] {
	margin-right: 10px;
}
.consult-form .wpcf7-not-valid-tip {
	top: -15px;
}
.parent-pageid-139 #main .thumbs .slick-slide {
	margin: 0 5px;
	max-height: 200px;
}
.parent-pageid-139 #main .thumbs {
	margin-top: 15px;
	margin-bottom: 30px;
}
.parent-pageid-139 #main a.main-btn.transition {
	margin: 10px;
}
.portrait-thumb {
	transform: translate(0, -40%);
}
.slick-slide img.portfolio-thumb {
	transform: translateY(-40%);
}
.mobile-info a.main-btn.transition {
	display: block;
	margin: 10px auto 20px;
	max-width: 280px;
	border: 2px solid;
	padding: 5px;
	background: #7b6954;
	color: #ffff;
}
#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	background-color: #f4eee6;
	color: #7b6954;
	text-align: center;
	padding: 7px 10px 3px;
	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:hover {
	background-color: #7b6954; /* Slightly darker for hover effect */
	color: #f4eee6;
}
.mobile-nav-menu .sub-menu.active {
	max-height: 200px;
	overflow: scroll;
	border-left: 5px solid #7b6954;
	margin-left: 20px;
	padding-left: 20px;
	background: linear-gradient(to bottom, #fff0 95%, rgb(0 0 0 / .1) 100%);
}
/* Gallery Styles w/filters ------------------------------ */
.gallery-wrap {
	margin: 0 auto;
	padding: 0 12.5px; /* half gutter on each side */
}
.gallery-item {
	width: calc(33% - 25px);
	padding: 0 12.5px; /* 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;
}
/* Medium screens: 2 columns */
@media (max-width: 1024px) {
	.gallery-item {
		width: calc(50% - 25px);
	}
	.grid-sizer {
		width: 50%;
	}
}
/* Small screens: 1 column */
@media (max-width: 600px) {
	.gallery-item {
		width: 100%;
		left: 0 !important;
	}
	.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;
}
.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;
}
div#customLightbox::before {
	content: "close";
	display: inline-block;
	color: #222;
	background: #fff;
	position: absolute;
	left: 50%;
	top: auto;
	z-index: 50;
	padding: 5px 15px;
	transform: translateX(-50%);
	bottom: 15px;
	font-size: 16px;
	cursor:pointer;
}
.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 */
}
.animate-item {
	opacity: 0;
	transform: translate3d(0, 40px, 0) scale3d(.95, .95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	transform-style: preserve-3d;
	transition: transform 0.8s ease, opacity 0.8s ease;
}
.animate-item.in-view {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

/* RESPONSIVE
---------------------------------------------------------- */
@media (min-width: 2100px) {
	.header.active {
		max-width: 1920px;
		margin: auto;
	}
}
@media (max-width: 1750px) {
	.box-pic-main img, .quote-main img {
		max-height: 650px;
	}
}
@media (max-width: 1699px) {
	.box-pic-main img, .quote-main img {
		max-height: 600px;
	}
	#logo {
		max-width: 400px;
	}
	.navbar .nav > li > a {
		font-size: 22px;
		letter-spacing: 1px;
	}
	#wrapper {
		padding-top: 235px;
	}
	button.slick-next.slick-arrow {
		right: -10px !important;
	}
	button.slick-prev.slick-arrow {
		left: -10px !important;
	}
	.page-about-us .big-box-section {
		padding: 50px 0;
	}
	.studio-tour .container {
		max-width: 1100px;
	}
}
@media (max-width: 1650px) {
	.page-portfolio .showcase {
		margin: 15px 10px;
	}
}
@media (max-height: 1000px) {
	.showroom-tour .slick-slide img {
		max-height: 700px;
	}
	.warmth-section img {
		max-width: 500px;
	}
	.parent-pageid-139 #main .slick-slide img, .home .banner {
		max-height: 750px;
	}
}
@media (max-height: 950px) {
	.showroom-tour .slick-slide img {
		max-height: 650px;
	}
	.warmth-section img {
		max-width: 450px;
	}
	.parent-pageid-139 #main .slick-slide img, .home .banner {
		max-height: 700px;
	}
	.box-pic-main img {
		max-height: 500px;
	}
	.page-about-us .big-box-section {
		padding: 50px 0;
	}
}
@media (max-width: 1599px) {
	.home h1 {
		font-size: 35px;
	}
	.showroom-gallery img {
		max-height: 450px;
	}
	footer .container {
		padding: 0 40px;
	}
	.menu-footer li a, .inner-footer p {
		font-size: 20px;
	}
	.menu-footer li {
		margin-bottom: 12px;
	}
	html, body {
		font-size: 22px;
	}
	.page-portfolio .showcase {
		width: 23%;
	}
	.internal-page.parent-pageid-139 .main-wrap .container {
		max-width: 1200px;
	}
	.quote-content p {
		font-size: 33px;
	}
}
@media (max-width: 1499px) {
	.banner {
		height: 321px;
	}
	h1, .blog #main h1 a {
		font-size: 40px;
	}
	.top a {
		font-size: 20px;
	}
	.warmth-section img {
		max-width: 400px;
	}
	h2, .instagram-section h2 {
		font-size: 37px;
	}
	h3 {
		font-size: 30px;
	}
	.showcase h3 {
		font-size: 22px;
	}
	.quote-area p {
		font-size: 25px;
		margin: 0;
	}
	.quote-area {
		padding: 60px 0;
	}
	.parent-pageid-139 #main .thumbs .slick-slide {
		max-height: 180px;
	}
	.parallax-section, .page-our-team .team-peek, .contact-peek, .about-peek {
		background-attachment: initial;
	}
}
@media (max-width: 1399px) {
	#logo {
		max-width: 350px;
	}
	.innerHeader {
		padding: 15px 0;
	}
	#wrapper {
		padding-top: 200px;
	}
	.navbar .nav > li > a {
		font-size: 18px;
		letter-spacing: 1px;
	}
	.parent-pageid-139 #main .slick-slide img, .home .banner {
		max-height: 570px;
	}
	html, body {
		font-size: 20px;
	}
	.home #main {
		max-width: 950px;
	}
	.box-pic-main img, .quote-main img {
		max-height: 500px;
	}
	.showcase h3 {
		font-size: 20px;
		left: 10px;
		right: 10px;
	}
	.menu-footer li a, .inner-footer p {
		font-size: 16px;
	}
	.inner-footer h3 {
		font-size: 21px;
	}
	.foot-social img {
		max-width: 50px;
	}
	.dropdown-menu > li > a {
		font-size: 18px;
		padding: 5px 10px;
	}
	.meet-content {
		padding-left: 75px;
	}
	.accordion-heading span {
		font-size: 20px;
	}
	.accordion-content p {
		font-size: 20px;
		font-weight: 300;
	}
	.accordion-content {
		padding: 15px 35px 15px;
	}
	img.footer-logo {
		max-width: 400px;
	}
	.consult-form textarea, .consult-form input[type=text], .consult-form input[type=tel], .consult-form input[type=email], .consult-form label {
		font-size: 20px !important;
	}
	.page-contact-us .big-box-section {
		padding: 10px 0;
	}
	h1, .blog #main h1 a {
		font-size: 38px;
	}
}
@media (max-width: 1299px) {
	.quote-content {
		padding-right: 55px;
	}
	.big-box-section .flex {
		gap: 50px;
		align-items: center;
	}
	.big-box-section {
		padding: 25px 20px;
	}
	.page-our-team .meet-content {
		padding-right: 60px;
	}
	.page-portfolio .showcase {
		width: 31%;
	}
}
@media (max-width: 1400px) and (max-height: 1050px) {
	.parent-pageid-139 #main .thumbs .slick-slide {
		max-height: 160px;
	}
}
@media (max-width: 1199px) {
	.quote-section .flex {
		gap: 50px;
		align-items: center;
	}
	.quote-main {
		padding: 60px;
	}
	.home .mini-processes {
		text-align: center;
	}
	.home .mini-processes .container img {
		display: block;
		margin: 0 auto 10px;
	}
	.home .mini-processes .container {
		gap: 25px;
	}
	.box-pic-main {
		padding: 60px;
	}
	img.footer-logo {
		max-width: 350px;
	}
	.header.active .navbar .nav > li > a {
		font-size: 18px;
		margin: 0 12px;
	}
}
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1440px;
		margin: 0 auto;
		width: 100%;
		padding: 0 20px;
	}
	.home .container {
		max-width: 1640px;
	}
}
@media (max-width: 1099px) {
	.mobile-nav-menu .menu-mobile li a {
		font-family: "Cormorant Garamond";
		font-size: 26px;
		color: #7b6954;
	}
	.mobile-nav-menu, .mobile-header {
		background: #f4eee6;
	}
	.mobile-nav-menu {
		top: 70px;
	}
	.mobile-nav-menu .menu-mobile .sub-menu li a {
		font-size: 24px;
		font-weight: 400;
		color: #7b6954;
		margin-bottom: 5px;
	}
	.mobile-nav-menu ul.sub-menu {
		border-left: 5px solid #7b6954;
		margin-left: 15px;
		padding-left: 20px;
	}
	.mobile-nav-menu .menu-mobile .sub-menu li.current-menu-item a {
		font-weight: 700;
		color: #795548;
	}
	.menu-mobile li.menu-item-has-children::after {
		top: 5px;
	}
	.menu-item a:hover, .menu-item .active > a {
		background: none;
		text-decoration: none;
	}
	#wrapper {
		padding-top: 70px;
	}
	.about-peek p, .about-peek h2 {
		color: #fff;
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
	}
	.studio-tour .container p {
		max-width: 800px;
		margin: 0 auto 50px;
	}
	.parent-pageid-139 #main p {
		max-width: 800px;
	}
	.parent-pageid-139 #main .slick-slide img, .home .banner {
		max-height: 600px;
	}
	.quote-content p {
		font-size: 30px;
	}
	.meet-content {
		padding-left: 35px;
	}
	img.footer-logo {
		max-width: 280px;
	}
	.page-contact-us .big-box-section .flex {
		flex-direction: column;
	}
	.meet-content {
		padding-left: 15px;
	}
	.page-contact-us .box-pic-main {
		display: none;
	}
	.page-contact-us .main-wrap {
		padding-bottom: 0;
	}
	.mobile-nav-menu .menu-mobile li.current-menu-item > a {
		font-weight: 700;
	}
	p.quote {
		font-size: 40px;
	}
	.mobile-header {
		box-shadow: 0 2px 6px 0 rgb(0 0 0 / .2);
	}
}
@media (max-width: 999px) {
	.home h1 {
		font-size: 30px;
	}
	.page-header a.main-btn.transition {
		font-size: 20px;
	}
	.home .banner {
		max-height: 700px;
	}
	.box-pic-main img, .quote-main img {
		max-height: 350px;
	}
	html, body {
		font-size: 20px;
		line-height: 1.5;
	}
	.container {
		width: 100%;
	}
	.showcase.slick-slide {
		margin: 0 10px;
	}
	.meet-content {
		padding-left: 30px;
	}
	.warmth-section img {
		max-width: 300px;
	}
	footer .inner-footer {
		flex-direction: column;
		align-items: center;
	}
	img.footer-logo {
		max-width: 450px;
		display: block;
		margin-bottom: 40px;
	}
	.inner-footer > div {
		margin-bottom: 30px;
		text-align: center;
	}
	.inner-footer h3 {
		text-align: center;
	}
	.page-about-us .big-box-section .flex {
		flex-direction: column;
		align-items: center;
	}
	.page-about-us .box-pic-main img {
		max-height: none;
	}
	.showroom-tour .slick-slide img {
		max-height: 500px;
	}
	.page-our-team .big-box-section .flex {
		flex-direction: column;
		align-items: center;
	}
	.page-our-team .box-pic-main img {
		max-height: 500px;
	}
	.page-our-team .meet-content {
		padding: 0 30px;
		max-width: 800px;
	}
	.parent-pageid-139 #main .thumbs .slick-slide {
		max-height: 160px;
	}
	.page-contact-us .meet-content {
		padding: 0 20px;
	}
	form .col-md-12 {
		text-align: center;
	}
}
@media (max-width: 899px) {
	.quote-section .flex {
		flex-direction: column;
	}
	.box-pic-main img, .quote-main img {
		max-height: 450px;
	}
	.quote-content {
		padding: 0 25px;
		text-align: center;
	}
	.quote-content h3 {
		text-align: center;
	}
	.home .mini-processes .container {
		gap: 10px;
	}
	.recent-project-section {
		padding: 50px 0;
	}
	.home .row.contentsection {
		padding: 45px 0;
	}
	.quote-section {
		padding-bottom: 30px;
	}
	.big-box-section .flex {
		flex-direction: column;
		align-items: center;
	}
	.showroom-gallery-section, .instagram-section {
		padding: 50px 0;
	}
	h2, .instagram-section h2 {
		font-size: 30px;
	}
	h1, .blog #main h1 a {
		font-size: 35px;
	}
	.internal-page .main-wrap {
		padding: 20px 0;
	}
	.page-portfolio .showcase {
		width: 47%;
	}
	.projects {
		padding-bottom: 50px;
	}
	.quote-area p {
		line-height: 1.4;
	}
	.quote-area p:last-child {
		margin-top: 20px;
		font-weight: 700;
	}
	.parent-pageid-139 #main .thumbs .slick-slide {
		max-height: 200px;
	}
	.parent-pageid-139 #main .slick-slide img, .home .banner {
		max-height: 480px;
	}
	span.wpcf7-spinner {
		display: none;
	}
	.studio-tour {
		padding: 50px 0;
	}
	.team-area {
		padding: 50px 0;
	}
	.modal-body {
		padding-bottom: 20px;
	}
	.big-box-section h2, .big-box-section h3 {
		text-align: center;
	}
	.big-box-section {
		text-align: center;
	}
	.meet-content {
		padding: 0 20px;
	}
	form .col-md-6 {
		padding-left: 0;
		text-align: left;
	}
}
@media (max-width: 799px) {
	.home h1 {
		font-size: 25px;
	}
	.parallax-section {
		min-height: 450px;
	}
	.home .mini-processes .container {
		padding-left: 10px;
	}
	.parent-pageid-139 #main .slick-slide img, .home .banner {
		max-height: 520px;
	}
	.parent-pageid-139 #main .thumbs .slick-slide {
		max-height: 150px;
	}
	.page-contact-us .meet-content {
		width: 90%;
	}
	form .col-md-12 {
		padding-left: 0;
	}
	.container {
		width: 100%;
		padding: 0 20px;
	}
	.page-portfolio .showcase {
		width: 46%;
	}
	.quote-area p {
		line-height: 1.4;
		font-size: 22px;
	}
	.lightbox-nav.next-arrow, .lightbox-nav.prev-arrow {
		bottom: 25px;
	}
}
@media (max-width: 699px) {
	.home .page-header {
		margin: 0 20px;
	}
	.home h1 {
		font-size: 26px;
	}
	.home .banner video {
		object-fit: cover;
		height: 100%;
	}
	.home .banner {
		max-height: 650px;
		height: 90vh;
	}
	.parallax-section {
		background-attachment: initial;
	}
	.about-peek, .contact-peek {
		background-attachment: initial;
	}
	img.footer-logo {
		max-width: 350px;
	}
	footer {
		padding: 45px 0;
	}
	.showroom-tour .slick-slide img {
		max-height: 400px;
	}
	.page-our-team .team-peek {
		background-attachment: initial;
		height: 400px;
	}
	.parent-pageid-139 #main .thumbs, .showroom-tour-nav {
		display: none;
	}
}
@media (max-width: 599px) {
	.home .mini-processes .container {
		flex-direction: column;
	}
	.mini-processes {
		display: none;
	}
	.banner {
		height: 250px;
	}
	html, body {
		font-size: 18px;
		line-height: 1.5;
	}
	.showroom-tour-nav .slick-slide {
		max-height: 106px !important;
	}
	.showroom-tour .slick-slide img {
		max-height: 300px;
	}
	.page-our-team .team-peek {
		background-attachment: initial;
		height: 350px;
	}
	footer li.current-menu-parent > a {
		border: none;
	}
	.mobile-nav-menu .menu-mobile li a, .mobile-nav-menu .menu-mobile .sub-menu li a {
		font-size: 24px;
	}
	.page-portfolio .showcase {
		width: 100%;
		margin: 0 auto 100px;
	}
	.quote-area p {
		line-height: 1.4;
		font-size: 20px;
		padding: 0 20px;
	}
	.showroom-tour-nav {
		display: none;
	}
	.showroom-tour img {
		margin-bottom: 30px;
	}
	.showcase h3 {
		font-size: 19px;
	}
	img.mobile-logo {
		position: relative;
		left: -15px;
	}
	.page-about-us .banner {
		background-position: -520px center;
	}
	.showcase.slick-slide {
		max-width: 100%;
	}
	.showcase.slick-slide img {
		margin: auto;
	}
	.showcase-overlay {
		max-width: 370px;
		margin: auto;
	}
	.recent-project-section .container > a.main-btn.transition {
		margin-bottom: 20px;
	}
	.contact-peek {
		height: 300px;
	}
}
@media (max-width: 499px) {
	.quote-content p {
		font-size: 22px;
	}
	.showcase h3 {
		font-size: 20px;
	}
	.quote-content h3 {
		font-size: 25px;
	}
	.parallax-section {
		min-height: 300px;
	}
	.recent-project-section .container > a.main-btn.transition {
		margin: 10px auto;
	}
	.box-pic-main::after {
		bottom: 0;
	}
	.parent-pageid-139 #main {
		padding: 0;
	}
	h1, .blog #main h1 a {
		font-size: 30px;
	}
	.project-showcase button.slick-next.slick-arrow {
		right: -15px !important;
	}
	.project-showcase button.slick-prev.slick-arrow {
		left: -15px !important;
	}
	img.footer-logo {
		max-width: 100%;
	}
	.warmth-section img {
		max-width: 300px;
	}
	.meet-content {
		text-align: center;
	}
	.meet-content h2, .meet-content h3 {
		text-align: center;
	}
	.meet-content a.main-btn {
		margin-right: 0;
		display: block;
		max-width: 210px;
		margin: 20px auto;
	}
	.box-pic-main {
		padding: 40px;
	}
}
@media (max-width: 399px) {
	.home #main {
		text-align: left;
	}
	img.mobile-logo {
		position: relative;
		left: -5px;
	}
}
/* ==========================================================================
   Ownership transition — Burbidge (2026)
   Founder tribute (home) + new-chapter band (our team)
   ========================================================================== */

/* Founder tribute: photo left / copy right, mirroring the team page layout */
.founder-tribute .box-pic-main {
	background: #7b6954;
}
.founder-tribute .meet-content {
	padding-left: 0;
	padding-right: 125px;
}
.founder-tribute h2,
.transition-section h2 {
	text-wrap: balance;
}
.tribute-quote {
	font-family: "Cormorant Garamond";
	font-size: 24px;
	font-style: italic;
	line-height: 1.5;
	letter-spacing: 0.96px;
	color: #1B1B1B;
	margin-top: 30px;
}
.tribute-signoff {
	font-family: "Cormorant Garamond";
	font-size: 22px;
	letter-spacing: 0.96px;
	margin-top: 20px;
}

/* Ownership line under Michelle's bio */
.ownership-note {
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-top: 25px;
}

/* New-chapter band on Our Team */
.transition-section {
	background: #C7C7BD;
	padding: 100px 0;
}
.transition-section .container {
	max-width: 1180px;
}
.transition-section h2 {
	margin-bottom: 25px;
}
.transition-section p {
	margin-bottom: 35px;
}
.transition-section img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.transition-section .photo-caption {
	font-size: 15px;
	font-style: italic;
	letter-spacing: 0.5px;
	margin: 20px 0 0;
}

/* Tribute copy padding tracks the same breakpoints as .meet-content */
@media (max-width: 1399px) {
	.founder-tribute .meet-content { padding-right: 75px; }
}
@media (max-width: 1299px) {
	.founder-tribute .meet-content { padding-right: 60px; }
}
@media (max-width: 1099px) {
	.founder-tribute .meet-content { padding-right: 35px; }
}
@media (max-width: 999px) {
	.founder-tribute .meet-content { padding-right: 30px; }
	.transition-section { padding: 60px 0; }
}
@media (max-width: 899px) {
	/* .big-box-section .flex stacks here — reset to the generic gutter */
	.founder-tribute .meet-content { padding: 0 20px; }
	.founder-tribute .box-pic-main img { max-height: 500px; }
}
@media (max-width: 499px) {
	.tribute-quote { font-size: 21px; }
	.transition-section { padding: 50px 0; }
}
