:root {
	--bbw-navy: #0b2a36;
	--bbw-navy-2: #103946;
	--bbw-blue: #126d89;
	--bbw-teal: #27a8b8;
	--bbw-amber: #f2a33a;
	--bbw-amber-dark: #d88415;
	--bbw-mist: #f3f7f8;
	--bbw-ink: #172b32;
	--bbw-muted: #587078;
	--bbw-line: #d9e4e7;
	--bbw-white: #fff;
	--bbw-shadow: 0 18px 50px rgba(9, 42, 54, .12);
	--bbw-radius: 18px;
	--bbw-radius-sm: 12px;
	--bbw-container: 1220px;
	--bbw-header: 84px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}

body {
	margin: 0;
	background: var(--bbw-white);
	color: var(--bbw-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.modal-open {
	overflow: hidden;
}

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

a {
	color: var(--bbw-blue);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

a:hover {
	color: var(--bbw-navy);
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid var(--bbw-amber);
	outline-offset: 3px;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 .55em;
	color: var(--bbw-navy);
	font-weight: 760;
	letter-spacing: -.035em;
	line-height: 1.12;
}

h1 {
	font-size: clamp(2.6rem, 5.2vw, 5rem);
}

h2 {
	font-size: clamp(2rem, 3.5vw, 3.25rem);
}

h3 {
	font-size: clamp(1.18rem, 2vw, 1.45rem);
}

p {
	margin: 0 0 1.15em;
}

ul,
ol {
	margin-top: 0;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.bbw-container {
	width: min(calc(100% - 40px), var(--bbw-container));
	margin-inline: auto;
}

.bbw-content-width {
	max-width: 1120px;
}

.bbw-skip-link {
	position: fixed;
	z-index: 99999;
	top: 12px;
	left: 12px;
	padding: 12px 18px;
	background: var(--bbw-amber);
	color: var(--bbw-navy);
	font-weight: 700;
	transform: translateY(-150%);
}

.bbw-skip-link:focus {
	transform: none;
}

.bbw-eyebrow,
.bbw-section-heading > span,
.bbw-hero-form__kicker {
	display: block;
	margin-bottom: 14px;
	color: var(--bbw-blue);
	font-size: .77rem;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.35;
	text-transform: uppercase;
}

.bbw-button {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 22px;
	border: 2px solid var(--bbw-amber);
	border-radius: 9px;
	background: var(--bbw-amber);
	box-shadow: 0 8px 20px rgba(242, 163, 58, .18);
	color: var(--bbw-navy);
	font-size: .94rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: .2s ease;
}

.bbw-button svg,
.bbw-text-link svg,
.bbw-header__phone svg,
.bbw-project-card__zoom svg,
.bbw-assessment-band__list svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: 0 0 auto;
}

.bbw-button:hover {
	border-color: var(--bbw-white);
	background: var(--bbw-white);
	color: var(--bbw-navy);
	transform: translateY(-2px);
}

.bbw-button--navy {
	border-color: var(--bbw-navy);
	background: var(--bbw-navy);
	box-shadow: 0 8px 20px rgba(11, 42, 54, .15);
	color: var(--bbw-white);
}

.bbw-button--navy:hover {
	border-color: var(--bbw-blue);
	background: var(--bbw-blue);
	color: var(--bbw-white);
}

.bbw-button--light {
	border-color: rgba(255, 255, 255, .55);
	background: rgba(255, 255, 255, .09);
	box-shadow: none;
	color: var(--bbw-white);
	backdrop-filter: blur(6px);
}

.bbw-button--ghost {
	border-color: var(--bbw-line);
	background: transparent;
	box-shadow: none;
}

.bbw-button--wide {
	width: 100%;
}

.bbw-text-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: var(--bbw-blue);
	font-size: .93rem;
	font-weight: 800;
	text-decoration: none;
}

.bbw-text-link:hover {
	gap: 12px;
	color: var(--bbw-navy);
}

.bbw-notice {
	position: relative;
	z-index: 102;
	padding: 8px 0;
	background: var(--bbw-amber);
	color: var(--bbw-navy);
	font-size: .85rem;
}

.bbw-notice .bbw-container {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
}

.bbw-notice a {
	color: inherit;
	font-weight: 800;
}

.bbw-header {
	position: sticky;
	z-index: 100;
	top: 0;
	height: var(--bbw-header);
	border-bottom: 1px solid rgba(11, 42, 54, .09);
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 5px 25px rgba(11, 42, 54, .05);
	backdrop-filter: blur(14px);
}

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

.bbw-header__inner {
	display: flex;
	gap: 24px;
	align-items: center;
	height: 100%;
}

.bbw-header__brand {
	flex: 0 0 auto;
}

.bbw-brand {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	color: var(--bbw-navy);
	text-decoration: none;
}

.bbw-brand:hover {
	color: var(--bbw-navy);
}

.bbw-brand__mark {
	display: grid;
	width: 45px;
	height: 45px;
	border-radius: 11px;
	background: var(--bbw-navy);
	color: var(--bbw-white);
	place-items: center;
}

.bbw-brand__mark svg {
	width: 34px;
	height: 34px;
}

.bbw-brand__text {
	display: flex;
	flex-direction: column;
	font-size: .77rem;
	letter-spacing: .075em;
	line-height: 1.16;
	text-transform: uppercase;
}

.bbw-brand__text strong {
	font-size: .88rem;
	letter-spacing: -.005em;
}

.bbw-brand__text span {
	color: var(--bbw-blue);
	font-weight: 800;
	letter-spacing: .18em;
}

.custom-logo {
	width: auto;
	max-width: 290px;
	max-height: 58px;
}

.bbw-navigation {
	margin-left: auto;
}

.bbw-menu,
.bbw-menu ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}

.bbw-menu > li {
	position: relative;
}

.bbw-menu > li > a {
	display: flex;
	align-items: center;
	height: var(--bbw-header);
	padding: 0 10px;
	color: var(--bbw-ink);
	font-size: .9rem;
	font-weight: 750;
	text-decoration: none;
	white-space: nowrap;
}

.bbw-menu > li:hover > a,
.bbw-menu > .current-menu-item > a,
.bbw-menu > .current-menu-ancestor > a {
	color: var(--bbw-blue);
}

.bbw-menu .menu-item-has-children > a::after {
	width: 7px;
	height: 7px;
	margin: -4px 0 0 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	content: "";
	transform: rotate(45deg);
}

.bbw-menu .sub-menu {
	position: absolute;
	top: calc(100% - 8px);
	right: -130px;
	display: grid;
	visibility: hidden;
	width: min(720px, calc(100vw - 40px));
	padding: 12px;
	border: 1px solid var(--bbw-line);
	border-radius: 14px;
	background: var(--bbw-white);
	box-shadow: var(--bbw-shadow);
	grid-template-columns: repeat(2, 1fr);
	opacity: 0;
	transform: translateY(8px);
	transition: .18s ease;
}

.bbw-menu li:hover > .sub-menu,
.bbw-menu li:focus-within > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: none;
}

