:root {
	--bbh-green: #5f6540;
	--bbh-cream: #f3ebdd;
	--bbh-mustard: #cda044;
	--bbh-brown: #4b3126;
	--bbh-ink: #2c211b;
	--bbh-paper: #fffaf2;
	--bbh-white: #fff;
}

.bbh-global-legal,
.bbh-global-legal * {
	box-sizing: border-box;
}

.bbh-global-legal {
	display: flex;
	width: 100%;
	padding: 18px clamp(22px, 5vw, 80px);
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	color: rgba(255, 255, 255, .72);
	background: #2c211b;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: .74rem;
}

.bbh-global-legal div {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 17px;
}

.bbh-global-legal a {
	color: rgba(255, 255, 255, .88) !important;
	text-decoration: none !important;
}

.bbh-global-legal a:hover {
	color: #fff !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.bbh-front-page .wp-block-post-title,
.bbh-front-page main > .wp-block-group:first-child > .wp-block-post-title,
.bbh-branded-page .wp-block-post-title,
.bbh-branded-page main > .wp-block-group:first-child > .wp-block-post-title {
	display: none;
}

.bbh-front-page .wp-site-blocks > main,
.bbh-front-page .wp-block-post-content {
	margin-block-start: 0;
}

.bbh-front-page .wp-site-blocks > main {
	padding-block-start: 0 !important;
	margin-block-start: 0 !important;
}

.bbh-front-page .wp-block-post-content > .wp-block-shortcode {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.bbh-front-page .wp-site-blocks > header,
.bbh-front-page header.wp-block-template-part,
.bbh-branded-page .wp-site-blocks > header,
.bbh-branded-page header.wp-block-template-part {
	display: none !important;
}

.bbh-front-page .wp-site-blocks > footer,
.bbh-front-page footer.wp-block-template-part {
	margin-block-start: 0 !important;
}

.bbh-front-page .wp-site-blocks > main > .wp-block-group.alignfull,
.bbh-front-page .wp-site-blocks > main > .wp-block-group:first-child,
.bbh-front-page .wp-block-post-content,
.bbh-front-page .entry-content,
.bbh-branded-page .wp-site-blocks > main > .wp-block-group.alignfull,
.bbh-branded-page .wp-site-blocks > main > .wp-block-group:first-child,
.bbh-branded-page .wp-block-post-content,
.bbh-branded-page .entry-content {
	padding-block: 0 !important;
	margin-block: 0 !important;
}

.bbh-front-page .wp-block-post-content,
.bbh-branded-page .wp-block-post-content {
	padding-inline: 0 !important;
}

.bbh-site-header,
.bbh-site-header * {
	box-sizing: border-box;
}

.bbh-site-header {
	position: relative;
	z-index: 50;
	left: 50%;
	display: block;
	width: 100vw !important;
	max-width: 100vw !important;
	height: 88px;
	margin: 0 -50vw !important;
	padding: 0 clamp(24px, 5vw, 84px);
	border-bottom: 1px solid rgba(75, 49, 38, .13);
	background: rgba(255, 250, 242, .98);
	box-shadow: 0 7px 24px rgba(75, 49, 38, .045);
}

.bbh-site-header__inner {
	display: flex;
	width: 100%;
	max-width: 1500px;
	height: 100%;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}

.bbh-site-brand {
	display: inline-flex;
	height: 62px;
	align-items: center;
	text-decoration: none !important;
}

.bbh-site-brand__wordmark {
	display: block;
	width: clamp(285px, 22vw, 340px);
	max-width: none !important;
	max-height: 68px;
	object-fit: contain;
}

.bbh-site-brand__mark {
	display: none;
	width: 54px;
	height: 54px;
	object-fit: contain;
}

.bbh-desktop-nav {
	display: flex;
	align-items: center;
	gap: clamp(20px, 2.3vw, 38px);
}

.bbh-desktop-nav > a {
	position: relative;
	color: var(--bbh-brown) !important;
	font-size: .88rem;
	font-weight: 700;
	letter-spacing: .025em;
	text-decoration: none !important;
}

.bbh-desktop-nav > a:not(.bbh-nav-icon)::after {
	position: absolute;
	right: 0;
	bottom: -7px;
	left: 0;
	height: 2px;
	background: var(--bbh-mustard);
	content: "";
	transform: scaleX(0);
	transition: transform .18s ease;
}

.bbh-desktop-nav > a:hover::after {
	transform: scaleX(1);
}

.bbh-nav-icon {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(75, 49, 38, .18);
	border-radius: 50%;
}

.bbh-nav-icon svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.bbh-cart-link span {
	position: absolute;
	top: -5px;
	right: -5px;
	display: grid;
	min-width: 19px;
	height: 19px;
	padding: 0 5px;
	place-items: center;
	border-radius: 10px;
	color: #fff;
	background: var(--bbh-brown);
	font-size: .66rem;
}

.bbh-mobile-nav {
	display: none;
}

.bbh-home,
.bbh-home * {
	box-sizing: border-box;
}

.bbh-home {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	color: var(--bbh-ink);
	background: var(--bbh-paper);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow: hidden;
}

.bbh-home h1,
.bbh-home h2,
.bbh-home h3,
.bbh-home p {
	margin-top: 0;
}

.bbh-home h1,
.bbh-home h2,
.bbh-home h3 {
	color: var(--bbh-brown);
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.05;
}

.bbh-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
	align-items: stretch;
	height: auto;
	min-height: 760px;
	background: var(--bbh-cream);
}

.bbh-hero__copy {
	display: block;
	padding: 64px clamp(28px, 7vw, 120px) 72px;
}

.bbh-logo {
	width: clamp(100px, 9vw, 142px);
	height: auto;
	margin-bottom: 22px;
}

.bbh-eyebrow {
	margin-bottom: 14px;
	color: var(--bbh-green);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.bbh-hero h1 {
	max-width: 720px;
	margin-bottom: 24px;
	font-size: clamp(3.2rem, 6.6vw, 6.8rem);
	letter-spacing: -.045em;
}

.bbh-hero h1 em {
	color: var(--bbh-mustard);
	font-weight: inherit;
}

.bbh-intro {
	max-width: 650px;
	margin-bottom: 30px;
	font-size: clamp(1rem, 1.25vw, 1.22rem);
	line-height: 1.7;
}

.bbh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 22px;
}

.bbh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 24px;
	border: 2px solid var(--bbh-brown);
	border-radius: 2px;
	font-size: .92rem;
	font-weight: 800;
	letter-spacing: .035em;
	text-decoration: none !important;
	transition: transform .18s ease, background .18s ease, color .18s ease;
}

