.bw-404 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60vh;
	padding: 72px 24px;
	background: #fff;
	font-family: var(--bw-body-font, "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);
	color: #3A3734;
	text-align: center;
}
.bw-404__inner {
	max-width: 640px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bw-404__code {
	font-family: var(--bw-heading-font, "Frank Ruhl Libre", Georgia, "Times New Roman", serif);
	font-size: clamp(72px, 12vw, 160px);
	line-height: 1;
	font-weight: 700;
	color: #8B2020;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
}
.bw-404__title {
	font-family: var(--bw-heading-font, "Frank Ruhl Libre", Georgia, "Times New Roman", serif);
	font-size: clamp(24px, 4vw, 36px);
	line-height: 1.2;
	font-weight: 600;
	color: #3A3734;
	margin: 0 0 16px;
}
.bw-404__description {
	font-size: 17px;
	line-height: 1.65;
	color: #57534E;
	margin: 0 0 36px;
	max-width: 520px;
}
.bw-404__home {
	display: inline-block;
	padding: 14px 32px;
	border-radius: 50px;
	background: #8B2020;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease;
}
.bw-404__home:hover,
.bw-404__home:focus {
	background: #761A1A;
	color: #fff;
}
.bw-404[dir="rtl"] {
	text-align: center;
}
.bw-404[dir="rtl"] .bw-404__description {
	text-align: center;
}
@media (max-width: 600px) {
	.bw-404 {
		min-height: 55vh;
		padding: 48px 20px;
	}
}
