:root {
	--fbsh-green: #0b2f24;
	--fbsh-green-deep: #061b15;
	--fbsh-green-mid: #124735;
	--fbsh-black: #050706;
	--fbsh-ink: #101411;
	--fbsh-white: #ffffff;
	--fbsh-offwhite: #f2f4ef;
	--fbsh-line: rgba(11, 47, 36, 0.16);
	--fbsh-muted: #667068;
	--fbsh-shell: 1480px;
	--fbsh-radius: 26px;
	--fbsh-shadow: 0 28px 80px rgba(5, 7, 6, 0.14);
}

body.fb-shop-hub-active {
	background: var(--fbsh-black);
}

body.fb-shop-hub-active #content,
body.fb-shop-hub-active #primary,
body.fb-shop-hub-active .site-content,
body.fb-shop-hub-active .content-area,
body.fb-shop-hub-active .site-main {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.fb-shop-hub-active .woocommerce-breadcrumb,
body.fb-shop-hub-active .woocommerce-products-header,
body.fb-shop-hub-active .entry-header,
body.fb-shop-hub-active .page-header,
body.fb-shop-hub-active aside.widget-area {
	display: none !important;
}

.fbsh,
.fbsh * {
	box-sizing: border-box;
}

.fbsh {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: var(--fbsh-offwhite);
	color: var(--fbsh-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.5;
}

.fbsh a {
	color: inherit;
	text-decoration: none;
}

.fbsh img,
.fbsh svg {
	display: block;
}

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

.fbsh-shell {
	position: relative;
	z-index: 2;
	width: min(calc(100% - 48px), var(--fbsh-shell));
	margin: 0 auto;
}

.fbsh-hero {
	position: relative;
	min-height: 790px;
	display: grid;
	align-items: stretch;
	isolation: isolate;
	color: var(--fbsh-white);
	background: var(--fbsh-green-deep);
}

.fbsh-hero__image,
.fbsh-hero__shade,
.fbsh-hero__grain {
	position: absolute;
	inset: 0;
}

.fbsh-hero__image {
	z-index: -3;
	background-image: var(--fbsh-hero-bg);
	background-position: center 36%;
	background-size: cover;
	transform: scale(1.02);
}

.fbsh-hero__shade {
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(3, 18, 13, 0.98) 0%, rgba(5, 29, 22, 0.92) 37%, rgba(7, 29, 22, 0.54) 66%, rgba(3, 12, 9, 0.38) 100%),
		linear-gradient(0deg, rgba(2, 8, 6, 0.78) 0%, transparent 48%);
}

.fbsh-hero__grain {
	z-index: -1;
	opacity: 0.16;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
	mix-blend-mode: soft-light;
	pointer-events: none;
}

.fbsh-hero__shell {
	min-height: inherit;
	display: grid;
	grid-template-rows: auto 1fr auto;
	padding: 34px 0 0;
}

.fbsh-brandline {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 44px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.fbsh-brandline__logo {
	width: auto;
	max-width: 236px;
	max-height: 72px;
	object-fit: contain;
	object-position: left center;
}

.fbsh-wordmark {
	font-size: 17px;
	font-weight: 950;
	letter-spacing: -0.035em;
}

.fbsh-wordmark span {
	font-weight: 500;
}

.fbsh-brandline__rule {
	width: 62px;
	height: 1px;
	background: rgba(255,255,255,.5);
}

.fbsh-hero__content {
	align-self: center;
	max-width: 870px;
	padding: 92px 0 88px;
}

.fbsh-kicker {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 24px;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .18em;
	line-height: 1.2;
	text-transform: uppercase;
}

.fbsh-kicker span {
	width: 34px;
	height: 2px;
	background: currentColor;
}

.fbsh-kicker--dark {
	color: var(--fbsh-green);
}

.fbsh-hero h1,
.fbsh-section-head h2,
.fbsh-closing h2 {
	margin: 0;
	font-family: "Arial Black", Impact, Haettenschweiler, sans-serif;
	font-weight: 950;
	letter-spacing: -0.065em;
	line-height: .91;
	text-wrap: balance;
}

.fbsh-hero h1 {
	max-width: 900px;
	font-size: clamp(68px, 8.4vw, 148px);
	text-transform: uppercase;
}

.fbsh-hero h1 em {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: -0.07em;
	text-transform: none;
}

.fbsh-hero__copy {
	max-width: 690px;
	margin: 30px 0 0;
	font-size: clamp(17px, 1.35vw, 22px);
	line-height: 1.62;
	color: rgba(255,255,255,.79);
}

.fbsh-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 38px;
}

.fbsh-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 58px;
	padding: 0 22px 0 26px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
	transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.fbsh-button:hover {
	transform: translateY(-3px);
}

.fbsh-button b {
	font-size: 18px;
	font-weight: 500;
}

.fbsh-button--white {
	background: var(--fbsh-white);
	color: var(--fbsh-black) !important;
	border: 1px solid rgba(5, 7, 6, 0.12);
	box-shadow: 0 14px 38px rgba(0, 0, 0, 0.18);
}

.fbsh-button--white:hover {
	background: #eef2ed;
	color: var(--fbsh-black) !important;
}

.fbsh-button--ghost {
	border-color: rgba(255,255,255,.34);
	background: rgba(0,0,0,.15);
	color: var(--fbsh-white);
	backdrop-filter: blur(12px);
}

.fbsh-button--ghost:hover {
	border-color: rgba(255,255,255,.78);
	background: rgba(255,255,255,.08);
}

.fbsh-proof {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid rgba(255,255,255,.22);
	background: rgba(0,0,0,.1);
	backdrop-filter: blur(15px);
}

.fbsh-proof > div {
	position: relative;
	padding: 25px 28px 27px 0;
}

.fbsh-proof > div:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 23px;
	right: 28px;
	bottom: 23px;
	width: 1px;
	background: rgba(255,255,255,.17);
}

