/* Layout */
.cwf-container {
	width: 100%;
	max-width: var(--rf-container);
	margin-inline: auto;
	padding-inline: var(--rf-space-2);
}

.cwf-container--narrow { max-width: 800px; }

.cw-section-padding { padding: var(--rf-space-8) 0; }
.cw-section-padding-sm { padding: var(--rf-space-5) 0; }
.cw-section-padding-top { padding-top: var(--rf-space-8); }
.cw-section-padding-bottom { padding-bottom: var(--rf-space-8); }

.cwf-divider {
	width: 200px;
	height: 4px;
	border: 0;
	background: var(--rf-color-primary);
	margin: 0;
}

.cwf-divider--center { margin-inline: auto; }
.cwf-divider--light { background: var(--rf-color-white); }

/* Section intro — live row-gap 16px between title / divider / body */
.cwf-section-intro {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
	row-gap: 16px;
}

.cwf-section-intro--center {
	align-items: center;
	text-align: center;
}

.cwf-section-intro h1,
.cwf-section-intro h2,
.cwf-section-intro h3,
.cwf-section-intro p,
.cwf-section-intro .cwf-divider {
	margin: 0;
}

.cwf-section-intro h1,
.cwf-section-intro h2,
.cwf-section-intro h3,
.cwf-section-intro p,
.cwf-section-intro__text {
	width: 100%;
	max-width: 100%;
}

.cwf-section-intro .cwf-divider {
	align-self: flex-start;
}

.cwf-section-intro--center .cwf-divider {
	align-self: center;
}

/* Northland live: Bricks "secondary" button token is brand blue (#1c75bc) */
.cwf-brand-northland .bricks-background-secondary {
	background-color: var(--rf-color-secondary) !important;
	color: #ffffff !important;
}

.cwf-brand-northland .bricks-button.bricks-background-secondary.icon-right {
	padding: 20px 25px !important;
}

/* Buttons — live .bricks-button base */
.cwf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px; /* live .bricks-button */
	padding: 0.3em 1.4em;
	border: 0;
	border-radius: 16px;
	font-family: var(--rf-font-heading);
	font-weight: 600;
	font-size: clamp(1.25rem, 1.03125rem + 0.875vw, 1.6875rem);
	letter-spacing: 0.5px; /* live .bricks-button */
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	transition: filter var(--rf-duration) ease, background-color var(--rf-duration) ease;
}

.cwf-btn--primary { background: var(--rf-color-secondary); color: var(--rf-color-white); }
.cwf-btn--primary:hover { filter: brightness(0.92); color: var(--rf-color-white); }

.cwf-btn--secondary { background: var(--rf-color-primary); color: var(--rf-color-white); }
.cwf-btn--secondary:hover { filter: brightness(1.08); color: var(--rf-color-white); }

.cwf-btn--accent { background: var(--rf-color-accent); color: var(--rf-color-white); }
.cwf-btn--accent:hover { filter: brightness(0.95); color: var(--rf-color-white); }

.cwf-btn--light {
	background: var(--rf-color-white);
	color: var(--rf-color-secondary);
	font-weight: 600;
}

.cwf-btn--light:hover {
	background: var(--rf-color-surface);
	color: var(--rf-color-secondary);
}

/* Hero / CTA / header utility — live 15×25 */
.cwf-btn--sm,
.cwf-btn--hero,
.cwf-cta .cwf-btn,
.cwf-hero .cwf-btn {
	padding: 15px 25px !important;
	font-weight: 600;
	gap: 10px;
	letter-spacing: 0.5px;
	border-radius: 16px;
	min-height: 0;
	line-height: 1.2;
}

/* Live FA icon = 1em of button font-size (solid weight) */
.cwf-btn .cwf-ui-icon {
	flex-shrink: 0;
	width: 1em !important;
	height: 1em !important;
	display: block;
}

.cwf-header-utility__phone {
	color: var(--rf-color-primary);
	font-weight: var(--rf-fw-semibold);
	text-decoration: none;
}

.cwf-header-utility__phone:hover { color: var(--rf-color-secondary); }

/* Why checklist */
.cwf-why {
	width: 100%;
	max-width: none;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

.cwf-section-intro__text {
	color: var(--rf-color-ink-muted);
}

.cwf-checklist__title {
	margin: 0 0 0.5em;
	color: var(--rf-color-ink-muted);
	font-size: inherit;
	font-weight: 700;
}

.cwf-checklist__list {
	margin: 0;
	padding: 0 0 0 40px;
	list-style: disc;
}

/* Live #brxe-zyruve ul — native disc list in body copy */
.cwf-checklist__list--plain {
	list-style: disc;
	list-style-position: outside;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding-left: 40px;
	color: var(--rf-color-ink-muted);
	font-weight: 400;
}

.cwf-checklist__list--plain li {
	padding: 0;
	margin: 0;
	border-bottom: 0;
	color: inherit;
	font-weight: 400;
	line-height: inherit;
}

.cwf-checklist__list--plain li::before {
	display: none;
}

.cwf-checklist__list:not(.cwf-checklist__list--plain) {
	list-style: none;
	padding: 0;
}

.cwf-checklist__list:not(.cwf-checklist__list--plain) li {
	position: relative;
	padding: 0.55rem 0 0.55rem 2rem;
	border-bottom: 1px solid rgba(3, 35, 86, 0.12);
	color: var(--rf-color-ink);
}

.cwf-checklist__list:not(.cwf-checklist__list--plain) li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7rem;
	width: 1rem;
	height: 1rem;
	background: var(--rf-color-secondary);
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.5 16.2l-3.7-3.7 1.4-1.4 2.3 2.3 6.3-6.3 1.4 1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.5 16.2l-3.7-3.7 1.4-1.4 2.3 2.3 6.3-6.3 1.4 1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Video */
.cwf-video__frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 15px;
	overflow: hidden;
	background: #000;
	box-shadow: var(--rf-shadow-card);
}

.cwf-video__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Video + Complete Cooling intro — video first, then copy */
.cwf-video-services {
	background-color: #e9f0f4;
	padding-top: 0;
}

.cwf-video-services__stack {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	row-gap: 32px;
}

.cwf-video-services__stack .cwf-video__frame {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}

.cwf-video-services__break {
	width: 100%;
	height: 0;
	border: 0;
	border-top: 1px solid rgba(3, 35, 86, 0.18);
	margin: 0;
}

.cwf-video-services__stack .cwf-section-intro {
	width: 100%;
	row-gap: 16px;
}

.cwf-video-services__stack .cwf-section-intro h2 {
	text-align: left;
	color: var(--rf-color-primary);
	margin: 0;
}

.cwf-video-services__stack .cwf-section-intro .cwf-divider {
	margin: 0;
	align-self: flex-start;
}

.cwf-video-services__stack .cwf-section-intro__text {
	margin: 0;
	width: 100%;
	max-width: 100%;
	color: var(--rf-color-ink);
	text-align: left;
}

.cwf-video-services__stack .cwf-section-intro__text a {
	color: var(--rf-color-link-accent);
	text-decoration: underline;
}

.cwf-video-services__stack .cwf-section-intro__text a:hover {
	color: var(--rf-color-secondary);
}

/*
 * Northland Our Work Process — stacked rows (video then copy).
 * User/live native parity: not a side-by-side two-column band.
 */
.cwf-brand-northland .cwf-video-services--process {
	background-color: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 50px;
}

.cwf-brand-northland .cwf-video-services--process .cwf-video-services__stack {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	align-items: stretch;
	row-gap: 64px;
	column-gap: 0;
	width: 100%;
	max-width: var(--rf-container);
}

.cwf-brand-northland .cwf-video-services--process .cwf-video__frame {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	border-radius: 15px;
}

.cwf-brand-northland .cwf-video-services--process .cwf-section-intro {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	align-items: flex-start;
}

.cwf-brand-northland .cwf-video-services--process .cwf-section-intro h2,
.cwf-brand-northland .cwf-video-services--process .cwf-section-intro__text,
.cwf-brand-northland .cwf-video-services--process .cwf-section-intro__text p {
	text-align: left;
}

.cwf-brand-northland .cwf-video-services--process .cwf-section-intro .cwf-divider {
	align-self: flex-start;
	margin-inline: 0;
}

@media (max-width: 920px) {
	.cwf-brand-northland .cwf-video-services--process .cwf-video-services__stack {
		row-gap: 32px;
		width: 90%;
		margin-inline: auto;
	}

	.cwf-brand-northland .cwf-video-services--process .cwf-section-intro {
		align-items: center;
	}

	.cwf-brand-northland .cwf-video-services--process .cwf-section-intro h2,
	.cwf-brand-northland .cwf-video-services--process .cwf-section-intro__text,
	.cwf-brand-northland .cwf-video-services--process .cwf-section-intro__text p {
		text-align: center;
	}

	.cwf-brand-northland .cwf-video-services--process .cwf-section-intro .cwf-divider {
		align-self: center;
		margin-inline: auto;
	}
}

@media (max-width: 991px) {
	.cwf-video-services__stack {
		width: 90%;
		margin-inline: auto;
	}
}

@media (max-width: 478px) {
	.cwf-video-services__stack {
		row-gap: 24px;
	}
}

/* Services dark band — live photo + overlay */
.cwf-services-band {
	position: relative;
	isolation: isolate;
	background-color: #032356;
	background-image: url("../../../../uploads/2025/12/image-5.webp");
	background-size: cover;
	background-position: center;
	color: #fff;
}

/* Live Northland #brxe-rgidpc — image-8.webp */
.cwf-brand-northland .cwf-services-band,
.cwf-services-band--northland {
	background-image: url("../../../../uploads/2025/11/image-8.webp");
	background-color: #054060;
	padding-top: 50px;
	padding-bottom: 50px;
}

.cwf-services-band::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 0.68);
	pointer-events: none;
}

.cwf-services-band > .cwf-container {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 16px;
}

