body {
	background: var(--bf-ink);
}

.bf-skip-link {
	background: var(--bf-text);
	color: var(--bf-ink);
	font-family: var(--bf-body);
	font-weight: 800;
	left: 16px;
	padding: 12px 16px;
	position: fixed;
	top: 12px;
	transform: translateY(-180%);
	transition: transform 120ms ease;
	z-index: 100000;
}

.bf-skip-link:focus {
	transform: translateY(0);
}

.bf-launch-notice {
	background: #111016;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	color: var(--bf-text);
	font-family: var(--bf-body);
}

.bf-launch-notice__inner {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	min-height: 38px;
	padding-block: 7px;
}

.bf-launch-notice p {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.bf-launch-notice strong {
	color: var(--bf-flame);
	font-family: var(--bf-display);
	font-size: 0.72rem;
	text-transform: uppercase;
}

.bf-launch-notice span,
.bf-launch-notice a {
	font-size: 0.78rem;
}

.bf-launch-notice span {
	color: var(--bf-muted);
}

.bf-launch-notice a {
	color: var(--bf-text);
	font-weight: 800;
	text-decoration-color: var(--bf-berry);
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
	white-space: nowrap;
}

.bf-launch-notice a:hover,
.bf-launch-notice a:focus-visible {
	color: var(--bf-berry);
}

.bf-updates,
.bf-updates * {
	box-sizing: border-box;
}

.bf-updates {
	background: var(--bf-ink);
	color: var(--bf-text);
	font-family: var(--bf-body);
}

.bf-updates__hero {
	border-bottom: 1px solid var(--bf-line);
	position: relative;
}

.bf-updates__hero::after {
	background: var(--bf-signal-gradient);
	box-shadow: var(--bf-signal-bar-shadow);
	bottom: -1px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
}

.bf-updates__hero-inner {
	max-width: 860px;
	padding-block: 92px 84px;
}

.bf-updates h1,
.bf-updates h2 {
	font-family: var(--bf-display);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
}

.bf-updates h1 {
	color: var(--bf-flame);
	font-size: clamp(3rem, 7vw, 6.4rem);
	margin-bottom: 24px;
	text-transform: uppercase;
}

.bf-updates h2 {
	color: var(--bf-peach);
	font-size: clamp(2.35rem, 4vw, 4.1rem);
	margin-bottom: 22px;
}

.bf-updates__hero p:not(.bf-kicker),
.bf-updates__copy > p:not(.bf-kicker) {
	color: var(--bf-muted);
	font-size: 1.08rem;
	line-height: 1.75;
	margin: 0;
	max-width: 640px;
}

.bf-updates__signup {
	background: #111016;
	padding-block: 86px;
}

.bf-updates__signup-grid {
	align-items: start;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
}

.bf-updates__form {
	background: #0b0c0f;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 6px;
	box-shadow: inset 0 3px 0 var(--bf-flame), 0 24px 60px rgba(0, 0, 0, 0.22);
	display: grid;
	gap: 18px;
	padding: 32px;
}

.bf-updates__form > label:not(.bf-updates__consent):not(.bf-updates__honeypot) {
	color: var(--bf-text);
	font-size: 0.78rem;
	font-weight: 850;
	text-transform: uppercase;
}

.bf-updates__form-row {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
}

/* Shared guard for native public form fields, including browser autofill. */
.bf-contact-form,
.bf-updates__form {
	color-scheme: dark;
}

html body .bf-contact-form input[type="text"],
html body .bf-contact-form input[type="email"],
html body .bf-contact-form input[type="tel"],
html body .bf-contact-form input[type="url"],
html body .bf-contact-form input[type="number"],
html body .bf-contact-form select,
html body .bf-contact-form textarea,
html body .bf-updates__form input[type="email"] {
	-webkit-appearance: none;
	-webkit-text-fill-color: var(--bf-text) !important;
	appearance: none;
	background-color: #08090c !important;
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	box-shadow: inset 0 0 0 999px #08090c !important;
	color: var(--bf-text) !important;
	font: 500 1rem/1.4 var(--bf-body);
	min-height: 52px;
	padding: 12px 14px;
	width: 100%;
}

html body .bf-contact-form input[type="text"]:-webkit-autofill,
html body .bf-contact-form input[type="email"]:-webkit-autofill,
html body .bf-contact-form input[type="tel"]:-webkit-autofill,
html body .bf-contact-form input[type="url"]:-webkit-autofill,
html body .bf-contact-form input[type="number"]:-webkit-autofill,
html body .bf-contact-form textarea:-webkit-autofill,
html body .bf-updates__form input[type="email"]:-webkit-autofill,
html body .bf-contact-form input[type="text"]:-webkit-autofill:hover,
html body .bf-contact-form input[type="email"]:-webkit-autofill:hover,
html body .bf-contact-form input[type="tel"]:-webkit-autofill:hover,
html body .bf-contact-form input[type="url"]:-webkit-autofill:hover,
html body .bf-contact-form input[type="number"]:-webkit-autofill:hover,
html body .bf-contact-form textarea:-webkit-autofill:hover,
html body .bf-updates__form input[type="email"]:-webkit-autofill:hover,
html body .bf-contact-form input[type="text"]:-webkit-autofill:focus,
html body .bf-contact-form input[type="email"]:-webkit-autofill:focus,
html body .bf-contact-form input[type="tel"]:-webkit-autofill:focus,
html body .bf-contact-form input[type="url"]:-webkit-autofill:focus,
html body .bf-contact-form input[type="number"]:-webkit-autofill:focus,
html body .bf-contact-form textarea:-webkit-autofill:focus,
html body .bf-updates__form input[type="email"]:-webkit-autofill:focus {
	-webkit-box-shadow: inset 0 0 0 999px #08090c !important;
	-webkit-text-fill-color: var(--bf-text) !important;
	box-shadow: inset 0 0 0 999px #08090c !important;
	caret-color: var(--bf-text);
	transition: background-color 9999s ease-out 0s;
}

.bf-updates__form input[type="email"]::placeholder {
	color: rgba(247, 241, 232, 0.42);
	opacity: 1;
}

.bf-updates__form input[type="email"]:focus {
	border-color: var(--bf-berry);
	box-shadow: 0 0 0 3px rgba(255, 63, 125, 0.16);
	outline: 1px solid transparent;
}

.bf-updates__form .bf-button {
	min-height: 52px;
	white-space: nowrap;
}

.bf-updates__consent {
	align-items: flex-start;
	color: var(--bf-muted);
	display: flex;
	font-size: 0.85rem;
	gap: 11px;
	line-height: 1.5;
}

.bf-updates__consent input {
	accent-color: var(--bf-flame);
	flex: 0 0 auto;
	height: 18px;
	margin-top: 2px;
	width: 18px;
}

.bf-updates__consent a {
	color: var(--bf-berry);
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.bf-updates__honeypot {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.bf-updates__notice {
	border: 1px solid currentColor;
	border-radius: 4px;
	font-weight: 750;
	margin: 0;
	padding: 12px 14px;
}

.bf-updates__notice--success {
	color: #67d6a3;
}

.bf-updates__notice--error {
	color: #ff7f74;
}

@media (max-width: 760px) {
	.bf-launch-notice__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
		padding-block: 9px;
	}

	.bf-launch-notice a {
		font-size: 0.76rem;
	}

	.bf-updates__hero-inner {
		padding-block: 68px 62px;
	}

	.bf-updates__signup {
		padding-block: 64px;
	}

	.bf-updates__signup-grid {
		gap: 42px;
		grid-template-columns: 1fr;
	}

	.bf-updates__form {
		padding: 24px;
	}
}

@media (max-width: 520px) {
	.bf-launch-notice span,
	.bf-launch-notice a {
		font-size: 0.74rem;
	}

	.bf-updates h1 {
		font-size: clamp(2.8rem, 15vw, 4rem);
	}

	.bf-updates__hero p:not(.bf-kicker),
	.bf-updates__copy > p:not(.bf-kicker) {
		font-size: 1rem;
	}

	.bf-updates__form-row {
		grid-template-columns: 1fr;
	}

	.bf-updates__form .bf-button {
		width: 100%;
	}
}

#header [data-row] {
	background: var(--bf-ink);
	border-bottom-color: var(--bf-line);
}

#header .site-title,
#header .site-description,
#header .menu-item > a,
#header .ct-icon,
#header .ct-label {
	color: var(--bf-text);
}