.fbsh-proof strong,
.fbsh-proof span {
	display: block;
}

.fbsh-proof strong {
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.fbsh-proof span {
	margin-top: 4px;
	font-size: 12px;
	color: rgba(255,255,255,.63);
}

.fbsh-routes {
	position: relative;
	padding: 112px 0 128px;
	background:
		radial-gradient(circle at 85% 10%, rgba(11,47,36,.08), transparent 31%),
		linear-gradient(180deg, #f7f8f5 0%, var(--fbsh-offwhite) 100%);
}

.fbsh-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .58fr);
	align-items: end;
	gap: 70px;
	margin-bottom: 58px;
}

.fbsh-section-head h2 {
	font-size: clamp(56px, 6vw, 102px);
	color: var(--fbsh-green-deep);
	text-transform: uppercase;
}

.fbsh-section-head > p,
.fbsh-deals__intro p {
	margin: 0;
	font-size: 18px;
	line-height: 1.7;
	color: var(--fbsh-muted);
}

.fbsh-route-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.fbsh-route {
	position: relative;
	isolation: isolate;
	min-height: 650px;
	overflow: hidden;
	border-radius: var(--fbsh-radius);
	background: var(--fbsh-green-deep);
	color: var(--fbsh-white);
	box-shadow: var(--fbsh-shadow);
}

.fbsh-route__media,
.fbsh-route__shade {
	position: absolute;
	inset: 0;
}

.fbsh-route__media {
	z-index: -2;
	background-image: var(--fbsh-bg);
	background-position: center;
	background-size: cover;
	transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s ease;
}

.fbsh-route__shade {
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(2,15,11,.15) 32%, rgba(4,22,16,.95) 76%, rgba(4,20,15,1) 100%),
		linear-gradient(90deg, rgba(6,33,25,.75), transparent 66%);
}

.fbsh-route:hover .fbsh-route__media {
	transform: scale(1.055);
	filter: saturate(.9) contrast(1.02);
}

.fbsh-route__top {
	position: absolute;
	top: 24px;
	left: 24px;
	right: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.fbsh-route__number,
.fbsh-route__meta,
.fbsh-route__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.22);
	background: rgba(4,15,11,.43);
	backdrop-filter: blur(13px);
}

.fbsh-route__number {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-family: Georgia, serif;
	font-size: 13px;
}

