/* Section 01 — Hero. Kept isolated so this section can be reviewed independently. */

.bgn-hero {
	position: relative;
	display: flex;
	min-height: 720px;
	align-items: center;
	overflow: hidden;
	padding: 88px 0 78px;
	background: #e9f5fb;
	isolation: isolate;
}

.bgn-hero .bgn-hero__background {
	position: absolute;
	z-index: -2;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}

.bgn-hero .bgn-hero__background::before {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, .34);
	content: "";
}

.bgn-hero .bgn-hero__plane {
	position: absolute;
	display: block;
	background: rgba(255, 255, 255, .46);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.bgn-hero .bgn-hero__plane--one {
	top: -24%;
	left: -8%;
	width: 52vw;
	aspect-ratio: 1;
}

.bgn-hero .bgn-hero__plane--two {
	right: 21%;
	bottom: -52%;
	width: 48vw;
	aspect-ratio: 1;
	background: rgba(190, 224, 241, .34);
}

.bgn-hero .bgn-hero__plane--three {
	top: -34%;
	right: -13%;
	width: 45vw;
	aspect-ratio: 1;
	background: rgba(255, 255, 255, .3);
}

.bgn-hero .bgn-container {
	position: relative;
	z-index: 1;
}

.bgn-hero .bgn-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 54fr) minmax(420px, 46fr);
	gap: clamp(54px, 5.4vw, 78px);
	align-items: center;
}

.bgn-hero .bgn-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 650px;
}