.bbw-menu .sub-menu a {
	display: block;
	padding: 11px 13px;
	border-radius: 8px;
	color: var(--bbw-ink);
	font-size: .87rem;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

.bbw-menu .sub-menu a:hover,
.bbw-menu .sub-menu .current-menu-item > a {
	background: var(--bbw-mist);
	color: var(--bbw-blue);
}

.bbw-header__actions {
	display: flex;
	gap: 12px;
	align-items: center;
}

.bbw-header__phone {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: var(--bbw-navy);
	font-size: .83rem;
	font-weight: 800;
	text-decoration: none;
}

.bbw-button--header {
	min-height: 44px;
	padding: 10px 15px;
	font-size: .81rem;
}

.bbw-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 0;
	border-radius: 8px;
	background: var(--bbw-navy);
}

.bbw-menu-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 100%;
	height: 2px;
	margin: 5px 0;
	background: var(--bbw-white);
}

.bbw-home-hero {
	position: relative;
	overflow: hidden;
	min-height: 760px;
	background-color: var(--bbw-navy);
	background-image: var(--bbw-home-image);
	background-position: center;
	background-size: cover;
	color: var(--bbw-white);
}

.bbw-home-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(7, 31, 41, .98) 0%, rgba(7, 31, 41, .93) 49%, rgba(7, 31, 41, .71) 100%),
		linear-gradient(180deg, transparent 70%, rgba(7, 31, 41, .4));
}

.bbw-home-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	gap: clamp(45px, 6vw, 90px);
	align-items: start;
	padding-block: 78px 72px;
	grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr);
}

.bbw-home-hero__content {
	padding-top: 4px;
}

.bbw-home-hero h1 {
	max-width: 720px;
	margin-bottom: 20px;
	color: var(--bbw-white);
	font-size: clamp(3.25rem, 6vw, 5.5rem);
}

.bbw-home-hero__content > p {
	max-width: 690px;
	color: rgba(255, 255, 255, .83);
	font-size: clamp(1.1rem, 1.5vw, 1.28rem);
}

.bbw-home-hero .bbw-eyebrow,
.bbw-page-hero .bbw-eyebrow,
.bbw-section--navy .bbw-section-heading > span,
.bbw-assessment-band .bbw-eyebrow {
	color: #5bd3e0;
}

.bbw-home-hero__actions,
.bbw-page-hero__actions,
.bbw-not-found__actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.bbw-hero-points {
	display: flex;
	gap: 18px 24px;
	flex-wrap: wrap;
	padding: 0;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, .84);
	font-size: .85rem;
	font-weight: 700;
	list-style: none;
}

.bbw-hero-points li {
	display: flex;
	gap: 7px;
	align-items: center;
}

.bbw-hero-points svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--bbw-amber);
	stroke-width: 3;
}

.bbw-hero-projects {
	display: grid;
	gap: 10px;
	max-width: 720px;
	margin-top: 32px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bbw-hero-projects button {
	position: relative;
	overflow: hidden;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 10px;
	background: var(--bbw-navy);
	aspect-ratio: 1.5;
	cursor: zoom-in;
}

.bbw-hero-projects img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}

.bbw-hero-projects button:hover img {
	transform: scale(1.05);
}

.bbw-hero-projects span {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 16px 8px 6px;
	background: linear-gradient(transparent, rgba(4, 25, 33, .85));
	color: var(--bbw-white);
	font-size: .66rem;
	font-weight: 750;
	opacity: 0;
	transition: opacity .2s;
}

.bbw-hero-projects button:hover span,
.bbw-hero-projects button:focus-visible span {
	opacity: 1;
}

.bbw-hero-form {
	position: sticky;
	top: 112px;
	padding: clamp(25px, 3vw, 38px);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: var(--bbw-radius);
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
	color: var(--bbw-ink);
}

.bbw-hero-form h2 {
	margin-bottom: 12px;
	font-size: 1.9rem;
}

.bbw-hero-form > p {
	margin-bottom: 18px;
	color: var(--bbw-muted);
	font-size: .92rem;
}

.bbw-hero-form > small {
	display: block;
	margin-top: 13px;
	color: var(--bbw-muted);
	font-size: .74rem;
	line-height: 1.5;
}

.bbw-section {
	padding: 76px 0;
}

.bbw-section--mist,
.bbw-content-section--tint {
	background: var(--bbw-mist);
}