.fbsh-route__meta {
	height: 50px;
	padding: 0 18px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.fbsh-route__icon {
	width: 50px;
	height: 50px;
	margin-left: auto;
	border-radius: 50%;
}

.fbsh-route__icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.55;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fbsh-route__content {
	position: absolute;
	left: 42px;
	right: 42px;
	bottom: 38px;
}

.fbsh-route__label {
	margin: 0 0 13px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: rgba(255,255,255,.69);
}

.fbsh-route h3 {
	max-width: 580px;
	margin: 0;
	font-family: "Arial Black", Impact, sans-serif;
	font-size: clamp(38px, 4vw, 64px);
	font-weight: 950;
	letter-spacing: -.055em;
	line-height: .95;
	text-transform: uppercase;
}

.fbsh-route__copy {
	max-width: 610px;
	margin: 18px 0 0;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255,255,255,.73);
}

.fbsh-route__points {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 23px 0 0;
	padding: 0;
	list-style: none;
}

.fbsh-route__points li {
	padding: 8px 12px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: rgba(255,255,255,.78);
}

.fbsh-route__farms {
	margin-top: 20px;
	padding-top: 17px;
	border-top: 1px solid rgba(255,255,255,.17);
}

.fbsh-route__farms > span {
	display: block;
	margin-bottom: 8px;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: rgba(255,255,255,.54);
}

.fbsh-route__farms div {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	font-size: 11px;
}

.fbsh-route__farms i {
	font-style: normal;
	color: rgba(255,255,255,.34);
}

.fbsh-route__farms a:hover {
	text-decoration: underline;
}

.fbsh-route__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 58px;
	margin-top: 24px;
	padding: 0 20px 0 22px;
	border-radius: 14px;
	background: var(--fbsh-white);
	color: var(--fbsh-black) !important;
	border: 1px solid rgba(5, 7, 6, 0.14);
	box-shadow: 0 14px 38px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
	transition: transform .2s ease, background .2s ease;
}

.fbsh-route__cta:hover {
	transform: translateY(-2px);
	background: #eef2ed;
	color: var(--fbsh-black) !important;
}

.fbsh-route__cta span,
.fbsh-route__cta b {
	color: var(--fbsh-black) !important;
}

.fbsh-route__cta b {
	font-size: 20px;
	font-weight: 400;
}

.fbsh-deals {
	position: relative;
	padding: 120px 0 130px;
	background:
		linear-gradient(135deg, rgba(18,71,53,.16) 0%, transparent 28%),
		var(--fbsh-black);
	color: var(--fbsh-white);
}

.fbsh-deals::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .08;
	background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(to bottom, #000, transparent 82%);
	pointer-events: none;
}

.fbsh-section-head--deals h2 {
	color: var(--fbsh-white);
}

.fbsh-section-head--deals .fbsh-kicker,
.fbsh-deals__intro p {
	color: rgba(255,255,255,.68);
}

.fbsh-deals__intro {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
}

.fbsh-live {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 8px 12px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: rgba(255,255,255,.72);
}

.fbsh-live i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 5px rgba(255,255,255,.09);
	animation: fbshPulse 1.8s infinite;
}

@keyframes fbshPulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: .45; transform: scale(.8); }
}

.fbsh-deal-spotlights {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.fbsh-deal {
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 22px;
	background: #101411;
	box-shadow: 0 24px 70px rgba(0,0,0,.28);
	transition: transform .25s ease, border-color .25s ease;
}

.fbsh-deal:hover {
	transform: translateY(-5px);
	border-color: rgba(255,255,255,.34);
}

.fbsh-deal__image {
	position: relative;
	display: block;
	aspect-ratio: 1.32 / 1;
	overflow: hidden;
	background: #0b0d0c;
}

.fbsh-deal--spotlight .fbsh-deal__image {
	aspect-ratio: 1.72 / 1;
}

.fbsh-deal__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 47%, rgba(2,8,6,.42) 100%);
	pointer-events: none;
}

.fbsh-deal__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s cubic-bezier(.2,.7,.2,1);
}

.fbsh-deal:hover .fbsh-deal__image img {
	transform: scale(1.045);
}

.fbsh-deal__badge,
.fbsh-deal__number {
	position: absolute;
	z-index: 2;
	top: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border: 1px solid rgba(255,255,255,.2);
	background: rgba(4,20,15,.8);
	backdrop-filter: blur(12px);
	color: var(--fbsh-white);
}