.cwf-services-band .cwf-services-band__title,
.cwf-services-band h2 {
	color: #fff;
	text-align: center;
	margin: 0;
}

.cwf-services-band .cwf-divider {
	margin: 0;
}

.cwf-services-band--image-10 {
	background-image: url("../../../../uploads/2025/12/image-10.webp");
}

.cwf-services-band .cwf-card-grid {
	width: 100%;
	margin-top: 16px;
}

.cwf-services-band .cwf-card__link {
	display: inline-flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 10px;
	margin-top: var(--rf-space-2);
	font-family: var(--rf-font-heading);
	font-weight: 600;
	letter-spacing: normal;
	text-decoration: none;
	color: #fff;
}

.cwf-services-band .cwf-card__link .cwf-ui-icon {
	width: 20px;
	height: 20px;
}

.cwf-card__link { color: inherit; }

.cwf-card {
	border-radius: 16px;
	padding: 50px 16px;
	background: #1c75bc;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 15px;
}

.cwf-card p {
	margin: 0;
}

.cwf-contact-more {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin-top: 16px;
}

@media (min-width: 768px) {
	.cwf-contact-more {
		grid-template-columns: repeat(3, 1fr);
	}
}

.cwf-contact-more p {
	margin: 0;
	color: var(--rf-color-ink);
	line-height: 1.5;
}

.cwf-contact-more a {
	color: var(--rf-color-ink);
	text-decoration: none;
}

.cwf-contact-more a:hover {
	text-decoration: underline;
	color: var(--rf-color-secondary);
}

/* Contact / quote More Information cards — live #brxe-jxiixn (3-col, centered) */
.cwf-contact-info-band {
	background: #e9f0f4;
}

.cwf-contact-info-band > .cwf-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 32px;
	width: 90%;
	max-width: var(--rf-container);
}

.cwf-contact-info-band > .cwf-container > h2,
.cwf-contact-info-band .cwf-divider {
	text-align: center;
	align-self: stretch;
}

.cwf-contact-info-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	margin-top: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.cwf-contact-info-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 32px;
		align-items: initial;
	}
}

.cwf-contact-info-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	row-gap: 16px;
	text-align: center;
}

.cwf-contact-info-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #1c75bc;
	margin-bottom: 0;
}

.cwf-contact-info-card__icon svg {
	width: 40px;
	height: 40px;
}

.cwf-contact-info-card h3 {
	margin: 0;
	font-size: inherit;
	color: var(--rf-color-primary);
}

.cwf-contact-info-card__body {
	margin: 0;
	color: #1c75bc;
	line-height: 1.55;
	text-align: center;
}

.cwf-contact-info-card__body a {
	color: inherit;
	text-decoration: underline;
}

.cwf-contact-info-card__body a:hover {
	text-decoration: underline;
	color: var(--rf-color-secondary);
}

/* Live desktop: hours column text-align right; stacks centered ≤767px */
@media (min-width: 768px) {
	.cwf-contact-info-card--hours {
		text-align: right;
		align-items: center;
	}

	.cwf-contact-info-card--hours .cwf-contact-info-card__body {
		text-align: center;
	}
}

.cwf-contact-info-card--hotline {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 16px;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	width: 100%;
}

.cwf-contact-info-card__hotline-title {
	color: #1c75bc;
	margin: 0;
	font-size: inherit;
}

.cwf-maps {
	width: 100%;
	aspect-ratio: 21 / 9;
	min-height: 220px;
	border-radius: var(--rf-radius-lg);
	overflow: hidden;
	background: var(--rf-color-surface);
	position: relative;
}

.cwf-maps iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	position: absolute;
	inset: 0;
}

/* Contact: form + map side-by-side (live parity) */
.cwf-contact-intro {
	max-width: 800px;
	margin-inline: auto;
	margin-bottom: var(--rf-space-4);
}

.cwf-contact-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--rf-space-4);
	align-items: stretch;
}

.cwf-contact-layout__map .cwf-maps {
	aspect-ratio: 4 / 3;
	min-height: 320px;
	height: 100%;
	border-radius: var(--rf-radius-btn);
}

@media (min-width: 992px) {
	.cwf-contact-layout {
		grid-template-columns: 1fr 1fr;
		gap: var(--rf-space-3);
		align-items: stretch;
	}

	.cwf-contact-layout__map .cwf-maps {
		min-height: 100%;
		aspect-ratio: auto;
	}
}

/* Partner / certification logo marquee — live #brxe-lakalx / #brxe-mjxtgi */
.cwf-partners {
	width: 90%;
	max-width: 1100px;
	margin-inline: auto;
}

.cwf-partners__card {
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	padding: 25px;
}

.cwf-partners__viewport {
	overflow: hidden;
	width: 100%;
}

.cwf-partners__track {
	display: flex;
	align-items: center;
	gap: 25px;
	width: max-content;
	animation: cwf-partners-marquee 28s linear infinite;
}

.cwf-partners__item {
	margin: 0;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--cwf-partner-w, 150px);
	height: auto;
}

.cwf-partners__img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 80px;
	object-fit: contain;
}

@keyframes cwf-partners-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
	.cwf-partners__track { animation: none; flex-wrap: wrap; width: 100%; justify-content: center; }
}

/* Home hero + quote: live places quote in Why section with -250px pull-up */
.cwf-hero--home {
	min-height: 520px;
}

/*
 * Live page/home hero container (#brxe-duynvi / #brxe-cvyhev):
 * grid 1fr 0.5fr; width 90% ≤991px; 100% + 1 col ≤767px.
 */
.cwf-hero .cwf-container.cwf-hero__content {
	width: 100%;
	max-width: var(--rf-container);
	margin-inline: auto;
	padding-inline: 0;
	display: grid;
	grid-template-columns: 1fr 0.5fr;
	grid-gap: 16px;
	align-items: initial;
}

@media (max-width: 991px) {
	.cwf-hero .cwf-container.cwf-hero__content {
		width: 90%;
		max-width: 90%;
	}
}

@media (max-width: 767px) {
	.cwf-hero .cwf-container.cwf-hero__content {
		grid-template-columns: 1fr;
		width: 100%;
		max-width: 100%;
		justify-content: center;
		justify-items: center;
		align-items: center;
	}
}

/* Live #brxe-snklkf — full grid cell desktop; 90% width ≤991px */
.cwf-hero__copy {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	row-gap: 16px;
	text-align: left;
	line-height: 1.7; /* live hero body / button inherit */
}

@media (max-width: 991px) {
	.cwf-hero__copy {
		width: 90%;
		max-width: 90%;
	}
}

.cwf-hero__copy h1 {
	margin: 0;
	width: 100%;
	max-width: 100%;
	color: #ffffff;
	text-align: left;
	line-height: 1.4; /* live Bricks heading on industrial hero */
}

/* Live #brxe-wsuvhd — white body + 20px bottom before CTA */
.cwf-hero__copy p {
	margin: 0 0 20px;
	width: 100%;
	max-width: 100%;
	color: #ffffff;
	text-align: left;
}

.cwf-hero__copy p a {
	color: inherit;
	text-decoration: underline;
}

.cwf-hero__copy .cwf-btn {
	align-self: flex-start;
	width: auto;
	margin-top: 0;
	line-height: inherit; /* live button inherits hero body line-height (~1.7) */
	text-align: center;
}

.cwf-why-band__grid {
	display: flex;
	flex-direction: column;
	row-gap: 50px;
	align-items: center;
	justify-content: center;
}

.cwf-quote-card {
	position: relative;
	z-index: 3;
	width: 100%;
}

.cwf-quote-card--overlap {
	margin-top: 0;
	margin-bottom: var(--rf-space-3);
}

.cwf-quote-card__inner {
	background: var(--rf-color-white);
	border-radius: var(--rf-radius-card);
	box-shadow: var(--rf-shadow-card);
	overflow: hidden;
	max-width: 420px;
	margin-inline: auto;
}

@media (min-width: 992px) {
	.cwf-why-band__grid {
		flex-direction: row;
		column-gap: 100px;
		row-gap: 0;
		align-items: center;
		justify-content: center;
	}

	.cwf-why-band__grid > .cwf-why {
		width: 60%;
		flex: 0 0 60%;
	}

	.cwf-why-band__grid > .cwf-quote-card {
		width: 40%;
		flex: 0 0 40%;
		align-self: center;
	}

	.cwf-quote-card--overlap {
		margin-top: -250px;
		margin-bottom: 0;
	}

	/* Live form column -50px + card -250px */
	.cwf-brand-northland .cwf-quote-card--overlap {
		margin-top: -300px;
	}

	.cwf-quote-card--overlap .cwf-quote-card__inner {
		margin-inline: 0;
		max-width: none;
		width: 100%;
	}
}

@media (max-width: 991px) {
	.cwf-why-band__grid {
		width: 90%;
		margin-inline: auto;
		column-gap: 25px;
		row-gap: 50px;
	}
}

@media (max-width: 767px) {
	.cwf-why-band__grid {
		width: 100%;
		padding-bottom: 50px;
	}

	.cwf-quote-card--overlap {
		margin-top: 0;
	}
}

.cwf-cta__phone a {
	color: var(--rf-color-white);
	text-decoration: none;
}

.cwf-cta__phone a:hover {
	text-decoration: underline;
}

/* Header utility — live #brxe-afopkk */
.cwf-header-utility {
	background: #f4f4f4;
	font-size: clamp(1.25rem, 1.09375rem + 0.625vw, 1.5625rem);
}

.cwf-header-utility__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	max-width: 1100px;
}

.cwf-header-utility__left {
	display: flex;
	align-items: center;
	column-gap: 8px;
	min-width: 0;
}

.cwf-header-utility__brand {
	display: inline-flex;
	flex-shrink: 0;
	align-self: flex-start;
	line-height: 0;
}

.cwf-header-utility__logo {
	width: 4.4rem;
	height: 4.4rem;
	object-fit: contain;
	display: block;
}