.bbw-section--navy {
	background:
		radial-gradient(circle at 85% 10%, rgba(39, 168, 184, .18), transparent 28%),
		var(--bbw-navy);
	color: rgba(255, 255, 255, .8);
}

.bbw-section--navy h2,
.bbw-section--navy h3 {
	color: var(--bbw-white);
}

.bbw-section-heading {
	max-width: 790px;
	margin-bottom: 38px;
}

.bbw-section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.bbw-section-heading p {
	color: var(--bbw-muted);
	font-size: 1.05rem;
}

.bbw-section--navy .bbw-section-heading p {
	color: rgba(255, 255, 255, .73);
}

.bbw-section-action {
	margin-top: 34px;
	text-align: center;
}

.bbw-problem-selector {
	position: relative;
	z-index: 2;
}

.bbw-problem-selector__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, 1fr);
}

.bbw-problem-selector__grid a {
	display: grid;
	gap: 13px;
	align-items: center;
	min-height: 78px;
	padding: 14px 18px;
	border: 1px solid var(--bbw-line);
	border-radius: 12px;
	background: var(--bbw-white);
	box-shadow: 0 8px 28px rgba(11, 42, 54, .06);
	color: var(--bbw-ink);
	grid-template-columns: 38px 1fr 20px;
	text-decoration: none;
	transition: .2s ease;
}

.bbw-problem-selector__grid a:hover {
	border-color: var(--bbw-teal);
	box-shadow: 0 14px 36px rgba(11, 42, 54, .1);
	transform: translateY(-2px);
}

.bbw-problem-selector__grid a > span {
	display: grid;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: var(--bbw-mist);
	color: var(--bbw-blue);
	place-items: center;
}

.bbw-problem-selector__grid svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.bbw-service-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bbw-service-card {
	overflow: hidden;
	border: 1px solid var(--bbw-line);
	border-radius: var(--bbw-radius);
	background: var(--bbw-white);
	box-shadow: 0 10px 32px rgba(11, 42, 54, .06);
	color: var(--bbw-ink);
	text-decoration: none;
	transition: .25s ease;
}

.bbw-service-card:hover {
	box-shadow: var(--bbw-shadow);
	color: var(--bbw-ink);
	transform: translateY(-5px);
}

.bbw-service-card > img {
	width: 100%;
	aspect-ratio: 1.5;
	object-fit: cover;
}

.bbw-service-card > div {
	position: relative;
	padding: 25px;
}

.bbw-service-card > div > span {
	position: absolute;
	top: -23px;
	display: grid;
	width: 46px;
	height: 46px;
	border: 4px solid var(--bbw-white);
	border-radius: 50%;
	background: var(--bbw-teal);
	color: var(--bbw-white);
	place-items: center;
}

.bbw-service-card > div > span svg,
.bbw-directory-card > span svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.bbw-service-card h3 {
	margin-top: 12px;
}

.bbw-service-card p {
	color: var(--bbw-muted);
	font-size: .88rem;
}

.bbw-service-card strong {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	color: var(--bbw-blue);
	font-size: .84rem;
}

.bbw-service-card strong svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.bbw-source-section__grid {
	display: grid;
	gap: clamp(45px, 7vw, 100px);
	align-items: center;
	grid-template-columns: .85fr 1.15fr;
}

.bbw-source-section__content p {
	color: var(--bbw-muted);
}

.bbw-source-list {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, 1fr);
}

.bbw-source-list > div {
	display: grid;
	gap: 14px;
	align-items: center;
	padding: 20px;
	border: 1px solid var(--bbw-line);
	border-radius: 12px;
	background: var(--bbw-mist);
	grid-template-columns: 46px 1fr;
}

.bbw-source-list strong {
	display: grid;
	width: 46px;
	height: 46px;
	border-radius: 10px;
	background: var(--bbw-navy);
	color: var(--bbw-white);
	font-size: .78rem;
	place-items: center;
}

.bbw-source-list span {
	font-size: .9rem;
	font-weight: 750;
	line-height: 1.35;
}

.bbw-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--bbw-line);
	border-radius: 14px;
	background: var(--bbw-white);
	box-shadow: 0 10px 28px rgba(11, 42, 54, .05);
}

.bbw-comparison-table {
	width: 100%;
	border-collapse: collapse;
	font-size: .9rem;
	line-height: 1.5;
}

.bbw-comparison-table th,
.bbw-comparison-table td {
	padding: 16px 18px;
	border-bottom: 1px solid var(--bbw-line);
	text-align: left;
	vertical-align: top;
}

.bbw-comparison-table th {
	background: var(--bbw-navy);
	color: var(--bbw-white);
	font-size: .78rem;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.bbw-comparison-table tr:last-child td {
	border-bottom: 0;
}

.bbw-comparison-table tbody tr:nth-child(even) {
	background: var(--bbw-mist);
}

.bbw-comparison-table--dark {
	background: var(--bbw-navy-2);
	color: rgba(255, 255, 255, .82);
}

.bbw-comparison-table--dark th {
	background: rgba(0, 0, 0, .2);
	color: #72d8e3;
}

.bbw-comparison-table--dark th,
.bbw-comparison-table--dark td {
	border-color: rgba(255, 255, 255, .13);
}

.bbw-comparison-table--dark tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, .04);
}

.bbw-process-grid {
	display: grid;
	gap: 18px;
	padding: 0;
	counter-reset: steps;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
}

.bbw-process-grid--six {
	grid-template-columns: repeat(3, 1fr);
}

.bbw-process-grid li {
	position: relative;
	padding: 28px;
	border: 1px solid var(--bbw-line);
	border-radius: 14px;
	background: var(--bbw-white);
	box-shadow: 0 8px 26px rgba(11, 42, 54, .05);
}

