/* #633004 homepage redesign — navy / cream / gold. Scoped so the copy-only branch stays untouched. */

.bpc-redesign {
	background: #0f1c2d;
	--bpc-display: "Big Caslon CC", "Libre Caslon Display", Palatino, "Palatino Linotype", serif;
	--bpc-text: "Montserrat", "Raleway", sans-serif;
	--bpc-gold: #d1ab56;
}

.bpc-hero,
.bpc-intro,
.bpc-benefits,
.bpc-portfolio,
.bpc-cta {
	width: 100%;
	box-sizing: border-box;
}

.bpc-hero,
.bpc-intro,
.bpc-benefits,
.bpc-portfolio,
.bpc-cta,
.bpc-hero *,
.bpc-intro *,
.bpc-benefits *,
.bpc-portfolio *,
.bpc-cta * {
	margin-left: 0;
	margin-right: 0;
}

.bpc-hero .helpers ul li {
	margin: 0 12px;
}

.bpc-hero .helpers ul li:first-child {
	margin-left: 0;
}

.bpc-redesign .helpers ul li:last-child a {
	background: #d1ab56;
	color: #0f1c2d;
}

.bpc-redesign .helpers ul li:last-child a:hover {
	background: #fff;
	color: #0f1c2d;
}

.bpc-wrap {
	width: 100%;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 24px;
	box-sizing: border-box;
}

.bpc-hero {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	color: #fff;
	background: #0f1c2d url('../img/facade-tbm.jpg') center center / cover no-repeat;
}

