:root {
	--lwa-ink: #363636;
	--lwa-graphite: #4c4c4c;
	--lwa-muted: #706a62;
	--lwa-soft: #f7f5f1;
	--lwa-cream: #fbfaf8;
	--lwa-white: #ffffff;
	--lwa-line: #dfd6c9;
	--lwa-gold: #c9ae88;
	--lwa-gold-deep: #9a7443;
	--lwa-sage: #565656;
	--lwa-sage-soft: #e7eee9;
	--lwa-pastel: #efe7d8;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--lwa-cream);
	color: var(--lwa-ink);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	margin: 0;
}

body.home,
body.page-template-TEMPLATE-homepage,
body.page-template-TEMPLATE-service {
	background: var(--lwa-cream);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--lwa-ink);
	font-family: "Lora", Georgia, serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0;
}

p {
	margin: 0 0 18px;
}

p:last-child {
	margin-bottom: 0;
}

ul,
ol {
	padding-left: 22px;
}

.site-shell {
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 30px;
	width: 100%;
}

.rich-text {
	color: inherit;
}

.rich-text a {
	color: var(--lwa-gold-deep);
	font-weight: 700;
}

.button,
.gform_button,
input[type="submit"],
button[type="submit"] {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 50px 8px 50px 50px;
	cursor: pointer;
	display: inline-flex;
	font-family: "Lora", Georgia, serif;
	font-size: 18px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.2;
	min-height: 42px;
	padding: 10px 14px 10px 20px;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible,
.gform_button:hover,
.gform_button:focus-visible,
input[type="submit"]:hover,
input[type="submit"]:focus-visible,
button[type="submit"]:hover,
button[type="submit"]:focus-visible {
	transform: translateY(-1px);
}

.button--primary,
.button--header,
.gform_button,
input[type="submit"],
button[type="submit"] {
	background: #ffffff;
	border-color: #66666640;
	color: var(--lwa-ink);
}

.button--primary:hover,
.button--primary:focus-visible,
.button--header:hover,
.button--header:focus-visible,
.gform_button:hover,
.gform_button:focus-visible,
input[type="submit"]:hover,
input[type="submit"]:focus-visible,
button[type="submit"]:hover,
button[type="submit"]:focus-visible {
	background: #f7f4ef;
	border-color: #66666666;
	color: var(--lwa-ink);
}

.button--secondary,
.button--light {
	background: #ffffff;
	border-color: #66666640;
	color: var(--lwa-ink);
}

.button--secondary:hover,
.button--secondary:focus-visible,
.button--light:hover,
.button--light:focus-visible {
	background: #f7f4ef;
	border-color: #66666666;
	color: var(--lwa-ink);
}

.button:not(.button--with-icon)::after,
.site-footer__cta-button::after {
	align-items: center;
	background: #eae3d5;
	border: 1px solid rgba(154, 116, 67, 0.2);
	color: #1f1f1f;
	border-radius: 999px;
	content: ">";
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 900;
	height: 24px;
	justify-content: center;
	line-height: 1;
	margin-left: 10px;
	transition: background-color 180ms ease, transform 180ms ease;
	width: 24px;
}

.button:not(.button--with-icon):hover::after,
.button:not(.button--with-icon):focus-visible::after,
.site-footer__cta-button:hover::after,
.site-footer__cta-button:focus-visible::after {
	background: #eae3d5;
	transform: translateX(2px);
}

.site-header {
	background: rgba(251, 250, 248, 0.94);
	border-bottom: 1px solid rgba(154, 116, 67, 0.18);
	position: sticky;
	top: 0;
	z-index: 50;
}

.site-header::after {
	background: var(--lwa-gold);
	bottom: -1px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 156px;
}

.site-header__inner {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: auto 1fr auto;
	min-height: 104px;
}

.site-logo,
.site-footer__logo {
	align-items: center;
	display: inline-flex;
	text-decoration: none;
}

.site-logo img {
	height: 86px;
	max-width: 250px;
	object-fit: contain;
	width: auto;
}

.site-nav {
	align-items: center;
	display: flex;
	gap: 6px;
	justify-content: center;
}

.site-nav a {
	border-radius: 8px;
	color: var(--lwa-graphite);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	padding: 12px 14px;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
	background: var(--lwa-pastel);
	color: var(--lwa-ink);
}

.site-header__actions {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: flex-end;
}

.site-header__phone {
	color: var(--lwa-ink);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.homepage-main,
.service-page-main {
	overflow: hidden;
}

.homepage-hero,
.service-hero {
	background-color: var(--lwa-soft);
	background-position: center right;
	background-size: cover;
	isolation: isolate;
	min-height: 690px;
	position: relative;
}

.homepage-hero {
	background-image: var(--hero-image);
}

.service-hero {
	background-image: var(--service-image);
	min-height: 560px;
}

.homepage-hero::before,
.service-hero::before {
	background: linear-gradient(104deg, rgba(251, 250, 248, 0.98) 0%, rgba(251, 250, 248, 0.94) 44%, rgba(251, 250, 248, 0.56) 58%, rgba(82, 107, 98, 0.18) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.homepage-hero::after,
.service-hero::after {
	background: rgba(201, 174, 136, 0.82);
	clip-path: polygon(0 80%, 100% 38%, 100% 100%, 0 100%);
	content: "";
	height: 170px;
	inset: auto 0 0;
	position: absolute;
	z-index: -1;
}

.homepage-hero__inner,
.service-hero__inner {
	align-items: center;
	display: flex;
	min-height: inherit;
	padding-bottom: 154px;
	padding-top: 94px;
}

.service-hero__inner {
	padding-bottom: 124px;
}

.homepage-hero__content,
.service-hero__copy {
	max-width: 700px;
	position: relative;
}

.homepage-hero__content::before,
.service-hero__copy::before {
	background: var(--lwa-gold);
	content: "";
	height: 100%;
	left: -28px;
	max-height: 220px;
	position: absolute;
	top: 8px;
	width: 5px;
}

.homepage-hero h1,
.service-hero h1 {
	color: var(--lwa-ink);
	font-size: clamp(40px, 5vw, 72px);
	letter-spacing: 0;
	line-height: 1.1;
	margin-bottom: 26px;
	max-width: 760px;
	text-wrap: balance;
}

.service-hero h1 {
	font-size: clamp(38px, 4.4vw, 64px);
}

.homepage-hero__intro,
.service-hero__intro {
	color: var(--lwa-graphite);
	font-size: 19px;
	font-weight: 500;
	line-height: 1.72;
	max-width: 650px;
}

.homepage-hero .button,
.service-hero .button {
	margin-top: 34px;
}

.straight-wave {
	height: 96px;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.straight-wave svg {
	display: block;
	height: 100%;
	width: 100%;
}

.straight-wave__shape {
	fill: currentColor;
}

.straight-wave--after-hero {
	background: transparent;
	color: var(--lwa-cream);
	margin-top: -96px;
	z-index: 2;
}

.straight-wave--between {
	background: var(--lwa-cream);
	color: var(--lwa-soft);
}

.straight-wave--service,
.straight-wave--service-form {
	background: transparent;
	color: var(--lwa-cream);
	margin-top: -96px;
	z-index: 2;
}

.straight-wave--service-form {
	background: var(--lwa-cream);
	color: var(--lwa-soft);
	margin-top: 0;
}

.content-section {
	padding: 112px 0;
	position: relative;
}

.content-section--about {
	background: var(--lwa-cream);
	padding-top: 86px;
}

.content-section--services {
	background: var(--lwa-soft);
}

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

.section-media {
	background: var(--lwa-white);
	border: 1px solid rgba(154, 116, 67, 0.18);
	border-radius: 8px;
	overflow: hidden;
	padding: 12px;
}

.section-media img {
	aspect-ratio: 4 / 3;
	border-radius: 6px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.section-copy h2,
.section-heading h2,
.service-form-copy h2,
.service-text-cta__copy h2 {
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.16;
	margin-bottom: 22px;
	text-wrap: balance;
}

.section-copy .rich-text,
.section-heading .rich-text,
.service-form-copy .rich-text,
.service-text-cta__copy .rich-text {
	color: var(--lwa-muted);
	font-size: 16px;
	max-width: 720px;
}

.section-copy .button {
	margin-top: 34px;
}

.section-heading {
	margin-bottom: 46px;
	max-width: 820px;
}

.services-heading-row {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	max-width: none;
}

.services-heading-row__copy {
	max-width: 820px;
}

.services-heading-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 14px;
	justify-content: flex-end;
	padding-top: 0;
}

.services-heading-actions .button {
	white-space: nowrap;
}

.services-carousel {
	--services-gap: 24px;
	--services-slide-width: clamp(300px, 27vw, 390px);
	--services-visible: 3;
	margin-right: calc(50% - 50vw);
	padding-top: 4px;
	position: relative;
	width: auto;
}

.services-carousel__viewport {
	overflow: hidden;
	padding: 4px 0 30px;
	width: 100%;
}

.services-carousel__track {
	align-items: stretch;
	display: flex;
	gap: var(--services-gap);
	transition: transform 360ms ease;
	will-change: transform;
}

.services-carousel__slide {
	flex: 0 0 var(--services-slide-width);
}

.services-carousel__slide.is-active {
	border-color: rgba(154, 116, 67, 0.42);
}

.services-carousel__controls {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	pointer-events: auto;
}

.services-carousel__button {
	align-items: center;
	background: #ffffff;
	border: 1px solid #66666640;
	border-radius: 999px;
	color: var(--lwa-ink);
	cursor: pointer;
	display: inline-flex;
	font-size: 28px;
	height: 46px;
	justify-content: center;
	line-height: 1;
	min-height: 0;
	padding: 0;
	pointer-events: auto;
	transition: background-color 180ms ease, transform 180ms ease;
	width: 46px;
}

.services-carousel__button:hover,
.services-carousel__button:focus-visible {
	background: #f7f4ef;
	border-color: #66666666;
	transform: translateY(-1px);
}

.services-carousel__button:disabled {
	cursor: default;
	opacity: 0.42;
	transform: none;
}

.service-card {
	background: var(--lwa-white);
	border: 1px solid rgba(154, 116, 67, 0.18);
	border-radius: 10px;
	color: var(--lwa-ink);
	display: flex;
	flex-direction: column;
	min-height: 360px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-decoration: none;
	transition: border-color 180ms ease, transform 180ms ease;
}

.service-card::before {
	display: none;
}

.service-card:hover,
.service-card:focus-visible,
.service-card:focus-within {
	border-color: rgba(154, 116, 67, 0.42);
	transform: translateY(-4px);
}

.service-card__image {
	aspect-ratio: 16 / 9;
	background: var(--lwa-pastel);
	flex: 0 0 auto;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

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

.service-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 24px 24px 64px;
	position: relative;
}

.service-card h3 {
	font-family: "Lora", Georgia, serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 14px;
}

.service-card__text {
	color: var(--lwa-muted);
	font-size: 15px;
	line-height: 1.65;
}

.service-card__more {
	align-items: center;
	background: #eae3d5;
	border: 1px solid rgba(154, 116, 67, 0.2);
	border-radius: 999px;
	bottom: 20px;
	color: var(--lwa-ink);
	display: inline-flex;
	font-family: "Lora", Georgia, serif;
	font-size: 16px;
	font-weight: 800;
	height: 30px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 20px;
	transition: background-color 180ms ease, transform 180ms ease;
	width: 30px;
}

.service-card:hover .service-card__more,
.service-card:focus-visible .service-card__more,
.service-card:focus-within .service-card__more {
	background: #ffffff;
	transform: translateX(2px);
}


/* Homepage services carousel card alignment */
.services-carousel .services-index-card {
	border-radius: 8px;
	min-height: 430px;
}

.services-carousel .services-index-card .service-card__image {
	aspect-ratio: 18 / 10;
}

.services-carousel .services-index-card .service-card__body {
	padding-bottom: 74px;
}

.services-carousel .service-card__text p {
	margin-bottom: 0;
}

.touch-strip {
	background: var(--lwa-soft);
	color: var(--lwa-ink);
	padding: 88px 0;
	position: relative;
}

.touch-strip--second {
	background: var(--lwa-cream);
	clip-path: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 88px 0 104px;
	z-index: 3;
}

.touch-strip--second::before {
	background: var(--lwa-cream);
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	content: "";
	height: 42px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -42px;
}

.touch-strip__inner {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.touch-strip h2 {
	font-family: "Lora", Georgia, serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 10px;
}

.touch-strip .rich-text {
	color: #5c554c;
	max-width: 700px;
}

.touch-strip__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.touch-strip__link {
	background: #ffffff;
	border: 1px solid #66666640;
	border-radius: 50px 8px 50px 50px;
	color: var(--lwa-ink);
	font-family: "Lora", Georgia, serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	min-height: 42px;
	padding: 10px 14px;
	text-decoration: none;
}

.service-detail-section {
	background: var(--lwa-cream);
	padding: 86px 0 104px;
}

.service-detail-grid {
	align-items: start;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(0, 1fr) 370px;
}

.service-detail-content {
	background: var(--lwa-white);
	border: 1px solid rgba(154, 116, 67, 0.16);
	border-radius: 8px;
	color: var(--lwa-muted);
	font-size: 16px;
	padding: 46px;
}

.service-detail-content h2,
.service-detail-content h3 {
	color: var(--lwa-ink);
	margin: 34px 0 14px;
}

.service-detail-content h2 {
	font-size: 32px;
	line-height: 1.18;
}

.service-detail-content h3 {
	font-size: 24px;
	line-height: 1.22;
}

.service-detail-content h2:first-child,
.service-detail-content h3:first-child {
	margin-top: 0;
}

.service-detail-content li {
	margin-bottom: 8px;
}

.service-contact-panel {
	background: var(--lwa-pastel);
	border: 1px solid rgba(154, 116, 67, 0.18);
	border-radius: 8px;
	padding: 30px;
	position: sticky;
	top: 128px;
}

.service-contact-panel h2 {
	font-family: "Lora", Georgia, serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.service-contact-panel .rich-text {
	color: #5c554c;
}

.service-contact-panel__links,
.service-form-copy__links {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.service-contact-panel__links {
	border-top: 1px solid rgba(154, 116, 67, 0.22);
	gap: 14px;
	margin-top: 26px;
	padding-top: 22px;
}

.service-contact-panel__link {
	align-items: center;
	color: var(--lwa-ink);
	display: grid;
	gap: 13px;
	grid-template-columns: 36px minmax(0, 1fr);
	line-height: 1.2;
	padding: 0;
	text-decoration: none;
}

.service-contact-panel__link--email {
	grid-template-columns: 36px minmax(0, 1fr);
}

.service-contact-panel__link:hover .service-contact-panel__value,
.service-contact-panel__link:focus-visible .service-contact-panel__value {
	color: #80633b;
}

.service-contact-panel__icon {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(154, 116, 67, 0.18);
	border-radius: 999px;
	color: #9a7443;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.service-contact-panel__link--phone .service-contact-panel__icon {
	height: 36px;
	width: 36px;
}

.service-contact-panel__icon svg {
	height: 18px;
	width: 18px;
}

.service-contact-panel__icon path {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.service-contact-panel__text {
	min-width: 0;
}

.service-contact-panel__label {
	color: #6b6258;
	display: block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.service-contact-panel__value {
	display: block;
	font-size: 14px;
	font-weight: 900;
	max-width: 100%;
		overflow-wrap: break-word;
	transition: color 180ms ease;
}

.service-contact-panel__link--phone .service-contact-panel__value {
	font-size: 25px;
	letter-spacing: 0;
	line-height: 1;
}

.service-form-copy__links a {
	background: rgba(255, 255, 255, 0.66);
	border: 1px solid rgba(154, 116, 67, 0.22);
	border-radius: 8px;
	color: var(--lwa-ink);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
	padding: 13px 16px;
	text-decoration: none;
}

.service-form-section,
.service-text-cta-section {
	background: var(--lwa-soft);
	padding: 98px 0 112px;
}

.service-form-grid {
	align-items: start;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
}

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

.service-text-cta__copy {
	max-width: 820px;
}

.service-text-cta__copy .rich-text {
	max-width: 760px;
}

.service-text-cta__actions {
	display: flex;
	justify-content: flex-end;
}

.service-text-cta .button {
	white-space: nowrap;
}

.service-form-copy {
	padding-top: 12px;
}

.service-form-card {
	background: var(--lwa-white);
	border: 1px solid rgba(154, 116, 67, 0.16);
	border-radius: 8px;
	padding: 36px;
}

.service-form-card .gform_wrapper,
.service-form-card .gform_wrapper.gravity-theme {
	margin: 0;
}

.service-form-card .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 18px;
}

.service-form-card .gfield_label,
.service-form-card .gform-field-label {
	color: var(--lwa-ink);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 7px;
}

.service-form-card input[type="text"],
.service-form-card input[type="email"],
.service-form-card input[type="tel"],
.service-form-card input[type="number"],
.service-form-card select,
.service-form-card textarea {
	background: var(--lwa-cream);
	border: 1px solid var(--lwa-line);
	border-radius: 8px;
	color: var(--lwa-ink);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	min-height: 48px;
	padding: 12px 14px;
	transition: border-color 180ms ease, background-color 180ms ease;
	width: 100%;
}

.service-form-card textarea {
	min-height: 132px;
	resize: vertical;
}

.service-form-card input:focus,
.service-form-card select:focus,
.service-form-card textarea:focus {
	background: var(--lwa-white);
	border-color: var(--lwa-gold);
	outline: none;
}

.service-form-card .gform_footer,
.service-form-card .gform_page_footer {
	margin: 24px 0 0;
	padding: 0;
}

.site-footer {
	background: var(--lwa-ink);
	color: rgba(255, 255, 255, 0.74);
	padding: 64px 0 0;
	position: relative;
}

.site-footer::before {
	background: var(--lwa-gold);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.site-footer__cta {
	align-items: center;
	background: var(--lwa-pastel);
	border-radius: 8px;
	color: var(--lwa-ink);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: 44px;
	padding: 30px 34px;
}

.site-footer__cta h2 {
	font-size: 28px;
	margin-bottom: 8px;
}

.site-footer__cta .rich-text {
	color: #5c554c;
	max-width: 680px;
}

.site-footer__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.site-footer__cta-link,
.site-footer__cta-button {
	align-items: center;
	border-radius: 50px 8px 50px 50px;
	display: inline-flex;
	font-family: "Lora", Georgia, serif;
	font-size: 18px;
	font-weight: 600;
	justify-content: center;
	min-height: 42px;
	padding: 10px 14px 10px 18px;
	text-decoration: none;
}

.site-footer__cta-link {
	background: #ffffff;
	border: 1px solid #66666640;
	color: var(--lwa-ink);
}

.site-footer__cta-button {
	background: #ffffff;
	border: 1px solid #66666640;
	color: var(--lwa-ink);
}

.site-footer__main {
	display: grid;
	gap: 52px;
	grid-template-columns: minmax(260px, 1.08fr) minmax(150px, 0.52fr) minmax(270px, 1.05fr) minmax(250px, 0.9fr);
	padding-bottom: 62px;
}

.site-footer__brand {
	max-width: 390px;
}

.site-footer__logo {
	margin-bottom: 22px;
}

.site-footer__logo img {
	background: var(--lwa-white);
	border-radius: 8px;
	height: 82px;
	max-width: 250px;
	object-fit: contain;
	padding: 8px 10px;
	width: auto;
}

.site-footer__intro {
	color: rgba(255, 255, 255, 0.76);
	font-size: 15px;
	line-height: 1.7;
}

.site-footer__social {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(201, 174, 136, 0.28);
	border-radius: 8px;
	color: var(--lwa-white);
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 10px;
	margin-top: 24px;
	min-height: 42px;
	padding: 9px 14px;
	text-decoration: none;
}

.site-footer__social-icon {
	align-items: center;
	background: var(--lwa-gold);
	border-radius: 6px;
	color: var(--lwa-ink);
	display: inline-flex;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.site-footer__social svg {
	height: 17px;
	width: 17px;
}

.site-footer__social path {
	fill: currentColor;
}

.site-footer__column {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 26px;
}

.site-footer__column h2 {
	color: var(--lwa-white);
	font-family: "Lora", Georgia, serif;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
}

.site-footer__column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__column li {
	margin-bottom: 11px;
}

.site-footer__column a {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
	transition: color 180ms ease;
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible,
.site-footer__bottom-inner a:hover,
.site-footer__bottom-inner a:focus-visible {
	color: var(--lwa-gold);
}

.site-footer__column--services ul {
	display: grid;
	gap: 9px 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer__column--services li {
	margin: 0;
}

.site-footer__contact-list a {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	display: block;
	padding: 12px 14px;
}

.site-footer__bottom {
	background: #1d1c1a;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 16px 0;
}

.site-footer__bottom-inner {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.site-footer__bottom-inner p {
	color: rgba(255, 255, 255, 0.64);
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.site-footer__bottom-inner a {
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 1120px) {
	.site-header__inner {
		grid-template-columns: auto 1fr;
	}

	.site-header__actions {
		grid-column: 1 / -1;
		justify-content: space-between;
		padding-bottom: 18px;
	}

	.services-carousel {
		--services-slide-width: min(48vw, 360px);
		--services-visible: 2;
	}

	.services-carousel__slide {
		flex-basis: var(--services-slide-width);
	}

	.service-detail-grid,
	.service-form-grid,
	.service-text-cta,
	.site-footer__cta,
	.site-footer__main {
		grid-template-columns: 1fr;
	}

	.service-contact-panel {
		position: static;
	}

	.site-footer__column {
		border-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 840px) {
	.services-heading-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.services-heading-actions {
		padding-top: 0;
	}
}

@media (max-width: 840px) {
	.site-shell {
		padding: 0 22px;
	}

	.site-header__inner {
		gap: 16px;
		min-height: 66px;
	}

	.site-logo img {
		height: 70px;
		max-width: 220px;
	}

	.site-nav {
		gap: 2px;
		justify-content: flex-end;
	}

	.site-nav a,
	.site-header__phone {
		font-size: 14px;
	}

	.homepage-hero,
	.homepage-hero__inner {
		min-height: 620px;
	}

	.service-hero,
	.service-hero__inner {
		min-height: 520px;
	}

	.homepage-hero::before,
	.service-hero::before {
		background: linear-gradient(100deg, rgba(251, 250, 248, 0.98), rgba(251, 250, 248, 0.78));
	}

	.homepage-hero__inner,
	.service-hero__inner {
		padding-bottom: 128px;
		padding-top: 78px;
	}

	.homepage-hero__content::before,
	.service-hero__copy::before {
		left: -18px;
	}

	.section-grid,
	.touch-strip__inner {
		grid-template-columns: 1fr;
	}

	.section-media {
		order: 2;
	}

	.section-copy {
		order: 1;
	}

	.content-section,
	.service-detail-section,
	.service-form-section,
	.service-text-cta-section {
		padding: 78px 0;
	}

	.service-text-cta__actions,
	.touch-strip__actions,
	.site-footer__cta-actions {
		justify-content: flex-start;
	}

	.site-footer__column--services ul {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.site-header__inner {
		grid-template-columns: 1fr;
		padding-bottom: 16px;
		padding-top: 16px;
	}

	.site-logo {
		justify-content: center;
	}

	.site-logo img {
		height: 76px;
	}

	.site-nav {
		justify-content: center;
		order: 3;
		width: 100%;
	}

	.site-header__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
		order: 2;
		padding-bottom: 0;
		text-align: center;
	}

	.site-header__phone,
	.button--header,
	.touch-strip__actions,
	.touch-strip__link,
	.touch-strip .button,
	.site-footer__cta-link,
	.site-footer__cta-button,
	.site-footer__social,
	.service-form-copy__links a,
	.service-contact-panel__links a,
	.service-text-cta .button {
		width: 100%;
	}

	.homepage-hero h1,
	.service-hero h1 {
		font-size: 36px;
	}

	.homepage-hero__intro,
	.service-hero__intro {
		font-size: 17px;
	}

	.services-carousel {
		--services-slide-width: min(84vw, 340px);
		--services-visible: 1;
	}

	.services-carousel__slide {
		flex-basis: var(--services-slide-width);
	}

	.services-heading-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
		width: 100%;
	}

	.services-heading-actions .button {
		width: 100%;
	}

	.services-carousel__controls {
		justify-content: center;
	}

	.service-detail-content,
	.service-contact-panel,
	.service-form-card {
		padding: 24px;
	}

	.service-text-cta__actions {
		width: 100%;
	}

	.touch-strip--second {
		clip-path: none;
		margin-bottom: 0;
		padding: 72px 0 86px;
	}

	.touch-strip--second::before {
		height: 28px;
		top: -28px;
	}

	.site-footer {
		padding-top: 50px;
	}

	.site-footer__main {
		gap: 34px;
	}

	.site-footer__bottom-inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

.homepage-hero::before,
.homepage-hero::after,
.service-hero::before,
.service-hero::after {
	z-index: 0;
}

.homepage-hero__inner,
.service-hero__inner {
	position: relative;
	z-index: 1;
}

/* Footer redesign */
.site-footer {
	background: var(--lwa-cream);
	border-top: 1px solid rgba(154, 116, 67, 0.16);
	color: var(--lwa-ink);
	padding: 0;
}

.site-footer::before {
	display: none;
}

.site-footer__main {
	align-items: start;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(260px, 1.05fr) minmax(132px, 0.5fr) minmax(390px, 1.42fr) minmax(250px, 0.85fr);
	padding: 76px 30px 68px;
}

.site-footer__brand {
	background: var(--lwa-white);
	border: 1px solid rgba(154, 116, 67, 0.16);
	border-radius: 8px;
	max-width: none;
	padding: 28px;
}

.site-footer__logo {
	margin-bottom: 24px;
}

.site-footer__logo img {
	background: transparent;
	border-radius: 0;
	height: 84px;
	max-width: 240px;
	padding: 0;
}

.site-footer__intro {
	color: var(--lwa-muted);
	font-size: 15px;
	line-height: 1.75;
	max-width: 360px;
}

.site-footer__social {
	background: var(--lwa-pastel);
	border: 1px solid rgba(154, 116, 67, 0.22);
	color: var(--lwa-ink);
	font-size: 14px;
	font-weight: 900;
	margin-top: 26px;
}

.site-footer__social:hover,
.site-footer__social:focus-visible {
	background: var(--lwa-gold);
	color: var(--lwa-ink);
}

.site-footer__social-icon {
	background: var(--lwa-pastel);
	color: var(--lwa-ink);
}

.site-footer__column {
	border-left: 0;
	padding-left: 0;
}

.site-footer__column h2 {
	color: var(--lwa-ink);
	font-size: 15px;
	font-weight: 900;
	margin-bottom: 22px;
	padding-bottom: 12px;
	position: relative;
}

.site-footer__column h2::after {
	background: var(--lwa-gold);
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 42px;
}

.site-footer__column li {
	margin-bottom: 10px;
}

.site-footer__column a {
	color: var(--lwa-graphite);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
	text-decoration: none;
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible {
	color: var(--lwa-gold-deep);
}

.site-footer__column--services ul {
	display: grid;
	gap: 10px 24px;
	grid-template-columns: repeat(2, minmax(170px, 1fr));
}

.site-footer__column--services a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.35;
}

.site-footer__contact-list {
	display: grid;
	gap: 12px;
}

.site-footer__contact-list a {
	background: var(--lwa-white);
	border: 1px solid rgba(154, 116, 67, 0.18);
	border-radius: 8px;
	color: var(--lwa-ink);
	display: block;
	font-size: 14px;
	font-weight: 900;
	padding: 14px 16px;
	word-break: break-word;
}

.site-footer__contact-list a:hover,
.site-footer__contact-list a:focus-visible {
	border-color: rgba(154, 116, 67, 0.38);
	color: var(--lwa-gold-deep);
}

.site-footer__bottom {
	background: var(--lwa-ink);
	border-top: 0;
	padding: 18px 0;
}

.site-footer__bottom-inner p,
.site-footer__bottom-inner a {
	color: rgba(255, 255, 255, 0.74);
}

.site-footer__bottom-inner a:hover,
.site-footer__bottom-inner a:focus-visible {
	color: var(--lwa-gold);
}

@media (max-width: 1120px) {
	.site-footer__main {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.site-footer__brand,
	.site-footer__column--services {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	.site-footer__main {
		grid-template-columns: 1fr;
		padding: 58px 22px;
	}

	.site-footer__brand,
	.site-footer__column--services {
		grid-column: auto;
	}

	.site-footer__column--services ul {
		grid-template-columns: 1fr;
	}
}

/* Sleeker transparent header */
.site-header {
	background: transparent;
	border-bottom: 0;
	left: 0;
	padding: 18px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 80;
}

.site-header::after {
	display: none;
}

.site-header__inner {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: auto 1fr auto;
	min-height: 96px;
}

.site-logo {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(154, 116, 67, 0.16);
	border-radius: 8px;
	padding: 12px 18px;
	transform: translateY(12px);
}

.site-logo img {
	height: 110px;
	max-width: 310px;
	object-fit: contain;
	width: auto;
}

.site-nav {
	background: rgba(255, 255, 255, 0.68);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(154, 116, 67, 0.16);
	border-radius: 999px;
	gap: 2px;
	justify-self: center;
	padding: 6px;
}

.site-nav a {
	border-radius: 999px;
	color: var(--lwa-ink);
	font-size: 13px;
	font-weight: 800;
	padding: 11px 16px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
	background: var(--lwa-white);
	color: var(--lwa-gold-deep);
}

.site-header__actions {
	background: rgba(255, 255, 255, 0.68);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(154, 116, 67, 0.16);
	border-radius: 999px;
	gap: 12px;
	padding: 6px 6px 6px 18px;
}

.site-header__phone {
	color: var(--lwa-ink);
	font-size: 14px;
	font-weight: 900;
}

.button--header {
	background: #ffffff;
	border: 1px solid #66666640;
	border-radius: 50px 8px 50px 50px;
	color: var(--lwa-ink);
	font-family: "Lora", Georgia, serif;
	font-size: 18px;
	font-weight: 600;
	min-height: 40px;
	padding: 10px 18px;
}

.button--header:hover,
.button--header:focus-visible {
	background: #f7f4ef;
	border-color: #66666666;
	color: var(--lwa-ink);
}

.homepage-hero__inner,
.service-hero__inner {
	padding-top: 182px;
}

@media (max-width: 1120px) {
	.site-header {
		padding-top: 12px;
	}

	.site-header__inner {
		grid-template-columns: auto 1fr;
	}

	.site-logo img {
		height: 96px;
		max-width: 280px;
	}

	.site-nav {
		justify-self: end;
	}

	.site-header__actions {
		grid-column: 1 / -1;
		justify-content: space-between;
		justify-self: stretch;
		padding: 7px 7px 7px 18px;
	}

	.homepage-hero__inner,
	.service-hero__inner {
		padding-top: 210px;
	}
}

@media (max-width: 760px) {
	.site-header {
		position: relative;
		padding-top: 0;
	}

	.site-header__inner {
		background: var(--lwa-cream);
		grid-template-columns: 1fr;
		padding-bottom: 16px;
		padding-top: 14px;
	}

	.site-logo {
		justify-self: center;
		padding: 10px 16px;
		transform: none;
	}

	.site-logo img {
		height: 86px;
		max-width: 250px;
	}

	.site-nav,
	.site-header__actions {
		justify-self: stretch;
	}

	.site-nav {
		justify-content: center;
		order: 2;
	}

	.site-header__actions {
		align-items: stretch;
		border-radius: 8px;
		flex-direction: column;
		order: 3;
		padding: 10px;
		text-align: center;
	}

	.site-header__phone,
	.button--header {
		width: 100%;
	}

	.homepage-hero__inner,
	.service-hero__inner {
		padding-top: 78px;
	}
}

/* Header hero-banner refinement */
.homepage-hero,
.service-hero {
	background-position: center;
	min-height: 760px;
}

.service-hero {
	min-height: 680px;
}

.homepage-hero::before,
.service-hero::before {
	background: linear-gradient(104deg, rgba(251, 250, 248, 0.96) 0%, rgba(251, 250, 248, 0.9) 38%, rgba(251, 250, 248, 0.28) 61%, rgba(54, 54, 54, 0.52) 100%);
}

.site-header__inner {
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-height: 132px;
}

.site-logo {
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(255, 255, 255, 0.82);
	padding: 14px 20px;
	transform: translateY(22px);
}

.site-logo img {
	height: 128px;
	max-width: 340px;
}

.site-nav {
	background: transparent;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	border: 0;
	gap: 30px;
	justify-self: end;
	padding: 0;
}

.site-nav a {
	background: transparent;
	border-radius: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	padding: 8px 0;
	position: relative;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.site-nav a::after {
	background: var(--lwa-gold);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
	width: 100%;
}

.site-nav a:hover,
.site-nav a:focus-visible {
	background: transparent;
	color: #ffffff;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
	transform: scaleX(1);
}

.site-header__actions {
	background: transparent;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	border: 0;
	gap: 18px;
	padding: 0;
}

.site-header__phone {
	color: #ffffff;
	font-weight: 900;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.58);
}

.button--header {
	background: #ffffff;
	border: 1px solid #66666640;
	color: var(--lwa-ink);
	font-family: "Lora", Georgia, serif;
	font-size: 18px;
	font-weight: 600;
	min-height: 42px;
	padding: 11px 20px;
}

.button--header:hover,
.button--header:focus-visible {
	background: #f7f4ef;
	border-color: #66666666;
	color: var(--lwa-ink);
}

.homepage-hero__inner,
.service-hero__inner {
	padding-bottom: 178px;
	padding-top: 246px;
}

.service-hero__inner {
	padding-bottom: 148px;
}

@media (max-width: 1120px) {
	.site-header__inner {
		grid-template-columns: auto 1fr;
		min-height: 118px;
	}

	.site-logo {
		transform: translateY(12px);
	}

	.site-logo img {
		height: 106px;
		max-width: 300px;
	}

	.site-nav {
		gap: 22px;
		justify-self: end;
	}

	.site-header__actions {
		grid-column: 2;
		justify-content: flex-end;
		justify-self: end;
		padding-bottom: 0;
	}

	.homepage-hero__inner,
	.service-hero__inner {
		padding-top: 230px;
	}
}

@media (max-width: 860px) {
	.site-header__inner {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.site-logo {
		justify-self: center;
	}

	.site-nav,
	.site-header__actions {
		justify-self: center;
	}

	.homepage-hero,
	.service-hero {
		min-height: 680px;
	}

	.homepage-hero__inner,
	.service-hero__inner {
		padding-top: 280px;
	}
}

@media (max-width: 760px) {
	.site-header {
		background: var(--lwa-cream);
		position: relative;
	}

	.site-logo {
		transform: none;
	}

	.site-logo img {
		height: 92px;
		max-width: 260px;
	}

	.site-nav {
		background: transparent;
		gap: 18px;
		padding: 0;
	}

	.site-nav a,
	.site-header__phone {
		color: var(--lwa-ink);
		text-shadow: none;
	}

	.site-header__actions {
		background: transparent;
		border: 0;
		padding: 0;
	}

	.button--header {
		background: var(--lwa-gold);
		border-color: rgba(154, 116, 67, 0.38);
		color: var(--lwa-ink);
	}

	.homepage-hero__inner,
	.service-hero__inner {
		padding-top: 86px;
	}
}

/* Header menu and phone CTA refinement */
.site-header__inner {
	gap: 34px;
}

.site-nav {
	gap: 38px;
}

.site-nav a {
	font-size: 16px;
	font-weight: 950;
	padding: 10px 0;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.68), 0 1px 2px rgba(0, 0, 0, 0.46);
}

.site-header__actions {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.site-header__phone {
	align-items: center;
	background: var(--lwa-pastel);
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 999px;
	color: var(--lwa-ink);
	display: inline-flex;
	font-size: 15px;
	font-weight: 950;
	gap: 10px;
	min-height: 42px;
	padding: 10px 18px 10px 14px;
	text-decoration: none;
	text-shadow: none;
	transition: background-color 180ms ease, transform 180ms ease;
}

.site-header__phone:hover,
.site-header__phone:focus-visible {
	background: var(--lwa-gold);
	color: var(--lwa-ink);
	transform: translateY(-1px);
}

.site-header__phone-icon {
	align-items: center;
	background: var(--lwa-pastel);
	border: 1px solid rgba(154, 116, 67, 0.28);
	border-radius: 999px;
	color: var(--lwa-ink);
	display: inline-flex;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.site-header__phone-icon svg {
	height: 17px;
	width: 17px;
}

.site-header__phone-icon path {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

@media (max-width: 1120px) {
	.site-nav {
		gap: 26px;
	}

	.site-nav a {
		font-size: 15px;
	}

	.site-header__actions {
		grid-column: 2;
	}
}

@media (max-width: 760px) {
	.site-nav {
		gap: 20px;
	}

	.site-nav a {
		font-size: 14px;
		text-shadow: none;
	}

	.site-header__phone {
		justify-content: center;
	}
}

/* Gold bar header with hanging logo */
.site-header {
	background: var(--lwa-gold);
	border-bottom: 1px solid rgba(154, 116, 67, 0.28);
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 90;
}

.site-header::after {
	display: none;
}

.site-header .site-shell {
	max-width: 1500px;
}

.site-header__inner {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-height: 92px;
}

.site-logo {
	align-self: start;
	background: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	justify-self: start;
	padding: 15px 24px;
	transform: translateY(13px);
}

.site-logo img {
	height: 132px;
	max-width: 360px;
	object-fit: contain;
	width: auto;
}

.site-nav {
	background: transparent;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	border: 0;
	border-radius: 0;
	gap: 42px;
	justify-content: flex-end;
	justify-self: end;
	padding: 0;
}

.site-nav a {
	background: transparent;
	border-radius: 0;
	color: var(--lwa-ink);
	font-size: 16px;
	font-weight: 950;
	line-height: 1.2;
	padding: 10px 0;
	text-shadow: none;
}

.site-nav a::after {
	background: rgba(54, 54, 54, 0.55);
	bottom: 1px;
	height: 2px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
	background: transparent;
	color: var(--lwa-ink);
}

.site-header__actions {
	background: transparent;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	border: 0;
	border-radius: 0;
	display: flex;
	justify-content: flex-end;
	padding: 0;
}

.site-header__phone {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 999px;
	color: var(--lwa-ink);
	display: inline-flex;
	font-size: 15px;
	font-weight: 950;
	gap: 10px;
	min-height: 42px;
	padding: 10px 18px 10px 14px;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
}

.site-header__phone:hover,
.site-header__phone:focus-visible {
	background: var(--lwa-pastel);
	color: var(--lwa-ink);
	transform: translateY(-1px);
}

.site-header__phone-icon {
	background: var(--lwa-pastel);
	border-color: rgba(154, 116, 67, 0.28);
	color: var(--lwa-ink);
}

.homepage-hero__inner,
.service-hero__inner {
	padding-top: 218px;
}

@media (max-width: 1180px) {
	.site-header__inner {
		gap: 28px;
		grid-template-columns: auto minmax(0, 1fr);
		min-height: 66px;
	}

	.site-logo img {
		height: 112px;
		max-width: 310px;
	}

	.site-nav {
		gap: 28px;
	}

	.site-nav a {
		font-size: 15px;
	}

	.site-header__actions {
		grid-column: 2;
		justify-self: end;
	}

	.homepage-hero__inner,
	.service-hero__inner {
		padding-top: 202px;
	}
}

@media (max-width: 860px) {
	.site-header {
		position: relative;
	}

	.site-header__inner {
		gap: 18px;
		grid-template-columns: 1fr;
		padding-bottom: 22px;
		padding-top: 18px;
	}

	.site-logo {
		justify-self: center;
		transform: none;
	}

	.site-logo img {
		height: 96px;
		max-width: 280px;
	}

	.site-nav,
	.site-header__actions {
		justify-self: center;
	}

	.site-nav {
		gap: 26px;
		justify-content: center;
		order: 2;
	}

	.site-header__actions {
		order: 3;
	}

	.homepage-hero__inner,
	.service-hero__inner {
		padding-top: 92px;
	}
}

@media (max-width: 560px) {
	.site-header__inner {
		padding-left: 22px;
		padding-right: 22px;
	}

	.site-logo {
		padding: 12px 18px;
	}

	.site-logo img {
		height: 86px;
	}

	.site-nav {
		flex-wrap: wrap;
		gap: 10px 22px;
	}

	.site-nav a {
		font-size: 14px;
	}

	.site-header__phone {
		justify-content: center;
		width: 100%;
	}
}

/* Slim pastel header colour refinement */
.site-header {
	background: #e8dcc8;
}

@media (max-width: 860px) {
	.site-header {
		background: #e8dcc8;
	}
}

/* Slim pastel header layout refinement */
.site-header {
	background: #e8dcc8;
	border-bottom: 1px solid rgba(154, 116, 67, 0.16);
}

.site-header__inner {
	gap: 36px;
	min-height: 68px;
}

.site-logo {
	padding: 12px 22px;
	transform: translateY(8px);
}

.site-logo img {
	height: 132px;
	max-width: 360px;
}

.site-nav {
	gap: 42px;
}

.site-nav a {
	font-size: 16px;
}

.site-header__phone {
	background: rgba(255, 255, 255, 0.92);
	min-height: 42px;
	padding: 10px 18px 10px 14px;
}

.site-header__phone-icon {
	height: 24px;
	width: 24px;
}

.homepage-hero__inner,
.service-hero__inner {
	padding-top: 218px;
}

@media (max-width: 1180px) {
	.site-header__inner {
		gap: 28px;
		min-height: 66px;
	}

	.site-logo img {
		height: 112px;
		max-width: 310px;
	}

	.site-nav {
		gap: 28px;
	}

	.homepage-hero__inner,
	.service-hero__inner {
		padding-top: 202px;
	}
}

@media (max-width: 860px) {
	.site-header {
		background: #e8dcc8;
	}

	.site-header__inner {
		min-height: auto;
		padding-bottom: 18px;
		padding-top: 14px;
	}

	.site-logo {
		transform: none;
	}

	.homepage-hero__inner,
	.service-hero__inner {
		padding-top: 92px;
	}
}

/* Straight champagne header and refined menu font */
.site-header {
	background: #ece3d4;
	border-bottom: 1px solid rgba(154, 116, 67, 0.14);
	clip-path: none;
}

.site-header__inner {
	gap: 38px;
	min-height: 76px;
	transform: none;
}

.site-logo {
	border-radius: 0 0 8px 8px;
	padding: 12px 24px 13px;
	transform: none;
}

.site-logo img {
	height: 132px;
	max-width: 360px;
}

.site-nav {
	gap: 38px;
}

.site-nav a {
	color: #363636;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	padding: 9px 0;
	text-shadow: none;
}

.site-nav a::after {
	background: rgba(17, 17, 17, 0.48);
}

.site-header__phone {
	background: rgba(255, 255, 255, 0.94);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
	min-height: 42px;
	padding: 10px 18px 10px 14px;
}

.homepage-hero__inner,
.service-hero__inner {
	padding-top: 224px;
}

@media (max-width: 1180px) {
	.site-header__inner {
		min-height: 72px;
	}

	.site-logo img {
		height: 112px;
		max-width: 310px;
	}

	.site-nav {
		gap: 28px;
	}

	.site-nav a {
		font-size: 15px;
	}

	.homepage-hero__inner,
	.service-hero__inner {
		padding-top: 204px;
	}
}

@media (max-width: 860px) {
	.site-header {
		background: #ece3d4;
		position: relative;
	}

	.site-header__inner {
		gap: 16px;
		min-height: auto;
		padding-bottom: 18px;
		padding-top: 0;
	}

	.site-logo {
		border-radius: 0 0 8px 8px;
		justify-self: center;
	}

	.site-nav {
		gap: 24px;
	}

	.homepage-hero__inner,
	.service-hero__inner {
		padding-top: 90px;
	}
}

@media (max-width: 560px) {
	.site-logo img {
		height: 86px;
	}

	.site-nav {
		gap: 10px 20px;
	}
}

/* Fixed 80px hanging-logo header */
.site-header {
	background: #ece3d4;
	height: 80px;
	overflow: visible;
}

.site-header__inner {
	align-items: start;
	height: 80px;
	min-height: 80px;
}

.site-logo {
	align-self: start;
	border-radius: 0 0 8px 8px;
	margin-top: 0;
	padding: 12px 24px 13px;
	transform: none;
}

.site-logo img {
	height: 132px;
	max-width: 360px;
}

.site-nav,
.site-header__actions {
	align-self: center;
}

.homepage-hero__inner,
.service-hero__inner {
	padding-top: 224px;
}

@media (max-width: 1180px) {
	.site-header,
	.site-header__inner {
		height: 80px;
		min-height: 80px;
	}

	.site-logo img {
		height: 112px;
		max-width: 310px;
	}
}

@media (max-width: 860px) {
	.site-header {
		height: auto;
		position: relative;
	}

	.site-header__inner {
		height: auto;
		min-height: auto;
		padding-top: 0;
	}

	.site-logo img {
		height: 96px;
	}

	.homepage-hero__inner,
	.service-hero__inner {
		padding-top: 90px;
	}
}

/* Header menu alignment fix */
.site-header__inner {
	align-items: center;
	display: flex;
	gap: 38px;
	height: 80px;
	justify-content: flex-end;
	min-height: 80px;
	padding-left: 330px;
	position: relative;
}

.site-logo {
	left: 30px;
	position: absolute;
	top: 0;
	z-index: 2;
}

.site-nav {
	align-items: center;
	align-self: center;
	display: flex;
	gap: 42px;
	height: 80px;
	justify-content: flex-end;
	margin-left: auto;
}

.site-nav a {
	align-items: center;
	display: inline-flex;
	font-size: 15px;
	font-weight: 750;
	height: 80px;
	line-height: 1;
	padding: 0;
}

.site-nav a::after {
	bottom: 24px;
}

.site-header__actions {
	align-items: center;
	align-self: center;
	display: flex;
	height: 80px;
}

.site-header__phone {
	font-size: 14px;
	font-weight: 800;
	min-height: 42px;
}

@media (max-width: 1180px) {
	.site-header__inner {
		gap: 26px;
		padding-left: 284px;
	}

	.site-logo {
		left: 30px;
	}

	.site-nav {
		gap: 26px;
	}

	.site-nav a {
		font-size: 14px;
	}
}

@media (max-width: 860px) {
	.site-header__inner {
		display: grid;
		height: auto;
		justify-content: initial;
		min-height: auto;
		padding-left: 22px;
		padding-right: 22px;
		position: relative;
	}

	.site-logo {
		left: auto;
		position: relative;
		top: auto;
	}

	.site-nav,
	.site-header__actions {
		height: auto;
		margin-left: 0;
	}

	.site-nav a {
		height: auto;
		padding: 8px 0;
	}

	.site-nav a::after {
		bottom: 0;
	}
}

/* Compact brand-colour footer */
.site-footer {
	background: #b4a36f;
	border-top: 0;
	color: rgba(255, 255, 255, 0.86);
	overflow: hidden;
	padding: 0;
	position: relative;
}

.site-footer::before {
	background: rgba(82, 107, 98, 0.42);
	border-radius: 0 0 50% 50%;
	content: "";
	display: block;
	height: 150px;
	left: 48%;
	pointer-events: none;
	position: absolute;
	top: -132px;
	transform: translateX(-50%) rotate(1deg);
	width: 560px;
	z-index: 0;
}

.site-footer .site-shell {
	max-width: 1500px;
	position: relative;
	z-index: 1;
}

.site-footer__main {
	align-items: start;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(130px, 0.55fr) minmax(360px, 1.25fr) minmax(220px, 0.8fr) minmax(230px, 0.78fr);
	padding: 34px 30px 18px;
}

.site-footer__brand {
	background: transparent;
	border: 0;
	border-radius: 0;
	justify-self: end;
	max-width: 230px;
	order: 4;
	padding: 0;
	text-align: right;
}

.site-footer__logo {
	justify-content: flex-end;
	margin: 0 0 12px;
}

.site-footer__logo img {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 8px;
	height: 74px;
	max-width: 210px;
	object-fit: contain;
	padding: 8px 12px;
	width: auto;
}

.site-footer__intro {
	color: rgba(255, 255, 255, 0.76);
	font-size: 12px;
	line-height: 1.38;
	margin-left: auto;
	max-width: 220px;
}

.site-footer__social {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 7px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	gap: 8px;
	margin-top: 13px;
	min-height: 34px;
	padding: 7px 10px;
}

.site-footer__social:hover,
.site-footer__social:focus-visible {
	background: rgba(255, 255, 255, 0.22);
	color: #ffffff;
}

.site-footer__social-icon {
	background: rgba(255, 255, 255, 0.88);
	border-radius: 5px;
	color: var(--lwa-ink);
	height: 21px;
	width: 21px;
}

.site-footer__social svg {
	height: 14px;
	width: 14px;
}

.site-footer__column {
	border-left: 0;
	padding-left: 0;
}

.site-footer__column h2 {
	color: rgba(54, 54, 54, 0.74);
	font-family: "Lora", Georgia, serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	padding: 0;
}

.site-footer__column h2::after {
	display: none;
}

.site-footer__column ul,
.site-footer__contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__column li {
	margin-bottom: 5px;
}

.site-footer__column a,
.site-footer__contact-list a {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: rgba(255, 255, 255, 0.88);
	display: inline;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
	padding: 0;
	text-decoration: none;
	word-break: normal;
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible,
.site-footer__contact-list a:hover,
.site-footer__contact-list a:focus-visible {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.site-footer__column--services ul {
	display: grid;
	gap: 5px 24px;
	grid-template-columns: repeat(2, minmax(150px, 1fr));
}

.site-footer__column--services li {
	margin: 0;
}

.site-footer__column--services a {
	font-size: 12px;
	line-height: 1.3;
}

.site-footer__contact-list {
	display: grid;
	gap: 6px;
}

.site-footer__bottom {
	background: #b4a36f;
	border-top: 0;
	padding: 0 0 22px;
}

.site-footer__bottom-inner {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	gap: 18px;
	justify-content: flex-end;
	padding-top: 12px;
}

.site-footer__bottom-inner p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
	text-align: right;
}

.site-footer__bottom-inner a {
	display: none;
}

.site-footer__cta {
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #ffffff;
	margin-bottom: 0;
}

.site-footer__cta .rich-text,
.site-footer__cta h2 {
	color: #ffffff;
}

@media (max-width: 1120px) {
	.site-footer__main {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.site-footer__brand {
		grid-column: auto;
		justify-self: start;
		order: 4;
		text-align: left;
	}

	.site-footer__logo {
		justify-content: flex-start;
	}

	.site-footer__intro {
		margin-left: 0;
	}

	.site-footer__column--services {
		grid-column: auto;
	}
}

@media (max-width: 720px) {
	.site-footer__main {
		gap: 26px;
		grid-template-columns: 1fr;
		padding: 36px 22px 18px;
	}

	.site-footer__brand {
		order: 1;
	}

	.site-footer__column--services ul {
		grid-template-columns: 1fr;
	}

	.site-footer__bottom-inner {
		justify-content: flex-start;
	}

	.site-footer__bottom-inner p {
		text-align: left;
	}
}

/* Footer readability refinement */
.site-footer {
	background: #d7c79d;
	border-top: 4px solid var(--lwa-sage);
	color: var(--lwa-ink);
}

.site-footer::before {
	content: none;
	display: none;
}

.site-footer__main {
	gap: 50px;
	padding: 42px 30px 24px;
}

.site-footer__column h2 {
	color: var(--lwa-sage);
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 12px;
}

.site-footer__column a,
.site-footer__contact-list a {
	color: var(--lwa-ink);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.42;
	text-shadow: none;
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible,
.site-footer__contact-list a:hover,
.site-footer__contact-list a:focus-visible {
	color: var(--lwa-sage);
	text-decoration-color: currentColor;
}

.site-footer__intro {
	color: rgba(54, 54, 54, 0.82);
	font-size: 13px;
	font-weight: 500;
}

.site-footer__logo img {
	background: rgba(255, 255, 255, 0.96);
}

.site-footer__social {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(54, 54, 54, 0.14);
	color: var(--lwa-ink);
	font-weight: 800;
}

.site-footer__social:hover,
.site-footer__social:focus-visible {
	background: #ffffff;
	color: var(--lwa-ink);
}

.site-footer__social-icon {
	background: var(--lwa-pastel);
	color: var(--lwa-ink);
}

.site-footer__bottom {
	background: #d7c79d;
}

.site-footer__bottom-inner {
	border-top: 1px solid rgba(54, 54, 54, 0.18);
}

.site-footer__bottom-inner p {
	color: rgba(54, 54, 54, 0.78);
	font-size: 12px;
	font-weight: 600;
}

.site-footer__cta {
	background: rgba(255, 255, 255, 0.5);
	border-color: rgba(54, 54, 54, 0.12);
	color: var(--lwa-ink);
}

.site-footer__cta .rich-text,
.site-footer__cta h2 {
	color: var(--lwa-ink);
}

/* Footer title contrast refinement */
.site-footer__column h2 {
	color: #ffffff;
	text-shadow: 0 2px 10px rgba(54, 54, 54, 0.3), 0 1px 1px rgba(54, 54, 54, 0.22);
}

/* Footer contrast and title size refinement */
.site-footer,
.site-footer__bottom {
	background: #8f8760;
}

.site-footer {
	border-top-color: #526b62;
}

.site-footer__column h2 {
	color: #ffffff;
	font-family: "Lora", Georgia, serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 14px;
	text-shadow: 0 3px 14px rgba(54, 54, 54, 0.48), 0 1px 2px rgba(54, 54, 54, 0.42);
}

.site-footer__column a,
.site-footer__contact-list a {
	color: rgba(255, 255, 255, 0.94);
	font-size: 13px;
	font-weight: 650;
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible,
.site-footer__contact-list a:hover,
.site-footer__contact-list a:focus-visible {
	color: #ffffff;
}

.site-footer__intro,
.site-footer__bottom-inner p {
	color: rgba(255, 255, 255, 0.86);
}

.site-footer__bottom-inner {
	border-top-color: rgba(255, 255, 255, 0.26);
}

/* Flat lighter footer colour refinement */
.site-footer,
.site-footer__bottom {
	background: #aaa078;
	background-image: none;
}

.site-footer {
	border-top-color: var(--lwa-sage);
}

.site-footer__column h2 {
	color: #ffffff;
	font-family: "Lora", Georgia, serif;
	font-size: 16px;
	font-weight: 700;
	text-shadow: 0 2px 8px rgba(54, 54, 54, 0.36), 0 1px 1px rgba(54, 54, 54, 0.32);
}

.site-footer__column a,
.site-footer__contact-list a {
	color: var(--lwa-ink);
	font-weight: 750;
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible,
.site-footer__contact-list a:hover,
.site-footer__contact-list a:focus-visible {
	color: #ffffff;
}

.site-footer__intro,
.site-footer__bottom-inner p {
	color: rgba(54, 54, 54, 0.82);
}

.site-footer__bottom-inner {
	border-top-color: rgba(54, 54, 54, 0.18);
}

.site-footer__social {
	background: rgba(255, 255, 255, 0.7);
	color: var(--lwa-ink);
}

/* Request callback strip */
.callback-strip {
	background: var(--lwa-pastel);
	border-bottom: 1px solid rgba(154, 116, 67, 0.14);
	border-top: 1px solid rgba(154, 116, 67, 0.14);
	padding: 0;
}

.callback-strip__inner {
	background: transparent;
	border: 0;
	border-radius: 0;
	display: block;
	padding: 56px 30px;
}

.callback-strip__copy {
	max-width: 780px;
}

.callback-strip__eyebrow {
	color: var(--lwa-gold-deep);
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.callback-strip h2 {
	font-size: clamp(30px, 3vw, 42px);
	margin-bottom: 10px;
}

.callback-strip p {
	color: var(--lwa-muted);
	font-size: 16px;
	line-height: 1.65;
}

.callback-strip__form {
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(154, 116, 67, 0.2);
	border-radius: 8px;
	margin-top: 22px;
	padding: 22px;
	width: 100%;
}

.callback-strip .gform_wrapper,
.callback-strip .gform_wrapper.gravity-theme {
	margin: 0;
}

.callback-strip .gform_wrapper.gravity-theme form {
	align-items: end;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.callback-strip .gform_wrapper.gravity-theme .gform_fields {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.callback-strip .gform_wrapper.gravity-theme .gfield {
	grid-column: auto !important;
}

.callback-strip .gfield_label,
.callback-strip .gform-field-label {
	color: var(--lwa-ink);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 7px;
}

.callback-strip input[type="text"],
.callback-strip input[type="email"],
.callback-strip input[type="tel"] {
	background: var(--lwa-cream);
	border: 1px solid var(--lwa-line);
	border-radius: 8px;
	color: var(--lwa-ink);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	min-height: 46px;
	padding: 11px 13px;
	transition: background-color 180ms ease, border-color 180ms ease;
	width: 100%;
}

.callback-strip input[type="text"]:focus,
.callback-strip input[type="email"]:focus,
.callback-strip input[type="tel"]:focus {
	background: var(--lwa-white);
	border-color: var(--lwa-gold);
	outline: none;
}

.callback-strip .gform_footer,
.callback-strip .gform_page_footer {
	margin: 0;
	padding: 0;
}

.callback-strip input[type="submit"].gform_button,
.callback-strip input[type="submit"] {
	align-items: center;
	background: var(--lwa-ink);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11.5' fill='%23eae3d5' stroke='%23d5c5ad'/%3E%3Ctext x='12' y='16' text-anchor='middle' font-family='Georgia,serif' font-size='15' font-weight='900' fill='%231f1f1f'%3E%26gt;%3C/text%3E%3C/svg%3E");
	background-position: right 14px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: 1px solid var(--lwa-ink);
	border-radius: 50px 8px 50px 50px;
	color: var(--lwa-white);
	display: inline-flex;
	font-family: "Lora", Georgia, serif;
	font-size: 17px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.2;
	min-height: 46px;
	padding: 12px 48px 12px 18px;
	transition: background-color 180ms ease, background-position 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
	white-space: nowrap;
	width: auto;
}

.callback-strip input[type="submit"].gform_button:hover,
.callback-strip input[type="submit"].gform_button:focus-visible,
.callback-strip input[type="submit"]:hover,
.callback-strip input[type="submit"]:focus-visible {
	background-color: var(--lwa-gold-deep);
	background-position: right 12px center;
	border-color: var(--lwa-gold-deep);
	color: var(--lwa-white);
	transform: translateY(-1px);
}

.callback-strip .gform_confirmation_message {
	background: var(--lwa-cream);
	border: 1px solid rgba(154, 116, 67, 0.24);
	border-radius: 8px;
	color: var(--lwa-ink);
	font-weight: 750;
	padding: 16px 18px;
}

.callback-strip .gform_validation_errors {
	border-radius: 8px;
	margin-bottom: 14px;
}

.callback-strip .validation_message,
.callback-strip .gfield_description.validation_message {
	font-size: 12px;
	line-height: 1.35;
	padding-top: 6px;
}

@media (max-width: 1040px) {
	.callback-strip__copy {
		max-width: 680px;
	}
}

@media (max-width: 760px) {
	.callback-strip__inner {
		padding: 42px 22px;
	}

	.callback-strip h2 {
		font-size: 30px;
	}

	.callback-strip__form {
		padding: 18px;
	}

	.callback-strip .gform_wrapper.gravity-theme form {
		grid-template-columns: 1fr;
	}

	.callback-strip .gform_wrapper.gravity-theme .gform_fields {
		grid-template-columns: 1fr;
	}

	.callback-strip input[type="submit"].gform_button,
	.callback-strip input[type="submit"] {
		width: 100%;
	}
}

/* Clean footer refresh */
.site-footer,
.site-footer__bottom {
	background: var(--lwa-cream);
	background-image: none;
	color: var(--lwa-ink);
}

.site-footer {
	border-top: 1px solid rgba(154, 116, 67, 0.2);
}

.site-footer::before {
	content: none;
	display: none;
}

.site-footer .site-shell {
	max-width: 1220px;
	padding-left: 30px;
	padding-right: 30px;
}

.site-footer__cta {
	background: var(--lwa-white);
	border: 1px solid rgba(154, 116, 67, 0.22);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(54, 54, 54, 0.07);
	color: var(--lwa-ink);
	margin-bottom: 44px;
	padding: 28px 30px;
}

.site-footer__cta h2,
.site-footer__cta .rich-text {
	color: var(--lwa-ink);
	text-shadow: none;
}

.site-footer__cta-link {
	background: var(--lwa-pastel);
	border-color: rgba(154, 116, 67, 0.24);
	color: var(--lwa-ink);
}

.site-footer__cta-button {
	background: var(--lwa-ink);
	border-color: var(--lwa-ink);
	color: var(--lwa-white);
}

.site-footer__cta-link:hover,
.site-footer__cta-link:focus-visible {
	background: #e7dcc9;
	color: var(--lwa-ink);
}

.site-footer__cta-button:hover,
.site-footer__cta-button:focus-visible {
	background: var(--lwa-gold-deep);
	border-color: var(--lwa-gold-deep);
	color: var(--lwa-white);
}

.site-footer__main {
	align-items: start;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(260px, 1.05fr) minmax(140px, 0.45fr) minmax(330px, 1.25fr) minmax(245px, 0.8fr);
	padding: 62px 30px 54px;
}

.site-footer__brand {
	background: var(--lwa-white);
	border: 1px solid rgba(154, 116, 67, 0.18);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(54, 54, 54, 0.055);
	display: flex;
	flex-direction: column;
	gap: 18px;
	max-width: none;
	padding: 26px;
}

.site-footer__logo {
	align-items: flex-start;
	display: inline-flex;
	justify-content: flex-start;
	width: fit-content;
}

.site-footer__logo img {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	max-height: 82px;
	max-width: 235px;
	padding: 0;
	width: auto;
}

.site-footer__intro {
	color: var(--lwa-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
	margin: 0;
	max-width: 390px;
	text-shadow: none;
}

.site-footer__social {
	align-self: flex-start;
	background: var(--lwa-pastel);
	border: 1px solid rgba(154, 116, 67, 0.22);
	border-radius: 999px;
	color: var(--lwa-ink);
	font-size: 13px;
	font-weight: 800;
	gap: 10px;
	min-height: 42px;
	padding: 7px 15px 7px 8px;
	text-decoration: none;
}

.site-footer__social:hover,
.site-footer__social:focus-visible {
	background: #e6dac6;
	color: var(--lwa-ink);
	text-decoration: none;
}

.site-footer__social-icon {
	background: var(--lwa-white);
	color: var(--lwa-ink);
}

.site-footer__column {
	border: 0;
	padding: 0;
}

.site-footer__column h2 {
	color: var(--lwa-ink);
	font-family: "Lora", Georgia, serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 18px;
	padding-bottom: 12px;
	position: relative;
	text-shadow: none;
}

.site-footer__column h2::after {
	background: var(--lwa-gold);
	border-radius: 999px;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 38px;
}

.site-footer__column ul,
.site-footer__contact-list {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__column li {
	margin: 0;
}

.site-footer__column a,
.site-footer__contact-list a {
	color: var(--lwa-graphite);
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.45;
	text-decoration: none;
	text-shadow: none;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible,
.site-footer__contact-list a:hover,
.site-footer__contact-list a:focus-visible,
.site-footer__bottom-inner a:hover,
.site-footer__bottom-inner a:focus-visible {
	color: var(--lwa-gold-deep);
	text-decoration: none;
}

.site-footer__column--services ul {
	gap: 11px 22px;
	grid-template-columns: repeat(2, minmax(145px, 1fr));
}

.site-footer__column--services a {
	display: inline;
}

.site-footer__contact-list {
	gap: 12px;
}

.site-footer__contact-list a {
	background: var(--lwa-white);
	border: 1px solid rgba(154, 116, 67, 0.18);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(54, 54, 54, 0.045);
	color: var(--lwa-ink);
	display: block;
	font-weight: 800;
	padding: 13px 15px;
	word-break: break-word;
}

.site-footer__contact-list a:hover,
.site-footer__contact-list a:focus-visible {
	background: var(--lwa-pastel);
	border-color: rgba(154, 116, 67, 0.34);
	color: var(--lwa-ink);
	transform: translateY(-1px);
}

.site-footer__bottom {
	border-top: 1px solid rgba(154, 116, 67, 0.16);
	padding: 17px 0;
}

.site-footer__bottom-inner {
	align-items: center;
	border-top: 0;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding-bottom: 0;
	padding-top: 0;
}

.site-footer__bottom-inner p,
.site-footer__bottom-inner a {
	color: var(--lwa-muted);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
	margin: 0;
	text-align: left;
	text-shadow: none;
}

@media (max-width: 1140px) {
	.site-footer__main {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.site-footer__brand,
	.site-footer__column--services {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	.site-footer .site-shell {
		padding-left: 22px;
		padding-right: 22px;
	}

	.site-footer__cta {
		margin-bottom: 28px;
		padding: 24px 22px;
	}

	.site-footer__main {
		gap: 30px;
		grid-template-columns: 1fr;
		padding-bottom: 42px;
		padding-top: 46px;
	}

	.site-footer__brand,
	.site-footer__column--services {
		grid-column: auto;
	}

	.site-footer__brand {
		padding: 22px;
	}

	.site-footer__logo img {
		max-width: 210px;
	}

	.site-footer__column--services ul {
		grid-template-columns: 1fr;
	}

	.site-footer__bottom-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
	}
}

/* Modern flat footer tidy-up */
.site-footer,
.site-footer__bottom {
	background: #f4f1eb;
	color: var(--lwa-ink);
}

.site-footer {
	border-top: 1px solid rgba(154, 116, 67, 0.18);
	overflow: hidden;
}

.site-footer::before {
	content: none;
	display: none;
}

.site-footer .site-shell {
	max-width: 1220px;
}

.site-footer *,
.site-footer *::before,
.site-footer *::after {
	box-shadow: none !important;
	text-shadow: none !important;
}

.site-footer__cta {
	background: #ffffff;
	border: 1px solid rgba(154, 116, 67, 0.16);
	border-radius: 8px;
	color: var(--lwa-ink);
	margin-bottom: 0;
	padding: 24px 28px;
}

.site-footer__cta h2,
.site-footer__cta .rich-text {
	color: var(--lwa-ink);
}

.site-footer__cta-link,
.site-footer__cta-button {
	border-radius: 8px;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	min-height: 42px;
}

.site-footer__main {
	align-items: start;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(130px, 0.48fr) minmax(300px, 1.1fr) minmax(210px, 0.78fr) minmax(220px, 0.78fr);
	padding: 54px 30px 42px;
}

.site-footer__brand {
	background: transparent;
	border: 0;
	border-radius: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
	justify-self: end;
	max-width: 250px;
	order: 4;
	padding: 0;
	text-align: right;
}

.site-footer__logo {
	justify-content: flex-end;
	margin: 0;
	width: 100%;
}

.site-footer__logo img {
	background: transparent;
	border: 0;
	border-radius: 0;
	height: auto;
	max-height: 82px;
	max-width: 210px;
	padding: 0;
}

.site-footer__intro {
	color: rgba(54, 54, 54, 0.72);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.7;
	margin: 0;
	max-width: 250px;
}

.site-footer__social {
	align-self: flex-end;
	background: transparent;
	border: 1px solid rgba(154, 116, 67, 0.28);
	border-radius: 8px;
	color: var(--lwa-ink);
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	min-height: 38px;
	padding: 8px 12px;
	text-decoration: none;
}

.site-footer__social:hover,
.site-footer__social:focus-visible {
	background: var(--lwa-pastel);
	color: var(--lwa-ink);
	text-decoration: none;
	transform: none;
}

.site-footer__social-icon {
	background: transparent;
	color: currentColor;
	height: 18px;
	width: 18px;
}

.site-footer__social svg {
	height: 15px;
	width: 15px;
}

.site-footer__column {
	border: 0;
	min-width: 0;
	padding: 0;
}

.site-footer__column h2 {
	color: var(--lwa-ink);
	font-family: "Lora", Georgia, serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 18px;
	padding: 0 0 11px;
}

.site-footer__column h2::after {
	background: var(--lwa-gold);
	border-radius: 999px;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 38px;
}

.site-footer__column ul,
.site-footer__contact-list {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__column li {
	margin: 0;
}

.site-footer__column a,
.site-footer__contact-list a {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--lwa-graphite);
	display: inline;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.38;
	padding: 0;
	text-decoration: none;
	transition: color 160ms ease;
	word-break: normal;
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible,
.site-footer__contact-list a:hover,
.site-footer__contact-list a:focus-visible,
.site-footer__bottom-inner a:hover,
.site-footer__bottom-inner a:focus-visible {
	color: var(--lwa-gold-deep);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	transform: none;
}

.site-footer__column--services ul {
	gap: 0;
	grid-template-columns: 1fr;
}

.site-footer__column--services a {
	white-space: nowrap;
}

.site-footer__contact-list {
	gap: 0;
}

.site-footer__contact-list a {
	font-weight: 800;
	overflow-wrap: anywhere;
}

.site-footer__bottom {
	border-top: 1px solid rgba(154, 116, 67, 0.16);
	padding: 16px 0;
}

.site-footer__bottom-inner {
	align-items: center;
	border: 0;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 0 30px;
}

.site-footer__bottom-inner p,
.site-footer__bottom-inner a {
	color: var(--lwa-muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
	margin: 0;
}

@media (max-width: 1140px) {
	.site-footer__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__brand {
		grid-column: 1 / -1;
		justify-self: start;
		max-width: 420px;
		order: 4;
		text-align: left;
	}

	.site-footer__logo {
		justify-content: flex-start;
	}

	.site-footer__social {
		align-self: flex-start;
	}
}

@media (max-width: 720px) {
	.site-footer .site-shell {
		padding-left: 22px;
		padding-right: 22px;
	}

	.site-footer__cta {
		padding: 22px;
	}

	.site-footer__main {
		gap: 30px;
		grid-template-columns: 1fr;
		padding: 42px 22px 36px;
	}

	.site-footer__brand {
		grid-column: auto;
		max-width: none;
		order: 4;
	}

	.site-footer__intro {
		max-width: 420px;
	}

	.site-footer__column--services ul {
		grid-template-columns: 1fr;
	}

	.site-footer__bottom-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		padding: 0 22px;
	}
}


/* Service detail bullets and sidebar image */
.service-detail-grid {
	align-items: stretch;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 370px);
}

.service-detail-content {
	height: 100%;
}

.service-detail-content ul,
.service-detail-content ol {
	list-style: none;
	margin: 18px 0 26px;
	padding: 0;
}

.service-detail-content li {
	margin-bottom: 11px;
	padding-left: 30px;
	position: relative;
}

.service-detail-content ul li::before {
	background: var(--lwa-gold);
	border: 2px solid rgba(154, 116, 67, 0.28);
	border-radius: 999px;
	content: "";
	height: 8px;
	left: 4px;
	position: absolute;
	top: 0.68em;
	transform: translateY(-50%);
	width: 8px;
}

.service-detail-content ol {
	counter-reset: service-list;
}

.service-detail-content ol li {
	counter-increment: service-list;
}

.service-detail-content ol li::before {
	align-items: center;
	background: var(--lwa-gold);
	border-radius: 999px;
	color: var(--lwa-ink);
	content: counter(service-list);
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	height: 20px;
	justify-content: center;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0.16em;
	width: 20px;
}

.service-detail-sidebar {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	gap: 18px;
	height: 100%;
	min-height: 100%;
}

.service-detail-image {
	background: var(--lwa-pastel);
	border: 1px solid rgba(154, 116, 67, 0.18);
	border-radius: 8px;
	flex: 1 1 330px;
	margin: 0;
	min-height: 300px;
	overflow: hidden;
}

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

.service-detail-sidebar .service-contact-panel {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	min-height: 0;
	position: static;
}

.service-detail-sidebar .service-contact-panel__links {
	margin-top: 26px;
}

@media (max-width: 1120px) {
	.service-detail-grid {
		grid-template-columns: 1fr;
	}

	.service-detail-sidebar {
		height: auto;
		min-height: 0;
	}

	.service-detail-image {
		aspect-ratio: 16 / 9;
		flex: none;
		max-height: 330px;
	}

	.service-detail-sidebar .service-contact-panel {
		flex: none;
	}
}

@media (max-width: 640px) {
	.service-detail-content h2 {
		font-size: 28px;
	}

	.service-detail-content h3 {
		font-size: 22px;
	}

	.service-detail-content ul,
	.service-detail-content ol {
		margin-bottom: 22px;
	}

	.service-detail-content li {
		padding-left: 26px;
	}

	.service-detail-content ul li::before {
		left: 2px;
	}
}

/* Header shadow removal and anchor offset */
html {
	scroll-padding-top: 170px;
}

.site-header {
	position: fixed;
}

.site-logo,
.site-nav,
.site-header__actions,
.site-header__phone {
}

#about,
#services,
#contact,
.content-section,
.touch-strip,
.service-form-section,
.service-text-cta-section {
	scroll-margin-top: 170px;
}

body.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 860px) {
	html {
		scroll-padding-top: 24px;
	}

	.site-header,
	body.admin-bar .site-header {
		position: relative;
		top: auto;
	}

	#about,
	#services,
	#contact,
	.content-section,
	.touch-strip,
	.service-form-section,
	.service-text-cta-section {
		scroll-margin-top: 24px;
	}
}

/* Non-fixed header scroll behaviour */
html {
	scroll-padding-top: 28px;
}

.site-header,
body.admin-bar .site-header {
	position: absolute;
	top: 0;
}

#about,
#services,
#contact,
.content-section,
.touch-strip,
.service-form-section,
.service-text-cta-section {
	scroll-margin-top: 22px;
}

@media (max-width: 860px) {
	.site-header,
	body.admin-bar .site-header {
		position: relative;
		top: auto;
	}
}

/* Wider service hero heading */
.service-hero__copy {
	max-width: 900px;
}

.service-hero h1 {
	max-width: 880px;
}

.service-hero__intro {
	max-width: 650px;
}

@media (max-width: 840px) {
	.service-hero__copy,
	.service-hero h1,
	.service-hero__intro {
		max-width: 100%;
	}
}

/* Pill service CTA button with icon */
.service-hero .button--primary,
.service-text-cta .button--primary,
.gform_button,
input[type="submit"],
button[type="submit"] {
	border-radius: 50px 8px 50px 50px;
}

.button--with-icon {
	gap: 10px;
	padding-right: 14px;
}

.button__icon {
	align-items: center;
	background: #eae3d5;
	border: 1px solid rgba(154, 116, 67, 0.2);
	border-radius: 999px;
	color: #1f1f1f;
	display: inline-flex;
	flex: 0 0 auto;
	height: 24px;
	justify-content: center;
	transition: background-color 180ms ease, transform 180ms ease;
	width: 24px;
}

.button__icon svg {
	height: 14px;
	width: 14px;
}

.button__icon path {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.button--with-icon:hover .button__icon,
.button--with-icon:focus-visible .button__icon {
	background: #eae3d5;
	transform: translateX(2px);
}

/* Gold service CTA colour */
.service-hero .button--primary.button--with-icon {
	background: #ffffff;
	border: 1px solid #66666640;
	color: var(--lwa-ink);
}

.service-hero .button--primary.button--with-icon:hover,
.service-hero .button--primary.button--with-icon:focus-visible {
	background: #f7f4ef;
	border-color: #66666666;
	color: var(--lwa-ink);
}

.service-hero .button--with-icon .button__icon {
	background: #eae3d5;
	border-color: rgba(154, 116, 67, 0.2);
}

.service-hero .button--with-icon:hover .button__icon,
.service-hero .button--with-icon:focus-visible .button__icon {
	background: #eae3d5;
}

/* Slim champagne service CTA */
.service-hero .button--primary.button--with-icon {
	background: #ffffff;
	border: 1px solid #66666640;
	color: var(--lwa-ink);
	font-size: 18px;
	font-weight: 600;
	min-height: 40px;
	padding: 15px 14px 15px 18px;
}

.service-hero .button--primary.button--with-icon:hover,
.service-hero .button--primary.button--with-icon:focus-visible {
	background: #f7f4ef;
	border-color: #66666666;
	color: var(--lwa-ink);
}

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

.service-hero .button--with-icon .button__icon {
	background: #eae3d5;
	border-color: rgba(154, 116, 67, 0.2);
	height: 24px;
	width: 24px;
}

.service-hero .button--with-icon .button__icon svg {
	height: 14px;
	width: 14px;
}

/* Remove service hero vertical accent */
.service-hero__copy::before {
	display: none;
}


/* Service page hero image balance */
.service-hero {
	background-position: 72% center;
}

.service-hero::before {
	background: linear-gradient(100deg, rgba(251, 250, 248, 0.99) 0%, rgba(251, 250, 248, 0.97) 34%, rgba(251, 250, 248, 0.9) 48%, rgba(251, 250, 248, 0.58) 63%, rgba(251, 250, 248, 0.18) 76%, rgba(54, 54, 54, 0.16) 100%);
}


/* Services mega menu */
.site-nav__item {
	position: relative;
}

.site-nav__link {
	display: inline-flex;
}

.site-nav__link--services {
	align-items: center;
	gap: 0;
}

.site-nav__link--services::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	height: 7px;
	margin-top: -4px;
	transform: rotate(45deg);
	width: 7px;
}

.site-nav .site-nav__link--services::after {
	background: transparent;
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	bottom: auto;
	content: "";
	flex: 0 0 auto;
	height: 7px;
	left: auto;
	margin-top: -4px;
	position: static;
	transform: rotate(45deg);
	transform-origin: center;
	transition: none;
	width: 7px;
}

.site-nav .site-nav__link--services:hover::after,
.site-nav .site-nav__link--services:focus-visible::after {
	transform: rotate(45deg);
}

.services-mega {
	background: var(--lwa-cream);
	border: 1px solid rgba(102, 102, 102, 0.2);
	border-radius: 10px;
	left: 50%;
	opacity: 0;
	padding: 16px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 18px);
	transform: translateX(-50%) translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	visibility: hidden;
	width: min(940px, calc(100vw - 44px));
	z-index: 80;
}

.services-mega::before {
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	top: -20px;
}

.site-nav__item--services:hover .services-mega,
.site-nav__item--services:focus-within .services-mega {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
	visibility: visible;
}

.services-mega__list {
	align-content: start;
	align-items: start;
	display: grid;
	gap: 0 20px;
	grid-auto-rows: minmax(36px, auto);
	grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
	min-height: 0;
	position: relative;
}

.services-mega__item {
	display: contents;
}

.site-nav .services-mega__link {
	align-items: center;
	border-radius: 8px;
	color: var(--lwa-ink);
	display: flex;
	gap: 8px;
	grid-column: 1;
	height: auto;
	justify-content: flex-start;
	line-height: 1.2;
	min-height: 36px;
	padding: 7px 12px;
	width: 100%;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

.site-nav .services-mega__link:hover,
.site-nav .services-mega__link:focus-visible,
.services-mega__item.is-active .services-mega__link {
	background: #ffffff;
	color: var(--lwa-ink);
}

.site-nav .services-mega__link::after {
	display: none;
}

.services-mega__title {
	align-items: start;
	display: grid;
	font-family: "Lora", Georgia, serif;
	font-size: 16px;
	font-weight: 700;
	grid-template-columns: 8px minmax(0, 1fr);
	column-gap: 10px;
	line-height: 1.2;
}

.services-mega__title::before {
	background: #eae3d5;
	border: 1px solid rgba(154, 116, 67, 0.18);
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 7px;
	margin-top: 0.38em;
	width: 7px;
}

.services-mega__summary {
	color: var(--lwa-muted);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.42;
}

.services-mega__preview {
	align-content: start;
	background: #ffffff;
	border: 1px solid rgba(102, 102, 102, 0.14);
	border-radius: 10px;
	bottom: 0;
	display: grid;
	left: 380px;
	min-height: 0;
	min-width: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 160ms ease;
	width: auto;
	z-index: 1;
}

.services-mega__item.is-active .services-mega__preview,
.services-mega__item:hover .services-mega__preview,
.services-mega__item:focus-within .services-mega__preview {
	opacity: 1;
	pointer-events: auto;
	z-index: 2;
}

.services-mega__preview img {
	aspect-ratio: 26 / 7;
	height: auto;
	max-height: 145px;
	object-fit: cover;
	width: 100%;
}

.services-mega__preview-copy {
	padding: 14px 20px 16px;
}

.services-mega__preview-copy span {
	color: #80633b;
	display: block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.services-mega__preview-copy h3 {
	font-size: 23px;
	line-height: 1.12;
	margin-bottom: 7px;
}

.services-mega__preview-copy p {
	color: var(--lwa-muted);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

@media (max-width: 1180px) {
	.services-mega {
		left: auto;
		right: 50%;
		transform: translateX(50%) translateY(8px);
		width: min(900px, calc(100vw - 36px));
	}

	.site-nav__item--services:hover .services-mega,
	.site-nav__item--services:focus-within .services-mega {
		transform: translateX(50%) translateY(0);
	}
}

@media (max-width: 860px) {
	.site-nav__item--services {
		position: static;
	}

	.services-mega {
		left: 50%;
		max-height: 72vh;
		overflow-y: auto;
		right: auto;
		top: calc(100% + 8px);
		transform: translateX(-50%) translateY(8px);
		width: min(560px, calc(100vw - 28px));
	}

	.site-nav__item--services:hover .services-mega,
	.site-nav__item--services:focus-within .services-mega {
		transform: translateX(-50%) translateY(0);
	}

	.services-mega__list {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.services-mega__preview {
		display: none;
	}

	.site-nav .services-mega__link {
		min-height: 42px;
		padding: 10px 12px;
	}
}


/* Header nav and social refinement */
.site-nav > a,
.site-nav .site-nav__link {
	font-family: "Lora", Georgia, serif;
	font-size: 18px;
	font-weight: 700;
}

.site-header__phone {
	font-size: 17px;
}

.site-header__facebook {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 999px;
	color: var(--lwa-ink);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
	width: 42px;
}

.site-header__facebook:hover,
.site-header__facebook:focus-visible {
	background: #ffffff;
	color: var(--lwa-ink);
	transform: translateY(-1px);
}

.site-header__facebook svg {
	height: 18px;
	width: 18px;
}

.site-header__facebook path {
	fill: currentColor;
}

@media (max-width: 1180px) {
	.site-nav > a,
	.site-nav .site-nav__link {
		font-size: 18px;
	}
}

@media (max-width: 860px) {
	.site-nav > a,
	.site-nav .site-nav__link {
		font-size: 16px;
	}

	.site-header__phone {
		font-size: 16px;
	}
}


/* Mobile fullscreen menu */
.site-menu-toggle,
.site-mobile-menu {
	display: none;
}

body.is-menu-open {
	overflow: hidden;
}

@media (max-width: 860px) {
	.site-header {
		background: #ece3d4;
		height: auto;
		overflow: visible;
		position: relative;
	}

	.site-header__inner {
		align-items: center;
		display: flex;
		gap: 18px;
		height: 82px;
		justify-content: space-between;
		min-height: 82px;
		padding: 0 22px;
	}

	.site-logo {
		align-items: center;
		align-self: stretch;
		background: rgba(255, 255, 255, 0.97);
		border: 1px solid rgba(255, 255, 255, 0.82);
		border-radius: 0 0 8px 8px;
		display: inline-flex;
		flex: 0 1 auto;
		justify-content: center;
		left: auto;
		margin: 0;
		padding: 8px 12px 10px;
		position: relative;
		top: auto;
		transform: none;
		z-index: 2;
	}

	.site-logo img {
		height: 68px;
		max-width: min(52vw, 210px);
		object-fit: contain;
		width: auto;
	}

	.site-nav,
	.site-header__actions {
		display: none;
	}

	.site-menu-toggle {
		align-items: center;
		appearance: none;
		background: rgba(255, 255, 255, 0.78);
		border: 1px solid rgba(154, 116, 67, 0.22);
		border-radius: 999px;
		color: var(--lwa-ink);
		display: inline-flex;
		flex: 0 0 52px;
		height: 52px;
		justify-content: center;
		padding: 0;
		position: relative;
		transition: background-color 180ms ease, transform 180ms ease;
		width: 52px;
		z-index: 3;
	}

	.site-menu-toggle:hover,
	.site-menu-toggle:focus-visible {
		background: #ffffff;
		transform: translateY(-1px);
	}

	.site-menu-toggle__bars {
		display: grid;
		gap: 5px;
		width: 22px;
	}

	.site-menu-toggle__bars span {
		background: currentColor;
		border-radius: 999px;
		display: block;
		height: 2px;
		width: 100%;
	}

	.site-mobile-menu {
		background: #f1eee8;
		display: block;
		inset: 0;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		transition: opacity 180ms ease, visibility 180ms ease;
		visibility: hidden;
		z-index: 99998;
	}

	.site-mobile-menu.is-open {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
	}

	body.admin-bar .site-mobile-menu {
		top: 46px;
	}

	.site-mobile-menu__panel {
		background: #f1eee8;
		color: var(--lwa-ink);
		display: flex;
		flex-direction: column;
		height: 100%;
		min-height: 100%;
		overflow: hidden;
		padding: 16px 18px 24px;
	}

	.site-mobile-menu__top {
		display: flex;
		height: 44px;
		justify-content: flex-end;
		min-height: 44px;
		width: 100%;
	}

	.site-mobile-menu__close {
		align-items: center;
		appearance: none;
		background: transparent;
		border: 2px solid #80633b;
		border-radius: 999px;
		color: #80633b;
		display: inline-flex;
		flex: 0 0 44px;
		height: 44px;
		justify-content: center;
		margin: 0;
		padding: 0;
		position: relative;
		width: 44px;
	}

	.site-mobile-menu__close span {
		background: currentColor;
		border-radius: 999px;
		height: 2px;
		position: absolute;
		width: 23px;
	}

	.site-mobile-menu__close span:first-child {
		transform: rotate(45deg);
	}

	.site-mobile-menu__close span:last-child {
		transform: rotate(-45deg);
	}

	.site-mobile-menu__nav {
		display: block;
		margin-top: 22px;
		width: 100%;
	}

	.site-mobile-menu__primary,
	.site-mobile-menu__secondary {
		display: grid;
	}

	.site-mobile-menu__primary {
		gap: 11px;
	}

	.site-mobile-menu__link,
	.site-mobile-menu__secondary-link {
		border: 0;
		display: block;
		font-family: "Manrope", Arial, sans-serif;
		line-height: 1.18;
		padding: 0;
		max-width: 100%;
		text-decoration: none;
		overflow-wrap: break-word;
	}

	.site-mobile-menu__link {
		color: var(--lwa-ink);
		font-family: "Lora", Georgia, serif;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.28;
		text-transform: none;
	}

	.site-mobile-menu__secondary {
		gap: 12px;
		margin-top: 34px;
	}

	.site-mobile-menu__secondary-link {
		color: #80633b;
		font-size: 15px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.site-mobile-menu__logo {
		align-items: center;
		background: transparent;
		border: 0;
		border-radius: 0;
		display: inline-flex;
		justify-content: center;
		margin: auto auto 0;
		max-width: min(72vw, 260px);
		padding: 0;
		text-decoration: none;
	}

	.site-mobile-menu__logo img {
		height: auto;
		max-height: 64px;
		max-width: 100%;
		object-fit: contain;
		width: auto;
	}

	.site-mobile-menu__link:focus-visible,
	.site-mobile-menu__secondary-link:focus-visible,
	.site-mobile-menu__close:focus-visible,
	.site-menu-toggle:focus-visible {
		outline: 2px solid #80633b;
		outline-offset: 4px;
	}
}

@media (min-width: 783px) and (max-width: 860px) {
	body.admin-bar .site-mobile-menu {
		top: 32px;
	}
}

@media (max-width: 380px) {
	.site-mobile-menu__panel {
		padding-left: 14px;
		padding-right: 14px;
	}

	.site-mobile-menu__nav {
		margin-top: 24px;
	}

	.site-mobile-menu__primary {
		gap: 9px;
	}

	.site-mobile-menu__secondary {
		gap: 10px;
		margin-top: 28px;
	}

	.site-mobile-menu__link {
		font-size: 17px;
	}

	.site-mobile-menu__secondary-link {
		font-size: 14px;
	}

	.site-mobile-menu__logo img {
		max-height: 56px;
	}
}


/* Services index page */
#services-list {
	scroll-margin-top: 28px;
}

.services-index-section {
	background: var(--lwa-cream);
	padding: 86px 0 104px;
}

.services-index-heading {
	align-items: end;
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
	margin-bottom: 42px;
}

.services-index-heading__kicker {
	color: #80633b;
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.11em;
	line-height: 1.2;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.services-index-heading h2 {
	font-size: 48px;
	line-height: 1.14;
	max-width: 720px;
}

.services-index-heading .rich-text {
	color: var(--lwa-muted);
	font-size: 16px;
	line-height: 1.75;
}

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

.services-index-card {
	border-radius: 8px;
	min-height: 430px;
}

.services-index-card .service-card__image {
	aspect-ratio: 18 / 10;
}

.services-index-card .service-card__body {
	padding-bottom: 74px;
}

.services-index-card__summary {
	color: var(--lwa-muted);
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

.services-index-card__action {
	bottom: 26px;
	color: #80633b;
	font-size: 12px;
	font-weight: 900;
	left: 24px;
	letter-spacing: 0.08em;
	line-height: 1.2;
	position: absolute;
	right: 76px;
	text-transform: uppercase;
}

.services-index-empty {
	background: var(--lwa-white);
	border: 1px solid rgba(154, 116, 67, 0.18);
	border-radius: 8px;
	color: var(--lwa-muted);
	padding: 30px;
}

@media (max-width: 1120px) {
	.services-index-heading,
	.services-index-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.services-index-section {
		padding: 76px 0 86px;
	}

	.services-index-heading,
	.services-index-grid {
		grid-template-columns: 1fr;
	}

	.services-index-heading {
		gap: 18px;
		margin-bottom: 30px;
	}

	.services-index-heading h2 {
		font-size: 36px;
	}

	.services-index-card {
		min-height: 0;
	}
}


/* Contact page */
.contact-page-main {
	overflow: hidden;
}

.contact-page-section {
	background: var(--lwa-cream);
	padding: 86px 0 104px;
}

.contact-page-grid {
	align-items: start;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
}

.contact-page-details {
	display: grid;
	gap: 28px;
	padding-top: 12px;
}

.contact-page-details__intro h2,
.contact-page-form h2 {
	font-size: 38px;
	line-height: 1.16;
	margin-bottom: 16px;
}

.contact-page-details__intro .rich-text {
	color: var(--lwa-muted);
	font-size: 16px;
	line-height: 1.75;
	max-width: 640px;
}

.contact-detail-list {
	display: grid;
	gap: 14px;
}

.contact-detail-card {
	align-items: center;
	background: var(--lwa-white);
	border: 1px solid rgba(154, 116, 67, 0.18);
	border-radius: 8px;
	color: var(--lwa-ink);
	display: grid;
	gap: 16px;
	grid-template-columns: 42px minmax(0, 1fr);
	padding: 18px;
	text-decoration: none;
	transition: border-color 180ms ease, transform 180ms ease;
}

.contact-detail-card:hover,
.contact-detail-card:focus-visible {
	border-color: rgba(154, 116, 67, 0.42);
	transform: translateY(-2px);
}

.contact-detail-card__icon {
	align-items: center;
	background: #eae3d5;
	border: 1px solid rgba(154, 116, 67, 0.2);
	border-radius: 999px;
	color: #80633b;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.contact-detail-card__icon svg {
	height: 20px;
	width: 20px;
}

.contact-detail-card__icon path {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.contact-detail-card__icon--facebook path {
	fill: currentColor;
	stroke: none;
}

.contact-detail-card__copy {
	min-width: 0;
}

.contact-detail-card__label {
	color: #80633b;
	display: block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.contact-detail-card strong {
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.contact-page-form h2 {
	font-size: 30px;
}

.contact-page-form textarea {
	min-height: 92px;
}

.contact-page-form .gform_button,
.contact-page-form input[type="submit"],
.contact-page-form button[type="submit"] {
	align-items: center;
	background: #ffffff;
	border: 1px solid #66666640;
	border-radius: 50px 8px 50px 50px;
	color: var(--lwa-ink);
	display: inline-flex;
	font-family: "Lora", Georgia, serif;
	font-size: 18px;
	font-weight: 600;
	gap: 10px;
	justify-content: center;
	line-height: 1.2;
	min-height: 40px;
	padding: 15px 14px 15px 18px;
	width: auto;
}

.contact-page-form .gform_button:hover,
.contact-page-form .gform_button:focus-visible,
.contact-page-form input[type="submit"]:hover,
.contact-page-form input[type="submit"]:focus-visible,
.contact-page-form button[type="submit"]:hover,
.contact-page-form button[type="submit"]:focus-visible {
	background: #f7f4ef;
	border-color: #66666666;
	color: var(--lwa-ink);
}

.contact-page-form input[type="submit"].gform_button,
.contact-page-form input[type="submit"] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11.5' fill='%23eae3d5' stroke='%23d5c5ad'/%3E%3Ctext x='12' y='16' text-anchor='middle' font-family='Georgia,serif' font-size='15' font-weight='900' fill='%231f1f1f'%3E%26gt;%3C/text%3E%3C/svg%3E");
	background-position: right 14px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	padding-right: 48px;
	transition: background-color 180ms ease, background-position 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.contact-page-form input[type="submit"].gform_button:hover,
.contact-page-form input[type="submit"].gform_button:focus-visible,
.contact-page-form input[type="submit"]:hover,
.contact-page-form input[type="submit"]:focus-visible {
	background-position: right 12px center;
}

.contact-page-form .gform_button::after,
.contact-page-form input[type="submit"]::after,
.contact-page-form button[type="submit"]::after {
	align-items: center;
	background: #eae3d5;
	border: 1px solid rgba(154, 116, 67, 0.2);
	border-radius: 999px;
	color: #1f1f1f;
	content: ">";
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 900;
	height: 24px;
	justify-content: center;
	line-height: 1;
	transition: background-color 180ms ease, transform 180ms ease;
	width: 24px;
}

.contact-page-form .gform_button:hover::after,
.contact-page-form .gform_button:focus-visible::after,
.contact-page-form input[type="submit"]:hover::after,
.contact-page-form input[type="submit"]:focus-visible::after,
.contact-page-form button[type="submit"]:hover::after,
.contact-page-form button[type="submit"]:focus-visible::after {
	transform: translateX(2px);
}

@media (max-width: 1120px) {
	.contact-page-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.contact-page-section {
		padding: 76px 0 86px;
	}

	.contact-page-form,
	.contact-detail-card {
		padding: 24px;
	}

	.contact-detail-card {
		grid-template-columns: 38px minmax(0, 1fr);
	}

	.contact-detail-card strong {
		font-size: 16px;
	}
}


/* Responsive polish pass */
.site-footer__social {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(154, 116, 67, 0.22);
	border-radius: 999px;
	color: var(--lwa-ink);
	display: inline-flex;
	gap: 0;
	height: 42px;
	justify-content: center;
	min-height: 42px;
	padding: 0;
	width: 42px;
}

.site-footer__social:hover,
.site-footer__social:focus-visible {
	background: #ffffff;
	color: var(--lwa-ink);
}

.site-footer__social svg {
	height: 18px;
	width: 18px;
}

.site-footer__social path {
	fill: currentColor;
}

@media (max-width: 1180px) {
	.site-footer__main {
		gap: 34px;
		grid-template-columns: minmax(110px, 0.46fr) minmax(300px, 1fr) minmax(190px, 0.72fr) minmax(190px, 0.72fr);
	}

	.site-footer__brand {
		max-width: 230px;
	}
}

@media (max-width: 1140px) {
	.site-footer__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__brand {
		grid-column: 1 / -1;
		justify-self: start;
		max-width: 420px;
		text-align: left;
	}

	.site-footer__logo {
		justify-content: flex-start;
	}

	.site-footer__social {
		align-self: flex-start;
	}
}

@media (max-width: 860px) {
	.homepage-hero,
	.service-hero {
		min-height: auto;
	}

	.homepage-hero__inner,
	.service-hero__inner {
		min-height: 0;
		padding-bottom: 92px;
		padding-top: 84px;
	}

	.homepage-hero h1,
	.service-hero h1 {
		font-size: 44px;
		line-height: 1.08;
	}

	.homepage-hero__intro,
	.service-hero__intro {
		font-size: 16px;
		line-height: 1.65;
	}
}

@media (max-width: 720px) {
	.site-footer__main {
		gap: 24px;
		grid-template-columns: 1fr;
		padding: 38px 22px 34px;
	}

	.site-footer__brand {
		grid-column: auto;
		max-width: none;
		order: 4;
	}

	.site-footer__column h2 {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.site-footer__column a,
	.site-footer__contact-list a {
		font-size: 14px;
		line-height: 1.34;
	}

	.site-footer__intro {
		max-width: 420px;
	}

	.site-footer__bottom-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		padding: 0 22px;
	}
}

@media (max-width: 640px) {
	.homepage-hero__inner,
	.service-hero__inner {
		padding-bottom: 78px;
		padding-top: 74px;
	}

	.homepage-hero h1,
	.service-hero h1 {
		font-size: 36px;
	}

	.services-index-heading h2,
	.contact-page-details__intro h2,
	.contact-page-form h2 {
		font-size: 30px;
		line-height: 1.16;
	}

	.contact-page-form input[type="submit"].gform_button,
	.contact-page-form input[type="submit"],
	.contact-page-form button[type="submit"] {
		width: 100%;
	}
}

@media (max-width: 430px) {
	.site-mobile-menu__panel {
		padding: 15px 14px 22px;
	}

	.site-mobile-menu__nav {
		margin-top: 18px;
	}

	.site-mobile-menu__primary {
		gap: 8px;
	}

	.site-mobile-menu__link {
		font-size: 17px;
		line-height: 1.24;
	}

	.site-mobile-menu__secondary {
		gap: 9px;
		margin-top: 26px;
	}

	.site-mobile-menu__secondary-link {
		font-size: 14px;
	}

	.site-mobile-menu__logo img {
		max-height: 54px;
	}
}


/* Footer Facebook icon matches header */
.site-footer__social {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 999px;
	color: var(--lwa-ink);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	min-height: 42px;
	padding: 0;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
	width: 42px;
}

.site-footer__social:hover,
.site-footer__social:focus-visible {
	background: #ffffff;
	color: var(--lwa-ink);
	transform: translateY(-1px);
}

.site-footer__social svg {
	height: 18px;
	width: 18px;
}

.site-footer__social path {
	fill: currentColor;
}


/* Mobile text overflow fixes */
@media (max-width: 860px) {
	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	.site-shell,
	.homepage-main,
	.service-page-main,
	.contact-page-main,
	.content-section,
	.service-detail-section,
	.service-form-section,
	.service-text-cta-section,
	.touch-strip,
	.site-footer {
		max-width: 100%;
		overflow-x: clip;
	}

	.section-grid,
	.touch-strip__inner,
	.service-detail-grid,
	.service-form-grid,
	.service-text-cta,
	.contact-page-grid,
	.services-index-heading,
	.site-footer__cta {
		grid-template-columns: 1fr;
		min-width: 0;
	}

	.section-copy,
	.section-heading,
	.service-detail-content,
	.service-contact-panel,
	.service-form-copy,
	.service-form-card,
	.service-text-cta__copy,
	.contact-page-details,
	.contact-page-form,
	.contact-detail-card,
	.site-footer__column,
	.site-footer__brand {
		max-width: 100%;
		min-width: 0;
	}

	.rich-text,
	.rich-text p,
	.section-copy,
	.section-copy p,
	.service-detail-content,
	.service-detail-content p,
	.service-detail-content li,
	.service-contact-panel,
	.service-contact-panel p,
	.service-text-cta__copy,
	.contact-page-details,
	.contact-page-details p,
	.site-footer,
	.site-footer p,
	.site-footer a,
	.site-mobile-menu a {
		overflow-wrap: break-word;
		word-break: normal;
	}

	.homepage-hero h1,
	.service-hero h1,
	.section-copy h2,
	.section-heading h2,
	.service-form-copy h2,
	.service-text-cta__copy h2,
	.service-detail-content h2,
	.service-detail-content h3,
	.services-index-heading h2,
	.contact-page-details__intro h2,
	.contact-page-form h2 {
		overflow-wrap: break-word;
		text-wrap: balance;
	}

	.services-carousel {
		margin-right: 0;
		max-width: 100%;
		overflow: hidden;
		width: 100%;
	}

	.services-heading-actions,
	.touch-strip__actions,
	.service-text-cta__actions,
	.site-footer__cta-actions {
		justify-content: flex-start;
		max-width: 100%;
		min-width: 0;
	}

	.services-heading-actions .button,
	.touch-strip__link,
	.touch-strip .button,
	.service-text-cta .button,
	.site-footer__cta-link,
	.site-footer__cta-button,
	.service-form-copy__links a,
	.service-contact-panel__links a {
		max-width: 100%;
		white-space: normal;
	}

	.site-footer__column--services a {
		white-space: normal;
	}
}

@media (max-width: 640px) {
	.service-detail-content,
	.service-form-card,
	.contact-page-form,
	.contact-detail-card {
		padding: 22px;
	}

	.service-contact-panel {
		padding: 24px;
	}

	.service-contact-panel__link--phone .service-contact-panel__value {
		font-size: 21px;
		line-height: 1.12;
	}

	.service-form-copy__links,
	.service-contact-panel__links {
		gap: 9px;
	}
}


/* Service page mobile overflow cleanup */
@media (max-width: 860px) {
	.service-page-main,
	.service-page-main * {
		box-sizing: border-box;
		min-width: 0;
	}

	.service-page-main .site-shell,
	.service-hero__copy,
	.service-hero__intro,
	.service-detail-grid,
	.service-detail-sidebar,
	.service-detail-content,
	.service-contact-panel,
	.service-contact-panel__links,
	.service-contact-panel__link,
	.service-contact-panel__text,
	.service-form-grid,
	.service-form-copy,
	.service-form-copy__links,
	.service-form-copy__links a,
	.service-form-card,
	.service-text-cta,
	.service-text-cta__copy,
	.service-text-cta__actions {
		max-width: 100%;
		width: 100%;
	}

	.service-page-main p,
	.service-page-main li,
	.service-page-main a,
	.service-page-main span,
	.service-page-main strong,
	.service-page-main em,
	.service-page-main h1,
	.service-page-main h2,
	.service-page-main h3,
	.service-page-main h4,
	.service-page-main .rich-text,
	.service-contact-panel__value {
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.service-detail-content figure,
	.service-detail-content blockquote,
	.service-detail-content table,
	.service-detail-content img,
	.service-detail-content iframe,
	.service-detail-content video {
		max-width: 100%;
	}

	.service-detail-content figure,
	.service-detail-content blockquote {
		margin-left: 0;
		margin-right: 0;
	}

	.service-detail-content table {
		table-layout: fixed;
		width: 100%;
	}

	.service-detail-content th,
	.service-detail-content td {
		overflow-wrap: anywhere;
	}

	.service-hero .button--primary.button--with-icon,
	.service-text-cta .button--primary.button--with-icon {
		align-items: center;
		display: inline-flex;
		justify-content: space-between;
		max-width: 100%;
		text-align: left;
		white-space: normal;
	}

	.service-hero .button--with-icon > span:first-child,
	.service-text-cta .button--with-icon > span:first-child {
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.service-contact-panel__link,
	.service-contact-panel__link--email {
		grid-template-columns: 36px minmax(0, 1fr);
	}

	.service-form-copy__links a,
	.service-contact-panel__links a {
		white-space: normal;
	}
}

@media (max-width: 430px) {
	.service-detail-content,
	.service-form-card {
		padding: 20px;
	}

	.service-contact-panel {
		padding: 22px;
	}

	.service-contact-panel__link,
	.service-contact-panel__link--email {
		gap: 10px;
		grid-template-columns: 32px minmax(0, 1fr);
	}

	.service-contact-panel__icon,
	.service-contact-panel__link--phone .service-contact-panel__icon {
		height: 32px;
		width: 32px;
	}

	.service-contact-panel__link--phone .service-contact-panel__value {
		font-size: 19px;
	}
}


/* Homepage services carousel control spacing */
.content-section--services .services-heading-row {
	margin-bottom: 28px;
}

.content-section--services .services-carousel__controls {
	margin: 0 0 16px;
}

.content-section--services .services-carousel {
	padding-top: 0;
}

@media (max-width: 840px) {
	.content-section--services .services-heading-row {
		margin-bottom: 24px;
	}

	.content-section--services .services-carousel__controls {
		justify-content: flex-start;
		margin-bottom: 14px;
	}
}

@media (max-width: 640px) {
	.content-section--services .services-carousel__controls {
		justify-content: center;
		margin-bottom: 12px;
	}
}


/* Header services dropdown arrow spacing */
.site-nav .site-nav__link--services {
	align-items: center;
	column-gap: 9px;
	display: inline-flex;
	padding-right: 2px;
	white-space: nowrap;
}

.site-nav .site-nav__link--services::after {
	margin-left: 0;
	margin-top: -3px;
}


/* Laptop hero sizing */
@media (min-width: 1121px) and (max-width: 1500px) {
	.homepage-hero {
		min-height: 640px;
	}

	.service-hero {
		min-height: 560px;
	}

	.homepage-hero__inner,
	.service-hero__inner {
		padding-bottom: 128px;
		padding-top: 210px;
	}

	.service-hero__inner {
		padding-bottom: 108px;
	}

	.homepage-hero h1 {
		font-size: clamp(46px, 4.1vw, 58px);
		line-height: 1.08;
		max-width: 760px;
	}

	.service-hero h1 {
		font-size: clamp(40px, 3.55vw, 52px);
		line-height: 1.08;
		max-width: 760px;
	}

	.homepage-hero__intro,
	.service-hero__intro {
		font-size: 17px;
		line-height: 1.62;
	}
}
