:root {
	--bp-green: #173d25;
	--bp-green-deep: #244c2d;
	--bp-bronze: #a65f22;
	--bp-bronze-dark: #8f4b17;
	--bp-cream: #f7f1e8;
	--bp-cream-deep: #eee7db;
	--bp-paper: #fffdf9;
	--bp-text: #171815;
	--bp-muted: #6c6b64;
	--bp-border: #e4d9c9;
	--bp-shadow: 0 12px 34px rgba(63, 46, 28, 0.08);
	--bp-serif: "Cormorant Garamond", Georgia, serif;
	--bp-sans: "Montserrat", Arial, sans-serif;
	--bp-script: "Parisienne", cursive;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--bp-paper);
	color: var(--bp-text);
	font-family: var(--bp-sans);
	font-size: 14px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.menu-open {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea {
	font: inherit;
}

button {
	cursor: pointer;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.bp-site-main {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.bp-inner {
	width: calc(100% - 64px);
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.bp-center {
	text-align: center;
}

/* Elementor removes no design freedom, while these rules neutralize wrapper gaps. */
.belles-el-section,
.belles-el-section > .elementor-container,
.belles-el-section .elementor-column,
.belles-el-section .elementor-widget-wrap,
.belles-el-section .elementor-widget,
.belles-el-section .elementor-widget-container {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.belles-el-section > .elementor-container {
	max-width: none !important;
	width: 100% !important;
}

.belles-el-section .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.belles-el-section .elementor-element-populated {
	padding: 0 !important;
}

.belles-el-section .elementor-widget-html,
.belles-el-section .elementor-widget-shortcode,
.belles-el-section .elementor-widget-container {
	width: 100%;
}

/* Header */
.bp-site-header {
	height: 80px;
	background: rgba(255, 255, 255, 0.98);
	position: relative;
	z-index: 1000;
	box-shadow: 0 2px 15px rgba(30, 31, 26, 0.04);
}

.bp-header-inner {
	height: 100%;
	width: calc(100% - 70px);
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 185px 1fr 145px;
	align-items: center;
	gap: 24px;
}

.bp-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}

.bp-logo-header {
	width: 132px;
	max-height: 66px;
	object-fit: contain;
}

.bp-primary-nav {
	justify-self: center;
}

.bp-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(24px, 3.7vw, 50px);
}

.bp-menu li {
	margin: 0;
	padding: 0;
}

.bp-menu a {
	position: relative;
	display: block;
	padding: 31px 0 25px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.bp-menu a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	height: 2px;
	background: var(--bp-green);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.2s ease;
}

.bp-menu a:hover::after,
.bp-menu .current-menu-item > a::after,
.bp-menu .current_page_item > a::after {
	transform: scaleX(1);
}

.bp-header-cta,
.bp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 11px 24px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--bp-bronze), var(--bp-bronze-dark));
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	box-shadow: 0 7px 18px rgba(143, 75, 23, 0.12);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bp-header-cta:hover,
.bp-button:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(143, 75, 23, 0.2);
}

.bp-header-cta {
	justify-self: end;
	min-width: 106px;
	min-height: 38px;
	padding: 10px 19px;
}

.bp-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 10px;
	border: 0;
	background: transparent;
}

.bp-menu-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: var(--bp-green);
	transition: 0.2s ease;
}

/* Typography and shared section decorations */
.bp-eyebrow {
	margin: 0 0 4px;
	color: var(--bp-bronze-dark);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.bp-script {
	margin: 4px 0 8px;
	color: var(--bp-bronze);
	font-family: var(--bp-script);
	font-size: clamp(31px, 3.2vw, 46px);
	font-weight: 400;
	line-height: 1.12;
}

.bp-script-left {
	text-align: left;
}

.bp-section-heading {
	text-align: center;
	margin-bottom: 24px;
}

.bp-section-heading h2,
.bp-copy-block h2,
.bp-values-title,
.bp-cta-strip h2,
.bp-contact-cta h2 {
	margin: 0;
	color: var(--bp-green);
	font-family: var(--bp-serif);
	font-size: clamp(30px, 3.5vw, 44px);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: 0.01em;
}

.bp-section-heading > p:not(.bp-eyebrow) {
	margin: 13px auto 0;
	font-size: 13px;
	line-height: 1.8;
}

.bp-flourish {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	height: 20px;
	margin: 5px auto 0;
	color: var(--bp-bronze);
}

.bp-flourish span {
	display: block;
	width: 40px;
	height: 1px;
	background: #c89a72;
}

.bp-flourish b {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

/* Hero sections */
.bp-hero {
	--bp-hero-blend-rgb: 251, 248, 242;
	position: relative;
	isolation: isolate;
	background-color: var(--bp-cream);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: left center, right center, center;
	background-size: auto 100%, auto 100%, cover;
	overflow: hidden;
}

/*
 * A full-height, softly feathered veil sits between the side artwork and
 * the copy. Its transparent outer edges remove the hard vertical joins and
 * make the centered message feel like part of the hero artwork.
 */
.bp-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		rgba(var(--bp-hero-blend-rgb), 0) 0%,
		rgba(var(--bp-hero-blend-rgb), 0.08) 5%,
		rgba(var(--bp-hero-blend-rgb), 0.28) 10%,
		rgba(var(--bp-hero-blend-rgb), 0.62) 15%,
		rgba(var(--bp-hero-blend-rgb), 0.88) 20%,
		rgba(var(--bp-hero-blend-rgb), 0.98) 28%,
		rgba(var(--bp-hero-blend-rgb), 0.995) 38%,
		rgba(var(--bp-hero-blend-rgb), 1) 50%,
		rgba(var(--bp-hero-blend-rgb), 0.98) 58%,
		rgba(var(--bp-hero-blend-rgb), 0.84) 64%,
		rgba(var(--bp-hero-blend-rgb), 0.62) 70%,
		rgba(var(--bp-hero-blend-rgb), 0.34) 78%,
		rgba(var(--bp-hero-blend-rgb), 0.13) 86%,
		rgba(var(--bp-hero-blend-rgb), 0.03) 94%,
		rgba(var(--bp-hero-blend-rgb), 0) 100%
	);
}

