.elementor-widget-bshc-hero {
	width: 100%;
}

.bshc-hero {
	position: relative;
	min-height: 1210px;
	overflow: clip;
	border-bottom: 1px solid rgb(247 244 239 / 16%);
	background: var(--bshc-color-surface-dark, #131316);
	color: var(--bshc-color-text, #f7f4ef);
}

.bshc-hero__surface {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(circle at 78% 24%, rgb(82 22 43 / 32%), transparent 28%),
		radial-gradient(circle at 15% 82%, rgb(46 196 182 / 7%), transparent 32%),
		linear-gradient(145deg, #101013 0%, #131316 58%, #17171b 100%);
	pointer-events: none;
}

.bshc-hero__inner {
	position: relative;
	z-index: 2;
	padding-top: clamp(190px, 16vw, 230px);
	padding-bottom: clamp(96px, 10vw, 150px);
}

.bshc-hero__eyebrow {
	margin: 0 0 38px;
	color: rgb(247 244 239 / 52%);
	font-family: var(--bshc-font-display);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.bshc-hero__title {
	max-width: 1240px;
	margin: 0;
	font-family: var(--bshc-font-display);
	font-size: clamp(58px, 6.15vw, 102px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.bshc-hero__description {
	max-width: 1180px;
	margin: 48px 0 0;
	color: rgb(247 244 239 / 72%);
	font-size: clamp(20px, 1.8vw, 26px);
	font-weight: 300;
	line-height: 1.55;
	text-wrap: pretty;
}

.bshc-hero__cta {
	width: max-content;
	min-width: 254px;
	min-height: 54px;
	margin-top: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 0 18px 0 22px;
	border-radius: 7px;
	background: var(--bshc-color-accent, #c81645);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition:
		transform 220ms var(--bshc-ease-out, ease),
		background-color 220ms ease,
		box-shadow 220ms ease;
}

.bshc-hero__cta:hover,
.bshc-hero__cta:focus-visible {
	background: #a90f37;
	box-shadow: 0 14px 28px rgb(200 22 69 / 24%);
	transform: translateY(-3px);
}

.bshc-hero__cta:focus-visible {
	outline: 3px solid #f7f4ef;
	outline-offset: 4px;
}

.bshc-hero__cta-arrow {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	transition: transform 220ms var(--bshc-ease-out, ease);
}

.bshc-hero__cta:hover .bshc-hero__cta-arrow,
.bshc-hero__cta:focus-visible .bshc-hero__cta-arrow {
	transform: rotate(45deg);
}

@media (min-width: 1441px) {
	.bshc-hero {
		min-height: 1300px;
	}

	.bshc-hero__inner.bshc-shell {
		width: 100%;
		max-width: none;
		margin-inline: 0;
	}
}

@media (max-width: 1024px) {
	.bshc-hero {
		min-height: 1040px;
	}

	.bshc-hero__inner {
		padding-top: 180px;
		padding-bottom: 112px;
	}
}

@media (max-width: 700px) {
	.bshc-hero {
		min-height: 1100px;
	}

	.bshc-hero__surface {
		background:
			radial-gradient(circle at 84% 18%, rgb(82 22 43 / 34%), transparent 34%),
			linear-gradient(155deg, #101013 0%, #131316 68%, #17171b 100%);
	}

	.bshc-hero__inner {
		padding-top: 136px;
		padding-bottom: 80px;
	}

	.bshc-hero__eyebrow {
		margin-bottom: 27px;
	}

	.bshc-hero__title {
		line-height: 1.02;
		text-wrap: pretty;
	}

	.bshc-hero__description {
		margin-top: 30px;
		font-size: 18px;
		line-height: 1.45;
	}

	.bshc-hero__cta {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		margin-top: 32px;
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bshc-hero__cta,
	.bshc-hero__cta-arrow {
		transition-duration: 0.01ms;
	}
}

.bshc-hero--compact {
	min-height: 860px;
	display: flex;
	align-items: center;
}

.bshc-hero--compact .bshc-hero__inner.bshc-shell {
	width: calc(100% - (var(--bshc-fluid-gutter, var(--bshc-gutter)) * 2)) !important;
	max-width: none !important;
	margin-inline: auto !important;
	padding: 130px 0 70px;
}

.bshc-hero--compact .bshc-hero__eyebrow {
	margin-bottom: 28px;
}

.bshc-hero--compact .bshc-hero__description {
	max-width: 1080px;
	margin-top: 30px;
	font-size: clamp(18px, 1.55vw, 23px);
	line-height: 1.5;
}

.bshc-hero--compact .bshc-hero__cta {
	width: auto;
	max-width: 100%;
	margin-top: 38px;
}

.bshc-hero--compact .bshc-hero__cta > span:first-child {
	max-width: 34ch;
}

@media (max-width: 1024px) {
	.bshc-hero--compact {
		min-height: 820px;
	}

	.bshc-hero--compact .bshc-hero__inner.bshc-shell {
		padding: 124px 0 64px;
	}
}

@media (max-width: 700px) {
	.bshc-hero--compact {
		min-height: 760px;
	}

	.bshc-hero--compact .bshc-hero__inner.bshc-shell {
		padding: 112px 0 64px;
	}

	.bshc-hero--compact .bshc-hero__title {
		font-size: clamp(43px, 13.2vw, 54px);
		line-height: .95;
	}

	.bshc-hero--compact .bshc-hero__description {
		margin-top: 24px;
		font-size: 17px;
		line-height: 1.48;
	}

	.bshc-hero--compact .bshc-hero__cta {
		margin-top: 28px;
		padding-block: 10px;
	}
}

.bshc-hero--contacts {
	min-height: 860px;
	display: flex;
	align-items: center;
}

.bshc-hero--contacts .bshc-hero__inner.bshc-shell {
	width: calc(100% - (var(--bshc-fluid-gutter, var(--bshc-gutter)) * 2)) !important;
	max-width: none !important;
	margin-inline: auto !important;
	padding: 130px 0 70px;
}

.bshc-hero__contacts-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(430px, .65fr);
	gap: clamp(60px, 9vw, 170px);
	align-items: center;
}

.bshc-hero--contacts .bshc-hero__eyebrow {
	margin-bottom: 28px;
}

.bshc-hero--contacts .bshc-hero__title {
	max-width: 68vw;
	line-height: .88;
	letter-spacing: -.052em;
}

.bshc-hero--contacts .bshc-hero__description {
	max-width: 860px;
	margin-top: 30px;
	font-size: clamp(18px, 1.55vw, 23px);
	line-height: 1.5;
}

.bshc-hero--contacts .bshc-hero__cta {
	margin-top: 38px;
}

.bshc-hero__routes {
	margin: 0;
	border-top: 1px solid rgb(247 244 239 / 16%);
}

.bshc-hero__routes a {
	min-height: 112px;
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto;
	gap: 5px 20px;
	align-content: center;
	border-bottom: 1px solid rgb(247 244 239 / 16%);
	color: #f7f4ef;
	text-decoration: none;
	transition: padding .25s ease, color .2s ease;
}

.bshc-hero__routes a:hover,
.bshc-hero__routes a:focus-visible {
	padding-left: 16px;
	color: #fff;
}

.bshc-hero__routes span {
	font-size: 25px;
	font-weight: 700;
}

.bshc-hero__routes small {
	color: rgb(247 244 239 / 54%);
	font-size: 15px;
}

.bshc-hero__routes b {
	grid-column: 2;
	grid-row: 1 / 3;
	align-self: center;
	color: #c81645;
	font-size: 22px;
}

@media (min-width: 1441px) {
	.bshc-hero--contacts {
		min-height: 860px;
	}
}

@media (max-width: 1024px) {
	.bshc-hero--contacts {
		min-height: 860px;
	}

	.bshc-hero--contacts .bshc-hero__inner.bshc-shell {
		padding: 130px 0 70px;
	}

	.bshc-hero__contacts-grid {
		grid-template-columns: 1fr;
		gap: 70px;
	}
}

@media (max-width: 700px) {
	.bshc-hero--contacts {
		min-height: 760px;
	}

	.bshc-hero--contacts .bshc-hero__inner.bshc-shell {
		padding: 112px 0 34px;
	}

	.bshc-hero--contacts .bshc-hero__title {
		max-width: 100%;
		font-size: clamp(43px, 13.2vw, 54px);
		line-height: .95;
	}

	.bshc-hero--contacts .bshc-hero__description {
		margin-top: 24px;
		font-size: 17px;
		line-height: 1.48;
	}

	.bshc-hero--contacts .bshc-hero__cta {
		margin-top: 28px;
	}

	.bshc-hero__contacts-grid {
		gap: 52px;
	}

	.bshc-hero__routes a {
		min-height: 76px;
		padding-block: 14px;
	}

	.bshc-hero__routes span {
		font-size: 21px;
	}

	.bshc-hero__routes small {
		font-size: 13px;
	}
}