#header .menu-item > a {
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

#header .menu-item.current-menu-item > a,
#header .menu-item > a:hover,
#header .menu-item > a:focus-visible {
	color: var(--bf-flame);
}

.bf-header__nav a[aria-current="page"] {
	color: var(--bf-flame);
}

.baitfever-has-custom-header #header {
	display: none;
}

.bf-service-strip,
.bf-footer,
.bf-service-strip *,
.bf-footer * {
	box-sizing: border-box;
}

.bf-service-strip {
	background:
		var(--bf-signal-sheen),
		var(--bf-signal-gradient);
	box-shadow: var(--bf-signal-panel-shadow);
	color: #ffffff;
	font-family: var(--bf-body);
}

.bf-service-strip__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bf-service-strip__grid > div {
	border-right: 1px solid rgba(255, 255, 255, 0.28);
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 24px 30px;
}

.bf-service-strip__grid > div:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.bf-service-strip strong {
	font-family: var(--bf-display);
	font-size: 0.92rem;
	text-transform: uppercase;
}

.bf-service-strip span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.8rem;
}

.bf-footer {
	background: #07080a;
	border-top: 0;
	color: var(--bf-text);
	font-family: var(--bf-body);
	padding-block: 76px 28px;
	position: relative;
}

.bf-footer::before {
	background: var(--bf-signal-gradient);
	box-shadow: var(--bf-signal-bar-shadow);
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.bf-footer__grid {
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(280px, 1.3fr) minmax(170px, 0.6fr) minmax(190px, 0.7fr);
}

.bf-footer__brand {
	max-width: 430px;
}

.bf-footer__brand img {
	height: auto;
	margin-bottom: 22px;
	width: 210px;
}

.bf-footer__brand p {
	color: var(--bf-muted);
	font-size: 0.95rem;
	line-height: 1.7;
	margin-bottom: 18px;
}

.bf-footer__brand strong {
	color: var(--bf-flame);
	font-family: var(--bf-display);
	font-size: 0.85rem;
	text-transform: uppercase;
}

.bf-footer__nav {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.bf-footer__nav h2 {
	color: var(--bf-text);
	font-family: var(--bf-display);
	font-size: 0.92rem;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.bf-footer__nav--accent h2 {
	color: var(--bf-berry);
}

.bf-footer__nav a {
	color: var(--bf-muted);
	font-size: 0.88rem;
	text-decoration: none;
}

.bf-footer__nav a:hover,
.bf-footer__nav a:focus-visible {
	color: var(--bf-berry);
}

.bf-footer__bottom {
	border-top: 1px solid var(--bf-line);
	color: rgba(247, 241, 232, 0.48);
	display: flex;
	font-size: 0.75rem;
	justify-content: space-between;
	margin-top: 58px;
	padding-top: 24px;
}

.bf-footer__bottom span:last-child {
	color: rgba(255, 63, 125, 0.72);
}

.baitfever-has-custom-footer #footer.ct-footer {
	display: none;
}

.bf-notfound,
.bf-notfound * {
	box-sizing: border-box;
}

.bf-notfound {
	background: var(--bf-ink);
	color: var(--bf-text);
	font-family: var(--bf-body);
}

.bf-notfound__hero {
	isolation: isolate;
	min-height: min(760px, calc(100vh - 84px));
	overflow: hidden;
	position: relative;
}

.bf-notfound__background,
.bf-notfound__shade {
	inset: 0;
	position: absolute;
}

.bf-notfound__background {
	filter: saturate(1.05) contrast(1.08);
	height: 100%;
	object-fit: cover;
	width: 100%;
	z-index: -3;
}

.bf-notfound__shade {
	background:
		linear-gradient(90deg, rgba(8, 9, 11, 0.96) 0%, rgba(8, 9, 11, 0.88) 48%, rgba(8, 9, 11, 0.56) 100%),
		linear-gradient(180deg, rgba(255, 90, 31, 0.16), rgba(8, 9, 11, 0.74) 74%);
	z-index: -2;
}

.bf-notfound__hero::after {
	background: var(--bf-signal-gradient);
	box-shadow: var(--bf-signal-bar-shadow);
	content: "";
	height: 4px;
	inset: auto 0 0;
	position: absolute;
}

.bf-notfound__inner {
	align-items: center;
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
	min-height: inherit;
	padding-block: 86px;
	position: relative;
	z-index: 1;
}

.bf-notfound__copy {
	max-width: 760px;
	min-width: 0;
}

.bf-notfound h1 {
	color: #ffffff;
	font-family: var(--bf-display);
	font-size: clamp(3.1rem, 8vw, 7.8rem);
	letter-spacing: 0;
	line-height: 0.9;
	margin: 0 0 24px;
	overflow-wrap: anywhere;
	text-transform: uppercase;
	white-space: normal;
	word-break: normal;
}

.bf-notfound__copy > p:not(.bf-kicker) {
	color: rgba(247, 241, 232, 0.82);
	font-size: 1.08rem;
	line-height: 1.8;
	margin: 0 0 34px;
	max-width: 660px;
}

.bf-notfound__routes {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	display: grid;
	gap: 0;
}

.bf-notfound__routes a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	color: #ffffff;
	display: grid;
	gap: 8px;
	padding: 24px 0 24px 28px;
	text-decoration: none;
}

.bf-notfound__routes a:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.bf-notfound__routes span {
	color: var(--bf-flame);
	font-family: var(--bf-display);
	font-size: 0.95rem;
	text-transform: uppercase;
}

.bf-notfound__routes strong {
	color: rgba(247, 241, 232, 0.72);
	font-size: 0.9rem;
}

.bf-notfound__routes a:hover span,
.bf-notfound__routes a:focus-visible span {
	color: var(--bf-berry);
}

@media (max-width: 900px) {
	.bf-footer__grid {
		gap: 48px 32px;
		grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(150px, 0.7fr));
	}

	.bf-notfound__inner {
		gap: 54px;
		grid-template-columns: 1fr;
	}

	.bf-notfound__routes {
		border-left: 0;
		max-width: 540px;
		width: 100%;
	}

	.bf-notfound__routes a {
		padding-left: 0;
	}
}

@media (max-width: 620px) {
	.bf-service-strip__grid,
	.bf-footer__grid {
		grid-template-columns: 1fr;
	}

	.bf-service-strip__grid > div,
	.bf-service-strip__grid > div:first-child {
		border-left: 0;
		border-right: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.34);
		padding: 17px 0;
	}

	.bf-service-strip__grid > div:first-child {
		border-top: 0;
	}

	.bf-footer {
		padding-block: 62px 24px;
	}

	.bf-footer__grid {
		gap: 40px;
	}

	.bf-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.bf-notfound__hero {
		min-height: auto;
	}

	.bf-notfound__inner {
		gap: 42px;
		padding-block: 74px 82px;
	}

	.bf-notfound h1 {
		font-size: clamp(3rem, 14vw, 4.2rem);
	}

	.bf-notfound__copy > p:not(.bf-kicker) {
		font-size: 1rem;
	}
}