.bbw-process-grid li > span {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: var(--bbw-teal);
	color: var(--bbw-white);
	font-size: .85rem;
	font-weight: 850;
	place-items: center;
}

.bbw-process-grid li p {
	margin-bottom: 0;
	color: var(--bbw-muted);
	font-size: .9rem;
}

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

.bbw-project-card {
	overflow: hidden;
	border: 1px solid var(--bbw-line);
	border-radius: var(--bbw-radius);
	background: var(--bbw-white);
	box-shadow: 0 10px 34px rgba(11, 42, 54, .07);
	transition: .2s ease;
}

.bbw-project-card:hover {
	box-shadow: var(--bbw-shadow);
	transform: translateY(-3px);
}

.bbw-project-card[hidden] {
	display: none;
}

.bbw-project-card__image {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 0;
	border: 0;
	background: var(--bbw-navy);
	aspect-ratio: 1.5;
	cursor: zoom-in;
}

.bbw-project-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}

.bbw-project-card:hover .bbw-project-card__image img {
	transform: scale(1.04);
}

.bbw-project-card__zoom {
	position: absolute;
	right: 16px;
	bottom: 16px;
	display: grid;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	color: var(--bbw-navy);
	box-shadow: 0 5px 16px rgba(0, 0, 0, .2);
	place-items: center;
}

.bbw-project-card__content {
	padding: 24px;
}

.bbw-project-card__content > span {
	display: block;
	margin-bottom: 8px;
	color: var(--bbw-blue);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.bbw-project-card__content h2 {
	font-size: 1.35rem;
}

.bbw-project-card__content p {
	color: var(--bbw-muted);
	font-size: .87rem;
}

.bbw-assessment-band {
	background:
		linear-gradient(110deg, rgba(11, 42, 54, .97), rgba(18, 109, 137, .91)),
		var(--bbw-navy);
	color: rgba(255, 255, 255, .82);
}

.bbw-assessment-band h2 {
	color: var(--bbw-white);
}

.bbw-assessment-band__grid {
	display: grid;
	gap: 70px;
	align-items: center;
	grid-template-columns: .95fr 1.05fr;
}

.bbw-assessment-band__list {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.bbw-assessment-band__list li {
	display: grid;
	gap: 14px;
	align-items: center;
	padding: 17px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 12px;
	background: rgba(255, 255, 255, .08);
	grid-template-columns: 38px 1fr;
}

.bbw-assessment-band__list li > svg {
	width: 38px;
	height: 38px;
	padding: 9px;
	border-radius: 50%;
	background: var(--bbw-amber);
	color: var(--bbw-navy);
	stroke-width: 3;
}

.bbw-assessment-band__list strong,
.bbw-assessment-band__list span {
	display: block;
}

.bbw-assessment-band__list strong {
	color: var(--bbw-white);
}

.bbw-assessment-band__list span {
	font-size: .88rem;
}

.bbw-page-hero {
	position: relative;
	min-height: 500px;
	background-color: var(--bbw-navy);
	background-image: var(--bbw-hero-image);
	background-position: center;
	background-size: cover;
	color: var(--bbw-white);
}

.bbw-page-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7, 31, 41, .97) 0%, rgba(7, 31, 41, .84) 48%, rgba(7, 31, 41, .4) 100%);
}

.bbw-page-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 500px;
	padding-block: 55px;
}

.bbw-page-hero h1 {
	max-width: 900px;
	color: var(--bbw-white);
	font-size: clamp(2.75rem, 5vw, 4.65rem);
}

.bbw-page-hero__content > p {
	max-width: 700px;
	color: rgba(255, 255, 255, .82);
	font-size: 1.12rem;
}

.bbw-breadcrumbs {
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, .66);
	font-size: .75rem;
	font-weight: 700;
}

.bbw-breadcrumbs a {
	color: rgba(255, 255, 255, .82);
	text-decoration: none;
}

.bbw-page-content {
	overflow: hidden;
}

.bbw-content-section {
	padding: 66px 0;
}

.bbw-content-section--first {
	padding-top: 66px;
}

.bbw-content-section--tint {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding-inline: max(20px, calc((100vw - 1120px) / 2));
}

.bbw-answer-block {
	width: 100%;
	padding: 28px 30px;
	border: 1px solid #acdce2;
	border-left: 5px solid var(--bbw-teal);
	border-radius: 12px;
	background: #edf9fa;
	color: var(--bbw-ink);
}

.bbw-answer-block__label {
	display: block;
	margin-bottom: 9px;
	color: var(--bbw-blue);
	font-size: .7rem;
	font-weight: 850;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.bbw-answer-block p {
	margin: 0;
	font-size: 1.06rem;
	font-weight: 560;
}

.bbw-two-column,
.bbw-split-feature {
	display: grid;
	gap: clamp(35px, 6vw, 75px);
	align-items: start;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bbw-panel,
.bbw-callout {
	padding: 30px;
	border: 1px solid var(--bbw-line);
	border-radius: var(--bbw-radius);
	background: var(--bbw-mist);
}

.bbw-callout {
	border: 0;
	background: var(--bbw-navy);
	box-shadow: var(--bbw-shadow);
	color: rgba(255, 255, 255, .78);
}

.bbw-callout h3 {
	color: var(--bbw-white);
}

.bbw-callout .bbw-text-link {
	color: #67dce6;
}

.bbw-check-list,
.bbw-dot-list {
	display: grid;
	gap: 10px;
	padding: 0;
	list-style: none;
}

.bbw-check-list li,
.bbw-dot-list li {
	position: relative;
	padding-left: 27px;
}

.bbw-check-list li::before {
	position: absolute;
	top: .48em;
	left: 0;
	width: 16px;
	height: 9px;
	border-bottom: 2px solid var(--bbw-teal);
	border-left: 2px solid var(--bbw-teal);
	content: "";
	transform: rotate(-45deg);
}

.bbw-dot-list li::before {
	position: absolute;
	top: .7em;
	left: 3px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--bbw-teal);
	content: "";
}

.bbw-service-directory {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, 1fr);
}

