/*
Theme Name: Post & Beam Modern
Theme URI: https://www.pbdesignbuild.com/
Description: A staging-first Genesis child theme for Post & Beam Design/Build. It preserves the current logo, widget IDs, templates, content, and plugin output while introducing the Modern Maryland Craftsman design system.
Author: Post & Beam Design/Build
Template: genesis
Version: 2.0.4
Text Domain: pbdb-modern
*/

/* Design tokens
---------------------------------------------------------------------------- */

:root {
	--pbdb-ink: #191d21;
	--pbdb-ink-soft: #252a2f;
	--pbdb-red: #c5161f;
	--pbdb-red-dark: #9f1118;
	--pbdb-paper: #f5f2eb;
	--pbdb-white: #ffffff;
	--pbdb-text: #24282c;
	--pbdb-muted: #62686d;
	--pbdb-line: #d8d3ca;
	--pbdb-line-dark: rgba(255, 255, 255, 0.2);
	--pbdb-serif: "Source Serif 4", Georgia, "Times New Roman", serif;
	--pbdb-sans: "DM Sans", Arial, Helvetica, sans-serif;
	--pbdb-container: 1280px;
	--pbdb-narrow: 840px;
	--pbdb-shadow: 0 18px 44px rgba(17, 21, 24, 0.1);
	--pbdb-header-height: 112px;
	--pbdb-transition: 180ms ease;
}

/* Reset and base
---------------------------------------------------------------------------- */

html {
	box-sizing: border-box;
	font-size: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--pbdb-header-height) + 24px);
}

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