.bp-hero-shell {
	position: relative;
	z-index: 2;
	height: 100%;
	min-height: inherit;
	width: 100%;
}

.bp-hero-copy {
	position: absolute;
	left: 50%;
	top: 50%;
	width: min(52vw, 760px);
	padding: 22px 34px;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
}

.bp-hero-copy h1 {
	margin: 0;
	color: var(--bp-green);
	font-family: var(--bp-serif);
	font-size: clamp(39px, 4.25vw, 58px);
	font-weight: 500;
	line-height: 0.98;
	letter-spacing: 0.015em;
}

.bp-hero-copy > p:not(.bp-script) {
	margin: 13px 0 21px;
	font-size: 13px;
	line-height: 1.85;
}

.bp-hero-copy .bp-button {
	min-height: 40px;
}

.bp-home-hero {
	--bp-hero-blend-rgb: 251, 247, 240;
	min-height: 408px;
	background-image: url("../images/home-hero-left.webp"), url("../images/home-hero-right.webp"), linear-gradient(90deg, #f7f1e8 0%, #fbf7f0 52%, #f1e8dc 100%);
	background-size: 27% 100%, 42% 100%, cover;
}

.bp-home-hero .bp-hero-copy {
	left: 50%;
	width: min(48vw, 720px);
}

.bp-home-hero .bp-hero-copy h1 {
	font-size: clamp(36px, 3.9vw, 50px);
	text-transform: uppercase;
}

.bp-home-hero .bp-hero-copy h1 span {
	display: block;
	white-space: nowrap;
}

.bp-home-hero .bp-script {
	font-size: clamp(37px, 4.1vw, 54px);
}

.bp-about-hero {
	--bp-hero-blend-rgb: 251, 248, 242;
	min-height: 422px;
	background-image: url("../images/about-hero-left.webp"), url("../images/about-hero-right.webp"), linear-gradient(90deg, #f6efe5, #fbf8f2 50%, #eee6d9);
	background-size: 32.5% 100%, 34% 100%, cover;
}

.bp-about-hero .bp-hero-copy {
	left: 50%;
	width: min(48vw, 680px);
}

.bp-about-hero .bp-hero-copy > p:not(.bp-script) {
	margin-top: 12px;
	margin-bottom: 18px;
}

.bp-services-hero {
	--bp-hero-blend-rgb: 251, 248, 242;
	min-height: 362px;
	background-image: url("../images/services-hero-left.webp"), url("../images/services-hero-right.webp"), linear-gradient(90deg, #f5eee4, #fbf8f2 52%, #eee4d5);
	background-size: 17.5% 100%, 47.5% 100%, cover;
}

.bp-services-hero .bp-hero-copy {
	left: 50%;
	width: min(58vw, 820px);
}

.bp-services-hero .bp-script {
	font-size: clamp(28px, 3vw, 38px);
	white-space: nowrap;
}

.bp-gallery-hero {
	--bp-hero-blend-rgb: 251, 248, 242;
	min-height: 332px;
	background-image: url("../images/gallery-hero-left.webp"), url("../images/gallery-hero-right.webp"), linear-gradient(90deg, #f6efe6, #fbf8f2 56%, #eee5d8);
	background-size: 27.5% 100%, 41% 100%, cover;
}

.bp-gallery-hero .bp-hero-copy {
	left: 50%;
	width: min(48vw, 680px);
}

.bp-contact-hero {
	--bp-hero-blend-rgb: 251, 248, 242;
	min-height: 372px;
	background-image: url("../images/contact-hero-left.webp"), url("../images/contact-hero-right.webp"), linear-gradient(90deg, #f7f1e8, #fbf8f2 54%, #eee5d7);
	background-size: 15% 100%, 49% 100%, cover;
}

.bp-contact-hero .bp-hero-copy {
	left: 50%;
	width: min(58vw, 820px);
}

.bp-contact-hero .bp-script {
	font-size: clamp(29px, 3vw, 38px);
	white-space: nowrap;
}

/* Values */
.bp-values-section {
	background: var(--bp-paper);
	border-bottom: 1px solid #eee7dc;
}

.bp-values-section .bp-inner {
	padding: 22px 0 20px;
}

.bp-values-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-value-item {
	min-height: 90px;
	padding: 0 22px;
	text-align: center;
	border-left: 1px solid #e9e1d6;
}

.bp-value-item:first-child {
	border-left: 0;
}

.bp-line-icon {
	width: 34px;
	height: 34px;
	margin: 0 auto 6px;
	object-fit: contain;
}

.bp-value-item h3 {
	margin: 0 0 2px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
	text-transform: uppercase;
}

.bp-value-item p {
	margin: 0;
	font-size: 10.5px;
	line-height: 1.65;
}

/* Split story sections */
.bp-story-section,
.bp-about-story-section,
.bp-promise-section {
	background: var(--bp-paper);
}

.bp-story-section {
	border-bottom: 1px solid #eee7dc;
}

.bp-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 78px;
}

.bp-home-story {
	min-height: 286px;
	padding: 20px 68px 4px;
}

.bp-copy-block {
	position: relative;
}

.bp-copy-center {
	text-align: center;
}

.bp-copy-block p:not(.bp-eyebrow):not(.bp-script) {
	margin: 17px 0 16px;
	font-size: 12px;
	line-height: 1.75;
}

.bp-copy-center .bp-button {
	margin-top: 1px;
}

.bp-image-frame {
	overflow: hidden;
	background: #eee5d9;
}

.bp-image-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bp-image-arch {
	height: 262px;
	border: 1px solid #c8a787;
	border-radius: 128px 128px 0 0;
	padding: 5px;
	background: #fff;
}

.bp-image-arch img {
	border-radius: 122px 122px 0 0;
}

.bp-image-rounded {
	border-radius: 22px;
}

.bp-about-story {
	min-height: 350px;
	padding: 28px 80px 22px;
	grid-template-columns: 34% 66%;
	gap: 58px;
}

.bp-about-story .bp-image-frame {
	height: 305px;
}

.bp-about-story .bp-copy-block h2 {
	font-size: 32px;
	white-space: nowrap;
}

.bp-about-story .bp-script {
	font-size: 40px;
	margin-top: 2px;
}

.bp-about-story .bp-flourish {
	justify-content: flex-start;
	margin: 5px 0 4px 58px;
	width: 96px;
}

.bp-about-story .bp-flourish span {
	width: 30px;
}

.bp-about-values-section {
	background: var(--bp-paper);
	padding: 8px 0 14px;
}

.bp-values-box {
	padding: 14px 24px 18px;
	border-radius: 22px;
	background: linear-gradient(90deg, #f4eee6, #fbf8f2 50%, #f2ece4);
	box-shadow: inset 0 0 0 1px rgba(215, 199, 179, 0.16);
}

.bp-values-title {
	margin-bottom: 4px;
	text-align: center;
	font-size: 28px;
}

.bp-values-box .bp-value-item {
	min-height: 105px;
}

.bp-promise-section {
	position: relative;
	padding: 14px 0 30px;
}

.bp-promise-section::after,
.bp-services-cta-section::after,
.bp-gallery-cta-section::after,
.bp-contact-cta-section::after,
.bp-newsletter-section::after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: 0;
	width: 155px;
	height: 120px;
	background: url("../icons/sprig.svg") right bottom / contain no-repeat;
	pointer-events: none;
	opacity: 0.82;
}

.bp-about-promise {
	min-height: 235px;
	padding: 0 48px;
	grid-template-columns: 44% 56%;
	gap: 76px;
}

.bp-about-promise .bp-image-frame {
	height: 210px;
}

.bp-promise-copy {
	padding-right: 95px;
}

.bp-promise-copy .bp-script {
	font-size: 35px;
}

.bp-promise-copy .bp-flourish {
	justify-content: flex-start;
	margin-left: 70px;
	width: 90px;
}

/* Home favorites */
.bp-favorites-section {
	background: var(--bp-paper);
	padding: 18px 0 18px;
}

.bp-favorites-wrap .bp-section-heading {
	margin-bottom: 14px;
}

.bp-favorites-wrap .bp-section-heading h2 {
	font-size: 39px;
}

.bp-favorites-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 15px;
}

.bp-favorite-card {
	text-align: center;
}

.bp-favorite-card img {
	width: 100%;
	aspect-ratio: 1.23 / 1;
	object-fit: cover;
	border-radius: 10px;
}

.bp-favorite-card h3 {
	margin: 8px 0 1px;
	font-family: var(--bp-sans);
	font-size: 10.5px;
	font-weight: 600;
	line-height: 1.35;
	text-transform: uppercase;
}

.bp-favorite-card p {
	margin: 0;
	font-size: 10px;
	line-height: 1.6;
}

.bp-favorites-wrap > .bp-center {
	margin-top: 13px;
}

.bp-favorites-wrap .bp-button {
	min-width: 165px;
	min-height: 36px;
}

/* Newsletter */
.bp-newsletter-section {
	position: relative;
	background: var(--bp-paper);
	padding: 0 0 10px;
}

.bp-newsletter-bar {
	position: relative;
	z-index: 1;
	min-height: 82px;
	padding: 12px 150px 12px 96px;
	border-radius: 9px;
	background: linear-gradient(90deg, #ece7dd, #f8f4ec 62%, #ece6d9);
	display: grid;
	grid-template-columns: 58px 1fr minmax(315px, 42%);
	align-items: center;
	gap: 18px;
}

.bp-newsletter-icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #fff;
	color: var(--bp-green);
	display: grid;
	place-items: center;
	font-family: Georgia, serif;
	font-size: 27px;
}

.bp-newsletter-copy h2 {
	margin: 0;
	font-family: var(--bp-serif);
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.bp-newsletter-copy p {
	margin: 2px 0 0;
	font-size: 11px;
	line-height: 1.55;
}

.bp-newsletter-form {
	display: flex;
	width: 100%;
}

.bp-newsletter-form input {
	min-width: 0;
	width: 100%;
	height: 42px;
	padding: 0 16px;
	border: 1px solid #ded6ca;
	border-right: 0;
	border-radius: 5px 0 0 5px;
	background: #fff;
	font-size: 10px;
	outline: 0;
}

.bp-newsletter-form input:focus {
	border-color: var(--bp-bronze);
}

.bp-newsletter-form button {
	flex: 0 0 102px;
	height: 42px;
	border: 0;
	border-radius: 0 5px 5px 0;
	background: linear-gradient(135deg, var(--bp-bronze), var(--bp-bronze-dark));
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.bp-newsletter-form.is-compact button {
	flex-basis: 48px;
}

.bp-newsletter-form.is-compact button img {
	width: 20px;
	height: 20px;
	margin: auto;
}

/* Services */
.bp-services-section {
	background: var(--bp-paper);
	padding: 21px 0 25px;
}

.bp-services-wrap .bp-section-heading {
	margin-bottom: 25px;
}

.bp-services-wrap .bp-section-heading h2 {
	font-size: 34px;
}

.bp-services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px 25px;
}

.bp-service-card {
	position: relative;
	overflow: hidden;
	min-height: 286px;
	border: 1px solid #d9c6af;
	border-radius: 14px;
	background: #fffdfa;
	text-align: center;
	box-shadow: 0 7px 20px rgba(64, 47, 31, 0.03);
}

.bp-service-image {
	height: 147px;
	overflow: hidden;
}

.bp-service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bp-service-icon {
	position: absolute;
	top: 126px;
	left: 50%;
	transform: translateX(-50%);
	width: 55px;
	height: 55px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: linear-gradient(135deg, #b66b2a, #9c531b);
	display: grid;
	place-items: center;
}

.bp-service-icon img {
	width: 31px;
	height: 31px;
}

.bp-service-body {
	padding: 34px 18px 14px;
}

.bp-service-body h3 {
	margin: 0 0 7px;
	font-family: var(--bp-serif);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
}

.bp-service-body p {
	margin: 0 0 8px;
	font-size: 10.5px;
	line-height: 1.65;
}

.bp-service-body a {
	color: var(--bp-bronze-dark);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.bp-service-body a span {
	font-size: 15px;
}

.bp-services-cta-section,
.bp-gallery-cta-section,
.bp-contact-cta-section {
	position: relative;
	background: var(--bp-paper);
}

.bp-services-cta-section {
	padding: 1px 0 22px;
}

.bp-cta-strip {
	position: relative;
	z-index: 1;
	min-height: 94px;
	padding: 12px 150px 12px 92px;
	border: 1px solid #e0d5c6;
	border-radius: 10px;
	background: linear-gradient(90deg, #f2ede5, #fcfaf6 55%, #f0eadf);
	display: grid;
	grid-template-columns: 68px 1fr auto;
	align-items: center;
	gap: 20px;
}

.bp-cta-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--bp-green);
	display: grid;
	place-items: center;
}

.bp-cta-icon .bp-line-icon {
	width: 39px;
	height: 39px;
	margin: 0;
	filter: brightness(0) invert(1);
}

.bp-cta-strip h2 {
	font-size: 25px;
}

.bp-cta-strip p:not(.bp-script) {
	margin: 3px 0 0;
	font-size: 10.5px;
	line-height: 1.6;
}

.bp-cta-strip .bp-button {
	min-width: 174px;
}

/* Gallery */
.bp-gallery-section {
	background: var(--bp-paper);
	padding: 24px 0 20px;
}

.bp-gallery-filters {
	display: grid;
	grid-template-columns: 0.72fr 1fr 1.08fr 1fr 1fr;
	gap: 21px;
	max-width: 720px;
	margin: 0 auto 24px;
}

.bp-gallery-filters button {
	min-height: 36px;
	padding: 7px 13px;
	border: 1px solid #d8c4aa;
	border-radius: 999px;
	background: transparent;
	color: var(--bp-text);
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
}

.bp-gallery-filters button.is-active,
.bp-gallery-filters button:hover {
	border-color: var(--bp-bronze);
	background: linear-gradient(135deg, var(--bp-bronze), var(--bp-bronze-dark));
	color: #fff;
}

.bp-gallery-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 10px;
}

.bp-gallery-item {
	margin: 0;
	overflow: hidden;
	border-radius: 9px;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.bp-gallery-item[hidden] {
	display: none;
}

.bp-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.bp-gallery-item:hover img {
	transform: scale(1.035);
}

.bp-gallery-item-1,
.bp-gallery-item-2,
.bp-gallery-item-3,
.bp-gallery-item-7,
.bp-gallery-item-8,
.bp-gallery-item-9 {
	grid-column: span 4;
}

.bp-gallery-item-4,
.bp-gallery-item-6 {
	grid-column: span 3;
}

.bp-gallery-item-5 {
	grid-column: span 6;
}

.bp-gallery-item-1,
.bp-gallery-item-2,
.bp-gallery-item-3 {
	height: 211px;
}

.bp-gallery-item-4,
.bp-gallery-item-5,
.bp-gallery-item-6 {
	height: 205px;
}

.bp-gallery-item-7,
.bp-gallery-item-8,
.bp-gallery-item-9 {
	height: 200px;
}

.bp-gallery-wrap > .bp-center {
	margin-top: 14px;
}

.bp-load-more {
	min-width: 170px;
	min-height: 38px;
}

.bp-gallery-cta-section {
	padding: 0 0 22px;
}

.bp-gallery-cta {
	min-height: 91px;
	grid-template-columns: 1fr auto;
	padding-left: 112px;
}

.bp-gallery-cta .bp-script {
	margin: 0;
	font-size: 22px;
	white-space: nowrap;
}

/* Contact */
.bp-contact-panel-section {
	background: var(--bp-paper);
	padding: 29px 0 25px;
}

.bp-contact-layout {
	display: grid;
	grid-template-columns: 37.5% 62.5%;
	gap: 22px;
}

.bp-contact-info-card,
.bp-contact-form-card {
	position: relative;
	border: 1px solid #ded1c1;
	border-radius: 13px;
	background: linear-gradient(135deg, #fffdfa, #fbf7f1);
}

.bp-contact-info-card {
	padding: 17px 35px 24px;
}

.bp-contact-info-card::after {
	content: "";
	position: absolute;
	left: -1px;
	bottom: -1px;
	width: 120px;
	height: 120px;
	background: url("../icons/sprig.svg") left bottom / contain no-repeat;
	transform: scaleX(-1);
	opacity: 0.76;
	pointer-events: none;
}

.bp-contact-form-card {
	padding: 17px 28px 24px;
}

.bp-section-heading-compact {
	margin-bottom: 16px;
}

.bp-section-heading-compact h2 {
	font-size: 30px;
	text-transform: uppercase;
}

.bp-contact-list {
	position: relative;
	z-index: 1;
}

.bp-contact-row {
	display: grid;
	grid-template-columns: 52px 1fr;
	align-items: center;
	gap: 16px;
	min-height: 78px;
	border-bottom: 1px dotted #cbb69c;
}

.bp-contact-row:last-child {
	border-bottom: 0;
}

.bp-contact-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--bp-bronze), var(--bp-bronze-dark));
	display: grid;
	place-items: center;
}

.bp-contact-icon img {
	width: 26px;
	height: 26px;
}

.bp-contact-row strong,
.bp-contact-row a,
.bp-contact-row span:not(.bp-contact-icon) {
	display: block;
}

.bp-contact-row strong {
	font-size: 12px;
	text-transform: uppercase;
}

.bp-contact-row a,
.bp-contact-row span:not(.bp-contact-icon) {
	font-size: 12px;
	line-height: 1.65;
}

.bp-contact-social {
	position: relative;
	z-index: 2;
	margin-top: 12px;
	text-align: center;
	text-transform: uppercase;
}

.bp-contact-social > strong {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}

.bp-socials {
	display: flex;
	align-items: center;
	gap: 12px;
}

.bp-contact-social .bp-socials {
	justify-content: center;
}

.bp-socials a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--bp-bronze), var(--bp-bronze-dark));
	color: #fff;
	display: grid;
	place-items: center;
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: none;
}

