:root {
	--bp-ink: #111417;
	--bp-ink-soft: #28313a;
	--bp-paper: #f8f7f3;
	--bp-white: #ffffff;
	--bp-border: #d8d1c2;
	--bp-amber: #d99631;
	--bp-amber-dark: #8a5619;
	--bp-steel: #476c88;
	--bp-logo-blue: #0050a8;
	--bp-green: #4d8b57;
	--bp-radius: 8px;
	--bp-shadow: 0 20px 60px rgba(17, 20, 23, 0.18);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--bp-paper);
	color: var(--bp-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
}

a:focus-visible,
button:focus-visible {
	outline: 3px solid var(--bp-amber);
	outline-offset: 4px;
}

.bp-shell {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.bp-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 50;
	transform: translateY(-160%);
	background: var(--bp-white);
	color: var(--bp-ink);
	padding: 10px 14px;
	border-radius: var(--bp-radius);
	font-weight: 700;
}

.bp-skip-link:focus {
	transform: translateY(0);
}

.bp-site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(248, 247, 243, 0.92);
	border-bottom: 1px solid rgba(40, 49, 58, 0.16);
	backdrop-filter: blur(14px);
}

body.admin-bar .bp-site-header {
	top: 32px;
}

.bp-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 72px;
}

.bp-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	font-weight: 800;
}

.bp-brand__logo {
	display: block;
	width: 76px;
	height: 54px;
	object-fit: contain;
}

.bp-brand__text {
	color: var(--bp-logo-blue);
	font-size: 1.05rem;
	white-space: nowrap;
}

.bp-nav__list {
	display: flex;
	align-items: center;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bp-nav__list a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 12px;
	border-radius: var(--bp-radius);
	color: var(--bp-ink-soft);
	font-size: 0.94rem;
	font-weight: 700;
	text-decoration: none;
}

.bp-nav__list a:hover {
	background: rgba(71, 108, 136, 0.12);
	color: var(--bp-ink);
}

.bp-hero {
	min-height: 690px;
	background-image: url("../images/home-hero-workshop.png");
	background-position: center;
	background-size: cover;
	color: var(--bp-white);
}

.bp-hero__overlay {
	display: flex;
	align-items: center;
	min-height: 690px;
	background:
		linear-gradient(90deg, rgba(8, 12, 15, 0.94) 0%, rgba(8, 12, 15, 0.78) 34%, rgba(8, 12, 15, 0.26) 68%, rgba(8, 12, 15, 0.18) 100%);
}

.bp-hero__content {
	padding: 80px 0 96px;
}

.bp-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	max-width: min(100%, 410px);
	margin-bottom: 28px;
	padding: 10px 14px 10px 10px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--bp-radius);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: var(--bp-shadow);
	backdrop-filter: blur(10px);
}

.bp-hero__badge img {
	display: block;
	width: 92px;
	height: 66px;
	object-fit: contain;
}

.bp-hero__badge span {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.92rem;
	font-weight: 800;
}

.bp-kicker {
	margin: 0 0 12px;
	color: var(--bp-amber);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bp-hero h1 {
	color: var(--bp-logo-blue);
	max-width: 650px;
	margin: 0;
	font-size: clamp(3.2rem, 7vw, 6.8rem);
	line-height: 0.95;
	letter-spacing: 0;
	text-shadow: 0 2px 18px rgba(255, 255, 255, 0.18);
}

.bp-hero__copy {
	max-width: 610px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.bp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.bp-proof-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.bp-proof-strip span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--bp-radius);
	background: rgba(17, 20, 23, 0.36);
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.82rem;
	font-weight: 800;
}

.bp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: var(--bp-radius);
	font-weight: 800;
	text-decoration: none;
}

.bp-button--primary {
	background: var(--bp-amber);
	color: var(--bp-ink);
}

.bp-button--primary:hover {
	background: #efad4a;
}

.bp-button--secondary {
	border-color: rgba(255, 255, 255, 0.38);
	color: var(--bp-white);
}