.bbw-directory-card {
	display: grid;
	gap: 17px;
	align-items: start;
	padding: 24px;
	border: 1px solid var(--bbw-line);
	border-radius: 14px;
	color: var(--bbw-ink);
	grid-template-columns: 46px 1fr;
	text-decoration: none;
	transition: .2s ease;
}

.bbw-directory-card:hover {
	border-color: var(--bbw-teal);
	box-shadow: var(--bbw-shadow);
	color: var(--bbw-ink);
	transform: translateY(-2px);
}

.bbw-directory-card > span {
	display: grid;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: var(--bbw-teal);
	color: var(--bbw-white);
	place-items: center;
}

.bbw-directory-card h3 {
	margin-bottom: 7px;
}

.bbw-directory-card p {
	color: var(--bbw-muted);
	font-size: .87rem;
}

.bbw-directory-card strong {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	color: var(--bbw-blue);
	font-size: .82rem;
}

.bbw-directory-card strong svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.bbw-problem-grid,
.bbw-value-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.bbw-problem-grid article,
.bbw-value-grid article {
	padding: 26px;
	border: 1px solid var(--bbw-line);
	border-radius: 14px;
	background: var(--bbw-white);
	box-shadow: 0 8px 28px rgba(11, 42, 54, .05);
}

.bbw-problem-grid article > span {
	display: grid;
	width: 45px;
	height: 45px;
	margin-bottom: 18px;
	border-radius: 11px;
	background: var(--bbw-mist);
	color: var(--bbw-blue);
	place-items: center;
}

.bbw-problem-grid article > span svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.bbw-problem-grid p,
.bbw-value-grid p {
	color: var(--bbw-muted);
	font-size: .89rem;
}

.bbw-value-grid article > strong {
	display: block;
	margin-bottom: 18px;
	color: var(--bbw-teal);
	font-size: 1.8rem;
}

.bbw-area-list {
	align-self: stretch;
	padding: 30px;
	border-radius: var(--bbw-radius);
	background: var(--bbw-navy);
}

.bbw-pill-list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

.bbw-pill-list li {
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: var(--bbw-white);
	font-size: .85rem;
}

.bbw-faq-list {
	display: grid;
	gap: 12px;
	width: 100%;
}

.bbw-faq {
	overflow: hidden;
	border: 1px solid var(--bbw-line);
	border-radius: 12px;
	background: var(--bbw-white);
}

.bbw-faq summary {
	position: relative;
	padding: 19px 55px 19px 21px;
	color: var(--bbw-navy);
	font-weight: 780;
	line-height: 1.4;
	cursor: pointer;
	list-style: none;
}

.bbw-faq summary::-webkit-details-marker {
	display: none;
}

.bbw-faq summary::after {
	position: absolute;
	top: 50%;
	right: 21px;
	width: 12px;
	height: 12px;
	border-right: 2px solid var(--bbw-blue);
	border-bottom: 2px solid var(--bbw-blue);
	content: "";
	transform: translateY(-65%) rotate(45deg);
	transition: transform .2s;
}

.bbw-faq[open] summary::after {
	transform: translateY(-35%) rotate(225deg);
}

.bbw-faq__answer {
	padding: 0 21px 19px;
	color: var(--bbw-muted);
}

.bbw-faq__answer p {
	margin: 0;
}

.bbw-final-form {
	padding: 78px 0;
	background:
		radial-gradient(circle at 10% 10%, rgba(39, 168, 184, .16), transparent 30%),
		var(--bbw-navy);
	color: rgba(255, 255, 255, .78);
}

.bbw-final-form__inner {
	display: grid;
	gap: clamp(40px, 7vw, 90px);
	align-items: start;
	grid-template-columns: .8fr 1.2fr;
}

.bbw-final-form__content {
	position: sticky;
	top: 125px;
	align-self: start;
}

.bbw-final-form h2 {
	color: var(--bbw-white);
}

.bbw-final-form .bbw-check-list li::before {
	border-color: var(--bbw-amber);
}

.bbw-final-form__form {
	padding: clamp(24px, 4vw, 40px);
	border-radius: var(--bbw-radius);
	background: var(--bbw-white);
	box-shadow: 0 26px 70px rgba(0, 0, 0, .25);
	color: var(--bbw-ink);
}

.bbw-form-placeholder {
	padding: 20px;
	border: 2px dashed #9bcbd2;
	border-radius: 10px;
	background: var(--bbw-mist);
	color: var(--bbw-muted);
	font-size: .9rem;
	text-align: center;
}

.bbw-contact-fallback {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.wpforms-container {
	margin: 0 !important;
}

.wpforms-container .wpforms-field {
	padding: 7px 0 !important;
}

.wpforms-container .wpforms-field-label {
	margin-bottom: 6px !important;
	color: var(--bbw-navy) !important;
	font-size: .82rem !important;
	font-weight: 750 !important;
}

.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="number"],
.wpforms-container input[type="url"],
.wpforms-container input[type="date"],
.wpforms-container select,
.wpforms-container textarea {
	width: 100% !important;
	max-width: none !important;
	min-height: 48px !important;
	padding: 11px 13px !important;
	border: 1px solid #bdcdd1 !important;
	border-radius: 8px !important;
	background: var(--bbw-white) !important;
	color: var(--bbw-ink) !important;
	box-shadow: none !important;
}

.wpforms-container textarea {
	min-height: 120px !important;
}

