.baitfever-brand-page {
	background: var(--bf-ink);
}

.baitfever-brand-page .site-main {
	background: var(--bf-ink);
	color: var(--bf-text);
}

.bf-about,
.bf-about * {
	box-sizing: border-box;
}

.bf-about {
	font-family: var(--bf-body);
	font-size: 17px;
	line-height: 1.68;
	overflow: hidden;
}

.bf-about img {
	display: block;
	max-width: 100%;
}

.bf-about h1,
.bf-about h2,
.bf-about h3 {
	font-family: var(--bf-display);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.02;
	margin-top: 0;
}

.bf-about h1 {
	font-size: 7rem;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.bf-about h2 {
	font-size: 3.8rem;
	margin-bottom: 22px;
}

.bf-about p {
	margin-top: 0;
}

.bf-about-hero {
	background: var(--bf-ink);
	color: #ffffff;
	min-height: 460px;
	overflow: hidden;
	position: relative;
}

.bf-about-hero__background,
.bf-about-hero__shade {
	position: absolute;
}

.bf-about-hero__background {
	height: 100%;
	inset: 0;
	max-width: none;
	object-fit: cover;
	object-position: center 48%;
	opacity: 0.74;
	width: 100%;
}

.bf-about-hero__shade {
	background:
		linear-gradient(90deg, rgba(8, 9, 11, 0.98) 0%, rgba(8, 9, 11, 0.92) 45%, rgba(8, 9, 11, 0.58) 100%),
		linear-gradient(180deg, rgba(8, 9, 11, 0.2) 0%, rgba(8, 9, 11, 0.92) 100%),
		linear-gradient(135deg, rgba(255, 90, 31, 0.14), transparent 42%);
	inset: 0;
}

.bf-about-hero__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: inherit;
	padding-block: 68px 60px;
	position: relative;
	z-index: 1;
}