.cwf-header-utility__hours-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.25;
}

.cwf-header-utility__hours {
	font-weight: 400;
	font-size: clamp(1.25rem, 1.09375rem + 0.625vw, 1.5625rem);
	text-transform: uppercase;
	color: var(--rf-color-ink);
	width: 230px;
	max-width: 100%;
}

.cwf-header-utility__note {
	color: #f53838;
	font-weight: 600;
	font-size: clamp(1.25rem, 1.09375rem + 0.625vw, 1.5625rem);
}

.cwf-header-utility__cta {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	/* Live #brxe-zcmbrq — 15×25, #1c75bc, font-weight 600 */
	background-color: var(--rf-color-secondary) !important;
	color: #fff !important;
	padding: 15px 25px !important;
	border-radius: 16px !important;
	font-family: var(--rf-font-heading);
	font-weight: 600 !important;
	font-size: clamp(1.25rem, 1.03125rem + 0.875vw, 1.6875rem);
	letter-spacing: 0.5px;
	line-height: 1.2;
	min-height: 0;
	height: auto;
	box-sizing: border-box;
	white-space: nowrap;
}

.cwf-header-utility__cta:hover {
	filter: brightness(0.92);
	color: #fff !important;
}

.cwf-header-utility__cta-label {
	display: inline-block;
	font-weight: 600;
}

.cwf-header-utility__cta .cwf-ui-icon {
	width: 1em !important;
	height: 1em !important;
	flex-shrink: 0;
	display: block;
}

/* Header main — live #brxe-irrgqx / #brxe-xnvybi */
.cwf-header-main {
	background-color: #032356;
	color: #fff;
	position: sticky;
	top: 0;
	z-index: var(--rf-z-header);
	padding-top: 15px;
	padding-bottom: 15px;
}

.cwf-header-main__inner {
	display: grid;
	grid-template-columns: 0.5fr 1fr;
	align-items: center;
	justify-content: space-between;
	column-gap: 16px;
	max-width: 1100px;
	position: relative;
}

.cwf-logo {
	display: block;
	width: 50%;
	max-width: 250px;
	line-height: 0;
	color: #fff;
	text-decoration: none;
}

.cwf-logo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
}

/* Northland live #brxe-rnyjzn / #brxe-oerlnx / #brxe-uwiggq */
.cwf-brand-northland .cwf-header-main {
	background-color: #054060;
}

.cwf-brand-northland .cwf-header-main__inner {
	column-gap: 64px;
}

.cwf-brand-northland .cwf-logo {
	width: auto;
	max-width: 300px;
}

.cwf-brand-northland .cwf-logo img {
	width: 300px;
	max-width: 100%;
	height: auto;
}

.cwf-nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	padding: 10px;
	margin-left: auto;
	background: transparent;
	border: 0;
	cursor: pointer;
	color: #e9f0f4;
}

.cwf-nav-toggle__bar {
	display: block;
	width: 100%;
	height: 2px;
	background: currentColor;
	border-radius: 1px;
}

.cwf-nav-toggle[aria-expanded="true"] .cwf-nav-toggle__bar--top {
	transform: translateY(7px) rotate(45deg);
}

.cwf-nav-toggle[aria-expanded="true"] .cwf-nav-toggle__bar--center {
	opacity: 0;
}

.cwf-nav-toggle[aria-expanded="true"] .cwf-nav-toggle__bar--bottom {
	transform: translateY(-7px) rotate(-45deg);
}

.cwf-nav-toggle__bar {
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.cwf-primary-nav {
	justify-self: end;
	font-family: var(--rf-font-heading);
	font-weight: 600;
	font-size: clamp(1.25rem, 1.09375rem + 0.625vw, 1.5625rem);
}

.cwf-primary-nav > .cwf-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0 1.5em;
}

.cwf-primary-nav > .cwf-menu > li {
	position: relative;
}

.cwf-primary-nav > .cwf-menu > li > a {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
	color: #fff;
	text-decoration: none;
	font-family: var(--rf-font-heading);
	font-weight: 600;
	font-size: clamp(1.25rem, 1.09375rem + 0.625vw, 1.5625rem);
	line-height: 1.3;
	padding: 0.15em 0;
	white-space: nowrap;
}

.cwf-primary-nav > .cwf-menu > li > a:hover,
.cwf-primary-nav > .cwf-menu > .current-menu-item > a,
.cwf-primary-nav > .cwf-menu > .current-menu-ancestor > a {
	color: #fff;
	opacity: 0.92;
}

.cwf-primary-nav .menu-item-has-children > a::after {
	content: '';
	display: inline-block;
	width: 0.55em;
	height: 0.55em;
	margin-left: 0.15em;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: translateY(-0.1em) rotate(45deg);
	flex-shrink: 0;
}

.cwf-primary-nav .sub-menu {
	/* Keep in DOM for hover bridge; hide visually until open/hover */
	display: block;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	list-style: none;
	margin: 0;
	/* 35px top padding = live translateY(35px) gap, keeps mouseover continuous */
	padding: 35px 0 0;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	background: transparent;
	box-shadow: none;
	z-index: var(--rf-z-nav);
	transform: none;
}

.cwf-primary-nav .sub-menu::before {
	content: '';
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f5f5f5;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.cwf-primary-nav .menu-item-has-children:hover > .sub-menu,
.cwf-primary-nav .menu-item-has-children:focus-within > .sub-menu,
.cwf-primary-nav .menu-item-has-children.is-open > .sub-menu {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.cwf-primary-nav .sub-menu > li {
	position: relative;
	z-index: 1;
}

.cwf-primary-nav .sub-menu > li > a {
	display: block;
	padding: 0.7em 1em;
	color: #212121;
	text-decoration: none;
	font-family: var(--rf-font-heading);
	font-weight: 600;
	font-size: clamp(1.25rem, 1.09375rem + 0.625vw, 1.5625rem);
	white-space: nowrap;
	background-color: transparent;
}

.cwf-primary-nav .sub-menu > li > a:hover,
.cwf-primary-nav .sub-menu > .current-menu-item > a {
	background-color: #e0e0e0;
	color: #212121;
}

/* Hero */
.cwf-hero {
	position: relative;
	color: var(--rf-color-white);
	min-height: 360px;
	display: flex;
	align-items: center;
	background: #111;
	overflow: hidden;
}

.cwf-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.cwf-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cwf-hero__overlay {
	position: absolute;
	inset: 0;
	background: var(--rf-overlay-hero);
	z-index: 1;
	pointer-events: none;
}

/* About hero — live #brxe-yusgae: centered stack, 0.78 overlay, large tagline */
.cwf-hero--center .cwf-hero__overlay {
	background: rgba(0, 0, 0, 0.78);
}

.cwf-hero--center .cwf-container.cwf-hero__content {
	grid-template-columns: 1fr;
	justify-items: center;
	row-gap: 16px;
	max-width: var(--rf-container);
}

.cwf-hero--center .cwf-hero__copy {
	width: 100%;
	max-width: 100%;
	align-items: center;
	text-align: center;
	row-gap: 16px;
	margin-bottom: 0;
}

.cwf-hero--center .cwf-hero__copy h1 {
	text-align: center;
}

.cwf-hero--center .cwf-hero__tagline {
	margin: 0;
	text-align: center;
	font-family: var(--rf-font-heading);
	font-size: clamp(1.625rem, 1.1875rem + 1.75vw, 2.5rem);
	font-weight: 600;
	line-height: 1.3;
	color: #fff;
}

.cwf-hero--center .cwf-hero__copy p {
	text-align: center;
}

/* Beat .cwf-hero__copy .cwf-btn { align-self: flex-start } (0,2,1) */
.cwf-hero--center .cwf-hero__copy .cwf-btn {
	align-self: center;
}

.cwf-hero--center .cwf-btn--hero {
	align-self: center;
}

/* Home hero uses live 0.69 overlay even when centered (about uses 0.78). */
.cwf-hero--home.cwf-hero--center .cwf-hero__overlay {
	background: var(--rf-overlay-hero);
}

/*
 * Live Northland home hero (#brxe-zhoklv / #brxe-xaoxtz / #brxe-uinaam):
 * centered copy; CONTACT US = default Bricks button #1c75bc (not white/light).
 */
.cwf-brand-northland .cwf-hero--home.cwf-hero--center .cwf-hero__content {
	grid-template-columns: 1fr;
	justify-content: center;
	justify-items: center;
	align-items: center;
}

.cwf-brand-northland .cwf-hero--home.cwf-hero--center .cwf-hero__copy {
	align-items: center;
	text-align: center;
}

.cwf-brand-northland .cwf-hero--home.cwf-hero--center .cwf-hero__copy h1,
.cwf-brand-northland .cwf-hero--home.cwf-hero--center .cwf-hero__copy p {
	text-align: center;
}

.cwf-brand-northland .cwf-hero--home.cwf-hero--center .cwf-hero__copy .cwf-btn {
	align-self: center;
	background-color: var(--rf-color-secondary);
	color: #ffffff;
}

.cwf-brand-northland .cwf-hero--home.cwf-hero--center .cwf-hero__copy .cwf-btn:hover {
	filter: brightness(0.92);
	color: #ffffff;
}

/* Our Products (and other centered page heroes): same CONTACT US as live #brxe-igtosh */
.cwf-brand-northland .cwf-hero--page.cwf-hero--center .cwf-hero__copy .cwf-btn--hero,
.page-our-products .cwf-hero--center .cwf-hero__copy .cwf-btn--hero {
	align-self: center;
	gap: 8px;
	padding: 15px 25px !important;
	border-radius: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	background-color: var(--rf-color-secondary);
	color: #ffffff;
}

.cwf-brand-northland .cwf-hero--page.cwf-hero--center .cwf-hero__copy .cwf-btn--hero:hover,
.page-our-products .cwf-hero--center .cwf-hero__copy .cwf-btn--hero:hover {
	filter: brightness(0.92);
	color: #ffffff;
}

@media (max-width: 991px) {
	.cwf-hero--center .cwf-container.cwf-hero__content {
		width: 90%;
		max-width: 90%;
	}
}

@media (max-width: 767px) {
	.cwf-hero--center .cwf-container.cwf-hero__content {
		width: 100%;
		max-width: 100%;
	}
}

.cwf-hero__content {
	position: relative;
	z-index: 2;
	padding-block: var(--rf-space-8);
}

.cwf-hero h1 { color: var(--rf-color-white); }

/* Cards */
.cwf-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	padding-block: 24px;
	width: 100%;
}

/* Live distribution /markets “Our Services”: 4-col photo tiles */
.cwf-card-section--photo {
	padding-top: 0;
}

.cwf-card-section--photo > .cwf-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 16px;
}

