
/* Hero-specific styles */
.hero.content-section {
	padding-bottom: 0;
	padding-top: 0;
}

.content-grid-2 {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero {
	align-items: stretch;
	display: flex;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.hero__copy {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.hero__copy.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.hero__bg {
	inset: 0;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

.hero__bg::after {
	background:
		linear-gradient(90deg, rgba(10, 10, 10, 0.96) 0%, rgba(10, 10, 10, 0.92) 22%, rgba(10, 10, 10, 0.72) 46%, rgba(10, 10, 10, 0.34) 70%, rgba(10, 10, 10, 0.08) 100%),
		linear-gradient(180deg, rgba(10, 10, 10, 0.28) 0%, rgba(10, 10, 10, 0.5) 50%, rgba(10, 10, 10, 0.85) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.hero__video,
.hero__poster {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	width: 100%;
}

.hero__video-frame {
	border: 0;
	pointer-events: none;
	transform: scale(1.35);
}

.hero__shell {
	display: flex;
	flex: 1;
	position: relative;
	z-index: 1;
}

.hero__content {
	align-items: stretch;
	display: flex;
	flex: 1 1 auto;
	justify-content: flex-start;
	min-height: clamp(620px, 86vh, 920px);
	position: relative;
	width: 100%;
	z-index: 1;
}

.hero__copy {
	color: #fff8ee;
	display: flex;
	flex-direction: column;
	display: grid;
	align-content: center;
	align-items: center;
	gap: 0;
	justify-content: center;
	max-width: min(48vw, 760px);
	min-height: clamp(620px, 86vh, 920px);
	padding:
		clamp(48px, 7vw, 84px)
		clamp(40px, 5vw, 64px)
		clamp(44px, 6vw, 72px);
	position: relative;
	width: min(48vw, 760px);
}

.hero__aside {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	min-width: 0;
	padding: clamp(32px, 6vw, 72px);
}

.hero__aside-content {
	display: grid;
	justify-items: center;
	text-align: center;
	width: 100%;
}

.hero__aside-content > * {
	margin: 0;
}

.hero__cta-stack {
	align-items: stretch;
	display: grid;
	gap: 12px;
	width: min(100%, 280px);
}

.hero__cta-stack .content-button {
	justify-content: center;
	width: 100%;
}

.hero__aside-content .wp-block-group,
.hero__aside-content .wp-block-group__inner-container {
	display: grid;
	gap: 16px;
	justify-items: center;
}

.hero__content-block {
	display: grid;
	gap: 0;
	justify-items: start;
	text-align: left;
}

.hero__content-block > * {
	margin: 0;
}

.hero__content-block .wp-block-group,
.hero__content-block .wp-block-group__inner-container {
	display: grid;
	gap: 0;
	justify-items: start;
}

.hero__content-block h1,
.hero__content-block h2,
.hero__content-block .wp-block-heading {
	font-family: var(--dixital-font-family-heading);
	font-size: clamp(calc(var(--dixital-font-size-hero) * 0.9), 7vw, calc(var(--dixital-font-size-hero) * 1.45));
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 0.86;
	margin-bottom: -0.14em !important;
	margin-top: 0;
	text-transform: uppercase;
}

.hero__content-block p,
.hero__content-block .wp-block-paragraph {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	line-height: 1.32;
	margin: 0 0 16px 0;
}

@media (max-width: 767px) {
	.hero__content-block h1,
	.hero__content-block h2,
	.hero__content-block .wp-block-heading {
		font-size: clamp(2.15rem, 9.4vw, 3.25rem);
		letter-spacing: 0;
		line-height: 0.92;
		margin-bottom: 0 !important;
	}

	.hero__content-block p,
	.hero__content-block .wp-block-paragraph {
		font-size: clamp(1rem, 3.8vw, 1.18rem);
		line-height: 1.38;
	}
}

.hero__content-block h1 + p,
.hero__content-block h1 + .wp-block-paragraph,
.hero__content-block h2 + p,
.hero__content-block h2 + .wp-block-paragraph,
.hero__content-block .wp-block-heading + p,
.hero__content-block .wp-block-heading + .wp-block-paragraph {
	margin-top: 24px;
}

.hero__content-block .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hero__content-block .wp-element-button,
.hero__content-block .wp-block-button__link {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: max(0.9rem, calc(var(--dixital-font-size-body) * 0.92));
	font-weight: 800;
	gap: 12px;
	justify-content: center;
	letter-spacing: 0.08em;
	min-height: 54px;
	padding: 0 22px;
	text-transform: uppercase;
}

.hero__floating-pill {
	align-items: center;
	backdrop-filter: blur(16px);
	background: rgba(255, 248, 238, 0.16);
	border: 1px solid rgba(255, 248, 238, 0.2);
	border-radius: 999px;
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
	color: #fff8ee;
	display: inline-flex;
	justify-content: center;
	min-height: 70px;
	min-width: 220px;
	padding: 0 28px;
	z-index: 2;
}

.hero__floating-pill-label {
	font-family: var(--dixital-font-family-heading);
	font-size: clamp(1.25rem, 2.4vw, 1.8rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1;
}

.hero__copy::before {
	background:
		linear-gradient(90deg, rgba(17, 17, 17, 0.98) 0%, rgba(17, 17, 17, 0.96) 44%, rgba(17, 17, 17, 0.78) 70%, rgba(17, 17, 17, 0.38) 88%, rgba(17, 17, 17, 0) 100%);
	bottom: 0;
	content: "";
	left: calc(-1 * (50vw - 50%));
	position: absolute;
	top: calc(-1 * 124px);
	width: calc(50vw - 50% + 100% + clamp(140px, 16vw, 280px));
	z-index: -1;
}

.hero__copy::after {
	display: none;
}

@media (max-width: 899px) {
	.hero {
		padding-top: 108px;
	}

	@media (max-width: 767px) {
		.hero {
			padding-top: 78px;
		}
	}

	.hero__bg::after {
		background:
			linear-gradient(180deg, rgba(10, 10, 10, 0.12) 0%, rgba(10, 10, 10, 0.22) 34%, rgba(10, 10, 10, 0.62) 62%, rgba(10, 10, 10, 0.92) 100%);
	}

	.hero__content {
		align-items: stretch;
		flex-direction: column;
		justify-content: flex-end;
		gap: 18px;
		min-height: min(680px, calc(100svh - 78px));
		padding-bottom: clamp(48px, 10vw, 64px);
	}

	.hero__shell.content-shell {
		max-width: none;
		padding-inline: 24px;
		width: 100%;
	}

	.hero__copy {
		flex: 0 0 auto;
		margin-top: auto;
		max-width: none;
		min-height: auto;
		padding: 0;
		width: 100%;
	}

	.hero__copy.atl-reveal,
	.hero__aside.atl-reveal {
		opacity: 1;
		transform: none;
	}

	.hero__aside {
		align-items: stretch;
		display: flex;
		flex: 0 0 auto;
		justify-content: center;
		min-height: 0;
		padding: 0;
		pointer-events: auto;
		position: relative;
	}

	.hero__aside-content {
		justify-items: stretch;
	}

	.hero__cta-stack {
		gap: 12px;
		margin-inline: auto;
		max-width: 342px;
		width: 100%;
	}

	.hero__cta-stack .content-button {
		border-radius: 999px;
		font-size: 0.95rem;
		height: 56px;
		letter-spacing: 0.04em;
		min-height: 56px;
		padding-inline: 20px;
	}

	.hero__cta-stack .content-button--light {
		background: #fff8ee;
		color: #0c2340;
	}

	.hero__cta-stack .content-button--ghost {
		background: rgba(10, 10, 10, 0.2);
		border-color: rgba(255, 248, 238, 0.42);
		color: #fff8ee;
	}

	.hero__content-block,
	.hero__content-block .wp-block-group,
	.hero__content-block .wp-block-group__inner-container {
		gap: 0;
		max-width: 100%;
		min-width: 0;
	}

	.hero__content-block p,
	.hero__content-block .wp-block-paragraph {
		max-width: 30ch;
	}

	.hero__content-block h1 + p,
	.hero__content-block h1 + .wp-block-paragraph,
	.hero__content-block h2 + p,
	.hero__content-block h2 + .wp-block-paragraph,
	.hero__content-block .wp-block-heading + p,
	.hero__content-block .wp-block-heading + .wp-block-paragraph {
		margin-top: 18px;
	}

	.hero__floating-pill {
		min-height: 58px;
		min-width: 180px;
		pointer-events: auto;
		padding: 0 22px;
		transform: translateY(0);
	}

	.hero__copy::before {
		display: none;
	}
}

.be-atlantic {
	text-align: center;
	margin: 75px auto 0 auto;
	padding: 0;
	font-size: 75px;
	background-color: var(--dixital-color-brand);
	color: var(--dixital-color-bg);
	line-height: 0.75;
}

@media (max-width: 767px) {
	.be-atlantic {
		font-size: clamp(2.2rem, 14vw, 4.6rem);
		line-height: 0.82;
		margin-top: 42px;
		overflow-wrap: anywhere;
		padding: 6px 12px 0;
	}
}