.bf-about-hero__promise {
	font-family: var(--bf-display);
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.05;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.bf-about-hero__intro {
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.08rem;
	max-width: 650px;
}

.bf-about-hero .bf-button {
	align-self: flex-start;
	margin-top: 22px;
}

.bf-about-intro,
.bf-about-signals,
.bf-about-duo,
.bf-about-worlds,
.bf-about-closing {
	padding-block: 108px;
}

.bf-about-intro {
	background: #111016;
	isolation: isolate;
	position: relative;
}

.bf-about-intro::before,
.bf-about-duo::before,
.bf-about-closing::before,
.bf-line-products::before,
.bf-line-closing::before {
	background-image: url("../images/duo-boilies.png");
	background-position: center;
	background-size: cover;
	content: "";
	inset: 0;
	opacity: 0.055;
	position: absolute;
	z-index: -1;
}

.bf-about-intro::before {
	background-image: url("../images/editorial/bivvy-dawn-lake.png");
	background-position: center 55%;
	opacity: 0.11;
}

.bf-about-intro__grid {
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.bf-about-intro__copy {
	color: var(--bf-muted);
	font-size: 1.08rem;
}

.bf-about-signals,
.bf-about-worlds {
	background: var(--bf-ink);
}

.bf-signal-list {
	border-top: 1px solid var(--bf-line);
	list-style: none;
	margin: 0;
	padding: 0;
}

.bf-signal-list li {
	align-items: start;
	border-bottom: 1px solid var(--bf-line);
	display: grid;
	gap: 22px;
	grid-template-columns: 54px minmax(190px, 0.45fr) minmax(0, 1fr);
	padding-block: 26px;
}

.bf-signal-list span {
	color: var(--bf-blue);
	font-size: 0.78rem;
	font-weight: 850;
}

.bf-signal-list li:nth-child(2) span {
	color: var(--bf-berry);
}

.bf-signal-list li:nth-child(3) span {
	color: var(--bf-gold);
}

.bf-signal-list strong {
	font-family: var(--bf-display);
	font-size: 1.55rem;
	text-transform: uppercase;
}

.bf-signal-list p {
	color: var(--bf-muted);
	margin-bottom: 0;
}

.bf-about-duo {
	background: #100f15;
	isolation: isolate;
	position: relative;
}

.bf-about-duo__grid {
	align-items: center;
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
}

.bf-about-duo__media img {
	aspect-ratio: 4 / 5;
	border-radius: 6px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bf-about-duo__grid > div:last-child > p:not(.bf-kicker) {
	color: var(--bf-muted);
}

.bf-about-closing {
	background: #0e0e13;
	isolation: isolate;
	position: relative;
	text-align: center;
}

.bf-about-closing__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.bf-about-closing h2 {
	max-width: 870px;
}

.bf-about-closing p:not(.bf-kicker) {
	color: var(--bf-muted);
	font-size: 1.08rem;
}

@media (max-width: 900px) {
	.bf-about h1 {
		font-size: 5rem;
	}

	.bf-about h2 {
		font-size: 3rem;
	}

	.bf-about-intro__grid,
	.bf-about-duo__grid {
		gap: 44px;
		grid-template-columns: 1fr;
	}

	.bf-about-duo__media {
		max-width: 580px;
	}
}

@media (max-width: 620px) {
	.bf-about {
		font-size: 16px;
	}

	.bf-about .bf-shell {
		max-width: calc(100vw - 32px);
		min-width: 0;
	}

	.bf-about h1 {
		font-size: 3.5rem;
	}

	.bf-about h2 {
		font-size: 2.35rem;
	}

	.bf-about-hero {
		min-height: 420px;
	}

	.bf-about-hero__background {
		height: 100%;
		opacity: 0.58;
		width: 100%;
	}

	.bf-about-hero__promise {
		font-size: 1.8rem;
	}

	.bf-about-hero__inner,
	.bf-about-hero__intro,
	.bf-about-intro__grid,
	.bf-about-duo__grid {
		max-width: calc(100vw - 32px);
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.bf-about-intro,
	.bf-about-signals,
	.bf-about-duo,
	.bf-about-worlds,
	.bf-about-closing {
		padding-block: 76px;
	}

	.bf-signal-list li {
		gap: 8px 16px;
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.bf-signal-list p {
		grid-column: 2;
	}
}

/* Duo Instinct product world */
.bf-line-page,
.bf-line-page * {
	box-sizing: border-box;
}

.bf-line-page {
	background: var(--bf-ink);
	color: var(--bf-text);
	font-family: var(--bf-body);
	font-size: 17px;
	line-height: 1.65;
	overflow: hidden;
}

.bf-line-page img {
	display: block;
	max-width: 100%;
}

.bf-line-page h1,
.bf-line-page h2,
.bf-line-page h3 {
	font-family: var(--bf-display);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.98;
	margin-top: 0;
}

.bf-line-page h2 {
	font-size: 3.8rem;
	margin-bottom: 22px;
}

.bf-line-page p {
	margin-top: 0;
}

.bf-line-hero {
	background: #090a0d;
	isolation: isolate;
	min-height: 690px;
	overflow: hidden;
	position: relative;
}

.bf-line-hero::before {
	background-image: url("../images/editorial/bivvy-moonlit-lake.png");
	background-position: center;
	background-size: cover;
	content: "";
	inset: 0;
	opacity: 0.24;
	position: absolute;
	z-index: 0;
}

.bf-line-hero::after {
	background:
		linear-gradient(90deg, rgba(9, 10, 13, 0.98) 0%, rgba(9, 10, 13, 0.82) 46%, rgba(9, 10, 13, 0.68) 100%),
		linear-gradient(180deg, rgba(9, 10, 13, 0.5), rgba(9, 10, 13, 0.96));
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.bf-line-hero__signal {
	background: var(--bf-signal-gradient);
	bottom: 0;
	box-shadow: var(--bf-signal-bar-shadow);
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 4;
}

.bf-line-hero__inner {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
	min-height: inherit;
	padding-block: 56px 44px;
	position: relative;
	z-index: 2;
}

.bf-line-hero__copy {
	position: relative;
	z-index: 3;
}

.bf-line-hero__logo {
	display: block;
	filter: drop-shadow(0 8px 18px rgba(255, 90, 31, 0.2));
	height: auto;
	margin-bottom: 16px;
	max-width: 170px;
	width: 36%;
}

.bf-line-hero h1 {
	font-size: 5.4rem;
	margin-bottom: 18px;
	overflow-wrap: normal;
	text-transform: uppercase;
	word-break: keep-all;
}

.bf-line-hero h1 span {
	display: block;
	white-space: nowrap;
}

.bf-line-hero__promise {
	color: var(--bf-gold);
	font-family: var(--bf-display);
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.05;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.bf-line-hero__intro {
	color: var(--bf-muted);
	max-width: 540px;
}

.bf-line-hero__products {
	align-self: end;
	height: 600px;
	min-width: 0;
	position: relative;
	z-index: 2;
}

.bf-line-pack {
	bottom: -18px;
	margin: 0;
	position: absolute;
	width: min(39%, 300px);
}

.bf-line-pack img {
	filter: drop-shadow(0 -1px 1px rgba(255, 255, 255, 0.3)) drop-shadow(0 28px 22px rgba(0, 0, 0, 0.48));
	height: 600px;
	object-fit: contain;
	width: 100%;
}

.bf-line-pack--garlic {
	left: 0;
	transform: scale(0.94);
	z-index: 1;
}

.bf-line-pack--fruit {
	right: 0;
	transform: scale(0.94);
	z-index: 2;
}

.bf-line-pack--pitaya {
	left: 50%;
	transform: translateX(-50%) scale(1.03);
	z-index: 3;
}

.bf-line-manifesto,
.bf-line-mechanics,
.bf-line-products,
.bf-line-closing {
	padding-block: 108px;
}

.bf-line-manifesto {
	background: #111016;
	isolation: isolate;
	position: relative;
}

.bf-line-manifesto::before {
	background-image: url("../images/duo-boilies.png");
	background-position: center;
	background-size: cover;
	content: "";
	inset: 0;
	opacity: 0.055;
	position: absolute;
	z-index: -1;
}

.bf-line-manifesto__grid {
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.bf-line-manifesto__title span {
	display: block;
}

.bf-line-manifesto__copy {
	color: var(--bf-muted);
	font-size: 1.08rem;
}

.bf-line-mechanics {
	background: #0b0c10;
}

.bf-line-mechanic-list {
	border-top: 1px solid var(--bf-line);
	list-style: none;
	margin: 0;
	padding: 0;
}

.bf-line-mechanic-list li {
	align-items: start;
	border-bottom: 1px solid var(--bf-line);
	display: grid;
	gap: 24px;
	grid-template-columns: 60px minmax(180px, 0.42fr) minmax(0, 1fr);
	padding-block: 28px;
}

.bf-line-mechanic-list span {
	color: var(--bf-flame);
	font-size: 0.78rem;
	font-weight: 850;
}

.bf-line-mechanic-list li:nth-child(2) span {
	color: var(--bf-berry);
}

.bf-line-mechanic-list li:nth-child(3) span {
	color: var(--bf-gold);
}

.bf-line-mechanic-list strong {
	font-family: var(--bf-display);
	font-size: 1.55rem;
	text-transform: uppercase;
}

.bf-line-mechanic-list p {
	color: var(--bf-muted);
	margin-bottom: 0;
}

.bf-line-products {
	background: #100f15;
	isolation: isolate;
	position: relative;
}

.bf-line-product-list {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bf-line-product {
	background: #0c0d10;
	border: 1px solid var(--bf-line);
	border-radius: 6px;
	display: grid;
	grid-template-rows: 410px 1fr;
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bf-line-product:hover,
.bf-line-product:focus-within {
	transform: translateY(-4px);
}

.bf-line-product--garlic:hover,
.bf-line-product--garlic:focus-within {
	border-color: rgba(255, 90, 31, 0.72);
	box-shadow: 0 20px 50px rgba(255, 90, 31, 0.18);
}

.bf-line-product--fruit:hover,
.bf-line-product--fruit:focus-within {
	border-color: rgba(255, 148, 31, 0.72);
	box-shadow: 0 20px 50px rgba(255, 148, 31, 0.2);
}

.bf-line-product--pitaya:hover,
.bf-line-product--pitaya:focus-within {
	border-color: rgba(189, 37, 93, 0.76);
	box-shadow: 0 20px 50px rgba(189, 37, 93, 0.2);
}

.bf-line-product__media {
	align-items: center;
	background: #111217;
	display: flex;
	justify-content: center;
	min-height: 0;
	padding: 24px 26px 0;
}

.bf-line-product__media img {
	filter: drop-shadow(0 24px 18px rgba(0, 0, 0, 0.5));
	height: min(100%, 450px);
	object-fit: contain;
	transition: transform 180ms ease;
	width: min(100%, 340px);
}

.bf-line-product__media:hover img,
.bf-line-product__media:focus-visible img {
	transform: translateY(-8px);
}

.bf-line-product__copy {
	border-top: 4px solid var(--bf-flame);
	padding: 38px;
}

.bf-line-product--fruit .bf-line-product__copy {
	border-top-color: var(--bf-tutti);
}

.bf-line-product--pitaya .bf-line-product__copy {
	border-top-color: #bd255d;
}

.bf-line-product__number {
	color: var(--bf-flame);
	font-size: 0.78rem;
	font-weight: 850;
	text-transform: uppercase;
}

.bf-line-product--fruit .bf-line-product__number {
	color: var(--bf-tutti);
}

.bf-line-product--pitaya .bf-line-product__number {
	color: #ff3f7d;
}

.bf-line-product h3 {
	font-size: 2.65rem;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.bf-line-product__copy > p:not(.bf-line-product__number),
.bf-line-product li {
	color: var(--bf-muted);
}

.bf-line-product ul {
	border-top: 1px solid var(--bf-line);
	list-style: none;
	margin: 26px 0 30px;
	padding: 16px 0 0;
}

.bf-line-product li {
	border-bottom: 1px solid var(--bf-line);
	padding-block: 9px;
}

.bf-line-product--fruit .bf-button--primary {
	background: var(--bf-tutti);
	border-color: var(--bf-tutti);
}

.bf-line-product--pitaya .bf-button--primary {
	background: #bd255d;
	border-color: #bd255d;
}

.bf-line-product--fruit .bf-button--primary:hover,
.bf-line-product--fruit .bf-button--primary:focus-visible {
	background: var(--bf-blue);
}

.bf-line-closing {
	background: #0e0e13;
	isolation: isolate;
	position: relative;
	text-align: center;
}

.bf-line-closing__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.bf-line-closing h2 {
	max-width: 850px;
}

.bf-line-closing p:not(.bf-kicker) {
	color: var(--bf-muted);
}

@media (max-width: 1040px) {
	.bf-line-hero__inner {
		grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
	}

	.bf-line-hero h1 {
		font-size: 4.9rem;
	}

	.bf-line-hero__products,
	.bf-line-pack img {
		height: 520px;
	}

	.bf-line-product-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bf-line-product {
		grid-template-rows: 420px 1fr;
	}

	.bf-line-product:last-child {
		grid-column: 1 / -1;
		justify-self: center;
		max-width: calc(50% - 12px);
		width: 100%;
	}
}

@media (max-width: 820px) {
	.bf-line-page h2 {
		font-size: 3rem;
	}

	.bf-line-hero {
		min-height: auto;
	}

	.bf-line-hero__inner {
		gap: 18px;
		grid-template-columns: 1fr;
		padding-top: 72px;
	}

	.bf-line-hero h1 {
		font-size: clamp(2.7rem, 9vw, 4.15rem);
	}

	.bf-line-hero__products {
		height: 430px;
	}

	.bf-line-manifesto__grid {
		gap: 42px;
		grid-template-columns: 1fr;
	}

	.bf-line-product-list {
		grid-template-columns: 1fr;
	}

	.bf-line-product {
		grid-template-rows: 560px 1fr;
	}

	.bf-line-product:last-child {
		grid-column: auto;
		max-width: none;
	}
}

@media (max-width: 620px) {
	.bf-line-page {
		font-size: 16px;
	}

	.bf-line-page .bf-shell {
		max-width: calc(100vw - 32px);
		min-width: 0;
	}

	.bf-line-page h2 {
		font-size: 2.35rem;
	}

	.bf-line-hero h1 {
		font-size: clamp(2.4rem, 11vw, 2.9rem);
		overflow-wrap: normal;
	}

	.bf-line-hero h1 span {
		max-width: 100%;
		white-space: nowrap;
	}

	.bf-line-hero__promise {
		font-size: clamp(1.2rem, 6.8vw, 1.55rem);
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.bf-line-hero__copy,
	.bf-line-hero__intro {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.bf-line-hero__inner,
	.bf-line-manifesto__grid,
	.bf-line-mechanic-list li {
		max-width: calc(100vw - 32px);
		min-width: 0;
	}

	.bf-line-hero__products {
		height: 224px;
	}

	.bf-line-pack,
	.bf-line-pack img {
		height: 238px;
	}

	.bf-line-pack {
		width: 46%;
	}

	.bf-line-pack--fruit {
		right: 4px;
	}

	.bf-line-manifesto,
	.bf-line-mechanics,
	.bf-line-products,
	.bf-line-closing {
		padding-block: 76px;
	}

	.bf-line-mechanic-list li {
		gap: 8px 16px;
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.bf-line-mechanic-list p {
		grid-column: 2;
	}

	.bf-line-product {
		grid-template-rows: 430px 1fr;
	}

	.bf-line-product__copy {
		padding: 28px 22px;
	}

	.bf-line-product h3 {
		font-size: 2rem;
	}
}
