html {
	scroll-behavior: smooth;
}

body {
	--primary: #005ca9;
	--primary-hover: #004a8a;
	--accent: #101820;
	--base: #f1ede5;
	--base-light: #f7f4ec;
	--base-ultra-light: #fbf9f5;
	--hairline: rgb(16 24 32 / 0.14);
	--gutter: clamp(1.25rem, 3vw, 2.5rem);
	--content-width: 1440px;
	--wide-width: 1640px;
	--bricks-content-width: var(--content-width);
	background: var(--base-ultra-light);
	color: var(--accent);
	font-family: "Hanken Grotesk", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
}

body.single-funnel .braendle-shell-notice,
body.single-funnel .braendle-shell-topbar,
body.single-funnel .braendle-shell-header,
body.single-funnel .braendle-shell-footer {
	display: none !important;
}

body.single-funnel {
	--primary: #005ca9;
	--primary-hover: #004a8a;
	--accent: #101820;
	--base: #f1ede5;
	--base-light: #f7f4ec;
	--base-ultra-light: #fbf9f5;
	background: #fbf9f5;
}

body.single-funnel #brx-content {
	min-height: 100vh;
}

.funnel-page {
	width: 100%;
	background: #fbf9f5;
	color: var(--accent, #101820);
}

.funnel-brandbar {
	position: relative;
	z-index: 3;
	background: #fbf9f5;
	border-bottom: 1px solid var(--hairline, rgb(16 24 32 / 0.14));
}

.funnel-brandbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 5.75rem;
	gap: 1rem;
}

.funnel-brandbar img {
	display: block;
	width: clamp(8.75rem, 15vw, 11.3125rem);
	height: auto;
}

