/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

:root {
	--blw-black: #080a0a;
	--blw-ink: #101313;
	--blw-panel: #151818;
	--blw-cream: #f4efe6;
	--blw-paper: #fbf8f1;
	--blw-gold: #d5ad58;
	--blw-gold-dark: #9e7934;
	--blw-muted: #c6c1b7;
	--blw-line: rgba(213, 173, 88, 0.42);
	--blw-serif: Georgia, "Times New Roman", serif;
	--blw-sans: "Montserrat", "Avenir Next", Arial, sans-serif;
}

body {
	margin: 0;
	background: var(--blw-black);
	color: #ffffff;
	font-family: var(--blw-sans);
	letter-spacing: 0;
}

#wpadminbar + .blw-site .blw-header {
	top: 32px;
}

.blw-site,
.blw-site * {
	box-sizing: border-box;
}

.blw-site a {
	color: inherit;
	text-decoration: none;
}

.blw-header {
	position: sticky;
	top: 0;
	z-index: 20;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	min-height: 76px;
	padding: 0 clamp(22px, 5vw, 86px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(7, 9, 10, 0.94);
	backdrop-filter: blur(18px);
}

.blw-header::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	height: 11px;
	content: "";
	background: linear-gradient(
		90deg,
		rgba(213, 173, 88, 0),
		rgba(213, 173, 88, 0.72) 16%,
		rgba(255, 242, 189, 0.98) 32%,
		rgba(159, 213, 255, 0.86) 48%,
		rgba(240, 200, 109, 0.92) 64%,
		rgba(255, 246, 215, 0.98) 82%,
		rgba(213, 173, 88, 0)
	);
	background-size: 240% 100%;
	box-shadow:
		0 -2px 8px rgba(255, 242, 189, 0.34),
		0 0 18px rgba(213, 173, 88, 0.62),
		0 0 42px rgba(159, 213, 255, 0.24);
	filter: blur(3px);
	opacity: 0.92;
	mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.88) 35%, transparent 100%);
	pointer-events: none;
	animation: blw-header-lightbar 8s linear infinite;
}

.blw-header::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	content: "";
	background: linear-gradient(90deg, #d5ad58, #fff2bd, #9fd5ff, #f0c86d, #fff6d7, #d5ad58);
	background-size: 240% 100%;
	box-shadow: 0 0 10px rgba(255, 242, 189, 0.72);
	pointer-events: none;
	animation: blw-header-lightbar 8s linear infinite;
}

@keyframes blw-header-lightbar {
	0% {
		background-position: 0% 50%;
		filter: saturate(1);
	}

	50% {
		background-position: 100% 50%;
		filter: saturate(1.18);
	}

	100% {
		background-position: 240% 50%;
		filter: saturate(1);
	}
}

.blw-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-width: max-content;
}

.blw-brand-mark {
	position: relative;
	width: 38px;
	height: 38px;
	border: 1px solid var(--blw-gold);
	border-radius: 50%;
}

.blw-brand-mark::before,
.blw-brand-mark::after {
	position: absolute;
	inset: 5px;
	content: "";
	border-top: 1px solid var(--blw-gold);
	border-bottom: 1px solid var(--blw-gold);
	transform: rotate(45deg);
}

.blw-brand-mark::after {
	transform: rotate(-45deg);
}

.blw-brand-text strong,
.blw-brand-text em {
	display: block;
	font-family: var(--blw-serif);
	font-style: normal;
	line-height: 0.95;
	letter-spacing: 2px;
}

.blw-brand-text strong {
	font-size: 24px;
	font-weight: 500;
}

.blw-brand-text em {
	font-size: 14px;
}

.blw-nav {
	display: flex;
	justify-content: center;
	gap: clamp(14px, 2.1vw, 34px);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.blw-nav a {
	position: relative;
	padding: 29px 0 27px;
	color: rgba(255, 255, 255, 0.86);
}

.blw-nav a:hover,
.blw-nav a:focus {
	color: var(--blw-gold);
}

.blw-nav a:first-child::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
	height: 2px;
	content: "";
	background: var(--blw-gold);
}

.blw-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 46px;
	height: 42px;
	border: 1px solid rgba(213, 173, 88, 0.7);
	background: transparent;
	color: #ffffff;
	cursor: pointer;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, background 0.22s ease;
}

.blw-menu-toggle:hover,
.blw-menu-toggle:focus-visible {
	transform: translateY(-1px);
	border-color: #f2cf79;
	background: rgba(213, 173, 88, 0.1);
	box-shadow:
		0 0 0 1px rgba(242, 207, 121, 0.16),
		0 0 16px rgba(213, 173, 88, 0.42),
		0 0 34px rgba(213, 173, 88, 0.2);
}

.blw-menu-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	flex: 0 0 auto;
	background: var(--blw-gold);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.blw-menu-toggle span + span {
	margin-top: 5px;
}

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

.blw-header.is-menu-open .blw-menu-toggle span:nth-child(2) {
	opacity: 0;
}

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

.blw-outline-btn,
.blw-gold-btn,
.blw-ghost-btn {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 43px;
	padding: 0 28px;
	border: 1px solid var(--blw-gold);
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, background 0.22s ease;
}

.blw-outline-btn > span,
.blw-gold-btn > span,
.blw-ghost-btn > span,
.blw-card-body a > span {
	position: relative;
	z-index: 1;
	display: inline-grid;
	place-items: center;
	width: 18px;
	height: 18px;
	font-size: 10px;
	line-height: 1;
	transition: transform 0.22s ease;
}

.blw-outline-btn:hover > span,
.blw-outline-btn:focus-visible > span,
.blw-gold-btn:hover > span,
.blw-gold-btn:focus-visible > span,
.blw-ghost-btn:hover > span,
.blw-ghost-btn:focus-visible > span,
.blw-card-body a:hover > span,
.blw-card-body a:focus-visible > span {
	transform: translateX(3px);
}

.blw-outline-btn::before,
.blw-gold-btn::before,
.blw-ghost-btn::before {
	position: absolute;
	inset: -45% auto -45% -65%;
	z-index: 0;
	width: 52%;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(255, 244, 197, 0.7), transparent);
	filter: blur(4px);
	opacity: 0;
	pointer-events: none;
	transform: skewX(-18deg);
	transition: left 0.42s ease, opacity 0.24s ease;
}

.blw-outline-btn:hover,
.blw-outline-btn:focus-visible,
.blw-gold-btn:hover,
.blw-gold-btn:focus-visible,
.blw-ghost-btn:hover,
.blw-ghost-btn:focus-visible {
	transform: translateY(-2px);
	border-color: #f2cf79;
	box-shadow:
		0 0 0 1px rgba(242, 207, 121, 0.18),
		0 0 18px rgba(213, 173, 88, 0.45),
		0 0 42px rgba(213, 173, 88, 0.22);
	text-shadow: 0 0 14px rgba(255, 237, 174, 0.55);
}

