:root {
	--lfw-ivory: #f7f3ec;
	--lfw-paper: #fcfaf6;
	--lfw-ink: #24211f;
	--lfw-ink-soft: #4f4944;
	--lfw-rose: #a8756c;
	--lfw-rose-deep: #875a52;
	--lfw-sage: #818b7c;
	--lfw-champagne: #d8c3a5;
	--lfw-line: rgba( 36, 33, 31, 0.14 );
	--lfw-shell: 1280px;
	--lfw-shadow: 0 24px 70px rgba( 42, 35, 31, 0.1 );
}

body.lush-premium-light,
.lush-premium-light button,
.lush-premium-light input,
.lush-premium-light select,
.lush-premium-light textarea {
	color: var( --lfw-ink );
	font-family: Manrope, "Avenir Next", Avenir, sans-serif;
}

.lush-premium-light h1,
.lush-premium-light h2,
.lush-premium-light h3,
.lush-premium-light h4,
.lush-premium-light h5,
.lush-premium-light h6,
.lush-premium-light .lush-brand__text {
	font-family: Fraunces, "Iowan Old Style", Baskerville, Georgia, serif;
	font-optical-sizing: auto;
	font-weight: 500;
	letter-spacing: -0.035em;
}

.lush-premium-light .entry-header,
.lush-premium-light #secondary,
.lush-premium-light .widget-area,
.lush-premium-light .sidebar-main {
	display: none !important;
}

.lush-premium-light #primary,
.lush-premium-light .content-area {
	float: none;
	margin: 0;
	width: 100%;
}

.lush-premium-light .entry-content {
	margin: 0;
}

.lush-premium-light img {
	background: #e9e2da;
}

.lush-premium-light .lush-site-header {
	background: rgba( 252, 250, 246, 0.97 );
	border-color: var( --lfw-line );
}

.lush-premium-light .lush-service-strip {
	background: var( --lfw-ink );
}

.lush-premium-light .lush-header-main__inner {
	min-height: 84px;
}

.lush-premium-light .lush-brand__image {
	background: transparent;
	max-height: 58px;
	width: 142px;
}

.lush-premium-light .lush-menu--desktop a,
.lush-premium-light .lush-button,
.lush-premium-light input[type="submit"] {
	font-family: Manrope, "Avenir Next", Avenir, sans-serif;
}

.lush-premium-light .lush-menu--desktop a {
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.075em;
}

.lush-premium-light .lush-button,
.lush-premium-light input[type="submit"] {
	background: var( --lfw-ink );
	border-color: var( --lfw-ink );
	border-radius: 3px;
}

.lush-premium-light .lush-button:hover,
.lush-premium-light .lush-button:focus,
.lush-premium-light input[type="submit"]:hover,
.lush-premium-light input[type="submit"]:focus {
	background: var( --lfw-rose-deep );
	border-color: var( --lfw-rose-deep );
}

/* Service-page opening compositions */
.lush-service-hero {
	padding-block: clamp( 64px, 6vw, 88px );
}

.lush-service-hero .lush-split {
	align-items: center;
	gap: clamp( 48px, 6vw, 86px );
	grid-template-columns: minmax( 360px, 0.85fr ) minmax( 520px, 1.15fr );
}

.lush-service-hero h1 {
	font-size: clamp( 3.25rem, 4.8vw, 4.65rem );
	line-height: 0.99;
	margin: 0 0 24px;
	max-width: 620px;
}

.lush-service-hero .lush-split > div > p:not( .lush-eyebrow ) {
	font-size: 1.02rem;
	line-height: 1.65;
	max-width: 570px;
}