.bp-button--secondary:hover {
	background: rgba(255, 255, 255, 0.12);
}

.bp-section {
	padding: 82px 0;
	background: var(--bp-white);
}

.bp-section--light {
	background: var(--bp-paper);
}

.bp-section--ink {
	background: var(--bp-ink);
	color: var(--bp-white);
}

.bp-section--steel {
	background: #e8edf0;
}

.bp-page-hero {
	background: var(--bp-ink);
	color: var(--bp-white);
}

.bp-page-hero__inner {
	padding: 88px 0 74px;
}

.bp-page-hero h1 {
	max-width: 860px;
	margin: 0;
	color: var(--bp-white);
	font-size: clamp(2.7rem, 5vw, 5.4rem);
	line-height: 1;
	letter-spacing: 0;
}

.bp-page-hero p:not(.bp-kicker) {
	max-width: 760px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1.04rem, 2vw, 1.28rem);
}

.bp-split {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 48px;
	align-items: start;
}

.bp-section h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.04;
	letter-spacing: 0;
}

.bp-copy-stack {
	display: grid;
	gap: 18px;
	color: var(--bp-ink-soft);
	font-size: 1.08rem;
}

.bp-copy-stack p,
.bp-section-heading p,
.bp-feature p,
.bp-next p {
	margin: 0;
}

.bp-section-heading {
	max-width: 760px;
	margin-bottom: 34px;
}

.bp-section-heading h2 {
	margin-bottom: 16px;
}

.bp-section-heading p {
	color: var(--bp-ink-soft);
	font-size: 1.08rem;
}

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

.bp-feature {
	min-height: 205px;
	padding: 22px;
	border: 1px solid var(--bp-border);
	border-radius: var(--bp-radius);
	background: var(--bp-paper);
}

.bp-feature h3 {
	margin: 0 0 10px;
	font-size: 1.25rem;
	line-height: 1.2;
}

.bp-feature p {
	color: var(--bp-ink-soft);
}

.bp-feature::before {
	display: block;
	width: 42px;
	height: 5px;
	margin-bottom: 24px;
	border-radius: 999px;
	background: var(--bp-green);
	content: "";
}

.bp-next {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 44px;
	align-items: start;
}

.bp-next p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.08rem;
}

.bp-build {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	gap: 42px;
	align-items: start;
}

.bp-build .bp-section-heading {
	margin-bottom: 0;
}

.bp-step-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: bp-step;
}

.bp-step-list li {
	position: relative;
	min-height: 96px;
	padding: 18px 20px 18px 76px;
	border: 1px solid rgba(40, 49, 58, 0.14);
	border-radius: var(--bp-radius);
	background: rgba(255, 255, 255, 0.74);
	counter-increment: bp-step;
}

.bp-step-list li::before {
	position: absolute;
	top: 18px;
	left: 20px;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--bp-steel);
	color: var(--bp-white);
	font-weight: 800;
	content: counter(bp-step);
}

.bp-step-list strong,
.bp-step-list span {
	display: block;
}

.bp-step-list strong {
	margin-bottom: 4px;
	font-size: 1.08rem;
}

.bp-step-list span {
	color: var(--bp-ink-soft);
}

.bp-page-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 54px;
	align-items: start;
}

.bp-page-body {
	display: grid;
	gap: 36px;
}

.bp-text-block {
	padding-bottom: 34px;
	border-bottom: 1px solid var(--bp-border);
}