.blw-outline-btn:hover::before,
.blw-outline-btn:focus-visible::before,
.blw-gold-btn:hover::before,
.blw-gold-btn:focus-visible::before,
.blw-ghost-btn:hover::before,
.blw-ghost-btn:focus-visible::before {
	left: 112%;
	opacity: 1;
}

.blw-outline-btn {
	background: transparent;
	color: #ffffff;
}

.blw-gold-btn {
	background: linear-gradient(180deg, #e5c477, #c89d4d);
	color: #080a0a!important;
}

.blw-gold-btn:hover,
.blw-gold-btn:focus-visible {
	background: linear-gradient(180deg, #f4d88d, #d7aa4f);
	color: #070807;
	text-shadow: 0 0 12px rgba(255, 255, 255, 0.36);
}

.blw-ghost-btn {
	border-color: rgba(213, 173, 88, 0.58);
	background: rgba(5, 7, 8, 0.34);
	color: #ffffff;
}

.blw-outline-btn:hover,
.blw-outline-btn:focus-visible,
.blw-ghost-btn:hover,
.blw-ghost-btn:focus-visible {
	background: rgba(213, 173, 88, 0.11);
	color: #fff6d6;
}

.blw-site .wp-block-button__link,
.blw-site .button,
.blw-site button:not(.blw-menu-toggle):not(.blw-modal-close),
.blw-site input[type="button"],
.blw-site input[type="submit"] {
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, background 0.22s ease, text-shadow 0.22s ease;
}

.blw-site .wp-block-button__link:hover,
.blw-site .wp-block-button__link:focus-visible,
.blw-site .button:hover,
.blw-site .button:focus-visible,
.blw-site button:not(.blw-menu-toggle):not(.blw-modal-close):hover,
.blw-site button:not(.blw-menu-toggle):not(.blw-modal-close):focus-visible,
.blw-site input[type="button"]:hover,
.blw-site input[type="button"]:focus-visible,
.blw-site input[type="submit"]:hover,
.blw-site input[type="submit"]:focus-visible {
	transform: translateY(-2px);
	border-color: #f2cf79;
	box-shadow:
		0 0 0 1px rgba(242, 207, 121, 0.16),
		0 0 18px rgba(213, 173, 88, 0.42),
		0 0 42px rgba(213, 173, 88, 0.2);
	text-shadow: 0 0 12px rgba(255, 237, 174, 0.45);
}

.blw-hero {
	position: relative;
	min-height: clamp(610px, 72vw, 810px);
	display: grid;
	align-items: center;
	padding: 116px clamp(24px, 10vw, 160px) 92px;
	overflow: hidden;
	background-image:
		linear-gradient(90deg, rgba(3, 5, 6, 0.92) 0%, rgba(3, 5, 6, 0.68) 35%, rgba(3, 5, 6, 0.18) 64%, rgba(3, 5, 6, 0.3) 100%),
		linear-gradient(180deg, rgba(3, 5, 6, 0.28), rgba(3, 5, 6, 0.74)),
		var(--blw-hero-image);
	background-position: center;
	background-size: cover;
}

.blw-hero-inner {
	width: min(760px, 100%);
}

.blw-kicker {
	margin: 0 0 14px;
	color: var(--blw-gold);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.blw-hero h1,
.blw-section-heading h2,
.blw-split h2,
.blw-gallery h2,
.blw-cta h2 {
	margin: 0;
	font-family: var(--blw-serif);
	font-weight: 400;
	letter-spacing: 0;
}

.blw-hero h1 {
	font-size: clamp(58px, 7vw, 104px);
	line-height: 0.94;
}

.blw-hero-copy {
	max-width: 510px;
	margin: 28px 0 0;
	color: #ffffff;
	font-size: 17px;
	line-height: 1.7;
}

.blw-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 30px;
}

.blw-feature-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	padding: 24px clamp(22px, 5.5vw, 118px);
	border-top: 1px solid rgba(213, 173, 88, 0.16);
	border-bottom: 1px solid rgba(213, 173, 88, 0.16);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 18%, rgba(255, 255, 255, 0.02) 82%, transparent),
		linear-gradient(90deg, #111414, #181b1c 50%, #111414);
}

.blw-feature {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	align-items: center;
	column-gap: 14px;
	min-height: 78px;
	padding: 0 clamp(12px, 1.35vw, 24px);
	border-right: 1px solid rgba(213, 173, 88, 0.38);
}

.blw-feature:first-child {
	padding-left: 0;
}

.blw-feature:last-child {
	border-right: 0;
	padding-right: 0;
}

.blw-feature-icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	color: var(--blw-gold);
	opacity: 0.92;
}

.blw-feature-icon i {
	display: block;
	font-size: 34px;
	line-height: 1;
	text-shadow: 0 0 18px rgba(213, 173, 88, 0.26);
}

.blw-feature-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
}

.blw-feature-copy {
	display: block;
	min-width: 0;
}