.bbh-button:hover {
	transform: translateY(-2px);
}

.bbh-button--primary {
	color: var(--bbh-white) !important;
	background: var(--bbh-brown);
}

.bbh-button--primary:hover {
	background: #342117;
}

.bbh-button--secondary {
	color: var(--bbh-brown) !important;
	background: transparent;
}

.bbh-button--secondary:hover {
	color: var(--bbh-white) !important;
	background: var(--bbh-brown);
}

.bbh-order-note {
	margin-bottom: 0;
	font-size: .94rem;
}

.bbh-hero__media {
	position: relative;
	min-width: 0;
	min-height: 100%;
	margin: 0;
	background: #5a493b;
	overflow: hidden;
}

.bbh-hero__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(43, 29, 21, .15), transparent 28%, rgba(43, 29, 21, .05));
	content: "";
	pointer-events: none;
}

.bbh-hero__media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 70%;
	filter: contrast(1.04) saturate(.93) brightness(1.02);
}

.bbh-hero__media figcaption {
	position: absolute;
	right: 14px;
	bottom: 10px;
	z-index: 2;
	color: rgba(255, 255, 255, .8);
	font-size: .68rem;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .75);
}

.bbh-hero__media figcaption a,
.bbh-story__media figcaption a {
	color: inherit !important;
	text-decoration-color: rgba(255, 255, 255, .55);
	text-underline-offset: 2px;
}

.bbh-benefits {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: var(--bbh-green);
}

.bbh-benefits div {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 25px 22px;
	color: var(--bbh-white);
	text-align: center;
}

.bbh-benefits div + div {
	border-left: 1px solid rgba(255, 255, 255, .22);
}

.bbh-benefits strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.22rem;
}