.fbsh-deal__badge {
	left: 18px;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.fbsh-deal__number {
	right: 18px;
	width: 38px;
	border-radius: 50%;
	font-family: Georgia, serif;
	font-size: 11px;
}

.fbsh-deal__body {
	padding: 24px;
}

.fbsh-deal--spotlight .fbsh-deal__body {
	padding: 30px;
}

.fbsh-deal__source {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	min-height: 18px;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: rgba(255,255,255,.55);
}

.fbsh-deal__source i {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,.38);
}

.fbsh-deal__source a:hover {
	color: #fff;
}

.fbsh-deal h3 {
	margin: 12px 0 21px;
	font-family: "Arial Black", Impact, sans-serif;
	font-size: 25px;
	font-weight: 950;
	letter-spacing: -.04em;
	line-height: 1.06;
	text-transform: uppercase;
}

.fbsh-deal--spotlight h3 {
	font-size: clamp(30px, 3vw, 47px);
}

.fbsh-deal h3 a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.fbsh-deal__value {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 18px;
	padding: 18px 0;
	border-top: 1px solid rgba(255,255,255,.12);
	border-bottom: 1px solid rgba(255,255,255,.12);
}

.fbsh-deal__value > div > span,
.fbsh-deal__price > span {
	display: block;
	margin-bottom: 5px;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: rgba(255,255,255,.48);
}

.fbsh-deal__value strong {
	display: block;
	font-size: 25px;
	font-weight: 950;
	line-height: 1;
}

.fbsh-deal--spotlight .fbsh-deal__value strong {
	font-size: clamp(28px, 3vw, 42px);
}

.fbsh-deal__value strong small {
	margin-left: 3px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
	color: rgba(255,255,255,.54);
}

.fbsh-deal__price {
	text-align: right;
}

.fbsh-deal__price del {
	display: block;
	font-size: 11px;
	color: rgba(255,255,255,.38);
}

.fbsh-deal__price strong {
	margin-top: 4px;
	font-size: 18px;
}

.fbsh-deal__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 20px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.fbsh-deal__cta b {
	font-size: 18px;
	font-weight: 400;
	transition: transform .2s ease;
}

.fbsh-deal__cta:hover b {
	transform: translate(3px,-3px);
}

.fbsh-deals__subhead {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin: 76px 0 28px;
}

.fbsh-deals__subhead span {
	display: block;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: rgba(255,255,255,.49);
}

.fbsh-deals__subhead h3 {
	margin: 0;
	font-family: "Arial Black", Impact, sans-serif;
	font-size: clamp(28px, 3vw, 46px);
	font-weight: 950;
	letter-spacing: -.045em;
	line-height: 1;
	text-transform: uppercase;
}

.fbsh-deals__subhead > a {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,.38);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.fbsh-deal-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.fbsh-deals-empty {
	padding: 42px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 22px;
	background: rgba(255,255,255,.04);
}

.fbsh-deals-empty strong {
	display: block;
	font-size: 22px;
}

.fbsh-deals-empty p {
	max-width: 780px;
	margin: 10px 0 0;
	color: rgba(255,255,255,.63);
}

.fbsh-closing {
	padding: 95px 0;
	background: var(--fbsh-green);
	color: var(--fbsh-white);
}

.fbsh-closing__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 70px;
}

.fbsh-closing h2 {
	max-width: 1000px;
	font-size: clamp(43px, 5.5vw, 86px);
	text-transform: uppercase;
}

[data-fbsh-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .72s ease var(--fbsh-delay, 0ms), transform .72s cubic-bezier(.2,.7,.2,1) var(--fbsh-delay, 0ms);
}