.bgn-hero .bgn-hero__eyebrow {
	color: #b77c00;
	font-size: clamp(1rem, 1.55vw, 1.35rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}

.bgn-hero .bgn-hero__eyebrow::before {
	width: 36px;
	height: 4px;
	background: var(--bgn-yellow);
}

.bgn-hero .bgn-hero__heading {
	max-width: 650px;
	margin-top: 22px;
	color: var(--bgn-blue);
	font-size: clamp(3rem, 4.15vw, 54px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -3.2px;
	text-transform: uppercase;
}

.bgn-hero .bgn-hero__description {
	max-width: 610px;
	margin-top: 26px;
	color: #16191d;
	font-size: 18px;
	font-weight: 500;
	line-height: 34px;
}

.bgn-hero .bgn-hero__description > :last-child {
	margin-bottom: 0;
}

.bgn-hero .bgn-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.bgn-hero .bgn-hero__actions .bgn-button {
	min-height: 60px;
	border-radius: 0;
}

.bgn-hero .bgn-hero__actions .bgn-button--primary {
	justify-content: space-between;
	gap: 28px;
	padding: 6px 6px 6px 34px;
	background: var(--bgn-yellow);
	color: var(--bgn-ink);
	box-shadow: none;
}

.bgn-hero .bgn-hero__actions .bgn-button--primary:hover,
.bgn-hero .bgn-hero__actions .bgn-button--primary:focus-visible {
	background: #ffd34a;
	box-shadow: none;
	transform: translateY(-1px);
}

.bgn-hero .bgn-hero__actions .bgn-button--primary .bgn-button__icon {
	width: 48px;
	height: 48px;
	padding: 14px;
	background: var(--bgn-white);
	color: var(--bgn-ink);
}

.bgn-hero .bgn-hero__actions .bgn-button--primary:hover .bgn-button__icon,
.bgn-hero .bgn-hero__actions .bgn-button--primary:focus-visible .bgn-button__icon {
	transform: translateX(3px);
}

.bgn-hero .bgn-hero__actions .bgn-button--secondary {
	padding-inline: 28px;
	border: 1px solid rgba(4, 76, 132, .42);
	background: rgba(255, 255, 255, .54);
	color: var(--bgn-blue);
	box-shadow: none;
}

.bgn-hero .bgn-hero__actions .bgn-button--secondary:hover,
.bgn-hero .bgn-hero__actions .bgn-button--secondary:focus-visible {
	border-color: var(--bgn-blue);
	background: var(--bgn-white);
	box-shadow: none;
}

.bgn-hero .bgn-hero__proof {
	max-width: 620px;
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid rgba(4, 76, 132, .2);
}

.bgn-hero .bgn-hero__bullets,
.bgn-hero .bgn-hero__badges {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bgn-hero .bgn-hero__bullets {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 22px;
}

.bgn-hero .bgn-hero__bullet {
	display: flex;
	min-height: 30px;
	align-items: flex-start;
	gap: 9px;
	color: #36576f;
	font-size: .85rem;
	font-weight: 650;
	line-height: 1.5;
}

.bgn-hero .bgn-hero__bullet-icon {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	margin-top: 2px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--bgn-blue);
}

.bgn-hero .bgn-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 0;
	margin-top: 12px;
}

.bgn-hero .bgn-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0 14px;
	border-right: 1px solid rgba(4, 76, 132, .24);
	color: var(--bgn-blue);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.bgn-hero .bgn-hero__badge:first-child {
	padding-left: 0;
}

.bgn-hero .bgn-hero__badge:last-child {
	border-right: 0;
}

.bgn-hero .bgn-hero__badge-icon {
	width: 16px;
	height: 16px;
	color: var(--bgn-blue);
}

.bgn-hero .bgn-hero__visual {
	position: relative;
	width: min(100%, 590px);
	min-width: 0;
	justify-self: end;
}

.bgn-hero .bgn-hero__visual-frame {
	position: absolute;
	z-index: 0;
	inset: 0;
	pointer-events: none;
}

.bgn-hero .bgn-hero__diamond {
	position: absolute;
	display: block;
	aspect-ratio: 1;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.bgn-hero .bgn-hero__diamond--outline-one {
	top: 7%;
	right: -4%;
	width: 82%;
	background: var(--bgn-blue);
}

.bgn-hero .bgn-hero__diamond--outline-one::after {
	position: absolute;
	inset: 3px;
	background: #d7edf7;
	clip-path: inherit;
	content: "";
}

.bgn-hero .bgn-hero__diamond--outline-two {
	bottom: 4%;
	left: 4%;
	width: 54%;
	background: rgba(4, 76, 132, .24);
}

.bgn-hero .bgn-hero__diamond--outline-two::after {
	position: absolute;
	inset: 2px;
	background: #e9f5fb;
	clip-path: inherit;
	content: "";
}

.bgn-hero .bgn-hero__diamond--yellow {
	right: 0;
	bottom: 3%;
	width: 28%;
	background: var(--bgn-yellow);
}

.bgn-hero .bgn-hero__product {
	position: relative;
	z-index: 2;
	width: 100%;
	min-height: 0;
	margin: 0;
	aspect-ratio: 1 / 1;
}

.bgn-hero .bgn-hero__product::before,
.bgn-hero .bgn-hero__product::after {
	display: none;
	content: none;
}

.bgn-hero .bgn-hero__image {
	position: absolute;
	z-index: 2;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 2% 0 0;
	object-fit: contain;
	filter: drop-shadow(0 16px 18px rgba(4, 76, 132, .16));
	transition: transform 180ms ease;
}

.bgn-hero .bgn-hero__image--mobile {
	display: none;
}

.bgn-hero .bgn-hero__picture {
	display: block;
	width: 100%;
	height: 100%;
}

.bgn-hero .bgn-hero__visual--collage {
	width: min(108%, 650px);
}

.bgn-hero .bgn-hero__visual--collage .bgn-hero__visual-frame {
	display: none;
}

.bgn-hero .bgn-hero__visual--collage .bgn-hero__product {
	overflow: visible;
	aspect-ratio: 1600 / 1415;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.bgn-hero .bgn-hero__image--collage {
	padding: 0;
	object-fit: contain;
	filter: none;
}

.bgn-hero .bgn-hero__visual:hover .bgn-hero__image {
	transform: translateY(-1px);
}

@media (max-width: 1024px) {
	.bgn-hero {
		min-height: 0;
		padding: 82px 0 72px;
	}

	.bgn-hero .bgn-hero__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 48px;
	}

	.bgn-hero .bgn-hero__copy {
		max-width: 760px;
		justify-self: center;
		text-align: center;
	}

	.bgn-hero .bgn-hero__eyebrow,
	.bgn-hero .bgn-hero__actions,
	.bgn-hero .bgn-hero__badges {
		justify-content: center;
	}

	.bgn-hero .bgn-hero__heading,
	.bgn-hero .bgn-hero__description,
	.bgn-hero .bgn-hero__proof {
		margin-right: auto;
		margin-left: auto;
	}

	.bgn-hero .bgn-hero__bullet {
		text-align: left;
	}

	.bgn-hero .bgn-hero__visual {
		width: min(100%, 620px);
		justify-self: center;
	}
}

@media (max-width: 767px) {
	.bgn-hero {
		min-height: 0;
		padding: 46px 0 52px;
	}

	.bgn-hero .bgn-hero__grid {
		gap: 26px;
	}

	.bgn-hero .bgn-hero__copy {
		width: 100%;
	}

	.bgn-hero .bgn-hero__eyebrow {
		font-size: .92rem;
		line-height: 1.3;
	}

	.bgn-hero .bgn-hero__heading {
		max-width: 12ch;
		margin-top: 14px;
		font-size: clamp(2.15rem, 10.2vw, 2.72rem);
		line-height: 1.04;
		letter-spacing: -1.8px;
	}

	.bgn-hero .bgn-hero__description {
		max-width: 38ch;
		margin-top: 17px;
		font-size: 15px;
		line-height: 1.65;
	}

	.bgn-hero .bgn-hero__description p {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.bgn-hero .bgn-hero__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		max-width: 390px;
		margin: 22px auto 0;
	}

	.bgn-hero .bgn-hero__actions .bgn-button {
		width: 100%;
		min-height: 54px;
	}

	.bgn-hero .bgn-hero__actions .bgn-button--secondary {
		display: none;
	}

	.bgn-hero .bgn-hero__actions .bgn-button--primary {
		padding: 4px 4px 4px 20px;
	}

	.bgn-hero .bgn-hero__actions .bgn-button--primary .bgn-button__icon {
		width: 44px;
		height: 44px;
	}

	.bgn-hero .bgn-hero__proof {
		max-width: 390px;
		margin-top: 20px;
		padding-top: 14px;
	}

	.bgn-hero .bgn-hero__bullets {
		grid-template-columns: minmax(0, 1fr);
		gap: 6px;
	}

	.bgn-hero .bgn-hero__bullet {
		min-height: 26px;
		font-size: .79rem;
		line-height: 1.42;
	}

	.bgn-hero .bgn-hero__bullet:nth-child(n + 3),
	.bgn-hero .bgn-hero__badges {
		display: none;
	}

	.bgn-hero .bgn-hero__visual {
		width: min(104%, 430px);
	}
	.bgn-hero .bgn-hero__product {
		aspect-ratio: 1 / .9;
	}

	.bgn-hero .bgn-hero__visual--collage {
		width: min(104%, 470px);
	}

	.bgn-hero .bgn-hero__visual--collage .bgn-hero__product {
		aspect-ratio: 960 / 849;
		border-radius: 0;
	}

	.bgn-hero .bgn-hero__image--mobile {
		display: block;
	}

	.bgn-hero .bgn-hero__product:has(.bgn-hero__image--mobile) .bgn-hero__image--desktop {
		display: none;
	}

	.bgn-hero .bgn-hero__diamond--yellow {
		width: 21%;
	}

	.bgn-hero .bgn-hero__plane--one {
		width: 92vw;
	}

	.bgn-hero .bgn-hero__plane--two,
	.bgn-hero .bgn-hero__plane--three {
		opacity: .3;
	}
}

@media (max-width: 390px) {
	.bgn-hero {
		padding-top: 38px;
	}

	.bgn-hero .bgn-hero__heading {
		font-size: clamp(2rem, 10.1vw, 2.42rem);
		letter-spacing: -1.5px;
	}

	.bgn-hero .bgn-hero__visual--collage {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bgn-hero .bgn-hero__image,
	.bgn-hero .bgn-button__icon {
		transition: none;
	}

	.bgn-hero .bgn-hero__visual:hover .bgn-hero__image,
	.bgn-hero .bgn-hero__actions .bgn-button--primary:hover .bgn-button__icon {
		transform: none;
	}
}