.bp-contact-form {
	display: grid;
	gap: 13px;
}

.bp-form-grid-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 13px;
}

.bp-contact-form label {
	display: block;
}

.bp-contact-form input,
.bp-contact-form textarea {
	width: 100%;
	padding: 13px 15px;
	border: 1px solid #d7d4cf;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.85);
	color: var(--bp-text);
	font-size: 11px;
	outline: 0;
}

.bp-contact-form input {
	height: 44px;
}

.bp-contact-form textarea {
	min-height: 170px;
	resize: vertical;
}

.bp-contact-form input:focus,
.bp-contact-form textarea:focus {
	border-color: var(--bp-bronze);
	box-shadow: 0 0 0 2px rgba(166, 95, 34, 0.08);
}

.bp-contact-form .bp-button {
	justify-self: center;
	min-width: 180px;
	margin-top: 6px;
}

.bp-button-with-icon {
	gap: 10px;
}

.bp-button-with-icon img {
	width: 21px;
	height: 21px;
}

.bp-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.bp-form-notice {
	margin: 0 0 12px;
	padding: 9px 12px;
	border-radius: 4px;
	font-size: 11px;
}

.bp-form-success {
	background: #edf6ec;
	color: #235c2c;
}

.bp-form-error {
	background: #fff0ee;
	color: #923224;
}