.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
	border-color: var(--bbw-teal) !important;
	box-shadow: 0 0 0 3px rgba(39, 168, 184, .14) !important;
}

.wpforms-container .wpforms-submit-container {
	padding-top: 14px !important;
}

.wpforms-container button[type="submit"] {
	width: auto !important;
	min-height: 50px !important;
	padding: 13px 24px !important;
	border: 2px solid var(--bbw-amber) !important;
	border-radius: 8px !important;
	background: var(--bbw-amber) !important;
	color: var(--bbw-navy) !important;
	font-weight: 800 !important;
}

.wpforms-container button[type="submit"]:hover {
	border-color: var(--bbw-navy) !important;
	background: var(--bbw-navy) !important;
	color: var(--bbw-white) !important;
}

.bbw-article {
	padding: 64px 0 74px;
}

.bbw-article__layout {
	display: grid;
	gap: 64px;
	align-items: start;
	grid-template-columns: minmax(0, 780px) minmax(270px, 1fr);
}

.bbw-article__meta {
	display: flex;
	gap: 16px;
	margin-bottom: 25px;
	color: var(--bbw-muted);
	font-size: .78rem;
	font-weight: 700;
}

.bbw-article__content > h2,
.bbw-article-section h2 {
	margin-top: 1em;
}

.bbw-article__content h3 {
	margin-top: 1.2em;
}

.bbw-article__content p,
.bbw-article__content li {
	color: #314a52;
}

.bbw-article-section {
	scroll-margin-top: 115px;
}

.bbw-article-section--faq {
	margin-top: 55px;
}

.bbw-toc {
	padding: 24px 28px;
	margin: 28px 0;
	border: 1px solid var(--bbw-line);
	border-radius: 12px;
	background: var(--bbw-mist);
}

.bbw-toc strong {
	display: block;
	margin-bottom: 10px;
	color: var(--bbw-navy);
}

.bbw-toc ol {
	display: grid;
	gap: 5px;
	padding-left: 21px;
	margin: 0;
}

.bbw-toc a {
	font-size: .9rem;
}

.bbw-article__sidebar {
	position: sticky;
	top: 112px;
	display: grid;
	gap: 18px;
}

.bbw-sidebar-card {
	padding: 25px;
	border: 1px solid var(--bbw-line);
	border-radius: 14px;
	background: var(--bbw-mist);
}

.bbw-sidebar-card:first-child {
	border: 0;
	background: var(--bbw-navy);
	color: rgba(255, 255, 255, .76);
}

.bbw-sidebar-card:first-child h2 {
	color: var(--bbw-white);
	font-size: 1.65rem;
}

.bbw-sidebar-card h2 {
	font-size: 1.2rem;
}

.bbw-sidebar-card ul {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.bbw-sidebar-card li + li {
	padding-top: 8px;
	border-top: 1px solid var(--bbw-line);
}

.bbw-sidebar-card li a {
	font-size: .85rem;
	font-weight: 700;
	text-decoration: none;
}

.bbw-blog-toolbar {
	display: flex;
	gap: 30px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 38px;
}

.bbw-blog-toolbar h2 {
	margin-bottom: 0;
}

.bbw-search-form {
	display: flex;
	overflow: hidden;
	width: min(100%, 340px);
	border: 1px solid var(--bbw-line);
	border-radius: 9px;
	background: var(--bbw-white);
}

.bbw-search-form label {
	flex: 1;
}

.bbw-search-form input {
	width: 100%;
	height: 48px;
	padding: 0 13px;
	border: 0;
	outline: 0;
}

.bbw-search-form button {
	display: grid;
	width: 48px;
	border: 0;
	background: var(--bbw-navy);
	color: var(--bbw-white);
	place-items: center;
}

.bbw-search-form svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.bbw-post-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

.bbw-post-card {
	overflow: hidden;
	border: 1px solid var(--bbw-line);
	border-radius: var(--bbw-radius);
	background: var(--bbw-white);
	box-shadow: 0 10px 34px rgba(11, 42, 54, .06);
}

.bbw-post-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 1.5;
}

.bbw-post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s;
}

.bbw-post-card:hover img {
	transform: scale(1.04);
}

.bbw-post-card__content {
	padding: 24px;
}

.bbw-post-card__meta {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 11px;
	color: var(--bbw-muted);
	font-size: .69rem;
	font-weight: 700;
}

.bbw-post-card__meta a {
	text-decoration: none;
}

.bbw-post-card h2 {
	font-size: 1.35rem;
}

.bbw-post-card h2 a {
	color: var(--bbw-navy);
	text-decoration: none;
}

.bbw-post-card p {
	color: var(--bbw-muted);
	font-size: .87rem;
}

.navigation.pagination {
	margin-top: 40px;
}

.nav-links {
	display: flex;
	gap: 8px;
	justify-content: center;
}

.page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	padding: 0 10px;
	border: 1px solid var(--bbw-line);
	border-radius: 8px;
	color: var(--bbw-navy);
	font-weight: 700;
	text-decoration: none;
	place-items: center;
}

.page-numbers.current,
.page-numbers:hover {
	border-color: var(--bbw-navy);
	background: var(--bbw-navy);
	color: var(--bbw-white);
}

.bbw-project-filters {
	display: flex;
	gap: 9px;
	flex-wrap: wrap;
	margin-bottom: 28px;
}

.bbw-project-filters button {
	padding: 9px 14px;
	border: 1px solid var(--bbw-line);
	border-radius: 999px;
	background: var(--bbw-white);
	color: var(--bbw-ink);
	font-size: .8rem;
	font-weight: 750;
	cursor: pointer;
}

.bbw-project-filters button.is-active,
.bbw-project-filters button:hover {
	border-color: var(--bbw-navy);
	background: var(--bbw-navy);
	color: var(--bbw-white);
}

