.buyingservice-page section {
	padding: 60px 0;
}

/* Block 1: Hero */
.bs-hero {
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 70px 60px;
	min-height: 620px;
	display: flex;
	align-items: center;
	position: relative;
}
.bs-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,.45) 55%, rgba(0,0,0,0) 100%);
}
.bs-hero__content {
	max-width: 620px;
	position: relative;
	z-index: 1;
}
.bs-hero__side-note {
	position: absolute;
	top: 40px;
	right: 50px;
	max-width: 200px;
	text-align: right;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255,255,255,.65);
	line-height: 1.7;
	z-index: 1;
}
.bs-hero__dash {
	display: block;
	width: 40px;
	height: 2px;
	background: currentColor;
	margin-bottom: 22px;
}
.bs-eyebrow {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	opacity: .7;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.bs-eyebrow::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 1px;
	background: currentColor;
}
.bs-hero__title {
	font-size: 64px;
	line-height: 1.08;
	text-transform: uppercase;
	margin: 0 0 24px;
	color: #fff;
}
.bs-hero__text {
	margin-bottom: 30px;
	line-height: 1.6;
	font-size: 18px;
}
.bs-hero__footnote {
	margin-top: 24px;
	font-size: 11px;
	opacity: .6;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.bs-cta-button {
    display: flex;
    border: 1px solid #fff;
    color: #fff;
    padding: 14px 24px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    margin-bottom: 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.bs-cta-button:hover {
	color: #fff;
}

/* Block 2 */
.bs-block2-bg {
	background: #F5F4F0;
}
.bs-block2 {
	display: flex;
	flex-wrap: wrap;
}
.bs-block2__text {
    flex: 1 1 50%;
    max-width: 50%;
    margin-right: 30px;
}
.bs-block2__text h2 {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 18px;
	color: #111;
}
.bs-block2__body {
	font-size: 15px;
	line-height: 1.7;
	color: rgba(0,0,0,.62);
}
.bs-block2__body p {
	margin: 0 0 14px;
}
.bs-block2__grid {
	flex: 1.6 1 560px;
}
.bs-block2__grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr 1fr;
	grid-template-rows: repeat(2, 1fr);
	gap: 15px;
	aspect-ratio: 2 / 1;
	min-height: 0;
}
.bs-block2__grid-item {
	overflow: hidden;
}
.bs-block2__grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bs-block2__grid-item:nth-child(1) {
	grid-column: 1;
	grid-row: 1 / 3;
}
.bs-block2__grid-item:nth-child(2) {
	grid-column: 2;
	grid-row: 1;
}
.bs-block2__grid-item:nth-child(3) {
	grid-column: 2;
	grid-row: 2;
}
.bs-block2__grid-item:nth-child(4) {
	grid-column: 3;
	grid-row: 1 / 3;
}
.bs-block2__footnote {
	margin-top: 20px;
	font-size: 12px;
	opacity: .6;
	text-transform: uppercase;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	line-height: 1.6;
}
.bs-block2__footnote::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 1px;
	background: currentColor;
	margin-top: 8px;
	flex-shrink: 0;
}

/* Block 3 */
.bs-block3__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 25px;
}
.bs-product {
	text-align: left;
}
.bs-product__brand {
	text-transform: uppercase;
	font-size: 11px;
	opacity: .6;
	margin-top: 10px;
}
.bs-product__cta {
	display: block;
	font-size: 12px;
	margin-top: 8px;
}

/* Block 4 */
.buyingservice-page section.bs-banner {
	background: #1a1310;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	min-height: 480px;
	padding: 0;
}
.bs-banner__text {
	flex: 1 1 40%;
    padding: 60px;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 60px;
}
.bs-banner__text h2 {
	color: #fff;
	font-size: 66px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 18px;
	text-transform: uppercase;
}
.bs-banner__body {
	font-size: 22px;
	line-height: 1.7;
	color: rgba(255,255,255,.75);
	margin-bottom: 25px;
}
.bs-banner__image {
	flex: 1 1 400px;
	position: relative;
	min-height: 320px;
}
.bs-banner .bs-cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.bs-banner .bs-cta-button span {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.bs-banner .bs-cta-button i {
	font-size: 22px;
}
.bs-banner__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.bs-banner__footnote {
	margin-top: 20px;
	font-size: 12px;
	opacity: .6;
	text-transform: uppercase;
}
.bs-block3__view-all--wrap a {
 	border: 1px solid #444;
 	padding: 7px 30px;
 	margin: 0 auto;
 	margin-top: 30px;
	display: block;
	max-width: 300px;
	text-align: center;
}


@media (max-width: 767px) {
	.bs-hero, .bs-banner__text {
		padding: 40px 20px;
	}
	.bs-hero {
		min-height: 0;
	}
	.bs-hero__title {
		font-size: 34px;
	}
	.bs-hero__content {
		max-width: 100%;
	}
	.bs-hero__side-note {
		position: static;
		max-width: 100%;
		text-align: left;
		margin-top: 20px;
	}

	.bs-block2__text {
		flex: 1 1 55%;
		max-width: 55%;
		margin-right: 10px;
	}
	.bs-block2__text h2 {
		font-size: 22px;
	}
	.bs-block2__body {
		font-size: 13px;
		line-height: 1.5;
	}
	.bs-block2__grid {
		flex: 1 1 35%;
		grid-template-columns: 1fr;
		aspect-ratio: auto;
		display: flex;
		ustify-content: space-between;
        align-items: center;
        flex-direction: column;
	}
	.bs-block2__grid-item {
		grid-column: auto;
		grid-row: auto;
		width: 100%;
	}
	.bs-block2__grid-item img {
		width: 100%;
		height: 115px;
		object-fit: cover;
	}

	.bs-block3__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.buyingservice-page section.bs-banner {
		flex-direction: column;
	}
	.bs-banner__text {
		max-width: 100%;
		margin-right: 0;
		padding: 40px 20px;
	}
	.bs-banner__text h2 {
		font-size: 30px;
	}
	.bs-banner__body {
		font-size: 15px;
	}
	.bs-banner__image {
		min-height: 260px;
	}
	.bs-banner .bs-cta-button span {
		font-size: 14px;
		line-height: 20px;
	}
	.buyingservice-page section {
	    padding: 60px 15px;
	}
	.buyingservice-page section.bs-block2-bg {
		padding: 60px 0;
	}
	.bs-block3__header {
		text-align: center;
	}

}

@media (max-width: 480px) {
	.bs-hero__title {
		font-size: 28px;
	}
	.bs-hero__side-note {
		display: none;
	}
	.bs-banner__text h2 {
		font-size: 24px;
	}
	.bs-cta-button span {
		font-size: 12px!important;
	}
}