[data-fbsh-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

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

	[data-fbsh-reveal] {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 1180px) {
	.fbsh-hero {
		min-height: 730px;
	}

	.fbsh-section-head {
		grid-template-columns: 1fr minmax(280px, .5fr);
		gap: 40px;
	}

	.fbsh-route {
		min-height: 610px;
	}

	.fbsh-route__content {
		left: 32px;
		right: 32px;
		bottom: 30px;
	}

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

@media (max-width: 900px) {
	.fbsh-shell {
		width: min(calc(100% - 32px), var(--fbsh-shell));
	}

	.fbsh-hero {
		min-height: 760px;
	}

	.fbsh-hero__image {
		background-position: 62% center;
	}

	.fbsh-hero__shade {
		background: linear-gradient(90deg, rgba(3,18,13,.97), rgba(5,29,22,.86) 58%, rgba(3,12,9,.52));
	}

	.fbsh-hero__content {
		padding: 78px 0 72px;
	}

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

	.fbsh-proof > div:nth-child(2)::after {
		display: none;
	}

	.fbsh-proof > div:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255,255,255,.14);
	}


	.fbsh-section-head {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.fbsh-route-grid,
	.fbsh-deal-spotlights {
		grid-template-columns: 1fr;
	}

	.fbsh-route {
		min-height: 620px;
	}

	.fbsh-closing__inner {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 34px;
	}

	.fbsh-closing__inner .fbsh-button {
		justify-self: start;
	}
}

@media (max-width: 640px) {
	.fbsh-shell {
		width: min(calc(100% - 24px), var(--fbsh-shell));
	}

	.fbsh-hero {
		min-height: 710px;
	}

	.fbsh-hero__shell {
		padding-top: 22px;
	}

	.fbsh-brandline {
		gap: 10px;
		font-size: 8px;
		letter-spacing: .1em;
	}

	.fbsh-brandline__logo {
		max-width: 154px;
		max-height: 48px;
	}

	.fbsh-wordmark {
		font-size: 14px;
	}

	.fbsh-brandline__rule {
		width: 24px;
	}

	.fbsh-hero__content {
		padding: 70px 0 62px;
	}

	.fbsh-hero h1 {
		font-size: clamp(55px, 17vw, 82px);
	}

	.fbsh-hero__copy {
		font-size: 15px;
		line-height: 1.55;
	}

	.fbsh-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.fbsh-button {
		width: 100%;
	}

	.fbsh-proof {
		margin: 0 -12px;
	}

	.fbsh-proof > div {
		padding: 18px 14px;
	}

	.fbsh-proof > div:not(:last-child)::after {
		right: 0;
		top: 15px;
		bottom: 15px;
	}

	.fbsh-proof strong {
		font-size: 10px;
	}

	.fbsh-proof span {
		font-size: 9px;
	}

	.fbsh-routes,
	.fbsh-deals {
		padding: 78px 0 86px;
	}

	.fbsh-section-head {
		margin-bottom: 36px;
	}

	.fbsh-section-head h2 {
		font-size: 52px;
	}

	.fbsh-section-head > p,
	.fbsh-deals__intro p {
		font-size: 15px;
	}

	.fbsh-route {
		min-height: 570px;
		border-radius: 18px;
	}

	.fbsh-route__top {
		top: 16px;
		left: 16px;
		right: 16px;
	}

	.fbsh-route__number,
	.fbsh-route__meta,
	.fbsh-route__icon {
		height: 42px;
	}

	.fbsh-route__number,
	.fbsh-route__icon {
		width: 42px;
	}

	.fbsh-route__content {
		left: 22px;
		right: 22px;
		bottom: 20px;
	}

	.fbsh-route h3 {
		font-size: 39px;
	}

	.fbsh-route__copy {
		font-size: 13px;
	}

	.fbsh-route__points {
		gap: 5px;
	}

	.fbsh-route__points li {
		padding: 7px 9px;
		font-size: 8px;
	}

	.fbsh-route__cta {
		min-height: 52px;
	}

	.fbsh-deal-grid {
		display: flex;
		overflow-x: auto;
		gap: 12px;
		margin-right: -12px;
		padding-right: 12px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.fbsh-deal-grid::-webkit-scrollbar {
		display: none;
	}

	.fbsh-deal-grid .fbsh-deal {
		flex: 0 0 84%;
		scroll-snap-align: start;
	}

	.fbsh-deal {
		border-radius: 18px;
	}

	.fbsh-deal--spotlight .fbsh-deal__body,
	.fbsh-deal__body {
		padding: 21px;
	}

	.fbsh-deal--spotlight h3,
	.fbsh-deal h3 {
		font-size: 27px;
	}

	.fbsh-deal__value {
		grid-template-columns: 1fr auto;
		gap: 10px;
	}

	.fbsh-deal--spotlight .fbsh-deal__value strong,
	.fbsh-deal__value strong {
		font-size: 25px;
	}

	.fbsh-deals__subhead {
		align-items: start;
		flex-direction: column;
		margin-top: 54px;
	}

	.fbsh-deals__subhead h3 {
		font-size: 30px;
	}

	.fbsh-closing {
		padding: 72px 0;
	}

	.fbsh-closing h2 {
		font-size: 45px;
	}
}