.bbh-benefits span {
	font-size: .77rem;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.bbh-section {
	padding: clamp(52px, 5.4vw, 78px) clamp(24px, 6vw, 100px);
}

.bbh-section-heading {
	max-width: 760px;
	margin: 0 auto 46px;
	text-align: center;
}

.bbh-section-heading h2,
.bbh-story h2,
.bbh-cta h2 {
	margin-bottom: 18px;
	font-size: clamp(2.15rem, 4vw, 4.3rem);
	letter-spacing: -.035em;
}

.bbh-section-heading > p:last-child,
.bbh-story__copy > p {
	font-size: 1.05rem;
	line-height: 1.7;
}

.bbh-products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 1320px;
	margin: 0 auto;
	gap: 24px;
}

.bbh-product {
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(75, 49, 38, .14);
	background: var(--bbh-white);
	border-radius: 3px;
	box-shadow: 0 18px 46px rgba(75, 49, 38, .08);
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease;
}

.bbh-product:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 50px rgba(75, 49, 38, .12);
}

.bbh-product__image {
	display: block;
	aspect-ratio: 1 / .82;
	background: #f8f1e6;
	overflow: hidden;
}

.bbh-product__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.bbh-product:hover .bbh-product__image img {
	transform: scale(1.025);
}

.bbh-product__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.bbh-product h3 {
	margin-bottom: 22px;
	font-size: clamp(1.2rem, 1.7vw, 1.65rem);
}

.bbh-product h3 a {
	color: inherit;
	text-decoration: none;
}

.bbh-product__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
}

.bbh-price {
	color: var(--bbh-brown);
	font-size: 1.16rem;
	font-weight: 800;
}

.bbh-text-link {
	color: var(--bbh-green) !important;
	font-size: .86rem;
	font-weight: 800;
	text-decoration: none !important;
}

.bbh-centre {
	margin-top: 42px;
	text-align: center;
}

.bbh-story {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	background: var(--bbh-cream);
}

.bbh-story__media {
	position: relative;
	min-height: 610px;
	margin: 0;
}

.bbh-story__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 68%;
	filter: contrast(1.03) saturate(.9) brightness(1.03);
}

.bbh-story__media figcaption {
	position: absolute;
	right: 16px;
	bottom: 13px;
	padding: 7px 10px;
	border-radius: 2px;
	color: rgba(255, 255, 255, .92);
	background: rgba(38, 25, 18, .68);
	font-size: .7rem;
	backdrop-filter: blur(3px);
}

.bbh-story__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(48px, 6vw, 92px);
}

.bbh-story ul {
	display: grid;
	gap: 12px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.bbh-story li {
	position: relative;
	padding-left: 27px;
}

.bbh-story li::before {
	position: absolute;
	left: 0;
	color: var(--bbh-mustard);
	content: "◆";
}

.bbh-customer-feature {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 22px;
	padding: 7px 11px;
	border: 1px solid rgba(95, 101, 64, .35);
	color: var(--bbh-green);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.bbh-photo-thanks {
	margin-top: 28px !important;
	padding-top: 20px;
	border-top: 1px solid rgba(75, 49, 38, .18);
	font-family: Georgia, "Times New Roman", serif;
	font-size: .96rem !important;
	font-style: italic;
}

.bbh-photo-thanks a {
	color: var(--bbh-brown) !important;
	font-weight: 700;
	text-underline-offset: 3px;
}

.bbh-how {
	background: var(--bbh-paper);
}

.bbh-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 1160px;
	margin: 0 auto;
	gap: 26px;
}

.bbh-steps article {
	padding: 34px;
	border-top: 4px solid var(--bbh-mustard);
	background: var(--bbh-white);
	box-shadow: 0 14px 35px rgba(75, 49, 38, .07);
}

.bbh-steps article > span {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 22px;
	border-radius: 50%;
	place-items: center;
	color: var(--bbh-white);
	background: var(--bbh-green);
	font-weight: 800;
}

.bbh-steps h3 {
	margin-bottom: 10px;
	font-size: 1.48rem;
}

.bbh-steps p {
	margin-bottom: 0;
	line-height: 1.65;
}

.bbh-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: clamp(48px, 6vw, 90px) clamp(24px, 8vw, 140px);
	color: var(--bbh-white);
	background: var(--bbh-brown);
}