.cwf-card-section__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 16px;
	margin-bottom: 20px;
	width: 100%;
}

.cwf-card-section__title {
	margin: 0;
	text-align: center;
	color: var(--rf-color-ink);
}

.cwf-card-grid--photo {
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	justify-items: center;
	align-items: center;
	padding-block: 0;
}

.cwf-card--photo {
	width: 250px;
	height: 250px;
	padding: 32px;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	isolation: isolate;
	box-sizing: border-box;
	background-color: #032356;
	background-size: cover;
	background-position: center;
	justify-content: center;
	row-gap: 15px;
}

.cwf-card--photo::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 0.68);
	pointer-events: none;
}

.cwf-card--photo > * {
	position: relative;
	z-index: 1;
}

.cwf-card--photo .cwf-card__title {
	margin: 0;
	color: #fff;
	text-align: center;
}

.cwf-card--photo .cwf-card__link {
	display: inline-flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 10px;
	margin-top: 0;
	font-family: var(--rf-font-heading);
	font-weight: 600;
	letter-spacing: normal;
	text-decoration: none;
	color: #fff;
}

.cwf-card--photo .cwf-card__link .cwf-ui-icon {
	width: 20px;
	height: 20px;
}

@media (max-width: 991px) {
	.cwf-card--photo {
		width: 200px;
		height: 200px;
	}
}

@media (max-width: 767px) {
	.cwf-card-grid--photo {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.cwf-card--photo {
		width: 100%;
		height: auto;
		aspect-ratio: 1;
		max-width: 250px;
	}
}

/* Live #brxe-qlkevq: 7 cards — last row centers Fuel & Gas Tanks */
@media (min-width: 1025px) {
	.cwf-services-band .cwf-card-grid > .cwf-card:nth-child(7):last-child {
		grid-column: 2;
	}
}

.cwf-quote-card__title {
	margin: 0;
	padding: 20px;
	background: var(--rf-color-primary);
	color: var(--rf-color-white);
	font-family: var(--rf-font-heading);
	font-weight: var(--rf-fw-semibold);
	font-size: var(--rf-font-size-quote-title);
	text-align: center;
	border-radius: var(--rf-radius-card) var(--rf-radius-card) 0 0;
}

/* Live Northland #brxe-xysryl — #054060 title bar */
.cwf-brand-northland .cwf-quote-card__title {
	background: var(--rf-color-dark);
}

.cwf-quote-card__form {
	padding: 20px;
}

.cwf-quote-card__form .cwf-form__group input,
.cwf-quote-card__form .cwf-form__group textarea {
	border-color: #1f3f30;
	border-radius: var(--rf-radius-input);
}

.cwf-quote-card__form textarea {
	min-height: 170px;
}

.cwf-quote-card__form .cwf-btn[type="submit"] {
	background-color: var(--rf-color-secondary);
	border-radius: 15px;
	color: #f5f5f5;
	width: 100%;
	/* Live cascade: secondary.icon-right → 20×25 */
	padding: 20px 25px !important;
	font-weight: 600;
	gap: 8px;
	line-height: 1.2;
	min-height: 0;
}

.cwf-quote-card__form .cwf-btn[type="submit"]:hover {
	filter: brightness(0.92);
	color: #f5f5f5;
}

/* Stats */
.cwf-stats__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
	text-align: center;
}

.cwf-stats__value {
	display: block;
	font-family: var(--rf-font-heading);
	font-weight: var(--rf-fw-bold);
	font-size: var(--rf-font-size-stat);
	color: var(--rf-color-accent-alt);
	line-height: 1.1;
}

.cwf-stats__label {
	display: block;
	margin-top: var(--rf-space-1);
	font-family: var(--rf-font-body);
	font-weight: 300;
	font-size: inherit;
	color: var(--rf-color-primary);
}

.cwf-stats--dark {
	background: var(--rf-color-dark);
	color: var(--rf-color-white);
}

.cwf-stats--dark .cwf-stats__label {
	color: var(--rf-color-white);
	font-weight: 300;
}

/* Features */
.cwf-features__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--rf-space-4);
}

.cwf-feature {
	padding: var(--rf-space-3);
	background: var(--rf-color-white);
	border-radius: var(--rf-radius-lg);
	box-shadow: var(--rf-shadow-card);
}

.cwf-feature__title {
	/* Inherit global h3 clamp (live card headings are plain h3 at 25px desktop). */
	margin-bottom: var(--rf-space-1);
}

/* About trust cards — live #brxe-ufpbzp: 3×2, blue icon plates, centered */
.cwf-features--icons {
	background: #e9f0f4;
}

.cwf-features--icons .cwf-features__grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.cwf-features--icons .cwf-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 16px;
	padding: 16px;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	text-align: center;
}

.cwf-features--icons .cwf-feature__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	padding: 16px;
	background: #1c75bc;
	border-radius: 15px;
	color: #fff;
}

.cwf-features--icons .cwf-feature__icon-img,
.cwf-features--icons .cwf-feature__icon img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 88px;
	margin: 0 auto;
}

.cwf-features--icons .cwf-feature__title {
	margin: 0;
	text-align: center;
	text-transform: capitalize;
}

.cwf-features--icons .cwf-feature p {
	margin: 0;
	max-width: 800px;
	text-align: center;
	color: #032356;
}

@media (max-width: 991px) {
	.cwf-features--icons .cwf-features__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.cwf-features--icons .cwf-features__grid {
		grid-template-columns: 1fr;
		width: 90%;
		margin-inline: auto;
	}
}

/* Media + text */
.cwf-media-text__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--rf-space-6);
	align-items: center;
}

.cwf-media-text--split .cwf-media-text__grid {
	align-items: flex-start;
	gap: 50px;
}

.cwf-media-text--reverse .cwf-media-text__media { order: 2; }
.cwf-media-text--reverse .cwf-media-text__content { order: 1; }

.cwf-media-text__img {
	width: 100%;
	border-radius: var(--rf-radius-lg);
	object-fit: cover;
}

.cwf-media-text__features {
	margin-top: var(--rf-space-5, 1.5rem);
}

.cwf-media-text__features .cwf-features__grid {
	margin-top: 0;
}

/* Northland trust bands — live #brxe-oqsbub / #brxe-sgqtcs */
.cwf-media-text--surface-warm {
	background-color: #f5f5f5;
}

.cwf-media-text--surface-cool {
	background-color: #e9f0f4;
}

.cwf-media-text--nl-trust {
	padding-top: 50px;
	padding-bottom: 50px;
}

.cwf-media-text--nl-trust .cwf-media-text__grid {
	align-items: center;
	gap: 32px;
	column-gap: 32px;
	row-gap: 64px;
}

.cwf-media-text--nl-trust .cwf-media-text__media {
	border-radius: 16px;
	overflow: hidden;
	height: 400px;
}

.cwf-media-text--nl-trust .cwf-media-text__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.cwf-media-text--nl-trust .cwf-media-text__content .cwf-section-intro {
	align-items: flex-start;
}

.cwf-media-text--nl-trust .cwf-media-text__content .cwf-section-intro h2,
.cwf-media-text--nl-trust .cwf-media-text__content .cwf-section-intro__text,
.cwf-media-text--nl-trust .cwf-media-text__content .cwf-section-intro__text p {
	text-align: left;
}

.cwf-media-text--nl-trust .cwf-media-text__content .cwf-section-intro .cwf-divider {
	align-self: flex-start;
	margin-inline: 0;
	margin-bottom: 20px;
}

/* Live feature rows: icon + copy side-by-side in a 2-col grid */
.cwf-media-text--nl-trust .cwf-media-text__features {
	margin-top: 20px;
	background: transparent;
}

.cwf-media-text--nl-trust .cwf-media-text__features.cwf-features--icons {
	background: transparent;
}

.cwf-media-text--nl-trust .cwf-features__grid {
	grid-template-columns: 1fr 1fr;
	gap: 50px 16px;
}

.cwf-media-text--nl-trust .cwf-feature {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	column-gap: 16px;
	row-gap: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	text-align: left;
}

.cwf-media-text--nl-trust .cwf-feature__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 0;
	min-width: 0;
	flex: 1 1 auto;
}

.cwf-media-text--nl-trust .cwf-feature__icon {
	flex-shrink: 0;
	width: auto;
	height: auto;
	min-width: 0;
	min-height: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	color: var(--rf-color-secondary);
}

.cwf-media-text--nl-trust .cwf-feature__icon svg {
	width: 40px;
	height: 40px;
}

.cwf-media-text--nl-trust .cwf-feature__title {
	display: block;
	width: 100%;
	text-align: left;
	margin: 0 0 0.35em;
}

.cwf-media-text--nl-trust .cwf-feature__body p {
	display: block;
	width: 100%;
	text-align: left;
	margin: 0;
}

@media (max-width: 920px) {
	.cwf-media-text--nl-trust .cwf-media-text__media {
		height: 300px;
		width: 100%;
	}

	.cwf-media-text--nl-trust .cwf-media-text__content .cwf-section-intro {
		align-items: center;
	}

	.cwf-media-text--nl-trust .cwf-media-text__content .cwf-section-intro h2,
	.cwf-media-text--nl-trust .cwf-media-text__content .cwf-section-intro__text,
	.cwf-media-text--nl-trust .cwf-media-text__content .cwf-section-intro__text p {
		text-align: center;
	}

	.cwf-media-text--nl-trust .cwf-media-text__content .cwf-section-intro .cwf-divider {
		align-self: center;
		margin-inline: auto;
	}
}