.bp-text-block:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.bp-text-block h2 {
	margin-bottom: 16px;
	font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.bp-text-block p {
	max-width: 820px;
	margin: 0;
	color: var(--bp-ink-soft);
	font-size: 1.06rem;
}

.bp-text-block p + p {
	margin-top: 14px;
}

.bp-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.bp-product-card {
	display: grid;
	gap: 16px;
	padding: 24px;
	border: 1px solid var(--bp-border);
	border-radius: var(--bp-radius);
	background: var(--bp-white);
	box-shadow: 0 12px 32px rgba(17, 20, 23, 0.08);
}

.bp-product-card__status {
	width: fit-content;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid rgba(0, 80, 168, 0.22);
	border-radius: 999px;
	color: var(--bp-logo-blue);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bp-product-card h2 {
	margin: 0;
	font-size: 1.45rem;
	line-height: 1.18;
}

.bp-product-card h2 a {
	color: var(--bp-ink);
	text-decoration-color: rgba(0, 80, 168, 0.34);
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.bp-product-card h2 a:hover {
	color: var(--bp-logo-blue);
}

.bp-product-card p {
	margin: 0;
	color: var(--bp-ink-soft);
}

.bp-product-card__facts {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 14px 0;
	border-top: 1px solid var(--bp-border);
	border-bottom: 1px solid var(--bp-border);
}

.bp-product-card__facts div {
	display: grid;
	gap: 4px;
}

.bp-product-card__facts dt {
	color: var(--bp-ink);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bp-product-card__facts dd {
	margin: 0;
	color: var(--bp-ink-soft);
}

.bp-product-detail-hero__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
}

.bp-product-detail__status {
	flex: 0 0 auto;
	margin: 8px 0 0;
	padding: 7px 12px;
	border: 1px solid rgba(217, 150, 49, 0.42);
	border-radius: var(--bp-radius);
	background: rgba(217, 150, 49, 0.14);
	color: var(--bp-white);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bp-product-detail {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 54px;
	align-items: start;
}

.bp-product-detail__main {
	display: grid;
	gap: 34px;
}

.bp-product-detail__media {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--bp-border);
	border-radius: var(--bp-radius);
	background: var(--bp-white);
}

.bp-product-detail__media img {
	display: block;
	width: 100%;
}

.bp-product-detail__section {
	padding-bottom: 34px;
	border-bottom: 1px solid var(--bp-border);
}

.bp-product-detail__section:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.bp-product-detail__section h2 {
	margin-bottom: 16px;
	font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.bp-product-detail__section p {
	max-width: 760px;
	margin: 0 0 18px;
	color: var(--bp-ink-soft);
	font-size: 1.06rem;
}

.bp-product-detail__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
}

.bp-product-detail__facts div {
	padding: 18px;
	border: 1px solid var(--bp-border);
	border-radius: var(--bp-radius);
	background: var(--bp-white);
}

.bp-product-detail__facts dt {
	margin-bottom: 6px;
	color: var(--bp-logo-blue);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bp-product-detail__facts dd {
	margin: 0;
	color: var(--bp-ink-soft);
}

.bp-product-detail__aside {
	position: sticky;
	top: 96px;
	display: grid;
	gap: 22px;
	padding: 22px;
	border: 1px solid rgba(0, 80, 168, 0.22);
	border-radius: var(--bp-radius);
	background: var(--bp-white);
	box-shadow: 0 12px 32px rgba(17, 20, 23, 0.08);
}

.bp-product-detail__aside h2 {
	margin: 0;
	color: var(--bp-logo-blue);
	font-size: 1.3rem;
	line-height: 1.2;
}

.bp-product-detail__note-list {
	display: grid;
	gap: 18px;
}

.bp-product-detail__note-list section {
	padding-bottom: 16px;
	border-bottom: 1px solid var(--bp-border);
}

/* Purchase block */
.bp-purchase-block {
	background: var(--bp-white);
	border: 1px solid var(--bp-border);
	border-radius: var(--bp-radius);
	padding: 24px;
	margin-bottom: 24px;
}
.bp-purchase-block__price {
	font-size: 1.5rem;
	font-weight: 800;
	margin: 0 0 16px;
	color: var(--bp-ink);
}
.bp-purchase-block__form p {
	margin: 0 0 12px;
}
.bp-purchase-block__form label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}
.bp-purchase-block__form input,
.bp-purchase-block__form select {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid var(--bp-border);
	border-radius: var(--bp-radius);
	font-size: 1rem;
}
.bp-purchase-block__buy {
	width: 100%;
	margin-top: 8px;
}
.bp-purchase-block__status {
	margin-top: 12px;
	padding: 10px 14px;
	border-radius: var(--bp-radius);
	background: #f0f4f8;
	color: var(--bp-ink-soft);
	font-size: 0.9rem;
}
.bp-product-detail__note-list section:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.bp-product-detail__note-list h3 {
	margin: 0 0 6px;
	font-size: 0.88rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bp-product-detail__note-list p {
	margin: 0;
	color: var(--bp-ink-soft);
}

.bp-product-detail__links {
	display: grid;
	gap: 10px;
}

.bp-product-detail__links a {
	color: var(--bp-logo-blue);
	font-weight: 800;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.bp-page-aside {
	position: sticky;
	top: 96px;
	padding: 22px;
	border: 1px solid rgba(0, 80, 168, 0.22);
	border-radius: var(--bp-radius);
	background: var(--bp-white);
	box-shadow: 0 12px 32px rgba(17, 20, 23, 0.08);
}

.bp-page-aside h2 {
	margin: 0 0 14px;
	color: var(--bp-logo-blue);
	font-size: 1.3rem;
	line-height: 1.2;
}

.bp-page-aside ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bp-page-aside li {
	position: relative;
	padding-left: 20px;
	color: var(--bp-ink-soft);
}

.bp-page-aside li::before {
	position: absolute;
	top: 0.68em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--bp-green);
	content: "";
}

.bp-content {
	max-width: 760px;
}

.bp-entry-content {
	color: var(--bp-ink-soft);
}

.bp-site-footer {
	background: #0a0c0e;
	color: rgba(255, 255, 255, 0.82);
}

.bp-site-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 96px;
}

.bp-site-footer p {
	margin: 0;
}

.bp-site-footer a {
	color: var(--bp-amber);
	font-weight: 700;
}

.bp-footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px 18px;
}

@media (max-width: 780px) {
	.bp-site-header__inner,
	.bp-site-footer__inner {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		padding: 14px 0;
	}

	.bp-nav__list {
		flex-wrap: wrap;
	}

	.bp-brand__logo {
		width: 64px;
		height: 46px;
	}

	.bp-hero,
	.bp-hero__overlay {
		min-height: 620px;
	}

	.bp-hero__overlay {
		background:
			linear-gradient(180deg, rgba(8, 12, 15, 0.9) 0%, rgba(8, 12, 15, 0.76) 58%, rgba(8, 12, 15, 0.42) 100%);
	}

	.bp-section {
		padding: 58px 0;
	}

	.bp-split,
	.bp-next,
	.bp-build,
	.bp-page-layout,
	.bp-product-detail,
	.bp-product-grid,
	.bp-feature-grid {
		grid-template-columns: 1fr;
	}

	.bp-product-detail-hero__inner {
		display: block;
	}

	.bp-product-detail__facts {
		grid-template-columns: 1fr;
	}

	.bp-page-hero__inner {
		padding: 64px 0 56px;
	}

	.bp-page-aside,
	.bp-product-detail__aside {
		position: static;
	}

	.bp-footer-nav {
		justify-content: flex-start;
	}

	.bp-feature {
		min-height: auto;
	}
}

@media (max-width: 782px) {
	body.admin-bar .bp-site-header {
		top: 46px;
	}
}

@media (max-width: 420px) {
	.bp-shell {
		width: min(100% - 24px, 1120px);
	}

	.bp-hero,
	.bp-hero__overlay {
		min-height: 560px;
	}

	.bp-hero__content {
		padding: 42px 0 48px;
	}

	.bp-hero__badge {
		align-items: center;
		flex-direction: row;
		gap: 8px;
		margin-bottom: 24px;
		padding: 8px;
	}

	.bp-hero__badge img {
		width: 60px;
		height: 42px;
		flex: 0 0 auto;
	}

	.bp-hero__badge span {
		font-size: 0.82rem;
		line-height: 1.25;
	}

	.bp-proof-strip {
		display: none;
	}

	.bp-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.bp-button {
		width: 100%;
	}
}