.bbh-cta .bbh-eyebrow,
.bbh-cta h2 {
	color: var(--bbh-white);
}

.bbh-cta h2 {
	margin-bottom: 0;
}

.bbh-button--light {
	flex: 0 0 auto;
	border-color: var(--bbh-cream);
	color: var(--bbh-brown) !important;
	background: var(--bbh-cream);
}

.bbh-secondary-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: var(--bbh-green);
}

.bbh-secondary-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 30px clamp(24px, 6vw, 90px);
	color: var(--bbh-white) !important;
	text-decoration: none !important;
}

.bbh-secondary-links a + a {
	border-left: 1px solid rgba(255, 255, 255, .25);
}

.bbh-secondary-links strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.25rem;
}

.bbh-secondary-links span {
	font-size: .86rem;
}

.bbh-empty {
	text-align: center;
}

.bbh-faq,
.bbh-faq * {
	box-sizing: border-box;
}

.bbh-faq {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	color: var(--bbh-ink);
	background: var(--bbh-paper);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bbh-faq h1,
.bbh-faq h2,
.bbh-faq p {
	margin-top: 0;
}

.bbh-faq h1,
.bbh-faq h2 {
	color: var(--bbh-brown);
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.05;
}

.bbh-faq-hero {
	display: flex;
	min-height: 350px;
	padding: clamp(55px, 7vw, 105px) clamp(28px, 9vw, 160px);
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	background: var(--bbh-cream);
}

.bbh-faq-hero > div {
	max-width: 840px;
}

.bbh-faq-hero h1 {
	margin-bottom: 24px;
	font-size: clamp(3.5rem, 6vw, 6.6rem);
	letter-spacing: -.045em;
}

.bbh-faq-hero p:last-child {
	max-width: 720px;
	margin-bottom: 0;
	font-size: clamp(1.04rem, 1.35vw, 1.25rem);
	line-height: 1.7;
}

.bbh-faq-hero > img {
	width: clamp(130px, 13vw, 210px);
	height: auto;
	flex: 0 0 auto;
}

.bbh-faq-content {
	display: grid;
	grid-template-columns: minmax(190px, 260px) minmax(0, 860px);
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(58px, 7vw, 105px) 28px;
	gap: clamp(55px, 8vw, 120px);
}

.bbh-faq-content aside {
	position: sticky;
	top: 25px;
	display: flex;
	height: max-content;
	flex-direction: column;
	border-top: 2px solid var(--bbh-mustard);
}

.bbh-faq-content aside .bbh-eyebrow {
	margin: 24px 0 12px;
}

.bbh-faq-content aside a {
	padding: 12px 0;
	border-bottom: 1px solid rgba(75, 49, 38, .14);
	color: var(--bbh-brown) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.08rem;
	font-weight: 700;
	text-decoration: none !important;
}

.bbh-faq-content aside a:hover {
	color: var(--bbh-green) !important;
}

.bbh-faq-group {
	padding-top: 8px;
	scroll-margin-top: 30px;
}

.bbh-faq-group + .bbh-faq-group {
	margin-top: 76px;
}

.bbh-faq-group > .bbh-eyebrow {
	margin-bottom: 8px;
	color: var(--bbh-mustard);
}

.bbh-faq-group h2 {
	margin-bottom: 28px;
	font-size: clamp(2.35rem, 4vw, 3.7rem);
	letter-spacing: -.035em;
}

.bbh-faq-group details {
	border-top: 1px solid rgba(75, 49, 38, .2);
}

.bbh-faq-group details:last-child {
	border-bottom: 1px solid rgba(75, 49, 38, .2);
}

.bbh-faq-group summary {
	position: relative;
	display: flex;
	min-height: 70px;
	padding: 21px 52px 21px 0;
	cursor: pointer;
	align-items: center;
	color: var(--bbh-brown);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.12rem, 1.6vw, 1.35rem);
	font-weight: 700;
	list-style: none;
}

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

.bbh-faq-group summary span,
.bbh-faq-group summary span::after {
	position: absolute;
	right: 4px;
	width: 18px;
	height: 2px;
	background: var(--bbh-green);
	content: "";
	transition: transform .18s ease;
}