@media (max-width: 767px) {
	.cwf-media-text--nl-trust .cwf-features__grid {
		grid-template-columns: 1fr;
	}

	.cwf-media-text--nl-trust .cwf-media-text__media {
		height: 250px;
	}
}

/* About intro — live #brxe-bvpnuz / #brxe-yygrfp framed weld photo */
.cwf-media-text--about-intro .cwf-media-text__grid {
	align-items: center;
	gap: 50px;
	column-gap: 32px;
	row-gap: 64px;
}

.cwf-media-text--about-intro .cwf-media-text__img {
	border-radius: 0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
	border: 1px solid rgba(3, 35, 86, 0.12);
	aspect-ratio: 700 / 980;
	height: auto;
	max-height: none;
	object-fit: cover;
}

@media (max-width: 767px) {
	.cwf-media-text--about-intro .cwf-media-text__img {
		max-height: 600px;
	}
}

@media (max-width: 478px) {
	.cwf-media-text--about-intro .cwf-media-text__img {
		max-height: 400px;
	}
}

.cwf-media-text--about-intro .cwf-media-text__content .cwf-section-intro h2,
.cwf-media-text--about-intro .cwf-media-text__content .cwf-section-intro__rich,
.cwf-media-text--about-intro .cwf-media-text__content .cwf-section-intro__rich p {
	color: #1d2a4d;
}

.cwf-media-text__content .cwf-section-intro__rich {
	display: block;
}

.cwf-media-text__content .cwf-section-intro__rich > p:first-child {
	margin-top: 0;
}

.cwf-media-text__content .cwf-section-intro__rich ul {
	margin: var(--rf-space-3) 0;
	padding-left: 1.25em;
	list-style: disc;
	color: var(--rf-color-text, #1d2a4d);
}

.cwf-media-text__content .cwf-section-intro__rich li {
	margin-bottom: 0.35em;
}

.cwf-media-text__content .cwf-section-intro__rich h3 {
	margin: var(--rf-space-4) 0 var(--rf-space-2);
}

.cwf-icon-callouts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px 16px;
	margin-top: var(--rf-space-4);
}

.cwf-icon-callout {
	display: flex;
	flex-direction: row;
	column-gap: 16px;
	align-items: flex-start;
	border-top: 3px solid currentColor;
	padding-top: 20px;
}

.cwf-icon-callout__icon {
	flex: 0 0 auto;
	color: var(--rf-color-primary, #032356);
	line-height: 0;
}

.cwf-icon-callout__icon .cwf-ui-icon {
	width: 40px;
	height: 40px;
}

.cwf-icon-callout__body h3 {
	margin: 0 0 20px;
}

.cwf-icon-callout__body p {
	margin: 0;
}

@media (max-width: 767px) {
	.cwf-icon-callouts {
		grid-template-columns: 1fr;
		gap: 35px;
	}
}

/* Service-first + fabrication + stats (live #brxe-yktctb) */
/* Service-first + fabrication + stats (live #brxe-yktctb) */
.cwf-service-fab {
	position: relative;
	background-color: #054060;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #fff;
	isolation: isolate;
}

/* Live #brxe-pqycmt: default Bricks container (1100px), width 90% ≤991px */
.cwf-service-fab > .cwf-container.cwf-service-fab__inner {
	width: 100%;
	max-width: var(--rf-container);
	margin-inline: auto;
	padding-inline: 0;
}

@media (max-width: 991px) {
	.cwf-service-fab > .cwf-container.cwf-service-fab__inner {
		width: 90%;
		max-width: 90%;
	}
}

.cwf-service-fab::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.92));
	pointer-events: none;
}

.cwf-service-fab > * {
	position: relative;
	z-index: 1;
}

.cwf-service-fab__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 50px;
}

.cwf-service-fab__intro {
	width: 97%;
	max-width: 97%;
	margin: 0 auto;
	text-align: center;
}

.cwf-service-fab__intro h2 {
	color: #fff;
	text-align: center;
	width: 100%;
}

.cwf-service-fab__divider {
	width: 200px;
	height: 4px;
	border: 0;
	background: #fff;
	margin: var(--rf-space-2) auto;
}

.cwf-service-fab__intro p {
	margin: 0 0 var(--rf-space-2);
	width: 100%;
	max-width: 100%;
	color: #fff;
}

.cwf-service-fab__body {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	row-gap: 32px;
}

.cwf-service-fab__media {
	position: relative;
	width: 100%;
	max-width: none;
	overflow: hidden;
	border-radius: 16px;
	text-align: center;
	box-shadow: 0 0 16px 5px rgba(255, 210, 143, 0.33);
	isolation: isolate;
}

.cwf-service-fab__video-wrap {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.cwf-service-fab__video-wrap video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cwf-service-fab__media::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background-image: linear-gradient(rgba(20, 20, 20, 0.6), rgba(0, 0, 0, 0.9));
	pointer-events: none;
}

.cwf-service-fab__media-content {
	position: relative;
	z-index: 2;
	padding: 100px 48px;
	width: 97%;
	max-width: 97%;
	margin-inline: auto;
}

.cwf-service-fab__media-content h2 {
	color: #f5f5f5;
	margin: 0 0 25px;
	width: 100%;
}

.cwf-service-fab__media-content p {
	color: #f5f5f5;
	margin: 0 0 var(--rf-space-2);
	width: 100%;
	max-width: 100%;
}

.cwf-service-fab__stats {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 35px;
	text-align: center;
}

.cwf-service-fab__stat {
	flex: 1 1 0;
	max-width: 18rem;
}

.cwf-service-fab__stat-value {
	display: block;
	font-family: var(--rf-font-heading);
	font-weight: 700;
	font-size: clamp(3.125rem, 1.875rem + 5vw, 5.625rem);
	color: #007be0;
	line-height: 1.1;
}

.cwf-service-fab__stat-label {
	display: block;
	margin-top: var(--rf-space-1);
	color: #fff;
	font-weight: 300;
}

/* Gallery teaser */
.cwf-gallery-teaser--stage {
	background-color: #e9f0f4;
	padding-bottom: 0;
}

.cwf-gallery-teaser__intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 16px;
	margin-bottom: 30px;
	text-align: center;
}

.cwf-gallery-teaser__intro h2 {
	text-align: center;
	margin: 0;
}

.cwf-gallery-teaser__intro .cwf-divider {
	margin: 0;
}

.cwf-gallery-teaser__stage {
	background-color: #000;
	padding: 0;
	max-width: var(--rf-container);
}

.cwf-gallery-teaser__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--rf-space-2);
	margin-top: var(--rf-space-3);
}

.cwf-gallery-teaser__item {
	margin: 0;
	overflow: hidden;
	border-radius: var(--rf-radius-lg);
	aspect-ratio: 4 / 3;
	background: var(--rf-color-surface);
}

/* Full /gallery/ page — live #brxe-zgkztk masonry band */
.cwf-gallery-page {
	background-color: #032356;
	padding-block: 80px;
}

.cwf-gallery-page .cwf-gallery-page__inner {
	width: 90%;
	max-width: var(--rf-container);
	margin-inline: auto;
	padding-inline: 0;
}

.cwf-gallery-page .cwf-gallery-teaser__grid {
	display: block;
	columns: 3;
	column-gap: 16px;
	margin-top: 0;
}

.cwf-gallery-page .cwf-gallery-teaser__item {
	break-inside: avoid;
	page-break-inside: avoid;
	margin: 0 0 16px;
	aspect-ratio: auto;
	border-radius: 16px;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.37);
	background: transparent;
	overflow: hidden;
}

.cwf-gallery-page .cwf-gallery-teaser__item img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 16px;
}

@media (max-width: 991px) {
	.cwf-gallery-page .cwf-gallery-teaser__grid {
		columns: 2;
	}
}

@media (max-width: 478px) {
	.cwf-gallery-page .cwf-gallery-teaser__grid {
		columns: 1;
	}
}

.cwf-gallery-teaser__item--cover {
	border-radius: 0;
	aspect-ratio: auto;
	height: 100%;
	min-height: 50vh;
	background-color: #000;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.cwf-gallery-teaser__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cwf-gallery-teaser__cta {
	margin-top: var(--rf-space-4);
	text-align: center;
}

.cwf-form__title {
	font-family: var(--rf-font-heading);
	font-weight: var(--rf-fw-semibold);
	font-size: clamp(1.75rem, 1.2rem + 1.5vw, 2.5rem);
	background: var(--rf-color-primary);
	color: var(--rf-color-white);
	text-align: center;
	padding: 20px;
	border-radius: var(--rf-radius-md) var(--rf-radius-md) 0 0;
	margin: 0 0 var(--rf-space-3);
}

.cwf-brand-northland .cwf-form__title {
	background: var(--rf-color-dark);
}

.cwf-form-block {
	background: var(--rf-color-white);
	border-radius: var(--rf-radius-btn);
	box-shadow: var(--rf-shadow-card);
	padding: 0 var(--rf-space-3) var(--rf-space-3);
	overflow: hidden;
}

.cwf-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--rf-space-2);
}

.cwf-form__group.is-invalid input,
.cwf-form__group.is-invalid textarea {
	border-color: var(--rf-color-danger);
}

.cwf-form-alert {
	padding: var(--rf-space-2);
	margin: var(--rf-space-2) 0;
	border-radius: var(--rf-radius-input);
	font-family: var(--rf-font-heading);
	font-weight: var(--rf-fw-semibold);
}

.cwf-form-alert--success {
	background: color-mix(in srgb, var(--rf-color-accent) 18%, white);
	color: var(--rf-color-primary);
}