.funnel-brandbar__phone {
	color: var(--accent, #101820);
	font-weight: 900;
	text-decoration: none;
}

body.single-funnel .bg--base-light {
	background: var(--base-light, #f7f4ec);
}

body.single-funnel .braendle-hero--layout-overlay {
	min-height: clamp(29rem, 64vh, 39rem);
	padding-block: clamp(4.75rem, 10vh, 7rem) clamp(3rem, 6vh, 4.25rem);
}

body.single-funnel .braendle-hero--layout-overlay h1,
body.single-funnel .braendle-cta-section h1 {
	max-width: min(17ch, 100%);
	font-size: clamp(2.2rem, 4vw, 4.15rem);
	line-height: 1.03;
}

body.single-funnel .braendle-content-section h2,
body.single-funnel .braendle-card-grid__intro h2,
body.single-funnel .braendle-cta-section h2,
body.single-funnel .braendle-media-text h2,
body.single-funnel .braendle-static-faq h2 {
	font-size: clamp(1.55rem, 2.05vw, 2.25rem);
	line-height: 1.15;
}

body.single-funnel .braendle-hero--layout-overlay .braendle-hero__text {
	max-width: 44rem;
	font-size: clamp(1.05rem, 1rem + 0.25vw, 1.22rem);
	font-weight: 600;
}

body.single-funnel .braendle-hero__grid {
	max-width: min(52rem, 100%);
	grid-template-columns: 1fr;
	gap: clamp(1rem, 2vw, 1.5rem);
}

body.single-funnel .braendle-card-grid__items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
}

body.single-funnel .braendle-card {
	display: grid;
	min-height: 10rem;
	align-content: end;
	padding: 1.35rem;
	background: #fff;
	border: 1px solid var(--hairline, rgb(16 24 32 / 0.14));
	color: var(--accent, #101820);
	font-weight: 800;
	text-decoration: none;
}

.funnel-container {
	box-sizing: border-box;
	width: min(100%, var(--content-width, 1440px));
	margin-inline: auto;
	padding-inline: var(--gutter, clamp(1.25rem, 3vw, 2.5rem));
}

.funnel-section {
	padding-block: clamp(3.5rem, 6vw, 6rem);
}

.funnel-section--alt,
.funnel-cta-band {
	background: var(--base-light, #f7f4ec);
}

.funnel-stack {
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
}

.funnel-center {
	max-width: 58rem;
	margin-inline: auto;
	text-align: center;
}

.funnel-kicker,
.funnel-card__eyebrow {
	margin: 0;
	color: var(--primary, #005CA9);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.funnel-page h1,
.funnel-page h2,
.funnel-page h3 {
	margin: 0;
	font-family: "Zilla Slab", Georgia, serif;
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: 0;
	text-wrap: balance;
}

.funnel-page h1 {
	max-width: 17ch;
	font-size: clamp(2.25rem, 4.8vw, 4.6rem);
}

.funnel-page h2 {
	max-width: 18ch;
	font-size: clamp(1.75rem, 3vw, 2.85rem);
}

.funnel-page h3 {
	font-size: clamp(1.22rem, 1.35vw, 1.45rem);
}

.funnel-page p {
	margin: 0;
	max-width: 72ch;
	font-size: clamp(1rem, 0.95rem + 0.2vw, 1.16rem);
	line-height: 1.58;
}

.funnel-lead {
	font-size: clamp(1.08rem, 1rem + 0.28vw, 1.25rem) !important;
}

.funnel-hero {
	position: relative;
	display: grid;
	min-height: min(38rem, 70vh);
	overflow: hidden;
	background: #101820;
	color: #fff;
}

.funnel-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.55) saturate(0.92);
}

.funnel-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	align-content: end;
	gap: clamp(1rem, 2vw, 1.5rem);
	box-sizing: border-box;
	width: min(100%, var(--content-width, 1440px));
	min-height: inherit;
	margin-inline: auto;
	padding: clamp(4rem, 8vw, 6.5rem) var(--gutter, clamp(1.25rem, 3vw, 2.5rem));
}

.funnel-hero h1 em {
	display: block;
	color: #8fd1f0;
	font-style: normal;
}

.funnel-hero p:not(.funnel-kicker) {
	max-width: 44rem;
	color: rgb(255 255 255 / 0.88);
	font-weight: 700;
}

.brd-steps,
.brd-checks {
	display: grid;
	gap: 0.85rem;
	margin: clamp(1.5rem, 3vw, 2.25rem) 0 0;
	padding: 0;
	list-style: none;
}

.brd-steps {
	counter-reset: funnel-steps;
}

.brd-steps > li,
.brd-checks > li {
	position: relative;
	min-height: 2.6rem;
	padding: 0.75rem 0 0.75rem 3.6rem;
	border-bottom: 1px solid var(--hairline, rgb(16 24 32 / 0.14));
	font-weight: 750;
	line-height: 1.35;
}

.brd-steps > li {
	counter-increment: funnel-steps;
}

.brd-steps > li::before,
.brd-checks > li::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: grid;
	width: 2.45rem;
	aspect-ratio: 1;
	place-items: center;
	transform: translateY(-50%);
	background: var(--primary, #005CA9);
	color: #fff;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 900;
}

.brd-steps > li::before {
	content: counter(funnel-steps);
}

.brd-checks > li::before {
	content: "✓";
}

.funnel-quote {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: clamp(1rem, 2vw, 1.5rem);
	align-items: center;
	max-width: 58rem;
	margin-block-start: clamp(2rem, 4vw, 3rem);
	padding: clamp(1.25rem, 3vw, 2rem);
	background: #fff;
	border: 1px solid var(--hairline, rgb(16 24 32 / 0.14));
}

.funnel-quote img {
	width: clamp(4.5rem, 9vw, 7rem);
	aspect-ratio: 1;
	object-fit: cover;
	object-position: 50% 25%;
	border-radius: 999px;
}

.funnel-quote blockquote {
	margin: 0;
	font-family: "Zilla Slab", Georgia, serif;
	font-size: clamp(1.18rem, 1.45vw, 1.5rem);
	line-height: 1.25;
}

.funnel-quote p {
	margin-block-start: 0.8rem;
	font-weight: 800;
}

.funnel-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.9fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
}

.funnel-image-card {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border: 1px solid var(--hairline, rgb(16 24 32 / 0.14));
}

.funnel-faq {
	padding: 1.15rem 0;
	border-bottom: 1px solid var(--hairline, rgb(16 24 32 / 0.14));
}

.funnel-faq summary {
	cursor: pointer;
	font-size: clamp(1.05rem, 1rem + 0.22vw, 1.25rem);
	font-weight: 900;
	line-height: 1.35;
}

.funnel-faq p {
	margin-block-start: 0.85rem;
	color: rgb(16 24 32 / 0.78);
}

.funnel-button,
.funnel-card {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.85rem 1.2rem;
	background: var(--primary, #005CA9);
	color: #fff;
	font-weight: 900;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease;
}

.funnel-button::after {
	content: "→";
	margin-inline-start: 0.75rem;
}

.funnel-button:is(:hover, :focus-visible),
.funnel-card:is(:hover, :focus-visible) {
	background: var(--primary-hover, #004a8a);
	color: #fff;
	transform: translateY(-1px);
}

.funnel-form-shell {
	max-width: 62rem;
}

.funnel-head {
	display: grid;
	gap: 0.85rem;
	margin-block-end: clamp(2rem, 4vw, 3rem);
}

.funnel-head h1 {
	max-width: 18ch;
	color: var(--accent, #101820);
}

.funnel-form-card {
	padding: clamp(1.25rem, 3vw, 2.25rem);
	background: #fff;
	border: 1px solid var(--hairline, rgb(16 24 32 / 0.14));
	box-shadow: 0 1rem 3rem rgb(16 24 32 / 0.08);
}

.funnel-form-card .ff-step-titles {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
}

.funnel-form-card .ff-step-titles li {
	padding: 0.45rem 0.7rem;
	background: var(--base-light, #f7f4ec);
	color: rgb(16 24 32 / 0.7);
	font-size: 0.84rem;
	font-weight: 900;
}

.funnel-form-card .ff-step-titles li.ff_active,
.funnel-form-card .ff-step-titles li.active {
	background: var(--primary, #005CA9);
	color: #fff;
}

.funnel-form-card .ff-el-input--label label {
	font-size: clamp(1.05rem, 0.98rem + 0.25vw, 1.18rem);
	font-weight: 900;
}

.funnel-form-card .ff-el-form-check {
	margin: 0.65rem 0;
}

.funnel-form-card .ff-el-form-check-label {
	display: flex;
	gap: 0.65rem;
	align-items: center;
	padding: 0.8rem 0.9rem;
	border: 1px solid var(--hairline, rgb(16 24 32 / 0.14));
	background: #fbf9f5;
	font-weight: 800;
}

.funnel-form-card .ff-el-form-control {
	min-height: 3rem;
	border-radius: 0 !important;
	border-color: var(--hairline, rgb(16 24 32 / 0.14)) !important;
}

.funnel-form-card .ff-btn {
	border-radius: 0 !important;
	font-weight: 900 !important;
}

.funnel-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
	margin-block-start: clamp(1.5rem, 3vw, 2.5rem);
}

.funnel-card {
	display: grid;
	min-height: 10rem;
	place-items: start;
	align-content: end;
	gap: 0.35rem;
	padding: 1.35rem;
	background: #fff;
	color: var(--accent, #101820);
	border: 1px solid var(--hairline, rgb(16 24 32 / 0.14));
}

.funnel-card span {
	color: rgb(16 24 32 / 0.68);
}

.funnel-legal-footer {
	background: var(--accent, #101820);
	color: #fff;
}

.funnel-legal-footer__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	box-sizing: border-box;
	width: min(100%, var(--content-width, 1440px));
	margin-inline: auto;
	padding: 1.1rem var(--gutter, clamp(1.25rem, 3vw, 2.5rem));
}

.funnel-legal-footer a {
	color: inherit;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 820px) {
	.funnel-page h1 {
		max-width: 17ch;
	}

	.funnel-brandbar__inner {
		min-height: 4.75rem;
	}

	.funnel-brandbar__phone {
		display: none;
	}

	.funnel-split,
	.funnel-card-grid {
		grid-template-columns: 1fr;
	}

	.funnel-quote {
		grid-template-columns: 1fr;
	}

	.funnel-section {
		padding-block: clamp(3rem, 12vw, 5rem);
	}
}

main#brx-content,
#brx-content.wordpress {
	width: 100% !important;
	max-inline-size: 100%;
	max-width: none !important;
	margin-inline: 0 !important;
	padding: 0;
}

a {
	text-underline-offset: 0.22em;
}

.brxe-container {
	box-sizing: border-box;
	width: min(100%, var(--content-width)) !important;
	max-width: var(--content-width) !important;
}

.braendle-hero,
.braendle-hero-slider,
.braendle-media-text,
.braendle-card-grid,
.braendle-feature-list,
.braendle-quote-section,
.braendle-cta-section,
.braendle-location-map,
.braendle-service-request,
.braendle-image-grid,
.braendle-content-section,
.braendle-section-header,
.braendle-post-loop,
.braendle-faq-list,
.braendle-static-faq {
	width: 100% !important;
	max-width: none !important;
	margin-inline: 0 !important;
}

.braendle-hero .brxe-container,
.braendle-hero-slider .brxe-container,
.braendle-media-text .brxe-container,
.braendle-card-grid .brxe-container,
.braendle-feature-list .brxe-container,
.braendle-quote-section .brxe-container,
.braendle-cta-section .brxe-container,
.braendle-location-map .brxe-container,
.braendle-service-request .brxe-container,
.braendle-image-grid .brxe-container,
.braendle-content-section .brxe-container,
.braendle-section-header .brxe-container,
.braendle-post-loop .brxe-container,
.braendle-faq-list .brxe-container,
.braendle-static-faq .brxe-container {
	margin-inline: auto !important;
}

.braendle-shell-header {
	position: sticky;
	z-index: 100;
	top: 0;
	background: transparent;
}

.braendle-shell-notice {
	background: var(--primary);
	color: #fff;
	font-size: clamp(0.82rem, 0.78rem + 0.16vw, 0.94rem);
	font-weight: 700;
	line-height: 1.35;
}

.braendle-shell-notice__inner,
.braendle-shell-topbar__inner,
.braendle-shell-inner {
	box-sizing: border-box;
	width: min(100%, var(--content-width));
	margin-inline: auto;
	padding-inline: var(--gutter);
}

.braendle-shell-notice__inner {
	padding-block: 0.52rem;
	overflow-wrap: anywhere;
}

.braendle-shell-notice a {
	color: inherit;
	text-decoration-thickness: 0.08em;
}

.braendle-shell-topbar {
	background: var(--accent);
	color: #fff;
	font-size: 0.88rem;
	line-height: 1.2;
}

.braendle-shell-topbar__inner {
	display: flex;
	min-height: 2.45rem;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.braendle-shell-topbar__claim {
	font-weight: 700;
}

.braendle-shell-topbar__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(0.8rem, 1.6vw, 1.4rem);
}

.braendle-shell-topbar a {
	color: rgb(255 255 255 / 0.82);
	text-decoration: none;
}

.braendle-shell-topbar a:hover,
.braendle-shell-topbar a:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
}

.braendle-shell-main {
	background: rgb(251 249 245 / 0.96);
	border-bottom: 1px solid var(--hairline);
	backdrop-filter: blur(16px);
}

.braendle-shell-inner {
	display: flex;
	box-sizing: border-box;
	width: min(100%, var(--content-width));
	min-height: 5.75rem;
	align-items: center;
	justify-content: space-between;
	gap: clamp(1.5rem, 3vw, 3rem);
	margin-inline: auto;
	padding-inline: var(--gutter);
}

.braendle-shell-logo {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.braendle-shell-logo img,
.braendle-shell-footer__brand img {
	display: block;
	width: clamp(8.5rem, 11vw, 10.75rem);
	height: auto;
}

.braendle-shell-footer__brand img {
	width: clamp(8rem, 10vw, 10rem);
}

.braendle-shell-nav,
.braendle-shell-footer-menu {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 1.6vw, 1.75rem);
}

.braendle-shell-actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
}

.braendle-shell-action {
	display: inline-flex;
	min-height: 2.5rem;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 0.95rem;
	background: var(--primary);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.braendle-shell-action:hover,
.braendle-shell-action:focus-visible {
	background: var(--accent);
	color: #fff;
	outline: 0.14rem solid rgb(0 92 169 / 0.28);
	outline-offset: 0.18rem;
}

.braendle-shell-actions--mobile {
	display: none;
}

.braendle-shell-menu {
	display: flex;
	align-items: center;
	gap: inherit;
	margin: 0;
	padding: 0;
	list-style: none;
}

.braendle-shell-menu li {
	position: relative;
	margin: 0;
}

.braendle-shell-menu .sub-menu {
	position: absolute;
	z-index: 80;
	top: calc(100% + 0.75rem);
	left: 0;
	display: grid;
	min-width: 17rem;
	gap: 0;
	margin: 0;
	padding: 0.65rem;
	list-style: none;
	background: var(--base-ultra-light);
	border: 1px solid var(--hairline);
	box-shadow: 0 1.25rem 3rem rgb(16 24 32 / 0.16);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-0.35rem);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.braendle-shell-menu li:hover > .sub-menu,
.braendle-shell-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.braendle-shell-menu .sub-menu a {
	display: block;
	padding: 0.75rem 0.85rem;
	color: var(--accent);
	white-space: normal;
}

.braendle-shell-menu .sub-menu a:hover,
.braendle-shell-menu .sub-menu a:focus-visible {
	background: rgb(0 92 169 / 0.08);
	color: var(--primary);
}

.braendle-shell-menu .sub-menu .current-menu-item > a,
.braendle-shell-menu .sub-menu .current-menu-ancestor > a,
.braendle-shell-menu .sub-menu a[aria-current="page"],
.braendle-shell-menu .sub-menu a.is-active {
	background: rgb(0 92 169 / 0.08);
	color: var(--primary);
}

.braendle-shell-menu > li:nth-last-child(-n + 2) > .sub-menu {
	right: 0;
	left: auto;
}

.braendle-shell-nav a,
.braendle-shell-footer-menu a,
.braendle-shell-footer a {
	color: inherit;
	text-decoration: none;
}

.braendle-shell-nav a {
	position: relative;
	font-size: clamp(0.9375rem, 0.9rem + 0.15vw, 1.0625rem);
	line-height: 1.1;
	white-space: nowrap;
}

.braendle-shell-nav a:hover,
.braendle-shell-footer a:hover {
	color: var(--primary);
}

.braendle-shell-nav .current-menu-item > a,
.braendle-shell-nav .current-menu-ancestor > a,
.braendle-shell-nav a[aria-current="page"],
.braendle-shell-nav a.is-active {
	color: var(--primary);
}

.braendle-shell-nav .current-menu-item > a::after,
.braendle-shell-nav .current-menu-ancestor > a::after,
.braendle-shell-nav a[aria-current="page"]::after,
.braendle-shell-nav a.is-active::after {
	position: absolute;
	right: 0;
	bottom: -0.7rem;
	left: 0;
	height: 0.18rem;
	background: var(--primary);
	content: "";
}

.braendle-shell-nav .sub-menu .current-menu-item > a::after,
.braendle-shell-nav .sub-menu .current-menu-ancestor > a::after,
.braendle-shell-nav .sub-menu a[aria-current="page"]::after,
.braendle-shell-nav .sub-menu a.is-active::after {
	content: none;
}

.braendle-shell-mobile-toggle,
.braendle-shell-mobile-drawer,
.braendle-shell-mobile-overlay {
	display: none;
}

.braendle-shell-footer {
	background: var(--accent);
	color: #fff;
}

.braendle-shell-footer__inner,
.braendle-shell-footer__bottom {
	box-sizing: border-box;
	width: min(100%, var(--content-width));
	margin-inline: auto;
	padding-inline: var(--gutter);
}

.braendle-shell-footer__inner {
	display: grid;
	grid-template-columns: minmax(16rem, 0.85fr) minmax(36rem, 2.4fr);
	gap: clamp(3rem, 6vw, 7rem);
	padding-block: clamp(3.5rem, 7vw, 6rem);
}

.braendle-shell-footer__brand p {
	max-width: 34ch;
	margin: 1.25rem 0 0;
}

.braendle-shell-footer-menu {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.8rem;
}

.braendle-shell-footer-menu .braendle-shell-menu {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.8rem;
}

.braendle-shell-footer-groups {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(2rem, 4vw, 4rem);
	align-items: start;
}

.braendle-shell-footer-group h2 {
	margin: 0 0 0.9rem;
	color: #fff;
	font-family: "Hanken Grotesk", system-ui, sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
}

.braendle-shell-footer-group ul {
	display: grid;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.braendle-shell-footer-group a {
	color: rgb(255 255 255 / 0.82);
	font-size: 0.96rem;
	line-height: 1.3;
}

.braendle-shell-footer-group a:hover,
.braendle-shell-footer-group a:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
}

.braendle-shell-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-block-start: 1.35rem;
}

.braendle-shell-socials a {
	display: inline-flex;
	min-height: 2.25rem;
	align-items: center;
	justify-content: center;
	padding-inline: 0.9rem;
	border: 1px solid rgb(255 255 255 / 0.32);
	border-radius: 999px;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
}

.braendle-shell-socials a:hover,
.braendle-shell-socials a:focus-visible {
	background: #fff;
	color: var(--primary);
	outline: 0;
}

.braendle-shell-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	align-items: center;
	justify-content: space-between;
	padding-block: 1.25rem;
	border-top: 1px solid rgb(255 255 255 / 0.18);
	font-size: 0.925rem;
}

.braendle-shell-footer__bottom span {
	margin-right: auto;
}

@media (max-width: 1040px) {
	.braendle-shell-inner {
		min-height: 5.25rem;
		gap: clamp(0.75rem, 2vw, 1.25rem);
	}

	.braendle-shell-nav {
		display: none;
	}

	.braendle-shell-inner > .braendle-shell-actions {
		display: none;
	}

	.braendle-shell-mobile-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 2.75rem;
		height: 2.75rem;
		padding: 0;
		background: transparent;
		border: 1px solid var(--accent);
		color: var(--accent);
		cursor: pointer;
		font: inherit;
		font-weight: 700;
		line-height: 1;
	}

	.braendle-shell-mobile-toggle__icon {
		position: relative;
		display: inline-flex;
		width: 1.25rem;
		height: 0.95rem;
		flex-direction: column;
		justify-content: space-between;
	}

	.braendle-shell-mobile-toggle__icon span {
		display: block;
		width: 100%;
		height: 0.14rem;
		background: currentColor;
		transform-origin: center;
		transition: transform 180ms ease, opacity 140ms ease;
	}

	.braendle-shell-mobile-toggle[aria-expanded="true"] .braendle-shell-mobile-toggle__icon span:nth-child(1) {
		transform: translateY(0.405rem) rotate(45deg);
	}

	.braendle-shell-mobile-toggle[aria-expanded="true"] .braendle-shell-mobile-toggle__icon span:nth-child(2) {
		opacity: 0;
		transform: scaleX(0.25);
	}

	.braendle-shell-mobile-toggle[aria-expanded="true"] .braendle-shell-mobile-toggle__icon span:nth-child(3) {
		transform: translateY(-0.405rem) rotate(-45deg);
	}

	.braendle-shell-mobile-toggle__label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.braendle-shell-mobile-toggle:hover,
	.braendle-shell-mobile-toggle:focus-visible {
		background: var(--accent);
		color: #fff;
		outline: 0.14rem solid rgb(16 24 32 / 0.16);
		outline-offset: 0.18rem;
	}

	.braendle-shell-mobile-overlay {
		position: fixed;
		z-index: 99998;
		inset: 0;
		display: block;
		background: rgb(16 24 32 / 0.42);
		opacity: 0;
		pointer-events: none;
		transition: opacity 180ms ease;
	}

	.braendle-shell-mobile-drawer {
		position: fixed;
		z-index: 99999;
		top: 0;
		right: 0;
		display: grid;
		width: min(27rem, 100vw);
		max-width: 100%;
		height: 100dvh;
		grid-template-rows: auto auto auto auto auto;
		align-content: start;
		gap: 0;
		padding: 0 clamp(1.35rem, 5vw, 1.75rem) 1.35rem;
		overflow-y: auto;
		background: #fff;
		border-left: 1px solid var(--hairline);
		box-shadow: -1.2rem 0 3rem rgb(16 24 32 / 0.24);
		opacity: 0;
		transform: translateX(100%);
		transition: opacity 180ms ease, transform 220ms ease;
	}

	.has-braendle-mobile-menu {
		overflow: hidden;
	}

	.has-braendle-mobile-menu .braendle-shell-mobile-overlay {
		opacity: 1;
		pointer-events: auto;
	}

	.has-braendle-mobile-menu .braendle-shell-mobile-drawer {
		opacity: 1;
		transform: translateX(0);
	}

	.braendle-shell-mobile-drawer__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
		min-height: 5.5rem;
		padding-block: 0.9rem;
		border-bottom: 1px solid var(--hairline);
	}

	.braendle-shell-mobile-drawer__head .braendle-shell-logo img {
		width: 9rem;
	}

	.braendle-shell-mobile-close {
		display: inline-flex;
		width: 2.5rem;
		height: 2.5rem;
		align-items: center;
		justify-content: center;
		background: var(--accent);
		border: 0;
		color: #fff;
		cursor: pointer;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1;
	}

	.braendle-shell-mobile-close:hover,
	.braendle-shell-mobile-close:focus-visible {
		background: var(--primary);
		outline: 0.14rem solid rgb(0 92 169 / 0.28);
		outline-offset: 0.18rem;
	}

	.braendle-shell-mobile-service {
		display: grid;
		margin-block-start: 1rem;
		border-block: 1px solid var(--hairline);
	}

	.braendle-shell-mobile-service p {
		margin: 0;
		color: rgb(16 24 32 / 0.72);
		font-size: 0.92rem;
		font-weight: 600;
		line-height: 1.2;
	}

	.braendle-shell-mobile-service nav {
		display: flex;
		flex-wrap: wrap;
		gap: 0.55rem 1rem;
		margin-block-start: 0.75rem;
	}

	.braendle-shell-mobile-service a {
		color: var(--primary);
		font-size: 0.95rem;
		font-weight: 700;
		text-decoration: none;
	}

	.braendle-shell-mobile-accordion-panel[hidden] {
		display: none;
	}

	.braendle-shell-nav--mobile {
		display: block;
		padding-block: 0.9rem 0.2rem;
	}

	.braendle-shell-nav--mobile .braendle-shell-menu {
		display: grid;
		width: 100%;
	}

	.braendle-shell-nav--mobile .braendle-shell-menu > li {
		border-bottom: 1px solid rgb(16 24 32 / 0.1);
	}

	.braendle-shell-nav--mobile .braendle-shell-menu > li:last-child {
		border-bottom: 0;
	}

	.braendle-shell-nav--mobile .braendle-shell-menu .sub-menu {
		position: static;
		min-width: 0;
		padding: 0 0 0.8rem;
		border: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.braendle-shell-nav--mobile a,
	.braendle-shell-mobile-accordion-toggle {
		display: block;
		width: 100%;
		min-height: 3.45rem;
		padding: 1rem 0;
		background: transparent;
		border: 0;
		color: var(--accent);
		cursor: pointer;
		font: inherit;
		font-size: 1.02rem;
		font-weight: 800;
		line-height: 1.25;
		text-align: left;
		text-decoration: none;
		white-space: normal;
	}

	.braendle-shell-mobile-accordion-toggle {
		position: relative;
		padding-right: 3rem;
	}

	.braendle-shell-mobile-accordion-toggle::after {
		content: "+";
		position: absolute;
		top: 50%;
		right: 0;
		width: 2rem;
		height: 2rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		background: rgb(0 92 169 / 0.1);
		color: var(--primary);
		font-size: 1.05rem;
		font-weight: 700;
		line-height: 1;
		transform: translateY(-50%) rotate(0deg);
		transition: background 160ms ease, color 160ms ease, transform 180ms ease;
	}

	.braendle-shell-mobile-accordion-toggle[aria-expanded="true"]::after {
		content: "-";
		background: var(--primary);
		color: #fff;
		transform: translateY(-50%) rotate(180deg);
	}

	.braendle-shell-nav--mobile .sub-menu a {
		min-height: 0;
		padding: 0.52rem 0 0.52rem 1rem;
		color: rgb(16 24 32 / 0.76);
		font-size: 0.95rem;
		font-weight: 600;
	}

	.braendle-shell-nav--mobile .current-menu-item > a,
	.braendle-shell-nav--mobile .current-menu-ancestor > a,
	.braendle-shell-nav--mobile .current-menu-item > .braendle-shell-mobile-accordion-toggle,
	.braendle-shell-nav--mobile .current-menu-ancestor > .braendle-shell-mobile-accordion-toggle,
	.braendle-shell-nav--mobile a[aria-current="page"],
	.braendle-shell-nav--mobile a.is-active {
		color: var(--primary);
	}

	.braendle-shell-nav--mobile .current-menu-item > a::after,
	.braendle-shell-nav--mobile .current-menu-ancestor > a::after,
	.braendle-shell-nav--mobile a[aria-current="page"]::after,
	.braendle-shell-nav--mobile a.is-active::after {
		content: none;
	}

	.braendle-shell-nav--mobile .braendle-shell-mobile-overview a {
		color: var(--primary);
		font-weight: 700;
	}

	.braendle-shell-mobile-call {
		display: inline-flex;
		width: 100%;
		min-height: 3.25rem;
		align-items: center;
		justify-content: center;
		margin-block-start: 1rem;
		padding: 0.88rem 1rem;
		background: var(--primary);
		color: #fff !important;
		font-weight: 800;
		line-height: 1.1;
		text-align: center;
		text-decoration: none !important;
	}

	.braendle-shell-mobile-call:hover,
	.braendle-shell-mobile-call:focus-visible {
		background: var(--accent);
		color: #fff !important;
		outline: 0.14rem solid rgb(0 92 169 / 0.28);
		outline-offset: 0.18rem;
	}

	.braendle-shell-mobile-drawer .braendle-shell-actions--mobile {
		display: flex;
		margin-block-start: 0.75rem;
	}

	.braendle-shell-mobile-drawer .braendle-shell-action {
		width: 100%;
		min-height: 3rem;
		justify-content: center;
		background: var(--accent);
		color: #fff;
		text-decoration: none;
	}

	.braendle-shell-action {
		min-height: 2.35rem;
		padding: 0.58rem 0.78rem;
		font-size: 0.82rem;
	}

	.braendle-shell-footer__inner {
		grid-template-columns: 1fr;
	}

	.braendle-shell-footer-groups {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.braendle-shell-notice__inner,
	.braendle-shell-topbar__inner,
	.braendle-shell-inner {
		padding-inline: 1rem;
	}

	.braendle-shell-topbar {
		display: none;
	}

	.braendle-shell-inner {
		gap: 0.65rem;
	}

	.braendle-shell-logo img,
	.braendle-shell-footer__brand img {
		width: 8rem;
	}

	.braendle-shell-footer__bottom {
		justify-content: flex-start;
	}

	.braendle-shell-footer__bottom span {
		flex-basis: 100%;
	}

	.braendle-shell-footer-groups {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.braendle-shell-inner {
		min-height: 4.8rem;
	}
}


/* === Funnel polish (Claude 2026-06-30) ===================================
   Scope: body.single-funnel. Brandbar spacing, media+text split,
   FAQ accordion skin, CTA centring, promo-lightbox suppression,
   thank-you cards. Tokens: --primary #005ca9, --accent #101820,
   creams --base*, hairline, serif "Zilla Slab".
   ======================================================================== */

/* --- Brandbar: compact, balanced, centred logo --- */
body.single-funnel .funnel-brandbar {
	padding-block: 0;
}
body.single-funnel .funnel-brandbar__inner {
	flex-direction: row;
	align-items: center;
	min-height: 0;
	padding-block: clamp(1rem, 1.8vw, 1.5rem);
}
body.single-funnel .funnel-brandbar__inner > .funnel-brandbar__logo:only-child {
	margin-inline: auto;
}

/* --- Media + text: real two-column split with tidy imagery --- */
body.single-funnel .braendle-media-text__grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	align-items: center;
	gap: clamp(1.75rem, 4vw, 4rem) !important;
}
body.single-funnel .braendle-media-text__media {
	margin: 0;
}
body.single-funnel .braendle-media-text__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border: 1px solid var(--hairline, rgb(16 24 32 / 0.14));
}
body.single-funnel .braendle-media-text__content {
	display: grid;
	gap: 1rem;
	align-content: center;
}
@media (max-width: 860px) {
	body.single-funnel .braendle-media-text__grid {
		grid-template-columns: 1fr !important;
		gap: clamp(1.25rem, 5vw, 2rem) !important;
	}
	body.single-funnel .braendle-media-text__image {
		aspect-ratio: 16 / 10;
	}
}

/* --- FAQ accordion: proper Braendle skin (hairline rows + chevron) --- */
body.single-funnel .braendle-static-faq .brxe-container {
	display: grid;
	gap: clamp(1.25rem, 2.5vw, 2rem);
}
body.single-funnel .braendle-faq-list {
	width: 100%;
	max-width: 60rem;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--hairline, rgb(16 24 32 / 0.14));
}
body.single-funnel .braendle-faq-list .accordion-item {
	border-bottom: 1px solid var(--hairline, rgb(16 24 32 / 0.14));
}
body.single-funnel .braendle-faq-list .accordion-title-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	padding: clamp(1rem, 2vw, 1.35rem) 0;
	cursor: pointer;
}
body.single-funnel .braendle-faq-list .accordion-title {
	margin: 0;
}
body.single-funnel .braendle-faq-list .accordion-title .title {
	margin: 0;
	font-family: inherit;
	font-size: clamp(1.02rem, 0.98rem + 0.25vw, 1.2rem);
	font-weight: 800;
	line-height: 1.35;
	color: var(--accent, #101820);
	transition: color 160ms ease;
}
body.single-funnel .braendle-faq-list .accordion-title-wrapper::after {
	content: "";
	flex: 0 0 auto;
	width: 0.62rem;
	height: 0.62rem;
	border-right: 2px solid var(--primary, #005ca9);
	border-bottom: 2px solid var(--primary, #005ca9);
	transform: rotate(45deg);
	transform-origin: center;
	transition: transform 220ms ease;
}
body.single-funnel .braendle-faq-list .accordion-title-wrapper[aria-expanded="true"]::after {
	transform: rotate(-135deg);
}
body.single-funnel .braendle-faq-list .accordion-title-wrapper:is(:hover, :focus-visible) .title,
body.single-funnel .braendle-faq-list .accordion-title-wrapper[aria-expanded="true"] .title {
	color: var(--primary, #005ca9);
}
body.single-funnel .braendle-faq-list .accordion-content-wrapper p {
	margin: 0;
	padding: 0 2.5rem 1.4rem 0;
	max-width: 60ch;
	color: rgb(16 24 32 / 0.74);
	line-height: 1.6;
}

/* --- CTA band: centre the action button (not the hero) --- */
body.single-funnel .braendle-cta-section .brxe-container {
	text-align: center;
}
body.single-funnel .braendle-cta-section .braendle-actions {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}

/* --- Suppress the site-wide promo lightbox on the funnel --- */
body.single-funnel .braendle-lightbox {
	display: none !important;
}

/* --- Thank-you "while you wait" cards: make them feel intentional --- */
body.single-funnel .braendle-card-grid__items .braendle-card {
	position: relative;
	min-height: 8.5rem;
	padding-right: 3rem;
	transition: transform 160ms ease, border-color 160ms ease;
}
body.single-funnel .braendle-card-grid__items .braendle-card::after {
	content: "\2192";
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
	color: var(--primary, #005ca9);
	font-weight: 900;
}
body.single-funnel .braendle-card-grid__items .braendle-card:is(:hover, :focus-visible) {
	border-color: var(--primary, #005ca9);
	transform: translateY(-2px);
}


/* === Fluent Forms polish (Codex 2026-07-01) ==============================
   Consistent form UI across service, career, concept, contact and funnel forms.
   Uses Braendle tokens and keeps the funnel form from becoming a nested card.
   ======================================================================== */

.frm-fluent-form {
	--ff-surface: #fff;
	--ff-surface-soft: var(--base-ultra-light, #fbf9f5);
	--ff-border: var(--hairline, rgb(16 24 32 / 0.14));
	--ff-border-strong: rgb(16 24 32 / 0.28);
	--ff-text-muted: rgb(16 24 32 / 0.68);
	--ff-error: #b42318;
	--ff-success: #0f766e;
	box-sizing: border-box;
	width: 100%;
	max-width: 66rem;
	margin-inline: auto;
	padding: clamp(1.2rem, 3vw, 2.25rem);
	background: var(--ff-surface);
	border: 1px solid var(--ff-border);
	border-top: 0.28rem solid var(--primary, #005ca9);
	box-shadow: 0 1rem 2.8rem rgb(16 24 32 / 0.07);
	color: var(--accent, #101820);
}

.funnel-form-card .frm-fluent-form {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.frm-fluent-form * {
	box-sizing: border-box;
}

.frm-fluent-form .ff-el-group,
.frm-fluent-form .ff-t-container,
.frm-fluent-form .ff-column-container {
	margin-block-end: clamp(1rem, 2vw, 1.35rem);
}

.frm-fluent-form .ff-t-container,
.frm-fluent-form .ff-column-container {
	display: grid;
	gap: clamp(0.9rem, 2vw, 1.2rem);
}

.frm-fluent-form .ff-column-container.ff_columns_total_2,
.frm-fluent-form .ff-t-container.ff_columns_total_2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.frm-fluent-form .ff-t-cell,
.frm-fluent-form .ff-t-column-1,
.frm-fluent-form .ff-t-column-2 {
	min-width: 0;
}

.frm-fluent-form .ff-el-input--label {
	margin-block-end: 0.4rem;
}

.frm-fluent-form .ff-el-input--label label,
.frm-fluent-form legend {
	display: inline-flex;
	align-items: baseline;
	gap: 0.3rem;
	margin: 0;
	color: var(--accent, #101820);
	font-size: clamp(0.92rem, 0.9rem + 0.08vw, 1rem);
	font-weight: 850;
	line-height: 1.25;
}

.frm-fluent-form .ff-el-input--label.ff-el-is-required.asterisk-right label::after,
.frm-fluent-form .ff-el-input--label.ff-el-is-required.asterisk-left label::before {
	content: "*";
	color: var(--primary, #005ca9);
	font-weight: 900;
}

.frm-fluent-form input[type="text"],
.frm-fluent-form input[type="email"],
.frm-fluent-form input[type="tel"],
.frm-fluent-form input[type="url"],
.frm-fluent-form input[type="number"],
.frm-fluent-form input[type="date"],
.frm-fluent-form input[type="file"],
.frm-fluent-form select,
.frm-fluent-form textarea,
.frm-fluent-form .ff-el-form-control {
	width: 100%;
	min-height: 3.15rem;
	padding: 0.78rem 0.9rem;
	background-color: #fff;
	border: 1px solid var(--ff-border-strong) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--accent, #101820);
	font: inherit;
	font-size: 1rem;
	line-height: 1.35;
	letter-spacing: 0;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.frm-fluent-form textarea,
.frm-fluent-form textarea.ff-el-form-control {
	min-height: 9.5rem;
	resize: vertical;
}

.frm-fluent-form select,
.frm-fluent-form select.ff-el-form-control {
	padding-right: 2.9rem;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%23101820' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1.15rem center;
	background-size: 0.72rem auto;
}

.frm-fluent-form input[type="file"] {
	min-height: 0;
	padding: 0.72rem;
	background: var(--ff-surface-soft);
	font-size: 0.95rem;
}

.frm-fluent-form ::placeholder {
	color: rgb(16 24 32 / 0.45);
	opacity: 1;
}

.frm-fluent-form :is(input, select, textarea, button, .ff-btn):focus-visible,
.frm-fluent-form .ff-el-form-control:focus {
	border-color: var(--primary, #005ca9) !important;
	outline: 0;
	box-shadow: 0 0 0 0.22rem rgb(0 92 169 / 0.16) !important;
}

.frm-fluent-form .ff-el-help-message,
.frm-fluent-form .ff-el-form-check-label,
.frm-fluent-form .ff-el-form-check label {
	color: var(--ff-text-muted);
	font-size: 0.95rem;
	line-height: 1.45;
}

.frm-fluent-form .ff-el-form-check {
	margin: 0.55rem 0;
}

.frm-fluent-form .ff-el-form-check-label,
.frm-fluent-form .ff-el-form-check label {
	display: flex;
	align-items: flex-start;
	gap: 0.72rem;
	width: 100%;
	padding: 0.78rem 0.9rem;
	background: var(--ff-surface-soft);
	border: 1px solid var(--ff-border);
	color: var(--accent, #101820);
	font-weight: 700;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.frm-fluent-form .ff-el-form-check-label:has(input:checked),
.frm-fluent-form .ff-el-form-check label:has(input:checked) {
	background: rgb(0 92 169 / 0.08);
	border-color: rgb(0 92 169 / 0.42);
	color: var(--primary, #005ca9);
}

.frm-fluent-form input[type="checkbox"],
.frm-fluent-form input[type="radio"],
.frm-fluent-form .ff-el-form-check-input {
	flex: 0 0 auto;
	width: 1.05rem;
	height: 1.05rem;
	margin: 0.16rem 0 0;
	accent-color: var(--primary, #005ca9);
}

.frm-fluent-form .ff-btn,
.frm-fluent-form button[type="submit"],
.frm-fluent-form .ff-btn-submit {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 3.1rem;
	padding: 0.86rem 1.25rem !important;
	background: var(--primary, #005ca9) !important;
	border: 1px solid var(--primary, #005ca9) !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-family: inherit;
	font-size: 0.98rem !important;
	font-weight: 900 !important;
	line-height: 1.1 !important;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.frm-fluent-form .ff-btn:is(:hover, :focus-visible),
.frm-fluent-form button[type="submit"]:is(:hover, :focus-visible),
.frm-fluent-form .ff-btn-submit:is(:hover, :focus-visible) {
	background: var(--primary-hover, #004a8a) !important;
	border-color: var(--primary-hover, #004a8a) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.frm-fluent-form .ff-btn-secondary,
.frm-fluent-form .ff-btn-prev,
.frm-fluent-form button[data-action="prev"] {
	background: transparent !important;
	border-color: var(--ff-border-strong) !important;
	color: var(--accent, #101820) !important;
}

.frm-fluent-form .ff-btn-secondary:is(:hover, :focus-visible),
.frm-fluent-form .ff-btn-prev:is(:hover, :focus-visible),
.frm-fluent-form button[data-action="prev"]:is(:hover, :focus-visible) {
	background: var(--accent, #101820) !important;
	border-color: var(--accent, #101820) !important;
	color: #fff !important;
}

.frm-fluent-form .ff_submit_btn_wrapper,
.frm-fluent-form .ff_submit_btn_wrapper_custom,
.frm-fluent-form .ff-inner_submit_container {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	justify-content: flex-start;
	margin-block-start: clamp(1.2rem, 2vw, 1.7rem);
}

.frm-fluent-form .error,
.frm-fluent-form .ff-el-is-error .text-danger,
.frm-fluent-form .ff-el-is-error .ff-el-help-message,
.frm-fluent-form .ff-el-is-error label {
	color: var(--ff-error) !important;
}

.frm-fluent-form .ff-el-is-error .ff-el-form-control,
.frm-fluent-form .ff-el-is-error input,
.frm-fluent-form .ff-el-is-error select,
.frm-fluent-form .ff-el-is-error textarea {
	border-color: var(--ff-error) !important;
	box-shadow: 0 0 0 0.18rem rgb(180 35 24 / 0.12) !important;
}

.frm-fluent-form .ff-message-success,
.frm-fluent-form .ff_success_message {
	padding: 1rem 1.1rem;
	background: rgb(15 118 110 / 0.09);
	border: 1px solid rgb(15 118 110 / 0.3);
	color: var(--ff-success);
	font-weight: 750;
}

.frm-fluent-form .ff-step-t-container,
.frm-fluent-form .ff-step-titles {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 0 0 clamp(1.2rem, 2.4vw, 2rem) !important;
	padding: 0;
	list-style: none;
}

.frm-fluent-form .ff-step-t-container li,
.frm-fluent-form .ff-step-titles li {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0.42rem 0.72rem;
	background: var(--ff-surface-soft);
	border: 1px solid var(--ff-border);
	color: var(--ff-text-muted);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.frm-fluent-form .ff-step-t-container li.active,
.frm-fluent-form .ff-step-titles li.active,
.frm-fluent-form .ff-step-titles li.ff_active {
	background: var(--primary, #005ca9);
	border-color: var(--primary, #005ca9);
	color: #fff;
}

.frm-fluent-form .fluentform-step {
	padding-block-start: 0.2rem;
}

.funnel-form-card .frm-fluent-form .ff-el-input--label label,
.funnel-form-card .frm-fluent-form legend {
	font-size: clamp(1.04rem, 0.98rem + 0.28vw, 1.22rem);
}

.funnel-form-card .frm-fluent-form .ff-el-form-check-label,
.funnel-form-card .frm-fluent-form .ff-el-form-check label {
	padding: 0.9rem 1rem;
	font-weight: 800;
}

@media (max-width: 760px) {
	.frm-fluent-form {
		padding: 1rem;
		box-shadow: none;
	}

	.frm-fluent-form .ff-column-container.ff_columns_total_2,
	.frm-fluent-form .ff-t-container.ff_columns_total_2 {
		grid-template-columns: 1fr;
	}

	.frm-fluent-form .ff-btn,
	.frm-fluent-form button[type="submit"],
	.frm-fluent-form .ff-btn-submit {
		width: 100%;
	}

	.frm-fluent-form .ff_submit_btn_wrapper,
	.frm-fluent-form .ff_submit_btn_wrapper_custom,
	.frm-fluent-form .ff-inner_submit_container {
		align-items: stretch;
	}
}

/* Layout rules for standalone Fluent Forms sections in Gutenberg content. */
.braendle-form-section {
	clear: both;
	width: 100%;
}

.braendle-form-section > .brxe-container {
	width: min(100% - clamp(2rem, 6vw, 6rem), var(--content-width, 1180px));
	max-width: var(--content-width, 1180px);
	margin-inline: auto;
}

.braendle-form-section .fluentform {
	width: 100%;
}

.braendle-form-section .frm-fluent-form {
	max-width: min(100%, 78rem);
}

.braendle-form-section #fluentform_5 {
	max-width: min(100%, 84rem);
}

.frm-fluent-form fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

@media (min-width: 860px) {
	.braendle-form-section :is(#fluentform_3, #fluentform_4, #fluentform_5, #fluentform_6) fieldset {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: clamp(1.1rem, 2.2vw, 1.75rem);
		row-gap: clamp(1rem, 1.8vw, 1.35rem);
		align-items: start;
	}

	.braendle-form-section :is(#fluentform_3, #fluentform_4, #fluentform_5, #fluentform_6) fieldset > :not(.ff-el-group),
	.braendle-form-section :is(#fluentform_3, #fluentform_4, #fluentform_5, #fluentform_6) fieldset > .ff-el-group:has(textarea),
	.braendle-form-section :is(#fluentform_3, #fluentform_4, #fluentform_5, #fluentform_6) fieldset > .ff-el-group:has(input[type="file"]),
	.braendle-form-section :is(#fluentform_3, #fluentform_4, #fluentform_5, #fluentform_6) fieldset > .ff-el-group:has(input[type="checkbox"]),
	.braendle-form-section :is(#fluentform_3, #fluentform_4, #fluentform_5, #fluentform_6) fieldset > .ff-el-group:has(input[type="radio"]),
	.braendle-form-section :is(#fluentform_3, #fluentform_4, #fluentform_5, #fluentform_6) fieldset > .ff_submit_btn_wrapper {
		grid-column: 1 / -1;
	}

	.braendle-form-section :is(#fluentform_3, #fluentform_4, #fluentform_5, #fluentform_6) .ff-el-group {
		margin-block-end: 0;
	}
}

/* =============================================================
   Betriebsurlaub-Card unten links (Spiegel der Quooker-Card unten rechts)
   Ersetzt den frueheren blauen Top-Balken (.braendle-shell-notice).
   ============================================================= */
.braendle-shell-holiday-card {
	position: fixed;
	left: clamp(1rem, 2.5vw, 2rem);
	bottom: clamp(1rem, 2.5vw, 2rem);
	z-index: 90;
	width: min(21rem, calc(100vw - 2.5rem));
	box-sizing: border-box;
	padding: clamp(2.3rem, 3.2vw, 2.7rem) clamp(1.1rem, 2.5vw, 1.5rem) clamp(1.1rem, 2.5vw, 1.5rem);
	background: var(--shade-white, #ffffff);
	color: var(--accent, #101820);
	border: 1px solid var(--hairline, rgb(16 24 32 / 0.14));
	border-radius: 8px;
	box-shadow: 0 1.25rem 3.75rem rgb(16 24 32 / 0.24);
	font-size: 1rem;
	line-height: 1.45;
}

.braendle-shell-holiday-card__close {
	position: absolute;
	z-index: 3;
	top: 0.5rem;
	right: 0.65rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: 2.2rem;
	padding: 0;
	border: 0;
	background: none;
	color: var(--accent, #101820);
	font-family: 'Hanken Grotesk', system-ui, sans-serif;
	line-height: 1;
	cursor: pointer;
	transition: color 160ms ease;
}

.braendle-shell-holiday-card__close:hover,
.braendle-shell-holiday-card__close:focus-visible {
	color: var(--primary, #005ca9);
	outline: 0;
}

.braendle-shell-holiday-card__close span:first-child {
	font-size: 1.9rem;
	font-weight: 400;
	line-height: 1;
}

.braendle-shell-holiday-card__title {
	margin: 0 0 0.35rem;
	font-size: clamp(1.05rem, 1.4vw, 1.2rem);
	line-height: 1.2;
	font-weight: 700;
	color: var(--primary, #005ca9);
	padding-right: 3rem;
}

.braendle-shell-holiday-card__text {
	margin: 0 0 0.6rem;
	overflow-wrap: anywhere;
}

.braendle-shell-holiday-card__text a {
	color: var(--primary, #005ca9);
	font-weight: 600;
}

.braendle-shell-holiday-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	min-height: 2.75rem;
	margin-top: 0.2rem;
	padding: 0.9rem 1.6rem;
	border-radius: 8px;
	background: var(--primary, #005ca9);
	color: #fff !important;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: background 160ms ease, transform 160ms ease;
}

.braendle-shell-holiday-card__cta:hover {
	background: var(--primary-hover, #004a8a);
	color: #fff !important;
	transform: translateY(-1px);
	text-decoration: none;
}

@media (max-width: 700px) {
	.braendle-shell-holiday-card {
		left: 0.75rem;
		right: 0.75rem;
		bottom: 0.75rem;
		width: auto;
	}

	.braendle-shell-holiday-card__close {
	position: absolute;
	z-index: 3;
	top: 0.5rem;
	right: 0.65rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: 2.2rem;
	padding: 0;
	border: 0;
	background: none;
	color: var(--accent, #101820);
	font-family: 'Hanken Grotesk', system-ui, sans-serif;
	line-height: 1;
	cursor: pointer;
	transition: color 160ms ease;
}

	/* Mobil nur EINE schwebende Box: Urlaub hat Vorrang, Quooker-Card ausblenden solange Urlaub aktiv. */
	html.brd-holiday-active .quooker-card {
		display: none !important;
	}
}

/* Betriebsurlaub-Card + Lightbox (no-media): mehr Luft oben fuer Schliessen-Button (Kundenwunsch 15.07.2026) */
.braendle-lightbox .braendle-lightbox__dialog--no-media {
	padding-block-start: clamp(2.3rem, 3.2vw, 2.7rem);
}


/* ============================================================
   Mobil-Slider fuer dynamische Grids (.braendle-mslider)
   Kundenwunsch 15.07.2026 - Grid -> Touch-Slider mit Pfeilen (mobil).
   ============================================================ */
.braendle-mslider__arrow { display: none; }

@media (max-width: 768px) {
	.braendle-mslider-wrap { position: relative; }
	.braendle-card-grid__items.braendle-mslider {
		display: flex;
		gap: 1rem;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding-block-end: 0.5rem;
	}
	.braendle-card-grid__items.braendle-mslider::-webkit-scrollbar { display: none; }
	.braendle-card-grid__items.braendle-mslider > .braendle-card {
		flex: 0 0 82%;
		scroll-snap-align: start;
	}
	.braendle-mslider__arrow {
		position: absolute;
		top: 42%;
		transform: translateY(-50%);
		z-index: 3;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 2.6rem;
		height: 2.6rem;
		padding: 0;
		border: 1px solid var(--hairline, rgb(16 24 32 / 0.14));
		border-radius: 999px;
		background: rgb(255 255 255 / 0.94);
		color: var(--accent, #101820);
		font-size: 1.5rem;
		line-height: 1;
		cursor: pointer;
		box-shadow: 0 0.4rem 1.2rem rgb(16 24 32 / 0.16);
		transition: background 160ms ease, color 160ms ease, border-color 160ms ease, opacity 160ms ease;
	}
	.braendle-mslider__arrow--prev { left: 0.15rem; }
	.braendle-mslider__arrow--next { right: 0.15rem; }
	.braendle-mslider__arrow:hover,
	.braendle-mslider__arrow:focus-visible {
		background: var(--primary, #005ca9);
		color: #fff;
		border-color: var(--primary, #005ca9);
		outline: 0;
	}
	.braendle-mslider__arrow[disabled] { opacity: 0; pointer-events: none; }
}

/* FF#11 Schnuppertermin: Submit volle Breite */
.fluentform_wrapper_11 .ff-el-group.ff_submit_btn_wrapper,
.fluentform_wrapper_11 .ff_submit_btn_wrapper_no_label{width:100%;}
.fluentform_wrapper_11 .ff-btn-submit{width:100%;justify-content:center;}

/* GDPR-/Datenschutz-Consent: nur Checkbox + Text, kein Kasten */
.frm-fluent-form .ff-el-form-check-label.ff_tc_label,
.frm-fluent-form .ff-el-form-check-label.ff_tc_label:has(input:checked){
	padding: 0;
	background: none;
	border: 0;
	color: var(--accent, #101820);
	font-weight: 400;
}

/* FF#4 Bewerbung: Submit volle Breite (wie FF#11) */
.fluentform_wrapper_4 .ff-btn-submit{width:100%;justify-content:center;}