.bp-contact-cta-section {
	padding: 0 0 27px;
}

.bp-contact-cta {
	position: relative;
	z-index: 1;
	min-height: 185px;
	padding: 12px 150px 12px 260px;
	border: 1px solid #e0d5c6;
	border-radius: 12px;
	background: linear-gradient(90deg, #f1ece4, #fbf8f2 56%, #eee8dd);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.bp-contact-cta-image {
	position: absolute;
	left: 28px;
	top: 50%;
	transform: translateY(-50%);
	width: 182px;
	height: 182px;
	border-radius: 50%;
	object-fit: cover;
}

.bp-contact-cta-copy h2 {
	font-size: 28px;
	white-space: nowrap;
}

.bp-contact-cta-copy .bp-script {
	font-size: 31px;
	margin: 2px 0 0;
}

.bp-contact-cta-copy > p:not(.bp-script) {
	margin: 3px 0 0;
	font-size: 11.5px;
	line-height: 1.7;
}

/* Footer */
.bp-site-footer {
	background: #fff;
	border-top: 1px solid #eee7dc;
}

.bp-footer-main {
	padding: 22px 0 16px;
}

.bp-footer-grid {
	width: calc(100% - 80px);
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.15fr 0.82fr 0.95fr 1.35fr 1.05fr;
	gap: 0;
}

.bp-footer-grid > * {
	min-width: 0;
	padding: 0 28px;
	border-left: 1px solid #ece5db;
}

.bp-footer-grid > *:first-child {
	padding-left: 0;
	border-left: 0;
}

.bp-footer-grid > *:last-child {
	padding-right: 0;
}

.bp-logo-footer {
	width: 128px;
	max-height: 68px;
	object-fit: contain;
}

.bp-footer-brand > p {
	margin: 8px 0 6px;
	color: #272922;
	font-family: var(--bp-serif);
	font-size: 15px;
	line-height: 1.3;
	text-transform: uppercase;
}

.bp-socials-footer {
	margin-top: 8px;
}

.bp-footer-column h3 {
	margin: 4px 0 12px;
	font-size: 10.5px;
	font-weight: 600;
	text-transform: uppercase;
}

.bp-footer-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bp-footer-column li,
.bp-footer-column p {
	margin: 0 0 5px;
	font-size: 9.8px;
	line-height: 1.55;
}

.bp-footer-column a:hover {
	color: var(--bp-bronze-dark);
}

.bp-footer-contact li {
	display: grid;
	grid-template-columns: 15px 1fr;
	gap: 6px;
}

.bp-footer-contact li > span:first-child {
	color: var(--bp-bronze);
	font-size: 10px;
}

.bp-footer-last .bp-newsletter-form {
	margin-top: 14px;
}

.bp-footer-last .bp-newsletter-form input {
	height: 36px;
	font-size: 9px;
}

.bp-footer-last .bp-newsletter-form button {
	height: 36px;
}

.bp-footer-bottom {
	min-height: 38px;
	background: linear-gradient(90deg, #315633, #244b2d);
	color: #fff;
}

.bp-footer-bottom-inner {
	width: calc(100% - 120px);
	max-width: 1180px;
	min-height: 38px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.bp-footer-bottom p,
.bp-footer-bottom a,
.bp-footer-bottom span {
	margin: 0;
	font-size: 9px;
}

.bp-footer-bottom div {
	display: flex;
	gap: 20px;
}

/* Generic posts */
.bp-standard-content {
	padding: 70px 0;
}

.bp-post-list {
	max-width: 900px;
}

.bp-post-card {
	margin-bottom: 28px;
	padding: 26px;
	border: 1px solid var(--bp-border);
	border-radius: 12px;
}

.bp-post-card h2 {
	margin-top: 0;
	font-family: var(--bp-serif);
	font-size: 34px;
}

/* Tablet */
@media (max-width: 980px) {
	.bp-header-inner {
		grid-template-columns: 150px 1fr 118px;
		width: calc(100% - 38px);
		gap: 12px;
	}

	.bp-menu {
		gap: 22px;
	}

	.bp-menu a {
		font-size: 10px;
	}

	.bp-inner {
		width: calc(100% - 40px);
	}

	.bp-home-story,
	.bp-about-story,
	.bp-about-promise {
		padding-left: 30px;
		padding-right: 30px;
		gap: 35px;
	}

	.bp-promise-copy {
		padding-right: 60px;
	}

	.bp-newsletter-bar,
	.bp-cta-strip,
	.bp-contact-cta {
		padding-right: 115px;
	}

	.bp-footer-grid {
		width: calc(100% - 40px);
	}

	.bp-footer-grid > * {
		padding: 0 16px;
	}
}

/* Mobile navigation and stacked layouts */
@media (max-width: 820px) {
	body {
		font-size: 14px;
	}

	.bp-site-header {
		height: 70px;
	}

	.bp-header-inner {
		grid-template-columns: 1fr auto auto;
	}

	.bp-logo-header {
		width: 112px;
	}

	.bp-menu-toggle {
		display: block;
		order: 2;
	}

	.bp-header-cta {
		order: 3;
		min-width: auto;
		min-height: 36px;
		padding: 9px 14px;
		font-size: 9px;
	}

	.bp-primary-nav {
		position: fixed;
		left: 0;
		right: 0;
		width: 100%;
		justify-self: stretch;
		top: 70px;
		bottom: 0;
		z-index: 999;
		padding: 28px;
		background: rgba(255, 253, 249, 0.98);
		transform: translateX(105%);
		transition: transform 0.25s ease;
		overflow-y: auto;
	}

	body.menu-open .bp-primary-nav {
		transform: translateX(0);
	}

	.bp-primary-nav .bp-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.bp-primary-nav .bp-menu a {
		padding: 17px 4px;
		font-size: 15px;
		border-bottom: 1px solid #ece4d8;
	}

	.bp-primary-nav .bp-menu a::after {
		display: none;
	}

	body.menu-open .bp-menu-toggle span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	body.menu-open .bp-menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	body.menu-open .bp-menu-toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.bp-inner {
		width: calc(100% - 28px);
	}

	.bp-hero {
		min-height: 520px;
		background-size: auto 68%, auto 68%, cover;
		background-position: left bottom, right bottom, center;
	}

	.bp-hero::before {
		background: linear-gradient(
			180deg,
			rgba(var(--bp-hero-blend-rgb), 0.98) 0%,
			rgba(var(--bp-hero-blend-rgb), 0.94) 48%,
			rgba(var(--bp-hero-blend-rgb), 0.62) 68%,
			rgba(var(--bp-hero-blend-rgb), 0.10) 100%
		);
	}

	.bp-hero::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 1;
		background: rgba(251, 247, 240, 0.18);
	}

	.bp-hero-copy,
	.bp-home-hero .bp-hero-copy,
	.bp-about-hero .bp-hero-copy,
	.bp-services-hero .bp-hero-copy,
	.bp-gallery-hero .bp-hero-copy,
	.bp-contact-hero .bp-hero-copy {
		left: 8%;
		right: 8%;
		top: 45%;
		width: auto;
		padding-left: 18px;
		padding-right: 18px;
		transform: translateY(-50%);
		z-index: 3;
	}

	.bp-hero-copy h1,
	.bp-home-hero .bp-hero-copy h1 {
		font-size: 42px;
	}

	.bp-hero-copy > p:not(.bp-script) br {
		display: initial;
	}

	.bp-home-hero .bp-hero-copy h1 span,
	.bp-services-hero .bp-script,
	.bp-contact-hero .bp-script,
	.bp-about-story .bp-copy-block h2,
	.bp-gallery-cta .bp-script,
	.bp-contact-cta-copy h2 {
		white-space: normal;
	}

	.bp-values-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px 0;
	}

	.bp-value-item:nth-child(3) {
		border-left: 0;
	}

	.bp-split,
	.bp-about-story,
	.bp-about-promise {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.bp-home-story,
	.bp-about-story,
	.bp-about-promise {
		padding: 40px 14px;
	}

	.bp-home-story .bp-image-frame {
		max-width: 420px;
		margin: 0 auto;
	}

	.bp-about-story .bp-image-frame,
	.bp-about-promise .bp-image-frame {
		height: auto;
		aspect-ratio: 1.6 / 1;
	}

	.bp-promise-copy {
		padding-right: 0;
	}

	.bp-favorites-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.bp-favorite-card:last-child {
		grid-column: 1 / -1;
		max-width: 48%;
		justify-self: center;
	}

	.bp-newsletter-bar {
		padding: 22px;
		grid-template-columns: 56px 1fr;
	}

	.bp-newsletter-form-wrap {
		grid-column: 1 / -1;
	}

	.bp-newsletter-section::after,
	.bp-promise-section::after,
	.bp-services-cta-section::after,
	.bp-gallery-cta-section::after,
	.bp-contact-cta-section::after {
		display: none;
	}

	.bp-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bp-cta-strip,
	.bp-gallery-cta {
		padding: 22px;
		grid-template-columns: 64px 1fr;
	}

	.bp-cta-strip .bp-button {
		grid-column: 1 / -1;
		justify-self: center;
	}

	.bp-gallery-filters {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.bp-gallery-filters button:first-child {
		grid-column: 1 / -1;
	}

	.bp-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.bp-gallery-item,
	.bp-gallery-item-1,
	.bp-gallery-item-2,
	.bp-gallery-item-3,
	.bp-gallery-item-4,
	.bp-gallery-item-5,
	.bp-gallery-item-6,
	.bp-gallery-item-7,
	.bp-gallery-item-8,
	.bp-gallery-item-9 {
		grid-column: auto;
		height: 220px;
	}

	.bp-contact-layout {
		grid-template-columns: 1fr;
	}

	.bp-contact-info-card,
	.bp-contact-form-card {
		padding-left: 24px;
		padding-right: 24px;
	}

	.bp-contact-cta {
		min-height: 360px;
		padding: 190px 24px 30px;
	}

	.bp-contact-cta-image {
		left: 50%;
		top: 22px;
		transform: translateX(-50%);
		width: 160px;
		height: 160px;
	}

	.bp-footer-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 0;
	}

	.bp-footer-grid > * {
		border-left: 0;
		padding-left: 0;
		padding-right: 20px;
	}

	.bp-footer-bottom-inner {
		width: calc(100% - 34px);
	}
}

@media (max-width: 560px) {
	.bp-header-cta {
		display: none;
	}

	.bp-header-inner {
		grid-template-columns: 1fr auto;
	}

	.bp-primary-nav {
		top: 70px;
	}

	.bp-hero {
		min-height: 500px;
		background-size: auto 55%, auto 55%, cover;
	}

	.bp-hero-copy h1,
	.bp-home-hero .bp-hero-copy h1 {
		font-size: 36px;
	}

	.bp-script,
	.bp-services-hero .bp-script,
	.bp-contact-hero .bp-script {
		font-size: 32px;
	}

	.bp-hero-copy > p:not(.bp-script) {
		font-size: 12px;
	}

	.bp-values-grid {
		grid-template-columns: 1fr;
	}

	.bp-value-item,
	.bp-value-item:nth-child(3) {
		border-left: 0;
		border-top: 1px solid #e9e1d6;
		padding-top: 18px;
	}

	.bp-value-item:first-child {
		border-top: 0;
	}

	.bp-favorites-grid,
	.bp-services-grid,
	.bp-gallery-grid {
		grid-template-columns: 1fr;
	}

	.bp-favorite-card:last-child {
		grid-column: auto;
		max-width: none;
		justify-self: stretch;
	}

	.bp-gallery-item,
	.bp-gallery-item-1,
	.bp-gallery-item-2,
	.bp-gallery-item-3,
	.bp-gallery-item-4,
	.bp-gallery-item-5,
	.bp-gallery-item-6,
	.bp-gallery-item-7,
	.bp-gallery-item-8,
	.bp-gallery-item-9 {
		height: 240px;
	}

	.bp-form-grid-two {
		grid-template-columns: 1fr;
	}

	.bp-contact-form textarea {
		min-height: 145px;
	}

	.bp-contact-cta-copy h2 {
		font-size: 29px;
	}

	.bp-footer-grid {
		grid-template-columns: 1fr;
	}

	.bp-footer-grid > * {
		padding-right: 0;
	}

	.bp-footer-bottom-inner {
		padding: 12px 0;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
}