.bbw-project-single {
	padding: 68px 0;
}

.bbw-project-single__grid {
	display: grid;
	gap: 55px;
	align-items: start;
	grid-template-columns: 1.15fr .85fr;
}

.bbw-project-single__image {
	position: sticky;
	top: 112px;
}

.bbw-project-single__image button {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: var(--bbw-radius);
	background: var(--bbw-navy);
	cursor: zoom-in;
}

.bbw-project-single__image img {
	width: 100%;
}

.bbw-project-single__image span {
	position: absolute;
	right: 18px;
	bottom: 18px;
	display: inline-flex;
	gap: 8px;
	align-items: center;
	padding: 10px 14px;
	border-radius: 8px;
	background: var(--bbw-white);
	color: var(--bbw-navy);
	font-size: .78rem;
	font-weight: 750;
}

.bbw-project-single__image svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.bbw-archive-hero {
	padding: 80px 0;
	background: var(--bbw-navy);
	color: rgba(255, 255, 255, .78);
}

.bbw-archive-hero h1 {
	color: var(--bbw-white);
}

.bbw-search-results {
	display: grid;
	gap: 14px;
}

.bbw-search-results article {
	padding: 25px;
	border: 1px solid var(--bbw-line);
	border-radius: 13px;
}

.bbw-search-results article > span {
	color: var(--bbw-blue);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.bbw-search-results h2 {
	margin: 8px 0;
	font-size: 1.4rem;
}

.bbw-search-results h2 a {
	color: var(--bbw-navy);
	text-decoration: none;
}

.bbw-search-results p {
	color: var(--bbw-muted);
}

.bbw-empty-state {
	padding: 55px;
	border-radius: var(--bbw-radius);
	background: var(--bbw-mist);
	text-align: center;
}

.bbw-not-found {
	display: grid;
	min-height: 70vh;
	padding: 85px 0;
	background: var(--bbw-navy);
	color: rgba(255, 255, 255, .78);
	place-items: center;
	text-align: center;
}

.bbw-not-found h1 {
	max-width: 800px;
	margin-inline: auto;
	color: var(--bbw-white);
}

.bbw-not-found p {
	max-width: 650px;
	margin-inline: auto;
}

.bbw-not-found__number {
	display: block;
	color: var(--bbw-teal);
	font-size: clamp(5rem, 12vw, 10rem);
	font-weight: 850;
	letter-spacing: -.08em;
	line-height: .85;
}

.bbw-not-found__actions {
	justify-content: center;
}

.bbw-modal {
	position: fixed;
	z-index: 10000;
	inset: 0;
	display: grid;
	padding: 30px;
	background: rgba(3, 19, 25, .94);
	place-items: center;
}

.bbw-modal[hidden] {
	display: none;
}

.bbw-modal figure {
	max-width: min(1200px, 92vw);
	max-height: 88vh;
	margin: 0;
}

.bbw-modal img {
	max-width: 100%;
	max-height: 80vh;
	border-radius: 10px;
	box-shadow: 0 25px 80px rgba(0, 0, 0, .5);
}

.bbw-modal figcaption {
	margin-top: 12px;
	color: var(--bbw-white);
	font-weight: 700;
	text-align: center;
}

.bbw-modal__close {
	position: absolute;
	top: 20px;
	right: 24px;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	color: var(--bbw-white);
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}

.bbw-footer {
	padding: 68px 0 20px;
	background: #071f29;
	color: rgba(255, 255, 255, .68);
}

.bbw-footer__grid {
	display: grid;
	gap: 45px;
	grid-template-columns: 1.4fr repeat(3, 1fr);
}

.bbw-footer .bbw-brand {
	color: var(--bbw-white);
}

.bbw-footer .bbw-brand__mark {
	background: rgba(255, 255, 255, .09);
}

.bbw-footer .bbw-brand__text strong {
	color: var(--bbw-white);
}

.bbw-footer__brand > p {
	max-width: 390px;
	margin-top: 22px;
	font-size: .88rem;
}

.bbw-footer__brand > a,
.bbw-footer__brand > span {
	display: block;
	margin-top: 5px;
	color: var(--bbw-white);
	font-size: .84rem;
	text-decoration: none;
}

.bbw-footer h2 {
	margin-bottom: 18px;
	color: var(--bbw-white);
	font-size: .8rem;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.bbw-footer ul {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.bbw-footer li a {
	color: rgba(255, 255, 255, .68);
	font-size: .83rem;
	text-decoration: none;
}

.bbw-footer li a:hover {
	color: var(--bbw-white);
}

.bbw-footer__bottom {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding-top: 23px;
	margin-top: 45px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	font-size: .72rem;
}

.bbw-footer__bottom p {
	margin: 0;
}

.bbw-footer__bottom a {
	color: rgba(255, 255, 255, .72);
	font-weight: 700;
	text-decoration: none;
}

.bbw-mobile-actions {
	display: none;
}

@media (max-width: 1160px) {
	.bbw-header__phone {
		display: none;
	}

	.bbw-menu > li > a {
		padding-inline: 7px;
		font-size: .82rem;
	}

	.bbw-brand__text {
		display: none;
	}

	.bbw-home-hero__grid {
		gap: 40px;
		grid-template-columns: minmax(0, 1fr) 390px;
	}

	.bbw-service-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 920px) {
	:root {
		--bbw-header: 72px;
	}

	.admin-bar .bbw-header {
		top: 46px;
	}

	.bbw-header__inner {
		justify-content: space-between;
	}

	.bbw-header__brand {
		margin-right: auto;
	}

	.bbw-brand__text {
		display: flex;
	}

	.bbw-menu-toggle {
		display: block;
		order: 3;
	}

	.bbw-navigation {
		position: fixed;
		z-index: 200;
		top: var(--bbw-header);
		right: 0;
		bottom: 0;
		display: none;
		overflow-y: auto;
		width: min(390px, 92vw);
		padding: 15px 20px 40px;
		background: var(--bbw-white);
		box-shadow: -20px 30px 50px rgba(11, 42, 54, .2);
	}

	.admin-bar .bbw-navigation {
		top: calc(var(--bbw-header) + 46px);
	}

	.bbw-navigation.is-open {
		display: block;
	}

	.bbw-menu {
		display: block;
	}

	.bbw-menu > li > a {
		height: auto;
		padding: 14px 6px;
		border-bottom: 1px solid var(--bbw-line);
		font-size: .95rem;
	}

	.bbw-menu .sub-menu {
		position: static;
		display: grid;
		visibility: visible;
		width: auto;
		padding: 8px 0 12px 14px;
		border: 0;
		box-shadow: none;
		grid-template-columns: 1fr;
		opacity: 1;
		transform: none;
	}

	.bbw-menu .sub-menu a {
		padding: 8px;
		font-size: .86rem;
	}

	.bbw-header__actions {
		margin-left: auto;
	}

	.bbw-button--header {
		display: none;
	}

	.bbw-home-hero__grid,
	.bbw-source-section__grid,
	.bbw-assessment-band__grid,
	.bbw-final-form__inner,
	.bbw-project-single__grid,
	.bbw-article__layout {
		grid-template-columns: 1fr;
	}

	.bbw-home-hero__grid {
		padding-block: 62px;
	}

	.bbw-hero-form,
	.bbw-final-form__content,
	.bbw-project-single__image,
	.bbw-article__sidebar {
		position: static;
	}

	.bbw-problem-selector__grid,
	.bbw-project-grid,
	.bbw-post-grid,
	.bbw-value-grid,
	.bbw-problem-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.bbw-process-grid,
	.bbw-process-grid--six {
		grid-template-columns: repeat(2, 1fr);
	}

	.bbw-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.bbw-mobile-actions {
		position: fixed;
		z-index: 90;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		border-top: 1px solid rgba(255, 255, 255, .16);
		background: var(--bbw-navy);
		box-shadow: 0 -10px 30px rgba(11, 42, 54, .2);
	}

	.bbw-mobile-actions a {
		display: flex;
		gap: 7px;
		align-items: center;
		justify-content: center;
		min-height: 54px;
		color: var(--bbw-white);
		font-size: .78rem;
		font-weight: 800;
		flex: 1;
		text-decoration: none;
	}

	.bbw-mobile-actions a:last-child {
		background: var(--bbw-amber);
		color: var(--bbw-navy);
	}

	.bbw-mobile-actions svg {
		width: 18px;
		height: 18px;
		fill: none;
		stroke: currentColor;
		stroke-width: 2;
	}

	.bbw-footer {
		padding-bottom: 70px;
	}
}

@media (max-width: 680px) {
	body {
		font-size: 16px;
	}

	.bbw-container {
		width: min(calc(100% - 28px), var(--bbw-container));
	}

	.bbw-section,
	.bbw-content-section,
	.bbw-content-section--first,
	.bbw-final-form {
		padding-block: 54px;
	}

	.bbw-notice .bbw-container {
		display: block;
		text-align: center;
	}

	.bbw-notice span {
		display: none;
	}

	.bbw-brand__text {
		font-size: .67rem;
	}

	.bbw-brand__text strong {
		font-size: .76rem;
	}

	.bbw-brand__mark {
		width: 40px;
		height: 40px;
	}

	.bbw-home-hero {
		min-height: auto;
	}

	.bbw-home-hero__overlay {
		background: rgba(7, 31, 41, .91);
	}

	.bbw-home-hero__grid {
		padding-block: 48px;
	}

	.bbw-home-hero h1 {
		font-size: clamp(2.75rem, 14vw, 4rem);
	}

	.bbw-home-hero__content > p {
		font-size: 1.04rem;
	}

	.bbw-home-hero__actions,
	.bbw-page-hero__actions,
	.bbw-not-found__actions {
		flex-direction: column;
	}

	.bbw-home-hero__actions .bbw-button,
	.bbw-page-hero__actions .bbw-button,
	.bbw-not-found__actions .bbw-button {
		width: 100%;
	}

	.bbw-hero-points {
		display: grid;
	}

	.bbw-hero-projects {
		grid-template-columns: repeat(2, 1fr);
	}

	.bbw-hero-form {
		padding: 23px;
	}

	.bbw-page-hero,
	.bbw-page-hero__content {
		min-height: 430px;
	}

	.bbw-page-hero__overlay {
		background: rgba(7, 31, 41, .85);
	}

	.bbw-page-hero h1 {
		font-size: 2.75rem;
	}

	.bbw-problem-selector__grid,
	.bbw-service-grid,
	.bbw-source-list,
	.bbw-project-grid,
	.bbw-post-grid,
	.bbw-value-grid,
	.bbw-problem-grid,
	.bbw-process-grid,
	.bbw-process-grid--six,
	.bbw-service-directory,
	.bbw-two-column,
	.bbw-split-feature,
	.bbw-footer__grid {
		grid-template-columns: 1fr;
	}

	.bbw-problem-selector__grid a {
		min-height: 70px;
	}

	.bbw-answer-block,
	.bbw-panel,
	.bbw-callout,
	.bbw-final-form__form {
		padding: 22px;
	}

	.bbw-comparison-table {
		min-width: 650px;
	}

	.bbw-blog-toolbar {
		display: grid;
	}

	.bbw-search-form {
		width: 100%;
	}

	.bbw-footer__bottom {
		display: grid;
		text-align: center;
	}

	.bbw-modal {
		padding: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
