/*
 * BuildBarn standard content pages.
 * Applies to informational pages that should feel editorial and brand-led,
 * without inheriting the homepage's heavier promo density.
 */

html body.bb-page-family-content #main {
	background:
		radial-gradient(circle at top right, rgba(143, 95, 53, 0.08), transparent 28%),
		var(--bb-bg-page, #f5f5f3) !important;
}

html body.bb-page-family-content .page-top {
	padding-top: clamp(1.2rem, 3vw, 2rem) !important;
	padding-bottom: clamp(1rem, 2.4vw, 1.4rem) !important;
	background: transparent !important;
	border-bottom: 0 !important;
}

html body.bb-page-family-content .page-top .page-title {
	font-size: clamp(1.8rem, 3.1vw, 2.8rem) !important;
	line-height: 1.08 !important;
	letter-spacing: -0.03em !important;
	color: var(--bb-text-primary, #221d18) !important;
}

html body.bb-page-family-content .page-top .breadcrumbs-wrap,
html body.bb-page-family-content .page-top .breadcrumbs-wrap a {
	color: var(--bb-text-secondary, #66594b) !important;
}

html body.bb-page-family-content .main-content,
html body.bb-page-family-content .page-content,
html body.bb-page-family-content .entry-content {
	color: var(--bb-text-primary, #221d18);
}

html body.bb-page-family-content #main .main-content-wrap {
	width: var(--bb-container-width, min(1320px, calc(100% - 32px)));
	margin: 0 auto clamp(2rem, 5vw, 3rem);
}

html body.bb-page-family-content #main .main-content {
	padding: clamp(1.15rem, 2.3vw, 1.75rem);
	border-radius: var(--bb-radius-hero, 28px);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, #faf8f5 100%);
	border: 1px solid var(--bb-border-soft, rgba(69, 69, 69, 0.12));
	box-shadow: var(--bb-shadow-lg, 0 26px 56px rgba(42, 42, 42, 0.11));
}

html body.bb-page-family-content #main .page-content > .vc_row,
html body.bb-page-family-content #main .page-content > .wpb-content-wrapper > .vc_row {
	margin-top: 0 !important;
	margin-bottom: 1rem !important;
	padding: clamp(0.35rem, 1vw, 0.55rem);
	border-radius: var(--bb-radius-xl, 22px);
}

html body.bb-page-family-content #main .page-content > .vc_row:last-child,
html body.bb-page-family-content #main .page-content > .wpb-content-wrapper > .vc_row:last-child {
	margin-bottom: 0 !important;
}

html body.bb-page-family-content #main .page-content > .vc_row.vc_row-has-fill,
html body.bb-page-family-content #main .page-content > .wpb-content-wrapper > .vc_row.vc_row-has-fill {
	background: linear-gradient(180deg, rgba(143, 95, 53, 0.05) 0%, rgba(255, 255, 255, 0.6) 100%);
	border: 1px solid rgba(143, 95, 53, 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

html body.bb-page-family-content #main .page-content > .vc_row > .wpb_column > .vc_column-inner,
html body.bb-page-family-content #main .page-content > .wpb-content-wrapper > .vc_row > .wpb_column > .vc_column-inner {
	padding-top: clamp(0.4rem, 1vw, 0.7rem);
	padding-bottom: clamp(0.4rem, 1vw, 0.7rem);
}

html body.bb-page-family-content #main .wpb_text_column p,
html body.bb-page-family-content #main .wpb_text_column li,
html body.bb-page-family-content #main .page-content p,
html body.bb-page-family-content #main .page-content li {
	color: var(--bb-text-secondary, #66594b);
	font-size: 1rem;
	line-height: 1.78;
}

html body.bb-page-family-content #main .page-content h1,
html body.bb-page-family-content #main .page-content h2,
html body.bb-page-family-content #main .page-content h3,
html body.bb-page-family-content #main .page-content h4 {
	color: var(--bb-text-primary, #221d18);
	letter-spacing: -0.03em;
	line-height: 1.14;
}

html body.bb-page-family-content #main .page-content .wpb_content_element,
html body.bb-page-family-content #main .page-content .porto-sicon-box,
html body.bb-page-family-content #main .page-content .feature-box,
html body.bb-page-family-content #main .page-content .wp-block-group {
	border-radius: var(--bb-radius-lg, 18px);
}

html body.bb-page-family-content #main .page-content .feature-box,
html body.bb-page-family-content #main .page-content .porto-sicon-box,
html body.bb-page-family-content #main .page-content .wpb_text_column.has-box-style,
html body.bb-page-family-content #main .page-content .wp-block-group.is-style-default {
	padding: clamp(0.9rem, 2vw, 1.15rem);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, #fcfbf9 100%);
	border: 1px solid rgba(69, 69, 69, 0.08);
	box-shadow: 0 12px 30px rgba(42, 42, 42, 0.05);
}