.blw-feature strong {
	display: block;
	color: var(--blw-gold);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.22;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.blw-feature p {
	margin: 9px 0 0;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.45;
}

.blw-section {
	padding: 38px clamp(24px, 10vw, 160px) 44px;
	background: var(--blw-paper);
	color: var(--blw-ink);
}

.blw-section-heading {
	margin: 0 auto 25px;
	text-align: center;
}

.blw-section-heading .blw-kicker {
	margin-bottom: 6px;
}

.blw-section-heading h2,
.blw-gallery h2 {
	font-size: clamp(34px, 4vw, 49px);
	line-height: 1.05;
	margin-bottom: 15px;
}

.blw-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.blw-service-card {
	min-height: 385px;
	display: grid;
	grid-template-rows: 185px minmax(0, 1fr);
	background: #111414;
	color: #ffffff;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}

.blw-card-image {
	background-position: left center;
	background-size: cover;
}

.blw-card-image-center {
	background-position: center;
}

.blw-card-image-right {
	background-position: right center;
}

.blw-card-body {
	position: relative;
	padding: 29px 28px 25px;
}

.blw-card-body span {
    position: absolute;
    top: -22px;
    left: 26px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--blw-gold);
    color: #111414;
    font-family: var(--blw-serif);
    font-size: 20px;
}

.blw-card-body h3 {
	margin: 0 0 10px;
	color: var(--blw-gold);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.blw-card-body p {
	margin: 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.55;
}

.blw-card-body a {
	display: inline-flex;
	margin-top: 16px;
	color: var(--blw-gold);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.blw-split {
	min-height: 450px;
	display: grid;
	align-items: center;
	padding: 70px clamp(24px, 10vw, 160px);
	background-image:
		linear-gradient(90deg, rgba(5, 7, 8, 0.98) 0%, rgba(5, 7, 8, 0.86) 38%, rgba(5, 7, 8, 0.18) 70%),
		var(--blw-split-image);
	background-position: center;
	background-size: cover;
}

.blw-split-copy {
	max-width: 595px;
}

.blw-split h2 {
	max-width: 520px;
	font-size: clamp(36px, 4.5vw, 56px);
	line-height: 0.98;
}

.blw-split-copy > p:not(.blw-kicker) {
	margin: 22px 0 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.65;
}

.blw-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 24px;
	margin: 28px 0 30px;
}

.blw-benefits span {
	position: relative;
	padding-left: 34px;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.4;
}

.blw-benefits span::before {
	position: absolute;
	left: 0;
	top: 0;
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	content: "\2713";
    background: #d5ad58;
    color: #000000;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 0 14px rgba(56, 179, 107, 0.28);
}

.blw-process {
	padding-top: 80px;
	padding-bottom: 80px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
		radial-gradient(circle at 50% 8%, rgba(213, 173, 88, 0.16), transparent 34%),
		#090b0b;
	color: #ffffff;
}

.blw-process .blw-section-heading h2 {
	color: #ffffff;
	text-shadow: 0 0 28px rgba(213, 173, 88, 0.16);
}

.blw-process .blw-kicker {
	color: #e6bf66;
}

.blw-steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	max-width: 1110px;
	margin: 24px auto 0;
	text-align: center;
}

.blw-steps::before {
	position: absolute;
	top: 22px;
	left: 12.5%;
	right: 12.5%;
	height: 1px;
	content: "";
	background: rgba(213, 173, 88, 0.38);
}

.blw-steps::after {
	position: absolute;
	top: 21px;
	left: 12.5%;
	width: 75%;
	height: 3px;
	content: "";
	background:
		linear-gradient(90deg, rgba(213, 173, 88, 0.05), rgba(213, 173, 88, 0.72) 72%, #fff3be 100%);
	box-shadow:
		0 0 10px rgba(213, 173, 88, 0.58),
		0 0 26px rgba(213, 173, 88, 0.32);
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left center;
	animation: blw-process-line 10.5s ease-in-out infinite;
}

.blw-step {
	position: relative;
	z-index: 1;
}

.blw-step span {
	display: grid;
	place-items: center;
	width: 45px;
	height: 45px;
	margin: 0 auto 32px;
	border: 2px solid var(--blw-gold);
	border-radius: 50%;
	background: #090b0b;
	color: var(--blw-gold);
	font-weight: 900;
	box-shadow: 0 0 0 rgba(213, 173, 88, 0);
	animation: blw-process-step-1 10.5s ease-in-out infinite;
}

.blw-step:nth-child(2) span {
	animation-name: blw-process-step-2;
}

.blw-step:nth-child(3) span {
	animation-name: blw-process-step-3;
}

.blw-step:nth-child(4) span {
	animation-name: blw-process-step-4;
}

.blw-step strong {
	display: block;
	margin-bottom: 8px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.blw-step p {
	max-width: 190px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.76);
	font-size: 12px;
	line-height: 1.45;
}

@keyframes blw-process-step-1 {
	0%,
	12% {
		border-color: #ffe3a1;
		background: radial-gradient(circle at 50% 45%, #2a210d 0%, #090b0b 64%);
		color: #fff3be;
		box-shadow:
			0 0 0 4px rgba(213, 173, 88, 0.14),
			0 0 16px rgba(213, 173, 88, 0.68),
			0 0 38px rgba(213, 173, 88, 0.34);
		text-shadow: 0 0 12px rgba(255, 239, 184, 0.95);
	}

	18%,
	100% {
		border-color: var(--blw-gold);
		background: #090b0b;
		color: var(--blw-gold);
		box-shadow: 0 0 0 rgba(213, 173, 88, 0);
		text-shadow: none;
	}
}

@keyframes blw-process-step-2 {
	0%,
	31%,
	45%,
	100% {
		border-color: var(--blw-gold);
		background: #090b0b;
		color: var(--blw-gold);
		box-shadow: 0 0 0 rgba(213, 173, 88, 0);
		text-shadow: none;
	}

	34%,
	42% {
		border-color: #ffe3a1;
		background: radial-gradient(circle at 50% 45%, #2a210d 0%, #090b0b 64%);
		color: #fff3be;
		box-shadow:
			0 0 0 4px rgba(213, 173, 88, 0.14),
			0 0 16px rgba(213, 173, 88, 0.68),
			0 0 38px rgba(213, 173, 88, 0.34);
		text-shadow: 0 0 12px rgba(255, 239, 184, 0.95);
	}
}

@keyframes blw-process-step-3 {
	0%,
	60%,
	74%,
	100% {
		border-color: var(--blw-gold);
		background: #090b0b;
		color: var(--blw-gold);
		box-shadow: 0 0 0 rgba(213, 173, 88, 0);
		text-shadow: none;
	}

	63%,
	71% {
		border-color: #ffe3a1;
		background: radial-gradient(circle at 50% 45%, #2a210d 0%, #090b0b 64%);
		color: #fff3be;
		box-shadow:
			0 0 0 4px rgba(213, 173, 88, 0.14),
			0 0 16px rgba(213, 173, 88, 0.68),
			0 0 38px rgba(213, 173, 88, 0.34);
		text-shadow: 0 0 12px rgba(255, 239, 184, 0.95);
	}
}

@keyframes blw-process-step-4 {
	0%,
	89%,
	100% {
		border-color: var(--blw-gold);
		background: #090b0b;
		color: var(--blw-gold);
		box-shadow: 0 0 0 rgba(213, 173, 88, 0);
		text-shadow: none;
	}

	92%,
	98% {
		border-color: #ffe3a1;
		background: radial-gradient(circle at 50% 45%, #2a210d 0%, #090b0b 64%);
		color: #fff3be;
		box-shadow:
			0 0 0 4px rgba(213, 173, 88, 0.14),
			0 0 16px rgba(213, 173, 88, 0.68),
			0 0 38px rgba(213, 173, 88, 0.34);
		text-shadow: 0 0 12px rgba(255, 239, 184, 0.95);
	}
}

@keyframes blw-process-line {
	0%,
	12% {
		opacity: 0;
		transform: scaleX(0);
	}

	16% {
		opacity: 1;
		transform: scaleX(0);
	}

	31% {
		opacity: 1;
		transform: scaleX(0.333);
	}

	45% {
		opacity: 1;
		transform: scaleX(0.333);
	}

	60% {
		opacity: 1;
		transform: scaleX(0.666);
	}

	74% {
		opacity: 1;
		transform: scaleX(0.666);
	}

	89% {
		opacity: 1;
		transform: scaleX(1);
	}

	98%,
	100% {
		opacity: 0;
		transform: scaleX(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.blw-header::after,
	.blw-steps::after,
	.blw-step span {
		animation: none;
	}
}

.blw-gallery {
	padding: 36px clamp(24px, 10vw, 160px) 42px;
	background:
		radial-gradient(circle at 15% 0%, rgba(213, 173, 88, 0.12), transparent 30%),
		linear-gradient(180deg, #fbfaf6 0%, #f1eee7 100%);
	color: var(--blw-ink);
}

.blw-gallery-head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 24px;
	margin-bottom: 20px;
}

.blw-gallery-row {
padding: 20px 0
}

.blw-gallery .blw-kicker {
	color: var(--blw-gold);
}

.blw-gallery .blw-outline-btn {
	border-color: rgba(127, 91, 34, 0.55);
	color: var(--blw-ink);
}

.blw-gallery .blw-outline-btn:hover,
.blw-gallery .blw-outline-btn:focus-visible {
	background: rgba(213, 173, 88, 0.16);
	color: #1b1710;
}

.blw-gallery-row span {
	display: block;
	min-height: 137px;
	background-size: cover;
	background-position: center;
}

.blw-gallery-row span:nth-child(1) {
	background-position: left center;
}

.blw-gallery-row span:nth-child(3) {
	background-position: center top;
}

.blw-gallery-row span:nth-child(5) {
	background-position: right center;
}

.blw-reviews {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px;
	padding: 40px clamp(24px, 10vw, 160px);
	background: var(--blw-paper);
	color: var(--blw-ink);
}

.blw-reviews article {
	padding-right: 30px;
	border-right: 1px solid rgba(0, 0, 0, 0.28);
}

.blw-reviews article:last-child {
	border-right: 0;
}

.blw-reviews strong {
display: block;
    margin-bottom: 14px;
    color: #ffa600;
    letter-spacing: 3px;
    font-size: 26px;
}

.blw-reviews p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.6;
}

.blw-reviews span {
	color: #55504a;
	font-size: 13px;
}

.blw-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	padding: 42px clamp(24px, 10vw, 160px);
	background-image:
		linear-gradient(90deg, rgba(5, 7, 8, 0.96), rgba(5, 7, 8, 0.78)),
		var(--blw-cta-image);
	background-position: center bottom;
	background-size: cover;
}

.blw-cta h2 {
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.05;
}

.blw-cta p {
	max-width: 620px;
	margin: 10px 0 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.5;
}

.blw-footer {
	display: grid;
	grid-template-columns: 1.8fr 1fr 1fr 1.25fr;
	gap: 42px;
	padding: 38px clamp(24px, 10vw, 160px) 44px;
	background: #101313;
	color: #ffffff;
}

.blw-footer p {
	max-width: 330px;
	margin: 18px 0 0;
	color: var(--blw-muted);
	font-size: 13px;
	line-height: 1.55;
}

.blw-footer strong {
	display: block;
	margin-bottom: 12px;
	color: var(--blw-gold);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.blw-footer a,
.blw-footer span {
	display: block;
	margin-bottom: 8px;
	color: #ffffff;
	font-size: 13px;
}

.blw-social-links {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 18px;
}

.blw-footer .blw-social-links a {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border: 1px solid rgba(213, 173, 88, 0.48);
	border-radius: 50%;
	color: var(--blw-gold);
	font-size: 16px;
	text-decoration: none;
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, background 0.22s ease;
}

.blw-footer .blw-social-links a:hover,
.blw-footer .blw-social-links a:focus-visible {
	transform: translateY(-2px);
	border-color: #f2cf79;
	background: rgba(213, 173, 88, 0.1);
	color: #fff6d6;
	box-shadow:
		0 0 0 1px rgba(242, 207, 121, 0.14),
		0 0 18px rgba(213, 173, 88, 0.38);
}

.blw-page-main {
	background: var(--blw-paper);
	color: var(--blw-ink);
}

.blw-page-hero {
	padding: clamp(68px, 10vw, 118px) clamp(24px, 10vw, 160px) clamp(46px, 7vw, 76px);
	background:
		linear-gradient(90deg, rgba(5, 7, 8, 0.96), rgba(5, 7, 8, 0.78)),
		url("assets/images/balcones-night-home.jpg");
	background-position: center;
	background-size: cover;
	color: #ffffff;
}

.blw-page-hero h1 {
	max-width: 920px;
	margin: 0;
	font-family: var(--blw-serif);
	font-size: clamp(46px, 7vw, 88px);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: 0;
}

.blw-page-content {
	width: min(980px, calc(100% - 48px));
	margin: 0 auto;
	padding: clamp(42px, 7vw, 78px) 0;
	font-size: 17px;
	line-height: 1.72;
}

.blw-page-content > *:first-child {
	margin-top: 0;
}

.blw-page-content > *:last-child {
	margin-bottom: 0;
}

.blw-page-content h2,
.blw-page-content h3,
.blw-page-content h4 {
	margin: 1.35em 0 0.45em;
	font-family: var(--blw-serif);
	font-weight: 400;
	letter-spacing: 0;
	color: var(--blw-ink);
}

.blw-page-content h2 {
	font-size: clamp(34px, 4vw, 50px);
}

.blw-page-content h3 {
	font-size: clamp(26px, 3vw, 36px);
}

.blw-page-content a {
	color: var(--blw-gold-dark);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.blw-page-content img {
	max-width: 100%;
	height: auto;
}

.blw-service-page {
	background: var(--blw-paper);
	color: var(--blw-ink);
}

.blw-service-hero {
	position: relative;
	min-height: clamp(520px, 58vw, 700px);
	display: grid;
	align-items: end;
	padding: clamp(110px, 13vw, 170px) clamp(24px, 10vw, 160px) clamp(60px, 8vw, 96px);
	background-image:
		linear-gradient(90deg, rgba(5, 7, 8, 0.96) 0%, rgba(5, 7, 8, 0.74) 42%, rgba(5, 7, 8, 0.16) 76%),
		var(--blw-service-hero-image);
	background-position: center;
	background-size: cover;
	color: #ffffff;
	overflow: hidden;
}

.blw-service-hero::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(213, 173, 88, 0.88), transparent);
	box-shadow: 0 0 24px rgba(213, 173, 88, 0.44);
}

.blw-service-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 790px;
}

.blw-service-hero h1 {
	max-width: 780px;
	margin: 0;
	font-family: var(--blw-serif);
	font-size: clamp(52px, 8vw, 104px);
	font-weight: 400;
	line-height: 0.95;
	letter-spacing: 0;
}

.blw-service-hero p:not(.blw-kicker) {
	max-width: 620px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 17px;
	line-height: 1.6;
}

.blw-service-highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	padding: 22px clamp(24px, 10vw, 160px);
	border-top: 1px solid rgba(213, 173, 88, 0.18);
	border-bottom: 1px solid rgba(213, 173, 88, 0.18);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 18%, rgba(255, 255, 255, 0.02) 82%, transparent),
		linear-gradient(90deg, #111414, #181b1c 50%, #111414);
	color: #ffffff;
}

.blw-service-highlights > div {
	padding: 0 clamp(18px, 3vw, 42px);
	border-right: 1px solid rgba(213, 173, 88, 0.32);
}

.blw-service-highlights > div:first-child {
	padding-left: 0;
}

.blw-service-highlights > div:last-child {
	padding-right: 0;
	border-right: 0;
}

.blw-service-highlights strong {
	display: block;
	color: var(--blw-gold);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

.blw-service-highlights p {
	max-width: 330px;
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	line-height: 1.45;
}

.blw-service-overview {
	display: grid;
	grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1fr);
	gap: clamp(34px, 6vw, 78px);
	align-items: center;
	padding: clamp(58px, 8vw, 96px) clamp(24px, 10vw, 160px);
	background: var(--blw-paper);
	color: var(--blw-ink);
}

.blw-service-image {
	min-height: clamp(330px, 38vw, 520px);
	background-position: center;
	background-size: cover;
	box-shadow: 0 22px 54px rgba(0, 0, 0, 0.16);
}

.blw-service-copy h2,
.blw-service-faq h2 {
	margin: 0;
	font-family: var(--blw-serif);
	font-size: clamp(38px, 5vw, 64px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.blw-service-copy p:not(.blw-kicker) {
	margin: 20px 0 0;
	color: #32302c;
	font-size: 16px;
	line-height: 1.72;
}

.blw-service-copy .blw-outline-btn {
	margin-top: 26px;
	color: var(--blw-ink);
}

.blw-service-details {
	background: var(--blw-paper);
	color: var(--blw-ink);
}

.blw-service-process .blw-section-heading h2 {
	color: #ffffff;
}

.blw-service-detail-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(18px, 3vw, 34px);
	max-width: 1180px;
	margin: 0 auto;
}

.blw-service-mini-card {
	position: relative;
	min-height: 0;
	padding: 0 0 0 34px;
	background: transparent;
}

.blw-service-mini-card::before {
	position: absolute;
	top: 1px;
	left: 0;
	display: grid;
	place-items: center;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	content: "\2713";
	background: #38b36b;
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 0 16px rgba(56, 179, 107, 0.28);
}

.blw-service-mini-card h3 {
	margin: 0 0 10px;
	color: var(--blw-ink);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.3;
	text-transform: uppercase;
}

.blw-service-mini-card p {
	margin: 0;
	color: #3c3933;
	font-size: 13px;
	line-height: 1.55;
}

.blw-service-process {
	color: #ffffff;
}

.blw-service-faq {
	display: grid;
	grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
	gap: clamp(34px, 7vw, 90px);
	padding: clamp(58px, 8vw, 96px) clamp(24px, 10vw, 160px);
	background: var(--blw-paper);
	color: var(--blw-ink);
}

.blw-service-faq-list {
	display: grid;
	gap: 16px;
}

.blw-service-faq article {
	padding: 22px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.blw-service-faq article:first-child {
	padding-top: 0;
}

.blw-service-faq h3 {
	margin: 0;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.35;
}

.blw-service-faq p {
	margin: 10px 0 0;
	color: #3c3933;
	font-size: 15px;
	line-height: 1.65;
}

.blw-related-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	max-width: 880px;
	margin: 0 auto;
}

.blw-related-grid a {
	display: grid;
	gap: 10px;
	min-height: 150px;
	padding: 26px;
	border: 1px solid rgba(213, 173, 88, 0.36);
	background: #111414;
	color: #ffffff;
	text-decoration: none;
}

.blw-related-grid strong {
	color: var(--blw-gold);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.blw-related-grid span {
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
	line-height: 1.5;
}

.blw-about-page {
	background: var(--blw-paper);
	color: var(--blw-ink);
}

.blw-about-hero {
	min-height: clamp(460px, 55vw, 640px);
	display: grid;
	align-items: end;
	padding: clamp(110px, 13vw, 170px) clamp(24px, 10vw, 160px) clamp(58px, 8vw, 92px);
	background-image:
		linear-gradient(90deg, rgba(5, 7, 8, 0.96) 0%, rgba(5, 7, 8, 0.74) 46%, rgba(5, 7, 8, 0.16) 78%),
		var(--blw-about-hero-image);
	background-position: center;
	background-size: cover;
	color: #ffffff;
}

.blw-about-hero > div {
	max-width: 780px;
}

.blw-about-hero h1,
.blw-about-copy h2 {
	margin: 0;
	font-family: var(--blw-serif);
	font-weight: 400;
	letter-spacing: 0;
}

.blw-about-hero h1 {
	font-size: clamp(48px, 7vw, 92px);
	line-height: 0.96;
}

.blw-about-hero p:not(.blw-kicker) {
	max-width: 620px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 17px;
	line-height: 1.6;
}

.blw-about-content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
	gap: clamp(36px, 7vw, 90px);
	align-items: start;
	padding: clamp(58px, 8vw, 96px) clamp(24px, 10vw, 160px);
}

.blw-about-copy {
	max-width: 760px;
}

.blw-about-copy h2 {
	max-width: 680px;
	font-size: clamp(36px, 5vw, 62px);
	line-height: 1;
}

.blw-about-copy p:not(.blw-kicker) {
	margin: 20px 0 0;
	color: #35322d;
	font-size: 16px;
	line-height: 1.72;
}

.blw-about-copy .blw-gold-btn {
	margin-top: 28px;
}

.blw-about-points {
	display: grid;
	gap: 22px;
	padding-top: 9px;
}

.blw-about-points div {
	position: relative;
	padding-left: 34px;
}

.blw-about-points div::before {
	position: absolute;
	top: 1px;
	left: 0;
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	content: "\2713";
	background: #38b36b;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	box-shadow: 0 0 14px rgba(56, 179, 107, 0.28);
}

.blw-about-points strong {
	display: block;
	color: var(--blw-ink);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.blw-about-points p {
	margin: 8px 0 0;
	color: #3c3933;
	font-size: 14px;
	line-height: 1.58;
}

.blw-about-certification {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
	gap: clamp(32px, 6vw, 78px);
	align-items: center;
	padding: clamp(54px, 8vw, 92px) clamp(24px, 10vw, 160px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
		#101313;
	color: #ffffff;
}

.blw-about-cert-copy h2 {
	margin: 0;
	font-family: var(--blw-serif);
	font-size: clamp(34px, 4.8vw, 58px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.blw-about-cert-copy p:not(.blw-kicker) {
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.68;
}

.blw-about-cert-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 26px;
}

.blw-about-cert-actions span,
.blw-about-cert-actions a:not(.blw-outline-btn) {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.blw-about-cert-actions span::before {
	margin-right: 8px;
	content: "\2713";
	color: #38b36b;
	font-weight: 900;
}

.blw-about-cert-image {
	margin: 0;
}

.blw-about-cert-image img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid rgba(213, 173, 88, 0.28);
	background: #ffffff;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.36);
}

.blw-contact-page {
	background: var(--blw-paper);
	color: var(--blw-ink);
}

.blw-contact-hero {
	min-height: clamp(420px, 48vw, 560px);
	display: grid;
	align-items: end;
	padding: clamp(104px, 12vw, 154px) clamp(24px, 10vw, 160px) clamp(52px, 7vw, 82px);
	background-image:
		linear-gradient(90deg, rgba(5, 7, 8, 0.96) 0%, rgba(5, 7, 8, 0.76) 48%, rgba(5, 7, 8, 0.18) 80%),
		var(--blw-contact-hero-image);
	background-position: center;
	background-size: cover;
	color: #ffffff;
}

.blw-contact-hero > div {
	max-width: 760px;
}

.blw-contact-hero h1,
.blw-contact-info h2 {
	margin: 0;
	font-family: var(--blw-serif);
	font-weight: 400;
	letter-spacing: 0;
}

.blw-contact-hero h1 {
	font-size: clamp(48px, 7vw, 92px);
	line-height: 0.96;
}

.blw-contact-hero p:not(.blw-kicker) {
	max-width: 620px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 17px;
	line-height: 1.6;
}

.blw-contact-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
	gap: clamp(34px, 6vw, 80px);
	align-items: start;
	padding: clamp(54px, 8vw, 92px) clamp(24px, 10vw, 160px);
}

.blw-contact-info h2 {
	max-width: 430px;
	font-size: clamp(34px, 4.7vw, 56px);
	line-height: 1;
}

.blw-contact-list {
	display: grid;
	gap: 22px;
	margin-top: 30px;
}

.blw-contact-list div {
	position: relative;
	padding-left: 34px;
}

.blw-contact-list div::before {
	position: absolute;
	top: 1px;
	left: 0;
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	content: "\2713";
	background: #38b36b;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	box-shadow: 0 0 14px rgba(56, 179, 107, 0.28);
}

.blw-contact-list strong {
	display: block;
	margin-bottom: 7px;
	color: var(--blw-ink);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.blw-contact-list span,
.blw-contact-list a {
	color: #3c3933;
	font-size: 15px;
	line-height: 1.58;
}

.blw-contact-form-panel {
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(213, 173, 88, 0.38);
	background: linear-gradient(180deg, #151818, #0b0d0d);
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
}

.blw-contact-form-panel .blw-quote-form {
	max-width: none;
	margin: 0;
}

body.blw-modal-open {
	overflow: hidden;
}

.blw-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.blw-modal.is-open {
	display: flex;
}

.blw-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(3, 5, 6, 0.78);
	backdrop-filter: blur(10px);
}

.blw-modal-dialog {
	position: relative;
	z-index: 1;
	width: min(620px, 100%);
	max-height: min(760px, calc(100vh - 48px));
	overflow: auto;
	padding: clamp(28px, 5vw, 44px);
	border: 1px solid rgba(213, 173, 88, 0.45);
	background: linear-gradient(180deg, #151818, #0b0d0d);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
	color: #ffffff;
	outline: none;
}

.blw-modal-dialog h2 {
	margin: 0 0 24px;
	font-family: var(--blw-serif);
	font-size: clamp(32px, 5vw, 48px);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: 0;
}

.blw-modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(213, 173, 88, 0.55);
	border-radius: 50%;
	background: transparent;
	color: #ffffff;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.blw-modal-close:hover,
.blw-modal-close:focus {
	background: var(--blw-gold);
	color: #090b0b;
	transform: translateY(-1px);
	border-color: #f2cf79;
	box-shadow:
		0 0 0 1px rgba(242, 207, 121, 0.16),
		0 0 18px rgba(213, 173, 88, 0.42),
		0 0 34px rgba(213, 173, 88, 0.2);
}

.blw-quote-form .wpcf7-form {
	display: grid;
	gap: 14px;
}

.blw-quote-form p {
	margin: 0;
}

.blw-quote-form label {
	display: grid;
	gap: 7px;
	color: var(--blw-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.blw-quote-form input:not([type="submit"]),
.blw-quote-form textarea,
.blw-quote-form select {
	width: 100%;
	min-height: 46px;
	padding: 11px 13px;
	border: 1px solid rgba(213, 173, 88, 0.32);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.06);
	color: #ffffff;
	font: inherit;
}

.blw-quote-form textarea {
	min-height: 112px;
	resize: vertical;
}

.blw-quote-form input[type="submit"],
.blw-quote-form .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 30px;
	border: 1px solid var(--blw-gold);
	background: linear-gradient(180deg, #e5c477, #c89d4d);
	color: #080a0a;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, background 0.22s ease, text-shadow 0.22s ease;
}

.blw-quote-form .wpcf7-not-valid-tip,
.blw-quote-form .wpcf7-response-output {
	color: #f1d18a;
	font-size: 13px;
}

.blw-quote-form .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 12px;
	border-color: rgba(213, 173, 88, 0.5);
}

@media (max-width: 1180px) {
	.blw-header {
		grid-template-columns: 1fr auto;
	}

	.blw-nav {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 14px;
	}

	.blw-nav a {
		padding: 0;
	}

	.blw-nav a:first-child::after {
		bottom: -7px;
	}

	.blw-feature-strip {
		display: none;
	}

	.blw-feature:nth-child(2) {
		border-right: 0;
	}
}

@media (max-width: 900px) {
	#wpadminbar + .blw-site .blw-header {
		top: 46px;
	}

	.blw-header {
		position: sticky;
		top: 0;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 16px;
		min-height: auto;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.blw-menu-toggle {
		display: inline-flex;
	}

	.blw-nav {
		display: none;
		grid-column: 1 / -1;
		width: 100%;
		padding: 16px 0 4px;
		border-top: 1px solid rgba(213, 173, 88, 0.26);
		overflow: visible;
	}

	.blw-header.is-menu-open .blw-nav {
		display: grid;
		gap: 0;
	}

	.blw-nav a {
		display: flex;
		align-items: center;
		min-height: 42px;
		padding: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.blw-nav a:first-child::after {
		display: none;
	}

	.blw-header > .blw-open-quote {
		display: none;
		grid-column: 1 / -1;
		width: 100%;
		margin-top: 2px;
	}

	.blw-header.is-menu-open > .blw-open-quote {
		display: inline-flex;
	}

	.blw-hero {
		min-height: 650px;
		padding-top: 74px;
		background-position: 58% center;
	}

	.blw-hero h1 {
		font-size: clamp(48px, 14vw, 72px);
	}

	.blw-service-grid,
	.blw-service-highlights,
	.blw-service-overview,
	.blw-service-detail-grid,
	.blw-service-faq,
	.blw-about-content,
	.blw-about-certification,
	.blw-contact-layout,
	.blw-reviews,
	.blw-footer {
		grid-template-columns: 1fr;
	}

	.blw-service-hero {
		min-height: 560px;
		background-image:
			linear-gradient(180deg, rgba(5, 7, 8, 0.32) 0%, rgba(5, 7, 8, 0.72) 48%, rgba(5, 7, 8, 0.97) 100%),
			var(--blw-service-hero-image);
	}

	.blw-about-hero {
		background-image:
			linear-gradient(180deg, rgba(5, 7, 8, 0.32) 0%, rgba(5, 7, 8, 0.72) 48%, rgba(5, 7, 8, 0.97) 100%),
			var(--blw-about-hero-image);
	}

	.blw-reviews article {
		padding: 0 0 24px;
		border-right: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}

	.blw-gallery-head,
	.blw-cta {
		align-items: flex-start;
		flex-direction: column;
	}

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

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

	.blw-steps::before,
	.blw-steps::after {
		display: none;
	}
}

@media (max-width: 640px) {
	.blw-header,
	.blw-hero,
	.blw-feature-strip,
	.blw-section,
	.blw-split,
	.blw-gallery,
	.blw-reviews,
	.blw-service-hero,
	.blw-service-highlights,
	.blw-service-overview,
	.blw-service-faq,
	.blw-about-hero,
	.blw-about-content,
	.blw-about-certification,
	.blw-contact-hero,
	.blw-contact-layout,
	.blw-cta,
	.blw-footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.blw-brand-text strong {
		font-size: 19px;
	}

	.blw-brand-text em {
		font-size: 11px;
	}

	.blw-header .blw-outline-btn {
		width: 100%;
	}

	.blw-hero {
		min-height: 590px;
		align-items: end;
		padding-bottom: 58px;
		background-image:
			linear-gradient(180deg, rgba(3, 5, 6, 0.24) 0%, rgba(3, 5, 6, 0.62) 48%, rgba(3, 5, 6, 0.94) 100%),
			var(--blw-hero-image);
	}

	.blw-hero-copy {
		font-size: 15px;
		line-height: 1.55;
	}

	.blw-actions,
	.blw-actions a,
	.blw-cta .blw-gold-btn,
	.blw-related-grid {
		width: 100%;
	}

	.blw-service-hero {
		min-height: 540px;
		padding-top: 88px;
		padding-bottom: 50px;
	}

	.blw-service-hero h1 {
		font-size: clamp(46px, 14vw, 70px);
	}

	.blw-about-hero {
		min-height: 500px;
		padding-top: 88px;
		padding-bottom: 50px;
	}

	.blw-about-hero h1 {
		font-size: clamp(42px, 13vw, 66px);
	}

	.blw-contact-hero {
		min-height: 500px;
		padding-top: 88px;
		padding-bottom: 50px;
		background-image:
			linear-gradient(180deg, rgba(5, 7, 8, 0.32) 0%, rgba(5, 7, 8, 0.72) 48%, rgba(5, 7, 8, 0.97) 100%),
			var(--blw-contact-hero-image);
	}

	.blw-contact-hero h1 {
		font-size: clamp(42px, 13vw, 66px);
	}

	.blw-contact-form-panel {
		padding: 24px 18px;
	}

	.blw-service-highlights {
		gap: 0;
	}

	.blw-service-highlights > div {
		padding: 20px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(213, 173, 88, 0.26);
	}

	.blw-service-highlights > div:last-child {
		border-bottom: 0;
	}

	.blw-service-detail-grid {
		gap: 22px;
	}

	.blw-service-mini-card,
	.blw-service-mini-card:first-child,
	.blw-service-mini-card:last-child {
		padding: 0 0 0 34px;
		border-right: 0;
		border-bottom: 0;
	}

	.blw-service-overview,
	.blw-service-faq {
		padding-top: 48px;
		padding-bottom: 52px;
	}

	.blw-service-image {
		min-height: 260px;
	}

	.blw-related-grid {
		grid-template-columns: 1fr;
	}

	.blw-feature-strip {
		display: none;
	}

	.blw-feature,
	.blw-feature:first-child,
	.blw-feature:last-child {
		grid-template-columns: 38px minmax(0, 1fr);
		column-gap: 10px;
		min-height: 104px;
		padding: 16px 10px;
		border-right: 0;
		border-bottom: 1px solid rgba(213, 173, 88, 0.3);
	}

	.blw-feature:nth-child(odd) {
		border-right: 1px solid rgba(213, 173, 88, 0.3);
	}

	.blw-feature:nth-child(3) {
		border-bottom: 0;
	}

	.blw-feature:last-child {
		border-bottom: 0;
		padding-bottom: 16px;
	}

	.blw-feature-icon {
		width: 34px;
		height: 34px;
	}

	.blw-feature strong {
		font-size: 10px;
		line-height: 1.2;
	}

	.blw-feature p {
		margin-top: 6px;
		font-size: 11px;
		line-height: 1.35;
	}

	.blw-benefits,
	.blw-steps,
	.blw-gallery-row {
		grid-template-columns: 1fr;
	}

	.blw-service-card {
		grid-template-rows: 170px minmax(0, 1fr);
	}

	.blw-gallery-row span {
		min-height: 180px;
	}

	.blw-modal {
		padding: 14px;
	}

	.blw-modal-dialog {
		max-height: calc(100vh - 28px);
		padding: 28px 20px;
	}
}

.blw-quote-form {
  max-width: 560px;
  margin: 0 auto;
  color: #fff;
}

.blw-quote-form h1 {
  text-align: center;
  font-size: 38px;
  line-height: 1.1;
  margin: 0 0 28px;
  color: #fff;
}

.blw-quote-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 7px;
  color: #fff;
}

.blw-quote-form label span {
  font-size: 11px;
  font-weight: 400;
  opacity: .75;
  margin-left: 3px;
}

.blw-quote-form .form-group {
  margin-bottom: 18px;
}

.blw-quote-form .form-row {
  display: grid;
  gap: 10px;
}

.blw-quote-form .two-cols {
  grid-template-columns: 1fr 1fr;
}

.blw-quote-form .three-cols {
  grid-template-columns: 1fr 1fr 1fr;
}

.blw-quote-form input,
.blw-quote-form select,
.blw-quote-form textarea {
  width: 100%;
  height: 38px;
  border: 0;
  border-radius: 0;
  background: #f4f4f4;
  color: #111;
  padding: 8px 10px;
  font-size: 14px;
  box-sizing: border-box;
}

.blw-quote-form textarea {
  min-height: 88px;
  resize: vertical;
}

.blw-quote-form input:focus,
.blw-quote-form select:focus,
.blw-quote-form textarea:focus {
  outline: 2px solid #e9d3c7;
  outline-offset: 0;
}

.blw-quote-form .form-submit {
  margin-top: 14px;
}

.blw-quote-form input[type="submit"] {
  width: auto;
  height: 58px;
  min-width: 190px;
  padding: 0 28px;
  background: #e9d3c7;
  color: #111;
  border: 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: .2s ease;
}

.blw-quote-form input[type="submit"]:hover {
  background: #fff;
  color: #000;
}

.wpcf7-spinner {
  filter: invert(1);
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
  color: #fff;
  border-color: #e9d3c7;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 640px) {
  .blw-quote-form {
    max-width: 100%;
  }

  .blw-quote-form h1 {
    text-align: left;
    font-size: 34px;
  }

  .blw-quote-form .two-cols,
  .blw-quote-form .three-cols {
    grid-template-columns: 1fr;
  }

  .blw-quote-form input[type="submit"] {
    width: 100%;
  }
}

.blw-modal .blw-quote-form {
	max-width: none;
	margin: 0;
	color: #ffffff;
}

.blw-modal .blw-quote-form label {
	display: grid;
	gap: 7px;
	margin: 0;
	color: var(--blw-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.blw-modal .blw-quote-form input:not([type="submit"]),
.blw-modal .blw-quote-form textarea,
.blw-modal .blw-quote-form select {
	min-height: 46px;
	border: 1px solid rgba(213, 173, 88, 0.32);
	background: rgba(255, 255, 255, 0.06);
	color: #ffffff;
}

.blw-modal .blw-quote-form select option,
.blw-quote-form select option {
	background: #ffffff;
	color: #111111;
}

.blw-modal .blw-quote-form select option:checked,
.blw-modal .blw-quote-form select option:hover,
.blw-quote-form select option:checked,
.blw-quote-form select option:hover {
	background: #d5ad58;
	color: #080a0a;
}

.blw-modal .blw-quote-form textarea {
	min-height: 112px;
}

.blw-modal .blw-quote-form input[type="submit"],
.blw-modal .blw-quote-form .wpcf7-submit {
	width: auto;
	min-width: 190px;
	min-height: 48px;
	border: 1px solid var(--blw-gold);
	background: linear-gradient(180deg, #e5c477, #c89d4d);
	color: #080a0a;
	font-size: 11px;
	font-weight: 900;
}

.blw-modal .blw-quote-form input[type="submit"]:hover,
.blw-modal .blw-quote-form .wpcf7-submit:hover {
	background: linear-gradient(180deg, #f4d88d, #d7aa4f);
	color: #080a0a;
	transform: translateY(-2px);
	border-color: #f2cf79;
	box-shadow:
		0 0 0 1px rgba(242, 207, 121, 0.18),
		0 0 18px rgba(213, 173, 88, 0.45),
		0 0 42px rgba(213, 173, 88, 0.22);
	text-shadow: 0 0 12px rgba(255, 255, 255, 0.36);
}

.blw-quote-form input[type="submit"]:hover,
.blw-quote-form input[type="submit"]:focus-visible,
.blw-quote-form .wpcf7-submit:hover,
.blw-quote-form .wpcf7-submit:focus-visible {
	background: linear-gradient(180deg, #f4d88d, #d7aa4f);
	color: #080a0a;
	transform: translateY(-2px);
	border-color: #f2cf79;
	box-shadow:
		0 0 0 1px rgba(242, 207, 121, 0.18),
		0 0 18px rgba(213, 173, 88, 0.45),
		0 0 42px rgba(213, 173, 88, 0.22);
	text-shadow: 0 0 12px rgba(255, 255, 255, 0.36);
}

.blw-quote-form .wpcf7-form {
	display: grid;
	gap: 18px;
}

.blw-quote-form .blw-quote-form {
	max-width: none;
	margin: 0;
}

.blw-quote-form h1 {
	margin: 0 0 22px;
	color: #ffffff;
	font-family: var(--blw-serif);
	font-size: clamp(32px, 4.5vw, 46px);
	font-weight: 400;
	line-height: 1;
	text-align: left;
	letter-spacing: 0;
}

.blw-quote-form .form-group {
	margin: 0;
}

.blw-quote-form .form-row {
	display: grid;
	gap: 14px;
}

.blw-quote-form .two-cols {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blw-quote-form .three-cols {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blw-quote-form p {
	margin: 0;
}

.blw-quote-form label {
	display: block;
	margin: 0 0 8px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.7px;
	line-height: 1.2;
	text-transform: uppercase;
}

.blw-quote-form label span {
	color: rgba(255, 255, 255, 0.58);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.blw-quote-form .wpcf7-form-control-wrap {
	display: block;
}

.blw-quote-form input:not([type="submit"]),
.blw-quote-form textarea,
.blw-quote-form select,
.blw-modal .blw-quote-form input:not([type="submit"]),
.blw-modal .blw-quote-form textarea,
.blw-modal .blw-quote-form select {
	width: 100%;
	min-height: 48px;
	height: auto;
	padding: 12px 14px;
	border: 1px solid rgba(213, 173, 88, 0.32);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.075);
	color: #ffffff;
	font: inherit;
	font-size: 14px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.blw-quote-form textarea,
.blw-modal .blw-quote-form textarea {
	min-height: 118px;
	resize: vertical;
}

.blw-quote-form input:not([type="submit"]):focus,
.blw-quote-form textarea:focus,
.blw-quote-form select:focus {
	outline: none;
	border-color: #f2cf79;
	background: rgba(255, 255, 255, 0.1);
	box-shadow:
		0 0 0 3px rgba(213, 173, 88, 0.15),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.blw-quote-form input::placeholder,
.blw-quote-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.48);
}

.blw-quote-form input[type="submit"],
.blw-quote-form .wpcf7-submit,
.blw-modal .blw-quote-form input[type="submit"],
.blw-modal .blw-quote-form .wpcf7-submit {
	width: auto;
	min-width: 210px;
	min-height: 52px;
	height: auto;
	padding: 0 30px;
	border: 1px solid var(--blw-gold);
	border-radius: 999px;
	background: linear-gradient(180deg, #e5c477, #c89d4d);
	color: #080a0a;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.blw-contact-form-panel .blw-quote-form {
	color: #ffffff;
}

.blw-contact-form-panel {
	border-radius: 10px;
	background:
		radial-gradient(circle at 12% 0%, rgba(213, 173, 88, 0.16), transparent 34%),
		linear-gradient(180deg, #151818, #0b0d0d);
}

@media (max-width: 640px) {
	.blw-quote-form .two-cols,
	.blw-quote-form .three-cols {
		grid-template-columns: 1fr;
	}

	.blw-quote-form input[type="submit"],
	.blw-quote-form .wpcf7-submit,
	.blw-modal .blw-quote-form input[type="submit"],
	.blw-modal .blw-quote-form .wpcf7-submit {
		width: 100%;
		min-width: 0;
	}
}