.lush-service-hero .lush-split > img {
	aspect-ratio: 16 / 10;
	box-shadow: var( --lfw-shadow );
	height: auto;
	max-height: 520px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.lfw-shell {
	margin-inline: auto;
	max-width: var( --lfw-shell );
	padding-inline: 40px;
	width: 100%;
}

.lfw-section {
	padding-block: clamp( 74px, 7vw, 104px );
}

.lfw-kicker {
	color: var( --lfw-rose-deep );
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.17em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.lush-home-v3 h1,
.lush-home-v3 h2,
.lush-home-v3 h3,
.lush-home-v3 p {
	margin-top: 0;
}

.lush-home-v3 h2 {
	font-size: clamp( 2.5rem, 4.1vw, 4.5rem );
	line-height: 1.01;
}

.lush-home-v3 h3 {
	font-size: clamp( 1.45rem, 2vw, 2rem );
	line-height: 1.08;
}

.lfw-heading {
	margin-bottom: clamp( 42px, 5vw, 68px );
}

.lfw-heading h2 {
	margin-bottom: 0;
	max-width: 780px;
}

.lfw-heading--split {
	align-items: end;
	display: grid;
	gap: 60px;
	grid-template-columns: minmax( 0, 1.3fr ) minmax( 260px, 0.7fr );
}

.lfw-heading--split > p {
	color: var( --lfw-ink-soft );
	font-size: 1rem;
	margin: 0 0 8px;
	max-width: 430px;
}

.lfw-heading--center {
	margin-inline: auto;
	max-width: 820px;
	text-align: center;
}

.lfw-button {
	align-items: center;
	background: var( --lfw-ink );
	border: 1px solid var( --lfw-ink );
	border-radius: 3px;
	color: var( --lfw-paper ) !important;
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.1em;
	min-height: 52px;
	padding: 15px 25px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.lfw-button:hover,
.lfw-button:focus {
	background: var( --lfw-rose-deep );
	border-color: var( --lfw-rose-deep );
	transform: translateY( -2px );
}

.lfw-link {
	color: var( --lfw-ink ) !important;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.085em;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-transform: uppercase;
	text-underline-offset: 5px;
}

.lfw-link--light {
	color: #fff !important;
}

.lfw-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.lfw-hero {
	background: #352d29;
	min-height: clamp( 620px, 70vh, 760px );
	overflow: hidden;
	position: relative;
}

.lfw-hero__media,
.lfw-hero__media img,
.lfw-hero__shade {
	inset: 0;
	position: absolute;
}

.lfw-hero__media img {
	background: #352d29;
	height: 100%;
	object-fit: cover;
	object-position: 53% center;
	width: 100%;
}

.lfw-hero__shade {
	background: linear-gradient( 90deg, rgba( 21, 18, 16, 0.82 ) 0%, rgba( 21, 18, 16, 0.58 ) 38%, rgba( 21, 18, 16, 0.12 ) 74%, rgba( 21, 18, 16, 0.02 ) 100% );
}

.lfw-hero__inner {
	align-items: center;
	display: flex;
	min-height: clamp( 620px, 70vh, 760px );
	position: relative;
	z-index: 2;
}

.lfw-hero__copy {
	color: rgba( 255, 255, 255, 0.9 );
	max-width: 740px;
	padding-block: 82px;
}

.lfw-hero .lfw-kicker {
	color: #eadac5;
}

.lfw-hero h1 {
	color: #fff;
	font-size: clamp( 3.7rem, 5.2vw, 5.6rem );
	letter-spacing: -0.052em;
	line-height: 0.97;
	margin: 0 0 28px;
	max-width: 760px;
}

.lfw-hero__lede {
	font-size: clamp( 1.06rem, 1.35vw, 1.24rem );
	line-height: 1.65;
	margin-bottom: 34px;
	max-width: 640px;
}

.lfw-hero .lfw-button {
	background: #fff;
	border-color: #fff;
	color: var( --lfw-ink ) !important;
}

.lfw-hero .lfw-button:hover,
.lfw-hero .lfw-button:focus {
	background: var( --lfw-champagne );
	border-color: var( --lfw-champagne );
}

.lfw-proof {
	background: var( --lfw-paper );
	border-bottom: 1px solid var( --lfw-line );
}

.lfw-proof__grid {
	display: grid;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
}

.lfw-proof p {
	border-right: 1px solid var( --lfw-line );
	margin: 0;
	padding: 25px 34px;
}

.lfw-proof p:first-child {
	border-left: 1px solid var( --lfw-line );
}

.lfw-proof strong,
.lfw-proof span {
	display: block;
}

.lfw-proof strong {
	font-family: Fraunces, Georgia, serif;
	font-size: 1.05rem;
	font-weight: 500;
}

.lfw-proof span {
	color: var( --lfw-ink-soft );
	font-size: 0.78rem;
	line-height: 1.45;
	margin-top: 3px;
}

.lfw-services {
	background: var( --lfw-paper );
}

.lfw-service-editorial {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax( 0, 1.25fr ) minmax( 390px, 0.75fr );
}

.lfw-service-feature,
.lfw-service-card,
.lfw-service-more a {
	color: var( --lfw-ink ) !important;
	overflow: hidden;
	text-decoration: none;
}

.lush-premium-light a.lfw-service-feature,
.lush-premium-light a.lfw-service-card,
.lush-premium-light .lfw-service-more a,
.lush-premium-light a.lfw-service-feature:hover,
.lush-premium-light a.lfw-service-card:hover,
.lush-premium-light .lfw-service-more a:hover {
	text-decoration: none;
}

.lfw-service-feature {
	background: #40362f;
	min-height: 680px;
	position: relative;
}

.lfw-service-feature > img,
.lfw-service-feature__shade {
	inset: 0;
	position: absolute;
}

.lfw-service-feature > img {
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
	width: 100%;
}

.lfw-service-feature__shade {
	background: linear-gradient( 0deg, rgba( 24, 20, 18, 0.82 ), rgba( 24, 20, 18, 0.05 ) 66% );
}

.lfw-service-feature__copy {
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	max-width: 650px;
	padding: clamp( 30px, 5vw, 58px );
	position: absolute;
	z-index: 2;
}

.lfw-service-feature small,
.lfw-service-card small,
.lfw-service-more small {
	display: block;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.lfw-service-feature strong {
	display: block;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp( 2.35rem, 4vw, 4rem );
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1;
	margin-bottom: 16px;
}

.lfw-service-feature__copy > span {
	display: block;
	font-size: 0.96rem;
	line-height: 1.6;
	margin-bottom: 22px;
	max-width: 520px;
}

.lfw-service-feature b,
.lfw-service-more b {
	font-size: 0.72rem;
	letter-spacing: 0.09em;
	text-decoration: underline;
	text-transform: uppercase;
	text-underline-offset: 5px;
}

.lfw-service-feature:hover > img,
.lfw-service-feature:focus > img,
.lfw-service-card:hover img,
.lfw-service-card:focus img,
.lfw-service-more a:hover img,
.lfw-service-more a:focus img {
	transform: scale( 1.025 );
}

.lfw-service-stack {
	display: grid;
	gap: 22px;
	grid-template-rows: repeat( 2, minmax( 0, 1fr ) );
}

.lfw-service-card {
	background: var( --lfw-ivory );
	display: grid;
	grid-template-columns: minmax( 160px, 0.9fr ) minmax( 190px, 1.1fr );
	min-height: 329px;
}

.lfw-service-card__media {
	background: #e9e2da;
	display: block;
	overflow: hidden;
}

.lfw-service-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
	width: 100%;
}

.lfw-service-card__copy {
	align-self: center;
	display: block;
	padding: 30px;
}

.lfw-service-card__copy strong,
.lfw-service-more strong {
	display: block;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp( 1.55rem, 2vw, 2.15rem );
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.06;
}

.lfw-service-card__copy > span {
	color: var( --lfw-ink-soft );
	display: block;
	font-size: 0.88rem;
	line-height: 1.55;
	margin-top: 12px;
}

.lfw-service-more {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	margin-top: 22px;
}

.lfw-service-more a {
	background: var( --lfw-ivory );
	display: grid;
	grid-template-columns: minmax( 190px, 0.8fr ) minmax( 230px, 1.2fr );
	min-height: 245px;
}

.lfw-service-more img {
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
	width: 100%;
}

.lfw-service-more a > span {
	align-self: center;
	display: block;
	padding: 32px;
}

.lfw-service-more b {
	display: block;
	margin-top: 18px;
}

.lfw-gallery-band {
	background: var( --lfw-ink );
	color: #fff;
	padding-block: 78px 0;
}

.lfw-gallery-band__heading {
	align-items: end;
	display: flex;
	justify-content: space-between;
	padding-bottom: 46px;
}

.lfw-gallery-band .lfw-kicker {
	color: var( --lfw-champagne );
}

.lfw-gallery-band h2 {
	color: #fff;
	font-size: clamp( 2.4rem, 4vw, 4.2rem );
	margin: 0;
	max-width: 760px;
}

.lfw-gallery-band .lfw-link {
	color: #fff !important;
	margin-bottom: 8px;
}

.lfw-gallery-band__grid {
	display: grid;
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
}

.lfw-gallery-band__grid img {
	aspect-ratio: 1 / 0.82;
	border-radius: 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lfw-process {
	background: var( --lfw-ivory );
}

.lfw-process__grid {
	border-bottom: 1px solid var( --lfw-line );
	border-top: 1px solid var( --lfw-line );
	display: grid;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
}

.lfw-process article {
	border-right: 1px solid var( --lfw-line );
	padding: clamp( 30px, 4vw, 52px );
}

.lfw-process article:last-child {
	border-right: 0;
}

.lfw-process article > span {
	color: var( --lfw-rose-deep );
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin-bottom: 32px;
}

.lfw-process h3 {
	margin-bottom: 14px;
}

.lfw-process article p {
	color: var( --lfw-ink-soft );
	font-size: 0.92rem;
	line-height: 1.62;
	margin-bottom: 0;
}

.lfw-stories {
	background: var( --lfw-paper );
}

.lfw-stories__grid {
	display: grid;
	gap: 26px;
	grid-template-columns: 1fr;
}

.lfw-story {
	background: var( --lfw-ivory );
	border: 1px solid var( --lfw-line );
	overflow: hidden;
}

.lfw-story img {
	border-radius: 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lfw-story > div {
	align-self: center;
	padding: clamp( 34px, 4vw, 56px );
}

.lfw-story h2 {
	font-size: clamp( 2.35rem, 3.5vw, 3.75rem );
	margin-bottom: 22px;
	max-width: 650px;
}

.lfw-story p:not( .lfw-kicker ) {
	color: var( --lfw-ink-soft );
	font-size: 0.95rem;
	line-height: 1.72;
}

.lfw-story--founder {
	display: grid;
	grid-template-columns: minmax( 390px, 0.9fr ) minmax( 0, 1.1fr );
	min-height: 520px;
}

.lfw-story--founder img {
	aspect-ratio: 1 / 1;
	align-self: center;
	max-height: 520px;
	object-position: center;
}

.lfw-story--petal {
	display: grid;
	grid-template-columns: minmax( 0, 1.15fr ) minmax( 360px, 0.85fr );
	min-height: 390px;
}

.lfw-story--petal img {
	object-position: center;
}

.lfw-inquiry {
	background: #e9dfd9;
}

.lfw-inquiry__grid {
	align-items: start;
	display: grid;
	gap: clamp( 48px, 7vw, 96px );
	grid-template-columns: minmax( 300px, 0.75fr ) minmax( 560px, 1.25fr );
}

.lfw-inquiry__copy {
	padding-top: 24px;
	position: sticky;
	top: 130px;
}

.lfw-inquiry__copy h2 {
	font-size: clamp( 2.7rem, 4.5vw, 4.7rem );
	margin-bottom: 25px;
}

.lfw-contact .lfw-inquiry__copy h1 {
	font-size: clamp( 3rem, 4.8vw, 5rem );
	line-height: 0.98;
	margin: 0 0 26px;
}

.lfw-contact .lfw-inquiry__form {
	min-width: 0;
}

.lfw-inquiry__copy > p:not( .lfw-kicker ):not( .lfw-inquiry__contact ) {
	color: var( --lfw-ink-soft );
	font-size: 1rem;
}

.lfw-inquiry__copy ul {
	border-top: 1px solid rgba( 36, 33, 31, 0.18 );
	list-style: none;
	margin: 30px 0;
	padding: 0;
}

.lfw-inquiry__copy li {
	border-bottom: 1px solid rgba( 36, 33, 31, 0.18 );
	font-size: 0.88rem;
	font-weight: 600;
	padding: 11px 0;
}

.lfw-inquiry__contact a {
	color: var( --lfw-ink ) !important;
	font-weight: 600;
}

.lfw-inquiry__form {
	background: var( --lfw-paper );
	box-shadow: var( --lfw-shadow );
	padding: clamp( 32px, 5vw, 58px );
}

.lfw-inquiry__form .wpcf7 form {
	display: block;
}

.lush-form-shell .wpcf7 form {
	display: block;
}

.lush-form-shell .lush-inquiry-form {
	width: 100%;
}

.lush-form-shell .lush-form-grid > p,
.lfw-inquiry__form .lush-form-grid > p {
	min-width: 0;
}

.lfw-inquiry__form .lush-inquiry-form {
	width: 100%;
}

.lfw-inquiry__form .lush-inquiry-form .lush-form-grid {
	gap: 18px;
	margin-bottom: 16px;
}

.lfw-inquiry__form .lush-inquiry-form .lush-form-grid > p {
	margin: 0;
}

.lfw-inquiry__form .lush-inquiry-form > p {
	margin: 0 0 16px;
}

.lfw-inquiry__form .lush-inquiry-form label {
	color: var( --lfw-ink );
	font-size: 0.71rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin-bottom: 0;
	text-transform: uppercase;
}

.lfw-inquiry__form .lush-inquiry-form label > br {
	display: none;
}

.lfw-inquiry__form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 7px;
	width: 100%;
}

.lfw-inquiry__form input[type="text"],
.lfw-inquiry__form input[type="email"],
.lfw-inquiry__form input[type="tel"],
.lfw-inquiry__form input[type="date"],
.lfw-inquiry__form select,
.lfw-inquiry__form textarea {
	background: #fff;
	border: 1px solid rgba( 36, 33, 31, 0.22 );
	border-radius: 0;
	box-sizing: border-box;
	color: var( --lfw-ink );
	font-size: 0.95rem;
	min-height: 50px;
	padding: 12px 14px;
	width: 100%;
}

.lfw-inquiry__form textarea {
	height: 130px;
	min-height: 130px;
	resize: vertical;
}

.lfw-inquiry__form .lush-form-options {
	border-color: rgba( 36, 33, 31, 0.2 );
	margin-bottom: 16px;
	padding: 18px 20px;
}

.lfw-inquiry__form .lush-form-options legend {
	font-family: Manrope, sans-serif;
}

.lfw-inquiry__form .lush-form-options .wpcf7-checkbox {
	display: grid;
	gap: 7px 20px;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
}

.lfw-inquiry__form .lush-form-options .wpcf7-list-item {
	margin: 0;
}

.lfw-inquiry__form .lush-form-options label,
.lfw-inquiry__form .wpcf7-acceptance label {
	font-size: 0.79rem;
	line-height: 1.45;
	margin: 0;
}

.lfw-inquiry__form input[type="checkbox"] {
	accent-color: var( --lfw-rose-deep );
	height: 16px;
	margin-right: 6px;
	width: 16px;
}

.lfw-inquiry__form input[type="submit"] {
	margin-top: 14px;
	min-width: 210px;
}

.lush-premium-light .lush-footer-cta {
	background: #eadfd8;
}

.lush-premium-light .lush-footer-main,
.lush-premium-light .lush-footer-bottom {
	background: var( --lfw-ink );
}

@media ( max-width: 1100px ) {
	.lfw-service-editorial {
		grid-template-columns: minmax( 0, 1.1fr ) minmax( 330px, 0.9fr );
	}

	.lfw-service-card {
		grid-template-columns: 1fr;
	}

	.lfw-service-card__media {
		min-height: 170px;
	}

	.lfw-service-card__copy {
		padding: 24px;
	}

	.lfw-inquiry__grid {
		grid-template-columns: minmax( 270px, 0.7fr ) minmax( 500px, 1.3fr );
	}
}

@media ( max-width: 900px ) {
	.lfw-shell {
		padding-inline: 26px;
	}

	.lfw-heading--split,
	.lfw-service-editorial,
	.lfw-stories__grid,
	.lfw-inquiry__grid {
		grid-template-columns: 1fr;
	}

	.lfw-heading--split {
		gap: 18px;
	}

	.lfw-service-feature {
		min-height: 560px;
	}

	.lfw-service-stack {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
		grid-template-rows: none;
	}

	.lfw-service-more a {
		grid-template-columns: 160px 1fr;
	}

	.lfw-story--petal {
		grid-template-columns: 1fr 0.75fr;
		grid-template-rows: none;
	}

	.lfw-inquiry__copy {
		padding-top: 0;
		position: static;
	}

	.lfw-inquiry__form {
		max-width: 760px;
	}

	.lush-service-hero .lush-split {
		grid-template-columns: 1fr;
	}
}

@media ( max-width: 700px ) {
	.lfw-section {
		padding-block: 58px;
	}

	.lush-service-hero {
		padding-block: 52px;
	}

	.lush-service-hero h1 {
		font-size: clamp( 2.75rem, 13vw, 3.65rem );
	}

	.lfw-shell {
		padding-inline: 20px;
	}

	.lush-home-v3 h2 {
		font-size: clamp( 2.25rem, 11vw, 3.25rem );
	}

	.lfw-hero,
	.lfw-hero__inner {
		min-height: 680px;
	}

	.lfw-hero__media img {
		object-position: center 26%;
	}

	.lfw-hero__shade {
		background: linear-gradient( 0deg, rgba( 22, 18, 17, 0.9 ) 0%, rgba( 22, 18, 17, 0.52 ) 52%, rgba( 22, 18, 17, 0.06 ) 82% );
	}

	.lfw-hero__inner {
		align-items: flex-end;
	}

	.lfw-hero__copy {
		padding-block: 64px 54px;
	}

	.lfw-hero h1 {
		font-size: clamp( 3rem, 15vw, 4.35rem );
		line-height: 0.95;
		margin-bottom: 20px;
	}

	.lfw-hero__lede {
		font-size: 0.98rem;
		line-height: 1.55;
		margin-bottom: 25px;
	}

	.lfw-proof__grid,
	.lfw-service-stack,
	.lfw-service-more,
	.lfw-process__grid {
		grid-template-columns: 1fr;
	}

	.lfw-proof p,
	.lfw-proof p:first-child {
		border: 0;
		border-bottom: 1px solid var( --lfw-line );
		padding: 17px 0;
	}

	.lfw-proof p:last-child {
		border-bottom: 0;
	}

	.lfw-heading {
		margin-bottom: 34px;
	}

	.lfw-service-feature {
		min-height: 500px;
	}

	.lfw-service-feature__copy {
		padding: 28px;
	}

	.lfw-service-feature strong {
		font-size: 2.55rem;
	}

	.lfw-service-stack {
		gap: 18px;
	}

	.lfw-service-card {
		grid-template-columns: 42% 58%;
		min-height: 210px;
	}

	.lfw-service-card__media {
		min-height: 210px;
	}

	.lfw-service-card__copy {
		padding: 20px;
	}

	.lfw-service-card__copy strong {
		font-size: 1.5rem;
	}

	.lfw-service-card__copy > span {
		font-size: 0.78rem;
	}

	.lfw-service-more {
		gap: 18px;
	}

	.lfw-service-more a {
		grid-template-columns: 42% 58%;
		min-height: 200px;
	}

	.lfw-service-more a > span {
		padding: 20px;
	}

	.lfw-service-more strong {
		font-size: 1.5rem;
	}

	.lfw-gallery-band {
		padding-top: 58px;
	}

	.lfw-gallery-band__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
		padding-bottom: 32px;
	}

	.lfw-gallery-band h2 {
		font-size: 2.65rem;
	}

	.lfw-gallery-band__grid {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}

	.lfw-gallery-band__grid img {
		aspect-ratio: 1 / 1;
	}

	.lfw-heading--center {
		text-align: left;
	}

	.lfw-process__grid {
		border-bottom: 0;
	}

	.lfw-process article,
	.lfw-process article:last-child {
		border-bottom: 1px solid var( --lfw-line );
		border-right: 0;
		padding: 28px 4px;
	}

	.lfw-process article > span {
		margin-bottom: 16px;
	}

	.lfw-story--founder,
	.lfw-story--petal {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		min-height: 0;
	}

	.lfw-story--founder img {
		aspect-ratio: 4 / 4.6;
	}

	.lfw-story--petal img {
		aspect-ratio: 16 / 10;
	}

	.lfw-story > div {
		padding: 30px 26px 36px;
	}

	.lfw-story h2 {
		font-size: 2.6rem;
	}

	.lfw-inquiry__copy h2 {
		font-size: 3rem;
	}

	.lfw-contact .lfw-inquiry__copy h1 {
		font-size: 3.2rem;
	}

	.lfw-inquiry__form {
		padding: 28px 20px;
	}

	.lfw-inquiry__form .lush-inquiry-form .lush-form-grid {
		gap: 14px;
		margin-bottom: 14px;
	}

	.lfw-inquiry__form .lush-inquiry-form .lush-form-grid > p {
		margin: 0;
	}

	.lfw-inquiry__form .lush-inquiry-form > p {
		margin-bottom: 14px;
	}

	.lfw-inquiry__form .lush-inquiry-form label {
		margin-bottom: 0;
	}

	.lfw-inquiry__form .lush-inquiry-form label > br {
		display: none;
	}

	.lfw-inquiry__form .wpcf7-form-control-wrap {
		margin-top: 6px;
	}

	.lfw-inquiry__form .lush-inquiry-form .lush-form-grid--two,
	.lfw-inquiry__form .lush-form-options .wpcf7-checkbox {
		grid-template-columns: 1fr;
	}

	.lfw-inquiry__form input[type="submit"] {
		width: 100%;
	}
}

@media ( max-width: 430px ) {
	.lfw-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.lfw-button {
		width: 100%;
	}

	.lfw-service-card,
	.lfw-service-more a {
		grid-template-columns: 1fr;
	}

	.lfw-service-card__media,
	.lfw-service-more img {
		aspect-ratio: 16 / 10;
		height: auto;
		min-height: 0;
	}
}

/* Rich service and location page system */

.lush-rich-page {
	background: var( --lfw-ivory );
}

.lush-rich-section {
	padding-block: clamp( 72px, 8vw, 116px );
}

.lush-rich-section--paper {
	background: var( --lfw-paper );
}

.lush-rich-section--blush {
	background: #eadfd8;
}

.lush-rich-section--ink {
	background: var( --lfw-ink );
	color: #fff;
}

.lush-rich-heading {
	margin-bottom: clamp( 36px, 5vw, 62px );
	max-width: 820px;
}

.lush-rich-heading h2,
.lush-rich-cta h2,
.lush-form-intro > div > h2 {
	font-size: clamp( 2.55rem, 4.6vw, 4.85rem );
	letter-spacing: -0.045em;
	line-height: 0.99;
	margin-bottom: 22px;
}

.lush-rich-heading > p:not( .lush-eyebrow ),
.lush-rich-cta p,
.lush-form-intro > div > p:not( .lush-eyebrow ) {
	color: var( --lfw-ink-soft );
	font-size: 1rem;
	line-height: 1.7;
}

.lush-rich-hero {
	background: #eadfd8;
	padding-block: clamp( 54px, 7vw, 92px );
}

.lush-rich-hero--sage {
	background: #e4e7e1;
}

.lush-rich-hero--ink {
	background: var( --lfw-ink );
	color: #fff;
}

.lush-rich-hero--paper {
	background: var( --lfw-paper );
}

.lush-rich-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp( 42px, 7vw, 94px );
	grid-template-columns: minmax( 0, 0.9fr ) minmax( 420px, 1.1fr );
}

.lush-rich-hero--paper .lush-rich-hero__grid {
	grid-template-columns: minmax( 420px, 0.9fr ) minmax( 0, 1.1fr );
}

.lush-rich-hero__copy {
	min-width: 0;
}

.lush-rich-hero__copy h1 {
	font-size: clamp( 3.3rem, 5.3vw, 5.7rem );
	letter-spacing: -0.055em;
	line-height: 0.95;
	margin: 0 0 28px;
}

.lush-rich-hero__copy > p:not( .lush-eyebrow ) {
	color: var( --lfw-ink-soft );
	font-size: clamp( 1.02rem, 1.4vw, 1.2rem );
	line-height: 1.65;
	max-width: 650px;
}

.lush-rich-hero--ink .lush-rich-hero__copy h1,
.lush-rich-hero--ink .lush-rich-hero__copy > p:not( .lush-eyebrow ) {
	color: #fff;
}

.lush-rich-hero__media {
	background: #ddd4cc;
	display: block;
	margin: 0;
	overflow: hidden;
}

.lush-rich-hero__media img {
	aspect-ratio: 4 / 3;
	border-radius: 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lush-rich-hero__media--wide img {
	object-position: center;
}

.lush-rich-hero__media--portrait img {
	aspect-ratio: 4 / 4.2;
	object-position: center 38%;
}

.lush-rich-hero__media--map img {
	background: #f4f0e9;
	object-fit: contain;
	padding: 20px;
}

.lush-rental-showcase {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax( 420px, 1.08fr ) minmax( 0, 0.92fr );
}

.lush-rental-feature,
.lush-rental-grid a {
	background: var( --lfw-paper );
	color: var( --lfw-ink ) !important;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none !important;
}

.lush-rental-feature {
	min-height: 720px;
}

.lush-rental-feature > img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.lush-rental-feature::after {
	background: linear-gradient( 0deg, rgba( 24, 20, 18, 0.86 ), rgba( 24, 20, 18, 0.04 ) 68% );
	content: "";
	inset: 0;
	position: absolute;
}

.lush-rental-feature > span {
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	padding: clamp( 32px, 5vw, 58px );
	position: absolute;
	z-index: 2;
}

.lush-rental-feature small,
.lush-rental-grid small {
	display: block;
	font-size: 0.68rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.lush-rental-feature strong,
.lush-rental-grid strong {
	display: block;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp( 2.2rem, 3.5vw, 3.8rem );
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1;
}

.lush-rental-feature em {
	display: block;
	font-size: 0.92rem;
	font-style: normal;
	line-height: 1.6;
	margin-top: 16px;
	max-width: 560px;
}

.lush-rental-feature b,
.lush-rental-grid b {
	display: block;
	font-size: 0.7rem;
	letter-spacing: 0.09em;
	margin-top: 20px;
	text-decoration: underline;
	text-transform: uppercase;
	text-underline-offset: 5px;
}

.lush-rental-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
}

.lush-rental-grid a {
	display: grid;
	grid-template-rows: minmax( 210px, 1fr ) auto;
}

.lush-rental-grid img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lush-rental-grid a > span {
	display: block;
	padding: 24px;
}

.lush-rental-grid strong {
	font-size: 1.8rem;
}

.lush-rental-grid--wide {
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
}

.lush-rental-grid--wide a {
	grid-template-rows: 300px auto;
}

.lush-rental-grid--wide strong {
	font-size: 1.65rem;
}

.lush-path-grid {
	display: grid;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
}

.lush-path-grid a {
	border-left: 1px solid rgba( 255, 255, 255, 0.2 );
	color: #fff !important;
	display: block;
	min-height: 190px;
	padding: clamp( 28px, 4vw, 48px );
	text-decoration: none !important;
}

.lush-path-grid a:last-child {
	border-right: 1px solid rgba( 255, 255, 255, 0.2 );
}

.lush-path-grid span {
	color: var( --lfw-champagne );
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.lush-path-grid strong {
	display: block;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp( 1.55rem, 2.2vw, 2.3rem );
	font-weight: 500;
	line-height: 1.08;
}

.lush-rich-cta {
	align-items: center;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax( 0, 1fr ) auto;
}

.lush-rich-cta > div {
	max-width: 800px;
}

.lush-moodboard,
.lush-image-ribbon {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
}

.lush-moodboard figure {
	margin: 0;
}

.lush-moodboard img,
.lush-image-ribbon img {
	aspect-ratio: 1 / 1.1;
	border-radius: 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lush-moodboard figcaption,
.lush-image-ribbon span {
	color: var( --lfw-ink );
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	padding-top: 13px;
	text-transform: uppercase;
}

.lush-image-ribbon a {
	color: var( --lfw-ink ) !important;
	text-decoration: none !important;
}

.lush-image-ribbon--three {
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
}

.lush-image-ribbon--three img {
	aspect-ratio: 4 / 3;
}

.lush-detail-grid {
	display: grid;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
}

.lush-detail-grid article {
	border: 1px solid var( --lfw-line );
	margin: -1px 0 0 -1px;
	padding: clamp( 28px, 4vw, 48px );
}

.lush-detail-grid article > span {
	align-items: center;
	border: 1px solid var( --lfw-line );
	border-radius: 50%;
	color: var( --lfw-rose-deep );
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 700;
	height: 42px;
	justify-content: center;
	letter-spacing: 0.06em;
	margin-bottom: 30px;
	width: 42px;
}

.lush-detail-grid h3 {
	font-size: clamp( 1.55rem, 2.1vw, 2.15rem );
	margin-bottom: 14px;
}

.lush-detail-grid p {
	color: var( --lfw-ink-soft );
	font-size: 0.9rem;
	line-height: 1.65;
	margin: 0;
}

.lush-detail-grid--four {
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
}

.lush-detail-grid--three {
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
}

.lush-detail-grid--compact {
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	margin-top: 30px;
}

.lush-detail-grid--compact article {
	padding: 24px;
}

.lush-rich-split {
	align-items: center;
	display: grid;
	gap: clamp( 44px, 8vw, 100px );
	grid-template-columns: minmax( 380px, 0.9fr ) minmax( 0, 1.1fr );
}

.lush-rich-split > img,
.lush-petal-photo img {
	aspect-ratio: 4 / 3;
	border-radius: 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lush-petal-photo {
	margin: 0;
}

.lush-petal-photo img {
	object-position: 63% 40%;
}

.lush-rich-split h2 {
	font-size: clamp( 2.6rem, 4.4vw, 4.7rem );
	letter-spacing: -0.045em;
	line-height: 1;
}

.lush-inline-links {
	border-top: 1px solid var( --lfw-line );
	display: grid;
	margin-top: 34px;
}

.lush-inline-links a {
	border-bottom: 1px solid var( --lfw-line );
	color: var( --lfw-ink ) !important;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	padding: 13px 0;
	text-transform: uppercase;
}

.lush-number-list {
	counter-reset: lush-step;
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

.lush-number-list li {
	border-top: 1px solid var( --lfw-line );
	counter-increment: lush-step;
	display: grid;
	gap: 18px;
	grid-template-columns: 34px minmax( 140px, 0.65fr ) minmax( 0, 1.35fr );
	padding: 16px 0;
}

.lush-number-list li::before {
	color: var( --lfw-rose-deep );
	content: counter( lush-step, decimal-leading-zero );
	font-size: 0.7rem;
	font-weight: 700;
}

.lush-number-list strong {
	font-family: Fraunces, Georgia, serif;
	font-size: 1.15rem;
	font-weight: 500;
}

.lush-number-list span {
	color: var( --lfw-ink-soft );
	font-size: 0.86rem;
	line-height: 1.55;
}

.lush-form-intro {
	align-items: start;
	display: grid;
	gap: clamp( 42px, 7vw, 84px );
	grid-template-columns: minmax( 280px, 0.7fr ) minmax( 520px, 1.3fr );
}

.lush-form-intro > div {
	padding-top: 20px;
	position: sticky;
	top: 130px;
}

.lush-city-groups {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
}

.lush-city-groups section {
	border: 1px solid var( --lfw-line );
	margin: -1px 0 0 -1px;
	padding: clamp( 28px, 4vw, 46px );
}

.lush-city-groups h3 {
	font-size: 1.65rem;
	margin-bottom: 24px;
}

.lush-city-groups ul {
	column-count: 2;
	column-gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lush-city-groups li {
	border-bottom: 1px solid rgba( 36, 33, 31, 0.1 );
	break-inside: avoid;
	font-size: 0.85rem;
	padding: 8px 0;
}

.lush-wedding-hero {
	background: var( --lfw-ink );
	min-height: 720px;
	overflow: hidden;
	position: relative;
}

.lush-wedding-hero picture,
.lush-wedding-hero picture img,
.lush-wedding-hero__shade {
	inset: 0;
	position: absolute;
}

.lush-wedding-hero picture img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lush-wedding-hero__shade {
	background: linear-gradient( 90deg, rgba( 22, 18, 17, 0.84 ), rgba( 22, 18, 17, 0.34 ) 60%, rgba( 22, 18, 17, 0.08 ) );
}

.lush-wedding-hero__copy {
	color: #fff;
	padding-block: 130px;
	position: relative;
	z-index: 2;
}

.lush-wedding-hero__copy h1 {
	color: #fff;
	font-size: clamp( 3.8rem, 6vw, 6.4rem );
	letter-spacing: -0.055em;
	line-height: 0.94;
	margin-bottom: 26px;
	max-width: 780px;
}

.lush-wedding-hero__copy > p:not( .lush-eyebrow ) {
	font-size: 1.08rem;
	line-height: 1.65;
	max-width: 620px;
}

/* One CF7 rhythm and containment system for every page */

.lush-premium-light .wpcf7,
.lush-premium-light .wpcf7 form,
.lush-premium-light .lush-inquiry-form,
.lush-premium-light .lush-form-grid,
.lush-premium-light .wpcf7-form-control-wrap {
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.lush-premium-light .lush-inquiry-form .lush-form-grid {
	display: grid;
	gap: 16px;
	margin: 0 0 16px;
}

.lush-premium-light .lush-inquiry-form .lush-form-grid > p,
.lush-premium-light .lush-inquiry-form > p {
	min-width: 0;
}

.lush-premium-light .lush-inquiry-form .lush-form-grid > p {
	margin: 0;
}

.lush-premium-light .lush-inquiry-form > p {
	margin: 0 0 16px;
}

.lush-premium-light .lush-inquiry-form label {
	display: block;
	margin: 0;
}

.lush-premium-light .lush-inquiry-form label > br {
	display: none;
}

.lush-premium-light .lush-inquiry-form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 7px;
}

.lush-premium-light .lush-inquiry-form input:not( [type="submit"] ):not( [type="checkbox"] ):not( [type="radio"] ),
.lush-premium-light .lush-inquiry-form select,
.lush-premium-light .lush-inquiry-form textarea {
	box-sizing: border-box;
	display: block;
	inline-size: 100%;
	max-inline-size: 100%;
	min-inline-size: 0;
}

.lush-premium-light .lush-inquiry-form input[type="date"] {
	-webkit-appearance: none;
	appearance: none;
	min-width: 0;
	width: 100%;
}

@media ( max-width: 1000px ) {
	.lush-rich-hero__grid,
	.lush-rich-hero--paper .lush-rich-hero__grid,
	.lush-rental-showcase,
	.lush-rich-split,
	.lush-form-intro {
		grid-template-columns: 1fr;
	}

	.lush-rental-grid--wide {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}

	.lush-form-intro > div {
		padding-top: 0;
		position: static;
	}
}

@media ( max-width: 700px ) {
	.lush-rich-section {
		padding-block: 58px;
	}

	.lush-rich-hero {
		padding-block: 44px 56px;
	}

	.lush-rich-hero__grid,
	.lush-rich-hero--paper .lush-rich-hero__grid {
		gap: 34px;
	}

	.lush-rich-hero__copy h1 {
		font-size: clamp( 2.8rem, 13vw, 3.75rem );
	}

	.lush-rich-hero__media,
	.lush-rich-hero--paper .lush-rich-hero__media {
		grid-row: auto;
	}

	.lush-rich-hero--paper .lush-rich-hero__copy {
		grid-row: 1;
	}

	.lush-rich-hero--paper .lush-rich-hero__media {
		grid-row: 2;
	}

	.lush-rich-hero__media img,
	.lush-rich-hero__media--portrait img {
		aspect-ratio: 4 / 3;
		height: auto;
		object-position: center 38%;
	}

	.lush-rental-feature {
		min-height: 520px;
	}

	.lush-rental-grid,
	.lush-rental-grid--wide,
	.lush-path-grid,
	.lush-moodboard,
	.lush-image-ribbon,
	.lush-image-ribbon--three,
	.lush-detail-grid,
	.lush-detail-grid--four,
	.lush-detail-grid--three,
	.lush-detail-grid--compact,
	.lush-city-groups {
		grid-template-columns: 1fr;
	}

	.lush-rental-grid a,
	.lush-rental-grid--wide a {
		grid-template-columns: 42% 58%;
		grid-template-rows: none;
		min-height: 210px;
	}

	.lush-rental-grid img,
	.lush-rental-grid--wide img {
		min-height: 210px;
	}

	.lush-path-grid a,
	.lush-path-grid a:last-child {
		border-bottom: 1px solid rgba( 255, 255, 255, 0.2 );
		border-left: 0;
		border-right: 0;
		min-height: 0;
	}

	.lush-rich-cta {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.lush-rich-cta .lush-button {
		width: 100%;
	}

	.lush-moodboard,
	.lush-image-ribbon,
	.lush-image-ribbon--three {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}

	.lush-moodboard img,
	.lush-image-ribbon img,
	.lush-image-ribbon--three img {
		aspect-ratio: 1 / 1;
	}

	.lush-detail-grid article {
		margin-left: 0;
	}

	.lush-rich-split {
		gap: 34px;
	}

	.lush-rich-split > img,
	.lush-petal-photo img {
		aspect-ratio: 4 / 3;
		height: auto;
	}

	.lush-petal-photo img {
		object-position: 63% 34%;
	}

	.lush-number-list li {
		grid-template-columns: 30px 1fr;
	}

	.lush-number-list span {
		grid-column: 2;
	}

	.lush-city-groups ul {
		column-count: 1;
	}

	.lush-wedding-hero {
		min-height: 690px;
	}

	.lush-wedding-hero picture img {
		object-position: center;
	}

	.lush-wedding-hero__shade {
		background: linear-gradient( 0deg, rgba( 22, 18, 17, 0.9 ), rgba( 22, 18, 17, 0.2 ) 78% );
	}

	.lush-wedding-hero__copy {
		padding-block: 270px 60px;
	}

	.lush-wedding-hero__copy h1 {
		font-size: clamp( 3rem, 14vw, 4.15rem );
	}

	.lfw-story--founder img,
	.lfw-story--petal img {
		aspect-ratio: 4 / 3;
		height: auto;
		max-height: none;
	}

	.lfw-story--founder img {
		object-position: center 38%;
	}

	.lfw-story--petal img {
		object-position: 63% 34%;
	}

	.lfw-story > div {
		padding-top: 38px;
	}

	.lush-premium-light .lush-inquiry-form .lush-form-grid {
		gap: 14px;
		margin-bottom: 14px;
	}

	.lush-premium-light .lush-inquiry-form .lush-form-grid--two {
		grid-template-columns: 1fr;
	}

	.lush-premium-light .lush-inquiry-form > p {
		margin-bottom: 14px;
	}

	.lush-form-shell {
		min-width: 0;
		padding: 26px 18px;
	}
}

@media ( prefers-reduced-motion: reduce ) {
	.lfw-service-feature > img,
	.lfw-service-card img,
	.lfw-service-more img {
		transition: none;
	}
}