.cwf-form-alert--error {
	background: color-mix(in srgb, var(--rf-color-danger) 15%, white);
	color: var(--rf-color-danger);
}

.cwf-hp {
	position: absolute !important;
	left: -9999px !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.cwf-bg-surface { background: var(--rf-color-surface); }
.cwf-bg-surface-alt { background: var(--rf-color-surface-alt); }
.cwf-bg-primary { background: var(--rf-color-primary); }

.cwf-card__title { color: var(--rf-color-white); }

.cwf-card--feature {
	background: var(--rf-color-white);
	color: var(--rf-color-ink);
	box-shadow: var(--rf-shadow-card);
	text-align: left;
	row-gap: var(--rf-space-2);
}

.cwf-card--feature .cwf-card__title { color: var(--rf-color-primary); }

.cwf-card__icon-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

.cwf-card__icon {
	color: var(--rf-color-white);
}

.cwf-card--feature .cwf-card__icon {
	color: var(--rf-color-secondary);
}

/* Google rating fallback — live Trustindex footer alignment (#brxe-xyhlim / widget) */
.cwf-reviews-google {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
}

.cwf-reviews-google__badge {
	background: var(--rf-color-white);
	border-radius: var(--rf-radius-lg);
	box-shadow: var(--rf-shadow-card);
	padding: var(--rf-space-3) var(--rf-space-4);
	text-align: center;
	width: 100%;
	max-width: 100%;
}

.cwf-reviews-google__brand {
	margin: 0 0 var(--rf-space-1);
	font-family: var(--rf-font-heading);
	font-weight: var(--rf-fw-bold);
	font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
	color: var(--rf-color-primary);
	text-transform: uppercase;
}

.cwf-reviews-google__score {
	margin: 0;
	font-size: 1.75rem;
	color: var(--rf-color-primary);
}

.cwf-reviews-google__stars {
	display: block;
	color: #fbbc04;
	letter-spacing: 0.08em;
	font-size: 1.1rem;
}

.cwf-reviews-google__count {
	margin: var(--rf-space-1) 0 var(--rf-space-2);
	color: var(--rf-color-ink-soft);
}

/* Gallery slider */
.cwf-slider {
	position: relative;
	margin-top: var(--rf-space-3);
}

.cwf-slider--gallery {
	margin-top: 0;
	background-color: #000;
	height: 50vh;
}

.cwf-slider--gallery .cwf-slider__viewport {
	height: 100%;
	border-radius: 0;
}

.cwf-slider--gallery .cwf-slider__track,
.cwf-slider--gallery .cwf-slider__slide {
	height: 100%;
}

.cwf-slider--gallery .cwf-slider__slide {
	flex: 0 0 50%;
	display: block;
	min-width: 0;
}

.cwf-slider__viewport {
	overflow: hidden;
	border-radius: var(--rf-radius-lg);
}

.cwf-slider__track {
	display: flex;
	height: 100%;
	transition: transform 0.45s ease;
	will-change: transform;
}

.cwf-slider__slide {
	flex: 0 0 100%;
	display: block;
	padding: 0;
	box-sizing: border-box;
}

.cwf-slider__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: #22b3f7;
	color: #f5f5f5;
	text-shadow: 0 0 10px #ff9800;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
}

.cwf-slider__nav--prev { left: 0.5rem; }
.cwf-slider__nav--next { right: 0.5rem; }

.cwf-slider__dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: var(--rf-space-2);
}

.cwf-slider--gallery .cwf-slider__dots {
	display: none;
}

.cwf-slider__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 0;
	background: rgba(3, 35, 86, 0.25);
	cursor: pointer;
	padding: 0;
}

.cwf-slider__dot.is-active {
	background: var(--rf-color-slider-dot);
}

@media (max-width: 767px) {
	.cwf-slider--gallery .cwf-slider__slide {
		flex-basis: 100%;
	}
}

@media (max-width: 478px) {
	.cwf-gallery-teaser__stage {
		width: 90%;
		margin-inline: auto;
	}

	.cwf-gallery-teaser__intro {
		padding-inline: 20px;
	}
}


/* FAQ */
.cwf-accordion__item {
	border-bottom: 2px solid rgba(158, 158, 158, 0.55);
}

.cwf-accordion__trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	padding: 1rem 0;
	min-height: 80px;
	background: transparent;
	border: 0;
	text-align: left;
	cursor: pointer;
	font-family: var(--rf-font-heading);
	font-weight: var(--rf-fw-semibold);
	color: var(--rf-color-ink-soft);
}

.cwf-accordion__question {
	margin: 0;
	font: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.cwf-accordion__icon {
	color: var(--rf-color-link-accent);
	transition: transform var(--rf-duration) ease;
	flex-shrink: 0;
}

.cwf-accordion__trigger[aria-expanded="true"] .cwf-accordion__icon {
	transform: rotate(180deg);
}

.cwf-accordion__panel {
	padding: 0 0 15px;
	color: var(--rf-color-ink-soft);
}

.cwf-accordion__panel[hidden] { display: none; }

/* CTA */
.cwf-cta {
	position: relative;
	background-color: var(--rf-color-primary);
	background-size: cover;
	background-position: center center;
	color: var(--rf-color-white);
	text-align: center;
}

.cwf-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--rf-overlay-cta);
	z-index: 0;
	pointer-events: none;
}

/* Live Northland #footer-section — image-8.webp, cover, 0.84 overlay, 100px pad.
   Root-relative URL + !important so the band never falls back to flat navy.
   Avoid background-attachment:fixed with transforms/filters on ancestors (paints blank). */
.cwf-brand-northland .cwf-cta {
	background-color: #054060 !important;
	background-image: url("/wp-content/uploads/2025/11/image-8.webp") !important;
	background-size: cover !important;
	background-position: center center !important;
	background-attachment: scroll !important;
	background-repeat: no-repeat !important;
	padding-top: 100px;
	padding-bottom: 100px;
}

.cwf-brand-northland .cwf-cta::before {
	background: rgba(0, 0, 0, 0.84);
	background-image: linear-gradient(rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.84));
}

@media (max-width: 991px) {
	.cwf-brand-northland .cwf-cta {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

/* Beat .cw-section-padding utility on the same node */
.cwf-brand-northland .cwf-cta.cw-section-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 991px) {
	.cwf-brand-northland .cwf-cta.cw-section-padding {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.cwf-cta > .cwf-container {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 16px;
}

.cwf-cta h2,
.cwf-cta__subtitle,
.cwf-cta p {
	color: #f4f4f4;
	margin: 0;
}

.cwf-cta__subtitle {
	font-family: var(--rf-font-heading);
	font-weight: var(--rf-fw-bold);
	font-size: clamp(1.5rem, 1.1rem + 1vw, 2rem);
}

.cwf-cta p {

	margin: 0 auto;
	font-family: var(--rf-font-body);
	font-weight: var(--rf-fw-regular, 400);
	font-size: inherit;
	line-height: 1.6;
	text-align: center;
}

.cwf-cta p:last-of-type {
	margin-bottom: 4px; /* +16px row-gap ≈ live 20px before button */
}

.cwf-cta .cwf-divider {
	background: #f4f4f4;
	margin-inline: auto;
}

.cwf-cta .cwf-btn {
	margin-top: 0;
	font-weight: 600 !important;
	letter-spacing: 0.5px;
	gap: 10px;
}

.cwf-cta .cwf-btn .cwf-ui-icon {
	width: 1em !important;
	height: 1em !important;
}

/* Testimonials / reviews */
.cwf-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--rf-space-3);
}

.cwf-testimonial {
	background: var(--rf-color-surface);
	padding: var(--rf-space-3);
	border-radius: var(--rf-radius-lg);
}

.cwf-reviews-embed { width: 100%; overflow: hidden; }

/* Live #brxe-xyhlim: row-gap 32px; width 90% ≤991px */
.cwf-reviews > .cwf-container.cwf-reviews__inner {
	width: 100%;
	max-width: var(--rf-container);
	margin-inline: auto;
	padding-inline: 0;
	display: flex;
	flex-direction: column;
	row-gap: 32px;
}

@media (max-width: 991px) {
	.cwf-reviews > .cwf-container.cwf-reviews__inner {
		width: 90%;
		max-width: 90%;
	}

	/* Live #brxe-urmnni */
	.cwf-reviews__header {
		width: 90%;
		max-width: 90%;
		margin-inline: auto;
	}
}

.cwf-reviews__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 16px;
	text-align: center;
	margin-bottom: 0;
	width: 100%;
}

.cwf-reviews__header h2,
.cwf-reviews__header .cwf-divider,
.cwf-reviews__intro {
	margin: 0;
}

.cwf-reviews__intro {
	width: 100%;
	max-width: 100%;
	text-align: center;
	color: var(--rf-color-ink);
}

.cwf-reviews-summary {
	font-family: var(--rf-font-heading);
	font-weight: var(--rf-fw-semibold);
	margin-bottom: var(--rf-space-2);
}

.cwf-reviews-fallback {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--rf-space-3);
	padding: var(--rf-space-3);
	background: var(--rf-color-white);
	border-radius: var(--rf-radius-lg);
	box-shadow: var(--rf-shadow-card);
}

.cwf-reviews-fallback__badge {
	font-family: var(--rf-font-heading);
	font-weight: var(--rf-fw-bold);
	font-size: clamp(1.5rem, 1rem + 1.5vw, 2.25rem);
	color: var(--rf-color-primary);
	margin: 0;
}

.cwf-reviews-fallback__meta {
	flex: 1 1 220px;
	margin: 0;
}

/* Footer */
.cwf-footer {
	background: var(--rf-color-primary);
	color: var(--rf-color-white);
}

.cwf-footer a { color: var(--rf-color-white); }

/* Contact page hero — live #brxe-dxsxpi: copy row + form|map panel on photo */
.cwf-contact-hero {
	position: relative;
	isolation: isolate;
	color: #fff;
	overflow: hidden;
}