body {
	background: var(--pbdb-white);
	color: var(--pbdb-text);
	font-family: var(--pbdb-sans);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.72;
	margin: 0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

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

img,
picture,
svg,
video {
	display: block;
	height: auto;
	max-width: 100%;
}

iframe {
	border: 0;
	max-width: 100%;
}

figure {
	margin: 0 0 32px;
}

p,
ul,
ol,
dl,
blockquote {
	margin: 0 0 28px;
}

ul,
ol {
	padding-left: 1.35em;
}

li + li {
	margin-top: 8px;
}

a {
	color: var(--pbdb-red);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
	transition: color var(--pbdb-transition), background-color var(--pbdb-transition), border-color var(--pbdb-transition), opacity var(--pbdb-transition), transform var(--pbdb-transition);
}

a:hover {
	color: var(--pbdb-red-dark);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
	outline: 3px solid #ffbf47;
	outline-offset: 3px;
}

hr {
	border: 0;
	border-top: 1px solid var(--pbdb-line);
	margin: 48px 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 36px;
	width: 100%;
}

th,
td {
	border-bottom: 1px solid var(--pbdb-line);
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
}

th {
	color: var(--pbdb-ink);
	font-weight: 700;
}

::selection {
	background: var(--pbdb-red);
	color: var(--pbdb-white);
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-description {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	background: var(--pbdb-white);
	clip: auto !important;
	color: var(--pbdb-ink);
	display: block;
	font-size: 15px;
	font-weight: 700;
	height: auto;
	left: 12px;
	padding: 14px 18px;
	top: 12px;
	width: auto;
	z-index: 100000;
}

.genesis-skip-link {
	height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.genesis-skip-link a {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-skip-link a:focus {
	background: var(--pbdb-white);
	clip: auto !important;
	color: var(--pbdb-ink);
	display: block;
	font-size: 15px;
	font-weight: 700;
	height: auto;
	left: 12px;
	padding: 14px 18px;
	top: 12px;
	width: auto;
	z-index: 100000;
}

.clearfix::before,
.clearfix::after,
.entry::before,
.entry::after,
.site-container::before,
.site-container::after,
.wrap::before,
.wrap::after {
	content: "";
	display: table;
}

.clearfix::after,
.entry::after,
.site-container::after,
.wrap::after {
	clear: both;
}

/* Typography
---------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.archive-title,
.widget-title {
	color: var(--pbdb-ink);
	font-family: var(--pbdb-serif);
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.06;
	margin: 0 0 24px;
	text-wrap: balance;
}

h1,
.entry-title,
.archive-title {
	font-size: clamp(2.75rem, 5.5vw, 5rem);
}

h2 {
	font-size: clamp(2.35rem, 4.2vw, 4rem);
}

h3 {
	font-size: clamp(1.75rem, 2.7vw, 2.55rem);
}

h4 {
	font-size: 1.55rem;
}

h5 {
	font-size: 1.2rem;
}

h6 {
	font-family: var(--pbdb-sans);
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.entry-title a,
.widget-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:hover,
.widget-title a:hover {
	color: var(--pbdb-red);
}

blockquote {
	border-left: 3px solid var(--pbdb-red);
	color: var(--pbdb-ink);
	font-family: var(--pbdb-serif);
	font-size: clamp(1.6rem, 2.8vw, 2.55rem);
	line-height: 1.35;
	margin: 44px 0;
	padding: 4px 0 4px 34px;
}

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

blockquote cite {
	display: block;
	font-family: var(--pbdb-sans);
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0;
	margin-top: 18px;
}

/* Structure
---------------------------------------------------------------------------- */

.site-container {
	min-height: 100vh;
}

.wrap {
	margin-inline: auto;
	max-width: var(--pbdb-container);
	width: min(calc(100% - 48px), var(--pbdb-container));
}

.site-inner {
	background: var(--pbdb-white);
	padding-block: clamp(64px, 8vw, 112px);
}

.site-inner > .wrap,
.content-sidebar-wrap {
	margin-inline: auto;
	max-width: var(--pbdb-container);
}

.content-sidebar-wrap {
	display: flex;
	gap: clamp(48px, 6vw, 88px);
	width: 100%;
}

.content {
	flex: 1 1 0;
	min-width: 0;
}

.sidebar-primary {
	flex: 0 0 320px;
	min-width: 0;
}

.full-width-content .content {
	width: 100%;
}

.full-width-content .content > .entry {
	margin-inline: auto;
	max-width: var(--pbdb-container);
}

.entry {
	margin-bottom: 72px;
}

.entry:last-child {
	margin-bottom: 0;
}

.entry-content::after {
	clear: both;
	content: "";
	display: table;
}

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

.entry-meta {
	color: var(--pbdb-muted);
	font-size: 0.86rem;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}

.entry-footer {
	border-top: 1px solid var(--pbdb-line);
	margin-top: 42px;
	padding-top: 18px;
}

.breadcrumb {
	color: var(--pbdb-muted);
	font-size: 0.82rem;
	margin-bottom: 34px;
}

.breadcrumb a {
	color: inherit;
}

/* Utility bar and header
---------------------------------------------------------------------------- */

.pbdb-utility {
	background: var(--pbdb-ink);
	border-bottom: 1px solid var(--pbdb-line-dark);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.82rem;
	letter-spacing: 0.01em;
}

.pbdb-utility .wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 42px;
}

.pbdb-utility__phone {
	color: var(--pbdb-white);
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
}

.pbdb-utility__phone:hover {
	color: #ff6269;
}

.site-header {
	background: var(--pbdb-ink);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: sticky;
	top: 0;
	transition: box-shadow var(--pbdb-transition), background-color var(--pbdb-transition);
	width: 100%;
	z-index: 999;
}

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

.site-header.is-scrolled {
	background: rgba(25, 29, 33, 0.98);
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

.site-header > .wrap {
	align-items: center;
	display: flex;
	gap: clamp(28px, 4vw, 64px);
	min-height: var(--pbdb-header-height);
}

.title-area {
	flex: 0 0 240px;
	line-height: 1;
}

.site-title {
	line-height: 1;
	margin: 0;
}

.site-title a {
	background: none !important;
	display: inline-flex;
	text-decoration: none;
}

.pbdb-site-logo {
	height: auto;
	max-height: 92px;
	object-fit: contain;
	width: 226px;
}

.site-description {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.site-header .widget-area {
	align-items: center;
	color: var(--pbdb-white);
	display: flex;
	flex: 1 1 auto;
	justify-content: flex-end;
	min-width: 0;
}

.site-header .widget {
	margin: 0;
}

.site-header .widget + .widget {
	margin-left: 22px;
}

.site-header .widget-area a {
	color: var(--pbdb-white);
}

.site-header .widget-area a.phone {
	background: url("assets/phone.svg") no-repeat left center / 18px 18px;
	font-size: 0.9rem;
	font-weight: 600;
	padding-left: 25px;
	text-decoration: none;
}

/* Navigation
---------------------------------------------------------------------------- */

.nav-primary {
	background: var(--pbdb-ink);
}

.nav-primary .wrap {
	display: flex;
	justify-content: flex-end;
}

.genesis-nav-menu,
.site-header .menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.genesis-nav-menu .menu-item,
.site-header .menu .menu-item {
	margin: 0;
	position: relative;
}

.genesis-nav-menu a,
.site-header .menu a {
	color: rgba(255, 255, 255, 0.9);
	display: block;
	font-size: 0.84rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 18px 14px;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor > a,
.site-header .menu a:hover,
.site-header .menu a:focus {
	color: var(--pbdb-white);
}

.genesis-nav-menu > .menu-item:not(.highlight) > a::after,
.site-header .menu > .menu-item:not(.highlight) > a::after {
	background: var(--pbdb-red);
	bottom: 7px;
	content: "";
	height: 2px;
	left: 14px;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform var(--pbdb-transition);
	width: calc(100% - 28px);
}

.genesis-nav-menu > .menu-item > a:hover::after,
.genesis-nav-menu > .current-menu-item > a::after,
.site-header .menu > .menu-item > a:hover::after {
	transform: scaleX(1);
}

.genesis-nav-menu .highlight > a,
.genesis-nav-menu .menu-item-has-children.highlight > a,
.site-header .menu .highlight > a {
	background: var(--pbdb-red);
	border: 1px solid var(--pbdb-red);
	color: var(--pbdb-white);
	font-weight: 700;
	margin-left: 12px;
	padding: 17px 22px;
}

.genesis-nav-menu .highlight > a:hover,
.genesis-nav-menu .highlight > a:focus {
	background: var(--pbdb-red-dark);
	border-color: var(--pbdb-red-dark);
}

.genesis-nav-menu .sub-menu,
.site-header .menu .sub-menu {
	background: var(--pbdb-ink-soft);
	border-top: 3px solid var(--pbdb-red);
	box-shadow: var(--pbdb-shadow);
	left: -9999px;
	list-style: none;
	margin: 0;
	min-width: 240px;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	top: 100%;
	transform: translateY(8px);
	transition: opacity var(--pbdb-transition), transform var(--pbdb-transition);
	z-index: 1000;
}

.genesis-nav-menu .sub-menu .sub-menu,
.site-header .menu .sub-menu .sub-menu {
	left: 100%;
	top: -13px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:focus-within > .sub-menu,
.site-header .menu .menu-item:hover > .sub-menu,
.site-header .menu .menu-item:focus-within > .sub-menu {
	left: 0;
	opacity: 1;
	transform: translateY(0);
}

.genesis-nav-menu .sub-menu a,
.site-header .menu .sub-menu a {
	font-size: 0.82rem;
	padding: 12px 20px;
}

.pbdb-menu-toggle {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.32);
	color: var(--pbdb-white);
	cursor: pointer;
	display: none;
	font-size: 0.8rem;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.08em;
	padding: 10px 12px;
	text-transform: uppercase;
}

.pbdb-menu-toggle__icon {
	display: grid;
	gap: 4px;
	width: 20px;
}

.pbdb-menu-toggle__icon span {
	background: currentColor;
	display: block;
	height: 2px;
	transition: opacity var(--pbdb-transition), transform var(--pbdb-transition);
	width: 100%;
}

.pbdb-nav-open .pbdb-menu-toggle__icon span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.pbdb-nav-open .pbdb-menu-toggle__icon span:nth-child(2) {
	opacity: 0;
}

.pbdb-nav-open .pbdb-menu-toggle__icon span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

/* Page-title band
---------------------------------------------------------------------------- */

.page-title {
	background-color: var(--pbdb-paper);
	background-image:
		linear-gradient(rgba(25, 29, 33, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(25, 29, 33, 0.035) 1px, transparent 1px);
	background-size: 48px 48px;
	border-bottom: 1px solid var(--pbdb-line);
	overflow: hidden;
	padding-block: clamp(56px, 7vw, 96px);
	position: relative;
}

.page-title::after {
	border: 1px solid rgba(197, 22, 31, 0.3);
	content: "";
	height: 68px;
	position: absolute;
	right: 5vw;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.page-title .entry-title,
.page-title .archive-title {
	color: var(--pbdb-ink);
	font-size: clamp(2.8rem, 5vw, 4.8rem);
	margin: 0;
	max-width: 980px;
}

.page-title .entry-title::after,
.page-title .archive-title::after {
	background: var(--pbdb-red);
	content: "";
	display: block;
	height: 3px;
	margin-top: 24px;
	width: 64px;
}

/* Buttons and controls
---------------------------------------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link,
.button1,
.button2,
#button1 {
	align-items: center;
	appearance: none;
	background: var(--pbdb-red);
	border: 1px solid var(--pbdb-red);
	border-radius: 0;
	color: var(--pbdb-white);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--pbdb-sans);
	font-size: 0.9rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.2;
	min-height: 54px;
	padding: 16px 28px;
	text-align: center;
	text-decoration: none;
	transition: background-color var(--pbdb-transition), border-color var(--pbdb-transition), color var(--pbdb-transition), transform var(--pbdb-transition);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.more-link:hover,
.button1:hover,
.button2:hover,
#button1:hover {
	background: var(--pbdb-red-dark);
	border-color: var(--pbdb-red-dark);
	color: var(--pbdb-white);
	transform: translateY(-1px);
}

.button.secondary,
.button2 {
	background: transparent;
	border-color: var(--pbdb-ink);
	color: var(--pbdb-ink);
}

.button.secondary:hover,
.button2:hover {
	background: var(--pbdb-ink);
	border-color: var(--pbdb-ink);
	color: var(--pbdb-white);
}

/* Front page
---------------------------------------------------------------------------- */

.pbdb-modern-home .site-inner {
	padding: 0;
}

.pbdb-modern-home .site-inner > .wrap,
.pbdb-modern-home .content-sidebar-wrap,
.pbdb-modern-home .content,
.pbdb-modern-home .content > .entry {
	max-width: none;
	width: 100%;
}

.pbdb-modern-home .content > .entry {
	margin: 0;
}

.home-featured {
	background: var(--pbdb-paper);
	border-bottom: 1px solid var(--pbdb-line);
	isolation: isolate;
	min-height: min(680px, calc(100vh - 154px));
	overflow: hidden;
	position: relative;
}

.home-featured::before {
	background: url("assets/banner-bg.jpg") center / cover no-repeat;
	bottom: 0;
	content: "";
	filter: brightness(1.3) saturate(0.92);
	left: 0;
	position: absolute;
	right: 46%;
	top: 0;
	z-index: -1;
}

.home-featured::after {
	background-image:
		linear-gradient(rgba(25, 29, 33, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(25, 29, 33, 0.045) 1px, transparent 1px);
	background-size: 56px 56px;
	bottom: 0;
	content: "";
	left: 54%;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.home-featured .home-widgets-1 {
	display: grid;
	grid-template-columns: minmax(0, 54%) minmax(0, 46%);
	min-height: inherit;
	width: 100%;
}

.home-featured .widget {
	align-self: center;
	grid-column: 2;
	margin: 0;
	padding: clamp(64px, 7vw, 104px) clamp(34px, 5vw, 88px);
	text-align: left;
}

.home-featured .widget + .widget {
	padding-top: 0;
}

.home-featured .widget-wrap {
	margin: 0;
	max-width: 660px;
}

.home-featured h1,
.home-featured .widget-title {
	color: var(--pbdb-ink);
	font-family: var(--pbdb-serif);
	font-size: clamp(3rem, 5.4vw, 5.2rem);
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 0.98;
	margin-bottom: 28px;
}

.home-featured h2,
.home-featured h3 {
	color: var(--pbdb-ink);
}

.home-featured p,
.home-featured .textwidget {
	color: #3e4449;
	font-size: clamp(1rem, 1.4vw, 1.18rem);
	font-style: normal;
	line-height: 1.65;
}

.home-featured p:last-child {
	margin-bottom: 0;
}

.home-featured .button1,
.home-featured #button1,
.home-featured .button2,
.home-featured .button {
	margin: 10px 14px 0 0;
}

.home-featured .button2 {
	border-color: var(--pbdb-ink);
	color: var(--pbdb-ink);
}

.pbdb-scroll-cue {
	align-items: center;
	border: 1px solid var(--pbdb-red);
	border-radius: 50%;
	bottom: 26px;
	display: flex;
	height: 42px;
	justify-content: center;
	position: absolute;
	right: calc(23% - 21px);
	width: 42px;
	z-index: 2;
}

.pbdb-scroll-cue span {
	border-bottom: 2px solid var(--pbdb-red);
	border-right: 2px solid var(--pbdb-red);
	height: 9px;
	transform: translateY(-2px) rotate(45deg);
	width: 9px;
}

.home-widgets .pbdb-home-section {
	border-bottom: 1px solid var(--pbdb-line);
	position: relative;
}

.home-widgets .widget {
	margin-inline: auto;
	max-width: var(--pbdb-container);
	padding: clamp(72px, 9vw, 128px) 24px;
	text-align: left;
}

.home-widgets .widget + .widget {
	border-top: 1px solid var(--pbdb-line);
}

.home-widgets .widget-title {
	font-size: clamp(2.35rem, 4.3vw, 4rem);
	margin-bottom: 42px;
}

.home-widgets .widget-title::before {
	color: var(--pbdb-red);
	content: "";
	display: block;
	font-family: var(--pbdb-sans);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.home-widgets-2 {
	background: var(--pbdb-white);
}

.home-widgets-2 .what-makes,
.home-widgets-4 .what-makes {
	display: block;
	max-width: 920px;
}

.home-widgets-2 .what-makes p,
.home-widgets-4 .what-makes p {
	color: var(--pbdb-muted);
	font-size: 1.05rem;
	line-height: 1.8;
}

.home-widgets-2 .what-makes p span,
.home-widgets-4 .what-makes p span {
	color: var(--pbdb-ink);
	display: block;
	font-family: var(--pbdb-serif);
	font-size: clamp(2.3rem, 4vw, 3.9rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.08;
	margin-bottom: 28px;
}

.partners {
	border-block: 1px solid var(--pbdb-line);
	padding-block: 28px;
	width: 100%;
}

.partners ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.partners li {
	flex: 1 1 110px;
	margin: 0;
	max-width: 150px;
}

.partners img {
	filter: grayscale(1);
	margin: auto;
	max-height: 74px;
	object-fit: contain;
	opacity: 0.75;
	transition: filter var(--pbdb-transition), opacity var(--pbdb-transition);
}

.partners a:hover img,
.partners a:focus img {
	filter: grayscale(0);
	opacity: 1;
}

.home-widgets-3 {
	background: var(--pbdb-ink) url("assets/video-bg.jpg") center / cover no-repeat;
	color: var(--pbdb-white);
}

.home-widgets-3::before {
	background: rgba(16, 19, 22, 0.52);
	content: "";
	inset: 0;
	position: absolute;
}

.home-widgets-3 .widget {
	position: relative;
	text-align: center;
}

.home-widgets-3 h2,
.home-widgets-3 h3,
.home-widgets-3 .widget-title,
.home-widgets-3 p {
	color: var(--pbdb-white);
}

.video-sec {
	margin-inline: auto;
	max-width: 920px;
	text-align: center;
}

.video-sec p {
	color: var(--pbdb-white);
	font-family: var(--pbdb-serif);
	font-size: clamp(2rem, 4vw, 3.9rem);
	line-height: 1.15;
}

.video-sec a {
	background: url("assets/youtube-button.svg") center / contain no-repeat;
	display: inline-block;
	height: 96px;
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
	width: 96px;
}

.video-sec a:hover {
	opacity: 0.78;
	transform: scale(1.04);
}

.home-widgets-4 {
	background-color: var(--pbdb-white);
	background-image:
		linear-gradient(rgba(25, 29, 33, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(25, 29, 33, 0.035) 1px, transparent 1px);
	background-size: 56px 56px;
	color: var(--pbdb-text);
}

.home-widgets-4 h2,
.home-widgets-4 h3,
.home-widgets-4 .widget-title,
.home-widgets-4 p {
	color: var(--pbdb-ink);
}

.home-widgets-4 a:hover {
	color: var(--pbdb-red-dark);
}

.testimonials-widget-testimonials,
.testimonials-widget-testimonial {
	margin-inline: auto;
	max-width: 1060px;
	text-align: left;
}

.testimonials-widget-testimonial blockquote,
.testimonials-widget-testimonial q {
	border: 0;
	color: inherit;
	display: block;
	font-family: var(--pbdb-serif);
	font-size: clamp(2rem, 4vw, 3.65rem);
	font-style: normal;
	line-height: 1.2;
	margin: 0 0 28px;
	padding: 0;
	quotes: none;
}

.testimonials-widget-testimonial .open-quote::before,
.testimonials-widget-testimonial .close-quote::after {
	color: var(--pbdb-red);
}

.testimonials-widget-testimonial cite,
.testimonials-widget-testimonial .credit {
	color: var(--pbdb-muted);
	font-size: 0.9rem;
	font-style: normal;
	text-align: left;
}

.testimonials-widget-testimonial .image {
	display: none !important;
}

.testimonials-widget-testimonials .paging,
.testimonials-widget-testimonials .bx-controls {
	margin-top: 28px;
}

.testimonials-widget-testimonials button,
.testimonials-widget-testimonials .bx-prev,
.testimonials-widget-testimonials .bx-next {
	background: transparent;
	border: 1px solid var(--pbdb-line);
	color: var(--pbdb-ink);
	min-height: 44px;
	padding: 10px 16px;
}

.home-widgets-5 {
	background-color: var(--pbdb-ink);
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 56px 56px;
	color: var(--pbdb-white);
}

.home-widgets-5 h2,
.home-widgets-5 h3,
.home-widgets-5 .widget-title,
.home-widgets-5 p,
.home-widgets-5 a {
	color: var(--pbdb-white);
}

.home-widgets-5 a:hover {
	color: #ff7379;
}

.home-widgets-5 .testimonials-widget-testimonials {
	background: transparent;
	color: inherit;
	margin: 0 auto;
	max-width: 1060px;
	padding: 0;
}

.home-widgets-5 .testimonials-widget-testimonial cite,
.home-widgets-5 .testimonials-widget-testimonial .credit {
	color: rgba(255, 255, 255, 0.68);
}

.home-widgets-5 .testimonials-widget-testimonials button,
.home-widgets-5 .testimonials-widget-testimonials .bx-prev,
.home-widgets-5 .testimonials-widget-testimonials .bx-next {
	border-color: rgba(255, 255, 255, 0.5);
	color: var(--pbdb-white);
}

.home-widgets-6 {
	background: var(--pbdb-paper);
}

.home-widgets-6 .one-third,
.home-widgets-6 .one-fourth {
	border-left: 1px solid var(--pbdb-line);
	padding-left: 30px;
}

.home-widgets-6 .features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	text-align: center;
}

.home-widgets-6 .features .one-third {
	float: none;
	margin: 0;
	padding-inline: clamp(22px, 3vw, 42px);
	width: auto;
}

.home-widgets-6 .features .one-third:first-child {
	border-left: 0;
}

.home-widgets-6 .features .dashicons {
	color: var(--pbdb-red);
	font-size: clamp(3.75rem, 6vw, 5.5rem);
	height: 1em;
	line-height: 1;
	margin-bottom: 24px;
	width: 1em;
}

.home-widgets-6 .features h4 {
	color: var(--pbdb-ink);
	font-family: var(--pbdb-serif);
	font-size: clamp(1.6rem, 2.5vw, 2.15rem);
	font-weight: 500;
	line-height: 1.16;
	margin-bottom: 18px;
}

.home-widgets-6 .features p {
	color: var(--pbdb-muted);
	line-height: 1.75;
}

.home-widgets-6 .one-third h3::before,
.home-widgets-6 .one-fourth h3::before {
	color: var(--pbdb-red);
	content: counter(pbdb-process, decimal-leading-zero);
	counter-increment: pbdb-process;
	display: block;
	font-family: var(--pbdb-serif);
	font-size: 2rem;
	margin-bottom: 12px;
}

.home-widgets-6 .widget-wrap {
	counter-reset: pbdb-process;
}

.home-widgets-6 .widget_text {
	padding-block: clamp(54px, 7vw, 96px);
}

.home-widgets-6 .widget_text + .widget_text {
	padding-top: 0;
}

.home-widgets-6 .social-icon {
	float: none;
	margin-top: 24px;
}

/* WordPress columns and media
---------------------------------------------------------------------------- */

.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth,
.two-thirds,
.three-fourths,
.five-sixths {
	float: left;
	margin-left: 3%;
	min-height: 1px;
}

.one-half {
	width: 48.5%;
}

.one-third {
	width: 31.333%;
}

.two-thirds {
	width: 65.666%;
}

.one-fourth {
	width: 22.75%;
}

.three-fourths {
	width: 74.25%;
}

.one-fifth {
	width: 17.6%;
}

.one-sixth {
	width: 14.166%;
}

.five-sixths {
	width: 82.833%;
}

.first {
	clear: both;
	margin-left: 0;
}

.alignleft {
	float: left;
	margin: 0 34px 24px 0;
}

.alignright {
	float: right;
	margin: 0 0 24px 34px;
}

.aligncenter {
	display: block;
	margin: 0 auto 28px;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	color: var(--pbdb-muted);
	font-size: 0.82rem;
	margin-top: 10px;
}

.wp-block-image img,
.entry-content > p > img,
.entry-content > a > img {
	box-shadow: 0 1px 0 rgba(25, 29, 33, 0.08);
}

.wp-video,
.wp-video-shortcode,
.entry-content iframe {
	max-width: 100%;
}

/* Portfolio and gallery output
---------------------------------------------------------------------------- */

.pbdb-modern-portfolio .site-inner {
	background: var(--pbdb-paper);
}

.pbdb-modern-portfolio .entry {
	max-width: var(--pbdb-container);
}

.pbdb-modern-portfolio .entry-content .one-third,
.pbdb-modern-portfolio .entry-content .one-fourth {
	background: var(--pbdb-white);
	border: 1px solid var(--pbdb-line);
	box-shadow: 0 12px 30px rgba(17, 21, 24, 0.06);
	margin-bottom: 38px;
	overflow: hidden;
}

.pbdb-modern-portfolio .entry-content .one-third img,
.pbdb-modern-portfolio .entry-content .one-fourth img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 350ms ease;
	width: 100%;
}

.pbdb-modern-portfolio .entry-content .one-third a:hover img,
.pbdb-modern-portfolio .entry-content .one-fourth a:hover img {
	transform: scale(1.025);
}

.envira-gallery-wrap {
	margin-block: 42px;
}

.envira-gallery-wrap .envira-gallery-item {
	overflow: hidden;
}

.envira-gallery-wrap .envira-gallery-item img {
	transition: filter 250ms ease, transform 350ms ease;
}

.envira-gallery-wrap .envira-gallery-item a:hover img,
.envira-gallery-wrap .envira-gallery-item a:focus img {
	filter: brightness(0.94);
	transform: scale(1.02);
}

.envirabox-wrap,
.envirabox-overlay {
	z-index: 100000 !important;
}

.envirabox-close,
.envirabox-prev,
.envirabox-next {
	min-height: 0;
}

/* Blog, archives, comments, and sidebar
---------------------------------------------------------------------------- */

.blog .content .entry,
.archive .content .entry,
.search .content .entry,
.page-template-page_blog .content .entry {
	border-bottom: 1px solid var(--pbdb-line);
	padding-bottom: 56px;
}

.blog .entry-title,
.archive .entry-title,
.search .entry-title,
.page-template-page_blog .entry-title {
	font-size: clamp(2rem, 3.3vw, 3.15rem);
}

.entry-image-link {
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
}

.entry-image-link img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	width: 100%;
}

.sidebar .widget {
	border-top: 3px solid var(--pbdb-ink);
	margin-bottom: 46px;
	padding-top: 22px;
}

.sidebar .widget-title {
	font-family: var(--pbdb-sans);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sidebar ul {
	list-style: none;
	padding: 0;
}

.sidebar li {
	border-bottom: 1px solid var(--pbdb-line);
	margin: 0;
	padding: 12px 0;
}

.sidebar a {
	color: var(--pbdb-text);
	text-decoration: none;
}

.sidebar a:hover {
	color: var(--pbdb-red);
}

.search-form {
	display: flex;
	gap: 8px;
}

.search-form input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
}

.search-form input[type="submit"] {
	min-height: 50px;
	padding-inline: 18px;
}

.archive-pagination ul,
.pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 48px 0 0;
	padding: 0;
}

.archive-pagination li,
.pagination li {
	margin: 0;
}

.archive-pagination a,
.archive-pagination .active a,
.pagination a {
	align-items: center;
	border: 1px solid var(--pbdb-line);
	color: var(--pbdb-ink);
	display: flex;
	height: 44px;
	justify-content: center;
	min-width: 44px;
	padding: 0 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination .active a,
.pagination a:hover {
	background: var(--pbdb-red);
	border-color: var(--pbdb-red);
	color: var(--pbdb-white);
}

.author-box,
.entry-comments,
.comment-respond {
	border-top: 1px solid var(--pbdb-line);
	margin-top: 64px;
	padding-top: 42px;
}

.comment-list {
	list-style: none;
	padding: 0;
}

.comment {
	border-bottom: 1px solid var(--pbdb-line);
	padding: 30px 0;
}

.comment .avatar {
	border-radius: 50%;
	float: left;
	margin-right: 18px;
}

/* Forms: native, Gravity Forms, Ninja Forms
---------------------------------------------------------------------------- */

label,
legend {
	color: var(--pbdb-ink);
	font-size: 0.9rem;
	font-weight: 600;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="search"],
input[type="file"],
select,
textarea {
	appearance: none;
	background: var(--pbdb-white);
	border: 1px solid #bbb8b1;
	border-radius: 0;
	color: var(--pbdb-text);
	font-size: 1rem;
	line-height: 1.4;
	min-height: 52px;
	padding: 12px 14px;
	width: 100%;
}

textarea {
	min-height: 150px;
	resize: vertical;
}

select {
	background-image:
		linear-gradient(45deg, transparent 50%, var(--pbdb-ink) 50%),
		linear-gradient(135deg, var(--pbdb-ink) 50%, transparent 50%);
	background-position:
		calc(100% - 19px) calc(50% - 2px),
		calc(100% - 14px) calc(50% - 2px);
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	padding-right: 42px;
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--pbdb-red);
	box-shadow: 0 0 0 1px var(--pbdb-red);
	outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
	accent-color: var(--pbdb-red);
	height: 18px;
	margin-right: 8px;
	width: 18px;
}

.gform_wrapper,
.gravity-theme,
.nf-form-cont {
	background: var(--pbdb-white);
	border: 1px solid var(--pbdb-line);
	margin-block: 36px;
	padding: clamp(24px, 4vw, 52px);
}

.gform_wrapper .gform_heading {
	border-bottom: 1px solid var(--pbdb-line);
	margin-bottom: 30px;
	padding-bottom: 22px;
}

.gform_wrapper .gform_title {
	font-family: var(--pbdb-serif);
	font-size: clamp(1.9rem, 3vw, 2.7rem);
	font-weight: 500;
	margin: 0 0 8px;
}

.gform_wrapper .gform_description {
	color: var(--pbdb-muted);
}

.gform_wrapper .gform_fields {
	grid-column-gap: 22px !important;
	grid-row-gap: 24px !important;
}

.gform_wrapper .gfield {
	margin-bottom: 22px;
}

.gform_wrapper .gfield_label,
.gform_wrapper legend.gfield_label {
	color: var(--pbdb-ink);
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 8px;
}

.gform_wrapper fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.gform_wrapper .gsection {
	border-bottom: 1px solid var(--pbdb-line);
	margin-top: 18px;
	padding-bottom: 10px;
}

.gform_wrapper .gsection_title {
	font-family: var(--pbdb-serif);
	font-size: 1.6rem;
	font-weight: 500;
}

.gform_wrapper .gfield_required {
	color: var(--pbdb-red);
}

.gform_wrapper .gfield_description,
.gform_wrapper .instruction,
.gform_wrapper .gform_fileupload_rules {
	color: var(--pbdb-muted);
	font-size: 0.78rem;
}

.gform_wrapper .gchoice {
	align-items: flex-start;
	display: flex;
	gap: 6px;
	margin-bottom: 8px;
}

.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
	border-top: 1px solid var(--pbdb-line);
	margin-top: 30px;
	padding-top: 26px;
}

.gform_wrapper .validation_error,
.gform_wrapper .validation_message,
.gform_wrapper .gfield_error .gfield_repeater_cell label,
.gform_wrapper .gfield_error label {
	color: #9d0a12;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
	border-color: #9d0a12;
}

.gform_confirmation_wrapper,
.nf-response-msg {
	background: #edf7ed;
	border-left: 4px solid #2c7a3f;
	margin-block: 28px;
	padding: 22px 24px;
}

.nf-field-container {
	margin-bottom: 22px;
}

.nf-error-msg,
.ninja-forms-req-symbol {
	color: #9d0a12;
}

body.page-id-0 .gform_wrapper,
body.page-template-default .entry-content > .gform_wrapper {
	max-width: 920px;
}

/* FAQ / show-hide content
---------------------------------------------------------------------------- */

[id^="pressrelease-link"],
.showhide,
.wp-showhide {
	margin-block: 12px 26px;
}

[id^="pressrelease-link"] a,
a[id^="pressrelease-link"] {
	align-items: center;
	color: var(--pbdb-red);
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 700;
	gap: 8px;
	text-decoration: none;
}

[id^="pressrelease-content"] {
	border-left: 2px solid var(--pbdb-red);
	margin: 18px 0 36px;
	padding: 4px 0 4px 24px;
}

.entry-content h3 + [id^="pressrelease-link"],
.entry-content h4 + [id^="pressrelease-link"] {
	margin-top: -8px;
}

/* Footer
---------------------------------------------------------------------------- */

.footer-widgets {
	background: var(--pbdb-ink);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.7);
	padding-block: clamp(64px, 8vw, 104px);
}

.footer-widgets .wrap {
	display: grid;
	gap: clamp(28px, 4vw, 64px);
	grid-template-columns: 1.25fr 1fr 1fr 1.35fr;
}

.footer-widgets .widget {
	margin-bottom: 32px;
}

.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	color: var(--pbdb-white);
	font-family: var(--pbdb-sans);
	font-size: 0.77rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.footer-widgets p,
.footer-widgets li {
	font-size: 0.87rem;
	line-height: 1.7;
}

.footer-widgets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-widgets li {
	margin: 0 0 10px;
}

.footer-widgets a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
}

.footer-widgets a:hover {
	color: var(--pbdb-white);
}

.footer-widgets img {
	max-height: 128px;
	object-fit: contain;
	object-position: left center;
}

.site-footer {
	background: var(--pbdb-ink);
	border-top: 1px solid var(--pbdb-line-dark);
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.76rem;
	padding-block: 24px;
}

.site-footer p {
	margin: 0;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.78);
}

.social-icon {
	display: flex;
	gap: 10px;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

.social-icon a {
	background-image: url("assets/social-icon-new.svg");
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
	width: 45px;
}

.social-icon a.facebook {
	background-position: 0 0;
}

.social-icon a.twitter {
	background-position: -65px 0;
}

.social-icon a.pin {
	background-position: -130px 0;
}

.social-icon a.insta {
	background-position: -195px 0;
}

.social-icon a:hover {
	filter: brightness(1.4);
}

/* Plugin coexistence
---------------------------------------------------------------------------- */

.cmplz-cookiebanner {
	font-family: var(--pbdb-sans) !important;
	z-index: 100001 !important;
}

.cmplz-cookiebanner .cmplz-btn {
	border-radius: 0 !important;
	font-family: var(--pbdb-sans) !important;
}

.wp-video-lightbox,
.wp-video-lightbox-overlay {
	z-index: 100000;
}

.beaf-before-after-wrapper img {
	max-width: none;
}

/* Responsive
---------------------------------------------------------------------------- */

@media (max-width: 1180px) {
	:root {
		--pbdb-header-height: 96px;
	}

	.site-header > .wrap {
		gap: 24px;
	}

	.title-area {
		flex-basis: 190px;
	}

	.pbdb-site-logo {
		width: 184px;
	}

	.genesis-nav-menu a,
	.site-header .menu a {
		font-size: 0.76rem;
		padding-inline: 9px;
	}

	.genesis-nav-menu .highlight > a,
	.site-header .menu .highlight > a {
		margin-left: 5px;
		padding-inline: 15px;
	}

	.content-sidebar-wrap {
		gap: 48px;
	}

	.sidebar-primary {
		flex-basis: 280px;
	}
}

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

	.site-header > .wrap {
		justify-content: space-between;
		position: relative;
	}

	.title-area {
		flex-basis: auto;
	}

	.site-header .widget-area {
		background: var(--pbdb-ink);
		border-top: 1px solid var(--pbdb-line-dark);
		display: none;
		left: 0;
		padding: 20px 24px 28px;
		position: absolute;
		right: 0;
		top: 100%;
	}

	.pbdb-menu-toggle {
		display: inline-flex;
		margin-left: auto;
	}

	.pbdb-nav-open .site-header .widget-area {
		display: block;
	}

	.nav-primary {
		display: none;
		left: 0;
		position: fixed;
		right: 0;
		top: calc(var(--pbdb-header-height) + 42px);
		z-index: 998;
	}

	.pbdb-nav-open .nav-primary {
		display: block;
	}

	.nav-primary .wrap {
		display: block;
		width: 100%;
	}

	.site-header .genesis-nav-menu,
	.site-header .menu,
	.nav-primary .genesis-nav-menu {
		align-items: stretch;
		display: block;
		width: 100%;
	}

	.genesis-nav-menu a,
	.site-header .menu a {
		border-bottom: 1px solid var(--pbdb-line-dark);
		font-size: 0.92rem;
		padding: 14px 4px;
	}

	.genesis-nav-menu > .menu-item:not(.highlight) > a::after,
	.site-header .menu > .menu-item:not(.highlight) > a::after {
		display: none;
	}

	.genesis-nav-menu .highlight > a,
	.site-header .menu .highlight > a {
		margin: 14px 0 0;
		padding: 16px 20px;
		text-align: center;
	}

	.genesis-nav-menu .sub-menu,
	.site-header .menu .sub-menu,
	.genesis-nav-menu .sub-menu .sub-menu,
	.site-header .menu .sub-menu .sub-menu {
		background: rgba(255, 255, 255, 0.04);
		border: 0;
		box-shadow: none;
		display: block;
		left: auto;
		min-width: 0;
		opacity: 1;
		padding: 0 0 0 18px;
		position: static;
		transform: none;
	}

	.content-sidebar-wrap {
		display: block;
	}

	.sidebar-primary {
		margin-top: 72px;
	}

	.home-featured {
		min-height: 0;
		padding-top: clamp(320px, 54vw, 500px);
	}

	.home-featured::before {
		bottom: auto;
		height: clamp(320px, 54vw, 500px);
		right: 0;
	}

	.home-featured::after {
		left: 0;
		top: clamp(320px, 54vw, 500px);
	}

	.home-featured .home-widgets-1 {
		display: block;
		min-height: 0;
	}

	.home-featured .widget {
		padding: 64px 24px 82px;
	}

	.home-featured .widget-wrap {
		max-width: 760px;
	}

	.pbdb-scroll-cue {
		bottom: 24px;
		right: 24px;
	}

	.footer-widgets .wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

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

	.wrap {
		width: min(calc(100% - 32px), var(--pbdb-container));
	}

	.pbdb-utility__service {
		max-width: 65%;
	}

	.site-header > .wrap {
		width: calc(100% - 32px);
	}

	.pbdb-site-logo {
		max-height: 78px;
		width: 172px;
	}

	.site-inner {
		padding-block: 64px;
	}

	.page-title {
		padding-block: 52px;
	}

	.page-title .entry-title,
	.page-title .archive-title {
		font-size: clamp(2.35rem, 11vw, 3.4rem);
	}

	.home-featured h1,
	.home-featured .widget-title {
		font-size: clamp(2.65rem, 12vw, 4.2rem);
	}

	.home-widgets .widget {
		padding: 72px 16px;
	}

	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.one-sixth,
	.two-thirds,
	.three-fourths,
	.five-sixths {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.home-widgets-6 .one-third,
	.home-widgets-6 .one-fourth {
		border-left: 0;
		border-top: 1px solid var(--pbdb-line);
		margin-top: 30px;
		padding: 28px 0 0;
	}

	.home-widgets-6 .features {
		grid-template-columns: 1fr;
	}

	.home-widgets-6 .features .one-third {
		margin-top: 30px;
		padding: 28px 0 0;
	}

	.home-widgets-6 .features .one-third:first-child {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}

	.alignleft,
	.alignright {
		float: none;
		margin: 0 auto 28px;
	}

	.gform_wrapper,
	.gravity-theme,
	.nf-form-cont {
		padding: 24px 18px;
	}

	.footer-widgets .wrap {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	:root {
		--pbdb-header-height: 86px;
	}

	.pbdb-utility .wrap {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
		justify-content: center;
		min-height: 56px;
		padding-block: 8px;
	}

	.pbdb-utility__service {
		max-width: 100%;
	}

	.pbdb-site-logo {
		width: 148px;
	}

	.pbdb-menu-toggle__label {
		display: none;
	}

	.home-featured {
		padding-top: 300px;
	}

	.home-featured::before {
		height: 300px;
	}

	.home-featured::after {
		top: 300px;
	}

	.home-featured .button1,
	.home-featured #button1,
	.home-featured .button2,
	.home-featured .button {
		margin-right: 0;
		width: 100%;
	}

	.partners li {
		flex-basis: calc(50% - 14px);
		max-width: none;
	}

	.search-form {
		display: block;
	}

	.search-form input[type="submit"] {
		margin-top: 8px;
		width: 100%;
	}

	.footer-widgets {
		padding-block: 56px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Redesign v2: editorial project-led direction
---------------------------------------------------------------------------- */

:root {
	--pbdb-ink: #171a1d;
	--pbdb-ink-soft: #22272b;
	--pbdb-red: #c91620;
	--pbdb-red-dark: #a30f17;
	--pbdb-paper: #f6f4ef;
	--pbdb-text: #24282b;
	--pbdb-muted: #64696d;
	--pbdb-line: #dedbd4;
	--pbdb-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--pbdb-sans: "DM Sans", Arial, Helvetica, sans-serif;
	--pbdb-container: 1440px;
	--pbdb-header-height: 100px;
}

body {
	font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--pbdb-serif);
	font-weight: 500;
	letter-spacing: -0.035em;
}

.pbdb-utility {
	background: var(--pbdb-white);
	border-bottom: 1px solid var(--pbdb-line);
	color: var(--pbdb-muted);
	font-size: 0.76rem;
}

.pbdb-utility .wrap {
	min-height: 36px;
}

.pbdb-utility__phone {
	color: var(--pbdb-red);
	font-size: 0.82rem;
	letter-spacing: 0.04em;
}

.pbdb-utility__phone:hover,
.pbdb-utility__phone:focus {
	color: var(--pbdb-red-dark);
}

.site-header,
.site-header.is-scrolled {
	background: var(--pbdb-white);
	border-bottom: 1px solid var(--pbdb-line);
	box-shadow: none;
}

.site-header.is-scrolled {
	box-shadow: 0 12px 32px rgba(23, 26, 29, 0.09);
}

.site-header > .wrap {
	gap: clamp(24px, 3vw, 52px);
	min-height: var(--pbdb-header-height);
}

.title-area {
	align-items: center;
	align-self: stretch;
	background: var(--pbdb-ink);
	display: flex;
	flex: 0 0 292px;
	margin-left: -28px;
	padding: 12px 28px;
	position: relative;
}

.title-area::after {
	background: var(--pbdb-red);
	bottom: 0;
	content: "";
	height: 4px;
	left: 28px;
	position: absolute;
	width: 58px;
}

.pbdb-site-logo {
	max-height: 78px;
	width: 222px;
}

.site-header .widget-area {
	color: var(--pbdb-ink);
}

.site-header .widget-area a,
.site-header .widget-area a.phone {
	color: var(--pbdb-ink);
}

.site-header .widget-area a.phone {
	font-size: 0.78rem;
	letter-spacing: 0.025em;
}

.nav-primary {
	background: var(--pbdb-white);
}

.genesis-nav-menu,
.site-header .menu {
	gap: 0;
}

.genesis-nav-menu a,
.site-header .menu a {
	color: #35393c;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.035em;
	padding: 18px 10px;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor > a,
.site-header .menu a:hover,
.site-header .menu a:focus {
	color: var(--pbdb-red);
}

.genesis-nav-menu > .menu-item:not(.highlight) > a::after,
.site-header .menu > .menu-item:not(.highlight) > a::after {
	bottom: 8px;
	height: 1px;
	left: 10px;
	width: calc(100% - 20px);
}

.genesis-nav-menu .highlight > a,
.genesis-nav-menu .menu-item-has-children.highlight > a,
.site-header .menu .highlight > a {
	margin-left: 10px;
	padding: 16px 18px;
}

.genesis-nav-menu .sub-menu,
.site-header .menu .sub-menu {
	background: var(--pbdb-white);
	border: 1px solid var(--pbdb-line);
	border-top: 3px solid var(--pbdb-red);
	box-shadow: 0 18px 42px rgba(23, 26, 29, 0.14);
}

.genesis-nav-menu .sub-menu a,
.site-header .menu .sub-menu a {
	color: var(--pbdb-ink);
	text-transform: none;
}

.pbdb-menu-toggle {
	border-color: var(--pbdb-ink);
	color: var(--pbdb-ink);
}

.pbdb-modern-home .home-featured {
	background: var(--pbdb-white);
	border-bottom: 0;
	min-height: min(760px, calc(100svh - 136px));
}

.pbdb-modern-home .home-featured::before {
	background: url("assets/After-Exterior-1.jpg") center / cover no-repeat;
	bottom: 0;
	filter: none;
	left: 43%;
	right: 0;
	top: 0;
	z-index: -2;
}

.pbdb-modern-home .home-featured::after {
	background: var(--pbdb-white);
	background-image: none;
	bottom: 0;
	clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
	left: 0;
	opacity: 1;
	right: 48%;
	top: 0;
	z-index: -1;
}

.pbdb-modern-home .home-featured .home-widgets-1 {
	grid-template-columns: minmax(0, 56%) minmax(0, 44%);
	grid-template-rows: auto auto;
	margin-inline: auto;
	max-width: var(--pbdb-container);
}

.pbdb-modern-home .home-featured .widget {
	grid-column: 1;
	padding: clamp(72px, 7vw, 118px) clamp(52px, 7vw, 112px) clamp(72px, 7vw, 118px) 24px;
	position: relative;
	z-index: 2;
}

.pbdb-modern-home .home-featured .home-widgets-1 > .widget:first-child {
	align-self: end;
	padding-bottom: 0;
}

.pbdb-modern-home .home-featured .home-widgets-1 > .widget + .widget {
	align-self: start;
	padding-bottom: clamp(72px, 7vw, 112px);
	padding-top: 32px;
}

.pbdb-modern-home .home-featured .widget-wrap {
	max-width: 670px;
}

.pbdb-modern-home .home-featured h1,
.pbdb-modern-home .home-featured .widget-title {
	font-size: clamp(4rem, 5.5vw, 6.5rem);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 0.88;
	margin-bottom: 34px;
	max-width: 690px;
}

.pbdb-modern-home .home-featured p,
.pbdb-modern-home .home-featured .textwidget {
	color: #4c5256;
	font-size: clamp(1rem, 1.15vw, 1.12rem);
	line-height: 1.72;
	max-width: 600px;
}

.pbdb-modern-home .home-featured .button1,
.pbdb-modern-home .home-featured #button1,
.pbdb-modern-home .home-featured .button2,
.pbdb-modern-home .home-featured .button {
	margin-top: 20px;
}

.pbdb-modern-home .home-featured .button2 {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--pbdb-ink);
	min-height: auto;
	padding: 12px 0 8px;
}

.pbdb-modern-home .home-featured .button2:hover,
.pbdb-modern-home .home-featured .button2:focus {
	background: transparent;
	border-color: var(--pbdb-red);
	color: var(--pbdb-red);
}

.pbdb-modern-home .pbdb-scroll-cue {
	background: var(--pbdb-white);
	bottom: 30px;
	left: max(24px, calc((100vw - var(--pbdb-container)) / 2 + 24px));
	right: auto;
}

.pbdb-modern-home .home-widgets .pbdb-home-section {
	border-bottom: 0;
}

.pbdb-modern-home .home-widgets .widget {
	max-width: var(--pbdb-container);
}

.pbdb-modern-home .home-widgets-2 {
	background: var(--pbdb-white);
	border-bottom: 1px solid var(--pbdb-line);
}

.pbdb-modern-home .home-widgets-2 .widget {
	padding-block: 34px;
}

.pbdb-modern-home .partners {
	border: 0;
	padding: 0;
}

.pbdb-modern-home .partners ul {
	gap: clamp(20px, 4vw, 60px);
	justify-content: center;
}

.pbdb-modern-home .partners li {
	max-width: 132px;
}

.pbdb-modern-home .partners img {
	filter: grayscale(1);
	max-height: 60px;
	opacity: 0.58;
}

.pbdb-modern-home .home-widgets-3 {
	background: var(--pbdb-ink);
	background-image: none;
	color: var(--pbdb-white);
	min-height: 620px;
	overflow: hidden;
}

.pbdb-modern-home .home-widgets-3::before {
	background: url("assets/Railey-Kitchen-Great-Room.jpg") center / cover no-repeat;
	bottom: 0;
	left: 50%;
	opacity: 1;
	right: 0;
	top: 0;
}

.pbdb-modern-home .home-widgets-3::after {
	background: var(--pbdb-red);
	content: "";
	height: 96px;
	left: 50%;
	position: absolute;
	top: 0;
	width: 8px;
	z-index: 2;
}

.pbdb-modern-home .home-widgets-3 .widget {
	align-items: center;
	display: flex;
	min-height: 620px;
	padding: clamp(84px, 9vw, 132px) calc(50% + 64px) clamp(84px, 9vw, 132px) 24px;
	text-align: left;
}

.pbdb-modern-home .video-sec {
	margin: 0;
	max-width: 610px;
	text-align: left;
}

.pbdb-modern-home .video-sec p {
	font-size: clamp(2.8rem, 4.2vw, 4.6rem);
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.pbdb-modern-home .video-sec a {
	height: 76px;
	margin-top: 24px;
	width: 76px;
}

.pbdb-modern-home .home-widgets-4 {
	background: var(--pbdb-white);
	background-image: none;
}

.pbdb-modern-home .home-widgets-4 .widget {
	padding: clamp(92px, 10vw, 150px) 24px;
}

.pbdb-modern-home .home-widgets-4 .widget + .widget {
	border-top: 0;
	padding-top: 0;
}

.pbdb-modern-home .home-widgets-4 .what-makes {
	display: grid;
	gap: clamp(40px, 7vw, 108px);
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	max-width: 1240px;
}

.pbdb-modern-home .home-widgets-4 .what-makes::before {
	background: var(--pbdb-red);
	content: "";
	grid-column: 1 / -1;
	height: 5px;
	margin-bottom: -14px;
	width: 72px;
}

.pbdb-modern-home .home-widgets-4 .what-makes h2 {
	font-size: clamp(3.4rem, 5.3vw, 6rem);
	letter-spacing: -0.045em;
	line-height: 0.93;
	margin: 0;
}

.pbdb-modern-home .home-widgets-4 .what-makes > p,
.pbdb-modern-home .home-widgets-4 .what-makes > [id^="pressrelease"] {
	grid-column: 2;
}

.pbdb-modern-home .home-widgets-4 .what-makes > p {
	font-size: clamp(1.06rem, 1.5vw, 1.24rem);
	line-height: 1.8;
	margin: 0;
}

.pbdb-modern [id^="pressrelease"][id*="-link"] button,
.pbdb-modern [id^="pressrelease"][id*="-link"] a,
.pbdb-modern a[id^="pressrelease"][id*="-link"] {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--pbdb-red);
	color: var(--pbdb-red);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 8px 0;
	text-transform: uppercase;
}

.pbdb-modern [id^="pressrelease"][id*="-content"] {
	border-left: 2px solid var(--pbdb-red);
	margin: 20px 0 36px;
	padding: 4px 0 4px 26px;
}

.pbdb-modern-home .home-widgets-4 > .pbdb-home-section__content > .widget:last-child {
	padding-bottom: clamp(80px, 9vw, 128px);
}

.pbdb-project-gallery {
	background: var(--pbdb-paper);
	overflow: hidden;
}

.pbdb-project-gallery__inner {
	margin-inline: auto;
	max-width: var(--pbdb-container);
	padding: clamp(94px, 10vw, 152px) 24px;
	position: relative;
}

.pbdb-project-gallery__title,
.pbdb-project-gallery__inner > h2:not(.screen-reader-text) {
	font-size: clamp(4rem, 7vw, 7.6rem);
	line-height: 0.86;
	margin: 0 0 clamp(54px, 7vw, 96px);
	max-width: 800px;
}

.pbdb-project-gallery__intro {
	color: var(--pbdb-muted);
	font-size: 1.05rem;
	line-height: 1.7;
	margin: -48px 0 64px auto;
	max-width: 430px;
}

.pbdb-project-gallery__grid {
	display: grid;
	gap: clamp(24px, 3vw, 48px);
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(230px, 1fr));
}

.pbdb-project-gallery__item {
	margin: 0;
	position: relative;
}

.pbdb-project-gallery__item--featured {
	grid-column: 1 / span 7;
	grid-row: 1 / span 2;
}

.pbdb-project-gallery__item--living {
	grid-column: 8 / span 5;
	grid-row: 1;
}

.pbdb-project-gallery__item--outdoor {
	grid-column: 9 / span 4;
	grid-row: 2;
	margin-top: 42px;
}

.pbdb-project-gallery__media {
	background: #d9d6cf;
	display: block;
	height: 100%;
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.pbdb-project-gallery__media::after {
	border: 1px solid rgba(255, 255, 255, 0.62);
	content: "";
	inset: 14px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 220ms ease;
}

.pbdb-project-gallery__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
	width: 100%;
}

.pbdb-project-gallery__item--featured .pbdb-project-gallery__media {
	min-height: 660px;
}

.pbdb-project-gallery__item--living .pbdb-project-gallery__media,
.pbdb-project-gallery__item--outdoor .pbdb-project-gallery__media {
	min-height: 310px;
}

.pbdb-project-gallery__media:hover img,
.pbdb-project-gallery__media:focus img {
	transform: scale(1.035);
}

.pbdb-project-gallery__media:hover::after,
.pbdb-project-gallery__media:focus::after {
	opacity: 1;
}

.pbdb-project-gallery__caption {
	background: var(--pbdb-white);
	bottom: 0;
	color: var(--pbdb-ink);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	padding: 13px 18px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	z-index: 2;
}

.pbdb-project-gallery__cta {
	align-items: center;
	color: var(--pbdb-red);
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.07em;
	margin-top: 48px;
	text-decoration: none;
	text-transform: uppercase;
}

.pbdb-project-gallery__cta span {
	font-size: 1.4rem;
	transition: transform var(--pbdb-transition);
}

.pbdb-project-gallery__cta:hover span,
.pbdb-project-gallery__cta:focus span {
	transform: translateX(5px);
}

.pbdb-modern-home .home-widgets-5 {
	background: var(--pbdb-ink);
	background-image: none;
	color: var(--pbdb-white);
	min-height: 680px;
	overflow: hidden;
}

.pbdb-modern-home .home-widgets-5::after {
	background: url("assets/2-caffo-house-8-1.jpg") center / cover no-repeat;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 43%;
}

.pbdb-modern-home .home-widgets-5::before {
	background: var(--pbdb-red);
	content: "";
	height: 6px;
	left: calc(57% - 84px);
	position: absolute;
	top: clamp(88px, 10vw, 142px);
	width: 84px;
	z-index: 2;
}

.pbdb-modern-home .home-widgets-5 .widget {
	margin-inline: auto;
	max-width: var(--pbdb-container);
	min-height: 680px;
	padding: clamp(110px, 12vw, 178px) calc(48% + 24px) clamp(90px, 10vw, 150px) 24px;
	position: relative;
	z-index: 2;
}

.pbdb-modern-home .home-widgets-5 .testimonials-widget-testimonials {
	margin: 0;
	max-width: 710px;
}

.pbdb-modern-home .home-widgets-5 .testimonials-widget-testimonial blockquote,
.pbdb-modern-home .home-widgets-5 .testimonials-widget-testimonial q {
	font-size: clamp(2.7rem, 4.2vw, 4.8rem);
	letter-spacing: -0.04em;
	line-height: 1.02;
}

.pbdb-modern .testimonials-widget-testimonial .image {
	display: block !important;
}

.pbdb-modern-home .home-widgets-5 .testimonials-widget-testimonial .credit {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.pbdb-modern-home .home-widgets-5 .bx-controls {
	display: flex;
	gap: 10px;
}

.pbdb-modern-home .home-widgets-5 .bx-controls a,
.pbdb-modern-home .home-widgets-5 .testimonials-widget-testimonials .bx-prev,
.pbdb-modern-home .home-widgets-5 .testimonials-widget-testimonials .bx-next {
	align-items: center;
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.46);
	color: var(--pbdb-white);
	display: inline-flex;
	font-size: 0.72rem;
	justify-content: center;
	min-height: 42px;
	min-width: 64px;
	padding: 9px 13px;
	text-decoration: none;
	text-indent: 0 !important;
	width: auto !important;
}

.pbdb-modern-home .home-widgets-5 .bx-controls-auto,
.pbdb-modern-home .home-widgets-5 .bx-controls-auto-item {
	display: flex;
	gap: 10px;
}

.pbdb-modern-home .home-widgets-6 {
	background: var(--pbdb-white);
}

.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process > .widget {
	margin: 0;
	max-width: none;
}

.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process > .widget:first-child,
.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process > .widget:nth-child(2) {
	grid-column: 1 / -1;
}

.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process > .widget:first-child {
	padding: clamp(100px, 11vw, 164px) max(24px, calc((100vw - var(--pbdb-container)) / 2 + 24px)) 56px;
}

.pbdb-modern-home .home-widgets-6 .widget-title {
	font-size: clamp(3.8rem, 6.6vw, 7rem);
	line-height: 0.92;
	margin-bottom: clamp(60px, 8vw, 102px);
	max-width: 850px;
}

.pbdb-modern-home .home-widgets-6 .features {
	border-top: 1px solid var(--pbdb-line);
	gap: 0;
	text-align: left;
}

.pbdb-modern-home .home-widgets-6 .features .one-third {
	border-left: 1px solid var(--pbdb-line);
	padding: 40px clamp(28px, 4vw, 60px) 0;
	position: relative;
}

.pbdb-modern-home .home-widgets-6 .features .one-third:first-child {
	padding-left: 0;
}

.pbdb-modern-home .home-widgets-6 .features .dashicons {
	display: none;
}

.pbdb-modern-home .home-widgets-6 .features h4 {
	color: var(--pbdb-red);
	font-family: var(--pbdb-serif);
	font-size: clamp(2.6rem, 4vw, 4.6rem);
	letter-spacing: -0.04em;
	line-height: 1;
	margin-bottom: 26px;
}

.pbdb-modern-home .home-widgets-6 .features p {
	font-size: 0.98rem;
	line-height: 1.8;
}

.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process > .widget:nth-child(2) {
	padding: 0 max(24px, calc((100vw - var(--pbdb-container)) / 2 + 24px)) clamp(92px, 10vw, 148px);
}

.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process > .widget:nth-child(3) {
	background: var(--pbdb-paper);
	grid-column: 1;
	grid-row: 3;
	padding: clamp(84px, 9vw, 138px) clamp(54px, 7vw, 112px) clamp(48px, 6vw, 90px) max(24px, calc((100vw - var(--pbdb-container)) / 2 + 24px));
}

.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process > .widget:nth-child(3) h2 {
	font-size: clamp(3.3rem, 5vw, 5.8rem) !important;
	line-height: 0.95;
	margin-bottom: 34px;
	text-align: left !important;
}

.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process > .widget:nth-child(3) p {
	color: var(--pbdb-muted);
	font-size: 1rem;
	line-height: 1.8;
}

.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process > .widget:nth-child(4) {
	background: var(--pbdb-paper);
	grid-column: 1;
	grid-row: 4;
	padding: 0 clamp(54px, 7vw, 112px) clamp(84px, 9vw, 138px) max(24px, calc((100vw - var(--pbdb-container)) / 2 + 24px));
}

.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process::after {
	background: url("assets/Markins-Bathroom-300-dpi.jpg") center / cover no-repeat;
	content: "";
	grid-column: 2;
	grid-row: 3 / span 2;
	min-height: 700px;
}

.footer-widgets {
	background: var(--pbdb-ink);
	border-top: 0;
	padding-block: clamp(76px, 9vw, 124px);
}

.footer-widgets .wrap {
	border-top: 1px solid rgba(255, 255, 255, 0.19);
	gap: clamp(32px, 5vw, 76px);
	padding-top: 52px;
}

.footer-widgets .widget-title {
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.7rem;
	letter-spacing: 0.13em;
}

.footer-widgets a {
	color: rgba(255, 255, 255, 0.84);
}

.footer-widgets img {
	max-height: 116px;
}

.site-footer {
	padding-block: 28px;
}

@media (max-width: 1180px) {
	:root {
		--pbdb-header-height: 92px;
	}

	.title-area {
		flex-basis: 224px;
		margin-left: -20px;
		padding-inline: 20px;
	}

	.title-area::after {
		left: 20px;
	}

	.pbdb-site-logo {
		width: 190px;
	}

	.genesis-nav-menu a,
	.site-header .menu a {
		font-size: 0.66rem;
		padding-inline: 7px;
	}

	.genesis-nav-menu .highlight > a,
	.site-header .menu .highlight > a {
		padding-inline: 12px;
	}

	.pbdb-modern-home .home-featured h1,
	.pbdb-modern-home .home-featured .widget-title {
		font-size: clamp(3.7rem, 6vw, 5.35rem);
	}

	.pbdb-modern-home .home-widgets-5 .widget {
		padding-right: calc(45% + 24px);
	}
}

@media (max-width: 980px) {
	.site-header .widget-area {
		background: var(--pbdb-white);
		border-top-color: var(--pbdb-line);
	}

	.nav-primary {
		background: var(--pbdb-white);
		border-bottom: 1px solid var(--pbdb-line);
		top: calc(var(--pbdb-header-height) + 36px);
	}

	.genesis-nav-menu a,
	.site-header .menu a {
		border-bottom-color: var(--pbdb-line);
		color: var(--pbdb-ink);
		font-size: 0.82rem;
	}

	.genesis-nav-menu .sub-menu,
	.site-header .menu .sub-menu,
	.genesis-nav-menu .sub-menu .sub-menu,
	.site-header .menu .sub-menu .sub-menu {
		background: var(--pbdb-paper);
	}

	.pbdb-modern-home .home-featured {
		min-height: 820px;
		padding-top: 0;
	}

	.pbdb-modern-home .home-featured::before {
		bottom: 0;
		height: auto;
		left: 36%;
		right: 0;
		top: 0;
	}

	.pbdb-modern-home .home-featured::after {
		clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
		left: 0;
		right: 42%;
		top: 0;
	}

	.pbdb-modern-home .home-featured .home-widgets-1 {
		display: grid;
		grid-template-columns: minmax(0, 66%) minmax(0, 34%);
		min-height: inherit;
	}

	.pbdb-modern-home .home-featured .widget {
		padding: 72px 78px 88px 24px;
	}

	.pbdb-modern-home .home-featured .home-widgets-1 > .widget:first-child {
		padding-bottom: 0;
	}

	.pbdb-modern-home .home-featured .home-widgets-1 > .widget + .widget {
		padding-bottom: 82px;
		padding-top: 28px;
	}

	.pbdb-modern-home .home-widgets-3 {
		min-height: 760px;
		padding-top: 380px;
	}

	.pbdb-modern-home .home-widgets-3::before {
		bottom: auto;
		height: 380px;
		left: 0;
	}

	.pbdb-modern-home .home-widgets-3::after {
		height: 8px;
		left: 24px;
		top: 372px;
		width: 84px;
	}

	.pbdb-modern-home .home-widgets-3 .widget {
		min-height: 380px;
		padding: 72px 24px;
	}

	.pbdb-modern-home .home-widgets-4 .what-makes {
		gap: 36px;
		grid-template-columns: minmax(0, 1fr);
	}

	.pbdb-modern-home .home-widgets-4 .what-makes > p,
	.pbdb-modern-home .home-widgets-4 .what-makes > [id^="pressrelease"] {
		grid-column: 1;
		min-width: 0;
	}

	.pbdb-project-gallery__grid {
		grid-template-rows: repeat(2, minmax(210px, 1fr));
	}

	.pbdb-project-gallery__item--featured .pbdb-project-gallery__media {
		min-height: 520px;
	}

	.pbdb-project-gallery__item--living .pbdb-project-gallery__media,
	.pbdb-project-gallery__item--outdoor .pbdb-project-gallery__media {
		min-height: 240px;
	}

	.pbdb-modern-home .home-widgets-5 {
		min-height: 920px;
		padding-top: 390px;
	}

	.pbdb-modern-home .home-widgets-5::after {
		bottom: auto;
		height: 390px;
		width: 100%;
	}

	.pbdb-modern-home .home-widgets-5::before {
		left: 24px;
		top: 386px;
	}

	.pbdb-modern-home .home-widgets-5 .widget {
		min-height: 530px;
		padding: 88px 24px;
	}

	.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process {
		grid-template-columns: 1fr;
	}

	.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process > .widget:nth-child(3),
	.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process > .widget:nth-child(4),
	.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process::after {
		grid-column: 1;
	}

	.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process::after {
		grid-row: 3;
		min-height: 500px;
	}

	.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process > .widget:nth-child(3) {
		grid-row: 4;
		padding-inline: 24px;
	}

	.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process > .widget:nth-child(4) {
		grid-row: 5;
		padding-inline: 24px;
	}
}

@media (max-width: 760px) {
	:root {
		--pbdb-header-height: 84px;
	}

	.pbdb-utility .wrap {
		min-height: 42px;
	}

	.title-area {
		flex-basis: 205px;
		margin-left: -16px;
		padding-inline: 16px;
	}

	.title-area::after {
		left: 16px;
	}

	.pbdb-site-logo {
		max-height: 70px;
		width: 176px;
	}

	.pbdb-modern-home .home-featured {
		background: var(--pbdb-white);
		display: flex;
		min-height: 0;
		padding-top: 310px;
	}

	.pbdb-modern-home .home-featured::before {
		bottom: auto;
		height: 310px;
		left: 0;
		right: 0;
	}

	.pbdb-modern-home .home-featured::after {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		top: 310px;
	}

	.pbdb-modern-home .home-featured .home-widgets-1 {
		display: block;
	}

	.pbdb-modern-home .home-featured .widget {
		padding: 58px 16px 94px;
	}

	.pbdb-modern-home .home-featured .home-widgets-1 > .widget:first-child {
		padding-bottom: 0;
	}

	.pbdb-modern-home .home-featured .home-widgets-1 > .widget + .widget {
		padding: 28px 16px 82px;
	}

	.pbdb-modern-home .home-featured h1,
	.pbdb-modern-home .home-featured .widget-title {
		font-size: clamp(3rem, 14vw, 4.4rem);
		line-height: 0.92;
	}

	.pbdb-modern-home .pbdb-scroll-cue {
		bottom: 24px;
		left: 16px;
	}

	.pbdb-modern-home .home-widgets-2 .widget {
		padding-block: 26px;
	}

	.pbdb-modern-home .partners ul {
		gap: 20px;
	}

	.pbdb-modern-home .home-widgets-4 .widget,
	.pbdb-project-gallery__inner {
		padding-block: 82px;
	}

	.pbdb-modern-home .home-widgets-4 .what-makes h2 {
		font-size: clamp(2.8rem, 14vw, 4.8rem);
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.pbdb-project-gallery__title,
	.pbdb-project-gallery__inner > h2:not(.screen-reader-text) {
		font-size: clamp(3.4rem, 15vw, 5.4rem);
	}

	.pbdb-project-gallery__intro {
		margin: -30px 0 48px;
	}

	.pbdb-project-gallery__grid {
		display: block;
	}

	.pbdb-project-gallery__item {
		margin: 0 0 30px;
	}

	.pbdb-project-gallery__item--outdoor {
		margin-top: 0;
	}

	.pbdb-project-gallery__item--featured .pbdb-project-gallery__media,
	.pbdb-project-gallery__item--living .pbdb-project-gallery__media,
	.pbdb-project-gallery__item--outdoor .pbdb-project-gallery__media {
		aspect-ratio: 4 / 3;
		min-height: 0;
	}

	.pbdb-modern-home .home-widgets-5 .testimonials-widget-testimonial blockquote,
	.pbdb-modern-home .home-widgets-5 .testimonials-widget-testimonial q {
		font-size: clamp(2.3rem, 10vw, 3.6rem);
	}

	.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process > .widget:first-child {
		padding: 84px 16px 44px;
	}

	.pbdb-modern-home .home-widgets-6 .widget-title {
		font-size: clamp(3.2rem, 14vw, 5.2rem);
	}

	.pbdb-modern-home .home-widgets-6 .features {
		grid-template-columns: 1fr;
	}

	.pbdb-modern-home .home-widgets-6 .features .one-third,
	.pbdb-modern-home .home-widgets-6 .features .one-third:first-child {
		border-left: 0;
		border-top: 1px solid var(--pbdb-line);
		margin: 0;
		padding: 34px 0 40px;
	}

	.pbdb-modern-home .home-widgets-6 .features .one-third:first-child {
		border-top: 0;
	}

	.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process > .widget:nth-child(2) {
		padding: 0 16px 84px;
	}

	.pbdb-modern-home .home-widgets-6 .pbdb-home-section__content--process::after {
		min-height: 360px;
	}

	.footer-widgets .wrap {
		padding-top: 40px;
	}
}

@media (max-width: 520px) {
	.pbdb-utility .wrap {
		align-items: center;
		flex-direction: row;
		gap: 12px;
		justify-content: space-between;
		min-height: 48px;
		padding-block: 6px;
	}

	.pbdb-utility__service {
		font-size: 0.66rem;
		line-height: 1.35;
		max-width: 62%;
	}

	.pbdb-modern-home .home-featured {
		padding-top: 270px;
	}

	.pbdb-modern-home .home-featured::before {
		height: 270px;
	}

	.pbdb-modern-home .home-featured::after {
		top: 270px;
	}

	.pbdb-modern-home .home-featured .button1,
	.pbdb-modern-home .home-featured #button1,
	.pbdb-modern-home .home-featured .button2,
	.pbdb-modern-home .home-featured .button {
		width: 100%;
	}

	.pbdb-modern-home .home-featured .button2 {
		width: auto;
	}

	.pbdb-modern-home .home-widgets-3 {
		min-height: 680px;
		padding-top: 300px;
	}

	.pbdb-modern-home .home-widgets-3::before {
		height: 300px;
	}

	.pbdb-modern-home .home-widgets-3::after {
		top: 292px;
	}

	.pbdb-modern-home .home-widgets-3 .widget {
		min-height: 380px;
		padding: 58px 16px;
	}

	.pbdb-modern-home .video-sec p {
		font-size: clamp(2.5rem, 12vw, 3.5rem);
	}

	.pbdb-modern-home .home-widgets-5 {
		min-height: 800px;
		padding-top: 300px;
	}

	.pbdb-modern-home .home-widgets-5::after {
		height: 300px;
	}

	.pbdb-modern-home .home-widgets-5::before {
		left: 16px;
		top: 296px;
	}

	.pbdb-modern-home .home-widgets-5 .widget {
		min-height: 500px;
		padding: 72px 16px;
	}

	.footer-widgets #bbblinkimg {
		max-width: none !important;
		width: calc(100vw - 32px) !important;
	}
}

@media print {
	.pbdb-utility,
	.site-header,
	.nav-primary,
	.footer-widgets,
	.site-footer,
	.pbdb-menu-toggle,
	.pbdb-scroll-cue {
		display: none !important;
	}

	body {
		color: #000;
		font-size: 12pt;
	}

	.site-inner {
		padding: 0;
	}

	a {
		color: inherit;
		text-decoration: underline;
	}
}