.bpc-hero__slides {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.bpc-hero__slide {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	opacity: 0;
	-webkit-animation: bpcHeroFade 20s infinite;
	animation: bpcHeroFade 20s infinite;
}

.bpc-hero__slide:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.bpc-hero__slide:nth-child(2) {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.bpc-hero__slide:nth-child(3) {
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
}

.bpc-hero__slide:nth-child(4) {
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
}

@-webkit-keyframes bpcHeroFade {
	0% { opacity: 0; }
	6% { opacity: 1; }
	24% { opacity: 1; }
	30% { opacity: 0; }
	100% { opacity: 0; }
}

@keyframes bpcHeroFade {
	0% { opacity: 0; }
	6% { opacity: 1; }
	24% { opacity: 1; }
	30% { opacity: 0; }
	100% { opacity: 0; }
}

.bpc-hero__shade {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(15, 28, 45, .35) 0%, rgba(15, 28, 45, .72) 100%);
}

.bpc-hero .helpers {
	z-index: 8;
}

.bpc-hero__content {
	position: relative;
	z-index: 7;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 120px 24px 80px;
	box-sizing: border-box;
}

.bpc-hero__logo {
	max-width: 300px;
	width: 100%;
	height: auto;
	margin-bottom: 36px;
}

.bpc-hero__title {
	margin: 0;
	font-weight: 400;
}

.bpc-hero__title span {
	display: block;
	font-family: var(--bpc-display);
	font-weight: 400;
	font-size: 42px;
	line-height: 50px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}

.bpc-hero__title .is-gold {
	color: var(--bpc-gold);
}

.bpc-hero__sub {
	max-width: 720px;
	margin: 24px auto 0;
	font-family: var(--bpc-text);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #ede5da;
}

.bpc-hero__assist {
	position: absolute;
	bottom: 28px;
	left: 0;
	right: 0;
	z-index: 7;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	color: rgba(237, 229, 218, .8);
}

.bpc-intro {
	padding: 96px 0;
	background: #ede5da;
	text-align: center;
}

.bpc-intro h2 {
	font-family: var(--bpc-display);
	font-size: 36px;
	font-weight: 400;
	color: #0f1c2d;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 28px;
}

.bpc-intro h2 span {
	color: var(--bpc-gold);
}

.bpc-intro article {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.bpc-intro p {
	font-family: var(--bpc-text);
	font-size: 18px;
	line-height: 30px;
	color: #3a332c;
}

.bpc-benefits {
	padding: 96px 0 80px;
	background: #0f1c2d;
	text-align: center;
}

.bpc-benefits h2 {
	font-family: var(--bpc-display);
	font-size: 32px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.bpc-benefits > .bpc-wrap > p,
.bpc-benefits .bpc-lede {
	font-family: var(--bpc-text);
	color: var(--bpc-gold);
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 56px;
}

.bpc-benefits__grid {
	display: flex;
	flex-wrap: wrap;
}

.bpc-benefits__item {
	width: 33.333%;
	padding: 0 16px 48px;
	box-sizing: border-box;
	background: transparent;
	border: 0;
	color: inherit;
	text-align: center;
	cursor: default;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
}

.bpc-benefits__item img {
	width: 88px;
	height: 88px;
	margin-bottom: 20px;
}

.bpc-benefits__item h3 {
	font-family: var(--bpc-display);
	font-size: 16px;
	font-weight: 400;
	color: var(--bpc-gold);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 auto 10px;
	line-height: 22px;
	max-width: 240px;
}

.bpc-benefits__item p {
	font-family: var(--bpc-text);
	font-size: 14px;
	line-height: 22px;
	color: #c9c2b6;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}

.bpc-benefits__item:hover h3 {
	color: #fff;
}

.bpc-portfolio {
	padding: 96px 0 80px;
	background: #f6f1ea;
	text-align: center;
}

.bpc-portfolio h2 {
	font-family: var(--bpc-display);
	font-size: 36px;
	font-weight: 400;
	color: #0f1c2d;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.bpc-portfolio .bpc-lede {
	max-width: 640px;
	margin: 0 auto 48px;
	font-family: var(--bpc-text);
	color: #5c5349;
	font-size: 16px;
	line-height: 26px;
}

.bpc-portfolio__grid {
	display: flex;
	flex-wrap: wrap;
}

.bpc-portfolio__card {
	width: 25%;
	padding: 0 12px 24px;
	box-sizing: border-box;
	text-align: center;
}

.bpc-portfolio__photo {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	margin-bottom: 18px;
}

.bpc-portfolio__card h3 {
	font-family: var(--bpc-display);
	font-size: 15px;
	font-weight: 400;
	color: var(--bpc-gold);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.bpc-portfolio__card p {
	font-family: var(--bpc-text);
	font-size: 14px;
	line-height: 22px;
	color: #3a332c;
	margin-bottom: 12px;
}

.bpc-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border: 1px solid #0f1c2d;
	font-family: var(--bpc-text);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0f1c2d;
}

.bpc-more:hover {
	background: var(--bpc-gold);
	border-color: var(--bpc-gold);
	color: #0f1c2d;
}

.bpc-cta {
	padding: 96px 0;
	background: #ede5da;
}

.bpc-cta__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bpc-cta__card {
	width: 46%;
	text-align: center;
}

.bpc-cta__card img {
	max-width: 420px;
	width: 100%;
	height: auto;
}

.bpc-cta__copy {
	width: 48%;
	text-align: left;
}

.bpc-cta__copy h2 {
	font-family: var(--bpc-display);
	font-size: 32px;
	font-weight: 400;
	color: #0f1c2d;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 16px;
	line-height: 40px;
}

.bpc-cta__copy p,
.bpc-cta__sub {
	font-family: var(--bpc-text);
	font-size: 16px;
	line-height: 26px;
	color: #3a332c;
	margin-bottom: 28px;
}

.bpc-cta__sub {
	white-space: nowrap;
}

.bpc-cta__btn {
	display: inline-block;
	padding: 14px 32px;
	background: #d1ab56;
	color: #0f1c2d;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	border-radius: 2px;
}

.bpc-cta__btn:hover {
	background: #0f1c2d;
	color: #ede5da;
}

.bpc-redesign footer {
	background: #0f1c2d url('../img/bg-footer.png');
}

.bpc-redesign footer .info-footer h3,
.bpc-redesign footer .info-footer p,
.bpc-redesign footer .info-footer a,
.bpc-redesign footer .footer-helper {
	font-family: var(--bpc-text);
}

.bpc-redesign footer .social-media svg {
	display: block;
}

.bpc-redesign footer .footer-cta .btn-shop--solid {
	background: var(--bpc-gold);
	color: #0f1c2d;
	border: 1px solid var(--bpc-gold);
}

.bpc-redesign footer .footer-cta .btn-shop--outline {
	background: transparent;
	color: var(--bpc-gold);
	border: 1px solid var(--bpc-gold);
}

.bpc-redesign footer .footer-cta .btn-shop--solid:hover,
.bpc-redesign footer .footer-cta .btn-shop--outline:hover {
	background: var(--bpc-gold);
	color: #0f1c2d;
	border-color: var(--bpc-gold);
}

@media only screen and (max-width: 992px) {
	.bpc-hero__title span {
		font-size: 32px;
		line-height: 38px;
	}

	.bpc-benefits__item,
	.bpc-portfolio__card {
		width: 50%;
	}

	.bpc-cta__row {
		flex-direction: column;
		text-align: center;
	}

	.bpc-cta__card,
	.bpc-cta__copy {
		width: 100%;
	}

	.bpc-cta__copy {
		text-align: center;
		margin-top: 32px;
	}
}

@media only screen and (max-width: 768px) {
	.bpc-intro,
	.bpc-benefits,
	.bpc-portfolio,
	.bpc-cta {
		padding: 64px 0;
	}

	.bpc-hero__title span {
		font-size: 26px;
		line-height: 32px;
	}

	.bpc-cta__sub {
		white-space: normal;
	}

	.bpc-benefits__item,
	.bpc-portfolio__card {
		width: 100%;
	}

	.bpc-portfolio__photo {
		height: 200px;
	}

	.bpc-hero__assist {
		display: none;
	}
}