.cwf-contact-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.cwf-contact-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cwf-contact-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.85);
	pointer-events: none;
}

.cwf-contact-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 32px;
	width: 90%;
	max-width: var(--rf-container);
	margin-inline: auto;
	padding-block: var(--rf-space-8);
}

.cwf-contact-hero__intro {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: center;
	width: 100%;
}

.cwf-contact-hero__title {
	margin: 0;
	text-align: center;
	color: #fff;
}

.cwf-contact-hero__text {
	/* Live #brxe-htqzrf inherits body clamp (1.25–1.6875rem) — do not shrink */
	color: #f5f5f5;
	text-align: left;
	font-size: inherit;
	line-height: 1.5;
	font-weight: 400;
}

.cwf-contact-hero__text a {
	color: #fff;
	text-decoration: underline;
}

.cwf-contact-hero__text p {
	margin: 0;
}

.cwf-contact-hero__panel {
	width: 100%;
	background: #e9f0f4;
	border-radius: 16px;
	padding: 32px;
	color: var(--rf-color-ink);
}

.cwf-contact-hero__panel-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: stretch;
}

.cwf-contact-hero__form .cwf-form-block {
	background: transparent;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.cwf-contact-hero__form .cwf-form__title {
	display: none;
}

.cwf-contact-hero__form label:not(.cwf-hp label) {
	/* Live uses visible field labels above inputs */
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.cwf-contact-hero__form .cwf-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.cwf-contact-hero__form .cwf-form__group {
	margin-bottom: 16px;
}

.cwf-contact-hero__form input,
.cwf-contact-hero__form textarea {
	width: 100%;
	border: 1px solid rgba(3, 35, 86, 0.2);
	border-radius: 8px;
	padding: 12px 14px;
	background: #fff;
}

.cwf-contact-hero__submit {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 8px;
}

.cwf-contact-hero__map {
	min-height: 300px;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 2px 4px 0 rgb(0, 0, 0);
}

.cwf-contact-hero__map .cwf-maps,
.cwf-contact-hero__map iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
	border: 0;
	border-radius: 16px;
}

@media (max-width: 991px) {
	.cwf-contact-hero__intro {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.cwf-contact-hero__text {
		text-align: center;
	}

	.cwf-contact-hero__panel-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.cwf-contact-hero__inner {
		width: 100%;
		padding-inline: 20px;
	}

	.cwf-contact-hero__form .cwf-form__row {
		grid-template-columns: 1fr;
	}

	.cwf-contact-hero__panel {
		padding: 24px;
	}
}

/* Live footer contact band — map + form + partners (#brxe-qorzhp) */
.cwf-footer-contact {
	background-color: #e9f0f4;
	color: var(--rf-color-ink);
	display: flex;
	flex-direction: column;
	row-gap: 80px;
}

.cwf-footer-contact__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	align-items: stretch;
	width: 90%;
	max-width: 1100px;
	margin-inline: auto;
}

@media (min-width: 768px) {
	.cwf-footer-contact__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 478px) {
	.cwf-footer-contact {
		padding-right: 20px;
		padding-left: 20px;
	}

	.cwf-footer-contact__grid {
		width: 100%;
	}
}

/* Live #brxe-osoavv: height 100% / 400px mobile; map fills via absolute inset */
.cwf-footer-contact__map {
	position: relative;
	align-self: stretch;
	min-height: 400px;
	border-radius: 16px;
	overflow: hidden;
}

.cwf-footer-contact__map .cwf-maps {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	aspect-ratio: auto;
	border-radius: 16px;
}

@media (max-width: 478px) {
	.cwf-footer-contact__map {
		height: 400px;
		min-height: 400px;
	}
}

.cwf-footer-contact .cwf-form-block--compact {
	box-shadow: none;
	border-radius: 16px;
	padding: 0;
	background-color: #032356;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.cwf-footer-contact .cwf-form-block__label {
	font-family: var(--rf-font-heading);
	font-weight: 600;
	font-size: clamp(2.125rem, 1.6875rem + 1.75vw, 3rem);
	color: #fff;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0.35em 0.5em;
	background-color: #032356;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.cwf-footer-contact .cwf-form--compact {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.cwf-footer-contact .cwf-form--compact .cwf-form__group {
	margin-bottom: 0;
}

.cwf-footer-contact .cwf-form--compact input,
.cwf-footer-contact .cwf-form--compact textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #1f3f30;
	border-radius: 7px;
	background: #fff;
	color: #212121;
	padding: 0.75em 1em;
	font-size: inherit;
}

.cwf-footer-contact .cwf-form--compact textarea {
	min-height: 150px;
	height: 150px;
	resize: vertical;
}

.cwf-footer-contact .cwf-form--compact ::placeholder {
	color: #424242;
	text-align: left;
}

.cwf-footer-contact__submit {
	align-self: center;
	background-color: #007be0 !important;
	color: #f5f5f5 !important;
	border-radius: 15px !important;
	padding: 20px 25px !important;
	font-weight: 600;
	gap: 8px;
	line-height: 1.2;
	min-height: 0;
	margin-top: 4px;
}

.cwf-footer-contact__submit:hover {
	filter: brightness(0.95);
	color: #f5f5f5 !important;
}

.cwf-footer-contact__submit .cwf-ui-icon {
	width: 1em;
	height: 1em;
}

.cwf-footer-contact .cwf-partners {
	width: 90%;
	max-width: 1100px;
}

.cwf-footer__nap-band {
	/* Live #brxe-noavjk (City Wide) / #brxe-ykfumu (Northland via brand override) */
	background-color: #032356;
	padding: var(--rf-space-8) 0;
	color: #ffffff;
}

/* Live Northland #brxe-ykfumu — NAP band #054060 */
.cwf-brand-northland .cwf-footer {
	background: #054060;
}

.cwf-brand-northland .cwf-footer__nap-band {
	background-color: #054060;
}

/* Live Northland #brxe-yhcbdl — compact contact form card */
.cwf-brand-northland .cwf-footer-contact .cwf-form-block--compact {
	background-color: #054060;
}

/* Live #brxe-zziuwu — title sits on same #054060 as the card (not City Wide #032356) */
.cwf-brand-northland .cwf-footer-contact .cwf-form-block__label {
	background-color: #054060;
	color: #ffffff;
}

/*
 * Live Northland NAP (#brxe-ukgiml / #brxe-htrpvh / text-basic):
 * grid 1200px · gap 30px · logo fills column · Rubik body clamp · links fw 700
 */
.cwf-brand-northland .cwf-footer__nap-band > .cwf-container.cwf-footer__grid {
	max-width: 1200px;
	width: 90%;
	padding-inline: 0;
	gap: 30px;
}

.cwf-brand-northland .cwf-footer__logo {
	width: 90%;
	max-width: 90%;
}

.cwf-brand-northland .cwf-footer__logo-img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.cwf-brand-northland .cwf-footer__nap,
.cwf-brand-northland .cwf-footer__meta {
	font-family: var(--rf-font-body);
	font-size: clamp(1.25rem, 1.03125rem + 0.875vw, 1.6875rem);
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
}

.cwf-brand-northland .cwf-footer__nap p,
.cwf-brand-northland .cwf-footer__meta p {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	line-height: inherit;
	color: #ffffff;
	text-align: center;
}

.cwf-brand-northland .cwf-footer__nap a,
.cwf-brand-northland .cwf-footer__meta a {
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	line-height: inherit;
	color: #ffffff;
	text-decoration: none;
}

.cwf-brand-northland .cwf-footer__hours {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}

.cwf-brand-northland .cwf-footer__hours-note {
	font-family: inherit;
	font-size: inherit;
	font-weight: 600 !important;
	color: #f53838 !important;
	text-align: center;
	margin-top: 0 !important;
}

.cwf-brand-northland .cwf-footer__address {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	margin-top: 0 !important;
}

@media (max-width: 478px) {
	.cwf-brand-northland .cwf-footer__nap-band > .cwf-container.cwf-footer__grid {
		width: 90%;
		gap: 16px;
	}
}

.cwf-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	align-items: center;
	justify-items: center;
	text-align: center;
}

@media (min-width: 479px) {
	.cwf-footer__grid {
		grid-template-columns: 1fr 1fr 1fr;
		align-items: center;
		text-align: center;
	}
}

.cwf-footer__brand {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.cwf-footer__logo {
	display: inline-block;
	width: 70%;
	line-height: 0;
}

.cwf-footer__logo-img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: none;
	display: block;
}

.cwf-footer__nap,
.cwf-footer__meta {
	width: 100%;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.cwf-footer__nap p,
.cwf-footer__meta p {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: var(--rf-font-body);
	font-size: inherit;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
}

.cwf-footer__nap a,
.cwf-footer__meta a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
}

.cwf-footer__nap a:hover,
.cwf-footer__meta a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.cwf-footer__hours {
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
}

.cwf-footer__hours-note {
	font-weight: 600 !important;
	color: #f53838 !important;
	margin-top: 0 !important;
}

.cwf-footer__address {
	margin-top: 0.35em !important;
	font-weight: 400;
	color: #ffffff;
}

.cwf-footer__legal {
	width: 100%;
	background-color: #1c75bc;
	border-top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.cwf-footer__legal p { margin: 0; }

.cwf-footer__legal a {
	color: #f5f5f5;
	font-weight: 500;
	font-size: clamp(0.5rem, 0.5rem + 4vw, 2rem);
	text-decoration: none;
}

.cwf-footer__legal a:hover {
	text-decoration: underline;
	color: #f5f5f5;
}

@media (max-width: 478px) {
	.cwf-footer__legal {
		padding-top: 8px;
	}

	.cwf-footer__legal a {
		font-size: 14px;
	}
}

.cwf-social {
	display: flex;
	gap: var(--rf-space-2);
	list-style: none;
	margin: var(--rf-space-2) 0 0;
	padding: 0;
}

/* Blog */
.cwf-post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--rf-space-3);
}