html body.bb-page-family-content #main .page-content .vc_custom_heading,
html body.bb-page-family-content #main .page-content .wpb_heading {
	margin-bottom: 0.65rem;
}

html body.bb-page-family-content #main .page-content .vc_separator,
html body.bb-page-family-content #main .page-content .wpb_separator {
	opacity: 0.55;
}

html body.bb-page-about-us #main .page-content > .vc_row:last-child,
html body.bb-page-about-us #main .page-content > .wpb-content-wrapper > .vc_row:last-child {
	display: none;
}

html body.bb-page-about-us #main .page-content .wpb_gmaps_widget {
	display: none !important;
}

html body.bb-page-about-us .bb-about-contact-module {
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
	gap: clamp(1rem, 2vw, 1.35rem);
	margin-top: clamp(1rem, 2vw, 1.4rem);
	padding: clamp(0.9rem, 2vw, 1.1rem);
	border-radius: 26px;
	background: linear-gradient(135deg, rgba(143, 95, 53, 0.08) 0%, rgba(255, 255, 255, 0.96) 48%, rgba(250, 248, 245, 0.98) 100%);
	border: 1px solid rgba(143, 95, 53, 0.12);
	box-shadow: 0 18px 42px rgba(42, 42, 42, 0.08);
}

html body.bb-page-about-us .bb-about-contact-card,
html body.bb-page-about-us .bb-about-contact-map {
	padding: clamp(1rem, 2vw, 1.25rem);
	border-radius: var(--bb-radius-xl, 22px);
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(69, 69, 69, 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

html body.bb-page-about-us .bb-about-contact-eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: rgba(143, 95, 53, 0.1);
	color: var(--bb-brand-accent-strong, #6f4521);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

html body.bb-page-about-us .bb-about-contact-card h2 {
	margin: 0.8rem 0 0.65rem;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
}

html body.bb-page-about-us .bb-about-contact-card > p {
	margin: 0 0 1rem;
	color: var(--bb-text-secondary, #66594b);
}

html body.bb-page-about-us .bb-about-contact-list {
	display: grid;
	gap: 0.7rem;
	margin: 0 0 1rem;
	padding: 0;
	list-style: none;
}

html body.bb-page-about-us .bb-about-contact-list li {
	display: grid;
	gap: 0.18rem;
	padding: 0.8rem 0.9rem;
	border-radius: 16px;
	background: rgba(245, 245, 243, 0.9);
	border: 1px solid rgba(69, 69, 69, 0.08);
}

html body.bb-page-about-us .bb-about-contact-list strong {
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--bb-text-muted, #7a6d61);
}

html body.bb-page-about-us .bb-about-contact-list span {
	color: var(--bb-text-primary, #221d18);
	font-size: 1rem;
	line-height: 1.6;
}

html body.bb-page-about-us .bb-about-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

html body.bb-page-about-us .bb-content-path-module,
html body.bb-page-contact .bb-content-path-module,
html body.bb-page-family-content .bb-content-path-module {
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
	gap: clamp(1rem, 2vw, 1.35rem);
	margin-top: clamp(1rem, 2vw, 1.4rem);
	padding: clamp(0.9rem, 2vw, 1.1rem);
	border-radius: 26px;
	background: linear-gradient(135deg, rgba(143, 95, 53, 0.08) 0%, rgba(255, 255, 255, 0.96) 48%, rgba(250, 248, 245, 0.98) 100%);
	border: 1px solid rgba(143, 95, 53, 0.12);
	box-shadow: 0 18px 42px rgba(42, 42, 42, 0.08);
}

html body.bb-page-about-us .bb-content-path-card,
html body.bb-page-contact .bb-content-path-card,
html body.bb-page-family-content .bb-content-path-card,
html body.bb-page-about-us .bb-content-path-link,
html body.bb-page-contact .bb-content-path-link,
html body.bb-page-family-content .bb-content-path-link {
	padding: clamp(1rem, 2vw, 1.25rem);
	border-radius: var(--bb-radius-xl, 22px);
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(69, 69, 69, 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

html body.bb-page-about-us .bb-content-path-eyebrow,
html body.bb-page-contact .bb-content-path-eyebrow,
html body.bb-page-family-content .bb-content-path-eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: rgba(143, 95, 53, 0.1);
	color: var(--bb-brand-accent-strong, #6f4521);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

html body.bb-page-about-us .bb-content-path-card h2,
html body.bb-page-contact .bb-content-path-card h2,
html body.bb-page-family-content .bb-content-path-card h2 {
	margin: 0.8rem 0 0.7rem;
	font-size: clamp(1.35rem, 2.4vw, 1.9rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
}

html body.bb-page-about-us .bb-content-path-card > p,
html body.bb-page-contact .bb-content-path-card > p,
html body.bb-page-family-content .bb-content-path-card > p {
	margin: 0 0 1rem;
	color: var(--bb-text-secondary, #66594b);
}

html body.bb-page-about-us .bb-content-path-actions,
html body.bb-page-contact .bb-content-path-actions,
html body.bb-page-family-content .bb-content-path-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

html body.bb-page-about-us .bb-content-path-grid,
html body.bb-page-contact .bb-content-path-grid,
html body.bb-page-family-content .bb-content-path-grid {
	display: grid;
	gap: 0.85rem;
}

html body.bb-page-about-us .bb-content-path-link,
html body.bb-page-contact .bb-content-path-link,
html body.bb-page-family-content .bb-content-path-link {
	display: grid;
	gap: 0.35rem;
	text-decoration: none;
	color: var(--bb-text-primary, #221d18);
}

html body.bb-page-about-us .bb-content-path-link strong,
html body.bb-page-contact .bb-content-path-link strong,
html body.bb-page-family-content .bb-content-path-link strong {
	font-size: 1rem;
	line-height: 1.3;
}

html body.bb-page-about-us .bb-content-path-link span,
html body.bb-page-contact .bb-content-path-link span,
html body.bb-page-family-content .bb-content-path-link span {
	color: var(--bb-text-secondary, #66594b);
	font-size: 0.94rem;
	line-height: 1.65;
}

html body.bb-page-about-us .bb-content-path-link:hover,
html body.bb-page-contact .bb-content-path-link:hover,
html body.bb-page-family-content .bb-content-path-link:hover {
	text-decoration: none;
	transform: translateY(-1px);
}

html body.bb-page-about-us .bb-about-contact-map__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.8rem;
}

html body.bb-page-about-us .bb-about-contact-map__heading {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

html body.bb-page-about-us .bb-about-contact-map__label {
	color: var(--bb-text-primary, #221d18);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

html body.bb-page-about-us .bb-about-contact-map__caption {
	color: var(--bb-text-secondary, #66594b);
	font-size: 0.94rem;
}

html body.bb-page-about-us .bb-about-contact-map__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0.55rem 0.9rem;
	border-radius: 999px;
	background: rgba(143, 95, 53, 0.08);
	border: 1px solid rgba(143, 95, 53, 0.14);
	color: var(--bb-brand-accent-strong, #6f4521);
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
}

html body.bb-page-about-us .bb-about-contact-map__frame {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	border-radius: var(--bb-radius-lg, 18px);
	background:
		radial-gradient(circle at top left, rgba(143, 95, 53, 0.18), transparent 34%),
		linear-gradient(180deg, rgba(245, 245, 243, 0.95) 0%, rgba(232, 226, 219, 0.9) 100%);
	border: 1px solid rgba(69, 69, 69, 0.08);
}

html body.bb-page-about-us .bb-about-contact-map__frame iframe,
html body.bb-page-about-us .bb-about-contact-map__static,
html body.bb-page-about-us .bb-about-contact-map__fallback {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	border: 0;
}

html body.bb-page-about-us .bb-about-contact-map__static {
	position: relative;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
		radial-gradient(circle at top left, rgba(143, 95, 53, 0.2), transparent 32%),
		linear-gradient(180deg, rgba(247, 244, 239, 0.96) 0%, rgba(231, 224, 216, 0.94) 100%);
	background-size: 32px 32px, 32px 32px, auto, auto;
}

html body.bb-page-about-us .bb-about-contact-map__grid {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 24%, rgba(143, 95, 53, 0.1), transparent 20%),
		radial-gradient(circle at 78% 62%, rgba(69, 69, 69, 0.08), transparent 22%);
}

html body.bb-page-about-us .bb-about-contact-map__route {
	position: absolute;
	left: 18%;
	top: 24%;
	width: 42%;
	height: 34%;
	border: 4px solid rgba(111, 69, 33, 0.38);
	border-color: rgba(111, 69, 33, 0.38) rgba(111, 69, 33, 0.22) rgba(111, 69, 33, 0.38) rgba(111, 69, 33, 0.22);
	border-radius: 999px;
	transform: rotate(-10deg);
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.22);
}

html body.bb-page-about-us .bb-about-contact-map__pin {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.5rem 0.75rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(69, 69, 69, 0.08);
	box-shadow: 0 12px 24px rgba(42, 42, 42, 0.08);
	color: var(--bb-text-primary, #221d18);
	font-size: 0.8rem;
	font-weight: 700;
}

html body.bb-page-about-us .bb-about-contact-map__pin::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--bb-brand-accent, #8f5f35);
	box-shadow: 0 0 0 5px rgba(143, 95, 53, 0.14);
}

html body.bb-page-about-us .bb-about-contact-map__pin--warehouse {
	left: 18%;
	top: 28%;
}

html body.bb-page-about-us .bb-about-contact-map__pin--hallam {
	right: 12%;
	top: 54%;
}

html body.bb-page-about-us .bb-about-contact-map__chips {
	position: absolute;
	left: 16px;
	top: 16px;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	max-width: min(70%, 320px);
}

html body.bb-page-about-us .bb-about-contact-map__chip {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0.3rem 0.65rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(69, 69, 69, 0.08);
	color: var(--bb-text-muted, #7a6d61);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

html body.bb-page-about-us .bb-about-contact-map__card {
	position: absolute;
	right: 18px;
	top: 72px;
	z-index: 1;
	display: grid;
	gap: 0.3rem;
	max-width: min(46%, 260px);
	padding: 0.9rem 1rem;
	border-radius: var(--bb-radius-lg, 18px);
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(69, 69, 69, 0.08);
	box-shadow: 0 14px 28px rgba(42, 42, 42, 0.08);
}

html body.bb-page-about-us .bb-about-contact-map__card strong {
	color: var(--bb-text-primary, #221d18);
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.3;
}

html body.bb-page-about-us .bb-about-contact-map__card span {
	color: var(--bb-text-secondary, #66594b);
	font-size: 0.82rem;
	line-height: 1.5;
}

html body.bb-page-about-us .bb-about-contact-map__overlay {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 2;
	display: grid;
	gap: 0.2rem;
	padding: 0.8rem 0.9rem;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(69, 69, 69, 0.08);
	box-shadow: 0 12px 30px rgba(42, 42, 42, 0.1);
}

html body.bb-page-about-us .bb-about-contact-map__overlay strong {
	color: var(--bb-text-primary, #221d18);
	font-size: 0.95rem;
	font-weight: 800;
}

html body.bb-page-about-us .bb-about-contact-map__overlay span {
	color: var(--bb-text-secondary, #66594b);
	font-size: 0.88rem;
	line-height: 1.45;
}

html body.bb-page-about-us .bb-about-contact-map__fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	color: var(--bb-text-secondary, #66594b);
	text-align: center;
}

html body.bb-page-family-content #main .page-content .feature-box h3,
html body.bb-page-family-content #main .page-content .porto-sicon-box h3 {
	margin-top: 0;
	margin-bottom: 0.45rem;
	font-size: clamp(1rem, 1.8vw, 1.22rem);
}

html body.bb-page-family-content .bb-entry-shell {
	width: min(1200px, calc(100% - 32px));
	margin: clamp(0.35rem, 1vw, 0.75rem) auto clamp(2rem, 5vw, 3rem);
	padding: clamp(1.25rem, 2.4vw, 1.9rem);
	border-radius: var(--bb-radius-hero, 28px);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, #faf8f5 100%);
	border: 1px solid var(--bb-border-soft, rgba(69, 69, 69, 0.12));
	box-shadow: var(--bb-shadow-lg, 0 26px 56px rgba(42, 42, 42, 0.11));
}

html body.bb-page-family-content .bb-entry-shell__content {
	max-width: var(--bb-reading-width, 820px);
	margin: 0 auto;
}

html body.bb-page-family-content .bb-entry-shell__content > *:first-child {
	margin-top: 0 !important;
}

html body.bb-page-family-content .bb-entry-shell__content h1,
html body.bb-page-family-content .bb-entry-shell__content h2,
html body.bb-page-family-content .bb-entry-shell__content h3 {
	color: var(--bb-text-primary, #221d18);
	letter-spacing: -0.03em;
	line-height: 1.14;
}

html body.bb-page-family-content .bb-entry-shell__content h2 {
	margin-top: 2rem;
	font-size: clamp(1.45rem, 2.4vw, 1.95rem);
}

html body.bb-page-family-content .bb-entry-shell__content h3 {
	margin-top: 1.5rem;
	font-size: clamp(1.1rem, 1.8vw, 1.35rem);
}

html body.bb-page-family-content .bb-entry-shell__content p,
html body.bb-page-family-content .bb-entry-shell__content li,
html body.bb-page-family-content .page-content p,
html body.bb-page-family-content .page-content li {
	color: var(--bb-text-secondary, #66594b);
	font-size: 1rem;
	line-height: 1.78;
}

html body.bb-page-family-content .bb-entry-shell__content ul,
html body.bb-page-family-content .bb-entry-shell__content ol {
	padding-left: 1.25rem;
}

html body.bb-page-family-content .bb-entry-shell__content blockquote {
	margin: 1.5rem 0;
	padding: 1rem 1.1rem 1rem 1.2rem;
	border-left: 4px solid var(--bb-brand-accent, #8f5f35);
	border-radius: 0 16px 16px 0;
	background: rgba(143, 95, 53, 0.06);
	color: var(--bb-text-primary, #221d18);
}

html body.bb-page-family-content .bb-entry-shell__content table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid rgba(69, 69, 69, 0.1);
	box-shadow: 0 12px 30px rgba(42, 42, 42, 0.06);
	background: #ffffff;
}

html body.bb-page-family-content .bb-entry-shell__content table th,
html body.bb-page-family-content .bb-entry-shell__content table td {
	padding: 0.85rem 0.95rem;
	border-bottom: 1px solid rgba(69, 69, 69, 0.08);
}

html body.bb-page-family-content .bb-entry-shell__content table th {
	background: rgba(69, 69, 69, 0.04);
	color: var(--bb-text-primary, #221d18);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

html body.bb-page-family-content .bb-entry-shell__content .wp-block-image img,
html body.bb-page-family-content .bb-entry-shell__content img {
	border-radius: var(--bb-radius-lg, 18px);
}

html body.bb-page-family-content .bb-entry-shell__content a:not(.bb-btn) {
	color: var(--bb-brand-accent-strong, #6f4521);
	text-decoration: none;
	border-bottom: 2px solid rgba(111, 69, 33, 0.16);
}

html body.bb-page-family-content .bb-entry-shell__content a:not(.bb-btn):hover {
	color: var(--bb-brand-accent, #8f5f35);
	border-bottom-color: rgba(143, 95, 53, 0.38);
}

html body.bb-page-contact #main .page-content > .vc_row.vc_custom_1519806887930,
html body.bb-page-contact #main .page-content > .wpb-content-wrapper > .vc_row.vc_custom_1519806887930 {
	display: none;
}

html body.bb-page-contact #main .page-content > .vc_row.vc_custom_1659506354463,
html body.bb-page-contact #main .page-content > .wpb-content-wrapper > .vc_row.vc_custom_1659506354463 {
	background:
		radial-gradient(circle at top left, rgba(143, 95, 53, 0.08), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 248, 245, 0.96) 100%);
}

html body.bb-page-contact #main .page-content > .vc_row.vc_custom_1519805538811,
html body.bb-page-contact #main .page-content > .wpb-content-wrapper > .vc_row.vc_custom_1519805538811 {
	background:
		radial-gradient(circle at top right, rgba(143, 95, 53, 0.07), transparent 28%),
		linear-gradient(180deg, rgba(248, 247, 243, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%) !important;
}

html body.bb-page-contact #main .page-content > .vc_row.vc_custom_1608685986346,
html body.bb-page-contact #main .page-content > .wpb-content-wrapper > .vc_row.vc_custom_1608685986346 {
	background:
		radial-gradient(circle at bottom right, rgba(143, 95, 53, 0.08), transparent 30%),
		linear-gradient(135deg, rgba(143, 95, 53, 0.06) 0%, rgba(255, 255, 255, 0.98) 44%, rgba(250, 248, 245, 0.96) 100%) !important;
}

html body.bb-page-contact .porto-sicon-box {
	height: 100%;
	border-radius: var(--bb-radius-xl, 22px);
	border: 1px solid rgba(69, 69, 69, 0.08);
	box-shadow: 0 18px 38px rgba(42, 42, 42, 0.08);
	padding: clamp(1.4rem, 2.4vw, 1.85rem) !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 247, 242, 0.98) 100%) !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 0.85rem;
}

html body.bb-page-contact .porto-sicon-box .porto-sicon-top,
html body.bb-page-contact .porto-sicon-box .porto-sicon-header {
	width: 100% !important;
}

html body.bb-page-contact .porto-sicon-box .porto-sicon-default {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 68px !important;
	height: 68px !important;
	margin: 0 0 0.95rem !important;
	border-radius: 20px !important;
	background: linear-gradient(135deg, rgba(143, 95, 53, 0.14) 0%, rgba(143, 95, 53, 0.08) 100%);
	box-shadow: inset 0 0 0 1px rgba(143, 95, 53, 0.08);
}

html body.bb-page-contact .porto-sicon-box .porto-just-icon-wrapper.porto-icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	line-height: 1 !important;
}

html body.bb-page-contact .porto-sicon-box .porto-just-icon-wrapper.porto-icon i {
	color: var(--bb-brand-accent-strong, #6f4521) !important;
	font-size: 1.9rem !important;
}

html body.bb-page-contact .porto-sicon-box .porto-sicon-title,
html body.bb-page-contact .porto-sicon-box .porto-sicon-header .porto-info-header {
	margin: 0 0 0.55rem !important;
	font-size: clamp(1.08rem, 1.4vw, 1.2rem) !important;
	line-height: 1.25 !important;
	font-weight: 800 !important;
	letter-spacing: -0.02em;
	color: var(--bb-text-primary, #221d18) !important;
}

html body.bb-page-contact .porto-sicon-box .porto-sicon-description {
	color: var(--bb-text-secondary, #66594b);
	font-size: 0.97rem !important;
	line-height: 1.7 !important;
	max-width: 24ch;
}

html body.bb-page-contact .contact-info {
	flex: 0 0 100%;
	max-width: 100%;
}

html body.bb-page-contact .fluid-col-lg-5 {
	display: none;
}

html body.bb-page-contact .contact-info > .vc_column-inner {
	padding: 0;
}

html body.bb-page-contact .contact-info .vc_row_inner {
	margin: 0 !important;
	padding: 0 !important;
}

html body.bb-page-contact .contact-info .vc_row_inner > .vc_column_container {
	display: flex;
}

html body.bb-page-contact .contact-info .vc_row_inner > .vc_column_container > .vc_column-inner {
	width: 100%;
	padding: clamp(1rem, 2vw, 1.2rem);
	border-radius: var(--bb-radius-xl, 22px);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(69, 69, 69, 0.08);
	box-shadow: 0 16px 36px rgba(42, 42, 42, 0.08);
}

html body.bb-page-contact .contact-info .vc_custom_heading {
	margin-bottom: 0.9rem !important;
	font-size: clamp(1.3rem, 2.2vw, 1.7rem) !important;
	line-height: 1.1 !important;
	color: var(--bb-text-primary, #221d18) !important;
}

html body.bb-page-contact .contact-info .porto-u-heading {
	margin: 0 0 0.7rem !important;
	padding: 0.85rem 0.95rem;
	border-radius: 16px;
	background: rgba(245, 245, 243, 0.92);
	border: 1px solid rgba(69, 69, 69, 0.08);
}

html body.bb-page-contact .contact-info .porto-u-heading:last-child {
	margin-bottom: 0 !important;
}

html body.bb-page-contact .contact-info .porto-u-main-heading h3 {
	margin: 0 0 0.25rem !important;
	font-size: 0.78rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	color: var(--bb-text-muted, #7a6d61) !important;
}

html body.bb-page-contact .contact-info .porto-u-sub-heading {
	color: var(--bb-text-primary, #221d18) !important;
	font-size: 1rem !important;
	line-height: 1.6 !important;
	margin-bottom: 0 !important;
}

html body.bb-page-contact .contact-info .porto-u-sub-heading a {
	color: inherit !important;
	text-decoration: none;
}

html body.bb-page-contact .contact-info .porto-u-sub-heading strong {
	color: var(--bb-brand-accent-strong, #6f4521);
}

@media (min-width: 768px) and (max-width: 991px) {
	html body.bb-page-family-content #main .main-content-wrap {
		width: min(100% - 24px, 1080px);
	}

	html body.bb-page-family-content #main .main-content {
		padding: 1rem;
		border-radius: 24px;
	}

	html body.bb-page-family-content .bb-entry-shell {
		width: min(100% - 24px, 980px);
		padding: 1.15rem;
	}

	html body.bb-page-family-content .bb-entry-shell__content {
		max-width: 720px;
	}

	html body.bb-page-about-us .bb-about-contact-module {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.9rem;
		padding: 0.9rem;
		border-radius: var(--bb-radius-xl, 22px);
	}

	html body.bb-page-about-us .bb-content-path-module,
	html body.bb-page-contact .bb-content-path-module,
	html body.bb-page-family-content .bb-content-path-module {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.9rem;
		padding: 0.9rem;
		border-radius: var(--bb-radius-xl, 22px);
	}

	html body.bb-page-about-us .bb-about-contact-card,
	html body.bb-page-about-us .bb-about-contact-map {
		padding: 1rem;
		border-radius: var(--bb-radius-lg, 18px);
	}

	html body.bb-page-about-us .bb-content-path-card,
	html body.bb-page-contact .bb-content-path-card,
	html body.bb-page-family-content .bb-content-path-card,
	html body.bb-page-about-us .bb-content-path-link,
	html body.bb-page-contact .bb-content-path-link,
	html body.bb-page-family-content .bb-content-path-link {
		padding: 1rem;
		border-radius: var(--bb-radius-lg, 18px);
	}

	html body.bb-page-about-us .bb-about-contact-map__frame,
	html body.bb-page-about-us .bb-about-contact-map__frame iframe,
	html body.bb-page-about-us .bb-about-contact-map__static,
	html body.bb-page-about-us .bb-about-contact-map__fallback {
		min-height: 320px;
	}

	html body.bb-page-contact .contact-info .vc_row_inner > .vc_column_container {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 0.9rem;
	}
}

@media (max-width: 767px) {
	html body.bb-page-family-content #main .main-content-wrap {
		width: min(100% - 12px, 1320px);
	}

	html body.bb-page-family-content #main .main-content {
		padding: 0.85rem;
		border-radius: 20px;
	}

	html body.bb-page-family-content #main .page-content > .vc_row,
	html body.bb-page-family-content #main .page-content > .wpb-content-wrapper > .vc_row {
		margin-bottom: 0.6rem !important;
		padding: 0.2rem;
		border-radius: var(--bb-radius-lg, 18px);
	}

	html body.bb-page-family-content #main .page-content .feature-box,
	html body.bb-page-family-content #main .page-content .porto-sicon-box,
	html body.bb-page-family-content #main .page-content .wpb_text_column.has-box-style,
	html body.bb-page-family-content #main .page-content .wp-block-group.is-style-default {
		padding: 0.8rem;
		border-radius: 16px;
	}

	html body.bb-page-family-content #main .page-content p,
	html body.bb-page-family-content #main .page-content li {
		font-size: 0.96rem;
		line-height: 1.7;
	}

	html body.bb-page-about-us .bb-about-contact-module {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.8rem;
		padding: 0.8rem;
		border-radius: 20px;
	}

	html body.bb-page-about-us .bb-content-path-module,
	html body.bb-page-contact .bb-content-path-module,
	html body.bb-page-family-content .bb-content-path-module {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.8rem;
		padding: 0.8rem;
		border-radius: 20px;
	}

	html body.bb-page-about-us .bb-about-contact-card,
	html body.bb-page-about-us .bb-about-contact-map {
		padding: 0.9rem;
		border-radius: var(--bb-radius-lg, 18px);
	}

	html body.bb-page-about-us .bb-content-path-card,
	html body.bb-page-contact .bb-content-path-card,
	html body.bb-page-family-content .bb-content-path-card,
	html body.bb-page-about-us .bb-content-path-link,
	html body.bb-page-contact .bb-content-path-link,
	html body.bb-page-family-content .bb-content-path-link {
		padding: 0.9rem;
		border-radius: var(--bb-radius-lg, 18px);
	}

	html body.bb-page-about-us .bb-about-contact-map__header {
		flex-direction: column;
	}

	html body.bb-page-about-us .bb-about-contact-actions {
		flex-direction: column;
	}

	html body.bb-page-about-us .bb-content-path-actions,
	html body.bb-page-contact .bb-content-path-actions,
	html body.bb-page-family-content .bb-content-path-actions {
		flex-direction: column;
	}

	html body.bb-page-about-us .bb-about-contact-actions .bb-btn {
		justify-content: center;
		width: 100%;
	}

	html body.bb-page-about-us .bb-content-path-actions .bb-btn,
	html body.bb-page-contact .bb-content-path-actions .bb-btn,
	html body.bb-page-family-content .bb-content-path-actions .bb-btn {
		justify-content: center;
		width: 100%;
	}

	html body.bb-page-contact .contact-info .vc_row_inner > .vc_column_container {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 0.8rem;
	}

	html body.bb-page-contact .contact-info .vc_row_inner > .vc_column_container > .vc_column-inner {
		padding: 0.9rem;
		border-radius: var(--bb-radius-lg, 18px);
	}

	html body.bb-page-contact .contact-info .vc_custom_heading {
		font-size: 1.18rem !important;
		line-height: 1.15 !important;
	}

	html body.bb-page-contact .contact-info .porto-u-heading {
		padding: 0.8rem 0.85rem;
		border-radius: 15px;
	}

	html body.bb-page-about-us .bb-about-contact-map__frame,
	html body.bb-page-about-us .bb-about-contact-map__frame iframe,
	html body.bb-page-about-us .bb-about-contact-map__static,
	html body.bb-page-about-us .bb-about-contact-map__fallback {
		min-height: 280px;
	}

	html body.bb-page-about-us .bb-about-contact-map__overlay {
		left: 12px;
		right: 12px;
		bottom: 12px;
		padding: 0.7rem 0.8rem;
	}

	html body.bb-page-about-us .bb-about-contact-map__chips {
		max-width: calc(100% - 24px);
	}

	html body.bb-page-about-us .bb-about-contact-map__card {
		left: 12px;
		right: 12px;
		top: 62px;
		max-width: none;
	}

	html body.bb-page-about-us .bb-about-contact-map__pin--warehouse {
		left: 10%;
		top: 27%;
	}

	html body.bb-page-about-us .bb-about-contact-map__pin--hallam {
		right: 10%;
		top: 56%;
	}

	html body.bb-page-family-content .bb-entry-shell {
		width: min(100% - 20px, 1200px);
		padding: 1rem;
		border-radius: var(--bb-radius-xl, 22px);
	}
}

/* --------------------------------------------------------------------------
 * Brand unification layer (content pages)
 * -------------------------------------------------------------------------- */
html body.bb-page-family-content {
	font-family: var(--bb-font-sans, inherit);
}

html body.bb-page-family-content .page-top .page-title,
html body.bb-page-family-content h1,
html body.bb-page-family-content h2,
html body.bb-page-family-content h3 {
	font-family: var(--bb-font-heading, inherit);
}

html body.bb-page-family-content a {
	color: var(--bb-brand-primary, #454545);
}

html body.bb-page-family-content a:hover {
	color: var(--bb-brand-accent-strong, #6f6358);
}

html body.bb-page-family-content .bb-about-contact-eyebrow,
html body.bb-page-family-content .bb-content-path-card__tag {
	background: rgba(69, 69, 69, 0.1);
	color: var(--bb-brand-primary, #454545);
}

/* Final polish: enforce readable body copy tone across content pages. */
html body.bb-page-family-content #main .page-content p,
html body.bb-page-family-content #main .page-content li,
html body.bb-page-family-content #main .wpb_text_column p,
html body.bb-page-family-content #main .wpb_text_column li {
	color: var(--bb-text-secondary, #46605d) !important;
}

html body.bb-page-family-content #main .page-content h1,
html body.bb-page-family-content #main .page-content h2,
html body.bb-page-family-content #main .page-content h3,
html body.bb-page-family-content #main .page-content h4 {
	color: var(--bb-text-primary, #1b2625) !important;
}

/* --------------------------------------------------------------------------
 * Phase 3: page shell alignment to footer tone
 * -------------------------------------------------------------------------- */
html body.bb-page-family-content #main {
	background: linear-gradient(180deg, var(--bb-shell-bg, #1f1a16) 0%, var(--bb-shell-bg-2, #18130f) 100%) !important;
}

html body.bb-page-family-content .page-top {
	background: rgba(255, 255, 255, 0.03) !important;
	border-bottom: 1px solid var(--bb-shell-border-soft, rgba(255, 255, 255, 0.1)) !important;
}

html body.bb-page-family-content #main .main-content,
html body.bb-page-family-content .bb-entry-shell,
html body.bb-page-family-content .bb-content-path-module {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
	border-color: var(--bb-shell-border, rgba(255, 255, 255, 0.12)) !important;
}

html body.bb-page-family-content .page-top .page-title,
html body.bb-page-family-content #main .page-content h1,
html body.bb-page-family-content #main .page-content h2,
html body.bb-page-family-content #main .page-content h3,
html body.bb-page-family-content #main .page-content h4 {
	color: var(--bb-shell-text-strong, #fff8f0) !important;
}

html body.bb-page-family-content #main .page-content p,
html body.bb-page-family-content #main .page-content li,
html body.bb-page-family-content #main .wpb_text_column p,
html body.bb-page-family-content #main .wpb_text_column li {
	color: var(--bb-shell-text-muted, rgba(247, 239, 231, 0.76)) !important;
}

/* --------------------------------------------------------------------------
 * Phase 4: component-level convergence to footer tone
 * -------------------------------------------------------------------------- */
html body.bb-page-family-content #main .page-content .feature-box,
html body.bb-page-family-content #main .page-content .porto-sicon-box,
html body.bb-page-family-content #main .page-content .wpb_text_column.has-box-style,
html body.bb-page-family-content #main .page-content .wp-block-group.is-style-default,
html body.bb-page-family-content .bb-content-path-card,
html body.bb-page-family-content .bb-content-path-link,
html body.bb-page-family-content .bb-entry-shell__content table,
html body.bb-page-contact .porto-sicon-box {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
	border-color: var(--bb-shell-border, rgba(255, 255, 255, 0.12)) !important;
	color: var(--bb-shell-text-muted, rgba(247, 239, 231, 0.76)) !important;
}

html body.bb-page-family-content .bb-entry-shell__content table th {
	background: rgba(255, 255, 255, 0.08) !important;
	color: var(--bb-shell-text-strong, #fff8f0) !important;
}

html body.bb-page-family-content .bb-entry-shell__content blockquote,
html body.bb-page-family-content .bb-about-contact-eyebrow,
html body.bb-page-family-content .bb-content-path-card__tag {
	background: rgba(255, 255, 255, 0.08) !important;
	color: var(--bb-shell-text-muted-strong, rgba(247, 239, 231, 0.82)) !important;
	border-color: var(--bb-shell-border, rgba(255, 255, 255, 0.12)) !important;
}

html body.bb-page-family-content .bb-entry-shell__content a:not(.bb-btn),
html body.bb-page-family-content a {
	color: var(--bb-shell-link, #f7efe7) !important;
	border-bottom-color: rgba(217, 161, 111, 0.4) !important;
}

html body.bb-page-family-content .bb-entry-shell__content a:not(.bb-btn):hover,
html body.bb-page-family-content a:hover {
	color: var(--bb-shell-link-hover, #ffd6b1) !important;
}