.bbh-faq-group summary span::after {
	right: 0;
	transform: rotate(90deg);
}

.bbh-faq-group details[open] summary span::after {
	transform: rotate(0);
}

.bbh-faq-group details > div {
	max-width: 760px;
	padding: 0 52px 25px 0;
}

.bbh-faq-group details p {
	margin-bottom: 0;
	font-size: 1.02rem;
	line-height: 1.75;
}

.bbh-faq-cta {
	display: flex;
	padding: clamp(48px, 6vw, 84px) clamp(28px, 9vw, 160px);
	align-items: center;
	justify-content: space-between;
	gap: 45px;
	color: var(--bbh-white);
	background: var(--bbh-brown);
}

.bbh-faq-cta > div:first-child {
	max-width: 670px;
}

.bbh-faq-cta .bbh-eyebrow,
.bbh-faq-cta h2 {
	color: var(--bbh-white);
}

.bbh-faq-cta h2 {
	margin-bottom: 13px;
	font-size: clamp(2.5rem, 4.2vw, 4.2rem);
}

.bbh-faq-cta p:last-child {
	margin-bottom: 0;
	line-height: 1.65;
}

.bbh-faq-cta__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
}

.bbh-button--outline-light {
	border-color: var(--bbh-cream);
	color: var(--bbh-cream) !important;
	background: transparent;
}

.bbh-button--outline-light:hover {
	color: var(--bbh-brown) !important;
	background: var(--bbh-cream);
}

.bbh-legal,
.bbh-legal * {
	box-sizing: border-box;
}