.cwf-post-card {
	background: var(--rf-color-white);
	box-shadow: var(--rf-shadow-card);
	border-radius: var(--rf-radius-lg);
	overflow: hidden;
}

.cwf-post-card__body { padding: var(--rf-space-2); }

.cwf-post-meta {
	font-size: 0.9rem;
	color: var(--rf-color-ink-muted);
	margin-bottom: var(--rf-space-1);
}

/* Blog index — live filters + cards + why/process alignment & colors */
.cwf-blog-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	text-align: left;
}

/* Live #brxe-zwcerx .bricks-isotope-filters li */
.cwf-blog-filters > li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 4px 10px;
	border-radius: 15px;
	cursor: pointer;
	user-select: none;
	color: #032356 !important;
	font-family: var(--rf-font-heading);
	font-size: clamp(1.4375rem, 1.21875rem + 0.875vw, 1.875rem);
	font-weight: 600;
	line-height: 1.2;
	background: transparent;
	text-decoration: none;
	white-space: nowrap;
}

.cwf-blog-filters > li:hover {
	color: #1c75bc !important;
}

.cwf-blog-filters > li.is-active,
.cwf-blog-filters > li.is-active:hover {
	background: #1c75bc;
	color: #ffffff !important;
}

.cwf-blog-posts .cwf-post-grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	align-items: start;
}

.cwf-blog-posts .cwf-post-card {
	display: flex;
	flex-direction: column;
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	overflow: visible;
	padding: 0;
	margin: 0;
}

.cwf-blog-posts .cwf-post-card.is-hidden {
	display: none !important;
}

.cwf-blog-posts .cwf-post-card__media {
	display: block;
	margin: 0;
	padding: 0;
	aspect-ratio: 1024 / 672;
	overflow: hidden;
	border-radius: 16px;
	line-height: 0;
}

.cwf-blog-posts .cwf-post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 16px;
}

.cwf-blog-posts .cwf-post-card__body {
	padding: 0;
	display: flex;
	flex-direction: column;
}

/* Live #brxe-zwcerx [data-field-id=fba07c] title margins */
.cwf-blog-posts .cwf-post-card__title {
	margin: 20px 0 !important;
	padding: 0;
	color: #032356 !important;
	font-family: var(--rf-font-heading);
	font-weight: 600;
	line-height: 1.2;
	font-size: clamp(1.625rem, 1.1875rem + 1.75vw, 2.5rem);
}

.cwf-blog-posts .cwf-post-card__title a,
.cwf-blog-posts .cwf-post-card__title a:visited {
	color: #032356 !important;
	text-decoration: none !important;
	background: none;
	box-shadow: none;
}

.cwf-blog-posts .cwf-post-card__title a:hover,
.cwf-blog-posts .cwf-post-card__title a:focus {
	color: #1c75bc !important;
	text-decoration: none !important;
}

.cwf-blog-posts .cwf-post-card__excerpt {
	margin: 0;
	padding: 0;
	color: #032356 !important;
	font-family: var(--rf-font-body);
	font-size: clamp(1.25rem, 1.03125rem + 0.875vw, 1.6875rem);
	font-weight: 400;
	line-height: 1.5;
}

/* Hide any leftover pagination on blog home */
.cwf-blog-posts .pagination,
.cwf-blog-posts .nav-links,
.cwf-blog-posts .page-numbers {
	display: none !important;
}

/* Why Choose — live #brxe-nzmlhq / #brxe-awijsy: copy | image, then 2-col features */
.cwf-blog-why {
	background-color: #e9f0f4;
	padding-bottom: 0;
}

.cwf-blog-why > .cwf-container {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

.cwf-blog-why__top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	column-gap: 32px;
	align-items: center;
	margin-bottom: 0;
	row-gap: 64px;
}

.cwf-blog-why__content {
	align-self: start;
}

.cwf-blog-why__content .cwf-section-intro {
	align-items: flex-start;
	text-align: left;
	row-gap: 16px;
}

.cwf-blog-why__content .cwf-section-intro h2,
.cwf-blog-why__content .cwf-section-intro__text,
.cwf-blog-why__content .cwf-section-intro__rich,
.cwf-blog-why__content .cwf-section-intro__rich p {
	color: #032356 !important;
	text-align: left !important;
}

.cwf-blog-why__content .cwf-section-intro__rich a,
.cwf-blog-why__feature-body a {
	color: #1c75bc !important;
	text-decoration: underline;
}

.cwf-blog-why__content .cwf-divider {
	align-self: flex-start;
	margin-bottom: 0;
}

.cwf-blog-why__media {
	align-self: center;
	justify-self: center;
	width: 100%;
}

.cwf-blog-why__img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	display: block;
}

.cwf-blog-why__features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	row-gap: 35px;
	padding-top: 20px;
	margin-top: 0;
}

.cwf-blog-why__feature {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	column-gap: 16px;
	align-self: flex-start;
}

.cwf-blog-why__feature-icon {
	flex: 0 0 auto;
	display: inline-flex;
	color: #1c75bc !important;
	font-size: 40px;
	line-height: 1;
}

.cwf-blog-why__feature-icon .cwf-ui-icon,
.cwf-blog-why__feature-icon svg {
	width: 40px !important;
	height: 40px !important;
	display: block;
	color: #1c75bc !important;
	fill: currentColor;
}

.cwf-blog-why__feature-body {
	width: 80%;
	text-align: left;
}

.cwf-blog-why__feature-body h3 {
	margin: 0 0 20px;
	color: #032356 !important;
	text-align: left;
}

.cwf-blog-why__feature-body p {
	margin: 0;
	color: #032356 !important;
	text-align: left;
	font-weight: 400;
}

/* Our Process — live #brxe-ohetxx: centered; titles secondary blue */
.cwf-blog-process {
	background-color: #e9f0f4;
}

.cwf-blog-process__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 90%;
	max-width: var(--rf-container);
	margin-inline: auto;
}

.cwf-blog-process__intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 16px;
	width: 100%;
	margin-top: 16px;
	text-align: center;
}

.cwf-blog-process__title {
	margin: 0;
	text-align: center !important;
	color: #032356 !important;
	font-weight: 600;
}

.cwf-blog-process__lead {
	margin: 0;
	text-align: center !important;
	color: #032356 !important;
	font-weight: 400;
	max-width: 50rem;
}

.cwf-blog-process__intro .cwf-divider {
	margin: 0 auto 20px;
	align-self: center;
}

.cwf-blog-process__grid,
.cwf-blog-process .cwf-features__grid {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 16px;
	width: 100%;
	margin-top: 0;
	grid-template-columns: none !important;
}

.cwf-blog-process .cwf-feature {
	flex: 0 1 calc(33.333% - 16px);
	max-width: calc(33.333% - 16px);
	align-items: center;
	text-align: center;
	color: #032356;
	background: transparent !important;
	box-shadow: none !important;
	padding: 16px;
	row-gap: 16px;
}

.cwf-blog-process .cwf-feature__icon {
	width: 120px;
	padding: 16px;
	border-radius: 15px;
	background: #1c75bc !important;
	margin: 0 auto;
}

.cwf-blog-process .cwf-feature__title {
	margin: 0;
	text-align: center !important;
	text-transform: capitalize;
	color: #1c75bc !important; /* live bricks-color-secondary */
	font-weight: 600;
}

.cwf-blog-process .cwf-feature p {
	max-width: 800px;
	margin: 0 auto;
	text-align: center !important;
	color: #032356 !important;
	font-weight: 400;
}

.cwf-blog-process-cta {
	margin: 24px auto 0;
	max-width: 50rem;
	text-align: center !important;
	color: #032356 !important;
	font-size: 18px;
	font-weight: 400;
}

.cwf-blog-process-cta a {
	color: #1c75bc !important;
	text-decoration: underline;
}

@media (max-width: 991px) {
	.cwf-blog-posts .cwf-post-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.cwf-blog-why__top {
		grid-template-columns: 1fr;
		width: 90%;
		margin-inline: auto;
		row-gap: 32px;
	}

	.cwf-blog-why__content {
		order: 2;
		width: 100%;
	}

	.cwf-blog-why__media {
		order: 1;
	}

	.cwf-blog-process .cwf-feature {
		flex-basis: calc(50% - 16px);
		max-width: calc(50% - 16px);
	}
}

@media (max-width: 767px) {
	.cwf-blog-why__features {
		grid-template-columns: 1fr 1fr;
		gap: 35px 50px;
	}

	.cwf-blog-process .cwf-feature {
		flex-basis: 100%;
		max-width: 100%;
	}

	.cwf-blog-filters > li {
		font-size: 1.125rem;
	}
}

@media (max-width: 478px) {
	.cwf-blog-posts .cwf-post-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.cwf-blog-why__features {
		grid-template-columns: 1fr;
	}

	.cwf-blog-why__content .cwf-section-intro h2 {
		text-align: center !important;
	}

	.cwf-blog-why__content .cwf-section-intro {
		align-items: center;
		text-align: center;
	}

	.cwf-blog-why__content .cwf-divider {
		align-self: center;
	}
}

/* Forms shell */
.cwf-form label { display: block; margin-bottom: 0.35em; font-family: var(--rf-font-heading); }

.cwf-form input,
.cwf-form textarea,
.cwf-form select {
	width: 100%;
	border: 1px solid #1f3f30;
	border-radius: var(--rf-radius-input);
	padding: 0.65em 0.85em;
	color: var(--rf-color-ink-faint);
	margin-bottom: var(--rf-space-2);
}

.cwf-form input:focus,
.cwf-form textarea:focus {
	border-color: var(--rf-color-secondary);
}

/* Counters */
.cwf-counter__value {
	font-family: var(--rf-font-heading);
	font-weight: var(--rf-fw-bold);
	font-size: clamp(2rem, 1rem + 3vw, 3.5rem);
	color: var(--rf-color-accent-alt);
}