.bbh-legal {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	color: var(--bbh-ink);
	background: var(--bbh-paper);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bbh-legal h1,
.bbh-legal h2,
.bbh-legal p {
	margin-top: 0;
}

.bbh-legal h1,
.bbh-legal h2 {
	color: var(--bbh-brown);
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.08;
}

.bbh-legal a:not(.bbh-button) {
	color: var(--bbh-green);
	text-underline-offset: 3px;
}

.bbh-legal-hero {
	padding: clamp(56px, 7vw, 100px) clamp(28px, 10vw, 180px);
	background: var(--bbh-cream);
}

.bbh-legal-hero h1 {
	max-width: 1050px;
	margin-bottom: 24px;
	font-size: clamp(3.2rem, 6vw, 6rem);
	letter-spacing: -.045em;
}

.bbh-legal-hero > p:not(.bbh-eyebrow):not(.bbh-legal-date) {
	max-width: 760px;
	margin-bottom: 20px;
	font-size: clamp(1.05rem, 1.3vw, 1.24rem);
	line-height: 1.7;
}

.bbh-legal-date {
	margin-bottom: 0;
	color: rgba(75, 49, 38, .72);
	font-size: .84rem;
	font-weight: 700;
}

.bbh-policy-nav {
	display: flex;
	padding: 0 clamp(28px, 10vw, 180px);
	background: var(--bbh-green);
	overflow-x: auto;
}

.bbh-policy-nav a {
	padding: 19px 24px;
	border-bottom: 3px solid transparent;
	color: rgba(255, 255, 255, .82) !important;
	font-size: .85rem;
	font-weight: 800;
	white-space: nowrap;
	text-decoration: none !important;
}

.bbh-policy-nav a[aria-current="page"] {
	border-bottom-color: var(--bbh-mustard);
	color: #fff !important;
}

.bbh-legal-layout {
	display: grid;
	grid-template-columns: minmax(190px, 250px) minmax(0, 850px);
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(60px, 7vw, 105px) 28px;
	gap: clamp(55px, 8vw, 115px);
}

.bbh-legal-layout aside {
	position: sticky;
	top: 25px;
	display: flex;
	height: max-content;
	max-height: calc(100vh - 50px);
	flex-direction: column;
	border-top: 2px solid var(--bbh-mustard);
	overflow-y: auto;
}

.bbh-legal-layout aside .bbh-eyebrow {
	margin: 22px 0 10px;
}

.bbh-legal-layout aside a {
	padding: 9px 0;
	border-bottom: 1px solid rgba(75, 49, 38, .12);
	color: var(--bbh-brown) !important;
	font-size: .85rem;
	font-weight: 700;
	text-decoration: none !important;
}

.bbh-legal-layout article section {
	scroll-margin-top: 30px;
}

.bbh-legal-layout article section + section {
	margin-top: 54px;
	padding-top: 50px;
	border-top: 1px solid rgba(75, 49, 38, .17);
}

.bbh-legal-layout article h2 {
	margin-bottom: 20px;
	font-size: clamp(1.75rem, 2.5vw, 2.5rem);
}

.bbh-legal-layout article p,
.bbh-legal-layout article li {
	font-size: 1rem;
	line-height: 1.8;
}

.bbh-legal-layout article p {
	margin-bottom: 17px;
}

.bbh-legal-layout article ul,
.bbh-legal-layout article ol {
	margin: 0 0 20px;
	padding-left: 25px;
}

.bbh-legal-contact {
	display: flex;
	padding: clamp(48px, 6vw, 84px) clamp(28px, 9vw, 160px);
	align-items: center;
	justify-content: space-between;
	gap: 42px;
	color: #fff;
	background: var(--bbh-brown);
}

.bbh-legal-contact .bbh-eyebrow,
.bbh-legal-contact h2 {
	color: #fff;
}

.bbh-legal-contact h2 {
	margin-bottom: 14px;
	font-size: clamp(2.3rem, 4vw, 4rem);
}

.bbh-legal-contact p:last-child {
	margin-bottom: 0;
	line-height: 1.65;
}

.bbh-legal-contact > div:last-child {
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
}

@media (max-width: 980px) {
	.bbh-site-brand__wordmark {
		width: 255px;
	}

	.bbh-desktop-nav {
		gap: 17px;
	}
	.bbh-hero {
		grid-template-columns: 1fr 44%;
	}

	.bbh-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.bbh-benefits div:nth-child(3) {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, .22);
	}

	.bbh-benefits div:nth-child(4) {
		border-top: 1px solid rgba(255, 255, 255, .22);
	}

	.bbh-story__copy {
		padding: 60px 45px;
	}

	.bbh-faq-content {
		grid-template-columns: 190px minmax(0, 1fr);
		gap: 45px;
	}

	.bbh-faq-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.bbh-legal-layout {
		grid-template-columns: 190px minmax(0, 1fr);
		gap: 45px;
	}

	.bbh-legal-contact {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 760px) {
	.bbh-global-legal {
		align-items: flex-start;
		flex-direction: column;
	}

	.bbh-global-legal div {
		justify-content: flex-start;
	}
	.bbh-front-page .wp-site-blocks > header,
	.bbh-front-page header.wp-block-template-part {
		padding-block-end: 0 !important;
	}

	.bbh-site-header {
		height: 72px;
		padding-inline: 20px;
	}

	.bbh-site-brand {
		height: 56px;
	}

	.bbh-site-brand__wordmark,
	.bbh-desktop-nav {
		display: none;
	}

	.bbh-site-brand__mark,
	.bbh-mobile-nav {
		display: block;
	}

	.bbh-mobile-nav summary {
		display: flex;
		width: 44px;
		height: 44px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 5px;
		list-style: none;
	}

	.bbh-mobile-nav summary::-webkit-details-marker {
		display: none;
	}

	.bbh-mobile-nav summary span {
		display: block;
		width: 23px;
		height: 2px;
		background: var(--bbh-brown);
	}

	.bbh-mobile-nav nav {
		position: absolute;
		top: 72px;
		right: 0;
		left: 0;
		display: grid;
		padding: 10px 20px 18px;
		border-top: 1px solid rgba(75, 49, 38, .12);
		background: var(--bbh-paper);
		box-shadow: 0 15px 28px rgba(75, 49, 38, .12);
	}

	.bbh-mobile-nav nav a {
		padding: 13px 4px;
		border-bottom: 1px solid rgba(75, 49, 38, .1);
		color: var(--bbh-brown) !important;
		font-weight: 700;
		text-decoration: none !important;
	}

	.bbh-section {
		padding-block: 52px;
	}

	.bbh-section-heading {
		margin-bottom: 32px;
	}

	.bbh-hero,
	.bbh-story {
		grid-template-columns: 1fr;
	}

	.bbh-hero {
		height: auto;
		min-height: 0;
	}

	.bbh-hero__copy {
		padding: 34px 24px 32px;
	}

	.bbh-hero__media {
		position: relative;
		height: auto;
		min-height: 480px;
	}

	.bbh-hero__media img {
		object-position: center 75%;
	}

	.bbh-products,
	.bbh-steps {
		grid-template-columns: 1fr;
	}

	.bbh-products {
		gap: 16px;
	}

	.bbh-product {
		display: grid;
		grid-template-columns: minmax(132px, 42%) 1fr;
		min-height: 170px;
	}

	.bbh-product__image {
		height: 100%;
		aspect-ratio: auto;
	}

	.bbh-product__body {
		padding: 20px 18px;
	}

	.bbh-product h3 {
		margin-bottom: 16px;
		font-size: 1.08rem;
		line-height: 1.16;
	}

	.bbh-product__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.bbh-story__media {
		min-height: 480px;
	}

	.bbh-story__copy {
		padding: 46px 24px;
	}

	.bbh-cta {
		align-items: flex-start;
		flex-direction: column;
		padding-block: 42px;
	}

	.bbh-secondary-links {
		grid-template-columns: 1fr;
	}

	.bbh-secondary-links a + a {
		border-top: 1px solid rgba(255, 255, 255, .25);
		border-left: 0;
	}

	.bbh-faq-hero {
		min-height: 0;
		padding: 52px 24px;
	}

	.bbh-faq-hero > img {
		display: none;
	}

	.bbh-faq-hero h1 {
		font-size: clamp(3rem, 14vw, 4.5rem);
	}

	.bbh-faq-content {
		display: block;
		padding: 52px 24px 64px;
	}

	.bbh-faq-content aside {
		position: static;
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin-bottom: 55px;
	}

	.bbh-faq-content aside .bbh-eyebrow {
		grid-column: 1 / -1;
	}

	.bbh-faq-content aside a:nth-of-type(odd) {
		padding-right: 12px;
	}

	.bbh-faq-content aside a:nth-of-type(even) {
		padding-left: 12px;
	}

	.bbh-faq-group + .bbh-faq-group {
		margin-top: 58px;
	}

	.bbh-faq-group details > div {
		padding-right: 30px;
	}

	.bbh-faq-cta {
		padding: 48px 24px;
	}

	.bbh-faq-cta__actions,
	.bbh-faq-cta__actions .bbh-button {
		width: 100%;
	}

	.bbh-faq-cta__actions {
		flex-direction: column;
	}

	.bbh-legal-hero {
		padding: 52px 24px;
	}

	.bbh-legal-hero h1 {
		font-size: clamp(2.8rem, 13vw, 4.4rem);
	}

	.bbh-policy-nav {
		padding-inline: 12px;
	}

	.bbh-policy-nav a {
		padding: 16px 13px;
	}

	.bbh-legal-layout {
		display: block;
		padding: 52px 24px 64px;
	}

	.bbh-legal-layout aside {
		display: none;
	}

	.bbh-legal-layout article section + section {
		margin-top: 42px;
		padding-top: 38px;
	}

	.bbh-legal-contact {
		padding: 48px 24px;
	}

	.bbh-legal-contact > div:last-child,
	.bbh-legal-contact .bbh-button {
		width: 100%;
	}

	.bbh-legal-contact > div:last-child {
		flex-direction: column;
	}
}

@media (max-width: 460px) {
	.bbh-actions,
	.bbh-button {
		width: 100%;
	}

	.bbh-benefits {
		grid-template-columns: 1fr;
	}

	.bbh-benefits div + div,
	.bbh-benefits div:nth-child(3) {
		border-top: 1px solid rgba(255, 255, 255, .22);
		border-left: 0;
	}

	.bbh-secondary-links a {
		align-items: flex-start;
		flex-direction: column;
	}

	.bbh-product {
		grid-template-columns: 40% 1fr;
		min-height: 156px;
	}

	.bbh-product__body {
		padding: 16px 14px;
	}

	.bbh-product h3 {
		font-size: .98rem;
	}

	.bbh-text-link {
		font-size: .78rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bbh-home *,
	.bbh-home *::before,
	.bbh-home *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
